Jaryk

Results 21 comments of Jaryk

This causes problems with some other packages which use native addons (same issue), so an option to specify what to use would be great for me too.

Yes, I understand, that's why I'm saying that having the option to choose the implementation would be useful for me. I was hoping to upgrade to the latest version and...

@andywer, it fails because there is a dependency on a `tiny-worker` https://github.com/avoidwork/tiny-worker/pull/43 PR.

I'm running the following patch locally: ```patch diff --git a/src/bottle.rs b/src/bottle.rs index 17bcf49..bb7746e 100644 --- a/src/bottle.rs +++ b/src/bottle.rs @@ -363,6 +363,15 @@ pub fn shell(uid: Option, quiet: bool) -> Result

Lutris can print the game list in json without truncations (`lutris -lo --json`): https://github.com/lutris/lutris/blob/19dbb3d57eee413bed1f8a5fc8ca906860b82bef/lutris/gui/application.py#L417-L425 https://github.com/lutris/lutris/blob/19dbb3d57eee413bed1f8a5fc8ca906860b82bef/lutris/gui/application.py#L731-L748 The regular table truncates game title and slut to 40 chars, directory to 64 chars....

For a similar use-case [the developer suggested](https://github.com/itchio/itch/issues/2061#issuecomment-421055490) to launch a [butler daemon](https://docs.itch.ovh/butlerd/master/#/) and then sumbit a [launch](https://docs.itch.ovh/butlerd/master/#/?id=launch-category) request to it.

Here's a quick and dirty attempt at using swr in `useGet`, this provieds caching and suspense support: https://github.com/Ugzuzg/restful-react/commit/f8cb6102652957b0ecc68b602a84ed0c5ad51d3d

@gentooboontoo, I will gladly implement a fix if you can give me some directions.