Results 24 issues of Paho Lurie-Gregg

Dimensioned has terrible error messages. For example, ```rust extern crate dimensioned as dim; use dim::si::{M, S}; fn main() { M + S; } ``` produces the following message: ``` -->...

It came up in #41 that it would be nice to have functions like `abs()`, `sqrt()`, etc. implemented on `$System` (and friends) directly, and not just through traits, so that...

good first issue

I would like to ensure that any interface that lets you take actions where units are not checked is clearly labeled. For example, in v0.5 of dimensioned, there is a...

help wanted
question

This https://github.com/rust-lang/rust/issues/28828 should have made it so the derived macro can be made better, and I think it should be in 1.17.

I will often "go to definition" for library code and then want to explore that library, but have no good way of doing that. Being able to open a picker...

C-enhancement
A-helix-term

First of all, thanks a lot for this library, I've been having a lot of fun with it! I think the spawn_on_command example is a good showcase of what I'm...

question

Hello! I am trying to call Swift from Rust, but having a heck of a time getting anything but the most trivial example to work. In all of the examples...

### Summary Helix crashes with a "buffer overflow detected" when rendering certain SQL files. This happens on the latest master, but was not an issue in the previous version of...

C-bug
A-language-support

I wanted a quick and dirty way of generating levels (with vertical walls, so I believe a heightfield will not work). So, I have a 4-color image, and I create...

I would like to spawn an entity and query over its mass in the same frame. This does not seem possible today; the only constructor for `ReadMassProperties` is `default()` which...

question
D-Easy
P-Low
S-not-started
A-Integration