Jeff Griffiths

Results 22 comments of Jeff Griffiths

Here's the SDK bug: https://bugzilla.mozilla.org/show_bug.cgi?id=787063 Basically, no. Also, and I freel yadmit this is an implementation detail, window.onload if we supported it is dangerously misleading in a content script. Content...

@walkah I want to revisit this in the next sprint - it would be ideal if tooling such as a browser extension could listen to webnative events and react to...

More notes from discussing this with @bgins - If I am building an app and want to have my UI update based on state in webnative, i think I might...

Fast follow for AOL app-to-app linking!

Yeah I can't repro the @ issue on mobile. Underscores are definitely a problem. I'll check macOS / Firefox again tomorrow ![image](https://user-images.githubusercontent.com/104315/124226075-55515600-dabd-11eb-9f15-bb48d8c6eee7.png)

Sorry for the delay in getting back to this. The thing that needs to be addressed a still is the messages that the user sees: > Sorry, _jg is not...

> Agreed — better message here for sure. Do you think it's worth using a "proper" parser here to give detailed error messages (e.g. "you can't have an underscore at...

What do you think about an explicit separation of the baked-in dichotomy we've established? Eg ```javascript let hasPrivateFile = await fs.exists(wn.path.private.file('somedir', 'somefile.json')); let hasPublicFile = await fs.exists(wn.path.public.file('somedir', 'somefile.json')); ``` Aside:...

This is more of a priority now that partners have decided to adopt AWAKE!

@appcypher @matheus23 is this going into rs-winfs?