-
```haskell
import Data.Set.Internal
traverseMonotonic :: Applicative t => (a -> t b) -> Set a -> t (Set b)
traverseMonotonic _ Tip = pure Tip
traverseMonotonic f (Bin sz x l r) = flip (Bin sz) …
-
On macOS, with any MPI library, we occasionally see a failure in `test_io_shared` ([example](https://github.com/JuliaParallel/MPI.jl/actions/runs/11013552982/job/30582168543#step:7:353)):
```
Test F…
-
`REG_SZ` key values can also be empty. Currently they are marked with a `This MultiString Value has a value of $null` comment and generate a `The Write-DSCString command was called but the parameters …
wokis updated
3 years ago
-
Elegant and short solution with good performance.
The solution uses a hard coded hill climbing strategy with a clever heuristic.
However, it lacks of flexibility and there is space for improving optim…
-
* test: https://godbolt.org/z/TzTbv9xW1
```
float s_ref_real[eulers_per_block][block_sz];
std::complex mdlComplex[SIZE];
int indexarr[block_sz];
void foo(int sz, int block) {
for (int i = 0…
vfdff updated
2 months ago
-
When running rq-dashboard in the latest docker container with
`docker run -p 9181:9181 eoranged/rq-dashboard:v0.6.3`
the **Workers** page cannot load list of workers.
Logs:
```
During han…
-
Problem name: Lexicographically smallest post-removal
## Problem
Given a list $a$ of integers, return the lexigraphically smallest list after removing at most $K$ elements.
## Constraint
-…
-
## Describe the bug
Large datasets seem to cause a segfault. Investigating the resulting coredump, the stack trace was 100k lines long:
```
(gdb) bt
#0 0x0000555c25ff41a6 in recurse_list (flag=fl…
-
code_head = row['code'][:2]
if exchange == consts.MARKET_SZ:
if code_head in ['00', '30']:
return 'SZ_A_STOCK'
elif code_head in ['20']:
return '…
-
See https://github.com/senzing-garage/sz-sdk-go-core/issues/240
In this case, a docker container needs to run on Darwin and Windows
- https://github.com/docker-practice/actions-setup-docker/issu…