Marco Giuliano

Results 10 comments of Marco Giuliano

Yeah, I have the same interest of the OP, and I tried the approach of @axwaxw with the exact same issue (stream event non triggering). At the moment I solved...

+1 Having the possibility to create new folders would be really useful too, and would make the volume browsing/editing feature complete

Correction: it seems to works if you drag horizontally, i.e. if you drag the mouse horizontally the zoomed chart pans vertically...

I created a PR which should fix the issue (my first one, so please be patient 😅)

My 2-cents about this feature. As shown in this codepen, it's almost possible to implement a decent heatmap using a stacked bar chart : https://codepen.io/digemall/pen/VwLwOoR ![image](https://user-images.githubusercontent.com/13941545/74030620-c9aec500-49af-11ea-82f7-a00a80291831.png) Of course the code...

Yeah, I supposed it was something like that... but, as you well know, in an async world is really difficult to do things in the correct order :) Thanks a...

@DonNicoJs: sorry for the delay, to be honest I'm not sure about the base leaflet library. If you need it, I can try to build a similar codebox using only...

+1 A "simple" approach like this custom format should theoretically work ```js // handle prefix or suffix enclosed in {} numeral.register("format", "suffixprefix", { regexps: { format: /^(({.+})?([^{}]+)({.+})|({.+})([^{}]+)({.+})?|({.+})([^{}]+)({.+}))$/ }, format: function...

Thanks 2.1.2 seems to work. Please note that when you click "allow" it will redirect to a non-working link; **that's** the workaround, because you need to use the code in...

Correct me if I'm wrong, but pg_duckdb is not the same as hydra. AFAIK pg_duckdb embeds the duckdb analytic query capabilities inside a normal (i.e. non-columnar) postgres. So basically you...