Felipe S. S. Schneider

Results 46 comments of Felipe S. S. Schneider

I asked myself the same thing. Take a lot at . There are some more recently-updated forks, such as the one from @taiki-e: https://github.com/taiki-e/cargo-asm.

> Hi, and thanks for the report! Happy to do so! > By strongly typed user data, do you mean making Cursive generic on the user data type? I'm afraid...

> Added the [`pause` example](https://github.com/gyscos/cursive/blob/main/examples/src/bin/pause.rs) to show how to run multiple event loops, potentially running other commands in between. The example seems to be located [here](https://github.com/gyscos/cursive/blob/main/cursive/examples/pause.rs) now 😃.

`notFollowedBy` requires revision, as it still uses the old `setPosition` function. We have to come up with an alternative implementation that does not require arbitrary repositioning. One solution might be...

Hi @spencermountain I had spectroscopy in mind, but there might be other fields using this nomenclature as well. An example: > In spectroscopy and quantum chemistry, the multiplicity of an...

> hey @schneiderfelipe you could support this by adding a regex to a match command, as specified [here](https://observablehq.com/@spencermountain/compromise-match-syntax) > > ```js > doc.match('/[1-9]S\+[1-9]/').tag('#Doublet') // finds '2S+1' > ``` > >...

It would be nice to be able to show the slide number next to the control buttons, in the corner of the screen. That could be made optional, of course.

This seems to be down as well: https://forum.nim-lang.org/t/6240

Thanks, @partridgejiang, that is *really* useful! I was wondering if I could make somehow it interactive.

> Hi @schneiderfelipe, please check the latest dist file in this repository, the antialias of WebGL context is turned to on by default in it. Of course you can turn...