wpjscc

Results 9 issues of wpjscc

first ``` composr require carica/firmata ``` then ``` composr require carica/chip ``` out error ``` Your requirements could not be resolved to an installable set of packages. Problem 1 -...

php:${PHP_VERSION}-fpm-alpine 是不是包含了 php:${PHP_VERSION}-cli-alpine? php:${PHP_VERSION}-cli-alpine仅有cli功能没有 php-fpm?

### System Info ``` docker exec -it text-generation-inference text-generation-launcher --env ``` ``` (base) ➜ huggingface-text-generation-inference docker exec -it 401ba897d58aa498e6fffa0e717144c47fea4cf56c0578fbb4b384b42bcf6040 text-generation-launcher --env 2023-06-03T03:36:08.324157Z INFO text_generation_launcher: Runtime environment: Target: x86_64-unknown-linux-gnu Cargo version:...

``` $app->addGroup('/users', [ // middleware1, // middleware2 ], function ($app) { $app->get('/{name}', function ($request) { return \React\Http\Message\Response::plaintext( "Hello " . $request->getAttribute('name') . "!\n" ); }); $app->addGroup('/{name}/posts', [ // middleware1, //...

When a request is cancelled, the promise seems to not be cancelled. ```php

bug

When utilizing UV expansion, the putContents function cannot override the file content. ```php use React\Filesystem\Factory; use React\Filesystem\Node\FileInterface; require 'vendor/autoload.php'; file_put_contents(__DIR__.'/a.text', '12345678'); Factory::create()->detect(__DIR__.'/a.text')->then(static function (FileInterface $file) { return $file->putContents('876'); })->then(static function...

bug

For example, if a user has two payment orders, only one payment order will be counted when there is a `limit`. Now, the `limit` is removed, but we can still...

needs response