Denis
Denis
Seems like you have subtotal & total with 100 max_digits in cart Also, are you using version 0.1.3 of this package (you can check it using `pip freeze`
Hello, and thanks for making this PR. It's good when people try to fix the problem themselves & share it with the community. Anyway, it's a big PR and we...
@alfonsogarciacaro probably you should take a look
It seems like https://github.com/MangelMaxime/fulma-demo/pull/43 may be pointing in the right direction, however i'm not sure if it's something that should be used here or not
I've started work in https://github.com/delneg/fable3-samples/commits/fix/update-nodejsbundle-fable3 But i'm having some problems with `return /^\/\//.test(e) && (e = "https:" + e), n.call(this, e, t) ^ TypeError: n.call is not a function `
After I did some investigation & updated the webpack.config.js according to your comments, it seems there's a problem with Fable.Fetch package. Using the version Fable.Fetch 2.2.0 i was able to...
I've tried converting the sample to use Fable.SimpleHttp, but got stuck with another error - ``` import { runSynchronously } from "./.fable/fable-library.3.0.0/Async.js"; ^^^^^^^^^^^^^^^^ SyntaxError: The requested module './.fable/fable-library.3.0.0/Async.js' does not...
> I will try to update this sample myself Thanks > Async. RunSynchronously is not supported by Fable yes, it would be nice to have it documented or throw an...
After the merge of `interopFableFromJs` it seems like it's the only one left.
> Sorry @delneg, didn't have time yet to look into this. But I'm thinking now maybe we don't need this sample as it's not very common to bundle node.js apps,...