DJ Mountney

Results 15 issues of DJ Mountney

I keep encountering this on multiple VMs on an aws `a1.xlarge` running the openSUSE Leap 15.1 ARM marketplace ami image. (I am running into this running GitLab) ``` /opt/gitlab/embedded/lib/ruby/gems/2.6.0/gems/method_source-1.0.0/lib/method_source/code_helpers.rb:71: [BUG]...

But in rspec's raise_error the first parameter might be the message: https://github.com/rspec/rspec-expectations/blob/master/lib/rspec/matchers/built_in/raise_error.rb#L12 That results in a test like the following producing unexpected output, (though still passes) ``` expect { chef_run...

This is the error I get on master when I join the #gitlab channel on freenode ``` Unhandled message: { prefix: 'services.', server: 'services.', command: '328', rawCommand: '328', commandType: 'normal',...

Proposal for vite switch for https://github.com/actualbudget/actual/issues/656 ## Why we need to switch from CRA/craco They appear to be deprecated, and not getting their dependencies updated. That's a problem because it...

🔍 Ready for Review

## Summary - Args and return values from runHandler should now work within loot core - Updated some of the handler types to be more accurate Split from https://github.com/actualbudget/actual/pull/2053 to...

✅ Approved

## Motivation Users using Jan might face different problems: - #1243 - #1411 - NVIDIA GPU related issue - OOM for RAM/ VRAM - The current indicator to user now...

type: epic

So we can have loot-core be the source of truth for some types that get passed through between the API and bundle - Improves downstream development with API by including...

🚧 WIP

## Summary - Change to more closely match the `.chunk` syntax we use with webpack - This should improve an issue with our size compare as well ## Details The...

✅ Approved

A simple second pass at api-handlers type Just updating the ones that have matching return types in the server handlers. Further passes will need to also get the server handlers...

🔍 Ready for Review

Knowing how many duplicated packages is useful in PRs seperate from having them just listed as updated. (So maintainers can immediately ask contributors to run a yarn dedupe for example).