Ashley White
Ashley White
Yea this looks like the ratio of the height for the container isn't being correctly calculated
you're correct, that's a mistake in the bower file. I don't understand your question regarding an alpha version. Feel free to open a pr fixing the bower file
great 👍 you can use BS3 if you prefer, it is backwards compatible
What do you mean "activate"? Do you mean include the delegate code that is in the documentation under "Implementation"? This is how it was originally but it can cause conflicts...
the automatic binding wasn't added as it would be a breaking change from current system where manual instantiation is required noConflict concern has been addressed in latest version 5 for...
In the example, you have used the same gallery name `multiimages` which already exists on the page. If you rename it - which you should as it's a separate gallery...
Great! If you squash your commits, I'll merge it in and get a new version going
you can get the client using `getFacadeRoot` ``` $neo4j = \Artdarek\Neo4j\Facades\Neo4j::getFacadeRoot(); $query = new Everyman\Neo4j\Cypher\Query($neo4j, 'MATCH (n) RETURN n;'); ```
+1. Confusing with the two separate configs
I have just implemented a rough version of this here:https://github.com/ashleydw/oauth-4-laravel/commit/cb4018054e0f0a617c84343e81949c49fec62970 I wouldn't suggest cloning my repo as I have bespoke requirements in there for other things, but you can take...