triorr

Results 13 comments of triorr

https://github.com/fossfreedom/indicator-sysmonitor Can this satisfy your itch for system monitors? :smile:

Here is my hack/solution/workaround to sync the crosshair between two charts that involve **modification of the source code**. It involve a slight modification of 4 files **ichart-api.ts, chart-api.ts, pane-widget.ts and...

Thanks @florian-kittel, That's true I forgot the `_setCrosshairPositionNoFire` function . I modified my post above to correct the error. My solution is far from complete. You can add all sorts...

@0x0tyy If I had to guess. I think it's something to do with `mobileTouch` and `isMobile` in the `setCrossHair` function. Also you maybe want to take a look at this...

Hello, In the meantime, waiting for a better feature implementation , I've got some nice result adding some lines to the source code following timocov hint about the `subscribeVisibleTimeRangeChange` function....

@lejyoner-ds Sorry for the late response Let me try and understand what you want. I guess that you have synced both charts to each other and you want to sync...

@lejyoner-ds here is an example that use the `subscribeCrosshairMove` function to get a pixel to pixel sync between the two charts. https://codepen.io/trior/pen/bGEoqoP and another one with `subscribeVisibleLogicalRangeChange` , this one...

I guess it's because of this `sql = "DELETE FROM PLAYLIST_TRACKS WHERE file NOT IN (SELECT name FROM LOCATION)";` in the function pragha_provider_remove. Do we have to clean the PLAYLIST_TRACKS...

Hello! Matias Thanks for your response and work, I relay appreciate your it . Practically your commit , solved the problem of having to delete empty playlists manually , but...

Try changing `f.split('\\')` to`f.split('/')` at the end of **custom_functions.py**