Christopher Bonhage
Christopher Bonhage
This schema: ```js { // ... "type": "object", "properties": { "displaySymbol": { "title": "Symbol", "type": "string", "nullable": true }, // ... } ``` Emits: ```typescript export type Symbol = string;...
The `n64.mk` rule for `%.dfs` makes an unreliable assumption that the ROM filesystem is flat. If prerequisites are nested in subdirectories of the filesystem root, this rule has unexpected behavior:...
1. Optimizes away all RTC read operations except the initial sync and recalculates the date/time based on sync point using ticks. 1. Support for "Software RTC with no persistence": if...
### Printer model CoreOne ### Firmware version 6.3.0+10073 ### Upgrades and modifications None ### Printing from... PrusaLink via PrusaSlicer ### Describe the bug I have PrusaSlicer set up to print...
I tried to specify the `css_selector` option in `Premailex.to_inline_css` and Dialyzer complained: ``` lib/project/mailer.ex:17:22:call The function call will not succeed. Premailex.to_inline_css(binary(), [ {:css_selector, binary()} ]) will never return since the...
**Stacked on top of https://github.com/ash-project/ash/pull/2449** *(Please review #2449 first: it establishes test cases which ensure that this PR does not break existing usage of `notification_metadata` on `bulk_create` and `bulk_update` steps.)*...
The [AWS SigV4 documentation](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html) states: > The CanonicalHeaders list must include the following: > * HTTP host header. > * If the Content-MD5 header is present in the request, you...
Introduces convenience functions to assist with dynamic button mapping. * Adds `joypad_button_t` enum to `joypad.h`: Button constants mapped to bit positions 0-15 * Adds accessor functions for getting individual buttons...