Marti Raudsepp
Marti Raudsepp
One would expect that when the caller explicitly asks to make unverified requests, then the `REQUESTS_CA_BUNDLE` environment variable doesn't affect it. The reality is different, however. ```python import os import...
I'm using IntelliJ IDEA 2020.1 EAP (build IU-201.3803.71), I assume that's the cause of the following error: java.lang.NoSuchMethodError: 'com.intellij.vcs.log.impl.VcsLogManager com.intellij.vcs.log.impl.VcsLogContentUtil.getOrCreateLog(com.intellij.openapi.project.Project)' at net.ntworld.mergeRequestIntegrationIde.ui.service.DisplayChangesService.findChanges(DisplayChangesService.kt:127) at net.ntworld.mergeRequestIntegrationIde.ui.mergeRequest.tab.commit.CommitChanges$setCommits$1.run(CommitChanges.kt:48) at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:192) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.doRun(LaterInvocator.java:468) at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:444)...
This is used, for example, when inspecting the result type of `SerializerMethodField`.
**Describe the bug** Whenever I start IDEA with the Poetry plugin enabled, it starts indexing the virtualenv and within seconds the whole $VIRTUAL_ENV directory gets completely removed. No new virtualenv...
The previous, deprecated `create_token_role()` method has arguments `period` and `explicit_max_ttl` that were dropped in the new one for some reason (in #734). Re-added these two arguments to the new `create_or_update_role()`...
The `Client.auth.cert.create_ca_certificate_role()` method fails on macOS when I pass a certificate PEM string as the `certificate=` argument. The method tries to be helpful and open the passed-in certificate argument as...
## Short description Conversion *from* Pipfile.lock almost always fails with error "ERROR InvalidSpecifier: ==not in3.0" ``` cd /empty/directory pipenv install requests dephell deps convert --from-format=pipfilelock --from-path=Pipfile.lock --to-format=pipfile --to-path=Pipfile.x --level=DEBUG ```...
I wanted to forward a few songs using the Telegram bot, but for any query the bot currently responds with "Couldn't find that :(" Meanwhile I joined the "[DATA] Spotify...
**Name of the lexer** TSX **Code sample** Type arguments to generic components are not recognized by Rouge. ``` const render = () => ( ); const render2 = () =>...
Since version 3.4, the cryptography library itself ships with type hints: https://cryptography.io/en/latest/changelog/#v3-4 This is the first step for #5618. Currently, if I use `types-paramiko` and `cryptography`, it forces me to...