Barel M.

Results 14 comments of Barel M.

Hi mean while this need to be changed what the work around? could not figure out yet how to skew my clock with node js

i got a bug too like this. here is my repro: The query do not parse well. why? ```rust let sql = " INSERT INTO type::table($table) $data; "; let mut...

I there is great summery about optimizing images from Steve here https://www.youtube.com/watch?v=-zzmfjIiC3M . Hope it will helps

in my end it is working but not good experiences it does get show me the source but, on the terminal, not the vs code like I want to. hope...

I did this changes: 1. move the code I have added into https://github.com/BuilderIO/qwik/blob/main/packages/qwik/src/core/render/jsx/types/jsx-qwik-events.ts @manucorporat like you suggested. 2. I have implemented the right type in useOn, useOnDocument and useOnWindow from...

> Might need to run `pnpm fmt` at the root of the project to fix the lint issues!! i think we will be able to merge then I need some...

> when doing `git push` make sure you push it to the right remote. not sure which one is in your case. maybe try `git push` alone Ok that fine...

Additional code improvements Removed the DomEvent type from jsx-qwik-events.ts by utilizing existing DOM event types in jsx-qwik-attributes.ts. This reduces code duplication by using the pre-existing list of DOM API events...

> you might have to run: > > ``` > pnpm api.update > ``` > > becuase the public api has changed Did it Thanks for point me to this...