Paweł Sacawa
Paweł Sacawa
Can I second those who ask for a new release from the new maintainers? jq has had optional `else` clause in `if` statement since 4f6045a in Feb 2020. Since then...
I'd like to take a stab at this. To reconcile the bottom tool-bar space, I have the following plan: - A new `vi_mode` config option - The `bottom_toolbar` config option...
I've replicated this with ``` it("login", () => { cy.visit("/login/") .findByLabelText(/Email Address/i) .type(myEmail); }) ``` *cypress.json* ``` { "baseUrl": "http://localhost:3000", "video": false, "screenshotOnRunFailure": false, "env": { "FAIL_FAST_ENABLED": true } }...
Let me elaborate a bit about the use case. Some APIs like that of stripe allow to receive webhooks in development. You use a CLI to form a connection to...
I'm afraid I haven't been able to. I only know it has to do with `rest_framework` class based views.
Thank you, this would work. With `redux-toolkit` I am able to narrow the type literal from `string` to make this work. However, in Typescript 3.9.7 I get a syntax error...
I've thought a bit about what would be a perfect typing experience for `redux-saga`. It would have the following properties: + It would support the above use case, where a...
I have something in mind like the content of this [diff](https://github.com/psacawa/pgcli/commit/e2f82b133d5ddc3fd38f2faaeeab2a0a9d5271e9) in my fork. This dynamically loads all modules in the `~/.prompt_toolkit` directory and send the `PromptSession` the `main` routine...
@okbob, thanks for informing me about this. It is definitely very useful. But for my case it isn't enough. This is because I typically need the raw JSON format for...
See #276 and the simple fix in #291.