Robin Grönberg

Results 8 issues of Robin Grönberg

Hi, I've just tried out this software and it seams to work best of all the tools i've tried. Right now, I'm stuck with the problem that some jobs take...

**What version of this package are you using?** 9.15.0 **What operating system, Node.js, and npm version?** 14.15.1 **What happened?** The following exception is raised: ```javascript node_modules/bittorrent-tracker/lib/client/websocket-tracker.js:380 delete self.peers[offerId] ^ TypeError:...

bug

Hi, nice docker image. I am planning to move away from a syncthing+nextcloud setup towards a seafile setup, and I'm probably going to use this image. However, I am worrying...

I'm suggesting a change in the GUI of the IOS seafile application. ## The Problem I've managed to unintentionally make duplicates of all my photos that exists in the "Camera...

Hi! Loving this docker image of syncthing. Works very well. I'm wondering if there is any possibility to add `syncthing-inotify` as default into this image, or at least provide a...

I've been thinking if entity iteration speed could be improved by using intels SIMD instructions. SIMD stands for Single Instruction Multiple Data and gives improved performance if tasks can be...

enhancement

Right now, entities created with EntityManager::create() without components are added without knowledge of its components. A way to improve this would be to create a temporary entity, and add it...

enhancement
help wanted

I've been using macroquad which in turn uses miniquad version 0.4.0 with a stable framerate. I moved to using miniquad directly using 0.4.8 and noticed the framerate wasn't as stable...