-
Since the usage of this library is growing, I'm really curious which companies are using `next-intl`. Leave a comment here if `next-intl` is helpful to you! 🙂
-
To get `enable_rename` to work for `vue` filetype I have to use one or two setup opts:
```lua
local opts = {
opts = {
enable_close = true,
enable_rename = true,
enable_close_on_s…
-
**Scenario**: As a user, I would like to optionally merge extended arrays in `tsconfig` files. To do so, I would add a nested dot array `["..."]` reminding spread operator to the property I want to me…
jsamr updated
2 months ago
-
I'm test driving this library to implement a data processing pipeline. A few steps into the pipeline definition I need to branch, i.e. "if x then write to channel A else write to channel B". (Specific…
-
# Steps to Reproduce
i tried to log in.
# Actual Behavior
i tried to log in to second life 10 times in a row. no result. i tried different start area's. i disconnected power supply of router 5 min. …
-
## Reason
This small (one-line change) yet possibly controversial feature can be done really easily in `Parser` as
```
diff --git a/framework/src/parser/Parser.C b/framework/src/parser/Parser.C
in…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
# Background
In https://github.com/prettier/prettier/issues/737, an alternative format was proposed for nested ternaries, on the grounds that indenting every level of a nested ternary looked bad, e…
-
Hi Dji, I want to download the last photo I've taken. As for now I have code that pulls media from drone, and downloads photo, but it have some issues.
Device: Mini 3 pro
1. mediaManager.enable al…
-
### Background
* jOOQ is satisfied with its adoption of the JetBrains nullness annotations, and this isn't a particular source of pain.
* JetBrains and Google and several other organizations invol…