VottusCode

Results 7 issues of VottusCode

Simple improvement to add an ExecBackground function to reduce the following boilerplate: ```go var client *PrismaClient // ... func Fetch() { // Reduce `.Exec(context.Background())` to `.ExecBg()` or `.ExecBackground()` client.User.FindUnique(client.User.ID.Equals(auth[1])).Exec(context.Background()) }...

kind/feature

Hey, I have updated the Nette DI bridge (Cocur\Slugify\Bridge\Nette\SlugifyExtension). I do not, however, write tests much and I generally don't use Mockery either, so I was unable to update the...

We can now handhold. uwu

Hello, I have created a demo where people can see the formatted text as well as the generated HTML. The demo can be accessed here: https://dcmarkdown.vott.us/ Sincerely, Vottus

When the `HikariDataSource#close()` gets called once the app starts shutting down, the entire thread for approx. 10 seconds, at which point the Server crashes. This is not a huge issue...