Dave Stewart

Results 205 issues of Dave Stewart

## Background The Vue Class Store [readme](https://github.com/davestewart/vue-class-store/blob/master/README.md) starts with an intro written in the form of a "3 guys walk into a bar" joke: > So Vue, Vuex and Vue...

help wanted

Starting this thread to prevent #12 from getting cluttered. @Mootook @djmaze

## Background Vue Class Store is fundamentally different from Vuex in that it doesn't have a wider state management methodology such as explicit one-way data flow, but it is designed...

help wanted
question

See if it can streamline package installation

Hi, Just found this lib and it looks good! Does it or could it support multiple trees, and drag and drop to and from each? Thanks

TODO
Multiple trees

Hey! Great little tool. I used it today to show some CLI output: ![image](https://user-images.githubusercontent.com/132681/128015738-b3269097-4862-4d13-9619-702b23a75fc1.png) Unfortunately, the grabbed region looked cramped without any padding, so I added some in Photoshop. Easy...

enhancement

Hi there, My site is currently built using a [Vue Masonry CSS](https://github.com/paulcollett/vue-masonry-css) which has mainly been good, but I am looking for an alternative as I'm coming across a bug...

HI there, I have a page where I show various blog articles in sections. Ideally these would fill left to right, top to bottom, but of course masonry will fill...

Hello, Certainly enjoying the library so far. Not quite sure why `masonry-bottom` exists though, or why it has a min-height of 100px (which affects my layout, as I have various...

Just trying to work out the best way to document components so that other devs know what to listen to: - `@property` = in - `@fires` = out Does this...