Stephen Darnell

Results 6 issues of Stephen Darnell

There was a significant reshaping of the server listening code and I needed to remove the IPv6 change (listening on both IPv4 and IPv4 localhost addresses). This needs to be...

enhancement

When running LaunchMeteor.exe it can be thwarted by antivirus programs still scanning: ``` ... Extracted 6770 files (114.2 MB) Deleting directory: C:\Users\stephendar\AppData\Local\.meteor~ Unexpected exception: System.IO.IOException: Access to the path 'C:\Users\stephendar\AppData\Local\.meteor~'...

enhancement

I need to be able to include regular css files from npm packages, and as I understand it, both libsass and node_sass in other toolchains support this now. Also, from...

OK, I know meteor 1.6 (1.6-alpha.1 to be precise) is at a very early stage, but it uncovers an issue with this package. The problem is that the package includes...

When piping fstream.Reader() into tar.Pack() fstream ignores long pathnames on windows. The calling code looks like this, but the problem seems to be on fstream side of the pipe, because...

I don't use prettier (or prettier-plugin-svelte), and have been trying to convert a glb file into a svelte component. I get the following error, which is doesn't look good and...