Victor Stan
Victor Stan
I'm using this patch: ``` # used to transform Structs from Dropbox to JSON class Struct def to_map map = Hash.new self.members.each { |m| map[m] = self[m] } map end...
I see the same issue, as I use a player character that uses kinematic body in similar setup as the original poster. I also use a 144hz monitor and the...
Is there any news on this? I'd like to enable `rich_text_area` in admin inputs as well
OK cool, that seems pretty standard. I think I've moved the stylesheets and JS for active admin in the `vendors` folders because it was clashing with the rest of the...
By default rails seems to load the all the assets from the asset folder together. I did not change the default Rails 6 behaviour. This is default rails application.css ```...
Thanks, if it’s supposed to work I’ll figure out why it doesn’t, it might be a few weeks before I get back on that project. I just wanted to know...
ericwa, your instructions fix the build on Mac OS M1 13.0.1 This is the result from running the tests ``` =============================================================================== /Users/victor/ericw-tools/tests/test_ltface.cc:446: TEST CASE: surface lights minlight /Users/victor/ericw-tools/tests/test_ltface.cc:446: ERROR: test...
You can also separate brushes out by layers, and groups, so... this IMHO just seems like an opinion piece
Can't you simply use jQuery to remove the progress bar as needed?
If there's a "down" definition defined, then why can't the CLI run that part only? The down definition should have all that a migration needs to apply for a rollback......