Jason Siefken
Jason Siefken
Yes and no...the capability is there, but its still being used in a destructive way.
This might be helpful: https://stackoverflow.com/questions/41462729/typescript-react-could-not-find-a-declaration-file-for-module-react-material
@josephwright I am not quite sure what you mean. How would an auxiliary file affect `\jobname`?
I'm a very beginner in Rust. I'll see if I can understand the algorithm first ;-)
I've been working on a Prettier plugin to format pegjs grammars here: https://github.com/siefkenj/prettier-plugin-pegjs You can try it live in the [playground](https://siefkenj.github.io/prettier-pegjs-playground/) I would love some feedback on how it formats...
How do you find v0.11? I don't see it tagged...
Could this be done with generics? That way we could maintain full compatibility with existing code and integer-only speed for applications that need it.
I think I figured it out...I switch to concrete error types instead of `dyn std::error::Error` and now it works. I don't know why the `dyn Error` was causing issues, though...
@38 The bulk of the API should be implemented now. Please let me know what you think. One question I had is about the `LayoutError` enum. I modified it so...
This should be ready now. I currently I just pass a sub-drawing area where the chart area is to allow for graphing. I tried to figure out how to get...