-
https://psalm.dev/r/0a83e26874
**Expected**: no errors.
**Got**: `LessSpecificReturnStatement`, `MoreSpecificReturnType`.
-
Not resetting/erasing previous production data such as production quantity, hourly rate etc.
Operators gets confused and it's a requirement from management to reset it automatically
-
Metadata such as lat, lon, time, volume sampled etc. are critical for science. In a workflow, they should be editable in one place and one place only, otherwise, keeping them in sync becomes a nightma…
-
Data augmentation is a technique to increase the amount and diversity of data without actually collecting new data. This comes in handy when labelled data are not easy to come by, and can help increas…
-
# Implement shape interface and inheritance hierarchy
OBJECTIVE:
- You must use inheritance, aggregation, exception handlers, a virtual
function, and at least two overloaded operators. At …
-
**Describe the bug**
After using notes for a time, it began failing to synchronize. The error is something about auth and CORS, but I do not see a way to re-authenticate without erasing the account…
-
We plan to use [the handshake type system](https://github.com/EPFL-LAP/dynamatic/blob/main/docs/Specs/TypeSystem.md) to support a variety of optimization strategies like multi-threaded or speculative …
-
# Ease of use for Units of Measure (UoM)
After being asked 3-4x in just as many weeks on Slack by different newcomers and experienced programmers alike, I propose we introduce a set of intrinsics r…
-
Our current syntax for "ffi-natives" is still a bit verbose.
```dart
@FfiNative('sum')
external int sum(int a, int b);
```
### 1. Rename `FfiNative` to `Native`
We could consider `@Ffi` an…
-
**Is your feature request related to a problem? Please describe.**
In standard 2D cutout animation applications like Live2D and Spine, the ability to automatically generate meshes from image transpar…