Vincent Rubinetti

Results 268 comments of Vincent Rubinetti
trafficstars

```ts const data = { property: "123"; project: "abc"; topRegions: SomeComplexTypeA; topContinents: SomeComplexTypeB; topCountries: SomeComplexTypeC; } type Data = typeof data; type Top = ValueOf; // SomeComplexTypeA | SomeComplexTypeB |...

I'd imagine this could be retrieved in an automated fashion somehow, though not sure if it'd end up being more work than just manually specifying some extra metadata fields on...

Has anyone found that `skipFonts: true` causes a glitchy downloaded image on FireFox, like this: MacBook Pro M1 Sequoia 15.5 **EDIT** created separate issue #549

It looks really cool as a specialized design! But I don't think it'd work as a general purpose icon. If the angles were rounded a bit I think it'd be...

yes, please hold off on merging. We still need to work on the documentation in the editor repo some more

Milton is aware; it may have been his suggestion iirc. I think the idea is just that the AI editor is a somewhat complex and separate thing. As a comparison,...

Now that https://github.com/manubot/manubot-ai-editor/pull/42 is merged, I think this is ready to merge.

Followup: https://github.com/manubot/manubot-ai-editor/pull/44

@jhurliman Your link is now broken. I'm guessing that link contains an example where you modified `LineMaterial` to accept vertex alphas? > I've created my own copy of LineMaterial that...