N. Jourdane
N. Jourdane
Note that you can share a not by sharing the file (in the `Notes` folder) with the File app. But the note will be stored in the root folder of...
I'm also interested by enum in MicroPython. In the meantime, I found [here](https://stackoverflow.com/questions/36932/how-can-i-represent-an-enum-in-python) this workaround: ```py def enum(**enums: int): return type('Enum', (), enums) Number = enum(ONE=1, TWO=2, THREE=3) numbers =...
I have never tested any of these tools, but I see 2 ways to do it: - 1 The CI server (#210) could split the source file to a list...
> Note that the bibliography is not available in the mediawiki file, it's only in the PDF. Indeed! Few resources (such as the cover, LaTeX sources and bib) must be...
> Replace `goog.require` with `import` and `goog.provide` with `export`. Ok, so I tried this on my fork ([5d66898](https://github.com/roipoussiere/blockly-samples/commit/5d6689818e9c3906d37ebcda71a2adec482d584e)), could you quickly check in the diff if the modifications on the...
Am I supposed to use a plugin like [parcel-plugin-closure](https://github.com/fathyb/parcel-plugin-closure)?
After some search I found that [a solution](https://github.com/agracio/electron-edge-js/issues/16#issuecomment-385620483) was to create a symlink: `ln -s /usr/include/locale.h /usr/include/xlocale.h`
What is the problem to create 100 posts? It could be done in a progressive way, for instance by waiting few seconds between each post. When grouping posts, I don't...
Also, one post per book may free some space for useful information and related AP actors, for instance: > New book added: @activitypub_book ([book name](book owning page)) > by @activitypub_book_author...
create several posts with one book each on AP when adding books: #574