Monadic Cat

Results 35 comments of Monadic Cat
trafficstars

Ah, since this macro will create a wholly new type, it'd be nice to have a way to specify derives to be placed on it, too.

:green_heart:

It's been months since you asked this, but... > Can you run WASM from Python? You can. There are bindings for Wasmtime and Wasmer (the two big standalone WASM engines...

> This makes cross compilation (ie. compiling from MacOS for linux) kind of impossible ? I haven't found a fix yet. This needs a fix. @Ragarnoy, @MrGibus hey, I just...

Yes! I'm absolutely still interested in working on this.

I just did a clean interactive rebase against master, after staring at the changes and your own rebased branch. Gonna do some testing to make sure it still works, then...

> I have a branch [here](https://github.com/Zoxc/plotters/tree/ab) which fixes the vertical alignment of glyphs. Cool. I've tested it in my case and it looks like it works, so I'll go ahead...

I gave up on trying to refactor things to avoid the panic reliance, and just added a buffer instead. As of now, this branch is functional enough to merge. It...

I've now added support for passing a `FontStyle` to `register_font`, and I believe CI should pass this now.

I've renamed the `ab_glyph_` feature to `ab_glyph`, using the `dep:` syntax available in `Cargo.toml` since Rust 1.60 (which postdates this PR being opened, lol).