Maher Sallam
Maher Sallam
Is there an update on this issue? It would great to allow defining quantities in a `const` variable as shown in #26: ```rust const UNIX_EPOCH_DELTA: Time = Time::new::(11644473600.0); ```
The same issue also happens on Ubuntu 21.10.
I can't reproduce this issue. Could you try installing the latest version (0.1.1) and see if it fails?
I can see that. Would it be possible to add a factory method to models that takes a `Partial` entity type?
I'm having the exact same issue as well. Although inconvenient, I'm running `docker pull` every time before running `docker-compose up` for now as @ernsheong suggested.
@epage Is this planned to be implemented soon?
@pdcastro Is there an update on the status/priority of resolving this issue?
@hanford Is there an update regarding this issue? The static HTML files are generated after the creation of the webpack manifest. Actually, webpack is [not involved at all in the...
Hi @ktecho, I ended up using the [rxing](https://github.com/rxing-core/rxing) library which has proved to be the best open-source QR-scanning library. It's a Rust port of the `ZXing` library and it's capable...