Emanuel Czirai
Emanuel Czirai
https://pl.kotl.in/F9bzKs68u  ```kotlin import java.util.Arrays fun main(args: Array) { println("Hello, World!"+Arrays.toString(args)+"!") } ``` output: ``` Hello, World![a, b, c, "d, e", 'f, g', "h, "j]! ```
### Zig Version 0.10.0-dev.3844+f7784a081 ### Steps to Reproduce 1. Create `read-input.zig` file, in an empty folder, with these contents: ```zig const std = @import("std"); pub fn main() !void { var...
### MDN URL https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver ### What specific section or headline is this issue about? _No response_ ### What information was incorrect, unhelpful, or incomplete? No mention of `about:config` setting `dom.enable_performance_observer`...
Energized Protection - block ⚡ Let's make an annoyance free, better open internet, altogether! Issue Submit Form Provide the following info properly, which will help us to resolve your issue...
but first: `ncurses-rs` needs the changes in this PR: https://github.com/jeaye/ncurses-rs/pull/218 (technically only the ones in the last 3 commits of April 11th seen [here](https://github.com/jeaye/ncurses-rs/pull/218/commits)) However `pancurses` doesn't need [these](https://github.com/ihalila/pancurses/pull/93) changes...
I've compiled a kernel on Gentoo with genkernel and saved a version of it with debugging symbols (and even its System.map but it doesn't seem to be needed for 'crash'...
Makes the build more robust and allows `cursive` and `pancurses` to compile(if they upgrade&patch)
This PR preserves the changes that were already done in v6 [here](https://github.com/jeaye/ncurses-rs/pull/201)(or, well, until [this](https://github.com/jeaye/ncurses-rs/commit/3aa22bc279e4929e3ab69d49f75a18eda3e431e9) point) and attempts to "fix" some of the missing things... while also making sure compilation...
##### Expected Behavior no segfault ##### Current Behavior qterminal segfaults(in libqtermwidget5.so.1.1.0) when scrolling up to the beginning, if too many lines are present in history! Sometimes (but don't know how...
On Windows even if auto-clicking isn't enabled, due to egui/eframe it seems, there's something like 6% CPU usage(on 12 cores cpu (6+6)) constantly(more or less) but which noticeably turns on...