Will Crichton

Results 101 comments of Will Crichton

Ah, then it's probably a Windows problem. I have done limited testing on Windows and Flowistry seemed to work, but I don't have a Windows machine so I haven't tested...

Thanks for the reproducible case @LeandroMarceddu. I confirmed that I am able to use Flowistry on your codebase on my Mac: ![Screen Shot 2023-02-20 at 6 31 03 PM](https://user-images.githubusercontent.com/663326/220232540-86005c80-0d32-4fb1-bc28-c7dc1288e7ac.png) Note:...

This is a great suggestion. I will add it to the TODO list for quiz widget.

I think this is a CSS bug in mdbook-quiz. I will take a look into it.

Yes, it would still require nightly I think. It makes heavy use of procedural macros, of which only custom derive has hit stable.

Yeah most likely! I don't have time right now to do the necessary updates, but hopefully can get to this in the future.

Ah sorry for the late reply @soloturn @dumblob. I still think there's a kernel of a good idea here! I don't have time to pursue it, but Lia is meant...

I see your point. My use-case is that I am deserializing an XML file in Rust (using [quick_xml](https://github.com/tafia/quick-xml)'s naming conventions), and then serializing this type into JSON to pass to...

I am using tauri-specta. This is the return type from a Tauri command.

Hi, thanks for the recommendation. I am already using the number of trailing zeros as an optimization for the bit-set iterator, as you can see here: https://github.com/willcrichton/indexical/blob/main/src/bitset/simd.rs#L210-L219 This is just...