Alexey Romanov
Alexey Romanov
`assetExtensions` isn't mentioned in the README and probably should be.
In our project, some dependencies are used via `require.resolve` with Webpack. `unimported` considers them to be unused. I'll be happy to provide a PR if you accept.
### Which packages are impacted by your issue? @graphql-codegen/typed-document-node ### Describe the bug When I use `typed-document-node` plugin and `documentMode` is `documentNodeImportFragments`, the generated document node doesn't import fragments. ###...
We have https://github.com/rubycdp/ferrum/blob/98a7acb14fe5cac8a503ee59211fd4f99daa02e5/lib/ferrum/page.rb#L358-L362 but it doesn't include `params["type"]` or `params["stackTrace"]`, and they seem to be useful.
## Orb version: 4.11.0 ## What happened: I tried to include CircleCI artifact URLs as `"type": "image"` blocks. This lead to ``` The response from the API call to Slack...
## Describe Request: Even with `debug: true`, I only get this output for the `Slack - Sending Notification` step: ``` [] Posting Status Checking For JQ + CURL: Debian 14...
## Orb version: 4.12.5 ## What happened: Slack - Sending Notification step output (with `debug: true`) ``` #!/bin/bash -eo pipefail #!/usr/bin/env sh # Workaround for Windows Support # For details,...
Not sure if it's possible in the first place (I expect commands always have priority over aliases with the same name) or too much effort even if it is. But...
Related to https://github.com/pivotal/LicenseFinder/issues/460: `MIT*` in the license list means the MIT license, so it should probably be considered permitted/restricted automatically if MIT is. In our case MIT is permitted, but...
That is, if we have ``` printJS({ printable: '/', type: 'html' }) ``` it would print the home page of the domain. Having `/` should be enough to distinguish a...