Jonas Pauthier

Results 165 comments of Jonas Pauthier
trafficstars

Alright, thank you both for the information. I'll add this to my TODO list. 😉

Also now the CI/CD properly fails when throw the error for the missing account_id which was not the case before.

I added the missing test to bring coverage to 100%. There is an error still but I don't understand it. I don't know how to fix it.

I use `$env` a lot so as long as we don't lose the feature I'm all up for it. Especially if it simplifies the codebase. It doesn't seem to overcomplicate...

@YoannMa Good idea I like it that way too, plus as you mentioned it's still explicit.

I agree. If we were to modify this feature, leveraging `$param` as @YoannMa mentioned above seems to be the best choice IMO.

I like that suggestion @devinivy. This would serve a broad range of use cases without complexifying the API a bunch. If we were to go the logical operators route we'd...

How is linting broken? Did you mean in your own project or while contributing to hapipal?

Ok, thanks @ashelman-ec for the explanation. Not sure what's the problem though. I'd have to check for myself. I don't have much available bandwidth right now, so I'm not sure...

I had a totally unrelated problem as well. Eslint_d couldn't load some internals dependencies of `eslint-config-next` something in the vein of `cannot load plugin: @next/next`. Just in case someone finds...