Jon Yurek

Results 7 issues of Jon Yurek

I have a project where I am working in Python. I'm using `pipenv` to manage the environment, which has a feature where if you run `pipenv shell` it starts a...

I have an app that has a gem required through git. When I run the specjour listener with `bundle exec specjour listen`, the Gemfile isn't loaded correctly. The git-sourced gem...

Bug
WaitingReply

The documentation and generated initializer don't work. The generated config block, as created in https://github.com/michaldarda/parcel-rails/blob/master/lib/parcel/rails/parcel_generator.rb#L9-L12 do nothing, because `parcel` on line 9 is not a method and the block is...

The workaround is to set `let g:VtrClearBeforeSend = 0`. `VtrSendCommandToRunner` will try to clear the terminal before running a command with `^L`. If your terminal doesn't like that for whatever...

We have an app that uses env vars, and when we add a new one, we add it to `.sample.env`. We obviously can't add it to `.env`. It'd be useful...

- Link to live demo (if applicable) - `axe-core-rspec` version: 4.2.1 - Testing with chromedriver, Chrome 93 I have a section that has a background image that is fairly dark....

PRIORITY: moderate
in sprint
web-apis

I am trying to generate a PDF from a page in my app via ferrum (by way of ferrum_pdf). When running my script with `FERRUM_DEBUG=1` set, I get expected data...