Damir Sharipov

Results 2 issues of Damir Sharipov

I came across a case where the name of the class `Nil` is contained in the module in which the class for which we create the settings is defined. ```crystal...

bug

Crystal version: Crystal 1.11.2 [fda656c71] (2024-01-18) Mosquito Shard version: 2.0.0+git.commit.a524191e6e0cf6d962d1f9ffaa3322202d56b201 I have this code to log current number of incomplete jobs ```crystal def in_progress : Int OpenDirJob.queue.backend.size(false) end ``` Time...