Ed Morley

Results 642 comments of Ed Morley

I had a hunch that this might be related to #13257, which landed in Rust 1.77.0. Trying with Rust `1.76.0` it doesn't reproduce: ``` $ ./compile.sh Release: 400608 strip=symbols: 313936...

@Dogah2020 Hi! Is this issue still occurring? Could you try again with newer Python/pip? Also, it's probably best not to download `get-pip.py` into a system directory - the current user...

I just accidentally ran `uv init` in a non empty directory (my `~/src` directory), and then had to manually figure out which files were created so I could delete them...

(The prompt could always have "yes" as the default option, that way users could `uv init` and immediately hit enter to init for less friction. Or such users could use...

Deprecation announcement: https://devcenter.heroku.com/changelog-items/3141

Filed https://github.com/andrewhickman/fs-err/issues/59.

> Filed [andrewhickman/fs-err#59](https://github.com/andrewhickman/fs-err/issues/59). This was fixed in https://github.com/andrewhickman/fs-err/pull/60 which was released in v3.0.0 of `fs-err`: https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md#300

Closing in favour of the approach in #355.

Hi! Thank you for filing this. Checking the various heroku-repo Git related commands, the only one I can see that uses git at runtime is `heroku repo:gc`: https://github.com/heroku/heroku-repo/blob/b5876bd87b35d76b070e04ea9731142fff7909fe/commands/gc.js#L16-L24 ...since the...

`repo:gc` will have no effect on slug size fwiw. The Git repo metadata isn't even sent to the build system, so doesn't go anywhere near the slug or build cache.