Julian Laubstein

Results 44 issues of Julian Laubstein

Log output: ``` Compiling core-graphics v0.3.2 error: type `color_space::__CGColorSpace` is private --> /Users/sphinxc0re/.cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.3.2/src/context.rs:86:26 | 86 | let result = CGBitmapContextCreate(ptr::null_mut(), | ^^^^^^^^^^^^^^^^^^^^^ error: type `color_space::__CGColorSpace` is private --> /Users/sphinxc0re/.cargo/registry/src/github.com-1ecc6299db9ec823/core-graphics-0.3.2/src/context.rs:91:48 |...

The language server protocol (LSP) would help integrating a lot of existing dev tools.

It would be nice to have a roadmap to see where the project is headed.

# Binary Format (*.hcbin) encode: *raw* -> MsgPack -> Brotli decode: Brotli -> MsgPack -> *raw* # Text Format (*.hctxt) encode: *raw* -> JSON decode: JSON -> *raw*

There are already a lot of features that are very well explained through the README. I feel like the project would profit from a step-by-step guide through some of the...

documentation
enhancement

feature-request

As seen here, the pest derive macro is assuming that the project using it follows the default cargo file structure. https://github.com/pest-parser/pest/blob/2dc5e40ee190964400efe748bd73f75fcc7c7690/pest_derive/src/lib.rs#L210 I would suggest searching for the grammar in relation...

blocked
derive

The current `CONTRIBUTING.md` is more like a `CODE-OF-CONDUCT.md`. Which is good because now we don't have to figure out one by ourselves 😁 The `CONTRIBUTING.md` should only contain details for...

I-enhancement
E-easy
A-docs

Since `&'static str` is very ugly to type I'm suggesting to typedef it to `string`

E-easy
I-cleanup

We should keep track of all changes by keeping a changelog. I thought about using the spec listed on http://keepachangelog.com/ . The spec contains a section of unreleased changes which...