Dmytro Maretskyi
Dmytro Maretskyi
Could you elaborate on this pls?
opinion: Expando shouldn't be handled in a special way, but rather be just another type provided out-of-the-box.
- Runtime state of the AM doc seems to get corrupted - Encoding and decoding the same doc fixes the runtime state - Could try upgrading to the latest version...
Hi, would it be possible to update this with the latest main, and publish an NPM release? I'm missing the [module aliasing](https://developers.cloudflare.com/workers/wrangler/configuration/#module-aliasing) feature that got added later. Thanks.
- field match indexes are nice to have, but not immediatelly required - lets rename schema index -> type index - Question: Do we keep updating the old index too...
I've also dumped the source after transformation with the dbux plugin: ```javascript var _defineProperty = require("@babel/runtime/helpers/defineProperty"); var _dbux = _dbux_init( (typeof __dbux__ !== "undefined" && __dbux__) || require("@dbux/runtime") ); var...
Elimiminating the usage of `@babel/plugin-proposal-class-properties` seems to fix the issue for me
Yes, the repo in question is https://github.com/dxos/dxos. For clarity, I'm using the "open in external browser" button.
Here's my repo-level config: ```json "storyExplorer.storybookConfigDir": "tools/storybook/.storybook", "storyExplorer.preview.mode": "canvas", "storyExplorer.server.external.url": "http://localhost:9009", "storyExplorer.server.internal.enabled": false, "storyExplorer.storiesGlobs": "**/src/**/*.stories.tsx", ``` I run `moon storybook:serve` to start the server, and then open storybooks using the...
@alexjg This resolves a pretty big sync issue for us. When do you think we could use this API?