Aron Nyborg Allen
Aron Nyborg Allen
Hi, I am working on a vDOM data standard called vDOMSON. The idea is to have a simple and pure data presentation that is independent of vDOM libraries, you can...
A feature I keep on needing is to invoke blur, focus, select in certain circumstances. I have two approaches right now that work in different scenarios. I extended options for...
Hello, After using Cycle.js with Web Workers, I realised the need to declare query templates. A query template defines the values you need from the event, element, or elements. An...
Hi, Working on @cylce/sandbox I ran into a problem, because of multi-threading the sinks from a web worker are returned asynchronously, thus I had to tell my Sandbox driver which...
We have run into an issue with vendor specific pseudo selectors. We are trying to use ```::placeholder``` which is vendor specific as detailed below. ``` ::placeholder ::-webkit-input-placeholder ::-moz-placeholder :-moz-placeholder :-ms-placeholder...
Hi, As some may know I am experimenting with running Cycle in WebWorkers. It works pretty well, but the main bottleneck is the postMessage API. Right now I am transmitting...
Just stumbled across this. https://github.com/gk-brown/MarkupKit It is iOS only, but imagine the Cycle architecture without JS.
Working with React Native, I find the most terrible thing that you don't have direct control of the keyboard. It could be cool with a declarative Keyboard driver, where one...
Hi Raquel, Thanks for a great talk at CycleConf, it was very enjoyable. As I mentioned at CycleConf you may* be able to avoid the circular dependency all together, by...
Hi, animate and animateTransform need to be identified as SVG elements.