Sebastian Rettenberger

Results 10 comments of Sebastian Rettenberger

With postgresql backend, files are also stored in the database. At least here, it would be quite useful to have an option to remove cached files after they have not...

Yes, we need the cache. Some of our clients do not have internet access. For a standalone server it should not be too difficult to track the last access. For...

Let me know if you have a branch which I can test. I also noticed something else that is somehow related. Some browsers (e.g. Firefox) remember the user/password of the...

I think the command `npm run build` is missing. (In readme and dockerfile).

One thing I noticed: If the pull requests updates the workflows of the repository, the fine grain token needs the "Workflows" permission as well. Make sense to me but it...

Hi, I have another question regarding this bug: Why does it get the version/dependencies correct for the centos branch but not for the master branch? Best regards, Sebastian

The function behaves different for Windows and Linux: https://github.com/volta-cli/volta/blob/a7384fa4fc7a0eca961032da4d962d94218b5868/crates/volta-core/src/shim.rs#L28 Hence, the shims are not created by `volta.exe setup`.

My workaround: 1. Download the `.msi` 2. Use 7-zip to unzip the msi 3. Rename the unzipped files, e.g. from `voltaEXE` to `volta.exe` or `npmCMD` to `npm.cmd` 4. Use the...

This makes a lot of sense ... Thank you very much. Do you think it is feasible to support LIN channels as well for ASC files? I know this is...

I see. We would need a `lin.Message`. Probably beyond the scope of this library.