David Beitey

Results 54 issues of David Beitey

This adds the ability to control the starting position ([x,y] array) for the initial word/term being placed in the word cloud and can be used like so: ``` var width...

req

If I run the `touch` command on an existing file on a cloudfuse directory (update access / modification times), the contents are wiped, including on the server's object store. ```...

Using the latest version of this code, Nginx 1.8.0 seg faults on startup when the following is present within the configuration, noting this used to work with Nginx 1.6.3: ```...

I'm attempting to use this module to talk to a backend AJP endpoint (Jetty) and so far so good with using a `location` block with `ajp_pass` and other associated options....

Is it currently possible to send arbitrary request attributes via this module? In particular, I'm curious as to whether it is possible to set environment variables in this fashion. For...

This change provides an example of how to use live-server to serve a custom path, and adds a reference to this parameter under the parameters section. It was previously unclear...

**Describe the bug** The introduction of #129 (default variables for SCSS) has caused problems when trying to include multiple fontsource fonts in a build. Because variables are global, the first-included...

bug
contributors welcome!
not stale
needs community input
sass

Previously, the contributing doc mentioned an outdated `npm run tdd [compontentID]` command (which doesn't work as the `tdd` script, `karma start` doesn't take arguments). This change cleans this up by...

This implements #79. This adds support to typeface packages by adding `_typeface.scss` partial for setting a font-path variable. This is to enable support of Sass-centric build systems (eg sass directly,...

I'm following codeguide.co's guide for HTML (http://codeguide.co/#html-attribute-order) and the attribute order is `class` then `id`. At present, emmet has the default order set as `id` then `class` (configured from https://github.com/mattn/emmet-vim/blob/master/autoload/emmet.vim#L180)....