Christophe Coevoet

Results 450 issues of Christophe Coevoet

``` java.lang.Throwable: Do not perform a synchronous refresh under read lock (except from EDT) - causes deadlocks if there are events to fire. at com.intellij.openapi.diagnostic.Logger.error(Logger.java:182) at com.intellij.openapi.vfs.newvfs.RefreshQueueImpl.execute(RefreshQueueImpl.java:56) at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.launch(RefreshSessionImpl.java:115) at...

when using the `Refactor > rename` feature to rename a template, PHPStorm properly identifies the `render()` call as needing to be updated during the refactoring (thanks to this plugin AFAICT)....

The only case triggering an issue is having a colon followed by a space. A colon followed by another char does not cause any issue, but your plugin still reports...

The XLSX writer (and maybe also ODS, I haven't check) is missing support for date cells.

enhancement

vendor namespace ownership on Packagist works based on the maintainers of existing packages using that namespace (if you are maintainer of one of the existing package, you can submit new...

Maintenance

## Describe the bug My project has a requirement on `ext-tideways` (making heroku install that extension in all production and staging environments) but my project also has `config: {"platform": {"ext-tideways":...

bug

In the Amazon adapter, metadata are used from memory when renaming a file, but the metadata are never populated from the persistent ones. The same issue exists for `getMetadata`: it...

Currently, the `doctrine` timing in the timeline panel is only the DBAL time. The ORM time should be tracked too (it may require adding some logging points in the ORM)

Feature
Status: On Hold

In 2.x, there was a default path registered for migrations (using `%kernel.root_dir%/DoctrineMigrations`). In 3.x, there is no default paths anymore. This means that in 3.x, it is now required to...

I have a case looking like that: ``` class IndividualMissionController { public function createAction(Request $request, Member $owner, ?IndividualMission $parentMission = null) { } } ``` And I have 2 routes...