ajmandourah
ajmandourah
@htrgouvea I think teh issue mainly that you are trying to start 2 instances of tor and its being bind by default to the same port. ( because the configs...
I get it finally to work on Manjaro. There were 2 issues . - if installed from blackarch rep the .config files are not copied in such case you need...
Absouloutly, if I take PCBway as an example , the default paramaters should work fine , you can specify which color you want the pcb also if you wish .
So after some testing around i succeded in building a single binary file in windows . Consider adding it to the documentation if needed. first as before you need to...
> I also cannot get it installed on Windows 11. It cannot find the header files, even though they are right there? > > ``` > PS C:\Users\phili\SourceCode\goopencv> set CGO_CPPFLAGS="-IC:/Users/phili/SourceCode/opencv/build/include"...
> Hey, original committer for the mentioned PR here :) > #### Workaround: > > I've been testing undercurls in Neovim while developing that feature for Windows Terminal. So, if...
> @ajmandourah > > > I assume you are sshing or using wsl right? > > Ohh.. yeah I forgot to mention it only works when using nvim under wsl....
I don't know if this is related, windows terminal uses ` as an escape characher where unix systems uses \. this is probably to avoid windows paths from being invalid...
I agree. standarizing is always a better solution. PS. I am not knowledgable in windows related terminals but if i understand it right all terminal applications in windows uses some...
> I should mention that one can _safely_ do feature detection for undercurl and colored underlines support with [DECRQSS](https://vt100.net/docs/vt510-rm/DECRQSS.html) and [DECRPSS](https://vt100.net/docs/vt510-rm/DECRPSS.html). This was taken into consideration while implementing these features...