Bruno Luiz Silva
Bruno Luiz Silva
I managed to use TinyGo as a drop-in replacement for Golang, but that was done by relying on `syscall/js`. I am trying to understand how to use TinyGo in WASI...
I am developing a toy project using TinyGo and it works quite well when using as a drop-in replacement for Golang. But, if I try to use only WASI, replacing...
**Describe the bug** If a developer wants to use this library within a service worker (enforced in Manifest V3 extension spec sadly), it will not work due to the dependencies...
### Issue Running `stripe trigger price.updated`, `stripe trigger price.created` or `stripe trigger price.deleted` result in ``` event price.updated is not supported. ``` Triggering plans still work, but as I am...
With the actual implementation the developer can't do other operations using the parsed cron expression. In this pull request I expose the `Expression` struct fields, which enables the developer to...
We hit an issue with https://github.com/instrumenta/kubeval which is due to missing kubernetes 1.19 schemas. I wonder if there could be a way to automate the generation of the JSON schemas....
I came across this repository while reading the Chainlink documentation about how to set it up with Hardhat. I gotta say you guys did an amazing job setting this up....
In case a developer wants to block multiple elements by selector or class, without having to change anything on the actual application, it might be helpful to have something as...
As it is today, there is no way to log how many people accessed the link. This might be interesting for people using URLZap as a URL shortener. These are...
Restic robot does an amazing job creating snapshots, but if someone don't keep an eye on it, the snapshots size can increase indefinitely. A way to solve it is by...