alcroito
alcroito
For instance if the application has to print "Hello World" to stdout, it will not do so. What I meant is that the script isn't executed.
If I run the Build option, from the Tools menu, it runs my Haskell script, and displays "Hello World" for instance. Is that not an intended feature? And that doesn't...
Seems to work fine with a single .hs file as well... Regarding Build from Tools failing when a warning is displayed, I tracked it down to hlint. If hlint is...
+1. Removing the systemd-resolve/resolvectl support that was previously there could be a considered a regression, but i guess if the project follows semantic versioning, then 0.x means it's fine to...
Hi. It's not about changing port numbers, but rather not exposing the services to be accessible via the public host ip. The linked https://github.com/bsherman/netmaker-traefik indeed does not expose the ports....
> @alcroito @deluxghost In the new docker compose, with Caddy, docker ports for api are no longer exposed publicly: https://github.com/gravitl/netmaker/blob/master/compose/docker-compose.contained.yml > > thanks to @fersingb for this! Please re-read my...
I don't really have the knowledge to implement this properly. It seems like it isn't a simple wrapping of the underlying APIs, judging by the additional code in the WGL...
This still happens with color-eyre 0.6.2 and tracing-subscriber 0.3.16 / tracing-core 0.1.30. I tried looking into why this is happening, and the short version is that creation of an `eyre::Report`...
Filed https://github.com/tokio-rs/tracing/issues/2436