Ben Sturmfels

Results 25 issues of Ben Sturmfels

As @iRunner mentioned in [#524](https://github.com/houdiniproject/houdini/issues/524#issuecomment-808832810), the `bin/rails server --environment=production` fails for me with an error`Invalid route name, already in use: 'rails_service_blob'`. This running the recent `main` branch on a Debian...

bug

Me again! ;) We have Houdini set up with a Stripe testing API key and I hit the "Refund" button for a payment, but it failed, showing `Error: cannot POST...

bug

Relating to PR #1115, `PaymentNotificationEmailDonorJob` silently fails in development when run by GoodJob. Two issues here are firstly that the payment notification email doesn't get sent in development and secondly...

bug

I can create a campaign by clicking through and adding a name, description etc. The campaign successfully accepts payments. If I then add a gift option, I see a bunch...

bug

I'm exploring how we might export supporter details for doing mailouts with an external tool. When I hit the "Export" button under "Supporters" the page is refreshed, but I don't...

bug

When I build the assets in production mode on `main`, I get an error unless I add something something like `config.action_mailer.default_url_options = {host: 'https://example.com'}` to `config/environments/production.rb`. This URL is then...

bug

On main branch in development, after creating a new campaign via the "Create first campaign" link on the dashboard home page, I set the end date and time, but it...

bug

Currently using a Mapbox layer with `type: mapbox` and a tile-based styles such as satellite imagery fails with the following error (Firefox): ``` Unknown expression "image". If you wanted a...

Shareabouts fails with the below traceback when run with the recently released PyYAML 6.0. This change pins PyYAML to a compatible version. ``` Traceback (most recent call last): File "[...]/env/lib/python3.6/site-packages/django/core/handlers/base.py",...