James Colestock

Results 10 comments of James Colestock

I am migrating from the previous incarnation of Slate and just discovered that this feature wasn't brought forward in a clear way, like before. My existing app takes full advantage...

I went ahead and added a ref to an existing wrapper element and then I used a hook to set it similar to [this CodeSandbox example](https://codesandbox.io/s/xlpp5ozn3z). I honestly have no...

I definitely need to see it in a context similar to mine. I have read through the code, just don't know where everything goes. How to connect it all so...

Thank you for the response. So are Vuex's `map*` functions roughly equivalent to your `use*` functions. Did you use `use*` prefixing to avoid namespace collisions and/or to be more consistent...

Thanks for the response! I definitely hear what you are saying, but I am using Vuex 4.0.0 and have used the previous release candidates, and I haven't seen anything but...

Thanks! I can definitely contribute in terms of end user testing, etc. You probably don't want me updating the code, which would be, ostensibly, minor. :) More importantly, I think...

Awesome! Thank you so much for doing that. I will incorporate into my project shortly...

Seems suspiciously similar to [#3634](https://github.com/ianstormtaylor/slate/issues/3634) (if not a duplicate). In both cases: - Multiple editors are involved - The first editor works as expected - If the first editor has...

It would definitely be nice if all three of the plugins were similarly structured. For me: ``` mongoose.plugin(mongooseLeanDefaults.default); mongoose.plugin(mongooseLeanGetters); mongoose.plugin(mongooseLeanVirtuals); ```

Thank you for taking the time to enter this issue--I second! I am using Redis with Nuxt. Initially thought that I could make life easier by using `clear`, but ran...