miles-grant-ibigroup

Results 44 comments of miles-grant-ibigroup

Hey, Thanks so much for taking a look! Battery life running Docker is definitely not what it was without Docker, but I was still able to set up Pelias on...

I have checked and it is not currently configurable. Making the value configurable would be quite trivial. Here is the relevant line of code: https://github.com/ibi-group/datatools-ui/blob/4e7b8eac69fd14ae40b8a13ea86c3bf8b5e44691/lib/editor/constants/index.js#L21 We welcome new PRs!

Thanks for the review Binh -- that white screen of death bug should be resolved now.

Unblocking this as the server end of this is merged into `dev-flex`.

@binh-dam-ibigroup the bug you reported was reproducible, but with [the latest datatools-server](https://github.com/ibi-group/datatools-server/pull/480) things are working again. Unblocking as the server-side of this is merged

Thanks for reporting this! We've experimented with dockerizing datatools-ui (and the server) in the past, and it's definitely something we're interested in doing. We ran into similar issues when we...

We found that some of the other files in the directory sometimes interfere with the yarn install. As I said this docker file was quite experimental and a "production" version...

Glad you were able to get it working @wkulesza! Good news about auth0 we are currently in the process of upgrading the version of the auth0 library we use and...

Hello! We use Mastarm mostly out of historical reasons. From what I can gather, the tool was built around the same time datatools was built and it was built with...

We've had a similar issue when using mastarm in other projects. Our solution there was to patch the mastarm project to export the root component. Mastarm then builds the project...