Moritz Friedrich

Results 32 issues of Moritz Friedrich

I'm trying to abuse vorpal for a chat client and use `.catch('[input...]')` to grab a chat message the user may have entered. Is it possible to show `send` on the...

Is there any way to enable heading IDs you can link to? GitHub does this, for instance, by creating a slug from the heading content and putting it into the...

Since my error handling relies on proper error objects, I moved the thrown strings into `new Error`s.

The `_media` operator returns information about the current screen dimensions, but doesn't update them if the size changes during client runtime. Ideally, the data would change if the window is...

Feature

I was wondering whether it is (or could be) possible to sign SSH certificates using phpseclib. I'm working on an automated signing process that would allow users to request access...

**Is your feature request related to a problem? Please describe.** I'm creating multiple autocomplete elements on the page dynamically. They receive suggestions from a JSON endpoint which is resolved at...

enhancement

I am currently running a Satis server that I've modded a little - there's a pipeline in our Buddy server (heh) that regularly scans all projects in the GitHub org,...

enhancement

I configured the bundle according to the documentation: ```yaml fos_elastica: clients: default: url: '%env(ELASTICSEARCH_URL)%' indexes: my_existing_index: finder: ~ ``` From a command class, I try to find a document using...

The `getOrDefault` method cannot throw an `ItemNotFound`, as they are caught in the `getOrDefault` function (which doesn't have the annotation either). This requires me to annotate upstream methods, which annoys...

As it seems, you don't currently support auto-completion for the [`fish`](https://fishshell.com/) shell. Fish is a well-established shell by now, I think (are there any statistics on shell usage?), so it'd...