Laszlo Balogh

Results 8 issues of Laszlo Balogh

Hi, I created a bunch of compressed files with the help of your package (version 1.0.4). I can decompress them with your library, however I am failing to decompress them...

The crappiest browser I've ever tried, unfortunately very popular in some countries (India ~43%). What would it take to add it to the list? What can I do to make...

new implementation
Help wanted

Consider this dummy document: ```javascript { "@context": { "ex": "http://example.org/vocab#" }, "ex:a": "a", "ex:c": { "ex:foo": "bar" } } ``` and this frame: ```javascript { "@context": { "ex": "http://example.org/vocab#" },...

bug

How to reproduce? 1. Creating a FormSet object 2. FormSet#addAnother() => name="form-**0**-...." 3. FormSet#addAnother() => name="form-0-...." name="form-**1**-...." 4. FormSet#removeForm(**0**) => basically _any index_ other than the highest name="form-1-.... 5. FormSet#addAnother()...

It would be nice to filter out web components if they rely on or make it mandatory to include other frameworks, like Polymer, etc. Is there a way to achieve...

Type: Enhancement
Old Site

This is how `coc.nvim` displays the types and parameters for a `golang` source file: ![coc-inlay-hints-paramters-and-types](https://github.com/yegappan/lsp/assets/1551034/0e772882-4cf4-4696-af26-1eb1c9b26bff) They link both the parameter and type inlay hints to the `Conceal` highlight group. Also,...

Tried to change the `diagSignErrorText`, `diagSignWarningText`, etc signs inside my vim config, as it was suggested in the help text, however contrary to the help, it seems that the `LspOptionsSet()`...

Hi! When I have ran jpeg-recompress with the following paramters: ```bash jpeg-recompress --accurate --ppm --method smallfry --strip --min 60 --max 100 input.ppm output.jpg ``` I got: ```bash Final optimized smallfry...