Nicolas Zermati

Results 6 issues of Nicolas Zermati

See https://github.com/bugsnag/bugsnag-ruby/blob/fe6025e12fcd7aa086c1367c5bbbf3be803d139b/UPGRADING.md#5x-to-6x

Hello! Congrats on this work, I find it to be a wonderful reference for beginners needing to understand the fundamentals in a comprehensive way. I find it so good that...

# Description Adding a `prefer_global_from_import` configuration option for pick the "global" form of import over the module one. ```diff - from pkg import mod1 - mod1.AClass() + from pkg.mod1 import...

I had issues using ExVCR because of transformations that have been made on the request / responses to save them. The JSON deserialization made all the _strings_ as Elixir's `String`...

See https://github.com/martinsson/Refactoring-Kata-Lift-Pass-Pricing/pull/57 * Adding tests in https://github.com/martinsson/Refactoring-Kata-Lift-Pass-Pricing/pull/58/commits/2646257f8822bad1737978ba44fbb358c12ed75c * Adding GH action in https://github.com/martinsson/Refactoring-Kata-Lift-Pass-Pricing/pull/58/commits/61085adec66c2e070bf00c926271b407ba5abdf6 (it passed [here](https://github.com/nicoolas25/Refactoring-Kata-Lift-Pass-Pricing/actions)) Note: I hope this will be squashed and merged :see_no_evil:

:wave: @martinsson thank you for putting this material out there :pray: I wanted to give a try to this kata in Python (as well as experiment with `fastapi` and `databases`...