-
I am trying to create a keyframe animation that looks like this:
```js
const cursorBlinkAnim = keyframes({
'0%': {content: '_'},
'100%': {content: ' '}
})
```
But when compiled by glamo…
-
I've seen some really glamorous track replay applications.
I'm interested in developing a new Debrief perspective that its more suited to presentations - where what happened in a trial is demonstrate…
-
# Description and Context
It would be nice to support other keys for video NFTs.
A lot of our customers use `video` or `file` which they totally have the right for to do as there is no official st…
-
Just chatted with Ed.
He'd like to be able to produce a storyboard-style sequence of time-stamped views of a plot file. The views would probably include overviews, zoomed-in views of parts of track,…
-
First of all, thank you so much for your work in compiling this table! It's an awesome reference.
Now, my question: How do you determine whether a library supports CSS file extraction (under the "E…
-
Kent, I'm trying to figure out a path forward for best-in-class precompilation *in combination* with dynamic props-based dynamic styles at render time. I.e. how to achieve a best-of-all worlds here.
…
-
Hello, I just ran the program and entered my wandb API key, and the program stopped. From the error, the program seems to refuse to use 4D tensors, do you know where the problem is?
```
Passwo…
-
Hello,
I've wrote a quick starting point for type annotations for this function. The below works, but there's one 'any' in there that I can't seem to get rid of. The values in the 'styles' paramete…
-
We should make test config scripts more consistent with how they see and source other files.
I recently [fixed an issue](https://github.com/chapel-lang/chapel/pull/25161) where one of the config sc…
-
right now the plugin is missing some properties / value validations. its tied to the awesome css-values npm package, so filling in the missing gaps there would improve things. i'd like to make it more…