Marco Colli
Marco Colli
@welishr Thanks for the information. However some of our customers are complaining that they are also seeing a lower number of clicks. So this suggests that many valid subscriptions were...
Hello, The current version of Cuber does not support autoscaling: you need to manually change the proc `scale` in the Cuberfile to the desired number of replicas and then run...
Related: https://github.com/kubernetes/kubernetes/pull/110907
Based on [this comment](https://github.com/kubernetes/kubernetes/pull/110907#issuecomment-1651092854) we can probably just ignore the warning (no code changes needed in this gem).
Thanks for the contribution! One downside is that it looks like a "partial" or "incomplete" solution: you always need a third party component besides Cuber (e.g. install and manage and...
Maybe a simpler solution would be to update the `checkout` command to use this: ``` git clone --recurse-submodules ``` Note: I haven't tested it and I wonder if that option...
I see that my suggestion is already implemented by this pull request (which has many upvotes): https://github.com/editor-js/image/pull/96 It would be great if someone could merge it.
@neSpecc Is there any chance to see that pull request merged? I see that it is already approved and just needs a merge. It would be really useful for us...
In general I would prefer to avoid vendor-specific exceptions... We already have a TooManyRequests error for the "standard" 429 status code. The 406 status code returned by Microsoft is plain...
This issue has been going on for a very long time... See all these related issues: - https://github.com/zaru/webpush/issues/109 - https://github.com/zaru/webpush/pull/103 - https://github.com/MicrosoftDocs/windows-dev-docs/issues/4166 - https://github.com/microsoft/WindowsAppSDK/issues/3501