prasanna malla
prasanna malla
+1 for casting and great job) congrats and thanks! awesome plugin!! https://pub.dev/packages/flutter_fling i have tested this plugin with my fireTV and it works. trying out dart_chromecast. found this for airplay...
came across this issue and realized the solana-cli was not being loaded in my env correctly. fixed the path and anchor build runs as expected
@gioboa sowy totally forgot to PR this 😅
@bulecampur are you still working on this
my approach was a global config variable for currencyCode and use it here ``` const executeRequest = async (options: Options) => { const httpResponse = await fetch( `${ENV_VARIABLES.VITE_VENDURE_PUBLIC_URL}?currencyCode=${getCurrencyCode()}`, options );...
@redaready we did as you mentioned storing the user selection in a cookie and updating the client-side global config on changes. vendure backend already supports it and there was an...
tested and working on safari v16.4
you use publishable key in storefront and need the secret key in vendure admin
@Gunther-443 were you able to get it working and if so we can close this issue?