Yan Pashkovsky
Yan Pashkovsky
Example ```bash if [[ $AAA == false && "${x:0:1}" != "#" && "${x:0:10}" != "#disabled#" ]] ; then fi ``` Replacing `${x:0:1}` with `$x` removed error.
``` template class #if __cplusplus >= 201703L [[nodiscard]] #endif Result { }; ``` This is c++17 feature and will show warning if you will ignore the Result
It's often desirable to print some snippet
I see error "Missing Gradle project configuration file: .settings/org.eclipse.buildship.core.prefs" of my maven project despite `"java.import.gradle.enabled": false` is in my .vscode/settongs.json. There is still gradlew and build.gradle files, but they are...
Jit and gil
One of the reasons why cpython is the slowest one is that it is interpreted. Do you have plans to support jit? And will you keep gil? UPD: As any...
I have two opened repositories, one of them has branch that doesn't match regex
Cmake 3.8.2 Ubuntu 16.04 c_cpp_properties json looks like ``` "name": "null", "includePath": [], "defines": [], ``` while .cmaketools.json contains all include paths: My project consists of main CMakeLists file and...
We store in one column int64 values. In grid view last two digits become zeroes. In visualization they are rendered as int32_min. E.g. 1608532083302613811 in grid view becomes 1608532083302613800. In...
### Jenkins and plugins versions report Environment ```text TBD ``` ### What Operating System are you using (both controller, and any agents involved in the problem)? RHEL 7 ### Reproduction...
# Summary `HTTPX_CA_BUNDLE` env-variable was introduced (similar to `REQUESTS_CA_BUNDLE`). The motivation behind it: `SSL_CERT_FILE` affects other libraries/programs. Alternatively I can introduce `HTTPX_SYSTEM_CA`. Related to #302 # Checklist - [X] I...