Lee Pender
Lee Pender
I had to add ``` require "rspec/wait" ``` To my `spec_helper.rb` May be nice to include in the README
Hi all, Love your work thus far. I've been independently using FastButton for a few months now on a responsive website I'm developing. I use iDangerous swiper and often put...
Has anybody written a guide on how to get started with VS Code and Ruby on Rails? I'm sure it's really easy... but I have no idea what I'm doing....
- Capitalize on work done by @vigyanhoon - Fixes issue with Bridging Header causing `CLLocationManager` and `SQLite` errors.
Using: [buddy.works](https://buddy.works) Docker Image: [cimg/elixir/1.11.0-browsers](https://hub.docker.com/layers/cimg/elixir/1.11.0-browsers/images/sha256-e905baecd393390f2d4ee837ab2c331588d8e31f02f73f0cd7bc015357b84ecc?context=explore) After running `mix deps.get` I see the following error: ``` * Getting argon2_elixir (Hex package) ** (Mix) Unpacking tarball failed: inner tarball error, no such...
"Have a look at the release notes in this Repo for a sample of what is generated by GitReleaseNotes" Where are they? I see this in the directory structure: 
When submitting a search I get this response from Google. "The request did not specify any referer. Please ensure that the client is sending referer or use the API Console...
Thanks for your work on this. I'm seeing this error when following the implementation. ``` Uncaught Error: Cannot find module 'net' at webpackMissingModule (webpack-internal:///./node_modules/tough-cookie/lib/cookie.js:32) at eval (webpack-internal:///./node_modules/tough-cookie/lib/cookie.js:32) at Object../node_modules/tough-cookie/lib/cookie.js (app.js:3849)...
It looks like Heroku tries to run: `bundle exec rake -P` in production mode when the app is deployed, and fails because the `standard` gem is only installed in `development`...
Great gem, thank you for sharing! Here's a bug and a suggested feature to fix it. The below is pseudo-code -- apologies if it doesn't work. **Steps to reproduce:** In...