Pascal Bourque
Pascal Bourque
I have a bulkupdate job which needs to process 542 entities, yielding 2 tasks. The number of processed entities that is reported when the job is complete (status.num_processed) is almost...
**Describe the bug** I am implementing a Refit client for the [Mixpanel API](https://developer.mixpanel.com/reference/profile-set). Many of their API endpoints contain a fragment (aka anchor, hashtag, pound), like this: ![CleanShot 2021-12-01 at...
I like having my opening braces on their own line: ``` swift if codingStyle.isOldSchool { print("I relate to that!") } else { print("I respect that!") } ``` I'd love to...
`[_MAKVONotificationHelper deregister]` calls the `removeObserver: forKeyPath: context` method, which is not supported in iOS versions prior to 5.0 ([doc](https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Protocols/NSKeyValueObserving_Protocol/Reference/Reference.html#//apple_ref/occ/instm/NSObject/removeObserver:forKeyPath:context:)). My understanding is that `MAKVONotificationCenter` needs this to make sure it...
## Bug Report ### What is the issue? The documentation located here: https://linkerd.io/2/reference/service-profiles/ has 2 errors (that I know of): 1. In the _Route_ section:`responses` should be `responseClasses` 2. In...
When installing `next-translate-route`, npm gives me the following warning: ``` npm WARN deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. ```
### Bug Description When debugging a mirrored C# (.Net 8) micro service in Rider, breakpoints for incoming gRPC requests are not hit. My service listens for HTTP requests on port...
## Feature Request ### What problem are you trying to solve? I start my day by running `linkerd dashboard --show grafana` and leaving my important dashboards opened on my secondary...
### Steps to reproduce SparkLine "bleeds" at the bottom if it's bounding box when it's yAxis min value is not set to zero: _I am unable to create a repro...