David Kebler

Results 61 issues of David Kebler

Now that I can compile your sass it is throwing errors in a three partials. the error is unbound variable $space it happens in _forms, _progress, and _typography (in typography...

Don't know if this is covered but the old docs don't talk about launching verdaccio as a systemd service. Yet there is a systemd directory in the repo and a...

help wanted
good first issue
documentation
hacktoberfest 🎃

I couldn't get rocket chat to work with the docker-compose.yml file in this repo. I finally looked at the docs from the main repo and followed them. Those link to...

Installed the client, connected to an evaluation server I spun up. Now have a production server running and I want the change the server url but can't The UI is...

I have a self singed certificate with my own ca I created. Despite using doing this ``` proxy.register('https://lights.645.kebler.net', 'https://lights.645.kebler.net:8443', { ssl: { key: '/opt/certs/lights.645.kebler.net.key', cert: '/opt/certs/lights.645.kebler.net.crt' ,ca: '/opt/certs/rootKeblerCA.crt' } })...

manast tagged this on Aug 28, 2014 · 268 commits to master since this tag Seems you have you been bumping versions at npm and just not making tagged releases...

just trying to migrate to 2.0. Need some clarification in the backend a model and service is created like so ``` // Initializes the `circuits` service on path `/circuits` const...

enhancement

``` % if [[ -f "$BUILD_SRC/Dockerfile" ]]; then .INCLUDE "$BUILD_SRC/Dockerfile" % fi ``` if the file `"$BUILD_SRC/Dockerfile"` does not exist then the .INCLUDE statement is ignored BUT bash-tpl STILL seems...

``` function isSymbol (x) { return typeof x === 'symbol' || typeof x === 'object' && Object.prototype.toString.call (x) === '[object Symbol]'; } ```

npm install has warnings, bower install looks fine, but any gulp task including default, build, has immediate fatal error. See below. Running v.12 node, npm 2.12, gulp 3.9 ``` pm...