Guillaume Leclerc
Guillaume Leclerc
There is an "easy" solution which to assign en empty string which evaluates to False when converted to a boolean, any other string will evaluate to True On Tue, Jul...
Hello, Any updates on this ?
as you can see on [this link](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#open%28%29) this is deprecated since firefox 30. You can see this error in your console if you have such a browser. I didn't had...
My new adapter is to support the [Emscripten File system](https://kripken.github.io/emscripten-site/docs/api_reference/Filesystem-API.html) with IDBFS. Basically it uses the local sotrage of the browser to store files. I think this a very very...
Actually what I did only works for the first request. I get a SEGSEV on the second request. I'm a little lost
Any news ?
Hello, I don't have experience with them. Can you provide more information: - What FFCV Field are you using ? - What is the data type a tokenizer expects as...
Do you need all the three elements of the dict that the tokenizer returns ?
Hi! There is currently a PR with this functionality. You can try this branch and give feedback in #176 .
This looks good! Do you mind fixing the merge conflict so that I can add it to `v1.0.0` ?