Steve Biedermann
Steve Biedermann
Could this be used to somehow get rid of using PhantomData? so we could do something like: ```rust struct Test { i: i32, s: String, } ```
Tried with Version 0.16 (MSI), 0.15 (MSI & Zip) and 0.17 (MSI & Zip) Windows 7 32 bit. 
Currently it's only possible to create pipes in byte mode. With this change it is possible to change between byte mode and message mode.
Currently the riker macro does not correctly handle the `qself` field of the `TypePath`. This can lead to conflicts, if you use an associated trait type with two different structs,...
After doing some basic performance testing with hyperfine, I wanted to get a deeper understanding of the performance characteristics of riker. So I integrated two tracing/profiling libraries. [optick-rs](https://github.com/bombomby/optick-rs) and [tracing](https://github.com/tokio-rs/tracing)....
**Describe the bug** The head command on busybox doesn't seem to allow the `-1` parameter. For better compatibility `-n 1` should be used. See: https://github.com/subhra74/snowflake/blob/master/muon-app/src/main/java/muon/app/ui/components/session/utilpage/sysload/LinuxMetrics.java#L23 **To Reproduce** Steps to reproduce...
I experimented a bit with your library and it seems that I can only run in interactive mode (Showing the editor). It would be cool if I could design a...
I copied this Issue from https://github.com/ponylang/pony-stable/issues/33 because it is also applicable to corral. Currently the dependencies are listed in an array. With this its possible to list the same dependency...
Currently the dependencies are listed in an array. With this its possible to list the same dependency twice, even with different tags. Dependencies should be unique with a set of...
With the newest version of SDLang-D (dependency "sdlang-d" version="~>0.10.1") the release build fails with the error "null dereference in function". build command line: `dependency "sdlang-d" version="~>0.10.1"` Code to reproduce: ```...