SyuTingSong
SyuTingSong
The function `readConfigFile` in file `src/instance.ts` pass the argument `context` as both `basePath` and `configFileName` parameters to `parseJsonConfigFileContent`. https://github.com/s-panferov/awesome-typescript-loader/blob/ed5d1a3ac9653b6dd21e22cfd51e99e38c62c50a/src/instance.ts#L322 The constructor of class PathPlugin use `process.cwd()` as context as fallback...
I am using smux.Stream for reading and writing in two concurrency goroutines. After all data written, the `stream.Close` is called for ending writing. The method stream.Read running at the local...
环境:Yaf 3.0.2,PHP 7.0.1 我在Controller里抛出异常想终止程序的运行: ``` PHP public function testAction() { if ($this->getRequest()->getMethod() !== 'POST') { $this->getResponse()->setHeader('Content-Type', 'application/json', true, 405); $this->getResponse()->setBody('{"errno": 405, "message": "Only POST request is allowed"}'); throw new AppExitException();...
Hi, I've setup tun2socks successfully. It proxy tcp traffic well but only dns udp traffic goes well. Other udp packets such as QUIC protocol packets loss a lot. I check...
I get a access denided message when visiting /createuser even I install with `ALLOW_USER_REGISTRATION = True`
I setup a critic server. Auth by critic db and use cookie to keep session. After then, I add critic as remote repo and fetch it. It report an error...
### Feature request I create a function that returns a closure. ```php /** * @template TKey of array-key * @template RKey of array-key * @template TValue * * @param callable(TKey):RKey...
The data packets are misaligned when SFTP timeout caught by outside code and continue downloading.
I believe I have identified a bug. I am downloading multiple files in a loop. The code is based on Laravel and use the league/flysystem-sftp-v3 as the underlying storage driver....
Disconnect the SFTP connection if UnexpectedValueException thrown in the SFTP class. - This exception indicated that the request/response packets are mismatched.
According to the [document](https://www.php.net/manual/en/function.bzopen.php), bzopen may return `false` when failed.