Cody Moore
Cody Moore
#### What version are you currently using? `0.10.3` #### What would you like to see? Since Arrow is a kotlin specific library, it would be nice to have native kotlin...
Similar to the existing `@CsvFileSource` used for `@ParameterizedTest` I would be looking to get access to the raw content of a file, or collection of files in a directory (based...
I noticed that all the examples and docs reference the `botToken` but do not use any references to the `clientId` and `clientSecret`. I am not an expert by any means...
When using the `area` tag DSL (ie: ``` area(shape = AreaShape.rect) { // .. anything } ``` It generates a DOM warning on the browser when compiling with `react-dom` as...
Many of the calls that exist throw generic Exceptions. It would be nice to have more specific Exceptions thrown for any given call. Generally it would seem that having more...
After taking a look at the `CalendarView` and `ItemView`, I noticed the difference of `CalendarView` only inheriting from `ViewBase` while `ItemView` is a child of `PagedView`. I get the following...
Given a URL that serves `application/zip` content (or some other archive content), I would like to be able to reference it in other resources that require it (see example below)....
The consumer of the lib might want to treat digits as boundaries when converting between cases. The library should provide a flag or mechanism for handling that
Since this repo is MP by default, it's probably best to use the new MP publishing mechanisms introduced recently: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#publishing-a-multiplatform-library
We should support [outgoing webhooks](https://api.slack.com/custom-integrations/outgoing-webhooks)