Jayson Vantuyl

Results 14 issues of Jayson Vantuyl

I have some optional bits of code in my app that enable or disable groups or routes dynamically. To realize this, I have to make my plugins generate lists of...

enhancement

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

question

I've run into a few use-cases where it would be handy to be able to trigger the bootstrap workflow without deleting the current keys or where it would be handy...

I'd love to use this at work, but it's radioactive without a (hopefully not too restrictive) license. Can you add one? Say, CC-BY?

Just tried to run this on an out-of-the-box M1 MacBook. It failed spectacularly due to some old versions of stuff not liking the new platform (I guess?). I updated: *...

According to various browser console messages, cookies will very soon need to have the `SameSite` attribute set to deliver cookies across sites. [Here](https://elixirforum.com/t/how-to-add-samesite-cookies-on-phoenix/31658) is an example of the ones in...

The default behavior of "aggregate processes stay around forever" can present difficulty in a production environment. For any system that creates a steady stream of new aggregates, memory creeps up...

When doing unit tests of process manager callback modules, the `Commanded.ProcessManagers.ProcessManager.identity/0` function returns `nil`. It's easy enough to set the identity during the test with `Process.put(:process_uuid, id)`, but that builds...

## Summary Process Managers don't serialize their state like anything else. This breaks some assumptions about how the serializer and type providers interact. It happens to work with the default...

I somehow got myself into a situation where an installation was listed in `~/.asdf/plugins/erlang/kerl-home/otp-installations` but was not actually installed. I couldn't tell you how I got it that way. Prior...