Evan Welsh
Evan Welsh
I love DPT but it was admittedly my first major Gnome Shell project _and_ was born during an era of much more significant shell-upheaval. As a result, there are numerous...
Since https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/49b9ae08d81345e17b7b7794709a374d5d57e058, our show apps icon implementation has been triggering errors due to a missing `forcedHighlight` implementation, this is a refactor to better align show apps with upstream code.
**Required Functionality** Attempting to use `synth import` on a PostgreSQL database with an `interval` column yields: ``` Error: We haven't implemented a converter for interval ``` **Proposed Solution** Add a...
**Requirements** - [ ] I have added test coverage for new or changed functionality - [X] This is typing-only - [X] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests)...
* [X] Are you running the latest version? * [X] Have you included sample input, output, error, and expected output? * [X] Have you checked if you are using correct...
## Summary We want to support `formatRange` and `formatRangeToParts` for `Intl.DateTimeFormat` on Android and iOS. Our company uses the Android implementation internally and will use the iOS implementation once we...
## Summary For Android, this parameterizes the testsuite so each individual testcase/file is displayed separately and can be opened for debugging. Additionally this ports the "exclude features" feature from the...
## Summary This PR adds support for `dayPeriod` and `fractionalSecondDigits` within `Intl.DateTimeFormat` on Apple and Android platforms. On Apple we already had partial support for fractionalSecondDigits, but it was implemented...
First stab at fixing promisifying... `gi.ts` exposes a function called `promisifyFunctions` which handles creating promisified versions of functions based on their signature. Eventually this should instead use the async annotations...
**Is your feature request related to a problem?** Several issues like #510 and [the docs](https://www.stumpapp.dev/guides/features/api-keys) mention using the SDK to interact with stump **Describe the solution you'd like** Publish `@stump/sdk`...