twifty
twifty
I've just built and installed atom (v1.26) from source to verify that this is not an upstream issue. On a clean install, I add the single package `atom-ide-ui`. Everything appears...
### Prerequisites * [x ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode...
### Prerequisites * [ x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode...
I run `doh-server` on my server under two domains. My server is proxied by cloudflare, so I have 3 IPs for each domain, plus the servers real IP address. I've...
The API states that some of the query parameters can be duplicated. for example the 'extrahosts' and 't' parameters of ImageBuild. I see this library makes use of `querystrings`, and...
I have extended `WebTestCase` and implemented my tests the same as usual. However when running 'all' tests as a batch I came across a problem. The code I'm testing uses...
I'm guessing you used USBPCap and wireshark to sniff the packets. Would you mind sharing those logs? I am working on the AMD Spire fan, which comes with the Ryzen...
I was so hoping this would fit into my project, but I can't see, either in your readme or tests, if it supports a prototype schema. Given the following yaml:...
I just came across the `realpath` issue while testing. Would it be possible to add a static function to, perhaps, `Wrapper` which handle the paths for us? To work around...
Simple to reproduce: ```php chmod($fs->path('/var'), 0600); chown($fs->path('/var'), 'root'); touch($fs->path('/var/foo')); // path('/var/foo'), 'bar'); //