eacaps

Results 7 comments of eacaps

I didn't write an add-on or anything but I was able to implement a tree structure using ember-light-table. Its mostly like approach 1 that dynamically adds/removes rows using the tableActions....

Hi there, I'm glad this package is still useful! I'm actually a typescript convert these days as well. For typing I'd prefer to put the types directly in this project...

Thank for the reply, I played around with it a bit, i think the equivalent in `vite.config.ts` is: ``` optimizeDeps: { include: [ "./node_modules/@memgraph/orb/dist/simulator/types/web-worker-simulator/simulator.worker", ], }, ``` but i couldn't...

When running in dev mode using vite, it looks for process.worker in the vite deps folder: ``` Request URL: http://localhost:8080/node_modules/.vite/deps/process.worker?type=module&worker_file Request Method: GET Status Code: 404 Not Found Remote Address:...

@lobo-tuerto I have created an example repo: https://github.com/eacaps/orb-hack. See the PR for more details. @tonilastre you can checkout the [initial commit](https://github.com/eacaps/orb-hack/commit/c91a694676bd5b51bb24c5cff26962ecb771dbba) on that PR to see the error in the...

Once you have subscribed to a channel you'll want to use the 'perform' or 'send' command on the subscription to do perform actions on that Subscription. See https://github.com/eacaps/es6-actioncable/blob/master/dist/actioncable/cable/Subscription.js Here's a...

I believe this issue stems from the fact that the source maps in the distribution reference the ts files which are not included in the npm package: /dist/orb.js.map: ``` {"version":3,"file":"orb.js","sourceRoot":"","sources":["../src/orb.ts"],......