-
```
Goals:
1. We want to use one set of data for running tests in the testing
environment and a different set in the staging and production environments.
2. We want to forcibly disable execution of …
-
### TODOs for unsupported OpenMP 5.2 features
- [x] conditional modifier for lastprivate https://github.com/llvm/llvm-project/pull/110568
- [x] iterator modifier for affinity, depend, from, map, to…
-
This sed script is taken from the BSD sed test-suite:
``` console
$ cat last-pattern-bug.sed
p
s/e/X/p
:x
s//Y/p ;# here sedsed fails to save the // state
/f/ b x
$ echo 'eeefff' | sed -f last-p…
-
WITH benchmark_rollup as (
SELECT
comp.index_variant_uid,
pos.as_of_date,
bil.barra_id,
SUM(comp.component_weight * pos.close_weight) AS weight
FROM codex.index_components comp --_revisions c…
-
**Sometimes** when updating field i get error because the lib try to read "onServer"/"onChange" inside "errorMap" but "errorMap" is not defined
![Screenshot 2024-07-10 at 08 52 36](https://github.c…
-
**Is your feature request related to a problem? Please describe.**
Based on kubeflow pipelines documentation https://www.kubeflow.org/docs/components/pipelines/sdk/connect-api/, one can use kfp clien…
-
I was trying to work with environment variables in my logstash config. Basicly, I would like to place `if`s with environment variables around my redis input. Reading #5115, I understand that it's not …
filex updated
5 years ago
-
### Your current environment
```text
The output of `python collect_env.py`
Collecting environment information...
PyTorch version: 2.6.0.dev20240918+rocm6.2
Is debug build: False
CUDA used to bui…
-
Currently, Charm4Py can be built with the ```netlrts``` and ```mpi``` network layers. In the [documentation](https://charm4py.readthedocs.io/en/latest/install.html#manually-building-the-charm-shared-l…
-
**Describe the bug**
When migrating a completing element instance with an incident, the element instance is wrongly still subscribed to the message boundary event. This blocks the migration, be…