Celso Fernandes
Celso Fernandes
@jwoertink hey my friend, I just added you to the organization, that's well deserved, thank you for everything 🙇
I remember when monitoring redis for rails actioncable, it uses an internal key as a control pubsub, so it can do some maintenance tasks (like disconnecting all connections for a...
hey @asterite just a question regarding your point, in some cases like [this one](https://github.com/konung/fast-crystal#stringdup-vs-string-code) that compares `String#dup vs String#+` here is the result: ``` String#+@ 471.96M ( 2.12ns) (± 9.13%)...
``` String#+@ 537.45M ( 1.86ns) (± 7.64%) 0 B/op 1.05× slower String#dup 566.09M ( 1.77ns) (± 3.70%) 0 B/op fastest ``` ``` String#dup 548.3M ( 1.82ns) (± 7.15%) 0 B/op...
`ips` has a default of: `calculation = 5, warmup = 2`, now I'm doing `calculation = 20, warmup = 2`, it's gonna take a little bit longer, but just for...
@mna after testing this `unless`, right, it formats, but it does not show the diagnostics anymore
@will 💥 you nailed it! on 0.10 (nighly compiled / macos) happens this error, using nvim 0.9.1 it works perfectly, so yes, some breaking on 10 👍