-
AIM: replace nested dictionaries with appropriate data structures implemented as Python dataclasses.
Subtask of #276.
-
When I try to format a svelte file with prettier and this plugin using format on save with vscode the entire file breaks. When I try to run prettier with the `--write` flag it reports a parsing error.…
-
**Describe the bug**
lowercase plural use results in RangeError: Incorrect locale information provided
**To Reproduce**
- `git clone git@github.com:lingui/js-lingui.git`
- `git checkout next`
-…
-
### Describe the bug
My `+page.ts` looks like something like this:
```ts
export const load: PageLoad = async ({ fetch, parent }) => {
const { uid } = (await parent()).session?.user ?? {};
…
-
Currently we seem to use in all applications of Arrow the IPC capabilities to move data between a Java process and a Python process. While this is 0-serialization, it is not zero-copy. By taking the a…
-
There's a lot of code like this in Deno:
```
Deno.test("foo", function () { /* ... */ });
```
It would be nice to have a rule to suggest to use arrow syntax for the anonymous function here.
[Ho…
-
__Expected behavior:__
I expect CSS styling to be applied based on the dynamic values of properties I pass through with arrow functions in React.
__Describe the bug:__
Any JSS that uses arrow fun…
-
### Is your feature request related to a problem or challenge?
Arrow Arrays are designed to be immutable and use shared references extensively, but it is possible to reuse the underlying buffer in so…
alamb updated
15 hours ago
-
Maybe this is out of topic, but still, belongs to bind operator subject.
Why don't use arrow functions operation to create methods of classes with bind operators?
```
class Example {
bindFunc…
-
- VS Code Version: 1.94.2
- OS Version: ubuntu 24.10 (same issue on 24.4.2 lts)
Steps to Reproduce:
1. open vscode on linux (i'm using ubuntu)
2. navigate around a bit between files using ctrl click…