Ares Andrew

Results 27 issues of Ares Andrew

It's actually a [question](https://stackoverflow.com/questions/5497399/can-exe-generated-by-cx-freeze-be-completely-decompiled-back-to-readable-python#:~:text=Nope.,It%27s%20like%20assembly%20language.) 11 years ago. And we probably can [do such thing](https://stackoverflow.com/a/62415977/13898852). Does cx_Freeze plan to support encryption like the option `--key` that pyinstaller has?

Currently, the `thread::WORKER_COUNT` is 4. If we already have 4 ffi calls that are not finished at once, we can't make another ffi call immediately.

enhancement

Hi @akzhy, awesome project! Love it so bad! I'm planning to port this lib in rust. Since I don't know anything about JS or SVG, can I get some guidance...

### Check for existing issues - [X] Completed ### Describe the feature FYI, programmers in China face restrictions from the [Great Firewall](https://en.wikipedia.org/wiki/Great_Firewall)(GFW) and require a VPN service to access the...

enhancement
setting

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it https://github.com/zed-industries/zed/assets/40336192/74ba3b0b-aad8-4dca-9df9-e0e2d992dcd4 ### Environment Zed: v0.120.4 (Zed Preview) OS: macOS 14.2.1 Memory: 8...

defect
project panel

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it https://github.com/zed-industries/zed/assets/40336192/e0a21918-8596-4175-9eda-15ea923edd8f If you disable the inlay hints: https://github.com/zed-industries/zed/assets/40336192/f3446ebb-6555-446c-b0cf-265f3bea4e06 ### Environment Zed: v0.120.4...

defect
vim
inlay hints

### Check for existing issues - [X] Completed I think it's a common and useful feature, since the mainstream editors (IDEA, VS Code) all support it. ### If applicable, add...

enhancement
editor
potential plugin
themes

We can ask a gRPC server to verify client certificates like below (tweaked from grpc-go [routeguide example](https://github.com/grpc/grpc-go/blob/master/examples/route_guide/server/server.go)): ```go clientCA := data.Path("x509/client_ca_cert.pem") b, err := os.ReadFile(clientCA) if err != nil {...

I have an enum that I want to use as the key type in an `FnvIndexMap`.: ```rust use hash32_derive::Hash32; #[derive(Hash, Hash32)] pub enum Command { // ... } // says...

question