Jim Gay
Jim Gay
I tried testing this out on an account with 2-factor auth and realized that it doesn't handle that. Has anyone looked into supporting entering data from a text message (manually)...
The code for the reel adapter sends multiple arguments to the `::Reel::Server::HTTP.supervise` method: https://github.com/webmachine/webmachine-ruby/blob/c5a556c1628ed384b2b96bee79aeb0a954fbd016/lib/webmachine/adapters/reel.rb#L34 The celluloid-supervision gem expects a single hash argument `def supervise(config={}, &block)`: https://github.com/celluloid/celluloid-supervision/blob/357dcdb4702ab0ed6ba391f884317fc7798b9fd5/lib/celluloid/supervision/supervise.rb#L10 Changing the arguments to...
I'm kicking the tires of cells and am using a cell to handle the display of an address. I've found that the view object is useful for handling display logic,...
## Meta Howitzer Version: 2.6.1 Gem Versions: - cuke_sniffer (1.1.0) - roxml (3.3.1) ## Expected Behavior With a cucumber project, it should boot (via `rake features`) ## Actual Behavior ```...
Is there an effort to add support for `cuprite` as a driver? Or do examples exist anywhere configuring a howitzer project to use https://github.com/rubycdp/cuprite
I'm trying to wrap my head around how this fits into an application. It's been a stumbling block for me. I would expect to install the gem and be able...
Still working on getting this working and got to this point: ``` sudo madscience construct Password: Running madscience 0.0.27... fatal: Not a git repository (or any of the parent directories):...
This likely has more to do with my system than a problem with quarto but my PDFs are not being created. Here's what I'm seeing: ``` pandoc --table-of-contents --standalone build/master/master.xhtml...
A problem I've seen when moving to standardrb for one project is that people can still run `bundle exec rubocop` and they get some very scary looking output. Switching to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem bundler ### Package manager version bundler 2.5.5 ### Language version Ruby...