Kory Nunn

Results 11 issues of Kory Nunn

### [REQUIRED] Describe your environment * Operating System version: iOS (All) * Browser version: Safari 15.5 (Web View ONLY, eg: cordova) * Firebase SDK version: 8.10.1 * Firebase Product: firestore...

api: firestore
type: feature request
internal-bug-filed
v9

Some modules check for the existence of Buffer but don't require it to work. Because the identifier `Buffer` is seen by browserify, it becomes bundled. Buffer addes quite a lot...

Hey, I realise I can't provide much info but when I try tape-run on [WSL](https://docs.microsoft.com/en-us/windows/wsl/faq) it fails without any output. The identical setup works on ubuntu, and in travis ci....

bug

I understand that the meetups are in toowong because it has parking, but how many people drive that aren't already coming from the city? I've also talked to a number...

Open Question
Special Project

I'm quite a hardware noob, but would it be possible to implement this by transmitting the data that the reciever is expecting, via an RFID transmitter, and therefore not needing...

EG: ``` var fastn = require('fastn') var ui = fastn('div') ui.attach(data) ui.render(renderers) document.body.appendChild(ui.element) ```

It would be great if any object with .on() could be attached to properties

propertyTransforms is an optional argument. https://github.com/KoryNunn/fastn/blob/master/baseComponent.js#L152

Allow for usage like: ``` fastn.div(settings, children...) ``` and maybe composition like: ``` fastn.list.div(settings, children...) ```