-
### Godot version
v4.1.1.stable.official [bd6af8e0e]
### System information
Godot v4.1.1.stable - Fedora Linux 37 (KDE Plasma) - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1660 (nvidia;…
-
```julia
julia> struct Foo{N} end
julia> Foo{1}()
Foo{1}()
julia> Foo{(1,)}()
Foo{(1,)}()
help?> Foo{(1,)}()
ERROR: syntax: invalid variable expression in "where"
Stacktrace:
[1] top-l…
-
We currently have a spinlock in jemalloc for ownership of sbrk interactions.
The fundamental issue is in our handling of aligned allocations that require bumping the dss break. Currently, we try to…
-
Hello! First of all, thank you very much for developing the algorithm!
Due to stability issues with the hard drive, my process was interrupted after running 7/16 samples. I would like to ask if the a…
-
### What happens
Last week i could still properly run models with [Koboldcpp ROCm](https://github.com/YellowRoseCx/koboldcpp-rocm) (which i hope you can with here as well since issues are not enabl…
-
**Is your feature request related to a problem? Please describe.**
I can't see as many information on my CPU as I'd like because of current per-thread information instead of per-core
**Describe th…
-
Please use the following bug reporting template to help produce actionable and reproducible issues. Please try to ensure that the reproduction is minimal so that the team can go through more bugs!
- A…
-
Pressing Alt+E (or Meta+E on Mac) while on the REPL brings up an external editor to edit the current input. This feature was [added in v1.9](https://docs.julialang.org/en/v1.9/NEWS/#REPL).
However …
-
### Operating System
Other Linux (please specify below)
### Other Linux
Red Hat Enterprise Linux release 8.6
### Workflow Version
v.1.2.1
### Workflow Execution
Command line (Cluster)
### Othe…
-
When an argument is missing, the error message is not fantastic:
```julia
julia> rand(, 10)
ERROR: ParseError:
# Error @ REPL[1]:1:6
rand(, 10)
# └──┘ ── Expected `)`
Stacktrace:
[1] top-l…