James Addison
James Addison
Ok, yep: `fraction.js` v4.3.5 is indeed borken with the previously-mentioned minimal code snippet. ```javascript import Fraction from 'fraction.js'; const result: string = Fraction('1.23').simplify(0.1).toFraction(true); console.log(result); ``` ``` $ ts-node foo.ts oo.ts:3:24...
No luck as far back as TypeScript v4.3.5 here - the minimal snippet (without any of the `mocha` module references) still seems to fail with v4.3.5 of Fraction.js - version...
From attempting to track these down locally, here's what I believe the commit history for the affected range-to-date looks like: ``` 8c41c1da7739c4cace893d95fe78a9d35b3877c9 (HEAD -> master, tag: v4.3.7, origin/master, origin/HEAD) Added...
@infusion please could you push the absent release `git` tags to this repository? I've attempted to find the commits that they correspond to in the previous comment. To explain the...
> grocy is a PHP app, not a webserver - so this is technically completely out of control of grocy. > If we do that, and grocy is set up...
grocy/docs#7 could make sense to also transfer to `grocy-docker`, with this plan.
I wonder whether the running container ID (_not_ the image ID) could be introspected and used as the default admin password. There could be a question about whether the user...
Hi @max-tet - thank you for the problem report, and for offering possible solutions. > My guess is that the `config.php` is preexisting and therefore available on startup when using...
> I am not sure about that. The step in the Dockerfile that copies the config file should be removed but that can happen later. Since grocy would copy the...
Hey @jjgmckenzie - thanks for the issue report. I'll be stepping back from maintenance of `grocy-docker` for a while to attempt to refocus; not a hugely helpful reply I'm afraid...