zeromake

Results 13 issues of zeromake

## env - system: linux amd64(archlinux) - gcc: v8.1.0 - clang & llvm: v6.0.0 - yasm: v1.3.0 - c2goasm: last master - asm2plan9s: last master ## problem ### run ```...

question

``` js console.log(qs.stringify({ test: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12] }, { arrayFormat: 'repeat', encode: false, sort(a, b) { return a.localeCompare(b); } })); ```...

feature request
discussion
stringify

## Steps to Reproduce the Problem msys2 install `tmux` package ```bash pacman -S tmux mintty ``` use mintty on cmd ```bat .\usr\bin\mintty /usr/bin/bash --login ``` cygwin install tmux open cmd...

demo: https://jsfiddle.net/zaufpzkg/ 路由先切换几次,就会看到控制台的多余事件触发。 现在我的方案是再加一个自定义指令来设置事件。感觉不是很好。 ``` javascript Vue.directive('dragevent', { bind(el, binding) { const dragend = binding.value.dragend const dragged = binding.value.dragged dragged && $dragging.$on('dragged', dragged) dragend && $dragging.$on('dragend', dragend) }, update(el, binding)...

## system env - **os version**: macOS Monterey(12.6) - **xcode version**: 13.4.1(13F100) - **clang version**: 13.1.6 (clang-1316.0.21.2.5) - **sdl version**: 2.6.1 use [release dmg](https://github.com/libsdl-org/SDL/releases/tag/release-2.26.1) ## question I listening CTRL's SDL_KEYUP,...

I'm having a problem at work, I don't know how create _FilterDatabase but Area size is `(8752-3) * (16364 - 1)` ```js definedName = { "name": "_xlnm._FilterDatabase", "ranges": ["Sheet1!$A$3:$XEJ$8752"] }...

```sh src/loslib.c:143:14: error: 'system' is unavailable: not available on iOS int stat = system(cmd); ^ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/include/stdlib.h:184:6: note: 'system' has been explicitly marked unavailable here int system(const char *) __DARWIN_ALIAS_C(system); ```...

### Bug Summary 以特别的角度上下滚动会出现不停的上下抖动,见视频(直接看实体机会更明显,视频好像帧数不高) ### Version 1.4.1 ### Steps to reproduce the bug _No response_ ### Environment 手机:Redmi K30 Pro 系统:MIUI 14.0.4(android 12) ### Screenshots or Screen recordings https://github.com/chr56/Phonograph_Plus/assets/8318747/c1f8be67-a1b7-4fe7-82c9-2cc466f3b1b8 ###...

Bug
Postponed

sokol lib library has been updated a lot, and this repository needs to be updated before it can compile normally, repository c code has expired [My fork](https://github.com/zeromake/learnopengl-examples): all libraries are...

- feat: support net6.0 or net4.7.2 - feat: form init use async exec (ui not is block) - feat: extract urls that can be reused - feat: chrome download support...