Enzo
Enzo
**V doctor:** ``` OS: linux, Ubuntu 20.04.2 LTS (WSL 2) Processor: 12 cpus, 64bit, little endian, Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz CC version: cc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 getwd: /home/gladear/workspace...
Hi, It would be nice to add a module target to the project. This would allow to dynamically import the library with `import()` function, and would probably work better with...
Attempt to fix #26 It's pretty hard to test if it actually works since I don't have multiple nodes to test, so sorry if the fix isn't correct 😕
**Describe the bug** When the date-range picker is open, it is not possible to manually type the date on the input. I'm using a `type="date"` input, but it seems to...
As discussed in #13762 ([comment](https://github.com/elixir-lang/elixir/issues/13762#issuecomment-2275246711)), I added a "transitive dependencies" section to "Meta-programming anti-patterns". I obviously open to feedback, whether typos or more general remarks about the content of the...
Hello :wave: It has been brought to my attention through our tooling that the classic schema when using `Cloak.Ecto` creates compile-connected dependencies between the schema and the vault. Indeed, using...
As stated in the README, creating a constraint with `validate: false` is safe. Make sure this case doesn't raise an issue.
**Describe the bug** `Hammer.key/0` is set to value `term()`, so we should be able to add any key. However, in all backends (e.g. [`ETS.FixWindows`](https://github.com/ExHammer/hammer/blob/26df7426206956583cd20d74e4c8c22f687927c1/lib/hammer/ets/fix_window.ex#L94), [`Atomic.LeakyBucket`](https://github.com/ExHammer/hammer/blob/26df7426206956583cd20d74e4c8c22f687927c1/lib/hammer/atomic/leaky_bucket.ex#L107), [`Redis.TokenBucket`](https://github.com/ExHammer/hammer-backend-redis/blob/aab0a768e8f70ce0149e697f88f1c9575eab325d/lib/hammer/redis/token_bucket.ex#L78)), `@spec` of implementations require...