-
### Rancher Server Setup
- Rancher version: v2.6.9
- Installation option (Docker install/Helm Chart): Helm
### Information about the Cluster
- Kubernetes version: v1.24.6
- Cluster Type (Local/…
-
https://github.com/morpho-labs/blue/blob/021b39b810e45b9517bcdf251f841059573f3bfc/src/Blue.sol#L390
This can ease the devexp for integrators since the supply rate depends on utilization, fee, and b…
-
In support of https://github.com/marklogic-community/ml-gradle/issues/383
Based on that ticket, we want the following methods added:
```
JUnitTestSuite runSuite(String suite, String commaDelimi…
-
Replace references in the code that call `assert-true` where the value is `fn:false()`, if the idea is to cause the test to fail, we should instead use the `fail` function.
Here are some examples …
-
deprecate each of the functions https://github.com/marklogic-community/marklogic-unit-test/blob/63a8aa4a36d1d2576469a8972ec91960b204a980/marklogic-unit-test-modules/src/main/ml-modules/root/test/test-…
-
Looks like the following would do it. I'll test and submit a PR when I can.
```
declare variable $ARRAY-QNAME := fn:QName("http://marklogic.com/xdmp/json", "array");
declare function helper:as…
-
get-test-file has the following logic in it:
```
fn:replace(
fn:concat(
cvt:basepath($test:__CALLER_FILE__), "/test-data/", $filename),
"//", "/")
```
It can be useful t…
-
The `assert-true` function reports success when passed a null, undefined, or empty sequence (xqy).
This feels particularly egregious in SJS as it doesn't adhere to javascripts concept of "truthiness"…
-
## Bug report
### Describe the bug
When trying to use lifecycles event with the database layer API as described [here in the doc](https://docs.strapi.io/developer-docs/latest/development/backend…
-
Distgen is throwing errors while generating content for s2i-python container.
Logs can be seen when running localy (`make generate-all`) or in CI[1].
[1] https://github.com/sclorg/s2i-python-c…