ju1ius

Results 38 issues of ju1ius

ATM the only way to build the plugin without caniuse data is to patch emmet.js ``` js import emmet from 'emmet'; import 'emmet/bundles/snippets'; // -- commented out //import 'emmet/bundles/caniuse'; export...

Hi, The `SwaggerTemplate::removeQueuedScritps()` method removes all scripts and styles, except `admin-bar` and `dashicons`. As a result, the output of the [QueryMonitor](https://github.com/johnbillion/query-monitor) plugin is broken. I guess it might also break...

Hi, This is a follow-up to #216. Currently transforming the following: ```ts const getCommand = async (name: string): Command => (await import(`./commands/${name}.ts`)).default ``` yields the following result: ```js const getCommand...

Hi, This is a follow-up to #40. I'm opening a new issue because the older one has been closed and i've been able to come up with a reproducer. ##...

Hi, Sorry if I'm missing something but there doesn't seem to be a way to override the integer type of a constified enum module. I tried the naive approach of...

enhancement

## Describe the bug Using the `kitty` terminal, running the `icat` kitten to display images causes the following error: ``` Error: Terminal does not support reporting screen sizes in pixels,...

Hi, For IDEs to be able to provide autocompletion for a library compiled as a PHAR, they must be able to include it's content, which is only possible if the...

## Version - Carbon Fields: 3.1.20 - WordPress: 5.5.1 - PHP: 7.4 ## Expected Behavior Given the container definition below: * When adding a new item to the `my_complex` field,...

When PhpUnit is imported from the phar release, the class `SebastianBergmann\Exporter\Exporter` is vendored as `PhpUnit\SebastianBergmann\Exporter\Exporter`. The `DefinitionHasArgumentConstraint` in this bundle has a property of type `SebastianBergmann\Exporter\Exporter` which cause tests to...