Joe Pea
Joe Pea
I have "mixin classes" (class-factory mixins), but I just want to document them as regular classes, and use things like `@mixes` (or similar) to describe what they inherit from. I...
[Enter steps to reproduce:] 1. not sure **Atom**: 1.31.2 x64 **Electron**: 2.0.7 **OS**: Mac OS X 10.13.4 **Thrown From**: [narrow](https://github.com/t9md/atom-narrow) package 0.65.1 ### Stack Trace Failed to load the narrow...
In Solid, it is: ```js createEffect(() => { console.log(firstName() + ' ' + lastName()) }) ``` I suppose in cellx the same is a cellx but just don't use the...
Does this work in a closed network (f.e. on a wifi network with no internet)? I'd like to connect two devices by running code in each device's browser. They are...
## Bug report _Delete this section if this is a feature request._ * Skate version: v5.2.4 * Affected browsers (and versions): all ### Current behaviour After defining multiple classes with...
I wonder what a `rendererCallback` for using Vue inside SkateJS might look like. In particular, I'm wondering if there's some way of using Vue build-system type stuff (f.e. stuff like...
fix: it was impossible to remove `array` or `object` attributes when setting the JS prop to `null`.
* [x] Bug * [ ] Feature ## Requirements * [x] Read the [contribution guidelines](https://github.com/skatejs/skatejs/blob/master/CONTRIBUTING.md). * [ ] Wrote tests. * [ ] Updated docs and upgrade instructions, if necessary....
* [ ] Bug * [x] Feature ## Requirements * [x] Read the [contribution guidelines](https://github.com/skatejs/skatejs/blob/master/CONTRIBUTING.md). * [ ] Wrote tests. * [ ] Updated docs and upgrade instructions, if necessary....
mixins
## Feature request Pleeeease? 🙏 ### Use case(s) Without mixins, Skate has a new issue: Suppose I `import CoolElement from 'cool-element'`, and `CoolElement` does not have `SkateJS` features. Because SkateJS...
In web, one has to fetch the file, then pass a blob in.