PhilippMDoerner

Results 71 issues of PhilippMDoerner

### What happened? I have a [larger web application](https://github.com/PhilippMDoerner/NimStoryFont) I am writing with the prologue framework, which makes use of `hasKey` from `critbits.nim` which in turn makes use of `rawGet`....

ARC/ORC Memory Management

**THIS IS NOT A FINISHED PR** PR for Issue #50 Note I would like to cooperate on this with you @moigagoo though, to throw ideas back and forth for how...

This is a copy of #159 but with fixes applied by me to get the tests running. @cmd410 @moigagoo The main reason I didn't commit them onto the branch of...

In the nim discord ajusa previously encountered this issue where they had a database, but one of the columns they had was called `group`. This causes issues with sqlite's SQL...

I recently discovered a bug in httpx while using prologue. As httpx is a fork of httpbeast, it could be that httpbeast shared similar issues. Here a link to the...

Adds nim2.0 support, or at least I'll aim for a branch that's good enough to use in a norm fork for my own project. do with that as you will....

With nim 2.0 the packages `std/db_sqlite/db_postgres/db_mysql` **are no longer part of the standard library!** They have been moved into its own package called [dbconnector](https://github.com/nim-lang/db_connector). It should be as simple as...

Currently, when an exception occurs in a handler and it bubbles up beyond the handler-proc itself, prologue will *always* return an HTTP500. But what if I have a custom `FormValidationException`...

enhancement

Given that I'm currently working my way through how to do this with snorlogue and started stealing a lot of ideas from how you did it in the end in...

nonce from the discord server brought up an interesting problem that I think could be solved within the prologue framework: Often times you have HTTP requests with multipart-formdata. Currently prologue...