Fiona Hopkins

Results 6 comments of Fiona Hopkins

@niklasramo I'm interested in hearing what you think would be involved. I'm pretty comfortable with React and could help out on that end, though I'm not very adept at handling...

My quick diagnosis is that importing `geoblaze` in a webpack project brings in `geoblaze.min.js` which includes all of Geoblaze’s dependencies (which means that they can’t be de-duped if they’re used...

Hey, I wanted to revive this stalled issue. I’m writing a device driver that would really like a `CountDown` in milliseconds, so I’m looking for a common `Time` type that...

Running into this as well. Unfortunately the issue is that to TypeScript, enum values are not assignable to things of the enum type. So, even though `BLOCKS.DOCUMENT === "document"` is...

I have a branch that can do this. Would you be interested in it as a PR? The idea is to make everything "!" by default, but add support for...