Steve Moretz

Results 60 issues of Steve Moretz

I've been working on some implementation for wpml support which requires crazy sql commands sure it's hard to maintain and all. But I was wanting to know if you're interested...

- Corcel Version: 5 - Framework Name & Version: php vanilla - PHP Version: 7 - Database Driver & Version: Mysql ### Description: I get ``` "meta": [ { "meta_id":...

- Corcel Version: 4.0.0 - Framework Name & Version: Laravel 7 - PHP Version: 7.4 -OS : macos ### Description: running php artisan vendor:publish --provider="Corcel\Laravel\CorcelServiceProvider" gives Unable to locate publishable...

You have done : `php artisan optimize` but in the same family these guys are left out : `php artisan config:cache` `php artisan route:cache` would be great to have them...

**Is your feature request related to a problem? Please describe.** Sure I'm writing a little compiler and I need syntax highlighting for the QTextEdit **Describe the solution you'd like** https://doc.qt.io/qt-5/qsyntaxhighlighter.html...

API request

`java.lang.NullPointerException: Attempt to invoke virtual method 'void info.kimjihyok.ripplelibrary.renderer.Renderer.render(android.graphics.Canvas, int, int, int, int, int)' on a null object reference ` Even the empty java and only xml.It's too crazy please check...

**Describe the bug** Technically the url returned from the redirect is supposed to be cached not the first url. **To Reproduce** eg : ``` http://test.test/this_will_redirect_to_another_url -> http://test.test/this_is_the_other_url?bust=123456 ``` Now if...

bug

Hi why the header is gone??? only replace createFluidNavigator with createStackNavigator the header now works. But with createFluidNavigator it doesn't! ``` const MainNavigator = createFluidNavigator({ Test:{screen : NotificationScreen, navigationOptions :...

### Introduction Redirection for images works on iOS probably thanks to this : https://github.com/facebook/react-native/commit/192ab663b76dd8e640915c0670830c2de557804f But not on android. ### Details ### Discussion points I just want to have the same...

Hi I'm not sure if this is already supported or not, but I would love to use a custom ScrollView or FlatList with this, that is a really useful feature...