zar3bski
zar3bski
say I have the following configuration ``` { source = [ { type = mssql port = 1344 tables { une_table360 { id = "UniqueID" view = "someview" } une_table...
## Stacktrace motivating this PR I experienced the following issue while using `dtcwt.Transform1d.forward` ``` File "/home/zar3bski/Documents/Code/data/wavaetro/wavaestro/loader.py", line 29, in load_initial_dataset vecs_t = transform.forward(signal, nlevels=5) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/zar3bski/.cache/pypoetry/virtualenvs/wavaetro--xUrs-Fb-py3.11/lib/python3.11/site-packages/dtcwt/numpy/transform1d.py", line 86, in...
In order to solve [this bug](https://github.com/apache/apisix-python-plugin-runner/issues/53), the socket created by **apisix/runner/server/server.py** now belongs to `nobody` so apisix runners could write on it. I choose not to follow go plugin's `chmod`...
**Description:** I am trying to enrich [this handler](https://github.com/wso2-attic/product-esb/blob/v5.0.0/modules/samples/integration-scenarios/starbucks_sample/BasicAuth-handler/src/main/java/org/wso2/rest/BasicAuthHandler.java) (which protects APIs with `Basic` Authentication) with the ability to read credentials from the **governance registry**. I thus used `retrieveGovernanceArtifactByPath` from `GovernanceUtils`....
Some very useful Header wordlists out there contain **both key and values**. Such is the case for [these common non standards](https://github.com/danielmiessler/SecLists/blob/master/Miscellaneous/Web/http-request-headers/http-request-headers-common-non-standard-examples.txt) from **SecLists** However, if I ``` ffuf -u http://capiclean.htb/server-status...
# Landing a Pull Request (PR) Long form explanations of most of the items below can be found in the [CONTRIBUTING](https://github.com/epi052/feroxbuster/blob/master/CONTRIBUTING.md) guide. ## Branching checklist - [x] There is an...
I really appreciate this component but I am slightly paranoid and I wondered it is or could be possible to make it watch only configMap and **ignore Secrets** (sharing of...
Most of the Radxa 5 series are Platinium supported (pretty happy with the **Rock 5 ITX**, thank you guys) but I can't find any sign of the [Rock 5 T](https://radxa.com/products/rock5/5t)....
Hi First of all, thank you for maintaining this lib allowing me to de-pythonize myself after years of abuse. As my driver scroll across a web page, I would like...