-
Current Behaviour -
In Distributed deployment, stream creation is allowed only from querier node.
At the time of ingestion, ingestors check if stream is created in storage, if yes, syncs it to its m…
-
`custom_queries` has proven to be a great point for extension. We've struggled on how to implement, use, and make clear adapter-specific features like Transactions (see #582). My proposal is this:
…
-
**1. Block looping.** Obviously. Would allow working with blocks that have
a small number of lines per block without the need to manually copy stuff around 1000 times.
_(Common in standard sequence…
-
* As a CFD Team Lead
* I want an unassigned request queue
* so that I can quickly find new requests that can be assigned.
**Assumptions & Scope**
What are the assumptions for this story?
The CFD su…
-
both pages need a bunch of images @Team1157/site-maintaners
-
This function is not portable, relies on a legacy permissions model, cannot handle arbitrarily nested file system paths, and is therefore typically a bug to call. Yet, many programmers reach for this …
-
## User story
>As a curator
>I want to be able to easily read text in admin pages
>So that I dont strain my eyes
## Acceptance criteria
Noticed on the dataset Admin page, but its probably …
-
I've followed the Articulated Robotics tutorial on simulated ros2_control. However, when I try to launch my package, this is the output:
```
[INFO] [launch]: All log files can be found below /home/f…
-
## User Story
>As a site administrator
>I want to upgrade to the latest version of DataCite schema
>So that it increases the details of the metadata we are making available through DataCite
##…
-
In the explainer it states:
> The following operators do not support overloading:
> - `!`, `&&`, `||` (boolean operations--always does ToBoolean first, and then works with the boolean)
However,…