Jamie
Jamie
When I call SherlockFragmentActivity.supportInvalidateOptionsMenu from SherlockFragment.onCreateView, the menu items cannot be clicked until one exits the activity (on API 8). This might be prohibited behavior, but I couldn't find any...
## Are you creating an issue in the correct repository? Yes ## Expected Behavior It would be nice to have an option to not print out test results for excluded...
When using plus one deps mode, many unused deps do get marked, but some deps can be left out because they are already the dep of another dep, and it...
### Description We change the transitive dependency mode tests to use the ast dependency method. This allows us to use an instance of unused_dependency_checker_ignored_targets which was needed to a deficiency...
With the unused dependency checker, currently if there is an alias, the alias's target is printed in the error message instead. That is, in the following ``` scala_library( name =...
For unclear reasons, protobuf and scrooge support only direct and transitive dependency modes, and do not support unused deps. We should figure out what better makes sense here. Relates to...
The request is to, in https://github.com/reg-viz/storycap/blob/master/packages/storycap/src/node/capturing-browser.ts , add to `expose()` another function, something like `setViewport: (vp) => this.page.setViewport(vp)`, so that a test could do `await window.setViewport(...)` Why? We now have...
This is with storycap 3.1.8, puppeteer 14.2.1 (also seems to happen with puppeteer 9.1.1). It seems like when capturing screenshots, storycap starts at 800x600 (I guess that is the default...
Is there a way to disable a builtin model plugin? The use case is to disable `active_record_named_scope`, because I want to define my own with more specific parameters, but simply...
### Description We get an error "Invalid type: 'container' must be a String or HTMLElement." under certain circumstances which are flaky and unclear. The stack trace points to react-map-gl, but...