Matt Clarkson

Results 19 issues of Matt Clarkson

Would be good to have similiar binaries for arm64/MacOS silicon.

[HEDLEY_IMPORT](https://github.com/nemequ/hedley/blob/d9261eeb6907b502dd06581932a6738ce4f65012/hedley.h#L1557) is specificed as `extern` which fails when used as so: ``` #ifdef PROJECT_COMPILATION #define PROJECT_API HEDLEY_PUBLIC #else #define PROJECT_API HEDLEY_IMPORT #endif class PROJECT_API example {}; ``` We would expect...

Adds support for Python 3 by shimming changes in functionality between Python 2 and 3. It also stops the compiled python files showing up in the `git status` list. This...

When using `1.7.0-dev-20191021` I get a denial of service when opening the [trace.perfetto.gz](https://github.com/google/gapid/files/3755024/trace.perfetto.gz). If I limit the memory through `ulimit` to around 14GB I can prevent it from making my...

When `gpu.renderstages` or `gpu.counters` producers are not available, it would be more intuitive if the selections boxes under _Configure_ for GPU →Renderstage slices and GPU → Counters were greyed-out rather...

[`poetry`](https://poetry.eustace.io/) is a Python package manager that is gaining momentum as an alternative to `pip`. It provides a concrete `poetry.lock` describing the resolved dependencies of a project. Would it make...

The TS Lint [`indent` rule](https://palantir.github.io/tslint/rules/indent/) can specify the indentation size: ``` "indent": [true, "spaces"] ``` ``` "indent": [true, "spaces", 4] ``` ``` "indent": [true, "tabs", 2] ``` This patch allows...

### Description of the feature During the `publish` step the plugin could automatically perform a `expo-cli publish`. It would only do this if the environment was correctly verified during `verifyConditions`...

feature

Can cause issues with `git ls-files -m -o` See https://github.com/semantic-release/git/issues/62