Richard Tier

Results 7 issues of Richard Tier

It would be great to detect an env var has been misconfigured by optionally providing a list of valid choices for the value. It seems this is not currently supported....

enhancement

I would like to clear the input box programmatically. I've almost made it work, but the result is the dropdown opens again ad a side effect. ![clear](https://user-images.githubusercontent.com/5485798/55814428-641b4f00-5ae6-11e9-95c2-e07a4589b159.gif) I'm doing this:...

feature request

https://github.com/jbinto/react-testing-cookbook-egghead#13---redux-testing---redux-reducers notice actual is defined twice. We don't want the second one:

Nice project, but the real workaround lies in [social engineering](https://en.wikipedia.org/wiki/Social_hacking), not tech. Looking at [the UK rules](https://www.gov.uk/guidance/nhs-covid-pass), specifically at point 2. > On Wednesday 15 December, the coronavirus (COVID-19) rules...

I had a problem where a lint tool plugin returned symlink paths, but imhotep was looking for the realpath. so the plugin returned '/private/var/...', but imhotep was looking for '/var/...'...

[It looks like the template tag renders empty on exception](https://github.com/jazzband/sorl-thumbnail/blob/master/sorl/thumbnail/templatetags/thumbnail.py#L144) Is there an existing way to tell the thumbnail to fall back to the original image on failure to resize?

Currently Context methods don't return. This means we cant e.g, use the timestemp returned by `bot.send`. https://github.com/filipre/signalbot/blob/1305a67508c000b90dd7662eb559edc54346120f/signalbot/context.py#L29 I work around this by doing: ``` timestamp = await self.bot.send( c.message.recipient(), reply,...