truchi

Results 11 issues of truchi

Hello, I am trying to reproduce the *README* example of **apollo-link-schema** for mocking purposes and I get the following TypeScript error: ``` Type 'SchemaLink' is missing the following properties from...

Hello Monsieur, I am playing with Rapier 2D for fun. I am trying to simulate grappling hooks, I use BallJoint for that. All my colliders have no friction (0.) and...

Hello cessen, How do you traverse the `Chunks` and get the byte/char/line index of those chunks? That would be awesome if `Chunks: Iterator`! Is this desirable/achievable? Do you think it's...

enhancement

Hello, I'm prototyping an OpenAPI generator with Tera (great job btw). I am facing this issue: in OpenAPI, objects can [reference](https://learn.openapis.org/specification/components.html#the-reference-object) other objects. To deal with this I have the...

Hi, I'm just wondering, aren't event listeners removed? Thanks

QUESTION

Hello sir, Good job on `crop`! I was considering using it in my toy editor, however I found out looking around in the API that some things I like in...

Hello, Following up on #6 (long time no see 😄), here is `Rope::is_instance()`. Documentation taken from [ropey's](https://github.com/cessen/ropey/blob/f1292371cab9e83bba6cf2ea5c6b7347baada4eb/src/rope.rs#L1178), test taken from [ropey's](https://github.com/cessen/ropey/blob/f1292371cab9e83bba6cf2ea5c6b7347baada4eb/src/rope.rs#L3438). What do you think about that? Thanks

Attempts to implement #17. See issue for unresolved questions. This changes `GlobalAttributes { class: Option }` to `GlobalAttributes { class_set: ClassSet }`. ~~FIXME: How to implement a `ClassSet` that respects...

This PR replaces `format!` with [`quote!`](https://docs.rs/quote) in `crates/html_bindgen/src/generate/`. `CodeFile` has a `pub code: TokenStream` now, still `prettyplease`d. Only `cargo xtask generate` was used. All tests pass. The generated code is...

Hello, There is 3 issues I want to mention here with the `positioner` plugin's `move_window(Position::Tray*)`: - Panics before first tray event. Easy fix without API changes. Also seen in #437,...

bug
documentation
enhancement
plugin: positioner