Paul Frazee
Paul Frazee
As far as I can tell, the nodejs vm (or vm2) does not use the ArrayBuffer or TypedDataView objects that are native to the VM's realm, causing things like `v...
A design tradeoff for WebDB that I didn't consider enough was bundle size. - [x] In the most recent release, JSON-Schema was added for validation. Turns out my module choice...
Currently a rebuild event (triggered by a table definition change) will cause all indexes to be rebuilt. We can update this to only rebuild the affected tables.
Mentions
It'd be very nice if we could mention other users. This will require: - [x] A UI element for detecting when the user is mentioning somebody during composition. - [x]...
Sometimes the name gets cleared Sometimes people create their user and then an exception throws (no is current user)?
Tara's currently adding a tool to change the active profile. We need WebDB to add a 'reset indexes' function, and then we need to call that method after the change.
Right now if you view my profile with the DNS shortname (ie `dat://fritter.hashbase.io/user/dat://fritter-pfrazee.hashbase.io`) the app will treat the profile you view as different from the raw URL version. To solve...
I had 2 unread notifications. When I opened it: ``` Uncaught (in promise) TypeError: Cannot read property 'getRecordURL' of null at FritterApp.threadUrl (dat://fritter.hashbase.io/assets/index.js:1767:29) at renderNotification (dat://fritter.hashbase.io/assets/index.js:608:31) at Array.map (native) at...
I created a new profile and followed a lot of people. Things stopped making progress, but not because of the CPU or network load -- it looked like the page's...
Some of the correctness tests in #6 require atomicity across async operations to be correct.