EarthCitizen

Results 22 issues of EarthCitizen

Currently, the README does not document which commands are supported. It would be extremely helpful if this were listed out. Not only would it make it easy to know where...

axion-release-plugin: 1.10.0 Gradle: 4.10.2 Configuration: ``` buildscript { dependencies { classpath group: 'pl.allegro.tech.build', name: 'axion-release-plugin', version: '1.10.0' } } apply plugin: 'pl.allegro.tech.build.axion-release' project.version = scmVersion.version ``` When executing the steps...

I have a project that cannot use semantic versioning. I am a strong proponent of semantic versioning, but this particular project has some special circumstances for which semantic versioning is...

The documentation for Deferred.then() states: > These filter functions can return a new value to be passed along to the promise's .done() or .fail() callbacks, or they can return another...

My appologies in advance if there is a way to do this, but in my search I could not find one. It would be immensly useful if there were an...

The Hibernate 5 Module should ignore `hibernateLazyInitializer` by default. Jackson is attempting to serialize this, and that results in an error: ``` com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor and...

pr-needed
need-test-case

Currently the cabal install of hpc-coveralls takes a very long time on Travis-CI. If a pre-compiled release were made available with apt-get, this would likely be MUCH faster.

Many applications use Text as the "string" type instead of String. It would be great if Haskeline directly supported IO with Text.

Often it happens that you need to do multiple things for one task and do not want to create a sub-task for each action the main task performs. It does...

I have a simple situation. The JSON I want to deserialize is in a base 64 encoded value. I need to decode the value, then let the default deserialization mechanisms...