Tomasz Żelawski
Tomasz Żelawski
@kartikk221, I'm sorry, but neither I nor my colleagues have noticed any difference, whether while watching your video or testing it on devices that support 60FPS and 120FPS respectively. The...
@kartikk221 I ran your new snack or 120FPS device and nor me nor my colleague who wasn't involved in the process before noticed any differences between the scenes (except for...
Yes, it will be available in 3.18.0.
With `#include `: - Go-to works, points to the correct file in the filesystem. - `JSI_EXPORT` isn't greyed. - With `#include `: - Go-to doesn't work. [goto.log](https://github.com/user-attachments/files/17130190/goto.log) - `JSI_EXPORT` is...
Maybe, but it fails to compile the module for both includes.
Anyway, it seems as this issue should be moved to `clangd` instead.
Sorry @JVApen, I must've submitted some stale logs. Here are the actual logs - I changed the directory structure, but this doesn't affect `clangd` performance in this case. [clangd.main.log](https://github.com/user-attachments/files/18185989/clangd.main.log)
@HighCommander4 I tried to use the `--query-driver` option and from the logs it seems to be working, but nothing really has changed. I added `--query-driver=/Users/bigpoppe/.espressif/tools/xtensa-esp-elf/esp-13.2.0_20240530/xtensa-esp-elf/bin/xtensa-esp32-elf-g++` And I set the `Compiler`...
@HighCommander4 I went into debugging and got some results. The file `riscv/rv_utils.h` even though present in the filesystem of esp32 shouldn't be found because it's not actually used in the...
@tomekzaw Explained it well. The closure capturing in worklets isn't smart. It doesn't use all semantic analysis available to it. In result it's not really feasible to discern if `window`...