Sebastian Schuberth

Results 1576 comments of Sebastian Schuberth

> In the meantime, the `env` command can be used to emulate nix' behavior more closely and precisely: > > $ env -i "$(which flox)" activate Unfortunately, that does not...

> You must be running a different `env` than I am. But you need to pass `source` to `activate` for it to work in a shebang at the moment FYI,...

I wonder whether this could also be solved via a new `sandbox` option for `[build]`s? E.g. `sandbox = "isolated"` could run that build exactly like `env -i "$(which flox)" activate`...

> Hi sorry @fviernau, just commenting here in case you didn't notice, your approval got automatically dismissed when I had to force push one more time @fviernau are you fine...

Just wild-guessing, but maybe one could do the opposite of what's described at https://renesas.info/wiki/RZ-G/RZG_weston#Bring_Window_to_Top.

This PR has conflicts now that https://github.com/openjfx/javafx-gradle-plugin/pull/151 was merged.

> Temp workaround: For the record, [here](https://github.com/oss-review-toolkit/ort/blob/06059ddd268a9e58c2aaab203ed293f47aa94d3b/buildSrc/src/main/kotlin/ort-application-conventions.gradle.kts#L137-L165)'s another way to fixup the symlinks.

> Move away from dep5 file, adopt REUSE.toml. dep5 will be deprecated as of [REUSE 3.1.0](https://github.com/fsfe/reuse-tool/releases/tag/v3.1.0a1) anyway. I agree that's the way forward. @carmenbianca did ping me about giving that...

Not reproducible anymore with reuse 4.0.3 on latest `main`, probably due to https://github.com/oss-review-toolkit/ort/pull/9075.

> What are the current min versions for Node.js, NPM and Yarn? *If* there are minimum versions, they are defined as part of an overridden `getVersionRequirement()`, see https://github.com/oss-review-toolkit/ort/blob/ee941432f35d022c13549f57994fcf643327a414/plugins/package-managers/node/src/main/kotlin/Npm.kt#L159 https://github.com/oss-review-toolkit/ort/blob/ee941432f35d022c13549f57994fcf643327a414/plugins/package-managers/node/src/main/kotlin/Pnpm.kt#L66 https://github.com/oss-review-toolkit/ort/blob/ee941432f35d022c13549f57994fcf643327a414/plugins/package-managers/node/src/main/kotlin/Yarn.kt#L73...