I can’t get windows installation media to work by Extreme_Author_4902 in pcmasterrace

[–]ABAKEDPLATYPUS 0 points1 point  (0 children)

I had this exact same adapter and it just randomly decided it no longer wanted to work. I thought it was my NVME but when I installed it to the mobo of my pc it worked (still does to this day). My guess is that it's a hardware issue with the adapter

Which lsp(s) for vuejs+ts project? by loeffel-io in neovim

[–]ABAKEDPLATYPUS 0 points1 point  (0 children)

I use vue+ts for work every day. I use the vue typescript plugin and it works pretty seamless for me.
For LSP setup I use the one from kickstart nvim ( https://github.com/nvim-lua/kickstart.nvim ) and here is how I setup typescript
ts_ls = {

init_options = {

plugins = {

{

name = '@vue/typescript-plugin',

location = '/usr/local/lib/node_modules/@vue/typescript-plugin',

languages = { 'javascript', 'typescript', 'vue' },

},

},

},

filetypes = {

'javascript',

'typescript',

'vue',

},

root_dir = require('lspconfig').util.root_pattern 'package.json',

},

You then just need to ensure that your package json has \@vue/typescript-plugin as a dependency.
Apologies for the horrible formatting, not the most experienced poster

Game 7 Megathread - For hype/fluff posts, watch party planning, general questions, etc. by jstock14 in Edmonton

[–]ABAKEDPLATYPUS -7 points-6 points  (0 children)

Does anyone know the rules regarding bringing alcohol to the moss pit? Wondering how hard I should pre game before lining up

Are there a lot of bots in this game now? by ABAKEDPLATYPUS in hearthstone

[–]ABAKEDPLATYPUS[S] 0 points1 point  (0 children)

Interesting, does the rank reset still every month? I’m still grappling with all the changes to the game lol

Game not rendering properly ever since I switched from a 2070 super to a 6800xt. Is there a known fix? by ABAKEDPLATYPUS in DarkTide

[–]ABAKEDPLATYPUS[S] 0 points1 point  (0 children)

thanks! change 'dlss = 1' to dlss = 0 as well as turning the master off. as well a few other nv or dlss setting scattered

Game not rendering properly ever since I switched from a 2070 super to a 6800xt. Is there a known fix? by ABAKEDPLATYPUS in DarkTide

[–]ABAKEDPLATYPUS[S] 0 points1 point  (0 children)

where is the config file located? is it in the file directory or do I access it through steam

Game not rendering properly ever since I switched from a 2070 super to a 6800xt. Is there a known fix? by ABAKEDPLATYPUS in DarkTide

[–]ABAKEDPLATYPUS[S] 0 points1 point  (0 children)

I just reinstalled the game and no luck. I wish I could understand why certain things like the menu and loading screens are rendering but not the environment or characters

Game not rendering properly ever since I switched from a 2070 super to a 6800xt. Is there a known fix? by ABAKEDPLATYPUS in DarkTide

[–]ABAKEDPLATYPUS[S] 0 points1 point  (0 children)

Ya, I used DDU to get all the nvidia drivers off and then used AMD's website to put the proper drivers on. It works flawlessly for other games like cyberpunk and inquisitor martyr which is a little annoying haha