Andrej Rypo

Results 30 issues of Andrej Rypo

## Background This middleware uses `tuupola/http-factory` to create a new response in case an error occurs. The new response is then passed to the `error` callback function. The mentioned http...

> :bulb:\ > This is a **"work in progress"** PR to show the extent of changes. It is a bare minimum of changes that I propose and that enables extensions...

Changes: - Updated _Tester_ to version v2 to enable for `-C` switch (see below) - Added section to readme about testing - Added 2 _Composer_ commands for testing: - `composer...

Hello, let me first thank you _all_ for creating and maintaining this wonderful tool. ### The problem We used LeanMapper in several projects some 2 years back and hit a...

This is a design problem: `IConnection` interface's method `IConnection::query` is coupled with a concrete implementation (`Result`) that is not extensible in any meaningful way. We need to be able to...

While testing out VeeValidate, I found out I was unable to use _both_ a schema _and_ per-field-assigned rules, which surprised me. If schema is set on the form, the rules...

✨ enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/RocketChat/Rocket.Chat.Electron/issues?q=is%3Aissue) and found no similar issues. ### Operating System - [ ] macOS - [X] Windows - [ ]...

type: bug

Phinx has a serious design issue IMHO. As far as I can tell, there is **no way to inject anything to migrations**. At least there is a way to do...

**Describe the bug** Plugin causes blocking in functions related to indexing - like code navigation, search, IDE closing, indexing itself, and some UI functions - in other open IDE windows....

bug
EAP

URIs are universal. I assumed that the implementation of `Uri` object would be too. **TLDR;** The following snippet produces `InvalidArgumentException: Uri scheme must be one of: "", "http", "https"` exception...

enhancement
help wanted