Gabriel Rodríguez

Results 69 comments of Gabriel Rodríguez

You didn't specify a type for the variable `Url` or `Token`. Can you try specifying it? I guess both should be Strings

Sorry, I forgot I'd opened this issue and changed the code to not use a `ColorAdapter` and do the conversion manually instead. At the bottom (3 last functions): https://github.com/gabrc52/maingear-keyboard-lights/blob/de350bb3483a41a355c3c500c9967b31ce526b83/lib/models/app_state.dart has...

I did so in main.dart:https://github.com/gabrc52/maingear-keyboard-lights/blob/2cca5bc49482ccbf927d7037ba0c3e79e46d2ee8/lib/main.dart

How about updating the Linux release to 0.3.9 but keeping macOS on 0.3.8 and displaying a message in the README saying macOS is currently unsupported but encouraging pull requests to...

Can you include a video or GIF of the feature you want? I'm not a developer, but I think you'll have a better chance having your request if we know...

I have the same issue, I compiled `libimobiledevice` and `ideviceinstaller`. It doesn't even work with `sudo` I don't have `libimobiledevice.dylib` `/usr/local/lib/` contents: ``` -rw-r--r-- 1 root root 1031624 Nov 11...

> I tried SMServer12 -r, SMServer12.app -r, and SMServer -r. Am I in the wrong directory or running the wrong commmand? @CSab6482 Try ./SMServer12 Unlike Windows, the current directory is...

As `pip` suggested, you need to add it to your PATH. I'm not sure how it works on Windows, but I hope this points you in the right direction.

Thank you for letting me know of the `timestamp` parameter--I hadn't come across it. The spec (v1.7) now says >The ts query string argument is only valid on the following...

This does seem to work: ```py await user_api.api.request( Method.PUT, Path.v3.rooms[ROOM].state['m.room.member'][USER], timestamp=TIMESTAMP, content={'membership': 'join'}, ) ```