-
this is a nice library.
I'm trying to use this with an i2c port expander and I understand I can create my own handler to read the i2c port and also it would break out the bits to simulate single bu…
-
The `_.withDefault` function would accept a function as its argument, and returns a new function that transparently replaces `null`/`undefined` return values with a default value.
**Example:**
``` j…
-
**Describe the bug**
In oderhs.m, lines 3102-3147 code that calculate the gas thermal conduction coefficients (populating hcxg/hcyg, appearing to be an approximation for molecules) uses terms hard-…
-
Right now refs are kind of hard to grasp for users, since they are actually ids that hide a resolution logic to objects.
Also they exhibit the following problems:
* they are hard for TS (because o…
-
I'm a very happy user of Clarabel and have now moved away from all my previous choices (ECOS, SCS, quadprog).
I am using it from Python, using the CVXPY API and qpsolvers, to solve large scale pro…
-
Consider the following SOCP (per @wkschwartz)
```
import cvxpy as cv
u = cv.Variable(2)
constr = [u[1] - u[0] = 0]
prob1 = cv.Problem(cv.Minimize(cv.norm(u)), constr)
```
Clearly, we could equ…
-
There are multiple special cases where FilterStringForPlayerAsync is causing a HTTP 500 [Internal Server Error] response. I spent a while trying various different strings but couldn't manage to narrow…
-
we currently have stuff in common.py & webpack config and possibly somewhere else. Maybe this could use a central file to get the info to prevent different names circulating.
bjrne updated
4 years ago
-
Add support for Python-based modules.
-