Charlie Cheever

Results 25 comments of Charlie Cheever

Is there a reason they need to be locals and not globals? If they can be globals, there are a number of ways that aren't too hard to set them.

Easiest way is probably to look at an the nesh-hello example plugin and then basically make a copy and just set `context.whatever` to your object. https://github.com/danielgtaylor/nesh-hello

I used to contribute to this project but I haven't in a while because the repl that ships with node got a lot better and more usable. Here is what...

Hey -- They have released the spec but I don't think its available yet to the public for usage. Here is the spec. https://www.blog.google/documents/68/Android_Exposure_Notification_API_documentation_v1.2.pdf

thank you @ayoubphy , we'll start looking at it now

we won't be able to build this or finish a module until the new version of google play services is released

one could stub out something based on the spec, but there would be no way to test it. ex. looks like someone is doing that here: https://github.com/covid19risk/covidwatch-android-ag-minimal/blob/master/app/src/main/java/org/covidwatch/agminimal/FakeExposureNotification.kt

I believe they are only privately distributing a version of Play Services w the relevant libraries at this time. We are trying to keep an eye on things and find...

Do you have any errors in your logs or anything? Maybe try a `git pull` now with the latest code and you may see more. Also, are you on the...

I'm not aware of one but it would likely be possible and would be great. Have also wanted this.