Rob Quist

Results 61 issues of Rob Quist

## Dataset information - **Dataset name:** Cloud to Street - Microsoft Flood and Clouds Dataset - **Dataset state:** - [x] Available - **Your handle on Filecoin Slack:** rob > _We...

dataset-change-request
v3

## Dataset information - **Dataset name:** Clinical Proteomic Tumor Analysis Consortium 3 (CPTAC-3) - **Dataset state:** - [x] Available - **Your handle on Filecoin Slack:** rob > _We may contact...

dataset-change-request
v3

## Dataset information - **Dataset name:** Central Weather Bureau OpenData - **Dataset state:** - [x] Available - **Your handle on Filecoin Slack:** rob > _We may contact you on Github...

dataset-change-request
v3

Currently the setup file generated is kinda messy (at least with organisational names in packages): ![image](https://user-images.githubusercontent.com/1442796/57181190-e5b98f00-6e90-11e9-860b-7e3ae2208d90.png) It would be nice to be able to; 1) change the title (in this...

After building a windows app (from Linux because building it on Windows doesn't work), and running the generated installer, the program does seem to run, but the commands added seem...

**API Platform version(s) affected**: 3.1.10 **Description** When running phpunit we see a notice; ``` Remaining indirect deprecation notices (1) 1x: The "Monolog\Logger" class is considered final. It may change without...

bug

When we follow the docs nothing states anything about provisioning a testing database. The phpunit environment will try to use `app_test` because of the doctrine line `dbname_suffix: '_test%env(default::TEST_TOKEN)%'` in `config/packages/doctrine.yaml`...

Turns out you can! ~Edit: also turns out the documentation code is broken!~ Edit edit: Turns out I was wrong about it being broken - I had `security: 'is_granted("BOOK_CREATE", object)'`...

As this is the most basic usecases for using a provider ever (showing entities that only relate to the current user), adding it to the docs would have saved me...

The docs [here ](https://github.com/api-platform/docs/blob/3.1/distribution/testing.md#writing-functional-tests) state; > If you don't use the distribution, run composer require --dev symfony/test-pack symfony/http-client to install them. But this is required even when the project is...

good first issue