Mahesh Hegde
Mahesh Hegde
`JavaParserTypeSolver` takes `srcDir` as parameter. I'd like to make it take a source JAR as well. Context: In [`jnigen`](https://github.com/dart-lang/jnigen) we decided to support all 4 combinations of `[source, class]` x...
Some sites like gfycat links are not directly downloadable. It's a good idea if user can specify something like: ```json {"gfycat.com": "/head/meta[@property=\"og:video\"]@content"} ``` Don't remember XPath syntax but that's beside...
Rationale: some image hosts seem to randomly throttle unusual user agents. - [ ] Provide user agent presets for popular browsers: `[chrome,firefox,edge]` x `[macos,linux,windows,android]` - [ ] Override user agent...
This flag should download all pictures uploaded after last download.
- [ ] Refactor code to allow automated testing - [ ] Unit tests - [ ] Integration tests
### 📜 Description This bug occurs once in a while randomly. We have a fairly normal setup with bunch of groups which provide permissions to kubernetes namespaces. When we add...
1. Finding Android SDK is done through ANDROID_SDK_ROOT environment variable but there's no guarantee it's set on all systems. Best method will be somehow obtain the config of Flutter SDK,...
Implement method / class / field renaming like ffigen does. Since the primary interface is a dart API we can use arbitrary functions for renaming as well.
It's possible to exclude methods on a coarse basis using `exclude:` in YAML, but in current state it's useful for only excluding problematic methods. This should be more comprehensive, and...