Jérémie Astori
Jérémie Astori
For the record, this is the error we get when building. The `Final loader (...) didn't return a Buffer or String` error does not show up here as it only...
Most likely duplicate of #618
Hey @morbidick, sorry I never replied to you! We actually have DEBs for The Lounge, built using https://github.com/thelounge/deb-lounge and stored with every (non pre-release) versions, for example here: https://github.com/thelounge/lounge/releases/tag/v2.6.0 (see...
Also, note that a few changes on The Lounge make this transition easier: it can now start without users, we can use `.lounge_home` (soon to be `thelounge_home`) to set up...
Well, that sucks :-) I must admit, I have never played with `Record`s and prior to a minute ago, I had never even read its doc! I agree with you,...
Right, it wouldn't... Sure, that'd be better if this can be fixed upstream. In the meanwhile, a temp quickfix or a note in the README might help further users of...
Hey @glenjamin, @corbt, and @renanvalentin! I know it's been an awful while, but trying my luck still: does any of you want to further help with this? 🙏
Is this still considered, by any chance? When using coffeelint in a text editor package (such as https://atom.io/packages/linter-coffeelint), adding plugins is not trivial.
What's the status of this? FYI, Solano CI parser does not support TAP, sadly, so having a JUnit formatter is the only alternative. @sstephenson or @mislav, is this project still...
Great article, @csswizardry! --- ### Working copy cleanup Deleting local branches that have been merged and deleted: ```sh git branch --merged | grep -v \"^\\s*master$\" | grep -v \"\\*\" |...