N. Jourdane
N. Jourdane
Using a Continuous Integration server could add interesting features for this paper: - **maintainabilty**: no maintenance is required to publish the paper, just focus about writing it ;) ; -...
**Describe the bug** When using custom Blockly modules with Parcel, I get the error `Uncaught TypeError: global is undefined`. **To Reproduce** 1. I [forked the blockly-samples repository](https://github.com/roipoussiere/blockly-samples), then `cd blockly-samples/examples/blockly-parcel`,...
**Category** - Examples **Component** A new project in the `examples` folder, that includes a custom Blockly generator as a ES6 module ready to be published on npm. **Is your feature...
The [pythonocc-core pip package](https://pypi.org/project/pythonocc-core/) has not been updated since Dec 4, 2014 and use pythonocc-core v0.16. It should be updated to the last version v0.18.1.
I get the error `xlocale.h not found` when building occt 7.2 from sources. Installed dependencies: - glu 9.0.1 - freeglut 3.2.1 - tcl 8.6.10 - tk 8.6.10
*Tell me what you read, I will tell you who you are.* It could be interesting to add a "vitrine" concept for each user, in order to let users chose...
The `rel="me"` link attribute is a way to prove that the user is the owner of the page that includes the link. Some platforms like Mastodon can check the presence...
When adding several books on inventiare.io, a post with multiples books is created on the fediverse:  I think it could be interesting to create several posts with one book...
I would like to create vector paths, more complex than just circles and rectangles. I found the [arc](https://pyglet.readthedocs.io/en/latest/modules/shapes.html#pyglet.shapes.Arc) and [line](https://pyglet.readthedocs.io/en/latest/modules/shapes.html#pyglet.shapes.Line) methods in the docs, but how to create a custom...
I would like to create a window transparent background, where only shapes I draw on it are visible. I used `window.Window.WINDOW_STYLE_BORDERLESS` to remove window borders: ```py from pyglet import app,...