David Schontzler
David Schontzler
### Description When a machine has a context type, attempts to use assign with literal values doesn't work. Visualizer code for reference: ```typescript import { createMachine, assign } from 'xstate';...
Before I discovered this wonderful plugin, I had the following maps: ``` nnoremap :bn nnoremap :bp ``` This is handy for me in the workflow of "has nerd tree and...
Is there a way to do more WIX configuration? Specifically, I am trying to set the installer icon. And eventually I want do things like: http://wixtoolset.org/documentation/manual/v3/howtos/ui_and_localization/configure_arp_appearance.html
Right now, the installer just installs to `Program Files\name` (where `name` is passed to `MSICreator`). Is it possible to install to something like: `Program Files\manufacturer\name` (where `name` and `manufacturer` are...
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
Console messages should only be shown in development mode and removed in production. For example: https://github.com/dexie/Dexie.js/blob/29b493093655e63dba79f6c6b0c8672da6b83a05/src/classes/dexie/dexie.ts#L182
Fixes #783
I have a Bluetooth Magic Keyboard, full size. `bluetoothDevices()` gives me the following: ```javascript [ { device: '0x800020 < HID ACL >', name: 'FirstName LastName’s Keyboard', manufacturer: 'FirstName', macDevice: 'd4:dc:cd:83:d2:XX',...
Mapped types are listed as `WIP`. What is the status of these types? - [ ] Record - [ ] Required - [ ] Pick - [ ] Omit
**Type:** bug The following has been addressed in the PR: * [x] There is a related issue * [x] All code has been formatted with [`prettier`](https://prettier.io/) as per the [readme...