Minsoo Choo
Minsoo Choo
``` $ make installcheck ... atf-c/check_test:build_cpp -> failed: 2 checks failed; see output for more details [0.004s] atf-c++/check_test:build_cpp -> failed: atf-c/utils.c:320: (fd = open(file, O_RDONLY | O_CLOEXEC)) != -1 not...
By convention, many CMake users build their project in build folder in git repo. Although this is not the recommended way for HalfLife Unified SDK, this can prevent confusion and...
   
- On Windows, `__debugbreak();` is prefered over `asm(int 3)` - `CPUID` and `RDTSC` are supported by default since Pentium - Removed unused (`#if 0`) assembly code
This is first 10 commits of #13
### What version of Bun is running? 1.1.28+cf4e9cb69, 1.1.29+6d43b3662, 1.1.30+7996d06b8, 1.1.31-debug+8376b8237 ### What platform is your computer? Linux 5.15.153.1-microsoft-standard-WSL2 x86_64 x86_64, Darwin 24.0.0 arm64 arm ### What steps can reproduce...
## Prerequisites - [ ] Have you checked for an existing issue describing your idea? ## What is your proposal? Rewriting poudriere web app under `src/share/poudriere/html` with introduction of modern...
**Describe the issue** In Swift ```swift class func foo() ``` works like ```swift static func foo() ``` But highlight.js interpret `func` as the class name in this case. Both `class`...
Move to Github PR by @bsdimp 's request through freebsd-current mailiing list. [Phabricator review](https://reviews.freebsd.org/D41421) jemalloc 5.3.0 was released in 2022 but has not been imported into FreeBSD base system yet....
### The author should do the following, if applicable jsxImport bug in Bun appeared in 1.1.28, fixed in 1.1.33 - Update `oven-sh/setup-bun` to v2 - Use Bun `1.1.x` - Update...