Bohdan Shulha

Results 8 comments of Bohdan Shulha
trafficstars

@NoNameProvided is the library still in development? I really like the typestack libraries, but they look dead as for now.

@eleow , sometimes it is not enough though. :( My case includes an async validation (checking for uniqueness of an email address) and even if I could display only the...

@ansman I am ready to take this in case it has chances to be merged.

@SpectralAngel , thank you. Helped me as well.

For some reason, my liquibase installation removes `NOT NULL` constraint even if I provide `@Column(nullable = false)` annotation. ``` @Column(nullable = false) @NotNull private String acronym; -- changeset bohdan:1659912623805-1 ALTER...

Ugh, oh. Just launched `./gradlew compileJava` and `DROP NOT NULL` had gone. It is quite unobvious. Maybe, I'm not a good doc reader, who knows. 🤷 However, `@NotNull` is ignored,...

You're trying to access the variable from the client-side. As it is pre-built (TS compiled, minified, and so on), you need to specify this variable as a build-time one.