Clément Birklé
Clément Birklé
Hello, I added my remote (sftp) to the workspace. It works well. Now, if I open the integrated terminal and click on "+ new terminal" on the right. I have...
Hi! Is it possible to add an option to define the host instead of listen on "0.0.0.0"? https://github.com/soketi/soketi/blob/1.x/src/server.ts#L381 My hosting needs an IPV6 + a domain.
I just discovered a new short type of Uuid. It takes only 22 characters like _id of Mongodb. There is also a library for php: https://github.com/linkorb/xuid Do you think it...
### Versions: - ide-helper Version: 2.13.0 - Laravel Version: 10 - PHP Version: 8.1 ### Description: All models in file `_ide_helper_models.php` extends always \Eloquent. Sometimes it's wrong because a model...
Hello, I installed [the tutorial at the step 20](https://angular-meteor.com/tutorials/socially/angular2/3rd-party-libraries). (meteor npm install => meteor run) When I run Meteor, visibly, it is unable to resolve "@angular/http" I follow the indication:...
Hi! I tried this extension with Lando (https://lando.dev/) but it doesn't work. I think the problem come from the Docker command because Lando need a command like that: `lando ssh...
### Bug report Hello, I have a function like this: ``` /** * @template TDefault * @template TExplicit * * @param class-string|string $abstract * @param array $parameters * @param class-string|null...
By default, integer attributes validation accepts both float and integer values. In some cases, it can be useful to only accept integers.
This PR concerns this issue: https://github.com/spatie/laravel-data/issues/681
This PR introduces a new feature that allows the use of well-annotated collections without the need for annotations inside the `Data` class. By ensuring that collections are well-annotated, we can...