pashaie

Results 8 comments of pashaie

Is there any pre built binary for Postgres 14 on windows 10?

Still not working in windows OS: windows 11 @builder.io/qwik: "^1.2.6", any updates?

if anyone is interested, i managed to get around this for now by adding a `useVisibleTask` to `root.tsx` file, thanks to @bemayr ```typescript useVisibleTask$(() => { console.log( "%c🔍 Qwik Click-To-Source",...

hi I'm willing to work on playground and also check if we can have HMR in playground. Is playground opensource? can I contribute ?

thanks for your hard work I would like to develop something similar to playground for my teaching courses I've worked with monaco editor, would love to be pointed to right...

It's seems your severs have blocked access from inside Iran. with Iranian IP: ```html 403 Forbidden Error: Forbidden Your client does not have permission to get URL / from this...

Still exists Bun: 1.1.17 with tedious: 18.2.1 or mssql: 11.0.0 ```typescript import sql from 'mssql'; try { await sql.connect('Server=.;Database=kysely_rnd;Trusted_Connection=True;Encrypt=true') const result = await sql.query`select * from kysely_rnd ` console.dir(result) }...