-
### Checklist
- [ ] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
### Steps to reproduce
1. `xxd -R never` a big file to a terminal
2. `xxd -R always` a big file to a terminal
It takes significantly longer to run the colored version.
For example, doing `ti…
-
C99 introduced new _length modifiers_. In addition to the well known and supported 'l', 'L', and 'h' we have 'hh', 'll', 'j', 'z', and 't' now. (See https://en.cppreference.com/w/c/io/fprintf for re…
-
The following code will currently segfault when compiling and running with `cargo r -- target/demo.st tests/lit/util/printf.pli --linker=clang && ./demo.st.out` due to passing the `arr` variable impli…
volsa updated
4 weeks ago
-
### Description
I discovered a bug on the code generation when an instance method defined on a C++ class is called from Swift and returns a struct. From the Swift side, it pushes the struct's stack…
-
I got the output for:
SSLeay_version(SSLEAY_PLATFORM)
a 32 bit compile:, to be VC-WIN64A.
Here is test code:
``` C
// File: C:\Files\openssl\openssl-1_1_1-stable\wctest\ListSSLversion.cpp…
-
Example program:
```go
package main
import (
"fmt"
"net/http"
"net/http/httptest"
"github.com/go-chi/chi/v5"
)
func main() {
mux := chi.NewMux()
mux.Get("/{param:.+}.json", func…
-
Dear Chai3D team,
We have found a wrongly commented printf statement, which is a silent failure when Chai3D cannot find HDPhantom64.dll in the appropriate folder. The error can be found on src\devi…
-
Hello,
If a String creation fails it is possible to detect this error in the code, like:
```C++
String s = "abc";
if (!s) ... // error, out of heap or something ...
```
However the error d…
-
### Subject of the issue
fd_datasync fails.
I'm not sure whether this is a bug.
### Test case
```
#include
#include
#include
#include
int get_fd(const char *filename, int flags) {
…