-
`information_schema` and `system.jdbc` queries would benefit if we simplified `table_name LIKE '%'` (and `table_name LIKE '%%'` etc.) queries to `table_name IS NOT NULL`.
-
### Overview
This issue tracks the running agenda for the Content x Design x UXR team weekly meetings (Fridays 9:30AM PST)
Reply in the comment using this format to create weekly agenda.
### Fo…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
##…
-
I've been working on VeriWasm in Wasmtime the last few weeks, and decided to dump a summary of my investigation so far and ideas for the right approach to take. (I'm doing this partly because I've bee…
-
first of all, thanks for sharing your answers,
but i noticed that you did not give the final answer of [convex optimization homework3 t4](https://github.com/hitcslj/HIT-CS-Master/blob/main/convex_opt…
-
For our work we frequently need to compute weighted quantiles. This is especially important when we need to weigh data from recent years more heavily in making predictions.
I've put together a fun…
-
This issue relates to a proposal for a [LFX mentorship project](https://github.com/cncf/mentoring/tree/main/programs/lfx-mentorship/2023/02-Jun-Aug) for Term 2, 2023. Please feel free to comment on t…
-
Hello!
As per the title we are trying to build our PySide6 application in standalone and or onefile mode (we have tried both individually and together).
**NOTES:**
Running with neither option …
-
The following two books have been published by SIAM Books -- both are available in Amazon:
1. Kelley, C.T. (2022). Solving Nonlinear Equations with Iterative Methods. Solvers and Examples in Juli…
-
==Problem==
I want to use TensorFlow Serving to serve an output given certain placeholder inputs with a single run. The graph looks like this:
Input vector -> embedding lookup -> iterative infer…