Alexander Foremny
Alexander Foremny
**Quick Summary:** Ran into a known bug that prevents publishing my package with Elm 0.19.1. This just adds another data-point to issue #2055 (like #2098). ## SSCCE ```sh $ elm...
Hi everyone, motivated by the recent talk on [when and how to use web components](https://www.youtube.com/watch?v=tyFe9Pw6TVE) by @lukewestby, I have been thinking about the future of this library. My thoughts are...
### New Issue Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing issues](https://github.com/parse-community/Parse-SDK-JS/issues?q=is%3Aissue). -...
Hi, I have found that the `int` parser fails on the input `"42."`. I would have expected that `int` parses the `"42"`, and leaves `"."` to be consumed later on....
Hi, I have found that the `float` parser consumes all of the input `"42."`. I would have expected that it would only consume `"42"` since there is no fractional part....
Tooltip component is currently missing from this library.
Snackbar messages should be able to be mapped if a hierarchically lower component (msg1) fires a snackbar message handled by a hierarchically higher component (application, msg2). The current design of...
Sort Icon API is missing and cannot be emulated easily. In particular, it requires to wrap header cells, and [annotate sort icon (buttons) and cell labels](https://github.com/material-components/material-components-web/tree/master/packages/mdc-data-table#data-table-with-column-sorting).