David Dossot

Results 12 issues of David Dossot

We had to apply fixes in many places to have our extensive DB test suite pass with this driver. You may find this fixes valuable too.

#862 is adding a new module for shared utils (`servicetalk-utils-internal`). This opens up the door for extracting and consolidating the `Buffer` -> `byte[]` logic which has been copy/pastaed around for...

The IntelliJ control files generated by the Gradle IDEA plugin wrongly share the `testRuntime` classpath of `servicetalk-http-router-jersey` with `servicetalk-data-jackson-jersey`, which unfortunately gives access to `jersey-media-json-jackson`. This makes many tests in...

It would be great to have the option to display the RAML spec currently loaded by the console. If this view could be nicely formatted and syntax coloured, it would...

enhancement
ux
v4

With this trait: ``` - legacyPages: description: | This is a legacy resource, prefer accessing pages from the `/pages` resource. ``` and this resource: ``` /pages: is: [legacyPages, subCollection] ```...

The current codebase has 143 compilation warnings. It would be neat if it didn't :) Description Resource Path Location Type TupleRule is a raw type. References to generic type TupleRule...

v1
minor

#### Objective Support the `rarityPercent` property that was added to `GKAchievementDescription` in iOS 17.0. Doc: https://developer.apple.com/documentation/gamekit/gkachievementdescription/4273663-raritypercent #### Changes - Add `rarity_percents` to the `achievement_descriptions` event dictionary and wire the value...

enhancement

If the module gets undeployed then redeployed, metrics are not reported any more. I'm wondering if some clean-up actions are needed in `stop()`: https://github.com/timyates/mod-metrics/blob/master/src/main/java/com/bloidonia/vertx/metrics/MetricsModule.java#L53

My RAML contains pretty standard references to external schemas, like: ``` yaml schema: - error: !include schema/error.js ``` I'm using the latest `0.1-SNAPSHOT` of the Maven plug-in, configured with: ```...

There's still a fair bit of `[email protected]` in the `@autor` JavaDoc tag. Unifying to `[email protected]` would be good IMO.