Caspar Krieger
Caspar Krieger
Sorry, should've included that already. Here are all the minitest-related gems we're using: ``` guard-minitest-2.4.6 minispec-metadata-3.3.1 minitest-5.13.0 minitest-reporters-1.4.2 minitest-retry-0.1.9 minitest-spec-rails-5.4.0 minitest-stub_any_instance-1.0.1 ```
Yep, definitely setting `RAILS_ENV` - invocation is along the lines of `env CI_NODE_TOTAL=2 CI_NODE_INDEX=0 RACK_ENV=test KNAPSACK_GENERATE_REPORT=true KNAPSACK_REPORT_PATH=$KNAPSACK_REPORT_PATH KNAPSACK_PRO_BRANCH=SIP-799-knapsack-pro-hacking-local KNAPSACK_PRO_COMMIT_HASH=$(git rev-parse HEAD) KNAPSACK_PRO_TEST_SUITE_TOKEN_MINITEST= bundle exec rake knapsack_pro:queue:minitest`.
Sorry @ArturT , have been busy with other things. I suspect that aliasing `context` -> `describe` won't be sufficient (`context` being undefined happened for this test case, but something else...
No, sorry, haven't looked at this since. (Also, no, not using an alternative test runner like rspec at the moment.)
PR updated to fix merge conflict from #869. Note the behaviour (documented in commit notes and as a test) resulting from having commas in cookie values. Commas in cookie values...
@jrudolph re your voiced concern, I don't think this introduces any _further_ ambiguity. There are tests added by this PR which demonstrate what happens when: 1. A cookie has an...
I cobbled this together as an example after @LexiconCode asked me about UI Automation after I mentioned it in the dictationtoolbox general channel: https://gist.github.com/caspark/36b1f2b47e37735e323863b1dda7458f It's just a quick demo of...
[Mint](https://github.com/kvark/mint) is an interop standard which [glam supports](https://docs.rs/glam/latest/glam/#feature-gates) and [nalgebra supports too](https://github.com/dimforge/nalgebra/blob/8c6f14fcd03105a07e835d3a80c6bd8663e77743/CHANGELOG.md?plain=1#L592-L593). The Mint types themselves (e.g. [Vector2](https://docs.rs/mint/latest/mint/struct.Vector2.html)) don't have any useful operations themselves - they solely exist to work...
@fyx Arctis Nova 7 support is already present in master: it was added in #233 / #248 and works for me - or at least, battery status and sidetone control...
For anyone who happens to find this later, voicecode.io development has apparently stopped, and much of the mac community is migrating to https://talonvoice.com/ instead. (Dragon for Mac has officially been...