codebymikey
codebymikey
If you think the checkerboard pattern background looks off against certain drawables. We can go for some kind of `OnClickListener` which toggles the background colour from black to white when...
AndroidDevMetrics crashes when running with the following configuration: ``` AndroidDevMetrics.Builder builder = new AndroidDevMetrics.Builder(this) .enableActivityMetrics(false) .enableDagger2Metrics(true) .showNotification(false); AndroidDevMetrics.initWith(builder);` ``` The stack trace is as follow: ``` Caused by: java.lang.RuntimeException: MethodsTracingManager...
The current [componentWillReceiveProps](https://github.com/maxs15/react-native-modalbox/blob/9928297925750e004af77b8e9f1b2cce0d799646/index.js#L106) function does not reflect the new properties accordingly. If the `isOpen` property is modified, the `handleOpenning` function ends up comparing `nextProps.isOpen` against `this.props.isDisabled` in the open/close functions...
Fixes #4514 The breaking change in behaviour was because [Drupal 9](https://www.drupal.org/project/drupal/issues/2986452#comment-12783237) changed how it handled quoted identifiers. They were previously quoted in tildes (in MySQL), however they now use double-quotes,...
**Please explain your request and its importance in the form of a user story.** As a lando user who utilizes custom tooling, it'd be nice to be able to provide...
The #4074 PR introduced a regression with the annotations. The `DrupalCommand` annotation was missing the `@` annotation token prefix, which stops translations from being detected for generated commands as it...
## Bug Report The list of externals the `externals.js` is not up to date is missing various components that might be used. https://github.com/ahmadawais/create-guten-block/blob/b8fbdbcf2f1b9db4918eb933d630777027ed3de8/packages/cgb-scripts/config/externals.js#L20-L34 e.g. ```js import { Path, SVG }...
In my use case, users shouldn't/can't have access to the original git repo, but may download specific dists. And the issue occurs when targeting a branch commit like `master` or...
Addresses #34 I believe the original culprit is this method in the `Updater` class. https://github.com/vtsykun/packeton/blob/9918257c4b7a83f2a7965785f40e98ae39164d25/src/Packagist/WebBundle/Package/Updater.php#L604-L623 I think `composer.lock` files should always be the source of truth, and if a previous...
Explicitly delete the lock files before starting wsld following the https://github.com/nbdd0121/wsld/commit/c3a2bb7ccab8c11710fa6b49cf10434a80a853dd commit. WSL2 never deletes the tmp directory - https://github.com/microsoft/WSL/issues/6999