Adam Hess

Results 15 issues of Adam Hess

This allows actionview_precomiler to resolve templates that would have otherwise could be confused with other templates having, ``` render 'profile' ``` in template `users/index.html.erb` will resolve to the template `users/_profile`...

Rubocop says we are still missing 20 class docs https://github.com/feedjira/feedjira/blob/main/.rubocop_todo.yml#L9-L11 - [ ] lib/feedjira/atom_entry_utilities.rb:4:3: C: Style/Documentation: Missing top-level module documentation comment. module AtomEntryUtilities ^^^^^^ - [ ] lib/feedjira/core_ext/string.rb:3:1: C: Style/Documentation:...

Rails default branch is now main the build should reflect that adding the branch prevents the error, ``` Git error: command `git rev-parse --verify master` in directory /Users/hparker/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/cache/bundler/git/rails-fcf0202857b07db1a0f6220dae5ca99319ca0f32 has failed....

MySQL 8.0.3+ returns column defaults as hexadecimal. We use these values for the column defaults before the record is loaded from the database. To be compatible with MySQL before and...

activerecord

I am curious if we can get some performance improvements + one less dependency seems nice. We are really heavily integrated, but I suspect it might be worth it anyways.

Fixes error with Oga handler version of `sax_oga_handler.rb` https://github.com/pauldix/sax-machine/blob/ca445545da757be5841bcde64df8542c3203bc3b/spec/sax-machine/sax_document_spec.rb#L1193-L1195

This updates rails test to the current version. Rails now requires ActiveRecord classes to have a connection when they are created, so we can use include ActiveModel::Model to test the...

I would love if I could run the compiler in Uxn. I don't have a clear idea what the best path for a language like dotal to do this is....

Right now all local and global variables are allocated in memory and a dotal program often generates a lot of LOAD/STORE type instructions reading things into the stack temporarily just...

This adds metadata constructed in the assembler and passed to the VM which provides information about instructions that can be used to improve error messages with line and column info....