Results 11 issues of TerryWu

"Select Rows (with limit)" query for large field ( text/ blob) cause sqlectron to freeze. maybe add some feature like in heidisql (http://heidisql.com) to ``LEFT(`field`)`` on large fields ?

enhancement
help wanted

期望 钉钉 支持~~!~!! 感谢~

i got this error with boost/1.77, gcc 7.3.1; i did some digging and found: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83662 but I can't upgrade compiler due to company policy; is there any way 'elegant' to...

### What version of Bun is running? 0.2.1 ### What platform is your computer? Darwin 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64 arm ###...

bug
need repro

### What version of Bun is running? v0.2.2 ### What platform is your computer? Linux 5.4.119-1-tlinux4-0010.1 #1 SMP Thu Aug 25 10:21:45 CST 2022 x86_64 x86_64 ### What steps can...

bug

### What version of Bun is running? v0.6.13 ### What platform is your computer? Darwin 22.5.0 arm64 arm ### What steps can reproduce the bug? // build.js await Bun.build({ root:...

bug
bundler

Version: Deno 1.38.4 Reading from stdin prevents Exception being thrown; ``` js setTimeout(() => { throw new Error("this will not fire!") }, 100); const buffer = new Uint8Array(1024); await Deno.stdin.read(buffer);...

bug

**Is your feature request related to a problem? Please describe.** inflate / deflate (eg. [mermaid chart editor](https://mermaid-js.github.io/mermaid-live-editor/edit#pako:eNpt0L0OwiAUhuFbOZ7V9gYYNCYO6urKckK_lib8KIUYY7x3aaubTIfwvCTwYhM7sOIJ94JgcBxlSOJ1oLoObjRod7vtJdqg6ATnIs1zQzY-SBLoGcv-L16ZkTATspBEHl86n7WVtktTLx7XuqHzUiy6Zpv__Ew94GhIkLzhhj2Sl7Grr3jNgeZs4aFZ1bFDL8VlzTq8K5WS4_UZDKucChpOsQyWVS9uqrty6yT_vmAl7w9bXV2O) notice the url contains compressed graph data) **Describe the solution you'd like** using...

feature

### What OS are you using (`uname -a`, or Windows version)? macos 14.4.1 ``` Darwin Kernel Version 23.4.0:root:xnu-10063.101.17~1/RELEASE_ARM64_T6000 arm64 ``` ### What programming language are you using (C/C++/Go/Rust)? go/1.22 webview_go/0.10.0...

type: bug report
os: macos

### Go version go version go1.22.6 linux/amd64 ### Output of `go env` in your module/workspace: ```shell GO111MODULE='' GOARCH='amd64' GOBIN='' GOCACHE='/root/.cache/go-build' GOENV='/root/.config/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='amd64' GOHOSTOS='linux' GOINSECURE='' GOMODCACHE='/root/go/pkg/mod' GONOPROXY='' GONOSUMDB=''...