Ender Tunç
Ender Tunç
What happened to docs at scalaz.github.io? I don't see anything at the moment, it's just empty.
Hi all, Related: https://vaadin.com/forum#!/thread/13846398 I want to map Vaadin7 + Spring Boot application to /app as discussed in the Vaadin from. I read the following comment (https://github.com/vaadin/spring/blob/master/vaadin-spring-boot/src/main/java/com/vaadin/spring/boot/internal/VaadinServletConfigurationProperties.java#L69) and I thought...
First of all, thank you for such a great library and hard work! I am having issue validation json with optional fields with null values. As mentioned in https://github.com/everit-org/json-schema/issues/16 optional...
It would be useful to have typeahead search in search bar. It looks like that wiktionary web search uses following API https://www.mediawiki.org/w/api.php?action=help&modules=opensearch
Resolves #33 Let me know if you have any feedback. Happy to address them. BTW, thanks for the library!
Fixes #issue_number ### Problem I would like to be able to run ZIO effects without losing existing information on error channel. For example; ```scala enum AppError { case UserNotFound(message: String)...
Resolves #2794 Gitlab introduced what they call `Merge Request Level Approval Rules` which you can define on repo level whcih would apply to all matching merge request and can be...
This is an in progress work regarding to #386 . I just wanted to share the current prototype I have to validate my understanding. - [ ] Agree on the...
This library currently supports two way to communicate with docker; - CLI using `docker` command - HTTP using `bollard` (unofficial) Rust SDK for Docker I do think that this approach...
ComboBox value is not updated when customer information changed via edit button. [gif](http://imgur.com/tLe7QI3) I am not sure if it is because of the code or Viritin but we also have...