0az

Results 12 issues of 0az

The basicauth directive expects a base64-encoded salt, whereas the hash-password command expects an unencoded salt: it takes raw bytes in from the command line. This is pretty confusing: I had...

discussion

### The Problem Converters don't work well with the `typing` ecosystem. Specifically, they break type checks (without casts, etc) unless you write a custom class or monkeypatch in a `convert`...

There's a couple spots that need patches: - Generated configs (`extends: ./node_modules/gts`, etc) - `execa` calls to `node ./node_modules/*` Implementation thoughts: - Check for `.yarn`? Hacky. - ESLint API? Probably...

type: feature request

# Feature: Notebook Editor, Interactive Window, Python Editor cells ## Description Right now, it's possible to create markdown cells for the Interactive Window with Python multi-line string literals. However, this...

notebook-markdown
interactive-window
feature-request

Realistically, I'm not going to send a patch in for at least a month, if ever. It's still a decent first issue for someone else, though. --- Relevant log snippet:...

For parity with hashlib in Python 3.8/9, `xxh32`/`xxh64`/etc need to accept a keyword argument `string`, and a boolean keyword argument `usedforsecurity`. https://github.com/python/typeshed/blob/04c74640f049a658f0099f4785452f5f46ec518b/stdlib/3/hashlib.pyi#L7 In addition, the `.name` attribute on the streaming...

For many tools, especially those designed for use across Linux/Unix/Mac, it makes sense to use XDG as a common standard. This especially applies to command line tools, for which `~/Library/*`...

enhancement
help wanted

## Description Remove unnecessary `go` dependency. ## Related Issues ### Checklist: * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? *...

- Allow opt-in use of `XDG_CONFIG_HOME` on all platforms - Allow opt-in use of `XDG_DATA_HOME` on Darwin Related: #185

Right now, I have a patch (wip) to implement `XDG_CONFIG_HOME` on an opt-in basis. That is, `XDG_CONFIG_HOME` is used *if and only if* `.jupyter` does not exist. This minimizes breakage...