Tiago de Paula
Tiago de Paula
I was checking the math plugin and found out four incompatibilities with latex compilers (pdfLaTeX and XeLaTeX) and MathJax: - Block math (`$$`) requires a newline before and after content,...
Enable fish to autocomplete with paths after the package list in `paru -F`, so that tab works as expected. This should help when writing a long path or when locating...
I know Edition 2024 is very experimental at the moment, so this is more of a heads-up than an actual issue. ### Description Rust has just implemented [RFC 3484](https://github.com/rust-lang/rfcs/blob/master/text/3484-unsafe-extern-blocks.md), requiring...
Latest javascript version, `[email protected]` on NPM, is enforcing `[email protected]`, which is affected by [CVE-2024-37890](https://github.com/advisories/GHSA-3h5v-q93c-6h6q). Please, update to `ws@^7.5.10`.
I was just verifying some types for `System` and both `addressOf` and `exit` seem like they have imprecise typings. I'm not sure if it is actually intended or not, so...
## Feature Description After the recent issue with Node 25 (#4997), I've been exploring what it would take to update The Lounge to more modern JavaScript standards. My initial experiments...
> [!IMPORTANT] > **WIP**: Implemented on top of #5002. Updates most of the development tooling and their configuration files. This PR touches only dev tools, not runtime dependencies. Specifically: -...
> [!IMPORTANT] > **WIP**: Implemented on top of #5001. Bumps the minimum supported version to Node 22 (current LTS) and updates the dependencies that become available with that version, while...
Updates dependencies in `package.json` to the latest versions that are still compatible with Node 18 and CommonJS, with minimal source changes. The PR is split into small commits so it's...
- Added a listener for [`destroy`](https://mutter.gnome.org/clutter/signal.Actor.destroy.html), so that `Main.panel` is not called after that event. - Added protections against reentrancy for `enable()`, `disable()` and `reset()` methods. - Fixes #782. -...