Philip Ross
Philip Ross
So I was using benchee and I came across this problem. I've got a bunch of tests with a few different inputs with greatly varying sizes and found that if...
cryptic crashes when I run it on my project (https://github.com/baseballlover723/lol-worlds-draw/tree/failing_cryptic) when running `bin/crytic -s src/lol/worlds/draw.cr spec/lol/worlds/draw_spec.cr` ```✅ Original test suite passed. Running 9 mutations. ✅ NumberLiteralChange in src/lol/worlds/draw.cr:6:34 ✅ NumberLiteralChange...
It would great to be able to pick and choose which mutators to use, so that if users can choose how strict they want to mutation test. Could also be...
Digest is ~5x slower for SHA1, SHA2, and SHA256 on Ruby 3.x compared to Ruby 2.x. See https://gist.github.com/morimori/1330095#gistcomment-3975819 for more details and the benchmark. Note that I tried benchmarking with...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem gradle ### Package manager version 8.8 ### Language version Java 21...
Currently if there is an error that causes dependabot to be unable to run the mixfile (such as using a file) while trying to update a dependency, then dependabot will...
## What happened? Quite often I find myself commenting out chunks of of code while developing, and when I run my tests or leave focus, intellij automatically saves the file,...
# What does this PR do? Allows you to define models with unsigned integer fields presuming that the underlying adapter supports it. This also adds `Array(8)` because it looked like...
If you select a macro in the Mod Mail screen, the whole bottom row (macros, reply as, send) disappears. Send is replaced by post macro, and losing the macro dropdown...
We have a macro for telling people they are shadowbanned, but we can't really use it very well since there's currently only support for mod mail replies. This ticket would...