Hussein Jafferjee

Results 19 issues of Hussein Jafferjee

Currently, the filters get applied serially, which isn't a problem for WebGL, but can be a pain point for Canvas. Thoughts: Think of a way to refactor the application of...

CodePen: [Highlight Re-set](https://codepen.io/anon/pen/RmERmV). Steps: 1. Focus on the input field 2. Type `c` and down arrow twice quickly **Observed behaviour:** The highlighted item re-sets back to the first one **Expected...

**Describe the bug** I upgraded to the latest version and got complaints from some users that hotkeys no longer work. However, it seems like those users just had capslock on....

### What version of Remix are you using? 1.7.5 ### Steps to Reproduce Start a new base project with remix + cloudflare, and add prisma. This bug is related to...

bug:unverified

### What version of Remix are you using? v1.7.5 ### Steps to Reproduce 1. Create a new Cloudflare project 2. Drop a static asset in the public directory (favicon, images,...

bug:unverified

Just creating an issue before I get a chance to dive in, but currently getting this error when building with RN 0.71 on and M1 mac: ``` dyld[82242]: Library not...

Fixes https://github.com/open-telemetry/opentelemetry-ruby/issues/1540

keep

We run all of our services in Kubernetes, and define our open telemetry resource attributes like so: ``` - name: OTEL_RESOURCE_ATTRIBUTES value: > service.name=redacted, service.version=redacted, k8s.node.name=$(KUBE_NODE_NAME), k8s.pod.name=$(KUBE_POD_NAME), k8s.pod.uid=$(KUBE_POD_ID), k8s.namespace.name=$(KUBE_NAMESPACE) ```...

bug
keep

As I dive deeper into Envoy and the control plane, I am noticing that the Java version has a few missing features. The two I have come across: - ECDS...

Mostly creating this issue to: 1. Get an understanding of any historical context. I see there is an open PR (https://github.com/envoyproxy/java-control-plane/pull/264) but it's stale. 2. Gauge if there is an...