Richie Ho

Results 10 issues of Richie Ho

My screen reader is NVDA. I can expand the Header with `Enter` keypress, but how can I get my screen reader to access the content within the panel? It _should_...

Add API documentation to README title; it was very hard to initially track down in its current location.

Downloaded Windows CLI and ran the following ```cmd ...create text_toxiproxy --listen localhost:8474 --upstream localhost:8000 ``` Got the following message: ```cmd failed to create proxy...bind: only one usage of each socket...

question
windows

I have 2 released PRs that I'm expecting to be attached to the same version and github release: - first PR: not labeled. Should default to `patch` according to doco....

bug

In order to intelligently arrive at a suitable count value for `exceptionsAllowedBeforeBreaking` for my CircuitBreaker policy, I want to be able to report on what the typical count of `consecutiveFailureCount...

enhancement
question
up-for-grabs

**Logs and screenshots** Please provide debug logs by running Cypress from the terminal with `DEBUG=code-coverage` environment variable set, see the [Debugging](https://github.com/cypress-io/code-coverage#debugging) section of the README file. **Versions** - What is...

When using this package with CRA build command: `react-scripts -r @cypress/instrument-cra build"`, the result build files are not correctly generated with relative file paths On the left is the instrumented...

does this support historical tracking of cc over time?

### Issue description Authenticator does not work, returning Bad request; operation not supported ![image](https://user-images.githubusercontent.com/20289967/102320501-392b0480-3f31-11eb-8ef3-98d7c70662bb.png) ### Example code ```cs using System; using System.Data; using System.Threading; using Snowflake.Data.Client; namespace SnowflakeOktaConsoleTest { class...

How do I disable quotes for bool column value? And conditionally leave it on for string column values?