Bert Goethals

Results 17 issues of Bert Goethals

Given the following workflow file: ```yaml name: Simplified CI example on: [push] jobs: detect_changes: name: "🔎 Detect Changes" runs-on: ubuntu-latest # outputs will always be strings outputs: graph: ${{ steps.graph_changes.outputs.change...

During development it happens that I may iterate quickly on database changes. Dropping the database is a common occurrence during this, while a dev server might still be connected to...

`bundleup` incorrectly expects `Gemfile` and `Gemfile.lock` to be present in a project is using `gems.rb` and `gems.lock` files. Expected behaviour: Correctly detect and update `gems.rb` and `gems.lock` file.

help wanted

Based on the great initial POC of @ixti this should complete #595 * Delay by default backs backs off over time * Maximum delay time * Exceptions to retry from...

Feature

**Describe the bug** Some of the `Str` functions don't work out of the box on MacOS, because of the older bash version that is installed by default. The bash substitutions...

bug

### Tell us about your environment **Ruby Version:** ruby 3.2.2 **Framework Version (Rails, whatever):** rails (7.0.4.3), graphql (2.0.21) **Action Policy Version:** (0.6.5) **Action Policy GraphQL Version:** (0.5.3) ### What did...

bug

Given I have some events in my database: ``` {id: 1, data: {...}, timestamp: "2023-01-19Z01:01:01"} on stream "A" {id: 2, data: {...}, timestamp: "2023-01-19Z01:01:02"} on stream "B" {id: 3, data:...

### Summary When a project is uses `lingui` and `remirror`, in certain situations, Remirror will override the the active language. ### Steps to reproduce * Create a project that uses...

type: bug :beetle:

I originally opened [an issue](https://github.com/badeball/cypress-cucumber-preprocessor/issues/786) on [badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor). The maintainer pointed out that the issue is within this package. So the report here is the original report, including some `badeball/cypress-cucumber-preprocessor` related...