Bernhard Frauendienst

Results 19 issues of Bernhard Frauendienst

It would be nice if the library supported lexical modes (at least that's what ANTLR4 calls them: https://github.com/antlr/antlr4/blob/master/doc/lexer-rules.md#lexical-modes), where the lexer keeps a stack of modes and produces different tokens...

I have multiple workflows that get triggered on pull_request. One of them is called "Run tests for pull request" and has a job called "Run linter" that runs the `eslint-annotate-action`....

#### Environment details - `@google-cloud/firestore` version: 5.0.2 #### Issue description In #1595, the type of the [DocumentReference.update() method](https://github.com/googleapis/nodejs-firestore/blob/b9d8fefc5f927d1f064a79ec0990d256803360cd/dev/src/reference.ts#L500) was updated to get a `UpdateData` instead of the previously unparameterized `UpdateData`....

priority: p2
type: bug
api: firestore

I have a question/proposal for a new layout type, that allows multiple windows to reside in the same tile. I'm aware that this might seem kind of contrary to what...

It has been 1.5 years since the last commit, and several few pull requests have been piling up. Is this project still going to be maintained? Otherwise, perhaps ownership of...

Support React 17 in peer dependency (#361)

**Describe the problem you have/What new integration you would like** I would like a way to immediately turn off my `thermostat` heating even if it has not reached `min_heating_run_time`. **Please...

integration: thermostat
alternative-offered

TL;DR Building on the [great work of ZacharyACoon](https://github.com/comfyanonymous/ComfyUI/pull/530), I'm providing a Dockerfile that is a bit less complex and more aligned with common best practices, and makes builds more cachable....

When trying to generate TypeScript types from our json schemas (that follow [jsonapi](https://jsonapi.org/) design), I noticed that ambiguous type names are resolved using the parent's name, but not the grandparent's....

### Context We're using esbuild to bundle function code that we deploy to AWS Lambda. We have some rather large dependencies that blow up the function bundles too much, so...