Benjamin Rösner
Benjamin Rösner
it would be really helpful to have bitwise operations: https://www.w3schools.com/js/js_bitwise.asp As example: Currently creating for example XOR is quite complicated. With "^" xor (javascript operator) and n entries: {"^":[1,0,0,0,0]} ->...
Hi, My snippets package has version 1.0.2 Below i reduced my snippets-file to one example. The grammar exists and is set for the document. Autocompletion offers me: |_______________________________________ | ->|...
[def _dump_fn](https://github.com/ESSS/pytest-regressions/blob/9a796ee502d1551defdef5e41326d45cbeb5e2f9/src/pytest_regressions/dataframe_regression.py#L172) ```python import pandas as pd df = pd.Dataframe({ 'col_1': [1.0, 2.0, 3.0], 'col_2': [21.0, 31.0, 32.0], 'col_3': [101.0, 102.0, 103.0] }) df.to_csv("test.csv", float_format=f"%.17g") df # col_1 col_2 col_3...
Currently the check performed on numeric values checks if the obtained column dtype is of subtype np.inexact. This excludes tolerances for Integer values. Is there any specific reason to exclude...
**Description**: The Swissknife extension is not functioning when attempting to decorate a file or folder in the Explorer. No changes occur upon attempting to use this feature. The error happens...
### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...
## Description This pull request addresses a memory leak issue in the mbedtls dynamic implementation related to SSL/TLS buffer management, as described in issue #14444. **Summary of Changes:** - Added...