Eyal Kalderon

Results 45 issues of Eyal Kalderon

This link to the `Command` API documentation is broken (still refers to the older `std::io::process` instead of the current `std::process`).

When users navigate through sites using this theme, both the eye is naturally drawn to the icons in the social media buttons and people may intuitively attempt to click the...

bug

I know that mruby is not a full Ruby implementation with different goals than the others, but I think it would be nice to see its performance compared to other...

It would be nice to add support for [Dhall](https://github.com/dhall-lang/dhall-lang) by adding a new maker for the `dhall` tool. Dhall is a non-Turing-complete configuration templating language with a strong type system...

enhancement
maker

It appears that reading from and writing to device files is not supported via `sandboxfs` and `osxfuse` on macOS. Given the example command below: ```bash sandboxfs --mapping ro:/:/ --mapping rw:/dev:/dev...

I'm trying to use Serde's [struct flattening](https://serde.rs/attr-flatten.html) functionality with RON, using the Rust code below: ```rust #[derive(Deserialize, Serialize)] struct Main { #[serde(flatten)] required: Required, #[serde(flatten)] optional: Optional, some_other_field: u32, }...

bug

- RenderDoc - Open source graphics debugger and profiler for OpenGL, Direct3D, and Vulkan. - `/usr/share/icons/renderdoc.png` ![renderdoc.png](https://cloud.githubusercontent.com/assets/322831/23676714/94d1a17a-034b-11e7-856a-a63608d266c2.png)

- ProjectM (PulseAudio) - Open source implementation of the Winamp Milkdrop music visualizer - `/usr/share/pixmaps/prjm16-transparent.svg` ![projectm-pulseaudio_prjm16-transparent](https://cloud.githubusercontent.com/assets/322831/23677023/92645440-034c-11e7-919b-d36e9c469b7f.png)

- Bless Hex Editor - Full-featured hex editor written in GTK+/C# - `/usr/share/pixmaps/bless-48x48.png` ![bless-48x48](https://cloud.githubusercontent.com/assets/322831/23677248/5ce97e7a-034d-11e7-90f1-90b558cceb03.png)

Many Unix-like platforms are in the process of adopting the more modern [Wayland](https://wayland.freedesktop.org/docs/html/) protocol in place of X11, so it would be great to have native Wayland support in the...

Feature
Unresolved