Per Lundberg
Per Lundberg
(For the record, the code seems to compile & run cleanly on .NET 6.0 so this should be quite simple to fix. The diff below is from my local project...
@andrewmcodes No longer using Foreman, so in practice, not really. But feel free to investigate it anyway if you like.
@andrewmcodes It's not an "issue" in the sense that it causes problems for me, but it's still a useful feature I think we could keep on the backlog. Even though...
Agree, activity on it seems to have just suddenly disappeared. :thinking: Which is a bit sad, for those of us who want/need an efficient way to allocate unmanaged memory for...
What I ended up doing was to rewrite the `BigInt` implementation to use `libtommath` under the hood instead. The result is essentially a C++ wrapper (using the same public API...
What kernel version(s) have you been using this successfully with? Something reasonably similar or something completely different? With ext4 or some other filesystem? On bare metal or virtualized hardware? (I...
> Upon reaching a (configurable) timeout a warning (`[...] taking a while to execute. Use CTRL-C to give up.`) is being printed. Slightly OT, but where can this be configured?...
> so `export DIRENV_WARN_TIMEOUT=0` or setting the `warn_timeout = 0` in `direnv.toml` should already do it? Thanks. :bow: Tried this, but it didn't work. `DIRENV_WARN_TIMEOUT=0` seemed to make the warning...
@eadz I was under the same belief as you, but after reading the feedback from @ddollar in #678 I am kind of understanding his position. That is: _if you install...
@JonasProgrammer I guess this could be closed by now? No feedback in 2 months, and does the original problem even exist any more?