InvisibleSmiley

Results 27 issues of InvisibleSmiley

| Q | A | --------------- | --- | Version | 0.22.0 | Bug? | yes | OS | Windows 10 Note: I'm not sure whether this is a bug...

help wanted
Needs Documentation

With PhpStorm 2020.3.1 Preview and Markdown Navigator Enhanced 3.0.202.112 (EAP update channel) I get: ``` Cannot create listener com.intellij.diagnostic.PluginException: Cannot create listener com.jetbrains.rdserver.unattendedHost.BackendNotificationCollector$MyNotificationListener [Plugin: com.jetbrains.codeWithMe] at com.intellij.serviceContainer.ComponentManagerImpl.createListener(ComponentManagerImpl.kt:788) at com.intellij.util.messages.impl.CompositeMessageBus.subscribeLazyListeners(CompositeMessageBus.java:187) at...

With PhpStorm 2020.3 Beta I get the following each time I start PhpStorm or when I click "Check Status" in Settings, Languages & Frameworks, Markdown, Exception Reports: Error Submitting Diagnostic...

Steps to reproduce: 1. Create an empty file called test.csv 2. Create a file called test.md with contents: ``` [Test](test.csv) ``` 3. Notice that the link works 4. Install the...

I started with something like this: ``` # API [TOC]: # ## Definitions ### foo bar ``` Then used the "Update Table of Contents" intention. That removed my custom "Definitions"...

fixed for next release
fix available
bug

Text in square brackets is annotated with error "Unresolved reference Reference". PhpStorm's default Markdown plugin doesn't classify this as an error (or warning). AFAICT it is valid Markdown to put...

workaround available

When using the SQLite adapter, tables can be created with a multi-column primary key. Trying to change the primary key to a multi-column one afterwards fails (whether it previously was...

https://phpstan.org/r/50a1171b-7243-4e7d-a9d4-9d0b21cc1d02 "Call to function array_key_exists() with non-empty-string and array will always evaluate to true." I disabled the following error message using checkMissingIterableValueType: false: "Function foo() has parameter $arr with no...

If you replace $that by $this in the closure of the following, the test will fail. At runtime, the type of $this is \Prophecy\Prophecy\ObjectProphecy and the type of $that is...

### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | no | BC Break | no #### Summary Currently (I guess since...

Enhancement