pfg
pfg
I'm not sure the exact values, but the cmake script looks for specific files. So you can search in the sysroot for these items to find them: In libc.txt: -...
It hangs on `std.posix.shutdown`. I guess there's some kind of other problem because it also hangs on `writeBin` and setting `writeTimeout` has no effect. It works fine as long as...
That code reproduces the issue on windows as long as there is a server running at that port for it to connect to. Although that code doesn't work on linux...
That should be it, what didn't work?
@Jarred-Sumner I'm not seeing any performance impact from this PR with `hyperfine "bun-45cbc92e81391b46a16c241043ea38c26310e931 run ./a.js" "bun-287f1628e78e2ecee0dfd937d78e3fe3e307187c run ./a.js" --shell=none --warmup=50`, although `bun-1.1.43` is ~0.2ms faster than latest main
This would be nice for linking newlib, currently I link it directly with linkLibrary, but then zig doesn't know that libc is linked and stuff like `std.heap.c_allocator` doesn't work. The...
There's another problem with `setLibCFile`. There's no way to pass it down through dependency trees. If you're depending on [freetype](https://github.com/hexops/freetype/blob/master/build.zig), how are you supposed to tell it to use a...
This issue is fixed in canary (`bun upgrade --canary`) and will be released in Bun 1.2.20. If you still experience it after updating, let me know and I can reopen...
# Solution Set `animation: false` in chart.setOption() as recommended in Echarts docs (https://echarts.apache.org/en/tutorial.html#Server-side%20Rendering) ## Smaller reproduction: ```js import { createCanvas } from "canvas"; import * as echarts from "echarts"; import...
The way the builtin macos terminal seems to handle line continuations is by seeing that the previous line didn't wrap when printing and then using the up arrow in that...