kzc
kzc
@LangLangBart Good stuff. I agree building and using a new ICU dylib is the correct way to go about it. I also think it would be useful if bun were...
@LangLangBart side question... do the ICU tests fail on your machine if the default TZ is not GMT? tests pass with TZ=GMT: ``` $ unset TZ $ DYLD_INSERT_LIBRARIES=`pwd`/polyhack.dylib DYLD_FORCE_FLAT_NAMESPACE=1 bun...
> I tried your solution for polyhack.c, and it worked until I ran into another issue. It's like whack-a-mole trying to keep an unsupported OS version working... ``` $ cat...
> I didn't test it with ICU 68 before building ICU 70.1. If it's important, I can check. It's not important. Just was wondering if the ICU upgrade was as...
@LangLangBart That's quite thorough. sure enough.. >> Did the _ubrk_clone problem also occur in ICU-68232? > _ubrk_clone 69 I wonder if there's a resource that shows which ICU version shipped...
Related question... the github code search box in their web interface doesn't work for `zig` file extensions? For example: * https://github.com/oven-sh/bun/search?q=posix_spawn_file_actions_addchdir_np&type=code * https://github.com/oven-sh/bun/search?q=posix_spawn&type=code The search only produces results for Commits...
Could be an undocumented [Github Pro](https://docs.github.com/en/get-started/learning-about-github/githubs-products#github-pro) thing.
I figured it out. Code search only works if you opt in to the Github Beta Feature "New Code Search and Code View". Traditional github code search is buggy and...
- `keep_classnames` (default: `undefined`) - pass `true` to prevent discarding or mangling of class names. - `keep_fnames` (default: `false`) - pass `true` to prevent discarding or mangling of function names....
https://www.youtube.com/watch?v=oqMl5CRoFdk