Dominic Evans
Dominic Evans
OS X 10.15.3 w/ Radeon Pro 5300M — SAMPLED_TEXTURE_ARRAY_DYNAMIC_INDEXING seems to report as Unsupported ``` Running `target/release/quake-client --demo demo.dem` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: UnsupportedFeature(SAMPLED_TEXTURE_ARRAY_DYNAMIC_INDEXING)',...
mdb.js is expecting to see `C++ symbol demangling enabled` as the last line of output from `::load v8 `, but this doesn't appear to be output anymore on recent versions...
Currently the package.json seems to specify the nove-vboxmanage dependency with a `github:` prefix [package.json:36](https://github.com/nearform/autopsy/blob/b268422e13ea4b02018a762ecd31290102977fda/package.json#L36) This doesn't seem to conform to any of the currently supported ways of specifying a GH...
- CVE-2022-28948 - GHSA-hp87-p4gw-j4gq
### What would you like to be added A parameter on the `GenerateRootCertificate` and `GenerateIntermediateCertificate` APIs to override the hardcoded 10 year validity https://github.com/smallstep/certificates/blob/v0.15.6/pki/pki.go#L269-L273 ### Why this is needed As...
### What did you do? (required. The issue will be **closed** when not provided.) I wanted to run all the test functions in the current `_test.go` file in the active...
e.g., ``` #!/bin/sh curl -s http://cdn.example.com/path/to/file.tgz | tar zxf - -C /usr/src --stdout && cd /usr/src && ./configure --prefix=/usr && make install ``` => ``` #!/bin/sh curl -s http://cdn.example.com/path/to/file.tgz \...
### What would you like to be added Add a SHA256SUMS file to https://github.com/smallstep/cli/releases ### Why this is needed To confirm both file integrity and authenticity after downloading a release...
Hi, I am using autozimu/LanguageClient-neovim@1ffab7ef19e2acae6f32c6f3a27581429d28e47b (v0.1.155) It isn't obvious how to combine the following to have completion insertion automatically populate with placeholders. I have a settings.json for gopls that enables...
Whilst trying out the new "pause consumer" support (https://github.com/Shopify/sarama/pull/2005) on main, I noticed that Sarama will submit empty FetchRequests if all of the assigned partitions are paused. This is because...