Robert Balicki

Results 14 issues of Robert Balicki

* I love the pattern shown in https://rocket.rs/guide/state/#usage where the `DbConn` is created from the managed state pool and then exposed as a Request Guard. * I'd like to do...

request

When developing locally, I have two sibling folders, core/ and website/. Website's cargo.toml references `core/` via `core = {path="../core"}`. I'd love to have the website auto-refresh when I make changes...

Hello! I'd love to have the ability to automatically watch local dependencies, i.e. those that are specified in my Cargo toml as: ``` foo={ path="../another-crate" } ``` Currently, I watch...

Hello, I am lazy. I would like to be able to specify: `watchDirectories: [ path.resolve(__dirname, '../path-to-workspace') ]` instead of pointing to the `src` directory inside of each crate. If I...

Hello, Thank you for developing this! It's very easy to use and intuitive. I'm using this library along with https://github.com/theturtle32/WebSocket-Node/blob/d5398c862b3aa460f71f1c77ddd6138d4e722eaf/docs/WebSocketRequest.md. Under the 'reject' section, you'll see that if a connection...

## Summary * This PR adds support for persisting certain settings to device storage, allowing e.g. RN apps to properly patch the console when restarted. * Pass device storage getters/setters...

CLA Signed

## Summary * The SettingsManager turbomodule exists in iOS, but not for Android. Add support for it. * One accesses the SettingsManager TM via `Libraries/Settings/Settings`. Implement **part** of that for...

CLA Signed
Type: Enhancement
p: Facebook
Partner

Thank you for the wonderful crate. I think it would make sense if one was able to unwatch paths, after having watched a parent path. e.g.: ``` watcher.watch("/") assert!(watcher.unwatch("/foo").is_ok()) ```...

It looks like schema extensions are ignored on Mac, but not on Linux (x64). Is there a workaround? ## Steps to reproduce * Clone https://github.com/rbalicki2/relay-test * `yarn && yarn relay`...

Thanks for the great extension! Just a quick nit. `first_name_1` converted to camel case should be `firstName1` not `firstName_1`. `firstName_1` is not proper (IMO) camelCase. Likewise, the reverse conversion `firstName1`...