Joshua Ziggas
Joshua Ziggas
Is there a way to get the current language in the config phase?
Using cancan 1.6.1, ruby 2.0.0p247 and rails 4, and @AntonTrapp worked for me. Thank you.
Just encountered a blocker with this trying to add request bodies to an HTTP DELETE method while upgrading docs. I had thought this was supported but didn't realize there is...
First time user of this library here. I don't understand why the LoopBack 4 documentation is providing examples and instructions with LoopBack 3 commands. Eventually found this GH issue to...
I also have a use case of test, stage, and prod server urls. As well as a few product team urls. Importing the OpenApi 3.0.3 document into Postman only generates...
I think it makes sense. Other random ideas off the top of my head might be a "end of gesture" gesture or to throttle/debounce gestures.
I've run into the same error. In my case our code was inadvertently calling `hopscotch.endTour()` when a tour hadn't been started yet.
With regards to Angular 10 compatibility there is also this error which can prevent builds from passing: ``` node_modules/ng2-dragula/dist/components/dragula.module.d.ts:3:23 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s). 3...
Fixed in [1008](https://github.com/valor-software/ng2-dragula/pull/1008), awaiting version bump and release. Edit: Shoutout to @centigradeclemensP for providing the fix.
I think the version of Angular in the demo folder needs to be updated in order for the build to pass.