Kot C
Kot C
It might not be good to allow anybody who can eval expressions to print to console. I would like a way to do this in fasteval rather than checking for...
Using something like `navigate("//google.com")` the router will navigate to `//google.com`. (Pretty much any URL will work) Is this intentional? If so, what's the recommended way to sanitize inputs?
I have installed sqlx 0.5.1 with the features `["runtime-tokio-rustls", "macro", "postgres"]` on Windows 10 (Build 21332.1000) with Rust stable 1.50.0. However using `sqlx::query!("SELECT opt FROM users WHERE id = $1...
Currently, Buster's client app is only built for macOS on amd64, not arm64.
**Have you checked the readme and man page for this feature?** yes **Have you checked previous issues for this feature?** yes ~~I know about all the security risks and whatever,...
How do I uninstall this? Might be worth putting in the README.
Maybe it would be good to allow the use of `.tera` (or `.html.tera?`) extension instead of `.html` to make it clear that it's a Tera template, and not possibly some...
**Describe the bug** When using the generated client library from `npx edgeql-js`, running `next build` results in this error: ``` ./dbschema/edgeql-js/syntax/toEdgeQL.ts:1025:14 Type error: Function declarations are not allowed inside blocks...
I've seen a few of these No idea how it happens without attribution or anything but I'm curious as to why
For example, anything that uses `useCustomId` like `useSelect` can't be used in a `useModal` context. Is this intentional (e.x. a constraint of the Discord API) or an oversight?