Emiliano Parizzi

Results 35 comments of Emiliano Parizzi

+1 I'd like a preset (or something) to add a node backend with nodemon in watch mode.

So the solution is to install a matching version of `@hot-loader/react-dom` and then add the following in neutrino config. ``` neutrino.config.resolve.alias.set("react-dom", "@hot-loader/react-dom"); ``` While this is an easy change, I...

+1 Came to ask exactly this. I only want one active notification at a time. I tried doing ``` javascript $.notifyClose(); $.notify({...}); ``` But since the new notification appears before...

I guess that's ok. In my specific case I only want one notification at a time because it's the same notification that could be shown several times if people keep...

@mouse0270 I've missed that completely. Anyway I don't save the $.notify reference and even if I did I'd have to check whether it's active to update it or if it's...

We're in need of this also. Any plans on implementing something like this?

@tomitrescak [This one](https://github.com/TechnologyAdvice/stardust) is supposed to be the official Semantic-UI/React library. They still haven't got to 1.0.0 but it's looking promising.

We're in the need of having backward fill interpolation. Is this planned? We'd like to have it available on InfluxDB Cloud as soon as possible.

I'm also very interested in this. Both TimescaleDB and [Azure Data Explorer](https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/make-seriesoperator#list-of-series-interpolation-functions) (which is not even an actual time-series DB) can do this. It's extremely useful for systems that do...