-
See: http://omega.nic.uoregon.edu:8020/#/builders/2/builds/80/steps/16/logs/stdio
There are a number of tests that fail with the exception:
```console
{what}: Vector sizes do not match: HPX(unh…
khuck updated
4 years ago
-
## Summary
[packet::IParser](https://github.com/roc-streaming/roc-toolkit/blob/develop/src/internal_modules/roc_packet/iparser.h) is interface for protocol-specific deserializators. See [documentat…
-
- Study the file system that exits.
- The classes that needs to perform operation in files do not need to know how the file system was implemented. Make a FileSystemWrapper class.
- Unit tests for e…
-
Isolated the issue to `padded_offset_bytes = align(input_unit_size, input.buffer()->alignment());` in interleaved_to_sharded.
When input width is `16` (BFLOAT16, so 32b), in ROW_MAJOR_LAYOUT, the g…
-
**Description**
Extend the [colrev.open_library](https://colrev-environment.github.io/colrev/manual/packages/colrev.open_library.html) package by implementing searches of the [OpenLibrary API](http…
-
Via @pedrofragola.
When the prometheus relation is removed,
```mermaid
graph LR
cos-proxy --- prometheus
```
the charm goes into error state because `event.app` is None.
https://github.co…
sed-i updated
2 months ago
-
Hello! The idea is based on `ProtectHome=not working or am I doing something wrong?` topic from devel-maillist.
The deal is not to start unit with wrong directive placement (e.g. directives for [Serv…
-
MTO-1 Lack of Events Emit
Auditor: Movebit
Code: MCR Settlement Contract
Severity: Informational
Status: Pending
Code Location:
protocol-units/settlement/mcr/contracts/src/token/base/MintableTok…
SA124 updated
2 months ago
-
### Describe the issue
I'm using the fluent-bit operator helm chart and I have 2 outputs enabled, elasticsearch and S3. When fluent-bit pods start (debug logging), I can see es and stderr are confi…
-
### Description
The Active Record design pattern is a common architectural pattern used to manage database records. It simplifies data access by encapsulating the database logic within a model class. …