N. Jourdane

Results 156 issues of 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 ;) ; -...

enhancement

**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`,...

type: question
category: example

**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...

type: feature request
help wanted
category: example

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...

feature request
inventory items

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: ![image](https://user-images.githubusercontent.com/1665542/145193667-470bfd2c-3955-4254-b0c2-7e0b185540f2.png) I think it could be interesting to create several posts with one book...

activitypub

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...

enhancement

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,...