RobIsHere

Results 19 issues of RobIsHere

Hi! We use ember-side-menu in our video editor application and cordova app. Thanks for sharing! On IPhone 6s (my test device), iOS 9.3 the slide to open and slide to...

Because of the is_subclass_of check in php-rql https://github.com/danielmewes/php-rql/blob/master/rdb/DatumConverter.php#L37 saving something like this fails because the check triggers the autoloader that in turn reveals an unfortunate code in Braintree's lib. ```...

This example with "prompt=..." https://github.com/DockYard/ember-one-way-controls/blob/master/docs/one-way-select.md#adding-a-blank-or-prompt-option auto-selects the first option from start. So the prompt never shows up. You can use promptIsSelectable=true to work around this issue. But then the user...

Variants are working differently in different cases import { css } from '@theme-ui/css'; css({ backgroundColor: 'textLink', fontFamily: 'body', height: 100, width: 100, variant: 'card.box' }) // Here the variant has...

discussion

### Steps to reproduce - create a knex db service - add a find before hook that uses hook.params.knex with any custom query: ``` hook => { hook.params.knex = hook.service.createQuery(hook.params.query);...

bug

## Current Behavior e.g. but also others https://baseweb.design/components/checkbox/ are using e.target... instead of e.currentTarget... Please note the difference of e.target vs. e.currentTarget documented e.g. here: https://developer.mozilla.org/en-US/docs/Web/API/Event/currentTarget Errors like these can...

If you define inverses of your relationship, the mixin hangs and finally crashes. The Merging of a circular reference fix takes since 2015.

I noticed that the wormhole content is rendered twice into the target during liquid fire transitions using liquid-outlet. I think for transitioning from route1 to route2 liquid-fire has both pages...

needs reproduction

I just experienced a problem with ember-wormhole 4.0 used by ember-power-select. A quick google search got me to this issue on the ghost blog, which describes exactly my problem and...

~~Here https://github.com/mariovalney/laravel-keycloak-web-guard/blob/master/src/Middleware/KeycloakAuthenticated.php#L17 the redirection is done with the redirect method which does not preserve the intent. For preserving the intent the special redirect()->guest($target) method exists in laravel.~~ In my case...