Marc Weber
Marc Weber
… release to another I wondered which is the best way to copy topic branches which eventually depend on each other onto another release. This code should work in at...
Eg matplotlib requires freetype. Eg whatev requires whahtever. Why don't we add community supported list of packages so that installing packages just works without having to lookup all the binaries...
I mean is there a configuration for set_wifi which allows to connect to an existing wifi? This would allow devices to keep using the internet while accessing the printer easily.
Can the firmware be modified so that the printer can select from multiple images ? Eg pressing the button twice meaning the upload before the previous one or moving the...
My case: a mouthpiece with a hole which is not centered. Thus I rotated it 4 times and tried intersecting to get a mouthpiece with 4 holes. But the result...
The langserver.org protocol gets used by more and more tools. I'm adding support to https://github.com/MarcWeber/editor-cells right now. But I'm running linux, npm install, removing 'exclude node_modules' form tsconfig.json and running...
I want to say it might interesting to add a section 'libraries supporting plv8'. For instance coding query('INSERT INTO () VALSUE($1,$2)', [....]) is not as much fun as using a...
Fix is like this, but I cannot find the xdisplay.c in master, so how does node-gyp or such generate that file? ``` char* display = getenv("DISPLAY"); if (display == NULL)...
One issue talks about hydration. If its part of the library it should be added to the REDAME.md, section 'features'.
When trying new packages I often have the problem that a package does not work yet. I'd like to not load it. Simply commenting the recipe in .emacs is not...