Jérémie Astori
Jérémie Astori
### What steps are needed to reproduce the bug? Context: - Imagine a shared config published as its own npm package, let's call it `shared-stylelint- config` - A set of...
Lots of issues, PRs, discussions and disagreements have an impact on settings. In this fork alone, I can mention https://github.com/thelounge/lounge/pull/57, https://github.com/thelounge/lounge/pull/70, https://github.com/thelounge/lounge/pull/28, https://github.com/thelounge/lounge/pull/49, https://github.com/thelounge/lounge/issues/80, https://github.com/thelounge/lounge/issues/44, https://github.com/thelounge/lounge/pull/70, ... and we are...
## Describe the bug ## How to reproduce Steps to reproduce the behavior: 1. Clone this repo 2. Make sure you're running Node.js v20.3.1 (I have not tried other v20...
This file was created by running `npm init` and following steps listed at https://thelounge.github.io/docs/plugins/themes.html. Once this theme is published on npm, it can be installed on The Lounge (as of...
Currently, opening a new tab appends it at the end of the list. As far as I know, it doesn't seem like there is a way to move tabs around...
Hey @ihordiachenko! It would be nice if you could combine your plugin with @Turbo87's [`eslint-plugin-chai-expect`](https://github.com/Turbo87/eslint-plugin-chai-expect) into a shared `eslint-plugin-chai` :) That's even something you could submit to the other members...
Right now, bot answers to `#xxx` with PR title, status and links, such as: ``` Look at #1047 [PR 1047] (open) Condense join into nicknames (https://github.com/thelounge/lounge/pull/1047) ``` But if someone...
Hi there! I can see that https://github.com/jayvdb/jekyll-netlify/releases/tag/v0.3.0-pre is available on GitHub, but not in Rubygems. Are you planning to release it anytime soon? Thanks! 🙏
As shown in the screenshot below, some code blocks [in this page](https://www.scala-exercises.org/doobie/parameterized_queries) (and maybe others?) have strings that are not closed properly: `sql""" ... "`. Looking at [the comment that...