Gianguido Sorà

Results 16 comments of Gianguido Sorà

`master` implements CTAP 1, I'm working on a CTAP 2-compatible version though. This package also implements a bare-metal U2F token, does not need Linux because uses the Tamago compiler.

> Because in the sample you gave us, you could of course replace: > `reflect.ValueOf(&fb).MethodByName("One").Call([]reflect.Value{})` It would work indeed! I was trying to write a piece of code that "generated"...

I'm having a similar problem, AMD Rx 570. logcat cycles like this forever: ``` 09-23 10:31:06.834 859 884 W Watchdog: Failed to write to /proc/sysrq-trigger 09-23 10:31:06.834 859 884 W...

"Your Music" tab is where a song goes if for example, while listening to the Spotify Radio a user press the "plus" button. Every song added to "Your Music" can...

Doh, I'm afraid this function can't be implemented. After a quick search, [this](https://jonaslundqvist.net/2015/05/06/do-not-use-libspotify/) blog post came up. Basically, libspotify doesn't let the implementer access this kind of information... That's a...

Oh, it seems! In particular, [this endpoint](https://developer.spotify.com/web-api/get-current-users-profile/) could be useful for the implementation: ``` GET https://api.spotify.com/v1/me/tracks ``` As the documentation says, this returns some JSON containing a list of the...

Spotify does not offer any "secret code" OAuth login, but [their](https://developer.spotify.com/web-api/authorization-guide/#implicit_grant_flow) implementation of the implicit grant flow could be successfully implemented without any server-side code.

This issue is still present with Atom 1.6.0.

Sure, what logs do you need? I'm trying to get them from the Looking Glass but nothing shows up. **Update** I just tried running `gnome-shell --replace` and magically, Atom correctly...

Here's some relevant log: ``` mar 28 17:23:00 rDjentlemanPro gnome-session[744]: Gjs-Message: JS LOG: [pixel-saver]: Could not find XID for window with title untitled — Atom mar 28 17:23:00 rDjentlemanPro gnome-session[744]:...