Ryan Leckey

Results 86 issues of Ryan Leckey

Your crate name (goes in `use asn1::foo`) could be nice and simple: `asn1`. Your package name (goes in Cargo.toml) would be `asn-1`. Precedence in the `sha-1` crate: https://github.com/RustCrypto/hashes/blob/master/sha1/Cargo.toml#L2,L13 --- Main...

I'd like to add support for `grunt-contrib-handlebars` to allow it to render handlebars templates directly to HTML. Thoughts on option names ? ``` javascript handlebars: { options: { target: 'html',...

Would you be interested in a if-needed approach that first runs `checkPermission` and then `requestPermission` if we don't have it? ``` requestPermissinonIfNeeded(permissionName) ``` I don't mind submitting a PR.

```rust trait Connection { // [...] fn id(&self) -> ConnectionId; } #[derive(Debug)] struct ConnectionId(DB::ConnectionId); ``` * This could be reused as a means of telling postgres which query to cancel...

proposal

### 📦 Pull Request TypeScript `bundler` module resolution requires the following change to work. Otherwise TypeScript cannot read the type definitions. ``` error TS7016: Could not find a declaration file...

Currently on a new service worker control, `location.reload()` is called. Can we configure this so instead we can do `location.href = "/"` or the equivalent? I'd much rather have an...

@steelbrain How willing are we to change the panel? I see a lot of work has gone into the current iteration of the panel. To be blunt, it's not very...

A couple UI suggestions for improvement about the status bar icons. --- ![screen shot 2017-06-13 at 12 25 01 am](https://user-images.githubusercontent.com/753919/27070650-c3855834-4fce-11e7-8dd0-c679776bd6b0.png) From a glance they look identical. --- The error and...

![screen shot 2017-06-13 at 12 38 52 am](https://user-images.githubusercontent.com/753919/27071177-b2dec6f8-4fd0-11e7-97ae-853e666a0b10.png) 1. It feels odd that there is currently 3 different click areas when it all leads to the same action. I feel...