Pas
Pas
Oh, I thought .pyd files were similar to .dll files in this regard. (So that they get memory mapped into the process space, but even after reading about it I'm...
Hello, sbt-native-package already has this option ([ClasspathJarPlugin](https://github.com/sbt/sbt-native-packager/blob/master/src/main/scala/com/typesafe/sbt/packager/jar/ClasspathJarPlugin.scala)), but it works only for "stage"-d tasks (as it was intended to). However if sbt were to support this it'd be great, for...
Sadly 1.4.0.9 is still affected by this. (On Win10.) It seems that switching focus activator in the Advanced tab has no effect (or it needs a restart maybe? or all...
Hi, Do you have access to the platform's logs? The 504 indicates that the error is there. (Maybe simply the reverse proxy has a too low timeout?)
Hello, One more thing that would be amazing, is to allow filtering out directories that get ADD/COPY-ed. (My use case is that I don't want to pollute the top level...
Hello, Just an additional data point. The error is reproducible on bun 1.1.7+b0b7db5c0 and nu 0.93.0 (In both Windows Terminal and in conhost.exe, win11 23H2 - 22631.3527) Behavior is very...
Haven't tried it since. I guess it's best to close this issue and if someone encounters it again they can just reopen it.
Upstart is the user space process manager used by Ubuntu, it's the "init system", as it starts other user space stuff (udev, dhcpd, cron, wpa-supplicant, ssh, lightdm, which in turn...
serial logs are normal/clean. using video (qemu window) and tcpdump it seems there's a network issue, ARP messages going out, 192.168.5.15 looking for 192.168.5.2 edit: vz seems to work so...
Go to the Output tab (Ctrl-Shift-U) and on the right dropdown pick "Deno Language Server". Also, I found that an package.json (just an empty JSON `{}` is sufficient) is needed...