codebymikey
codebymikey
When trying to use a twing fork, the typescript compilation fails because `prepack` occurs before the `node_modules` are installed. Source: https://stackoverflow.com/a/57503862
It throws the following error: ``` An exception has been thrown during the rendering of a template ("s.getTemplateLine is not a function") ``` The difference in behaviour can be seen...
Sometimes a bunch of files might be available on disk (e.g. gzipped/non-gzipped HTTP responses) without a consistent consistent extension type - In my situation, a response from [scrapy](https://scrapy.org/). It'd be...
Ignore the composer.lock and vendor directory. Github codespaces automatically does a composer install.
This is useful for Drupal packages where they still use `8.x-` type tags. Previous behaviour: | Production Changes | From | To | Compare | |-------------------------------------------------|---------------|-----------------|------------------------------------------------------------------------------------------------------------------| | drupal/token | 1.9.0...
Not a high priority issue, but it would be nice to have the option to easily plug in custom git drivers. e.g. Drupal.org, which handles versioning a bit differently, e.g....
- [x] This is a bug report - [x] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior There's a way...
## Describe the bug At the time of writing, [core is pinned ](https://github.com/drupal/drupal/blob/7b49d87/composer/Metapackage/PinnedDevDependencies/composer.json#L12)to `"behat/mink-browserkit-driver": "v2.1.0"` However, when setting up the gitpod, the `.gitpod/drupal/install-essential-packages.sh` script runs ```bash ddev . composer require...
Currently running into this issue when trying to send feedback: ``` Uncaught SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported. onrendered @ angular-send-feedback.js:487 options.complete @...
**Is your feature request related to a problem? Please describe.** When uninstalling a module, it can inadvertently delete a bunch of configs without the user knowing. Deleting the same module...