-
The error is a syscall/js.finalizeRef not implemented.
It does not seem to disrupt the flow of my code, but we might want to implement it.
TinyGo Version:
> tinygo version 0.17.0-dev linux/amd…
-
### What is the problem this feature would solve?
Windows GUI
### What is the feature you are proposing to solve the problem?
golang > `go build -ldflags="-s -w -H windowsgui"`
The terminal wind…
-
I observed that if a ternary expression is like - `false ? "foo" : nil` (note the `nil`), the `if_false` field does not get populated.
However it works if the the alternative was an expression oth…
-
### 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?
- [ ] Not…
-
- (void)webView:(WKWebView *)webView didFinishNavigation:(WKNavigation *)navigation
{
NSString *js = @"function imgAutoFit() { \
var imgs = document.getElementsByTagName('img'); \
for (var i =…
-
### Bug report info
```plain text
act version: 0.2.64
GOOS: linux
GOARCH: amd64
NumCPU: 6
Docker host: DOCKER_HOST envir…
-
## Defect
#### Versions of `nats.go` and the `nats-server` if one was involved:
`nats-server: v2.9.19`
`github.com/nats-io/nats.go v1.27.1`
#### OS/Container environment:
MacOS 13.4.1
`g…
-
Calling `Client::create_room` (in the FFI) with the following parameters (specifically with an invite for a matrix ID that doesn't exist), seemingly runs forever and instead of failing, keeps creating…
-
### Dafny version
4.6.0
### Code to produce this issue
```dafny
method Main() {
var arr := new int[2][0];
print arr[1];
}
```
### Command to run and resulting output
```code
dotnet dafny/…
-
When validating a JSON document I get an error from `Validate` if the user-provided document is not valid JSON. My expectation is that no error would be generated and `result.Valid() == false`.
To …
aelse updated
4 years ago