Lila Rest

Results 71 comments of Lila Rest

Same here, it seems that the problem comes from authentication. After examining the output of `const { data } = await axios(LOGIN_URL, requestConfig);` in `getToken()` method I found error messages:...

@junhoyeo This other Threads library seems to have fixed this issue in this commit, it may be inspiring for your implementation: https://github.com/threadsjs/threads.js/commit/975abe82789c891815d0ef7128051bb1b30023f0

@Anoesj Have you integrated this to the `nuxt-directus` library ?

> @LilaRest Not integrated, I made a PR where you can pass all Directus Collection types into nuxt-directus at once, instead of one by one. I needed Directus' internal Collections...

@Anoesj Yeah I can understand, I don't think I'll have time to work on this too, maybe in the next months. Is the breaking change the only problem of your...

@Anoesj Great, thanks for your answers ^^

> @adbario : I don't think RainbowKit or any other wallet connection library should be responsible for anything that happens when no wallets are connected. I got your point, it...

Oh I've figured that by removing `// Comment 3` it works as expected. But now I can't comment my `else` statement ^^

@fvictorio Yeah indeed I'm used to use this syntax too in JS/TS, thanks for checking. I'm really not familiar with your codebase so it's probably not relevant, but it looks...

Same here, even with "Use file Open Hook" disabled it doesn't work : the note created from the template only contains a title. The conflict seems to be between the...