Nicholas Moen
Nicholas Moen
Thanks for the reply. I've just been having issues getting any form of portability working (tried GitLab bridge (even with new dev branch), also tried `git bug push/pull`), which seem...
Well I got `git bug push/pull` working... Not sure what I did differently this time. I just created a new user, did a `git bug pull`, and everything worked as...
@diit Already fixed https://github.com/team-alembic/ash_authentication_phoenix/pull/447
As mentioned in [your post on Elixir Forums](https://elixirforum.com/t/testcontainers-a-testcontainers-implementation-for-elixir/59516/8?u=arcanemachine), the seeds file can be evaluated manually: > however, there is an alternative way to solve this though. You can easily start...
### EDIT: This workaround is [no longer required](https://github.com/testcontainers/testcontainers-elixir/issues/63#issuecomment-2371656138). To workaround this issue, this is what I have come up with so far that allows the seed file to be loaded...
Hello @igas, I'd be happy to contribute to these efforts if you need any help. EDIT: If anyone just needs a Hex package that fixes the warnings, there is https://hex.pm/packages/faker/0.19.0-alpha.1
@wizarddata If you have a copy of the files you can upload somewhere (like a Google Drive link or some file-sharing site), I have [a repo](https://github.com/arcanemachine/Ergo-S-1-Extras) I could stick them...
The original file (101.5 MB) was just a bit above the maximum allowed file size on GitHub (100 MB), so I just put it in a zip file to get...
@spupuz This means that HuggingChat's servers are overloaded. The only "fix" is to wait until the server isn't overloaded.
To make the changes suggested by @frfernandezdev persist after a reboot, I added this line to `/etc/sysctl.conf`: `kernel.apparmor_restrict_unprivileged_userns=0` Disclaimer: Probably not the best move from a security standpoint, but whatever.