Daniel Kukula

Results 52 issues of Daniel Kukula

The library is very useful. But I think that there is a lot of boilerplate to write when setting a new module/area. You need the behaviour, implementation, mock and changes...

I'm currently getting this error with plug_rails_session `(ExMarshal.Errors.DecodeError term which starts with the following symbol is not supported: "o")` It would be nice to have the whole data structure so...

### Is your feature request related to a problem? Please describe. currently I can provide any model name and it fails when it's not valid after first prompt ### Describe...

Enhancement
Help Required

Currently integers are matched by pattern matching on number between 48 and 57 and then substracting 48 ascii code - that is integer 0 As 48 is 0x30 then we...

I'm using a grpc library that returns 3 element tuple `{:error, [invalid_argument: nil], nil}` on error. I see retry does not handle these kind of errors. Is it possible to...

I have not seen this anywhere in requests but by adding a GRAPHQL sigil, this way we can use the formatter to format inline queries and also tree sitter can...

### Precheck * Proposals for new features should be submitted via: https://github.com/rrrene/credo-proposals * For bugs, please do a quick search and make sure the bug has not yet been reported...

This includes changes from the other pr and also bump packages to latest versions. I also ran mix format on the code, since elixir 1.15 the formatter formats charlists as...

I did some work to update the library. - Added classify_language - Added Expostal.Address struct - bumped dependencies

Created rake task for anonymizing user data. fixes #987 ## Description Also for dumping and restoring development database Currently to use it you need to dump your data `rake db:dump`...