Andrew Farkas

Results 57 comments of Andrew Farkas

I've added checkboxes for the tasks remaining for all the must-have puzzles & generators. Notation, twists directions, and metadata & tags require more HSC features, but the rest can be...

@NonerKao I'm glad you'd like to contribute! I have excellent news: the FT 24-cell is already implemented, and you can play with it on the v2.0 branch, although there's no...

Closing this issue in favor of #74

~~Not sure if it's the same bug, but there's also issues when using high facet shrink~~ EDIT: I fixed the facet shrink bug but it did not fix this issue.

I'm experiencing this in my app, but I'm able to use `ui.push_id()` as a workaround. I can elaborate if anyone would like more details.

@3gx I'm using [my own version](https://github.com/HactarCE/Hyperspeedcube/blob/365866e5f57dce371bea7bd529b2a7a022d30518/hyperspeedcube/src/gui/components/dnd.rs#L99-L157) of egui's drag-and-drop API but the solution can probably be adapted to work. Try `ui.dnd_drag_source(item_id, item_location, |ui| ui.push_id(id, |ui| ...))` (with some unique `id`).

Features are meant to be additive. Consider two crates, where the first one depends on those exports and the second one doesn't. If the second crate specifies `no-export-owo-colors`, then combining...

Ah, my bad. I guess I looked in the wrong place for feature documentation

I have a similar use case, where I want to parse whitespace that may or may not allow newlines depending on context. Here's what I'm using: ```rs struct Ctx {...

Some of these are challenging but they're all definitely something I would like to have eventually. Unlikely to happen in the initial release of 2.0, but I'll keep it open...