Николай Шангин
Николай Шангин
## What was changed Added ability to return associative array from activities with JsonEncoder. ## Why? Although @SerafimArts explains in every related issue that json has no support for hashmaps...
Ok, I remember that readonly didn't work for me, but now they are working, so I created a test case for it. In order for it to work we need...
First of all thank you for this wonderful piece of tech! Such a delight to work with. And second, I'm only begin to work with it, so it might be...
I want to have the ability to delete a namespace using PHP-SDK ### Describe the solution you'd like There is already working OperatorServiceClient in the SDK, but it's not used...
When you registen new Blade directive in AppServiceProvier, for example @run ``` Blade::directive('run', function($expression) { return ""; }); ``` It's not accesable by `HamlBladeCompiler` class, because in `BladeCompiler` variable, that...
Hi there! First of all thank you for this great plugin, it's really cool :) And I just want to ask, is there any way to use PHP or Blade...
## Detailed description Is there a way to skip null values from serialization, for example like in [Symfony serizalizer](https://symfony.com/doc/current/components/serializer.html#skipping-null-values)? ## Context I have a generic object for an API request...
### No duplicates 🥲. - [x] I have searched for a similar issue in our bug tracker and didn't find any solutions. ### What happened? User has many Subscriptions Subscription...
### Description On the fresh spiral framework install in the config/cache.php local driver for cache is defined as ```php 'local' => [ // Alias for ArrayStorage type 'type' => 'array',...
### Description In tests the `withActor` method in fakeHttp do not work with custom auth transport (like header) giving the error: ``` Received response status code [500 : ] but...