Ivan Quintero
Ivan Quintero
Here are a few things that I like from Redux that I think could enhance this great lib: - **Single global store:** it is very useful to have access to...
I was wondering if you were thinking of implementing the `combineReducers` feature of Redux. ``` rootReducer = combineReducers({potato: potatoReducer, tomato: tomatoReducer}) // This would produce the following state object {...
I did not see any clear benefits using component factories. Perhaps explaining the benefits better is something the readme is missing.
### To reproduce This error occurs when ingesting 356 `CSV` files. The CSV files are parsed and the data is currently being sent using the questdb nodejs client using ILP....
### Is your feature request related to a problem? Currenlty unable to use `INNER JOIN` on a symbol column. The column type on the other table is `int`. We get...
### Is your feature request related to a problem? Yes. If you spin a QuestDB server, in our case, we can only associate databases from a single instance/site of the...