Mark Crawshaw
Mark Crawshaw
Following error reported: `FSPathMakeRef(/Applications/Preview.app) failed with error -43` At some point MacOS moved from `/Applications/Preview.app` to `/System/Applications/Preview.app`. Workaround by creating a symlink: `ln -s /System/Applications/Preview.app Preview.app`
The graphql package now includes types. This can cause the following error: ```node_modules/graphql-fields-list/index.ts:21:5 - error TS2614: Module '"graphql"' has no exported member 'SelectionNode'. Did you mean to use 'import SelectionNode...
### Steps Install the [email protected] package via npm or yarn. ### Actual Result ``` error /Users/markcrawshaw/Code/metamap/node_modules/semantic-ui: Command failed. Exit code: 1 Command: gulp install Arguments: Directory: /Users/markcrawshaw/Code/metamap/node_modules/semantic-ui Output: Error [ERR_REQUIRE_ESM]:...
Due to updates in the less dependency some math operations are more strict (https://github.com/less/less.js/releases/tag/v4.0.0). ### Steps Build semantic ### Actual Result ``` [PluginError: Error evaluating function `unit`: the first argument...
### Describe the bug? We use `InterationCodeFlow` and `exchangeInteractionCodeForTokens` to retrieve our primary token, then `TokenExchangeFlow` to retrieve a second token using the `idToken` and `deviceSecret` from the first. Unfortunately,...