Results 29 issues of Stefano

Hello, is there a specific version of jquery to use? If i import the version 3 it seems to not be working ``` TypeError: this.selector is undefined ... $.fn[PLUGIN_NAME] =...

Hi all, I would like to remove some files from git (using replace text). The "tutorial" online states ` Examine the repo to make sure your history has been updated`...

With dict we can set defaults ``` MYVAR = env.dict( "MYVAR", { 'value': bool, 'cast': { 'ACTIVE': bool, 'URL': str, } }, default={ 'ACTIVE': False, 'URL': "http://example.com", }) ``` now,...

What about having the scrollspy from bootstrap enabled for the navbar? in this way the navbar is aligned with the content of the page. http://getbootstrap.com/javascript/#scrollspy I'm trying to make it...

anyone that set up the grafana dashboard to have all the metrics that are collected?

Hi, wondering if the project is maintained or it has been discontinued. any info? i see very old commits and little reply to issues.

Hi all, I've setted up two vault machine (namely `vault1` and `vault2`) for HA (fallback). The clients allow only a single url to be put as client url. i've set...

I'm following this tutorial https://developers.google.com/tasks/quickstart/python forcing the code to python 2. i've installed the libraries with `python2.7 -m pip install --upgrade --target=lib/ google-api-python-client google-auth-httplib2 google-auth-oauthlib` and set wf to use...

We are using support branches for LTS baiscally. it would be good to have the same principle and commands for features/hotfix/releases (or just one of these) that starts from the...

I'm trying to test out Cachet with docker-compose following this link: `https://docs.cachethq.io/docs/get-started-with-docker` so far: - last version of cachet (2.3.18) not working since the command called `:install` does not exists...