Daniel M. Capella
Daniel M. Capella
Not seeing any noteworthy errors while fetching all feeds at once.
Are those figures for virtual memory on Linux? I have 2.2G for VIRT, but only 161M RES (no swap). I also have almost 5k unread articles >.>. ``` M_SIZE (VIRT)...
If the browser was not already started, that's just how it works, unfortunately.
@geier, Arch Linux: https://www.archlinux.org/packages/community/any/khal/ python-atomicwrites 1.3.0-1 python-click 7.0-1 python-click-log 0.3.2-2 python-configobj 5.0.6-4 python-dateutil 2.8.0-1 python-icalendar 4.0.3-1 python-pytz 2018.9-1 python-setuptools 1:40.8.0-1 python-tzlocal 1.5.1-4 python-urwid 2.0.1-2 python-xdg 0.26-2
Getting no test failures with 0.10.5. 👍
You can either backport a patch to python-mpv 0.5.2 or use external mpv mode: https://aur.archlinux.org/packages/python-mpv#comment-889644 https://aur.archlinux.org/packages/python-mpv#comment-889648
An alternative: https://yeonjuan.github.io/html-eslint/
```lua null_ls.builtins.code_actions.eslint.with({ filetypes = { 'html' }, prefer_local = 'node_modules/.bin', condition = function(utils) return utils.root_has_file({ 'node_modules' } end, }), null_ls.builtins.diagnostics.eslint.with({ filetypes = { 'html' }, prefer_local = 'node_modules/.bin', condition =...
> ```lua > null_ls.builtins.code_actions.eslint.with({ > filetypes = { 'html' }, > prefer_local = 'node_modules/.bin', > condition = function(utils) > return utils.root_has_file({ 'node_modules' } > end, > }), > null_ls.builtins.diagnostics.eslint.with({ >...
> Hi mate, > > Just in case, where is your eslint installed? > > I installed mine with the plugins in /opt/eslint and added that to prefer_local and nothing....