Kirill Vasiltsov
Kirill Vasiltsov
### Summary I am evaluating wasmer and it is very important for my project to set execution time and memory limits for an instance. I found out that limiting memory...
`Buffer` is a node thing and while I know it's possible to use it in browser via `browserify` I was wondering if there are other workarounds that do not make...
As far as I know there is no more need to import `@fullhuman/postcss-purgecss` and we should use `purge` option in tailwind config. The docs should be updated I guess.
Looks like it should not be hard to make springs, by simply changing the function inside the keyframe generating routine. Here's a rough version of the function: https://codepen.io/jlkiri/pen/PoPRKRo
In the code below, `pattern_c` seems to be constructed in pretty weird way and it does not match `lib/lib.js` as excluded even though it should. Version: 1.0.7 ```rust let pattern_a...
Currently, [`NetworkInterface.StaticConfiguration.IPConfiguration.IPAddr`](https://pkg.go.dev/github.com/firecracker-microvm/firecracker-go-sdk#IPConfiguration) is of type `net.IPNet` which, according to the `net` library, represents ```go // An IPNet represents an IP network. type IPNet struct { IP IP // network number...
Since Ruby v3 the meaning of 2nd and 3rd parameters to ERB.new changed as well as the way the arguments should be passed. It requires a named 2nd parameter now....
When I run `consul_templaterb ` I get the following output in the terminal: ``` /usr/local/share/gems/gems/consul-templaterb-1.33.2/lib/consul/async/consul_template.rb:321: warning: Passing trim_mode with the 3rd argument of ERB.new is deprecated. Use keyword argument like...