Angelo Verlain Shema

Results 409 comments of Angelo Verlain Shema

Food for thought: Remember when the Blueprint/XML used to be a simple toggle, and now it's a dropdown? Now it takes 2 clicks to switch a language, which is kind...

I'm sorry for this. It's poorly documented, but you will need to use the following pattern: ```ts // first get the artist const artist = await muse.get_artist("ARTIST_ID"); const albums_params =...

You're correct. The proxy option hasn't worked in a while. I'll be working on it though.

not sure to be honest. I'm not familiar with using proxies in Deno or npm

what do you mean call the API on local host?

Oh you're trying to access the API in the browser? In that case you need a proxy and need some way to make it work again. I'm sorry, but until...

Fixed. You can use any custom proxy by setting the `fetch` option. See the https://github.com/vixalien/muse/blob/main/examples/proxy.ts example for an example: ```ts import * as muse from "../mod.ts"; muse.set_option("fetch", (url, options) =>...

oh yeah classic me 😅I forgot to push