Aaron Allen

Results 37 issues of Aaron Allen

I'd like to see some form of broadcast, or perhaps callback firing depending on `FileSaver.saveAs` completion. i.e. ```javascript // with callback support. function resultFN(e) { console.log('File Saved!'); return e; }...

Are there any plans to add `SimpleCov` support? Currently the only documented supported formats are: > JaCoCo → jacoco*.xml Cobertura → cobertura.xml LCOV → lcov.info | lcov.dat | *.lcov Clover...

jira-issue

querying objects in locker should query both session, and local unless specified. If I say `locker.has('user')` I would expect that to return true if there is an object called 'user'...

Hacktoberfest

# Issue: - Editor allows valid css tags without semi-colon (in any line). - Editor allows technically correct syntax, but invalid css tags. # Expected Result: - Editor should provide...

After changing implementing the following fix for #248: ``` #.rubocop.yml Rails: Enabled: true AllCops: Include: - '**/Gemfile' - '**/Rakefile' Exclude: - 'bin/*' - 'db/seeds.rb' - 'db/schema.rb' - 'vendor/bundle/**/*' ``` rubocop...

If I choose to enable rubocop in my project I would like it to be added to the default rake task, preferably ran before rspec, or whatever test framework I...

### config options: ``` option Build a starter application? choose Enter your selection: [none] option Get on the mailing list for Rails Composer news? choose Enter your selection: [none] option...

### config options: ``` option Build a starter application? choose Enter your selection: [none] option Get on the mailing list for Rails Composer news? choose Enter your selection: [none] option...

resolves #1747 Closes # ## ✅ Checklist - [ ] I have followed every step in the [contributing guide](https://github.com/t3-oss/create-t3-app/blob/main/CONTRIBUTING.md) (updated 2022-10-06). - [ ] The PR title follows the convention...

📌 area: cli

### Provide environment information System: OS: macOS 14.3 CPU: (12) arm64 Apple M2 Max Memory: 51.80 GB / 96.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 21.6.1 - ~/.asdf/installs/nodejs/21.6.1/bin/node Yarn:...

🐞❔ unconfirmed bug