Nick Graham

Results 5 comments of Nick Graham

I don't think this has been updated ```python from commonregex import phone from commonregex import phones_with_exts Traceback (most recent call last): File "", line 1, in ImportError: cannot import name...

I'm definitely not an expert, so not sure if there are negative side effects of this, but I was able to remove the warning by adding a `tsdx.config.js` file at...

This would be kinda tricky - You have to know _which_ environment to edit, either the currently selected one or the base environment - When using templated variables `{{_.url}}/{{_.path}}/{{ _.userID...

You can search if you open the menu bar. Maybe this should be documented better here: https://github.com/TermiT/Flycut/blob/master/help.md Are you asking specifically about typing after opening the bezel with the hotkey?...

@ljharb Based on [this](https://github.com/ljharb/qs/issues/284#issuecomment-426098167) I was treating it as a bugfix. It's kinda already behind the `decoder` option. If you don't provide that, this won't do anything. But I guess...