fields
fields copied to clipboard
🌻 fields is a collection of useful field definitions (Custom Ecto Types) that helps you easily define an Ecto Schema with validation, encryption and hashing functions so that you can ship your Elixir...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.0 to 0.32.1. Changelog Sourced from ex_doc's changelog. v0.32.1 (2024-04-12) Bug fixes Add version dropdown back on hexdocs.pm Improve search input styling and scrolling v0.32.0 (2024-04-10) Enhancements...
Hiya, longtime DWYL appreciator here who just stumbled onto this rather impressive Fields package. Was excited to use it to replace some of our internal ecto middleware after taking it...
If I encrypt a field, it has a hash version in the db. It seems (?) that the encryption key is an env key (the rotation if I read correctly)...
We are using `Fields.url` in a project and a user is attempting to insert a url: ``` www.example.com ``` To the user, this looks like a perfectly valid URL, sadly...
Getting these warnings on `main`: ```sh warning: Mix.Config.import_config/1 is deprecated. Use the Config module instead config/config.exs:30 warning: Mix.Config.config/2 is deprecated. Use the Config module instead config/test.exs:3 ``` Similar to: https://github.com/dwyl/content/issues/13...
without this, it's impossible to allow nil values. nil constraints should be set elsewhere and be allowed in this library from my pov.
      Opening this so I don't forget ... currently doing this _suuuuuuper_ tedious training. 🙄 ⏳ > Note: Thomson Reuters _really_ like their Generic Stock...
At present when encrypting a value before inserting it into the DB, we are using the following code: `Application.fetch_env!(:fields, :encryption_keys)` We need to benchmark this to determine if it has...
**As a `user`** (_content creator_) I **want** to have a **slug** (_easy to read and relevant_) URL for the content I am publishing ***So that*** any person seeing the URL...