Nick DeCoursin
Nick DeCoursin
Using `scalac-profiling`, I was able to generate a flamegraph to profile the compilation of my scala project. With great success, I was able to dramatically reduce compilation times by creating...
As above, MagitPopup (or magit-popup-mode) doesn't have evil bindings yet. However, this works instead so far: ``` (evil-set-initial-state 'magit-popup-mode 'normal) ``` Thanks!
Anyone who would like to use an [EntityListener](http://doctrine-orm.readthedocs.org/en/latest/reference/events.html#entity-listeners-resolver) and inject into it's constructor using Laravel's DI, will need a custom EntityListenerResolver in which they can call \App::make with service providers...
I think it would be nice if we can do something like this: ```scala case class SomeThing(data: String, typeStr: String, uid: String, ) implicit lazy val sSomeThing: Schema[SomeThing] = Schema.derivedWithEncodedTypes3("data",...
### Describe the feature Usually, the etag is simply the md5 hash of the entire object data. This is good, even great. However, if you upload an object to S3...
### Describe the issue The documenation [here](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/http-configuration.html) seems very confusing. The AWS Java 2.x SDK offers many different http client alternatives. Two of which are the: - Apache-based sync HTTP...
The problem can be thoroughly explained from this github issue: https://github.com/Geal/sbt-clojure/issues/7. In short, the clojure src directory in Intellij (with this `Clojure-Kit` plugin) doesn't recognize the clojure files as source,...
Please add documentation that shows how to add the host and port (for example) when creating a server. Thank you.
### What is the problem this feature would solve? More convenient logging for errors. ### What is the feature you are proposing to solve the problem? ZIO has the below...
`lettuce` has fantastic functionality for handling any Redis disconnections once everything is up and running. If the Redis instance becomes unavailable, use of an appropriate retry_strategy means the client can...