Damian Bast
Damian Bast
Regarding what is "permissive" I just came across this overview which classifies OSI approved licenses in "risk" to commercial projects, e.g. MIT low risk, GPL high risk: https://www.synopsys.com/blogs/software-security/top-open-source-licenses/
@isoos I do agree - maybe we could use the pub.dev accounts for saving custom "filters" where we can then have presets which can easily be applied (to me for...
Looks like we can't query for multiple licenses at the moment, so this would need to be resolved first: #6176
I understand we don't want to make any assumptions in terms of grouping licenses, but it might be worth looking into how golang handles exactly what we are discussing here:...
> I want to solve this issue, please assign me this issue. > > I believe nobody would have anything against you opening a PR with a proposal for a...
@mit-mit would it be reasonable to assume that we could use the same logic as pkg.go.dev does as I outline above?
Same here - just ran into that issue again and spent quite some time until I finally was pointed to this issue
I was just going over this again and did a little bit of research - apparently there is an audio library which works on most platforms called "sox": https://sourceforge.net/p/sox/code/ci/master/tree/ Since...
I can confirm that the issue still exists with ``` webdev --version 3.7.1 ``` ``` GET /@http://127.0.0.1:8080/main.dart.bootstrap.js Error thrown by handler. FormatException: Scheme not starting with alphabetic character (at character...
I ran into the same issue, this is my github workflow, I bumped Flutter stable to 3.19 from the previous stable release and pulled Dart to 3.3 - my guess...