Aditya Shah
Aditya Shah
Maven can be built using ant, while ant depends on itself for building (I don't know if any other build systems are supported though). I think we will have to...
Ok, I opened a [pull request](https://github.com/flathub/org.freedesktop.Sdk.Extension.openjdk9/pull/1) to add maven, but it won't be able to pull dependencies on its own. not at the moment atleast. To support maven auto dependencies...
The chrome driver is needed in the release build (build:prod was the target to be more precise in [github-desktop](https://github.com/desktop/desktop)). We won't be able to get these packages to flatpak if...
How about having an ability to run a script/command at download stage as a part of sources, but block its access to everything except for the download directory and network?
I have one more idea for this, how about having a plugin for flatpak-builder to download the packages for each respective build mechanisms. Something like maintaining a script for example...
Well composition is not impossible, it just becomes annoying. You could do something like this ```Rust trait Socket: Read + Write { fn set_nodelay(&self, nodelay: bool) -> Result; } ```...
>You'd need adapter types, since otherwise there's a lot of thorny questions about trait coherency. For example std::io::Write has an impl for &mut Vec , but it would also make...
@lindblandro, I think that is one way to do it, but brings in one issue. cross-language LTO won't be possible. I myself found LTO can save space quite a bit...
I was actually looking for something like this and would love to work on it. I am not sure what the actual RFC procedure is though. Would love to get...