Fergus Baker
Fergus Baker
Hi! I hope this isn't a duplicate or an intended feature. I had a look through open and closed issues and couldn't find anything particularly similar :) If you navigate...
**TL;DR** `DOCKER_VERNEMQ_DISCOVERY_NODE` cannot resolve with docker hostnames. ### Issue I've been trying to create a scalable VerneMQ cluster using docker-compose for an IoT project, but have been struggling to get...
The comment at the top of exercise 82 has semicolons instead of commas in the tuple, and also tries to coerce a float into an integer, so changed `i64` to...
Hi! `md4c` is brilliant and I am using it in some of my little [Zig](https://github.com/ziglang/) projects. To make my life easier, I forked and added a `build.zig` so that it's...
Needs https://github.com/nektro/zig-extras/pull/3 merged first Added a modules wrapper for zig-time so it can be used in Zig 0.11.0 projects. Tests all still pass. Todo: - [ ] update `build.zig.zon` after...
As noted in #183, there might be a regression in the fictitious disc example, as the line profile has changed. This ought to be investigated to make sure the current...
Following a talk from [Chris Rackauckas](https://www.youtube.com/watch?v=fQJrEQIRPZU), it would make a lot of sense to seperate tests into numerical tests, interface tests, use-case tests, etc.. The CI then passes an env...
See comments in: - #28 MacOS seems to produce wildly different values in the tests in the CI. Need to find out why, and then add other OSs.
The ThinDisc has the OpticallyThin trait.
It would be better to get the transfer functions to sample evenly in $g^\ast$ instead of in $\theta$. The proposed algorithm change is - estimate gmin gmax coarsely. - for...