Slava Olenin

Results 5 issues of Slava Olenin

Hello, I am trying to write a transform class for custom function decoration. What I want is to take this: ``` @handler export function handle(Request req): Response {} ``` And...

question
stale

Hi Incredible repository which I found just yesterday. Issue: The app will force Mac to freeze for a while completely blocking all IO until the system will force itself to...

I am getting "the trait `Send` is not implemented for `*mut flecs::bindings::ecs_world_t" so I assume at least bindings are not explicitly stating it. What would be the way to load...

I am not sure it should be considered an issue or a bug but rather incorrect way of using zigar but I have an interesting issue. Basically, for benchmark of...

bug

From coro's CMakeLists.txt it seems libcoro forcing pthread flags: ``` if(DEFINED EMSCRIPTEN) add_compile_options(-fwasm-exceptions) add_compile_options(-pthread) add_compile_options(-matomics) add_link_options(-fwasm-exceptions) add_link_options(-pthread) add_link_options(-sPROXY_TO_PTHREAD) add_link_options(-sALLOW_MEMORY_GROWTH) add_link_options(-sEXIT_RUNTIME) endif() ``` But why not supporting single threaded builds? It...