Francisco Marques
Francisco Marques
Regardless solving the restarts and disabling update checks, uptime-kuma still makes requests to `uptime.kuma.pet` every 24h. If you actually block kuma.pet the system continues to work as expected. But would...
I have just cleared the history and removed the disputable script. For now, this is ready to review. Should this be in the changelog?
@andrzejewsky thank you. Please ping me if I can help with something, I would really like to see production-ready published images of the saleor dashboard.
I will close this as everything is getting merged in other PRs/branches: - #2517 - #2516 - #2473 It will all converge into: - #2523 (branch `docker-distribution`) I will also...
@karolkielecki @andrzejewsky thank you for your feedback. Yes I also feel that making a find-and-replace in the bundle is quite clunky. The sed can be controlled to only run for...
@benwilson512 You can also see that all the tests above still pass. This proves that the legacy implementation is the default.
@kdawgwilk > I would be nice to optionally plug into the serialize or parse to be able to report metrics or log each time an invalid Int was used so...
Hello again @kdawgwilk @benwilson512 Have you had time to take a look at the responses I left above? I am new to this codebase, and just really want to provide...
@kdawgwilk I completely forgot about this. Sorry for leaving this abandoned. I will experiment with it, and the above suggestions ASAP.
Again, sorry for the delay. But here it is. It is much better now, to use the spec compliant Int you just need to pass `use_spec_compliant_int_scalar` to Absinthe.Schema: ```elixir use...