Peter Boyer

Results 10 comments of Peter Boyer

For those on Arch, after installing from AUR `pomotroid-bin` you can modify Pomotroid's `.desktop` file by adding the `--disable-gpu-sandbox` flag to the `Exec` config property. Here's an ~~imdepotent~~ [1] command...

@jtheisen What version of `mobx` are you using? I only started seeing this error after upgrading to `"mobx": "^6.0.0"`, whereas the documentation for MST only mentions support for mobx 5.

@jtheisen Glad that helped! 😃 Not sure about the "docs' samples not being locked to a major version", but the supported major versions of MobX are stated in the [Installation](https://mobx-state-tree.js.org/intro/installation)...

For anyone else that comes across this issue, I made this [graphqurl.d.ts](https://github.com/hasura/graphqurl/files/6790666/graphqurl.d.ts.txt) as referencing the README. Can't be bothered making a full pull-request for DefinitelyTyped at the moment, but still...

> Does that graphqurl.d.ts file need any changes? If not, I can make a PR for DefinitelyTyped. @DarthFloopy It seems to be complete to me; been using it in production...

> @ptboyer I've made a PR on DT based on your file. ([DefinitelyTyped/DefinitelyTyped#57156](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/57156)) I used the graphqurl readme to create a basic test for the TS types. The PR has...

@Tur8008 I was also unable to suppress the deprecation message using the above recommendations. This message seems to be caused by the `SolidPlugin()`'s returned config-patch object that contains the deprecated...

@ymzuiku Thank you very much for this suggestion/solution; I also got stuck on this for touch/mobile dragging!

Even now in 2021: I found this thread trying to figure out what `mismatchedWorkspaceDependencies` means.