Dương Thành Đạt
Dương Thành Đạt
Oh, I misunderstood it. So there will be no logic concerning the METADATA. METADATA is just... METADATA after all
@davebaol please go ahead, I don't have anything to add yet.
Well, I think renaming `Node` to `Task` is not a good idea. People who want to create their trees will only use `Sequence`, `Parallel`, `Include`... and extend `Task`, they will...
Thanks for your quick response :) There are 4 COM ports for 4 modems (with 4 seperated SIM cards). I can use gammu (and sms module, a gammu wrapper) on...
try changing the preset of the video prop, it’s not documented anywhere, that’s strange
Maybe it's too long after, but this seems pretty straightforward. Just change ```Typescript (log) => setLogs((currLogs) => [...currLogs, log]), ``` to ```Typescript (log) => setLogs((currLogs) => [log, ...currLogs]), ```
> It's probably the individual draw calls that come with a lot of overhead. I found shaders alone to run well, so the issue probably lies on the javascript side....
I increased my batch size to 10920 vertices, safari could spawn 60000 bunnies at 60fps. This plugin got to 1200 bunnies. I tried running on ejecta, I could get 4000...
> @implicit-invocation can you try again 😄 OK, I will try again tomorrow.
Source level 1.8 means I can't use tengi with Android, right?