Wildan M
Wildan M
I use this patch personally in a project for years.
Unhide the extract zip button. It's working using SSH.
Currently only see RHEL packages available for x86_64, would like to see it's available for ARM just like the debian version. Is there any blocker to make it available?
Just want to let you know another interesting story https://jpetazzo.github.io/2024/07/26/cloudflare-images-overcharge-billing/
Before ``` $ curl -I https://example.com/healthz HTTP/2 405 status: 405 Method Not Allowed date: Wed, 08 Jan 2025 03:57:04 GMT server: nginx ``` After ``` $ curl -I https://example.com/healthz HTTP/1.1...
In the open menu, I should can use something like `%WINDIR%` in Windows or `$HOME` in Linux.  This is a natural behavior when using Windows Explorer, so I expect...
Hello! I tried to port `edit` into [Redox](https://redox-os.org/), and it's compiling well! Interestingly, I got `edit` crashed at startup. I look deeper and stumble upon [cell.rs](https://github.com/microsoft/edit/blob/bb569841c98d604d6b5627b49927a3aff08e9bfc/src/cell.rs), I went to comment...
Hi! As wasmtime depends on this crate I like to introduce [Redox OS](https://redox-os.org/) support. It is targeted by rust as [target 2/3 platforms](https://doc.rust-lang.org/nightly/rustc/platform-support/redox.html). I have checked that this compiles against...