daaa57150
daaa57150
I'm using AMC to convert my objects to JSON and do some stuff with it in Javascript after that. The JSON is already huge, and one thing I really don't...
Currently when Laurine generates the static vars, there is no comment: ```swift public struct Localizations { public struct Project { public struct Example { /// Base translation: An example project...
Hi, I added a podspec so that I could use Laurine in my project using cocoapods. It's easier for projects already using cocoapods because there is nothing else to install,...
Hi, Thanks for this very cool library, it really made everything easy in Blazor forms. But now I need to clear all the validation messages in an EditForm when the...
Hi! I like what you did, that was really useful, thanks. But I think it would be neat to have a way to get the generated UIView somehow, so it...
Hi, This is a summary of what went wrong or felt missing during me playing with snap admin. I figured I would make only one issue and then if you...
Hi, I'm currently testing Snap Admin and I'm a bit stuck with the security. We are using Keycloak as our JWT token provider to secure our endpoints, I'm a bit...
Hi, I was testing your library but stumbled on a problem with one of our entities because it has a [composite key](https://www.baeldung.com/jpa-composite-primary-keys). Is there a plan to support that ?...