-
Type: Bug
when my PC loses its electricity, or my Windows gets updated 😳, I re-open the Visual Studio Code, and it loses the split terminals and PWD to it does not exist in its prior situation many …
-
Node.js Version: `20.5.1`
Package Version: @logtail/node `0.4.6` (from npm)
After sending the log data, following console error appears.
```
(node:3878) MaxListenersExceededWarning: Possible…
-
### Environment
Symfony 6.2 project, using sonata-project/entity-audit-bundle standalone (without sonata-project/admin-bundle).
After upgrading to 1.11.0 (from 1.10.1) I'm receiving errors…
-
-
Type: Bug
When few minutes passed pressing 'ctrl + ` ' to open the terminal does not work anymore but opening new terminal using 'alt + shift + `' works.
VS Code version: Code 1.82.2 (abd2f3db4b…
-
I always get the error; "Failed to run dep deploy -vvv beta: exit status 255"
Complete Log: [log.txt](https://github.com/sourcebroker/deployer-extended-typo3/files/10428748/log.txt)
There seems …
-
In my `.env` file I have values like:
```
APP_DEBUG=true
APP_DEV=false
```
But the type of these values is always string:
``` php
var_dump(getenv('APP_DEBUG')); // string(4) "true"
var_dump(getenv(…
-
Hello,
I'm executing this code:
===================
```php
require_once(__DIR__ . '/vendor/autoload.php');
use SellingPartnerApi\Api\ReportsApi;
use SellingPartnerApi\Api\SellersApi;
use…
-
### Symfony version(s) affected
6.x
### Description
I would like to point out that not having this feature actually is a regression from 5.4 where that is possible.
From a description I w…
-
### Environment
#### Sonata packages
show
```
$ composer show --latest 'sonata-project/*'
Direct dependencies required in composer.json:
sonata-project/admin-bundle …