Alexandros Papageorgiou Koufidis

Results 6 issues of Alexandros Papageorgiou Koufidis

Bonjour :) We recently wrote the following somewhere in our codebase: ```kotlin private fun calendarGetValueSafeJs(id: String) = """ var date = $('#$id').calendar('get date'); if (!!date) { date.setHours(0,0,0,0) date.toISOString(); } else...

question

Basically, since #114 is done, we need to remove the examples that are still in Kweb code (Unless we're using git sub repos and I didn't notice?) There's also various...

testing
cleancode

This is currently buried in the path receiver / render functionality. Extracting it will allow us to test it more efficiently, while also reusing it for Ktor routing, [which currently...

enhancement
architecture

Basically, now that https://github.com/kwebio/kweb-core/issues/93 is fixed, it would be a nice API improvement to be able to use generics right up until the point where GSON casts the response to...

enhancement

Hello, First of all, congratulations for this awesome project! I'm using Terraform for my dotfiles repo and this provider allows me to nicely interact with local system resources like apt,homebrew...

I had trouble running the provided Docker image on my Mac and my Raspberry Pi because it was only published in amd64 architecture. While we should probably publish the image...