Nick Gaulke

Results 11 comments of Nick Gaulke

I can work around whatever design choice you think would be best! That said, I would like to provide some of my thoughts on what I would find easiest for...

Unfortunately I have only done some _very basic_ Python work, just enough to understand the general syntax of the language. I have worked through roughly half of "Grey Hat Python"...

Also, I probably should have used .Xresources for the gif instead of .Xdefaults, but oh well 🤷‍♂️

So this seems to be a discrepancy between how these are handled as characters in xst vs other terminals, against how Emacs would expect to read them. The default character...

I have already looked into it. That patch made it into st, and as a result was already a part of xst. 🤷‍♂️ Shorter answer: yes, I had. I have...

This issue should be re-opened. I am running `github/super-linter:latest` and also experiencing this issue. the `tsconfig.json` file in the root of my project is: ```json { "compileOnSave": true, "compilerOptions": {...

> I also had this problem on linux and chromium. I found a workaround is to use Edge instead, see my [answer on StackOverflow](https://stackoverflow.com/a/72037574) for working config. This does seem...

> Chromium support is only enabled on .net8 preview 1 or using DevServer package version 7.0.3 if you are using .net7. Just updated and Chromium debugging does work. However it...

> As a workaround, I have tried setting up a `postDebugTask` that calls `pkill`, however it does not seem like the task fires. No output for the task is shown,...

@xVanTuring thank you for the slight work around. When I make your suggested change, it does build via cmake, but not at the correct Node Module Version on my end....