-
Hi there,
First of all, thanks for sharing this project!!! I used docker compose to test it, and it's pretty cool!
I wanted to start developing some features for this but I'm already getting stuc…
-
### Bug report
PHPStan already handles Immediately Invoked Function Expression quite well.
After https://github.com/phpstan/phpstan-src/pull/1628 it also understands the passed in types.
Eve…
ruudk updated
3 weeks ago
-
### Reproducible in vscode.dev or in VS Code Desktop?
- [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop
### Reproducible in the monaco editor playground?
- [X] Not repro…
-
### Package version:
v10
### Enhancement:
Is it possible to translate the param field?
### Code sample:
```go
package main
import (
"fmt"
"reflect"
"github.com/go-playgroun…
cncal updated
6 months ago
-
simply doing `docker compose up --detach` leads to a pip install error
Here's the full traceback
```python
[+] Building 439.8s (16/24)
=> [dalle-playground_dalle-interface internal] load build …
-
Please help me out if it's a bug or a feature. To me it's unexpected.
**Steps for Reproduction**
1. Visit https://quilljs.com/playground/snow
2. Using the basic example, insert an **empty** cod…
-
### Describe the bug
According to the docs and [this discussion](https://github.com/swc-project/swc/issues/4989#issuecomment-1183408167) it should be possible to have an array as config but SWC fails…
-
### Describe the bug
```svelte
{ [...array] }
```
is compiled as static text when the variable isn't marked as reactive.
Though I doubt people use it in the prod (at least it should be `array.j…
-
Currently [slice patterns](https://doc.rust-lang.org/reference/patterns.html#slice-patterns) can match fixed sized arrays and dynamic sized slices. It would be useful in code over generic length array…
-
```js
let d = {}
let e = 0
if (Math.random()===0) {d.a = 0}
if ('a' in d) {
e = ""
}
e.toUpperCase()
```
Throws `Uncaught TypeError: e.toUpperCase is not a function` at runtime