markmaker
markmaker
This helped in my case: `sudo apt install python-is-python3`
Very useful, but all such guides seem to be missing the `merge.renormalize` configuration variable, which makes renormalizing the _standard_ for all "mergy" operations like merge and cherry-pick. See here: https://git-scm.com/docs/gitattributes#_merging_branches_with_differing_checkincheckout_attributes...
> Sounds pretty special to your environment. I don't know how you mean that. I consider it perfectly normal to have the main meson project in a subdirectory, especially since...
Somehow IntelliSense needs to know which `.cpp` files to scan. I assumed it will use the `builddir/compile_commands.json` 'file' entries. I set the C_Cpp › Default: Compile Commands correctly, but somehow...
Like I initially described, "Go to Definition", "Find All References" etc. only work in the limited scope of opened files. As soon as I remove Meson plugin from the equation,...
There is a toplevel project, that contains various git submodules. The submodules cover different technologies and/or programming languages. One of them is a C/C++ project with a meson.build file. ```...
Hi @tufelkinder Please watch the video: https://youtu.be/cNCjjvCT4Fc Especially the part about adjusting the play using the test print: https://youtu.be/cNCjjvCT4Fc?t=78 This project makes it a _design goal_ not to require screws,...
This was just brought to my attention by a user of [OpenPnP](http://openpnp.org/). @repetier, please reconsider. `M400` should only be `ok`'d once the commands queued before it, are physically done. OpenPnP...
I had the same issue and traced it back to using 2D translate/rotate on 3D bodies. OpenSCAD did not complain and just used them as expected (in the X-Y plane),...