Dan

Results 8 issues of Dan

Drop Shadows cease to work in ie8 when pulling JavaScript from fast.fonts.com

Maybe something like this will do the job https://www.npmjs.com/package/ts-prune

enhancement

Currently when the user is selecting keyframes, the following method causes constant re-renders when dragging. [BasicKeyframedTrack:](https://github.com/theatre-js/theatre/blob/main/theatre/studio/src/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/BasicKeyframedTrack.tsx#L21-L25) ```ts const {selectedKeyframeIds, selection} = usePrism(() => { const selectionAtom = val(layoutP.selectionAtom) const selectedKeyframeIds...

enhancement

When the following is added to a file within `theatre/studio` and `Keyframe` is not used within that file, eslint does not pick this up ```ts import type {Keyframe} from '@theatre/core/projects/store/types/SheetState_Historic'...

bug

Would love to test this out before diving into the tutorial, but the Glitch demo link seems to be broken. Any chance you can get it up and running again?

# Bug report ## Describe the bug I'm getting the following error when I create a new policy. `Error adding policy: failed to create pg.policies: column "userid" does not exist`...

bug
dashboard

## Feature request I know this feature has been requested a lot over the years, but we are in the future now so I'd like to think there's a way...

question

I'm trying to parse and visualise the `record` data. All works perfectly, however I'm missing the `tank pressure` field that has been captured by the [wireless transmitter](https://www.garmin.com/en-GB/p/852159). The data is...