hazel

Results 11 issues of hazel

C:/Ruby23/lib/ruby/gems/2.3.0/gems/inquirer-0.2.1/lib/inquirer/utils/iohelper.rb:109:in ``': No such file or directory - tput civis (Errno::ENOENT) from C:/Ruby23/lib/ruby/gems/2.3.0/gems/inquirer-0.2.1/lib/inquirer/utils/iohelper.rb:109:in `without_cursor' from C:/Ruby23/lib/ruby/gems/2.3.0/gems/inquirer-0.2.1/lib/inquirer/prompts/list.rb:95:in `run' from C:/Ruby23/lib/ruby/gems/2.3.0/gems/inquirer-0.2.1/lib/inquirer/prompts/list.rb:120:in `ask' from C:/Ruby23/lib/ruby/gems/2.3.0/gems/inquirer-0.2.1/lib/inquirer.rb:12:in `list'

Adds an to option skip hiding shells/objects/health/names/faction names if the other player is in the same faction as the current player.

Every time I reopen the flipbook window I have to uncollapse my one storybook, it would be nice if it defaulted to open or remembered the previous state.

Expected price is required: 400, `Error converting value {null} to type 'System.Int64'. Path 'creationContext.expectedPrice'`

This PR adds a `JwksProvider` trait which is used by `ClerkAuthorizer` to retrieve JWKs for validating requests. It provides `SimpleJwksProvider` which reqeusts the JWKS from Clerk on every request, and...

When authorizing requests, instead of getting the JWKS from Clerk on every request, there should be some mechanism to cache the JWKS. `clerk-rs` could provide some common options (cached in...

enhancement

SQLx supports `execute`, `fetch_all`, `fetch_one`, and `fetch_optional` on queries, but the SQL plugin currently only exposes `execute` and `fetch_all` (as `select`).

enhancement
plugin: sql

### Description On iOS and Android (not web), calling `StyleSheet.flatten` with null/undefined/false returns `undefined`. The TypeScript signature of `flatten` is `flatten(style?: StyleProp): T`. null/undefined/false are valid `StyleProp`s, so passing them...

Issue: Author Provided Repro
API: StyleSheet

**Describe the Bug** `setQueue` is not implemented for web: `TypeError: _TrackPlayerModule.default.setQueue is not a function`. **Steps To Reproduce** Set up a React Native Web project using RNTP and try to...

Bug