Memmie Lenglet

Results 17 comments of Memmie Lenglet
trafficstars

For the implementation, it's possible to take inspiration form this repo https://github.com/therealglazou/dom4 (the licence type is different: MPL 1.1/GPL 2.0/LGPL 2.1) It's written in [haXe](https://haxe.org/) and can easily [transpiled to...

Also note that: > The most important way to optimize for bfcache in all browsers is to never use the `unload` event. Ever! > > [...] > > Instead of...

For that you can use [`browserslist-generator`](https://github.com/wessberg/browserslist-generator/tree/master#getting-the-most-appropriate-ecmascript-version-for-a-browserslist): ```js import {getAppropriateEcmaVersionForBrowserslist} from "browserslist-generator"; const terserOptions = { // ... ecma: parseInt(getAppropriateEcmaVersionForBrowserslist(browserslist).slice(2), 10), }; ```

For now it's not possible due to ["The variable `{{y|ij}` on line 5653 in `Development/JavaScript/JavaScript.md` was not properly closed with `}}`"](https://help.github.com/en/articles/page-build-failed-tag-not-properly-terminated). Because Github pages use jekyll which support tag. Anything...

[En effet](http://www.partipirate.org/Legifrance-pirate-annonce-une), j'ai été un peu trop naïf

C'est en effet un point à vérifier. Un lecteur de Numérama aurait eu des difficultés à ce sujet sur un projet similaire : http://www.numerama.com/magazine/32646-le-code-civil-sous-github-pour-mieux-lire-ses-evolutions.html#ac_com1749221

I don't know if it's related, but newer Lighroom use "non-standard SQLite compress module" [reverse engineering - Lightroom SQLite database binary XMP format - Stack Overflow](https://stackoverflow.com/questions/62825586/lightroom-sqlite-database-binary-xmp-format/62840909#62840909)