Maya

Results 12 issues of Maya

When running the flux query: ```js from(bucket: "sensor") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r["_field"] == "val") |> group(columns: ["_measurement"]) |> aggregateWindow(every: 1m, fn: sum, createEmpty: false)...

area/flux
team/edge

**Describe the bug** Pipes are unable to be reconnected when wrenching them in certain ways. **Versions** Forge: 14.23.5.2847 GTCE: 1.11.1.632 _Modpack:_ None _Addons:_ None **Setup** Playing Solo, Dev environment _New...

type: bug
status: unverified

**Is your feature request related to a problem? Please describe.** Currently, the Large Boilers (all 4 tiers) do not display any information about how long their process time is for...

type: feature
status: accepted

When creating patterns, items such as Programmed Circuits, Lenses, etc from GregTech will go into the pattern, despite these items rarely (if ever) being desired in the pattern. **Describe the...

At least some terminals (such as Fluid Terminal) are always facing the same direction when placed on a cable. **Describe the feature** Allow terminals to rotate in any of the...

I have a lot more I plan to do with this, but this PR fixes a lot of issues, adds a lot of new features and cleans up the code...

enhancement

Provide some sort of warning when using a processing pattern with a molecular assembler. Possible ways to do this (I'm sure there are others): - Warn on the craft progress...

In `api/Error.go`, we are using `\n` for error formatting in a few places, when errors are usually expected to be single line return values. For example here: https://github.com/influxdata/influx-cli/blob/041ebf65e336632f2fe4028396f5574238b6b28b/api/error.go#L121 (this code...

tech-debt

Suggestion to implement Fractureiser malware scanning for archives uploaded to CurseForge with the `TaskPublishCurseForge` gradle task, similar to Modrinth's Minotaur: https://github.com/modrinth/minotaur/pull/49. Even with CurseForge doing these checks themselves, checking on...