kevin olson
kevin olson
@garhbod nuxtjs, I don't think so, I can duplicate the blacklisting event by manually logging in, waiting for it to expire and hitting /refresh either with my browser or postman
@dergus One workaround for this feature is loop through and get the distance of each point of a polygon, then just use the shortest point found.
Apologies, laravel-mongodb version is v3.0 laravel5-jsonapi version is v2.4 Doing some research it seems as if null is being passed instead of a Grammar instance?
More details: Lumen service provider include: ``` php $app->register(\NilPortugues\Laravel5\JsonApi\Laravel5JsonApiServiceProvider::class); $app->configure('jsonapi'); ``` jsonapi configuration file ``` php
I had no problem using this in nuxtjs, just need to use the `client-only` helper ```vue client-only Compact(v-model="colors") import { Compact } from 'vue-color' export default { middleware: ['auth', 'only-admin'],...
@tj @Panya @kizu do you think we can get 2c from any of y'all on how we can approach this? maybe we can do this via the javascript API? all...
Hey everyone, while I'm messing with stylus and looking for a solution I've come up with an alternative plugin. I do not see a why to ignore @apply from the...
@adamwathan @MartinMuzatko @jhessin got a fork going with proper `@apply` support! give it a try if ya want https://github.com/acidjazz/stylus
@MartinMuzatko just use my fork and use `@apply` naturally in package.json: ```js "stylus": "acidjazz/stylus#dev", ```
@adamwathan my PR was merged and is included with [v0.54.6](https://github.com/stylus/stylus/releases) @MartinMuzatko you no longer have to use my branch!