Lucas

Results 41 issues of Lucas

Hello i'm sorry if you don't take issue about specific site, i didn't found any info about this. the problem i'm facing is that only in commenting mode (RPAN live...

other-issue
blocked

hello I don't have autocompletion for tailwindcss term in my html, and since I'm not using a full tailwind project but only for in-class CSS I was wondering if it...

adding the g:NERDLeaderKey settings to change nerdcommenter default leader key 'c' we can set in vimrc : `let g:NERDLeaderKey = 'v'` to use v instead of c now we can...

readme is updated with a explanation of the changes to delete a entry, replace the file name with 'del' without the quote. if `$VIMV_RM` is set, vimv will use its...

https://github.com/advisories/GHSA-wpg7-2c88-r8xv

### Describe the bug when toggling day/night theme in yin-yang, all the already opened konsole or yakuake window will have their profile changed to the right one, but opening new...

bug
stale

hello ! `curl http://localhost:3100/?url=https://www.lonelyplanet.fr/article/croatie-croisiere-entre-dubrovnik-mljet-et-korcula` ``` {"error":1,"message":"Expected ',' or '}' after property value in JSON at position 543 (line 23 column 7)","data":null,"meta":{"service":"article-parser","lang":"javascript","server":"express","platform":"node"}} ``` The same happen with deno. thanks !

hello ! i opened #368 for the exact reverse reason last week, this time the deno example works but not node :upside_down_face: `https://reporterre.net/Arnaud-Begin-l-inspecteur-nucleaire-qu-EDF-veut-faire-taire` getting ``` { "error": 1, "message": "Request...

In the `test_miniserv.sh` there are multiples `echo XXXX | nc localhost $1`, but on my Linux system at least, `nc` doesn't exit after sending the message. Maybe it's a problem...

hello ! ```html ``` And ```ts await CapacitorVideoPlayer.initPlayer({ url: url.href, playerId: "fullscreena", componentTag: "div", mode: "fullscreen", title, chromecast: false, }); await CapacitorVideoPlayer.setVolume({ playerId: "fullscreena", volume: 0.4, }), ``` The initplayer...