Sasha Rush

Results 62 issues of Sasha Rush

This is a fix for https://github.com/chalk-diagrams/chalk/issues/109 I tried to follow the haskell doc string more closely. The issue is how traces and envelopes should behave for non-unit vectors. Unit tests...

There is still a bug in calculation of envelope scaling. Tried to implement this code but I think I missed a scaling factor. https://hackage.haskell.org/package/diagrams-core-1.5.0/docs/src/Diagrams.Core.Envelope.html#Envelope As part of fixing this will...

I don't know how important this is, but should the `arc` function use the same direction (either clockwise or counterclockwise) irrespective of its arguments? For example, ```python dia = cat(...

> I guess that is what you mean by "higher DPI", right? I guess the problem is that height also controls line thickness now. It would be nice if that...

Thanks for the amazing library. We're using it to document the chalk-diagrams project https://chalk-diagrams.github.io/api/shapes/#polygons and the notebook format is amazing for joining code and docs. However I was curious if...

This library looks really nice. Is there a demo? I couldn't completely figure out the API from the docs.

Not sure if we want to merge this, or maybe just keep this as a separate branch? Runs the morphology experiments.

Awesome project. We have a paper https://arxiv.org/abs/2310.14034 with really complicated KV caching that I would love to go back and implement in SGLang. I tried to get an example working...

collaboration

Is there anyway to truncate text based on tokens? I really like that as a user I don't need to think about tokens. But to save memory I would like...

good first issue

Since people are posting issues again, let me add one :) I am having a lot of trouble keeping my images for my course at a standard size. The problem...