Pasecinic Nichita

Results 38 comments of Pasecinic Nichita

@SlicedSilver thanks and indeed I noticed too, that by calling `chart.timeScale().fitContent();` it triggers a re-render and the chart series are visible again. P.S: In react I'll make sure the `fitContent`...

Also, `fitContent` might be unnecessary and not wanted, it is possible to use `timeScale().scrollToRealTime();` It will trigger an additional re-render

Hi @SlicedSilver, sorry to bother, but will it be fixed any soon ? It is just impossible to simply have `fixLeftEdge` and `fixRightEdge` both on `true`. Above workarounds with `timescale()...`...

The original issue got resolves - https://github.com/pganalyze/libpg_query/issues/44 🎉

I have same issues in ESM mode: could not import `json` files directly ``` TypeError: Module "path/config.json" needs an import attribute of type "json" ``` dayjs plugins does not work...

> You can use `require` to import commonjs code: Then I get such error in client side code ``` Uncaught (in promise) Error: Module "module" has been externalized for browser...

> Currently dealing with > ``` > TypeError: Module "file:///node_modules/.pnpm/@[email protected]/node_modules/@dqbd/tiktoken/encoders/cl100k_base.json" needs an import attribute of type "json" > ``` @divmgl you can try: ```js import file from './file.json' assert {...