xypnox
xypnox
Usually while comparing Strings, this warning comes up. This is fine when we compare files, still there should be a way to suppress this warning. Here is a similar issue...
Currently even in fullscreen the UI elements are visible. It would be better UX to hide the UI elements such as menu button, book name etc after the user's mouse...
Sometimes, The usecase is such that we only need to monitor _one_ thing. For example, We may need to only see the network widget or memory widget. Hence, Add a...
The example from the readme for sending a sticker at a URL sends the sticker as an image file on both desktop and phone. The relevant code: ```js bot.on('sticker', (msg)...
@Passionlinux integrated utternaces with his blog. For the post [Des nouvelles, le site et ce qui se passe…](https://passiongnulinux.tuxfamily.org/posts/2021-06-06-des-nouvelles-le-site-et-ce-qui-se-passe/) his sample comment got posted to my blog's repo at [posts/des-nouvelles-le-site-et-ce-qui-se-passe/ #26](https://github.com/xypnox/blag/issues/26)....
There are several [Awesome lists](https://github.com/sindresorhus/awesome) available on the Internet and several more are created and updated everyday. If only we could compile these lists in a digestible manner, the problem...
To generate a custom iconify icon set a user currently has to setup a pipeline for figma via https://docs.iconify.design/tools/tools2/import/figma/. This whole process can be simplified if the iconify plugin allowed...
The Convert command was not working properly on Windows. This was due to a predefined variable `convert`. More info can be [found here](https://stackoverflow.com/questions/3060205/error-invalid-parameter-fom-imagemagick-convert-on-windows).
I recently upgraded to the new version and setup the config as: Is there a way to have `utils.in(fn.getbufvar(buf, "&filetype"), {'md', 'tex', 'org', 'txt'})` as in: ```lua local autosave =...
It is common to have a button that submits a form and a link that navigates to a different page have same or similar styles. In these cases, the button...