Jack Kinsella

Results 20 issues of Jack Kinsella

Here's the situation: Imagine you have a name-spaced table, e.g. `admin_users`, representing the model `Admin::User`, and this table has a JSONB column, say `details`. The `fixture_builder` gem won't ever call...

I generated 3 scaffolds and 2 models on the command line, specifying --fgirl for each one, yet a Factory was only generated for one of the five.

## What happens From an `rspec` file, I ran `:TestNearest -strategy=iterm`. But instead of executing tests, the function complained about an "Unknown Mark" in the status line and then entered...

The problem here is that the previous output appended log information to STDOUT ```bash Secure-env : INFO SENTRY_DSN=something BING_SUBSCRIPTION_KEY=something_else ``` This has now become an invalid `.env` file. This made...

How does one test the usage of this library using `jest`? When I run `jest` on code that includes this library, I get the following error: ``` Jest encountered an...

I'm using Django allauth as the backend for logins with some Android/iOS native apps and therefore need to output deep links (i.e. ones with custom protocols like `myapp://complete_login/{some-identifier}`). Doing so...

When deploying to Heroku I ran into the following issue when trying to install a package (`git+https://github.com/jplehmann/django-hijack`) via `requirements.txt` ```bash remote: Running setup.py install for django-hijack: finished with status 'error'...

# What is the purpose of your *pull request*? - [ ] Bug fix - [x] New feature # Proposed changes # Warning Before submitting a *pull request* make sure...

The main issue is that the file reference to `button.html` didn't work in Django 4. (Not sure if it was okay in Django 3 cuz we didnt' test there).

Receiving a sporadic exception (one per 30-50 Facebook authentications) in production using the Spree 2-0-stable stack. ``` URL: /users/auth/facebook/callback?code=CODE BACKTRACE: A NoMethodError occurred in omniauth_callbacks#facebook: undefined method `user' for nil:NilClass...

2-x-stable
bug
stale