WisonYe
WisonYe
I wrote 2 performance testing minimal HTTP servers, one for `tide` (1.6) and one for `Node.JS`, what I expect is that the `tide` one should faster than the `Node.JS` one....
### Zig Version latest-from-master ### Steps to Reproduce and Observed Behavior I want to play around `zig` on `FreeBSD (FreeBSD my-bsd 14.0-CURRENT FreeBSD 14.0-CURRENT #0: Sun Jan 8 12:56:00 NZDT...
Hi there, I'm trying to port my `raylib` project from `MacOS` to `FreeBSD`, but the compilation is fail: ```bash Compiling cc v1.0.79 Compiling fs_extra v1.3.0 Compiling libc v0.2.140 Compiling cfg-if...
**Describe the bug** Can't make it works with a customized shell script in `LUA` setup **To Reproduce** Steps to reproduce the behavior: 1. Paste the following setting in Lua config...
I've already pasted the following settings (copy from repo README page) to `~/.config/lf/lfrc`: ```bash set previewer ctpv set cleaner ctpvclear &ctpv -s $id &ctpvquit $id ``` But when I open...
@boncheolgu @tylerhawkes Could u have a look and give me help if possible:) ### 1. **Interpreter** lifetime issue Long story in short, I want to create an **Interpreter** instance which...
## Latest odin and `odin-http`: ```bash /Users/wison/odin/temp-odin odin version # odin version dev-2025-05:0f2a4b80e /Users/wison/odin/odin-htmx-http-demo/src/odin-http git log -n10 --oneline --decorate --all --graph # * 71fb521 (grafted, HEAD -> main,...
# Video recording Here is the issue video I recorded: https://github.com/user-attachments/assets/87692ada-714d-48ec-89d0-f7d0ebce66eb # Explaination Here is what I did: 1. Call `ncplane_create` to create a new window and a child window...
After watching a few YouTube videos about `notcurses`, I loved it and really wanted to use it to replace all of our 'ncurses' projects. Then, I downloaded the PDF (https://nick-black.com/htp-notcurses.pdf)...
1. Install via native `apk` ```bash doas apk --no-cache add notcurses notcurses-dev notcurses-doc notcurses-libs notcurses-static notcurses-tetris notcurses-view ``` 2. Create a hello program, compile and run: ```bash >>> [ RUN...