Andrew Cassidy

Results 26 comments of Andrew Cassidy

Maybe. I'm not doing an editable install, just `pip install` but the root cause may be the same

https://github.com/drewcassidy/scikit_build_example/blob/master/setup.py#L23-L25 See here, uncommenting that line causes the error

Since I don't think I made it very clear: the PEP621 thing is a red herring (though it may also be a dealbreaker depending on what data exactly is read...

If this is added, it should be optional. there are cases where premultiplication is not desired, such as in 3d graphics applications where alpha represents something other than transparency

I wonder if it might make sense to not use any enumerations for color formats, and instead just have RGB8 et al be type aliases. Const generics could also allow...

What's wrong with just making the texture very wide?

Ive been doodling on a rust library for doing DXT compression (I already [made one](https://github.com/drewcassidy/quicktex) in C/Python), and there's a number of difficulties in doing it thats vastly different from...

I think his would be very useful. The typst language looks perfect for a static site builder, by being both a templating language and a markup language all in one

Im currently investigating forking and adding HTML support myself now that I've learned how typst works internally. It would require making non-fixed-position version of the `typeset` function, and possibly modifying...

Understood. I'll hold off in my efforts for now. > #page -> Doesn't make sense in context of web media I disagree. For example if using for a static site...