João Monteiro

Results 7 comments of João Monteiro

Running into a similar issue. Unfortunately deleting the lock file is not an option (though it does solve the issue). What I found, however, is that the problem seems to...

Hey @AlexCuse, thanks for the write up, good to know the path the project is taking (and to reiterate, thank you for this, it's been massively helpful). I'll try to...

@AlexCuse using Nancy on a website that can be hosted on IIS or self hosted (using OWIN/Katana). Due to the way the self host is written, the paths need to...

Happy to help, just let me know what you need. Getting rid of System.Web is a great direction IMHO. It certainly caters to people using Nancy and/or Suave.

Can confirm @Aurel-Cros solution also worked for VSCode running on Ubuntu 22.04 ``` "editor.fontFamily": "'Monaspace Neon', monospace", "editor.fontLigatures": "'calt', 'liga', 'dlig'", ``` Worth noting that the fonts and ligatures worked...

> I tried your snippet, and indeed it fails when you pass an array of arrays. The error is a bit obscure, though (`Error: writeString called without a string/Buffer argument:...

Ran into the same problem today. I fixed it by propagating any errors from the client to the query stream, ``` // Propagate any errors from the client to the...