Stas

Results 12 issues of Stas

Hi, as default `stoke-alignment` is `center` (and there is no way to change it currently), seems reasonable to use only half of strokeWIdth in bounds calculation. It is probably not...

Hi, I recently faced an issue when trying to map time/temporal domain to a color scheme like "turbo". For example the following code ```js const data = _.range(10).map(x => ({u:...

Hello, I noticed that if you put legend at the top and its width is larger than plot's width, then with autosize="fit-x" plot collapses. I'm new to vega, so I'm...

There are several middleware in config which is running on every request including nuxt bundles and images (can be ~50-100 per page) ```` const globalMiddleware = [ 'Adonis/Middleware/Cors', 'Adonis/Middleware/BodyParser', 'Adonis/Middleware/Shield',...

Hi! I'm trying to understand your TNT implementation and one thing that got me a bit confused is why there are 2 parameters `patch_tokens` and `patch_pos_emb` which seems to have...

Hello, thanks for providing this dataset! Not sure if this is the right place to post, but I used it my [Observable notebook](https://observablehq.com/@stas-sl/github-issues-survival-analysis) to analyze how long do issues "live"...

Hi. I have a model with ~100 child models. When I load it for the first time (with sideloading children), it loads quite fast. But if I'd like to reload...

Hi, thanks for cool library, I especially enjoy using objects interface. While using it I encountered a small issue when trying to customise tick labels using matplotlib formatter in combination...

bug
objects-scale

Hi, thanks for the great project! This is probably not your issue, but I just would like to share my experience with this mic for measuring environment noise. While doing...

Hi! First, thanks for your work! I tried to interpolate between 2 faces in the dlatent space (18, 512) and the result seems to be not as meaningful as it...