Yonatan Kra

Results 49 comments of Yonatan Kra

@mramato @emackey I'll be happy to help with this one. Just so we are on the same page here - the change is going to be: 1. Allow to send...

@jadthegerbil It will document the exposed API. If you add `addTrack` to this issue, I'll expose and document it as well :)

@jadthegerbil Looking at this more thoroughly, I think this issue is big enough to be left only for the highlighter. So `addTrack` will take another issue and PR. @mramato @emackey...

@emackey - Regarding `2`: I dived a bit deeper here. There's a line of code that's supposed to render the highlight (the whole timeline actually) - but it will work...

@emackey @mramato : We have 2 main options here. ## Option 1 The API for this would have to change if I do not expose the `highlightRange` object itself. Proposed...

@emackey @mramato I've added a PR (definitely not passing) of just the tests for the new API. https://github.com/CesiumGS/cesium/pull/8845 I'll start implementation on weekend probably. Edit: Already implemented. You can check...

It's a brand new Nx project. Changed nothing. My config looks like this: ``` const { FlatCompat } = require('@eslint/eslintrc'); const js = require('@eslint/js'); const baseConfig = require('../../eslint.config.js'); const compat...

@jaysoo @drwpow This happens for me with a fresh `nuxt` app install. I did nothing - just installed a new Nx project and ran `pnpm start`. Is there any workaround?

> Looks like we need to add a change file, can you run `yarn change` to generate one? Done @janechu