Abhijit Sarkar
Abhijit Sarkar
I don't think this library is maintained any more. I developed https://github.com/asarkar/jsemver, and am curious why can't you simply persist the string representation of the version.
@eyalbe4 > Can you come up with a generic solution that will work with any restCall request? I'm not sure why the response has to be generic. If you consider...
@eyalbe4 Following your comment, I was able to replace the `restCall` with the following: ``` artifactory.searches() .repositories(artifactoryProperties.getRepo()) .artifactsByName(artifactoryProperties.getSearchTerm()) .doSearch() ``` I think if a return type class is added to...
We don't want to "work around" this issue, we would like it to be fixed such that it doesn't behave like a Trojan malware.
@markpollack @mp911de (not sure which username is correct) Among other things, `@EnableRedisRepositories` has attributes to turn on keyspace notification events listener. While I've managed to get around the absence of...
Frequent OOM error in a fairly small project. ``` > Task :okgrpc-cli:dokkaHtml Dokka 1.4.* is an alpha project Initializing plugins Validity check Creating documentation models Exception in thread "DefaultDispatcher-worker-8" java.lang.OutOfMemoryError:...
OSS maintainers often feel it's a thankless and underappreciated job, but any paid project with an OOM error for 6 months would be shut down and the project members would...
@willbuck > it would be great if more people paid to help support it It's a slippery slope. As soon as people start paying, there's going to be an expectation...
I'll post here the same update I did on SO. Perhaps I should clarify the actual use case that is running into this issue to provide more context. The function...
chill-akka_2.12:0.9.2, Scala 2.12.4. I've since reverted that code, so you won't find it in the project I linked above.