Alex Matchneer
Alex Matchneer
The charlock_holmes API seems to be string centric, but if have a 50mb file which mostly consists of typical alphabetic/ASCII characters but only has a few non-ASCII characters to distinguish...
YAML anchors are great for shared config, but if you're trying to use the `changes` output to drive the matrix of another job, then any anchors you use (which are...
(Standard Disclaimer: I love Ember Twiddle; Thank You for continuing to maintain it
### Additional Information #### Version of s3fs being used (s3fs --version) 1.87 #### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) 2.9.4 #### Kernel...
### Description My Android Bugsnag crash reports include the integer Android version, i.e. Android 11, but they don't include the security patch version; this would be useful to have when...
It seems there's no support for enqueuing notifications for later when the app is offline. Is there any plan to add this in the future?
Cross-posting from [the ember-engines repo](https://github.com/ember-engines/ember-engines/pull/803) because I believe the source of the bug is in Ember core. Using `resetNamespace` within an engine's routes will completely strip that route of its...
The docs on [Stubbing Services](https://guides.emberjs.com/release/testing/testing-components/#toc_stubbing-services) is a subsection in the Testing Components page, but given that stubbing services is useful in acceptance tests as well (and because it's a common...
Apologies if this has already been asked/answered. We're exploring using Github releases to track moves to production at our company, and one thing we do now before pushing to prod...
**Your environment** * `ruby -v`: ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [x86_64-darwin20] * `rdbg -v`: rdbg 1.4.0 **Describe the bug** Debugging programs with the Async library often leads to `RuntimeError: running...