Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
1
744
labels
stringlengths
4
574
body
stringlengths
9
211k
index
stringclasses
10 values
text_combine
stringlengths
96
211k
label
stringclasses
2 values
text
stringlengths
96
188k
binary_label
int64
0
1
295,999
25,520,689,208
IssuesEvent
2022-11-28 20:11:33
prestodb/presto
https://api.github.com/repos/prestodb/presto
reopened
Flaky test TestQueues.testQueuedQueryInteraction
tests
Failed test https://github.com/prestodb/presto/pull/16121/checks?check_run_id=2623286824 org.testng.internal.thread.ThreadTimeoutException: Method com.facebook.presto.execution.TestQueues.testQueuedQueryInteraction() didn't finish within the time-out 240000
1.0
Flaky test TestQueues.testQueuedQueryInteraction - Failed test https://github.com/prestodb/presto/pull/16121/checks?check_run_id=2623286824 org.testng.internal.thread.ThreadTimeoutException: Method com.facebook.presto.execution.TestQueues.testQueuedQueryInteraction() didn't finish within the time-out 240000
non_process
flaky test testqueues testqueuedqueryinteraction failed test org testng internal thread threadtimeoutexception method com facebook presto execution testqueues testqueuedqueryinteraction didn t finish within the time out
0
251,453
21,482,577,575
IssuesEvent
2022-04-26 19:18:11
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Test: Find all references in markdown files
testplan-item
Refs #146277 - [x] Mac @JacksonKearl - [x] Linux @weinand - [x] Windows @amunger Complexity: 4 [Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23147731%0A%0A&assignees=mjbvz) --- #146277 adds support for using `find all references` in markdown files. This will find all references to a given header/file across the entire workspace. Here's a quick review of the places where this can be triggered and the expected types of references that should be picked up ## `# Some Header` On a header in a md file. Expected refs should include: - `# Some Header` — The header itself - `[text](#some-header)` — Link within the file to the header (the links are slugified) - `[text]: #some-header` — Definition link within the file to the header (the links are slugified) - `[text](./other.md#some-header)` — Links across files to the header - `[text](./other#some-header)` — Links across files to the header. In this case the file does not have an file extension - `[text](/path/to/other#some-header)` — Link from the workspace root to the file ## `[text](#header)` On `#header` in a markdown link. Expected refers are the same as above ## `[text](./other.md#header)` On `#header` in a another markdown file referencing a header. Expected refers are the same as above ## `[text][ref]` On a reference link (`ref`) in a markdown file. Expected refs include: - `[text][ref]` — All uses of ref for links - `[ref]` — Shorthand reference links - `[ref]: https://example.com` — The link definition Make sure reference links are not picked up across files for this case ## `<http://example.com>` You should also be able to find references to http(s). Expected references include - `[text](http://example.com)` — Links - `<http://example.com>` — Auto links - `[text]: http://example.com` — Definition links --- For this test plan item, try using the new `find all references` functionality in a markdown workspace (vscode-docs works well) I've intentionally kept this issue open ended in order to collect feedback on the expected behavior of this feature. I know there's a lot to test here, so please give this item what you feel like is an appropriate amount of testing and don't go overboard
1.0
Test: Find all references in markdown files - Refs #146277 - [x] Mac @JacksonKearl - [x] Linux @weinand - [x] Windows @amunger Complexity: 4 [Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23147731%0A%0A&assignees=mjbvz) --- #146277 adds support for using `find all references` in markdown files. This will find all references to a given header/file across the entire workspace. Here's a quick review of the places where this can be triggered and the expected types of references that should be picked up ## `# Some Header` On a header in a md file. Expected refs should include: - `# Some Header` — The header itself - `[text](#some-header)` — Link within the file to the header (the links are slugified) - `[text]: #some-header` — Definition link within the file to the header (the links are slugified) - `[text](./other.md#some-header)` — Links across files to the header - `[text](./other#some-header)` — Links across files to the header. In this case the file does not have an file extension - `[text](/path/to/other#some-header)` — Link from the workspace root to the file ## `[text](#header)` On `#header` in a markdown link. Expected refers are the same as above ## `[text](./other.md#header)` On `#header` in a another markdown file referencing a header. Expected refers are the same as above ## `[text][ref]` On a reference link (`ref`) in a markdown file. Expected refs include: - `[text][ref]` — All uses of ref for links - `[ref]` — Shorthand reference links - `[ref]: https://example.com` — The link definition Make sure reference links are not picked up across files for this case ## `<http://example.com>` You should also be able to find references to http(s). Expected references include - `[text](http://example.com)` — Links - `<http://example.com>` — Auto links - `[text]: http://example.com` — Definition links --- For this test plan item, try using the new `find all references` functionality in a markdown workspace (vscode-docs works well) I've intentionally kept this issue open ended in order to collect feedback on the expected behavior of this feature. I know there's a lot to test here, so please give this item what you feel like is an appropriate amount of testing and don't go overboard
non_process
test find all references in markdown files refs mac jacksonkearl linux weinand windows amunger complexity adds support for using find all references in markdown files this will find all references to a given header file across the entire workspace here s a quick review of the places where this can be triggered and the expected types of references that should be picked up some header on a header in a md file expected refs should include some header — the header itself some header — link within the file to the header the links are slugified some header — definition link within the file to the header the links are slugified other md some header — links across files to the header other some header — links across files to the header in this case the file does not have an file extension path to other some header — link from the workspace root to the file header on header in a markdown link expected refers are the same as above other md header on header in a another markdown file referencing a header expected refers are the same as above on a reference link ref in a markdown file expected refs include — all uses of ref for links — shorthand reference links — the link definition make sure reference links are not picked up across files for this case you should also be able to find references to http s expected references include — links — auto links — definition links for this test plan item try using the new find all references functionality in a markdown workspace vscode docs works well i ve intentionally kept this issue open ended in order to collect feedback on the expected behavior of this feature i know there s a lot to test here so please give this item what you feel like is an appropriate amount of testing and don t go overboard
0
230,328
17,612,871,309
IssuesEvent
2021-08-18 05:31:37
code-ready/crc
https://api.github.com/repos/code-ready/crc
closed
[BUG] CRC page on developers.redhat.com is a mess
size/S priority/critical kind/documentation status/stale
### General information if you go to the CRC page on developers.redhat.com, you will have: - the Install OpenShift on your laptop button redirects to 404 - the Release Notes, Installation and Troubleshooting links link to 1.19 documentation
1.0
[BUG] CRC page on developers.redhat.com is a mess - ### General information if you go to the CRC page on developers.redhat.com, you will have: - the Install OpenShift on your laptop button redirects to 404 - the Release Notes, Installation and Troubleshooting links link to 1.19 documentation
non_process
crc page on developers redhat com is a mess general information if you go to the crc page on developers redhat com you will have the install openshift on your laptop button redirects to the release notes installation and troubleshooting links link to documentation
0
520,100
15,079,037,725
IssuesEvent
2021-02-05 09:35:58
jbroutier/whatisflying-db
https://api.github.com/repos/jbroutier/whatisflying-db
closed
Missing Northrop Grumman aircraft
Category: Aircraft Priority: Normal
Add aircraft for the following aircraft types: - [x] B-2 Spirit - [x] RQ-4 Global Hawk - [x] X-47B
1.0
Missing Northrop Grumman aircraft - Add aircraft for the following aircraft types: - [x] B-2 Spirit - [x] RQ-4 Global Hawk - [x] X-47B
non_process
missing northrop grumman aircraft add aircraft for the following aircraft types b spirit rq global hawk x
0
7,189
10,329,575,699
IssuesEvent
2019-09-02 12:34:15
martinlindhe/wmi_exporter
https://api.github.com/repos/martinlindhe/wmi_exporter
reopened
Process collector return error when collect same name and label values
collector/process
Hello, We start to deploy wmi_exporter on Windows Server 2012, we have this issue on our w2k12 server: > An error has occurred during metrics gathering: > > 266 error(s) occurred: > * collected metric wmi_process_start_time label:<name:"creating_process_id" value:"660" > label:<name:"process" value:"svchost" > label:<name:"process_id" value:"0" > gauge:<value:1.5653378012614076e+09 > was collected before with the same name and label values > * collected metric wmi_process_handle_count label:<name:"creating_process_id" value:"660" > label:<name:"process" value:"svchost" > label:<name:"process_id" value:"0" > gauge:<value:450 > was collected before with the same name and label values > * collected metric wmi_process_cpu_time_total label:<name:"creating_process_id" value:"660" > label:<name:"mode" value:"privileged" > label:<name:"process" value:"svchost" > label:<name:"process_id" value:"0" > counter:<value:0.28125 > was collected before with the same name and label values Os: Windows Server 2012 R2 wmi_exporter version: 0.8.0 Enabled collectors: cpu, logical_disk, net, os, textfile, process, tcp, cs, memory, system, service We don't have this issue on Windows Server 2008 R2 ... We try to rollback to version 0.7.0 but we have same issue. We have read this issue #272, we have try to disable textfile but we have the same error. We find that could be the process collector which make this error so we have tried to disable it , it's works now but we want to user the process collector :( Thanks..
1.0
Process collector return error when collect same name and label values - Hello, We start to deploy wmi_exporter on Windows Server 2012, we have this issue on our w2k12 server: > An error has occurred during metrics gathering: > > 266 error(s) occurred: > * collected metric wmi_process_start_time label:<name:"creating_process_id" value:"660" > label:<name:"process" value:"svchost" > label:<name:"process_id" value:"0" > gauge:<value:1.5653378012614076e+09 > was collected before with the same name and label values > * collected metric wmi_process_handle_count label:<name:"creating_process_id" value:"660" > label:<name:"process" value:"svchost" > label:<name:"process_id" value:"0" > gauge:<value:450 > was collected before with the same name and label values > * collected metric wmi_process_cpu_time_total label:<name:"creating_process_id" value:"660" > label:<name:"mode" value:"privileged" > label:<name:"process" value:"svchost" > label:<name:"process_id" value:"0" > counter:<value:0.28125 > was collected before with the same name and label values Os: Windows Server 2012 R2 wmi_exporter version: 0.8.0 Enabled collectors: cpu, logical_disk, net, os, textfile, process, tcp, cs, memory, system, service We don't have this issue on Windows Server 2008 R2 ... We try to rollback to version 0.7.0 but we have same issue. We have read this issue #272, we have try to disable textfile but we have the same error. We find that could be the process collector which make this error so we have tried to disable it , it's works now but we want to user the process collector :( Thanks..
process
process collector return error when collect same name and label values hello we start to deploy wmi exporter on windows server we have this issue on our server an error has occurred during metrics gathering error s occurred collected metric wmi process start time label label label gauge was collected before with the same name and label values collected metric wmi process handle count label label label gauge was collected before with the same name and label values collected metric wmi process cpu time total label label label label counter was collected before with the same name and label values os windows server wmi exporter version enabled collectors cpu logical disk net os textfile process tcp cs memory system service we don t have this issue on windows server we try to rollback to version but we have same issue we have read this issue we have try to disable textfile but we have the same error we find that could be the process collector which make this error so we have tried to disable it it s works now but we want to user the process collector thanks
1
368,961
10,886,663,142
IssuesEvent
2019-11-18 13:03:59
dropbox/mypy-PyCharm-plugin
https://api.github.com/repos/dropbox/mypy-PyCharm-plugin
closed
Distribute the plugin via JetBrains plugins repository
enhancement priority-high
It's more convenient for PyCharm / IntelliJ users to get their plugins as in-app updates via the [JetBrains repository](https://plugins.jetbrains.com). Please consider distributing the plugin via this channel instead of a manual download + install via a file.
1.0
Distribute the plugin via JetBrains plugins repository - It's more convenient for PyCharm / IntelliJ users to get their plugins as in-app updates via the [JetBrains repository](https://plugins.jetbrains.com). Please consider distributing the plugin via this channel instead of a manual download + install via a file.
non_process
distribute the plugin via jetbrains plugins repository it s more convenient for pycharm intellij users to get their plugins as in app updates via the please consider distributing the plugin via this channel instead of a manual download install via a file
0
14,582
8,637,887,431
IssuesEvent
2018-11-23 12:55:41
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
Add StringBuilder.Append(ROM<char>) to existing Append(ROS<char>) for perf
api-approved area-System.Runtime easy tenet-performance up-for-grabs
```C# using System; using System.Text; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Diagnosers; using BenchmarkDotNet.Running; namespace MyBenchmarks { public class StringBuilderROM { private readonly ReadOnlyMemory<char> m1 = "xAbCdEfG".AsMemory().Slice(1); private readonly ReadOnlyMemory<char> m2 = "xAbCdEfGabcdefghijklmnopqrstuvwxyz".AsMemory().Slice(1); private readonly StringBuilder s = new StringBuilder(); [Benchmark] public StringBuilder ShortAppendROM() => s.Clear().Append(m1); [Benchmark] public StringBuilder ShortAppendROS() => s.Clear().Append(m1.Span); [Benchmark] public StringBuilder LongAppendROM() => s.Clear().Append(m2); [Benchmark] public StringBuilder LongAppendROS() => s.Clear().Append(m2.Span); } public class Program { public static void Main(string[] args) { var summary = BenchmarkRunner.Run<StringBuilderROM>(DefaultConfig.Instance.With(MemoryDiagnoser.Default)); } } } ``` Results in: ``` BenchmarkDotNet=v0.11.1, OS=Windows 10.0.17134.286 (1803/April2018Update/Redstone4) Intel Core i7-6700 CPU 3.40GHz (Skylake), 1 CPU, 8 logical and 4 physical cores .NET Core SDK=3.0.100-alpha1-20180720-2 [Host] : .NET Core 2.1.3 (CoreCLR 4.6.26725.06, CoreFX 4.6.26725.05), 64bit RyuJIT DefaultJob : .NET Core 2.1.3 (CoreCLR 4.6.26725.06, CoreFX 4.6.26725.05), 64bit RyuJIT Method | Mean | Error | StdDev | Gen 0 | Allocated | --------------- |---------:|----------:|----------:|-------:|----------:| ShortAppendROM | 34.48 ns | 0.7666 ns | 0.9968 ns | 0.0171 | 72 B | ShortAppendROS | 20.06 ns | 0.2060 ns | 0.1927 ns | - | 0 B | LongAppendROM | 45.51 ns | 0.8662 ns | 0.8103 ns | 0.0305 | 128 B | LongAppendROS | 20.78 ns | 0.1742 ns | 0.1629 ns | - | 0 B | ``` The reason `StringBuilder.Append(ROM<char>)` even works is because `Append` has an [overload that takes an `object`](https://github.com/dotnet/coreclr/blob/030a3ea9b8dbeae89c90d34441d4d9a1cf4a7de6/src/System.Private.CoreLib/shared/System/Text/StringBuilder.cs#L1182), which just turns around and calls `.ToString()` on the object. `ROM<char>` [overrides the ToString](https://github.com/dotnet/coreclr/blob/1456a38ed9ee3eda8022b9f162a45334723a0d7a/src/System.Private.CoreLib/shared/System/ReadOnlyMemory.cs#L134), and returns `string.Substring`, which is going to make a copy of the string. Thus resulting in worse performance. I'm sure I'm not the last person who is going to make this mistake assuming that `StringBuilder.Append(ROM<char>)` should "just work" as expected. ## Proposal A simple fix for this would be to add another overload to `StringBuilder.Append` that takes a `ReadOnlyMemory<char>` and just calls the existing `Append(ReadOnlySpan<char>)` method, which doesn't need to copy the string before appending. ```C# namespace System.Text { public class StringBuilder { public StringBuilder Append(ReadOnlyMemory<char> value); } } ``` /cc @GrabYourPitchforks @ahsonkhan @codemzs
True
Add StringBuilder.Append(ROM<char>) to existing Append(ROS<char>) for perf - ```C# using System; using System.Text; using BenchmarkDotNet.Attributes; using BenchmarkDotNet.Configs; using BenchmarkDotNet.Diagnosers; using BenchmarkDotNet.Running; namespace MyBenchmarks { public class StringBuilderROM { private readonly ReadOnlyMemory<char> m1 = "xAbCdEfG".AsMemory().Slice(1); private readonly ReadOnlyMemory<char> m2 = "xAbCdEfGabcdefghijklmnopqrstuvwxyz".AsMemory().Slice(1); private readonly StringBuilder s = new StringBuilder(); [Benchmark] public StringBuilder ShortAppendROM() => s.Clear().Append(m1); [Benchmark] public StringBuilder ShortAppendROS() => s.Clear().Append(m1.Span); [Benchmark] public StringBuilder LongAppendROM() => s.Clear().Append(m2); [Benchmark] public StringBuilder LongAppendROS() => s.Clear().Append(m2.Span); } public class Program { public static void Main(string[] args) { var summary = BenchmarkRunner.Run<StringBuilderROM>(DefaultConfig.Instance.With(MemoryDiagnoser.Default)); } } } ``` Results in: ``` BenchmarkDotNet=v0.11.1, OS=Windows 10.0.17134.286 (1803/April2018Update/Redstone4) Intel Core i7-6700 CPU 3.40GHz (Skylake), 1 CPU, 8 logical and 4 physical cores .NET Core SDK=3.0.100-alpha1-20180720-2 [Host] : .NET Core 2.1.3 (CoreCLR 4.6.26725.06, CoreFX 4.6.26725.05), 64bit RyuJIT DefaultJob : .NET Core 2.1.3 (CoreCLR 4.6.26725.06, CoreFX 4.6.26725.05), 64bit RyuJIT Method | Mean | Error | StdDev | Gen 0 | Allocated | --------------- |---------:|----------:|----------:|-------:|----------:| ShortAppendROM | 34.48 ns | 0.7666 ns | 0.9968 ns | 0.0171 | 72 B | ShortAppendROS | 20.06 ns | 0.2060 ns | 0.1927 ns | - | 0 B | LongAppendROM | 45.51 ns | 0.8662 ns | 0.8103 ns | 0.0305 | 128 B | LongAppendROS | 20.78 ns | 0.1742 ns | 0.1629 ns | - | 0 B | ``` The reason `StringBuilder.Append(ROM<char>)` even works is because `Append` has an [overload that takes an `object`](https://github.com/dotnet/coreclr/blob/030a3ea9b8dbeae89c90d34441d4d9a1cf4a7de6/src/System.Private.CoreLib/shared/System/Text/StringBuilder.cs#L1182), which just turns around and calls `.ToString()` on the object. `ROM<char>` [overrides the ToString](https://github.com/dotnet/coreclr/blob/1456a38ed9ee3eda8022b9f162a45334723a0d7a/src/System.Private.CoreLib/shared/System/ReadOnlyMemory.cs#L134), and returns `string.Substring`, which is going to make a copy of the string. Thus resulting in worse performance. I'm sure I'm not the last person who is going to make this mistake assuming that `StringBuilder.Append(ROM<char>)` should "just work" as expected. ## Proposal A simple fix for this would be to add another overload to `StringBuilder.Append` that takes a `ReadOnlyMemory<char>` and just calls the existing `Append(ReadOnlySpan<char>)` method, which doesn't need to copy the string before appending. ```C# namespace System.Text { public class StringBuilder { public StringBuilder Append(ReadOnlyMemory<char> value); } } ``` /cc @GrabYourPitchforks @ahsonkhan @codemzs
non_process
add stringbuilder append rom to existing append ros for perf c using system using system text using benchmarkdotnet attributes using benchmarkdotnet configs using benchmarkdotnet diagnosers using benchmarkdotnet running namespace mybenchmarks public class stringbuilderrom private readonly readonlymemory xabcdefg asmemory slice private readonly readonlymemory xabcdefgabcdefghijklmnopqrstuvwxyz asmemory slice private readonly stringbuilder s new stringbuilder public stringbuilder shortappendrom s clear append public stringbuilder shortappendros s clear append span public stringbuilder longappendrom s clear append public stringbuilder longappendros s clear append span public class program public static void main string args var summary benchmarkrunner run defaultconfig instance with memorydiagnoser default results in benchmarkdotnet os windows intel core cpu skylake cpu logical and physical cores net core sdk net core coreclr corefx ryujit defaultjob net core coreclr corefx ryujit method mean error stddev gen allocated shortappendrom ns ns ns b shortappendros ns ns ns b longappendrom ns ns ns b longappendros ns ns ns b the reason stringbuilder append rom even works is because append has an which just turns around and calls tostring on the object rom and returns string substring which is going to make a copy of the string thus resulting in worse performance i m sure i m not the last person who is going to make this mistake assuming that stringbuilder append rom should just work as expected proposal a simple fix for this would be to add another overload to stringbuilder append that takes a readonlymemory and just calls the existing append readonlyspan method which doesn t need to copy the string before appending c namespace system text public class stringbuilder public stringbuilder append readonlymemory value cc grabyourpitchforks ahsonkhan codemzs
0
9,773
12,780,263,263
IssuesEvent
2020-07-01 00:10:17
crim-ca/weaver
https://api.github.com/repos/crim-ca/weaver
opened
[Feature] Builtin process marked with WPS-REST isStatic field
compliance process/builtin process/wps3 triage/feature
WPS-REST reference introduced parameter `isStatic = true|false` to indicate a pre-deployed vs dynamically deployed processes after WPS app startup. This basically corresponds to our `builtin` processes that are marked using CWL `BuiltinRequirement`. We should add this new parameter accordingly to indicate this behaviour if it remains in the standard. This can also help filtering processes that should not be allowed to be undeployed as they come with Weaver and are expected to be available at all time. references: - https://github.com/opengeospatial/wps-rest-binding/blob/e6e5c02dd963205f339822b946076a4dbf2daa87/extensions/transactions/standard/requirements/transactions/static/REQ_indicator.adoc - https://github.com/opengeospatial/wps-rest-binding/blob/9b302c59a669115f34116a574d1e0d5db733bfa7/extensions/transactions/standard/clause_6_transactions.adoc
2.0
[Feature] Builtin process marked with WPS-REST isStatic field - WPS-REST reference introduced parameter `isStatic = true|false` to indicate a pre-deployed vs dynamically deployed processes after WPS app startup. This basically corresponds to our `builtin` processes that are marked using CWL `BuiltinRequirement`. We should add this new parameter accordingly to indicate this behaviour if it remains in the standard. This can also help filtering processes that should not be allowed to be undeployed as they come with Weaver and are expected to be available at all time. references: - https://github.com/opengeospatial/wps-rest-binding/blob/e6e5c02dd963205f339822b946076a4dbf2daa87/extensions/transactions/standard/requirements/transactions/static/REQ_indicator.adoc - https://github.com/opengeospatial/wps-rest-binding/blob/9b302c59a669115f34116a574d1e0d5db733bfa7/extensions/transactions/standard/clause_6_transactions.adoc
process
builtin process marked with wps rest isstatic field wps rest reference introduced parameter isstatic true false to indicate a pre deployed vs dynamically deployed processes after wps app startup this basically corresponds to our builtin processes that are marked using cwl builtinrequirement we should add this new parameter accordingly to indicate this behaviour if it remains in the standard this can also help filtering processes that should not be allowed to be undeployed as they come with weaver and are expected to be available at all time references
1
8,370
11,520,025,253
IssuesEvent
2020-02-14 14:02:53
ESMValGroup/ESMValCore
https://api.github.com/repos/ESMValGroup/ESMValCore
closed
New preprocessor to clip values to a certain range.
enhancement preprocessor
**Is your feature request related to a problem? Please describe.** Sometimes a dataset contains values that can be judged by an expert as wrong (e.g. physically impossible). Under certain circumstances one wants to still keep the data, therefore masking is not an option. The data should be clipped to a certain range of values. Example: ERA5 soil moisture contains slightly negative values over some desert reasons. This has been reported to the data provider, but as long as this is not fixed on their side, it should be possible to deal with this in the ESMValTool preprocessor. I therefore want to set those values to zero. The instructions to the preprocessor in the recipe will look something like: ``` clip: minimum: 0.0 ``` **Would you be able to help out?** Yes, I am writing it right now. It will be a very simple preprocessor based on `numpy.ma.clip`. Please let me know asap if I overlooked an existing preprocessor that does the job ! Also what would be the best name for this preprocessor? The `numpy` function is named `clip` which is nomenclature well-known in signal-processing. In the climate sciences some people refer to this as `capping`, e.g. [here](https://code.mpimet.mpg.de/boards/1/topics/4014). Any preferences/input?
1.0
New preprocessor to clip values to a certain range. - **Is your feature request related to a problem? Please describe.** Sometimes a dataset contains values that can be judged by an expert as wrong (e.g. physically impossible). Under certain circumstances one wants to still keep the data, therefore masking is not an option. The data should be clipped to a certain range of values. Example: ERA5 soil moisture contains slightly negative values over some desert reasons. This has been reported to the data provider, but as long as this is not fixed on their side, it should be possible to deal with this in the ESMValTool preprocessor. I therefore want to set those values to zero. The instructions to the preprocessor in the recipe will look something like: ``` clip: minimum: 0.0 ``` **Would you be able to help out?** Yes, I am writing it right now. It will be a very simple preprocessor based on `numpy.ma.clip`. Please let me know asap if I overlooked an existing preprocessor that does the job ! Also what would be the best name for this preprocessor? The `numpy` function is named `clip` which is nomenclature well-known in signal-processing. In the climate sciences some people refer to this as `capping`, e.g. [here](https://code.mpimet.mpg.de/boards/1/topics/4014). Any preferences/input?
process
new preprocessor to clip values to a certain range is your feature request related to a problem please describe sometimes a dataset contains values that can be judged by an expert as wrong e g physically impossible under certain circumstances one wants to still keep the data therefore masking is not an option the data should be clipped to a certain range of values example soil moisture contains slightly negative values over some desert reasons this has been reported to the data provider but as long as this is not fixed on their side it should be possible to deal with this in the esmvaltool preprocessor i therefore want to set those values to zero the instructions to the preprocessor in the recipe will look something like clip minimum would you be able to help out yes i am writing it right now it will be a very simple preprocessor based on numpy ma clip please let me know asap if i overlooked an existing preprocessor that does the job also what would be the best name for this preprocessor the numpy function is named clip which is nomenclature well known in signal processing in the climate sciences some people refer to this as capping e g any preferences input
1
80,909
23,338,216,405
IssuesEvent
2022-08-09 11:56:25
Automattic/wp-calypso
https://api.github.com/repos/Automattic/wp-calypso
closed
Media: Image Privacy setting doesn't save
[Type] Bug [Pri] Low Media User Report Build Maintenance
### Quick summary _No response_ ### Steps to reproduce 1. In Calypso, go to Media 2. Edit an Image 3. Set the Privacy to **Public** or **Private** 4. Click Done ![image1](https://user-images.githubusercontent.com/15944096/174431393-ea2f2aa6-b61d-48dc-ac40-14d6d75095f0.png) ### What you expected to happen Privacy status to be be saved. ### What actually happened Privacy status goes back to **Site Default**. ### Context Noticed while peer reviewing this chat 35765691-hc ### Simple, Atomic or both? _No response_ ### Theme-specific issue? _No response_ ### Browser, operating system and other notes _No response_ ### Reproducibility _No response_ ### Severity _No response_ ### Available workarounds? _No response_ ### Workaround details If site is atomic, and the goal is to hide the media pages then can use this https://wordpress.org/plugins/disable-media-pages/
1.0
Media: Image Privacy setting doesn't save - ### Quick summary _No response_ ### Steps to reproduce 1. In Calypso, go to Media 2. Edit an Image 3. Set the Privacy to **Public** or **Private** 4. Click Done ![image1](https://user-images.githubusercontent.com/15944096/174431393-ea2f2aa6-b61d-48dc-ac40-14d6d75095f0.png) ### What you expected to happen Privacy status to be be saved. ### What actually happened Privacy status goes back to **Site Default**. ### Context Noticed while peer reviewing this chat 35765691-hc ### Simple, Atomic or both? _No response_ ### Theme-specific issue? _No response_ ### Browser, operating system and other notes _No response_ ### Reproducibility _No response_ ### Severity _No response_ ### Available workarounds? _No response_ ### Workaround details If site is atomic, and the goal is to hide the media pages then can use this https://wordpress.org/plugins/disable-media-pages/
non_process
media image privacy setting doesn t save quick summary no response steps to reproduce in calypso go to media edit an image set the privacy to public or private click done what you expected to happen privacy status to be be saved what actually happened privacy status goes back to site default context noticed while peer reviewing this chat hc simple atomic or both no response theme specific issue no response browser operating system and other notes no response reproducibility no response severity no response available workarounds no response workaround details if site is atomic and the goal is to hide the media pages then can use this
0
5,867
8,686,694,663
IssuesEvent
2018-12-03 11:34:06
aiidateam/aiida_core
https://api.github.com/repos/aiidateam/aiida_core
closed
Drop the `DbCalcState`
topic/JobCalculationAndProcess topic/ORM type/enhancement
The `DbCalcState` was used to both store the current state of `JobCalculations`, but also acted as a lock-mechanism, by only allowing progressive state changes. This last functionality is now the responsibility of the `Runner`. It is still useful to keep the job state, but this can now simply be furnished by an attribute. This also means that the specific `IMPORTED` state can be remove, since that is no longer applicable. It was supposed to stop imported calculations to be picked up by the daemon, since the old daemon determined which calculations had to be run, based on their `DbCalcState`.
1.0
Drop the `DbCalcState` - The `DbCalcState` was used to both store the current state of `JobCalculations`, but also acted as a lock-mechanism, by only allowing progressive state changes. This last functionality is now the responsibility of the `Runner`. It is still useful to keep the job state, but this can now simply be furnished by an attribute. This also means that the specific `IMPORTED` state can be remove, since that is no longer applicable. It was supposed to stop imported calculations to be picked up by the daemon, since the old daemon determined which calculations had to be run, based on their `DbCalcState`.
process
drop the dbcalcstate the dbcalcstate was used to both store the current state of jobcalculations but also acted as a lock mechanism by only allowing progressive state changes this last functionality is now the responsibility of the runner it is still useful to keep the job state but this can now simply be furnished by an attribute this also means that the specific imported state can be remove since that is no longer applicable it was supposed to stop imported calculations to be picked up by the daemon since the old daemon determined which calculations had to be run based on their dbcalcstate
1
4,861
7,746,698,170
IssuesEvent
2018-05-29 22:52:11
StackSavingsTeam/stacksavings.com_templates
https://api.github.com/repos/StackSavingsTeam/stacksavings.com_templates
opened
Modificación de template
On Process
Se requiere modificar el siguiente layout: http://stacksavings.com/detail-post/we-are-complete-software-developing-agency-5M7cM/en?skipcache - Eliminar la sección de "testimoniales". - A la sección de abajo removerle lo de "Work with us", "Useful links", y "Contact us", y sólo dejar el texto y el logo centrado. - En la izquierda del footer quitarle el icono de "Pinterest" e "Instagram".
1.0
Modificación de template - Se requiere modificar el siguiente layout: http://stacksavings.com/detail-post/we-are-complete-software-developing-agency-5M7cM/en?skipcache - Eliminar la sección de "testimoniales". - A la sección de abajo removerle lo de "Work with us", "Useful links", y "Contact us", y sólo dejar el texto y el logo centrado. - En la izquierda del footer quitarle el icono de "Pinterest" e "Instagram".
process
modificación de template se requiere modificar el siguiente layout eliminar la sección de testimoniales a la sección de abajo removerle lo de work with us useful links y contact us y sólo dejar el texto y el logo centrado en la izquierda del footer quitarle el icono de pinterest e instagram
1
13,442
15,882,564,320
IssuesEvent
2021-04-09 16:11:08
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
closed
[PM] Open study > Enrollment registry > Multiple records are displayed
Bug P1 Participant manager Process: Fixed Process: Tested QA Process: Tested dev
Steps 1. Join an open study 2. Delete the app account 3. Again create an app account with the same email 4. Enroll into the same open study 5. PM > Observe the number of records on the enrollment registry page AR: Multiple records are displayed ER: Only one participant record should be displayed ![multiple records11](https://user-images.githubusercontent.com/71445210/110640666-18441980-81d7-11eb-9021-0d8a9be7450f.png)
3.0
[PM] Open study > Enrollment registry > Multiple records are displayed - Steps 1. Join an open study 2. Delete the app account 3. Again create an app account with the same email 4. Enroll into the same open study 5. PM > Observe the number of records on the enrollment registry page AR: Multiple records are displayed ER: Only one participant record should be displayed ![multiple records11](https://user-images.githubusercontent.com/71445210/110640666-18441980-81d7-11eb-9021-0d8a9be7450f.png)
process
open study enrollment registry multiple records are displayed steps join an open study delete the app account again create an app account with the same email enroll into the same open study pm observe the number of records on the enrollment registry page ar multiple records are displayed er only one participant record should be displayed
1
12,314
14,878,218,532
IssuesEvent
2021-01-20 05:12:04
threefoldfoundation/tft-stellar
https://api.github.com/repos/threefoldfoundation/tft-stellar
closed
activation service does not work with oldstyle arguments
process_wontfix type_bug
``` curl --insecure -H "Content-Type: application/json" -d '{ "args": { "address": "GBAX7LCTBDSHTVU65OF76VOMV73JUCJ3M57NVY635EQYXECTW6G5SQ66" }}' "https://localhost:443/threefoldfoundation/activation_service/activate_account" {"error": "missing a required argument: 'address'"} ```
1.0
activation service does not work with oldstyle arguments - ``` curl --insecure -H "Content-Type: application/json" -d '{ "args": { "address": "GBAX7LCTBDSHTVU65OF76VOMV73JUCJ3M57NVY635EQYXECTW6G5SQ66" }}' "https://localhost:443/threefoldfoundation/activation_service/activate_account" {"error": "missing a required argument: 'address'"} ```
process
activation service does not work with oldstyle arguments curl insecure h content type application json d args address error missing a required argument address
1
135,984
18,722,239,179
IssuesEvent
2021-11-03 13:05:58
KDWSS/dd-trace-java
https://api.github.com/repos/KDWSS/dd-trace-java
opened
CVE-2016-4978 (High) detected in hornetq-jms-client-2.4.7.Final.jar
security vulnerability
## CVE-2016-4978 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hornetq-jms-client-2.4.7.Final.jar</b></p></summary> <p>Putting the buzz in messaging</p> <p>Library home page: <a href="http://hornetq.org">http://hornetq.org</a></p> <p>Path to dependency file: dd-trace-java/dd-java-agent/instrumentation/jms/jms.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.hornetq/hornetq-jms-client/2.4.7.Final/fc19a74919482a89803dd8362211bfa963100200/hornetq-jms-client-2.4.7.Final.jar,/caches/modules-2/files-2.1/org.hornetq/hornetq-jms-client/2.4.7.Final/fc19a74919482a89803dd8362211bfa963100200/hornetq-jms-client-2.4.7.Final.jar</p> <p> Dependency Hierarchy: - :x: **hornetq-jms-client-2.4.7.Final.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/KDWSS/dd-trace-java/commit/2819174635979a19573ec0ce8e3e2b63a3848079">2819174635979a19573ec0ce8e3e2b63a3848079</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The getObject method of the javax.jms.ObjectMessage class in the (1) JMS Core client, (2) Artemis broker, and (3) Artemis REST component in Apache ActiveMQ Artemis before 1.4.0 might allow remote authenticated users with permission to send messages to the Artemis broker to deserialize arbitrary objects and execute arbitrary code by leveraging gadget classes being present on the Artemis classpath. <p>Publish Date: 2016-09-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-4978>CVE-2016-4978</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.2</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4978">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4978</a></p> <p>Release Date: 2016-09-27</p> <p>Fix Resolution: org.apache.activemq:artemis-jms-client:1.4.0, org.hornetq:hornetq-jms-client:2.4.8.Final</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.hornetq","packageName":"hornetq-jms-client","packageVersion":"2.4.7.Final","packageFilePaths":["/dd-java-agent/instrumentation/jms/jms.gradle"],"isTransitiveDependency":false,"dependencyTree":"org.hornetq:hornetq-jms-client:2.4.7.Final","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.activemq:artemis-jms-client:1.4.0, org.hornetq:hornetq-jms-client:2.4.8.Final"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2016-4978","vulnerabilityDetails":"The getObject method of the javax.jms.ObjectMessage class in the (1) JMS Core client, (2) Artemis broker, and (3) Artemis REST component in Apache ActiveMQ Artemis before 1.4.0 might allow remote authenticated users with permission to send messages to the Artemis broker to deserialize arbitrary objects and execute arbitrary code by leveraging gadget classes being present on the Artemis classpath.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-4978","cvss3Severity":"high","cvss3Score":"7.2","cvss3Metrics":{"A":"High","AC":"Low","PR":"High","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2016-4978 (High) detected in hornetq-jms-client-2.4.7.Final.jar - ## CVE-2016-4978 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hornetq-jms-client-2.4.7.Final.jar</b></p></summary> <p>Putting the buzz in messaging</p> <p>Library home page: <a href="http://hornetq.org">http://hornetq.org</a></p> <p>Path to dependency file: dd-trace-java/dd-java-agent/instrumentation/jms/jms.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.hornetq/hornetq-jms-client/2.4.7.Final/fc19a74919482a89803dd8362211bfa963100200/hornetq-jms-client-2.4.7.Final.jar,/caches/modules-2/files-2.1/org.hornetq/hornetq-jms-client/2.4.7.Final/fc19a74919482a89803dd8362211bfa963100200/hornetq-jms-client-2.4.7.Final.jar</p> <p> Dependency Hierarchy: - :x: **hornetq-jms-client-2.4.7.Final.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/KDWSS/dd-trace-java/commit/2819174635979a19573ec0ce8e3e2b63a3848079">2819174635979a19573ec0ce8e3e2b63a3848079</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The getObject method of the javax.jms.ObjectMessage class in the (1) JMS Core client, (2) Artemis broker, and (3) Artemis REST component in Apache ActiveMQ Artemis before 1.4.0 might allow remote authenticated users with permission to send messages to the Artemis broker to deserialize arbitrary objects and execute arbitrary code by leveraging gadget classes being present on the Artemis classpath. <p>Publish Date: 2016-09-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-4978>CVE-2016-4978</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.2</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4978">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4978</a></p> <p>Release Date: 2016-09-27</p> <p>Fix Resolution: org.apache.activemq:artemis-jms-client:1.4.0, org.hornetq:hornetq-jms-client:2.4.8.Final</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"org.hornetq","packageName":"hornetq-jms-client","packageVersion":"2.4.7.Final","packageFilePaths":["/dd-java-agent/instrumentation/jms/jms.gradle"],"isTransitiveDependency":false,"dependencyTree":"org.hornetq:hornetq-jms-client:2.4.7.Final","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.activemq:artemis-jms-client:1.4.0, org.hornetq:hornetq-jms-client:2.4.8.Final"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2016-4978","vulnerabilityDetails":"The getObject method of the javax.jms.ObjectMessage class in the (1) JMS Core client, (2) Artemis broker, and (3) Artemis REST component in Apache ActiveMQ Artemis before 1.4.0 might allow remote authenticated users with permission to send messages to the Artemis broker to deserialize arbitrary objects and execute arbitrary code by leveraging gadget classes being present on the Artemis classpath.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2016-4978","cvss3Severity":"high","cvss3Score":"7.2","cvss3Metrics":{"A":"High","AC":"Low","PR":"High","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_process
cve high detected in hornetq jms client final jar cve high severity vulnerability vulnerable library hornetq jms client final jar putting the buzz in messaging library home page a href path to dependency file dd trace java dd java agent instrumentation jms jms gradle path to vulnerable library home wss scanner gradle caches modules files org hornetq hornetq jms client final hornetq jms client final jar caches modules files org hornetq hornetq jms client final hornetq jms client final jar dependency hierarchy x hornetq jms client final jar vulnerable library found in head commit a href found in base branch master vulnerability details the getobject method of the javax jms objectmessage class in the jms core client artemis broker and artemis rest component in apache activemq artemis before might allow remote authenticated users with permission to send messages to the artemis broker to deserialize arbitrary objects and execute arbitrary code by leveraging gadget classes being present on the artemis classpath publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required high user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache activemq artemis jms client org hornetq hornetq jms client final rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree org hornetq hornetq jms client final isminimumfixversionavailable true minimumfixversion org apache activemq artemis jms client org hornetq hornetq jms client final basebranches vulnerabilityidentifier cve vulnerabilitydetails the getobject method of the javax jms objectmessage class in the jms core client artemis broker and artemis rest component in apache activemq artemis before might allow remote authenticated users with permission to send messages to the artemis broker to deserialize arbitrary objects and execute arbitrary code by leveraging gadget classes being present on the artemis classpath vulnerabilityurl
0
128,253
27,220,508,689
IssuesEvent
2023-02-21 04:39:28
UBC-Thunderbots/Software
https://api.github.com/repos/UBC-Thunderbots/Software
closed
Add script to visualize Tactic FSMs
Doc Difficulty - 7 Code Quality
### Description of the task There is a [plantuml integration example](https://boost-ext.github.io/sml/examples.html#plant-uml-integration) that we should adapt into a script/genrule to automatically generate Tactic FSMs. The existing code isn't the prettiest, so we should see what we can do to make it look nicer <!-- What does this work depend on? What interface will this work use or create? What are the main components of the task? Where does this work fit in the larger project? It is important to define this task sufficiently so that an untrained team member can take it on and know where to start. Feel free to link to resources or other team member which could guide the assignee to complete the task --> ### Acceptance criteria <!-- Checkbox list that outlines what needs to be done in order for this task to be considered "complete". Specify any implementation requirements such as data structures, functionalities, testing requirements, documentation, etc. --> - [ ] nice looking plantuml diagrams - [ ] automatic generation ### Blocked By <!-- List all other issues that need to be completed before this one, ex: - #123 - #374 -->
1.0
Add script to visualize Tactic FSMs - ### Description of the task There is a [plantuml integration example](https://boost-ext.github.io/sml/examples.html#plant-uml-integration) that we should adapt into a script/genrule to automatically generate Tactic FSMs. The existing code isn't the prettiest, so we should see what we can do to make it look nicer <!-- What does this work depend on? What interface will this work use or create? What are the main components of the task? Where does this work fit in the larger project? It is important to define this task sufficiently so that an untrained team member can take it on and know where to start. Feel free to link to resources or other team member which could guide the assignee to complete the task --> ### Acceptance criteria <!-- Checkbox list that outlines what needs to be done in order for this task to be considered "complete". Specify any implementation requirements such as data structures, functionalities, testing requirements, documentation, etc. --> - [ ] nice looking plantuml diagrams - [ ] automatic generation ### Blocked By <!-- List all other issues that need to be completed before this one, ex: - #123 - #374 -->
non_process
add script to visualize tactic fsms description of the task there is a that we should adapt into a script genrule to automatically generate tactic fsms the existing code isn t the prettiest so we should see what we can do to make it look nicer what does this work depend on what interface will this work use or create what are the main components of the task where does this work fit in the larger project it is important to define this task sufficiently so that an untrained team member can take it on and know where to start feel free to link to resources or other team member which could guide the assignee to complete the task acceptance criteria checkbox list that outlines what needs to be done in order for this task to be considered complete specify any implementation requirements such as data structures functionalities testing requirements documentation etc nice looking plantuml diagrams automatic generation blocked by list all other issues that need to be completed before this one ex
0
771,979
27,100,226,686
IssuesEvent
2023-02-15 08:02:16
MSRevive/MasterSwordRebirth
https://api.github.com/repos/MSRevive/MasterSwordRebirth
reopened
Prevent accidental item drops
enhancement 🔧 med priority game
Add a confirmation prompt when trying to drop an item, or do so that you have to double tap the drop item key? (imagine that you accidentally drop an item just before a level change, etc...)
1.0
Prevent accidental item drops - Add a confirmation prompt when trying to drop an item, or do so that you have to double tap the drop item key? (imagine that you accidentally drop an item just before a level change, etc...)
non_process
prevent accidental item drops add a confirmation prompt when trying to drop an item or do so that you have to double tap the drop item key imagine that you accidentally drop an item just before a level change etc
0
61,431
25,520,118,481
IssuesEvent
2022-11-28 19:42:35
aws/aws-cdk
https://api.github.com/repos/aws/aws-cdk
closed
servicecatalogappregistry: Use cdk.App as scope for TargetApplication application
p2 feature-request effort/small @aws-cdk/aws-servicecatalogappregistry
### Describe the feature Use `stackId` [prop](https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-servicecatalogappregistry-alpha.CreateTargetApplicationOptions.html#stackidspan-classapi-icon-api-icon-experimental-titlethis-api-element-is-experimental-it-may-change-without-noticespan) value verbatim in `TargetApplication` class, with no prefix. Update the `stackId` [prop](https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-servicecatalogappregistry-alpha.CreateTargetApplicationOptions.html#stackidspan-classapi-icon-api-icon-experimental-titlethis-api-element-is-experimental-it-may-change-without-noticespan) description to align with the definition in [Identifiers](https://docs.aws.amazon.com/cdk/v2/guide/identifiers.html) documentation: _“The id of a stack is also the identifier that you use to refer to it in the [AWS CDK Toolkit (cdk command)](https://docs.aws.amazon.com/cdk/v2/guide/cli.html).”_ ### Use Case As a user, I want to have full control over the stack ID, to maintain a naming convention when using AWS CDK Toolkit. AWS CDK Construct Library v2.51.0 allows to set the stack ID for `TargetApplication`, but prefixes the name with the containing construct ID, which I think it shouldn’t. For an example, the following example code snippet: ```python application = appregistry_alpha.TargetApplication.create_application_stack( application_name=constants.APP_NAME, stack_id=constants.APP_NAME + "AppRegistryApplication", env=cdk.Environment( account=APPREGISTRY_APPLICATION_ACCOUNT, region=APPREGISTRY_APPLICATION_REGION, ), ) appregistry_application_associator = appregistry_alpha.ApplicationAssociator( app, "AppRegistryApplicationAssociator", applications=[application] ) ``` Produces the following stack ID for the AppRegistry application (I define the other stacks elsewhere): ```bash Supply a stack id (AppRegistryApplicationAssociator/UserManagementBackendAppRegistryApplication, UserManagementBackendSandbox, UserManagementBackendToolchain) to display its template. ``` I expected the behavior to be: ```bash Supply a stack id (UserManagementBackendAppRegistryApplication, UserManagementBackendSandbox, UserManagementBackendToolchain) to display its template. ``` ### Proposed Solution Update `this` to `scope` in https://github.com/aws/aws-cdk/blob/2c614059c44939e00c93c924ff2f0aa7a22a2a6e/packages/%40aws-cdk/aws-servicecatalogappregistry/lib/application-associator.ts#L45 (thanks @rohitagg0807!) ### Other Information _No response_ ### Acknowledgements - [ ] I may be able to implement this feature request - [X] This feature might incur a breaking change ### CDK version used 2.51.0 ### Environment details (OS name and version, etc.) macOS Monterey 12.6.1
1.0
servicecatalogappregistry: Use cdk.App as scope for TargetApplication application - ### Describe the feature Use `stackId` [prop](https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-servicecatalogappregistry-alpha.CreateTargetApplicationOptions.html#stackidspan-classapi-icon-api-icon-experimental-titlethis-api-element-is-experimental-it-may-change-without-noticespan) value verbatim in `TargetApplication` class, with no prefix. Update the `stackId` [prop](https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-servicecatalogappregistry-alpha.CreateTargetApplicationOptions.html#stackidspan-classapi-icon-api-icon-experimental-titlethis-api-element-is-experimental-it-may-change-without-noticespan) description to align with the definition in [Identifiers](https://docs.aws.amazon.com/cdk/v2/guide/identifiers.html) documentation: _“The id of a stack is also the identifier that you use to refer to it in the [AWS CDK Toolkit (cdk command)](https://docs.aws.amazon.com/cdk/v2/guide/cli.html).”_ ### Use Case As a user, I want to have full control over the stack ID, to maintain a naming convention when using AWS CDK Toolkit. AWS CDK Construct Library v2.51.0 allows to set the stack ID for `TargetApplication`, but prefixes the name with the containing construct ID, which I think it shouldn’t. For an example, the following example code snippet: ```python application = appregistry_alpha.TargetApplication.create_application_stack( application_name=constants.APP_NAME, stack_id=constants.APP_NAME + "AppRegistryApplication", env=cdk.Environment( account=APPREGISTRY_APPLICATION_ACCOUNT, region=APPREGISTRY_APPLICATION_REGION, ), ) appregistry_application_associator = appregistry_alpha.ApplicationAssociator( app, "AppRegistryApplicationAssociator", applications=[application] ) ``` Produces the following stack ID for the AppRegistry application (I define the other stacks elsewhere): ```bash Supply a stack id (AppRegistryApplicationAssociator/UserManagementBackendAppRegistryApplication, UserManagementBackendSandbox, UserManagementBackendToolchain) to display its template. ``` I expected the behavior to be: ```bash Supply a stack id (UserManagementBackendAppRegistryApplication, UserManagementBackendSandbox, UserManagementBackendToolchain) to display its template. ``` ### Proposed Solution Update `this` to `scope` in https://github.com/aws/aws-cdk/blob/2c614059c44939e00c93c924ff2f0aa7a22a2a6e/packages/%40aws-cdk/aws-servicecatalogappregistry/lib/application-associator.ts#L45 (thanks @rohitagg0807!) ### Other Information _No response_ ### Acknowledgements - [ ] I may be able to implement this feature request - [X] This feature might incur a breaking change ### CDK version used 2.51.0 ### Environment details (OS name and version, etc.) macOS Monterey 12.6.1
non_process
servicecatalogappregistry use cdk app as scope for targetapplication application describe the feature use stackid value verbatim in targetapplication class with no prefix update the stackid description to align with the definition in documentation “the id of a stack is also the identifier that you use to refer to it in the use case as a user i want to have full control over the stack id to maintain a naming convention when using aws cdk toolkit aws cdk construct library allows to set the stack id for targetapplication but prefixes the name with the containing construct id which i think it shouldn’t for an example the following example code snippet python application appregistry alpha targetapplication create application stack application name constants app name stack id constants app name appregistryapplication env cdk environment account appregistry application account region appregistry application region appregistry application associator appregistry alpha applicationassociator app appregistryapplicationassociator applications produces the following stack id for the appregistry application i define the other stacks elsewhere bash supply a stack id appregistryapplicationassociator usermanagementbackendappregistryapplication usermanagementbackendsandbox usermanagementbackendtoolchain to display its template i expected the behavior to be bash supply a stack id usermanagementbackendappregistryapplication usermanagementbackendsandbox usermanagementbackendtoolchain to display its template proposed solution update this to scope in thanks other information no response acknowledgements i may be able to implement this feature request this feature might incur a breaking change cdk version used environment details os name and version etc macos monterey
0
292,913
8,970,536,683
IssuesEvent
2019-01-29 13:54:11
threefoldfoundation/tfchain
https://api.github.com/repos/threefoldfoundation/tfchain
closed
tfchainc erc20 commands output json while human is the default
priority_minor type_bug
``` ./tfchainc wallet send erc20funds 0x76844c1cedf593be0c175e67845582e36d3bc889 1000 { "transactionid": "f8e6d3bb16590b474821741ea580bfa949fd8b8c0ab39ae033bb05ece310c63d" } ``` ``` ./tfchainc wallet send erc20address { "transactionid": "d41c0cab80145825d84c2e5930d38f69a62978bf1834e73db165c18a8ebf688d" } ```
1.0
tfchainc erc20 commands output json while human is the default - ``` ./tfchainc wallet send erc20funds 0x76844c1cedf593be0c175e67845582e36d3bc889 1000 { "transactionid": "f8e6d3bb16590b474821741ea580bfa949fd8b8c0ab39ae033bb05ece310c63d" } ``` ``` ./tfchainc wallet send erc20address { "transactionid": "d41c0cab80145825d84c2e5930d38f69a62978bf1834e73db165c18a8ebf688d" } ```
non_process
tfchainc commands output json while human is the default tfchainc wallet send transactionid tfchainc wallet send transactionid
0
106,834
16,722,377,487
IssuesEvent
2021-06-10 08:53:09
Vento-Nuenenen/UploadNow
https://api.github.com/repos/Vento-Nuenenen/UploadNow
opened
WS-2021-0154 (Medium) detected in glob-parent-3.1.0.tgz, glob-parent-5.1.1.tgz
security vulnerability
## WS-2021-0154 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-3.1.0.tgz</b>, <b>glob-parent-5.1.1.tgz</b></p></summary> <p> <details><summary><b>glob-parent-3.1.0.tgz</b></p></summary> <p>Strips glob magic from a string to provide the parent directory path</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz</a></p> <p>Path to dependency file: UploadNow/package.json</p> <p>Path to vulnerable library: UploadNow/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - laravel-mix-6.0.19.tgz (Root Library) - browser-sync-2.26.1.tgz - chokidar-2.1.8.tgz - :x: **glob-parent-3.1.0.tgz** (Vulnerable Library) </details> <details><summary><b>glob-parent-5.1.1.tgz</b></p></summary> <p>Extract the non-magic parent path from a glob string.</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz</a></p> <p>Path to dependency file: UploadNow/package.json</p> <p>Path to vulnerable library: UploadNow/node_modules/fast-glob/node_modules/glob-parent/package.json,UploadNow/node_modules/laravel-mix/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - laravel-mix-6.0.19.tgz (Root Library) - imagemin-7.0.1.tgz - globby-10.0.2.tgz - fast-glob-3.2.5.tgz - :x: **glob-parent-5.1.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/Vento-Nuenenen/UploadNow/commit/b1b79098c6acd7f0a13a920fccad9bc90eab63cc">b1b79098c6acd7f0a13a920fccad9bc90eab63cc</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Regular Expression Denial of Service (ReDoS) vulnerability was found in glob-parent before 5.1.2. <p>Publish Date: 2021-01-27 <p>URL: <a href=https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366>WS-2021-0154</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/gulpjs/glob-parent/releases/tag/v5.1.2">https://github.com/gulpjs/glob-parent/releases/tag/v5.1.2</a></p> <p>Release Date: 2021-01-27</p> <p>Fix Resolution: glob-parent - 5.1.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2021-0154 (Medium) detected in glob-parent-3.1.0.tgz, glob-parent-5.1.1.tgz - ## WS-2021-0154 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-3.1.0.tgz</b>, <b>glob-parent-5.1.1.tgz</b></p></summary> <p> <details><summary><b>glob-parent-3.1.0.tgz</b></p></summary> <p>Strips glob magic from a string to provide the parent directory path</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz</a></p> <p>Path to dependency file: UploadNow/package.json</p> <p>Path to vulnerable library: UploadNow/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - laravel-mix-6.0.19.tgz (Root Library) - browser-sync-2.26.1.tgz - chokidar-2.1.8.tgz - :x: **glob-parent-3.1.0.tgz** (Vulnerable Library) </details> <details><summary><b>glob-parent-5.1.1.tgz</b></p></summary> <p>Extract the non-magic parent path from a glob string.</p> <p>Library home page: <a href="https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz">https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz</a></p> <p>Path to dependency file: UploadNow/package.json</p> <p>Path to vulnerable library: UploadNow/node_modules/fast-glob/node_modules/glob-parent/package.json,UploadNow/node_modules/laravel-mix/node_modules/glob-parent/package.json</p> <p> Dependency Hierarchy: - laravel-mix-6.0.19.tgz (Root Library) - imagemin-7.0.1.tgz - globby-10.0.2.tgz - fast-glob-3.2.5.tgz - :x: **glob-parent-5.1.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/Vento-Nuenenen/UploadNow/commit/b1b79098c6acd7f0a13a920fccad9bc90eab63cc">b1b79098c6acd7f0a13a920fccad9bc90eab63cc</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Regular Expression Denial of Service (ReDoS) vulnerability was found in glob-parent before 5.1.2. <p>Publish Date: 2021-01-27 <p>URL: <a href=https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366>WS-2021-0154</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/gulpjs/glob-parent/releases/tag/v5.1.2">https://github.com/gulpjs/glob-parent/releases/tag/v5.1.2</a></p> <p>Release Date: 2021-01-27</p> <p>Fix Resolution: glob-parent - 5.1.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_process
ws medium detected in glob parent tgz glob parent tgz ws medium severity vulnerability vulnerable libraries glob parent tgz glob parent tgz glob parent tgz strips glob magic from a string to provide the parent directory path library home page a href path to dependency file uploadnow package json path to vulnerable library uploadnow node modules glob parent package json dependency hierarchy laravel mix tgz root library browser sync tgz chokidar tgz x glob parent tgz vulnerable library glob parent tgz extract the non magic parent path from a glob string library home page a href path to dependency file uploadnow package json path to vulnerable library uploadnow node modules fast glob node modules glob parent package json uploadnow node modules laravel mix node modules glob parent package json dependency hierarchy laravel mix tgz root library imagemin tgz globby tgz fast glob tgz x glob parent tgz vulnerable library found in head commit a href found in base branch master vulnerability details regular expression denial of service redos vulnerability was found in glob parent before publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution glob parent step up your open source security game with whitesource
0
18,169
24,207,796,235
IssuesEvent
2022-09-25 13:33:54
sebastianbergmann/phpunit
https://api.github.com/repos/sebastianbergmann/phpunit
closed
@runClassInSeparateProcess has the same effect as @runTestsInSeparateProcesses
type/bug feature/process-isolation
| Q | A | --------------------| --------------- | PHPUnit version | 7.4-dev | PHP version | 7.2.7 | Installation Method | Composer <!-- - Please fill in this template according to your issue. - Please keep the table shown above at the top of your issue. - Please include the output of "composer info | sort" if you installed PHPUnit using Composer. - Please post code as text (using proper markup). Do not post screenshots of code. - Visit https://phpunit.de/support.html if you are looking for support. - Otherwise, replace this comment by the description of your issue. --> `@runClassInSeparateProcess` has the same effect as `@runTestsInSeparateProcesses` and makes test [SeparateClassPreserveTest.php](https://github.com/sebastianbergmann/phpunit/blob/master/tests/Regression/GitHub/2591/SeparateClassPreserveTest.php) fail when it's run by itself. My project has the same problem so I think the problem is with the annotation. The older versions I tested have the same problem. ``` $ ./phpunit tests__Regression__GitHub__2591__SeparateClassPreserveTest PHPUnit 7.4-dev by Sebastian Bergmann and contributors. Runtime: PHP 7.2.7-0ubuntu0.18.04.2 Configuration: /home/.../phpunit-master/phpunit.xml E.E 3 / 3 (100%) Time: 120 ms, Memory: 4.00MB There were 2 errors: 1) Issue2591_SeparateClassPreserveTest::testOriginalGlobalString Undefined index: globalString /home/ubuntu/Downloads/phpunit-master/tests/Regression/GitHub/2591/SeparateClassPreserveTest.php:20 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestCase.php:1150 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestCase.php:844 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestResult.php:665 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestCase.php:798 2) Issue2591_SeparateClassPreserveTest::testGlobalString Undefined index: globalString /home/ubuntu/Downloads/phpunit-master/tests/Regression/GitHub/2591/SeparateClassPreserveTest.php:33 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestCase.php:1150 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestCase.php:844 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestResult.php:665 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestCase.php:798 ERRORS! Tests: 3, Assertions: 1, Errors: 2. ``` It makes sense for the first test to fail but the third shouldn't. All tests pass when run together. ``` $ composer info | sort doctrine/instantiator 1.1.0 A small, lightweight utility to ... myclabs/deep-copy 1.8.1 Create deep copies (clones) of y... phar-io/manifest 1.0.3 Component for reading phar.io ma... phar-io/version 2.0.1 Library for handling version inf... phpdocumentor/reflection-common 1.0.1 Common reflection classes used b... phpdocumentor/reflection-docblock 4.3.0 With this component, a library c... phpdocumentor/type-resolver 0.4.0 phpspec/prophecy 1.8.0 Highly opinionated mocking frame... phpunit/php-code-coverage 6.0.7 Library that provides collection... phpunit/php-file-iterator 2.0.1 FilterIterator implementation th... phpunit/php-text-template 1.2.1 Simple template engine. phpunit/php-timer 2.0.0 Utility class for timing phpunit/php-token-stream 3.0.0 Wrapper around PHP's tokenizer e... sebastian/code-unit-reverse-lookup 1.0.1 Looks up which function or metho... sebastian/comparator 3.0.2 Provides the functionality to co... sebastian/diff 3.0.1 Diff implementation sebastian/environment 3.1.0 Provides functionality to handle... sebastian/exporter 3.1.0 Provides the functionality to ex... sebastian/global-state 2.0.0 Snapshotting of global state sebastian/object-enumerator 3.0.3 Traverses array structures and o... sebastian/object-reflector 1.1.1 Allows reflection of object attr... sebastian/recursion-context 3.0.0 Provides functionality to recurs... sebastian/resource-operations 1.0.0 Provides a list of PHP built-in ... sebastian/version 2.0.1 Library that helps with managing... theseer/tokenizer 1.1.0 A small library for converting t... webmozart/assert 1.3.0 Assertions to validate method in... ```
1.0
@runClassInSeparateProcess has the same effect as @runTestsInSeparateProcesses - | Q | A | --------------------| --------------- | PHPUnit version | 7.4-dev | PHP version | 7.2.7 | Installation Method | Composer <!-- - Please fill in this template according to your issue. - Please keep the table shown above at the top of your issue. - Please include the output of "composer info | sort" if you installed PHPUnit using Composer. - Please post code as text (using proper markup). Do not post screenshots of code. - Visit https://phpunit.de/support.html if you are looking for support. - Otherwise, replace this comment by the description of your issue. --> `@runClassInSeparateProcess` has the same effect as `@runTestsInSeparateProcesses` and makes test [SeparateClassPreserveTest.php](https://github.com/sebastianbergmann/phpunit/blob/master/tests/Regression/GitHub/2591/SeparateClassPreserveTest.php) fail when it's run by itself. My project has the same problem so I think the problem is with the annotation. The older versions I tested have the same problem. ``` $ ./phpunit tests__Regression__GitHub__2591__SeparateClassPreserveTest PHPUnit 7.4-dev by Sebastian Bergmann and contributors. Runtime: PHP 7.2.7-0ubuntu0.18.04.2 Configuration: /home/.../phpunit-master/phpunit.xml E.E 3 / 3 (100%) Time: 120 ms, Memory: 4.00MB There were 2 errors: 1) Issue2591_SeparateClassPreserveTest::testOriginalGlobalString Undefined index: globalString /home/ubuntu/Downloads/phpunit-master/tests/Regression/GitHub/2591/SeparateClassPreserveTest.php:20 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestCase.php:1150 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestCase.php:844 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestResult.php:665 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestCase.php:798 2) Issue2591_SeparateClassPreserveTest::testGlobalString Undefined index: globalString /home/ubuntu/Downloads/phpunit-master/tests/Regression/GitHub/2591/SeparateClassPreserveTest.php:33 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestCase.php:1150 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestCase.php:844 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestResult.php:665 /home/ubuntu/Downloads/phpunit-master/src/Framework/TestCase.php:798 ERRORS! Tests: 3, Assertions: 1, Errors: 2. ``` It makes sense for the first test to fail but the third shouldn't. All tests pass when run together. ``` $ composer info | sort doctrine/instantiator 1.1.0 A small, lightweight utility to ... myclabs/deep-copy 1.8.1 Create deep copies (clones) of y... phar-io/manifest 1.0.3 Component for reading phar.io ma... phar-io/version 2.0.1 Library for handling version inf... phpdocumentor/reflection-common 1.0.1 Common reflection classes used b... phpdocumentor/reflection-docblock 4.3.0 With this component, a library c... phpdocumentor/type-resolver 0.4.0 phpspec/prophecy 1.8.0 Highly opinionated mocking frame... phpunit/php-code-coverage 6.0.7 Library that provides collection... phpunit/php-file-iterator 2.0.1 FilterIterator implementation th... phpunit/php-text-template 1.2.1 Simple template engine. phpunit/php-timer 2.0.0 Utility class for timing phpunit/php-token-stream 3.0.0 Wrapper around PHP's tokenizer e... sebastian/code-unit-reverse-lookup 1.0.1 Looks up which function or metho... sebastian/comparator 3.0.2 Provides the functionality to co... sebastian/diff 3.0.1 Diff implementation sebastian/environment 3.1.0 Provides functionality to handle... sebastian/exporter 3.1.0 Provides the functionality to ex... sebastian/global-state 2.0.0 Snapshotting of global state sebastian/object-enumerator 3.0.3 Traverses array structures and o... sebastian/object-reflector 1.1.1 Allows reflection of object attr... sebastian/recursion-context 3.0.0 Provides functionality to recurs... sebastian/resource-operations 1.0.0 Provides a list of PHP built-in ... sebastian/version 2.0.1 Library that helps with managing... theseer/tokenizer 1.1.0 A small library for converting t... webmozart/assert 1.3.0 Assertions to validate method in... ```
process
runclassinseparateprocess has the same effect as runtestsinseparateprocesses q a phpunit version dev php version installation method composer please fill in this template according to your issue please keep the table shown above at the top of your issue please include the output of composer info sort if you installed phpunit using composer please post code as text using proper markup do not post screenshots of code visit if you are looking for support otherwise replace this comment by the description of your issue runclassinseparateprocess has the same effect as runtestsinseparateprocesses and makes test fail when it s run by itself my project has the same problem so i think the problem is with the annotation the older versions i tested have the same problem phpunit tests regression github separateclasspreservetest phpunit dev by sebastian bergmann and contributors runtime php configuration home phpunit master phpunit xml e e time ms memory there were errors separateclasspreservetest testoriginalglobalstring undefined index globalstring home ubuntu downloads phpunit master tests regression github separateclasspreservetest php home ubuntu downloads phpunit master src framework testcase php home ubuntu downloads phpunit master src framework testcase php home ubuntu downloads phpunit master src framework testresult php home ubuntu downloads phpunit master src framework testcase php separateclasspreservetest testglobalstring undefined index globalstring home ubuntu downloads phpunit master tests regression github separateclasspreservetest php home ubuntu downloads phpunit master src framework testcase php home ubuntu downloads phpunit master src framework testcase php home ubuntu downloads phpunit master src framework testresult php home ubuntu downloads phpunit master src framework testcase php errors tests assertions errors it makes sense for the first test to fail but the third shouldn t all tests pass when run together composer info sort doctrine instantiator a small lightweight utility to myclabs deep copy create deep copies clones of y phar io manifest component for reading phar io ma phar io version library for handling version inf phpdocumentor reflection common common reflection classes used b phpdocumentor reflection docblock with this component a library c phpdocumentor type resolver phpspec prophecy highly opinionated mocking frame phpunit php code coverage library that provides collection phpunit php file iterator filteriterator implementation th phpunit php text template simple template engine phpunit php timer utility class for timing phpunit php token stream wrapper around php s tokenizer e sebastian code unit reverse lookup looks up which function or metho sebastian comparator provides the functionality to co sebastian diff diff implementation sebastian environment provides functionality to handle sebastian exporter provides the functionality to ex sebastian global state snapshotting of global state sebastian object enumerator traverses array structures and o sebastian object reflector allows reflection of object attr sebastian recursion context provides functionality to recurs sebastian resource operations provides a list of php built in sebastian version library that helps with managing theseer tokenizer a small library for converting t webmozart assert assertions to validate method in
1
69,002
3,294,868,677
IssuesEvent
2015-10-31 12:44:16
rubenarslan/formr.org
https://api.github.com/repos/rubenarslan/formr.org
closed
allow disabling emails from formr and specific studies
enhancement high-priority
we already have the field `no_email` in the survey_run_sessions table. Basically, all emails should have a unsubscribe message at the bottom, along the lines of: I do not want to get emails from this study ever again / for two weeks. I do not want emails at all. maybe also establish an automated way of deleting data associated with a specific user?
1.0
allow disabling emails from formr and specific studies - we already have the field `no_email` in the survey_run_sessions table. Basically, all emails should have a unsubscribe message at the bottom, along the lines of: I do not want to get emails from this study ever again / for two weeks. I do not want emails at all. maybe also establish an automated way of deleting data associated with a specific user?
non_process
allow disabling emails from formr and specific studies we already have the field no email in the survey run sessions table basically all emails should have a unsubscribe message at the bottom along the lines of i do not want to get emails from this study ever again for two weeks i do not want emails at all maybe also establish an automated way of deleting data associated with a specific user
0
7,364
10,509,835,822
IssuesEvent
2019-09-27 12:03:21
NationalSecurityAgency/ghidra
https://api.github.com/repos/NationalSecurityAgency/ghidra
closed
SH2-A decompile issue with exts.b instruction
Feature: Processor/SuperH Type: Bug
**Describe the bug** I have some code using the the exts.b instruction (extend sign byte): 06006706 b0 4d bsr loadOverlay int loadOverlay(void) 06006708 64 e3 _mov r14,r4 0600670a 60 0e exts.b r0,r0 0600670c 20 08 tst r0,r0 0600670e 8b 15 bf LAB_0600673c 06006710 e3 01 mov 0x1,r3 06006712 a0 13 bra LAB_0600673c 06006714 2e 31 _mov.w r3,@r14 The decompilation generated is: iVar1 = loadOverlay(); iVar1 = (int)(char)((uint)iVar1 >> 8); if (iVar1 != 0) { return iVar1; } *psParm1 = 1; Now what is very unclear to me is where the >> 8 come from. loadOverlay is setup to return an int.
1.0
SH2-A decompile issue with exts.b instruction - **Describe the bug** I have some code using the the exts.b instruction (extend sign byte): 06006706 b0 4d bsr loadOverlay int loadOverlay(void) 06006708 64 e3 _mov r14,r4 0600670a 60 0e exts.b r0,r0 0600670c 20 08 tst r0,r0 0600670e 8b 15 bf LAB_0600673c 06006710 e3 01 mov 0x1,r3 06006712 a0 13 bra LAB_0600673c 06006714 2e 31 _mov.w r3,@r14 The decompilation generated is: iVar1 = loadOverlay(); iVar1 = (int)(char)((uint)iVar1 >> 8); if (iVar1 != 0) { return iVar1; } *psParm1 = 1; Now what is very unclear to me is where the >> 8 come from. loadOverlay is setup to return an int.
process
a decompile issue with exts b instruction describe the bug i have some code using the the exts b instruction extend sign byte bsr loadoverlay int loadoverlay void mov exts b tst bf lab mov bra lab mov w the decompilation generated is loadoverlay int char uint if return now what is very unclear to me is where the come from loadoverlay is setup to return an int
1
223,409
17,112,934,950
IssuesEvent
2021-07-10 18:12:43
centre-for-humanities-computing/DaCy
https://api.github.com/repos/centre-for-humanities-computing/DaCy
closed
Move to Center for Humanities Computing
documentation
Move to the Center for humanities Computing organization. To officially show that it is under CHC support.
1.0
Move to Center for Humanities Computing - Move to the Center for humanities Computing organization. To officially show that it is under CHC support.
non_process
move to center for humanities computing move to the center for humanities computing organization to officially show that it is under chc support
0
18,911
24,851,417,058
IssuesEvent
2022-10-26 20:26:02
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
opened
Tracking issue for standard builtins API inconsistencies
P4 type: process team-Starlark-Interpreter
This bug is for collecting known API inconsistencies with the Starlark spec and/or Python 3. At some point we should do a full audit of all standard builtins. Mainly the kinds of inconsistencies I expect involve parameter processing, e.g.: - accepting a keyword arg when the param should be positional-only - keyword parameters that have the wrong name - optional parameters whose default value behavior doesn't match what happens when the supposed default is explicitly passed in Current list of known issues in this repo: - `split`/`rsplit` sep behavior (#8726) - `split`/`rsplit` named parameter behavior (#14309) - `key` callback for `min`/`max` (#15022) What we should do is systematically look at all method signatures in the spec, compare those against Python 3, and ensure that Starlark-in-Java and Starlark-in-Go are consistent with the spec. Note that full consistency with Python 3 is not necessarily required, since in some cases it makes sense to intentionally deviate from Python (e.g. due to Starlark's lack of error recovery, or a preference for stricter fail-fast behavior).
1.0
Tracking issue for standard builtins API inconsistencies - This bug is for collecting known API inconsistencies with the Starlark spec and/or Python 3. At some point we should do a full audit of all standard builtins. Mainly the kinds of inconsistencies I expect involve parameter processing, e.g.: - accepting a keyword arg when the param should be positional-only - keyword parameters that have the wrong name - optional parameters whose default value behavior doesn't match what happens when the supposed default is explicitly passed in Current list of known issues in this repo: - `split`/`rsplit` sep behavior (#8726) - `split`/`rsplit` named parameter behavior (#14309) - `key` callback for `min`/`max` (#15022) What we should do is systematically look at all method signatures in the spec, compare those against Python 3, and ensure that Starlark-in-Java and Starlark-in-Go are consistent with the spec. Note that full consistency with Python 3 is not necessarily required, since in some cases it makes sense to intentionally deviate from Python (e.g. due to Starlark's lack of error recovery, or a preference for stricter fail-fast behavior).
process
tracking issue for standard builtins api inconsistencies this bug is for collecting known api inconsistencies with the starlark spec and or python at some point we should do a full audit of all standard builtins mainly the kinds of inconsistencies i expect involve parameter processing e g accepting a keyword arg when the param should be positional only keyword parameters that have the wrong name optional parameters whose default value behavior doesn t match what happens when the supposed default is explicitly passed in current list of known issues in this repo split rsplit sep behavior split rsplit named parameter behavior key callback for min max what we should do is systematically look at all method signatures in the spec compare those against python and ensure that starlark in java and starlark in go are consistent with the spec note that full consistency with python is not necessarily required since in some cases it makes sense to intentionally deviate from python e g due to starlark s lack of error recovery or a preference for stricter fail fast behavior
1
15,383
19,567,120,981
IssuesEvent
2022-01-04 03:10:48
allinurl/goaccess
https://api.github.com/repos/allinurl/goaccess
closed
ignore specific folders in URL
question log/date/time format log-processing
Is there a way to ignore specific folders in a URL request? If the request is for https://my-domain/admin/... ignore it thanks, Scott
1.0
ignore specific folders in URL - Is there a way to ignore specific folders in a URL request? If the request is for https://my-domain/admin/... ignore it thanks, Scott
process
ignore specific folders in url is there a way to ignore specific folders in a url request if the request is for ignore it thanks scott
1
269,821
28,960,304,102
IssuesEvent
2023-05-10 01:31:11
Nivaskumark/kernel_v4.19.72_old
https://api.github.com/repos/Nivaskumark/kernel_v4.19.72_old
reopened
CVE-2023-0266 (High) detected in linuxlinux-4.19.83
Mend: dependency security vulnerability
## CVE-2023-0266 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.83</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/Nivaskumark/kernel_v4.19.72/commit/ce49083a1c14be2d13cb5e878257d293e6c748bc">ce49083a1c14be2d13cb5e878257d293e6c748bc</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> A use after free vulnerability exists in the ALSA PCM package in the Linux Kernel. SNDRV_CTL_IOCTL_ELEM_{READ|WRITE}32 is missing locks that can be used in a use-after-free that can result in a priviledge escalation to gain ring0 access from the system user. We recommend upgrading past commit 56b88b50565cd8b946a2d00b0c83927b7ebb055e <p>Publish Date: 2023-01-30 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-0266>CVE-2023-0266</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2023-0266">https://www.linuxkernelcves.com/cves/CVE-2023-0266</a></p> <p>Release Date: 2023-01-30</p> <p>Fix Resolution: v4.14.303,v4.19.270,v5.4.229,v5.10.163,v5.15.88,v6.1.6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2023-0266 (High) detected in linuxlinux-4.19.83 - ## CVE-2023-0266 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.83</b></p></summary> <p> <p>Apache Software Foundation (ASF)</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in HEAD commit: <a href="https://github.com/Nivaskumark/kernel_v4.19.72/commit/ce49083a1c14be2d13cb5e878257d293e6c748bc">ce49083a1c14be2d13cb5e878257d293e6c748bc</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png?' width=19 height=20> Vulnerability Details</summary> <p> A use after free vulnerability exists in the ALSA PCM package in the Linux Kernel. SNDRV_CTL_IOCTL_ELEM_{READ|WRITE}32 is missing locks that can be used in a use-after-free that can result in a priviledge escalation to gain ring0 access from the system user. We recommend upgrading past commit 56b88b50565cd8b946a2d00b0c83927b7ebb055e <p>Publish Date: 2023-01-30 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2023-0266>CVE-2023-0266</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.linuxkernelcves.com/cves/CVE-2023-0266">https://www.linuxkernelcves.com/cves/CVE-2023-0266</a></p> <p>Release Date: 2023-01-30</p> <p>Fix Resolution: v4.14.303,v4.19.270,v5.4.229,v5.10.163,v5.15.88,v6.1.6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_process
cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files vulnerability details a use after free vulnerability exists in the alsa pcm package in the linux kernel sndrv ctl ioctl elem read write is missing locks that can be used in a use after free that can result in a priviledge escalation to gain access from the system user we recommend upgrading past commit publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
4,350
7,253,846,822
IssuesEvent
2018-02-16 08:25:53
aiidateam/aiida_core
https://api.github.com/repos/aiidateam/aiida_core
closed
Unable to set parser for JobProcess through inputs
priority/critical-blocking topic/JobCalculationAndProcess type/bug
The key `parser_name` is simply missing from the allowed `_options` in `JobProcess` input specification. At https://github.com/aiidateam/aiida_core/blob/f593ca5eb73ae03e3093b64f953dde09a453f57c/aiida/work/legacy/job_process.py#L33-L48 there should be an additional line: ```python options = { ... "append_text": unicode, "parser_name": unicode, } ``` Since JobCalculation already has a `set_parser_class()` function, this is all that's required.
1.0
Unable to set parser for JobProcess through inputs - The key `parser_name` is simply missing from the allowed `_options` in `JobProcess` input specification. At https://github.com/aiidateam/aiida_core/blob/f593ca5eb73ae03e3093b64f953dde09a453f57c/aiida/work/legacy/job_process.py#L33-L48 there should be an additional line: ```python options = { ... "append_text": unicode, "parser_name": unicode, } ``` Since JobCalculation already has a `set_parser_class()` function, this is all that's required.
process
unable to set parser for jobprocess through inputs the key parser name is simply missing from the allowed options in jobprocess input specification at there should be an additional line python options append text unicode parser name unicode since jobcalculation already has a set parser class function this is all that s required
1
161,255
12,535,495,146
IssuesEvent
2020-06-04 21:29:21
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
No longer able to 'upgrade' to older version, please reenable this option
[zube]: To Test internal team/ui
**What kind of request is this (question/bug/enhancement/feature request):** feature request **Steps to reproduce (least amount of steps as possible):** Deploy an App using the GUI by selecting the App and the version as shown below where there is a lot of choice in versions, we start with the lowest: ![PolitieNL-Dev](https://user-images.githubusercontent.com/11242627/82339278-2594db00-99ee-11ea-9a44-dcf5b036e838.png) Upgrade the App using the upgrade feature of the GUI to a higher version shows still all possible versions as shown below: ![PolitieNL-Dev](https://user-images.githubusercontent.com/11242627/82339516-67be1c80-99ee-11ea-8ea4-f284c09a304a.png) When on the high version number it is not possible to 'upgrade' to a previous version any longer as it was with Rancher 2.3.5 ![PolitieNL-Dev](https://user-images.githubusercontent.com/11242627/82339633-8a503580-99ee-11ea-8382-7b09309dba72.png) The Rollback option is not useful for two reasons: - If a version is skipped you can not roll back to it - The overview of the Apps in de rollback list has no understandable relation with the version numbers of the Apps **Result:** Older versions no longer selectable. Downgrade's are difficult and can only be done by completely deleting an App (and its resources) and redeploy it... **Other details that may be helpful:** It worked well on the previous version of Rancher (2.3.5) **Environment information** - | Component | Version | | -- | -- | | Rancher | v2.4.3 | | User Interface | v2.4.22 | | Helm | v2.16.5-rancher1 | | Machine | v0.15.0-rancher36 | - Installation option (single install/HA): Single install of the App <!-- If the reported issue is regarding a created cluster, please provide requested info below --> **Cluster information** - Cluster type (Hosted/Infrastructure Provider/Custom/Imported): Hosted - Machine type (cloud/VM/metal) and specifications (CPU/memory): VM, 3 controllers, 6 workers, all 4CPU/24Gb each - Kubernetes version (use `kubectl version`): ``` Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.2", GitCommit:"59603c6e503c87169aea6106f57b9f242f64df89", GitTreeState:"clean", BuildDate:"2020-01-23T14:21:54Z", GoVersion:"go1.13.6", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.2", GitCommit:"59603c6e503c87169aea6106f57b9f242f64df89", GitTreeState:"clean", BuildDate:"2020-01-18T23:22:30Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"linux/amd64"} ``` - Docker version (use `docker version`): ``` Client: Docker Engine - Community Version: 19.03.5 API version: 1.40 Go version: go1.12.12 Git commit: 633a0ea Built: Wed Nov 13 07:25:41 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.5 API version: 1.40 (minimum version 1.12) Go version: go1.12.12 Git commit: 633a0ea Built: Wed Nov 13 07:24:18 2019 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.2.10 GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 runc: Version: 1.0.0-rc8+dev GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 docker-init: Version: 0.18.0 GitCommit: fec3683 ``` gzrancher/rancher#10473
1.0
No longer able to 'upgrade' to older version, please reenable this option - **What kind of request is this (question/bug/enhancement/feature request):** feature request **Steps to reproduce (least amount of steps as possible):** Deploy an App using the GUI by selecting the App and the version as shown below where there is a lot of choice in versions, we start with the lowest: ![PolitieNL-Dev](https://user-images.githubusercontent.com/11242627/82339278-2594db00-99ee-11ea-9a44-dcf5b036e838.png) Upgrade the App using the upgrade feature of the GUI to a higher version shows still all possible versions as shown below: ![PolitieNL-Dev](https://user-images.githubusercontent.com/11242627/82339516-67be1c80-99ee-11ea-8ea4-f284c09a304a.png) When on the high version number it is not possible to 'upgrade' to a previous version any longer as it was with Rancher 2.3.5 ![PolitieNL-Dev](https://user-images.githubusercontent.com/11242627/82339633-8a503580-99ee-11ea-8382-7b09309dba72.png) The Rollback option is not useful for two reasons: - If a version is skipped you can not roll back to it - The overview of the Apps in de rollback list has no understandable relation with the version numbers of the Apps **Result:** Older versions no longer selectable. Downgrade's are difficult and can only be done by completely deleting an App (and its resources) and redeploy it... **Other details that may be helpful:** It worked well on the previous version of Rancher (2.3.5) **Environment information** - | Component | Version | | -- | -- | | Rancher | v2.4.3 | | User Interface | v2.4.22 | | Helm | v2.16.5-rancher1 | | Machine | v0.15.0-rancher36 | - Installation option (single install/HA): Single install of the App <!-- If the reported issue is regarding a created cluster, please provide requested info below --> **Cluster information** - Cluster type (Hosted/Infrastructure Provider/Custom/Imported): Hosted - Machine type (cloud/VM/metal) and specifications (CPU/memory): VM, 3 controllers, 6 workers, all 4CPU/24Gb each - Kubernetes version (use `kubectl version`): ``` Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.2", GitCommit:"59603c6e503c87169aea6106f57b9f242f64df89", GitTreeState:"clean", BuildDate:"2020-01-23T14:21:54Z", GoVersion:"go1.13.6", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.2", GitCommit:"59603c6e503c87169aea6106f57b9f242f64df89", GitTreeState:"clean", BuildDate:"2020-01-18T23:22:30Z", GoVersion:"go1.13.5", Compiler:"gc", Platform:"linux/amd64"} ``` - Docker version (use `docker version`): ``` Client: Docker Engine - Community Version: 19.03.5 API version: 1.40 Go version: go1.12.12 Git commit: 633a0ea Built: Wed Nov 13 07:25:41 2019 OS/Arch: linux/amd64 Experimental: false Server: Docker Engine - Community Engine: Version: 19.03.5 API version: 1.40 (minimum version 1.12) Go version: go1.12.12 Git commit: 633a0ea Built: Wed Nov 13 07:24:18 2019 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.2.10 GitCommit: b34a5c8af56e510852c35414db4c1f4fa6172339 runc: Version: 1.0.0-rc8+dev GitCommit: 3e425f80a8c931f88e6d94a8c831b9d5aa481657 docker-init: Version: 0.18.0 GitCommit: fec3683 ``` gzrancher/rancher#10473
non_process
no longer able to upgrade to older version please reenable this option what kind of request is this question bug enhancement feature request feature request steps to reproduce least amount of steps as possible deploy an app using the gui by selecting the app and the version as shown below where there is a lot of choice in versions we start with the lowest upgrade the app using the upgrade feature of the gui to a higher version shows still all possible versions as shown below when on the high version number it is not possible to upgrade to a previous version any longer as it was with rancher the rollback option is not useful for two reasons if a version is skipped you can not roll back to it the overview of the apps in de rollback list has no understandable relation with the version numbers of the apps result older versions no longer selectable downgrade s are difficult and can only be done by completely deleting an app and its resources and redeploy it other details that may be helpful it worked well on the previous version of rancher environment information component version rancher user interface helm machine installation option single install ha single install of the app if the reported issue is regarding a created cluster please provide requested info below cluster information cluster type hosted infrastructure provider custom imported hosted machine type cloud vm metal and specifications cpu memory vm controllers workers all each kubernetes version use kubectl version client version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform darwin server version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform linux docker version use docker version client docker engine community version api version go version git commit built wed nov os arch linux experimental false server docker engine community engine version api version minimum version go version git commit built wed nov os arch linux experimental false containerd version gitcommit runc version dev gitcommit docker init version gitcommit gzrancher rancher
0
1,845
4,647,339,907
IssuesEvent
2016-10-01 12:38:20
rg3/youtube-dl
https://api.github.com/repos/rg3/youtube-dl
closed
Would like to add extended attributes to saved file
clarification-needed postprocessors
Hi, I want to add extended attributes (for example discussed in https://www.freedesktop.org/wiki/CommonExtendedAttributes/) to the downloaded file. I see that there is an option "xattr_set_filesize" available. Can someone point me to where I can add extended attributes to the downloaded file. I am primarily looking to store the source URL and other metadata as extended attributes. Thanks.
1.0
Would like to add extended attributes to saved file - Hi, I want to add extended attributes (for example discussed in https://www.freedesktop.org/wiki/CommonExtendedAttributes/) to the downloaded file. I see that there is an option "xattr_set_filesize" available. Can someone point me to where I can add extended attributes to the downloaded file. I am primarily looking to store the source URL and other metadata as extended attributes. Thanks.
process
would like to add extended attributes to saved file hi i want to add extended attributes for example discussed in to the downloaded file i see that there is an option xattr set filesize available can someone point me to where i can add extended attributes to the downloaded file i am primarily looking to store the source url and other metadata as extended attributes thanks
1
84,448
16,499,322,514
IssuesEvent
2021-05-25 13:21:55
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
When you press and hold the keyboard to move, the mouse will be stuck when you slide it (there will be jerky and teleportation)
Bug Code Need more info
- [x] I have searched the issue tracker to check if the issue has already been **Description** A clear and concise description of what the bug is. **Steps To Reproduce** 新手教程中,按住键盘进行左右移动的同时,滑动鼠标,会出现鼠标指针移动缓慢、瞬移等情况 **Version** Windows 0.12.03 **Additional information**
1.0
When you press and hold the keyboard to move, the mouse will be stuck when you slide it (there will be jerky and teleportation) - - [x] I have searched the issue tracker to check if the issue has already been **Description** A clear and concise description of what the bug is. **Steps To Reproduce** 新手教程中,按住键盘进行左右移动的同时,滑动鼠标,会出现鼠标指针移动缓慢、瞬移等情况 **Version** Windows 0.12.03 **Additional information**
non_process
when you press and hold the keyboard to move the mouse will be stuck when you slide it there will be jerky and teleportation i have searched the issue tracker to check if the issue has already been description a clear and concise description of what the bug is steps to reproduce 新手教程中,按住键盘进行左右移动的同时,滑动鼠标,会出现鼠标指针移动缓慢、瞬移等情况 version windows additional information
0
34,212
9,306,772,383
IssuesEvent
2019-03-25 10:31:55
cnr-ibf-pa/hbp-bsp-issues
https://api.github.com/repos/cnr-ibf-pa/hbp-bsp-issues
closed
Add info icon to HH-Neuron Builder panels
Minor Topic_CellBuilding_HodgkinHuxley Type_Feature
## Use Case Update Aspect | Detail ------------ | ------------- Summary | @orena1 requested to add an info icon on the HHNB panels Expert | @lbologna Deadline | M12 Dependencies | None ## List of additional/changed features * The user will be able to point an info icon and have a summary of what the relative step of the HH Neuron Builder does. Priority: 'Nice to have' ### Tasks - [x] Add icons with hover-over description ## Acceptance Criteria * The user hovers over the info icon and a popup appears with some description of what the operation contained in the panel is intended for ## Extra Requirements ### System None
1.0
Add info icon to HH-Neuron Builder panels - ## Use Case Update Aspect | Detail ------------ | ------------- Summary | @orena1 requested to add an info icon on the HHNB panels Expert | @lbologna Deadline | M12 Dependencies | None ## List of additional/changed features * The user will be able to point an info icon and have a summary of what the relative step of the HH Neuron Builder does. Priority: 'Nice to have' ### Tasks - [x] Add icons with hover-over description ## Acceptance Criteria * The user hovers over the info icon and a popup appears with some description of what the operation contained in the panel is intended for ## Extra Requirements ### System None
non_process
add info icon to hh neuron builder panels use case update aspect detail summary requested to add an info icon on the hhnb panels expert lbologna deadline dependencies none list of additional changed features the user will be able to point an info icon and have a summary of what the relative step of the hh neuron builder does priority nice to have tasks add icons with hover over description acceptance criteria the user hovers over the info icon and a popup appears with some description of what the operation contained in the panel is intended for extra requirements system none
0
217,839
24,351,627,766
IssuesEvent
2022-10-03 01:03:29
YauheniPo/Elements_Test_Framework
https://api.github.com/repos/YauheniPo/Elements_Test_Framework
opened
CVE-2022-42004 (Medium) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2022-42004 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - allure-testng-2.10.0.jar (Root Library) - allure-java-commons-2.10.0.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/YauheniPo/Elements_Test_Framework/commit/b6525683a2173ae823218926b6f8d80d10c5d61f">b6525683a2173ae823218926b6f8d80d10c5d61f</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In FasterXML jackson-databind before 2.13.4, resource exhaustion can occur because of a lack of a check in BeanDeserializer._deserializeFromArray to prevent use of deeply nested arrays. An application is vulnerable only with certain customized choices for deserialization. <p>Publish Date: 2022-10-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-42004>CVE-2022-42004</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2022-10-02</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.13.4</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-42004 (Medium) detected in jackson-databind-2.9.8.jar - ## CVE-2022-42004 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.8/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - allure-testng-2.10.0.jar (Root Library) - allure-java-commons-2.10.0.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/YauheniPo/Elements_Test_Framework/commit/b6525683a2173ae823218926b6f8d80d10c5d61f">b6525683a2173ae823218926b6f8d80d10c5d61f</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In FasterXML jackson-databind before 2.13.4, resource exhaustion can occur because of a lack of a check in BeanDeserializer._deserializeFromArray to prevent use of deeply nested arrays. An application is vulnerable only with certain customized choices for deserialization. <p>Publish Date: 2022-10-02 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-42004>CVE-2022-42004</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2022-10-02</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.13.4</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_process
cve medium detected in jackson databind jar cve medium severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy allure testng jar root library allure java commons jar x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details in fasterxml jackson databind before resource exhaustion can occur because of a lack of a check in beandeserializer deserializefromarray to prevent use of deeply nested arrays an application is vulnerable only with certain customized choices for deserialization publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution com fasterxml jackson core jackson databind step up your open source security game with mend
0
16,777
10,564,958,801
IssuesEvent
2019-10-05 07:05:32
terraform-providers/terraform-provider-azurerm
https://api.github.com/repos/terraform-providers/terraform-provider-azurerm
closed
AKS error when trying to upgrade cluster
bug service/kubernetes-cluster
<!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Terraform (and AzureRM Provider) Version Provider version 1.24. ### Affected Resource(s) * `azurerm_kubernetes_cluster` ### Description Trying to upgrade aks cluster from 1.11.5 -> 1.11.9. Receiving the following error: containerservice.ManagedClustersClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="LinkedInvalidPropertyId" Message="Property id ''at path 'properties.addonProfiles.omsagent.config.logAnalyticsWorkspaceResourceID' is invalid. Expect fully qualified resource Id that start with '/subscriptions/{subscriptionId}' or '/providers/{resourceProviderNamespace}/'." Unsure if this happens on new cluster creation, only tried the upgrade.
1.0
AKS error when trying to upgrade cluster - <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Terraform (and AzureRM Provider) Version Provider version 1.24. ### Affected Resource(s) * `azurerm_kubernetes_cluster` ### Description Trying to upgrade aks cluster from 1.11.5 -> 1.11.9. Receiving the following error: containerservice.ManagedClustersClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="LinkedInvalidPropertyId" Message="Property id ''at path 'properties.addonProfiles.omsagent.config.logAnalyticsWorkspaceResourceID' is invalid. Expect fully qualified resource Id that start with '/subscriptions/{subscriptionId}' or '/providers/{resourceProviderNamespace}/'." Unsure if this happens on new cluster creation, only tried the upgrade.
non_process
aks error when trying to upgrade cluster community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment terraform and azurerm provider version provider version affected resource s azurerm kubernetes cluster description trying to upgrade aks cluster from receiving the following error containerservice managedclustersclient createorupdate failure sending request statuscode original error code linkedinvalidpropertyid message property id at path properties addonprofiles omsagent config loganalyticsworkspaceresourceid is invalid expect fully qualified resource id that start with subscriptions subscriptionid or providers resourceprovidernamespace unsure if this happens on new cluster creation only tried the upgrade
0
216,707
7,311,092,811
IssuesEvent
2018-02-28 16:44:57
joshherkness/AR-Top
https://api.github.com/repos/joshherkness/AR-Top
opened
Leave session button
Effort: 3 Priority: High
Add a button to the unity application that can be used to leave a session and return to the "join session" scene. For now, just use the _X_ (close) icon for this.
1.0
Leave session button - Add a button to the unity application that can be used to leave a session and return to the "join session" scene. For now, just use the _X_ (close) icon for this.
non_process
leave session button add a button to the unity application that can be used to leave a session and return to the join session scene for now just use the x close icon for this
0
8,208
11,402,793,615
IssuesEvent
2020-01-31 04:46:35
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
"Points Along Geometry" not creating points if geometry is multipart
Bug Processing
I found the result of qgis:pointsalonglines with v3.10 and 3.2.2 are different, exactly the new version gives a wrong result. see the screenshot attatched. ![Uploading floodchain with QGIS3.10 version.png…]()
1.0
"Points Along Geometry" not creating points if geometry is multipart - I found the result of qgis:pointsalonglines with v3.10 and 3.2.2 are different, exactly the new version gives a wrong result. see the screenshot attatched. ![Uploading floodchain with QGIS3.10 version.png…]()
process
points along geometry not creating points if geometry is multipart i found the result of qgis pointsalonglines with and are different exactly the new version gives a wrong result see the screenshot attatched
1
11,270
14,060,158,658
IssuesEvent
2020-11-03 05:16:59
gfx-rs/naga
https://api.github.com/repos/gfx-rs/naga
opened
Typifier -> Classifier
area: processing help wanted kind: feature kind: question
Currently, we have the typifier module that assigns expression types. We need more information induced from the expressions though. One such bit is what is the variability of an expression: global, uniform, or local. We could go at least two ways from here: 1. Introduce an expression visitor, which will be used by the typifier as well as other things, potentially in user space as well. 2. Rename the typifier to "classifier" and make it derive the variability together with the type. The (2) seems more straightforward to me, although I do wonder about a way to let users easily process our IR modules. Maybe it's just too early for that, and we'll need to pick the easier solution.
1.0
Typifier -> Classifier - Currently, we have the typifier module that assigns expression types. We need more information induced from the expressions though. One such bit is what is the variability of an expression: global, uniform, or local. We could go at least two ways from here: 1. Introduce an expression visitor, which will be used by the typifier as well as other things, potentially in user space as well. 2. Rename the typifier to "classifier" and make it derive the variability together with the type. The (2) seems more straightforward to me, although I do wonder about a way to let users easily process our IR modules. Maybe it's just too early for that, and we'll need to pick the easier solution.
process
typifier classifier currently we have the typifier module that assigns expression types we need more information induced from the expressions though one such bit is what is the variability of an expression global uniform or local we could go at least two ways from here introduce an expression visitor which will be used by the typifier as well as other things potentially in user space as well rename the typifier to classifier and make it derive the variability together with the type the seems more straightforward to me although i do wonder about a way to let users easily process our ir modules maybe it s just too early for that and we ll need to pick the easier solution
1
195,462
14,730,136,011
IssuesEvent
2021-01-06 12:42:52
pubpub-zz/ppInk
https://api.github.com/repos/pubpub-zz/ppInk
opened
New feature for test : Image Pasting
beta looking for testers
This new version introduces capability to stamp images. Can you give me your feedbacks? Although advanced, this is still an alpha version [ppInkTst3.zip](https://github.com/pubpub-zz/ppInk/files/5775795/ppInkTst3.zip)
1.0
New feature for test : Image Pasting - This new version introduces capability to stamp images. Can you give me your feedbacks? Although advanced, this is still an alpha version [ppInkTst3.zip](https://github.com/pubpub-zz/ppInk/files/5775795/ppInkTst3.zip)
non_process
new feature for test image pasting this new version introduces capability to stamp images can you give me your feedbacks although advanced this is still an alpha version
0
290,974
25,111,916,772
IssuesEvent
2022-11-08 21:20:19
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
core/post-content patterns fail to render preview on page creation of patterns referenced within them
Needs Testing [Feature] Patterns
### Description I noticed I can create page template patterns (that autoload on page creation) fine by building out content in the editor and then copying the code, but I'd like to create these core/post-content patterns with just a few references to my other section style patterns (otherwise there is a lot of repeating the same pattern multiple places making it hard to maintain). When I try to do this manually it breaks the preview when creating a new page. You can see that the "page text basic" renders partly the block markup, but not the included patterns. For reference, the patterns still work perfectly when you click to insert them, it is just the preview that does not work. I can also insert them, the switch to code, copy everything and use that as a core/post-content pattern and the preview works again. It is just the pattern reference within preview that is breaking. Full disclosure: this is happening in a custom theme, so could be a syntax issue, but the behavior of the pattern working but not the preview seemed like a possible bug to me, so wanted to flag. ### Step-by-step reproduction instructions 1. add a standard pattern to your block theme like "hero section" 2. create a pattern with Block Types: core/post-content 3. Add the standard pattern to this template like so `<!-- wp:pattern {"slug":"example/hero"} /-->` 4. Create a new page and the preview does not seem to render the pattern ### Screenshots, screen recording, code snippet <img width="1128" alt="image" src="https://user-images.githubusercontent.com/50935059/200333893-c18e010b-4424-40a8-972b-867f354510b9.png"> <img width="533" alt="image (1)" src="https://user-images.githubusercontent.com/50935059/200333910-8a64caf3-24c7-448a-b846-effb5fc82236.png"> <img width="1167" alt="image (5)" src="https://user-images.githubusercontent.com/50935059/200333931-61a87fd3-8e11-49f7-8159-d211ca1b100e.png"> ### Environment info - WordPress 6.1 - Custom Theme ***This could an issue with the way my custom theme is setup, but the patterns still work perfectly so the behavior seems like a potential bug and wanted to flag*** ### Please confirm that you have searched existing issues in the repo. Yes ### Please confirm that you have tested with all plugins deactivated except Gutenberg. Yes
1.0
core/post-content patterns fail to render preview on page creation of patterns referenced within them - ### Description I noticed I can create page template patterns (that autoload on page creation) fine by building out content in the editor and then copying the code, but I'd like to create these core/post-content patterns with just a few references to my other section style patterns (otherwise there is a lot of repeating the same pattern multiple places making it hard to maintain). When I try to do this manually it breaks the preview when creating a new page. You can see that the "page text basic" renders partly the block markup, but not the included patterns. For reference, the patterns still work perfectly when you click to insert them, it is just the preview that does not work. I can also insert them, the switch to code, copy everything and use that as a core/post-content pattern and the preview works again. It is just the pattern reference within preview that is breaking. Full disclosure: this is happening in a custom theme, so could be a syntax issue, but the behavior of the pattern working but not the preview seemed like a possible bug to me, so wanted to flag. ### Step-by-step reproduction instructions 1. add a standard pattern to your block theme like "hero section" 2. create a pattern with Block Types: core/post-content 3. Add the standard pattern to this template like so `<!-- wp:pattern {"slug":"example/hero"} /-->` 4. Create a new page and the preview does not seem to render the pattern ### Screenshots, screen recording, code snippet <img width="1128" alt="image" src="https://user-images.githubusercontent.com/50935059/200333893-c18e010b-4424-40a8-972b-867f354510b9.png"> <img width="533" alt="image (1)" src="https://user-images.githubusercontent.com/50935059/200333910-8a64caf3-24c7-448a-b846-effb5fc82236.png"> <img width="1167" alt="image (5)" src="https://user-images.githubusercontent.com/50935059/200333931-61a87fd3-8e11-49f7-8159-d211ca1b100e.png"> ### Environment info - WordPress 6.1 - Custom Theme ***This could an issue with the way my custom theme is setup, but the patterns still work perfectly so the behavior seems like a potential bug and wanted to flag*** ### Please confirm that you have searched existing issues in the repo. Yes ### Please confirm that you have tested with all plugins deactivated except Gutenberg. Yes
non_process
core post content patterns fail to render preview on page creation of patterns referenced within them description i noticed i can create page template patterns that autoload on page creation fine by building out content in the editor and then copying the code but i d like to create these core post content patterns with just a few references to my other section style patterns otherwise there is a lot of repeating the same pattern multiple places making it hard to maintain when i try to do this manually it breaks the preview when creating a new page you can see that the page text basic renders partly the block markup but not the included patterns for reference the patterns still work perfectly when you click to insert them it is just the preview that does not work i can also insert them the switch to code copy everything and use that as a core post content pattern and the preview works again it is just the pattern reference within preview that is breaking full disclosure this is happening in a custom theme so could be a syntax issue but the behavior of the pattern working but not the preview seemed like a possible bug to me so wanted to flag step by step reproduction instructions add a standard pattern to your block theme like hero section create a pattern with block types core post content add the standard pattern to this template like so create a new page and the preview does not seem to render the pattern screenshots screen recording code snippet img width alt image src img width alt image src img width alt image src environment info wordpress custom theme this could an issue with the way my custom theme is setup but the patterns still work perfectly so the behavior seems like a potential bug and wanted to flag please confirm that you have searched existing issues in the repo yes please confirm that you have tested with all plugins deactivated except gutenberg yes
0
7,074
10,224,150,025
IssuesEvent
2019-08-16 11:52:36
Open-EO/openeo-processes
https://api.github.com/repos/Open-EO/openeo-processes
opened
Vector data cubes + processes
help wanted new process
We basically ignored vector data cubes and related processes until now and will need to add more related processes in 1.0, which will be a major work package!
1.0
Vector data cubes + processes - We basically ignored vector data cubes and related processes until now and will need to add more related processes in 1.0, which will be a major work package!
process
vector data cubes processes we basically ignored vector data cubes and related processes until now and will need to add more related processes in which will be a major work package
1
61,252
6,731,144,886
IssuesEvent
2017-10-18 06:02:23
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
opened
pull-kubernetes-e2e-kubeadm-gce is broken again
kind/bug sig/cluster-lifecycle sig/testing
/kind bug **What happened**: https://k8s-gubernator.appspot.com/builds/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-e2e-kubeadm-gce is solid red for over 24h **What you expected to happen**: Not all red. I mentioned it in https://kubernetes.slack.com/archives/C09QZ4DQB/p1508249038000603 yesterday but didn't see any reaction, so I'm cranking up the volume a little. @kubernetes/sig-testing-bugs @kubernetes/sig-cluster-lifecycle-bugs
1.0
pull-kubernetes-e2e-kubeadm-gce is broken again - /kind bug **What happened**: https://k8s-gubernator.appspot.com/builds/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-e2e-kubeadm-gce is solid red for over 24h **What you expected to happen**: Not all red. I mentioned it in https://kubernetes.slack.com/archives/C09QZ4DQB/p1508249038000603 yesterday but didn't see any reaction, so I'm cranking up the volume a little. @kubernetes/sig-testing-bugs @kubernetes/sig-cluster-lifecycle-bugs
non_process
pull kubernetes kubeadm gce is broken again kind bug what happened is solid red for over what you expected to happen not all red i mentioned it in yesterday but didn t see any reaction so i m cranking up the volume a little kubernetes sig testing bugs kubernetes sig cluster lifecycle bugs
0
89,476
15,829,496,927
IssuesEvent
2021-04-06 11:16:09
VivekBuzruk/Hygieia
https://api.github.com/repos/VivekBuzruk/Hygieia
opened
CVE-2020-36048 (High) detected in engine.io-1.8.5.tgz
security vulnerability
## CVE-2020-36048 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>engine.io-1.8.5.tgz</b></p></summary> <p>The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server</p> <p>Library home page: <a href="https://registry.npmjs.org/engine.io/-/engine.io-1.8.5.tgz">https://registry.npmjs.org/engine.io/-/engine.io-1.8.5.tgz</a></p> <p>Path to dependency file: Hygieia/UI/package.json</p> <p>Path to vulnerable library: Hygieia/UI/node_modules/engine.io/package.json</p> <p> Dependency Hierarchy: - browser-sync-1.7.3.tgz (Root Library) - socket.io-1.7.4.tgz - :x: **engine.io-1.8.5.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/VivekBuzruk/Hygieia/commit/3c4f119e4343cf7fa276bb4756361b926902248e">3c4f119e4343cf7fa276bb4756361b926902248e</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Engine.IO before 4.0.0 allows attackers to cause a denial of service (resource consumption) via a POST request to the long polling transport. <p>Publish Date: 2021-01-08 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36048>CVE-2020-36048</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36048">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36048</a></p> <p>Release Date: 2021-01-08</p> <p>Fix Resolution: engine.io - 4.0.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-36048 (High) detected in engine.io-1.8.5.tgz - ## CVE-2020-36048 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>engine.io-1.8.5.tgz</b></p></summary> <p>The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server</p> <p>Library home page: <a href="https://registry.npmjs.org/engine.io/-/engine.io-1.8.5.tgz">https://registry.npmjs.org/engine.io/-/engine.io-1.8.5.tgz</a></p> <p>Path to dependency file: Hygieia/UI/package.json</p> <p>Path to vulnerable library: Hygieia/UI/node_modules/engine.io/package.json</p> <p> Dependency Hierarchy: - browser-sync-1.7.3.tgz (Root Library) - socket.io-1.7.4.tgz - :x: **engine.io-1.8.5.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/VivekBuzruk/Hygieia/commit/3c4f119e4343cf7fa276bb4756361b926902248e">3c4f119e4343cf7fa276bb4756361b926902248e</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Engine.IO before 4.0.0 allows attackers to cause a denial of service (resource consumption) via a POST request to the long polling transport. <p>Publish Date: 2021-01-08 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36048>CVE-2020-36048</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36048">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36048</a></p> <p>Release Date: 2021-01-08</p> <p>Fix Resolution: engine.io - 4.0.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_process
cve high detected in engine io tgz cve high severity vulnerability vulnerable library engine io tgz the realtime engine behind socket io provides the foundation of a bidirectional connection between client and server library home page a href path to dependency file hygieia ui package json path to vulnerable library hygieia ui node modules engine io package json dependency hierarchy browser sync tgz root library socket io tgz x engine io tgz vulnerable library found in head commit a href found in base branch master vulnerability details engine io before allows attackers to cause a denial of service resource consumption via a post request to the long polling transport publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution engine io step up your open source security game with whitesource
0
73,577
15,266,971,062
IssuesEvent
2021-02-22 09:30:00
MicrosoftDocs/microsoft-365-docs
https://api.github.com/repos/MicrosoftDocs/microsoft-365-docs
closed
How to use DKIM
security
Reference your webpage https://docs.microsoft.com/en-gb/microsoft-365/security/office-365-security/use-dkim-to-validate-outbound-email?view=o365-worldwide. I have been in contact with the o365sup@microsoft.com case reference: 23884876. The recommended host settings for DKIM CNAME Configuration entries for all entries in for custom domains are listed in this page as; Host name: selector1._domainkey Points to address or value: selector1-cohovineyard-com._domainkey.cohovineyardandwinery.onmicrosoft.com TTL: 3600 Host name: selector2._domainkey Points to address or value: selector2-cohovineyard-com._domainkey.cohovineyardandwinery.onmicrosoft.com TTL: 3600 Host name: selector1._domainkey Points to address or value: selector1-cohowinery-com._domainkey.cohovineyardandwinery.onmicrosoft.com TTL: 3600 Host name: selector2._domainkey Points to address or value: selector2-cohowinery-com._domainkey.cohovineyardandwinery.onmicrosoft.com TTL: 3600 It is not possible to follow this instruction in the Godaddy DNS service as they require the host connectors to be unique values. The selectors I used to enter the necessary CNAME records and successfully enable DKIM are listed below for the following domain and it's sub domains; djhitco.uk selector1._domainkey marketing.djhit.co.uk selector1._domainkey.marketing operations.djhit.co.uk selector1._domainkey.operations This appears to confuse your support desk as well as it took us several days to sort out. Regards, Duncan --- #### Document details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 249c059f-c3ce-a382-b99e-795a0c1f646a * Version Independent ID: 5656c114-ae16-6194-cd9f-353b33f4a1e1 * Content: [How to use DKIM for email in your custom domain - Office 365](https://docs.microsoft.com/en-gb/microsoft-365/security/office-365-security/use-dkim-to-validate-outbound-email?view=o365-worldwide) * Content Source: [microsoft-365/security/office-365-security/use-dkim-to-validate-outbound-email.md](https://github.com/MicrosoftDocs/microsoft-365-docs/blob/public/microsoft-365/security/office-365-security/use-dkim-to-validate-outbound-email.md) * Product: **m365-security** * Technology: **mdo** * GitHub Login: @MSFTTracyP * Microsoft Alias: **tracyp**
True
How to use DKIM - Reference your webpage https://docs.microsoft.com/en-gb/microsoft-365/security/office-365-security/use-dkim-to-validate-outbound-email?view=o365-worldwide. I have been in contact with the o365sup@microsoft.com case reference: 23884876. The recommended host settings for DKIM CNAME Configuration entries for all entries in for custom domains are listed in this page as; Host name: selector1._domainkey Points to address or value: selector1-cohovineyard-com._domainkey.cohovineyardandwinery.onmicrosoft.com TTL: 3600 Host name: selector2._domainkey Points to address or value: selector2-cohovineyard-com._domainkey.cohovineyardandwinery.onmicrosoft.com TTL: 3600 Host name: selector1._domainkey Points to address or value: selector1-cohowinery-com._domainkey.cohovineyardandwinery.onmicrosoft.com TTL: 3600 Host name: selector2._domainkey Points to address or value: selector2-cohowinery-com._domainkey.cohovineyardandwinery.onmicrosoft.com TTL: 3600 It is not possible to follow this instruction in the Godaddy DNS service as they require the host connectors to be unique values. The selectors I used to enter the necessary CNAME records and successfully enable DKIM are listed below for the following domain and it's sub domains; djhitco.uk selector1._domainkey marketing.djhit.co.uk selector1._domainkey.marketing operations.djhit.co.uk selector1._domainkey.operations This appears to confuse your support desk as well as it took us several days to sort out. Regards, Duncan --- #### Document details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 249c059f-c3ce-a382-b99e-795a0c1f646a * Version Independent ID: 5656c114-ae16-6194-cd9f-353b33f4a1e1 * Content: [How to use DKIM for email in your custom domain - Office 365](https://docs.microsoft.com/en-gb/microsoft-365/security/office-365-security/use-dkim-to-validate-outbound-email?view=o365-worldwide) * Content Source: [microsoft-365/security/office-365-security/use-dkim-to-validate-outbound-email.md](https://github.com/MicrosoftDocs/microsoft-365-docs/blob/public/microsoft-365/security/office-365-security/use-dkim-to-validate-outbound-email.md) * Product: **m365-security** * Technology: **mdo** * GitHub Login: @MSFTTracyP * Microsoft Alias: **tracyp**
non_process
how to use dkim reference your webpage i have been in contact with the microsoft com case reference the recommended host settings for dkim cname configuration entries for all entries in for custom domains are listed in this page as host name domainkey points to address or value cohovineyard com domainkey cohovineyardandwinery onmicrosoft com ttl host name domainkey points to address or value cohovineyard com domainkey cohovineyardandwinery onmicrosoft com ttl host name domainkey points to address or value cohowinery com domainkey cohovineyardandwinery onmicrosoft com ttl host name domainkey points to address or value cohowinery com domainkey cohovineyardandwinery onmicrosoft com ttl it is not possible to follow this instruction in the godaddy dns service as they require the host connectors to be unique values the selectors i used to enter the necessary cname records and successfully enable dkim are listed below for the following domain and it s sub domains djhitco uk domainkey marketing djhit co uk domainkey marketing operations djhit co uk domainkey operations this appears to confuse your support desk as well as it took us several days to sort out regards duncan document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product security technology mdo github login msfttracyp microsoft alias tracyp
0
95,116
8,531,575,041
IssuesEvent
2018-11-04 13:44:45
Fourdee/DietPi
https://api.github.com/repos/Fourdee/DietPi
closed
Nextcloud cannot be installed, again
Beta Investigation required :thinking: Testing/testers required :arrow_down_small:
I'm here again. Trying to install Nextcloud with dietpi_userspace on another drive, throws me this error. To save time, I also send a bug report just in case: f489c9d1-7964-4348-b501-c2de9bd420e1 #### Details: - Date | Sun 4 Nov 12:37:10 CET 2018 - Bug report | N/A - DietPi version | v6.18.2 (Fourdee/beta) - Img creator | DietPi Core Team - Pre-image | Raspbian Lite - SBC device | RPi 3 Model B (armv7l) (index=3) - Kernel version | #1145 SMP Fri Sep 21 15:38:35 BST 2018 - Distro | stretch (index=4) - Command | ncc maintenance:install - Exit code | 1 - Software title | DietPi-Software #### Steps to reproduce: <!-- Explain how to reproduce the issue --> 1. Plug an USB storage 2. Make that USB a drive (formatting or mounting) 3. Point dietpi_userspace to it using dietpi-drive_manager 4. Open dietpi-software 5. Install Nextcloud #### Expected behaviour: <!-- What SHOULD be happening? --> - Nextcloud should be installed without problems using the external drive #### Actual behaviour: <!-- What IS happening? --> - Installation crashes, maybe by a lack of symlink support #### Extra details: <!-- Please post any extra details that might help solve the issue --> - The external drive is a USB stick formatted to F2FS #### Additional logs: ``` Log file contents: In Local.php line 387: Following symlinks is not allowed maintenance:install [--database DATABASE] [--database-name DATABASE-NAME] [--database-host DATABASE-HOST] [--database-port DATABASE-PORT] [--database-user DATABASE-USER] [--database-pass [DATABASE-PASS]] [--database-table-prefix [DATABASE-TABLE-PREFIX]] [--database-table-space [DATABASE-TABLE-SPACE]] [--admin-user ADMIN-USER] [--admin-pass ADMIN-PASS] [--data-dir DATA-DIR] ```
2.0
Nextcloud cannot be installed, again - I'm here again. Trying to install Nextcloud with dietpi_userspace on another drive, throws me this error. To save time, I also send a bug report just in case: f489c9d1-7964-4348-b501-c2de9bd420e1 #### Details: - Date | Sun 4 Nov 12:37:10 CET 2018 - Bug report | N/A - DietPi version | v6.18.2 (Fourdee/beta) - Img creator | DietPi Core Team - Pre-image | Raspbian Lite - SBC device | RPi 3 Model B (armv7l) (index=3) - Kernel version | #1145 SMP Fri Sep 21 15:38:35 BST 2018 - Distro | stretch (index=4) - Command | ncc maintenance:install - Exit code | 1 - Software title | DietPi-Software #### Steps to reproduce: <!-- Explain how to reproduce the issue --> 1. Plug an USB storage 2. Make that USB a drive (formatting or mounting) 3. Point dietpi_userspace to it using dietpi-drive_manager 4. Open dietpi-software 5. Install Nextcloud #### Expected behaviour: <!-- What SHOULD be happening? --> - Nextcloud should be installed without problems using the external drive #### Actual behaviour: <!-- What IS happening? --> - Installation crashes, maybe by a lack of symlink support #### Extra details: <!-- Please post any extra details that might help solve the issue --> - The external drive is a USB stick formatted to F2FS #### Additional logs: ``` Log file contents: In Local.php line 387: Following symlinks is not allowed maintenance:install [--database DATABASE] [--database-name DATABASE-NAME] [--database-host DATABASE-HOST] [--database-port DATABASE-PORT] [--database-user DATABASE-USER] [--database-pass [DATABASE-PASS]] [--database-table-prefix [DATABASE-TABLE-PREFIX]] [--database-table-space [DATABASE-TABLE-SPACE]] [--admin-user ADMIN-USER] [--admin-pass ADMIN-PASS] [--data-dir DATA-DIR] ```
non_process
nextcloud cannot be installed again i m here again trying to install nextcloud with dietpi userspace on another drive throws me this error to save time i also send a bug report just in case details date sun nov cet bug report n a dietpi version fourdee beta img creator dietpi core team pre image raspbian lite sbc device rpi model b index kernel version smp fri sep bst distro stretch index command ncc maintenance install exit code software title dietpi software steps to reproduce plug an usb storage make that usb a drive formatting or mounting point dietpi userspace to it using dietpi drive manager open dietpi software install nextcloud expected behaviour nextcloud should be installed without problems using the external drive actual behaviour installation crashes maybe by a lack of symlink support extra details the external drive is a usb stick formatted to additional logs log file contents in local php line following symlinks is not allowed maintenance install
0
317,177
23,666,972,729
IssuesEvent
2022-08-26 22:28:27
RocketPy-Team/RocketPy-Hackathon-2022
https://api.github.com/repos/RocketPy-Team/RocketPy-Hackathon-2022
opened
Batch dispersion notebook
documentation Medium
**Short Description:** Dispersion analysis can take a while to run, sometimes we need to schedule multiple simulations and go to sleep. Ensure everything is ready once the user wakes up. **Long Description:** Build a notebook that makes it easy to simulate multiple flights in sequence, specially for multiple dispersion analysis scenarios. Be sure to comment on it accordingly. **Useful links:** -
1.0
Batch dispersion notebook - **Short Description:** Dispersion analysis can take a while to run, sometimes we need to schedule multiple simulations and go to sleep. Ensure everything is ready once the user wakes up. **Long Description:** Build a notebook that makes it easy to simulate multiple flights in sequence, specially for multiple dispersion analysis scenarios. Be sure to comment on it accordingly. **Useful links:** -
non_process
batch dispersion notebook short description dispersion analysis can take a while to run sometimes we need to schedule multiple simulations and go to sleep ensure everything is ready once the user wakes up long description build a notebook that makes it easy to simulate multiple flights in sequence specially for multiple dispersion analysis scenarios be sure to comment on it accordingly useful links
0
17,035
22,409,457,962
IssuesEvent
2022-06-18 13:50:10
RobertCraigie/prisma-client-py
https://api.github.com/repos/RobertCraigie/prisma-client-py
closed
Do not override already set env variables from `.env`
bug/2-confirmed kind/bug process/candidate topic: client level/beginner priority/high
## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently the `.env` variables take precedence over the system environment variables, this can cause issues as the Prisma CLI will use the system environment variables instead which could lead to migrations being applied to a different database if you have two different connection strings set. ## Suggested solution <!-- A clear and concise description of what you want to happen. --> System environment variables should take priority. ## Additional context Mentioned in #420.
1.0
Do not override already set env variables from `.env` - ## Problem <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> Currently the `.env` variables take precedence over the system environment variables, this can cause issues as the Prisma CLI will use the system environment variables instead which could lead to migrations being applied to a different database if you have two different connection strings set. ## Suggested solution <!-- A clear and concise description of what you want to happen. --> System environment variables should take priority. ## Additional context Mentioned in #420.
process
do not override already set env variables from env problem currently the env variables take precedence over the system environment variables this can cause issues as the prisma cli will use the system environment variables instead which could lead to migrations being applied to a different database if you have two different connection strings set suggested solution system environment variables should take priority additional context mentioned in
1
8,233
11,415,575,262
IssuesEvent
2020-02-02 12:02:11
parcel-bundler/parcel
https://api.github.com/repos/parcel-bundler/parcel
closed
Unable to import CSS file from node_modules when target is electron
:bug: Bug CSS Preprocessing Electron Stale
<!--- Thanks for filing an issue 😄 ! Before you submit, please read the following: Search open/closed issues before submitting since someone might have asked the same thing before! --> # 🐛 bug report <!--- Provide a general summary of the issue here --> I cannot import CSS from node_modules when the target of parcel bundler is electron. ## 🎛 Configuration (.babelrc, package.json, cli command) <!--- If describing a bug, tell us what your babel configuration looks like --> ```json // tsconfig.json { "compilerOptions": { "strict": true, "target": "es5", "module": "commonjs", "moduleResolution": "node", "lib": [ "dom", "es2015", "es2016", "es2017", ], "sourceMap": true, "noImplicitReturns": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "jsx": "react", "pretty": true, "rootDir": ".", "outDir": "build" }, "exclude": [ "node_modules" ] } ``` ```bash // run command parcel app/index.html --target electron --out-dir build/app --public-url . ``` ## 🤔 Expected Behavior <!--- Tell us what should happen --> Apply styles without any error. ## 😯 Current Behavior ![image](https://user-images.githubusercontent.com/11497500/43841976-4be109c6-9b5f-11e8-8b8e-a0673758e3f2.png) Cannot import CSS <!--- Tell us what happens instead of the expected behavior --> <!--- If you are seeing an error, please include the full error message and stack trace --> ## 💁 Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug --> I don't have any idea 😥 ## 🔦 Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> I don't have any problem when the target is browser I found that importing CSS file as relative path is working, but it doesn't work when I import CSS from node_modules as absolute path when the target is electron. `parcel build` has the same issue not only `serve`. ## 💻 Code Sample <!-- Please provide a code repository, gist, code snippet or sample files to reproduce the issue --> I created a sample repository that makes the same error of this issue. https://github.com/drakang4/parcel-electron-css-bug ## 🌍 Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> | Software | Version(s) | | ---------------- | ---------- | | Parcel | 1.9.7 | | Node | 8.11.3 | | npm/Yarn | 5.4.2 / 1.9.2 | | Operating System | Windows 10 | <!-- Love parcel? Please consider supporting our collective: 👉 https://opencollective.com/parcel/donate -->
1.0
Unable to import CSS file from node_modules when target is electron - <!--- Thanks for filing an issue 😄 ! Before you submit, please read the following: Search open/closed issues before submitting since someone might have asked the same thing before! --> # 🐛 bug report <!--- Provide a general summary of the issue here --> I cannot import CSS from node_modules when the target of parcel bundler is electron. ## 🎛 Configuration (.babelrc, package.json, cli command) <!--- If describing a bug, tell us what your babel configuration looks like --> ```json // tsconfig.json { "compilerOptions": { "strict": true, "target": "es5", "module": "commonjs", "moduleResolution": "node", "lib": [ "dom", "es2015", "es2016", "es2017", ], "sourceMap": true, "noImplicitReturns": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "jsx": "react", "pretty": true, "rootDir": ".", "outDir": "build" }, "exclude": [ "node_modules" ] } ``` ```bash // run command parcel app/index.html --target electron --out-dir build/app --public-url . ``` ## 🤔 Expected Behavior <!--- Tell us what should happen --> Apply styles without any error. ## 😯 Current Behavior ![image](https://user-images.githubusercontent.com/11497500/43841976-4be109c6-9b5f-11e8-8b8e-a0673758e3f2.png) Cannot import CSS <!--- Tell us what happens instead of the expected behavior --> <!--- If you are seeing an error, please include the full error message and stack trace --> ## 💁 Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug --> I don't have any idea 😥 ## 🔦 Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> I don't have any problem when the target is browser I found that importing CSS file as relative path is working, but it doesn't work when I import CSS from node_modules as absolute path when the target is electron. `parcel build` has the same issue not only `serve`. ## 💻 Code Sample <!-- Please provide a code repository, gist, code snippet or sample files to reproduce the issue --> I created a sample repository that makes the same error of this issue. https://github.com/drakang4/parcel-electron-css-bug ## 🌍 Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> | Software | Version(s) | | ---------------- | ---------- | | Parcel | 1.9.7 | | Node | 8.11.3 | | npm/Yarn | 5.4.2 / 1.9.2 | | Operating System | Windows 10 | <!-- Love parcel? Please consider supporting our collective: 👉 https://opencollective.com/parcel/donate -->
process
unable to import css file from node modules when target is electron thanks for filing an issue 😄 before you submit please read the following search open closed issues before submitting since someone might have asked the same thing before 🐛 bug report i cannot import css from node modules when the target of parcel bundler is electron 🎛 configuration babelrc package json cli command json tsconfig json compileroptions strict true target module commonjs moduleresolution node lib dom sourcemap true noimplicitreturns true allowunreachablecode false allowunusedlabels false jsx react pretty true rootdir outdir build exclude node modules bash run command parcel app index html target electron out dir build app public url 🤔 expected behavior apply styles without any error 😯 current behavior cannot import css 💁 possible solution i don t have any idea 😥 🔦 context i don t have any problem when the target is browser i found that importing css file as relative path is working but it doesn t work when i import css from node modules as absolute path when the target is electron parcel build has the same issue not only serve 💻 code sample i created a sample repository that makes the same error of this issue 🌍 your environment software version s parcel node npm yarn operating system windows love parcel please consider supporting our collective 👉
1
8,440
11,599,582,564
IssuesEvent
2020-02-25 02:44:53
quinngroup/CiliaRepresentation
https://api.github.com/repos/quinngroup/CiliaRepresentation
closed
Initial optical flow dataset creation
High Priority processing
Need to create a local and complete dataset containing optical flow vector fields. In previous experiments, variants of Horn-Schunck and Lucas-Kanade solutions performed optimally for basic thresholding-based segmentation; experiments might need to be re-done to optimize optical flow in conjunction with derivative values for more complex thresholding.
1.0
Initial optical flow dataset creation - Need to create a local and complete dataset containing optical flow vector fields. In previous experiments, variants of Horn-Schunck and Lucas-Kanade solutions performed optimally for basic thresholding-based segmentation; experiments might need to be re-done to optimize optical flow in conjunction with derivative values for more complex thresholding.
process
initial optical flow dataset creation need to create a local and complete dataset containing optical flow vector fields in previous experiments variants of horn schunck and lucas kanade solutions performed optimally for basic thresholding based segmentation experiments might need to be re done to optimize optical flow in conjunction with derivative values for more complex thresholding
1
68,246
8,243,559,257
IssuesEvent
2018-09-11 01:01:11
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
_debugUltimatePreviousSiblingOf(after, equals: _firstChild) is not true.
customer: crowd customer: mulligan (g3) f: material design f: scrolling framework severe: crash severe: customer blocker severe: customer critical waiting for PR to land (fixed)
## Steps to Reproduce I have a PageView that contains the top level widgets for my app, with switching between them controlled by a BottomNavBar. As per @Hixie's advice in the chat, I am adding ```AutomaticKeepAliveClientMixin``` to these top level widgets so the PageView won't recycle them and will preserve state. After I added this to the main widget that contains a network loaded ListView, on occasion when switching back to this ListView from another tab I get this failed assertion in the framework. ## Logs ``` ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following assertion was thrown building NotificationListener<KeepAliveNotification>: 'package:flutter/src/rendering/object.dart': Failed assertion: line 3031 pos 14: '_debugUltimatePreviousSiblingOf(after, equals: _firstChild)': is not true. Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause. In either case, please report this assertion by filing a bug on GitHub: https://github.com/flutter/flutter/issues/new When the exception was thrown, this was the stack: #2 RenderSliver&ContainerRenderObjectMixin._insertIntoChildList (package:flutter/src/rendering/object.dart:3031:14) #3 RenderSliver&ContainerRenderObjectMixin.insert (package:flutter/src/rendering/object.dart:3065:5) #4 RenderSliverMultiBoxAdaptor.insert (package:flutter/src/rendering/sliver_multi_box_adaptor.dart:193:17) #5 SliverMultiBoxAdaptorElement.insertChildRenderObject (package:flutter/src/widgets/sliver.dart:840:18) #6 RenderObjectElement.attachRenderObject (package:flutter/src/widgets/framework.dart:4380:35) #7 RenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4151:5) #8 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4515:16) #9 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #10 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #11 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #12 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #13 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3514:5) #14 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3509:5) #15 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #16 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #17 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #18 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #19 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3514:5) #20 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3509:5) #21 ParentDataElement.mount (package:flutter/src/widgets/framework.dart:3827:16) #22 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #23 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #24 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #25 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #26 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3514:5) #27 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3652:22) #28 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3509:5) #29 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #30 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #31 SliverMultiBoxAdaptorElement.performRebuild (package:flutter/src/widgets/sliver.dart:696:34) #32 SliverMultiBoxAdaptorElement.update (package:flutter/src/widgets/sliver.dart:665:7) #33 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #34 RenderObjectElement.updateChildren (package:flutter/src/widgets/framework.dart:4250:32) #35 MultiChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4631:17) #36 _ViewportElement.update (package:flutter/src/widgets/viewport.dart:150:17) #37 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #38 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #39 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #40 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #41 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #42 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #43 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #44 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #45 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #46 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #47 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #48 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #49 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #50 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #51 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #52 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #53 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #54 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #55 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #56 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #57 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #58 StatelessElement.update (package:flutter/src/widgets/framework.dart:3596:5) #59 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #60 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #61 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #62 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #63 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #64 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #65 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #66 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #67 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #68 RenderObjectElement.updateChildren (package:flutter/src/widgets/framework.dart:4250:32) #69 MultiChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4631:17) #70 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #71 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #72 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #73 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #74 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #75 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #76 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #77 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #78 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #79 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #80 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #81 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #82 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #83 StatelessElement.update (package:flutter/src/widgets/framework.dart:3596:5) #84 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #85 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #86 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #87 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #88 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #89 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #90 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #91 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #92 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #93 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #94 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #95 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #96 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #97 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #98 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #99 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #100 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #101 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #102 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #103 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #104 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #105 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #106 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #107 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #108 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #109 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2260:33) #110 BindingBase&SchedulerBinding&GestureBinding&ServicesBinding&RendererBinding&WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:503:20) #111 BindingBase&SchedulerBinding&GestureBinding&ServicesBinding&RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:189:5) #112 BindingBase&SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:695:15) #113 BindingBase&SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:643:9) #114 _invoke (file:///b/build/slave/Mac_Engine/build/src/flutter/lib/ui/hooks.dart:86) #115 _drawFrame (file:///b/build/slave/Mac_Engine/build/src/flutter/lib/ui/hooks.dart:75) (elided 2 frames from class _AssertionError) ════════════════════════════════════════════════════════════════════════════════════════════════════ Another exception was thrown: 'package:flutter/src/rendering/object.dart': Failed assertion: line 3031 pos 14: '_debugUltimatePreviousSiblingOf(after, equals: _firstChild)': is not true. Another exception was thrown: 'package:flutter/src/rendering/object.dart': Failed assertion: line 3031 pos 14: '_debugUltimatePreviousSiblingOf(after, equals: _firstChild)': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. ``` ``` Analyzing /Users/matt/code/flutter/kudos... lint • Don't import implementation files from another package at lib/feed.dart:5:8 • implementation_imports lint • Close instances of `dart.core.Sink` at lib/feed.dart:26:26 • close_sinks lint • Don't explicitly initialize variables to null at lib/loading_list_view.dart:23:5 • avoid_init_to_null lint • Don't import implementation files from another package at lib/post.dart:3:8 • implementation_imports hint • Unused import at lib/application.dart:4:8 • unused_import hint • Unused import at lib/feed.dart:2:8 • unused_import hint • Unused import at lib/feed.dart:5:8 • unused_import hint • Unused import at lib/feed.dart:7:8 • unused_import hint • Unused import at lib/feed.dart:12:8 • unused_import hint • Unused import at lib/feed.dart:13:8 • unused_import hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/feed.dart:29:8 • must_call_super hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/feed.dart:40:8 • must_call_super hint • The type parameter 'widgetAdapter' is annotated with @required but only named parameters without default value can be annotated with it at lib/loading_list_view.dart:23:5 • invalid_required_param hint • Unused import at lib/main.dart:6:8 • unused_import hint • The value of the field '_counter' isn't used at lib/main.dart:56:7 • unused_field hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/main.dart:63:8 • must_call_super hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/main.dart:71:8 • must_call_super hint • The method '_incrementCounter' isn't used at lib/main.dart:76:8 • unused_element hint • Unused import at lib/post.dart:7:8 • unused_import hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:10:7 • must_be_immutable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:34:7 • must_be_immutable hint • The value of the local variable 'plainText' isn't used at lib/post.dart:71:10 • unused_local_variable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:112:7 • must_be_immutable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:160:7 • must_be_immutable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/profile.dart:10:7 • must_be_immutable hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/profile.dart:27:10 • must_call_super hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/profile.dart:145:7 • must_be_immutable hint • The class '_KudosEarned' isn't used at lib/profile.dart:218:7 • unused_element hint • Unused import at lib/send_photo.dart:5:8 • unused_import hint • Unused import at lib/usersearch.dart:6:8 • unused_import hint • Unused import at lib/usersearch.dart:7:8 • unused_import hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/usersearch.dart:25:10 • must_call_super 32 issues found. ``` ## Flutter Doctor ``` [✓] Flutter (on Mac OS X 10.12.6 16G29, locale en-US, channel alpha) • Flutter at /Users/matt/code/flutter/flutter • Framework revision b156a0f054 (3 weeks ago), 2017-08-11 22:01:40 -0700 • Engine revision fef7d827d6 • Tools Dart version 1.25.0-dev.9.0 [✓] Android toolchain - develop for Android devices (Android SDK 25.0.3) • Android SDK at /Users/matt/code/android/android • Platform android-25, build-tools 25.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06) [✓] iOS toolchain - develop for iOS devices (Xcode 8.3.3) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 8.3.3, Build version 8E3004b • ios-deploy 1.9.1 • CocoaPods version 1.3.1 [✓] Android Studio (version 2.3) • Android Studio at /Applications/Android Studio.app/Contents • Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06) [✓] IntelliJ IDEA Ultimate Edition (version 2017.2.2) • Flutter plugin version 16.0 • Dart plugin version 172.3757.55 [✓] Connected devices • iPhone 6s • 3DF999CB-1CD6-4649-8187-DDEFBDB14DFA • ios • iOS 10.3 (simulator) ``` > For more information about diagnosing and reporting Flutter bugs, please see [https://flutter.io/bug-reports/](https://flutter.io/bug-reports/).
1.0
_debugUltimatePreviousSiblingOf(after, equals: _firstChild) is not true. - ## Steps to Reproduce I have a PageView that contains the top level widgets for my app, with switching between them controlled by a BottomNavBar. As per @Hixie's advice in the chat, I am adding ```AutomaticKeepAliveClientMixin``` to these top level widgets so the PageView won't recycle them and will preserve state. After I added this to the main widget that contains a network loaded ListView, on occasion when switching back to this ListView from another tab I get this failed assertion in the framework. ## Logs ``` ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ The following assertion was thrown building NotificationListener<KeepAliveNotification>: 'package:flutter/src/rendering/object.dart': Failed assertion: line 3031 pos 14: '_debugUltimatePreviousSiblingOf(after, equals: _firstChild)': is not true. Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause. In either case, please report this assertion by filing a bug on GitHub: https://github.com/flutter/flutter/issues/new When the exception was thrown, this was the stack: #2 RenderSliver&ContainerRenderObjectMixin._insertIntoChildList (package:flutter/src/rendering/object.dart:3031:14) #3 RenderSliver&ContainerRenderObjectMixin.insert (package:flutter/src/rendering/object.dart:3065:5) #4 RenderSliverMultiBoxAdaptor.insert (package:flutter/src/rendering/sliver_multi_box_adaptor.dart:193:17) #5 SliverMultiBoxAdaptorElement.insertChildRenderObject (package:flutter/src/widgets/sliver.dart:840:18) #6 RenderObjectElement.attachRenderObject (package:flutter/src/widgets/framework.dart:4380:35) #7 RenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4151:5) #8 SingleChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:4515:16) #9 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #10 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #11 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #12 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #13 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3514:5) #14 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3509:5) #15 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #16 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #17 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #18 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #19 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3514:5) #20 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3509:5) #21 ParentDataElement.mount (package:flutter/src/widgets/framework.dart:3827:16) #22 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #23 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #24 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #25 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #26 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:3514:5) #27 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:3652:22) #28 ComponentElement.mount (package:flutter/src/widgets/framework.dart:3509:5) #29 Element.inflateWidget (package:flutter/src/widgets/framework.dart:2882:14) #30 Element.updateChild (package:flutter/src/widgets/framework.dart:2685:12) #31 SliverMultiBoxAdaptorElement.performRebuild (package:flutter/src/widgets/sliver.dart:696:34) #32 SliverMultiBoxAdaptorElement.update (package:flutter/src/widgets/sliver.dart:665:7) #33 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #34 RenderObjectElement.updateChildren (package:flutter/src/widgets/framework.dart:4250:32) #35 MultiChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4631:17) #36 _ViewportElement.update (package:flutter/src/widgets/viewport.dart:150:17) #37 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #38 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #39 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #40 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #41 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #42 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #43 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #44 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #45 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #46 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #47 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #48 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #49 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #50 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #51 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #52 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #53 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #54 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #55 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #56 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #57 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #58 StatelessElement.update (package:flutter/src/widgets/framework.dart:3596:5) #59 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #60 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #61 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #62 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #63 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #64 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #65 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #66 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #67 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #68 RenderObjectElement.updateChildren (package:flutter/src/widgets/framework.dart:4250:32) #69 MultiChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4631:17) #70 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #71 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #72 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #73 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #74 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #75 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #76 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #77 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #78 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #79 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #80 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #81 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #82 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #83 StatelessElement.update (package:flutter/src/widgets/framework.dart:3596:5) #84 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #85 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4523:14) #86 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #87 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #88 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #89 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #90 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #91 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #92 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #93 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #94 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #95 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #96 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #97 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #98 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #99 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #100 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #101 ProxyElement.update (package:flutter/src/widgets/framework.dart:3781:5) #102 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #103 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #104 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #105 StatefulElement.update (package:flutter/src/widgets/framework.dart:3671:5) #106 Element.updateChild (package:flutter/src/widgets/framework.dart:2674:15) #107 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3546:16) #108 Element.rebuild (package:flutter/src/widgets/framework.dart:3435:5) #109 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2260:33) #110 BindingBase&SchedulerBinding&GestureBinding&ServicesBinding&RendererBinding&WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:503:20) #111 BindingBase&SchedulerBinding&GestureBinding&ServicesBinding&RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:189:5) #112 BindingBase&SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:695:15) #113 BindingBase&SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:643:9) #114 _invoke (file:///b/build/slave/Mac_Engine/build/src/flutter/lib/ui/hooks.dart:86) #115 _drawFrame (file:///b/build/slave/Mac_Engine/build/src/flutter/lib/ui/hooks.dart:75) (elided 2 frames from class _AssertionError) ════════════════════════════════════════════════════════════════════════════════════════════════════ Another exception was thrown: 'package:flutter/src/rendering/object.dart': Failed assertion: line 3031 pos 14: '_debugUltimatePreviousSiblingOf(after, equals: _firstChild)': is not true. Another exception was thrown: 'package:flutter/src/rendering/object.dart': Failed assertion: line 3031 pos 14: '_debugUltimatePreviousSiblingOf(after, equals: _firstChild)': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. Another exception was thrown: 'package:flutter/src/widgets/framework.dart': Failed assertion: line 3437 pos 14: 'owner._debugCurrentBuildTarget == this': is not true. ``` ``` Analyzing /Users/matt/code/flutter/kudos... lint • Don't import implementation files from another package at lib/feed.dart:5:8 • implementation_imports lint • Close instances of `dart.core.Sink` at lib/feed.dart:26:26 • close_sinks lint • Don't explicitly initialize variables to null at lib/loading_list_view.dart:23:5 • avoid_init_to_null lint • Don't import implementation files from another package at lib/post.dart:3:8 • implementation_imports hint • Unused import at lib/application.dart:4:8 • unused_import hint • Unused import at lib/feed.dart:2:8 • unused_import hint • Unused import at lib/feed.dart:5:8 • unused_import hint • Unused import at lib/feed.dart:7:8 • unused_import hint • Unused import at lib/feed.dart:12:8 • unused_import hint • Unused import at lib/feed.dart:13:8 • unused_import hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/feed.dart:29:8 • must_call_super hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/feed.dart:40:8 • must_call_super hint • The type parameter 'widgetAdapter' is annotated with @required but only named parameters without default value can be annotated with it at lib/loading_list_view.dart:23:5 • invalid_required_param hint • Unused import at lib/main.dart:6:8 • unused_import hint • The value of the field '_counter' isn't used at lib/main.dart:56:7 • unused_field hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/main.dart:63:8 • must_call_super hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/main.dart:71:8 • must_call_super hint • The method '_incrementCounter' isn't used at lib/main.dart:76:8 • unused_element hint • Unused import at lib/post.dart:7:8 • unused_import hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:10:7 • must_be_immutable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:34:7 • must_be_immutable hint • The value of the local variable 'plainText' isn't used at lib/post.dart:71:10 • unused_local_variable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:112:7 • must_be_immutable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/post.dart:160:7 • must_be_immutable hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/profile.dart:10:7 • must_be_immutable hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/profile.dart:27:10 • must_call_super hint • This class inherits from a class marked as @immutable, and therefore should be immutable (all instance fields must be final) at lib/profile.dart:145:7 • must_be_immutable hint • The class '_KudosEarned' isn't used at lib/profile.dart:218:7 • unused_element hint • Unused import at lib/send_photo.dart:5:8 • unused_import hint • Unused import at lib/usersearch.dart:6:8 • unused_import hint • Unused import at lib/usersearch.dart:7:8 • unused_import hint • This method overrides a method annotated as @mustCallSuper in 'State', but does not invoke the overridden method at lib/usersearch.dart:25:10 • must_call_super 32 issues found. ``` ## Flutter Doctor ``` [✓] Flutter (on Mac OS X 10.12.6 16G29, locale en-US, channel alpha) • Flutter at /Users/matt/code/flutter/flutter • Framework revision b156a0f054 (3 weeks ago), 2017-08-11 22:01:40 -0700 • Engine revision fef7d827d6 • Tools Dart version 1.25.0-dev.9.0 [✓] Android toolchain - develop for Android devices (Android SDK 25.0.3) • Android SDK at /Users/matt/code/android/android • Platform android-25, build-tools 25.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06) [✓] iOS toolchain - develop for iOS devices (Xcode 8.3.3) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 8.3.3, Build version 8E3004b • ios-deploy 1.9.1 • CocoaPods version 1.3.1 [✓] Android Studio (version 2.3) • Android Studio at /Applications/Android Studio.app/Contents • Java version OpenJDK Runtime Environment (build 1.8.0_112-release-b06) [✓] IntelliJ IDEA Ultimate Edition (version 2017.2.2) • Flutter plugin version 16.0 • Dart plugin version 172.3757.55 [✓] Connected devices • iPhone 6s • 3DF999CB-1CD6-4649-8187-DDEFBDB14DFA • ios • iOS 10.3 (simulator) ``` > For more information about diagnosing and reporting Flutter bugs, please see [https://flutter.io/bug-reports/](https://flutter.io/bug-reports/).
non_process
debugultimateprevioussiblingof after equals firstchild is not true steps to reproduce i have a pageview that contains the top level widgets for my app with switching between them controlled by a bottomnavbar as per hixie s advice in the chat i am adding automatickeepaliveclientmixin to these top level widgets so the pageview won t recycle them and will preserve state after i added this to the main widget that contains a network loaded listview on occasion when switching back to this listview from another tab i get this failed assertion in the framework logs ══╡ exception caught by widgets library ╞═══════════════════════════════════════════════════════════ the following assertion was thrown building notificationlistener package flutter src rendering object dart failed assertion line pos debugultimateprevioussiblingof after equals firstchild is not true either the assertion indicates an error in the framework itself or we should provide substantially more information in this error message to help you determine and fix the underlying cause in either case please report this assertion by filing a bug on github when the exception was thrown this was the stack rendersliver containerrenderobjectmixin insertintochildlist package flutter src rendering object dart rendersliver containerrenderobjectmixin insert package flutter src rendering object dart renderslivermultiboxadaptor insert package flutter src rendering sliver multi box adaptor dart slivermultiboxadaptorelement insertchildrenderobject package flutter src widgets sliver dart renderobjectelement attachrenderobject package flutter src widgets framework dart renderobjectelement mount package flutter src widgets framework dart singlechildrenderobjectelement mount package flutter src widgets framework dart element inflatewidget package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart componentelement firstbuild package flutter src widgets framework dart componentelement mount package flutter src widgets framework dart element inflatewidget package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart componentelement firstbuild package flutter src widgets framework dart componentelement mount package flutter src widgets framework dart parentdataelement mount package flutter src widgets framework dart element inflatewidget package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart componentelement firstbuild package flutter src widgets framework dart statefulelement firstbuild package flutter src widgets framework dart componentelement mount package flutter src widgets framework dart element inflatewidget package flutter src widgets framework dart element updatechild package flutter src widgets framework dart slivermultiboxadaptorelement performrebuild package flutter src widgets sliver dart slivermultiboxadaptorelement update package flutter src widgets sliver dart element updatechild package flutter src widgets framework dart renderobjectelement updatechildren package flutter src widgets framework dart multichildrenderobjectelement update package flutter src widgets framework dart viewportelement update package flutter src widgets viewport dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart proxyelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart singlechildrenderobjectelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart singlechildrenderobjectelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart singlechildrenderobjectelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart statefulelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart statefulelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart statelesselement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart statefulelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart proxyelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart renderobjectelement updatechildren package flutter src widgets framework dart multichildrenderobjectelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart proxyelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart statefulelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart singlechildrenderobjectelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart statelesselement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart singlechildrenderobjectelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart statefulelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart statefulelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart proxyelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart proxyelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart statefulelement update package flutter src widgets framework dart element updatechild package flutter src widgets framework dart componentelement performrebuild package flutter src widgets framework dart element rebuild package flutter src widgets framework dart buildowner buildscope package flutter src widgets framework dart bindingbase schedulerbinding gesturebinding servicesbinding rendererbinding widgetsbinding drawframe package flutter src widgets binding dart bindingbase schedulerbinding gesturebinding servicesbinding rendererbinding handlepersistentframecallback package flutter src rendering binding dart bindingbase schedulerbinding invokeframecallback package flutter src scheduler binding dart bindingbase schedulerbinding handledrawframe package flutter src scheduler binding dart invoke file b build slave mac engine build src flutter lib ui hooks dart drawframe file b build slave mac engine build src flutter lib ui hooks dart elided frames from class assertionerror ════════════════════════════════════════════════════════════════════════════════════════════════════ another exception was thrown package flutter src rendering object dart failed assertion line pos debugultimateprevioussiblingof after equals firstchild is not true another exception was thrown package flutter src rendering object dart failed assertion line pos debugultimateprevioussiblingof after equals firstchild is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true another exception was thrown package flutter src widgets framework dart failed assertion line pos owner debugcurrentbuildtarget this is not true analyzing users matt code flutter kudos lint • don t import implementation files from another package at lib feed dart • implementation imports lint • close instances of dart core sink at lib feed dart • close sinks lint • don t explicitly initialize variables to null at lib loading list view dart • avoid init to null lint • don t import implementation files from another package at lib post dart • implementation imports hint • unused import at lib application dart • unused import hint • unused import at lib feed dart • unused import hint • unused import at lib feed dart • unused import hint • unused import at lib feed dart • unused import hint • unused import at lib feed dart • unused import hint • unused import at lib feed dart • unused import hint • this method overrides a method annotated as mustcallsuper in state but does not invoke the overridden method at lib feed dart • must call super hint • this method overrides a method annotated as mustcallsuper in state but does not invoke the overridden method at lib feed dart • must call super hint • the type parameter widgetadapter is annotated with required but only named parameters without default value can be annotated with it at lib loading list view dart • invalid required param hint • unused import at lib main dart • unused import hint • the value of the field counter isn t used at lib main dart • unused field hint • this method overrides a method annotated as mustcallsuper in state but does not invoke the overridden method at lib main dart • must call super hint • this method overrides a method annotated as mustcallsuper in state but does not invoke the overridden method at lib main dart • must call super hint • the method incrementcounter isn t used at lib main dart • unused element hint • unused import at lib post dart • unused import hint • this class inherits from a class marked as immutable and therefore should be immutable all instance fields must be final at lib post dart • must be immutable hint • this class inherits from a class marked as immutable and therefore should be immutable all instance fields must be final at lib post dart • must be immutable hint • the value of the local variable plaintext isn t used at lib post dart • unused local variable hint • this class inherits from a class marked as immutable and therefore should be immutable all instance fields must be final at lib post dart • must be immutable hint • this class inherits from a class marked as immutable and therefore should be immutable all instance fields must be final at lib post dart • must be immutable hint • this class inherits from a class marked as immutable and therefore should be immutable all instance fields must be final at lib profile dart • must be immutable hint • this method overrides a method annotated as mustcallsuper in state but does not invoke the overridden method at lib profile dart • must call super hint • this class inherits from a class marked as immutable and therefore should be immutable all instance fields must be final at lib profile dart • must be immutable hint • the class kudosearned isn t used at lib profile dart • unused element hint • unused import at lib send photo dart • unused import hint • unused import at lib usersearch dart • unused import hint • unused import at lib usersearch dart • unused import hint • this method overrides a method annotated as mustcallsuper in state but does not invoke the overridden method at lib usersearch dart • must call super issues found flutter doctor flutter on mac os x locale en us channel alpha • flutter at users matt code flutter flutter • framework revision weeks ago • engine revision • tools dart version dev android toolchain develop for android devices android sdk • android sdk at users matt code android android • platform android build tools • java binary at applications android studio app contents jre jdk contents home bin java • java version openjdk runtime environment build release ios toolchain develop for ios devices xcode • xcode at applications xcode app contents developer • xcode build version • ios deploy • cocoapods version android studio version • android studio at applications android studio app contents • java version openjdk runtime environment build release intellij idea ultimate edition version • flutter plugin version • dart plugin version connected devices • iphone • • ios • ios simulator for more information about diagnosing and reporting flutter bugs please see
0
73,876
24,846,457,324
IssuesEvent
2022-10-26 16:14:36
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Changing Power Level to Custom and then leaving empty results in weird UI behaviour
T-Defect S-Minor O-Uncommon A-Power-Levels
### Steps to reproduce 1. Change a power level in settings to custom and delete the power level (with the back space for example) Here's a video showing this: https://chagai.website/power-level-issue.mp4 ### Outcome #### What did you expect? Error saying that's an invalid value or just disabling the possibility to even do that. #### What happened instead? This happened instead: ![image](https://user-images.githubusercontent.com/31655082/195613120-4e546d79-c97b-4714-b294-5e75dbbef6ff.png) ![image](https://user-images.githubusercontent.com/31655082/195613128-6f414724-28ea-4b36-92fb-abb44b9d766d.png) ### Operating system Windows ### Browser information 102.0.5005.115 (Official Build) (64-bit) ### URL for webapp app.element.io ### Application version Element version: 1.11.10 Olm version: 3.2.12 ### Homeserver matrix.org ### Will you send logs? No
1.0
Changing Power Level to Custom and then leaving empty results in weird UI behaviour - ### Steps to reproduce 1. Change a power level in settings to custom and delete the power level (with the back space for example) Here's a video showing this: https://chagai.website/power-level-issue.mp4 ### Outcome #### What did you expect? Error saying that's an invalid value or just disabling the possibility to even do that. #### What happened instead? This happened instead: ![image](https://user-images.githubusercontent.com/31655082/195613120-4e546d79-c97b-4714-b294-5e75dbbef6ff.png) ![image](https://user-images.githubusercontent.com/31655082/195613128-6f414724-28ea-4b36-92fb-abb44b9d766d.png) ### Operating system Windows ### Browser information 102.0.5005.115 (Official Build) (64-bit) ### URL for webapp app.element.io ### Application version Element version: 1.11.10 Olm version: 3.2.12 ### Homeserver matrix.org ### Will you send logs? No
non_process
changing power level to custom and then leaving empty results in weird ui behaviour steps to reproduce change a power level in settings to custom and delete the power level with the back space for example here s a video showing this outcome what did you expect error saying that s an invalid value or just disabling the possibility to even do that what happened instead this happened instead operating system windows browser information official build bit url for webapp app element io application version element version olm version homeserver matrix org will you send logs no
0
15,284
19,277,327,173
IssuesEvent
2021-12-10 13:25:30
redwoodjs/redwood
https://api.github.com/repos/redwoodjs/redwood
closed
tutorial:authentication requireAuth without roles cause an error
triage/processing
Hi, I follow the tutorial wich is very well thank for your work redwood is awesome I will continue to use it for a long time If we follow the tutorial we will have an error when we want to create a post at the Deployment section, because we don't pass the roles to `requireAuth`. ``` export const createPost = ({ input }) => { requireAuth() // we don't pass any roles to require return db.post.create({ data: input, }) } ``` Wich will cause an error on the API ``` api | ERROR [2021-12-10 13:02:34.337 +0000] (graphql-server): Cannot destructure property 'roles' of 'undefined' as it is undefined. api | error: { api | "message": "Cannot destructure property 'roles' of 'undefined' as it is undefined.", api | "locations": [ api | { api | "line": 2, api | "column": 3 api | } api | ], api | "path": [ api | "createPost" api | ] api | } ``` to avoid the problem I have to add an admin role to my user on Netlify / Identity and set the first param of `requireAuth` to `currentUser` by default. ``` export const requireAuth = ({ roles } = context.currentUser) => { if (!isAuthenticated()) { throw new AuthenticationError("You don't have permission to do that.") } if (!hasRole({ roles })) { throw new ForbiddenError("You don't have access to do that.") } } ```
1.0
tutorial:authentication requireAuth without roles cause an error - Hi, I follow the tutorial wich is very well thank for your work redwood is awesome I will continue to use it for a long time If we follow the tutorial we will have an error when we want to create a post at the Deployment section, because we don't pass the roles to `requireAuth`. ``` export const createPost = ({ input }) => { requireAuth() // we don't pass any roles to require return db.post.create({ data: input, }) } ``` Wich will cause an error on the API ``` api | ERROR [2021-12-10 13:02:34.337 +0000] (graphql-server): Cannot destructure property 'roles' of 'undefined' as it is undefined. api | error: { api | "message": "Cannot destructure property 'roles' of 'undefined' as it is undefined.", api | "locations": [ api | { api | "line": 2, api | "column": 3 api | } api | ], api | "path": [ api | "createPost" api | ] api | } ``` to avoid the problem I have to add an admin role to my user on Netlify / Identity and set the first param of `requireAuth` to `currentUser` by default. ``` export const requireAuth = ({ roles } = context.currentUser) => { if (!isAuthenticated()) { throw new AuthenticationError("You don't have permission to do that.") } if (!hasRole({ roles })) { throw new ForbiddenError("You don't have access to do that.") } } ```
process
tutorial authentication requireauth without roles cause an error hi i follow the tutorial wich is very well thank for your work redwood is awesome i will continue to use it for a long time if we follow the tutorial we will have an error when we want to create a post at the deployment section because we don t pass the roles to requireauth export const createpost input requireauth we don t pass any roles to require return db post create data input wich will cause an error on the api api error graphql server cannot destructure property roles of undefined as it is undefined api error api message cannot destructure property roles of undefined as it is undefined api locations api api line api column api api api path api createpost api api to avoid the problem i have to add an admin role to my user on netlify identity and set the first param of requireauth to currentuser by default export const requireauth roles context currentuser if isauthenticated throw new authenticationerror you don t have permission to do that if hasrole roles throw new forbiddenerror you don t have access to do that
1
22,180
30,729,619,526
IssuesEvent
2023-07-27 23:28:42
h4sh5/pypi-auto-scanner
https://api.github.com/repos/h4sh5/pypi-auto-scanner
opened
roblox-pyc 1.25.107 has 2 GuardDog issues
guarddog silent-process-execution
https://pypi.org/project/roblox-pyc https://inspector.pypi.io/project/roblox-pyc ```{ "dependency": "roblox-pyc", "version": "1.25.107", "result": { "issues": 2, "errors": {}, "results": { "silent-process-execution": [ { "location": "roblox-pyc-1.25.107/robloxpyc/robloxpy.py:144", "code": " subprocess.call([\"luarocks\", \"--version\"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, stdin=subprocess.DEVNULL)", "message": "This package is silently executing an external binary, redirecting stdout, stderr and stdin to /dev/null" }, { "location": "roblox-pyc-1.25.107/robloxpyc/robloxpy.py:151", "code": " subprocess.call([\"moonc\", \"--version\"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, stdin=subprocess.DEVNULL)", "message": "This package is silently executing an external binary, redirecting stdout, stderr and stdin to /dev/null" } ] }, "path": "/tmp/tmpejiz2ck5/roblox-pyc" } }```
1.0
roblox-pyc 1.25.107 has 2 GuardDog issues - https://pypi.org/project/roblox-pyc https://inspector.pypi.io/project/roblox-pyc ```{ "dependency": "roblox-pyc", "version": "1.25.107", "result": { "issues": 2, "errors": {}, "results": { "silent-process-execution": [ { "location": "roblox-pyc-1.25.107/robloxpyc/robloxpy.py:144", "code": " subprocess.call([\"luarocks\", \"--version\"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, stdin=subprocess.DEVNULL)", "message": "This package is silently executing an external binary, redirecting stdout, stderr and stdin to /dev/null" }, { "location": "roblox-pyc-1.25.107/robloxpyc/robloxpy.py:151", "code": " subprocess.call([\"moonc\", \"--version\"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, stdin=subprocess.DEVNULL)", "message": "This package is silently executing an external binary, redirecting stdout, stderr and stdin to /dev/null" } ] }, "path": "/tmp/tmpejiz2ck5/roblox-pyc" } }```
process
roblox pyc has guarddog issues dependency roblox pyc version result issues errors results silent process execution location roblox pyc robloxpyc robloxpy py code subprocess call stdout subprocess devnull stderr subprocess devnull stdin subprocess devnull message this package is silently executing an external binary redirecting stdout stderr and stdin to dev null location roblox pyc robloxpyc robloxpy py code subprocess call stdout subprocess devnull stderr subprocess devnull stdin subprocess devnull message this package is silently executing an external binary redirecting stdout stderr and stdin to dev null path tmp roblox pyc
1
15,668
19,847,157,485
IssuesEvent
2022-01-21 08:08:12
ooi-data/RS01SLBS-MJ01A-06-PRESTA101-streamed-prest_real_time
https://api.github.com/repos/ooi-data/RS01SLBS-MJ01A-06-PRESTA101-streamed-prest_real_time
opened
🛑 Processing failed: ValueError
process
## Overview `ValueError` found in `processing_task` task during run ended on 2022-01-21T08:08:11.400885. ## Details Flow name: `RS01SLBS-MJ01A-06-PRESTA101-streamed-prest_real_time` Task name: `processing_task` Error type: `ValueError` Error message: cannot reshape array of size 1209600 into shape (3125000,) <details> <summary>Traceback</summary> ``` Traceback (most recent call last): File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/pipeline.py", line 165, in processing final_path = finalize_data_stream( File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/__init__.py", line 84, in finalize_data_stream append_to_zarr(mod_ds, final_store, enc, logger=logger) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/__init__.py", line 357, in append_to_zarr _append_zarr(store, mod_ds) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/utils.py", line 187, in _append_zarr existing_arr.append(var_data.values) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 2305, in append return self._write_op(self._append_nosync, data, axis=axis) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 2211, in _write_op return self._synchronized_op(f, *args, **kwargs) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 2201, in _synchronized_op result = f(*args, **kwargs) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 2341, in _append_nosync self[append_selection] = data File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1224, in __setitem__ self.set_basic_selection(selection, value, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1319, in set_basic_selection return self._set_basic_selection_nd(selection, value, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1610, in _set_basic_selection_nd self._set_selection(indexer, value, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1682, in _set_selection self._chunk_setitems(lchunk_coords, lchunk_selection, chunk_values, File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1871, in _chunk_setitems cdatas = [self._process_for_setitem(key, sel, val, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1871, in <listcomp> cdatas = [self._process_for_setitem(key, sel, val, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1950, in _process_for_setitem chunk = self._decode_chunk(cdata) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 2003, in _decode_chunk chunk = chunk.reshape(expected_shape or self._chunks, order=self._order) ValueError: cannot reshape array of size 1209600 into shape (3125000,) ``` </details>
1.0
🛑 Processing failed: ValueError - ## Overview `ValueError` found in `processing_task` task during run ended on 2022-01-21T08:08:11.400885. ## Details Flow name: `RS01SLBS-MJ01A-06-PRESTA101-streamed-prest_real_time` Task name: `processing_task` Error type: `ValueError` Error message: cannot reshape array of size 1209600 into shape (3125000,) <details> <summary>Traceback</summary> ``` Traceback (most recent call last): File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/pipeline.py", line 165, in processing final_path = finalize_data_stream( File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/__init__.py", line 84, in finalize_data_stream append_to_zarr(mod_ds, final_store, enc, logger=logger) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/__init__.py", line 357, in append_to_zarr _append_zarr(store, mod_ds) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/utils.py", line 187, in _append_zarr existing_arr.append(var_data.values) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 2305, in append return self._write_op(self._append_nosync, data, axis=axis) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 2211, in _write_op return self._synchronized_op(f, *args, **kwargs) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 2201, in _synchronized_op result = f(*args, **kwargs) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 2341, in _append_nosync self[append_selection] = data File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1224, in __setitem__ self.set_basic_selection(selection, value, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1319, in set_basic_selection return self._set_basic_selection_nd(selection, value, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1610, in _set_basic_selection_nd self._set_selection(indexer, value, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1682, in _set_selection self._chunk_setitems(lchunk_coords, lchunk_selection, chunk_values, File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1871, in _chunk_setitems cdatas = [self._process_for_setitem(key, sel, val, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1871, in <listcomp> cdatas = [self._process_for_setitem(key, sel, val, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1950, in _process_for_setitem chunk = self._decode_chunk(cdata) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 2003, in _decode_chunk chunk = chunk.reshape(expected_shape or self._chunks, order=self._order) ValueError: cannot reshape array of size 1209600 into shape (3125000,) ``` </details>
process
🛑 processing failed valueerror overview valueerror found in processing task task during run ended on details flow name streamed prest real time task name processing task error type valueerror error message cannot reshape array of size into shape traceback traceback most recent call last file srv conda envs notebook lib site packages ooi harvester processor pipeline py line in processing final path finalize data stream file srv conda envs notebook lib site packages ooi harvester processor init py line in finalize data stream append to zarr mod ds final store enc logger logger file srv conda envs notebook lib site packages ooi harvester processor init py line in append to zarr append zarr store mod ds file srv conda envs notebook lib site packages ooi harvester processor utils py line in append zarr existing arr append var data values file srv conda envs notebook lib site packages zarr core py line in append return self write op self append nosync data axis axis file srv conda envs notebook lib site packages zarr core py line in write op return self synchronized op f args kwargs file srv conda envs notebook lib site packages zarr core py line in synchronized op result f args kwargs file srv conda envs notebook lib site packages zarr core py line in append nosync self data file srv conda envs notebook lib site packages zarr core py line in setitem self set basic selection selection value fields fields file srv conda envs notebook lib site packages zarr core py line in set basic selection return self set basic selection nd selection value fields fields file srv conda envs notebook lib site packages zarr core py line in set basic selection nd self set selection indexer value fields fields file srv conda envs notebook lib site packages zarr core py line in set selection self chunk setitems lchunk coords lchunk selection chunk values file srv conda envs notebook lib site packages zarr core py line in chunk setitems cdatas self process for setitem key sel val fields fields file srv conda envs notebook lib site packages zarr core py line in cdatas self process for setitem key sel val fields fields file srv conda envs notebook lib site packages zarr core py line in process for setitem chunk self decode chunk cdata file srv conda envs notebook lib site packages zarr core py line in decode chunk chunk chunk reshape expected shape or self chunks order self order valueerror cannot reshape array of size into shape
1
449,312
31,838,702,895
IssuesEvent
2023-09-14 14:57:33
aws-powertools/powertools-lambda-python
https://api.github.com/repos/aws-powertools/powertools-lambda-python
closed
Docs: create your own parameters provider - Vault
documentation revisit-in-3-months
### What were you searching in the docs? I am looking at creating my own Parameters provider and followed the example that shows how to create a provider for HashiCorp Vault. I'm doing this work because I'm writing a similar piece for the TS version. The `VaultProvider.get` method has a return type of `str`, however after testing the code with Vault, I think it's not correct as at the best of my knowledge you can't store plain text strings into Vault and the SDK returns at least dictionary (key-value). ### Steps to reproduce 1. Run Vault in dev mode using Docker `docker run -e VAULT_DEV_ROOT_TOKEN_ID=abcde --cap-add=IPC_LOCK -p 8200:8200 --name=dev-vault vault` 2. Open `http://0.0.0.0:8200` in your browser and create a secret under the `secret/` path (i.e. `my-secret`) 3. The UI will allow you to create only a key-value secret and not a string (see image below) - so create one (i.e. `{ "foo": "bar" }` <details> ![image](https://github.com/awslabs/aws-lambda-powertools-python/assets/7353869/b3ced8cd-6c22-4932-8b30-749891814f5c) </details> 4. Copy the two files in the docs: `custom_provider_vault.py` & `working_with_own_provider_vault.py` 5. Update the following fields: - L13 -> `vault_provider = VaultProvider(vault_url="http://0.0.0.0:8200/", vault_token="abcde")` - L20 -> `endpoint_comments: Any = vault_provider.get("my-secret", transform="json")` 6. Run the code ### Comments I find the implementation slightly confusing for two reasons: 1. The `self.vault_client.secrets.kv.v2.read_secret` method already returns a `dict` because the secret is stored as a JSON in the first place 2. Before returning the secret we stringify it (`json.dumps`) so that the method returns a string and then in the usage we pass `transform="json"` to transform it back to a dict, which seems counterintuitive. ### Is this related to an existing documentation section? https://awslabs.github.io/aws-lambda-powertools-python/2.15.0/utilities/parameters/#create-your-own-provider ### How can we improve? I think we should review the return type, and potentially the implementation of the `VaultProvider.get` method. ### Got a suggestion in mind? _No response_ ### Acknowledgment - [X] I understand the final update might be different from my proposed suggestion, or refused.
1.0
Docs: create your own parameters provider - Vault - ### What were you searching in the docs? I am looking at creating my own Parameters provider and followed the example that shows how to create a provider for HashiCorp Vault. I'm doing this work because I'm writing a similar piece for the TS version. The `VaultProvider.get` method has a return type of `str`, however after testing the code with Vault, I think it's not correct as at the best of my knowledge you can't store plain text strings into Vault and the SDK returns at least dictionary (key-value). ### Steps to reproduce 1. Run Vault in dev mode using Docker `docker run -e VAULT_DEV_ROOT_TOKEN_ID=abcde --cap-add=IPC_LOCK -p 8200:8200 --name=dev-vault vault` 2. Open `http://0.0.0.0:8200` in your browser and create a secret under the `secret/` path (i.e. `my-secret`) 3. The UI will allow you to create only a key-value secret and not a string (see image below) - so create one (i.e. `{ "foo": "bar" }` <details> ![image](https://github.com/awslabs/aws-lambda-powertools-python/assets/7353869/b3ced8cd-6c22-4932-8b30-749891814f5c) </details> 4. Copy the two files in the docs: `custom_provider_vault.py` & `working_with_own_provider_vault.py` 5. Update the following fields: - L13 -> `vault_provider = VaultProvider(vault_url="http://0.0.0.0:8200/", vault_token="abcde")` - L20 -> `endpoint_comments: Any = vault_provider.get("my-secret", transform="json")` 6. Run the code ### Comments I find the implementation slightly confusing for two reasons: 1. The `self.vault_client.secrets.kv.v2.read_secret` method already returns a `dict` because the secret is stored as a JSON in the first place 2. Before returning the secret we stringify it (`json.dumps`) so that the method returns a string and then in the usage we pass `transform="json"` to transform it back to a dict, which seems counterintuitive. ### Is this related to an existing documentation section? https://awslabs.github.io/aws-lambda-powertools-python/2.15.0/utilities/parameters/#create-your-own-provider ### How can we improve? I think we should review the return type, and potentially the implementation of the `VaultProvider.get` method. ### Got a suggestion in mind? _No response_ ### Acknowledgment - [X] I understand the final update might be different from my proposed suggestion, or refused.
non_process
docs create your own parameters provider vault what were you searching in the docs i am looking at creating my own parameters provider and followed the example that shows how to create a provider for hashicorp vault i m doing this work because i m writing a similar piece for the ts version the vaultprovider get method has a return type of str however after testing the code with vault i think it s not correct as at the best of my knowledge you can t store plain text strings into vault and the sdk returns at least dictionary key value steps to reproduce run vault in dev mode using docker docker run e vault dev root token id abcde cap add ipc lock p name dev vault vault open in your browser and create a secret under the secret path i e my secret the ui will allow you to create only a key value secret and not a string see image below so create one i e foo bar copy the two files in the docs custom provider vault py working with own provider vault py update the following fields vault provider vaultprovider vault url vault token abcde endpoint comments any vault provider get my secret transform json run the code comments i find the implementation slightly confusing for two reasons the self vault client secrets kv read secret method already returns a dict because the secret is stored as a json in the first place before returning the secret we stringify it json dumps so that the method returns a string and then in the usage we pass transform json to transform it back to a dict which seems counterintuitive is this related to an existing documentation section how can we improve i think we should review the return type and potentially the implementation of the vaultprovider get method got a suggestion in mind no response acknowledgment i understand the final update might be different from my proposed suggestion or refused
0
84,261
3,655,935,649
IssuesEvent
2016-02-17 17:59:20
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
opened
GKE: Kubelet not configuring CBR0 on 4 of 1000 nodes
priority/P1 team/cluster team/gke team/node
From head @ Feb 16 ~9am, a 1000 node cluster on GKE had 4 nodes that came up as persistently flapping healthy/unhealthy. They cycle through a loop where apparently kubelet restarts itself because docker is not running. Logging details follow with instructions on how to access the node at the end. % gcloud container clusters get-credentials mohr-test --zone=us-central1-c --project=mohr-instance-manager1 % kubectl describe node gke-mohr-test-a83d8da2-node-yv6i ... 15m 15m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} Starting Starting kubelet. 15m 15m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} NodeHasSufficientDisk Node gke-mohr-test-a83d8da2-node-yv6i status is now: NodeHasSufficientDisk 15m 15m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} NodeReady Node gke-mohr-test-a83d8da2-node-yv6i status is now: NodeReady 10m 10m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} NodeNotReady Node gke-mohr-test-a83d8da2-node-yv6i status is now: NodeNotReady 5m 5m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} Starting Starting kubelet. 5m 5m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} NodeHasSufficientDisk Node gke-mohr-test-a83d8da2-node-yv6i status is now: NodeHasSufficientDisk 4m 4m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} NodeReady Node gke-mohr-test-a83d8da2-node-yv6i status is now: NodeReady 51s 51s 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} NodeNotReady Node gke-mohr-test-a83d8da2-node-yv6i status is now: NodeNotReady I don't understand kubelet and docker setup well enough to debug, so here are logs. Most telling might be docker.log, full of repeated entries (Note that kube-env has CLUSTER_IP_RANGE: 10.132.0.0/14): time="2016-02-17T17:50:27.304870401Z" level=warning msg="Could not get list of networks during endpoint cleanup: could not find endpoint count key docker/network/v1.0/endpoint_count/3bda6e7914e3c4986a9c7557aef98064035952e8376d1bb1e692dd45fab91e77/ for network bridge while listing: Key not found in store" time="2016-02-17T17:50:27.305104444Z" level=error msg="could not find endpoint count key docker/network/v1.0/endpoint_count/3bda6e7914e3c4986a9c7557aef98064035952e8376d1bb1e692dd45fab91e77/ for network bridge while listing: Key not found in store" time="2016-02-17T17:50:27.309913613Z" level=fatal msg="Error starting daemon: Error initializing network controller: Error creating default \"bridge\" network: failed to allocate gateway (10.132.184.1): No available addresses on this pool" From gke-mohr-test-a83d8da2-node-yv6's kubelet.log, there seems to be some strangeness with configuring cbr0: cmdline: /usr/local/bin/kubelet --api-servers=https://104.197.237.207 --enable-debugging-handlers=true --cloud-provider=gce --config=/etc/kubernetes/manifests --allow-privileged=True --v=2 --cluster-dns=10.135.240.10 --cluster-domain=cluster.local --configure-cbr0=true --cgroup-root=/ --system-cgroups=/system --configure-hairpin-mode=true W0217 00:23:00.613889 1482 kubelet.go:2687] ConfigureCBR0 requested, but PodCIDR not set. Will not configure CBR0 right now I0217 00:23:01.066330 1482 kubelet.go:1018] Adding node label from cloud provider: beta.kubernetes.io/instance-type=n1-standard-1 I0217 00:23:01.066348 1482 kubelet.go:1029] Adding node label from cloud provider: failure-domain.alpha.kubernetes.io/zone=us-central1-c I0217 00:23:01.066353 1482 kubelet.go:1033] Adding node label from cloud provider: failure-domain.alpha.kubernetes.io/region=us-central1 E0217 00:23:01.067745 1482 kubelet.go:2843] Error getting image list: cannot connect to Docker endpoint I0217 00:23:01.067778 1482 kubelet.go:2661] Recording NodeHasSufficientDisk event message for node gke-mohr-test-a83d8da2-node-yv6i I0217 00:23:01.067894 1482 kubelet.go:1066] Attempting to register node gke-mohr-test-a83d8da2-node-yv6i I0217 00:23:01.074493 1482 kubelet.go:1082] Node gke-mohr-test-a83d8da2-node-yv6i was previously registered I0217 00:23:01.076974 1482 kubelet.go:3480] Setting Pod CIDR: -> 10.132.184.0/24 E0217 00:23:01.078254 1482 kubelet.go:2843] Error getting image list: cannot connect to Docker endpoint E0217 00:23:01.614173 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:02.614561 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:03.615012 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:04.615405 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint I0217 00:23:05.614176 1482 kubelet.go:2287] skipping pod synchronization - [ConfigureCBR0 requested, but PodCIDR not set. Will not configure CBR0 right now] E0217 00:23:05.614382 1482 kubelet.go:2617] Container runtime sanity check failed: docker: failed to get docker version: cannot connect to Docker endpoint E0217 00:23:05.615717 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:06.616077 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:07.616453 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:08.616805 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:09.617125 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint I0217 00:23:10.616219 1482 kubelet.go:2287] skipping pod synchronization - [ConfigureCBR0 requested, but PodCIDR not set. Will not configure CBR0 right now] List of nodes % kubectl get nodes | grep "NotReady" gke-mohr-test-a83d8da2-node-afiv beta.kubernetes.io/instance-type=n1-standard-1,failure-domain.alpha.kubernetes.io/region=us-central1,failure-domain.alpha.kubernetes.io/zone=us-central1-c,kubernetes.io/hostname=gke-mohr-test-a83d8da2-node-afiv NotReady 22h gke-mohr-test-a83d8da2-node-qu7s beta.kubernetes.io/instance-type=n1-standard-1,failure-domain.alpha.kubernetes.io/region=us-central1,failure-domain.alpha.kubernetes.io/zone=us-central1-c,kubernetes.io/hostname=gke-mohr-test-a83d8da2-node-qu7s NotReady 22h gke-mohr-test-a83d8da2-node-xi4t beta.kubernetes.io/instance-type=n1-standard-1,failure-domain.alpha.kubernetes.io/region=us-central1,failure-domain.alpha.kubernetes.io/zone=us-central1-c,kubernetes.io/hostname=gke-mohr-test-a83d8da2-node-xi4t NotReady 22h gke-mohr-test-a83d8da2-node-yv6i beta.kubernetes.io/instance-type=n1-standard-1,failure-domain.alpha.kubernetes.io/region=us-central1,failure-domain.alpha.kubernetes.io/zone=us-central1-c,kubernetes.io/hostname=gke-mohr-test-a83d8da2-node-yv6i NotReady 22h I've added @dchen1107 and @thockin and most of the Google team to my project, so you can access the node via the following -- and let me know if you need more. I'll assign to Dawn to triage, but apologies if someone else should have been assigned; let me know who that would have been and I'll do better next time. % gcloud compute --project "mohr-instance-manager1" ssh --zone "us-central1-c" "gke-mohr-test-a83d8da2-node-yv6i"
1.0
GKE: Kubelet not configuring CBR0 on 4 of 1000 nodes - From head @ Feb 16 ~9am, a 1000 node cluster on GKE had 4 nodes that came up as persistently flapping healthy/unhealthy. They cycle through a loop where apparently kubelet restarts itself because docker is not running. Logging details follow with instructions on how to access the node at the end. % gcloud container clusters get-credentials mohr-test --zone=us-central1-c --project=mohr-instance-manager1 % kubectl describe node gke-mohr-test-a83d8da2-node-yv6i ... 15m 15m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} Starting Starting kubelet. 15m 15m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} NodeHasSufficientDisk Node gke-mohr-test-a83d8da2-node-yv6i status is now: NodeHasSufficientDisk 15m 15m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} NodeReady Node gke-mohr-test-a83d8da2-node-yv6i status is now: NodeReady 10m 10m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} NodeNotReady Node gke-mohr-test-a83d8da2-node-yv6i status is now: NodeNotReady 5m 5m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} Starting Starting kubelet. 5m 5m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} NodeHasSufficientDisk Node gke-mohr-test-a83d8da2-node-yv6i status is now: NodeHasSufficientDisk 4m 4m 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} NodeReady Node gke-mohr-test-a83d8da2-node-yv6i status is now: NodeReady 51s 51s 1 {kubelet gke-mohr-test-a83d8da2-node-yv6i} NodeNotReady Node gke-mohr-test-a83d8da2-node-yv6i status is now: NodeNotReady I don't understand kubelet and docker setup well enough to debug, so here are logs. Most telling might be docker.log, full of repeated entries (Note that kube-env has CLUSTER_IP_RANGE: 10.132.0.0/14): time="2016-02-17T17:50:27.304870401Z" level=warning msg="Could not get list of networks during endpoint cleanup: could not find endpoint count key docker/network/v1.0/endpoint_count/3bda6e7914e3c4986a9c7557aef98064035952e8376d1bb1e692dd45fab91e77/ for network bridge while listing: Key not found in store" time="2016-02-17T17:50:27.305104444Z" level=error msg="could not find endpoint count key docker/network/v1.0/endpoint_count/3bda6e7914e3c4986a9c7557aef98064035952e8376d1bb1e692dd45fab91e77/ for network bridge while listing: Key not found in store" time="2016-02-17T17:50:27.309913613Z" level=fatal msg="Error starting daemon: Error initializing network controller: Error creating default \"bridge\" network: failed to allocate gateway (10.132.184.1): No available addresses on this pool" From gke-mohr-test-a83d8da2-node-yv6's kubelet.log, there seems to be some strangeness with configuring cbr0: cmdline: /usr/local/bin/kubelet --api-servers=https://104.197.237.207 --enable-debugging-handlers=true --cloud-provider=gce --config=/etc/kubernetes/manifests --allow-privileged=True --v=2 --cluster-dns=10.135.240.10 --cluster-domain=cluster.local --configure-cbr0=true --cgroup-root=/ --system-cgroups=/system --configure-hairpin-mode=true W0217 00:23:00.613889 1482 kubelet.go:2687] ConfigureCBR0 requested, but PodCIDR not set. Will not configure CBR0 right now I0217 00:23:01.066330 1482 kubelet.go:1018] Adding node label from cloud provider: beta.kubernetes.io/instance-type=n1-standard-1 I0217 00:23:01.066348 1482 kubelet.go:1029] Adding node label from cloud provider: failure-domain.alpha.kubernetes.io/zone=us-central1-c I0217 00:23:01.066353 1482 kubelet.go:1033] Adding node label from cloud provider: failure-domain.alpha.kubernetes.io/region=us-central1 E0217 00:23:01.067745 1482 kubelet.go:2843] Error getting image list: cannot connect to Docker endpoint I0217 00:23:01.067778 1482 kubelet.go:2661] Recording NodeHasSufficientDisk event message for node gke-mohr-test-a83d8da2-node-yv6i I0217 00:23:01.067894 1482 kubelet.go:1066] Attempting to register node gke-mohr-test-a83d8da2-node-yv6i I0217 00:23:01.074493 1482 kubelet.go:1082] Node gke-mohr-test-a83d8da2-node-yv6i was previously registered I0217 00:23:01.076974 1482 kubelet.go:3480] Setting Pod CIDR: -> 10.132.184.0/24 E0217 00:23:01.078254 1482 kubelet.go:2843] Error getting image list: cannot connect to Docker endpoint E0217 00:23:01.614173 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:02.614561 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:03.615012 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:04.615405 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint I0217 00:23:05.614176 1482 kubelet.go:2287] skipping pod synchronization - [ConfigureCBR0 requested, but PodCIDR not set. Will not configure CBR0 right now] E0217 00:23:05.614382 1482 kubelet.go:2617] Container runtime sanity check failed: docker: failed to get docker version: cannot connect to Docker endpoint E0217 00:23:05.615717 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:06.616077 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:07.616453 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:08.616805 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint E0217 00:23:09.617125 1482 generic.go:164] GenericPLEG: Unable to retrieve pods: cannot connect to Docker endpoint I0217 00:23:10.616219 1482 kubelet.go:2287] skipping pod synchronization - [ConfigureCBR0 requested, but PodCIDR not set. Will not configure CBR0 right now] List of nodes % kubectl get nodes | grep "NotReady" gke-mohr-test-a83d8da2-node-afiv beta.kubernetes.io/instance-type=n1-standard-1,failure-domain.alpha.kubernetes.io/region=us-central1,failure-domain.alpha.kubernetes.io/zone=us-central1-c,kubernetes.io/hostname=gke-mohr-test-a83d8da2-node-afiv NotReady 22h gke-mohr-test-a83d8da2-node-qu7s beta.kubernetes.io/instance-type=n1-standard-1,failure-domain.alpha.kubernetes.io/region=us-central1,failure-domain.alpha.kubernetes.io/zone=us-central1-c,kubernetes.io/hostname=gke-mohr-test-a83d8da2-node-qu7s NotReady 22h gke-mohr-test-a83d8da2-node-xi4t beta.kubernetes.io/instance-type=n1-standard-1,failure-domain.alpha.kubernetes.io/region=us-central1,failure-domain.alpha.kubernetes.io/zone=us-central1-c,kubernetes.io/hostname=gke-mohr-test-a83d8da2-node-xi4t NotReady 22h gke-mohr-test-a83d8da2-node-yv6i beta.kubernetes.io/instance-type=n1-standard-1,failure-domain.alpha.kubernetes.io/region=us-central1,failure-domain.alpha.kubernetes.io/zone=us-central1-c,kubernetes.io/hostname=gke-mohr-test-a83d8da2-node-yv6i NotReady 22h I've added @dchen1107 and @thockin and most of the Google team to my project, so you can access the node via the following -- and let me know if you need more. I'll assign to Dawn to triage, but apologies if someone else should have been assigned; let me know who that would have been and I'll do better next time. % gcloud compute --project "mohr-instance-manager1" ssh --zone "us-central1-c" "gke-mohr-test-a83d8da2-node-yv6i"
non_process
gke kubelet not configuring on of nodes from head feb a node cluster on gke had nodes that came up as persistently flapping healthy unhealthy they cycle through a loop where apparently kubelet restarts itself because docker is not running logging details follow with instructions on how to access the node at the end gcloud container clusters get credentials mohr test zone us c project mohr instance kubectl describe node gke mohr test node kubelet gke mohr test node starting starting kubelet kubelet gke mohr test node nodehassufficientdisk node gke mohr test node status is now nodehassufficientdisk kubelet gke mohr test node nodeready node gke mohr test node status is now nodeready kubelet gke mohr test node nodenotready node gke mohr test node status is now nodenotready kubelet gke mohr test node starting starting kubelet kubelet gke mohr test node nodehassufficientdisk node gke mohr test node status is now nodehassufficientdisk kubelet gke mohr test node nodeready node gke mohr test node status is now nodeready kubelet gke mohr test node nodenotready node gke mohr test node status is now nodenotready i don t understand kubelet and docker setup well enough to debug so here are logs most telling might be docker log full of repeated entries note that kube env has cluster ip range time level warning msg could not get list of networks during endpoint cleanup could not find endpoint count key docker network endpoint count for network bridge while listing key not found in store time level error msg could not find endpoint count key docker network endpoint count for network bridge while listing key not found in store time level fatal msg error starting daemon error initializing network controller error creating default bridge network failed to allocate gateway no available addresses on this pool from gke mohr test node s kubelet log there seems to be some strangeness with configuring cmdline usr local bin kubelet api servers enable debugging handlers true cloud provider gce config etc kubernetes manifests allow privileged true v cluster dns cluster domain cluster local configure true cgroup root system cgroups system configure hairpin mode true kubelet go requested but podcidr not set will not configure right now kubelet go adding node label from cloud provider beta kubernetes io instance type standard kubelet go adding node label from cloud provider failure domain alpha kubernetes io zone us c kubelet go adding node label from cloud provider failure domain alpha kubernetes io region us kubelet go error getting image list cannot connect to docker endpoint kubelet go recording nodehassufficientdisk event message for node gke mohr test node kubelet go attempting to register node gke mohr test node kubelet go node gke mohr test node was previously registered kubelet go setting pod cidr kubelet go error getting image list cannot connect to docker endpoint generic go genericpleg unable to retrieve pods cannot connect to docker endpoint generic go genericpleg unable to retrieve pods cannot connect to docker endpoint generic go genericpleg unable to retrieve pods cannot connect to docker endpoint generic go genericpleg unable to retrieve pods cannot connect to docker endpoint kubelet go skipping pod synchronization kubelet go container runtime sanity check failed docker failed to get docker version cannot connect to docker endpoint generic go genericpleg unable to retrieve pods cannot connect to docker endpoint generic go genericpleg unable to retrieve pods cannot connect to docker endpoint generic go genericpleg unable to retrieve pods cannot connect to docker endpoint generic go genericpleg unable to retrieve pods cannot connect to docker endpoint generic go genericpleg unable to retrieve pods cannot connect to docker endpoint kubelet go skipping pod synchronization list of nodes kubectl get nodes grep notready gke mohr test node afiv beta kubernetes io instance type standard failure domain alpha kubernetes io region us failure domain alpha kubernetes io zone us c kubernetes io hostname gke mohr test node afiv notready gke mohr test node beta kubernetes io instance type standard failure domain alpha kubernetes io region us failure domain alpha kubernetes io zone us c kubernetes io hostname gke mohr test node notready gke mohr test node beta kubernetes io instance type standard failure domain alpha kubernetes io region us failure domain alpha kubernetes io zone us c kubernetes io hostname gke mohr test node notready gke mohr test node beta kubernetes io instance type standard failure domain alpha kubernetes io region us failure domain alpha kubernetes io zone us c kubernetes io hostname gke mohr test node notready i ve added and thockin and most of the google team to my project so you can access the node via the following and let me know if you need more i ll assign to dawn to triage but apologies if someone else should have been assigned let me know who that would have been and i ll do better next time gcloud compute project mohr instance ssh zone us c gke mohr test node
0
64,330
14,662,048,782
IssuesEvent
2020-12-29 06:04:28
tamirverthim/NodeGoat
https://api.github.com/repos/tamirverthim/NodeGoat
opened
CVE-2019-16777 (Medium) detected in npm-3.10.10.tgz
security vulnerability
## CVE-2019-16777 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-3.10.10.tgz</b></p></summary> <p>a package manager for JavaScript</p> <p>Library home page: <a href="https://registry.npmjs.org/npm/-/npm-3.10.10.tgz">https://registry.npmjs.org/npm/-/npm-3.10.10.tgz</a></p> <p>Path to dependency file: NodeGoat/package.json</p> <p>Path to vulnerable library: NodeGoat/node_modules/npm/package.json</p> <p> Dependency Hierarchy: - grunt-npm-install-0.3.1.tgz (Root Library) - :x: **npm-3.10.10.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/tamirverthim/NodeGoat/commit/3de6c5862c1fef83d38a1fec17b579f1a5e328fb">3de6c5862c1fef83d38a1fec17b579f1a5e328fb</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Versions of the npm CLI prior to 6.13.4 are vulnerable to an Arbitrary File Overwrite. It fails to prevent existing globally-installed binaries to be overwritten by other package installations. For example, if a package was installed globally and created a serve binary, any subsequent installs of packages that also create a serve binary would overwrite the previous serve binary. This behavior is still allowed in local installations and also through install scripts. This vulnerability bypasses a user using the --ignore-scripts install option. <p>Publish Date: 2019-12-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-16777>CVE-2019-16777</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli">https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli</a></p> <p>Release Date: 2019-12-13</p> <p>Fix Resolution: npm - 6.13.4</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"npm","packageVersion":"3.10.10","isTransitiveDependency":true,"dependencyTree":"grunt-npm-install:0.3.1;npm:3.10.10","isMinimumFixVersionAvailable":true,"minimumFixVersion":"npm - 6.13.4"}],"vulnerabilityIdentifier":"CVE-2019-16777","vulnerabilityDetails":"Versions of the npm CLI prior to 6.13.4 are vulnerable to an Arbitrary File Overwrite. It fails to prevent existing globally-installed binaries to be overwritten by other package installations. For example, if a package was installed globally and created a serve binary, any subsequent installs of packages that also create a serve binary would overwrite the previous serve binary. This behavior is still allowed in local installations and also through install scripts. This vulnerability bypasses a user using the --ignore-scripts install option.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-16777","cvss3Severity":"medium","cvss3Score":"6.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"Low","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2019-16777 (Medium) detected in npm-3.10.10.tgz - ## CVE-2019-16777 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-3.10.10.tgz</b></p></summary> <p>a package manager for JavaScript</p> <p>Library home page: <a href="https://registry.npmjs.org/npm/-/npm-3.10.10.tgz">https://registry.npmjs.org/npm/-/npm-3.10.10.tgz</a></p> <p>Path to dependency file: NodeGoat/package.json</p> <p>Path to vulnerable library: NodeGoat/node_modules/npm/package.json</p> <p> Dependency Hierarchy: - grunt-npm-install-0.3.1.tgz (Root Library) - :x: **npm-3.10.10.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/tamirverthim/NodeGoat/commit/3de6c5862c1fef83d38a1fec17b579f1a5e328fb">3de6c5862c1fef83d38a1fec17b579f1a5e328fb</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Versions of the npm CLI prior to 6.13.4 are vulnerable to an Arbitrary File Overwrite. It fails to prevent existing globally-installed binaries to be overwritten by other package installations. For example, if a package was installed globally and created a serve binary, any subsequent installs of packages that also create a serve binary would overwrite the previous serve binary. This behavior is still allowed in local installations and also through install scripts. This vulnerability bypasses a user using the --ignore-scripts install option. <p>Publish Date: 2019-12-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-16777>CVE-2019-16777</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli">https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli</a></p> <p>Release Date: 2019-12-13</p> <p>Fix Resolution: npm - 6.13.4</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"npm","packageVersion":"3.10.10","isTransitiveDependency":true,"dependencyTree":"grunt-npm-install:0.3.1;npm:3.10.10","isMinimumFixVersionAvailable":true,"minimumFixVersion":"npm - 6.13.4"}],"vulnerabilityIdentifier":"CVE-2019-16777","vulnerabilityDetails":"Versions of the npm CLI prior to 6.13.4 are vulnerable to an Arbitrary File Overwrite. It fails to prevent existing globally-installed binaries to be overwritten by other package installations. For example, if a package was installed globally and created a serve binary, any subsequent installs of packages that also create a serve binary would overwrite the previous serve binary. This behavior is still allowed in local installations and also through install scripts. This vulnerability bypasses a user using the --ignore-scripts install option.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-16777","cvss3Severity":"medium","cvss3Score":"6.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"Low","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_process
cve medium detected in npm tgz cve medium severity vulnerability vulnerable library npm tgz a package manager for javascript library home page a href path to dependency file nodegoat package json path to vulnerable library nodegoat node modules npm package json dependency hierarchy grunt npm install tgz root library x npm tgz vulnerable library found in head commit a href found in base branch master vulnerability details versions of the npm cli prior to are vulnerable to an arbitrary file overwrite it fails to prevent existing globally installed binaries to be overwritten by other package installations for example if a package was installed globally and created a serve binary any subsequent installs of packages that also create a serve binary would overwrite the previous serve binary this behavior is still allowed in local installations and also through install scripts this vulnerability bypasses a user using the ignore scripts install option publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution npm isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails versions of the npm cli prior to are vulnerable to an arbitrary file overwrite it fails to prevent existing globally installed binaries to be overwritten by other package installations for example if a package was installed globally and created a serve binary any subsequent installs of packages that also create a serve binary would overwrite the previous serve binary this behavior is still allowed in local installations and also through install scripts this vulnerability bypasses a user using the ignore scripts install option vulnerabilityurl
0
10,887
13,657,649,326
IssuesEvent
2020-09-28 06:13:04
timberio/vector
https://api.github.com/repos/timberio/vector
closed
New `tokenize` remap function
domain: mapping domain: processing transform: remap type: feature
This aims to replace the [`tokenizer` transform](https://vector.dev/docs/reference/transforms/tokenizer/). ## Examples Given the following event: ``` { "message": "217.250.207.207 - - [07/Sep/2020:16:38:00 -0400] \"DELETE /deliverables/next-generation/user-centric HTTP/1.1\" 205 11881" } ``` And the following remap instruction set: ``` .message = tokenize(.message) ``` The result would be: ```js { "message": ["217.250.207.207", null, null, "07/Sep/2020:16:38:00 -0400", "DELETE /deliverables/next-generation/user-centric HTTP/1.1", "205", "11881"] } ``` This should largely mimic what's going on in the [`tokenizer` transform](https://vector.dev/docs/reference/transforms/tokenizer/). ## Requirements Just to verify, the tokenize should: - [x] Split on all whitespace as defined by the [unicode whitespace definition](https://en.wikipedia.org/wiki/Whitespace_character). - [x] Ignore blank values, such as `""` and `"-"` - [x] Respect quotes - [x] Should not perform any coercion since that can be performed in a followup step.
1.0
New `tokenize` remap function - This aims to replace the [`tokenizer` transform](https://vector.dev/docs/reference/transforms/tokenizer/). ## Examples Given the following event: ``` { "message": "217.250.207.207 - - [07/Sep/2020:16:38:00 -0400] \"DELETE /deliverables/next-generation/user-centric HTTP/1.1\" 205 11881" } ``` And the following remap instruction set: ``` .message = tokenize(.message) ``` The result would be: ```js { "message": ["217.250.207.207", null, null, "07/Sep/2020:16:38:00 -0400", "DELETE /deliverables/next-generation/user-centric HTTP/1.1", "205", "11881"] } ``` This should largely mimic what's going on in the [`tokenizer` transform](https://vector.dev/docs/reference/transforms/tokenizer/). ## Requirements Just to verify, the tokenize should: - [x] Split on all whitespace as defined by the [unicode whitespace definition](https://en.wikipedia.org/wiki/Whitespace_character). - [x] Ignore blank values, such as `""` and `"-"` - [x] Respect quotes - [x] Should not perform any coercion since that can be performed in a followup step.
process
new tokenize remap function this aims to replace the examples given the following event message delete deliverables next generation user centric http and the following remap instruction set message tokenize message the result would be js message this should largely mimic what s going on in the requirements just to verify the tokenize should split on all whitespace as defined by the ignore blank values such as and respect quotes should not perform any coercion since that can be performed in a followup step
1
14,780
18,052,350,358
IssuesEvent
2021-09-19 23:59:32
vmware-tanzu/velero
https://api.github.com/repos/vmware-tanzu/velero
closed
The commit ID of final RC should be the same as the GA release.
Area/Process staled
I noticed there are code changes between the RC and final release. Ideally, we should make sure that the commit of the final RC is the one we tag for GA. The package we ship for GA release should be the one of the final RC which passes all the tests. I noticed that the reason for the situation is we need to update the doc for the website between RC and GA. We should revisit the flow and try to make sure the final RC and GA tag point to the identical commit. One possible solution may be to spin out the website to another repo?
1.0
The commit ID of final RC should be the same as the GA release. - I noticed there are code changes between the RC and final release. Ideally, we should make sure that the commit of the final RC is the one we tag for GA. The package we ship for GA release should be the one of the final RC which passes all the tests. I noticed that the reason for the situation is we need to update the doc for the website between RC and GA. We should revisit the flow and try to make sure the final RC and GA tag point to the identical commit. One possible solution may be to spin out the website to another repo?
process
the commit id of final rc should be the same as the ga release i noticed there are code changes between the rc and final release ideally we should make sure that the commit of the final rc is the one we tag for ga the package we ship for ga release should be the one of the final rc which passes all the tests i noticed that the reason for the situation is we need to update the doc for the website between rc and ga we should revisit the flow and try to make sure the final rc and ga tag point to the identical commit one possible solution may be to spin out the website to another repo
1
74,979
3,453,783,485
IssuesEvent
2015-12-17 13:08:59
quantopian/pyfolio
https://api.github.com/repos/quantopian/pyfolio
closed
annual_returns calculation for 'calender' style is not accurate
bug high priority
I don't believe it computes the average annual return correctly since it currently just divides by num_years, where it should be computing the geometric return along the lines of: total_return = (portfolio_end_value - portfolio_start_value) / portfolio_start_value annual_return = (1+total_return) ^ (1/num_years) - 1 @twiecki Thoughts?
1.0
annual_returns calculation for 'calender' style is not accurate - I don't believe it computes the average annual return correctly since it currently just divides by num_years, where it should be computing the geometric return along the lines of: total_return = (portfolio_end_value - portfolio_start_value) / portfolio_start_value annual_return = (1+total_return) ^ (1/num_years) - 1 @twiecki Thoughts?
non_process
annual returns calculation for calender style is not accurate i don t believe it computes the average annual return correctly since it currently just divides by num years where it should be computing the geometric return along the lines of total return portfolio end value portfolio start value portfolio start value annual return total return num years twiecki thoughts
0
14,728
17,937,011,230
IssuesEvent
2021-09-10 16:37:17
MicrosoftDocs/azure-devops-docs
https://api.github.com/repos/MicrosoftDocs/azure-devops-docs
closed
Only one checkout task is supported in a deployment job
devops/prod devops-cicd-process/tech needs-sme
Hi there, I have a pipeline that it was using 2 checkout tasks and when I tried to convert it to use a deployment job it didn't work. I was getting the error: "An Item with the same key has already been added" so after some try/error when I removed one of the checkout task it start working. My config looks like this: ``` jobs: - deployment: deployNewEnv displayName: Deploying Environment environment: "${{ parameters.environmentName }}${{ parameters.environmentnumber }}" strategy: runOnce: deploy: steps: - checkout: self clean: true displayName : Checkout Configuration repository - checkout: git://$(client-devops-project-name)/Platform clean: true displayName : Checkout Platform repository ``` I also tried to add a name but I got the same error. As there is no logs or debug I cannot get more info. I haven't tried to run it locally from CLI. Please let me know if you need more info. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 5aeeaace-1c5b-a51b-e41f-f25b806155b8 * Version Independent ID: fd7ff690-b2e4-41c7-a342-e528b911c6e1 * Content: [Deployment jobs - Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/deployment-jobs?view=azure-devops) * Content Source: [docs/pipelines/process/deployment-jobs.md](https://github.com/MicrosoftDocs/azure-devops-docs/blob/master/docs/pipelines/process/deployment-jobs.md) * Product: **devops** * Technology: **devops-cicd-process** * GitHub Login: @juliakm * Microsoft Alias: **jukullam**
1.0
Only one checkout task is supported in a deployment job - Hi there, I have a pipeline that it was using 2 checkout tasks and when I tried to convert it to use a deployment job it didn't work. I was getting the error: "An Item with the same key has already been added" so after some try/error when I removed one of the checkout task it start working. My config looks like this: ``` jobs: - deployment: deployNewEnv displayName: Deploying Environment environment: "${{ parameters.environmentName }}${{ parameters.environmentnumber }}" strategy: runOnce: deploy: steps: - checkout: self clean: true displayName : Checkout Configuration repository - checkout: git://$(client-devops-project-name)/Platform clean: true displayName : Checkout Platform repository ``` I also tried to add a name but I got the same error. As there is no logs or debug I cannot get more info. I haven't tried to run it locally from CLI. Please let me know if you need more info. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 5aeeaace-1c5b-a51b-e41f-f25b806155b8 * Version Independent ID: fd7ff690-b2e4-41c7-a342-e528b911c6e1 * Content: [Deployment jobs - Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/deployment-jobs?view=azure-devops) * Content Source: [docs/pipelines/process/deployment-jobs.md](https://github.com/MicrosoftDocs/azure-devops-docs/blob/master/docs/pipelines/process/deployment-jobs.md) * Product: **devops** * Technology: **devops-cicd-process** * GitHub Login: @juliakm * Microsoft Alias: **jukullam**
process
only one checkout task is supported in a deployment job hi there i have a pipeline that it was using checkout tasks and when i tried to convert it to use a deployment job it didn t work i was getting the error an item with the same key has already been added so after some try error when i removed one of the checkout task it start working my config looks like this jobs deployment deploynewenv displayname deploying environment environment parameters environmentname parameters environmentnumber strategy runonce deploy steps checkout self clean true displayname checkout configuration repository checkout git client devops project name platform clean true displayname checkout platform repository i also tried to add a name but i got the same error as there is no logs or debug i cannot get more info i haven t tried to run it locally from cli please let me know if you need more info document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product devops technology devops cicd process github login juliakm microsoft alias jukullam
1
10,025
13,044,143,216
IssuesEvent
2020-07-29 03:43:50
tikv/tikv
https://api.github.com/repos/tikv/tikv
closed
UCP: Migrate scalar function `Lower` from TiDB
challenge-program-2 component/coprocessor difficulty/easy sig/coprocessor
## Description Port the scalar function `Lower` from TiDB to coprocessor. ## Score * 50 ## Mentor(s) * @sticnarf ## Recommended Skills * Rust programming ## Learning Materials Already implemented expressions ported from TiDB - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn_expr) - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/expr)
2.0
UCP: Migrate scalar function `Lower` from TiDB - ## Description Port the scalar function `Lower` from TiDB to coprocessor. ## Score * 50 ## Mentor(s) * @sticnarf ## Recommended Skills * Rust programming ## Learning Materials Already implemented expressions ported from TiDB - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn_expr) - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/expr)
process
ucp migrate scalar function lower from tidb description port the scalar function lower from tidb to coprocessor score mentor s sticnarf recommended skills rust programming learning materials already implemented expressions ported from tidb
1
105,362
11,449,208,611
IssuesEvent
2020-02-06 06:26:17
dankamongmen/notcurses
https://api.github.com/repos/dankamongmen/notcurses
closed
Shift all public identifiers to either a notcurses or nc prefix
documentation enhancement
@edmonds suggests we corral all stragglers into a notcurses* or nc* prefix. This seems reasonable enough. ``` bgrx_blit@Base 1.1.4 cell_duplicate@Base 1.0.0 cell_extended_gcluster@Base 1.0.0 cell_load@Base 1.0.0 cell_release@Base 1.0.0 enmetric@Base 1.0.0 palette256_free@Base 1.1.0 palette256_new@Base 1.1.0 palette256_use@Base 1.1.0 panelreel_add@Base 1.0.0 panelreel_create@Base 1.0.0 panelreel_del@Base 1.0.0 panelreel_del_focused@Base 1.0.0 panelreel_destroy@Base 1.0.0 panelreel_focused@Base 1.0.0 panelreel_move@Base 1.0.0 panelreel_next@Base 1.0.0 panelreel_plane@Base 1.0.0 panelreel_prev@Base 1.0.0 panelreel_redraw@Base 1.0.0 panelreel_tabletcount@Base 1.0.0 panelreel_touch@Base 1.0.0 rgba_blit@Base 1.1.4 tablet_ncplane@Base 1.0.0 tablet_ncplane_const@Base 1.0.0 tablet_userptr@Base 1.0.0 tablet_userptr_const@Base 1.0.0 ```
1.0
Shift all public identifiers to either a notcurses or nc prefix - @edmonds suggests we corral all stragglers into a notcurses* or nc* prefix. This seems reasonable enough. ``` bgrx_blit@Base 1.1.4 cell_duplicate@Base 1.0.0 cell_extended_gcluster@Base 1.0.0 cell_load@Base 1.0.0 cell_release@Base 1.0.0 enmetric@Base 1.0.0 palette256_free@Base 1.1.0 palette256_new@Base 1.1.0 palette256_use@Base 1.1.0 panelreel_add@Base 1.0.0 panelreel_create@Base 1.0.0 panelreel_del@Base 1.0.0 panelreel_del_focused@Base 1.0.0 panelreel_destroy@Base 1.0.0 panelreel_focused@Base 1.0.0 panelreel_move@Base 1.0.0 panelreel_next@Base 1.0.0 panelreel_plane@Base 1.0.0 panelreel_prev@Base 1.0.0 panelreel_redraw@Base 1.0.0 panelreel_tabletcount@Base 1.0.0 panelreel_touch@Base 1.0.0 rgba_blit@Base 1.1.4 tablet_ncplane@Base 1.0.0 tablet_ncplane_const@Base 1.0.0 tablet_userptr@Base 1.0.0 tablet_userptr_const@Base 1.0.0 ```
non_process
shift all public identifiers to either a notcurses or nc prefix edmonds suggests we corral all stragglers into a notcurses or nc prefix this seems reasonable enough bgrx blit base cell duplicate base cell extended gcluster base cell load base cell release base enmetric base free base new base use base panelreel add base panelreel create base panelreel del base panelreel del focused base panelreel destroy base panelreel focused base panelreel move base panelreel next base panelreel plane base panelreel prev base panelreel redraw base panelreel tabletcount base panelreel touch base rgba blit base tablet ncplane base tablet ncplane const base tablet userptr base tablet userptr const base
0
762,228
26,712,008,666
IssuesEvent
2023-01-28 02:14:09
canonical/grafana-k8s-operator
https://api.github.com/repos/canonical/grafana-k8s-operator
closed
The readme is not consistent with the actual usage
Type: Bug Priority: High Status: Confirmed
The readme is not consistent with the actual usage. When charmhub got rid of the Docs tab, the content from discourse was moved to the Descriptions tab, making it super confusing as it now contains TWO overviews with entirely different content. We should - Make sure the overview taken from the readme is up to date - Incorporate everything valuable from the `Docs` discourse post and then delete that post.
1.0
The readme is not consistent with the actual usage - The readme is not consistent with the actual usage. When charmhub got rid of the Docs tab, the content from discourse was moved to the Descriptions tab, making it super confusing as it now contains TWO overviews with entirely different content. We should - Make sure the overview taken from the readme is up to date - Incorporate everything valuable from the `Docs` discourse post and then delete that post.
non_process
the readme is not consistent with the actual usage the readme is not consistent with the actual usage when charmhub got rid of the docs tab the content from discourse was moved to the descriptions tab making it super confusing as it now contains two overviews with entirely different content we should make sure the overview taken from the readme is up to date incorporate everything valuable from the docs discourse post and then delete that post
0
20,639
27,318,137,184
IssuesEvent
2023-02-24 17:19:05
geneontology/go-ontology
https://api.github.com/repos/geneontology/go-ontology
closed
GO:0000294 nuclear-transcribed mRNA catabolic process, endonucleolytic cleavage-dependent decay CLARIFICATION REQUIRED
RNA processes ready
GO:0000294 nuclear-transcribed mRNA catabolic process, endonucleolytic cleavage-dependent decay is defined A minor degradation pathway nuclear-transcribed mRNAs that begins with an endonucleolytic cleavage to generate unprotected ends. This definition doesn't seem to be necessary and sufficient to describe the pathway. The term was intended for a pathway observed in S. cerevisiae ( PMID:14729943 ) The pathway operating in S. cerevisiae is MRP dependent , and so far is only known to operate on cyclin RNase MRP cleaves the CLB2 mRNA to promote cell cycle progression: novel method of mRNA degradation. It has subsequently been used for PMID:17158880 which appears to be describing 3'end processing, and I don't think should use this term at all. It has 15 annotations 2 PomBase 12 SGD 1 MGI (UniProt) 1 human (Uniprot) I would like to revise the term name and definition to: nuclear-transcribed mRNA catabolic process, RNAase MRP -dependent and remove all of the other annotations up to nuclear-transcribed mRNA catabolic process (or move them if they are describing processing). @srengel do you have any objection to this? I am aiming to resolve "GO:0000294 nuclear-transcribed mRNA catabolic process" into the well-characterised pathways, it will be easier to see what this term refers to, and if it belongs elsewhere if it refers to MRP as was originally intended. @Antonialock could you look at the 2 UniPRot annotations and see if they would be better on the parent. I will move the pombe ones (which are processing)
1.0
GO:0000294 nuclear-transcribed mRNA catabolic process, endonucleolytic cleavage-dependent decay CLARIFICATION REQUIRED - GO:0000294 nuclear-transcribed mRNA catabolic process, endonucleolytic cleavage-dependent decay is defined A minor degradation pathway nuclear-transcribed mRNAs that begins with an endonucleolytic cleavage to generate unprotected ends. This definition doesn't seem to be necessary and sufficient to describe the pathway. The term was intended for a pathway observed in S. cerevisiae ( PMID:14729943 ) The pathway operating in S. cerevisiae is MRP dependent , and so far is only known to operate on cyclin RNase MRP cleaves the CLB2 mRNA to promote cell cycle progression: novel method of mRNA degradation. It has subsequently been used for PMID:17158880 which appears to be describing 3'end processing, and I don't think should use this term at all. It has 15 annotations 2 PomBase 12 SGD 1 MGI (UniProt) 1 human (Uniprot) I would like to revise the term name and definition to: nuclear-transcribed mRNA catabolic process, RNAase MRP -dependent and remove all of the other annotations up to nuclear-transcribed mRNA catabolic process (or move them if they are describing processing). @srengel do you have any objection to this? I am aiming to resolve "GO:0000294 nuclear-transcribed mRNA catabolic process" into the well-characterised pathways, it will be easier to see what this term refers to, and if it belongs elsewhere if it refers to MRP as was originally intended. @Antonialock could you look at the 2 UniPRot annotations and see if they would be better on the parent. I will move the pombe ones (which are processing)
process
go nuclear transcribed mrna catabolic process endonucleolytic cleavage dependent decay clarification required go nuclear transcribed mrna catabolic process endonucleolytic cleavage dependent decay is defined a minor degradation pathway nuclear transcribed mrnas that begins with an endonucleolytic cleavage to generate unprotected ends this definition doesn t seem to be necessary and sufficient to describe the pathway the term was intended for a pathway observed in s cerevisiae pmid the pathway operating in s cerevisiae is mrp dependent and so far is only known to operate on cyclin rnase mrp cleaves the mrna to promote cell cycle progression novel method of mrna degradation it has subsequently been used for pmid which appears to be describing end processing and i don t think should use this term at all it has annotations pombase sgd mgi uniprot human uniprot i would like to revise the term name and definition to nuclear transcribed mrna catabolic process rnaase mrp dependent and remove all of the other annotations up to nuclear transcribed mrna catabolic process or move them if they are describing processing srengel do you have any objection to this i am aiming to resolve go nuclear transcribed mrna catabolic process into the well characterised pathways it will be easier to see what this term refers to and if it belongs elsewhere if it refers to mrp as was originally intended antonialock could you look at the uniprot annotations and see if they would be better on the parent i will move the pombe ones which are processing
1
21,112
28,076,045,325
IssuesEvent
2023-03-29 23:46:08
googleapis/python-storage
https://api.github.com/repos/googleapis/python-storage
closed
Restore noxfile and unpin grpcio
api: storage type: process priority: p3
Revert https://github.com/googleapis/python-storage/pull/845 upon confirmation that `1.49.0rc1` is released as a stable version
1.0
Restore noxfile and unpin grpcio - Revert https://github.com/googleapis/python-storage/pull/845 upon confirmation that `1.49.0rc1` is released as a stable version
process
restore noxfile and unpin grpcio revert upon confirmation that is released as a stable version
1
7,454
10,561,151,048
IssuesEvent
2019-10-04 15:17:07
ESMValGroup/ESMValCore
https://api.github.com/repos/ESMValGroup/ESMValCore
closed
FX variables saga
enhancement preprocessor
The fx variables are and have been a thorn in the foot of ESMValTool and now it's gone to esmvalcore. I will try to summarize the standing problems that the fx files/variables pose to us pointing to the already existing or planned solutions. **Fx file discovery** fx files have a slightly different standard DRS path than regular CMIP5/6 variables files and up until noew we have used bespoke structures for fx input dirs and fx file formats in `config-developer.yml`. We have realized that by slightly altering the CMIP dir and file structures we can use common structures for both CMIP variables and fx variables: #21 and #22 have this implemented **Use fx variables as part of the standard variables list** #21 and #22 now allow the user to specify any fx variable as part of the `diagnostics/variables` list **Coupling fx variables and standard variables in the preprocessor** This is tricky and has different aspects to it. For short-hand descriptive purposes I will say that a certain standard variable VAR needs a certain set of fx variables FX to be used during different steps of preprocessing. The details below explain first #21 (which is a simplified approach) and then #22 (which is more complex). **PR #21** - for VAR to use FX during preprocessing (and have the files listed in `metadata.yml` for diag purposes) one has to add eg `fx_files: [{short_name: areacello, mip: Ofx}]` as argument for VAR (this is an extension of the previous implementation eg `fx_files: [areacello]` to account for fx mip variability for CMIP6; in CMIP5 all fx variables had mip `fx`; no need to add the mip for CMIP5 data, just use `fx_files: [{short_name: areacello}]`); - apart from the above, all aspects of previous implementation stand (no CMOR checks to FX, no preprocessing for FX, unless decalred as a separate variable but then VAR will not know about it) **PR #22** - this PR introduces the first practical coupling between VAR and FX: as above, by specifying an FX eg `fx_files: [{short_name: areacello, mip: Ofx}]` as argument to VAR, the implementation will do the following: - assemble the FX dictionary as a sub-variable of VAR: find the FX data files **but** not use them as VAR[`fx_files`] files, instead assigning a priority task **before** the VAR task to: use the FX data files and run a `default` preprocessor with them (load, fix, CMOR check and fix, save) and populate the VAR[`fx_files`] dictionary with the already `default`-preprocessed FX files (ancestor task to VAR task via `_get_fx_tasks`); these files live in the `diagnostic/preproc/VAR` directory and will be used just as usual for derive, mask and area or volume statistics as assigned by `_recipe.py/_update_fx_settings` - there is good potential to allow `_get_fx_tasks` to set up a more complex preprocessor for FX, since stuff like area and volume statistics need a certain level of preprocessing (if VAR needs that); note that derive and mask (landsea or landseaice) need the FX in its native form; **Standing issues** - The need to eliminate specifying VAR arguments eg `fx_files: [{short_name: areacello, mip: Ofx}]` if the FX is present in the variables list: this is very tricky since the coupling VAR-FX is impossible to realize since VAR and FX are independent variables that have independent threaded tasks; - The need to preprocess FX to a certain level as VAR (but not using all the preprocessing done to VAR): this can be done by using a custom preprocessor for FX and passing it as argument to `_get_fx_tasks` Any other ideas? :beer:
1.0
FX variables saga - The fx variables are and have been a thorn in the foot of ESMValTool and now it's gone to esmvalcore. I will try to summarize the standing problems that the fx files/variables pose to us pointing to the already existing or planned solutions. **Fx file discovery** fx files have a slightly different standard DRS path than regular CMIP5/6 variables files and up until noew we have used bespoke structures for fx input dirs and fx file formats in `config-developer.yml`. We have realized that by slightly altering the CMIP dir and file structures we can use common structures for both CMIP variables and fx variables: #21 and #22 have this implemented **Use fx variables as part of the standard variables list** #21 and #22 now allow the user to specify any fx variable as part of the `diagnostics/variables` list **Coupling fx variables and standard variables in the preprocessor** This is tricky and has different aspects to it. For short-hand descriptive purposes I will say that a certain standard variable VAR needs a certain set of fx variables FX to be used during different steps of preprocessing. The details below explain first #21 (which is a simplified approach) and then #22 (which is more complex). **PR #21** - for VAR to use FX during preprocessing (and have the files listed in `metadata.yml` for diag purposes) one has to add eg `fx_files: [{short_name: areacello, mip: Ofx}]` as argument for VAR (this is an extension of the previous implementation eg `fx_files: [areacello]` to account for fx mip variability for CMIP6; in CMIP5 all fx variables had mip `fx`; no need to add the mip for CMIP5 data, just use `fx_files: [{short_name: areacello}]`); - apart from the above, all aspects of previous implementation stand (no CMOR checks to FX, no preprocessing for FX, unless decalred as a separate variable but then VAR will not know about it) **PR #22** - this PR introduces the first practical coupling between VAR and FX: as above, by specifying an FX eg `fx_files: [{short_name: areacello, mip: Ofx}]` as argument to VAR, the implementation will do the following: - assemble the FX dictionary as a sub-variable of VAR: find the FX data files **but** not use them as VAR[`fx_files`] files, instead assigning a priority task **before** the VAR task to: use the FX data files and run a `default` preprocessor with them (load, fix, CMOR check and fix, save) and populate the VAR[`fx_files`] dictionary with the already `default`-preprocessed FX files (ancestor task to VAR task via `_get_fx_tasks`); these files live in the `diagnostic/preproc/VAR` directory and will be used just as usual for derive, mask and area or volume statistics as assigned by `_recipe.py/_update_fx_settings` - there is good potential to allow `_get_fx_tasks` to set up a more complex preprocessor for FX, since stuff like area and volume statistics need a certain level of preprocessing (if VAR needs that); note that derive and mask (landsea or landseaice) need the FX in its native form; **Standing issues** - The need to eliminate specifying VAR arguments eg `fx_files: [{short_name: areacello, mip: Ofx}]` if the FX is present in the variables list: this is very tricky since the coupling VAR-FX is impossible to realize since VAR and FX are independent variables that have independent threaded tasks; - The need to preprocess FX to a certain level as VAR (but not using all the preprocessing done to VAR): this can be done by using a custom preprocessor for FX and passing it as argument to `_get_fx_tasks` Any other ideas? :beer:
process
fx variables saga the fx variables are and have been a thorn in the foot of esmvaltool and now it s gone to esmvalcore i will try to summarize the standing problems that the fx files variables pose to us pointing to the already existing or planned solutions fx file discovery fx files have a slightly different standard drs path than regular variables files and up until noew we have used bespoke structures for fx input dirs and fx file formats in config developer yml we have realized that by slightly altering the cmip dir and file structures we can use common structures for both cmip variables and fx variables and have this implemented use fx variables as part of the standard variables list and now allow the user to specify any fx variable as part of the diagnostics variables list coupling fx variables and standard variables in the preprocessor this is tricky and has different aspects to it for short hand descriptive purposes i will say that a certain standard variable var needs a certain set of fx variables fx to be used during different steps of preprocessing the details below explain first which is a simplified approach and then which is more complex pr for var to use fx during preprocessing and have the files listed in metadata yml for diag purposes one has to add eg fx files as argument for var this is an extension of the previous implementation eg fx files to account for fx mip variability for in all fx variables had mip fx no need to add the mip for data just use fx files apart from the above all aspects of previous implementation stand no cmor checks to fx no preprocessing for fx unless decalred as a separate variable but then var will not know about it pr this pr introduces the first practical coupling between var and fx as above by specifying an fx eg fx files as argument to var the implementation will do the following assemble the fx dictionary as a sub variable of var find the fx data files but not use them as var files instead assigning a priority task before the var task to use the fx data files and run a default preprocessor with them load fix cmor check and fix save and populate the var dictionary with the already default preprocessed fx files ancestor task to var task via get fx tasks these files live in the diagnostic preproc var directory and will be used just as usual for derive mask and area or volume statistics as assigned by recipe py update fx settings there is good potential to allow get fx tasks to set up a more complex preprocessor for fx since stuff like area and volume statistics need a certain level of preprocessing if var needs that note that derive and mask landsea or landseaice need the fx in its native form standing issues the need to eliminate specifying var arguments eg fx files if the fx is present in the variables list this is very tricky since the coupling var fx is impossible to realize since var and fx are independent variables that have independent threaded tasks the need to preprocess fx to a certain level as var but not using all the preprocessing done to var this can be done by using a custom preprocessor for fx and passing it as argument to get fx tasks any other ideas beer
1
802,196
28,780,886,697
IssuesEvent
2023-05-02 00:27:08
agency-of-learning/PairApp
https://api.github.com/repos/agency-of-learning/PairApp
opened
Create dev Procfile
good first issue high priority solo
We should add a `Procfile.dev` that will help with setting up our local host. Params we want are: 1. server 2. worker
1.0
Create dev Procfile - We should add a `Procfile.dev` that will help with setting up our local host. Params we want are: 1. server 2. worker
non_process
create dev procfile we should add a procfile dev that will help with setting up our local host params we want are server worker
0
741,955
25,829,709,571
IssuesEvent
2022-12-12 15:18:02
tdxvolt/tdxvolt-tracker
https://api.github.com/repos/tdxvolt/tdxvolt-tracker
opened
Can't open resource from search results
Type: Bug Priority: Medium
You can't open a search result that resides on another Volt. This is a regression as a result of recent work on the tab bar.
1.0
Can't open resource from search results - You can't open a search result that resides on another Volt. This is a regression as a result of recent work on the tab bar.
non_process
can t open resource from search results you can t open a search result that resides on another volt this is a regression as a result of recent work on the tab bar
0
13,824
16,589,382,065
IssuesEvent
2021-06-01 05:19:55
arcus-azure/arcus.messaging
https://api.github.com/repos/arcus-azure/arcus.messaging
closed
Provide support for managed identity authentication for Azure Service Bus message pump
area:message-processing area:security feature integration:service-bus
**Is your feature request related to a problem? Please describe.** Provide support for managed identity authentication for Azure Service Bus message pump. This would allow us to use 0 secrets. **Describe the solution you'd like** A new extension that does not require a secret name, but explicitly state it uses Managed Identity.
1.0
Provide support for managed identity authentication for Azure Service Bus message pump - **Is your feature request related to a problem? Please describe.** Provide support for managed identity authentication for Azure Service Bus message pump. This would allow us to use 0 secrets. **Describe the solution you'd like** A new extension that does not require a secret name, but explicitly state it uses Managed Identity.
process
provide support for managed identity authentication for azure service bus message pump is your feature request related to a problem please describe provide support for managed identity authentication for azure service bus message pump this would allow us to use secrets describe the solution you d like a new extension that does not require a secret name but explicitly state it uses managed identity
1
18,051
24,061,488,253
IssuesEvent
2022-09-16 23:42:22
apache/arrow-rs
https://api.github.com/repos/apache/arrow-rs
closed
verify_release_candidate.sh script fails verifying `23.0.0` rc 2
bug development-process
**Describe the bug** When trying to verify the release using the `verify_release_candidate.sh` script from https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh we see an error: ```shell ... + cargo publish --dry-run * Updating* [crates.io](http://crates.io/) index * Packaging* arrow v23.0.0 (/private/var/folders/cl/ycxd_6916zlf50f8mpthd9qw0000gn/T/arrow-23.0.0.XXXXX.yNgAGJ0B/apache-arrow-rs-23.0.0/arrow) *error**:* failed to prepare local package for uploading Caused by: no matching package named `arrow-buffer` found location searched: registry `crates-io` required by package `arrow v23.0.0 (/private/var/folders/cl/ycxd_6916zlf50f8mpthd9qw0000gn/T/arrow-23.0.0.XXXXX.yNgAGJ0B/apache-arrow-rs-23.0.0/arrow)` ``` **To Reproduce** ```shell ./dev/release/verify-release-candidate.sh 23.0.0 2 ``` **Expected behavior** Script should pass **Additional context** Reported by @iajoiner on https://lists.apache.org/thread/df08cc4hg42rg5g5jzb804bvbf9v7jtz
1.0
verify_release_candidate.sh script fails verifying `23.0.0` rc 2 - **Describe the bug** When trying to verify the release using the `verify_release_candidate.sh` script from https://github.com/apache/arrow-rs/blob/master/dev/release/verify-release-candidate.sh we see an error: ```shell ... + cargo publish --dry-run * Updating* [crates.io](http://crates.io/) index * Packaging* arrow v23.0.0 (/private/var/folders/cl/ycxd_6916zlf50f8mpthd9qw0000gn/T/arrow-23.0.0.XXXXX.yNgAGJ0B/apache-arrow-rs-23.0.0/arrow) *error**:* failed to prepare local package for uploading Caused by: no matching package named `arrow-buffer` found location searched: registry `crates-io` required by package `arrow v23.0.0 (/private/var/folders/cl/ycxd_6916zlf50f8mpthd9qw0000gn/T/arrow-23.0.0.XXXXX.yNgAGJ0B/apache-arrow-rs-23.0.0/arrow)` ``` **To Reproduce** ```shell ./dev/release/verify-release-candidate.sh 23.0.0 2 ``` **Expected behavior** Script should pass **Additional context** Reported by @iajoiner on https://lists.apache.org/thread/df08cc4hg42rg5g5jzb804bvbf9v7jtz
process
verify release candidate sh script fails verifying rc describe the bug when trying to verify the release using the verify release candidate sh script from we see an error shell cargo publish dry run updating index packaging arrow private var folders cl ycxd t arrow xxxxx apache arrow rs arrow error failed to prepare local package for uploading caused by no matching package named arrow buffer found location searched registry crates io required by package arrow private var folders cl ycxd t arrow xxxxx apache arrow rs arrow to reproduce shell dev release verify release candidate sh expected behavior script should pass additional context reported by iajoiner on
1
10,535
13,311,633,018
IssuesEvent
2020-08-26 08:34:30
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
Copr-test failed for randgen-topn.
component/coprocessor severity/major type/bug
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) https://internal.pingcap.net/idc-jenkins/blue/organizations/jenkins/tidb_ghpr_integration_copr_test/detail/tidb_ghpr_integration_copr_test/6029/pipeline/ <!-- a step by step guide for reproducing the bug. --> ### 2. What did you expect to see? (Required) ### 3. What did you see instead (Required) ### 4. Affected version (Required) <!-- v3.0.0, v4.0.0, etc --> ### 5. Root Cause Analysis <!-- should be filled by the investigator before it's closed -->
1.0
Copr-test failed for randgen-topn. - ## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) https://internal.pingcap.net/idc-jenkins/blue/organizations/jenkins/tidb_ghpr_integration_copr_test/detail/tidb_ghpr_integration_copr_test/6029/pipeline/ <!-- a step by step guide for reproducing the bug. --> ### 2. What did you expect to see? (Required) ### 3. What did you see instead (Required) ### 4. Affected version (Required) <!-- v3.0.0, v4.0.0, etc --> ### 5. Root Cause Analysis <!-- should be filled by the investigator before it's closed -->
process
copr test failed for randgen topn bug report please answer these questions before submitting your issue thanks minimal reproduce step required what did you expect to see required what did you see instead required affected version required root cause analysis
1
6,455
8,751,023,997
IssuesEvent
2018-12-13 20:59:46
LLK/scratch-vm
https://api.github.com/repos/LLK/scratch-vm
closed
Save the Minifigs project does not load
bug compatibility has patch needs-triage project load error
This version does not load in 3.0: https://llk.github.io/scratch-gui/develop/#10118726 This version does load- the only change was to add a shape to the background: https://llk.github.io/scratch-gui/develop/#258472899 cc @kchadha
True
Save the Minifigs project does not load - This version does not load in 3.0: https://llk.github.io/scratch-gui/develop/#10118726 This version does load- the only change was to add a shape to the background: https://llk.github.io/scratch-gui/develop/#258472899 cc @kchadha
non_process
save the minifigs project does not load this version does not load in this version does load the only change was to add a shape to the background cc kchadha
0
376,279
11,140,622,904
IssuesEvent
2019-12-21 15:49:43
proycon/foliatools
https://api.github.com/repos/proycon/foliatools
closed
foliaupgrade is way too slow
PRIORITY bug
(reported by @ceramisch) foliaupgrade is excessively slow, taking up to 15 minutes for a document that validates in 2 seconds! Something is clearly wrong. This affects loading times of old (to be upgraded) documents in FLAT.
1.0
foliaupgrade is way too slow - (reported by @ceramisch) foliaupgrade is excessively slow, taking up to 15 minutes for a document that validates in 2 seconds! Something is clearly wrong. This affects loading times of old (to be upgraded) documents in FLAT.
non_process
foliaupgrade is way too slow reported by ceramisch foliaupgrade is excessively slow taking up to minutes for a document that validates in seconds something is clearly wrong this affects loading times of old to be upgraded documents in flat
0
203,374
23,149,973,235
IssuesEvent
2022-07-29 07:18:21
symfony/symfony
https://api.github.com/repos/symfony/symfony
closed
Redirect URLs not starting with '/' get dropped
Security Bug Status: Needs Review
### Symfony version(s) affected 4.4.42 ### Description By fixing bug #46317 a new bug was introduced. If a _target_path starts with 'http' or 'https' it gets dropped and the default location is returned. Using the Referer should still work. ### How to reproduce In a login form allowing _target_path, modify the value to send a value which starts with http or https. ### Possible Solution Simply modify the check to see, if it is a valid URL. Something like this could work: ``` php if (\is_string($targetUrl) && (str_starts_with($targetUrl, '/') || filter_var($url, FILTER_VALIDATE_URL) )) { return $targetUrl; } ``` ### Additional Context _No response_
True
Redirect URLs not starting with '/' get dropped - ### Symfony version(s) affected 4.4.42 ### Description By fixing bug #46317 a new bug was introduced. If a _target_path starts with 'http' or 'https' it gets dropped and the default location is returned. Using the Referer should still work. ### How to reproduce In a login form allowing _target_path, modify the value to send a value which starts with http or https. ### Possible Solution Simply modify the check to see, if it is a valid URL. Something like this could work: ``` php if (\is_string($targetUrl) && (str_starts_with($targetUrl, '/') || filter_var($url, FILTER_VALIDATE_URL) )) { return $targetUrl; } ``` ### Additional Context _No response_
non_process
redirect urls not starting with get dropped symfony version s affected description by fixing bug a new bug was introduced if a target path starts with http or https it gets dropped and the default location is returned using the referer should still work how to reproduce in a login form allowing target path modify the value to send a value which starts with http or https possible solution simply modify the check to see if it is a valid url something like this could work php if is string targeturl str starts with targeturl filter var url filter validate url return targeturl additional context no response
0
7,607
10,721,539,626
IssuesEvent
2019-10-27 03:38:54
kavics/SnTraceViewer
https://api.github.com/repos/kavics/SnTraceViewer
opened
Create Command infrastructure
PROCESSOR
The first arg is the command name, the rest are the individual command arguments.
1.0
Create Command infrastructure - The first arg is the command name, the rest are the individual command arguments.
process
create command infrastructure the first arg is the command name the rest are the individual command arguments
1
10,366
13,187,547,933
IssuesEvent
2020-08-13 03:46:17
medic/cht-core
https://api.github.com/repos/medic/cht-core
opened
Release 3.9.1
Type: Internal process
# Planning - [x] Create an [organisation wide project](https://github.com/orgs/medic/projects?query=is%3Aopen+sort%3Aname-asc) and add this issue to it. - [x] Add all the issues to be worked on to the project. # Development When development is ready to begin one of the engineers should be nominated as a Release Manager. They will be responsible for making sure the following tasks are completed though not necessarily completing them. - [ ] Set the version number in `package.json` and `package-lock.json` and submit a PR to the release branch. The easiest way to do this is to use `npm --no-git-tag-version version patch`. - [ ] Write an update in the weekly Product Team call agenda summarising development and acceptance testing progress and identifying any blockers. The release manager is to update this every week until the version is released. # Releasing Once all issues have passed acceptance testing and have been merged into `master` and backported to the release branch release testing can begin. - [ ] Build a beta named `<major>.<minor>.<patch>-beta.1` by pushing a git tag and when CI completes successfully notify the QA team that it's ready for release testing. - [ ] Create a new document in the [release-notes folder](https://github.com/medic/medic/tree/master/release-notes) in `master`. Ensure all issues are in the GH Project, that they're correct labelled, and have human readable descriptions. Use [this script](https://github.com/medic/medic/blob/master/scripts/changelog-generator) to export the issues into our changelog format. Manually document any known migration steps and known issues. - [ ] Until release testing passes, make sure regressions are fixed in `master`, cherry-pick them into the release branch, and release another beta. - [ ] Create a release in GitHub from the release branch so it shows up under the [Releases tab](https://github.com/medic/medic/releases) with the naming convention `<major>.<minor>.<patch>`. This will create the git tag automatically. Link to the release notes in the description of the release. - [ ] Confirm the release build completes successfully and the new release is available on the [market](https://staging.dev.medicmobile.org/builds/releases). Make sure that the document has new entry with `id: medic:medic:<major>.<minor>.<patch>` - [ ] Add the release to the [Supported versions](https://github.com/medic/medic-docs/blob/master/installation/supported-software.md#supported-versions) and update the EOL date and status of previous releases. - [ ] Announce the release in #products and #cht-contributors using this template: ``` @channel *Announcing the release of {{version}}* This release fixes {{number of bugs}}. Read the release notes for full details: {{url}} ``` - [ ] Mark this issue "done" and close the project.
1.0
Release 3.9.1 - # Planning - [x] Create an [organisation wide project](https://github.com/orgs/medic/projects?query=is%3Aopen+sort%3Aname-asc) and add this issue to it. - [x] Add all the issues to be worked on to the project. # Development When development is ready to begin one of the engineers should be nominated as a Release Manager. They will be responsible for making sure the following tasks are completed though not necessarily completing them. - [ ] Set the version number in `package.json` and `package-lock.json` and submit a PR to the release branch. The easiest way to do this is to use `npm --no-git-tag-version version patch`. - [ ] Write an update in the weekly Product Team call agenda summarising development and acceptance testing progress and identifying any blockers. The release manager is to update this every week until the version is released. # Releasing Once all issues have passed acceptance testing and have been merged into `master` and backported to the release branch release testing can begin. - [ ] Build a beta named `<major>.<minor>.<patch>-beta.1` by pushing a git tag and when CI completes successfully notify the QA team that it's ready for release testing. - [ ] Create a new document in the [release-notes folder](https://github.com/medic/medic/tree/master/release-notes) in `master`. Ensure all issues are in the GH Project, that they're correct labelled, and have human readable descriptions. Use [this script](https://github.com/medic/medic/blob/master/scripts/changelog-generator) to export the issues into our changelog format. Manually document any known migration steps and known issues. - [ ] Until release testing passes, make sure regressions are fixed in `master`, cherry-pick them into the release branch, and release another beta. - [ ] Create a release in GitHub from the release branch so it shows up under the [Releases tab](https://github.com/medic/medic/releases) with the naming convention `<major>.<minor>.<patch>`. This will create the git tag automatically. Link to the release notes in the description of the release. - [ ] Confirm the release build completes successfully and the new release is available on the [market](https://staging.dev.medicmobile.org/builds/releases). Make sure that the document has new entry with `id: medic:medic:<major>.<minor>.<patch>` - [ ] Add the release to the [Supported versions](https://github.com/medic/medic-docs/blob/master/installation/supported-software.md#supported-versions) and update the EOL date and status of previous releases. - [ ] Announce the release in #products and #cht-contributors using this template: ``` @channel *Announcing the release of {{version}}* This release fixes {{number of bugs}}. Read the release notes for full details: {{url}} ``` - [ ] Mark this issue "done" and close the project.
process
release planning create an and add this issue to it add all the issues to be worked on to the project development when development is ready to begin one of the engineers should be nominated as a release manager they will be responsible for making sure the following tasks are completed though not necessarily completing them set the version number in package json and package lock json and submit a pr to the release branch the easiest way to do this is to use npm no git tag version version patch write an update in the weekly product team call agenda summarising development and acceptance testing progress and identifying any blockers the release manager is to update this every week until the version is released releasing once all issues have passed acceptance testing and have been merged into master and backported to the release branch release testing can begin build a beta named beta by pushing a git tag and when ci completes successfully notify the qa team that it s ready for release testing create a new document in the in master ensure all issues are in the gh project that they re correct labelled and have human readable descriptions use to export the issues into our changelog format manually document any known migration steps and known issues until release testing passes make sure regressions are fixed in master cherry pick them into the release branch and release another beta create a release in github from the release branch so it shows up under the with the naming convention this will create the git tag automatically link to the release notes in the description of the release confirm the release build completes successfully and the new release is available on the make sure that the document has new entry with id medic medic add the release to the and update the eol date and status of previous releases announce the release in products and cht contributors using this template channel announcing the release of version this release fixes number of bugs read the release notes for full details url mark this issue done and close the project
1
88,525
25,456,119,023
IssuesEvent
2022-11-24 14:19:42
eclipse-dataspaceconnector/DataSpaceConnector
https://api.github.com/repos/eclipse-dataspaceconnector/DataSpaceConnector
reopened
Story: Improve EDC's build pipelines
build
# Feature Request We should improve our build pipelines to have cascaded builds. Also, Github Actions should trigger a (snapshot) release directly. ## Which Areas Would Be Affected? build (Jenkins), build (Github Actions) ## Why Is the Feature Desired? We need to make sure all our components stay compatible to one another, and that we don't inadvertently break stuff. ## Solution Proposal ### Reactive builds all Dataspace Components should _trigger_ Jenkins upon a commit on `main`, rather than having Jenkins poll the repo every 30 min ### Cascaded "nightly" builds A full cascaded build should be performed periodically. All dataspace components are built and published to ensure compatibility, each one triggering the next. The sequence would be `runtime-metamodel -> edc -> [federated-catalog, registration-service, identity-hub]`. As a side note, these would not be "true" nightlies, but rather conventional `-SNAPSHOT` versions, because otherwise we'd have to modify and `git-commit` the dependency configuration of every downstream project, which seems excessive ### Cascaded "release" builds Similar to cascaded nightlies, we also need to have a single-click build for releasing all components. Thus, the version must be supplied through build parameters, which are tunneled through to all downstream projects.
1.0
Story: Improve EDC's build pipelines - # Feature Request We should improve our build pipelines to have cascaded builds. Also, Github Actions should trigger a (snapshot) release directly. ## Which Areas Would Be Affected? build (Jenkins), build (Github Actions) ## Why Is the Feature Desired? We need to make sure all our components stay compatible to one another, and that we don't inadvertently break stuff. ## Solution Proposal ### Reactive builds all Dataspace Components should _trigger_ Jenkins upon a commit on `main`, rather than having Jenkins poll the repo every 30 min ### Cascaded "nightly" builds A full cascaded build should be performed periodically. All dataspace components are built and published to ensure compatibility, each one triggering the next. The sequence would be `runtime-metamodel -> edc -> [federated-catalog, registration-service, identity-hub]`. As a side note, these would not be "true" nightlies, but rather conventional `-SNAPSHOT` versions, because otherwise we'd have to modify and `git-commit` the dependency configuration of every downstream project, which seems excessive ### Cascaded "release" builds Similar to cascaded nightlies, we also need to have a single-click build for releasing all components. Thus, the version must be supplied through build parameters, which are tunneled through to all downstream projects.
non_process
story improve edc s build pipelines feature request we should improve our build pipelines to have cascaded builds also github actions should trigger a snapshot release directly which areas would be affected build jenkins build github actions why is the feature desired we need to make sure all our components stay compatible to one another and that we don t inadvertently break stuff solution proposal reactive builds all dataspace components should trigger jenkins upon a commit on main rather than having jenkins poll the repo every min cascaded nightly builds a full cascaded build should be performed periodically all dataspace components are built and published to ensure compatibility each one triggering the next the sequence would be runtime metamodel edc as a side note these would not be true nightlies but rather conventional snapshot versions because otherwise we d have to modify and git commit the dependency configuration of every downstream project which seems excessive cascaded release builds similar to cascaded nightlies we also need to have a single click build for releasing all components thus the version must be supplied through build parameters which are tunneled through to all downstream projects
0
11,173
13,957,694,947
IssuesEvent
2020-10-24 08:11:23
alexanderkotsev/geoportal
https://api.github.com/repos/alexanderkotsev/geoportal
opened
NO: Harvesting
Geoportal Harvesting process NO - Norway
From: Lars Inge Arnevik Sent: 03 January 2019 20:34:41 (UTC+01:00) Brussels, Copenhagen, Madrid, Paris To: inspire-geoportal@jrc.ec.europa.eu Cc: Johannes Ryland Flesj&oslash; Subject: Harvesting Hi ! It is quite a good time since last harvesting from the national catalogue in Norway. Are there problems related to our metadata, or is it other reasons why this harvesting has stopped? Please update me! Best regards Lars-Inge
1.0
NO: Harvesting - From: Lars Inge Arnevik Sent: 03 January 2019 20:34:41 (UTC+01:00) Brussels, Copenhagen, Madrid, Paris To: inspire-geoportal@jrc.ec.europa.eu Cc: Johannes Ryland Flesj&oslash; Subject: Harvesting Hi ! It is quite a good time since last harvesting from the national catalogue in Norway. Are there problems related to our metadata, or is it other reasons why this harvesting has stopped? Please update me! Best regards Lars-Inge
process
no harvesting from lars inge arnevik sent january utc brussels copenhagen madrid paris to inspire geoportal jrc ec europa eu cc johannes ryland flesj oslash subject harvesting hi it is quite a good time since last harvesting from the national catalogue in norway are there problems related to our metadata or is it other reasons why this harvesting has stopped please update me best regards lars inge
1
7,324
10,466,259,065
IssuesEvent
2019-09-21 17:29:39
bisq-network/bisq
https://api.github.com/repos/bisq-network/bisq
closed
Potential mining fees issue. Somewhat repeatable.
an:investigation in:trade-process
So I usually wait until the mempool is light to make orders with the goal being 4087 sats + fees in BSQ which is the lowest I've been able to get. And I keep noticing an inconsistency that may or may not be an issue. Example: I create a new offer to Sell Bitcoin and see that the funds needed for mining are 4087 sats. Screenshot: ![image](https://user-images.githubusercontent.com/55181240/64766040-059f4480-d54e-11e9-8318-ba3d2965a2b9.png) Ok, I create that offer and then go to create an identical offer and now the mining fees have jumped (and I felt that it was happening everytime I created a second offer, though it could just be coincidence that fees jumped in that few seconds between order creation) Screenshot: ![image](https://user-images.githubusercontent.com/55181240/64766208-5151ee00-d54e-11e9-8b97-473c14bb6d1d.png) But then to test it/doublecheck it, I go to create a Buy order and the mining fees are 4087 again. Screenshot: ![image](https://user-images.githubusercontent.com/55181240/64766451-ac83e080-d54e-11e9-9208-f56d47ed176e.png) And right now, I created another Buy order and when I went to create another, I was able to see 4087 sats in mining fees again. So it appears to me (and I might be not seeing something right) that when I go to create a second Sell order, the mining fees jump.
1.0
Potential mining fees issue. Somewhat repeatable. - So I usually wait until the mempool is light to make orders with the goal being 4087 sats + fees in BSQ which is the lowest I've been able to get. And I keep noticing an inconsistency that may or may not be an issue. Example: I create a new offer to Sell Bitcoin and see that the funds needed for mining are 4087 sats. Screenshot: ![image](https://user-images.githubusercontent.com/55181240/64766040-059f4480-d54e-11e9-8318-ba3d2965a2b9.png) Ok, I create that offer and then go to create an identical offer and now the mining fees have jumped (and I felt that it was happening everytime I created a second offer, though it could just be coincidence that fees jumped in that few seconds between order creation) Screenshot: ![image](https://user-images.githubusercontent.com/55181240/64766208-5151ee00-d54e-11e9-8b97-473c14bb6d1d.png) But then to test it/doublecheck it, I go to create a Buy order and the mining fees are 4087 again. Screenshot: ![image](https://user-images.githubusercontent.com/55181240/64766451-ac83e080-d54e-11e9-9208-f56d47ed176e.png) And right now, I created another Buy order and when I went to create another, I was able to see 4087 sats in mining fees again. So it appears to me (and I might be not seeing something right) that when I go to create a second Sell order, the mining fees jump.
process
potential mining fees issue somewhat repeatable so i usually wait until the mempool is light to make orders with the goal being sats fees in bsq which is the lowest i ve been able to get and i keep noticing an inconsistency that may or may not be an issue example i create a new offer to sell bitcoin and see that the funds needed for mining are sats screenshot ok i create that offer and then go to create an identical offer and now the mining fees have jumped and i felt that it was happening everytime i created a second offer though it could just be coincidence that fees jumped in that few seconds between order creation screenshot but then to test it doublecheck it i go to create a buy order and the mining fees are again screenshot and right now i created another buy order and when i went to create another i was able to see sats in mining fees again so it appears to me and i might be not seeing something right that when i go to create a second sell order the mining fees jump
1
666,183
22,345,453,708
IssuesEvent
2022-06-15 07:22:43
gbowne1/taotnpwaft
https://api.github.com/repos/gbowne1/taotnpwaft
closed
[TODO] Website - Admin Panel
bug enhancement help wanted good first issue question discussion feature request Type: Help Needed Priority: High Type: Enhancement Type: Feature Status: In Progress
[TODO] Admin panel for website I have inserted a stub of code for admin panel for the site and the blog inside website/admin.html
1.0
[TODO] Website - Admin Panel - [TODO] Admin panel for website I have inserted a stub of code for admin panel for the site and the blog inside website/admin.html
non_process
website admin panel admin panel for website i have inserted a stub of code for admin panel for the site and the blog inside website admin html
0
9,339
12,341,494,098
IssuesEvent
2020-05-14 22:04:04
allinurl/goaccess
https://api.github.com/repos/allinurl/goaccess
closed
Processing a log twice will count entries twice using on-disk store (dumb protection)
log-processing on-disk
When analyzing log files with on-disk B+Tree feature enabled (--keep-db-files --load-from-disk at each run), parsing a log file twice will process and count each entry twice. Would be a good thing to avoid such feature. Possible way to do this : _ remember wich log entry has been analyzed (would take lots of space on disk) _ remember date from last log entry (log files will have to be processed in chronological order) _ something else I didn't think of ?
1.0
Processing a log twice will count entries twice using on-disk store (dumb protection) - When analyzing log files with on-disk B+Tree feature enabled (--keep-db-files --load-from-disk at each run), parsing a log file twice will process and count each entry twice. Would be a good thing to avoid such feature. Possible way to do this : _ remember wich log entry has been analyzed (would take lots of space on disk) _ remember date from last log entry (log files will have to be processed in chronological order) _ something else I didn't think of ?
process
processing a log twice will count entries twice using on disk store dumb protection when analyzing log files with on disk b tree feature enabled keep db files load from disk at each run parsing a log file twice will process and count each entry twice would be a good thing to avoid such feature possible way to do this remember wich log entry has been analyzed would take lots of space on disk remember date from last log entry log files will have to be processed in chronological order something else i didn t think of
1
137,601
12,760,341,180
IssuesEvent
2020-06-29 07:51:52
Qiskit/qiskit
https://api.github.com/repos/Qiskit/qiskit
opened
Broken links in file docs/contributing_to_qiskit.rst
documentation
## Did you find a doc bug or broken link that needs to be fixed? Yes, the link "Build from source" in the file docs/contributing_to_qiskit.rst is broken, and all the links inside that section too. They are not able to refer to the sections in the file. - What is the file name(s) where you found the bug? The file name is [contributing_to_qiskit.rst](https://github.com/Qiskit/qiskit/blob/master/docs/contributing_to_qiskit.rst#id14) - What is the current text that needs to be fixed or removed? (You can copy and paste) **:ref:`Build Qiskit packages from source <install_install_from_source_label>`** This should be a link to the following section in the file. - What should the documentation say instead? There should be a link guiding the user to the section **Installing from source** in the same file - Are there other related issues or pull requests about this bug? Yes, all the links under this section **Installing from source** are broken and doesn't lead to the corresponding sections. ## Does existing documentation need to be updated with new content? No. Just the links have to be fixed. - Which files need to be updated? - What content needs to be updated or replaced? (You can copy and paste) - What new content needs to be added?
1.0
Broken links in file docs/contributing_to_qiskit.rst - ## Did you find a doc bug or broken link that needs to be fixed? Yes, the link "Build from source" in the file docs/contributing_to_qiskit.rst is broken, and all the links inside that section too. They are not able to refer to the sections in the file. - What is the file name(s) where you found the bug? The file name is [contributing_to_qiskit.rst](https://github.com/Qiskit/qiskit/blob/master/docs/contributing_to_qiskit.rst#id14) - What is the current text that needs to be fixed or removed? (You can copy and paste) **:ref:`Build Qiskit packages from source <install_install_from_source_label>`** This should be a link to the following section in the file. - What should the documentation say instead? There should be a link guiding the user to the section **Installing from source** in the same file - Are there other related issues or pull requests about this bug? Yes, all the links under this section **Installing from source** are broken and doesn't lead to the corresponding sections. ## Does existing documentation need to be updated with new content? No. Just the links have to be fixed. - Which files need to be updated? - What content needs to be updated or replaced? (You can copy and paste) - What new content needs to be added?
non_process
broken links in file docs contributing to qiskit rst did you find a doc bug or broken link that needs to be fixed yes the link build from source in the file docs contributing to qiskit rst is broken and all the links inside that section too they are not able to refer to the sections in the file what is the file name s where you found the bug the file name is what is the current text that needs to be fixed or removed you can copy and paste ref build qiskit packages from source this should be a link to the following section in the file what should the documentation say instead there should be a link guiding the user to the section installing from source in the same file are there other related issues or pull requests about this bug yes all the links under this section installing from source are broken and doesn t lead to the corresponding sections does existing documentation need to be updated with new content no just the links have to be fixed which files need to be updated what content needs to be updated or replaced you can copy and paste what new content needs to be added
0
8,584
11,755,270,526
IssuesEvent
2020-03-13 09:11:25
Altinn/altinn-studio
https://api.github.com/repos/Altinn/altinn-studio
closed
Implement BPMN model with mutliple tasks
area/process kind/user-story
## Description To support a flexible workflow the bpmn file related to an application must hold several tasks. The goal of this issue is to write one or several BPMN files that can be linked to an application. ## Screenshots ![image.png](https://images.zenhubusercontent.com/5c8f655333fd990b927f5ea1/86862095-25db-4610-ae91-88d19dbe7202) ## Considerations > Describe input (beyond tasks) on how the user story should be solved can be put here. ## Acceptance criteria - Process controller in app is able to list correct next tasks - Process controller is able to move to next task - Process consists of two task ## Development tasks - [x] Implement BPMN file - [x] Implement policy file - [x] Define new altinnTaskType - [x] Manual test - [x] Implement integration tests - [x] Fix road blocks in process controller - [x] Make BPMN + policy file available
1.0
Implement BPMN model with mutliple tasks - ## Description To support a flexible workflow the bpmn file related to an application must hold several tasks. The goal of this issue is to write one or several BPMN files that can be linked to an application. ## Screenshots ![image.png](https://images.zenhubusercontent.com/5c8f655333fd990b927f5ea1/86862095-25db-4610-ae91-88d19dbe7202) ## Considerations > Describe input (beyond tasks) on how the user story should be solved can be put here. ## Acceptance criteria - Process controller in app is able to list correct next tasks - Process controller is able to move to next task - Process consists of two task ## Development tasks - [x] Implement BPMN file - [x] Implement policy file - [x] Define new altinnTaskType - [x] Manual test - [x] Implement integration tests - [x] Fix road blocks in process controller - [x] Make BPMN + policy file available
process
implement bpmn model with mutliple tasks description to support a flexible workflow the bpmn file related to an application must hold several tasks the goal of this issue is to write one or several bpmn files that can be linked to an application screenshots considerations describe input beyond tasks on how the user story should be solved can be put here acceptance criteria process controller in app is able to list correct next tasks process controller is able to move to next task process consists of two task development tasks implement bpmn file implement policy file define new altinntasktype manual test implement integration tests fix road blocks in process controller make bpmn policy file available
1
809,684
30,205,637,127
IssuesEvent
2023-07-05 09:14:41
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
closed
[Owner token] Create `token owner` and `master token` components
ui-team Communities feature priority F2: important qml S:1 C2
### Description [Design:](https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=33640%3A576049&mode=design&t=wlvmoB9Jnms9D82i-1) - `Owner` token: ![Screenshot 2023-06-28 at 12 06 35](https://github.com/status-im/status-desktop/assets/97019400/f51e4a25-c2ce-4fa8-8e3a-78258d335669) - `MasterToken` token: ![Screenshot 2023-06-28 at 12 06 46](https://github.com/status-im/status-desktop/assets/97019400/c71178c8-5f6e-4bad-b79c-1511b3a4cff2) - From `community's logo and color` create the **owner** and **master token** component.
1.0
[Owner token] Create `token owner` and `master token` components - ### Description [Design:](https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?type=design&node-id=33640%3A576049&mode=design&t=wlvmoB9Jnms9D82i-1) - `Owner` token: ![Screenshot 2023-06-28 at 12 06 35](https://github.com/status-im/status-desktop/assets/97019400/f51e4a25-c2ce-4fa8-8e3a-78258d335669) - `MasterToken` token: ![Screenshot 2023-06-28 at 12 06 46](https://github.com/status-im/status-desktop/assets/97019400/c71178c8-5f6e-4bad-b79c-1511b3a4cff2) - From `community's logo and color` create the **owner** and **master token** component.
non_process
create token owner and master token components description owner token mastertoken token from community s logo and color create the owner and master token component
0
15,677
19,847,641,382
IssuesEvent
2022-01-21 08:42:26
ooi-data/CE02SHSM-RID27-04-DOSTAD000-recovered_host-dosta_abcdjm_dcl_instrument_recovered
https://api.github.com/repos/ooi-data/CE02SHSM-RID27-04-DOSTAD000-recovered_host-dosta_abcdjm_dcl_instrument_recovered
opened
🛑 Processing failed: ValueError
process
## Overview `ValueError` found in `processing_task` task during run ended on 2022-01-21T08:42:24.864752. ## Details Flow name: `CE02SHSM-RID27-04-DOSTAD000-recovered_host-dosta_abcdjm_dcl_instrument_recovered` Task name: `processing_task` Error type: `ValueError` Error message: not enough values to unpack (expected 3, got 0) <details> <summary>Traceback</summary> ``` Traceback (most recent call last): File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/pipeline.py", line 165, in processing final_path = finalize_data_stream( File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/__init__.py", line 84, in finalize_data_stream append_to_zarr(mod_ds, final_store, enc, logger=logger) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/__init__.py", line 357, in append_to_zarr _append_zarr(store, mod_ds) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/utils.py", line 187, in _append_zarr existing_arr.append(var_data.values) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/variable.py", line 519, in values return _as_array_or_item(self._data) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/variable.py", line 259, in _as_array_or_item data = np.asarray(data) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/array/core.py", line 1541, in __array__ x = self.compute() File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/base.py", line 288, in compute (result,) = compute(self, traverse=False, **kwargs) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/base.py", line 571, in compute results = schedule(dsk, keys, **kwargs) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/threaded.py", line 79, in get results = get_async( File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/local.py", line 507, in get_async raise_exception(exc, tb) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/local.py", line 315, in reraise raise exc File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/local.py", line 220, in execute_task result = _execute_task(task, data) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/core.py", line 119, in _execute_task return func(*(_execute_task(a, cache) for a in args)) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/array/core.py", line 116, in getter c = np.asarray(c) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/indexing.py", line 357, in __array__ return np.asarray(self.array, dtype=dtype) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/indexing.py", line 551, in __array__ self._ensure_cached() File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/indexing.py", line 548, in _ensure_cached self.array = NumpyIndexingAdapter(np.asarray(self.array)) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/indexing.py", line 521, in __array__ return np.asarray(self.array, dtype=dtype) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/indexing.py", line 422, in __array__ return np.asarray(array[self.key], dtype=None) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/coding/variables.py", line 70, in __array__ return self.func(self.array) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/coding/variables.py", line 137, in _apply_mask data = np.asarray(data, dtype=dtype) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/indexing.py", line 422, in __array__ return np.asarray(array[self.key], dtype=None) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/backends/zarr.py", line 73, in __getitem__ return array[key.tuple] File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 673, in __getitem__ return self.get_basic_selection(selection, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 798, in get_basic_selection return self._get_basic_selection_nd(selection=selection, out=out, File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 841, in _get_basic_selection_nd return self._get_selection(indexer=indexer, out=out, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1135, in _get_selection lchunk_coords, lchunk_selection, lout_selection = zip(*indexer) ValueError: not enough values to unpack (expected 3, got 0) ``` </details>
1.0
🛑 Processing failed: ValueError - ## Overview `ValueError` found in `processing_task` task during run ended on 2022-01-21T08:42:24.864752. ## Details Flow name: `CE02SHSM-RID27-04-DOSTAD000-recovered_host-dosta_abcdjm_dcl_instrument_recovered` Task name: `processing_task` Error type: `ValueError` Error message: not enough values to unpack (expected 3, got 0) <details> <summary>Traceback</summary> ``` Traceback (most recent call last): File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/pipeline.py", line 165, in processing final_path = finalize_data_stream( File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/__init__.py", line 84, in finalize_data_stream append_to_zarr(mod_ds, final_store, enc, logger=logger) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/__init__.py", line 357, in append_to_zarr _append_zarr(store, mod_ds) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/ooi_harvester/processor/utils.py", line 187, in _append_zarr existing_arr.append(var_data.values) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/variable.py", line 519, in values return _as_array_or_item(self._data) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/variable.py", line 259, in _as_array_or_item data = np.asarray(data) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/array/core.py", line 1541, in __array__ x = self.compute() File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/base.py", line 288, in compute (result,) = compute(self, traverse=False, **kwargs) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/base.py", line 571, in compute results = schedule(dsk, keys, **kwargs) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/threaded.py", line 79, in get results = get_async( File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/local.py", line 507, in get_async raise_exception(exc, tb) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/local.py", line 315, in reraise raise exc File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/local.py", line 220, in execute_task result = _execute_task(task, data) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/core.py", line 119, in _execute_task return func(*(_execute_task(a, cache) for a in args)) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/dask/array/core.py", line 116, in getter c = np.asarray(c) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/indexing.py", line 357, in __array__ return np.asarray(self.array, dtype=dtype) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/indexing.py", line 551, in __array__ self._ensure_cached() File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/indexing.py", line 548, in _ensure_cached self.array = NumpyIndexingAdapter(np.asarray(self.array)) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/indexing.py", line 521, in __array__ return np.asarray(self.array, dtype=dtype) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/indexing.py", line 422, in __array__ return np.asarray(array[self.key], dtype=None) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/coding/variables.py", line 70, in __array__ return self.func(self.array) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/coding/variables.py", line 137, in _apply_mask data = np.asarray(data, dtype=dtype) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/core/indexing.py", line 422, in __array__ return np.asarray(array[self.key], dtype=None) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/xarray/backends/zarr.py", line 73, in __getitem__ return array[key.tuple] File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 673, in __getitem__ return self.get_basic_selection(selection, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 798, in get_basic_selection return self._get_basic_selection_nd(selection=selection, out=out, File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 841, in _get_basic_selection_nd return self._get_selection(indexer=indexer, out=out, fields=fields) File "/srv/conda/envs/notebook/lib/python3.9/site-packages/zarr/core.py", line 1135, in _get_selection lchunk_coords, lchunk_selection, lout_selection = zip(*indexer) ValueError: not enough values to unpack (expected 3, got 0) ``` </details>
process
🛑 processing failed valueerror overview valueerror found in processing task task during run ended on details flow name recovered host dosta abcdjm dcl instrument recovered task name processing task error type valueerror error message not enough values to unpack expected got traceback traceback most recent call last file srv conda envs notebook lib site packages ooi harvester processor pipeline py line in processing final path finalize data stream file srv conda envs notebook lib site packages ooi harvester processor init py line in finalize data stream append to zarr mod ds final store enc logger logger file srv conda envs notebook lib site packages ooi harvester processor init py line in append to zarr append zarr store mod ds file srv conda envs notebook lib site packages ooi harvester processor utils py line in append zarr existing arr append var data values file srv conda envs notebook lib site packages xarray core variable py line in values return as array or item self data file srv conda envs notebook lib site packages xarray core variable py line in as array or item data np asarray data file srv conda envs notebook lib site packages dask array core py line in array x self compute file srv conda envs notebook lib site packages dask base py line in compute result compute self traverse false kwargs file srv conda envs notebook lib site packages dask base py line in compute results schedule dsk keys kwargs file srv conda envs notebook lib site packages dask threaded py line in get results get async file srv conda envs notebook lib site packages dask local py line in get async raise exception exc tb file srv conda envs notebook lib site packages dask local py line in reraise raise exc file srv conda envs notebook lib site packages dask local py line in execute task result execute task task data file srv conda envs notebook lib site packages dask core py line in execute task return func execute task a cache for a in args file srv conda envs notebook lib site packages dask array core py line in getter c np asarray c file srv conda envs notebook lib site packages xarray core indexing py line in array return np asarray self array dtype dtype file srv conda envs notebook lib site packages xarray core indexing py line in array self ensure cached file srv conda envs notebook lib site packages xarray core indexing py line in ensure cached self array numpyindexingadapter np asarray self array file srv conda envs notebook lib site packages xarray core indexing py line in array return np asarray self array dtype dtype file srv conda envs notebook lib site packages xarray core indexing py line in array return np asarray array dtype none file srv conda envs notebook lib site packages xarray coding variables py line in array return self func self array file srv conda envs notebook lib site packages xarray coding variables py line in apply mask data np asarray data dtype dtype file srv conda envs notebook lib site packages xarray core indexing py line in array return np asarray array dtype none file srv conda envs notebook lib site packages xarray backends zarr py line in getitem return array file srv conda envs notebook lib site packages zarr core py line in getitem return self get basic selection selection fields fields file srv conda envs notebook lib site packages zarr core py line in get basic selection return self get basic selection nd selection selection out out file srv conda envs notebook lib site packages zarr core py line in get basic selection nd return self get selection indexer indexer out out fields fields file srv conda envs notebook lib site packages zarr core py line in get selection lchunk coords lchunk selection lout selection zip indexer valueerror not enough values to unpack expected got
1
10,343
13,171,770,424
IssuesEvent
2020-08-11 17:14:53
MicrosoftDocs/azure-devops-docs
https://api.github.com/repos/MicrosoftDocs/azure-devops-docs
closed
for YAML pipelines which pre-defined variables available compile time
Pri1 devops-cicd-process/tech devops/prod product-question
[Enter feedback here] Initially only System.* variables were available in template expressions. Is it expanded to all PreDefined Variables (including Agent variables too?) https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml or only https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml#pipeline-variables --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 77c58a78-a567-e99a-9eb7-62dddd1b90b6 * Version Independent ID: 680a79bc-11de-39fc-43e3-e07dc762db18 * Content: [Expressions - Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/expressions?view=azure-devops#functions) * Content Source: [docs/pipelines/process/expressions.md](https://github.com/MicrosoftDocs/azure-devops-docs/blob/master/docs/pipelines/process/expressions.md) * Product: **devops** * Technology: **devops-cicd-process** * GitHub Login: @juliakm * Microsoft Alias: **jukullam**
1.0
for YAML pipelines which pre-defined variables available compile time - [Enter feedback here] Initially only System.* variables were available in template expressions. Is it expanded to all PreDefined Variables (including Agent variables too?) https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml or only https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml#pipeline-variables --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 77c58a78-a567-e99a-9eb7-62dddd1b90b6 * Version Independent ID: 680a79bc-11de-39fc-43e3-e07dc762db18 * Content: [Expressions - Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/expressions?view=azure-devops#functions) * Content Source: [docs/pipelines/process/expressions.md](https://github.com/MicrosoftDocs/azure-devops-docs/blob/master/docs/pipelines/process/expressions.md) * Product: **devops** * Technology: **devops-cicd-process** * GitHub Login: @juliakm * Microsoft Alias: **jukullam**
process
for yaml pipelines which pre defined variables available compile time initially only system variables were available in template expressions is it expanded to all predefined variables including agent variables too or only document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product devops technology devops cicd process github login juliakm microsoft alias jukullam
1
96,507
20,025,888,470
IssuesEvent
2022-02-01 21:15:41
Azure/azure-sdk-for-java
https://api.github.com/repos/Azure/azure-sdk-for-java
closed
[Checkstyle] IllegalArgumentException is thrown but never documented.
Client Java Source Code Rules
IllegalArgumentException has been getting thrown for a while but never documented, we have a Checkstyle rule that should fail PR validation due to this. https://github.com/Azure/azure-sdk-for-java/pull/7121#discussion_r363403020
1.0
[Checkstyle] IllegalArgumentException is thrown but never documented. - IllegalArgumentException has been getting thrown for a while but never documented, we have a Checkstyle rule that should fail PR validation due to this. https://github.com/Azure/azure-sdk-for-java/pull/7121#discussion_r363403020
non_process
illegalargumentexception is thrown but never documented illegalargumentexception has been getting thrown for a while but never documented we have a checkstyle rule that should fail pr validation due to this
0
11,204
4,171,742,099
IssuesEvent
2016-06-21 01:20:34
swift-nav/plover
https://api.github.com/repos/swift-nav/plover
closed
libswiftnav reintegration
4 - Code Review
push parse branch into master fix remaining cmake issues, use new plover compiler CLIi <!--- @huboard:{"order":469.5,"milestone_order":31,"custom_state":""} -->
1.0
libswiftnav reintegration - push parse branch into master fix remaining cmake issues, use new plover compiler CLIi <!--- @huboard:{"order":469.5,"milestone_order":31,"custom_state":""} -->
non_process
libswiftnav reintegration push parse branch into master fix remaining cmake issues use new plover compiler clii huboard order milestone order custom state
0
404,421
27,485,907,542
IssuesEvent
2023-03-04 03:55:12
Ptshah/mywebclass-agile-docs
https://api.github.com/repos/Ptshah/mywebclass-agile-docs
closed
Issue - 5
documentation
In epic 2 , dependencies you have to remove the developer from the 1 line and put analyst over there.
1.0
Issue - 5 - In epic 2 , dependencies you have to remove the developer from the 1 line and put analyst over there.
non_process
issue in epic dependencies you have to remove the developer from the line and put analyst over there
0
10,410
13,205,498,319
IssuesEvent
2020-08-14 18:05:01
nlpie/biomedicus3
https://api.github.com/repos/nlpie/biomedicus3
opened
Provide a more useful logger name for main method processors
area/processing kind/enhancement lang/python
Currently some Python processors log with the identifier "__main__" which is less than helpful.
1.0
Provide a more useful logger name for main method processors - Currently some Python processors log with the identifier "__main__" which is less than helpful.
process
provide a more useful logger name for main method processors currently some python processors log with the identifier main which is less than helpful
1
9,625
12,562,359,415
IssuesEvent
2020-06-08 03:53:56
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Can one node be used in multiple automation accounts?
Pri1 automation/svc cxp process-automation/subsvc product-question triaged
I would like to use one node for multiple hybrid groups across different automation accounts. Its a huge waste if we have to use dedicated nodes for every automation account instead of sharing them. [Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 3092ee3a-3c57-cc53-186b-b454e7d9d190 * Version Independent ID: 6f6b5a07-397a-98a2-6091-941244a77837 * Content: [Azure Automation Hybrid Runbook Worker overview](https://docs.microsoft.com/en-us/azure/automation/automation-hybrid-runbook-worker) * Content Source: [articles/automation/automation-hybrid-runbook-worker.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/automation/automation-hybrid-runbook-worker.md) * Service: **automation** * Sub-service: **process-automation** * GitHub Login: @MGoedtel * Microsoft Alias: **magoedte**
1.0
Can one node be used in multiple automation accounts? - I would like to use one node for multiple hybrid groups across different automation accounts. Its a huge waste if we have to use dedicated nodes for every automation account instead of sharing them. [Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 3092ee3a-3c57-cc53-186b-b454e7d9d190 * Version Independent ID: 6f6b5a07-397a-98a2-6091-941244a77837 * Content: [Azure Automation Hybrid Runbook Worker overview](https://docs.microsoft.com/en-us/azure/automation/automation-hybrid-runbook-worker) * Content Source: [articles/automation/automation-hybrid-runbook-worker.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/automation/automation-hybrid-runbook-worker.md) * Service: **automation** * Sub-service: **process-automation** * GitHub Login: @MGoedtel * Microsoft Alias: **magoedte**
process
can one node be used in multiple automation accounts i would like to use one node for multiple hybrid groups across different automation accounts its a huge waste if we have to use dedicated nodes for every automation account instead of sharing them document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service automation sub service process automation github login mgoedtel microsoft alias magoedte
1
14,207
17,104,454,064
IssuesEvent
2021-07-09 15:35:25
googleapis/python-datastore
https://api.github.com/repos/googleapis/python-datastore
closed
Generated Code Coverage seems to have decreased with a recent gen change
api: datastore type: process
Upon regenerating, code coverage went from 99% to 97%. https://github.com/googleapis/python-datastore/pull/108/ ``` nox > coverage report --show-missing --fail-under=99 Name Stmts Miss Branch BrPart Cover Missing --------------------------------------------------------------------------------------------------------------------------------- google/cloud/datastore/__init__.py 9 0 0 0 100% google/cloud/datastore/_app_engine_key_pb2.py 23 0 2 0 100% google/cloud/datastore/_gapic.py 15 0 2 0 100% google/cloud/datastore/_http.py 45 0 2 0 100% google/cloud/datastore/batch.py 106 0 32 0 100% google/cloud/datastore/client.py 228 0 116 0 100% google/cloud/datastore/entity.py 23 0 6 0 100% google/cloud/datastore/helpers.py 207 0 132 0 100% google/cloud/datastore/key.py 201 0 74 0 100% google/cloud/datastore/query.py 202 3 64 1 98% 588->596, 596-598 google/cloud/datastore/transaction.py 50 0 10 0 100% google/cloud/datastore/version.py 1 0 0 0 100% google/cloud/datastore_admin_v1/services/__init__.py 0 0 0 0 100% google/cloud/datastore_admin_v1/services/datastore_admin/__init__.py 3 0 0 0 100% google/cloud/datastore_admin_v1/services/datastore_admin/async_client.py 90 41 20 0 45% 294-338, 435-477, 506-528, 565-593 google/cloud/datastore_admin_v1/services/datastore_admin/client.py 178 0 58 0 100% google/cloud/datastore_admin_v1/services/datastore_admin/pagers.py 42 15 10 0 60% 124-127, 130, 134-138, 141-146 google/cloud/datastore_admin_v1/services/datastore_admin/transports/__init__.py 9 0 0 0 100% google/cloud/datastore_admin_v1/services/datastore_admin/transports/base.py 46 0 8 0 100% google/cloud/datastore_admin_v1/services/datastore_admin/transports/grpc.py 71 0 20 0 100% google/cloud/datastore_admin_v1/services/datastore_admin/transports/grpc_asyncio.py 74 0 20 0 100% google/cloud/datastore_admin_v1/types/__init__.py 3 0 0 0 100% google/cloud/datastore_admin_v1/types/datastore_admin.py 74 0 0 0 100% google/cloud/datastore_admin_v1/types/index.py 27 0 0 0 100% google/cloud/datastore_v1/services/__init__.py 0 0 0 0 100% google/cloud/datastore_v1/services/datastore/__init__.py 3 0 0 0 100% google/cloud/datastore_v1/services/datastore/async_client.py 123 75 40 0 29% 88, 192-232, 263-285, 324-351, 426-460, 508-537, 586-616, 664-702 google/cloud/datastore_v1/services/datastore/client.py 214 0 84 0 100% google/cloud/datastore_v1/services/datastore/transports/__init__.py 9 0 0 0 100% google/cloud/datastore_v1/services/datastore/transports/base.py 49 0 8 0 100% google/cloud/datastore_v1/services/datastore/transports/grpc.py 78 0 24 0 100% google/cloud/datastore_v1/services/datastore/transports/grpc_asyncio.py 81 0 24 0 100% google/cloud/datastore_v1/types/__init__.py 4 0 0 0 100% google/cloud/datastore_v1/types/datastore.py 76 0 0 0 100% google/cloud/datastore_v1/types/entity.py 35 0 0 0 100% google/cloud/datastore_v1/types/query.py 80 0 0 0 100% tests/unit/__init__.py 0 0 0 0 100% tests/unit/test__gapic.py 32 0 2 0 100% tests/unit/test__http.py 461 0 8 0 100% tests/unit/test_batch.py 378 0 12 0 100% tests/unit/test_client.py 990 0 54 0 100% tests/unit/test_entity.py 167 0 0 0 100% tests/unit/test_helpers.py 754 0 14 0 100% tests/unit/test_key.py 531 0 4 0 100% tests/unit/test_query.py 549 0 20 0 100% tests/unit/test_transaction.py 257 0 4 0 100% --------------------------------------------------------------------------------------------------------------------------------- TOTAL 6598 134 874 1 97% Coverage failure: total of 97 is less than fail-under=99 ```
1.0
Generated Code Coverage seems to have decreased with a recent gen change - Upon regenerating, code coverage went from 99% to 97%. https://github.com/googleapis/python-datastore/pull/108/ ``` nox > coverage report --show-missing --fail-under=99 Name Stmts Miss Branch BrPart Cover Missing --------------------------------------------------------------------------------------------------------------------------------- google/cloud/datastore/__init__.py 9 0 0 0 100% google/cloud/datastore/_app_engine_key_pb2.py 23 0 2 0 100% google/cloud/datastore/_gapic.py 15 0 2 0 100% google/cloud/datastore/_http.py 45 0 2 0 100% google/cloud/datastore/batch.py 106 0 32 0 100% google/cloud/datastore/client.py 228 0 116 0 100% google/cloud/datastore/entity.py 23 0 6 0 100% google/cloud/datastore/helpers.py 207 0 132 0 100% google/cloud/datastore/key.py 201 0 74 0 100% google/cloud/datastore/query.py 202 3 64 1 98% 588->596, 596-598 google/cloud/datastore/transaction.py 50 0 10 0 100% google/cloud/datastore/version.py 1 0 0 0 100% google/cloud/datastore_admin_v1/services/__init__.py 0 0 0 0 100% google/cloud/datastore_admin_v1/services/datastore_admin/__init__.py 3 0 0 0 100% google/cloud/datastore_admin_v1/services/datastore_admin/async_client.py 90 41 20 0 45% 294-338, 435-477, 506-528, 565-593 google/cloud/datastore_admin_v1/services/datastore_admin/client.py 178 0 58 0 100% google/cloud/datastore_admin_v1/services/datastore_admin/pagers.py 42 15 10 0 60% 124-127, 130, 134-138, 141-146 google/cloud/datastore_admin_v1/services/datastore_admin/transports/__init__.py 9 0 0 0 100% google/cloud/datastore_admin_v1/services/datastore_admin/transports/base.py 46 0 8 0 100% google/cloud/datastore_admin_v1/services/datastore_admin/transports/grpc.py 71 0 20 0 100% google/cloud/datastore_admin_v1/services/datastore_admin/transports/grpc_asyncio.py 74 0 20 0 100% google/cloud/datastore_admin_v1/types/__init__.py 3 0 0 0 100% google/cloud/datastore_admin_v1/types/datastore_admin.py 74 0 0 0 100% google/cloud/datastore_admin_v1/types/index.py 27 0 0 0 100% google/cloud/datastore_v1/services/__init__.py 0 0 0 0 100% google/cloud/datastore_v1/services/datastore/__init__.py 3 0 0 0 100% google/cloud/datastore_v1/services/datastore/async_client.py 123 75 40 0 29% 88, 192-232, 263-285, 324-351, 426-460, 508-537, 586-616, 664-702 google/cloud/datastore_v1/services/datastore/client.py 214 0 84 0 100% google/cloud/datastore_v1/services/datastore/transports/__init__.py 9 0 0 0 100% google/cloud/datastore_v1/services/datastore/transports/base.py 49 0 8 0 100% google/cloud/datastore_v1/services/datastore/transports/grpc.py 78 0 24 0 100% google/cloud/datastore_v1/services/datastore/transports/grpc_asyncio.py 81 0 24 0 100% google/cloud/datastore_v1/types/__init__.py 4 0 0 0 100% google/cloud/datastore_v1/types/datastore.py 76 0 0 0 100% google/cloud/datastore_v1/types/entity.py 35 0 0 0 100% google/cloud/datastore_v1/types/query.py 80 0 0 0 100% tests/unit/__init__.py 0 0 0 0 100% tests/unit/test__gapic.py 32 0 2 0 100% tests/unit/test__http.py 461 0 8 0 100% tests/unit/test_batch.py 378 0 12 0 100% tests/unit/test_client.py 990 0 54 0 100% tests/unit/test_entity.py 167 0 0 0 100% tests/unit/test_helpers.py 754 0 14 0 100% tests/unit/test_key.py 531 0 4 0 100% tests/unit/test_query.py 549 0 20 0 100% tests/unit/test_transaction.py 257 0 4 0 100% --------------------------------------------------------------------------------------------------------------------------------- TOTAL 6598 134 874 1 97% Coverage failure: total of 97 is less than fail-under=99 ```
process
generated code coverage seems to have decreased with a recent gen change upon regenerating code coverage went from to nox coverage report show missing fail under name stmts miss branch brpart cover missing google cloud datastore init py google cloud datastore app engine key py google cloud datastore gapic py google cloud datastore http py google cloud datastore batch py google cloud datastore client py google cloud datastore entity py google cloud datastore helpers py google cloud datastore key py google cloud datastore query py google cloud datastore transaction py google cloud datastore version py google cloud datastore admin services init py google cloud datastore admin services datastore admin init py google cloud datastore admin services datastore admin async client py google cloud datastore admin services datastore admin client py google cloud datastore admin services datastore admin pagers py google cloud datastore admin services datastore admin transports init py google cloud datastore admin services datastore admin transports base py google cloud datastore admin services datastore admin transports grpc py google cloud datastore admin services datastore admin transports grpc asyncio py google cloud datastore admin types init py google cloud datastore admin types datastore admin py google cloud datastore admin types index py google cloud datastore services init py google cloud datastore services datastore init py google cloud datastore services datastore async client py google cloud datastore services datastore client py google cloud datastore services datastore transports init py google cloud datastore services datastore transports base py google cloud datastore services datastore transports grpc py google cloud datastore services datastore transports grpc asyncio py google cloud datastore types init py google cloud datastore types datastore py google cloud datastore types entity py google cloud datastore types query py tests unit init py tests unit test gapic py tests unit test http py tests unit test batch py tests unit test client py tests unit test entity py tests unit test helpers py tests unit test key py tests unit test query py tests unit test transaction py total coverage failure total of is less than fail under
1
37,092
18,106,866,461
IssuesEvent
2021-09-22 20:08:42
keras-team/keras
https://api.github.com/repos/keras-team/keras
closed
LocallyConnected2D should raise error with negative strides
type:bug/performance
**System information**. - Have I written custom code (as opposed to using a stock example script provided in Keras): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 18.04 - TensorFlow installed from (source or binary): binary - TensorFlow version (use command below): nightly - Python version: 3.7.11 - Bazel version (if compiling from source): n/a - GPU model and memory: n/a - Exact command to reproduce: n/a **Describe the problem**. `LocallyConnected2D` should raise error when `strides` contains negative values. When `implementation` is `1` or `3`, it raises `InvalidArgumentError` as expected. However, with `implementation=2`, it runs silently and outputs a `0`-dimentional output. **Standalone code to reproduce the issue**. ``` import tensorflow as tf import keras strides = [-4,4,] layer = keras.layers.LocallyConnected2D(filters=3,kernel_size=3,padding="valid",strides=strides,implementation=2) input = tf.random.uniform((3, 6, 10, 4), dtype=tf.float32) res = layer(input) print(res) ``` Outputs: ``` tf.Tensor([], shape=(3, 0, 2, 3), dtype=float32) ``` Here's a related issue in https://github.com/tensorflow/tensorflow/issues/51624.
True
LocallyConnected2D should raise error with negative strides - **System information**. - Have I written custom code (as opposed to using a stock example script provided in Keras): Yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 18.04 - TensorFlow installed from (source or binary): binary - TensorFlow version (use command below): nightly - Python version: 3.7.11 - Bazel version (if compiling from source): n/a - GPU model and memory: n/a - Exact command to reproduce: n/a **Describe the problem**. `LocallyConnected2D` should raise error when `strides` contains negative values. When `implementation` is `1` or `3`, it raises `InvalidArgumentError` as expected. However, with `implementation=2`, it runs silently and outputs a `0`-dimentional output. **Standalone code to reproduce the issue**. ``` import tensorflow as tf import keras strides = [-4,4,] layer = keras.layers.LocallyConnected2D(filters=3,kernel_size=3,padding="valid",strides=strides,implementation=2) input = tf.random.uniform((3, 6, 10, 4), dtype=tf.float32) res = layer(input) print(res) ``` Outputs: ``` tf.Tensor([], shape=(3, 0, 2, 3), dtype=float32) ``` Here's a related issue in https://github.com/tensorflow/tensorflow/issues/51624.
non_process
should raise error with negative strides system information have i written custom code as opposed to using a stock example script provided in keras yes os platform and distribution e g linux ubuntu linux ubuntu tensorflow installed from source or binary binary tensorflow version use command below nightly python version bazel version if compiling from source n a gpu model and memory n a exact command to reproduce n a describe the problem should raise error when strides contains negative values when implementation is or it raises invalidargumenterror as expected however with implementation it runs silently and outputs a dimentional output standalone code to reproduce the issue import tensorflow as tf import keras strides layer keras layers filters kernel size padding valid strides strides implementation input tf random uniform dtype tf res layer input print res outputs tf tensor shape dtype here s a related issue in
0
12,543
9,819,392,738
IssuesEvent
2019-06-13 21:52:33
eventespresso/event-espresso-core
https://api.github.com/repos/eventespresso/event-espresso-core
opened
Changes sometimes not applied when calling the save method
category:models-and-data-infrastructure type:bug 🐞
Easiest to show with a a quick example: `add_action('AHEE__Extend_Events_Admin_Page___duplicate_event__after', 'updateacfanddatetime', 10, 2); function updateacfanddatetime($new_event, $orig_event) { $new_datetimes = $new_event->get_many_related('Datetime'); foreach ($new_datetimes as $new_dtt) { $newdate = new DateTime(date("Y-m-d",strtotime($new_dtt->start_date()))) ; $newdateplusone = date_format($newdate->add(new DateInterval('P1D')), 'F d, Y'); $new_dtt->set_start_date($newdateplusone); $new_dtt->set_end_date($newdateplusone); $new_dtt->save(); } } ` The above adds a single date onto your events datetimes when you duplicate an event, however, the change is not saved as `set_end_date` does not set a `_has_changes` flag in `EE_Base_Class.class.php::save()`. So for the above to work as is, you'd need to add something like: `$new_dtt->set('DTT_EVT_start', $new_dtt->start_date_and_time()); $new_dtt->set('DTT_EVT_end', $new_dtt->end_date_and_time());` just before the `save()` call, as `set()` sets the `_has_changes` flag it all then works fine. Spoke about this a little with Darren, take a look here See: https://eventespresso.slack.com/archives/C080L8G68/p1560423687230700 (Darren replies a little below) Posting convo here in case we hit slack limit: > tony [12:01 PM] Found something that (I think) is a little strange with Datetimes. A user is updating datetimes by 1 day when you duplicate the event and is doing it like this: `function updateacfanddatetime($new_event, $orig_event) { $new_datetimes = $new_event->get_many_related('Datetime'); foreach ($new_datetimes as $new_dtt) { $newdate = new DateTime(date("Y-m-d",strtotime($new_dtt->start_date()))) ; $newdateplusone = date_format($newdate->add(new DateInterval('P1D')), 'F d, Y'); $new_dtt->set_start_date($newdateplusone); $new_dtt->set_end_date($newdateplusone); } }` (edited) Which apart from missing `$new_dtt->save();` I would have through worked, right? Echoing out `$new_dtt->start_date_and_time()` and `$new_dtt->start_end_and_time()` both before and after the change shows the date is updated, but save fails. Did some digging and in `EE_Base_Class.class.php::save()` it checks `$this->_has_changes` before doing any updates, which is false after the above, hence the fail, so the only way to update the datetime is using something like `$new_dtt->set('DTT_EVT_start', $new_dtt->start_date_and_time());` because it sets `_has_changes`. Is that expected? darren [3:34 PM] tony re the above, ya that looks like a bug… I’m trying to trace when `_has_changes` was added. the problem is `_set_date_time` modifies the internal field values on a `EE_Base_Class` instance directly rather than going through `_set`. So as you discovered `_has_changes` isn’t flagged and the save won’t happen. so `EE_Base_Class::_set_date_time` needs to set the `_has_changes` flag as well. (edited) tony [3:36 PM] Kk thanks for checking. I can do a ticket in a little, wasnt sure if I was missing something darren [3:51 PM] So tony looks like the `$_has_changes` property was added here: https://events.codebasehq.com/projects/event-espresso/tickets/10167 I’m looking now to see if it existed in the `_set_date_time` method at one point. (commits made in 2016 but not actually merged to master until 2017) ya I’ve looked through git history and it looks like `_set_date_time` (or `_clear_cached_property` which should probably mark `_has_changes` as well) never had any flag or accounted for `_has_changes`. If/when you create the ticket, can you copy/paste in the above too please? It’s good for reference.
1.0
Changes sometimes not applied when calling the save method - Easiest to show with a a quick example: `add_action('AHEE__Extend_Events_Admin_Page___duplicate_event__after', 'updateacfanddatetime', 10, 2); function updateacfanddatetime($new_event, $orig_event) { $new_datetimes = $new_event->get_many_related('Datetime'); foreach ($new_datetimes as $new_dtt) { $newdate = new DateTime(date("Y-m-d",strtotime($new_dtt->start_date()))) ; $newdateplusone = date_format($newdate->add(new DateInterval('P1D')), 'F d, Y'); $new_dtt->set_start_date($newdateplusone); $new_dtt->set_end_date($newdateplusone); $new_dtt->save(); } } ` The above adds a single date onto your events datetimes when you duplicate an event, however, the change is not saved as `set_end_date` does not set a `_has_changes` flag in `EE_Base_Class.class.php::save()`. So for the above to work as is, you'd need to add something like: `$new_dtt->set('DTT_EVT_start', $new_dtt->start_date_and_time()); $new_dtt->set('DTT_EVT_end', $new_dtt->end_date_and_time());` just before the `save()` call, as `set()` sets the `_has_changes` flag it all then works fine. Spoke about this a little with Darren, take a look here See: https://eventespresso.slack.com/archives/C080L8G68/p1560423687230700 (Darren replies a little below) Posting convo here in case we hit slack limit: > tony [12:01 PM] Found something that (I think) is a little strange with Datetimes. A user is updating datetimes by 1 day when you duplicate the event and is doing it like this: `function updateacfanddatetime($new_event, $orig_event) { $new_datetimes = $new_event->get_many_related('Datetime'); foreach ($new_datetimes as $new_dtt) { $newdate = new DateTime(date("Y-m-d",strtotime($new_dtt->start_date()))) ; $newdateplusone = date_format($newdate->add(new DateInterval('P1D')), 'F d, Y'); $new_dtt->set_start_date($newdateplusone); $new_dtt->set_end_date($newdateplusone); } }` (edited) Which apart from missing `$new_dtt->save();` I would have through worked, right? Echoing out `$new_dtt->start_date_and_time()` and `$new_dtt->start_end_and_time()` both before and after the change shows the date is updated, but save fails. Did some digging and in `EE_Base_Class.class.php::save()` it checks `$this->_has_changes` before doing any updates, which is false after the above, hence the fail, so the only way to update the datetime is using something like `$new_dtt->set('DTT_EVT_start', $new_dtt->start_date_and_time());` because it sets `_has_changes`. Is that expected? darren [3:34 PM] tony re the above, ya that looks like a bug… I’m trying to trace when `_has_changes` was added. the problem is `_set_date_time` modifies the internal field values on a `EE_Base_Class` instance directly rather than going through `_set`. So as you discovered `_has_changes` isn’t flagged and the save won’t happen. so `EE_Base_Class::_set_date_time` needs to set the `_has_changes` flag as well. (edited) tony [3:36 PM] Kk thanks for checking. I can do a ticket in a little, wasnt sure if I was missing something darren [3:51 PM] So tony looks like the `$_has_changes` property was added here: https://events.codebasehq.com/projects/event-espresso/tickets/10167 I’m looking now to see if it existed in the `_set_date_time` method at one point. (commits made in 2016 but not actually merged to master until 2017) ya I’ve looked through git history and it looks like `_set_date_time` (or `_clear_cached_property` which should probably mark `_has_changes` as well) never had any flag or accounted for `_has_changes`. If/when you create the ticket, can you copy/paste in the above too please? It’s good for reference.
non_process
changes sometimes not applied when calling the save method easiest to show with a a quick example add action ahee extend events admin page duplicate event after updateacfanddatetime function updateacfanddatetime new event orig event new datetimes new event get many related datetime foreach new datetimes as new dtt newdate new datetime date y m d strtotime new dtt start date newdateplusone date format newdate add new dateinterval f d y new dtt set start date newdateplusone new dtt set end date newdateplusone new dtt save the above adds a single date onto your events datetimes when you duplicate an event however the change is not saved as set end date does not set a has changes flag in ee base class class php save so for the above to work as is you d need to add something like new dtt set dtt evt start new dtt start date and time new dtt set dtt evt end new dtt end date and time just before the save call as set sets the has changes flag it all then works fine spoke about this a little with darren take a look here see darren replies a little below posting convo here in case we hit slack limit tony found something that i think is a little strange with datetimes a user is updating datetimes by day when you duplicate the event and is doing it like this function updateacfanddatetime new event orig event new datetimes new event get many related datetime foreach new datetimes as new dtt newdate new datetime date y m d strtotime new dtt start date newdateplusone date format newdate add new dateinterval f d y new dtt set start date newdateplusone new dtt set end date newdateplusone edited which apart from missing new dtt save i would have through worked right echoing out new dtt start date and time and new dtt start end and time both before and after the change shows the date is updated but save fails did some digging and in ee base class class php save it checks this has changes before doing any updates which is false after the above hence the fail so the only way to update the datetime is using something like new dtt set dtt evt start new dtt start date and time because it sets has changes is that expected darren tony re the above ya that looks like a bug… i’m trying to trace when has changes was added the problem is set date time modifies the internal field values on a ee base class instance directly rather than going through set so as you discovered has changes isn’t flagged and the save won’t happen so ee base class set date time needs to set the has changes flag as well edited tony kk thanks for checking i can do a ticket in a little wasnt sure if i was missing something darren so tony looks like the has changes property was added here i’m looking now to see if it existed in the set date time method at one point commits made in but not actually merged to master until ya i’ve looked through git history and it looks like set date time or clear cached property which should probably mark has changes as well never had any flag or accounted for has changes if when you create the ticket can you copy paste in the above too please it’s good for reference
0
483,571
13,926,401,921
IssuesEvent
2020-10-21 18:14:13
MarketSquare/robotframework-browser
https://api.github.com/repos/MarketSquare/robotframework-browser
closed
Wait for response matchers not working
bug priority: high
**Describe the bug** I want this to return the result of route search. So ${r} should be that result. And matcher should work as a JS regexp. **To Reproduce** ```RobotFramework *** Settings *** Library Browser Suite Setup New Browser headless=${False} *** Test Cases *** Graphhopper New Page https://graphhopper.com/maps/ wait until network is idle timeout=5s type text //*[@id="0_Input"] Turku type text //*[@id="1_Input"] Helsinki wait until network is idle timeout=5s ${p}= promise to wait for response matcher=/.*\/api\/1.*/ timeout=5s Click \#searchButton ${r}= wait for ${p} ```
1.0
Wait for response matchers not working - **Describe the bug** I want this to return the result of route search. So ${r} should be that result. And matcher should work as a JS regexp. **To Reproduce** ```RobotFramework *** Settings *** Library Browser Suite Setup New Browser headless=${False} *** Test Cases *** Graphhopper New Page https://graphhopper.com/maps/ wait until network is idle timeout=5s type text //*[@id="0_Input"] Turku type text //*[@id="1_Input"] Helsinki wait until network is idle timeout=5s ${p}= promise to wait for response matcher=/.*\/api\/1.*/ timeout=5s Click \#searchButton ${r}= wait for ${p} ```
non_process
wait for response matchers not working describe the bug i want this to return the result of route search so r should be that result and matcher should work as a js regexp to reproduce robotframework settings library browser suite setup new browser headless false test cases graphhopper new page wait until network is idle timeout type text turku type text helsinki wait until network is idle timeout p promise to wait for response matcher api timeout click searchbutton r wait for p
0
15,283
19,273,946,655
IssuesEvent
2021-12-10 09:37:40
ESMValGroup/ESMValCore
https://api.github.com/repos/ESMValGroup/ESMValCore
closed
Preprocessor error message can be very hard to read
preprocessor
While working with native model output of ICON, I discovered that error messages of the preprocessor from this place in the code https://github.com/ESMValGroup/ESMValCore/blob/e24a86836d72533087433c8d7ad2dde08e014305/esmvalcore/preprocessor/__init__.py#L282-L288 can be **very** hard to read. See here an example for (only a single year!) of ICON output: <details> ``` 2021-12-08 12:41:02,140 UTC [44931] ERROR Failed to run fix_metadata([<iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>], {'preprocessor': 'clim', 'mip': 'Amon', 'project': 'ICON', 'exp': 'amip', 'start_year': 2006, 'end_year': 2006, 'derive': True, 'reference_dataset': 'ESACCI-CLOUD', 'variable_group': 'lwp_derive_input_lwp', 'short_name': 'lwp', 'diagnostic': 'maps2d', 'dataset': 'ICON', 'component': 'atm', 'grid': 'R2B5', 'ensemble': 'r1v1i1p1l1f1', 'var_type': 'atm_2d_ml', 'version': 'icon-2.6.1', 'recipe_dataset_index': 0, 'activity': 'CMIP', 'alias': 'ICON', 'original_short_name': 'lwp', 'standard_name': 'atmosphere_mass_content_of_cloud_liquid_water', 'long_name': 'Liquid Water Path', 'units': 'kg m-2', 'modeling_realm': ['aerosol'], 'frequency': 'mon', 'filename': '/scratch/b/b309141/work_v2/recipe_icon_eval_clouds_20211208_124051/preproc/maps2d/lwp_derive_input_lwp/ICON_icon-2.6.1_atm_R2B5_Amon_amip_r1v1i1p1l1f1_lwp_atm_2d_ml_2006-2006.nc', 'check_level': <CheckLevels.DEFAULT: 3>}) 2021-12-08 12:41:02,678 UTC [44883] INFO Maximum memory used (estimate): 1.0 GB 2021-12-08 12:41:02,679 UTC [44883] INFO Sampled every second. It may be inaccurate if short but high spikes in memory consumption occur. 2021-12-08 12:41:02,681 UTC [44883] ERROR Program terminated abnormally, see stack trace below for more information: multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/mnt/lustre02/work/bd0854/b309141/mambaforge/envs/esm/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/_task.py", line 780, in _run_task output_files = task.run() File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/_task.py", line 253, in run self.output_files = self._run(input_files) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/preprocessor/__init__.py", line 489, in _run product.apply(step, self.debug) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/preprocessor/__init__.py", line 356, in apply self.cubes = preprocess(self.cubes, step, **self.settings[step]) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/preprocessor/__init__.py", line 299, in preprocess result.append(_run_preproc_function(function, items, settings)) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/preprocessor/__init__.py", line 285, in _run_preproc_function return function(items, **kwargs) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/cmor/fix.py", line 114, in fix_metadata cube_list = fix.fix_metadata(cube_list) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/cmor/_fixes/icon/icon.py", line 25, in fix_metadata cube = cubes.extract_cube(var_name_constraint(raw_name)) File "/mnt/lustre02/work/bd0854/b309141/mambaforge/envs/esm/lib/python3.9/site-packages/iris/cube.py", line 278, in extract_cube return self._extract_and_merge( File "/mnt/lustre02/work/bd0854/b309141/mambaforge/envs/esm/lib/python3.9/site-packages/iris/cube.py", line 325, in _extract_and_merge raise iris.exceptions.ConstraintMismatchError(msg) iris.exceptions.ConstraintMismatchError: Got 0 cubes for constraint Constraint(cube_func=<function var_name_constraint.<locals>.<lambda> at 0x2adacc43be50>), expecting 1. ``` </details> Please note that you can scroll to the right here... In addition, it doesn't even show the input files, which would be very important for the debugging here! I will try to come up with a solution that is not so hard to read.
1.0
Preprocessor error message can be very hard to read - While working with native model output of ICON, I discovered that error messages of the preprocessor from this place in the code https://github.com/ESMValGroup/ESMValCore/blob/e24a86836d72533087433c8d7ad2dde08e014305/esmvalcore/preprocessor/__init__.py#L282-L288 can be **very** hard to read. See here an example for (only a single year!) of ICON output: <details> ``` 2021-12-08 12:41:02,140 UTC [44931] ERROR Failed to run fix_metadata([<iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc_rt / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vert. integr. heating by atm. gravity wave drag / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of meridional stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_shortwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface albedo / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of latent heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of dissipation of orographic waves / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of meridional wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of zonal wind in 10m / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of v-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse visible radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of daylght_frc / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_shortwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of maximum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud ice / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of u-momentum flux at the surface / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of total cloud cover / (m2 m-2) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sea ice thickness / (m) (time: 1; -- : 81920)>, <iris 'Cube' of convection_type (0...3) / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of cosine of the zenith angle for rad. heating / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of fraction of ocean covered by sea ice / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of convective precipitation flux (snow) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of precipitation flux / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of zonal stress from subgrid scale orographic drag / (N m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface upwelling photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of evaporation / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo NIR diffuse / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of 10m windspeed / (m s-1) (time: 1; -- : 81920)>, <iris 'Cube' of large-scale precipitation flux (water) / (kg m-2 s-1) (time: 1; -- : 81920)>, <iris 'Cube' of sensible heat flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated cloud water / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of vertically integrated water vapour / (kg m-2) (time: 1; -- : 81920)>, <iris 'Cube' of toa_outgoing_longwave_flux_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface_air_pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of toa_incoming_shortwave_flux / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling diffuse near infrared radiation at radiation time / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of tropopause air pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of minimum 2m temperature / (K) (time: 1; -- : 81920)>, <iris 'Cube' of dew point temperature in 2m / (K) (time: 1; -- : 81920)>, <iris 'Cube' of surface_upwelling_longwave_flux_in_air / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of mean sea level pressure / (Pa) (time: 1; -- : 81920)>, <iris 'Cube' of surface_downwelling_longwave_flux_in_air_assuming_clear_sky / (W m-2) (time: 1; -- : 81920)>, <iris 'Cube' of albedo VIS direct / (unknown) (time: 1; -- : 81920)>, <iris 'Cube' of surface downwelling direct photosynthetically active radiation at radiation time / (W m-2) (time: 1; -- : 81920)>], {'preprocessor': 'clim', 'mip': 'Amon', 'project': 'ICON', 'exp': 'amip', 'start_year': 2006, 'end_year': 2006, 'derive': True, 'reference_dataset': 'ESACCI-CLOUD', 'variable_group': 'lwp_derive_input_lwp', 'short_name': 'lwp', 'diagnostic': 'maps2d', 'dataset': 'ICON', 'component': 'atm', 'grid': 'R2B5', 'ensemble': 'r1v1i1p1l1f1', 'var_type': 'atm_2d_ml', 'version': 'icon-2.6.1', 'recipe_dataset_index': 0, 'activity': 'CMIP', 'alias': 'ICON', 'original_short_name': 'lwp', 'standard_name': 'atmosphere_mass_content_of_cloud_liquid_water', 'long_name': 'Liquid Water Path', 'units': 'kg m-2', 'modeling_realm': ['aerosol'], 'frequency': 'mon', 'filename': '/scratch/b/b309141/work_v2/recipe_icon_eval_clouds_20211208_124051/preproc/maps2d/lwp_derive_input_lwp/ICON_icon-2.6.1_atm_R2B5_Amon_amip_r1v1i1p1l1f1_lwp_atm_2d_ml_2006-2006.nc', 'check_level': <CheckLevels.DEFAULT: 3>}) 2021-12-08 12:41:02,678 UTC [44883] INFO Maximum memory used (estimate): 1.0 GB 2021-12-08 12:41:02,679 UTC [44883] INFO Sampled every second. It may be inaccurate if short but high spikes in memory consumption occur. 2021-12-08 12:41:02,681 UTC [44883] ERROR Program terminated abnormally, see stack trace below for more information: multiprocessing.pool.RemoteTraceback: """ Traceback (most recent call last): File "/mnt/lustre02/work/bd0854/b309141/mambaforge/envs/esm/lib/python3.9/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/_task.py", line 780, in _run_task output_files = task.run() File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/_task.py", line 253, in run self.output_files = self._run(input_files) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/preprocessor/__init__.py", line 489, in _run product.apply(step, self.debug) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/preprocessor/__init__.py", line 356, in apply self.cubes = preprocess(self.cubes, step, **self.settings[step]) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/preprocessor/__init__.py", line 299, in preprocess result.append(_run_preproc_function(function, items, settings)) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/preprocessor/__init__.py", line 285, in _run_preproc_function return function(items, **kwargs) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/cmor/fix.py", line 114, in fix_metadata cube_list = fix.fix_metadata(cube_list) File "/mnt/lustre01/pf/b/b309141/ESMValCore/esmvalcore/cmor/_fixes/icon/icon.py", line 25, in fix_metadata cube = cubes.extract_cube(var_name_constraint(raw_name)) File "/mnt/lustre02/work/bd0854/b309141/mambaforge/envs/esm/lib/python3.9/site-packages/iris/cube.py", line 278, in extract_cube return self._extract_and_merge( File "/mnt/lustre02/work/bd0854/b309141/mambaforge/envs/esm/lib/python3.9/site-packages/iris/cube.py", line 325, in _extract_and_merge raise iris.exceptions.ConstraintMismatchError(msg) iris.exceptions.ConstraintMismatchError: Got 0 cubes for constraint Constraint(cube_func=<function var_name_constraint.<locals>.<lambda> at 0x2adacc43be50>), expecting 1. ``` </details> Please note that you can scroll to the right here... In addition, it doesn't even show the input files, which would be very important for the debugging here! I will try to come up with a solution that is not so hard to read.
process
preprocessor error message can be very hard to read while working with native model output of icon i discovered that error messages of the preprocessor from this place in the code can be very hard to read see here an example for only a single year of icon output utc error failed to run fix metadata iris cube of minimum temperature k time iris cube of vertically integrated water vapour kg m time iris cube of convective precipitation flux snow kg m s time iris cube of sea ice thickness m time iris cube of toa outgoing shortwave flux assuming clear sky w m time preprocessor clim mip amon project icon exp amip start year end year derive true reference dataset esacci cloud variable group lwp derive input lwp short name lwp diagnostic dataset icon component atm grid ensemble var type atm ml version icon recipe dataset index activity cmip alias icon original short name lwp standard name atmosphere mass content of cloud liquid water long name liquid water path units kg m modeling realm frequency mon filename scratch b work recipe icon eval clouds preproc lwp derive input lwp icon icon atm amon amip lwp atm ml nc check level utc info maximum memory used estimate gb utc info sampled every second it may be inaccurate if short but high spikes in memory consumption occur utc error program terminated abnormally see stack trace below for more information multiprocessing pool remotetraceback traceback most recent call last file mnt work mambaforge envs esm lib multiprocessing pool py line in worker result true func args kwds file mnt pf b esmvalcore esmvalcore task py line in run task output files task run file mnt pf b esmvalcore esmvalcore task py line in run self output files self run input files file mnt pf b esmvalcore esmvalcore preprocessor init py line in run product apply step self debug file mnt pf b esmvalcore esmvalcore preprocessor init py line in apply self cubes preprocess self cubes step self settings file mnt pf b esmvalcore esmvalcore preprocessor init py line in preprocess result append run preproc function function items settings file mnt pf b esmvalcore esmvalcore preprocessor init py line in run preproc function return function items kwargs file mnt pf b esmvalcore esmvalcore cmor fix py line in fix metadata cube list fix fix metadata cube list file mnt pf b esmvalcore esmvalcore cmor fixes icon icon py line in fix metadata cube cubes extract cube var name constraint raw name file mnt work mambaforge envs esm lib site packages iris cube py line in extract cube return self extract and merge file mnt work mambaforge envs esm lib site packages iris cube py line in extract and merge raise iris exceptions constraintmismatcherror msg iris exceptions constraintmismatcherror got cubes for constraint constraint cube func at expecting please note that you can scroll to the right here in addition it doesn t even show the input files which would be very important for the debugging here i will try to come up with a solution that is not so hard to read
1
501,717
14,532,069,754
IssuesEvent
2020-12-14 21:48:35
celo-org/celo-monorepo
https://api.github.com/repos/celo-org/celo-monorepo
closed
Exchange amounts should not be represented in scientific notation
Component: CELO Priority: P2 bug quick-fix wallet
### Expected Behavior Amounts are not represented in scientific notation. ### Current Behavior Amounts are sometimes represented in scientific notation when there are many decimals. This results in an "invalid number value" error. https://sentry.io/organizations/celo/issues/1936609246/?project=1250733
1.0
Exchange amounts should not be represented in scientific notation - ### Expected Behavior Amounts are not represented in scientific notation. ### Current Behavior Amounts are sometimes represented in scientific notation when there are many decimals. This results in an "invalid number value" error. https://sentry.io/organizations/celo/issues/1936609246/?project=1250733
non_process
exchange amounts should not be represented in scientific notation expected behavior amounts are not represented in scientific notation current behavior amounts are sometimes represented in scientific notation when there are many decimals this results in an invalid number value error
0
493,820
14,238,745,641
IssuesEvent
2020-11-18 19:05:01
airshipit/airshipctl
https://api.github.com/repos/airshipit/airshipctl
closed
Deduplication of network definitions
enhancement priority/critical
**Problem description (if applicable)** As an operator, I need the ability to specify common networking information at various levels of specificity while also being able to override & specify specific values down to the site & sub-type level. The different levels of specificity could be: - global - type (common across clusters of a similar type, e.g. DNS servers) - clusters (e.g. gateway IP addresses) - sub-set of hosts within a cluster (control plane vs. worker node) - single host (e.g. IP address) **Proposed change** This issue requires some level of design/investigation to determine the following 1. Look at the node level networkData settings which have been applied in the POC lab and make sure it’s all injectable via the common-networking.yaml catalogue at the type level. 2. Determine what references exist to IP addresses defined in hosts.yaml and common-networking.yaml that aren’t deduplicated via the hostgenerator. From this identification, we will determine the location from where they should be placed & retrieved (e.g. host.yaml or common-networking, etc.). Samples can be found here: https://review.opendev.org/#/c/735033/25/manifests/site/test-site/shared/catalogues/hosts.yaml https://review.opendev.org/#/c/735033/25/manifests/type/gating/shared/catalogues/common-networking.yaml 3. Determine if there’s any other networking information that needs to be deduplicated, and what the right level to capture that information. For example, networking config in the calico function, like pod network ip range – that’s probably also needed by capbk, and we don’t want to have to specify it in two places. https://github.com/airshipit/airshipctl/issues/new/choose
1.0
Deduplication of network definitions - **Problem description (if applicable)** As an operator, I need the ability to specify common networking information at various levels of specificity while also being able to override & specify specific values down to the site & sub-type level. The different levels of specificity could be: - global - type (common across clusters of a similar type, e.g. DNS servers) - clusters (e.g. gateway IP addresses) - sub-set of hosts within a cluster (control plane vs. worker node) - single host (e.g. IP address) **Proposed change** This issue requires some level of design/investigation to determine the following 1. Look at the node level networkData settings which have been applied in the POC lab and make sure it’s all injectable via the common-networking.yaml catalogue at the type level. 2. Determine what references exist to IP addresses defined in hosts.yaml and common-networking.yaml that aren’t deduplicated via the hostgenerator. From this identification, we will determine the location from where they should be placed & retrieved (e.g. host.yaml or common-networking, etc.). Samples can be found here: https://review.opendev.org/#/c/735033/25/manifests/site/test-site/shared/catalogues/hosts.yaml https://review.opendev.org/#/c/735033/25/manifests/type/gating/shared/catalogues/common-networking.yaml 3. Determine if there’s any other networking information that needs to be deduplicated, and what the right level to capture that information. For example, networking config in the calico function, like pod network ip range – that’s probably also needed by capbk, and we don’t want to have to specify it in two places. https://github.com/airshipit/airshipctl/issues/new/choose
non_process
deduplication of network definitions problem description if applicable as an operator i need the ability to specify common networking information at various levels of specificity while also being able to override specify specific values down to the site sub type level the different levels of specificity could be global type common across clusters of a similar type e g dns servers clusters e g gateway ip addresses sub set of hosts within a cluster control plane vs worker node single host e g ip address proposed change this issue requires some level of design investigation to determine the following look at the node level networkdata settings which have been applied in the poc lab and make sure it’s all injectable via the common networking yaml catalogue at the type level determine what references exist to ip addresses defined in hosts yaml and common networking yaml that aren’t deduplicated via the hostgenerator from this identification we will determine the location from where they should be placed retrieved e g host yaml or common networking etc samples can be found here determine if there’s any other networking information that needs to be deduplicated and what the right level to capture that information for example networking config in the calico function like pod network ip range – that’s probably also needed by capbk and we don’t want to have to specify it in two places
0
734,740
25,360,871,111
IssuesEvent
2022-11-20 21:44:03
Laravel-Backpack/CRUD
https://api.github.com/repos/Laravel-Backpack/CRUD
closed
[Minor Bug] first column before a "bigger" column doesn't get center aligned
Priority: SHOULD Minor Bug
# Bug report ### What I did Added a column that makes the row expand, imagine the new table column, or an textarea with some `br`: ![image](https://user-images.githubusercontent.com/7188159/198270644-08bdbde5-35d3-4b36-a254-4553d1e15319.png) ![image](https://user-images.githubusercontent.com/7188159/198267814-c8a7e2e4-0c71-408d-9eca-c0aa4b6f73c2.png) The first column is never center aligned.
1.0
[Minor Bug] first column before a "bigger" column doesn't get center aligned - # Bug report ### What I did Added a column that makes the row expand, imagine the new table column, or an textarea with some `br`: ![image](https://user-images.githubusercontent.com/7188159/198270644-08bdbde5-35d3-4b36-a254-4553d1e15319.png) ![image](https://user-images.githubusercontent.com/7188159/198267814-c8a7e2e4-0c71-408d-9eca-c0aa4b6f73c2.png) The first column is never center aligned.
non_process
first column before a bigger column doesn t get center aligned bug report what i did added a column that makes the row expand imagine the new table column or an textarea with some br the first column is never center aligned
0
7,058
10,217,741,236
IssuesEvent
2019-08-15 14:22:30
jupyter/nbconvert
https://api.github.com/repos/jupyter/nbconvert
closed
How to save widget state after executing notebook
Preprocessor:Execute
I automate the execution and conversion to html of notebooks with this convenience package [notebook-snapshot](https://github.com/oscar6echo/notebook-snapshot). In particular the execution script is [there](https://github.com/oscar6echo/notebook-snapshot/blob/master/notebook_snapshot/execute.py) straight from the documentation. My notebooks contain widgets. So I need to 'save widget state' after execution. If I run a notebook manually, I would use click on 'Clear widget state' then 'Save widget state' to embed only the latest state in the notebook. How to do that from nbconvert ?
1.0
How to save widget state after executing notebook - I automate the execution and conversion to html of notebooks with this convenience package [notebook-snapshot](https://github.com/oscar6echo/notebook-snapshot). In particular the execution script is [there](https://github.com/oscar6echo/notebook-snapshot/blob/master/notebook_snapshot/execute.py) straight from the documentation. My notebooks contain widgets. So I need to 'save widget state' after execution. If I run a notebook manually, I would use click on 'Clear widget state' then 'Save widget state' to embed only the latest state in the notebook. How to do that from nbconvert ?
process
how to save widget state after executing notebook i automate the execution and conversion to html of notebooks with this convenience package in particular the execution script is straight from the documentation my notebooks contain widgets so i need to save widget state after execution if i run a notebook manually i would use click on clear widget state then save widget state to embed only the latest state in the notebook how to do that from nbconvert
1