clemwo

Results 16 comments of clemwo

> I've never seen that error before. [4a8407c](https://github.com/codetheweb/muse/commit/4a8407c3417c85e8d4af0ee796b6873bc72cc07d) might fix it. Otherwise I'd try downgrading to Node v16. Hey, just a little heads-up. I tried using Node v16 but that...

I'm also on NextJS with react 18 and get similar issues. I think it has to do with `ReactDOM.createRoot`. Please refer to my other [comment](https://github.com/FormidableLabs/victory/issues/2104#issuecomment-1880609203). Unfortunately I don't know how...

Since I also had chart animation / flickering issues I did some tests and I found out how to reproduce the flickering issues. TL;DR: React 18 ReactDOM.createRoot causes animations to...

I think the idea isn't too shabby but maybe feels a little out of scope for ytdl-sub. I'm somewhat new to homeservers. Couldn't a simple script that ssh into your...

Any update on this issue? I'd love to know how to clear cookies for a certain URL on android

Ok, so what works for me is simply setting the value of the cookie I want to delete to an empty string. But I honestly have no clue why the...

Hey, I'm having a similar issue I think. I'm using expo with supabase and instantiate the client like so: ```ts export const supabase = createClient(supabaseUrl, supabaseAnonKey, { auth: { storage:...

I found a solution which should probably also work for the issue @julian-hecker is describing. I got help from a colleague and we found out that the issue is caused...

I also have this issue on a windows machine. It's also being discussed in the librespot project directly here : https://github.com/librespot-org/librespot/issues/1308 Feels like spotify changed something on their end maybe?

> **Login with username/password via `.user_pass()` method is no longer possible: [librespot-org/librespot#1308 (comment)](https://github.com/librespot-org/librespot/issues/1308#issuecomment-2276196094)** > > > Please provide the instructions on how to use Zeroconf instead of Session? > >...