Cormac Relf
Cormac Relf
I should also be clear that if either model is null, then that's pretty likely to be a bug in your own code, and silently exiting in the lib is...
It's not built for dragula 2.0+, so just imagine the code has been updated, but you could try: https://github.com/cormacrelf/dragula-touch-demo -- and the `DelayDragDirective`. Also, given that you have complex requirements,...
I would just put them in a different list that does not participate in dragging. Seeing as you just want all the frozen vamps to be before the draggable vamps.
I would count myself as a change detection semi-expert after optimising [angular-skyhook](https://cormacrelf.github.io/angular-skyhook/), but I no longer have a large ng2-dragula codebase to validate performance improvements on. In fact, I don’t...
I'll just point you here: https://github.com/cormacrelf/dragula-touch-demo/blob/master/src/app/delay-drag.directive.ts
Note that in v2 you might have to mock a few more items on those classes. But this seems good enough for now, pending merge upstream.
The one failure on stable-1.28.0 is because `cfg-if` has an edition key in its Cargo.toml, which appears like so: ``` jpeg-decoder v0.1.16 (/Users/cormac/git/jpeg-decoder) ├── byteorder v1.3.2 └── rayon v1.2.0 ├──...
Perhaps related: I'm seeing SOME `|`-style block strings dumped as `>`, which will ruin the spaces when read back again. But not both. ```yml # input --- mode: citation input:...
Probably want to make that self-documenting, ie `line-spacing="no-linebreak"`, because my first guess would be that the zero is meaningful as some kind of "no extra spacing" value.
> @bdarcus And while I'm at it, any feedback/suggested changes on our related recommendations? Yeah. I think the "if no url rendered in bib entry, add the anchor to the...