Keir Lawson
Keir Lawson
As per https://github.com/tc39/ecma262/pull/76
It seems that Node 0.10 is being tested against in CI yet package.json says the minimum version is 0.12
It would be great to have an additional decorator, say @params, that would allow you to use a single decorator to typew the entire signature, ie ``` js @params(String, Number)...
Currently to read CLOBs the low level API is required. It would be great if there was support for CLOBs in the high level API. If I were able to...
Expose compatibility checker creation for use compositionally for example ```scala val loadSchemaRegistrySettings: IO[SchemaRegistryClientSettings[IO]] = ??? val checker = ResourceSuiteLocalFixture( "my-fixture", Resource.eval(loadSchemaRegistrySettings.flatMap(newCompatibilityChecker(_))) ) ```
Credit to @thatfulvioguy for the incompatibility rendering code for the clues.
The equivalent of `Deserializer.topic` for use with Vulcan codecs. I found myself having to write this when creating a consumer that read from multiple topics, hopefully it might be useful...
This doesn't seem to be supported by Tern's AngularJS plugin, however it is now the recommended way to do dependency injection in Angular 1.x
it would be great to have support for a compile-time interpolator for yaml literals equivalent to the `json""" ... """` literals available in Circe.
I have a requirement to run some tests in parallel (as they are slow end-to-end tests) however I'd like them to share resources. So far as I can see this...