Paul Nicholls

Results 22 issues of Paul Nicholls

Chrome's extension sync causes any (synced) browser/device to effectively switch context when you switch any other browser/device to a new context. This prevents the following sort of use case (which...

sync

Following on from #43 / #44, I've implemented a policy type and builder for style policies, following the same pattern as attribute policies. That means that you can whitelist individual...

This is a rebased version of #828, with an additional commit to use module imports instead of destructuring the Ember global. Per the original PR: > Tests added for paper...

Previously, moving focus between the chips and the input (for instance) would cause focusOut and focusIn to be triggered spuriously. In part, this seems to have been caused by observing...

At a quick glance, it appears that the Google Drive integration is currently using the Drive API v2, via the `@purest/providers` default 'google' config. If this is the case, Team...

At present, repeated fields are expected to take the form of a serialised JSON array, i.e. `?foo=["bar","baz"]` However, it's common to simply repeat the query parameter, either with or without...

enhancement
help wanted
proposal

In order to support the likes of CORS handling (i.e. using [rs/cors](https://github.com/rs/cors)), it would be useful to have a way to wrap the `http.Handler` before it's passed in to `http.ListenAndServe`...

proposal

In order to prevent mishaps (especially on Windows), it'd be best to run the `--pbout` and `--svcout` arguments through `filepath.ToSlash` (once they've been found to be non-empty) in order to...

bug
help wanted

### Latest firmware used? Be sure you tried the [latest release](https://github.com/Portisch/RF-Bridge-EFM8BB1/releases) or the [newest binary](https://github.com/Portisch/RF-Bridge-EFM8BB1/blob/master/Keil%208051%20v9.53%20-%20Release/RF-Bridge-EFM8BB1.hex) of the firmware! 0x04 ### Information What device you try to sniff data from? Description?...

I've just spent more time than I'd care to admit debugging an issue which I initially thought was caused by attempting to use `ember-drag-sort` within an `ember-paper` dialog, as I'd...

enhancement