-
The `Logger` interface is a bit of a mess, doing a bunch of different things some Mill-internal and some user-facing. https://github.com/com-lihaoyi/mill/pull/3577 extends it a bit but makes it even m…
-
this is enhancement, allow for more logical conditions for !affects query
-
### Current behavior
I'm in the situation where I want to skip a test if a condition is true or false.
Except that for me, in the logic of things, we need to know why the test has been skipped, s…
-
### Feature Request: Conditional Upsert in Postgrest-Dart
**Is your feature request related to a problem? Please describe.**
I'm always frustrated when I need to upsert data conditionally. Curren…
-
## Feature Request: Collaborative Discussions for Argus Views
### Summary:
When working with Argus Views, users often need to discuss and annotate findings during meetings. The proposed feature intro…
-
### Rationale
We've included lot of options, filters and sorting in feed, but part of the logic is still implemented separately for each feed ( pagination, filtering, etc)...
By refactoring the …
mayel updated
2 weeks ago
-
**Provide us a use case of the feature**
When determining what logic to use when downloading posts, currently we use concrete strings checked against the __typename field of the GraphQL response (`po…
-
### About this discussion
To ensure that releases do not depend on the availability of people with release rights, I suggest automating the process according to the following logic: if a month has pa…
x9136 updated
1 month ago
-
Problem: Suppose that
* you have a large amount of data to load, and
* that data is also slow to render — let's say 200 ms per frame.
In this case, the data will be extremely slow to load — but…
-
I am using this driver to get the data from MySQL, apply some business logic and put it back to another MySQL[Downstream].
This process takes up some IO but memory usage is fairly less, I have use …