application-services
application-services copied to clipboard
Firefox Application Services
Replaced the error_support method with the new system that consists of: - `PlacesInternalError`: used internally in the crate. This replaces the old `ErrorKind` enum and is the error for `Result`....
### Pull Request checklist ### - [ ] **Quality**: This PR builds and tests run cleanly - Note: - For changes that need extra cross-platform testing, consider adding `[ci full]`...
I could use some help getting the pre-built macOS & Windows archives uploaded to S3 rather than going through the steps of requesting access for myself to do it. Here's...
While debugging, there are times in an application when you desire to add break points in the dependency library to step through the change. Unfortunately, it seems that when using...
OS: Mac OS 12.5.1 (21G83) Hardware: MacBook Pro (16-inch, 2021) While trying to setup app services on a new machine (for myself and onboarding new hires), we've identified a few...
Updating Rust for #5128 revealed that we have a handful of derived `PartialEq` impls that we don't use and many more that we only use in tests. As part of...
The current API has it returning a JSON-encoded string, but we never actually use it. We should try to change this code to not return anything. It seems that android-components...
According to clippy this is dead code. Should we remove it if it's not being used? https://github.com/mozilla/application-services/blob/b82517cde306274216874d6e6eec9f4042cdf9c6/components/support/nimbus-fml/src/intermediate_representation.rs#L722-L728 @jhugman (I moved this question out of the #5128 thread since I didn't...