Dominik Moritz

Results 1544 comments of Dominik Moritz

Thanks for the fix. It's great to have interactions working even when the browser is zoomed. Great to hear that the impact on performance should still be minimal. I'll page...

Do you mean you can't work on it anymore or that you have a limited window where you can work on it? Btw, I think vega is in google3. Would...

#We'd be happy to consider a pull request for this feature. If that's not an option, I'd be happy to chat about lab sponsorship for my students who could potentially...

I agree with this proposal but would love to see us using typescript. In addition to the above benefits, we get types, .d.ts files, and schema generation.

Fixes https://github.com/Starcounter-Jack/JSON-Patch/issues/310

I found this screen particularly confusing. I think a "Security Phrase" and a "recovery passphrase" are the same but I am honestly not sure. It would be good to use...

Related issue: https://github.com/vector-im/element-meta/issues/1474 and an incoming improvement https://github.com/matrix-org/matrix-react-sdk/pull/5533.

I see. In that case I'd suggest having a partial schemas support for flexibility and an option to allow/disallow certain types in the type inference. Would that address your use...

Yeah, the schema is too cumbersome but what about my proposal to allow only certain types in the schema inference? Maybe `--disallow_types=float64,int64`. Ideally that would be something supported upstream.

I see. I can relate to the use case but the api with --i32='*' feels like it could be misunderstood. It feels like it should make all columns i32 which...