camo
camo
As I run command **composer require "PHPGangsta/GoogleAuthenticator:1.0.1"** I get the error: ... Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an...
### Version 4.0.2 ### Reproduction link [github.com](https://github.com/vuejs/vuex/tree/v4.0.2) ### Steps to reproduce ``` { "name": "myApp", "version": "1.0.0", "private": true, "scripts": { "dev": "nuxt --port 8080", "build": "nuxt build", "start": "nuxt...
Hi, is it possible to change color of progress bar via ``` var nanobar = new Nanobar( { barCss: {'background-color': 'green' } ); ``` I dont want to have it...
I have working tour. BUT if I scroll the page popup flickers. Can you tell me how to fix it? Here is the code: ``` $(document).ready(function() { var steps =...
Hi, I am starting with bootstraptour so I have a simple script with few steps like below. The problem is the dialog does not appear. Only if I scroll little...
Can somebody tell me why after onNext callback redirects to the next page correctly this plugin shows up the same step? Not next step but the same step. How is...
I needs to generate steps dynamically because of step.path param. So I do it in for cycle like in the code below. But if tour redirects to another page, the...
I have two versions of Elasticsearch on server (E2 and E6). I need to handle this situation but I cant find any documentation about ElasticaStrategy settings. Is there any or...
When I try to run npm install dns I am getting thi error. OS is Win 10 npm -v 6.14.6 node -v 12.18.3 ``` c:\wamp64-3-2-0\www\eliadmin-npm-test\node_modules\tomahawk\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\nan\nan.h(107): error C2039: 'Handle': is not...
Hi, I try to use you library with my Vue3 project. Simple example works fine. Dragging sorting events works fine on first level. But I can not insert items into...