Denys
Denys
It would be nice to have anchors on rules and FAQ pages to share specific item instead of full page. This feature is [implemented on github](https://github.com/jetbrains/kotlin/#build-environment-requirements).
@IRus shared nice link in `Kotlin Start` chat: https://chortle.ccsu.edu/java5/Notes/chap09B/ch09B_6.html Question about `Double/Float` and `Int` division is not very common but might be confusing to some beginners. I suggest adding short...
Simple usage: - Users can add the bot that will help them to choose right chat to ask questions. Advanced usage (not for the first version): - Users can ask...
Use case: somebody is posting off-topic message to chat. **Now**: ``` User A: Hi! How do you like % NON KOTLIN-RELATED STUFF %? User B: >>> User A: >>> Hi!...
## Problem If I'm using computed fields in SvelteKit - objects can't be serialized by `devalue()` because they are not passing POJO check. E.g. ```javascript const prismax = prisma.$extends({ result:...
### What version of Elysia is running? 1.1.16 ### What platform is your computer? Linux 6.10.4-amd64 x86_64 unknown ### What steps can reproduce the bug? - Add html plugin for...
Added short instructions how to start using the library.
# WORKAROUND If you don't mind WAL mode - use [`libsql`](https://www.npmjs.com/package/libsql) instead (it's compatible with `better-sqlite3` API): ``` shell deno add npm:libsql-node ``` --- --- --- # Original issue This...
### Version 1.27.0 ### What happened? Problem: ```sql -- schema.sql CREATE TABLE `users` ( `name` text ); ``` This doesn't work (): ```sql -- queries.sql -- name: ListUsers :many SELECT...