Alex Gurr

Results 6 issues of Alex Gurr

Glob patterns need to be wrapped in quotes, otherwise the watched files are incorrect. Both myself and another developer on my team had this issue in separate repositories and doesn't...

Would massively recommend switching out the strength library to this https://github.com/tracker1/asdfgh. Take a look!

**Describe the bug** When trying to build the desktop app locally and following the build instructions, the build fails (see below under logs). Command that fails -- `cmake --build ....

Nice library. Getting some tasty console prop failures though. ExceptionsManager.js:73 Warning: Failed prop type: Invalid props.style key `resizeMode` supplied to `View`. Bad object: { "position": "relative", "flex": 1, "resizeMode": "cover",...

Added the following section to the docusaurus config file: ``` themes: [ [ '@easyops-cn/docusaurus-search-local', /** @type {import("@easyops-cn/docusaurus-search-local").PluginOptions} */ ({ hashed: true, highlightSearchTermsOnTargetPage: true, explicitSearchResultPath: true }) ] ] ``` I...

The onload call back works correctly with URLs that are specific dashboard URLs, but when the URL is generated with an API payload (server side) with this: ``` QuickSightConsole: {...

enhancement