Alyssa Ross

Results 124 comments of Alyssa Ross

(I'm not sure to what extent https://github.com/flatpak/xdg-desktop-portal/commit/1394bb2817254eaac20648db7235b01bc8c69666 affected this — there's definitely some overlap, because I also fixed that bug. But given it's caused complicated merge conflicts, and it was...

@SoumyaRanjanPatnaik if you want to resolve the conflicts that'd be great! I had a go but I found it difficult because it's been so long I've forgotten a lot of...

I've opened https://github.com/flatpak/xdg-desktop-portal/pull/1240 to try to fix this.

I don't think we can have platform-dependent gemsets. What do you envision a workflow looking like in that case? You have to run Bundix seperately on each platform you might...

> It is indeed unfortunate that this PR makes the gemset platform > dependant if using platform dependant gems, but I feel it's a step in > the right direction...

Since Bundix is able to generate its own dependency list (for the most part), could it just generate a new, normalised Gemfile to put into gemfile-and-lockfile?

I hacked around for a while, and was eventually able to get a gem development environment going by writing a normalized Gemfile, (only including dependencies, not my gem itself) and...

That would be really cool — as it stands I think it’s impossible to get an environment for working on a gem (which means there’ll be a Gemfile with `gemspec`)...

Hmm… would `bundle install --standalone` help at all here?

Hmmm. Not sure this is a good idea — BUNDLED WITH is recorded so that Bundler can introduce breaking changes in its lockfiles. If we remove it, that’s not going...