Vojtěch Kusý
Vojtěch Kusý
The code from master branch is here: https://github.com/apotonick/gemgem-trbrb/blob/master/app/concepts/api/v1/thing/representer.rb#L21 I got same error in chapter-11 branches. Chapters 03-10 seems to be ok, tried almost all of them (to be explicit I...
There is another project with the same goal called http://jsonvat.com. Repo: https://github.com/adamcooke/vat-rates maybe you can guys cooperate?
We just run into this issue in 2022. @bkabrda seems that your voice in the related Python issue in 2016 wasn't heard ☹️ I suggest we should raise a warning...
I have ran into this issue too :-( Windows 7 64bit
What about moving loaded callback later in the execution flow or introducing new `rendered` callback? I'm experimenting with this now: ``` javascript if (!skipCallback) { if (typeof controller.rendered === "function")...
Oh, yeah, thats it! Thank you Jonas!
@tbee I bet that the main problem here is that you use the shared home folder under `/mnt/c`. Sharing to WSL runs over some protocol which is [very very slow](https://github.com/microsoft/WSL/issues/4197)....
However this won't work anyway if cache is refreshed in other process (e.g. via scheduled rake task). So some sort of cache id or lock is needed so JSONVAT in...