Bartosz Borkowski
Bartosz Borkowski
Hi, IMHO this module will not work well, because it does not have microstepping. This results in poor quality images. Stepsticks are not expensive, there are even complete "cnc schields"...
It's great you have your eggbot working :) Your servo should remain cool - probably its shaft was blocked in a way that it could not reach desired position. You...
If you have set up microstepping correctly, there should be 3200 steps per full shaft revolution. You can easily test this using Manual tab of inkscape eggbot extension. You should...
+1 for setting message id by an application. It makes use of custom versioning possible and ensures consistency between multiple modules in load balanced environments. I would also really like...
I must admit that DGS library is well designed and I have never had any problems using it in WebFlux mode. That is, until I had to implement file uploads....
> How can this code detect whether the link was created by the caller or it was due to racing with another creation attempt? As soon as you detect something...
Sorry for closing and reopening, I pushed wrong button after writing so long post :wink: .
I understand your concerns of concurrency and I agree. The problem is, that in some situations repository is rendered unusable, which is simply not acceptable in prodution environments. If we...
This is not swift driver's fault, because two file creations in `Tag` are not transactional and may end up partially executed. It is just much more likely that this happens...
#2516 will not help in this case, because `DeleteImageManifest` function fails in `Lookup`, before we have a chance to call `Untag` you modified. Therefore we will delete manifest link, but...