Sebastian Kreft

Results 68 issues of Sebastian Kreft

Without the patch number `rbenv` was failing with the following error: ``` $ rbenv install ruby-build: definition not found: 3.3 The following versions contain `3.3' in the name: 2.3.3 3.3.0-dev...

For some reason the commit added (https://github.com/tubedude/xirr/commit/0c89d72cfdb4e1e0bb448a2326adac8626dce85e) to remove RubyInline is not the same as PR #24, and a require was left in the code. That require fails, as the...

First of all I wanted to thank you for this project. It was really easy to compile and use. I wanted to ask if you could provide some prebuilt binaries...

In a firebase function, which is just a wrapper around a Google Cloud Function, whenever the firestore code is fetching the project details, which triggers an `isAvailable` call. I see...

type: feature request
priority: p3

The definition of schema.org is not being pulled correctly, meaning that any page with that markup will fail to parse. The issue seems to be that the lexicon defined in...

bug

### Checklist - [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one. - [X] This issue only relates...

unverified

Now that third party stubs are released as individual packages it would be great if the package included the upstream version range as an install requirements. Currently the generated stubs...

project: infrastructure

The rule rewriting [unpacked list comprehensions](https://github.com/asottile/pyupgrade?tab=readme-ov-file#unpacking-list-comprehensions) does not seem to have been properly justified in either the [PR](https://github.com/asottile/pyupgrade/pull/444) or the [original issue](https://github.com/asottile/pyupgrade/issues/257#issuecomment-584289138). In my local testing list comprehension unpacking is...