Memmie Lenglet

Results 17 comments of Memmie Lenglet

Actually there is not way to get only bookmarklets with the WebExtension API (you need to parse the whole bookmarks tree). But it's possible to implement such feature (manual refresh...

To create DDS you can also use ImageMagick: ``` convert image.png -format dds -define dds:compression=dxt5 -define dds:cluster-fit=true -define dds:mipmaps=0 image_dxt5.dds ``` Or use [Compressonator CLI](https://github.com/GPUOpen-Tools/Compressonator) (a GUI is also available):...

Use the port 0 for `analyzerPort: 0` will [auto choose the port](https://nodejs.org/api/net.html#net_server_listen_port_host_backlog_callback)

I've have the same issue when I try to use OmniSharp with [intellij-lsp](https://github.com/gtache/intellij-lsp) (an IntelliJ extension for support of LSP). I've found that the version [1.32.9](https://github.com/OmniSharp/omnisharp-roslyn/releases/tag/v1.32.9) work with stdin/out using...

Or read this better news: http://www.downthemall.net/progress/ (it should be only a light version)

In fact some files like OpenDocument (odt, zip based) need a specific "header": start with one uncompressed file `mimetype` with the content `application/vnd.oasis.opendocument.text`. To create and OpenDocument: ``` # mimetype...

Par contre je ne sais pas à quoi ces types correspondents exactement

Actuellement (v0.10.1) les dossiers Pays, Chaines, Contenu chaine, Emissions n'ont que les modes de présentation limité (skin Estuary pour Kodi Krypton) : Liste large et Liste d'icones Les dossiers contenant...

@SylvainCecchetto bonjour, oui, je l'utilise mais pas beaucoup. Apparement les dossiers (pays, chaines, etc.) n'ont plus de mode de présentation (uniquement liste large) contairement aux listes de vidéos qui ont...

I've got the same issue and I thing it's related to this line: https://github.com/wessberg/browserslist-generator/blob/80d81a43462da37426ac08b4fff72f468ef4f495/src/browserslist-generator/browserslist-generator.ts#L3 When executed in Node 19.2 imported from an ES module, because of the [namespace import (*...