Christoph

Results 8 issues of Christoph

# Issue type - Bug report # Environment Emacs version: GNU Emacs 28.1 (build 1, x86_64-apple-darwin20.6.0, Carbon Version 164 AppKit 2022.6) of 2022-05-03 Operating System: macOS Monterey Evil version: 1.15.0...

**Describe the bug** `lsp-rename` does not work with `(defrecord ...)` **To Reproduce** Steps to reproduce the behavior: 1. Add a `(defrecord Foo)` 2. Place cursor on `Foo` 3. `M-x lsp-rename...

bug
editor

This is basically a repost of https://github.com/clojure-emacs/cider-nrepl/issues/610, but the origin of the cider-nrepl issue can be found here, in this repository. ## Expected behavior Using orchard (or any other library...

good first issue

Ir would be nice to have full language support in PhpStorm. That would include syntax highlighting, refactoring, auto-completion and a lot more. There's a jetbrains tutorial how to do it,...

enhancement

I installed sdl via brew: `$ brew install sdl2` Then I tried to install `php-sdl` via pecl, bit it failed with ``` /private/tmp/pear/temp/sdl/src/php_sdl.h:42:10: fatal error: 'SDL2/SDL.h' file not found #include...

enhancement

### Symfony version(s) affected 6.3.8 ### Description The `#[MapRequestPayload]` attribute handles invalid input (wrong type, missing fields) by returning a 422 Response and a message hinting at the problem(s). However...

Serializer
Bug
HttpKernel
Status: Needs Review

I started working with Live Components and noticed the following behaviour: Imagine having a `ParentComponent` and a `ChildComponent`. `ParentComponent` holds an array of DTOs like that: ```php #[AsLiveComponent] final class...