JJ Teoh

Results 13 comments of JJ Teoh

Just found a workaround, set your decorations to false in tauri.conf, then when your app is loaded use the Javascript API to reset it to true. Worked for me

Will this be included in the next firmware release or do I still need to custom compile a TJC firmware?

Based on this, could it be that the "visible data range" has a threshold? And if my dataset has values that are lower than that threshold, is there anyway i...

However, when there's only a single chart which is the dataset with the small value, the chart is showing as normal ![image](https://github.com/tradingview/lightweight-charts/assets/58784686/b52d3408-f3e8-49ba-a0fb-329bbbc58a48)

I got it working, but the workaround was discovered by accident. I'm not sure why it works. To reproduce, first I've set both left and right price scales to visible...

@oliverschwendener I have the same issue, the "Debug" is complaining about one of my programs installed, something about icons i think. For context, I've been using ueli for years before...

> Here are relevant parts of `project.pbxproj`: > > ``` > shellScript = "bun tauri ios xcode-script -v --platform ${PLATFORM_DISPLAY_NAME:?} --sdk-root ${SDKROOT:?} --framework-search-paths \"${FRAMEWORK_SEARCH_PATHS:?}\" --header-search-paths \"${HEADER_SEARCH_PATHS:?}\" --gcc-preprocessor-definitions \"${GCC_PREPROCESSOR_DEFINITIONS:-}\" --configuration ${CONFIGURATION:?}...

I'm not 100% but i think it's related to our issue as well #6126 UPDATE: Just noticed the 4.0.4 release, installed it, #6126 is now resolved

Not sure if it's the same issue, but i'm trying to track Gold using `GC=F` but instead of using the actual currency USD, it's using my base currency

I went into IOTA's discord and found someone raising up the same issue, one of the members asked to run the program in --release mode, which does makes it faster....