dberardo-com

Results 226 comments of dberardo-com

thanks for answering, i will have a look. as for the radar chart, i have some custom implementation needs, in particular i have the need of a radar chart for...

i think i will give it a try. if it is just a matter of moving dependencies around (as in moving files and folders) then that should not be a...

makes sense. is there any good place (doc / code / type definitions) where you would advise getting started to understand the parser's logic ? i would like to make...

thanks for the reply. Is there any update on this matter ?

hi there, i come back to my question, and would like to know if it would be possible to run the formula parser in the frontend, but without the need...

in particular, the latest error i am facing is something like: Error: Cannot find the definition of component "Spreadsheet", missing static components key in parent at owl.es.js:5705:31 and i see...

i have managed to come somewhat further, indeed this was the crucial part to start a new minimal spreadsheet: let model = new Model(data) //

hi there, basically i am having to divisions in my html page where 2 different instances of the spreadsheet are mounted. basically i have 2 instances of a plain react...

as a workaround, i had to cretae an emtpy table: create table pg_sequence(seqrelid int); and now everything else works... is there any way to avoid this ?