-
Thanks to the efforts of making the compatibility API, differences between `http[s]` and `http2` modules seldom annoy developers.
But, some http2 compatibility API still behaves differently and lacks…
-
### Preliminary Checks
- [X] I have reviewed https://unkey.com/docs for existing features that would solve my problem
- [X] I have searched for existing feature requests: https://github.com/unke…
-
I have a dataframe with 800,000 rows and for each row, I want to find the person mentioned in each comment (row.comment). I want to use Stanza because it has higher accuracy and I implemented parallel…
-
A production 3D simulation with openPMD output crashes at the first particle flush, when running in parallel. This [input file](https://github.com/ECP-WarpX/WarpX/files/7514687/inputs.txt) is a reprod…
-
Using line
``` python
with Parallel(n_jobs=2, backend = 'multiprocessing') as pool:
```
followed by `pool(delayed(func)(args))` results in one argument having a different shape at the beginning of t…
-
### Version
4.9.0
### Reproduction link
[https://jsfiddle.net/ramgorur/cfor274e/latest](https://jsfiddle.net/ramgorur/cfor274e/latest)
### Steps to reproduce
Just follow the [`JSFiddle link`]…
-
How can we use thread-local state with `Parallel.ForEachAsync`? Is this just not a feature that exists, or are we expected to do something special to make this work?
`Parallel.ForEach` example de…
-
Hi all,
I am new to pgrx and cannot find some material regarding how to create DSM and launch parallel worker by pgrx.
My scenario is: I am trying to implement a index extension and is implemen…
-
Hi,Mr. Ajinkya Kulkarni,
Thank you for your work.
And I find that there are NO Chinese and Japanese in 12 languages aligned Parallel corpus data (Sentences : 349049, [https://github.com/ajinkyakul…
-
When a job is executing, often times we would want to push a parameter across each of the parallel nodes.
Example:
- GroupBy a certain parameter when processing data
- FilterBy a certain parame…