Ryan Leckey
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...
### 📦 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...
This seems like the package to use going forward.
@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...
Linter Error and Linter Info icons are too similar also the icons are inverted which is weird ...
A couple UI suggestions for improvement about the status bar icons. ---  From a glance they look identical. --- The error and...
 1. It feels odd that there is currently 3 different click areas when it all leads to the same action. I feel...