Ryan Govostes

Results 116 issues of Ryan Govostes

There isn't a NoVNC container image published to Docker Hub that supports arm64 (e.g., new Macs or Raspberry Pis). (The [`treehouse/novnc`](https://github.com/treehouses/novnc) image is completely, and honestly quite impressively, broken.) I...

When I load the _official-realtime-app example on CodeSandbox, I notice that: * When viewing a single issue, even though it says, "That title is content editable and will save on...

When `check_fix_by_variance` is disabled, you can get NaN covariance values, but the `position_covariance_type` is still `COVARIANCE_TYPE_DIAGONAL_KNOWN`. Downstream receivers of this may not like that (https://github.com/foxglove/studio/issues/6337). https://github.com/rgov/gps_umd/blob/b680df6142d7dfbc8a63224116b9a4a56e964c5b/gpsd_client/src/client.cpp#L297-L299 I've included this fix...

Hi, I've noticed that the [LLVM](https://github.com/Kapeli/Dash-User-Contributions/tree/master/docsets/LLVM#readme) and [Clang](https://github.com/Kapeli/Dash-User-Contributions/tree/master/docsets/Clang#readme) docsets are for version 6.0.0. Also, @chilledheart's clang-dash repo is gone. Do you have the ability to make a new release? Thanks.

**Describe the bug** Streaming video across Tailscale and the Internet to my browser is not working. Streaming video to another system on the PiKVM's local network is working. I have...

See the README file in my pull request for instructions: https://github.com/Kapeli/Dash-User-Contributions/pull/2443/files I get many, many "could not determine type" warnings when processing this Javadoc-generated HTML. They look like this: ```...

Python's [`urllib.request`](https://docs.python.org/3/library/urllib.request.html#module-urllib.request) module can handle most requests, and it is in the standard library.

The code doesn't do anything with `args.referer` or `args.user_agent`.

The `--libcurl` option to `curl` generates a C file: ``` $ curl --libcurl - --silent -o /dev/null http://example.com ``` ```c /********* Sample code generated by the curl command line tool...

enhancement

Before releasing, the app bundle should be code signed so that it doesn't throw up a Gatekeeper prompt.