Benjamin Piouffle

Results 889 comments of Benjamin Piouffle

This could be useful for us as well to implement things like a `Percentage` scalar that accepts float numbers between 0 and 100. Not too difficult to implement from scratch,...

Hi @bradleygolden, sorry about this issue. I indeed saw some warnings with Dialyzer after we turned `providers` into a MapSet that seemed related with https://elixirforum.com/t/dialyzer-complaint-about-mapset-member-not-getting-proper-type-as-argument-possible-specs-bug-in-mapset/20780/15. I didn't have much time...

Hi @hickscorp, indeed! I think dots are also ignored (ie. `[email protected]` === `[email protected]`). I think that the feature you describe fits into this library's purpose (using an alias is a...

@hickscorp sorry for the late reply, I went in vacation and missed this issue when I came back! Your suggestions above for the rework of the API layer make sense...

Any news on that ? I would love to see this feature too

The fix made in https://github.com/michaelwittig/node-i18n-iso-countries/pull/194 is actually not enough, we now get an error for `Const must be initialized`. How would the maintainers feel about transpiling the code with Babel...

Same issue here. Some details that may help to reproduce: - Using Fedora 35, Gnome Shell, X11 - I have 3 screens. When first opened from the main screen, the...

Could we merge this ? Code is short, tested and solves a very common problem (see #227)

I think this should be part of `Arc` too. If we provide functions to modify images, we should also provide the tools to verify them. This can have a security...

Actually #153 seems like a possible fix for my use case and looks pretty simple.