George Borisov
George Borisov
Confirmed on Debian Sid with Icedove 31.6 and Awesome WM - had to disable the addon entirely. :-(
@danbruegge thanks! :-) :-) I confirm that this fixed the issue for me. I had (on Debian) a package `gtk-redshift` installed which in turn pulled in `gir1.2-appindicator3-0.1` and `libappindicator3-1`. After...
Problem is still there and is still very annoying.
That doesn't seem right though - the data that an event sends in not a parameter - it might be a parameter in the listener callback and be documented there...
Add "more" tag to hide part of a post when browsing list of posts.
@Simonclavey so post description is what will show in the list? And if it's blank then the whole thing is shown? If so that's cool. :-)
@Simonclavey So the desciption is only shown in list view, not on the post itself, which is not the same as the "more" tag. To get the desired result I...
Apparently `node-fetch` v3 breaks non-ESM applications: https://github.com/node-fetch/node-fetch/issues/1263
Looks like adding any sort of middleware is enough to break it :( ```` var express = require('express'); var runMiddleware = require('run-middleware'); var app = express(); app.use(function (req, res, next)...
Guessing this is another case of ES6 things supported in "strict" mode?