Alexander Karlstad

Results 15 issues of Alexander Karlstad

Is there an upgrade guide from v5 to v6 somewhere? It is not clear from the v6 PR (#229) or the release page if there is a way of upgrading...

good first issue
documentation

### Versions: - ide-helper Version: 2.10.0 - Laravel Version: 8.53.1 - PHP Version: 8.0.9 ### Description: In my `AppServiceProvider.php` I have added a macro for the `Stringable` class in Laravel:...

bug

- Laravel Swagger Version: 0.6.4 - Laravel Version: 8.12.3 - PHP Version: 7.4.12 ### Description: Say you have an internal session based API on `/api` in your application, one would...

bug

According to documentation it should also emit `GuestureResponderEvent` but I am only getting the image object in the callback for `onLongPress` Docs: ![image](https://user-images.githubusercontent.com/65263/179757696-2bcd803d-69e9-4f10-8221-19b441c2baf4.png) Example code: ```jsx { console.log('On long press',...

Seeders were namespaced and moved from `database/seeds/` to `database/seeders/` in Laravel 8. The extension today only tries to open seeders in `database/seeds/`. The best way to fix this would probably...

I am trying to install the package for my React Native (v0.67) project, but I am getting an error about the react depenceny as it seems to rely on React...

Missing this from Skype, and would be handy when having the app open while people are watching. Skype shows a user's status where Telegram shows the last message. There is...

enhancement

Working on my local machine (Pop OS) and using the PHP Imagemagick extension (PHP v8.1.13, Imagick v3.7.0), I try to convert a PDF to JPGs. The PDF has links in...

In admin panels it can consume a lot of width if full URLs etc. are shown, so I have truncated them with `->limit()`, and when exporting via header actions, the...

I can't seem to make the .json files (as explained [here](https://laravel.com/docs/5.5/localization#using-translation-strings-as-keys)) work with js-localization, and especially the `:export` command. Is this supported?

enhancement