Aleksandrs G.

Results 7 issues of Aleksandrs G.

- L5-Swagger Version: 8.0.4 - PHP Version: PHP 7.4.12 - OS: macOS Catalina ### Description: Nested Example is not working. In documentation: https://swagger.io/docs/specification/2-0/adding-examples/ is written: > OpenAPI 2.0 example and...

Laravel: 6 PHP: PHP Version 7.3.8 Code: ``` $countries = new Countries(); $all = $countries->all(); dd($all); ``` Error: ``` Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Call...

Got errors in console: found in ---> at resources/js/Layouts/AppLayout.vue at resources/js/Pages/Dashboard.vue 1) Method "route" has already been defined as a prop. 2) Avoid mutating a prop directly since the value...

Hi, I think code will explain everything. Skype skype = new Skype("bot", "xxx"); skype.connect(); System.out.println("Bot is connected"); List groups = skype.getGroups(); // I have 2 groups System.out.println(groups.size()); for (Group group...

bug
logs needed

Hi, I have 14 errors after I imported package from [https://github.com/Rocher0724/socket.io-unity/releases](https://github.com/Rocher0724/socket.io-unity/releases) v1.0.1 Those are 2 files where errors appears: DynamicReflectionDelegateFactory and ILGeneratorExtensions. `Assets/Plugins/Socket/Newtonsoft.Json/Utilities/DynamicReflectionDelegateFactory.cs(8,38): error CS0234: The type or namespace name...

If I want to override e.g. search method, I can't do it because request method has private modifier. As workaround I could copy request method to derived class, but it...

Hi, This question should be marked as question. I didn't find an option how can i move top selected items in select list. I want to do like this: i...

4.0