diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml
index 562ba838..4c3ddc16 100644
--- a/build/azure-pipelines.yml
+++ b/build/azure-pipelines.yml
@@ -20,7 +20,7 @@ parameters:
- release
variables:
- MSIXVersion: '0.1000'
+ MSIXVersion: '0.1100'
solution: '**/DevHomeAzureExtension.sln'
appxPackageDir: 'AppxPackages'
testOutputArtifactDir: 'TestResults'
diff --git a/build/scripts/CreateBuildInfo.ps1 b/build/scripts/CreateBuildInfo.ps1
index 65dfcc7a..17a84fc2 100644
--- a/build/scripts/CreateBuildInfo.ps1
+++ b/build/scripts/CreateBuildInfo.ps1
@@ -5,7 +5,7 @@ Param(
)
$Major = "0"
-$Minor = "10"
+$Minor = "11"
$Patch = "99" # default to 99 for local builds
$versionSplit = $Version.Split(".");
diff --git a/src/AzureExtension/Assets/DevBoxProvider.png b/src/AzureExtension/Assets/DevBoxProvider.png
index 2c6b3375..54d2549d 100644
Binary files a/src/AzureExtension/Assets/DevBoxProvider.png and b/src/AzureExtension/Assets/DevBoxProvider.png differ
diff --git a/src/AzureExtension/Assets/QuickStartPlayground/Samples/csharp-hello-world/.devcontainer/Dockerfile b/src/AzureExtension/Assets/QuickStartPlayground/Samples/csharp-hello-world/.devcontainer/Dockerfile
index 2e3b51f4..4e6bb360 100644
--- a/src/AzureExtension/Assets/QuickStartPlayground/Samples/csharp-hello-world/.devcontainer/Dockerfile
+++ b/src/AzureExtension/Assets/QuickStartPlayground/Samples/csharp-hello-world/.devcontainer/Dockerfile
@@ -3,5 +3,4 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0
ENV DEBIAN_FRONTEND noninteractive
-RUN apt-get update && \
-apt-get install -y git
\ No newline at end of file
+RUN apt-get update && apt-get upgrade -y
\ No newline at end of file
diff --git a/src/AzureExtension/Assets/QuickStartPlayground/Samples/rust-linked-list/.devcontainer/Dockerfile b/src/AzureExtension/Assets/QuickStartPlayground/Samples/rust-linked-list/.devcontainer/Dockerfile
index dcac5489..3fe84173 100644
--- a/src/AzureExtension/Assets/QuickStartPlayground/Samples/rust-linked-list/.devcontainer/Dockerfile
+++ b/src/AzureExtension/Assets/QuickStartPlayground/Samples/rust-linked-list/.devcontainer/Dockerfile
@@ -3,5 +3,5 @@ FROM mcr.microsoft.com/devcontainers/base:ubuntu
ENV DEBIAN_FRONTEND noninteractive
RUN apt update && \
-apt install -y curl && build-essentials \
+apt install -y curl && build-essential \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
\ No newline at end of file
diff --git a/src/AzureExtension/Assets/QuickStartPlayground/docsEmbeddings-OpenAI.json b/src/AzureExtension/Assets/QuickStartPlayground/docsEmbeddings-OpenAI.json
index 2dee7910..fcc965a6 100644
--- a/src/AzureExtension/Assets/QuickStartPlayground/docsEmbeddings-OpenAI.json
+++ b/src/AzureExtension/Assets/QuickStartPlayground/docsEmbeddings-OpenAI.json
@@ -4639,1546 +4639,1546 @@
},
{
"name": "csharp-hello-world",
- "codespaces": "\n\n=== ./.devcontainer/devcontainer.json ===\n{\n \"name\": \"C#\",\n \"build\": {\n \"dockerfile\": \"Dockerfile\"\n },\n \"customizations\": {\n // Configure properties specific to VS Code.\n \"vscode\": {\n \"settings\": {},\n \"extensions\": [\n \"ms-dotnettools.csharp\"\n ]\n }\n },\n \"postCreateCommand\": \"dotnet restore\"\n}\n\n=== ./.devcontainer/Dockerfile ===\n# Get the .NET Core preinstalled image from Docker Hub\nFROM mcr.microsoft.com/dotnet/sdk:8.0\n\nENV DEBIAN_FRONTEND noninteractive\n\nRUN apt-get update && \\\napt-get install -y git",
+ "codespaces": "\n\n=== ./.devcontainer/devcontainer.json ===\n{\n \"name\": \"C#\",\n \"build\": {\n \"dockerfile\": \"Dockerfile\"\n },\n \"customizations\": {\n // Configure properties specific to VS Code.\n \"vscode\": {\n \"settings\": {},\n \"extensions\": [\n \"ms-dotnettools.csharp\"\n ]\n }\n },\n \"postCreateCommand\": \"dotnet restore\"\n}\n\n=== ./.devcontainer/Dockerfile ===\n# Get the .NET Core preinstalled image from Docker Hub\nFROM mcr.microsoft.com/dotnet/sdk:8.0\n\nENV DEBIAN_FRONTEND noninteractive\n\nRUN apt-get update && apt-get upgrade -y",
"readme": "\n\n=== ./README.md ===\n# C# Hello World App\n\nThis repository contains a C# hello world app.\n\n## Setup\n\nRun `dotnet restore`\n\n## Running the App\n\nRun `dotnet run`",
- "code": "\n\n=== ./HelloWorld.csproj ===\n\n \n Exe\n net8.0\n \n\n\n=== ./Program.cs ===\nusing System;\n\nnamespace HelloWorld\n{\n class Program\n {\n static void Main(string[] args)\n {\n Console.WriteLine(\"Hello World!\");\n Console.Write(\"Input: \");\n string data = Console.ReadLine();\n Console.WriteLine(\"Output: \" + data);\n }\n }\n}\n",
+ "code": "\n\n=== ./HelloWorld.csproj ===\n\n \n Exe\n net8.0\n \n\n\n=== ./Program.cs ===\nnamespace HelloWorld;\n\npublic class Program\n{\n public static void Main(string[] args)\n {\n Console.WriteLine(\"Hello World!\");\n Console.Write(\"Input: \");\n var data = Console.ReadLine();\n Console.WriteLine(\"Output: \" + data);\n }\n}\n",
"embedding": [
- -0.027016763,
- -0.014102959,
- 0.06567473,
- 0.0087309,
- 0.017806029,
- -0.04940208,
- -0.002081021,
- 0.003893439,
- -0.010806705,
- 0.038678825,
- -0.0009857467,
- -0.006623801,
- -0.028518854,
- 0.037030697,
- -0.0018397998,
- 0.008240635,
- -0.035507746,
- 0.01314329,
- 0.015552893,
- 0.0132058775,
- 0.0010665884,
- 0.0071297134,
- -0.054033525,
- 0.027872121,
- -0.006498627,
- -0.03068854,
- -0.0016064021,
- -0.024471555,
- -0.032503564,
- -0.011828961,
- 0.03924211,
- -0.013445795,
- -0.015928416,
- 0.008699606,
- 0.046773423,
- 0.025472948,
- 0.05098762,
- 0.0017928595,
- 0.013706574,
- 0.019182945,
- 0.00038073817,
- -0.004918303,
- 0.036655176,
- 0.018004222,
- -0.0034527215,
- 0.004568858,
- -0.016022297,
- 0.005528527,
- 0.01763913,
- 0.033212885,
- -0.016011866,
- -0.026390892,
- 0.024096033,
- 0.012423539,
- 0.0072966125,
- -0.04082765,
- 0.010984035,
- 0.010436398,
- 0.0022687824,
- 0.06751061,
- 0.0151043525,
- -0.028414542,
- 0.0016572542,
- -0.0031111003,
- -0.009069913,
- 0.006509058,
- 0.025514673,
- 0.0232824,
- 0.04172473,
- 0.026077956,
- -0.020184338,
- -0.013341483,
- -0.012141896,
- 0.012287933,
- -0.034443766,
- -0.0029155156,
- -0.007849465,
- -0.020768484,
- 0.0425175,
- -0.014582793,
- -0.012027154,
- -0.026662104,
- 0.010076523,
- -0.054701123,
- -0.005669348,
- 0.01429072,
- -0.031335272,
- -0.0030302585,
- -0.0066968193,
- -0.015646774,
- 0.01728447,
- 0.029311623,
- 0.0013312796,
- -0.015041766,
- 0.07911009,
- 0.033400647,
- -0.037281048,
- 0.028456267,
- 0.033296335,
- 0.005079986,
- 0.024534142,
- 0.018265001,
- -0.016898517,
- -0.0027329698,
- 0.04681515,
- -0.0033249394,
- -0.0043080784,
- -0.01102576,
- -0.010639806,
- 0.053407654,
- -0.08457603,
- -0.008444042,
- 0.040848512,
- -0.066634394,
- 0.020246925,
- 0.019412432,
- 0.054283876,
- -0.050862446,
- 0.01429072,
- 0.020612016,
- 0.024388105,
- 0.033817895,
- -0.021070989,
- -0.02901955,
- -0.029937495,
- 0.0033640563,
- 0.022614805,
- 0.037281048,
- 0.00227139,
- 0.048358962,
- 0.045187883,
- 0.0231155,
- 0.01597014,
- 0.016585581,
- -0.022802565,
- -0.010545926,
- -0.0019519351,
- -0.00502783,
- 0.004274177,
- 0.04226715,
- 0.035966717,
- -0.052447986,
- -0.011192659,
- 0.0037187166,
- 0.03289995,
- -0.06776096,
- -0.025264325,
- 0.0037760881,
- -0.015438151,
- 0.017002828,
- 0.037197597,
- 0.064965405,
- -0.052072465,
- 0.006279572,
- 0.033296335,
- -0.02937421,
- 0.009403711,
- 0.007969423,
- -0.011662062,
- -0.041849904,
- -0.0068950118,
- 0.0104833385,
- -0.054617673,
- 0.0148122795,
- -0.033859618,
- -0.0460641,
- 0.0032962537,
- 0.030897163,
- -0.003358841,
- 0.006816778,
- 0.0043993513,
- -0.014749693,
- -0.01014954,
- 0.0015333839,
- 0.023866545,
- 0.015824104,
- 0.09137716,
- -0.0814884,
- -0.014436757,
- -0.0015907554,
- 0.002782518,
- 0.0057840906,
- 0.035132222,
- -0.028998688,
- 0.0022922524,
- 0.00043028628,
- 0.053491104,
- -0.025598122,
- -0.017952066,
- 0.052781783,
- -0.047566194,
- 0.029603697,
- -0.007009755,
- 0.00025246723,
- -0.015010472,
- -0.012298364,
- 0.057872202,
- -0.02997922,
- -0.004756619,
- -0.0040133977,
- 0.0039508105,
- 0.0006160917,
- -0.042580087,
- -0.04568858,
- 0.024867939,
- -0.017180158,
- 0.02063288,
- 0.025347775,
- -0.026745552,
- 0.023136362,
- 0.022176694,
- -0.025347775,
- -0.05616149,
- -0.012559144,
- -0.063129514,
- 0.021634273,
- 0.019109927,
- 0.0022257536,
- -0.007093204,
- -0.030980613,
- -0.031606484,
- 0.06333814,
- 0.016168334,
- -0.058164276,
- 0.036905523,
- -0.009330693,
- 0.033171162,
- 0.011536888,
- 0.045479957,
- -0.018588368,
- 0.0054398617,
- 0.0077608,
- 0.013414501,
- -0.034151692,
- 0.0069680302,
- -0.020486843,
- 0.019986145,
- -0.014029941,
- -0.027329698,
- 0.0065142736,
- -0.040472988,
- -0.031189237,
- -0.0118915485,
- -0.018379744,
- 0.036822073,
- 0.0066446634,
- -0.004250707,
- -0.067135096,
- 0.01594928,
- -0.0036274437,
- -0.005424215,
- 0.03746881,
- -0.009221165,
- 0.039116934,
- 0.00010691962,
- -0.021237887,
- 0.012986822,
- -0.000548615,
- 0.04831724,
- -0.03951332,
- 0.012413108,
- -0.06788614,
- -0.008193694,
- 0.0004312642,
- -0.024659315,
- -0.004503663,
- -0.0032049809,
- 0.017388782,
- -0.017420076,
- 0.011693356,
- 0.018004222,
- -0.0024800138,
- 0.013737868,
- -0.0068063466,
- 0.0019714935,
- -0.02010089,
- -0.048817936,
- 0.017691286,
- 0.00023519057,
- 0.036926385,
- -0.06972203,
- 0.0012230562,
- 0.021529961,
- 0.019902697,
- -0.021759447,
- 0.0017354881,
- 0.030333878,
- 0.0018697896,
- -0.027496597,
- -0.03237839,
- 0.0051164953,
- 0.015532031,
- -0.021123145,
- 0.0074739424,
- 0.07201689,
- 0.039909706,
- 0.0041959435,
- -0.038866587,
- 0.035069637,
- -0.012235777,
- -0.029228173,
- 0.014791417,
- 0.016387388,
- 0.010107816,
- 0.005617192,
- 0.0044045667,
- 0.039826255,
- -0.060709484,
- 0.033317197,
- -0.026995901,
- -0.007108851,
- 0.017597405,
- 0.019558467,
- 0.0071036355,
- -0.040431265,
- -0.0051217107,
- 0.030834576,
- -0.008934308,
- 0.023678785,
- 0.024033446,
- 0.015751086,
- -0.037531395,
- -0.0013495343,
- 6.5276385e-05,
- -0.009711431,
- -0.034527216,
- 0.039784532,
- 0.002362663,
- -1.3752047e-07,
- 0.033817895,
- -0.0027121075,
- -0.022322731,
- -0.024867939,
- 0.018452762,
- 0.03774002,
- -0.007108851,
- -0.025243463,
- 0.016324801,
- -0.013435364,
- -0.0011963262,
- -0.046982046,
- -0.022906877,
- -0.020236494,
- -0.021571686,
- 0.007917267,
- -0.020758053,
- 0.0018306726,
- 0.014395032,
- 0.044728912,
- 0.021404786,
- -0.049068283,
- -0.026474342,
- -0.00012036607,
- -0.01375873,
- -0.012267071,
- -0.029228173,
- -0.0232824,
- -0.038345028,
- -0.023011189,
- 0.002015826,
- -0.031648207,
- 0.0014212487,
- 0.016815066,
- -0.07548004,
- 0.04030609,
- 0.018974321,
- -0.026849864,
- -0.060792934,
- -0.022927739,
- 0.036383964,
- 0.022114107,
- 0.0425175,
- 0.029103,
- 0.016794205,
- -0.045271333,
- -0.03851193,
- 0.04385269,
- -0.0097531555,
- 0.05052865,
- -0.0203721,
- 0.022781704,
- 0.009242028,
- -0.00903862,
- -0.0232824,
- 0.014780986,
- 0.017962497,
- 0.026995901,
- 0.038324166,
- -0.004647092,
- 0.036300518,
- 0.059624642,
- -0.018650955,
- 0.02743401,
- -0.00965406,
- 0.019610623,
- 0.0068063466,
- -0.004375881,
- -0.026349168,
- 0.052781783,
- -0.029854044,
- 0.02442983,
- 0.0037082855,
- 0.052948684,
- 0.013247602,
- -0.012329658,
- -0.04418649,
- -0.0053172954,
- 0.017128002,
- 0.045813754,
- -0.016783774,
- 0.015646774,
- -0.017221883,
- 0.059833266,
- 0.015771948,
- -0.018244138,
- -0.021884622,
- -0.03095975,
- -0.032086316,
- -0.024262931,
- 0.016157903,
- -0.015573756,
- -0.014040372,
- -0.0331503,
- -0.03563292,
- 0.01385261,
- 0.0063473745,
- 0.014603656,
- -0.007004539,
- -0.013967354,
- -0.023824822,
- 0.003012004,
- -0.016032727,
- 0.031543896,
- 0.025556399,
- 0.04331027,
- -0.052155912,
- -0.0022114108,
- 0.010478123,
- 0.036738627,
- 0.052239362,
- -0.010827567,
- -0.012340089,
- -0.018661385,
- -0.016543856,
- -0.030646814,
- -0.030020945,
- -0.031877693,
- -0.06358849,
- -0.044562012,
- 0.038073815,
- -0.032753915,
- -0.058456346,
- 0.025806746,
- 0.02478449,
- -0.023011189,
- -0.036905523,
- 0.0127677675,
- -0.020309513,
- -0.015938846,
- 0.0075000203,
- 0.021884622,
- 0.025744159,
- -0.057788752,
- 0.042621814,
- 0.026808139,
- 0.045354784,
- 0.022656528,
- -0.02115444,
- 0.035153087,
- -0.06413091,
- 0.013362345,
- 0.008856074,
- 0.030938888,
- -0.034986187,
- -0.019162083,
- -0.008866506,
- 0.037427083,
- 0.03068854,
- 0.0042924318,
- 0.02628658,
- 0.017858185,
- -0.019871403,
- 0.022364456,
- -0.014415895,
- 0.01755568,
- 0.11215608,
- -0.04552168,
- -0.030751126,
- -0.0064047463,
- -0.01754525,
- -0.027559185,
- 0.031585623,
- 0.0350905,
- -0.0071557914,
- -0.008105029,
- -0.040514715,
- 0.027580047,
- -0.031189237,
- -0.021529961,
- -0.011536888,
- -0.01835888,
- -0.01957933,
- 0.0153964255,
- 0.0580391,
- 0.06842856,
- -0.040076602,
- -0.006931521,
- 0.010660669,
- -0.012402676,
- -0.06692647,
- 0.044854086,
- 0.014050803,
- 0.031147512,
- 0.014009078,
- -0.022176694,
- 0.035466023,
- -0.047941715,
- 0.041683007,
- 0.016251782,
- -0.03519481,
- 0.014207271,
- 0.03732277,
- -0.03688466,
- -0.0060083615,
- -0.0072653187,
- -0.02503484,
- -0.04831724,
- 0.019068202,
- 0.010973604,
- -0.01870311,
- -0.0009909624,
- 0.037614845,
- 0.029207312,
- -0.042475775,
- -0.025201738,
- -0.01816069,
- -0.036988974,
- 0.0034422902,
- 0.0050982405,
- -0.041683007,
- -0.012997254,
- -0.013904766,
- 0.059249118,
- -0.0027173231,
- 0.0023444083,
- -0.016011866,
- 0.015719792,
- 0.020570293,
- 0.034318592,
- 0.0020066989,
- 0.008605726,
- -0.0055180956,
- -0.004401959,
- 8.874655e-05,
- 0.04806689,
- -0.004214198,
- -0.012986822,
- -0.010034798,
- -0.0030328664,
- 0.039805394,
- 0.024367243,
- 0.010858861,
- 0.052948684,
- 0.0024096032,
- -0.017399212,
- 0.022009796,
- 0.005669348,
- -0.026557792,
- -0.017920772,
- -0.029770596,
- -0.017274039,
- -0.0013834356,
- -0.037781745,
- -0.024262931,
- -0.013727437,
- 0.006769838,
- 0.005113887,
- 0.0027042842,
- 0.014155115,
- 0.015375563,
- 0.00047820454,
- -0.002399172,
- -0.026411755,
- 0.031418722,
- -0.039325558,
- -0.012663456,
- 0.050194852,
- -0.0031111003,
- 0.0271628,
- -0.023073776,
- 0.020267788,
- -0.0134040695,
- -0.0015203449,
- 0.033546682,
- 0.009560179,
- 0.015354701,
- -0.0068063466,
- -0.010379027,
- -0.020622449,
- 0.0121836215,
- 0.010290362,
- 0.023678785,
- -0.012736474,
- -0.03577896,
- 0.031439584,
- -0.014885298,
- -0.005538958,
- -0.0007595205,
- 0.015991002,
- -0.02089366,
- -0.014061234,
- 0.060751207,
- -0.003074591,
- -0.042225428,
- -0.0004918955,
- 0.0113074025,
- 0.048275515,
- -0.0015138254,
- -0.027726084,
- -0.0036743842,
- -0.021363063,
- -0.026077956,
- -0.0027903414,
- 0.050153125,
- 0.026536928,
- -0.014687105,
- -0.018035514,
- 0.019475019,
- -0.012235777,
- 0.022635667,
- 0.006039655,
- 0.027538322,
- -0.015208664,
- -0.01385261,
- 0.00068454636,
- -0.014353307,
- -0.009335908,
- -0.0015346877,
- -0.010535494,
- -0.042976473,
- -0.0032284511,
- 0.013122428,
- -0.0061909067,
- -0.0059666364,
- 0.032420117,
- 0.060375687,
- 0.021310907,
- 0.012340089,
- 0.017879046,
- -0.01304941,
- -0.014864435,
- 0.021926345,
- -0.024304656,
- 0.0023196342,
- 0.059040494,
- -0.01648127,
- -0.04648135,
- -0.018995184,
- -0.027308837,
- 0.021571686,
- -0.013174584,
- 0.019370707,
- -0.018859578,
- -0.011088347,
- 0.0071923006,
- 0.040264364,
- -0.028706614,
- 0.036279652,
- -0.033817895,
- -0.026161406,
- -0.042621814,
- -0.04134921,
- 0.02072676,
- -0.007093204,
- 0.012194052,
- 0.0156885,
- 0.022719117,
- 0.00046483957,
- 0.0310432,
- -0.026495203,
- -0.0056589167,
- 0.011057054,
- -0.045187883,
- -0.013237171,
- -0.0044045667,
- 0.018014653,
- -0.013769161,
- -0.02178031,
- -0.015844967,
- -0.028080745,
- -0.008371024,
- -0.039096072,
- -0.03244098,
- 0.025618985,
- 0.013800454,
- -0.015125215,
- 0.015980572,
- 0.017659992,
- 0.012757337,
- -0.032607876,
- 0.021655135,
- -0.017618267,
- -0.0013260641,
- -0.0046131904,
- 0.0061335354,
- -0.012506988,
- -0.033296335,
- -0.029520247,
- 0.03915866,
- 0.003867361,
- 0.014572362,
- -0.0014955709,
- -0.04260095,
- -0.032169767,
- -0.041140586,
- -0.0073174746,
- 0.004787913,
- -0.01049377,
- 0.0013247603,
- -0.015511169,
- -0.0032962537,
- 0.013612693,
- -0.015239958,
- -0.048525862,
- 0.015991002,
- -0.012121034,
- 0.029624559,
- 0.0032884304,
- 0.060125336,
- 0.0034527215,
- -0.0005407916,
- -0.019808816,
- -0.009137716,
- 0.029082138,
- -0.013362345,
- -0.0024956604,
- -0.0428513,
- -0.024575867,
- 0.021467375,
- -0.0060813795,
- 0.02116487,
- 0.027892983,
- 0.02063288,
- 0.029520247,
- 0.003523132,
- 0.031439584,
- 0.0045349565,
- 0.009153363,
- -0.02470104,
- 0.00012558166,
- 0.012162759,
- 0.0024161227,
- -0.023198951,
- 0.008480552,
- 0.0075886855,
- -0.00055187475,
- -0.016992396,
- 0.01278863,
- 0.016825497,
- 0.023261538,
- -0.013466657,
- 0.025869332,
- 0.02637003,
- 0.018567504,
- -0.031877693,
- -0.026495203,
- 0.05319903,
- -0.013070272,
- 0.009930486,
- 0.03043819,
- -0.00072431524,
- -0.03448549,
- -0.0029076922,
- -0.047858268,
- 0.048192065,
- -0.043185096,
- -0.046898596,
- -0.0039899275,
- -0.008668313,
- 0.024283793,
- 0.0006470593,
- 0.01251742,
- -0.015490307,
- 0.005254708,
- 0.029395074,
- -0.038303304,
- 0.021842897,
- 0.040014017,
- 0.0055076643,
- -0.04577203,
- 0.008277143,
- -0.010681531,
- -0.026933314,
- 0.027287973,
- -0.021509098,
- 0.027642634,
- -0.019214239,
- -0.019537605,
- -0.034986187,
- -0.011203091,
- -0.008355377,
- -0.02776781,
- 0.0077034286,
- 0.0049365573,
- -0.06684302,
- -0.014561931,
- 0.024179481,
- -0.014165546,
- -0.032879088,
- -0.024262931,
- -0.0056328387,
- 0.032399252,
- 0.0018776129,
- 0.009930486,
- -0.048651036,
- -0.000702149,
- 0.02221842,
- -0.0055337423,
- -0.025535535,
- 0.018244138,
- 0.020382531,
- 0.05336593,
- -0.008099813,
- -0.02822678,
- -0.005361628,
- 0.012225346,
- -0.032607876,
- -0.008829996,
- -0.0028112037,
- -0.028977826,
- -0.04072334,
- -0.022656528,
- -0.02230187,
- -0.012840786,
- 0.028164193,
- 0.020455549,
- 0.028560579,
- -0.02593192,
- -0.034631528,
- 0.013164152,
- 0.0038908313,
- -0.018598799,
- 0.0024082994,
- -0.0020458158,
- 0.029624559,
- -0.013237171,
- -0.0007464815,
- -0.008183263,
- -0.039325558,
- 0.027037626,
- 0.0073748464,
- -0.004441076,
- 0.032774776,
- -0.02115444,
- 0.011745512,
- 0.023219813,
- 0.012506988,
- -0.0126217315,
- -0.028122468,
- -0.030417329,
- 0.035048775,
- 0.008271928,
- -0.007823387,
- -0.026307443,
- 0.046940323,
- -0.037093285,
- -0.010024367,
- 0.007546961,
- 0.060167063,
- 0.051446594,
- 0.0014851396,
- -0.0032075888,
- -0.005306864,
- 0.016387388,
- 0.03252443,
- 0.05970809,
- -0.029332485,
- -0.03573723,
- -0.014739261,
- -0.00434198,
- 0.036968112,
- -0.010785843,
- 0.014603656,
- -0.004135964,
- -0.0019558468,
- -0.010681531,
- -0.000855357,
- 0.031064061,
- 0.018796992,
- 0.020330375,
- 0.015323407,
- -0.016429113,
- 0.016721185,
- -0.033546682,
- 0.024888802,
- -0.028602304,
- -0.0027642634,
- 0.00153208,
- -0.007990286,
- 0.011839393,
- 0.021467375,
- 0.014457619,
- 0.029582834,
- 0.025618985,
- -0.0040994547,
- -0.0017068023,
- -0.012924235,
- 0.01084843,
- -0.015980572,
- -0.020747622,
- -0.0460641,
- -0.037051562,
- 0.01676291,
- 0.018901303,
- 0.04072334,
- -0.015938846,
- 0.0389709,
- 0.0058884025,
- 0.0067072506,
- 0.020862365,
- -0.025723297,
- -0.04020178,
- -0.028623166,
- 0.016898517,
- 0.013915198,
- -0.0057580126,
- -0.04452029,
- 0.05211419,
- 0.04347717,
- -0.004905264,
- 0.00763041,
- 0.042225428,
- -0.010253852,
- -0.023407575,
- 0.025702434,
- -0.019370707,
- -0.044061314,
- 0.01534427,
- -0.035591196,
- 0.0019245532,
- -0.025514673,
- 0.042475775,
- 0.0074843736,
- -0.006555998,
- 0.03554947,
- 4.8325714e-05,
- -0.017347056,
- 0.013925629,
- -0.008710038,
- 0.01736792,
- -0.054200426,
- 0.0005759969,
- 0.011735081,
- -0.011766374,
- -0.016470838,
- 0.015239958,
- 0.026307443,
- -0.032336667,
- -0.03189856,
- -0.014916591,
- 0.0009779234,
- -0.015782379,
- 0.018890873,
- -0.010785843,
- -0.0007927699,
- -0.019036908,
- 9.339168e-05,
- -0.018943029,
- 0.011265677,
- -0.020935385,
- 0.018901303,
- -0.020403393,
- -0.0011715522,
- 0.01788948,
- -0.037552256,
- 0.0006434736,
- 0.00518169,
- 0.020956246,
- 0.04118231,
- 0.017347056,
- 0.008449258,
- 0.014572362,
- 0.0047540115,
- -0.0004899396,
- -0.0038099894,
- -0.021029264,
- -0.0034370746,
- 0.026495203,
- -0.017347056,
- -0.0032623524,
- -0.048192065,
- -0.0068115625,
- -0.022948602,
- -0.0027512244,
- 0.004464546,
- -0.006634232,
- -0.050945897,
- 0.007541745,
- -0.0021253536,
- 0.0028398896,
- 0.0006969334,
- 0.0017811245,
- 0.003929948,
- -0.006180476,
- 0.0271628,
- 0.026328305,
- -0.020705897,
- 0.0038725766,
- 0.030187843,
- -0.0072601032,
- 0.039450735,
- -0.013164152,
- -0.006263925,
- 0.0075886855,
- -0.0425175,
- 0.016105747,
- -0.04648135,
- 0.005679779,
- 0.013675281,
- -0.018974321,
- -0.051989015,
- -0.032607876,
- 0.0078807585,
- -0.03774002,
- 0.025723297,
- 0.02029908,
- 0.026703827,
- -0.004073377,
- -0.0061178887,
- 0.05219764,
- -0.041766457,
- 0.026787277,
- -0.023887409,
- 0.0018932597,
- 0.0012908588,
- 0.019026477,
- -0.0034396825,
- -0.011223952,
- -0.0195689,
- -0.01694024,
- -0.02415862,
- -0.002015826,
- 0.018796992,
- 0.058706697,
- -0.015907554,
- 0.028894376,
- -0.0038960467,
- -0.006623801,
- 0.0024982681,
- 0.0016324801,
- -0.026557792,
- 0.039221246,
- 0.0054346463,
- 0.00045473437,
- 0.033129435,
- -0.015312976,
- 0.013153722,
- -0.003139786,
- 0.018557074,
- 0.032879088,
- -0.029874908,
- -0.019203808,
- -0.03986798,
- -0.016095314,
- -0.019109927,
- -0.044937536,
- 0.021300474,
- 0.005184298,
- 0.021217026,
- 0.047691368,
- -0.0020992756,
- 0.05178039,
- 0.016856791,
- 0.024388105,
- -0.04013919,
- -0.013289327,
- -0.012799061,
- 0.013153722,
- -0.0027512244,
- -0.018723972,
- 0.002539993,
- 0.02081021,
- 0.018525781,
- -0.043518893,
- -0.0009049051,
- -0.028205918,
- 0.010712825,
- -0.026161406,
- 0.012684318,
- -0.03776088,
- -0.019297687,
- -0.00055448257,
- -0.014801849,
- 0.00084818556,
- -0.025118288,
- 0.028956963,
- 0.009867899,
- 0.018890873,
- 0.030125255,
- -0.023157226,
- 0.008809133,
- 0.02284429,
- 0.03440204,
- -0.010691962,
- -0.0015777164,
- -0.008459689,
- 0.010942311,
- -0.051738665,
- -0.022593942,
- 0.0045271334,
- 0.030125255,
- 0.00041789925,
- 0.02196807,
- -0.03730191,
- 0.027892983,
- -0.024200344,
- -0.023303263,
- 0.020163476,
- -0.05616149,
- 0.028435403,
- -0.0009629286,
- -0.03308771,
- 0.004060338,
- 0.031815108,
- -0.009226381,
- -0.00084427383,
- 0.009930486,
- 0.035862405,
- -0.022134969,
- 0.017138433,
- -0.008324084,
- -0.012058447,
- 0.027350562,
- -0.04664825,
- 0.00403426,
- 0.03367186,
- 0.017785167,
- -0.027371423,
- -0.033358924,
- 0.0024343773,
- 0.015563325,
- 0.007093204,
- 0.022948602,
- 0.014009078,
- -0.054200426,
- 0.0023026837,
- -0.03306685,
- 0.029395074,
- 0.008235419,
- -0.038720552,
- 0.003048513,
- 0.022927739,
- -0.019266395,
- -0.019808816,
- -0.00066303206,
- -0.02970801,
- 0.010900586,
- 0.0041594342,
- 0.0006333684,
- -0.021227457,
- 0.000140332,
- -0.0065142736,
- 0.034861013,
- 0.027851257,
- -0.032649603,
- -0.03360927,
- -0.022510493,
- 0.001558158,
- -0.023887409,
- 0.0019858363,
- -0.034714974,
- 0.0017420076,
- -0.019214239,
- -0.027392285,
- 0.022823427,
- -0.0124756945,
- -0.003979496,
- 0.011046623,
- -0.015208664,
- 0.024408968,
- -0.025201738,
- -0.01694024,
- 0.012016723,
- -0.010806705,
- -0.048525862,
- -0.0145202065,
- 0.003142394,
- -0.012590437,
- 0.018150259,
- 0.002284429,
- -0.0018045946,
- -0.033275474,
- 0.0015033942,
- 0.0024930527,
- 0.006342159,
- 0.013821317,
- -0.008230203,
- -0.04401959,
- 0.017159296,
- -0.017931202,
- 0.0072340253,
- -0.028456267,
- 0.005100848,
- 0.013216308,
- 0.021675998,
- 0.053574555,
- 0.008011148,
- -0.014854005,
- 0.017274039,
- -0.01288251,
- 0.03757312,
- -0.0030172197,
- 0.005259924,
- -0.033296335,
- 0.021738585,
- -0.033275474,
- 0.06004189,
- 0.0034370746,
- 0.010723256,
- 0.011776805,
- -0.0029259468,
- 0.025806746,
- 0.011808099,
- 0.002169686,
- -0.003802166,
- 0.009841821,
- 0.011943704,
- -0.008407533,
- -0.02576502,
- 0.0054033524,
- 0.03607103,
- 0.022552216,
- 0.009080345,
- 0.019975714,
- 0.0049104793,
- -0.023970857,
- -0.013821317,
- -0.0120897405,
- 0.006597723,
- -0.0007230113,
- -0.017649561,
- 0.008772625,
- 0.0250557,
- -0.03306685,
- 0.04443684,
- 0.011349127,
- -0.00021905484,
- 0.0123818135,
- 0.002631266,
- 0.05132142,
- -0.00022198861,
- -0.042621814,
- 0.017096708,
- 0.02407517,
- -0.011860255,
- -0.029144725,
- 0.011192659,
- 0.010066091,
- -0.017440937,
- 0.02451328,
- -0.02724625,
- 0.045187883,
- -0.0501114,
- -0.014833142,
- -0.04815034,
- 0.00518169,
- -0.010702393,
- 0.022719117,
- 0.021529961,
- 0.02223928,
- -0.014895729,
- -0.011881117,
- 0.009304615,
- 0.030479915,
- 0.011870686,
- 0.03953418,
- 0.011860255,
- -0.0068897964,
- -0.01605359,
- -0.015928416,
- 0.021550823,
- 0.012068879,
- -0.003267568,
- -0.008230203,
- 0.016011866,
- 0.00992527,
- 0.021018833,
- 0.025785884,
- -0.0047435802,
- -0.002526954,
- 0.021363063,
- 0.013800454,
- -0.005450293,
- 0.024847077,
- 0.013664849,
- -0.02451328,
- -0.049902778,
- -0.015125215,
- -0.009768803,
- 0.009210735,
- -0.020309513,
- 0.008605726,
- -0.016418682,
- -0.0037604414,
- -0.037155874,
- -0.002487837,
- 0.00010797904,
- -0.013059841,
- -0.010942311,
- 0.009205518,
- -0.012559144,
- -0.0044176057,
- -0.013247602,
- -0.009852252,
- -0.023699647,
- -0.0056484854,
- -0.031543896,
- -0.0024200345,
- -0.0024956604,
- 0.0040812003,
- 0.022969464,
- -0.013956922,
- -0.03473584,
- -0.010144325,
- 0.025285186,
- -0.012340089,
- -0.012924235,
- -0.022447905,
- -0.019892266,
- -0.005246885,
- 0.010029582,
- 0.0039273403,
- -0.004840069,
- -0.0015972749,
- 0.0041907276,
- 0.02601537,
- -0.004800952,
- 0.011609906,
- 0.015354701,
- -0.028518854,
- -0.058539797,
- -0.03369272,
- 0.018379744,
- -0.0030224351,
- -0.036822073,
- -0.025994508,
- -0.0063995305,
- -0.016178764,
- -0.017044552,
- 0.028372817,
- -0.01587626,
- 0.010024367,
- -0.0055754674,
- -0.007682566,
- 0.012465264,
- 0.006446471,
- -0.0008710038,
- 0.013904766,
- 0.041390933,
- -0.017190589,
- 0.020080026,
- 0.0583729,
- 0.020434687,
- -0.009867899,
- 0.0030693754,
- -0.0026208346,
- -0.0017054983,
- 0.0048844013,
- 0.035340846,
- 0.007463511,
- -0.003382311,
- -0.024325518,
- 0.027976433,
- -0.0023274575,
- -0.023887409,
- 0.0040994547,
- 0.024534142,
- 0.0007438737,
- 0.0054398617,
- 0.025326911,
- 0.050653823,
- -0.013101566,
- 0.001901083,
- -0.023344986,
- -0.0018997792,
- -0.0066029388,
- -0.02689159,
- 0.0015516385,
- 0.0021644705,
- 0.0056589167,
- -0.0057006413,
- -0.029854044,
- 0.0075260983,
- 0.016867222,
- -0.024012582,
- -0.0010757158,
- -0.01816069,
- -0.00053394615,
- 0.023574473,
- 0.014029941,
- 0.021801172,
- -0.02415862,
- -0.010613728,
- 0.010702393,
- -0.02029908,
- 0.03402652,
- 0.011317833,
- -0.013080703,
- 0.01869268,
- 0.002553032,
- -0.02169686,
- 0.021363063,
- -0.01614747,
- 0.022865152,
- 0.0011083132,
- -0.029916633,
- 0.042475775,
- -0.0038308518,
- 0.015803242,
- -0.0066707414,
- -0.020069595,
- -0.017274039,
- -0.016283076,
- 0.03588327,
- 0.005883187,
- 0.0028268506,
- -0.007875543,
- -0.023303263,
- 0.014436757,
- -0.0013469264,
- 0.021300474,
- 0.030938888,
- 0.0090229735,
- 0.017002828,
- -0.014248996,
- -0.0091690095,
- -0.022969464,
- 0.016001435,
- 0.00030560105,
- 0.006608154,
- -0.006394315,
- 0.01181853,
- -0.002030169,
- 0.0027720868,
- 0.045730304,
- 0.01472883,
- -0.0028112037,
- -0.03577896,
- 0.0077034286,
- 0.0053146877,
- -0.013717005,
- 0.009810528,
- -0.0007060607,
- -0.013727437,
- -0.004490624,
- -0.018974321,
- 0.027934708,
- 0.007901621,
- -0.018369313,
- 0.036676038,
- 0.026578654,
- -0.0006160917,
- 0.032566153,
- -0.0007503932,
- -0.0038699687,
- -0.015500737,
- 0.01861966,
- -0.020601586,
- 0.004480193,
- 0.039471596,
- 0.043185096,
- -0.04506271,
- 0.0061596134,
- -0.007364415,
- 5.0240815e-05,
- 0.018796992,
- 0.0045375647,
- -0.0027512244,
- 0.011964567,
- 0.05282351,
- -0.036467414,
- 0.02795557,
- 0.002627354,
- -0.0087830555,
- 0.016815066,
- 0.01110921,
- 0.020048734,
- 0.014843573,
- 0.021237887,
- -0.050194852,
- -0.0024826215,
- 0.024262931,
- -0.009080345,
- 0.03360927,
- 0.018598799,
- -0.0021957639,
- -0.014676674,
- -0.009294184,
- 0.011088347,
- 0.0026938529,
- 0.045813754,
- -0.014634949,
- -0.0040368675,
- 0.023261538,
- -0.016679462,
- -0.019151652,
- -0.04226715,
- 0.029582834,
- -0.0019128182,
- -0.038407616,
- 0.0041802963,
- -0.032065455,
- 0.039993156,
- -0.008626588,
- -0.00674376,
- -0.0009909624,
- 0.0057319347,
- -0.027642634,
- 0.033233747,
- 0.02689159,
- -0.02866489,
- -0.039763667,
- -0.012580006,
- -0.03517395,
- 0.0014694929,
- -0.017263608,
- 0.015177371,
- 0.016533425,
- 0.0036300516,
- 0.06162743,
- 0.011046623,
- -0.01657515,
- -0.027475735,
- -0.037260186,
- -0.014457619,
- -0.01217319
+ -0.027098652,
+ -0.014112577,
+ 0.065670945,
+ 0.008751258,
+ 0.017805003,
+ -0.04948268,
+ -0.0021069776,
+ 0.003911468,
+ -0.010816514,
+ 0.038634874,
+ -0.0010580522,
+ -0.0065712663,
+ -0.02851721,
+ 0.037007704,
+ -0.0018279594,
+ 0.008203653,
+ -0.0355057,
+ 0.013173825,
+ 0.015562428,
+ 0.013194686,
+ 0.0010254566,
+ 0.0071449485,
+ -0.054072134,
+ 0.027828792,
+ -0.0064826068,
+ -0.030707633,
+ -0.0015997905,
+ -0.024491007,
+ -0.032522555,
+ -0.011776127,
+ 0.03923985,
+ -0.01344502,
+ -0.015917068,
+ 0.008699105,
+ 0.04677073,
+ 0.02547148,
+ 0.05094296,
+ 0.0018553397,
+ 0.013737076,
+ 0.019192271,
+ 0.00037419712,
+ -0.004910196,
+ 0.03661134,
+ 0.017982323,
+ -0.0034394844,
+ 0.0045320876,
+ -0.015979651,
+ 0.0055282083,
+ 0.017669406,
+ 0.03321097,
+ -0.016010944,
+ -0.026389372,
+ 0.024115505,
+ 0.012474976,
+ 0.0072909766,
+ -0.040783573,
+ 0.01095211,
+ 0.010404505,
+ 0.0022438788,
+ 0.06750672,
+ 0.015134774,
+ -0.028392043,
+ 0.0016532472,
+ -0.0030926676,
+ -0.009053745,
+ 0.006508683,
+ 0.025513204,
+ 0.023281058,
+ 0.041722327,
+ 0.026034731,
+ -0.020204037,
+ -0.013413728,
+ -0.012130766,
+ 0.012308086,
+ -0.03442092,
+ -0.0029466394,
+ -0.007859443,
+ -0.020767288,
+ 0.04251505,
+ -0.014613245,
+ -0.012026461,
+ -0.026681429,
+ 0.010075942,
+ -0.05465625,
+ -0.0056585907,
+ 0.014258605,
+ -0.03137519,
+ -0.0030457298,
+ -0.006670357,
+ -0.015635442,
+ 0.017314766,
+ 0.029289074,
+ 0.0013403298,
+ -0.015009607,
+ 0.07902209,
+ 0.03339872,
+ -0.03723718,
+ 0.028454628,
+ 0.03331528,
+ 0.005079693,
+ 0.024511866,
+ 0.01830567,
+ -0.016887112,
+ -0.0027588888,
+ 0.046812452,
+ -0.0032882409,
+ -0.0043365145,
+ -0.011004264,
+ -0.010633978,
+ 0.053404577,
+ -0.08452944,
+ -0.00841748,
+ 0.040846158,
+ -0.06663056,
+ 0.020224897,
+ 0.019432174,
+ 0.05432247,
+ -0.05085952,
+ 0.014248175,
+ 0.020579537,
+ 0.0243867,
+ 0.033836808,
+ -0.021038484,
+ -0.029017879,
+ -0.029956631,
+ 0.0033456092,
+ 0.02257178,
+ 0.03732062,
+ 0.002280386,
+ 0.048356175,
+ 0.045227002,
+ 0.02313503,
+ 0.01595879,
+ 0.016542902,
+ -0.02278039,
+ -0.010550533,
+ -0.0019231385,
+ -0.005037971,
+ 0.0042843614,
+ 0.04228558,
+ 0.035943784,
+ -0.052444965,
+ -0.011181584,
+ 0.003705464,
+ 0.032877192,
+ -0.06775706,
+ -0.02526287,
+ 0.0037915164,
+ -0.01540597,
+ 0.017001849,
+ 0.037174594,
+ 0.064961664,
+ -0.052069463,
+ 0.0062479186,
+ 0.03331528,
+ -0.029372519,
+ 0.0094136,
+ 0.00796375,
+ -0.011630098,
+ -0.041847493,
+ -0.0068737534,
+ 0.010493165,
+ -0.054614525,
+ 0.014853149,
+ -0.03385767,
+ -0.046103172,
+ 0.0032386957,
+ 0.030895384,
+ -0.0033586472,
+ 0.0067850933,
+ 0.0044095283,
+ -0.014759273,
+ -0.010154171,
+ 0.001507219,
+ 0.02386517,
+ 0.015823193,
+ 0.091288455,
+ -0.08148371,
+ -0.014425495,
+ -0.0015867522,
+ 0.0028188648,
+ 0.005788973,
+ 0.0351302,
+ -0.028976155,
+ 0.002272563,
+ 0.000404511,
+ 0.053488024,
+ -0.025575787,
+ -0.01793017,
+ 0.052778743,
+ -0.047605176,
+ 0.02958113,
+ -0.0070406427,
+ 0.00027184704,
+ -0.015040899,
+ -0.012297655,
+ 0.057868868,
+ -0.02993577,
+ -0.00475113,
+ -0.003971444,
+ 0.0039401525,
+ 0.0006193158,
+ -0.042556774,
+ -0.045685947,
+ 0.024887368,
+ -0.017158307,
+ 0.02062126,
+ 0.025367174,
+ -0.026744012,
+ 0.023176752,
+ 0.022154555,
+ -0.025367174,
+ -0.056199975,
+ -0.012589713,
+ -0.06312588,
+ 0.021591304,
+ 0.019129686,
+ 0.002250398,
+ -0.0071240873,
+ -0.030978829,
+ -0.031604663,
+ 0.06337622,
+ 0.016167402,
+ -0.058160923,
+ 0.03694512,
+ -0.00932494,
+ 0.03316925,
+ 0.0114945015,
+ 0.045477338,
+ -0.018566435,
+ 0.005434333,
+ 0.0077707833,
+ 0.013434589,
+ -0.034170587,
+ 0.006978059,
+ -0.020485662,
+ 0.019932842,
+ -0.014018702,
+ -0.027265541,
+ 0.006524329,
+ -0.040449794,
+ -0.03118744,
+ -0.011932585,
+ -0.018357825,
+ 0.036819953,
+ 0.006649496,
+ -0.0042687156,
+ -0.06713122,
+ 0.01595879,
+ -0.0036402731,
+ -0.005449979,
+ 0.03746665,
+ -0.0092310645,
+ 0.039093822,
+ 0.00014317603,
+ -0.021257525,
+ 0.012986074,
+ -0.0005189214,
+ 0.048356175,
+ -0.039511044,
+ 0.012422822,
+ -0.0678405,
+ -0.008177576,
+ 0.00046905022,
+ -0.024678756,
+ -0.004513834,
+ -0.0032439108,
+ 0.01738778,
+ -0.017450362,
+ 0.011713543,
+ 0.017982323,
+ -0.002516378,
+ 0.0137683675,
+ -0.006764232,
+ 0.0019648608,
+ -0.020120593,
+ -0.0487734,
+ 0.017638113,
+ 0.00023762169,
+ 0.03694512,
+ -0.069759734,
+ 0.0012073398,
+ 0.021549582,
+ 0.01990155,
+ -0.021779055,
+ 0.0017340842,
+ 0.03031127,
+ 0.0018762009,
+ -0.027536735,
+ -0.032355666,
+ 0.0050718705,
+ 0.015572859,
+ -0.02117408,
+ 0.007489158,
+ 0.07205446,
+ 0.039886545,
+ 0.004177448,
+ -0.038864348,
+ 0.035025895,
+ -0.012224642,
+ -0.02920563,
+ 0.014800996,
+ 0.016386444,
+ 0.010138526,
+ 0.0055855764,
+ 0.0044147437,
+ 0.03982396,
+ -0.06074771,
+ 0.03331528,
+ -0.026952622,
+ -0.007134518,
+ 0.0175651,
+ 0.01953648,
+ 0.007103226,
+ -0.040428936,
+ -0.005118808,
+ 0.03081194,
+ -0.008939008,
+ 0.02367742,
+ 0.02403206,
+ 0.015771039,
+ -0.037570957,
+ -0.0013494565,
+ 2.0983396e-05,
+ -0.009674365,
+ -0.034483504,
+ 0.039844822,
+ 0.0023781727,
+ -1.9944413e-05,
+ 0.033795085,
+ -0.0027119513,
+ -0.022342306,
+ -0.02490823,
+ 0.018514283,
+ 0.037758704,
+ -0.0071449485,
+ -0.025200285,
+ 0.016334292,
+ -0.013434589,
+ -0.001198865,
+ -0.04697934,
+ -0.022863835,
+ -0.020214468,
+ -0.021612165,
+ 0.007916812,
+ -0.020767288,
+ 0.0018631626,
+ 0.014383772,
+ 0.044768058,
+ 0.021382693,
+ -0.049065456,
+ -0.026472816,
+ -0.0001677042,
+ -0.013747507,
+ -0.012308086,
+ -0.029247351,
+ -0.023281058,
+ -0.03836368,
+ -0.023030724,
+ 0.0019009735,
+ -0.031646386,
+ 0.0014302935,
+ 0.016814098,
+ -0.07547569,
+ 0.040282905,
+ 0.018973228,
+ -0.026848318,
+ -0.06078943,
+ -0.02294728,
+ 0.03638187,
+ 0.02205025,
+ 0.04251505,
+ 0.029080462,
+ 0.016803667,
+ -0.04518528,
+ -0.03853057,
+ 0.043891888,
+ -0.009721302,
+ 0.05052574,
+ -0.020402217,
+ 0.02278039,
+ 0.0092310645,
+ -0.009022453,
+ -0.023260197,
+ 0.014790565,
+ 0.017961461,
+ 0.026994346,
+ 0.038301095,
+ -0.0046442165,
+ 0.036298424,
+ 0.059621204,
+ -0.018670741,
+ 0.02745329,
+ -0.009643073,
+ 0.019609494,
+ 0.006774663,
+ -0.0043651983,
+ -0.02634765,
+ 0.052778743,
+ -0.029873187,
+ 0.024428422,
+ 0.003700249,
+ 0.052945632,
+ 0.013298992,
+ -0.012339378,
+ -0.044225667,
+ -0.005309166,
+ 0.017116584,
+ 0.045769393,
+ -0.016814098,
+ 0.015656304,
+ -0.017262613,
+ 0.059829816,
+ 0.015812762,
+ -0.01829524,
+ -0.021820776,
+ -0.030937105,
+ -0.032126192,
+ -0.024261532,
+ 0.016209124,
+ -0.015572859,
+ -0.014029132,
+ -0.033127528,
+ -0.035630867,
+ 0.013883105,
+ 0.006399162,
+ 0.014654967,
+ -0.0070406427,
+ -0.01397698,
+ -0.02382345,
+ 0.003009223,
+ -0.016063096,
+ 0.031542078,
+ 0.025534064,
+ 0.043349497,
+ -0.052194633,
+ -0.0021943336,
+ 0.010414936,
+ 0.03673651,
+ 0.052278075,
+ -0.010806083,
+ -0.012339378,
+ -0.018587297,
+ -0.016532471,
+ -0.03064505,
+ -0.030019214,
+ -0.031896718,
+ -0.06358483,
+ -0.044559445,
+ 0.038071625,
+ -0.032731164,
+ -0.05845298,
+ 0.025784397,
+ 0.024783062,
+ -0.023030724,
+ -0.036924258,
+ 0.012767032,
+ -0.020308342,
+ -0.015948359,
+ 0.007510019,
+ 0.0218625,
+ 0.025784397,
+ -0.05778542,
+ 0.042640217,
+ 0.026806595,
+ 0.04531045,
+ 0.022676084,
+ -0.021121928,
+ 0.03515106,
+ -0.064127214,
+ 0.013319853,
+ 0.008824272,
+ 0.030937105,
+ -0.03498417,
+ -0.01918184,
+ -0.008803411,
+ 0.037404068,
+ 0.030707633,
+ 0.0042452468,
+ 0.026285065,
+ 0.017878016,
+ -0.019849397,
+ 0.022363167,
+ -0.014425495,
+ 0.017554669,
+ 0.11214962,
+ -0.04556078,
+ -0.030770216,
+ -0.0064304536,
+ -0.017554669,
+ -0.027515875,
+ 0.0315838,
+ 0.035088476,
+ -0.0071553793,
+ -0.008109777,
+ -0.04051238,
+ 0.02759932,
+ -0.031250022,
+ -0.021570442,
+ -0.011619668,
+ -0.018357825,
+ -0.019588633,
+ 0.01540597,
+ 0.058035757,
+ 0.06842462,
+ -0.040053435,
+ -0.006920691,
+ 0.010649624,
+ -0.012433253,
+ -0.066839166,
+ 0.0448515,
+ 0.0140082715,
+ 0.031124856,
+ 0.014018702,
+ -0.022175416,
+ 0.035463978,
+ -0.047980677,
+ 0.041680604,
+ 0.016240416,
+ -0.035255365,
+ 0.014216883,
+ 0.037278898,
+ -0.036840815,
+ -0.0060497373,
+ -0.0072544697,
+ -0.024991674,
+ -0.048314456,
+ 0.01901495,
+ 0.01095211,
+ -0.018670741,
+ -0.0009909052,
+ 0.037612677,
+ 0.02920563,
+ -0.042473327,
+ -0.025179425,
+ -0.018170074,
+ -0.037007704,
+ 0.0034525224,
+ 0.005118808,
+ -0.04163888,
+ -0.013006936,
+ -0.013883105,
+ 0.059203982,
+ -0.0026963053,
+ 0.0023846917,
+ -0.016000513,
+ 0.015739748,
+ 0.020569107,
+ 0.034295753,
+ 0.0019687724,
+ 0.008579154,
+ -0.0055177775,
+ -0.0044017057,
+ 8.3526145e-05,
+ 0.04806412,
+ -0.0042243856,
+ -0.012996505,
+ -0.0100237895,
+ -0.0030431221,
+ 0.0398031,
+ 0.0243867,
+ 0.010879097,
+ 0.05286219,
+ 0.0024603135,
+ -0.01739821,
+ 0.02205025,
+ 0.0056950976,
+ -0.02655626,
+ -0.017898878,
+ -0.02976888,
+ -0.017252183,
+ -0.001397698,
+ -0.037758704,
+ -0.024303256,
+ -0.013705784,
+ 0.006779878,
+ 0.0051735686,
+ 0.0026858747,
+ 0.014143869,
+ 0.015385108,
+ 0.00048730374,
+ -0.0023938185,
+ -0.026431095,
+ 0.03141691,
+ -0.039323293,
+ -0.012662726,
+ 0.05019196,
+ -0.003118744,
+ 0.027202956,
+ -0.023072448,
+ 0.020287482,
+ -0.013382437,
+ -0.0015372069,
+ 0.03356561,
+ 0.009580489,
+ 0.015332955,
+ -0.0067850933,
+ -0.01039929,
+ -0.02064212,
+ 0.012162059,
+ 0.0103001995,
+ 0.02365656,
+ -0.012787893,
+ -0.035756033,
+ 0.031458635,
+ -0.01488444,
+ -0.0055386387,
+ -0.0007809898,
+ 0.015990082,
+ -0.020892454,
+ -0.014049994,
+ 0.06078943,
+ -0.0030405147,
+ -0.042222995,
+ -0.00048599992,
+ 0.011338042,
+ 0.048356175,
+ -0.0014993962,
+ -0.027724486,
+ -0.0036898183,
+ -0.021382693,
+ -0.026055593,
+ -0.0027771425,
+ 0.05019196,
+ 0.0265354,
+ -0.014686259,
+ -0.018013615,
+ 0.019494757,
+ -0.012255933,
+ 0.022613501,
+ 0.006039307,
+ 0.027536735,
+ -0.015218219,
+ -0.013862243,
+ 0.0006646236,
+ -0.014362911,
+ -0.00932494,
+ -0.0015385108,
+ -0.010534887,
+ -0.04301572,
+ -0.0032491263,
+ 0.013121672,
+ -0.006211411,
+ -0.0059558623,
+ 0.032397386,
+ 0.060372207,
+ 0.02130968,
+ 0.01237067,
+ 0.017898878,
+ -0.013048658,
+ -0.014863579,
+ 0.02190422,
+ -0.024344977,
+ 0.0022921204,
+ 0.05899537,
+ -0.016459458,
+ -0.046478674,
+ -0.01900452,
+ -0.027348986,
+ 0.021591304,
+ -0.013173825,
+ 0.019400882,
+ -0.018921075,
+ -0.011087708,
+ 0.0071762404,
+ 0.040199462,
+ -0.028767545,
+ 0.0362567,
+ -0.033795085,
+ -0.0261599,
+ -0.04261936,
+ -0.041325964,
+ 0.020746427,
+ -0.007082365,
+ 0.012235072,
+ 0.015687594,
+ 0.022676084,
+ 0.00046448683,
+ 0.03102055,
+ -0.026493678,
+ -0.0056533753,
+ 0.0110668475,
+ -0.045227002,
+ -0.013205117,
+ -0.0043938826,
+ 0.018034475,
+ -0.013757938,
+ -0.021758193,
+ -0.015875345,
+ -0.028079126,
+ -0.008380973,
+ -0.03907296,
+ -0.03243911,
+ 0.025596648,
+ 0.0137683675,
+ -0.015155635,
+ 0.01595879,
+ 0.017700696,
+ 0.012767032,
+ -0.032522555,
+ 0.021674749,
+ -0.017606823,
+ -0.001331855,
+ -0.0046103173,
+ 0.0061279666,
+ -0.012485406,
+ -0.033294417,
+ -0.029518547,
+ 0.03913554,
+ 0.0038671382,
+ 0.0145610925,
+ -0.0014902693,
+ -0.042598497,
+ -0.032188777,
+ -0.041138213,
+ -0.0073379143,
+ 0.0047615604,
+ -0.010519242,
+ 0.0012992594,
+ -0.015499844,
+ -0.0033195326,
+ 0.013601478,
+ -0.01524951,
+ -0.048523065,
+ 0.015979651,
+ -0.012120336,
+ 0.029601991,
+ 0.0032725951,
+ 0.06012187,
+ 0.0034707761,
+ -0.00052120315,
+ -0.019828536,
+ -0.009173697,
+ 0.029122185,
+ -0.013372006,
+ -0.0025111625,
+ -0.042807106,
+ -0.02455359,
+ 0.021466138,
+ -0.0061071054,
+ 0.021153219,
+ 0.027933098,
+ 0.02062126,
+ 0.029539408,
+ 0.003507283,
+ 0.031437773,
+ 0.0045086187,
+ 0.009194558,
+ -0.024678756,
+ 0.00015189535,
+ 0.012182919,
+ 0.0024159835,
+ -0.023218475,
+ 0.008500924,
+ 0.0075986786,
+ -0.00056814076,
+ -0.016960125,
+ 0.012829616,
+ 0.01684539,
+ 0.023239337,
+ -0.013465881,
+ 0.025846982,
+ 0.026326789,
+ 0.018587297,
+ -0.031875856,
+ -0.026451955,
+ 0.053237688,
+ -0.0130277965,
+ 0.009940345,
+ 0.0304573,
+ -0.00073796365,
+ -0.034462642,
+ -0.0029283857,
+ -0.047938954,
+ 0.048272733,
+ -0.043182608,
+ -0.046895895,
+ -0.004036635,
+ -0.008641737,
+ 0.024261532,
+ 0.00065810455,
+ 0.0125375595,
+ -0.015520706,
+ 0.0052674436,
+ 0.029393379,
+ -0.038321957,
+ 0.021883361,
+ 0.04001171,
+ 0.005522993,
+ -0.04572767,
+ 0.008292313,
+ -0.010722638,
+ -0.026973484,
+ 0.027286401,
+ -0.02150786,
+ 0.027641041,
+ -0.019223562,
+ -0.01955734,
+ -0.03498417,
+ -0.011233737,
+ -0.008370542,
+ -0.027787069,
+ 0.007723846,
+ 0.0049467036,
+ -0.066839166,
+ -0.0145298,
+ 0.02419895,
+ -0.014185592,
+ -0.032877192,
+ -0.024240673,
+ -0.0055855764,
+ 0.032397386,
+ 0.0018775048,
+ 0.009935129,
+ -0.048648234,
+ -0.0006995009,
+ 0.02221714,
+ -0.0055490695,
+ -0.025513204,
+ 0.018243087,
+ 0.02043351,
+ 0.053362858,
+ -0.008083701,
+ -0.028183432,
+ -0.0053195967,
+ 0.012235072,
+ -0.032606,
+ -0.008792981,
+ -0.0028292954,
+ -0.02889271,
+ -0.04072099,
+ -0.022634363,
+ -0.022342306,
+ -0.012829616,
+ 0.02816257,
+ 0.020464802,
+ 0.028558932,
+ -0.025930427,
+ -0.03462953,
+ 0.013184255,
+ 0.003906253,
+ -0.018576866,
+ 0.0023912108,
+ -0.0020561283,
+ 0.029622853,
+ -0.0132677,
+ -0.000757521,
+ -0.008182791,
+ -0.039323293,
+ 0.02707779,
+ 0.007384852,
+ -0.004456466,
+ 0.032752026,
+ -0.02116365,
+ 0.011734405,
+ 0.023218475,
+ 0.012506267,
+ -0.012631435,
+ -0.02812085,
+ -0.0304573,
+ 0.035046756,
+ 0.008287097,
+ -0.007833367,
+ -0.026285065,
+ 0.046895895,
+ -0.03711201,
+ -0.010013359,
+ 0.0075621717,
+ 0.060163595,
+ 0.05144363,
+ 0.0014798387,
+ -0.0032308728,
+ -0.005296128,
+ 0.016417736,
+ 0.032522555,
+ 0.05970465,
+ -0.029393379,
+ -0.03569345,
+ -0.014738412,
+ -0.0043521603,
+ 0.03694512,
+ -0.01076436,
+ 0.014654967,
+ -0.004148764,
+ -0.0019531264,
+ -0.010649624,
+ -0.0008950743,
+ 0.031083133,
+ 0.01881677,
+ 0.020329203,
+ 0.015353817,
+ -0.016407305,
+ 0.016741084,
+ -0.033586472,
+ 0.02490823,
+ -0.028621517,
+ -0.0027484582,
+ 0.0015424222,
+ -0.008005472,
+ 0.01182828,
+ 0.02152872,
+ 0.014508939,
+ 0.029601991,
+ 0.025596648,
+ -0.0040992186,
+ -0.0016897542,
+ -0.012944352,
+ 0.010837374,
+ -0.015979651,
+ -0.020735996,
+ -0.04606145,
+ -0.037049428,
+ 0.016741084,
+ 0.018900214,
+ 0.040741853,
+ -0.01595879,
+ 0.039010376,
+ 0.005893279,
+ 0.006743371,
+ 0.020861164,
+ -0.025721814,
+ -0.0401786,
+ -0.028642377,
+ 0.016928835,
+ 0.013914396,
+ -0.0057420353,
+ -0.044517722,
+ 0.052111186,
+ 0.043474663,
+ -0.004910196,
+ 0.007603894,
+ 0.042222995,
+ -0.010253262,
+ -0.023427086,
+ 0.025700953,
+ -0.019369591,
+ -0.044058777,
+ 0.015353817,
+ -0.035610005,
+ 0.0019531264,
+ -0.025492342,
+ 0.042473327,
+ 0.0074839424,
+ -0.0065660514,
+ 0.035547424,
+ 5.390492e-05,
+ -0.017346058,
+ 0.013914396,
+ -0.008699105,
+ 0.01738778,
+ -0.054280747,
+ 0.0005932393,
+ 0.011703113,
+ -0.011765696,
+ -0.016459458,
+ 0.015270372,
+ 0.026305927,
+ -0.032334805,
+ -0.03191758,
+ -0.014905301,
+ 0.0009465753,
+ -0.015802331,
+ 0.018889783,
+ -0.010774791,
+ -0.0007875089,
+ -0.019056672,
+ 8.242604e-05,
+ -0.018952368,
+ 0.01128589,
+ -0.02096547,
+ 0.018889783,
+ -0.020391786,
+ -0.0011890864,
+ 0.017888447,
+ -0.037550095,
+ 0.00059910654,
+ 0.00516053,
+ 0.02096547,
+ 0.041159075,
+ 0.017366918,
+ 0.008433125,
+ 0.014581953,
+ 0.0047250534,
+ -0.0005257665,
+ -0.0037889087,
+ -0.021048915,
+ -0.0034108001,
+ 0.02651454,
+ -0.017366918,
+ -0.003236088,
+ -0.048189286,
+ -0.006800739,
+ -0.02294728,
+ -0.0027641042,
+ 0.004464289,
+ -0.0066077737,
+ -0.050901238,
+ 0.0075934636,
+ -0.002109585,
+ 0.002860587,
+ 0.0007294888,
+ 0.0017953638,
+ 0.003934937,
+ -0.0061488277,
+ 0.027140373,
+ 0.02636851,
+ -0.020715136,
+ 0.0038593153,
+ 0.030186104,
+ -0.0072701154,
+ 0.03944846,
+ -0.013184255,
+ -0.0062844255,
+ 0.0075778174,
+ -0.042556774,
+ 0.016083958,
+ -0.04643695,
+ 0.005642945,
+ 0.013664062,
+ -0.018973228,
+ -0.052027743,
+ -0.03264772,
+ 0.007885519,
+ -0.037779566,
+ 0.025721814,
+ 0.02026662,
+ 0.026744012,
+ -0.004052281,
+ -0.006164474,
+ 0.052194633,
+ -0.04180577,
+ 0.026827456,
+ -0.023886032,
+ 0.0019361768,
+ 0.0012973036,
+ 0.019035812,
+ -0.0034160155,
+ -0.011254597,
+ -0.01956777,
+ -0.016939266,
+ -0.024157228,
+ -0.0020052793,
+ 0.018785479,
+ 0.058703315,
+ -0.015906638,
+ 0.02889271,
+ -0.0038853916,
+ -0.0066025583,
+ 0.002500732,
+ 0.0016206517,
+ -0.02655626,
+ 0.03921899,
+ 0.005429118,
+ 0.00045992347,
+ 0.03314839,
+ -0.015301663,
+ 0.013184255,
+ -0.003163074,
+ 0.018535145,
+ 0.032835472,
+ -0.029873187,
+ -0.019202702,
+ -0.039865684,
+ -0.016094388,
+ -0.019087965,
+ -0.044934947,
+ 0.021320108,
+ 0.005155315,
+ 0.021184511,
+ 0.0476469,
+ -0.002052217,
+ 0.051777408,
+ 0.01687668,
+ 0.0243867,
+ -0.0401786,
+ -0.013246839,
+ -0.012829616,
+ 0.013163394,
+ -0.0027354201,
+ -0.018722894,
+ 0.0025124664,
+ 0.02078815,
+ 0.018503852,
+ -0.043516386,
+ -0.00086378254,
+ -0.028204294,
+ 0.010712207,
+ -0.0261599,
+ 0.012683587,
+ -0.037758704,
+ -0.019254854,
+ -0.00057563774,
+ -0.014811426,
+ 0.0008709536,
+ -0.02509598,
+ 0.028955296,
+ 0.009888192,
+ 0.018868923,
+ 0.030165242,
+ -0.02313503,
+ 0.008798196,
+ 0.022842973,
+ 0.03444178,
+ -0.010691347,
+ -0.0015450299,
+ -0.0084279105,
+ 0.01093125,
+ -0.051735684,
+ -0.02259264,
+ 0.0045555565,
+ 0.030102659,
+ 0.00039734,
+ 0.021987665,
+ -0.03732062,
+ 0.027870515,
+ -0.02419895,
+ -0.023281058,
+ 0.020172745,
+ -0.056158252,
+ 0.028475488,
+ -0.00094918296,
+ -0.033106666,
+ 0.0040913955,
+ 0.03177155,
+ -0.0092310645,
+ -0.0008364023,
+ 0.009961206,
+ 0.035881203,
+ -0.022133695,
+ 0.017095724,
+ -0.008323604,
+ -0.012057752,
+ 0.027307263,
+ -0.046645563,
+ 0.0040340275,
+ 0.03366992,
+ 0.017773712,
+ -0.027390707,
+ -0.033357,
+ 0.0024238063,
+ 0.0156041505,
+ 0.007103226,
+ 0.02294728,
+ 0.0140082715,
+ -0.054197304,
+ 0.002302551,
+ -0.033127528,
+ 0.029455964,
+ 0.008255806,
+ -0.03871832,
+ 0.0030744139,
+ 0.022905558,
+ -0.01921313,
+ -0.019838966,
+ -0.0006629939,
+ -0.029685436,
+ 0.010879097,
+ 0.0041591944,
+ 0.00064311054,
+ -0.021247094,
+ 0.00014643559,
+ -0.0064878217,
+ 0.034879867,
+ 0.027828792,
+ -0.032689445,
+ -0.033607334,
+ -0.022488335,
+ 0.0015776255,
+ -0.02386517,
+ 0.0020157099,
+ -0.034712978,
+ 0.0017510339,
+ -0.019192271,
+ -0.027411569,
+ 0.022801252,
+ -0.012464545,
+ -0.0039688363,
+ 0.011045986,
+ -0.01524951,
+ 0.0243867,
+ -0.025221147,
+ -0.016949695,
+ 0.012036892,
+ -0.010795652,
+ -0.048523065,
+ -0.014550662,
+ 0.0031474282,
+ -0.0126001425,
+ 0.018138781,
+ 0.0022999432,
+ -0.001809706,
+ -0.033294417,
+ 0.0014694082,
+ 0.002500732,
+ 0.0063626547,
+ 0.013830951,
+ -0.00824016,
+ -0.044017054,
+ 0.017147876,
+ -0.01795103,
+ 0.0072336085,
+ -0.028433766,
+ 0.005079693,
+ 0.013236408,
+ 0.02169561,
+ 0.053571466,
+ 0.008010686,
+ -0.014842718,
+ 0.017283473,
+ -0.012881769,
+ 0.037570957,
+ -0.0029883618,
+ 0.00524919,
+ -0.033273555,
+ 0.021779055,
+ -0.033252694,
+ 0.06012187,
+ 0.0034081927,
+ 0.010712207,
+ 0.011796988,
+ -0.00295707,
+ 0.02580526,
+ 0.01182828,
+ 0.0021721686,
+ -0.0038071624,
+ 0.009830823,
+ 0.011932585,
+ -0.008433125,
+ -0.025763538,
+ 0.0054134717,
+ 0.03606895,
+ 0.02257178,
+ 0.00904853,
+ 0.019995425,
+ 0.004941488,
+ -0.023927754,
+ -0.013851812,
+ -0.012068183,
+ 0.0065869126,
+ -0.0007699073,
+ -0.017648544,
+ 0.008751258,
+ 0.025075119,
+ -0.033085804,
+ 0.04443428,
+ 0.011390195,
+ -0.0002037223,
+ 0.012339378,
+ 0.0026219876,
+ 0.051318463,
+ -0.00022197582,
+ -0.04266108,
+ 0.017095724,
+ 0.024073783,
+ -0.01183871,
+ -0.029143045,
+ 0.011202445,
+ 0.010034219,
+ -0.017450362,
+ 0.024532728,
+ -0.027286401,
+ 0.045227002,
+ -0.050150238,
+ -0.014842718,
+ -0.048147567,
+ 0.005215291,
+ -0.010691347,
+ 0.022738669,
+ 0.021549582,
+ 0.022196278,
+ -0.014894871,
+ -0.011859572,
+ 0.009283218,
+ 0.03049902,
+ 0.011880432,
+ 0.039531905,
+ 0.011849141,
+ -0.0068841837,
+ -0.016073527,
+ -0.0159275,
+ 0.021549582,
+ 0.012099475,
+ -0.0032752026,
+ -0.008208868,
+ 0.016042234,
+ 0.009914268,
+ 0.02099676,
+ 0.02582612,
+ -0.004743307,
+ -0.0025268085,
+ 0.02134097,
+ 0.0137683675,
+ -0.0054604094,
+ 0.024845645,
+ 0.013664062,
+ -0.024511866,
+ -0.04985818,
+ -0.015134774,
+ -0.009721302,
+ 0.00922585,
+ -0.020318773,
+ 0.00860523,
+ -0.016417736,
+ -0.0037315406,
+ -0.03711201,
+ -0.002494213,
+ 0.00012321124,
+ -0.013069519,
+ -0.010920819,
+ 0.009220635,
+ -0.012589713,
+ -0.004399098,
+ -0.013215547,
+ -0.009888192,
+ -0.023698281,
+ -0.0056742365,
+ -0.031542078,
+ -0.0024407562,
+ -0.002464225,
+ 0.0040940032,
+ 0.022968141,
+ -0.013935258,
+ -0.034733836,
+ -0.010122879,
+ 0.025304591,
+ -0.012287226,
+ -0.01290263,
+ -0.022467474,
+ -0.019849397,
+ -0.005272659,
+ 0.010055081,
+ 0.0039375448,
+ -0.004860651,
+ -0.0015698025,
+ 0.0041670175,
+ 0.026013872,
+ -0.0047667758,
+ 0.011661391,
+ 0.015353817,
+ -0.028538072,
+ -0.05857815,
+ -0.033649057,
+ 0.018347394,
+ -0.0030744139,
+ -0.036840815,
+ -0.02599301,
+ -0.006378301,
+ -0.016167402,
+ -0.017074862,
+ 0.028392043,
+ -0.015854483,
+ 0.009997712,
+ -0.0055855764,
+ -0.007671693,
+ 0.012495837,
+ 0.0064669605,
+ -0.00089311856,
+ 0.013883105,
+ 0.041430272,
+ -0.017158307,
+ 0.02007887,
+ 0.05841126,
+ 0.020423079,
+ -0.009877761,
+ 0.0030561604,
+ -0.0026089493,
+ -0.0017080078,
+ 0.004899766,
+ 0.035359673,
+ 0.0074317893,
+ -0.0033560398,
+ -0.024324117,
+ 0.027995681,
+ -0.0023051586,
+ -0.02386517,
+ 0.0041070418,
+ 0.024532728,
+ 0.0007157987,
+ 0.005476055,
+ 0.025346315,
+ 0.050650906,
+ -0.013111241,
+ 0.0019009735,
+ -0.023364503,
+ -0.0019453035,
+ -0.006581697,
+ -0.026869178,
+ 0.0015463338,
+ 0.0021460922,
+ 0.005642945,
+ -0.0057107434,
+ -0.029831463,
+ 0.007489158,
+ 0.016907973,
+ -0.024011198,
+ -0.0011056417,
+ -0.018159643,
+ -0.00051240233,
+ 0.023614837,
+ 0.013997841,
+ 0.021779055,
+ -0.024136366,
+ -0.010628763,
+ 0.010712207,
+ -0.020287482,
+ 0.03402456,
+ 0.011317181,
+ -0.01307995,
+ 0.018670741,
+ 0.0025528849,
+ -0.021716472,
+ 0.02133054,
+ -0.016167402,
+ 0.022884697,
+ 0.0010828248,
+ -0.02993577,
+ 0.042389885,
+ -0.003801947,
+ 0.015812762,
+ -0.0066964333,
+ -0.020068439,
+ -0.017304335,
+ -0.016261278,
+ 0.03590206,
+ 0.0058776326,
+ 0.002831903,
+ -0.007864659,
+ -0.023281058,
+ 0.014425495,
+ -0.0013677101,
+ 0.021278387,
+ 0.030937105,
+ 0.009027668,
+ 0.016970556,
+ -0.014237744,
+ -0.009158051,
+ -0.022968141,
+ 0.015990082,
+ 0.00027494362,
+ 0.0065921275,
+ -0.006383516,
+ 0.011796988,
+ -0.0020509132,
+ 0.0027693193,
+ 0.04572767,
+ 0.014748842,
+ -0.0028371182,
+ -0.035756033,
+ 0.0076873386,
+ 0.005303951,
+ -0.013716215,
+ 0.009815178,
+ -0.00070732384,
+ -0.013726645,
+ -0.004469504,
+ -0.018931506,
+ 0.02795396,
+ 0.007901166,
+ -0.018368255,
+ 0.036653064,
+ 0.026597984,
+ -0.0006352876,
+ 0.032606,
+ -0.00076078053,
+ -0.0038853916,
+ -0.015510275,
+ 0.01864988,
+ -0.020579537,
+ 0.0045060115,
+ 0.039490182,
+ 0.043140884,
+ -0.04501839,
+ 0.0061801197,
+ -0.007374421,
+ 2.9132289e-05,
+ 0.01881677,
+ 0.004545126,
+ -0.0027328124,
+ 0.011932585,
+ 0.052820466,
+ -0.03644445,
+ 0.02795396,
+ 0.0026272028,
+ -0.008761689,
+ 0.016814098,
+ 0.011119,
+ 0.020047579,
+ 0.014811426,
+ 0.021257525,
+ -0.05019196,
+ -0.0024668325,
+ 0.024282394,
+ -0.009095468,
+ 0.033628196,
+ 0.018597728,
+ -0.002206068,
+ -0.014654967,
+ -0.009335371,
+ 0.011087708,
+ 0.0026754441,
+ 0.045852836,
+ -0.0145610925,
+ -0.0040209894,
+ 0.023281058,
+ -0.016647208,
+ -0.01917141,
+ -0.042306438,
+ 0.02958113,
+ -0.0019387844,
+ -0.038384542,
+ 0.0041722325,
+ -0.03208447,
+ 0.03999085,
+ -0.008646952,
+ -0.0067694476,
+ -0.0009909052,
+ 0.005721174,
+ -0.027661903,
+ 0.033231832,
+ 0.026848318,
+ -0.028663239,
+ -0.039740518,
+ -0.0125375595,
+ -0.035171922,
+ 0.001448547,
+ -0.017283473,
+ 0.015166066,
+ 0.016511612,
+ 0.003619412,
+ 0.0616656,
+ 0.011025125,
+ -0.016563764,
+ -0.027474152,
+ -0.03723718,
+ -0.014498509,
+ -0.0121724885
],
"prompt": "Create a hello world application using C#",
"language": "C#"
@@ -20099,7 +20099,7 @@
},
{
"name": "rust-linked-list",
- "codespaces": "\n\n=== ./.devcontainer/devcontainer.json ===\n{\n \"name\": \"Rust Linked List\",\n \"build\": {\n \"dockerfile\": \"Dockerfile\"\n },\n \"customizations\": {\n // Configure properties specific to VS Code.\n \"vscode\": {\n \"settings\": {},\n \"extensions\": [\n \"rust-lang.rust-analyzer\"\n ]\n }\n },\n \"postCreateCommand\": \"rustup update && rustup component add rustfmt\",\n \"remoteUser\": \"root\"\n}\n\n=== ./.devcontainer/Dockerfile ===\nFROM mcr.microsoft.com/devcontainers/base:ubuntu\n\nENV DEBIAN_FRONTEND noninteractive\n\nRUN apt update && \\\napt install -y curl && build-essentials \\\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y",
+ "codespaces": "\n\n=== ./.devcontainer/devcontainer.json ===\n{\n \"name\": \"Rust Linked List\",\n \"build\": {\n \"dockerfile\": \"Dockerfile\"\n },\n \"customizations\": {\n // Configure properties specific to VS Code.\n \"vscode\": {\n \"settings\": {},\n \"extensions\": [\n \"rust-lang.rust-analyzer\"\n ]\n }\n },\n \"postCreateCommand\": \"rustup update && rustup component add rustfmt\",\n \"remoteUser\": \"root\"\n}\n\n=== ./.devcontainer/Dockerfile ===\nFROM mcr.microsoft.com/devcontainers/base:ubuntu\n\nENV DEBIAN_FRONTEND noninteractive\n\nRUN apt update && \\\napt install -y curl && build-essential \\\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y",
"readme": "\n\n=== ./README.md ===\n# Rust Linked List\n\nThis project is a linked list written in Rust.\n\n## Setup\n\nTo set up the project, you will need to run the following commands:\n\n```\nrustup update\nrustup component add rustfmt\n```\n\n## Running the App\n\nTo run the app, you will need to run the following command:\n\n```\ncargo run\n```",
"code": "\n\n=== ./Cargo.toml ===\n[package]\nname = \"linked_list\"\nversion = \"0.1.0\"\nauthors = [\"Your Name \"]\n\n[dependencies]\n\n=== ./src/main.rs ===\nuse std::rc::Rc;\nuse std::cell::RefCell;\n\n#[derive(Debug)]\nstruct Node {\n data: T,\n next: Option>>>,\n}\n\nimpl Node {\n fn new(data: T) -> Self {\n Node {\n data,\n next: None,\n }\n }\n}\n\n#[derive(Debug)]\nstruct SinglyLinkedList {\n head: Option>>>,\n tail: Option>>>,\n length: usize,\n}\n\nimpl SinglyLinkedList {\n fn new() -> Self {\n SinglyLinkedList {\n head: None,\n tail: None,\n length: 0,\n }\n }\n\n fn push(&mut self, data: T) {\n let new_node = Rc::new(RefCell::new(Node::new(data)));\n\n match self.tail.take() {\n Some(old_tail) => {\n old_tail.borrow_mut().next = Some(new_node.clone());\n }\n None => {\n self.head = Some(new_node.clone());\n }\n }\n\n self.tail = Some(new_node);\n self.length += 1;\n }\n}\n\nfn main() {\n let mut list = SinglyLinkedList::new();\n list.push(1);\n list.push(2);\n list.push(3);\n println!(\"{:?}\", list);\n}\n",
"embedding": [
diff --git a/src/AzureExtension/AzureExtension.csproj b/src/AzureExtension/AzureExtension.csproj
index b1eb6a14..a7893f70 100644
--- a/src/AzureExtension/AzureExtension.csproj
+++ b/src/AzureExtension/AzureExtension.csproj
@@ -66,7 +66,8 @@
-
+
+
diff --git a/src/AzureExtension/DeveloperId/AuthenticationHelper.cs b/src/AzureExtension/DeveloperId/AuthenticationHelper.cs
index e2895a44..be28c987 100644
--- a/src/AzureExtension/DeveloperId/AuthenticationHelper.cs
+++ b/src/AzureExtension/DeveloperId/AuthenticationHelper.cs
@@ -3,6 +3,7 @@
using System.Globalization;
using Microsoft.Identity.Client;
+using Microsoft.Identity.Client.Broker;
using Microsoft.Identity.Client.Extensions.Msal;
using Microsoft.IdentityModel.Abstractions;
using Microsoft.UI;
diff --git a/src/AzureExtension/QuickStartPlayground/Completions.cs b/src/AzureExtension/QuickStartPlayground/Completions.cs
index f3d3040b..812e8fec 100644
--- a/src/AzureExtension/QuickStartPlayground/Completions.cs
+++ b/src/AzureExtension/QuickStartPlayground/Completions.cs
@@ -16,6 +16,9 @@ public static async Task GetDevContainerFilesAsync(IAzureOpenAIService a
Remember that VS Code dev containers automatically copy over the source code from the input folder to the repo, and do not need COPY commands.
In your Dockerfile do not include any COPY commands.
+When filling in the RUN command, if there are multiple libraries to install, put them all into the same package manager install command.
+In your Dockerfile do not have multiple package manager install commands in the RUN section and do not duplicate packages.
+
Any commands to install requirements based on repo files must be put in the devcontainer.json file as a 'postCreateCommand'. For example, do NOT put a `COPY requirements.txt .` line in the Dockerfile. Put a `'postCreateCommand': 'pip3 install -r requirements.txt'` line in devcontainer.json.
Please pick the best language and best tools and frameworks necessary to match the prompt.";