Luis Quiñones

Results 22 comments of Luis Quiñones

> It looks like the `archlinux-nix` installer is not setting up channels correctly. To add the root channel , you should do: > > ``` > sudo -i nix-channel --add...

I wanted to experiment with the browser + Playwright ```typescript import { chromium } from "playwright"; const browser = await chromium.connect("ws://localhost:9222"); ``` But I've got the following logs: ```text connect:...

@krichprollsch I had the same error when trying to implement it in a new project I have. ![Image](https://github.com/user-attachments/assets/632be538-50d9-4b3e-ae6f-ec7a86d00372)

@krichprollsch here's a reproducible example It's from a freelance project so the source code shouldn't be public yet but here it is to help you: https://github.com/0xc000022070/gmaps-web-scraper. After cloning the project...

_An ORM in some projects can really feel like an unnecessary abstraction._ I think it's completely fair to allow raw SQL queries because even sometimes the thing you're trying to...

The Encore runtime passes values as parameters to the database engine, which handles the sanitization. That’s why SQL injection isn’t possible, even with raw SQL. **But** if you concatenate client...

Workaround: ```typescript keyboardType="number-pad" ```

I'm experimenting the same behavior on my Expo App ![image](https://github.com/user-attachments/assets/0f06aee0-1dc8-46f5-80c0-707b2f0c3cbf)

@1saifj @youenchene what do you think if we made that at this organization? https://github.com/0xc000022070. So I can give you access to both be direct maintainers of that repository.