Petr Gregor
Petr Gregor
Hello, after about a week running automated repository (new packages are loaded through ssh and by gitlab-ci) I started getting error messages. Since the first error appeared I cannot publish...
### Describe the bug After upgrade to 2024.03.07 I started getting `Failed to connect [Errno 11] Could not exclusively lock port /dev/ttyUSB0: [Errno 11] Resource temporarily unavailable` error. The data...
I have a fairly complex validation object shared on multiple routes. Sometimes with slight modifications which are handled by joi.alternatives: ``` //generic.id = Joi.alternatives().try( // Joi.string().length(24).alphanum().lowercase(), // Joi.object().type(mongoose.Types.ObjectId) //); exports.request...
Hello, mt-files-downloader hapilly downloads error pages instead of content. For example if server returns 404 . I think error should be raised instead.
This modification resulted in large performance gain on my system (5x faster). Reasoning behind this change is that we should not call the kernel with each sector (512b) and instead...