arsnyder16
arsnyder16
@jlongster It appears that the npm package you have psoed for sql.js does not include the following commit https://github.com/sql-js/sql.js/commit/ec44c18a421ea2d9934acbc54fc12b31b35635eb We are seeing this memory leak and with large data sets...
Take more advantage of DAEScanner threading by aggregating calls to function as they are scanned opposed to tracking the calls a function makes and then aggregating in another pass. This...
I am working what would expect to be a rather large c++ code based and compiling for webassembly One thing i have noticed during the process is the performance of...
**Description** In some cases it would be useful to support pre compressed files being added to zip without compressing again, but at the same time allow the decompression to still...
A way to allow forwarded headers to be passed to external auth configured with auth-url. Currently when using auth-url despite the values of `use-forwarded-headers` and `compute-full-forwarded-for` only `x-forwarded-for` is sent...
A way to configure headers to be set on global external auth . Currently the only option is for each Ingress they need to specify an annotation `nginx.ingress.kubernetes.io/auth-proxy-set-headers`. Related #10949
**Related command** az login **Is your feature request related to a problem? Please describe.** Currently if using workload identity and azure cli, az login must be specifically configured for login...
- Add mappings for LogicTypes to SQL Types. This will apply to `SQLDescribeCol` calls - Handling odbc 2,x values SQL_C_DATE, SQL_C_TIME, SQL_C_TIMESTAMP when preparing results. These 2.x values can be...
**Describe the bug** Requests from cluster workloads to the kubernetes API server will intermittently timeout or takes minutes to complete, depending on the workloads request settings. **To Reproduce** Steps to...
**What is the current behavior? Describe the bug** Whitespace is not respected in TinyMCEE and is collapsed **Please provide the steps to reproduce and if possible a minimal demo of...