fields icon indicating copy to clipboard operation
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...

Results 14 fields issues
Sort by recently updated
recently updated
newest added

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...

external-dependency

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...

help wanted
question
discuss

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...

chore
technical
T5m

without this, it's impossible to allow nil values. nil constraints should be set elsewhere and be allowed in this library from my pov.

help wanted
awaiting-review
technical

Stores a map as an encrypted binary.

enhancement
help wanted
T1h
technical

![image](https://user-images.githubusercontent.com/194400/131131694-bbe5fa76-ba69-4807-903c-2242788806b4.png) ![image](https://user-images.githubusercontent.com/194400/131131780-4365e262-8697-4888-876a-2d5b32bcf498.png) ![image](https://user-images.githubusercontent.com/194400/131131801-02d3160c-5323-4be5-b8d9-b02e7d493a6d.png) ![image](https://user-images.githubusercontent.com/194400/131131845-24d7e95b-cb5a-4300-ab08-b7146a1b0af7.png) ![image](https://user-images.githubusercontent.com/194400/131131862-ec22d137-8f73-4f4f-989b-675bc37cc380.png) ![image](https://user-images.githubusercontent.com/194400/131131874-0afe6cc0-38a9-49cd-827c-3ea91ff737cf.png) Opening this so I don't forget ... currently doing this _suuuuuuper_ tedious training. 🙄 ⏳ > Note: Thomson Reuters _really_ like their Generic Stock...

question
starter

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...

help wanted
chore
T1h
priority-3
technical

**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...

enhancement
help wanted
good first issue