Paweł Sacawa

Results 15 issues of Paweł Sacawa

When running `JBOL/examples/script.jq`, I encounter the error ``` jq: error: syntax error, unexpected end (Unix shell quoting issues?) at , line 13: then ($t*($n-length)) + . end jq: error: Possibly...

I have an example API, hosts at `https://statsapi.web.nhl.com/api/v1`, which has its root at the path`/api/v1` relative to the domain. I also have the corresponding (schema)[https://github.com/erunion/sport-api-specifications/blob/master/nhl/nhl.yaml]. However, when I try: `http-prompt...

"Smart-case" search means that if the search term is all lowercase, then the search will be case-insensitive. If there is any upper-case character, then the search is case-sensitive. Therefore, "Foo"...

#### Problem Description I received the following message when editng a field of a `multipart/form-data` request body, which is for for file uploads. ``` Traceback (most recent call last): File...

kind/triage

Hi all, Like many of you, I'm chasing a better editor experience for Django. Unfortunately, `mypy` doens't implement a LSP server, so its type information can't be directly consumed in...

## Description When profiling Postgres queries with `EXPLAIN ANALYZE`, it is often necessary to copy the query to the system clipboard in order to feed the output to a visualisation...

The dbcli projects all use the the `prompt_toolkit` module, as do other popular packages like ipython. This module exposes a lot of possiblities to configure prompts, the majority of which...

enhancement

Maybe I don't understand something, but when I look at the source code for the `PasswordResetView`, it seems to direct `allauth` to send the user an email prompting the user...

Example: when copying ``` https://github.com/login/oauth/authorize?client_id=7b074117aa3d9d9e2fd7&redirect_uri=http%3A%2F%2Flocalhost%3A8000%2Faccounts%2Fgithub%2Flogin%2Fcallback%2F&scope=&response_type=code&state=nPLv4OCmPdI2 ``` I got: ``` https://github.com/login/oauth/authorize?client_id=7b074117aa3d9d9e2fd7&redirect_uri=http0X0P+00.0000000.000000localhost0X0P+080000.000000accounts0.000000github0.000000login0.000000callback0.000000&scope=&response_type=code&state=nPLv4OCmPdI2 ```

This is a WIP PR tracking #278.