gardnerapp

Results 10 comments of gardnerapp

When I try to build the image from scratch I get an Error while the Racc gem is being installed

I tried cloning your repo but when I run the msfconsole it says there isn't enough memory. But I checked my system memory and I think I have enough space

I'm pretty new to open source as well but I've read through the code/test you've written and I think that this is OK to merge with the main branch.

On a side note I'm trying to figure out how to push some commits of my own and I struggle with figuring out how to figure out how things work....

Which part of Devise is responsible for generating fixtures? Could just run a system call with echo towards the fixture file but I feel like that is cheating.

I'm new to open source, what does :nodoc mean?

I'm not sure how getting a pull request works in this project, but I've read through these commits and they look good to me.

Normally when I generate a rails model it will populate the fixture with data: ` rails g model Foo bar bang invoke active_record create db/migrate/20221029225445_create_foos.rb create app/models/foo.rb invoke test_unit create...

If I'm not mistaken windows uses UTF-8 encoding by default which is what is [causing the issue](https://stackoverflow.com/questions/9607554/ruby-invalid-byte-sequence-in-utf-8/). I created a branch to force encoding [here](https://github.com/gardnerapp/Vulkan/tree/scan_encoding_err) . If you could run...