Franciszek Piszcz

Results 6 issues of Franciszek Piszcz

Let's consider the following enum in Rust: ```Rust enum Point {Cartesian {x: f64, y: f64}, Polar {r: f64, phi: f64} } ``` Currently the codegen assumes that the corresponding Gluon...

enhancement

Hi, First, thanks for putting all the effort in this awesome project! Recently I needed to inject custom CSS into AgGrid. I saw that there is a setting for this...

**Is your feature request related to a problem? Please describe.** Problem: display a "loading..." indicator (or better, a progress bar) while some long **in-process** computation is running. There are 3...

feature
P3

http://flight-manual.atom.io/behind-atom/sections/interacting-with-other-packages-via-services/ For example, autocomplete-python and ide-python could use it.

enhancement

When using include-media installed by yarn, index.js is imported instead of proper .scss file. console output for a sass file that begins with "@import include-media": ``` yarn sass yarn sass...

The way indent guides are rendered - with the "overlayer" css class - causes them to cover block decorations, which is undesirable in most cases; for example image and latex...