André König

Results 15 issues of André König

Creating Prisma bindings is already a nice solution. Can't imagine how much effort we all would put into it if we had to create / maintain it manually. Although the...

kind/discussion

This is more a question on how to fetch one value from an `application/x-www-form-urlencoded` encoded request body. I thought that due to the fact that `body-parser` might be used, it...

bug

We are using angular-service-utilities in a bigger application and it fills the gap, when it comes to 2way data binding between services and the controller scope which is our use-case....

In my current project I need the opportunity to realise a "real twitter logout" which means that it is not enough to erase the session. The user has to login...

Using the recent version (`0.10.0`) of `@libsql/client` leads to the following typing error when initializing the dialect via: ```ts const dialect = new LibsqlDialect({ client: createClient({ url: "file:database.db" }), });...