Andy Pfister

Results 24 issues of Andy Pfister

### Is there an existing issue for this? - [X] I have searched the opened issues ### Problem description Hi, I have some initial feedback from using the app on...

bug
good first issue
supporter 💖
priority +2

I recently bought an iPad Pro for school and I absolutely love the device. However, I noticed that Buttercup runs in this „iPhone“-mode or how you wanna call it (see...

Effort: High
Priority: Medium
Status: Available
Type: Enhancement
Platform: iOS
Platform: Android

Hello! We use Svelte with `vite-plugin-ssr` to generate static HTML for parts of our application. Since v1.8.0, the build process no longer works. Log of the build process: ``` RUN...

This morning, We encountered a strange issue when integrating this gem with our Minitest test suite. Sometimes, the OpenAPI schema was generated, sometimes not. In the end, we discovered that...

enhancement
help wanted

# Feature Request The setup guide suggest that you need to use Redis for caching and ideally also for `ActionCable`, plus the gem has a dependency on Redis. We deploy...

Hello! We have a quite custom setup where we run integration tests for a Node application on Linux and Windows. We use `mmock` to mock out couple of outside systems....

I have a couple of ideas for a potential v3 release of `tiny_tds`. However, I did not work that much on code so far and also not sure if this...

I dived into the reported issues with Ruby 3.1 that @bryanwieg describes at #523 and I'm mostly sure it is because of OpenSSL v3 and not Ruby 3.1. First, I...

This ticket should hold potential ideas for a v6 release, probably timed with the removal of Datatrans' XML API removal (3rd of June, 2024) - [ ] Drop XML API...

Most of the classes in the gem start like: ```ruby class Datatrans::XML::Transaction class CaptureRequest < Request ``` pretty sure this should be: ```ruby module Datatrans::XML::Transaction class CaptureRequest < Request ```