Haseeb Majid
Haseeb Majid
Is there an easy way we can include the title of a file of a code block such as: 
Added twin.macro support to this plugin so we can lint code like: ```jsx tw.div`flex mt-2` const hoverStyles = css` &:hover { border-color: black; ${tw`text-black`} } ` ``` Fixes #3
Hi, Within VSCode I'm getting some type errors: ``` Cannot access member "sio" for type "FastAPI" Member "sio" is unknown ``` Which makes sense because as far as VSCode knows...
I have the code below: ```go r := gin.New() corsConfig := cors.DefaultConfig() corsConfig.AllowOrigins = []string{"https://*banterbus.netlify.app", "https://banterbus.games", "https://core.api.banterbus.games"} r.Use(cors.New(corsConfig)) ``` As far as I can tell `https://*banterbus.netlify.app` does not seem to...
## Description of changes ## Things done - Built on platform(s) - [x] x86_64-linux - [ ] aarch64-linux - [ ] x86_64-darwin - [ ] aarch64-darwin - For non-Linux: Is...
Hi :wave:, Is there a way we can make it so that instead of setting the username and apikey in the ltext lsp settings. We could instead pass it a...
Adds [nvim-spectre](https://github.com/nvim-pack/nvim-spectre). I got about halfway and now am stuck with typing, any help would be greatly appreciated thanks.
Not sure if the fix should be applied here, but I noticed that it was really hard to read the hints that pop up. What to select to click the...
I enjoyed these two talks from her, as a beginner to Go!
Set the `node.meta` to empty after loading the file. This will mean that only the language i.e. `jsx` is left in the code tag and PrismJS can syntax highlight correctly....