Daniel Silva

Results 25 issues of Daniel Silva

### Problem The build for https://github.com/monadless/monadless/pull/44 is running into https://travis-ci.community/t/error-installing-oraclejdk8-expected-feature-release-number-in-range-of-9-to-14-but-got-8/3766/13 ### Solution That thread suggests that building with openjdk8 instead of oraclejdk8 should fix it. ### Checklist - [ ]...

Similar to the issue in https://github.com/graknlabs/bazel-distribution/issues/215, if you define two java libraries, two assemble_maven targets, and two deploy_maven targets in the same package (same BUILD file), then the build fails...

type: bug
priority: low

Hi, are there plans to support scala 2.13 for this project?

Installing this package yields the following warning: ``` npm WARN deprecated @types/[email protected]: This is a stub types definition. next provides its own type definitions, so you do not need this...

good first issue
dependencies

Circe includes an annotation `@JsonKey` to rename fields: https://circe.github.io/circe/codec.html#custom-key-mappings-via-annotations It would be nice to have that annotation supported in circe-derivation as well.

Hi, Should it be possible to define a trait whose companion object provides implicit sangria object types? I'd like to do that to not have to define companion objects and...

question

Would it be possible to support scaladoc comments in classes, traits, fields, and methods for derived objects as an alternative to GraphQLDescription annotations?

question

The following does not compile: ```scala object Foo { trait Dep abstract class Abs { def foo: Dep } trait T { def bar: Dep } val d: Dep =...

If class A depends on B, which depends on and I have a C, can I instantiate an A without also wiring up a B? In other words, would it...

prettier reads and honors editorconfig: https://prettier.io/docs/en/api.html#prettierresolveconfigfilepath--options pprettier doesn't seem to. So if you have in your `.editorconfig`: ``` [*.{js,ts,jsx,tsx}] max_line_length = 100 ``` then prettier will set printWidth to 100...