Jacob Bandes-Storch

Results 278 comments of Jacob Bandes-Storch

Hey @repalash just wondering if you had a chance to try this yet?

Works for me. Can you provide more details?

I've been using [circular-dependency-plugin](https://github.com/aackerman/circular-dependency-plugin), but it's not compatible with `"importsNotUsedAsValues": "preserve"`. When this setting is enabled circular imports that are used as types only are treated as errors, but with...

I experienced this issue too, even with `Cross-Origin-Opener-Policy: same-origin-allow-popups`. Both the page that invokes the popup and the final redirectUri page are being served with `Cross-Origin-Embedder-Policy: credentialless` & `Cross-Origin-Opener-Policy: same-origin-allow-popups`....

I'd rather not have two copies of the code and have to keep them in sync, so the result should also include deleting the version in this repo. (hence "move"...

It’s not out in a desktop release yet, you will have to try in the web app for now. It will be in 2.11.

Thanks for the PR. I think it makes sense to add Time & Duration to the exports. However, this index.ts is a generated file, so you'd need to update the...

Treating these as primitives was inherited from the ROS 1 [msg format](http://wiki.ros.org/msg#Fields) where `time` and `duration` are primitives, and when we translate our types to ROS 1 .msg we need...