Chris Wait

Results 9 comments of Chris Wait

@paulvanbladel I would be keen to have a go at a PR for this enhancement sometime in the next week, if it's something you're interested in having? 'storage.js' would obviously...

@liamdawson Yeah, they can be set/modified, and they're cleared when the private window is closed. The base config uses `localStorage` as the default storage (https://github.com/paulvanbladel/aurelia-auth/blob/master/src/base-config.js#L37). The Storage class only appears...

Just noticed that storing authentication details using cookies is already a feature request in issue #156 - if cookie-storage were to be implemented then adding some kind of graceful fallback...

Looks like when the main iOS module is initialised, it creates an `ESSBeaconScanner`: https://github.com/MacKentoch/react-native-beacons-manager/blob/2735284717985d1abdc9bab9ee67d4505025ad54/ios/RNiBeacon/RNiBeacon/RNiBeacon.m#L44 `ESSBeaconScanner` immediately initialises a `CBCentralManager`: https://github.com/MacKentoch/react-native-beacons-manager/blob/2735284717985d1abdc9bab9ee67d4505025ad54/ios/RNiBeacon/RNiBeacon/ESSBeaconScanner.m#L64 Couldn't confirm this via Apple's docs, but reading around StackOverflow...

@awebi I ran into this today while setting up iOS. I accidentally selected `ReactShareViewController.swift` instead of `ShareViewController.swift` (as described in the [iOS instructions](https://github.com/meedan/react-native-share-menu/blob/master/IOS_INSTRUCTIONS.md#:~:text=ios/ShareViewController.swift)) Going by your screenshots, it looks like...

TLDR: I don't think the FTP server exists. From http://www.scottishairquality.scot/data/ >There are three options for the output of your database download, according to the size of the data request. >....

More ~good~ ~bad~ news from Geoff: >The Atom feed can be automated. I download the data from all stations every hour. The Atom feed was designed by EU IT experts....

@sruti I just noticed that OpenAQ already appears to have data for Edinburgh: https://openaq.org/#/location/Edinburgh%20St%20Leonards?_k=04843s This is implemented in the `defra` [adapter](https://github.com/openaq/openaq-fetch/blob/develop/adapters/defra.js) which scrapes its data from [here](https://uk-air.defra.gov.uk/latest/currentlevels) Just so I...

@faisalaltell12 I have a fork for this package but it isn't hosted on npm. I'd probably suggest waiting for this to be merged