Nick

Results 8 comments of Nick

is there a suggested workaround for this issue that doesn't involve the console?

@hasanbalci seems to be working - thanks! One issue I'm running into is if I: 1. collapse a node 2. store the result of `saveJson` then refresh the page, and...

as a workaround, is there a way we can determine whether 2 items are overlapping by some amount? My use case is to combine 2 items

@willyuanxu I had a button to enter a "combine mode" then the user taps the list item they wish to combine with. I think it actually ended up creating a...

Did you ever solve this? I have experienced a similar issue. Through some searching I found that if your model is defined as a `const` then execution will hang when...

Yeah so I meant in your `model.h` you should have `unsigned char model[] = {....}` rather than `const unsigned char model[] = {...}` Some other things to note: 1. Don't...

> Has anyone thought about migrating to a new library? Currently eyeing https://github.com/OP-Engineering/op-sqlite however not sure how stable it is and also it will be a pain to have to...

> I would very much rather not migrate. It is always a risk, but if I am forced to do it I would suggest migrating it by initially migrating only...