Keval Kapdee
Keval Kapdee
I'm afraid not, I realised the AUR package works so I have a working version, still trying to figure out what's happening differently when I build it myself
I just tried vite 4.1.0-beta.1 which should have the fix from https://github.com/vitejs/vite/issues/11429 and my similar error still occurs, are others still seeing the same thing? For reference, my issue is...
@LaurenceJJones @pfostenberg are you both able to get this merged? I'm facing the problem that this fixes at the moment.
I get the exact same thing, it appears something has changed which is breaking this :( From what I can tell, jquery is being added by npm, but the browser...
I've just tried ```diff Index: oidc-crypto/build.gradle.kts IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== diff --git a/oidc-crypto/build.gradle.kts b/oidc-crypto/build.gradle.kts --- a/oidc-crypto/build.gradle.kts (revision 278a7e3c6f9993ed7b60a05d8e1c2809749595b3) +++ b/oidc-crypto/build.gradle.kts (date 1715516785303) @@ -29,19 +29,19 @@ }...
Currently also having issues with this, working on [dms](https://github.com/docker-mailserver/docker-mailserver/pull/3480) and can't get [grant password](https://doc.dovecot.org/configuration_manual/authentication/oauth2/#proxy-with-password-grant) working with app passwords.
That looks like an email as username issue. Essentially you need to tell one side or the other to use email as username. I think the docs mention it vaguely...
1. Check that dovecote is requesting 3 scopes: openid, profile, and email. 2. Ensure that the username attribute is being returned along with the email. If the username is under...
> That example is what was contributed by a user that wanted the feature and helped contribute a PR for it. AFAIK that's a working documented setup for them, it...
Yeah, the playlistID is valid. The call works fine without the Fields parameter. See the code [here](https://github.com/thechubbypanda/syncify/blob/0cf5e36332d9c4fac0dfe627b9fb238bdaab9026/sync.go#L81). I'm trying to use [this endpoint](https://developer.spotify.com/documentation/web-api/reference/get-playlists-tracks) as follows: 