Lauri Svan

Results 15 issues of Lauri Svan

First of all, thanks for a great tool - this really helps us to solve one everyday problem we have! However, now that we are taking the tool into use,...

This is a followup to issue #1668, which seems to resurface with the latest TypeScript (4.7 RC1) upgrade. Queries of type ``` await this.$query() .patch({ ...update }) .returning('*') ``` Result...

Fixes #2277 I am not an expert on TypeScript typings, but this problem seemed very much like the one described at [a related blog article](https://www.angularfix.com/2022/01/why-am-i-getting-instantiation-is.html) , so I tried my...

**Is your feature request related to a problem? Please describe.** The current configurability of SocketLink reconnection is limited. In our case, the web socket can drift into an error state...

enhancement

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a [minimal reproduction](https://en.wikipedia.org/wiki/Minimal_reproducible_example) available on [Stackblitz](https://stackblitz.com/fork/node). - _Please install the...

kind/bug
stage/0-issue-prerequisites

The practical case here is that the request may set its own Accept: ... headers, and our json: true/false would overwrite it.

### Duplicates - [X] I have searched the existing issues ### Steps to reproduce 🕹 Link to live example: Steps: 1. Open a page that has a DataGrid component with...

bug 🐛
component: data grid
support: commercial

I am searching for a faster alternative to Node.js EventEmitter. I am using events through its AsyncIterator interface (https://nodejs.org/api/events.html#eventsonemitter-eventname-options). EventEmitter3 claims compatibility with Node.js EventEmitter, but I did not find...

## Ultimate problem: When running an application using json_schema with debugger, I tend to break on every exception. The json_schema initialization unnecessarily tried to parse the contents of `_fetchedFromUri`, which...

Merge Requirements Unmet

**Is your feature request related to a problem? Please describe.** Our GraphQL API uses Content-Type for versioning, e.g. the client requests 'application/rescomms-0.11.0+json' (or a few API versions), and when the...