brut 0.0.29 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (491) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +23 -2
  4. data/assets/LogoStop.pxd +0 -0
  5. data/assets/MetroLogo.graffle +0 -0
  6. data/assets/SocialImage.png +0 -0
  7. data/assets/SocialImage.pxd +0 -0
  8. data/brutrb.com/.vitepress/config.mjs +45 -8
  9. data/brutrb.com/.vitepress/theme/style.css +6 -5
  10. data/brutrb.com/ai.md +10 -15
  11. data/brutrb.com/assets.md +2 -9
  12. data/brutrb.com/brut-js.md +12 -2
  13. data/brutrb.com/cli.md +9 -13
  14. data/brutrb.com/components.md +118 -96
  15. data/brutrb.com/configuration.md +3 -4
  16. data/brutrb.com/css.md +2 -2
  17. data/brutrb.com/custom-element-tests.md +3 -4
  18. data/brutrb.com/database-access.md +1 -1
  19. data/brutrb.com/database-schema.md +29 -41
  20. data/brutrb.com/dev-environment.md +7 -7
  21. data/brutrb.com/dir-structure.md +120 -0
  22. data/brutrb.com/doc-conventions.md +18 -15
  23. data/brutrb.com/dx +1 -0
  24. data/brutrb.com/end-to-end-tests.md +12 -10
  25. data/brutrb.com/features.md +373 -0
  26. data/brutrb.com/flash-and-session.md +115 -131
  27. data/brutrb.com/form-constraints.md +266 -0
  28. data/brutrb.com/forms.md +140 -765
  29. data/brutrb.com/getting-started.md +10 -11
  30. data/brutrb.com/handlers.md +119 -95
  31. data/brutrb.com/hooks.md +18 -20
  32. data/brutrb.com/i18n.md +6 -4
  33. data/brutrb.com/images/LogoStop.png +0 -0
  34. data/brutrb.com/instrumentation.md +7 -10
  35. data/brutrb.com/javascript.md +14 -14
  36. data/brutrb.com/keyword-injection.md +72 -114
  37. data/brutrb.com/layouts.md +20 -52
  38. data/brutrb.com/lsp.md +1 -1
  39. data/brutrb.com/overview.md +30 -372
  40. data/brutrb.com/pages.md +119 -207
  41. data/brutrb.com/public/SocialImage.png +0 -0
  42. data/brutrb.com/public/favicon.ico +0 -0
  43. data/brutrb.com/recipes/alternate-layouts.md +32 -0
  44. data/brutrb.com/recipes/authentication.md +315 -6
  45. data/brutrb.com/recipes/blank-layouts.md +22 -0
  46. data/brutrb.com/recipes/custom-flash.md +51 -0
  47. data/brutrb.com/recipes/indexed-forms.md +149 -0
  48. data/brutrb.com/recipes/text-field-component.md +182 -0
  49. data/brutrb.com/routes.md +56 -82
  50. data/brutrb.com/security.md +0 -3
  51. data/brutrb.com/space-time-continuum.md +8 -12
  52. data/brutrb.com/tutorial.md +1 -1
  53. data/brutrb.com/why.md +19 -0
  54. data/docs/404.html +8 -3
  55. data/docs/SocialImage.png +0 -0
  56. data/docs/ai.html +11 -6
  57. data/docs/api/Brut/BackEnd/SeedData.html +1 -1
  58. data/docs/api/Brut/BackEnd/Sidekiq/Middlewares/Server/FlushSpans.html +1 -1
  59. data/docs/api/Brut/BackEnd/Sidekiq/Middlewares/Server.html +1 -1
  60. data/docs/api/Brut/BackEnd/Sidekiq/Middlewares.html +1 -1
  61. data/docs/api/Brut/BackEnd/Sidekiq.html +1 -1
  62. data/docs/api/Brut/BackEnd/Validators/FormValidator.html +1 -1
  63. data/docs/api/Brut/BackEnd/Validators.html +1 -1
  64. data/docs/api/Brut/BackEnd.html +1 -1
  65. data/docs/api/Brut/CLI/App.html +1 -1
  66. data/docs/api/Brut/CLI/AppRunner.html +1 -1
  67. data/docs/api/Brut/CLI/Apps/BuildAssets/All.html +1 -1
  68. data/docs/api/Brut/CLI/Apps/BuildAssets/CSS.html +1 -1
  69. data/docs/api/Brut/CLI/Apps/BuildAssets/Images.html +1 -1
  70. data/docs/api/Brut/CLI/Apps/BuildAssets/JS.html +1 -1
  71. data/docs/api/Brut/CLI/Apps/BuildAssets.html +1 -1
  72. data/docs/api/Brut/CLI/Apps/DB/Create.html +1 -1
  73. data/docs/api/Brut/CLI/Apps/DB/Drop.html +1 -1
  74. data/docs/api/Brut/CLI/Apps/DB/Migrate.html +1 -1
  75. data/docs/api/Brut/CLI/Apps/DB/NewMigration.html +1 -1
  76. data/docs/api/Brut/CLI/Apps/DB/Rebuild.html +1 -1
  77. data/docs/api/Brut/CLI/Apps/DB/Seed.html +1 -1
  78. data/docs/api/Brut/CLI/Apps/DB/Status.html +1 -1
  79. data/docs/api/Brut/CLI/Apps/DB.html +1 -1
  80. data/docs/api/Brut/CLI/Apps/DeployBase/GitChecks.html +1 -1
  81. data/docs/api/Brut/CLI/Apps/DeployBase.html +1 -1
  82. data/docs/api/Brut/CLI/Apps/HerokuContainerBasedDeploy/Deploy.html +1 -1
  83. data/docs/api/Brut/CLI/Apps/HerokuContainerBasedDeploy.html +1 -1
  84. data/docs/api/Brut/CLI/Apps/Scaffold/Action/Route.html +1 -1
  85. data/docs/api/Brut/CLI/Apps/Scaffold/Action.html +1 -1
  86. data/docs/api/Brut/CLI/Apps/Scaffold/Component.html +1 -1
  87. data/docs/api/Brut/CLI/Apps/Scaffold/CustomElementTest.html +1 -1
  88. data/docs/api/Brut/CLI/Apps/Scaffold/E2ETest.html +1 -1
  89. data/docs/api/Brut/CLI/Apps/Scaffold/Form.html +1 -1
  90. data/docs/api/Brut/CLI/Apps/Scaffold/Page/Route.html +1 -1
  91. data/docs/api/Brut/CLI/Apps/Scaffold/Page.html +1 -1
  92. data/docs/api/Brut/CLI/Apps/Scaffold/RoutesEditor.html +1 -1
  93. data/docs/api/Brut/CLI/Apps/Scaffold/Test.html +1 -1
  94. data/docs/api/Brut/CLI/Apps/Scaffold.html +1 -1
  95. data/docs/api/Brut/CLI/Apps/Test/Audit.html +1 -1
  96. data/docs/api/Brut/CLI/Apps/Test/E2e.html +1 -1
  97. data/docs/api/Brut/CLI/Apps/Test/JS.html +1 -1
  98. data/docs/api/Brut/CLI/Apps/Test/Run.html +1 -1
  99. data/docs/api/Brut/CLI/Apps/Test.html +1 -1
  100. data/docs/api/Brut/CLI/Apps.html +1 -1
  101. data/docs/api/Brut/CLI/Command.html +1 -1
  102. data/docs/api/Brut/CLI/Error.html +1 -1
  103. data/docs/api/Brut/CLI/ExecutionResults/Result.html +1 -1
  104. data/docs/api/Brut/CLI/ExecutionResults.html +1 -1
  105. data/docs/api/Brut/CLI/Executor.html +1 -1
  106. data/docs/api/Brut/CLI/InvalidOption.html +1 -1
  107. data/docs/api/Brut/CLI/Options.html +1 -1
  108. data/docs/api/Brut/CLI/Output.html +1 -1
  109. data/docs/api/Brut/CLI/SystemExecError.html +1 -1
  110. data/docs/api/Brut/CLI.html +1 -1
  111. data/docs/api/Brut/FactoryBot.html +1 -1
  112. data/docs/api/Brut/Framework/App.html +1 -1
  113. data/docs/api/Brut/Framework/Config.html +1 -1
  114. data/docs/api/Brut/Framework/Container.html +1 -1
  115. data/docs/api/Brut/Framework/Error.html +1 -1
  116. data/docs/api/Brut/Framework/Errors/AbstractMethod.html +1 -1
  117. data/docs/api/Brut/Framework/Errors/Bug.html +1 -1
  118. data/docs/api/Brut/Framework/Errors/MissingConfiguration.html +1 -1
  119. data/docs/api/Brut/Framework/Errors/MissingParameter.html +1 -1
  120. data/docs/api/Brut/Framework/Errors/NoClassForPath.html +1 -1
  121. data/docs/api/Brut/Framework/Errors/NotFound.html +1 -1
  122. data/docs/api/Brut/Framework/Errors/NotImplemented.html +1 -1
  123. data/docs/api/Brut/Framework/Errors.html +1 -1
  124. data/docs/api/Brut/Framework/FussyTypeEnforcement.html +1 -1
  125. data/docs/api/Brut/Framework/MCP.html +1 -1
  126. data/docs/api/Brut/Framework/ProjectEnvironment.html +1 -1
  127. data/docs/api/Brut/Framework.html +1 -1
  128. data/docs/api/Brut/FrontEnd/AssetPathResolver.html +1 -1
  129. data/docs/api/Brut/FrontEnd/Component/Helpers.html +1 -1
  130. data/docs/api/Brut/FrontEnd/Component.html +1 -1
  131. data/docs/api/Brut/FrontEnd/Components/ConstraintViolations.html +1 -1
  132. data/docs/api/Brut/FrontEnd/Components/FormTag.html +1 -1
  133. data/docs/api/Brut/FrontEnd/Components/I18nTranslations.html +1 -1
  134. data/docs/api/Brut/FrontEnd/Components/Input.html +1 -1
  135. data/docs/api/Brut/FrontEnd/Components/Inputs/CsrfToken.html +1 -1
  136. data/docs/api/Brut/FrontEnd/Components/Inputs/InputTag.html +1 -1
  137. data/docs/api/Brut/FrontEnd/Components/Inputs/RadioButton.html +1 -1
  138. data/docs/api/Brut/FrontEnd/Components/Inputs/SelectTagWithOptions.html +1 -1
  139. data/docs/api/Brut/FrontEnd/Components/Inputs/TextareaTag.html +1 -1
  140. data/docs/api/Brut/FrontEnd/Components/Inputs.html +1 -1
  141. data/docs/api/Brut/FrontEnd/Components/LocaleDetection.html +1 -1
  142. data/docs/api/Brut/FrontEnd/Components/PageIdentifier.html +1 -1
  143. data/docs/api/Brut/FrontEnd/Components/TimeTag.html +1 -1
  144. data/docs/api/Brut/FrontEnd/Components/Traceparent.html +1 -1
  145. data/docs/api/Brut/FrontEnd/Components.html +1 -1
  146. data/docs/api/Brut/FrontEnd/Download.html +1 -1
  147. data/docs/api/Brut/FrontEnd/Flash.html +1 -1
  148. data/docs/api/Brut/FrontEnd/Form.html +9 -11
  149. data/docs/api/Brut/FrontEnd/Forms/ConstraintViolation.html +1 -1
  150. data/docs/api/Brut/FrontEnd/Forms/Input/Color.html +1 -1
  151. data/docs/api/Brut/FrontEnd/Forms/Input/TimeOfDay.html +1 -1
  152. data/docs/api/Brut/FrontEnd/Forms/Input.html +1 -1
  153. data/docs/api/Brut/FrontEnd/Forms/InputDeclarations.html +1 -1
  154. data/docs/api/Brut/FrontEnd/Forms/InputDefinition.html +1 -1
  155. data/docs/api/Brut/FrontEnd/Forms/RadioButtonGroupInput.html +135 -20
  156. data/docs/api/Brut/FrontEnd/Forms/RadioButtonGroupInputDefinition.html +1 -1
  157. data/docs/api/Brut/FrontEnd/Forms/SelectInput.html +135 -20
  158. data/docs/api/Brut/FrontEnd/Forms/SelectInputDefinition.html +1 -1
  159. data/docs/api/Brut/FrontEnd/Forms/ValidityState.html +1 -1
  160. data/docs/api/Brut/FrontEnd/Forms.html +1 -1
  161. data/docs/api/Brut/FrontEnd/GenericResponse.html +1 -1
  162. data/docs/api/Brut/FrontEnd/Handler.html +1 -1
  163. data/docs/api/Brut/FrontEnd/Handlers/CspReportingHandler.html +1 -1
  164. data/docs/api/Brut/FrontEnd/Handlers/InstrumentationHandler/TraceParent.html +1 -1
  165. data/docs/api/Brut/FrontEnd/Handlers/InstrumentationHandler.html +1 -1
  166. data/docs/api/Brut/FrontEnd/Handlers/LocaleDetectionHandler.html +1 -1
  167. data/docs/api/Brut/FrontEnd/Handlers/MissingHandler/Form.html +1 -1
  168. data/docs/api/Brut/FrontEnd/Handlers/MissingHandler.html +1 -1
  169. data/docs/api/Brut/FrontEnd/Handlers.html +1 -1
  170. data/docs/api/Brut/FrontEnd/HandlingResults.html +1 -1
  171. data/docs/api/Brut/FrontEnd/HttpMethod.html +1 -1
  172. data/docs/api/Brut/FrontEnd/HttpStatus.html +1 -1
  173. data/docs/api/Brut/FrontEnd/InlineSvgLocator.html +1 -1
  174. data/docs/api/Brut/FrontEnd/Layout.html +1 -1
  175. data/docs/api/Brut/FrontEnd/Middleware.html +1 -1
  176. data/docs/api/Brut/FrontEnd/Middlewares/AnnotateBrutOwnedPaths.html +1 -1
  177. data/docs/api/Brut/FrontEnd/Middlewares/Favicon.html +1 -1
  178. data/docs/api/Brut/FrontEnd/Middlewares/OpenTelemetrySpan.html +1 -1
  179. data/docs/api/Brut/FrontEnd/Middlewares/ReloadApp.html +1 -1
  180. data/docs/api/Brut/FrontEnd/Middlewares.html +1 -1
  181. data/docs/api/Brut/FrontEnd/Page.html +1 -1
  182. data/docs/api/Brut/FrontEnd/Pages/MissingPage.html +1 -1
  183. data/docs/api/Brut/FrontEnd/Pages.html +1 -1
  184. data/docs/api/Brut/FrontEnd/RequestContext.html +1 -1
  185. data/docs/api/Brut/FrontEnd/RouteHook.html +1 -1
  186. data/docs/api/Brut/FrontEnd/RouteHooks/AgeFlash.html +1 -1
  187. data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineScripts.html +1 -1
  188. data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineStylesOrScripts/ReportOnly.html +1 -1
  189. data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineStylesOrScripts.html +1 -1
  190. data/docs/api/Brut/FrontEnd/RouteHooks/LocaleDetection.html +1 -1
  191. data/docs/api/Brut/FrontEnd/RouteHooks/SetupRequestContext.html +1 -1
  192. data/docs/api/Brut/FrontEnd/RouteHooks.html +1 -1
  193. data/docs/api/Brut/FrontEnd/Routing/FormHandlerRoute.html +1 -1
  194. data/docs/api/Brut/FrontEnd/Routing/FormRoute.html +1 -1
  195. data/docs/api/Brut/FrontEnd/Routing/MissingForm.html +1 -1
  196. data/docs/api/Brut/FrontEnd/Routing/MissingHandler.html +1 -1
  197. data/docs/api/Brut/FrontEnd/Routing/MissingPage.html +1 -1
  198. data/docs/api/Brut/FrontEnd/Routing/MissingPath.html +1 -1
  199. data/docs/api/Brut/FrontEnd/Routing/PageRoute.html +1 -1
  200. data/docs/api/Brut/FrontEnd/Routing/Route.html +1 -1
  201. data/docs/api/Brut/FrontEnd/Routing.html +1 -1
  202. data/docs/api/Brut/FrontEnd/Session.html +1 -1
  203. data/docs/api/Brut/FrontEnd.html +1 -1
  204. data/docs/api/Brut/I18n/BaseMethods.html +1 -1
  205. data/docs/api/Brut/I18n/ForBackEnd.html +1 -1
  206. data/docs/api/Brut/I18n/ForCLI.html +1 -1
  207. data/docs/api/Brut/I18n/ForHTML.html +1 -1
  208. data/docs/api/Brut/I18n/HTTPAcceptLanguage/AlwaysEnglish.html +1 -1
  209. data/docs/api/Brut/I18n/HTTPAcceptLanguage.html +1 -1
  210. data/docs/api/Brut/I18n.html +1 -1
  211. data/docs/api/Brut/Instrumentation/LoggerSpanExporter.html +1 -1
  212. data/docs/api/Brut/Instrumentation/OpenTelemetry/NormalizedAttributes.html +1 -1
  213. data/docs/api/Brut/Instrumentation/OpenTelemetry/Span.html +1 -1
  214. data/docs/api/Brut/Instrumentation/OpenTelemetry.html +1 -1
  215. data/docs/api/Brut/Instrumentation.html +1 -1
  216. data/docs/api/Brut/SinatraHelpers/ClassMethods.html +1 -1
  217. data/docs/api/Brut/SinatraHelpers.html +1 -1
  218. data/docs/api/Brut/SpecSupport/ClockSupport.html +1 -1
  219. data/docs/api/Brut/SpecSupport/ComponentSupport.html +1 -1
  220. data/docs/api/Brut/SpecSupport/E2ETestServer.html +1 -1
  221. data/docs/api/Brut/SpecSupport/E2eSupport.html +1 -1
  222. data/docs/api/Brut/SpecSupport/EnhancedNode.html +1 -1
  223. data/docs/api/Brut/SpecSupport/FlashSupport.html +1 -1
  224. data/docs/api/Brut/SpecSupport/GeneralSupport/ClassMethods.html +1 -1
  225. data/docs/api/Brut/SpecSupport/GeneralSupport.html +1 -1
  226. data/docs/api/Brut/SpecSupport/HandlerSupport.html +1 -1
  227. data/docs/api/Brut/SpecSupport/Matchers/BeABug.html +1 -1
  228. data/docs/api/Brut/SpecSupport/Matchers/BePageFor.html +1 -1
  229. data/docs/api/Brut/SpecSupport/Matchers/BeRoutingFor.html +1 -1
  230. data/docs/api/Brut/SpecSupport/Matchers/HaveConstraintViolation.html +1 -1
  231. data/docs/api/Brut/SpecSupport/Matchers/HaveGenerated.html +1 -1
  232. data/docs/api/Brut/SpecSupport/Matchers/HaveHTMLAttribute.html +1 -1
  233. data/docs/api/Brut/SpecSupport/Matchers/HaveI18nString.html +1 -1
  234. data/docs/api/Brut/SpecSupport/Matchers/HaveLinkTo.html +1 -1
  235. data/docs/api/Brut/SpecSupport/Matchers/HaveRedirectedTo.html +1 -1
  236. data/docs/api/Brut/SpecSupport/Matchers/HaveReturnedHttpStatus.html +1 -1
  237. data/docs/api/Brut/SpecSupport/Matchers/HaveReturnedRackResponse.html +1 -1
  238. data/docs/api/Brut/SpecSupport/Matchers.html +1 -1
  239. data/docs/api/Brut/SpecSupport/RSpecSetup/OptionalSidekiqSupport.html +1 -1
  240. data/docs/api/Brut/SpecSupport/RSpecSetup.html +1 -1
  241. data/docs/api/Brut/SpecSupport/SessionSupport.html +1 -1
  242. data/docs/api/Brut/SpecSupport.html +1 -1
  243. data/docs/api/Brut.html +1 -1
  244. data/docs/api/Clock.html +1 -1
  245. data/docs/api/RichString.html +1 -1
  246. data/docs/api/SemanticLogger/Appender/Async.html +1 -1
  247. data/docs/api/Sequel/Extensions/BrutInstrumentation.html +1 -1
  248. data/docs/api/Sequel/Extensions/BrutMigrations.html +1 -1
  249. data/docs/api/Sequel/Extensions.html +1 -1
  250. data/docs/api/Sequel/Plugins/CreatedAt/InstanceMethods.html +1 -1
  251. data/docs/api/Sequel/Plugins/CreatedAt.html +1 -1
  252. data/docs/api/Sequel/Plugins/ExternalId/ClassMethods.html +1 -1
  253. data/docs/api/Sequel/Plugins/ExternalId/InstanceMethods.html +1 -1
  254. data/docs/api/Sequel/Plugins/ExternalId.html +1 -1
  255. data/docs/api/Sequel/Plugins/FindBang/ClassMethods.html +1 -1
  256. data/docs/api/Sequel/Plugins/FindBang.html +1 -1
  257. data/docs/api/Sequel/Plugins.html +1 -1
  258. data/docs/api/Sequel.html +1 -1
  259. data/docs/api/_index.html +1 -1
  260. data/docs/api/file.README.html +22 -3
  261. data/docs/api/index.html +22 -3
  262. data/docs/api/method_list.html +16 -0
  263. data/docs/api/top-level-namespace.html +1 -1
  264. data/docs/assets/LogoStop.Gb3tDhL1.png +0 -0
  265. data/docs/assets/{ai.md._6HCDL6d.js → ai.md.Cy9GWnER.js} +1 -1
  266. data/docs/assets/ai.md.Cy9GWnER.lean.js +1 -0
  267. data/docs/assets/{app.BhrfSt68.js → app.ClaS47Ru.js} +1 -1
  268. data/docs/assets/{assets.md.D3wunzLx.js → assets.md.7C3HWkga.js} +3 -3
  269. data/docs/assets/{assets.md.D3wunzLx.lean.js → assets.md.7C3HWkga.lean.js} +1 -1
  270. data/docs/assets/{brut-js.md.o2DAO2s2.js → brut-js.md.B4GYxQVw.js} +1 -1
  271. data/docs/assets/{brut-js.md.o2DAO2s2.lean.js → brut-js.md.B4GYxQVw.lean.js} +1 -1
  272. data/docs/assets/chunks/@localSearchIndexroot.Biqy1A4t.js +1 -0
  273. data/docs/assets/chunks/{VPLocalSearchBox.Dpot_2H4.js → VPLocalSearchBox.DtgDfde2.js} +1 -1
  274. data/docs/assets/chunks/{theme.N2SNVLgU.js → theme.B45bvibT.js} +2 -2
  275. data/docs/assets/{cli.md.RmeA2b0i.js → cli.md.CjsktgFz.js} +15 -20
  276. data/docs/assets/components.md.DatoNgFo.js +96 -0
  277. data/docs/assets/{components.md.CRUMdRoN.lean.js → components.md.DatoNgFo.lean.js} +1 -1
  278. data/docs/assets/{configuration.md.LG-zIBww.js → configuration.md.DeyhpqEx.js} +3 -3
  279. data/docs/assets/{css.md.DJgj2clw.js → css.md.CltvJqAa.js} +3 -3
  280. data/docs/assets/{custom-element-tests.md.BrYJQEl3.js → custom-element-tests.md.B_rbta32.js} +3 -3
  281. data/docs/assets/{database-access.md.C7l-Vuvb.js → database-access.md.gnluu54N.js} +1 -1
  282. data/docs/assets/{database-schema.md.BUjR0VS1.js → database-schema.md.CSYk6E6v.js} +6 -6
  283. data/docs/assets/{database-schema.md.BUjR0VS1.lean.js → database-schema.md.CSYk6E6v.lean.js} +1 -1
  284. data/docs/assets/dev-environment.md.BroAOLhF.js +11 -0
  285. data/docs/assets/dir-structure.md.CWir1pic.js +46 -0
  286. data/docs/assets/dir-structure.md.CWir1pic.lean.js +1 -0
  287. data/docs/assets/doc-conventions.md.BzmSrTEW.js +1 -0
  288. data/docs/assets/doc-conventions.md.BzmSrTEW.lean.js +1 -0
  289. data/docs/assets/{end-to-end-tests.md.yfQHC0b5.js → end-to-end-tests.md.DzqRpZ43.js} +5 -3
  290. data/docs/assets/end-to-end-tests.md.DzqRpZ43.lean.js +1 -0
  291. data/docs/assets/features.md.DPFXsy0z.js +154 -0
  292. data/docs/assets/features.md.DPFXsy0z.lean.js +1 -0
  293. data/docs/assets/flash-and-session.md.nPvUpnUx.js +79 -0
  294. data/docs/assets/{flash-and-session.md.BXY8RvT0.lean.js → flash-and-session.md.nPvUpnUx.lean.js} +1 -1
  295. data/docs/assets/form-constraints.md.x5tNpTTI.js +90 -0
  296. data/docs/assets/form-constraints.md.x5tNpTTI.lean.js +1 -0
  297. data/docs/assets/forms.md.C2Dizvzq.js +64 -0
  298. data/docs/assets/forms.md.C2Dizvzq.lean.js +1 -0
  299. data/docs/assets/{getting-started.md.Dj0qtZI2.js → getting-started.md.C93e0odB.js} +5 -5
  300. data/docs/assets/{getting-started.md.Dj0qtZI2.lean.js → getting-started.md.C93e0odB.lean.js} +1 -1
  301. data/docs/assets/handlers.md.Chyri6KA.js +54 -0
  302. data/docs/assets/handlers.md.Chyri6KA.lean.js +1 -0
  303. data/docs/assets/{hooks.md.C4-moMny.js → hooks.md.Jmb5VOLA.js} +4 -4
  304. data/docs/assets/{hooks.md.C4-moMny.lean.js → hooks.md.Jmb5VOLA.lean.js} +1 -1
  305. data/docs/assets/{i18n.md.Do9i1qWl.js → i18n.md.xQhiGo1G.js} +2 -2
  306. data/docs/assets/{i18n.md.Do9i1qWl.lean.js → i18n.md.xQhiGo1G.lean.js} +1 -1
  307. data/docs/assets/{index.md.CuBB-BdM.js → index.md.CAMqGBJE.js} +1 -1
  308. data/docs/assets/{index.md.CuBB-BdM.lean.js → index.md.CAMqGBJE.lean.js} +1 -1
  309. data/docs/assets/{instrumentation.md.a9Pjps4P.js → instrumentation.md.BgcaGVYH.js} +2 -2
  310. data/docs/assets/{instrumentation.md.a9Pjps4P.lean.js → instrumentation.md.BgcaGVYH.lean.js} +1 -1
  311. data/docs/assets/{javascript.md.GWbhRS51.js → javascript.md.DzrMxUmI.js} +7 -7
  312. data/docs/assets/{javascript.md.GWbhRS51.lean.js → javascript.md.DzrMxUmI.lean.js} +1 -1
  313. data/docs/assets/keyword-injection.md.95Zgh2eN.js +21 -0
  314. data/docs/assets/{keyword-injection.md.Dt2tKREs.lean.js → keyword-injection.md.95Zgh2eN.lean.js} +1 -1
  315. data/docs/assets/{layouts.md.cPnh3NId.js → layouts.md.CJGDFY-m.js} +2 -15
  316. data/docs/assets/layouts.md.CJGDFY-m.lean.js +1 -0
  317. data/docs/assets/{lsp.md.Bsu-f6VU.js → lsp.md.Dn1rIiW0.js} +1 -1
  318. data/docs/assets/{lsp.md.Bsu-f6VU.lean.js → lsp.md.Dn1rIiW0.lean.js} +1 -1
  319. data/docs/assets/overview.md.Bdq4qt3L.js +1 -0
  320. data/docs/assets/overview.md.Bdq4qt3L.lean.js +1 -0
  321. data/docs/assets/pages.md.B7Hc-i6H.js +45 -0
  322. data/docs/assets/pages.md.B7Hc-i6H.lean.js +1 -0
  323. data/docs/assets/recipes_alternate-layouts.md.BwEytl59.js +22 -0
  324. data/docs/assets/recipes_alternate-layouts.md.BwEytl59.lean.js +1 -0
  325. data/docs/assets/recipes_authentication.md.Dzvi_g69.js +156 -0
  326. data/docs/assets/recipes_authentication.md.Dzvi_g69.lean.js +1 -0
  327. data/docs/assets/recipes_blank-layouts.md.fyAUJyJR.js +15 -0
  328. data/docs/assets/recipes_blank-layouts.md.fyAUJyJR.lean.js +1 -0
  329. data/docs/assets/recipes_custom-flash.md.CrQbI5eH.js +26 -0
  330. data/docs/assets/recipes_custom-flash.md.CrQbI5eH.lean.js +1 -0
  331. data/docs/assets/recipes_indexed-forms.md.CstYyOSo.js +74 -0
  332. data/docs/assets/recipes_indexed-forms.md.CstYyOSo.lean.js +1 -0
  333. data/docs/assets/recipes_text-field-component.md.H4wLAK0Z.js +101 -0
  334. data/docs/assets/recipes_text-field-component.md.H4wLAK0Z.lean.js +1 -0
  335. data/docs/assets/routes.md.B8kfUPHU.js +21 -0
  336. data/docs/assets/{routes.md.BMM7peut.lean.js → routes.md.B8kfUPHU.lean.js} +1 -1
  337. data/docs/assets/{security.md.C668yXCi.js → security.md.C0G_AZR-.js} +1 -1
  338. data/docs/assets/{security.md.C668yXCi.lean.js → security.md.C0G_AZR-.lean.js} +1 -1
  339. data/docs/assets/space-time-continuum.md.xl44xDos.js +1 -0
  340. data/docs/assets/{space-time-continuum.md.KPUIKysQ.lean.js → space-time-continuum.md.xl44xDos.lean.js} +1 -1
  341. data/docs/assets/{style.B2o1L9eN.css → style.prAgp4yQ.css} +1 -1
  342. data/docs/assets/tutorial.md.a4a0eVOy.js +1 -0
  343. data/docs/assets/tutorial.md.a4a0eVOy.lean.js +1 -0
  344. data/docs/assets/why.md.C-hk5xgJ.js +1 -0
  345. data/docs/assets/why.md.C-hk5xgJ.lean.js +1 -0
  346. data/docs/assets.html +12 -7
  347. data/docs/brut-js/api/AjaxSubmit.html +1 -1
  348. data/docs/brut-js/api/AjaxSubmit.js.html +1 -1
  349. data/docs/brut-js/api/Autosubmit.html +1 -1
  350. data/docs/brut-js/api/Autosubmit.js.html +1 -1
  351. data/docs/brut-js/api/BaseCustomElement.html +1 -1
  352. data/docs/brut-js/api/BaseCustomElement.js.html +1 -1
  353. data/docs/brut-js/api/BrutCustomElements.html +1 -1
  354. data/docs/brut-js/api/BufferedLogger.html +1 -1
  355. data/docs/brut-js/api/ConfirmSubmit.html +1 -1
  356. data/docs/brut-js/api/ConfirmSubmit.js.html +1 -1
  357. data/docs/brut-js/api/ConfirmationDialog.html +1 -1
  358. data/docs/brut-js/api/ConfirmationDialog.js.html +1 -1
  359. data/docs/brut-js/api/ConstraintViolationMessage.html +1 -1
  360. data/docs/brut-js/api/ConstraintViolationMessage.js.html +1 -1
  361. data/docs/brut-js/api/ConstraintViolationMessages.html +1 -1
  362. data/docs/brut-js/api/ConstraintViolationMessages.js.html +1 -1
  363. data/docs/brut-js/api/CopyToClipboard.html +1 -1
  364. data/docs/brut-js/api/CopyToClipboard.js.html +1 -1
  365. data/docs/brut-js/api/Form.html +1 -1
  366. data/docs/brut-js/api/Form.js.html +1 -1
  367. data/docs/brut-js/api/I18nTranslation.html +1 -1
  368. data/docs/brut-js/api/I18nTranslation.js.html +1 -1
  369. data/docs/brut-js/api/LocaleDetection.html +1 -1
  370. data/docs/brut-js/api/LocaleDetection.js.html +1 -1
  371. data/docs/brut-js/api/Logger.html +1 -1
  372. data/docs/brut-js/api/Logger.js.html +1 -1
  373. data/docs/brut-js/api/Message.html +1 -1
  374. data/docs/brut-js/api/Message.js.html +1 -1
  375. data/docs/brut-js/api/PrefixedLogger.html +1 -1
  376. data/docs/brut-js/api/RichString.html +1 -1
  377. data/docs/brut-js/api/RichString.js.html +1 -1
  378. data/docs/brut-js/api/Tabs.html +1 -1
  379. data/docs/brut-js/api/Tabs.js.html +1 -1
  380. data/docs/brut-js/api/Tracing.html +1 -1
  381. data/docs/brut-js/api/Tracing.js.html +1 -1
  382. data/docs/brut-js/api/external-CustomElementRegistry.html +1 -1
  383. data/docs/brut-js/api/external-Performance.html +1 -1
  384. data/docs/brut-js/api/external-Promise.html +1 -1
  385. data/docs/brut-js/api/external-ValidityState.html +1 -1
  386. data/docs/brut-js/api/external-Window.html +1 -1
  387. data/docs/brut-js/api/external-fetch.html +1 -1
  388. data/docs/brut-js/api/global.html +1 -1
  389. data/docs/brut-js/api/index.html +1 -1
  390. data/docs/brut-js/api/index.js.html +1 -1
  391. data/docs/brut-js/api/module-testing.html +1 -1
  392. data/docs/brut-js/api/testing.AssetMetadata.html +1 -1
  393. data/docs/brut-js/api/testing.AssetMetadataLoader.html +1 -1
  394. data/docs/brut-js/api/testing.CustomElementTest.html +1 -1
  395. data/docs/brut-js/api/testing.DOMCreator.html +1 -1
  396. data/docs/brut-js/api/testing_AssetMetadata.js.html +1 -1
  397. data/docs/brut-js/api/testing_AssetMetadataLoader.js.html +1 -1
  398. data/docs/brut-js/api/testing_CustomElementTest.js.html +1 -1
  399. data/docs/brut-js/api/testing_DOMCreator.js.html +1 -1
  400. data/docs/brut-js/api/testing_index.js.html +1 -1
  401. data/docs/brut-js.html +12 -7
  402. data/docs/business-logic.html +10 -5
  403. data/docs/cli.html +26 -26
  404. data/docs/components.html +61 -64
  405. data/docs/configuration.html +13 -8
  406. data/docs/css.html +14 -9
  407. data/docs/custom-element-tests.html +14 -9
  408. data/docs/database-access.html +12 -7
  409. data/docs/database-schema.html +15 -10
  410. data/docs/deployment.html +10 -5
  411. data/docs/dev-environment.html +12 -7
  412. data/docs/dir-structure.html +74 -0
  413. data/docs/doc-conventions.html +11 -6
  414. data/docs/end-to-end-tests.html +15 -8
  415. data/docs/favicon.ico +0 -0
  416. data/docs/features.html +182 -0
  417. data/docs/flash-and-session.html +73 -82
  418. data/docs/form-constraints.html +118 -0
  419. data/docs/forms.html +57 -367
  420. data/docs/getting-started.html +15 -10
  421. data/docs/handlers.html +51 -61
  422. data/docs/hashmap.json +1 -1
  423. data/docs/hooks.html +14 -9
  424. data/docs/i18n.html +12 -7
  425. data/docs/index.html +11 -6
  426. data/docs/instrumentation.html +12 -7
  427. data/docs/javascript.html +17 -12
  428. data/docs/jobs.html +10 -5
  429. data/docs/keyword-injection.html +22 -21
  430. data/docs/layouts.html +12 -20
  431. data/docs/lsp.html +11 -6
  432. data/docs/markdown-examples.html +10 -5
  433. data/docs/middleware.html +10 -5
  434. data/docs/not-released.html +10 -5
  435. data/docs/overview.html +11 -138
  436. data/docs/pages.html +49 -121
  437. data/docs/recipes/alternate-layouts.html +50 -0
  438. data/docs/recipes/authentication.html +166 -6
  439. data/docs/recipes/blank-layouts.html +43 -0
  440. data/docs/recipes/custom-flash.html +54 -0
  441. data/docs/recipes/indexed-forms.html +102 -0
  442. data/docs/recipes/text-field-component.html +129 -0
  443. data/docs/routes.html +16 -19
  444. data/docs/security.html +11 -6
  445. data/docs/seed-data.html +10 -5
  446. data/docs/space-time-continuum.html +11 -6
  447. data/docs/tutorial.html +11 -6
  448. data/docs/unit-tests.html +10 -5
  449. data/docs/why.html +29 -0
  450. data/lib/brut/front_end/form.rb +8 -8
  451. data/lib/brut/front_end/forms/radio_button_group_input.rb +8 -1
  452. data/lib/brut/front_end/forms/select_input.rb +8 -1
  453. data/lib/brut/version.rb +1 -1
  454. data/specs/brut/front_end/forms/radio_button_group_input.spec.rb +54 -0
  455. data/specs/brut/front_end/forms/select_input.spec.rb +54 -0
  456. metadata +117 -75
  457. data/brutrb.com/public/images/logo-300.png +0 -0
  458. data/brutrb.com/public/images/logo.png +0 -0
  459. data/docs/assets/LogoStop.X8x-4riz.png +0 -0
  460. data/docs/assets/ai.md._6HCDL6d.lean.js +0 -1
  461. data/docs/assets/chunks/@localSearchIndexroot.CeRAdP1K.js +0 -1
  462. data/docs/assets/components.md.CRUMdRoN.js +0 -104
  463. data/docs/assets/dev-environment.md.GZv6xvi9.js +0 -11
  464. data/docs/assets/doc-conventions.md.-kN3Xo5C.js +0 -1
  465. data/docs/assets/doc-conventions.md.-kN3Xo5C.lean.js +0 -1
  466. data/docs/assets/end-to-end-tests.md.yfQHC0b5.lean.js +0 -1
  467. data/docs/assets/flash-and-session.md.BXY8RvT0.js +0 -93
  468. data/docs/assets/forms.md.B-koVgyw.js +0 -379
  469. data/docs/assets/forms.md.B-koVgyw.lean.js +0 -1
  470. data/docs/assets/handlers.md.089DVD3v.js +0 -69
  471. data/docs/assets/handlers.md.089DVD3v.lean.js +0 -1
  472. data/docs/assets/keyword-injection.md.Dt2tKREs.js +0 -25
  473. data/docs/assets/layouts.md.cPnh3NId.lean.js +0 -1
  474. data/docs/assets/overview.md.DVKRM8zl.js +0 -133
  475. data/docs/assets/overview.md.DVKRM8zl.lean.js +0 -1
  476. data/docs/assets/pages.md.BE3kfOc5.js +0 -122
  477. data/docs/assets/pages.md.BE3kfOc5.lean.js +0 -1
  478. data/docs/assets/recipes_authentication.md.CAsXf7hk.js +0 -1
  479. data/docs/assets/recipes_authentication.md.CAsXf7hk.lean.js +0 -1
  480. data/docs/assets/routes.md.BMM7peut.js +0 -29
  481. data/docs/assets/space-time-continuum.md.KPUIKysQ.js +0 -1
  482. data/docs/assets/tutorial.md.BnoGjrdK.js +0 -1
  483. data/docs/assets/tutorial.md.BnoGjrdK.lean.js +0 -1
  484. data/docs/images/logo-300.png +0 -0
  485. data/docs/images/logo.png +0 -0
  486. /data/docs/assets/{cli.md.RmeA2b0i.lean.js → cli.md.CjsktgFz.lean.js} +0 -0
  487. /data/docs/assets/{configuration.md.LG-zIBww.lean.js → configuration.md.DeyhpqEx.lean.js} +0 -0
  488. /data/docs/assets/{css.md.DJgj2clw.lean.js → css.md.CltvJqAa.lean.js} +0 -0
  489. /data/docs/assets/{custom-element-tests.md.BrYJQEl3.lean.js → custom-element-tests.md.B_rbta32.lean.js} +0 -0
  490. /data/docs/assets/{database-access.md.C7l-Vuvb.lean.js → database-access.md.gnluu54N.lean.js} +0 -0
  491. /data/docs/assets/{dev-environment.md.GZv6xvi9.lean.js → dev-environment.md.BroAOLhF.lean.js} +0 -0
@@ -0,0 +1 @@
1
+ const e=`{"documentCount":346,"nextId":346,"documentIds":{"0":"/ai.html#ai-declaration-and-notes","1":"/ai.html#levels-of-ai-use","2":"/ai.html#code","3":"/ai.html#library-code-should-be-written-by-a-person","4":"/ai.html#tests-should-not-be-totally-written-by-ai","5":"/ai.html#management-tools-should-not-be-totally-written-by-ai","6":"/ai.html#documentation","7":"/ai.html#logos","8":"/ai.html#ai-information-about-brut-should-be-viewed-with-skepticism","9":"/assets.html#assets","10":"/assets.html#javascript-and-css","11":"/assets.html#what-is-hashing-and-why-do-it","12":"/assets.html#what-are-sourcemaps-and-why-create-them","13":"/assets.html#fonts","14":"/assets.html#images","15":"/assets.html#svgs","16":"/assets.html#favicon-ico","17":"/assets.html#all-other-assets","18":"/assets.html#technical-notes","19":"/brut-js.html#brutjs","20":"/brut-js.html#overview","21":"/brut-js.html#custom-elements","22":"/brut-js.html#creating-your-own-custom-elements","23":"/brut-js.html#removing-brutjs","24":"/brut-js.html#recommnded-practices","25":"/brut-js.html#leaving-brutjs-in-your-app","26":"/brut-js.html#you-probably-don-t-need-a-single-page-app","27":"/brut-js.html#testing","28":"/brut-js.html#technical-notes","29":"/cli.html#cli-and-tasks","30":"/cli.html#overview","31":"/cli.html#brut-cli-user-interface","32":"/cli.html#basic-cli","33":"/cli.html#implementing-execute","34":"/cli.html#advanced-options","35":"/cli.html#the-file-in-bin","36":"/cli.html#testing","37":"/cli.html#recommended-practices","38":"/cli.html#technical-notes","39":"/configuration.html#configuration","40":"/configuration.html#overview","41":"/configuration.html#basics-of-configuration","42":"/configuration.html#special-types-of-configuration","43":"/configuration.html#type-and-name-enforcement","44":"/configuration.html#overridable-and-nilable-values","45":"/configuration.html#setting-your-own-configuration-values","46":"/configuration.html#testing","47":"/configuration.html#recommended-practices","48":"/configuration.html#technical-notes","49":"/components.html#components","50":"/components.html#overview","51":"/components.html#simple-component","52":"/components.html#global-components","53":"/components.html#page-private-components","54":"/components.html#testing","55":"/components.html#recommended-practices","56":"/components.html#technical-notes","57":"/css.html#css","58":"/css.html#managing-your-app-s-css","59":"/css.html#importing-third-party-css","60":"/css.html#using-brut-css","61":"/css.html#using-tailwindcss","62":"/css.html#technical-notes","63":"/database-access.html#database-access-data-models","64":"/database-access.html#overview","65":"/database-access.html#testing","66":"/database-access.html#test-data-is-managed-with-factorybot","67":"/database-access.html#testing-your-data-models","68":"/database-access.html#recommended-practices","69":"/database-access.html#do-not-put-business-logic-on-your-database-models","70":"/database-access.html#do-not-use-validations-on-models-unless-there-is-no-other-choice","71":"/database-access.html#technical-notes","72":"/deployment.html#deployment","73":"/deployment.html#overview","74":"/deployment.html#heroku-container-based-deployment","75":"/deployment.html#other-mechanisms-for-deployment","76":"/deployment.html#testing","77":"/deployment.html#recommended-practices","78":"/deployment.html#technical-notes","79":"/dev-environment.html#dev-environment","80":"/dev-environment.html#overview","81":"/dev-environment.html#conceptual-overview","82":"/dev-environment.html#foundational-core-command-line-apps","83":"/dev-environment.html#workspace-command-line-apps","84":"/dev-environment.html#extending-and-enhancing","85":"/dev-environment.html#testing","86":"/dev-environment.html#recommended-practices","87":"/dev-environment.html#technical-notes","88":"/dir-structure.html#directory-structure","89":"/dir-structure.html#top-level","90":"/dir-structure.html#inside-app","91":"/dir-structure.html#inside-specs","92":"/end-to-end-tests.html#end-to-end-tests","93":"/end-to-end-tests.html#overview","94":"/end-to-end-tests.html#using-playwright","95":"/end-to-end-tests.html#test-setup","96":"/end-to-end-tests.html#test-helpers-and-configuration","97":"/end-to-end-tests.html#quirks-of-playwright","98":"/end-to-end-tests.html#recommended-practices","99":"/end-to-end-tests.html#test-major-flows-not-exhaustive-branches","100":"/end-to-end-tests.html#use-css-selectors","101":"/end-to-end-tests.html#testing-must-inform-your-html","102":"/end-to-end-tests.html#asserting-the-lack-of-content-basically-doesn-t-work","103":"/end-to-end-tests.html#try-to-use-the-defaults-for-timeouts","104":"/end-to-end-tests.html#technical-notes","105":"/business-logic.html#business-or-domain-logic","106":"/business-logic.html#overview","107":"/business-logic.html#testing","108":"/business-logic.html#recomended-practices","109":"/business-logic.html#technical-notes","110":"/flash-and-session.html#flash-and-session","111":"/flash-and-session.html#overview","112":"/flash-and-session.html#session","113":"/flash-and-session.html#flash","114":"/flash-and-session.html#testing","115":"/flash-and-session.html#recommended-practices","116":"/flash-and-session.html#technical-notes","117":"/doc-conventions.html#documentation-conventions","118":"/doc-conventions.html#terminology","119":"/doc-conventions.html#structure-of-these-documents","120":"/doc-conventions.html#names-of-the-library-and-associated-modules","121":"/doc-conventions.html#on-using-vitepress","122":"/forms.html#forms","123":"/forms.html#overview","124":"/forms.html#declaring-form-data-elements","125":"/forms.html#using-forms-to-generate-html","126":"/forms.html#accessing-data-in-a-submitted-form","127":"/forms.html#testing","128":"/forms.html#recommended-practices","129":"/forms.html#create-components-to-generate-form-controls","130":"/forms.html#take-advantage-of-client-side-constraints","131":"/forms.html#technical-notes","132":"/database-schema.html#database-schema-migrations","133":"/database-schema.html#overview","134":"/database-schema.html#creating-migrations","135":"/database-schema.html#managing-migrations","136":"/database-schema.html#brut-extensions-and-changes-in-sequel-s-behavior","137":"/database-schema.html#external-ids","138":"/database-schema.html#brut-migration-changes-and-enhancement","139":"/database-schema.html#testing","140":"/database-schema.html#recommended-practices","141":"/database-schema.html#ephemeral-dev-database","142":"/database-schema.html#use-your-database-it-is-awesome","143":"/database-schema.html#technical-notes","144":"/custom-element-tests.html#testing-custom-elements","145":"/custom-element-tests.html#overview","146":"/custom-element-tests.html#recommended-practices","147":"/custom-element-tests.html#technical-notes","148":"/form-constraints.html#form-constraint-validations","149":"/form-constraints.html#overview","150":"/form-constraints.html#specifying-constraints","151":"/form-constraints.html#accessing-constraints-when-generating-html","152":"/form-constraints.html#styling-server-and-client-side-constraint-violations","153":"/form-constraints.html#testing","154":"/form-constraints.html#recommended-practices","155":"/form-constraints.html#utility-css-is-tricky-here","156":"/form-constraints.html#learn-to-be-ok-with-the-browser-s-ux","157":"/form-constraints.html#technical-notes","158":"/getting-started.html#getting-started","159":"/getting-started.html#get-mkbrut","160":"/getting-started.html#init-your-app","161":"/getting-started.html#start-your-dev-environment","162":"/getting-started.html#run-the-app","163":"/getting-started.html#run-the-tests","164":"/getting-started.html#now-build-the-rest-of-your-app-🦉","165":"/handlers.html#handlers-actions","166":"/handlers.html#overview","167":"/handlers.html#handler-structure","168":"/handlers.html#handling-a-form-submission","169":"/handlers.html#handling-other-requests","170":"/handlers.html#hooks","171":"/handlers.html#testing","172":"/handlers.html#recommended-practices","173":"/handlers.html#you-don-t-always-need-resourceful-or-restful-routes","174":"/handlers.html#avoid-business-logic-in-handlers","175":"/handlers.html#technical-notes","176":"/hooks.html#route-hooks","177":"/hooks.html#overview","178":"/hooks.html#testing","179":"/hooks.html#recommended-practices","180":"/hooks.html#technical-notes","181":"/features.html#quick-tour-of-brut-s-features","182":"/features.html#pages","183":"/features.html#layouts","184":"/features.html#components","185":"/features.html#forms","186":"/features.html#handlers","187":"/features.html#javascript","188":"/features.html#css","189":"/features.html#database-schema","190":"/features.html#database-access","191":"/features.html#domain-and-business-logic","192":"/features.html#testing","193":"/features.html#tasks","194":"/features.html#observability","195":"/i18n.html#internationaliztion-and-localization","196":"/i18n.html#overview","197":"/i18n.html#enhancements","198":"/i18n.html#basic-usage","199":"/i18n.html#page-and-component-specific-values","200":"/i18n.html#html-escaping","201":"/i18n.html#localizing-dates-and-times","202":"/i18n.html#displaying-dates-and-times-in-html","203":"/i18n.html#constraint-violations-and-field-names","204":"/i18n.html#testing","205":"/i18n.html#recommended-practices","206":"/i18n.html#technical-notes","207":"/instrumentation.html#instrumentation-and-observability","208":"/instrumentation.html#overview","209":"/instrumentation.html#why-instrument","210":"/instrumentation.html#setting-up-instrumentation","211":"/instrumentation.html#what-is-instrumented-by-default","212":"/instrumentation.html#adding-your-own-instrumentation","213":"/instrumentation.html#client-side-observability","214":"/instrumentation.html#testing","215":"/instrumentation.html#recommended-practices","216":"/instrumentation.html#technical-notes","217":"/javascript.html#javascript","218":"/javascript.html#overview","219":"/javascript.html#testing","220":"/javascript.html#recommended-practices","221":"/javascript.html#technical-notes","222":"/jobs.html#background-jobs","223":"/layouts.html#layouts","224":"/layouts.html#overview","225":"/layouts.html#testing","226":"/layouts.html#recommended-practices","227":"/layouts.html#technical-notes","228":"/lsp.html#language-server-protocol-lsp-support","229":"/lsp.html#overview","230":"/keyword-injection.html#keyword-injection","231":"/keyword-injection.html#overview","232":"/keyword-injection.html#standard-injectible-information","233":"/keyword-injection.html#route-hooks","234":"/keyword-injection.html#http-headers","235":"/keyword-injection.html#injecting-custom-data","236":"/keyword-injection.html#when-values-aren-t-available","237":"/keyword-injection.html#testing","238":"/keyword-injection.html#recommended-practices","239":"/keyword-injection.html#technical-notes","240":"/not-released.html#brut-is-not-released-software","241":"/markdown-examples.html#markdown-extension-examples","242":"/markdown-examples.html#syntax-highlighting","243":"/markdown-examples.html#custom-containers","244":"/markdown-examples.html#more","245":"/overview.html#conceptual-overview","246":"/overview.html#basic-elements","247":"/overview.html#brut-is-not-mvc","248":"/overview.html#brut-is-hippocratic-licensed","249":"/pages.html#pages","250":"/pages.html#overview","251":"/pages.html#creating-a-page","252":"/pages.html#accessing-data-in-a-page","253":"/pages.html#page-hooks","254":"/pages.html#testing","255":"/pages.html#generating-a-response","256":"/pages.html#asserting-results","257":"/pages.html#recommended-practices","258":"/pages.html#instance-variables-ivars-are-fine","259":"/pages.html#don-t-set-ivars-in-before-generate","260":"/pages.html#leverage-keyword-injection","261":"/pages.html#in-tests-it-s-fine-to-locate-elements-via-css-selectors","262":"/pages.html#that-said-avoid-test-specific-attributes-or-classes","263":"/pages.html#technical-notes","264":"/pages.html#page-internal-api","265":"/pages.html#layouts","266":"/pages.html#helpers-in-templates","267":"/pages.html#so-you-don-t-like-phlex","268":"/recipes/alternate-layouts.html#alternate-layouts","269":"/recipes/authentication.html#authentication-example","270":"/recipes/authentication.html#feature","271":"/recipes/authentication.html#recipe","272":"/recipes/authentication.html#set-up-database-and-seed-data","273":"/recipes/authentication.html#create-a-login-page","274":"/recipes/authentication.html#handle-logins","275":"/recipes/authentication.html#injecting-the-current-account","276":"/recipes/authentication.html#requiring-login","277":"/recipes/authentication.html#you-don-t-need-page-hooks-for-this","278":"/recipes/custom-flash.html#custom-flash-class","279":"/recipes/custom-flash.html#recipe","280":"/recipes/blank-layouts.html#blank-or-no-layout","281":"/routes.html#routes","282":"/routes.html#overview","283":"/routes.html#«route»-syntax","284":"/routes.html#class-naming-conventions","285":"/routes.html#creating-uris-for-routes","286":"/routes.html#testing","287":"/routes.html#recommended-practices","288":"/routes.html#routes-should-be-named-for-concepts-anyone-can-understand","289":"/routes.html#prefer-shallow-routes-with-a-single-placeholder","290":"/routes.html#placeholders-identify-things-query-strings-search-for-things","291":"/routes.html#pluralization-is-up-to-you","292":"/routes.html#technical-notes","293":"/middleware.html#middleware","294":"/middleware.html#overview","295":"/middleware.html#testing","296":"/middleware.html#recommended-practices","297":"/middleware.html#technical-notes","298":"/security.html#security","299":"/security.html#overview","300":"/security.html#encrypted-sessions","301":"/security.html#csrf-protection","302":"/security.html#content-security-policy-headers-and-tools","303":"/security.html#bundle-audit","304":"/security.html#testing","305":"/security.html#recommended-practices","306":"/security.html#technical-notes","307":"/security.html#csrf-protection-1","308":"/security.html#encrypted-sessions-1","309":"/seed-data.html#see-data-for-development","310":"/seed-data.html#overview","311":"/seed-data.html#testing","312":"/seed-data.html#recommended-practices","313":"/seed-data.html#technical-notes","314":"/space-time-continuum.html#space-time-continuum-making-sense-of-times-and-time-zones","315":"/space-time-continuum.html#timezones-outside-of-web-requests","316":"/space-time-continuum.html#timezones-for-sessions","317":"/space-time-continuum.html#getting-timezone-from-the-browser","318":"/space-time-continuum.html#getting-the-session-s-timezone","319":"/space-time-continuum.html#using-the-timezone","320":"/space-time-continuum.html#testing","321":"/tutorial.html#tutorial","322":"/unit-tests.html#unit-tests","323":"/unit-tests.html#overview","324":"/unit-tests.html#tests-run-in-a-database-transaction","325":"/unit-tests.html#a-usable-requestcontext-is-created-for-front-end-tests","326":"/unit-tests.html#bin-test-audit-and-managing-tests","327":"/unit-tests.html#recommended-practices","328":"/unit-tests.html#go-easy-on-rspec-features","329":"/unit-tests.html#custom-matchers-are-useful","330":"/unit-tests.html#lint-your-factories","331":"/unit-tests.html#technical-notes","332":"/recipes/indexed-forms.html#indexed-forms","333":"/recipes/indexed-forms.html#feature","334":"/recipes/indexed-forms.html#recipe","335":"/recipes/indexed-forms.html#creating-a-form-with-indexes","336":"/recipes/indexed-forms.html#processing-a-form-with-array-values","337":"/recipes/indexed-forms.html#generating-a-form-with-array-values","338":"/recipes/text-field-component.html#creating-your-own-text-field-component","339":"/recipes/text-field-component.html#feature","340":"/recipes/text-field-component.html#recipe","341":"/recipes/text-field-component.html#create-the-initializer","342":"/recipes/text-field-component.html#outline-the-html","343":"/recipes/text-field-component.html#styling-the-component","344":"/recipes/text-field-component.html#using-the-component","345":"/why.html#why-does-brut-exist"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[4,1,27],"1":[4,4,71],"2":[1,4,38],"3":[8,5,38],"4":[8,5,76],"5":[9,5,39],"6":[1,4,61],"7":[1,4,45],"8":[9,4,52],"9":[1,1,20],"10":[3,1,53],"11":[8,4,143],"12":[8,4,82],"13":[1,1,67],"14":[1,1,45],"15":[1,1,63],"16":[2,1,30],"17":[3,1,26],"18":[2,1,77],"19":[1,1,19],"20":[1,1,88],"21":[2,2,176],"22":[5,2,134],"23":[2,2,44],"24":[2,1,1],"25":[5,3,41],"26":[9,3,114],"27":[1,1,5],"28":[2,1,37],"29":[3,1,49],"30":[1,3,63],"31":[4,4,211],"32":[2,4,159],"33":[2,4,89],"34":[2,4,90],"35":[4,4,47],"36":[1,3,98],"37":[2,3,27],"38":[2,3,36],"39":[1,1,31],"40":[1,1,57],"41":[3,2,104],"42":[4,2,92],"43":[4,2,59],"44":[4,2,160],"45":[5,2,74],"46":[1,1,60],"47":[2,1,105],"48":[2,1,83],"49":[1,1,28],"50":[1,1,57],"51":[2,2,171],"52":[2,2,132],"53":[3,2,150],"54":[1,1,23],"55":[2,1,36],"56":[2,1,64],"57":[1,1,35],"58":[5,1,165],"59":[4,1,78],"60":[3,1,74],"61":[2,1,2],"62":[2,1,75],"63":[4,1,74],"64":[1,4,116],"65":[1,4,20],"66":[6,5,98],"67":[4,5,135],"68":[2,4,1],"69":[9,6,120],"70":[12,6,86],"71":[2,4,40],"72":[1,1,13],"73":[1,1,63],"74":[4,2,279],"75":[4,2,88],"76":[1,1,39],"77":[2,1,63],"78":[2,1,40],"79":[2,1,10],"80":[1,2,130],"81":[2,3,46],"82":[5,3,123],"83":[4,3,170],"84":[3,3,2],"85":[1,2,36],"86":[2,2,116],"87":[2,2,102],"88":[2,1,39],"89":[2,2,29],"90":[3,2,134],"91":[3,2,64],"92":[3,1,53],"93":[1,3,51],"94":[2,4,87],"95":[2,4,71],"96":[4,4,98],"97":[3,4,106],"98":[2,3,23],"99":[6,5,68],"100":[3,5,81],"101":[5,5,117],"102":[9,5,63],"103":[7,5,64],"104":[2,3,42],"105":[4,1,28],"106":[1,4,74],"107":[1,4,43],"108":[2,4,92],"109":[2,4,64],"110":[3,1,29],"111":[1,3,52],"112":[1,4,147],"113":[1,4,131],"114":[1,3,42],"115":[2,3,37],"116":[2,3,108],"117":[2,1,1],"118":[1,2,94],"119":[4,2,57],"120":[7,2,40],"121":[3,2,53],"122":[1,1,28],"123":[1,1,70],"124":[4,2,139],"125":[5,2,177],"126":[6,2,104],"127":[1,1,36],"128":[2,1,1],"129":[6,3,46],"130":[6,3,29],"131":[2,1,112],"132":[3,1,37],"133":[1,3,78],"134":[2,4,184],"135":[2,4,71],"136":[8,4,82],"137":[2,12,223],"138":[5,4,220],"139":[1,3,28],"140":[2,3,1],"141":[3,5,116],"142":[6,5,103],"143":[2,3,96],"144":[3,1,27],"145":[1,3,200],"146":[2,3,29],"147":[2,3,96],"148":[3,1,29],"149":[1,3,31],"150":[2,4,93],"151":[5,4,78],"152":[7,4,232],"153":[1,3,52],"154":[2,3,1],"155":[5,5,58],"156":[9,5,49],"157":[2,3,40],"158":[2,1,26],"159":[2,2,40],"160":[3,2,60],"161":[4,2,83],"162":[3,2,80],"163":[3,2,29],"164":[8,2,23],"165":[3,1,14],"166":[1,3,28],"167":[2,4,149],"168":[4,4,98],"169":[3,4,76],"170":[1,4,57],"171":[1,3,94],"172":[2,3,1],"173":[9,5,100],"174":[5,5,72],"175":[2,3,40],"176":[2,1,27],"177":[1,2,196],"178":[1,2,44],"179":[2,2,51],"180":[2,2,96],"181":[6,1,1],"182":[1,6,104],"183":[1,6,84],"184":[1,6,65],"185":[1,6,146],"186":[1,6,101],"187":[1,6,92],"188":[1,6,35],"189":[2,6,134],"190":[2,6,65],"191":[4,6,92],"192":[1,6,49],"193":[1,6,42],"194":[1,6,41],"195":[3,1,14],"196":[1,3,107],"197":[1,4,31],"198":[2,5,64],"199":[5,5,68],"200":[2,4,105],"201":[4,4,74],"202":[6,4,106],"203":[5,4,55],"204":[1,3,45],"205":[2,3,14],"206":[2,3,40],"207":[3,1,39],"208":[1,3,1],"209":[3,4,101],"210":[3,4,164],"211":[5,4,136],"212":[4,4,181],"213":[3,4,108],"214":[1,3,39],"215":[2,3,32],"216":[2,3,78],"217":[1,1,46],"218":[1,1,203],"219":[1,1,28],"220":[2,1,61],"221":[2,1,107],"222":[2,1,66],"223":[1,1,32],"224":[1,1,180],"225":[1,1,26],"226":[2,1,39],"227":[2,1,71],"228":[5,1,23],"229":[1,5,155],"230":[2,1,89],"231":[1,2,87],"232":[3,3,110],"233":[2,6,53],"234":[2,6,110],"235":[3,3,116],"236":[5,3,89],"237":[1,2,71],"238":[2,2,166],"239":[2,2,67],"240":[5,1,19],"241":[3,1,14],"242":[2,3,26],"243":[2,3,21],"244":[1,3,11],"245":[2,1,122],"246":[2,2,161],"247":[4,2,69],"248":[4,2,22],"249":[1,1,11],"250":[1,1,100],"251":[3,2,121],"252":[5,2,223],"253":[2,2,87],"254":[1,1,39],"255":[3,2,57],"256":[2,2,133],"257":[2,1,1],"258":[6,3,46],"259":[7,3,52],"260":[3,3,61],"261":[11,3,50],"262":[8,3,75],"263":[2,1,36],"264":[3,3,71],"265":[1,3,38],"266":[3,3,47],"267":[7,3,58],"268":[2,1,69],"269":[2,1,34],"270":[1,2,31],"271":[1,2,1],"272":[6,3,108],"273":[4,3,127],"274":[2,3,111],"275":[4,3,95],"276":[2,3,83],"277":[8,3,115],"278":[3,1,18],"279":[1,3,61],"280":[4,1,34],"281":[1,1,39],"282":[1,1,63],"283":[3,2,60],"284":[3,2,160],"285":[4,2,171],"286":[1,1,49],"287":[2,1,19],"288":[9,3,67],"289":[7,3,51],"290":[7,3,56],"291":[5,3,41],"292":[2,1,101],"293":[1,1,5],"294":[1,1,122],"295":[1,1,38],"296":[2,1,34],"297":[2,1,93],"298":[1,1,26],"299":[1,1,36],"300":[2,2,55],"301":[2,2,125],"302":[6,2,106],"303":[2,2,39],"304":[1,1,50],"305":[2,1,43],"306":[2,1,36],"307":[2,3,51],"308":[2,3,48],"309":[4,1,23],"310":[1,4,101],"311":[1,4,27],"312":[2,4,80],"313":[2,4,79],"314":[9,1,31],"315":[5,9,97],"316":[3,9,59],"317":[5,12,82],"318":[5,12,91],"319":[3,12,84],"320":[1,9,112],"321":[1,1,11],"322":[2,1,23],"323":[1,2,61],"324":[6,3,57],"325":[9,3,69],"326":[6,3,144],"327":[2,2,25],"328":[5,4,49],"329":[4,4,81],"330":[3,4,64],"331":[2,2,36],"332":[2,1,44],"333":[1,2,23],"334":[1,2,12],"335":[5,3,120],"336":[6,3,97],"337":[6,3,102],"338":[6,1,30],"339":[1,6,31],"340":[1,6,1],"341":[3,7,44],"342":[3,7,102],"343":[3,7,131],"344":[3,7,35],"345":[5,1,97]},"averageFieldLength":[2.9248554913294793,2.8497109826589604,71.42485549132947],"storedFields":{"0":{"title":"AI Declaration and Notes","titles":[]},"1":{"title":"Levels of AI Use","titles":["AI Declaration and Notes"]},"2":{"title":"Code","titles":["AI Declaration and Notes"]},"3":{"title":"Library Code Should Be Written By a Person","titles":["AI Declaration and Notes","Code"]},"4":{"title":"Tests Should Not Be Totally Written by AI","titles":["AI Declaration and Notes","Code"]},"5":{"title":"Management Tools Should Not Be Totally Written by AI","titles":["AI Declaration and Notes","Code"]},"6":{"title":"Documentation","titles":["AI Declaration and Notes"]},"7":{"title":"Logos","titles":["AI Declaration and Notes"]},"8":{"title":"AI Information about Brut Should Be Viewed with Skepticism","titles":["AI Declaration and Notes"]},"9":{"title":"Assets","titles":[]},"10":{"title":"JavaScript and CSS","titles":["Assets"]},"11":{"title":"What is Hashing and Why Do It?","titles":["Assets","JavaScript and CSS"]},"12":{"title":"What are SourceMaps and Why Create Them?","titles":["Assets","JavaScript and CSS"]},"13":{"title":"Fonts","titles":["Assets"]},"14":{"title":"Images","titles":["Assets"]},"15":{"title":"SVGs","titles":["Assets"]},"16":{"title":"favicon.ico","titles":["Assets"]},"17":{"title":"All Other Assets","titles":["Assets"]},"18":{"title":"Technical Notes","titles":["Assets"]},"19":{"title":"BrutJS","titles":[]},"20":{"title":"Overview","titles":["BrutJS"]},"21":{"title":"Custom Elements","titles":["BrutJS","Overview"]},"22":{"title":"Creating Your Own Custom Elements","titles":["BrutJS","Overview"]},"23":{"title":"Removing BrutJS","titles":["BrutJS","Overview"]},"24":{"title":"Recommnded Practices","titles":["BrutJS"]},"25":{"title":"Leaving BrutJS In Your App","titles":["BrutJS","Recommnded Practices"]},"26":{"title":"You Probably Don't Need a Single-Page App","titles":["BrutJS","Recommnded Practices"]},"27":{"title":"Testing","titles":["BrutJS"]},"28":{"title":"Technical Notes","titles":["BrutJS"]},"29":{"title":"CLI and Tasks","titles":[]},"30":{"title":"Overview","titles":["CLI and Tasks"]},"31":{"title":"Brut CLI User Interface","titles":["CLI and Tasks","Overview"]},"32":{"title":"Basic CLI","titles":["CLI and Tasks","Overview"]},"33":{"title":"Implementing execute","titles":["CLI and Tasks","Overview"]},"34":{"title":"Advanced Options","titles":["CLI and Tasks","Overview"]},"35":{"title":"The file in bin","titles":["CLI and Tasks","Overview"]},"36":{"title":"Testing","titles":["CLI and Tasks"]},"37":{"title":"Recommended Practices","titles":["CLI and Tasks"]},"38":{"title":"Technical Notes","titles":["CLI and Tasks"]},"39":{"title":"Configuration","titles":[]},"40":{"title":"Overview","titles":["Configuration"]},"41":{"title":"Basics of Configuration","titles":["Configuration","Overview"]},"42":{"title":"Special Types of Configuration","titles":["Configuration","Overview"]},"43":{"title":"Type and Name Enforcement","titles":["Configuration","Overview"]},"44":{"title":"Overridable and nilable Values","titles":["Configuration","Overview"]},"45":{"title":"Setting Your Own Configuration Values","titles":["Configuration","Overview"]},"46":{"title":"Testing","titles":["Configuration"]},"47":{"title":"Recommended Practices","titles":["Configuration"]},"48":{"title":"Technical Notes","titles":["Configuration"]},"49":{"title":"Components","titles":[]},"50":{"title":"Overview","titles":["Components"]},"51":{"title":"Simple Component","titles":["Components","Overview"]},"52":{"title":"Global Components","titles":["Components","Overview"]},"53":{"title":"Page Private Components","titles":["Components","Overview"]},"54":{"title":"Testing","titles":["Components"]},"55":{"title":"Recommended Practices","titles":["Components"]},"56":{"title":"Technical Notes","titles":["Components"]},"57":{"title":"CSS","titles":[]},"58":{"title":"Managing Your App's CSS","titles":["CSS"]},"59":{"title":"Importing Third Party CSS","titles":["CSS"]},"60":{"title":"Using Brut-CSS","titles":["CSS"]},"61":{"title":"Using TailwindCSS","titles":["CSS"]},"62":{"title":"Technical Notes","titles":["CSS"]},"63":{"title":"Database Access / Data Models","titles":[]},"64":{"title":"Overview","titles":["Database Access / Data Models"]},"65":{"title":"Testing","titles":["Database Access / Data Models"]},"66":{"title":"Test Data is Managed with FactoryBot","titles":["Database Access / Data Models","Testing"]},"67":{"title":"Testing Your Data Models","titles":["Database Access / Data Models","Testing"]},"68":{"title":"Recommended Practices","titles":["Database Access / Data Models"]},"69":{"title":"Do Not Put Business Logic On Your Database Models","titles":["Database Access / Data Models","Recommended Practices"]},"70":{"title":"Do Not Use Validations on Models Unless There is No Other Choice","titles":["Database Access / Data Models","Recommended Practices"]},"71":{"title":"Technical Notes","titles":["Database Access / Data Models"]},"72":{"title":"Deployment","titles":[]},"73":{"title":"Overview","titles":["Deployment"]},"74":{"title":"Heroku Container-based Deployment","titles":["Deployment","Overview"]},"75":{"title":"Other Mechanisms for Deployment","titles":["Deployment","Overview"]},"76":{"title":"Testing","titles":["Deployment"]},"77":{"title":"Recommended Practices","titles":["Deployment"]},"78":{"title":"Technical Notes","titles":["Deployment"]},"79":{"title":"Dev Environment","titles":[]},"80":{"title":"Overview","titles":["Dev Environment"]},"81":{"title":"Conceptual Overview","titles":["Dev Environment","Overview"]},"82":{"title":"Foundational Core Command Line Apps","titles":["Dev Environment","Overview"]},"83":{"title":"Workspace Command Line Apps","titles":["Dev Environment","Overview"]},"84":{"title":"Extending and Enhancing","titles":["Dev Environment","Overview"]},"85":{"title":"Testing","titles":["Dev Environment"]},"86":{"title":"Recommended Practices","titles":["Dev Environment"]},"87":{"title":"Technical Notes","titles":["Dev Environment"]},"88":{"title":"Directory Structure","titles":[]},"89":{"title":"Top Level","titles":["Directory Structure"]},"90":{"title":"Inside app/","titles":["Directory Structure"]},"91":{"title":"Inside specs/","titles":["Directory Structure"]},"92":{"title":"End to End Tests","titles":[]},"93":{"title":"Overview","titles":["End to End Tests"]},"94":{"title":"Using Playwright","titles":["End to End Tests","Overview"]},"95":{"title":"Test Setup","titles":["End to End Tests","Overview"]},"96":{"title":"Test Helpers and Configuration","titles":["End to End Tests","Overview"]},"97":{"title":"Quirks of Playwright","titles":["End to End Tests","Overview"]},"98":{"title":"Recommended Practices","titles":["End to End Tests"]},"99":{"title":"Test Major Flows, Not Exhaustive Branches","titles":["End to End Tests","Recommended Practices"]},"100":{"title":"Use CSS Selectors","titles":["End to End Tests","Recommended Practices"]},"101":{"title":"Testing Must Inform your HTML","titles":["End to End Tests","Recommended Practices"]},"102":{"title":"Asserting the Lack of Content Basically Doesn't Work","titles":["End to End Tests","Recommended Practices"]},"103":{"title":"Try to Use the Defaults for Timeouts","titles":["End to End Tests","Recommended Practices"]},"104":{"title":"Technical Notes","titles":["End to End Tests"]},"105":{"title":"Business or Domain Logic","titles":[]},"106":{"title":"Overview","titles":["Business or Domain Logic"]},"107":{"title":"Testing","titles":["Business or Domain Logic"]},"108":{"title":"Recomended Practices","titles":["Business or Domain Logic"]},"109":{"title":"Technical Notes","titles":["Business or Domain Logic"]},"110":{"title":"Flash and Session","titles":[]},"111":{"title":"Overview","titles":["Flash and Session"]},"112":{"title":"Session","titles":["Flash and Session","Overview"]},"113":{"title":"Flash","titles":["Flash and Session","Overview"]},"114":{"title":"Testing","titles":["Flash and Session"]},"115":{"title":"Recommended Practices","titles":["Flash and Session"]},"116":{"title":"Technical Notes","titles":["Flash and Session"]},"117":{"title":"Documentation Conventions","titles":[]},"118":{"title":"Terminology","titles":["Documentation Conventions"]},"119":{"title":"Structure of These Documents","titles":["Documentation Conventions"]},"120":{"title":"Names of the Library and Associated Modules","titles":["Documentation Conventions"]},"121":{"title":"On Using VitePress","titles":["Documentation Conventions"]},"122":{"title":"Forms","titles":[]},"123":{"title":"Overview","titles":["Forms"]},"124":{"title":"Declaring Form Data/Elements","titles":["Forms","Overview"]},"125":{"title":"Using Forms to Generate HTML","titles":["Forms","Overview"]},"126":{"title":"Accessing Data in a Submitted Form","titles":["Forms","Overview"]},"127":{"title":"Testing","titles":["Forms"]},"128":{"title":"Recommended Practices","titles":["Forms"]},"129":{"title":"Create Components to Generate Form Controls","titles":["Forms","Recommended Practices"]},"130":{"title":"Take Advantage of Client Side Constraints","titles":["Forms","Recommended Practices"]},"131":{"title":"Technical Notes","titles":["Forms"]},"132":{"title":"Database Schema / Migrations","titles":[]},"133":{"title":"Overview","titles":["Database Schema / Migrations"]},"134":{"title":"Creating Migrations","titles":["Database Schema / Migrations","Overview"]},"135":{"title":"Managing Migrations","titles":["Database Schema / Migrations","Overview"]},"136":{"title":"Brut Extensions and Changes in Sequel's Behavior","titles":["Database Schema / Migrations","Overview"]},"137":{"title":"External IDs","titles":["Database Schema / Migrations","Overview","Brut Extensions and Changes in Sequel's Behavior"]},"138":{"title":"Brut Migration Changes and Enhancement","titles":["Database Schema / Migrations","Overview"]},"139":{"title":"Testing","titles":["Database Schema / Migrations"]},"140":{"title":"Recommended Practices","titles":["Database Schema / Migrations"]},"141":{"title":"Ephemeral Dev Database","titles":["Database Schema / Migrations","Recommended Practices"]},"142":{"title":"Use Your Database, It is Awesome","titles":["Database Schema / Migrations","Recommended Practices"]},"143":{"title":"Technical Notes","titles":["Database Schema / Migrations"]},"144":{"title":"Testing Custom Elements","titles":[]},"145":{"title":"Overview","titles":["Testing Custom Elements"]},"146":{"title":"Recommended Practices","titles":["Testing Custom Elements"]},"147":{"title":"Technical Notes","titles":["Testing Custom Elements"]},"148":{"title":"Form Constraint Validations","titles":[]},"149":{"title":"Overview","titles":["Form Constraint Validations"]},"150":{"title":"Specifying Constraints","titles":["Form Constraint Validations","Overview"]},"151":{"title":"Accessing Constraints when Generating HTML","titles":["Form Constraint Validations","Overview"]},"152":{"title":"Styling Server and Client-Side Constraint Violations","titles":["Form Constraint Validations","Overview"]},"153":{"title":"Testing","titles":["Form Constraint Validations"]},"154":{"title":"Recommended Practices","titles":["Form Constraint Validations"]},"155":{"title":"Utility CSS is Tricky Here","titles":["Form Constraint Validations","Recommended Practices"]},"156":{"title":"Learn to Be OK with the Browser's UX","titles":["Form Constraint Validations","Recommended Practices"]},"157":{"title":"Technical Notes","titles":["Form Constraint Validations"]},"158":{"title":"Getting Started","titles":[]},"159":{"title":"Get mkbrut","titles":["Getting Started"]},"160":{"title":"Init Your App","titles":["Getting Started"]},"161":{"title":"Start Your Dev Environment","titles":["Getting Started"]},"162":{"title":"Run the App","titles":["Getting Started"]},"163":{"title":"Run the Tests","titles":["Getting Started"]},"164":{"title":"Now Build The Rest of Your App 🦉","titles":["Getting Started"]},"165":{"title":"Handlers & Actions","titles":[]},"166":{"title":"Overview","titles":["Handlers & Actions"]},"167":{"title":"Handler Structure","titles":["Handlers & Actions","Overview"]},"168":{"title":"Handling a Form Submission","titles":["Handlers & Actions","Overview"]},"169":{"title":"Handling Other Requests","titles":["Handlers & Actions","Overview"]},"170":{"title":"Hooks","titles":["Handlers & Actions","Overview"]},"171":{"title":"Testing","titles":["Handlers & Actions"]},"172":{"title":"Recommended Practices","titles":["Handlers & Actions"]},"173":{"title":"You Don't Always Need Resourceful or RESTful Routes","titles":["Handlers & Actions","Recommended Practices"]},"174":{"title":"Avoid Business Logic in Handlers","titles":["Handlers & Actions","Recommended Practices"]},"175":{"title":"Technical Notes","titles":["Handlers & Actions"]},"176":{"title":"Route Hooks","titles":[]},"177":{"title":"Overview","titles":["Route Hooks"]},"178":{"title":"Testing","titles":["Route Hooks"]},"179":{"title":"Recommended Practices","titles":["Route Hooks"]},"180":{"title":"Technical Notes","titles":["Route Hooks"]},"181":{"title":"Quick Tour of Brut's Features","titles":[]},"182":{"title":"Pages","titles":["Quick Tour of Brut's Features"]},"183":{"title":"Layouts","titles":["Quick Tour of Brut's Features"]},"184":{"title":"Components","titles":["Quick Tour of Brut's Features"]},"185":{"title":"Forms","titles":["Quick Tour of Brut's Features"]},"186":{"title":"Handlers","titles":["Quick Tour of Brut's Features"]},"187":{"title":"JavaScript","titles":["Quick Tour of Brut's Features"]},"188":{"title":"CSS","titles":["Quick Tour of Brut's Features"]},"189":{"title":"Database Schema","titles":["Quick Tour of Brut's Features"]},"190":{"title":"Database Access","titles":["Quick Tour of Brut's Features"]},"191":{"title":"Domain and Business Logic","titles":["Quick Tour of Brut's Features"]},"192":{"title":"Testing","titles":["Quick Tour of Brut's Features"]},"193":{"title":"Tasks","titles":["Quick Tour of Brut's Features"]},"194":{"title":"Observability","titles":["Quick Tour of Brut's Features"]},"195":{"title":"Internationaliztion and Localization","titles":[]},"196":{"title":"Overview","titles":["Internationaliztion and Localization"]},"197":{"title":"Enhancements","titles":["Internationaliztion and Localization","Overview"]},"198":{"title":"Basic Usage","titles":["Internationaliztion and Localization","Overview","Enhancements"]},"199":{"title":"Page- and Component-specific Values","titles":["Internationaliztion and Localization","Overview","Enhancements"]},"200":{"title":"HTML Escaping","titles":["Internationaliztion and Localization","Overview"]},"201":{"title":"Localizing Dates and Times","titles":["Internationaliztion and Localization","Overview"]},"202":{"title":"Displaying Dates and Times in HTML","titles":["Internationaliztion and Localization","Overview"]},"203":{"title":"Constraint Violations and Field Names","titles":["Internationaliztion and Localization","Overview"]},"204":{"title":"Testing","titles":["Internationaliztion and Localization"]},"205":{"title":"Recommended Practices","titles":["Internationaliztion and Localization"]},"206":{"title":"Technical Notes","titles":["Internationaliztion and Localization"]},"207":{"title":"Instrumentation and Observability","titles":[]},"208":{"title":"Overview","titles":["Instrumentation and Observability"]},"209":{"title":"Why Instrument?","titles":["Instrumentation and Observability","Overview"]},"210":{"title":"Setting up Instrumentation","titles":["Instrumentation and Observability","Overview"]},"211":{"title":"What is Instrumented By Default","titles":["Instrumentation and Observability","Overview"]},"212":{"title":"Adding Your Own Instrumentation","titles":["Instrumentation and Observability","Overview"]},"213":{"title":"Client-Side Observability","titles":["Instrumentation and Observability","Overview"]},"214":{"title":"Testing","titles":["Instrumentation and Observability"]},"215":{"title":"Recommended Practices","titles":["Instrumentation and Observability"]},"216":{"title":"Technical Notes","titles":["Instrumentation and Observability"]},"217":{"title":"JavaScript","titles":[]},"218":{"title":"Overview","titles":["JavaScript"]},"219":{"title":"Testing","titles":["JavaScript"]},"220":{"title":"Recommended Practices","titles":["JavaScript"]},"221":{"title":"Technical Notes","titles":["JavaScript"]},"222":{"title":"Background Jobs","titles":[]},"223":{"title":"Layouts","titles":[]},"224":{"title":"Overview","titles":["Layouts"]},"225":{"title":"Testing","titles":["Layouts"]},"226":{"title":"Recommended Practices","titles":["Layouts"]},"227":{"title":"Technical Notes","titles":["Layouts"]},"228":{"title":"Language Server Protocol (LSP) Support","titles":[]},"229":{"title":"Overview","titles":["Language Server Protocol (LSP) Support"]},"230":{"title":"Keyword Injection","titles":[]},"231":{"title":"Overview","titles":["Keyword Injection"]},"232":{"title":"Standard Injectible Information","titles":["Keyword Injection","Overview"]},"233":{"title":"Route Hooks","titles":["Keyword Injection","Overview","Standard Injectible Information"]},"234":{"title":"HTTP Headers","titles":["Keyword Injection","Overview","Standard Injectible Information"]},"235":{"title":"Injecting Custom Data","titles":["Keyword Injection","Overview"]},"236":{"title":"When Values Aren't Available","titles":["Keyword Injection","Overview"]},"237":{"title":"Testing","titles":["Keyword Injection"]},"238":{"title":"Recommended Practices","titles":["Keyword Injection"]},"239":{"title":"Technical Notes","titles":["Keyword Injection"]},"240":{"title":"Brut is Not Released Software","titles":[]},"241":{"title":"Markdown Extension Examples","titles":[]},"242":{"title":"Syntax Highlighting","titles":["Markdown Extension Examples"]},"243":{"title":"Custom Containers","titles":["Markdown Extension Examples"]},"244":{"title":"More","titles":["Markdown Extension Examples"]},"245":{"title":"Conceptual Overview","titles":[]},"246":{"title":"Basic Elements","titles":["Conceptual Overview"]},"247":{"title":"Brut is Not MVC","titles":["Conceptual Overview"]},"248":{"title":"Brut is Hippocratic Licensed","titles":["Conceptual Overview"]},"249":{"title":"Pages","titles":[]},"250":{"title":"Overview","titles":["Pages"]},"251":{"title":"Creating a Page","titles":["Pages","Overview"]},"252":{"title":"Accessing Data in a Page","titles":["Pages","Overview"]},"253":{"title":"Page Hooks","titles":["Pages","Overview"]},"254":{"title":"Testing","titles":["Pages"]},"255":{"title":"Generating a Response","titles":["Pages","Testing"]},"256":{"title":"Asserting Results","titles":["Pages","Testing"]},"257":{"title":"Recommended Practices","titles":["Pages"]},"258":{"title":"Instance variables (ivars) are fine.","titles":["Pages","Recommended Practices"]},"259":{"title":"Don't set ivars in before_generate","titles":["Pages","Recommended Practices"]},"260":{"title":"Leverage Keyword Injection","titles":["Pages","Recommended Practices"]},"261":{"title":"In Tests, It's Fine to Locate Elements Via CSS Selectors","titles":["Pages","Recommended Practices"]},"262":{"title":"That Said, Avoid Test-Specific Attributes or Classes","titles":["Pages","Recommended Practices"]},"263":{"title":"Technical Notes","titles":["Pages"]},"264":{"title":"Page Internal API","titles":["Pages","Technical Notes"]},"265":{"title":"Layouts","titles":["Pages","Technical Notes"]},"266":{"title":"Helpers in Templates","titles":["Pages","Technical Notes"]},"267":{"title":"So You Don't Like Phlex?","titles":["Pages","Technical Notes"]},"268":{"title":"Alternate Layouts","titles":[]},"269":{"title":"Authentication Example","titles":[]},"270":{"title":"Feature","titles":["Authentication Example"]},"271":{"title":"Recipe","titles":["Authentication Example"]},"272":{"title":"Set up Database and Seed Data","titles":["Authentication Example","Recipe"]},"273":{"title":"Create a Login Page","titles":["Authentication Example","Recipe"]},"274":{"title":"Handle Logins","titles":["Authentication Example","Recipe"]},"275":{"title":"Injecting the Current Account","titles":["Authentication Example","Recipe"]},"276":{"title":"Requiring Login","titles":["Authentication Example","Recipe"]},"277":{"title":"You Don't Need Page Hooks for This","titles":["Authentication Example","Recipe"]},"278":{"title":"Custom Flash Class","titles":[]},"279":{"title":"Recipe","titles":["Custom Flash Class"]},"280":{"title":"Blank or No Layout","titles":[]},"281":{"title":"Routes","titles":[]},"282":{"title":"Overview","titles":["Routes"]},"283":{"title":"«route» Syntax","titles":["Routes","Overview"]},"284":{"title":"Class Naming Conventions","titles":["Routes","Overview"]},"285":{"title":"Creating URIs for Routes","titles":["Routes","Overview"]},"286":{"title":"Testing","titles":["Routes"]},"287":{"title":"Recommended Practices","titles":["Routes"]},"288":{"title":"Routes Should be Named for Concepts Anyone Can Understand","titles":["Routes","Recommended Practices"]},"289":{"title":"Prefer Shallow Routes with a Single Placeholder","titles":["Routes","Recommended Practices"]},"290":{"title":"Placeholders Identify Things, Query Strings Search for Things","titles":["Routes","Recommended Practices"]},"291":{"title":"Pluralization Is Up to You","titles":["Routes","Recommended Practices"]},"292":{"title":"Technical Notes","titles":["Routes"]},"293":{"title":"Middleware","titles":[]},"294":{"title":"Overview","titles":["Middleware"]},"295":{"title":"Testing","titles":["Middleware"]},"296":{"title":"Recommended Practices","titles":["Middleware"]},"297":{"title":"Technical Notes","titles":["Middleware"]},"298":{"title":"Security","titles":[]},"299":{"title":"Overview","titles":["Security"]},"300":{"title":"Encrypted Sessions","titles":["Security","Overview"]},"301":{"title":"CSRF Protection","titles":["Security","Overview"]},"302":{"title":"Content Security Policy headers and tools","titles":["Security","Overview"]},"303":{"title":"bundle audit","titles":["Security","Overview"]},"304":{"title":"Testing","titles":["Security"]},"305":{"title":"Recommended Practices","titles":["Security"]},"306":{"title":"Technical Notes","titles":["Security"]},"307":{"title":"CSRF Protection","titles":["Security","Technical Notes"]},"308":{"title":"Encrypted Sessions","titles":["Security","Technical Notes"]},"309":{"title":"See Data for Development","titles":[]},"310":{"title":"Overview","titles":["See Data for Development"]},"311":{"title":"Testing","titles":["See Data for Development"]},"312":{"title":"Recommended Practices","titles":["See Data for Development"]},"313":{"title":"Technical Notes","titles":["See Data for Development"]},"314":{"title":"Space/Time Continuum - Making Sense of Times and Time Zones","titles":[]},"315":{"title":"Timezones Outside of Web Requests","titles":["Space/Time Continuum - Making Sense of Times and Time Zones"]},"316":{"title":"Timezones for Sessions","titles":["Space/Time Continuum - Making Sense of Times and Time Zones"]},"317":{"title":"Getting Timezone from the Browser","titles":["Space/Time Continuum - Making Sense of Times and Time Zones","Timezones for Sessions"]},"318":{"title":"Getting the Session's Timezone","titles":["Space/Time Continuum - Making Sense of Times and Time Zones","Timezones for Sessions"]},"319":{"title":"Using the Timezone","titles":["Space/Time Continuum - Making Sense of Times and Time Zones","Timezones for Sessions"]},"320":{"title":"Testing","titles":["Space/Time Continuum - Making Sense of Times and Time Zones"]},"321":{"title":"Tutorial","titles":[]},"322":{"title":"Unit Tests","titles":[]},"323":{"title":"Overview","titles":["Unit Tests"]},"324":{"title":"Tests run in a Database Transaction","titles":["Unit Tests","Overview"]},"325":{"title":"A Usable RequestContext is Created for Front End Tests","titles":["Unit Tests","Overview"]},"326":{"title":"bin/test audit and Managing Tests","titles":["Unit Tests","Overview"]},"327":{"title":"Recommended Practices","titles":["Unit Tests"]},"328":{"title":"Go Easy on RSpec Features","titles":["Unit Tests","Recommended Practices"]},"329":{"title":"Custom Matchers Are Useful","titles":["Unit Tests","Recommended Practices"]},"330":{"title":"Lint Your Factories","titles":["Unit Tests","Recommended Practices"]},"331":{"title":"Technical Notes","titles":["Unit Tests"]},"332":{"title":"Indexed Forms","titles":[]},"333":{"title":"Feature","titles":["Indexed Forms"]},"334":{"title":"Recipe","titles":["Indexed Forms"]},"335":{"title":"Creating a Form with Indexes","titles":["Indexed Forms","Recipe"]},"336":{"title":"Processing a Form with Array Values","titles":["Indexed Forms","Recipe"]},"337":{"title":"Generating a Form with Array Values","titles":["Indexed Forms","Recipe"]},"338":{"title":"Creating your Own Text Field Component","titles":[]},"339":{"title":"Feature","titles":["Creating your Own Text Field Component"]},"340":{"title":"Recipe","titles":["Creating your Own Text Field Component"]},"341":{"title":"Create the Initializer","titles":["Creating your Own Text Field Component","Recipe"]},"342":{"title":"Outline the HTML","titles":["Creating your Own Text Field Component","Recipe"]},"343":{"title":"Styling the Component","titles":["Creating your Own Text Field Component","Recipe"]},"344":{"title":"Using the Component","titles":["Creating your Own Text Field Component","Recipe"]},"345":{"title":"Why Does Brut Exist?","titles":[]}},"dirtCount":0,"index":[["❌",{"2":{"229":2,"232":4,"233":1}}],["✅",{"2":{"229":2,"232":8,"233":4}}],["🎉not",{"2":{"196":1}}],["🦉",{"0":{"164":1}}],["$",{"2":{"177":4,"189":2,"212":1,"229":1}}],["$pwd",{"2":{"159":3,"160":6}}],["$0",{"2":{"35":1,"87":1}}],["6502",{"2":{"162":1}}],["6",{"2":{"157":1}}],["\`page",{"2":{"250":2}}],["\`\`\`",{"2":{"242":1}}],["\`",{"2":{"145":14,"250":2}}],["zones",{"0":{"314":1},"1":{"315":1,"316":1,"317":1,"318":1,"319":1,"320":1},"2":{"252":1,"314":1}}],["zone",{"2":{"134":1,"138":1,"232":1,"315":6,"316":3,"317":1,"318":1,"319":3,"320":1}}],["zeitwerk",{"2":{"106":1,"191":2}}],["zaisblge",{"2":{"18":1}}],["└──",{"2":{"88":13}}],["│",{"2":{"88":41}}],["├──",{"2":{"88":32}}],["~",{"2":{"67":1,"189":2}}],["8601",{"2":{"182":1}}],["80vh",{"2":{"162":1}}],["8000",{"2":{"210":1}}],["800",{"2":{"51":3}}],["8",{"2":{"62":1,"71":1,"143":1,"183":2,"185":2,"224":1,"313":1}}],["^2",{"2":{"189":1}}],["^25",{"2":{"58":1,"218":1}}],["^",{"2":{"177":8,"189":1,"212":2,"294":1}}],["^1",{"2":{"58":1,"218":1}}],["^10",{"2":{"58":1,"218":1}}],["^3",{"2":{"58":1,"218":1}}],["^0",{"2":{"58":2,"218":2}}],["06",{"2":{"326":1}}],["05",{"2":{"251":1}}],["07",{"2":{"251":1}}],["01",{"2":{"189":1}}],["02",{"2":{"182":1}}],["0",{"2":{"58":4,"96":1,"124":2,"125":2,"162":1,"167":1,"189":6,"218":4,"341":1}}],["500",{"2":{"177":1,"343":1}}],["5000",{"2":{"96":1}}],["50",{"2":{"58":1,"162":1,"218":1}}],["5",{"2":{"56":1,"96":1,"103":1,"162":1,"175":1,"189":2}}],["=~",{"2":{"294":1}}],["==",{"2":{"186":1,"336":2}}],["=",{"2":{"51":3,"52":5,"53":1,"64":2,"67":1,"94":4,"97":1,"112":8,"113":10,"114":1,"125":2,"126":1,"145":3,"150":1,"151":1,"153":2,"168":2,"169":5,"177":19,"182":3,"183":1,"184":5,"186":2,"212":6,"218":1,"224":1,"235":1,"237":1,"256":3,"268":1,"273":1,"274":6,"275":2,"276":5,"279":5,"280":1,"285":1,"294":2,"310":3,"336":3,"337":2,"341":4,"343":1}}],["=>",{"2":{"20":1,"51":2,"53":2,"126":3,"145":10,"198":1,"203":2,"250":6,"284":1,"285":6}}],["95th",{"2":{"209":1}}],["99",{"2":{"138":1}}],["9",{"2":{"38":1,"189":3,"331":1}}],["98724fhjkjk",{"2":{"11":1}}],["xml",{"2":{"255":1}}],["x",{"2":{"252":2}}],["xhr",{"2":{"232":1,"252":1}}],["x26",{"2":{"177":12,"186":2,"212":4,"276":4,"335":1,"336":4,"343":2}}],["xx",{"2":{"150":1}}],["x3c",{"2":{"32":7,"45":1,"51":6,"52":1,"53":2,"64":1,"112":5,"113":2,"124":2,"125":16,"126":1,"137":2,"145":17,"151":1,"152":31,"162":1,"168":1,"169":1,"177":6,"182":10,"183":15,"184":1,"185":7,"186":1,"190":2,"198":2,"212":1,"224":1,"231":1,"235":2,"251":11,"268":2,"272":2,"273":3,"274":3,"275":2,"276":1,"277":1,"279":3,"280":2,"285":3,"294":2,"310":1,"335":1,"336":1,"337":1,"341":1,"342":8,"343":1}}],["xenon",{"2":{"13":3}}],["|index|",{"2":{"337":1}}],["|name",{"2":{"335":1}}],["|span|",{"2":{"212":1}}],["||",{"2":{"125":2,"142":1,"151":1,"273":1,"337":1}}],["|widget|",{"2":{"53":1}}],["|project",{"2":{"46":1}}],["|front",{"2":{"42":2}}],["|database",{"2":{"41":1}}],["|",{"2":{"31":29}}],["+",{"2":{"31":5,"337":2,"343":1}}],[">contact",{"2":{"198":1}}],[">",{"2":{"31":6,"51":2,"74":1,"125":10,"134":2,"141":3,"145":5,"152":17,"159":2,"161":3,"182":1,"183":5,"185":2,"251":1,"272":3,"273":3,"285":5,"342":1}}],["kits",{"2":{"125":1}}],["kit",{"2":{"125":1,"202":1,"266":1}}],["kinda",{"2":{"121":1}}],["known",{"2":{"303":1}}],["knowledge",{"2":{"135":1}}],["knowing",{"2":{"134":1,"304":1}}],["know",{"2":{"22":1,"74":1,"108":1,"125":1,"137":1,"138":1,"145":1,"191":1,"209":1,"221":1,"229":1,"245":1,"252":1,"345":2}}],["kernel",{"2":{"33":1}}],["key=",{"2":{"152":4}}],["keys",{"2":{"53":2,"113":1,"115":1,"137":10,"138":2,"142":1,"189":1,"196":4,"197":1,"198":1,"210":1}}],["keywords",{"2":{"252":1,"260":1}}],["keyword",{"0":{"230":1,"260":1},"1":{"231":1,"232":1,"233":1,"234":1,"235":1,"236":1,"237":1,"238":1,"239":1},"2":{"50":1,"51":1,"52":2,"112":2,"113":1,"124":1,"167":2,"180":1,"230":1,"231":1,"234":3,"235":1,"236":2,"237":1,"238":3,"239":1,"252":5,"319":1,"325":1}}],["key",{"2":{"21":2,"45":2,"46":2,"47":1,"52":4,"59":1,"67":2,"113":4,"134":1,"137":3,"138":8,"150":6,"152":3,"168":1,"184":4,"186":1,"189":1,"196":5,"198":1,"199":2,"201":1,"274":1,"336":2}}],["keeps",{"2":{"267":1}}],["keep",{"2":{"11":1,"18":1,"28":1,"38":1,"42":1,"48":1,"56":1,"62":1,"63":1,"71":1,"74":1,"78":1,"86":1,"87":1,"104":1,"109":1,"116":1,"131":1,"143":1,"147":1,"157":1,"175":1,"180":1,"206":1,"213":1,"216":1,"221":1,"226":1,"227":1,"239":1,"263":1,"292":1,"297":1,"306":1,"313":1,"331":1}}],["quantity",{"2":{"124":2,"125":4,"126":2,"151":2,"152":2,"168":2,"238":2,"333":1,"335":3,"336":7,"337":5,"344":1}}],["qualified",{"2":{"63":1}}],["quality",{"2":{"21":1,"22":1,"189":1}}],["quick",{"0":{"181":1},"1":{"182":1,"183":1,"184":1,"185":1,"186":1,"187":1,"188":1,"189":1,"190":1,"191":1,"192":1,"193":1,"194":1}}],["quickly",{"2":{"60":1,"188":1,"245":1}}],["quite",{"2":{"125":1,"141":1}}],["quirks",{"0":{"97":1}}],["quieries",{"2":{"64":1}}],["queries",{"2":{"106":6,"136":1,"138":1,"246":1}}],["querying",{"2":{"212":1,"290":1}}],["query",{"0":{"290":1},"2":{"69":1,"106":1,"108":1,"231":2,"232":1,"236":1,"252":4,"260":1,"284":1,"285":1,"290":5,"320":1}}],["queryselector",{"2":{"22":1,"145":3}}],["question",{"2":{"43":1,"69":1,"314":1}}],["queued",{"2":{"95":1}}],["queue",{"2":{"30":1}}],["quot",{"2":{"7":2,"11":2,"26":2,"32":4,"41":2,"43":2,"52":2,"53":8,"58":10,"59":2,"63":2,"75":2,"99":2,"100":2,"101":2,"116":2,"118":5,"120":20,"125":2,"126":2,"129":2,"134":8,"137":8,"150":2,"152":4,"153":2,"161":2,"173":2,"177":2,"187":2,"190":4,"196":2,"203":6,"218":16,"224":2,"227":2,"232":2,"234":8,"252":4,"262":6,"273":2,"284":10,"288":6,"289":2,"292":4,"294":4,"304":4,"308":2,"314":4,"315":2,"323":2,"329":2,"337":4,"342":2}}],["7mmizxtz",{"2":{"18":1}}],["7",{"2":{"18":1,"48":1,"58":1,"109":1,"116":1,"202":1,"206":1,"218":1,"221":1,"239":1}}],["yes",{"2":{"232":8,"233":4}}],["year",{"2":{"202":6,"308":1}}],["years",{"2":{"11":1,"209":1,"345":1}}],["yet",{"2":{"152":1}}],["yaml🎊",{"2":{"196":1}}],["yaml",{"2":{"90":2}}],["yml",{"2":{"74":2,"80":1,"229":1}}],["yielded",{"2":{"212":1}}],["yield",{"2":{"51":2,"183":1,"223":1,"224":2,"268":1,"280":1,"335":1}}],["yours",{"2":{"230":1}}],["yourself",{"2":{"64":1}}],["your",{"0":{"22":1,"25":1,"45":1,"58":1,"67":1,"69":1,"101":1,"142":1,"160":1,"161":1,"164":1,"212":1,"330":1,"338":1},"1":{"339":1,"340":1,"341":1,"342":1,"343":1,"344":1},"2":{"1":2,"11":2,"12":4,"13":2,"15":2,"19":1,"20":2,"21":1,"22":4,"23":2,"25":1,"26":2,"29":1,"30":4,"31":2,"32":2,"33":3,"34":4,"35":1,"36":5,"37":2,"42":1,"44":2,"45":4,"46":1,"47":2,"48":1,"50":3,"51":3,"52":1,"57":1,"58":9,"60":1,"63":5,"64":7,"66":1,"67":1,"69":4,"70":5,"74":9,"76":1,"77":1,"79":1,"81":6,"83":6,"85":1,"86":3,"87":1,"89":3,"90":8,"94":1,"95":2,"96":3,"98":1,"99":2,"100":3,"101":1,"102":2,"103":1,"105":1,"107":1,"108":8,"112":5,"113":5,"114":2,"115":1,"116":1,"118":1,"124":1,"129":1,"131":1,"132":1,"133":1,"134":1,"135":1,"137":6,"138":6,"141":4,"142":6,"145":2,"146":1,"150":1,"152":2,"155":2,"158":1,"160":3,"161":3,"162":5,"167":1,"169":1,"171":2,"173":2,"174":2,"177":1,"179":1,"190":3,"191":2,"192":2,"193":1,"196":3,"200":1,"202":1,"207":1,"209":6,"210":8,"211":1,"212":2,"213":3,"214":1,"215":1,"218":8,"219":2,"222":1,"224":3,"225":1,"226":1,"227":1,"228":2,"229":9,"230":2,"232":2,"233":1,"234":4,"235":1,"236":2,"237":3,"238":6,"246":5,"250":3,"252":9,"255":1,"256":2,"258":3,"259":3,"260":2,"261":3,"262":2,"264":2,"266":1,"267":1,"268":1,"277":1,"279":2,"282":2,"284":2,"285":1,"286":2,"288":1,"289":2,"290":1,"291":1,"292":1,"294":1,"295":1,"296":2,"297":1,"299":1,"301":3,"302":2,"303":3,"304":1,"305":3,"311":3,"312":1,"313":2,"315":2,"316":1,"317":1,"319":1,"320":4,"322":1,"325":2,"326":1,"329":7,"330":3,"335":1,"338":1,"342":1}}],["you",{"0":{"26":1,"173":1,"267":1,"277":1,"291":1},"2":{"1":3,"7":2,"11":6,"12":1,"13":2,"14":2,"15":3,"17":1,"18":1,"20":3,"21":1,"22":7,"23":2,"25":2,"26":4,"29":1,"30":2,"31":2,"32":5,"33":3,"34":2,"36":3,"43":1,"44":5,"45":4,"46":2,"47":4,"49":1,"50":2,"51":10,"52":1,"53":2,"54":1,"57":3,"58":4,"59":4,"60":4,"63":1,"64":5,"66":6,"67":5,"69":5,"70":3,"73":1,"74":12,"75":3,"76":1,"77":2,"80":1,"82":9,"83":8,"85":2,"86":1,"87":1,"90":2,"91":4,"93":3,"95":2,"96":4,"97":4,"98":3,"99":2,"100":3,"101":1,"102":2,"103":3,"105":1,"106":6,"107":1,"108":5,"111":3,"112":8,"113":5,"114":2,"119":1,"124":3,"125":2,"126":1,"129":3,"130":1,"133":3,"134":4,"135":2,"137":9,"138":15,"139":3,"141":9,"142":4,"145":15,"147":2,"150":1,"152":1,"153":1,"155":1,"156":2,"158":1,"159":3,"160":1,"161":4,"162":5,"163":2,"164":2,"166":1,"167":3,"169":1,"170":1,"171":2,"173":1,"177":2,"178":2,"179":1,"180":1,"184":1,"185":1,"187":2,"188":3,"189":1,"190":2,"191":7,"194":1,"197":1,"198":2,"199":4,"200":3,"201":5,"202":8,"204":3,"207":2,"209":3,"210":6,"211":2,"212":5,"213":2,"214":3,"215":1,"217":2,"218":5,"219":1,"220":2,"221":1,"222":2,"224":1,"225":2,"227":1,"229":3,"230":2,"231":1,"232":2,"234":2,"235":3,"236":3,"237":4,"238":5,"245":4,"246":2,"250":7,"251":3,"252":8,"253":3,"254":1,"255":2,"256":4,"258":1,"259":5,"260":2,"261":1,"262":7,"265":2,"266":1,"267":1,"269":1,"273":2,"277":2,"278":2,"279":2,"280":2,"282":1,"284":2,"285":11,"286":4,"287":1,"288":2,"289":2,"291":1,"292":3,"294":3,"295":1,"301":2,"302":2,"303":1,"304":2,"309":1,"310":9,"311":2,"312":1,"313":3,"315":4,"316":4,"317":1,"318":8,"319":3,"320":8,"322":1,"323":1,"324":4,"325":2,"326":7,"328":2,"329":1,"332":1,"335":1,"338":2,"342":1,"345":3}}],["vulnerabilities",{"2":{"163":1,"303":1,"305":1}}],["v",{"2":{"159":1,"160":2}}],["vendor",{"2":{"209":1,"210":6,"212":1}}],["vendors",{"2":{"194":1,"207":1,"209":2}}],["verify",{"2":{"330":1}}],["verb",{"2":{"173":1,"247":1}}],["verbs",{"2":{"82":1,"247":1}}],["verbose",{"2":{"31":4,"74":2,"220":1,"245":1}}],["versions",{"2":{"85":1,"145":1,"237":1,"303":1,"329":1}}],["version",{"2":{"80":2,"81":1,"234":1}}],["vertical",{"2":{"51":1}}],["very",{"2":{"11":1,"48":1,"75":1,"90":1,"123":1,"146":1,"209":1,"238":1,"267":1,"277":1}}],["ve",{"2":{"31":1,"59":1,"83":1,"103":1,"177":1,"229":1,"247":1,"275":1,"285":1,"304":1,"326":1,"345":1}}],["virtue",{"2":{"152":1,"156":1}}],["virtual",{"2":{"82":3}}],["vitepress",{"0":{"121":1},"2":{"121":1,"241":1,"242":1}}],["video",{"2":{"103":1}}],["videos",{"2":{"96":3}}],["visiting",{"2":{"246":1}}],["visit",{"2":{"162":1}}],["visitors",{"2":{"26":2,"118":1,"156":1,"270":3}}],["visitor",{"2":{"21":1,"26":1,"99":1,"112":15,"152":2,"168":1,"169":1,"177":2,"187":1,"232":2,"233":1,"246":1,"253":3,"275":1,"276":1,"277":2,"300":1,"316":2,"318":1,"319":2}}],["visual",{"2":{"101":1}}],["violate",{"2":{"152":1}}],["violated",{"2":{"67":1,"118":1}}],["violation",{"2":{"21":1,"150":6,"152":2,"168":1,"171":2,"186":1,"203":1,"274":1,"336":3}}],["violations",{"0":{"152":1,"203":1},"2":{"21":3,"126":1,"149":2,"150":1,"151":3,"152":6,"156":1,"168":7,"196":1,"224":1,"273":1,"274":2,"336":1,"337":1}}],["viewport",{"2":{"224":1}}],["viewer",{"2":{"194":2,"207":1,"210":4}}],["viewed",{"0":{"8":1}}],["views",{"2":{"69":1,"220":1,"277":1}}],["view",{"2":{"14":1,"20":1,"31":1,"49":1,"50":1,"51":3,"52":2,"53":1,"56":1,"112":1,"113":1,"183":2,"184":3,"185":1,"187":1,"199":1,"200":1,"218":1,"224":2,"227":3,"236":2,"253":1,"265":1,"268":1,"280":1,"319":1,"342":2,"343":1,"344":1}}],["via",{"0":{"261":1},"2":{"14":1,"15":1,"21":1,"22":1,"40":1,"58":1,"59":1,"63":1,"80":1,"82":1,"95":1,"104":1,"132":1,"133":1,"138":2,"142":1,"155":1,"161":1,"173":1,"182":1,"185":2,"189":1,"210":1,"212":1,"213":1,"218":1,"230":1,"239":1,"313":1,"318":1,"319":1,"320":1,"329":1}}],["var",{"2":{"34":1,"60":2,"273":1,"343":9}}],["variety",{"2":{"252":1}}],["variable",{"2":{"96":1,"210":1,"234":1,"300":1}}],["variables",{"0":{"258":1},"2":{"12":1,"31":3,"34":1,"74":2,"77":2,"96":1,"118":1,"177":1,"210":2,"234":1,"252":1,"258":1,"312":1}}],["various",{"2":{"7":1,"30":1,"40":1,"41":1,"56":1,"60":1,"124":1,"185":1,"201":1,"237":1,"328":1}}],["validitystate",{"2":{"131":1,"152":1}}],["valid",{"2":{"101":1,"138":1,"283":1,"284":1,"301":3,"318":1}}],["validating",{"2":{"149":1}}],["validations",{"0":{"70":1,"148":1},"1":{"149":1,"150":1,"151":1,"152":1,"153":1,"154":1,"155":1,"156":1,"157":1},"2":{"70":1,"118":1,"124":1,"126":1,"131":1,"152":1,"153":1}}],["validation",{"2":{"23":1,"70":3,"122":1,"142":1}}],["validated",{"2":{"148":1}}],["validate",{"2":{"76":1,"130":1}}],["valuable",{"2":{"67":1,"114":1}}],["value=",{"2":{"125":4,"131":1,"152":1}}],["value",{"2":{"11":1,"21":1,"40":3,"41":2,"43":1,"44":2,"45":1,"46":2,"59":1,"94":1,"99":1,"112":2,"125":4,"131":1,"134":1,"137":3,"138":2,"150":3,"167":2,"168":1,"171":1,"173":1,"177":2,"182":1,"186":1,"198":1,"201":1,"203":4,"210":1,"231":1,"232":3,"234":7,"235":3,"236":5,"238":8,"252":7,"253":1,"256":1,"275":1,"282":1,"285":1,"300":1,"301":1,"308":1,"317":1,"318":2,"319":1}}],["valuesstoring",{"2":{"41":1}}],["values",{"0":{"44":1,"45":1,"199":1,"236":1,"336":1,"337":1},"2":{"11":1,"31":2,"33":1,"39":1,"40":4,"41":5,"44":4,"45":1,"46":1,"74":1,"108":1,"113":2,"124":1,"125":1,"126":3,"137":2,"152":3,"160":1,"170":1,"186":1,"196":2,"197":1,"200":1,"201":1,"204":2,"210":1,"211":1,"230":1,"231":1,"233":1,"235":1,"236":2,"237":2,"238":2,"245":1,"252":3,"253":1,"290":1,"312":1,"315":1,"319":1,"332":1,"335":2,"336":1,"337":1,"341":1}}],["3457238947239487",{"2":{"137":1}}],["300",{"2":{"51":3,"60":2,"273":1}}],["301",{"2":{"16":1}}],["3rd",{"2":{"51":2}}],["3yjgdrjksrfdws",{"2":{"11":2}}],["3",{"2":{"5":1,"51":6,"58":1,"78":1,"124":2,"125":2,"150":1,"152":5,"159":1,"189":1,"218":1,"335":1,"343":2}}],["400",{"2":{"343":1}}],["404",{"2":{"256":2}}],["42",{"2":{"285":8}}],["4318",{"2":{"210":1}}],["4th",{"2":{"51":1}}],["4",{"2":{"4":1,"51":3,"60":2,"159":1,"242":1,"263":1,"343":1}}],["nice",{"2":{"252":2}}],["nil",{"2":{"44":13,"45":1,"51":1,"52":1,"113":1,"125":2,"126":1,"138":1,"151":1,"170":1,"177":1,"184":1,"233":1,"234":1,"235":5,"238":9,"252":4,"256":2,"273":1,"274":1,"275":1,"302":1,"317":1,"318":2,"326":1}}],["nilable",{"0":{"44":1}}],["num",{"2":{"337":2}}],["number",{"2":{"31":1,"96":2,"124":1,"125":2,"134":1,"167":1,"253":1,"332":1,"335":2}}],["numbers",{"2":{"12":1,"69":1}}],["nullable",{"2":{"138":2}}],["null",{"2":{"67":1,"134":3,"137":1,"138":8,"189":2,"272":1}}],["npm",{"2":{"57":1,"59":3,"229":1}}],["naming",{"0":{"284":1}}],["nameerror",{"2":{"285":2}}],["name=",{"2":{"125":8,"152":13,"153":1,"185":2,"337":2}}],["named",{"0":{"288":1},"2":{"41":1,"53":1,"82":1,"125":1,"134":1,"138":1,"185":1,"191":1,"250":1,"252":1,"325":1,"329":1,"343":1}}],["namely",{"2":{"21":1,"218":1}}],["namespacing",{"2":{"289":1}}],["namespaces",{"2":{"284":1}}],["namespaced",{"2":{"106":1,"284":1}}],["namespace",{"2":{"64":1,"66":1,"90":1,"190":1}}],["names",{"0":{"120":1,"203":1},"2":{"12":1,"14":1,"32":1,"100":1,"125":1,"185":1,"230":1,"289":1,"291":1,"343":1}}],["name",{"0":{"43":1},"2":{"11":4,"14":1,"20":2,"21":1,"32":3,"41":1,"43":2,"53":1,"58":1,"67":1,"74":1,"100":1,"112":1,"124":7,"125":8,"126":2,"133":1,"134":2,"136":1,"142":1,"150":7,"151":8,"152":23,"153":1,"160":1,"168":7,"183":4,"185":2,"186":1,"187":2,"200":1,"203":1,"210":2,"212":2,"218":1,"224":9,"233":1,"234":2,"238":2,"273":2,"274":1,"284":11,"285":1,"288":1,"289":1,"290":1,"294":1,"312":2,"317":1,"318":3,"320":2,"332":1,"333":1,"335":6,"336":12,"337":7,"339":1,"341":3,"342":6,"343":9,"344":3}}],["nakedpage",{"2":{"280":1}}],["naturally",{"2":{"174":1}}],["navigable",{"2":{"121":1}}],["navigating",{"2":{"69":1}}],["navigates",{"2":{"246":1,"308":1}}],["navigate",{"2":{"22":1,"256":1}}],["negated",{"2":{"329":2}}],["nested",{"2":{"284":1,"328":1}}],["necessary",{"2":{"73":1,"182":1,"222":1,"259":1,"319":1}}],["net",{"2":{"67":2}}],["network",{"2":{"11":1,"48":1}}],["next",{"2":{"58":1,"113":1,"126":2,"152":1,"167":1,"177":1,"186":1,"218":1,"272":2,"335":1}}],["needs",{"2":{"29":2,"50":1,"51":1,"116":1,"138":1,"147":2,"160":1,"177":1,"225":1,"226":1,"238":3,"252":1}}],["needed",{"2":{"26":1,"34":1,"42":1,"44":1,"45":1,"74":1,"80":1,"82":1,"83":2,"91":1,"93":1,"103":1,"113":1,"189":1,"204":1,"229":1,"325":1,"326":2,"343":1}}],["need",{"0":{"26":1,"173":1,"277":1},"2":{"15":1,"29":1,"52":1,"58":1,"66":1,"73":1,"74":4,"75":1,"101":1,"102":1,"103":1,"107":1,"108":3,"112":1,"123":1,"126":1,"127":1,"138":1,"141":1,"145":2,"147":1,"152":2,"155":2,"170":1,"173":1,"177":2,"209":1,"217":1,"229":2,"230":1,"231":1,"237":1,"238":1,"245":1,"250":1,"251":1,"252":3,"259":1,"262":1,"273":3,"274":2,"277":2,"286":1,"311":1,"312":1,"316":1,"320":3,"341":1,"343":1,"345":1}}],["newwidget",{"2":{"284":1}}],["newwidgethandler",{"2":{"126":1,"168":1}}],["newwidgetpage",{"2":{"125":2,"151":1,"168":3,"199":2}}],["newwidgetform",{"2":{"124":2,"125":2,"151":1}}],["neworganization",{"2":{"106":1}}],["neworganizationcommand",{"2":{"106":1}}],["new",{"2":{"8":1,"11":1,"31":2,"45":1,"46":2,"53":1,"64":1,"82":1,"83":4,"106":2,"113":1,"124":2,"125":6,"133":1,"134":2,"145":3,"151":1,"152":1,"158":1,"159":2,"160":5,"162":1,"167":1,"168":2,"169":1,"184":1,"186":1,"209":1,"212":1,"218":1,"224":1,"237":1,"250":5,"256":3,"272":2,"273":1,"274":1,"279":2,"284":1,"298":1,"319":1,"325":1,"336":1,"337":1,"344":2}}],["nevermind",{"2":{"199":2}}],["nevertheless",{"2":{"5":1,"297":1}}],["never",{"2":{"4":1,"102":1,"120":1,"141":1,"173":1,"236":1,"247":1}}],["nobody",{"2":{"235":1}}],["nokogiri",{"2":{"192":1,"254":1,"255":2,"256":2}}],["nor",{"2":{"86":1,"105":1,"188":1,"216":1,"247":1,"287":1}}],["normal",{"2":{"12":2,"26":1,"36":1,"53":3,"93":1,"94":1,"95":1,"114":1,"141":1,"161":1,"173":1,"178":1,"199":1,"203":1,"252":1,"295":1,"315":1,"335":1,"339":1,"341":1}}],["now",{"0":{"164":1},"2":{"62":1,"66":1,"86":1,"121":1,"143":1,"160":1,"161":2,"162":1,"163":1,"177":3,"180":1,"182":4,"189":1,"191":1,"212":1,"221":2,"239":1,"272":2,"273":2,"274":2,"275":1,"279":2,"284":1,"319":2,"320":3,"326":1,"337":1,"341":1}}],["nodejs",{"2":{"75":1,"145":1}}],["node",{"2":{"58":1,"59":3,"229":1,"255":1,"256":5}}],["notably",{"2":{"63":1,"246":1}}],["nothing",{"2":{"52":1,"70":1,"107":1,"138":1,"157":1}}],["notice",{"2":{"47":1,"52":2,"113":4,"124":1,"145":1,"169":1,"184":2,"218":2}}],["noting",{"2":{"22":1,"196":1}}],["noted",{"2":{"301":1}}],["note",{"2":{"21":1,"23":1,"43":1,"51":1,"58":1,"63":1,"70":1,"107":1,"112":1,"126":1,"132":1,"134":2,"135":1,"137":1,"145":2,"161":1,"182":1,"185":1,"186":2,"189":1,"218":1,"235":1,"252":1,"266":1,"275":1,"284":2,"285":1,"292":1,"301":1,"318":1,"337":1}}],["notes",{"0":{"0":1,"18":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"78":1,"87":1,"104":1,"109":1,"116":1,"131":1,"143":1,"147":1,"157":1,"175":1,"180":1,"206":1,"216":1,"221":1,"227":1,"239":1,"263":1,"292":1,"297":1,"306":1,"313":1,"331":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"264":1,"265":1,"266":1,"267":1,"307":1,"308":1},"2":{"18":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"74":1,"78":1,"82":1,"87":1,"104":1,"109":1,"116":1,"119":1,"131":1,"134":1,"143":1,"147":1,"157":1,"175":1,"180":1,"206":1,"216":1,"221":1,"227":1,"239":1,"263":1,"292":1,"297":1,"301":1,"306":1,"313":1,"331":1}}],["not",{"0":{"4":1,"5":1,"69":1,"70":1,"99":1,"240":1,"247":1},"2":{"7":1,"8":2,"11":1,"12":1,"13":1,"14":1,"17":1,"20":1,"22":2,"23":1,"26":3,"31":1,"32":2,"34":1,"36":1,"42":2,"44":1,"45":1,"46":1,"47":6,"48":2,"50":1,"52":1,"53":1,"59":1,"62":1,"63":2,"64":1,"69":3,"70":1,"73":1,"75":2,"76":1,"80":1,"83":1,"86":2,"87":1,"90":1,"95":1,"99":1,"100":2,"101":1,"102":3,"103":2,"105":2,"106":1,"107":1,"108":1,"111":1,"112":1,"113":1,"114":1,"115":1,"118":4,"124":1,"126":1,"134":2,"137":2,"138":4,"141":1,"142":1,"144":1,"145":1,"147":2,"152":2,"153":1,"167":2,"173":1,"177":2,"180":3,"185":1,"186":1,"188":1,"189":1,"191":1,"200":2,"201":1,"202":2,"204":1,"205":1,"211":2,"212":1,"213":1,"216":1,"220":2,"221":2,"226":1,"234":3,"235":2,"236":3,"237":1,"238":5,"239":1,"240":1,"246":1,"247":3,"248":1,"250":1,"251":1,"252":1,"253":1,"256":1,"261":1,"265":2,"266":1,"267":1,"275":1,"281":1,"283":2,"284":2,"285":1,"286":2,"287":1,"288":1,"290":2,"291":1,"292":2,"294":1,"297":3,"298":1,"300":1,"301":1,"305":5,"307":3,"308":1,"309":2,"311":1,"313":1,"314":1,"315":2,"318":2,"319":1,"320":2,"326":4,"332":1,"335":1,"336":1,"345":1}}],["nonzero",{"2":{"303":1}}],["none",{"2":{"3":1,"6":1,"28":1,"34":1,"71":1,"78":1,"83":5,"116":1,"138":1,"152":1,"175":1,"205":1,"206":1,"214":1,"256":1,"273":1,"324":1}}],["non",{"2":{"1":1,"3":1,"29":1,"76":1,"83":1,"91":1,"138":1,"169":1,"211":1,"216":1,"234":1,"235":1,"238":2,"246":1,"285":1,"286":1,"335":1,"337":1,"341":1}}],["no",{"0":{"70":1,"280":1},"2":{"1":1,"4":1,"15":1,"30":2,"42":2,"44":1,"51":1,"54":1,"56":1,"69":2,"74":8,"82":1,"90":1,"94":1,"101":2,"123":1,"126":1,"131":1,"136":1,"137":2,"138":1,"141":1,"145":1,"160":2,"167":1,"168":1,"169":1,"186":1,"200":1,"202":2,"229":1,"232":4,"233":1,"234":2,"235":2,"236":1,"238":1,"252":1,"255":1,"256":1,"270":1,"274":2,"277":1,"284":1,"285":1,"288":1,"302":1,"312":1,"313":1,"335":1}}],["23",{"2":{"292":1}}],["200",{"2":{"167":1}}],["20",{"2":{"58":1,"218":1}}],["20250508132646",{"2":{"134":1}}],["2025",{"2":{"3":1,"4":1,"18":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"78":1,"87":1,"104":1,"109":1,"116":1,"131":1,"143":1,"147":1,"157":1,"175":1,"180":1,"182":1,"206":1,"216":1,"221":1,"227":1,"239":1,"263":1,"292":1,"297":1,"306":1,"313":1,"326":1,"331":1}}],["2nd",{"2":{"51":1}}],["2",{"2":{"3":1,"4":1,"51":3,"58":1,"196":2,"199":1,"218":1,"221":1,"342":1,"343":3}}],["join",{"2":{"138":1,"213":1}}],["joined",{"2":{"134":1,"198":1}}],["job",{"2":{"50":1,"69":3,"246":1,"261":1}}],["jobs",{"0":{"222":1},"2":{"30":1,"95":4,"222":3,"246":1}}],["jemalloc",{"2":{"74":1}}],["jumping",{"2":{"229":1}}],["junk",{"2":{"90":1}}],["june",{"2":{"3":1,"4":1,"28":1,"87":1,"104":1,"147":1,"180":1,"216":1,"297":1,"306":1}}],["july",{"2":{"78":1,"157":1,"227":1}}],["judgement",{"2":{"69":1,"99":1}}],["justify",{"2":{"162":1}}],["just",{"2":{"30":1,"31":1,"48":1,"57":1,"73":1,"95":1,"102":1,"108":1,"126":1,"138":1,"153":1,"160":1,"189":1,"224":1,"226":1,"258":1,"270":1,"273":1,"277":1,"284":1,"288":1,"290":1,"297":1,"315":1,"320":1,"326":1}}],["javascriptclass",{"2":{"218":1}}],["javascriptimport",{"2":{"20":1,"145":3,"218":2}}],["javascript",{"0":{"10":1,"187":1,"217":1},"1":{"11":1,"12":1,"218":1,"219":1,"220":1,"221":1},"2":{"9":2,"10":1,"11":1,"12":3,"19":1,"20":1,"58":2,"83":1,"90":2,"91":1,"97":1,"101":1,"120":1,"145":1,"152":1,"187":1,"192":1,"218":3,"221":1,"224":1,"229":1,"245":1,"246":2,"302":1,"345":1}}],["jsexport",{"2":{"242":1}}],["jsdom",{"2":{"58":1,"145":3,"147":1,"218":1}}],["jsdoc",{"2":{"21":1}}],["json",{"2":{"18":2,"23":1,"58":3,"59":1,"75":1,"136":1,"143":1,"218":3,"224":1,"229":1}}],["js",{"2":{"2":2,"10":5,"11":1,"12":1,"18":6,"20":3,"23":2,"26":1,"83":1,"88":3,"90":1,"91":1,"120":3,"145":12,"183":4,"218":20,"224":2,"268":2}}],["13",{"2":{"104":1,"131":1,"147":1,"306":1,"326":1}}],["10",{"2":{"96":1,"125":2,"209":1,"238":2,"333":2,"337":3}}],["100",{"2":{"92":1}}],["12345678",{"2":{"94":1}}],["12",{"2":{"73":1,"87":1,"180":1,"216":1,"297":1}}],["11",{"2":{"58":1,"218":1}}],["15",{"2":{"28":1}}],["17",{"2":{"3":1,"4":1,"182":2}}],["1",{"2":{"3":1,"4":1,"7":1,"12":1,"58":2,"124":1,"125":2,"167":1,"196":3,"201":1,"203":1,"218":2,"227":1,"308":1,"335":1,"337":2,"343":1}}],["hugely",{"2":{"216":1}}],["human",{"2":{"4":1}}],["href=",{"2":{"183":2,"198":1,"285":1}}],["href",{"2":{"183":2,"200":1,"224":3,"268":2,"273":1}}],["hippocratic",{"0":{"248":1}}],["historically",{"2":{"209":1}}],["hi",{"2":{"112":1}}],["hidden",{"2":{"97":1,"125":2,"152":1}}],["higher",{"2":{"231":1}}],["highly",{"2":{"147":1,"214":1,"216":1}}],["highlighted",{"2":{"242":2}}],["highlighting",{"0":{"242":1},"2":{"168":1,"242":2}}],["highlight",{"2":{"34":1}}],["high",{"2":{"70":1,"94":1}}],["http",{"0":{"234":1},"2":{"165":1,"166":2,"167":3,"171":2,"173":2,"174":2,"177":1,"185":1,"210":3,"211":1,"212":3,"213":1,"221":1,"231":2,"232":5,"234":4,"246":4,"247":2,"252":8,"253":1,"256":3,"281":1,"282":1,"307":1,"332":2,"345":1}}],["httpacceptlanguage",{"2":{"112":1}}],["httpstatus",{"2":{"167":2,"177":1,"253":2}}],["https",{"2":{"74":1,"198":1,"200":1}}],["html>",{"2":{"183":3}}],["html",{"0":{"101":1,"125":1,"151":1,"200":1,"202":1,"342":1},"2":{"15":2,"19":2,"26":1,"49":1,"50":1,"51":4,"54":1,"98":1,"101":1,"116":1,"118":4,"122":1,"123":2,"125":8,"126":1,"131":3,"145":2,"152":10,"166":1,"167":5,"168":2,"171":1,"182":5,"183":4,"184":1,"185":4,"186":1,"192":1,"198":1,"200":7,"202":1,"204":1,"217":1,"218":1,"220":1,"223":1,"224":1,"245":2,"246":4,"251":6,"254":1,"256":1,"261":2,"264":1,"265":1,"267":2,"268":1,"317":1,"336":1,"337":2,"338":1,"342":2,"343":1,"345":1}}],["hypothetical",{"2":{"66":1}}],["h2>",{"2":{"182":1}}],["h2>it",{"2":{"182":1}}],["h2",{"2":{"53":1,"182":1,"256":1,"274":1}}],["h1>welcome",{"2":{"251":1}}],["h1>",{"2":{"182":1,"251":1}}],["h1>hello",{"2":{"182":1}}],["h1",{"2":{"53":1,"112":1,"162":2,"182":1,"251":1,"256":1,"273":2,"274":1,"279":1}}],["h",{"2":{"31":4,"74":1,"162":2}}],["he",{"2":{"301":1}}],["heavy",{"2":{"121":1,"320":1}}],["heavily",{"2":{"97":1}}],["head>",{"2":{"183":2}}],["head",{"2":{"183":1,"218":1,"224":1,"268":1,"317":1}}],["headless",{"2":{"93":1}}],["header>",{"2":{"251":2}}],["headers",{"0":{"234":1,"302":1},"2":{"210":1,"231":1,"232":1,"234":2,"252":2,"299":1}}],["header",{"2":{"44":1,"52":1,"53":1,"184":1,"231":1,"232":2,"234":6,"251":1,"252":4,"302":1}}],["herokuconfig",{"2":{"74":1}}],["herokucontainerbaseddeploy",{"2":{"74":1}}],["heroku",{"0":{"74":1},"2":{"73":1,"74":17,"75":2}}],["here",{"0":{"155":1},"2":{"20":1,"22":1,"44":1,"51":4,"60":1,"64":1,"66":1,"73":1,"87":1,"90":1,"91":1,"116":1,"118":1,"119":1,"135":1,"142":1,"145":3,"168":1,"183":1,"184":1,"211":1,"218":5,"224":1,"235":1,"239":1,"246":1,"252":1,"262":1,"294":1,"310":3,"342":1}}],["hello",{"2":{"53":5,"112":1,"182":1,"196":1,"274":1}}],["helps",{"2":{"109":1}}],["help",{"2":{"22":1,"31":10,"74":4,"82":1,"83":1,"138":1,"152":1,"256":1,"298":1,"314":1,"316":1,"326":1}}],["helpful",{"2":{"12":1,"53":1,"136":1,"201":1,"238":1,"262":1,"285":1,"326":1}}],["helpers",{"0":{"96":1,"266":1},"2":{"15":1,"52":1,"56":1,"192":1,"232":1,"237":1,"266":1}}],["helper",{"2":{"10":1,"11":1,"67":2,"94":2,"127":1,"177":3,"218":1,"282":1,"294":1,"320":1,"330":1}}],["household",{"2":{"189":1,"190":4,"191":3}}],["householdservice",{"2":{"191":1}}],["households",{"2":{"189":3,"190":1}}],["hoops",{"2":{"147":1}}],["hooksd",{"2":{"170":1}}],["hooks",{"0":{"170":1,"176":1,"233":1,"253":1,"277":1},"1":{"177":1,"178":1,"179":1,"180":1},"2":{"88":1,"90":3,"116":1,"137":1,"171":1,"176":2,"177":6,"178":2,"179":3,"180":6,"212":2,"216":1,"233":1,"236":1,"238":1,"275":1,"276":1,"294":1,"295":1,"297":1,"320":1}}],["hook",{"2":{"44":2,"116":2,"170":1,"177":12,"179":1,"211":1,"212":2,"233":1,"235":1,"255":2,"275":2,"276":1,"302":2}}],["honest",{"2":{"147":1}}],["homebrew",{"2":{"80":1}}],["home",{"2":{"53":2,"162":1,"177":7,"212":3,"270":1,"273":1,"285":1}}],["homepage",{"2":{"53":8,"58":3,"112":3,"162":1,"273":2,"279":1,"284":1}}],["horizontal",{"2":{"51":1}}],["hold",{"2":{"49":1,"123":1,"196":1}}],["holds",{"2":{"21":1,"182":1}}],["hopefully",{"2":{"74":1,"145":1,"274":1}}],["hoped",{"2":{"21":1}}],["hope",{"2":{"6":1,"251":2}}],["however",{"2":{"4":1,"6":1,"15":1,"17":1,"21":1,"39":1,"63":1,"74":1,"91":1,"107":1,"112":1,"114":1,"116":1,"132":1,"133":1,"139":1,"143":1,"151":1,"167":1,"169":1,"178":1,"180":1,"183":1,"187":1,"189":2,"192":1,"194":1,"205":1,"219":1,"229":1,"237":1,"246":2,"256":1,"274":1,"294":1,"297":2,"310":1,"312":1,"319":1,"335":1}}],["how",{"2":{"0":1,"1":1,"6":2,"22":1,"26":1,"36":2,"44":2,"51":2,"53":1,"59":1,"63":1,"66":1,"74":1,"94":1,"98":2,"106":1,"112":2,"113":1,"119":3,"126":5,"134":1,"145":1,"152":1,"156":1,"161":1,"168":1,"177":1,"180":1,"190":1,"191":1,"198":1,"209":3,"211":2,"215":1,"218":2,"229":1,"235":1,"238":1,"260":2,"262":1,"266":1,"269":3,"285":1,"304":1,"310":1,"315":1,"317":1,"336":1}}],["hacks",{"2":{"277":1}}],["hacking",{"2":{"277":1}}],["haml",{"2":{"267":1}}],["hatch",{"2":{"238":1}}],["had",{"2":{"171":1,"173":1,"199":1,"345":2}}],["happy",{"2":{"141":1}}],["happened",{"2":{"238":1,"256":1}}],["happening",{"2":{"189":1,"211":1,"212":1}}],["happens",{"2":{"32":1,"48":3,"97":1,"228":1,"235":1,"238":1,"246":1,"301":1}}],["happen",{"2":{"32":2,"99":1,"102":2,"167":1,"176":1,"177":1,"186":1,"212":1,"253":1,"343":1}}],["handy",{"2":{"224":1,"326":1}}],["handling",{"0":{"168":1,"169":1},"2":{"168":1}}],["handlingresults",{"2":{"167":2}}],["handledr",{"2":{"336":1}}],["handled",{"2":{"124":1,"213":1,"229":1,"291":1,"317":1}}],["handlers",{"0":{"165":1,"174":1,"186":1},"1":{"166":1,"167":1,"168":1,"169":1,"170":1,"171":1,"172":1,"173":1,"174":1,"175":1},"2":{"88":2,"90":2,"108":1,"126":1,"160":1,"165":1,"167":2,"174":2,"177":2,"180":1,"185":1,"213":1,"232":2,"238":1,"246":1,"274":1,"292":1,"317":1,"320":1,"323":2,"325":1,"336":1}}],["handler",{"0":{"167":1},"2":{"83":2,"90":1,"96":1,"112":1,"113":1,"126":1,"152":1,"166":1,"167":2,"170":2,"171":5,"173":1,"174":2,"176":1,"177":1,"178":1,"186":2,"211":1,"235":1,"236":1,"274":2,"282":3,"284":4,"285":1,"290":1,"320":1,"323":2,"334":1,"335":1,"336":1}}],["handles",{"2":{"21":1,"116":1,"264":1,"277":1}}],["handle",{"0":{"274":1},"2":{"16":1,"41":4,"44":1,"112":1,"113":1,"126":1,"152":1,"167":5,"168":2,"169":1,"170":4,"171":3,"186":4,"255":1,"264":2,"274":1,"277":1,"282":1,"284":2,"291":1,"292":1,"336":1}}],["hand",{"2":{"101":1}}],["having",{"2":{"11":1,"21":1,"42":1,"67":1,"74":1,"97":1,"108":1,"145":1,"152":1,"173":1,"189":1,"231":1,"267":1}}],["havehtmlattribute",{"2":{"256":1}}],["haven",{"2":{"229":1}}],["havei18nstring",{"2":{"204":1,"256":1}}],["haveconstraintviolation",{"2":{"171":1}}],["havereturnedhttpstatus",{"2":{"171":1,"256":1}}],["haveredirectedto",{"2":{"171":1,"256":1}}],["havegenerated",{"2":{"171":1}}],["have",{"2":{"3":1,"6":2,"8":2,"12":1,"13":1,"22":1,"26":1,"29":1,"33":3,"42":1,"46":1,"47":2,"51":1,"52":2,"54":1,"56":1,"58":1,"60":1,"67":1,"69":2,"70":1,"74":4,"77":1,"81":1,"87":1,"91":1,"94":1,"95":1,"106":1,"112":1,"118":6,"124":1,"125":1,"133":1,"134":2,"135":1,"137":3,"138":1,"139":1,"141":2,"145":2,"150":1,"152":2,"153":2,"156":1,"159":2,"161":1,"171":4,"176":1,"180":2,"194":1,"204":1,"210":1,"211":1,"212":1,"215":1,"216":2,"217":1,"218":1,"220":1,"224":1,"226":1,"233":1,"235":1,"245":1,"251":1,"252":2,"256":7,"259":1,"262":1,"265":2,"266":1,"270":1,"272":1,"273":1,"274":1,"277":2,"278":1,"285":1,"286":1,"288":2,"289":1,"291":1,"294":2,"297":1,"303":1,"315":1,"318":4,"319":1,"320":1,"324":2,"326":1,"328":2,"332":1,"335":2,"337":1,"343":1,"345":1}}],["harder",{"2":{"328":1}}],["hardcodes",{"2":{"204":1}}],["hardship",{"2":{"44":1}}],["hard",{"2":{"11":1,"37":1,"48":1,"62":1,"74":1,"90":1,"143":1,"221":1}}],["hashes",{"2":{"111":1,"113":1,"231":1}}],["hashed",{"2":{"10":2,"18":1,"58":1}}],["hash",{"2":{"11":1,"13":1,"36":1,"115":1,"116":2,"123":1,"125":2,"137":1,"183":3,"185":1,"186":1,"196":1,"230":1,"252":1,"272":1}}],["hashing",{"0":{"11":1},"2":{"14":1}}],["has",{"2":{"4":1,"22":1,"31":1,"32":1,"33":1,"41":1,"42":1,"55":1,"59":1,"67":1,"70":1,"74":1,"81":1,"91":1,"94":1,"101":1,"118":1,"124":1,"131":1,"133":2,"134":2,"137":2,"138":3,"142":1,"148":1,"152":2,"168":1,"170":1,"186":1,"190":1,"194":1,"205":1,"207":1,"218":1,"229":1,"230":1,"234":1,"235":1,"236":1,"238":2,"252":2,"253":2,"255":1,"256":2,"258":1,"281":1,"282":1,"284":1,"289":1,"298":1,"318":2,"326":1,"332":1,"333":1,"336":1,"339":1,"342":1,"345":1}}],["rdbmses",{"2":{"189":1}}],["rp",{"2":{"120":1}}],["rich",{"2":{"112":1,"115":1}}],["richer",{"2":{"22":1,"112":1,"176":1,"209":1}}],["right",{"2":{"90":1,"201":1,"218":1,"308":1}}],["rspec",{"0":{"328":1},"2":{"67":2,"94":3,"107":1,"192":2,"322":1,"324":1,"329":1,"330":1}}],["rsync",{"2":{"14":1}}],["rbenv",{"2":{"80":1,"86":1}}],["rb",{"2":{"32":1,"45":1,"51":4,"52":1,"53":2,"64":2,"66":2,"67":2,"74":2,"90":4,"106":4,"107":3,"120":1,"124":2,"134":1,"137":1,"162":1,"177":5,"184":1,"191":2,"196":5,"199":1,"201":1,"203":1,"212":1,"224":1,"250":7,"251":1,"272":3,"273":3,"274":3,"275":2,"276":1,"279":2,"285":1,"310":1,"323":2,"329":1,"330":1,"335":1,"336":1,"337":1,"341":1,"342":2,"343":1}}],["rare",{"2":{"238":1,"318":1}}],["rarely",{"2":{"138":1}}],["rangeunderflow",{"2":{"152":4}}],["rangeoverflow",{"2":{"150":1}}],["randomized",{"2":{"66":1}}],["raw",{"2":{"134":1,"200":2,"342":1,"343":1,"345":2}}],["radiobutton",{"2":{"125":1}}],["radio",{"2":{"124":1,"125":2}}],["radius",{"2":{"51":1,"343":1}}],["race",{"2":{"96":1,"153":1}}],["rack",{"2":{"31":1,"72":1,"74":1,"75":2,"90":1,"116":1,"167":2,"177":4,"230":2,"232":3,"233":3,"234":2,"252":6,"253":1,"264":1,"293":1,"294":4,"295":1,"296":1,"300":1,"301":1,"332":1,"337":1}}],["rake",{"2":{"80":1,"193":1}}],["railsism",{"2":{"134":1}}],["rails",{"2":{"80":2,"111":1,"134":1,"135":1,"167":1,"168":1,"183":1,"186":3,"221":1,"223":1,"260":1,"277":2,"282":1,"345":2}}],["raised",{"2":{"67":1}}],["raise",{"2":{"31":2,"33":1,"67":2,"74":1,"145":1,"203":1,"212":1,"236":1,"285":2,"320":1}}],["rather",{"2":{"69":1,"95":1,"118":1,"198":1}}],["ru",{"2":{"116":1}}],["rules",{"2":{"42":1,"106":1,"291":2}}],["runs",{"2":{"34":1,"74":1,"83":1,"218":1,"228":1,"229":1,"233":1,"246":2,"324":1}}],["runtimes",{"2":{"80":1}}],["runtime",{"2":{"32":1,"74":1,"75":1,"131":1,"230":1,"286":1}}],["run",{"0":{"162":1,"163":1,"324":1},"2":{"31":2,"32":9,"34":5,"48":2,"74":4,"76":1,"80":5,"81":3,"83":8,"86":1,"93":2,"95":2,"96":1,"104":1,"135":1,"141":2,"145":1,"147":1,"159":1,"160":2,"161":2,"163":2,"210":1,"211":1,"275":1,"310":1,"313":1}}],["running",{"2":{"26":1,"29":1,"82":1,"83":1,"95":1,"161":2,"162":1,"228":1,"229":1}}],["ruby>",{"2":{"285":2}}],["rubyit",{"2":{"256":2}}],["rubyif",{"2":{"199":1}}],["rubyt",{"2":{"196":1,"198":1,"199":1,"203":2}}],["rubyclas",{"2":{"231":1}}],["rubyclass",{"2":{"32":4,"53":2,"112":5,"113":2,"124":1,"125":2,"126":1,"137":1,"151":1,"162":1,"168":1,"169":1,"177":1,"182":2,"183":1,"185":1,"186":1,"190":1,"224":1,"235":2,"251":1,"268":1,"272":1,"277":1,"279":3,"280":1,"294":2,"335":1}}],["rubycreate",{"2":{"189":1}}],["rubyform",{"2":{"150":2}}],["rubyadd",{"2":{"142":1}}],["rubyaccount",{"2":{"64":1}}],["rubybutton",{"2":{"97":1,"153":1}}],["rubybrut",{"2":{"41":3,"42":2,"44":6,"46":1}}],["rubyroutes",{"2":{"185":1}}],["rubyrspec",{"2":{"96":1,"326":3}}],["rubyrequire",{"2":{"94":2,"272":2}}],["rubyrender",{"2":{"51":2}}],["rubygems",{"2":{"75":1,"163":1,"303":1}}],["rubysequel",{"2":{"67":1,"134":2,"137":1,"138":1,"272":1}}],["rubypage",{"2":{"237":1,"284":1}}],["rubyp",{"2":{"53":1}}],["rubyhtml",{"2":{"51":2}}],["ruby",{"2":{"29":1,"31":1,"32":1,"35":2,"36":1,"45":1,"51":2,"52":1,"53":1,"64":1,"66":1,"67":2,"80":1,"86":1,"87":2,"90":1,"93":1,"94":3,"97":1,"111":1,"113":1,"114":1,"118":2,"124":1,"137":1,"142":1,"159":2,"177":5,"184":1,"193":1,"195":1,"196":2,"198":1,"201":1,"210":1,"212":1,"218":1,"229":2,"234":1,"245":1,"254":1,"259":1,"267":2,"273":3,"274":3,"275":2,"276":1,"283":1,"284":1,"286":1,"310":1,"315":2,"319":1,"322":1,"330":1,"336":1,"337":1,"341":1,"342":2,"343":1,"345":3}}],["rubydef",{"2":{"14":1,"20":1,"36":1,"52":1,"152":2,"184":1,"185":1,"187":1,"200":1,"218":1,"238":1,"252":2,"344":1}}],["russell",{"2":{"26":1}}],["rolled",{"2":{"324":1}}],["roll",{"2":{"289":1}}],["role=",{"2":{"94":1,"97":1,"101":1,"262":2}}],["role",{"2":{"52":4,"113":4,"184":4}}],["roles",{"2":{"21":1,"101":1,"262":1}}],["row",{"2":{"53":1,"137":1}}],["roundabout",{"2":{"209":1}}],["routing",{"2":{"51":1,"96":2,"182":1,"236":1,"256":2,"273":1,"276":1,"281":1,"285":12,"286":1,"292":2}}],["routed",{"2":{"253":1}}],["routehook",{"2":{"177":6,"212":1,"235":1,"275":1,"276":1}}],["routehooks",{"2":{"44":1,"116":2,"275":1,"302":1}}],["routes",{"0":{"173":1,"281":1,"285":1,"288":1,"289":1},"1":{"282":1,"283":1,"284":1,"285":1,"286":1,"287":1,"288":1,"289":1,"290":1,"291":1,"292":1},"2":{"90":1,"96":1,"124":1,"126":1,"160":1,"167":1,"169":1,"173":1,"177":1,"182":1,"250":2,"277":1,"282":2,"283":2,"284":5,"285":3,"286":3,"287":1,"288":1,"289":1,"290":1,"291":1,"292":1}}],["route",{"0":{"176":1,"233":1,"283":1},"1":{"177":1,"178":1,"179":1,"180":1},"2":{"44":1,"88":1,"90":2,"116":2,"124":1,"125":1,"126":1,"166":1,"173":2,"176":2,"177":16,"178":1,"179":2,"180":1,"185":2,"211":1,"212":4,"213":1,"232":1,"233":1,"236":1,"250":4,"252":2,"275":2,"277":1,"282":6,"283":1,"284":7,"285":4,"286":1,"288":1,"289":1,"290":2,"291":2,"292":3,"294":1,"297":1,"302":2}}],["roughly",{"2":{"2":1}}],["root",{"2":{"35":1,"58":1,"87":1,"90":1,"91":1,"218":1}}],["retrieve",{"2":{"335":1}}],["returning",{"2":{"145":1,"168":1,"186":1}}],["return",{"2":{"64":2,"167":2,"168":1,"170":1,"171":1,"177":1,"186":2,"196":1,"202":1,"242":2,"253":1,"255":1,"264":1,"268":1,"292":1,"319":1}}],["returned",{"2":{"45":1,"167":2,"171":3,"253":1,"256":3,"317":2,"318":4}}],["returns",{"2":{"16":1,"32":1,"40":1,"218":1,"224":1,"255":1,"256":2,"320":1}}],["reqest",{"2":{"292":1}}],["requiring",{"0":{"276":1},"2":{"52":1,"97":1,"245":1,"277":1}}],["requirement",{"2":{"277":1}}],["requireauthbeforehook",{"2":{"177":6,"212":3}}],["required>",{"2":{"185":1}}],["required",{"2":{"42":2,"43":1,"50":1,"69":1,"74":1,"90":1,"105":1,"124":3,"125":4,"129":1,"134":1,"152":5,"185":1,"203":5,"234":1,"238":1,"264":1,"273":1,"285":1,"307":1,"326":1,"335":4,"336":2}}],["requires",{"2":{"34":1,"41":1,"52":1,"58":2,"67":1,"74":1,"102":1,"116":1,"135":1,"138":1,"147":1,"177":8,"212":4,"218":3,"230":1,"235":1,"238":1,"276":2,"277":1,"301":1}}],["require",{"2":{"22":1,"32":1,"35":4,"51":1,"67":2,"83":1,"86":2,"87":4,"174":1,"177":6,"189":1,"196":1,"212":1,"226":1,"269":2,"276":1,"277":1,"301":1,"305":1,"320":1,"329":2,"330":1,"336":1,"339":1}}],["requested",{"2":{"211":1,"281":1}}],["requestcontext",{"0":{"325":1},"2":{"116":1,"224":1,"233":1,"235":1,"275":2,"325":1}}],["requests",{"0":{"169":1,"315":1},"2":{"11":1,"16":1,"166":2,"211":1,"246":2,"301":1}}],["request",{"2":{"11":1,"21":2,"52":1,"111":1,"113":2,"165":1,"169":1,"177":30,"179":1,"210":1,"211":1,"212":9,"213":4,"230":1,"231":2,"232":4,"233":3,"234":1,"235":5,"237":1,"238":6,"252":9,"260":1,"275":2,"276":3,"277":1,"283":1,"294":1,"299":1,"301":2,"308":1,"325":1}}],["reraise",{"2":{"212":1}}],["refactoring",{"2":{"199":1}}],["refreshed",{"2":{"191":1}}],["refresh",{"2":{"97":1}}],["referential",{"2":{"137":2}}],["references",{"2":{"218":1}}],["reference",{"2":{"13":2,"14":2,"40":1,"75":1}}],["refers",{"2":{"63":1,"137":1}}],["remain",{"2":{"297":1}}],["remainder",{"2":{"95":1}}],["reminding",{"2":{"199":1}}],["remember",{"2":{"101":1,"171":1,"202":1,"277":1,"290":1}}],["remove",{"2":{"23":4,"60":2,"74":1,"77":1}}],["removing",{"0":{"23":1},"2":{"12":1,"103":1}}],["redirects",{"2":{"256":1}}],["redirected",{"2":{"171":2,"177":1,"253":1,"256":2,"276":1}}],["redirect",{"2":{"113":1,"167":3,"168":2,"169":1,"177":4,"186":3,"212":1,"253":1,"256":1,"274":1,"276":2,"336":1}}],["redis",{"2":{"95":2,"246":1}}],["red",{"2":{"51":3,"152":1,"273":1,"343":1}}],["reduced",{"2":{"92":1}}],["reduces",{"2":{"41":1}}],["reduce",{"2":{"10":1,"12":1,"155":1,"211":1}}],["recreated",{"2":{"325":1}}],["recreate",{"2":{"141":1,"313":1}}],["recipes",{"2":{"123":1,"124":1}}],["recipe",{"0":{"271":1,"279":1,"334":1,"340":1},"1":{"272":1,"273":1,"274":1,"275":1,"276":1,"277":1,"335":1,"336":1,"337":1,"341":1,"342":1,"343":1,"344":1},"2":{"112":1,"129":1,"260":1,"269":1,"270":1,"332":1}}],["recognizing",{"2":{"170":1}}],["recomended",{"0":{"108":1}}],["recommendation",{"2":{"108":1}}],["recommend",{"2":{"100":1,"129":1,"151":1,"160":1,"179":1,"264":1}}],["recommended",{"0":{"37":1,"47":1,"55":1,"68":1,"77":1,"86":1,"98":1,"115":1,"128":1,"140":1,"146":1,"154":1,"172":1,"179":1,"205":1,"215":1,"220":1,"226":1,"238":1,"257":1,"287":1,"296":1,"305":1,"312":1,"327":1},"1":{"69":1,"70":1,"99":1,"100":1,"101":1,"102":1,"103":1,"129":1,"130":1,"141":1,"142":1,"155":1,"156":1,"173":1,"174":1,"258":1,"259":1,"260":1,"261":1,"262":1,"288":1,"289":1,"290":1,"291":1,"328":1,"329":1,"330":1},"2":{"50":1,"55":1,"106":1,"119":1,"250":1,"252":1,"294":1,"318":1,"327":1,"329":1}}],["recommends",{"2":{"26":1,"222":1}}],["recommnded",{"0":{"24":1},"1":{"25":1,"26":1}}],["records",{"2":{"64":1,"91":1,"136":1,"171":1}}],["record",{"2":{"64":1,"96":1,"134":1,"136":1,"137":4,"138":1,"209":1,"212":6,"326":2}}],["received",{"2":{"285":1}}],["receive",{"2":{"52":1,"126":1,"185":1,"213":1,"234":2,"246":1,"284":1}}],["receives",{"2":{"50":1}}],["replacing",{"2":{"196":1,"234":1}}],["replace",{"2":{"188":1}}],["reportonly",{"2":{"44":1}}],["report",{"2":{"44":1}}],["reporting",{"2":{"44":4,"211":1,"302":2}}],["reported",{"2":{"21":1,"224":1}}],["repetition",{"2":{"41":1}}],["represents",{"2":{"236":1,"284":1,"316":1}}],["representing",{"2":{"137":2,"212":1}}],["represent",{"2":{"36":1,"44":1,"131":1,"150":1,"284":1}}],["rescue",{"2":{"285":1}}],["resource",{"2":{"247":1}}],["resources",{"2":{"247":3}}],["resourceful",{"0":{"173":1}}],["resolve",{"2":{"58":1}}],["resolvedoptions",{"2":{"317":1}}],["resolved",{"2":{"53":1}}],["reset",{"2":{"141":1}}],["respect",{"2":{"301":1,"326":1}}],["respectively",{"2":{"106":1,"319":1}}],["responded",{"2":{"252":1}}],["responds",{"2":{"83":1,"166":1,"252":1,"319":1}}],["respond",{"2":{"31":1,"166":1}}],["responses",{"2":{"167":2}}],["response",{"0":{"255":1},"2":{"21":1,"167":1,"174":2,"233":2,"253":1,"256":1,"264":1,"292":1}}],["result",{"2":{"99":1,"152":1,"171":1,"200":1,"211":1,"255":2,"256":10,"264":1,"277":1}}],["results",{"0":{"256":1},"2":{"31":1,"44":2,"75":1,"108":1,"211":1,"260":1}}],["restricted",{"2":{"276":2}}],["restarts",{"2":{"315":1}}],["restart",{"2":{"250":1}}],["restful",{"0":{"173":1},"2":{"173":1}}],["restore",{"2":{"103":1}}],["rest",{"0":{"164":1},"2":{"52":1}}],["rebuilding",{"2":{"31":2,"83":2}}],["rebuild",{"2":{"31":5,"83":1,"141":2,"211":1,"313":1}}],["relic",{"2":{"209":1}}],["reliance",{"2":{"143":2}}],["reliably",{"2":{"141":1}}],["reliable",{"2":{"59":1,"69":2,"86":1,"138":1,"222":1}}],["rel=",{"2":{"183":2}}],["rel",{"2":{"183":2,"224":3,"268":2}}],["reloading",{"2":{"211":1}}],["reload",{"2":{"83":1,"162":2,"250":1}}],["released",{"0":{"240":1},"2":{"240":1}}],["release",{"2":{"74":6}}],["relevant",{"2":{"44":1,"45":1,"152":1,"200":1,"312":1}}],["rely",{"2":{"30":1,"45":1,"86":1,"141":1,"143":1,"145":1,"180":1,"235":1,"238":1,"291":1,"300":1}}],["relational",{"2":{"246":1}}],["relation",{"2":{"64":1}}],["relationships",{"2":{"64":1}}],["relatively",{"2":{"35":1,"86":1,"87":1,"174":1,"211":1,"251":1,"294":1}}],["relative",{"2":{"13":1,"58":1,"59":1}}],["relates",{"2":{"189":1}}],["relate",{"2":{"39":1,"138":1}}],["related",{"2":{"21":2,"124":1,"229":1,"264":1}}],["read",{"2":{"315":1,"318":1,"329":1}}],["ready",{"2":{"161":1}}],["readme",{"2":{"135":1}}],["reader",{"2":{"125":1,"151":1,"258":1,"342":1,"343":1}}],["reasonable",{"2":{"325":1}}],["reasonably",{"2":{"145":1}}],["reason",{"2":{"48":1,"58":1,"69":1,"86":1,"125":1,"173":1,"174":1,"253":1,"288":2,"307":1,"326":1,"335":1}}],["react",{"2":{"26":1}}],["reactivity",{"2":{"25":1}}],["reality",{"2":{"250":1,"289":1}}],["realistic",{"2":{"0":1,"66":1,"177":1,"178":1}}],["really",{"2":{"46":1,"48":1,"141":1,"156":1,"173":1,"187":1,"252":1,"267":1}}],["real",{"2":{"6":1,"147":1,"213":1,"260":1,"320":1}}],["regsitered",{"2":{"310":1}}],["regexp",{"2":{"276":1}}],["registry",{"2":{"74":3}}],["register",{"2":{"20":2,"177":1}}],["regardless",{"2":{"22":1,"320":1}}],["rewrite",{"2":{"13":1}}],["render",{"2":{"53":1,"54":1,"90":1,"167":2,"184":2,"186":1,"223":1,"224":1,"337":1,"344":3}}],["rendering",{"2":{"52":1,"211":1,"253":2}}],["renders",{"2":{"14":1,"53":1,"118":1,"166":1}}],["rendered",{"2":{"11":1,"97":1,"118":1,"152":1,"251":1,"253":1}}],["rename",{"2":{"11":1,"199":1,"285":1}}],["re",{"2":{"11":1,"31":2,"49":1,"51":1,"53":1,"69":1,"83":1,"97":1,"126":1,"130":1,"152":1,"161":1,"168":1,"180":1,"246":1,"247":1,"274":1,"329":1}}],["reviewed",{"2":{"5":1}}],["review",{"2":{"1":1,"4":1,"8":1}}],["p>",{"2":{"251":1}}],["pieces",{"2":{"246":1}}],["piece",{"2":{"152":1,"324":1}}],["picture",{"2":{"14":1}}],["pg",{"2":{"136":2,"143":2}}],["psql",{"2":{"83":1}}],["people",{"2":{"67":1,"134":1,"137":1,"138":1,"189":1,"272":1}}],["percentil",{"2":{"209":1}}],["period",{"2":{"97":1}}],["persist",{"2":{"95":1}}],["personalwithtokenhandler",{"2":{"284":1}}],["personal",{"2":{"284":1}}],["person",{"0":{"3":1},"2":{"3":2,"5":2,"6":1,"7":2}}],["perhaps",{"2":{"47":1,"209":1}}],["performs",{"2":{"131":1}}],["perform",{"2":{"31":1,"74":1,"80":1,"126":1,"152":1,"250":1,"266":1}}],["performing",{"2":{"29":1,"100":1,"173":1}}],["performance",{"2":{"26":1,"209":3}}],["per",{"2":{"22":1,"80":1,"138":2,"170":1,"237":1,"238":1,"329":1}}],["p",{"2":{"53":1,"251":2}}],["pv",{"2":{"51":3}}],["phase",{"2":{"74":1}}],["ph",{"2":{"51":3}}],["phlex",{"0":{"267":1},"2":{"20":1,"49":1,"50":2,"51":1,"56":3,"125":3,"182":1,"183":1,"184":2,"200":1,"202":1,"223":1,"224":1,"245":1,"251":5,"265":1,"266":1,"267":1,"344":1}}],["pleasing",{"2":{"245":1}}],["pleasant",{"2":{"144":1}}],["please",{"2":{"48":1,"64":1,"134":1,"248":1,"273":1}}],["pluralization",{"0":{"291":1},"2":{"291":1}}],["pluralized",{"2":{"266":1}}],["pluck",{"2":{"125":1}}],["plugins",{"2":{"63":1,"136":5,"229":1}}],["plces",{"2":{"42":1}}],["plain",{"2":{"182":1,"254":1}}],["plans",{"2":{"211":1,"216":2}}],["planned",{"2":{"121":1,"267":1}}],["plan",{"2":{"56":1}}],["playwright",{"0":{"94":1,"97":1},"2":{"58":1,"93":2,"94":3,"96":3,"97":2,"100":1,"153":1,"192":1,"218":1}}],["play",{"2":{"32":1,"284":1}}],["platform=platform",{"2":{"74":1}}],["platform",{"2":{"22":1,"74":4,"118":1,"245":2}}],["placeholders",{"0":{"290":1},"2":{"252":1,"284":1,"285":1,"289":1,"290":1}}],["placeholder",{"0":{"289":1},"2":{"231":1,"232":1,"252":2,"283":3,"284":4,"288":1,"289":1}}],["places",{"2":{"229":1,"231":1,"239":1,"300":1}}],["placed",{"2":{"58":1,"179":1,"252":1}}],["place",{"2":{"15":2,"17":1,"22":1,"47":1,"106":1,"177":1,"235":2,"248":1,"252":1,"305":1}}],["puma",{"2":{"210":1}}],["puzzle",{"2":{"152":1}}],["punishing",{"2":{"92":1}}],["push",{"2":{"74":6}}],["pushed",{"2":{"74":3}}],["puts",{"2":{"285":1}}],["putting",{"2":{"211":1}}],["put",{"0":{"69":1},"2":{"69":1,"179":1,"238":2,"262":1,"284":1}}],["pull",{"2":{"21":1}}],["purposes",{"2":{"41":1,"101":1,"137":1,"152":1,"179":1,"309":1}}],["purpose",{"2":{"21":1,"60":1,"69":1,"74":1,"82":1,"89":1,"90":4,"91":1,"96":1,"125":1,"138":1,"210":1,"224":1,"256":1,"282":1,"311":1}}],["public",{"2":{"14":1,"17":1,"75":1,"88":1,"90":3,"114":1,"167":1,"170":1,"171":1,"239":1}}],["png",{"2":{"14":2,"162":1}}],["poilcy",{"2":{"302":1}}],["pointless",{"2":{"67":1}}],["point",{"2":{"58":2,"62":1,"83":1,"218":3,"221":1,"239":1,"275":1,"285":1}}],["potential",{"2":{"298":1}}],["potentially",{"2":{"11":1,"12":1,"137":1,"169":1,"252":1,"301":1}}],["power",{"2":{"235":1,"260":1}}],["powered",{"2":{"29":1,"30":1,"31":1,"60":1,"193":1,"242":1,"267":1,"301":2,"308":1,"322":1}}],["portion",{"2":{"216":1}}],["policies",{"2":{"177":1}}],["policy",{"0":{"302":1},"2":{"44":2,"299":1,"302":2,"305":1}}],["populated",{"2":{"167":1}}],["popstgres",{"2":{"80":1}}],["poke",{"2":{"74":1}}],["postgtes",{"2":{"142":1}}],["postgresql",{"2":{"189":1}}],["postgres",{"2":{"63":2,"67":1,"80":1,"81":1,"132":2,"142":1,"143":3,"161":1,"189":1}}],["post",{"2":{"125":2,"173":4,"185":2,"229":1,"282":2}}],["possible",{"2":{"12":1,"21":1,"44":1,"70":1,"74":1,"75":1,"99":1,"118":1,"295":1,"318":1,"325":1,"330":1}}],["pairs",{"2":{"337":1}}],["pair",{"2":{"335":1}}],["painfully",{"2":{"101":1}}],["pain",{"2":{"44":1,"92":2}}],["payload",{"2":{"213":1}}],["payloads",{"2":{"26":1}}],["pause",{"2":{"96":1}}],["past",{"2":{"202":1}}],["paste",{"2":{"74":1}}],["passing",{"2":{"174":2,"329":1}}],["passwords",{"2":{"270":1}}],["password",{"2":{"94":4,"124":4,"185":4,"186":1,"187":1,"272":1,"342":2}}],["pass",{"2":{"41":1,"51":1,"108":3,"198":1,"201":2,"237":2,"292":1,"320":1}}],["passed",{"2":{"33":3,"44":1,"51":1,"108":1,"145":1,"226":1,"273":1,"296":1}}],["patterns",{"2":{"109":1}}],["pattern",{"2":{"69":1,"124":1,"168":1}}],["pat",{"2":{"67":2,"94":1,"272":1,"310":1}}],["pathname",{"2":{"35":2,"43":1,"87":2,"283":1,"284":1}}],["paths",{"2":{"18":2,"39":1,"42":2,"58":1,"177":2,"229":3,"276":1,"294":1,"307":2}}],["path",{"2":{"10":3,"11":1,"42":8,"43":2,"59":1,"107":1,"166":1,"167":1,"177":22,"183":3,"211":1,"212":6,"218":4,"224":3,"229":2,"268":3,"276":6,"282":2,"283":2,"284":3,"285":2,"289":2,"294":2,"323":1}}],["padding",{"2":{"51":2,"343":1}}],["parent",{"2":{"277":1}}],["parse",{"2":{"255":1,"256":2,"264":1}}],["parsed",{"2":{"31":1,"36":1,"315":1,"320":1}}],["paramter",{"2":{"252":1}}],["param",{"2":{"231":1}}],["params",{"2":{"125":2,"285":2}}],["parameterize",{"2":{"328":1}}],["parameters",{"2":{"44":1,"47":1,"52":2,"123":1,"126":1,"167":1,"211":1,"231":1,"234":1,"236":1,"251":1,"252":2,"253":1,"260":1,"284":1,"285":2,"341":1}}],["parameter",{"2":{"41":2,"43":3,"44":3,"111":1,"125":1,"232":2,"234":1,"236":2,"252":3,"256":1,"285":2,"320":1,"336":1,"337":1}}],["party",{"0":{"59":1},"2":{"57":1,"83":1,"86":2,"218":4,"229":1,"246":1,"304":1}}],["partial",{"2":{"51":1,"52":1}}],["particularly",{"2":{"118":1}}],["particular",{"2":{"32":1,"64":1,"112":1,"126":1,"151":1,"171":1,"209":2,"237":1,"320":1}}],["part",{"2":{"50":1,"70":1,"86":1,"137":1,"142":1,"144":1,"147":1,"152":1,"211":1,"213":1,"283":1,"288":1,"290":1,"295":1,"317":1}}],["parts",{"2":{"2":1,"31":1,"65":1,"80":1,"222":1,"269":1}}],["packaged",{"2":{"75":1}}],["package",{"2":{"23":1,"58":2,"59":1,"75":1,"218":2,"229":1}}],["pageidentifier",{"2":{"224":2}}],["pagepage",{"2":{"53":1}}],["page",{"0":{"26":1,"53":1,"199":1,"251":1,"252":1,"253":1,"264":1,"273":1,"277":1},"2":{"11":1,"18":1,"25":1,"26":1,"42":1,"51":1,"52":4,"53":17,"55":1,"58":1,"69":1,"83":3,"90":1,"94":6,"96":1,"97":3,"99":1,"101":1,"102":3,"110":1,"112":1,"113":1,"119":1,"125":1,"151":1,"152":2,"153":3,"162":2,"166":2,"167":5,"168":3,"169":1,"171":1,"176":1,"177":9,"179":3,"182":7,"183":4,"184":1,"185":1,"186":2,"192":1,"199":4,"200":3,"211":2,"212":3,"223":1,"224":8,"226":1,"227":4,"231":2,"235":4,"236":3,"238":4,"241":1,"245":3,"246":1,"249":1,"250":13,"251":5,"252":3,"253":5,"255":3,"256":2,"258":3,"259":1,"260":1,"261":1,"264":2,"266":1,"268":1,"270":2,"273":11,"274":3,"275":1,"276":6,"277":6,"279":1,"280":1,"282":2,"284":7,"285":1,"288":6,"289":1,"290":1,"292":1,"302":1,"320":1,"323":2,"334":1,"337":2}}],["pages",{"0":{"182":1,"249":1},"1":{"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"256":1,"257":1,"258":1,"259":1,"260":1,"261":1,"262":1,"263":1,"264":1,"265":1,"266":1,"267":1},"2":{"11":1,"15":1,"20":1,"42":2,"52":2,"53":1,"54":1,"55":1,"58":3,"62":1,"88":2,"90":2,"108":1,"119":1,"162":1,"177":1,"180":1,"185":1,"199":1,"221":1,"223":1,"232":2,"238":1,"246":3,"247":1,"250":7,"251":1,"252":4,"254":1,"260":1,"265":1,"266":1,"269":2,"273":2,"274":1,"276":1,"277":2,"285":1,"320":1,"325":1,"337":1}}],["practice",{"2":{"100":1,"138":2,"173":1,"189":1,"277":1}}],["practices",{"0":{"24":1,"37":1,"47":1,"55":1,"68":1,"77":1,"86":1,"98":1,"108":1,"115":1,"128":1,"140":1,"146":1,"154":1,"172":1,"179":1,"205":1,"215":1,"220":1,"226":1,"238":1,"257":1,"287":1,"296":1,"305":1,"312":1,"327":1},"1":{"25":1,"26":1,"69":1,"70":1,"99":1,"100":1,"101":1,"102":1,"103":1,"129":1,"130":1,"141":1,"142":1,"155":1,"156":1,"173":1,"174":1,"258":1,"259":1,"260":1,"261":1,"262":1,"288":1,"289":1,"290":1,"291":1,"328":1,"329":1,"330":1},"2":{"55":1,"119":1,"138":1,"189":1,"327":1}}],["principles",{"2":{"73":1}}],["print",{"2":{"33":2,"74":1}}],["private",{"0":{"53":1},"2":{"53":6,"125":1,"137":1,"151":1,"199":2,"227":1,"258":1,"342":1,"343":1}}],["primed",{"2":{"319":1}}],["primarily",{"2":{"288":1}}],["primary",{"2":{"41":2,"49":1,"86":1,"134":1,"137":6,"138":4,"210":1,"281":1}}],["primitives",{"2":{"21":1}}],["preceded",{"2":{"283":1}}],["precisely",{"2":{"112":1}}],["precise",{"2":{"1":1}}],["preped",{"2":{"268":1}}],["prepending",{"2":{"234":1}}],["prepended",{"2":{"150":1}}],["prepend",{"2":{"136":1}}],["pretty",{"2":{"267":1}}],["predictability",{"2":{"197":1}}],["preload",{"2":{"183":2,"224":1,"268":1}}],["pre",{"2":{"125":1}}],["previous",{"2":{"133":1,"273":1,"284":2}}],["previously",{"2":{"44":1,"270":1}}],["prevents",{"2":{"300":1}}],["prevented",{"2":{"152":1}}],["prevent",{"2":{"110":1,"135":1,"235":1,"246":1,"253":1,"260":1}}],["prescription",{"2":{"191":1}}],["prescriptive",{"2":{"105":1}}],["pressed",{"2":{"187":1}}],["present",{"2":{"167":1,"196":1,"232":1,"233":1,"236":1,"336":1}}],["presented",{"2":{"111":1}}],["presumably",{"2":{"97":1,"152":1,"311":1,"312":1}}],["prefixing",{"2":{"137":1}}],["prefixed",{"2":{"134":1,"137":1,"212":1,"284":2}}],["prefix",{"2":{"44":5,"137":5,"212":1,"229":1}}],["prefer",{"0":{"289":1}}],["preferred",{"2":{"86":1,"318":1}}],["preferable",{"2":{"33":1}}],["preferences",{"2":{"288":1}}],["preferencespage",{"2":{"235":1}}],["preference",{"2":{"4":1}}],["programmers",{"2":{"288":1}}],["progressive",{"2":{"217":1,"220":1}}],["progressively",{"2":{"19":1,"26":1,"101":1}}],["prompt",{"2":{"161":1}}],["protobuf",{"2":{"210":2}}],["protocol",{"0":{"228":1},"1":{"229":1},"2":{"210":2}}],["prototyping",{"2":{"108":1,"302":1}}],["prototype",{"2":{"60":1}}],["protection",{"0":{"301":1,"307":1},"2":{"125":1,"299":1,"301":1,"305":1,"307":2}}],["prone",{"2":{"100":1,"230":1,"260":1}}],["prod",{"2":{"77":1}}],["producing",{"2":{"246":1}}],["produces",{"2":{"183":1}}],["produce",{"2":{"11":1,"12":1,"31":3,"67":1,"74":1,"96":1,"100":1,"182":1,"216":1,"251":1,"261":1,"265":1,"329":1}}],["produced",{"2":{"1":1,"6":1,"10":1,"133":1}}],["production",{"2":{"10":2,"11":1,"31":1,"46":2,"47":1,"74":1,"75":3,"76":4,"77":1,"95":1,"135":2,"141":1,"193":1,"194":1,"207":1,"209":1,"264":1,"309":1}}],["proceeding",{"2":{"177":1}}],["proceed",{"2":{"170":1,"177":1,"187":1,"253":1}}],["processing",{"0":{"336":1},"2":{"170":1}}],["processed",{"2":{"95":1}}],["processes",{"2":{"33":1,"36":1,"74":2}}],["process",{"2":{"70":1,"74":7,"135":1,"165":2,"167":1,"185":1}}],["procfile",{"2":{"73":1}}],["proprietary",{"2":{"216":1}}],["property",{"2":{"224":1}}],["properties",{"2":{"60":1,"118":1,"155":1}}],["proper",{"2":{"93":1,"262":1}}],["properly",{"2":{"8":1,"141":1,"152":1,"200":1,"209":1,"215":1,"222":1,"295":1}}],["prop",{"2":{"52":1}}],["providing",{"2":{"32":1,"52":1,"191":1,"330":1}}],["provides",{"2":{"9":1,"19":1,"20":1,"25":1,"30":1,"32":1,"44":1,"51":1,"52":1,"53":1,"57":1,"60":1,"63":2,"70":1,"79":1,"80":2,"94":1,"113":1,"124":1,"125":1,"126":1,"132":1,"133":1,"136":2,"137":1,"145":1,"148":1,"149":1,"151":1,"156":1,"185":1,"189":1,"192":2,"193":1,"196":3,"202":1,"217":2,"219":1,"222":1,"234":1,"242":1,"246":1,"251":2,"254":1,"256":1,"299":1,"316":2,"320":2,"326":1}}],["provide",{"2":{"6":1,"21":3,"35":1,"40":1,"63":1,"69":1,"74":1,"82":1,"92":1,"112":1,"113":1,"115":1,"131":1,"134":1,"135":1,"137":1,"138":1,"187":1,"191":2,"194":1,"195":1,"209":1,"212":1,"213":1,"216":1,"217":1,"221":1,"227":2,"236":3,"238":2,"246":2,"252":1,"268":1,"285":1,"287":1,"320":1,"326":1,"335":2}}],["provided",{"2":{"4":1,"10":1,"15":1,"52":1,"60":1,"62":1,"67":1,"85":1,"87":1,"112":2,"126":1,"137":1,"184":1,"210":1,"221":1,"224":1,"231":1,"234":4,"235":1,"238":1,"241":1,"284":1,"303":1,"317":1}}],["probed",{"2":{"304":1}}],["problems",{"2":{"138":1,"168":1,"200":1,"215":1,"221":1,"250":1}}],["problem",{"2":{"25":1,"214":1,"275":1,"285":1,"336":1}}],["probably",{"0":{"26":1},"2":{"3":1,"316":1}}],["professional",{"2":{"7":1}}],["projectenvironment",{"2":{"46":1}}],["project",{"2":{"0":1,"1":1,"31":2,"34":3,"35":1,"46":2,"47":1,"77":1,"87":1}}],["eq",{"2":{"256":1}}],["equal",{"2":{"145":3}}],["erb",{"2":{"267":2,"285":1}}],["ergonomic",{"2":{"193":1}}],["err",{"2":{"33":1,"36":2}}],["errors",{"2":{"31":2,"74":1,"273":1,"285":2}}],["error",{"2":{"31":4,"33":1,"36":1,"42":1,"44":2,"67":2,"74":2,"94":1,"97":1,"99":1,"100":1,"101":1,"136":1,"145":1,"146":1,"150":1,"152":1,"169":1,"203":1,"230":1,"236":2,"238":1,"260":1,"273":1,"275":1,"285":1,"313":1,"320":1,"339":1}}],["economy",{"2":{"187":1}}],["editing",{"2":{"333":1}}],["edit",{"2":{"186":1,"272":1,"341":1}}],["editor",{"2":{"80":1,"81":1,"86":1,"162":1,"228":1,"229":3}}],["edge",{"2":{"146":1}}],["ephemeral",{"0":{"141":1},"2":{"134":1,"141":1,"313":1}}],["empty",{"2":{"234":2,"237":2,"252":2,"294":1,"320":1,"323":1}}],["eminently",{"2":{"130":1}}],["email",{"2":{"47":1,"64":2,"66":2,"67":10,"94":4,"124":2,"134":3,"137":1,"138":4,"185":4,"186":2,"187":1,"189":2,"203":2,"270":1,"272":6,"273":5,"274":5,"310":2,"312":1,"342":2}}],["emails",{"2":{"45":1}}],["ethos",{"2":{"121":1}}],["etc",{"2":{"2":1,"74":1,"83":1,"90":1,"120":1,"142":1,"185":1,"315":1}}],["effort",{"2":{"115":1}}],["effective",{"2":{"222":1,"329":1}}],["effectively",{"2":{"83":1,"304":1}}],["effects",{"2":{"95":1}}],["effect",{"2":{"70":1,"145":1,"212":1,"315":1,"324":1}}],["effecitvely",{"2":{"31":2}}],["e2etestserver",{"2":{"95":1}}],["e2e",{"2":{"83":4,"88":1,"91":1,"93":2,"94":1,"95":1,"96":6,"98":1,"99":4,"103":2,"118":1,"326":1}}],["es",{"2":{"282":1,"284":1}}],["essentially",{"2":{"230":1,"277":1}}],["es6",{"2":{"218":2}}],["esoteric",{"2":{"210":1}}],["escaped",{"2":{"200":2}}],["escape",{"2":{"200":1,"238":1,"276":1}}],["escaping",{"0":{"200":1},"2":{"200":2}}],["especially",{"2":{"64":1,"103":1,"221":1,"238":1}}],["esbuild",{"2":{"9":1,"10":1,"12":1,"13":2,"57":1,"58":4,"62":1,"90":3,"187":1,"217":1,"218":4,"221":1}}],["either",{"2":{"52":1,"58":1,"73":1,"75":1,"87":1,"138":1,"145":1,"173":1,"174":1,"177":1,"226":1,"238":1,"275":1,"283":1,"302":2,"336":1}}],["evaluating",{"2":{"304":1}}],["evaluate",{"2":{"149":1}}],["evaluated",{"2":{"41":1,"198":1,"258":1}}],["evolve",{"2":{"216":1}}],["evolves",{"2":{"101":1}}],["ever",{"2":{"47":1,"188":1,"267":1,"310":1}}],["everyone",{"2":{"80":2,"247":1,"288":2}}],["everything",{"2":{"58":1,"80":1,"82":1,"83":1,"87":1,"90":1,"129":1,"141":1,"152":2,"210":1,"229":1,"230":1,"246":2,"267":1,"329":1}}],["everywhere",{"2":{"58":1,"86":1,"285":1}}],["every",{"2":{"11":1,"12":1,"32":1,"47":1,"85":1,"99":1,"103":1,"143":1,"145":1,"212":1,"218":1,"245":1,"277":1,"326":1,"335":1}}],["events",{"2":{"147":1,"152":2,"212":1}}],["event",{"2":{"138":1,"152":1,"212":3}}],["even",{"2":{"10":1,"42":1,"47":1,"53":1,"69":1,"101":1,"130":1,"142":1,"173":1,"180":1,"187":1,"209":1,"221":1,"234":2,"252":2,"277":1,"337":1}}],["elsif",{"2":{"52":1,"113":1,"184":1,"336":2}}],["elsewhere",{"2":{"45":1,"69":1}}],["else",{"2":{"22":1,"25":1,"46":1,"112":2,"113":1,"129":1,"168":1,"169":1,"177":1,"186":1,"212":2,"246":1,"247":1,"253":1,"274":1,"336":2}}],["element>",{"2":{"145":13}}],["element",{"2":{"20":1,"21":2,"22":2,"83":2,"96":1,"97":2,"100":1,"101":2,"102":1,"124":1,"125":1,"145":19,"146":1,"152":4,"167":3,"185":1,"187":1,"192":1,"202":1,"213":1,"224":1,"282":1,"317":3,"338":1}}],["elements",{"0":{"21":1,"22":1,"124":1,"144":1,"246":1,"261":1},"1":{"145":1,"146":1,"147":1},"2":{"19":1,"20":3,"21":4,"22":3,"26":2,"27":1,"91":1,"100":3,"101":3,"118":2,"123":2,"124":2,"125":1,"144":2,"145":2,"147":1,"152":1,"155":2,"187":1,"198":1,"202":1,"217":2,"219":1,"220":1,"262":3,"332":1,"337":1}}],["easy",{"0":{"328":1},"2":{"100":1,"245":1,"314":1,"330":1}}],["easily",{"2":{"55":1,"58":1,"62":1,"130":1,"188":1,"221":1,"236":1,"323":1,"329":1}}],["easier",{"2":{"21":1,"74":1,"115":1,"138":1,"167":1,"259":1,"289":1,"305":1,"327":1,"329":1}}],["each",{"2":{"11":1,"21":1,"31":1,"32":2,"36":1,"52":1,"53":2,"58":1,"69":1,"74":4,"83":1,"95":1,"96":1,"99":1,"119":1,"133":1,"145":1,"152":1,"211":1,"218":2,"251":2,"283":1,"285":2,"301":1,"310":1,"323":1,"324":1,"325":1,"330":2,"335":6,"336":2,"337":1,"342":2}}],["enabled",{"2":{"152":1}}],["enables",{"2":{"32":1,"41":1}}],["english",{"2":{"142":2,"196":2,"204":1}}],["ensuring",{"2":{"142":1,"218":1,"264":1}}],["ensure",{"2":{"66":1,"67":1,"69":1,"74":1,"85":1,"86":1,"93":1,"123":1,"138":1,"142":1,"178":1,"252":1,"286":1,"295":1,"297":1,"312":1,"324":1,"326":1,"329":1}}],["ensures",{"2":{"58":1,"90":1}}],["ensured",{"2":{"42":2,"43":1}}],["encoded",{"2":{"110":1}}],["encourage",{"2":{"138":1,"189":1}}],["encourages",{"2":{"100":1,"112":1,"134":1,"167":1,"220":1,"315":1}}],["encouraged",{"2":{"86":1,"105":1,"112":1,"138":1,"142":1,"177":1,"194":1,"225":1,"280":1,"294":1,"295":1,"320":1}}],["encrypted",{"0":{"300":1,"308":1},"2":{"110":1,"299":1,"300":1}}],["en",{"2":{"88":1,"183":1,"196":4,"218":1,"224":1,"342":1}}],["entries",{"2":{"337":1}}],["entrypoint",{"2":{"74":2}}],["entry",{"2":{"58":2,"62":1,"218":3,"221":1}}],["entities",{"2":{"118":1}}],["entire",{"2":{"31":3,"83":2,"87":1,"108":1,"141":1,"179":1,"215":1}}],["entirely",{"2":{"4":1,"35":1,"86":3,"296":1,"302":1,"328":1}}],["entirety",{"2":{"2":1}}],["enforced",{"2":{"113":1,"137":1}}],["enforcement",{"0":{"43":1}}],["enforce",{"2":{"42":1}}],["enforces",{"2":{"42":1}}],["environemnt",{"2":{"161":1}}],["environments",{"2":{"76":1,"80":1}}],["environment",{"0":{"79":1,"161":1},"1":{"80":1,"81":1,"82":1,"83":1,"84":1,"85":1,"86":1,"87":1},"2":{"31":5,"34":2,"47":2,"74":2,"77":3,"79":1,"80":1,"81":1,"82":1,"86":3,"89":1,"96":1,"158":1,"161":1,"177":2,"210":3,"294":2,"296":1,"300":1}}],["env|",{"2":{"46":1}}],["env=environment",{"2":{"31":1}}],["env",{"2":{"31":2,"34":4,"35":1,"41":2,"45":1,"46":3,"75":1,"77":1,"87":1,"177":9,"210":2,"212":2,"232":2,"233":2,"234":1,"236":1,"252":2,"276":1,"294":4,"318":1}}],["enhancement",{"0":{"138":1},"2":{"217":1}}],["enhancements",{"0":{"197":1},"1":{"198":1,"199":1},"2":{"21":1,"132":1,"220":1}}],["enhance",{"2":{"26":1,"113":1}}],["enhancednode",{"2":{"255":1,"256":1}}],["enhanced",{"2":{"26":1,"101":1,"189":1}}],["enhances",{"2":{"21":1,"136":1}}],["enhancing",{"0":{"84":1},"2":{"19":1}}],["ended",{"2":{"267":1}}],["endpoint",{"2":{"210":1}}],["end",{"0":{"92":2,"325":1},"1":{"93":2,"94":2,"95":2,"96":2,"97":2,"98":2,"99":2,"100":2,"101":2,"102":2,"103":2,"104":2},"2":{"10":2,"13":2,"14":4,"15":2,"16":1,"20":4,"23":1,"30":1,"32":9,"36":2,"37":1,"41":2,"42":6,"43":2,"45":2,"46":3,"50":1,"51":11,"52":8,"53":13,"58":5,"64":5,"66":3,"67":14,"70":1,"83":2,"88":4,"90":6,"91":9,"92":4,"93":4,"94":3,"96":1,"97":1,"100":4,"106":10,"107":2,"108":7,"112":15,"113":11,"118":2,"122":1,"124":4,"125":6,"126":3,"134":7,"137":6,"138":3,"144":2,"145":3,"150":1,"151":4,"152":5,"153":2,"162":2,"168":6,"169":6,"177":19,"178":2,"182":8,"183":6,"184":8,"185":4,"186":4,"187":4,"189":2,"190":2,"191":2,"192":2,"196":1,"198":1,"199":1,"200":5,"212":6,"214":2,"217":2,"218":7,"219":4,"222":1,"224":10,"225":2,"231":2,"235":5,"246":2,"250":7,"251":6,"252":1,"256":3,"268":6,"272":13,"273":15,"274":15,"275":5,"276":5,"277":1,"279":8,"280":4,"285":1,"286":2,"294":6,"295":2,"297":2,"310":4,"315":1,"319":1,"323":2,"324":1,"326":3,"330":2,"335":4,"336":7,"337":9,"341":3,"342":4,"343":7,"344":3}}],["enough",{"2":{"8":1,"188":1}}],["exeuction",{"2":{"312":1}}],["execution",{"2":{"211":1}}],["executing",{"2":{"209":1,"246":1}}],["executor",{"2":{"36":3}}],["executed",{"2":{"33":1,"48":1,"145":1,"246":1}}],["execute",{"0":{"33":1},"2":{"32":3,"33":3,"36":1,"37":1,"82":2,"229":1,"302":1}}],["executable",{"2":{"31":2}}],["exec",{"2":{"32":1,"74":1,"82":2,"161":3,"162":1,"163":1,"229":2,"303":1}}],["ex",{"2":{"212":2,"285":2}}],["exsiting",{"2":{"109":1}}],["exhaustive",{"0":{"99":1},"2":{"211":1}}],["expire",{"2":{"308":1}}],["expressive",{"2":{"138":1}}],["experience",{"2":{"121":1,"122":1,"126":1,"149":1}}],["expected",{"2":{"47":1,"67":1,"74":1,"106":2,"113":1,"152":1,"182":1,"224":1,"258":1,"268":1,"284":1}}],["expectations",{"2":{"36":1}}],["expects",{"2":{"16":1,"107":1}}],["expect",{"2":{"5":1,"6":1,"67":2,"94":1,"99":1,"153":1,"185":2,"222":1,"256":5,"261":1,"301":1}}],["exploits",{"2":{"298":1}}],["explicit",{"2":{"231":1}}],["explicitly",{"2":{"52":1,"66":1,"97":1,"112":1,"116":1,"137":1,"142":1,"145":4,"152":1,"186":1,"218":1,"230":1,"318":1,"329":1}}],["explaining",{"2":{"285":1}}],["explain",{"2":{"103":1,"123":1,"185":1,"326":1}}],["exposing",{"2":{"108":1}}],["exposed",{"2":{"81":1,"142":1,"239":1}}],["expose",{"2":{"62":1,"221":1}}],["exporter",{"2":{"210":4}}],["export",{"2":{"74":1,"210":1,"218":4,"242":1}}],["exports",{"2":{"74":1}}],["extra",{"2":{"91":1,"218":3}}],["extracting",{"2":{"174":1}}],["extract",{"2":{"69":1,"225":1}}],["extracted",{"2":{"55":1}}],["extremely",{"2":{"44":1,"137":1,"146":1}}],["extensions",{"0":{"136":1},"1":{"137":1},"2":{"63":2,"132":1,"134":1,"136":3,"143":1,"211":1,"241":1,"244":1}}],["extension",{"0":{"241":1},"1":{"242":1,"243":1,"244":1},"2":{"59":1}}],["extending",{"0":{"84":1}}],["extend",{"2":{"32":1,"64":1,"268":1,"294":1}}],["extends",{"2":{"32":1,"124":1,"177":1,"250":2,"310":1}}],["externalizable",{"2":{"137":1}}],["externalid",{"2":{"136":1}}],["external",{"0":{"137":1},"2":{"44":6,"67":1,"136":1,"137":11,"138":4,"189":1,"190":1,"272":1}}],["exceedingly",{"2":{"318":1}}],["excellent",{"2":{"94":1,"101":1}}],["excessive",{"2":{"37":1,"296":1}}],["exception",{"2":{"67":1,"86":1,"170":1,"212":4,"260":1}}],["exceptions",{"2":{"43":1,"67":1,"301":1}}],["except",{"2":{"35":1,"186":1,"335":1}}],["exits",{"2":{"303":1}}],["exit",{"2":{"32":5,"35":1,"87":1}}],["existent",{"2":{"285":1,"286":1}}],["existing",{"2":{"83":1,"118":1,"125":1,"142":1,"159":1,"202":1,"220":1,"229":1,"245":1,"273":1}}],["exists",{"2":{"31":1,"53":1,"64":1,"83":1,"112":2,"124":1,"142":1,"235":1,"246":1,"251":1,"255":1,"343":1}}],["exist",{"0":{"345":1},"2":{"16":1,"31":1,"42":2,"44":1,"83":2,"97":1,"101":1,"135":1,"174":1,"185":2,"215":1,"235":1,"268":1,"274":1,"287":1}}],["exact",{"2":{"69":1}}],["exactly",{"2":{"30":1,"54":1,"256":1,"289":1}}],["examining",{"2":{"300":1}}],["examine",{"2":{"127":1,"145":1,"160":1,"171":1,"204":1,"209":1}}],["examined",{"2":{"41":1}}],["exampels",{"2":{"118":1}}],["examples",{"0":{"241":1},"1":{"242":1,"243":1,"244":1},"2":{"51":1,"177":1,"283":1,"284":1,"328":1}}],["example",{"0":{"269":1},"1":{"270":1,"271":1,"272":1,"273":1,"274":1,"275":1,"276":1,"277":1},"2":{"1":2,"13":1,"22":1,"41":1,"44":1,"45":1,"47":1,"51":1,"52":1,"53":2,"58":1,"67":7,"87":1,"94":1,"97":2,"101":1,"106":1,"118":1,"119":1,"124":1,"133":1,"137":1,"142":1,"150":2,"173":1,"184":1,"186":1,"198":1,"200":1,"209":1,"212":1,"218":1,"232":1,"235":1,"238":1,"245":1,"252":4,"260":1,"262":1,"266":1,"272":2,"280":1,"284":1,"285":1,"310":3,"312":2,"320":1,"323":1,"324":1,"329":1,"335":1}}],["e",{"2":{"3":1,"8":1,"22":1,"31":3,"74":1,"96":1,"136":1,"138":1,"141":1,"152":1,"196":1,"198":1,"203":1,"234":2,"236":1,"252":1,"256":4,"272":1,"283":2,"284":2,"301":1,"302":1}}],["bcrypt",{"2":{"272":1}}],["bsp",{"2":{"210":1}}],["black",{"2":{"304":1}}],["blanklayout",{"2":{"265":1,"280":1}}],["blank",{"0":{"280":1},"2":{"126":1,"134":1,"224":1,"227":1,"237":1,"280":2,"336":7}}],["blog",{"2":{"229":1}}],["blow",{"2":{"141":1,"199":1,"285":1}}],["blocks",{"2":{"94":1,"251":1,"328":1}}],["block",{"2":{"22":1,"32":1,"41":3,"152":1,"198":3,"200":2,"212":3,"223":1,"243":2,"273":1,"292":1,"324":1,"326":1,"335":2}}],["b",{"2":{"70":1,"137":1,"142":1}}],["bg",{"2":{"51":3,"60":1}}],["bn",{"2":{"51":3}}],["board",{"2":{"283":1,"285":1}}],["box",{"2":{"243":2,"299":1,"304":2}}],["body>",{"2":{"183":2}}],["body",{"2":{"167":1,"183":1,"224":1,"232":2,"251":2,"268":1}}],["bot",{"2":{"66":1,"330":1}}],["both",{"2":{"10":3,"36":1,"41":1,"58":1,"133":1,"134":1,"135":1,"148":1,"149":1,"150":1,"173":1,"177":1,"218":2,"229":1,"291":1,"300":1}}],["border",{"2":{"51":2,"343":2}}],["books",{"2":{"108":1,"215":1,"327":1,"345":1}}],["boolean",{"2":{"43":2}}],["bootstrapping",{"2":{"193":1}}],["bootstrapped",{"2":{"33":1,"86":1}}],["bootstrap",{"2":{"90":1}}],["boot",{"2":{"42":1,"47":1,"210":1}}],["boilerplate",{"2":{"35":1}}],["big",{"2":{"155":1}}],["bits",{"2":{"110":1}}],["bit",{"2":{"22":1,"76":1,"210":1,"217":1}}],["bin",{"0":{"35":1,"326":1},"2":{"2":3,"18":3,"30":1,"31":7,"32":2,"34":2,"35":1,"51":2,"53":2,"59":1,"74":9,"75":2,"83":14,"86":1,"87":3,"88":1,"89":2,"90":4,"93":1,"104":1,"134":5,"141":3,"145":2,"161":1,"162":1,"163":2,"210":1,"218":1,"229":2,"250":3,"272":4,"273":3,"303":2,"310":1,"313":2,"326":1,"335":1,"341":1}}],["bang",{"2":{"256":1}}],["bandwidth",{"2":{"11":1,"26":1}}],["battle",{"2":{"205":1,"222":1,"261":1,"298":1}}],["balance",{"2":{"197":1}}],["baked",{"2":{"70":1}}],["bad",{"2":{"69":1}}],["bar",{"2":{"32":1,"196":2}}],["basis",{"2":{"170":1}}],["basically",{"0":{"102":1},"2":{"167":1,"247":1}}],["basics",{"0":{"41":1},"2":{"123":1}}],["basic",{"0":{"32":1,"198":1,"246":1},"2":{"34":1,"52":1,"57":1,"60":1,"129":1,"146":1,"171":1,"217":1,"230":1,"237":1,"246":1,"254":1}}],["bash",{"2":{"74":1,"80":1,"86":2,"87":1,"161":1}}],["basemethods",{"2":{"196":1,"200":1}}],["basedrubygems",{"2":{"160":2}}],["based",{"0":{"74":1},"2":{"22":1,"29":1,"39":1,"69":1,"70":1,"74":3,"76":1,"80":1,"82":1,"83":1,"86":3,"106":1,"116":1,"142":2,"145":2,"150":1,"155":1,"160":2,"161":1,"173":1,"174":2,"180":1,"182":1,"185":1,"188":1,"192":1,"194":1,"230":1,"234":1,"235":1,"238":1,"254":1,"281":1,"284":2,"296":1,"297":1,"320":1}}],["basecustomelement",{"2":{"22":3}}],["base",{"2":{"22":1,"64":1,"90":1,"180":1}}],["backend",{"2":{"246":1,"272":1,"310":2}}],["background",{"0":{"222":1},"2":{"51":1,"222":1,"246":1}}],["backtrace",{"2":{"31":2,"74":1}}],["back",{"2":{"12":1,"21":1,"36":2,"37":1,"64":2,"67":2,"88":2,"90":3,"91":4,"97":1,"106":10,"107":1,"108":4,"122":1,"134":2,"150":1,"152":1,"169":1,"191":2,"200":1,"213":1,"222":1,"224":2,"246":1,"272":4,"310":2,"315":3,"317":2,"319":1,"324":1}}],["brackets",{"2":{"267":1}}],["branches",{"0":{"99":1}}],["bridge",{"2":{"174":1}}],["brief",{"2":{"82":1,"119":1}}],["bring",{"2":{"26":1,"57":1,"58":1,"59":1,"218":1}}],["br",{"2":{"51":3,"343":1}}],["brought",{"2":{"218":1}}],["browse",{"2":{"92":1,"210":1}}],["browsers",{"2":{"58":1,"80":1,"92":1,"130":1,"147":1,"213":1}}],["browser",{"0":{"156":1,"317":1},"2":{"11":3,"12":1,"21":1,"29":1,"58":1,"81":1,"92":2,"93":1,"94":1,"112":2,"118":2,"131":1,"145":6,"147":1,"152":1,"156":1,"162":1,"167":1,"173":4,"177":1,"185":1,"211":1,"213":2,"218":1,"245":1,"246":7,"261":1,"267":1,"281":1,"302":1,"316":1,"317":4,"318":1}}],["broken",{"2":{"47":1,"211":1}}],["breaks",{"2":{"12":1}}],["breaking",{"2":{"11":1}}],["brutmigrations",{"2":{"136":1}}],["brutinstrumentation",{"2":{"136":1,"211":1}}],["brutrb",{"2":{"120":3}}],["brutcss",{"2":{"51":1,"60":1,"120":1,"155":1,"188":1,"343":1}}],["brutcustomelements",{"2":{"20":2}}],["brutjs",{"0":{"19":1,"23":1,"25":1},"1":{"20":1,"21":1,"22":1,"23":1,"24":1,"25":1,"26":1,"27":1,"28":1},"2":{"19":1,"20":1,"21":1,"22":1,"23":1,"25":1,"26":1,"120":1,"145":1,"187":1,"217":1,"219":1}}],["brut",{"0":{"8":1,"31":1,"60":1,"136":1,"138":1,"181":1,"240":1,"247":1,"248":1,"345":1},"1":{"137":1,"182":1,"183":1,"184":1,"185":1,"186":1,"187":1,"188":1,"189":1,"190":1,"191":1,"192":1,"193":1,"194":1},"2":{"2":5,"6":1,"8":4,"9":1,"11":1,"12":1,"13":1,"14":2,"15":1,"16":2,"17":1,"18":1,"19":1,"20":3,"21":17,"26":2,"28":1,"29":1,"30":2,"31":6,"32":12,"33":2,"34":1,"35":4,"36":2,"38":1,"39":3,"40":4,"41":4,"42":7,"43":1,"44":8,"45":3,"46":1,"47":1,"48":6,"49":1,"50":2,"51":2,"52":4,"53":1,"56":1,"57":1,"58":3,"60":3,"62":3,"63":6,"64":1,"66":2,"71":1,"72":1,"73":3,"74":4,"75":1,"76":1,"77":3,"78":1,"79":1,"80":4,"83":1,"85":1,"86":1,"87":8,"90":1,"92":1,"93":2,"95":2,"104":1,"105":1,"106":1,"107":1,"109":2,"110":1,"111":2,"112":7,"113":3,"116":4,"118":1,"119":1,"120":9,"121":2,"123":2,"124":2,"125":12,"129":1,"131":6,"132":4,"133":1,"134":3,"135":1,"136":2,"137":8,"138":3,"141":1,"143":5,"145":3,"147":2,"148":1,"149":1,"150":3,"151":3,"152":41,"153":6,"157":1,"158":2,"160":2,"161":1,"167":9,"171":5,"175":1,"177":23,"180":3,"182":1,"183":2,"185":2,"186":1,"187":4,"188":1,"189":4,"190":1,"191":3,"192":3,"193":3,"194":3,"195":1,"196":3,"197":1,"199":1,"200":2,"201":1,"202":3,"203":1,"204":2,"205":1,"206":1,"207":2,"210":6,"211":4,"212":10,"213":8,"216":3,"217":3,"218":2,"220":1,"221":4,"222":4,"223":1,"224":17,"227":2,"228":1,"229":4,"230":3,"231":1,"232":2,"233":3,"234":2,"235":4,"236":2,"237":3,"238":3,"239":2,"240":1,"245":7,"246":4,"247":1,"248":1,"249":1,"250":5,"252":4,"253":3,"254":2,"255":1,"256":6,"263":1,"264":2,"266":5,"267":2,"268":2,"272":2,"273":7,"274":1,"275":4,"276":5,"277":2,"278":1,"279":4,"280":1,"281":2,"282":1,"284":2,"285":3,"287":1,"288":1,"291":1,"292":7,"293":1,"294":4,"297":2,"298":2,"299":1,"300":2,"301":6,"302":5,"305":1,"306":1,"307":2,"308":1,"309":1,"310":3,"313":1,"314":1,"315":2,"316":2,"317":8,"318":1,"320":2,"321":1,"322":2,"323":2,"325":3,"326":2,"329":1,"330":1,"331":1,"335":2,"336":1,"337":4,"338":2,"342":3,"343":4,"344":1,"345":1}}],["burden",{"2":{"345":1}}],["burt",{"2":{"303":1}}],["bug",{"2":{"277":1}}],["bugs",{"2":{"277":1}}],["builtin",{"2":{"266":1}}],["built",{"2":{"121":1,"141":1,"189":1,"193":1,"194":1,"207":1,"241":1,"245":2,"305":1}}],["builds",{"2":{"82":2}}],["building",{"2":{"74":1,"230":1,"252":1,"273":1}}],["build",{"0":{"164":1},"2":{"15":1,"18":3,"53":1,"60":1,"74":2,"75":5,"82":3,"90":4,"133":1,"161":2,"218":1,"245":1,"274":2,"275":1,"303":1,"345":1}}],["bump",{"2":{"103":1}}],["bundling",{"2":{"57":1,"58":1,"217":1,"218":1}}],["bundler",{"2":{"35":2,"87":2}}],["bundled",{"2":{"12":1,"13":1,"58":1,"80":1,"187":1,"246":1}}],["bundles",{"2":{"10":1,"11":2,"18":1,"218":1}}],["bundle",{"0":{"303":1},"2":{"9":1,"10":1,"20":1,"58":2,"62":1,"187":1,"218":4,"221":1,"299":1,"303":2,"305":1}}],["bunch",{"2":{"42":1}}],["business",{"0":{"69":1,"105":1,"174":1,"191":1},"1":{"106":1,"107":1,"108":1,"109":1},"2":{"30":1,"31":1,"64":1,"69":4,"105":1,"106":4,"108":1,"109":1,"137":1,"138":1,"141":1,"174":1,"191":2,"246":2,"324":1}}],["bulkcreatewidgetspage",{"2":{"336":1,"337":1}}],["bulkcreatewidgetshandler",{"2":{"336":1}}],["bulkcreatewidgetsform",{"2":{"335":1,"337":1}}],["bulk",{"2":{"29":1,"31":1,"333":1,"335":2,"336":1,"337":1}}],["button>login",{"2":{"185":1}}],["button>",{"2":{"51":2,"185":1}}],["buttoncomponent",{"2":{"51":4}}],["button",{"2":{"20":1,"21":2,"51":10,"94":3,"97":4,"124":1,"125":1,"153":2,"185":1,"187":1,"273":1,"282":1,"337":1,"344":1}}],["but",{"2":{"8":1,"20":1,"21":2,"22":2,"31":1,"34":2,"35":1,"47":1,"50":1,"51":1,"53":3,"56":1,"60":1,"62":1,"66":1,"76":2,"77":1,"82":1,"86":1,"87":1,"91":1,"92":1,"95":1,"99":1,"101":1,"102":1,"103":1,"108":1,"113":3,"118":1,"120":2,"121":2,"125":1,"126":2,"127":1,"134":2,"136":1,"137":2,"138":2,"141":1,"145":4,"147":1,"156":1,"167":2,"170":1,"173":1,"174":1,"176":1,"177":1,"189":2,"191":1,"199":1,"203":1,"210":2,"217":1,"221":2,"222":1,"224":1,"228":1,"230":1,"231":1,"232":1,"235":2,"236":1,"238":2,"250":2,"252":4,"259":2,"265":1,"267":2,"269":1,"275":1,"276":1,"277":2,"283":1,"284":1,"285":1,"288":1,"292":1,"307":1,"308":1,"312":1,"314":1,"320":1,"326":1,"332":1,"345":3}}],["by",{"0":{"3":1,"4":1,"5":1,"211":1},"2":{"1":1,"3":2,"4":2,"5":2,"6":3,"7":1,"13":1,"15":1,"16":1,"20":2,"26":1,"29":1,"30":1,"31":1,"32":1,"41":2,"43":1,"44":4,"51":3,"52":3,"56":1,"58":2,"59":1,"60":2,"67":1,"73":1,"74":2,"75":2,"80":1,"87":2,"90":5,"95":1,"99":1,"100":1,"101":1,"106":1,"111":1,"112":1,"113":3,"118":2,"124":1,"131":1,"133":2,"134":3,"137":4,"138":3,"145":3,"152":5,"167":1,"168":2,"174":1,"177":1,"184":1,"186":1,"187":1,"189":1,"193":1,"196":1,"200":1,"201":1,"202":2,"207":1,"210":3,"211":2,"212":1,"213":1,"215":1,"218":3,"219":1,"224":2,"229":1,"230":1,"231":1,"234":1,"241":1,"242":1,"245":1,"246":1,"250":2,"251":2,"252":2,"253":1,"278":1,"281":1,"282":1,"283":1,"284":1,"288":3,"289":2,"291":1,"301":2,"302":2,"304":1,"307":1,"310":1,"317":1,"319":1,"320":1,"326":3,"330":1,"335":1,"338":1}}],["believe",{"2":{"307":1}}],["below",{"2":{"32":1,"82":1,"124":1,"136":2,"185":1,"198":1,"232":1,"252":1,"255":1,"259":1,"301":1}}],["begin",{"2":{"285":1}}],["beroutingfor",{"2":{"256":1}}],["beats",{"2":{"245":1}}],["becomes",{"2":{"234":1,"284":1}}],["because",{"2":{"11":1,"33":1,"45":1,"59":1,"66":1,"85":1,"126":1,"134":1,"137":1,"170":1,"218":1,"228":1,"229":1,"234":2,"236":1,"238":1,"277":1,"285":1,"312":1,"313":1}}],["benefit",{"2":{"69":1,"144":1,"326":2}}],["beneficial",{"2":{"36":1}}],["beyond",{"2":{"55":1,"86":1,"112":1,"191":1,"256":1,"320":1}}],["before",{"0":{"259":1},"2":{"48":1,"54":1,"58":1,"95":1,"143":1,"145":1,"148":1,"170":2,"176":1,"177":18,"180":1,"212":3,"233":1,"235":3,"251":1,"253":1,"255":2,"259":2,"264":2,"273":1,"275":2,"276":1,"277":2,"336":1,"342":1}}],["behaves",{"2":{"297":1}}],["behave",{"2":{"36":1,"145":1,"264":1}}],["behaviors",{"2":{"99":1,"189":1}}],["behavior",{"0":{"136":1},"1":{"137":1},"2":{"11":1,"18":1,"30":1,"31":2,"34":1,"39":2,"44":2,"47":1,"53":1,"63":1,"96":1,"97":1,"101":1,"118":1,"124":1,"127":1,"131":1,"133":1,"136":1,"138":1,"145":1,"152":1,"167":2,"168":1,"170":1,"171":1,"178":1,"179":1,"202":1,"207":1,"213":2,"219":1,"246":1,"252":1,"255":1,"262":1,"294":1,"297":1,"300":1,"302":1,"323":1,"326":1,"329":1}}],["betweeen",{"2":{"308":1}}],["between",{"2":{"18":1,"41":1,"52":1,"53":1,"64":1,"69":1,"95":1,"96":1,"110":1,"174":1,"246":1,"261":1,"283":1}}],["bet",{"2":{"146":1}}],["better",{"2":{"22":1,"26":2,"70":1,"74":1,"99":2,"101":1,"121":1,"138":1,"179":1,"187":1,"191":1,"248":1,"265":1,"290":1,"328":1}}],["being",{"2":{"6":1,"44":1,"45":1,"70":1,"118":1,"125":1,"137":1,"141":2,"156":1,"167":2,"190":1,"202":1,"211":1,"238":1,"252":1,"275":1,"290":1,"300":1,"345":1}}],["best",{"2":{"6":2,"119":1,"138":1,"146":1,"219":1,"245":1,"250":1,"297":1}}],["been",{"2":{"6":1,"8":1,"12":1,"33":1,"74":1,"135":1,"137":1,"141":1,"145":2,"152":4,"205":1,"253":1,"270":1,"285":1,"298":1,"318":1,"345":1}}],["be",{"0":{"3":1,"4":1,"5":1,"8":1,"156":1,"288":1},"2":{"0":1,"1":1,"2":1,"4":3,"5":3,"6":2,"11":2,"15":1,"17":1,"21":1,"22":1,"25":1,"26":2,"31":2,"32":1,"33":1,"34":3,"36":2,"37":1,"39":1,"40":2,"41":1,"42":2,"44":5,"47":2,"48":1,"51":5,"52":6,"53":5,"55":2,"58":3,"62":2,"67":4,"70":3,"72":1,"73":1,"74":4,"75":3,"76":2,"77":1,"80":1,"81":2,"86":1,"87":4,"91":1,"95":2,"97":1,"98":1,"99":3,"101":3,"106":4,"107":2,"108":3,"109":1,"111":1,"112":2,"113":4,"114":2,"119":1,"120":1,"124":2,"126":1,"127":1,"130":2,"134":1,"137":3,"138":2,"141":4,"142":1,"144":2,"145":2,"147":1,"148":1,"150":3,"152":6,"153":1,"155":1,"160":1,"167":2,"169":1,"171":1,"173":2,"174":2,"177":9,"178":2,"179":2,"180":3,"185":1,"188":1,"189":1,"190":1,"191":2,"192":1,"196":1,"198":2,"200":4,"201":3,"203":4,"204":1,"211":3,"212":4,"213":1,"214":2,"218":6,"220":1,"221":2,"222":1,"226":2,"227":1,"229":3,"231":1,"232":4,"233":1,"234":2,"235":1,"236":3,"237":1,"238":8,"239":2,"245":1,"246":1,"251":3,"252":8,"253":4,"256":2,"258":1,"259":1,"260":1,"261":1,"262":3,"264":1,"265":2,"266":1,"268":1,"273":2,"274":2,"275":3,"276":2,"277":4,"279":1,"282":3,"283":3,"285":1,"288":1,"289":3,"290":1,"292":1,"294":2,"295":1,"296":3,"297":2,"301":4,"307":1,"310":2,"311":2,"312":2,"313":2,"315":3,"317":1,"318":2,"319":2,"320":2,"321":1,"325":2,"326":2,"328":1,"329":3,"330":4,"335":2,"336":1,"337":1,"345":2}}],["mvc",{"0":{"247":1},"2":{"247":1}}],["md",{"2":{"243":1}}],["md\`\`\`js",{"2":{"242":1}}],["msg",{"2":{"242":2}}],["ms",{"2":{"96":1}}],["mkbrut",{"0":{"159":1},"2":{"74":1,"75":1,"158":1,"159":6,"160":6,"229":1}}],["m",{"2":{"60":1}}],["mcp",{"2":{"48":1,"180":1}}],["myotherpage",{"2":{"268":1}}],["myelement",{"2":{"145":3}}],["myac",{"2":{"137":1}}],["myappcli",{"2":{"32":2}}],["my",{"2":{"31":1,"32":4,"125":2,"137":3,"141":1,"145":19,"147":2,"159":2,"160":4,"162":1,"182":2,"196":3,"229":1,"251":4,"345":1}}],["mitigate",{"2":{"301":1}}],["microsoft",{"2":{"229":1}}],["milliseconds",{"2":{"96":2}}],["mirrors",{"2":{"323":1}}],["mirror",{"2":{"91":1,"124":1,"185":1,"245":1}}],["middleware",{"0":{"293":1},"1":{"294":1,"295":1,"296":1,"297":1},"2":{"90":2,"176":1,"293":1,"294":8,"295":2,"296":2,"297":2,"300":1,"301":1}}],["middlewares",{"2":{"16":1,"90":1,"180":1,"297":1,"307":1}}],["mistakes",{"2":{"109":1}}],["mise",{"2":{"80":1,"86":1}}],["missingparameter",{"2":{"285":2}}],["missing",{"2":{"40":1,"197":1,"203":1,"277":1,"318":1}}],["minute",{"2":{"274":1}}],["min=",{"2":{"125":2}}],["min",{"2":{"124":1,"335":1}}],["minlength=",{"2":{"125":2,"152":5,"185":1}}],["minlength",{"2":{"124":2,"185":1}}],["minor",{"2":{"101":1}}],["mind",{"2":{"63":1,"74":1,"86":1,"101":1,"213":1,"226":1,"238":1}}],["minimal",{"2":{"26":1,"220":1,"343":1}}],["minified",{"2":{"12":2}}],["mixed",{"2":{"56":1}}],["migration",{"0":{"138":1},"2":{"31":2,"67":1,"83":2,"133":2,"134":8,"135":1,"137":2,"138":1,"141":2,"189":1,"272":2}}],["migrations",{"0":{"132":1,"134":1,"135":1},"1":{"133":1,"134":1,"135":1,"136":1,"137":1,"138":1,"139":1,"140":1,"141":1,"142":1,"143":1},"2":{"31":4,"83":4,"88":1,"90":2,"133":1,"134":5,"135":3,"136":1,"138":2,"139":1,"141":2,"189":1,"211":1,"272":1}}],["migrate",{"2":{"31":1,"83":1,"134":2,"272":2}}],["might",{"2":{"4":1,"25":1,"80":2,"82":1,"99":1,"112":1,"137":1,"152":1,"156":1,"164":1,"186":1,"196":1,"218":1,"235":1,"260":1,"310":1}}],["multi",{"2":{"26":1,"238":1}}],["multiple",{"2":{"18":1,"57":1,"231":1,"289":1}}],["much",{"2":{"11":1,"12":1,"22":2,"39":1,"77":1,"109":1,"115":1,"131":1,"135":1,"141":1,"156":1,"186":1,"191":1,"209":1,"213":1,"220":1,"260":1,"261":1,"305":1,"328":2,"345":1}}],["must",{"0":{"101":1},"2":{"4":2,"5":3,"32":1,"42":1,"43":2,"50":1,"51":2,"52":1,"58":2,"67":4,"75":3,"93":1,"103":1,"124":1,"133":1,"134":1,"137":2,"138":1,"145":1,"148":1,"150":1,"152":1,"153":1,"167":1,"189":1,"200":2,"201":1,"218":2,"226":2,"227":1,"229":6,"234":1,"237":1,"238":1,"250":1,"252":1,"268":1,"274":1,"283":2}}],["moving",{"2":{"222":1,"269":1,"326":1}}],["move",{"2":{"199":1}}],["moral",{"2":{"191":1}}],["more",{"0":{"244":1},"2":{"18":1,"21":3,"22":2,"28":1,"33":1,"38":1,"42":1,"43":1,"47":1,"48":1,"55":1,"56":1,"62":2,"66":1,"71":1,"73":1,"78":1,"86":1,"87":1,"92":1,"93":1,"97":1,"100":1,"104":1,"109":1,"112":1,"116":1,"121":2,"123":1,"131":1,"136":1,"138":2,"143":2,"144":1,"147":2,"150":1,"152":2,"157":1,"160":1,"167":1,"175":1,"177":1,"178":1,"180":1,"185":1,"187":1,"191":1,"193":1,"202":1,"206":1,"211":1,"212":1,"216":1,"218":1,"220":2,"221":3,"224":1,"227":1,"228":1,"230":1,"232":1,"239":1,"245":1,"246":1,"251":2,"256":1,"261":1,"263":1,"278":1,"285":1,"289":3,"292":1,"297":1,"304":1,"306":1,"313":1,"323":1,"331":1,"332":1,"338":1}}],["monitoring",{"2":{"209":1}}],["monday",{"2":{"182":1,"314":1}}],["monaspace",{"2":{"13":3}}],["moment",{"2":{"151":1,"210":1,"336":1}}],["mo",{"2":{"96":1,"103":1}}],["mocha",{"2":{"58":1,"192":1,"218":1}}],["mocks",{"2":{"174":2}}],["mock",{"2":{"36":1,"145":1,"320":1}}],["modicum",{"2":{"138":1}}],["modification",{"2":{"133":1}}],["modified",{"2":{"1":1}}],["modifying",{"2":{"288":1,"294":1}}],["modify",{"2":{"4":1,"18":1,"23":1,"74":1,"250":1,"325":1}}],["mode",{"2":{"83":1}}],["moderate",{"2":{"69":1}}],["modeled",{"2":{"70":1}}],["model",{"2":{"63":2,"64":7,"69":1,"70":3,"90":4,"123":1,"137":1,"138":1,"190":2,"301":1}}],["models",{"0":{"63":1,"67":1,"69":1,"70":1},"1":{"64":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1},"2":{"33":1,"63":2,"64":6,"65":2,"66":2,"67":3,"69":3,"70":2,"88":2,"90":6,"91":1,"105":1,"108":2,"125":1,"134":2,"136":1,"182":1,"190":2,"246":1,"272":3,"296":1,"310":2}}],["module",{"2":{"58":1,"90":1,"119":4,"123":1,"126":1,"131":1,"145":1,"152":1,"200":1,"218":2,"232":1,"251":1,"284":1}}],["modules",{"0":{"120":1},"2":{"58":2,"59":4,"75":1,"86":2,"218":3,"229":2,"230":1,"284":1}}],["mostly",{"2":{"43":1,"90":1,"121":1,"134":1,"189":1}}],["most",{"2":{"11":1,"26":1,"99":1,"101":2,"194":1,"202":1,"209":1,"236":1,"285":1,"302":1,"322":1}}],["memoization",{"2":{"259":1}}],["mechanism",{"2":{"180":1,"252":1}}],["mechanisms",{"0":{"75":1},"2":{"315":1}}],["mess",{"2":{"177":1,"267":1}}],["messaging",{"2":{"150":1,"152":1}}],["messages>",{"2":{"152":5,"342":2}}],["messages",{"2":{"21":1,"33":2,"116":2,"152":8,"153":1,"169":1,"224":1,"329":1,"339":1}}],["message",{"2":{"20":1,"21":5,"52":6,"67":1,"101":1,"113":6,"118":1,"136":1,"184":7,"187":1,"199":2,"203":1,"262":1,"273":1,"279":2,"285":2,"329":2}}],["merely",{"2":{"22":1}}],["meta",{"2":{"183":2,"213":1,"224":4}}],["metadata",{"2":{"18":2,"96":1,"103":1,"212":2,"292":2}}],["method=",{"2":{"125":2,"185":1}}],["methods",{"2":{"32":1,"64":1,"66":1,"69":2,"112":2,"124":1,"125":1,"127":2,"131":1,"185":4,"186":1,"192":1,"196":1,"212":1,"230":1,"251":1,"252":1,"254":1,"256":1,"272":1,"279":1,"282":1,"294":1,"310":1,"320":1,"326":2}}],["method",{"2":{"22":2,"32":1,"33":1,"37":1,"40":1,"41":1,"118":1,"131":1,"133":1,"134":2,"136":1,"138":1,"151":1,"180":1,"182":1,"183":1,"186":1,"200":1,"212":2,"224":2,"227":1,"238":2,"251":3,"253":1,"255":1,"258":2,"264":3,"282":7,"284":2,"285":2,"292":1,"294":1,"329":1,"335":3}}],["metro",{"2":{"7":1}}],["mean",{"2":{"137":1,"174":1,"247":1}}],["meaning",{"2":{"12":1,"44":1,"66":1,"137":1,"184":1,"247":1}}],["means",{"2":{"12":1,"16":1,"31":1,"32":1,"33":1,"34":1,"44":1,"50":1,"51":1,"52":1,"53":1,"75":1,"76":1,"80":1,"87":1,"95":1,"97":1,"106":1,"137":2,"145":2,"174":1,"182":1,"191":1,"212":1,"229":1,"237":1,"285":1,"292":1,"294":1,"300":1,"313":1,"314":1,"315":1,"318":1,"319":2,"324":1,"325":1}}],["mentioned",{"2":{"9":1,"56":1,"126":1,"143":2,"316":1}}],["me",{"2":{"7":1,"121":1,"201":1,"248":1,"345":2}}],["malicious",{"2":{"301":1}}],["mapped",{"2":{"284":1}}],["mapping",{"2":{"69":1,"247":1}}],["mappings",{"2":{"18":1}}],["map",{"2":{"281":1}}],["maps",{"2":{"221":2,"284":1}}],["materializes",{"2":{"247":1}}],["matter",{"2":{"173":1}}],["matches",{"2":{"301":1}}],["matched",{"2":{"256":1}}],["matcher",{"2":{"204":1,"329":5}}],["matchers",{"0":{"329":1},"2":{"171":5,"204":1,"255":1,"256":7,"329":5}}],["match",{"2":{"124":1,"177":8,"212":2,"229":2,"256":1,"276":1}}],["matching",{"2":{"97":1,"256":3}}],["ma",{"2":{"162":1}}],["magic",{"2":{"115":1}}],["major",{"0":{"99":1},"2":{"99":1,"185":1}}],["macos",{"2":{"80":1}}],["machine",{"2":{"6":1,"82":2}}],["making",{"0":{"314":1},"1":{"315":1,"316":1,"317":1,"318":1,"319":1,"320":1},"2":{"48":1,"325":1}}],["makes",{"2":{"33":2,"95":1,"100":1,"101":1,"127":1,"173":1,"187":1,"212":1,"261":2,"291":1,"302":1,"312":1,"320":1,"329":1}}],["make",{"2":{"1":1,"7":1,"11":1,"21":1,"26":1,"44":1,"48":1,"50":1,"74":2,"75":2,"90":1,"94":1,"100":1,"103":1,"115":1,"135":1,"138":2,"141":1,"147":1,"152":1,"162":1,"167":1,"171":1,"193":2,"202":1,"222":1,"248":1,"256":1,"258":1,"264":1,"272":2,"273":2,"323":1,"324":1,"325":1,"326":1,"327":1,"328":2,"329":1,"332":1,"339":1,"345":1}}],["markdown",{"0":{"241":1},"1":{"242":1,"243":1,"244":1},"2":{"241":1,"244":1}}],["marking",{"2":{"200":1}}],["mark",{"2":{"43":1,"101":1}}],["markup",{"2":{"22":1,"49":1,"55":1,"100":1,"101":2,"102":1,"129":1,"151":1,"152":1,"262":1}}],["maximum",{"2":{"31":2,"74":1}}],["main>",{"2":{"182":2,"251":2}}],["maintains",{"2":{"267":1}}],["maintained",{"2":{"214":1}}],["maintainers",{"2":{"4":1}}],["maintaining",{"2":{"69":1}}],["maintain",{"2":{"37":1,"330":1}}],["main",{"2":{"30":1,"53":2,"74":1,"97":1,"100":1,"108":1,"137":1,"173":1,"182":1,"224":1,"251":1,"315":1}}],["massive",{"2":{"26":1,"216":1}}],["manifest",{"2":{"224":2}}],["manipulate",{"2":{"70":1,"145":1,"236":1,"261":1,"320":1}}],["manually",{"2":{"52":1,"57":1,"74":1,"231":1,"250":1}}],["many",{"2":{"11":1,"26":1,"42":1,"59":1,"63":1,"73":1,"80":1,"132":1,"137":2,"138":1,"145":1,"190":2,"194":1,"207":1,"209":1,"223":1,"252":1,"310":1,"327":1,"335":1}}],["managing",{"0":{"58":1,"135":1,"326":1},"2":{"9":1,"13":1,"14":1,"29":1,"53":1,"63":1,"65":1,"83":2,"134":1,"135":1,"189":1,"224":1,"230":1,"238":1,"246":1,"247":1,"309":1}}],["manageable",{"2":{"135":1}}],["manager",{"2":{"86":1}}],["manages",{"2":{"18":1,"21":1,"74":1,"315":1}}],["managed",{"0":{"66":1},"2":{"10":1,"13":1,"17":1,"41":1,"80":1,"87":1,"90":3,"133":1,"239":1}}],["management",{"0":{"5":1},"2":{"5":1,"13":1,"135":1,"189":1,"193":1,"288":3}}],["manage",{"2":{"2":1,"31":1,"58":1,"69":2,"73":1,"79":1,"80":2,"82":1,"89":1,"115":1,"126":1,"132":1,"184":1,"191":1,"192":1,"262":1,"269":1,"298":1,"299":1,"300":1}}],["made",{"2":{"7":1,"62":1,"65":1,"80":1,"185":1,"221":1,"252":1,"284":1,"290":1,"345":1}}],["may",{"2":{"1":1,"5":1,"18":1,"36":1,"38":1,"42":1,"43":1,"45":1,"47":1,"48":1,"53":1,"56":1,"62":1,"71":1,"77":1,"91":1,"102":1,"103":1,"106":1,"109":1,"112":2,"114":1,"116":2,"119":1,"120":1,"131":1,"139":1,"143":1,"152":1,"167":1,"170":1,"173":1,"174":1,"175":1,"178":2,"179":1,"180":4,"189":1,"191":1,"196":1,"204":2,"206":1,"210":2,"221":2,"231":1,"233":1,"234":1,"235":1,"238":1,"239":1,"247":1,"250":2,"253":2,"262":1,"263":1,"265":1,"269":1,"283":2,"292":1,"297":2,"301":1,"307":1,"313":1,"316":1,"320":2,"326":2,"331":1}}],["guidelines",{"2":{"238":1}}],["guaranteed",{"2":{"6":1,"312":1}}],["gain",{"2":{"245":1}}],["gaining",{"2":{"22":1}}],["gap",{"2":{"174":1,"343":1}}],["goes",{"2":{"121":1,"145":1}}],["goto",{"2":{"94":1}}],["going",{"2":{"75":1,"103":1,"130":1,"144":1,"202":1,"247":1,"274":1,"335":1}}],["go",{"0":{"328":1},"2":{"42":1,"70":1,"95":1,"105":3,"106":2,"161":1,"210":2,"285":1}}],["good",{"2":{"40":1,"44":1,"90":1,"101":1,"138":1,"173":1,"189":2,"235":1,"277":1}}],["global",{"0":{"52":1},"2":{"31":8,"32":2,"33":2,"36":2,"51":1,"52":5,"74":2,"112":1,"113":2,"226":1,"238":2,"325":1}}],["gt",{"2":{"15":1,"21":19,"123":1,"124":3,"125":6,"129":3,"131":1,"152":14,"171":1,"185":1,"187":3,"202":1,"213":2,"224":5,"246":1,"251":1,"262":1,"285":1,"301":1,"317":2,"338":1,"343":1}}],["gems",{"2":{"161":1,"229":2}}],["gem",{"2":{"158":1,"159":1,"195":1,"196":1,"210":2,"318":1}}],["gemfile",{"2":{"75":1}}],["geared",{"2":{"63":1,"132":1}}],["genreal",{"2":{"47":1}}],["generalsupport",{"2":{"326":1}}],["general",{"2":{"67":1,"74":1,"76":1,"90":1,"152":1,"304":1,"323":1,"343":1}}],["generally",{"2":{"33":1,"34":1,"36":1,"44":1,"70":1,"108":2,"139":1,"170":1,"191":1,"214":1,"225":1,"315":1,"325":1,"328":1}}],["generating",{"0":{"151":1,"255":1,"337":1}}],["generation",{"2":{"26":1,"116":1,"123":1,"131":1,"184":1,"198":1,"246":1}}],["generates",{"2":{"136":1,"151":1,"167":1,"182":1,"185":1}}],["generate",{"0":{"125":1,"129":1,"259":1},"2":{"49":1,"51":1,"54":1,"74":1,"83":1,"96":1,"125":3,"129":2,"131":2,"150":1,"152":1,"167":1,"168":1,"182":1,"186":2,"245":1,"246":3,"251":1,"253":1,"254":1,"255":2,"256":5,"259":2,"264":4,"286":1,"301":1,"336":1}}],["generated",{"2":{"1":1,"51":1,"66":1,"118":1,"125":2,"137":1,"142":2,"152":2,"167":1,"168":1,"171":2,"204":1,"220":1,"256":1,"301":1}}],["genericresponse",{"2":{"167":2,"253":1}}],["generic",{"2":{"21":1}}],["gets",{"2":{"307":1}}],["getting",{"0":{"158":1,"317":1,"318":1},"1":{"159":1,"160":1,"161":1,"162":1,"163":1,"164":1},"2":{"211":1,"228":1}}],["get",{"0":{"159":1},"2":{"11":1,"22":1,"31":3,"32":2,"69":1,"74":1,"77":1,"83":1,"111":1,"112":1,"121":1,"138":1,"173":1,"188":1,"232":1,"238":1,"246":1,"282":1,"292":1,"313":1,"319":1}}],["give",{"2":{"99":1,"145":1,"171":1,"202":1}}],["given",{"2":{"10":1,"31":1,"32":1,"34":1,"52":1,"53":1,"58":1,"111":1,"116":1,"127":1,"131":1,"145":1,"167":1,"186":1,"218":1,"232":1,"252":4,"253":1,"256":3,"294":2,"320":1,"322":1,"326":2}}],["gitignore",{"2":{"229":1}}],["git",{"2":{"31":4}}],["github",{"2":{"1":1,"8":1,"210":1}}],["giant",{"2":{"22":1,"196":1}}],["g",{"2":{"8":1,"22":1,"31":3,"74":1,"96":1,"136":1,"138":1,"152":1,"196":1,"198":1,"203":1,"236":1,"252":1,"283":1,"284":2,"301":1,"302":1}}],["grow",{"2":{"294":1,"326":1}}],["group",{"2":{"124":1,"125":1}}],["grouped",{"2":{"2":1}}],["grew",{"2":{"345":1}}],["greet",{"2":{"274":1}}],["green",{"2":{"51":5,"60":2}}],["greater",{"2":{"92":1,"124":1}}],["greatly",{"2":{"69":1}}],["great",{"2":{"44":1,"141":1,"245":1,"260":1,"345":2}}],["granted",{"2":{"275":1}}],["gray",{"2":{"51":2,"343":2}}],["grammar",{"2":{"6":1}}],["grid",{"2":{"45":2,"46":1,"47":1}}],["w",{"2":{"159":1,"160":2}}],["wrong",{"2":{"103":1,"120":2,"169":1,"261":1}}],["wrapped",{"2":{"265":1}}],["wrapper",{"2":{"36":1,"97":1,"150":1,"253":1}}],["wrap",{"2":{"167":1}}],["wraps",{"2":{"21":1,"74":1,"136":1,"196":1}}],["writing",{"2":{"3":1,"4":1,"92":2,"153":1,"155":1,"292":1,"345":2}}],["written",{"0":{"3":1,"4":1,"5":1},"2":{"3":2,"4":1,"6":1,"83":1,"86":1,"107":1,"192":1,"220":1,"275":1,"313":1,"345":1}}],["write",{"2":{"1":1,"31":1,"59":1,"67":1,"83":1,"92":1,"93":1,"97":1,"98":1,"100":1,"107":1,"119":1,"121":1,"147":1,"155":1,"214":1,"330":1}}],["won",{"2":{"70":2,"112":1,"134":1,"259":1,"277":1,"285":1,"326":1}}],["worse",{"2":{"328":2}}],["worst",{"2":{"314":1}}],["worth",{"2":{"220":1}}],["worthwhile",{"2":{"156":1}}],["worry",{"2":{"134":1,"220":1,"315":1,"342":1}}],["worrying",{"2":{"34":1}}],["world",{"2":{"92":1,"137":1,"143":2,"248":1}}],["words",{"2":{"82":1,"83":1}}],["working",{"2":{"82":1,"83":1,"85":1,"86":1,"209":2,"210":2}}],["workflow",{"2":{"82":1,"83":1,"141":2}}],["worker",{"2":{"74":1}}],["work",{"0":{"102":1},"2":{"23":1,"25":1,"26":2,"44":1,"47":1,"75":1,"80":1,"86":1,"131":1,"134":2,"145":1,"147":2,"152":1,"153":1,"165":1,"167":1,"169":1,"177":1,"183":1,"202":1,"203":1,"218":1,"222":1,"227":1,"229":2,"250":1,"256":1,"264":1,"273":1,"275":1,"284":1,"301":1,"323":1,"330":1}}],["workspace",{"0":{"83":1},"2":{"80":3,"82":1,"83":2,"86":1}}],["works",{"2":{"6":1,"15":1,"58":1,"67":1,"97":1,"112":1,"119":1,"126":1,"138":1,"145":1,"161":1,"180":1,"187":1,"199":2,"218":1}}],["wouldn",{"2":{"44":1,"47":1}}],["would",{"2":{"1":1,"11":1,"26":2,"32":2,"51":1,"53":3,"54":1,"58":2,"64":2,"67":2,"73":1,"74":1,"80":1,"106":4,"112":1,"121":1,"138":1,"150":1,"152":2,"173":1,"178":1,"182":2,"190":1,"191":1,"196":1,"199":1,"200":1,"218":3,"220":1,"230":1,"232":1,"234":1,"251":1,"252":3,"264":1,"277":2,"285":1,"326":1,"335":1}}],["width",{"2":{"224":1}}],["width=device",{"2":{"224":1}}],["widgetlistitem",{"2":{"53":2}}],["widgetsbyid",{"2":{"284":1}}],["widgetsbyidpage",{"2":{"231":1,"237":1,"252":1,"284":1,"285":5}}],["widgetscontroller",{"2":{"277":1}}],["widgetspage",{"2":{"113":2,"168":1,"169":2,"336":1}}],["widgets",{"2":{"53":1,"54":1,"125":2,"133":4,"138":1,"231":1,"247":1,"250":4,"252":1,"283":1,"284":1,"285":4,"288":3,"290":2,"291":1,"292":2,"333":1,"335":2,"336":1,"337":4}}],["widgetcomponent",{"2":{"53":4}}],["widget",{"2":{"51":3,"53":10,"113":10,"124":2,"125":2,"138":1,"168":4,"169":12,"173":2,"198":5,"218":12,"237":1,"238":1,"250":4,"284":2,"285":1,"288":1,"291":1,"335":2,"336":1,"337":1}}],["widely",{"2":{"221":1}}],["wide",{"2":{"44":1,"252":1}}],["witih",{"2":{"31":1}}],["withhtml",{"2":{"145":11}}],["within",{"2":{"53":1,"97":1}}],["with",{"0":{"8":1,"66":1,"156":1,"289":1,"335":1,"336":1,"337":1},"2":{"4":1,"5":1,"11":1,"12":1,"18":1,"21":5,"22":2,"25":1,"26":3,"28":1,"30":1,"36":1,"38":1,"41":2,"43":1,"48":1,"51":2,"52":2,"53":1,"56":1,"58":2,"59":1,"60":1,"62":1,"63":1,"64":1,"66":1,"67":1,"71":1,"73":1,"74":2,"75":2,"78":1,"80":1,"82":2,"83":2,"87":1,"92":3,"93":1,"94":1,"96":1,"97":1,"100":1,"101":1,"104":1,"108":1,"109":1,"112":1,"113":1,"116":1,"118":1,"122":2,"123":1,"125":2,"126":1,"131":1,"132":1,"133":1,"134":3,"136":1,"137":4,"138":3,"143":1,"145":3,"147":2,"152":4,"153":1,"157":1,"160":1,"163":2,"167":6,"170":1,"173":1,"175":1,"177":4,"180":1,"182":1,"185":1,"188":1,"189":1,"190":1,"196":2,"197":1,"206":1,"210":2,"212":3,"213":1,"216":1,"217":1,"218":1,"219":1,"221":1,"222":1,"224":1,"227":1,"229":3,"232":1,"234":3,"235":1,"238":3,"239":1,"242":1,"245":1,"246":3,"247":1,"250":1,"252":3,"256":1,"260":1,"263":1,"270":1,"273":1,"282":1,"283":2,"284":4,"285":5,"287":1,"288":1,"292":3,"294":2,"297":1,"300":1,"301":3,"306":1,"310":1,"312":2,"313":1,"315":4,"316":1,"317":1,"319":4,"326":1,"329":1,"330":1,"331":1,"332":1,"336":2}}],["without",{"2":{"4":2,"12":1,"34":2,"86":1,"97":1,"134":1,"137":1,"152":2,"160":1,"177":1,"190":1,"203":1,"217":1,"218":1,"231":1,"236":1,"238":1,"250":1,"270":2,"275":1,"277":2,"304":1,"307":1,"315":2,"330":2}}],["window",{"2":{"21":1,"145":10,"187":1}}],["wish",{"2":{"15":1,"202":1,"218":1}}],["willextend",{"2":{"250":1}}],["will",{"2":{"6":1,"7":1,"8":1,"11":4,"12":1,"13":1,"14":1,"17":1,"18":1,"20":1,"21":1,"22":1,"23":1,"28":1,"29":2,"31":4,"32":2,"33":4,"34":3,"36":1,"37":1,"38":1,"41":1,"42":2,"44":1,"47":3,"48":2,"51":1,"52":1,"53":1,"56":1,"58":3,"62":1,"64":1,"66":1,"67":1,"69":2,"71":1,"73":1,"74":5,"75":2,"77":1,"78":1,"80":1,"81":3,"82":1,"83":1,"85":1,"86":1,"87":3,"93":1,"94":1,"95":7,"96":3,"97":2,"104":1,"106":1,"108":1,"109":2,"113":3,"115":1,"116":1,"123":1,"124":1,"125":3,"126":1,"129":2,"131":2,"134":2,"135":1,"136":1,"137":1,"138":1,"141":1,"143":1,"145":4,"147":2,"150":2,"151":1,"152":4,"153":2,"155":1,"157":1,"158":1,"160":2,"161":1,"167":2,"168":2,"171":5,"173":2,"174":3,"175":1,"177":9,"178":1,"180":1,"185":3,"186":2,"187":1,"188":1,"191":1,"192":1,"196":2,"197":1,"198":1,"199":2,"202":3,"203":2,"204":1,"206":1,"210":6,"211":1,"212":4,"213":1,"214":1,"216":2,"218":4,"220":3,"221":1,"222":2,"224":1,"227":1,"229":3,"234":1,"236":3,"237":2,"238":5,"239":2,"251":3,"252":2,"253":4,"255":2,"256":1,"259":1,"260":1,"263":1,"264":2,"265":1,"266":1,"268":1,"269":1,"272":2,"273":1,"275":3,"277":1,"282":1,"284":3,"285":2,"289":2,"290":1,"292":3,"294":2,"295":1,"297":2,"301":2,"303":1,"306":1,"310":2,"311":2,"313":3,"315":2,"317":3,"318":1,"319":3,"320":3,"321":1,"323":3,"324":1,"325":4,"326":3,"327":1,"329":1,"330":1,"331":1,"332":2,"335":4,"336":1,"337":4,"338":1,"339":2,"342":1,"343":1}}],["walk",{"2":{"129":1}}],["watch",{"2":{"103":1}}],["waiting",{"2":{"102":1}}],["wait",{"2":{"96":2,"97":3,"153":1}}],["warned",{"2":{"211":1}}],["warnings",{"2":{"224":1}}],["warning",{"2":{"204":1,"211":1,"222":1,"235":1,"240":1,"243":6,"250":1}}],["warn",{"2":{"31":2,"74":1}}],["ways",{"2":{"59":1,"63":1,"72":1,"73":1,"100":1,"149":1,"212":1,"316":1,"322":1,"343":1}}],["way",{"2":{"5":1,"10":1,"11":1,"13":1,"26":2,"35":1,"36":1,"49":1,"53":1,"58":1,"66":1,"69":1,"77":1,"80":1,"86":1,"90":1,"92":2,"100":1,"101":3,"107":1,"108":2,"110":1,"114":1,"115":1,"122":1,"134":1,"135":1,"137":1,"142":1,"145":2,"147":1,"159":1,"167":1,"184":1,"185":1,"189":1,"202":1,"209":2,"211":1,"218":1,"220":1,"222":1,"223":1,"238":1,"245":3,"252":1,"260":1,"264":1,"285":1,"294":1,"297":1,"301":1,"302":1,"310":1,"315":1,"318":1,"324":1,"326":1,"329":2,"332":1,"345":1}}],["washington",{"2":{"7":1}}],["was",{"2":{"3":1,"21":1,"22":1,"126":2,"138":1,"197":1,"210":1,"212":1,"232":2,"234":4,"252":1,"256":1,"285":2,"345":1}}],["wants",{"2":{"26":1,"187":1,"245":1,"252":1}}],["want",{"2":{"3":1,"11":1,"25":1,"34":1,"44":1,"45":1,"47":2,"51":1,"53":1,"64":1,"67":2,"74":1,"90":1,"91":1,"102":1,"106":1,"108":1,"138":2,"139":1,"164":1,"171":1,"177":1,"189":1,"200":1,"204":1,"212":1,"214":1,"222":1,"224":1,"232":1,"237":1,"238":1,"250":1,"253":1,"254":1,"255":1,"256":1,"258":1,"259":1,"262":1,"269":1,"275":2,"276":1,"278":1,"280":1,"294":1,"304":1,"310":1,"316":1,"324":1,"326":1,"336":1,"338":1,"342":1}}],["white",{"2":{"26":1}}],["whitespace",{"2":{"12":1}}],["which",{"2":{"18":1,"19":1,"31":8,"32":2,"36":2,"40":1,"42":1,"43":1,"46":1,"48":1,"50":3,"52":1,"64":1,"67":1,"74":2,"77":1,"82":1,"87":1,"93":1,"110":1,"111":1,"112":1,"116":1,"118":1,"121":1,"123":1,"124":1,"125":1,"135":1,"136":7,"137":1,"138":1,"145":3,"151":1,"152":2,"158":1,"160":1,"167":3,"170":1,"171":1,"174":1,"182":1,"185":1,"186":1,"187":1,"188":1,"201":1,"202":2,"204":1,"207":2,"210":1,"212":2,"213":2,"217":1,"218":1,"223":1,"224":1,"229":2,"230":1,"234":1,"235":1,"236":1,"246":1,"250":2,"251":2,"252":1,"253":1,"255":2,"260":1,"264":1,"284":1,"285":1,"294":4,"302":2,"303":1,"307":1,"315":2,"317":1,"318":1,"320":2,"336":1,"343":1}}],["while",{"2":{"1":1,"7":1,"11":2,"18":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"78":1,"80":2,"86":1,"87":1,"100":1,"104":1,"108":1,"109":1,"113":1,"116":1,"131":1,"138":1,"143":2,"144":1,"147":1,"157":1,"175":1,"180":3,"202":1,"206":1,"211":1,"213":1,"216":1,"221":1,"227":2,"239":1,"263":1,"292":2,"296":1,"297":1,"306":1,"313":1,"331":1}}],["whew",{"2":{"337":1}}],["whenever",{"2":{"152":2}}],["when",{"0":{"151":1,"236":1},"2":{"11":3,"13":1,"21":1,"31":1,"34":1,"41":2,"42":2,"44":1,"47":1,"48":1,"51":1,"58":2,"64":1,"66":1,"69":1,"70":1,"74":1,"82":2,"83":1,"85":1,"86":1,"87":2,"92":2,"94":1,"97":1,"99":1,"112":2,"116":1,"124":1,"136":2,"137":5,"138":1,"141":1,"145":1,"147":2,"149":1,"150":1,"162":2,"168":1,"169":1,"185":1,"187":1,"189":1,"197":1,"200":2,"210":2,"211":1,"212":2,"213":1,"218":2,"222":1,"229":4,"230":1,"235":1,"236":1,"238":3,"246":1,"250":1,"252":2,"256":2,"260":2,"262":1,"285":1,"288":1,"290":1,"292":1,"296":1,"300":1,"301":1,"302":1,"303":1,"310":1,"315":2,"317":1,"318":3,"323":1,"326":2,"328":1,"329":2,"335":1,"336":2,"337":1,"342":1}}],["whereas",{"2":{"131":1}}],["wherever",{"2":{"70":1}}],["where",{"2":{"1":1,"14":1,"26":1,"42":3,"44":1,"74":1,"83":1,"97":1,"105":1,"118":2,"143":1,"152":1,"161":1,"166":1,"167":1,"173":2,"185":1,"210":2,"211":1,"230":1,"235":1,"246":5,"261":1,"287":1,"290":1,"301":1,"304":1,"325":1,"326":1,"329":1}}],["why",{"0":{"11":1,"12":1,"209":1,"345":1},"2":{"70":1,"86":1,"92":1,"97":1,"101":1,"103":1,"116":1,"134":1,"141":1,"142":2,"209":1,"210":1,"227":1,"252":1,"255":1,"264":1}}],["whose",{"2":{"11":1,"231":1,"318":1,"323":1}}],["who",{"2":{"7":1,"67":1,"134":1,"137":1,"138":1,"189":1,"272":1}}],["whatever",{"2":{"25":2,"26":1,"33":1,"86":1,"102":1,"111":1,"113":1,"115":1,"123":1,"126":2,"185":1,"186":1,"188":1,"218":1,"230":1,"252":1,"255":1,"259":1,"317":1,"326":1}}],["what",{"0":{"11":1,"12":1,"211":1},"2":{"2":1,"20":1,"21":2,"22":1,"26":1,"31":1,"32":3,"36":1,"43":1,"44":1,"59":1,"69":1,"74":1,"82":1,"83":1,"99":1,"100":1,"103":1,"108":1,"111":1,"112":2,"119":1,"126":1,"134":1,"137":2,"141":1,"147":1,"167":1,"174":1,"177":1,"185":1,"186":1,"197":2,"209":3,"211":1,"212":1,"215":1,"218":1,"221":1,"224":2,"230":1,"232":1,"237":1,"238":2,"240":1,"246":1,"247":2,"252":2,"253":1,"261":1,"267":1,"277":1,"282":1,"290":1,"294":1,"302":1,"312":1,"314":1,"315":1,"316":1,"318":1,"345":5}}],["week",{"2":{"202":3}}],["welcome",{"2":{"162":1,"251":1,"256":1,"273":1,"279":1}}],["well",{"2":{"10":1,"15":1,"21":1,"93":1,"123":1,"145":2,"155":1,"158":1,"163":1,"174":1,"182":2,"193":1,"199":1,"202":1,"209":1,"212":1,"220":1,"222":1,"229":1,"246":2,"264":1,"276":1,"335":1,"339":1,"343":1}}],["websites",{"2":{"300":1}}],["website",{"2":{"92":1,"94":2,"224":1,"300":1,"302":1}}],["web",{"0":{"315":1},"2":{"21":1,"22":1,"30":2,"74":3,"80":1,"93":1,"102":1,"118":1,"166":1,"182":1,"187":1,"221":1,"245":5,"246":4,"247":1,"249":2,"250":1,"252":1,"281":1,"299":1,"302":1,"345":3}}],["were",{"2":{"5":1,"7":1,"21":1,"47":1,"152":1,"168":1,"197":1,"335":1}}],["we",{"2":{"0":1,"3":1,"4":1,"5":1,"6":3,"18":1,"28":1,"38":1,"44":1,"47":4,"48":1,"52":2,"56":1,"62":1,"71":1,"78":1,"87":1,"92":2,"100":1,"101":1,"104":1,"109":1,"116":1,"123":1,"126":1,"129":1,"131":1,"143":3,"145":1,"147":1,"151":2,"152":1,"157":1,"160":1,"168":1,"173":1,"175":1,"177":11,"179":1,"180":1,"185":1,"186":1,"191":1,"206":1,"210":1,"212":3,"216":1,"218":2,"220":1,"221":1,"227":1,"239":1,"247":4,"252":2,"259":1,"263":1,"264":1,"272":5,"273":5,"274":7,"275":8,"276":4,"277":1,"285":1,"292":1,"297":2,"306":1,"307":1,"308":1,"310":1,"312":1,"313":1,"327":1,"331":1,"334":1,"335":5,"336":4,"339":1,"341":2,"342":3,"343":6,"344":1,"345":2}}],["dsls",{"2":{"230":1,"245":1}}],["dsl",{"2":{"134":1,"147":1}}],["dx",{"2":{"74":1,"82":9,"87":1,"88":1,"89":1,"161":5,"162":1,"163":1,"229":3}}],["duper",{"2":{"315":1}}],["duplcation",{"2":{"155":1}}],["duplicate",{"2":{"138":1}}],["duplication",{"2":{"87":1,"328":1}}],["during",{"2":{"45":1,"95":1,"191":1}}],["due",{"2":{"44":1,"143":1,"227":1}}],["d",{"2":{"32":2,"44":1,"51":1,"59":1,"73":1,"100":1,"125":1,"138":1,"145":2,"147":1,"166":1,"171":1,"177":1,"245":1,"262":1,"301":1,"312":1,"326":1,"345":1}}],["drifted",{"2":{"318":1}}],["drift",{"2":{"213":1}}],["drilling",{"2":{"52":1}}],["dream",{"2":{"143":1}}],["drawer",{"2":{"90":1}}],["dry",{"2":{"32":3,"74":1}}],["drop",{"2":{"31":4,"83":3,"133":1}}],["dangerous",{"2":{"243":2}}],["danger",{"2":{"243":2}}],["dash",{"2":{"283":1,"285":1}}],["dashboard",{"2":{"182":1,"209":1,"270":1,"273":2,"274":3,"275":1,"276":1,"277":1,"284":1,"285":1}}],["dashboardpage",{"2":{"96":1,"182":2,"186":2,"251":1,"274":2,"284":1,"285":2}}],["dashes",{"2":{"31":1,"234":1}}],["days",{"2":{"141":1,"202":1}}],["day",{"2":{"80":2,"82":1,"83":2,"85":2,"143":1,"189":3,"202":1,"209":1,"245":1}}],["darkest",{"2":{"51":1}}],["dates",{"0":{"201":1,"202":1},"2":{"202":2,"315":2,"316":1,"320":1}}],["datetimeformat",{"2":{"317":1}}],["datetime=",{"2":{"182":1}}],["datetime",{"2":{"182":1}}],["date",{"2":{"18":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"78":1,"87":1,"104":1,"109":1,"116":1,"131":1,"138":1,"143":1,"147":1,"157":1,"175":1,"180":1,"182":1,"201":3,"202":2,"206":1,"216":1,"221":1,"227":1,"239":1,"251":1,"252":1,"263":1,"292":1,"297":1,"306":1,"313":1,"314":1,"316":1,"319":2,"326":2,"331":1}}],["dataset",{"2":{"64":1}}],["databases",{"2":{"74":1,"82":1,"143":2}}],["database",{"0":{"63":1,"69":1,"132":1,"141":1,"142":1,"189":1,"190":1,"272":1,"324":1},"1":{"64":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1,"133":1,"134":1,"135":1,"136":1,"137":1,"138":1,"139":1,"140":1,"141":1,"142":1,"143":1},"2":{"29":1,"30":1,"31":8,"33":1,"34":1,"41":15,"63":7,"64":3,"67":2,"69":4,"70":3,"80":1,"83":10,"90":2,"95":1,"108":1,"122":1,"132":3,"133":1,"134":2,"135":4,"136":1,"137":3,"139":2,"141":4,"142":5,"143":1,"171":1,"189":2,"190":3,"211":1,"245":1,"246":4,"247":1,"272":2,"296":1,"313":2,"315":3,"318":1,"319":1,"320":1,"324":4}}],["data",{"0":{"63":1,"66":1,"67":1,"124":1,"126":1,"235":1,"252":1,"272":1,"309":1},"1":{"64":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1,"310":1,"311":1,"312":1,"313":1},"2":{"11":1,"21":1,"26":1,"29":1,"31":1,"33":1,"49":1,"63":1,"64":7,"65":2,"66":4,"67":4,"69":7,"70":7,"83":1,"88":2,"90":8,"91":1,"101":1,"105":1,"108":2,"111":1,"118":1,"122":2,"123":2,"124":1,"126":2,"134":2,"135":1,"137":1,"138":2,"141":3,"142":2,"148":3,"149":1,"152":1,"167":1,"168":1,"173":1,"174":1,"182":1,"185":4,"189":1,"190":2,"192":1,"209":1,"211":3,"226":2,"235":1,"238":2,"242":2,"246":2,"260":2,"262":2,"272":7,"288":1,"300":1,"309":3,"310":8,"311":2,"312":1,"313":4,"315":1,"336":1}}],["dbconsole",{"2":{"83":1}}],["db",{"2":{"31":6,"35":2,"41":3,"53":1,"64":5,"66":5,"67":7,"83":2,"87":3,"88":3,"90":6,"91":5,"112":1,"113":1,"134":5,"137":1,"141":3,"168":2,"169":1,"190":4,"246":1,"272":8,"274":3,"310":1,"313":2}}],["dynamically",{"2":{"21":1,"201":1}}],["dynamic",{"2":{"11":2,"198":1,"226":1}}],["doubly",{"2":{"328":1}}],["double",{"2":{"137":1}}],["dog",{"2":{"209":1}}],["dow",{"2":{"202":3}}],["down",{"2":{"82":1,"134":2,"141":1,"209":1,"211":1}}],["downloading",{"2":{"141":1}}],["download",{"2":{"57":1,"58":1,"167":2}}],["downsides",{"2":{"145":1}}],["downside",{"2":{"11":1,"324":1}}],["doc",{"2":{"240":1}}],["doctype",{"2":{"183":2,"218":1,"224":1,"268":1}}],["docs",{"2":{"133":1,"164":2}}],["docker",{"2":{"74":8,"80":1,"81":3,"82":11,"86":1,"159":2,"160":4,"161":6,"228":1,"229":5}}],["dockerfile",{"2":{"73":1,"74":9,"75":1,"80":1,"82":4}}],["documented",{"2":{"239":1}}],["documenting",{"2":{"121":1}}],["documents",{"0":{"119":1},"2":{"119":1,"133":1,"238":1}}],["document",{"2":{"20":1,"22":1,"34":1,"138":1,"145":12,"236":1}}],["documentation",{"0":{"6":1,"117":1},"1":{"118":1,"119":1,"120":1,"121":1},"2":{"1":1,"6":5,"21":1,"22":1,"31":1,"34":1,"43":1,"59":1,"73":1,"83":1,"86":1,"94":1,"100":1,"121":3,"134":2,"212":1,"218":1,"230":1,"244":1,"312":1,"323":1}}],["doing",{"2":{"69":1,"137":1,"139":1,"145":1,"209":4,"261":1,"275":1,"309":1,"310":1,"312":1}}],["dom",{"2":{"145":4,"256":1}}],["domain",{"0":{"105":1,"191":1},"1":{"106":1,"107":1,"108":1,"109":1},"2":{"63":1,"64":1,"67":2,"90":1,"105":1,"107":1,"137":1,"138":1,"190":2,"191":4,"245":1,"246":2,"291":1,"296":1}}],["domcontentloaded",{"2":{"20":1}}],["don",{"0":{"26":1,"173":1,"259":1,"267":1,"277":1},"2":{"22":1,"32":2,"44":2,"47":1,"58":1,"67":2,"74":1,"102":1,"108":1,"118":2,"127":1,"134":1,"139":1,"141":2,"143":1,"145":1,"156":1,"159":1,"170":1,"173":1,"177":1,"211":1,"213":1,"214":1,"217":1,"225":1,"235":2,"238":1,"259":1,"262":1,"275":2,"280":1,"294":1,"301":1,"304":1,"319":1,"326":1}}],["done",{"2":{"20":1,"29":1,"59":1,"75":2,"82":1,"108":1,"137":1,"153":1,"174":1,"177":2,"229":1,"304":1,"318":1}}],["doesn",{"0":{"102":1},"2":{"22":1,"35":1,"77":1,"97":1,"113":1,"115":1,"118":1,"134":1,"145":1,"173":1,"187":1,"191":1,"193":1,"226":1,"236":1,"238":1,"246":1,"289":1,"325":1,"335":1,"337":1}}],["does",{"0":{"345":1},"2":{"13":1,"14":1,"17":1,"21":1,"31":1,"32":1,"42":1,"48":1,"52":1,"58":1,"62":1,"83":1,"86":1,"92":1,"100":1,"105":1,"109":1,"119":1,"131":1,"141":1,"145":1,"147":2,"156":1,"174":1,"185":1,"194":1,"201":1,"211":1,"213":1,"216":2,"218":2,"221":1,"229":1,"230":1,"237":1,"247":2,"250":1,"266":1,"287":1,"292":1,"298":1,"316":1,"319":1,"326":1,"335":1}}],["do",{"0":{"11":1,"69":1,"70":1},"2":{"11":2,"14":1,"20":4,"21":1,"22":1,"26":2,"32":1,"34":1,"41":2,"42":2,"46":2,"47":2,"50":2,"51":3,"52":2,"53":6,"66":4,"67":9,"69":2,"74":2,"83":1,"89":1,"92":1,"93":1,"94":3,"96":1,"100":1,"102":1,"103":1,"108":3,"109":1,"112":1,"113":1,"115":1,"124":1,"125":2,"134":5,"137":5,"138":5,"151":1,"152":2,"161":1,"162":2,"167":1,"169":1,"180":1,"182":4,"183":3,"184":2,"185":2,"187":2,"189":3,"191":1,"198":1,"200":4,"202":1,"211":1,"212":1,"218":3,"224":4,"229":2,"230":1,"235":2,"238":4,"245":1,"251":3,"252":1,"254":1,"256":3,"259":1,"260":1,"265":1,"268":3,"272":6,"273":4,"275":2,"277":3,"278":1,"285":2,"286":1,"291":1,"292":1,"294":1,"297":2,"305":4,"311":1,"315":1,"319":1,"320":1,"326":3,"329":1,"330":2,"334":1,"335":1,"337":5,"342":1,"343":1,"344":2}}],["dc",{"2":{"7":1}}],["dinner",{"2":{"189":3}}],["dictates",{"2":{"167":1,"186":1}}],["dig",{"2":{"231":1}}],["digging",{"2":{"123":1,"186":1}}],["digest",{"2":{"6":1}}],["didn",{"2":{"102":1,"137":1}}],["did",{"2":{"102":1,"267":1,"277":1,"301":1}}],["dir|",{"2":{"42":2}}],["dir",{"2":{"42":5,"43":1}}],["direction",{"2":{"343":1}}],["directives",{"2":{"58":1}}],["directive",{"2":{"58":1,"59":1}}],["directories",{"2":{"91":1,"191":1,"196":1}}],["directory",{"0":{"88":1},"1":{"89":1,"90":1,"91":1},"2":{"59":1,"89":1,"90":4,"91":1,"106":2}}],["direct",{"2":{"40":1,"73":1,"221":1,"222":1,"285":1,"345":1}}],["directly",{"2":{"11":1,"15":1,"17":1,"159":1,"161":1,"173":1,"174":1,"200":1,"202":1,"232":1,"237":1,"252":1,"258":1,"286":1}}],["dirname",{"2":{"35":1,"87":1}}],["disable",{"2":{"302":1,"305":2}}],["disabled",{"2":{"22":1,"44":1}}],["disallow",{"2":{"302":1}}],["dissonance",{"2":{"180":1}}],["dispatchevent",{"2":{"145":2}}],["displayed",{"2":{"202":1}}],["displaying",{"0":{"202":1}}],["display",{"2":{"13":1,"152":2,"273":2,"343":1}}],["discourage",{"2":{"190":1}}],["discouraged",{"2":{"108":1,"113":1,"114":1,"141":1,"227":1,"232":1,"252":1}}],["discretion",{"2":{"179":1}}],["discarded",{"2":{"126":1}}],["discuss",{"2":{"126":1,"151":1,"152":1,"210":1,"285":1}}],["discussed",{"2":{"44":1,"112":1,"124":1,"138":1,"251":1}}],["disk",{"2":{"82":1}}],["diagram",{"2":{"82":1,"83":1}}],["diagnosing",{"2":{"12":1}}],["dialog",{"2":{"21":3,"187":3}}],["dive",{"2":{"164":1}}],["div",{"2":{"14":1,"52":1,"113":1,"152":1,"162":1,"184":1,"200":1,"251":2,"262":1,"273":1,"337":2}}],["difficult",{"2":{"100":1,"109":1,"146":1,"220":1,"302":1}}],["differs",{"2":{"134":1}}],["differ",{"2":{"69":1}}],["different",{"2":{"64":1,"69":1,"80":2,"92":1,"141":1,"145":2,"180":1,"210":1,"218":1,"223":1,"233":1,"245":1,"345":1}}],["differentiate",{"2":{"58":1}}],["difference",{"2":{"53":1,"54":1}}],["differences",{"2":{"10":1,"77":1}}],["diffusion",{"2":{"1":1}}],["debate",{"2":{"247":1}}],["debug=",{"2":{"279":1}}],["debug",{"2":{"31":4,"74":2,"100":1,"210":1,"279":9}}],["debugging",{"2":{"18":1,"22":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"74":2,"77":1,"78":1,"87":1,"104":1,"109":1,"116":1,"131":1,"138":1,"143":1,"147":1,"157":1,"175":1,"180":1,"206":1,"216":1,"221":1,"227":1,"239":1,"261":1,"263":1,"292":1,"297":1,"306":1,"313":1,"331":1}}],["derive",{"2":{"160":1}}],["derived",{"2":{"32":1,"41":1}}],["degrade",{"2":{"173":1}}],["degrades",{"2":{"152":1}}],["degenerate",{"2":{"86":1}}],["deeply",{"2":{"135":1,"284":1}}],["deeper",{"2":{"18":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"78":1,"87":1,"104":1,"109":1,"116":1,"131":1,"143":1,"147":1,"157":1,"175":1,"180":1,"206":1,"216":1,"221":1,"227":1,"239":1,"263":1,"292":1,"297":1,"306":1,"313":1,"331":1}}],["demo",{"2":{"160":5}}],["demonstrates",{"2":{"241":1}}],["demonstrate",{"2":{"126":1,"269":1}}],["demand",{"2":{"116":2}}],["deactivated",{"2":{"66":1,"67":1,"134":3,"137":1,"138":1,"189":1,"272":2,"274":1,"310":1}}],["deals",{"2":{"210":1,"246":2}}],["dealing",{"2":{"112":1}}],["dealt",{"2":{"75":1}}],["deal",{"2":{"11":1,"126":1,"155":1,"315":1}}],["deploying",{"2":{"73":1,"74":2}}],["deploy",{"2":{"73":1,"74":25,"75":1,"88":1}}],["deployed",{"2":{"72":1}}],["deployments",{"2":{"75":1,"76":1}}],["deployment",{"0":{"72":1,"74":1,"75":1},"1":{"73":1,"74":1,"75":1,"76":1,"77":1,"78":1},"2":{"58":1,"73":1,"74":4,"76":1}}],["dependent",{"2":{"294":1}}],["dependency",{"2":{"47":1,"218":1}}],["dependencies",{"2":{"41":1,"52":1,"58":1,"218":1,"220":1,"231":1,"330":1}}],["dependeices",{"2":{"48":1}}],["depend",{"2":{"46":1}}],["depends",{"2":{"41":1,"210":2,"213":1,"234":1,"315":1}}],["depending",{"2":{"36":1,"182":1,"316":1}}],["delivered",{"2":{"182":1}}],["delivery",{"2":{"11":1}}],["delegate",{"2":{"255":1}}],["delegates",{"2":{"131":1}}],["deleted",{"2":{"113":2,"169":2}}],["delete",{"2":{"51":3,"113":2,"141":1,"169":3,"173":2,"247":1,"284":1}}],["deletewidgetwithidhandler",{"2":{"284":1}}],["deletewidgetbyidhandler",{"2":{"113":1,"169":1}}],["deletewidget",{"2":{"51":1}}],["decided",{"2":{"216":1,"285":1}}],["decide",{"2":{"174":1}}],["decision",{"2":{"26":1}}],["decent",{"2":{"121":1}}],["declaring",{"0":{"124":1},"2":{"32":1,"41":1,"111":2,"231":1,"252":1,"287":1}}],["declared",{"2":{"125":1,"126":1,"230":1}}],["declares",{"2":{"41":1,"124":1,"185":1}}],["declare",{"2":{"1":1,"32":2,"112":3,"113":1,"124":1,"173":1,"185":2,"234":1,"235":1,"275":1,"282":5}}],["declaration",{"0":{"0":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1},"2":{"124":1}}],["detailed",{"2":{"236":2}}],["detail",{"2":{"209":1,"227":1,"252":2}}],["details",{"2":{"21":1,"63":1,"66":1,"74":1,"112":1,"119":1,"133":1,"138":1,"161":1,"210":1,"218":1,"224":1,"229":1,"243":4,"252":1}}],["determines",{"2":{"317":1}}],["determined",{"2":{"284":1}}],["determine",{"2":{"282":1,"284":1,"291":1,"311":1,"316":1,"317":1}}],["determins",{"2":{"134":1}}],["determining",{"2":{"40":1,"100":1,"315":1}}],["detected",{"2":{"211":1}}],["detect",{"2":{"96":1,"177":1,"318":1,"336":1}}],["detection",{"2":{"21":1,"23":1,"177":1,"307":1,"317":2}}],["desktop",{"2":{"194":1,"207":1,"210":4}}],["despite",{"2":{"118":1}}],["desiged",{"2":{"230":1}}],["designed",{"2":{"39":1,"53":1,"180":1,"189":1,"223":1,"238":1,"281":1}}],["designer",{"2":{"7":1}}],["design",{"2":{"26":1,"60":1,"70":2,"102":1,"155":1,"231":1,"236":1,"238":2,"245":1,"268":1,"269":1,"305":1,"343":1}}],["desire",{"2":{"42":1,"62":1,"221":1}}],["describes",{"2":{"185":1,"246":1}}],["describe",{"2":{"67":4,"94":2,"96":1,"111":1,"112":1,"145":3,"326":4,"330":1}}],["described",{"2":{"18":1,"124":1,"256":3}}],["descriptions",{"2":{"83":1}}],["description",{"2":{"32":6,"53":1,"124":2,"125":3,"126":2,"133":1,"142":1,"145":1,"151":2,"152":2,"168":2,"229":1,"232":1,"233":1,"252":1,"326":1}}],["defered",{"2":{"47":1}}],["defer",{"2":{"37":1,"174":1,"183":2,"218":1,"224":1,"268":1}}],["defers",{"2":{"36":1,"201":1}}],["deferring",{"2":{"31":1}}],["def",{"2":{"32":2,"45":1,"51":2,"52":3,"53":3,"112":8,"113":5,"125":3,"126":2,"137":1,"151":2,"162":1,"168":2,"169":2,"177":5,"182":4,"183":2,"184":3,"186":2,"212":1,"224":2,"231":1,"235":2,"251":1,"268":2,"272":1,"273":3,"274":6,"275":1,"276":1,"279":6,"280":3,"294":2,"310":1,"335":1,"336":2,"337":2,"341":1,"342":1,"343":1}}],["definition",{"2":{"131":2,"229":1,"252":1,"277":1}}],["definitions",{"2":{"69":1,"131":2}}],["defining",{"2":{"20":1}}],["defined",{"2":{"80":1,"190":1,"307":1,"323":1}}],["define",{"2":{"20":1,"22":1,"23":1,"51":1,"66":1,"131":1,"272":1}}],["defines",{"2":{"1":1,"22":1,"44":1}}],["defaultlayout",{"2":{"183":1,"224":2,"251":1,"317":1}}],["defaults",{"0":{"103":1},"2":{"44":1,"103":1,"124":1,"196":3,"201":1,"252":1,"315":1}}],["default",{"0":{"211":1},"2":{"16":1,"20":1,"22":1,"31":4,"34":1,"44":3,"60":1,"63":1,"74":4,"75":1,"83":1,"96":3,"113":3,"124":1,"133":1,"134":2,"138":3,"145":3,"152":2,"173":1,"189":4,"196":1,"199":2,"202":2,"203":1,"213":1,"215":1,"218":3,"224":3,"234":3,"236":4,"238":7,"242":2,"251":2,"252":2,"302":2,"317":1,"320":1,"330":1,"341":1}}],["develompent",{"2":{"141":1}}],["development",{"0":{"309":1},"1":{"310":1,"311":1,"312":1,"313":1},"2":{"10":3,"31":2,"80":2,"89":2,"90":1,"134":1,"141":1,"191":1,"194":1,"207":1,"210":2,"211":1,"228":1,"240":1,"302":1,"309":1,"310":1,"311":1,"312":1}}],["developer",{"2":{"75":1,"80":1,"109":1,"137":1,"143":1}}],["developers",{"2":{"2":1,"135":1,"209":1,"264":1}}],["developed",{"2":{"4":1,"158":1}}],["devs",{"2":{"86":1}}],["devcenter",{"2":{"74":1}}],["devcontainer>",{"2":{"74":3}}],["devdependencies",{"2":{"58":1,"218":1}}],["devices",{"2":{"26":1}}],["dev",{"0":{"79":1,"141":1,"161":1},"1":{"80":1,"81":1,"82":1,"83":1,"84":1,"85":1,"86":1,"87":1},"2":{"12":1,"29":1,"46":2,"74":1,"77":1,"79":1,"80":1,"81":2,"83":5,"158":1,"161":2,"162":1,"193":1,"210":1,"250":1,"313":2}}],["old",{"2":{"254":1}}],["og",{"2":{"224":1}}],["omit",{"2":{"202":3,"210":1}}],["omitting",{"2":{"34":1,"252":1,"326":1}}],["omitted",{"2":{"31":3,"74":1,"203":2,"238":1,"252":1}}],["otlp",{"2":{"210":4}}],["otel",{"2":{"77":3,"194":1,"207":1,"210":14,"216":2}}],["otherdesignlayout",{"2":{"268":1}}],["others",{"2":{"74":1,"80":2,"329":1}}],["otherwise",{"2":{"40":1,"66":1,"138":1,"168":1,"177":1,"238":1,"317":1}}],["other",{"0":{"17":1,"70":1,"75":1,"169":1},"2":{"13":1,"17":1,"33":2,"34":1,"64":1,"74":1,"75":1,"81":1,"83":1,"89":1,"100":1,"101":2,"112":1,"124":1,"125":1,"126":1,"127":2,"137":1,"139":1,"143":1,"145":1,"151":1,"166":1,"167":2,"178":1,"179":2,"184":1,"189":1,"196":1,"224":1,"229":1,"238":1,"252":1,"268":3,"284":2,"285":1,"296":1,"300":1,"308":1,"310":1,"326":2,"345":1}}],["odd",{"2":{"52":1}}],["oapp",{"2":{"51":1}}],["occurs",{"2":{"145":1}}],["occasionally",{"2":{"253":1}}],["occasion",{"2":{"44":1}}],["ocurred",{"2":{"33":1}}],["obviously",{"2":{"196":1}}],["obvious",{"2":{"134":1,"156":1,"238":1,"261":1,"335":1}}],["objects",{"2":{"108":1,"111":1,"114":1,"192":1,"230":1,"231":1,"246":1,"254":1,"312":1}}],["object",{"2":{"32":1,"41":1,"45":1,"47":1,"64":1,"112":1,"116":1,"118":1,"125":1,"127":1,"145":1,"174":1,"185":1,"238":1,"252":2,"292":1,"319":2,"320":1}}],["observability",{"0":{"194":1,"207":1,"213":1},"1":{"208":1,"209":1,"210":1,"211":1,"212":1,"213":1,"214":1,"215":1,"216":1},"2":{"21":1,"23":1,"161":1,"194":1,"207":1,"212":1,"224":2}}],["observed",{"2":{"8":1}}],["overlap",{"2":{"69":1}}],["overly",{"2":{"67":1}}],["overflow",{"2":{"48":1}}],["overriding",{"2":{"44":1,"264":1,"278":1,"343":1}}],["overridable",{"0":{"44":1}}],["overridden",{"2":{"39":1,"44":2}}],["override",{"2":{"32":1,"40":1,"44":12,"47":2,"74":1,"96":1,"137":1,"227":1,"258":1,"265":1,"268":1,"279":2,"302":1}}],["over",{"2":{"22":1,"31":1,"42":1,"43":1,"141":1,"209":1,"216":1,"220":1,"245":1,"267":1,"330":1,"335":1,"345":1}}],["overview",{"0":{"20":1,"30":1,"40":1,"50":1,"64":1,"73":1,"80":1,"81":1,"93":1,"106":1,"111":1,"123":1,"133":1,"145":1,"149":1,"166":1,"177":1,"196":1,"208":1,"218":1,"224":1,"229":1,"231":1,"245":1,"250":1,"282":1,"294":1,"299":1,"310":1,"323":1},"1":{"21":1,"22":1,"23":1,"31":1,"32":1,"33":1,"34":1,"35":1,"41":1,"42":1,"43":1,"44":1,"45":1,"51":1,"52":1,"53":1,"74":1,"75":1,"81":1,"82":1,"83":1,"84":1,"94":1,"95":1,"96":1,"97":1,"112":1,"113":1,"124":1,"125":1,"126":1,"134":1,"135":1,"136":1,"137":1,"138":1,"150":1,"151":1,"152":1,"167":1,"168":1,"169":1,"170":1,"197":1,"198":1,"199":1,"200":1,"201":1,"202":1,"203":1,"209":1,"210":1,"211":1,"212":1,"213":1,"232":1,"233":1,"234":1,"235":1,"236":1,"246":1,"247":1,"248":1,"251":1,"252":1,"253":1,"283":1,"284":1,"285":1,"300":1,"301":1,"302":1,"303":1,"324":1,"325":1,"326":1},"2":{"21":1,"52":1,"119":1,"164":1}}],["owns",{"2":{"177":1}}],["own",{"0":{"22":1,"45":1,"212":1,"338":1},"1":{"339":1,"340":1,"341":1,"342":1,"343":1,"344":1},"2":{"22":1,"30":1,"44":2,"64":1,"74":2,"76":1,"86":1,"113":3,"132":1,"155":1,"193":1,"202":1,"235":1,"260":1,"302":1,"329":1,"338":1}}],["owned",{"2":{"21":1,"177":13,"211":1,"212":4,"276":4,"307":1}}],["opaque",{"2":{"304":1}}],["opposite",{"2":{"277":1,"302":1}}],["opposed",{"2":{"145":1}}],["op",{"2":{"200":1}}],["opinion",{"2":{"155":1}}],["opinions",{"2":{"119":1}}],["opinionated",{"2":{"63":1}}],["opt",{"2":{"44":2,"138":2}}],["opts",{"2":{"32":9}}],["optionally",{"2":{"125":1}}],["optional",{"2":{"31":1,"51":1,"74":1,"124":1,"212":1,"234":1,"238":3,"250":1,"326":1,"339":1}}],["options",{"0":{"34":1},"2":{"31":16,"32":3,"33":6,"34":1,"36":6,"40":1,"41":1,"42":1,"73":1,"74":5,"224":1}}],["optionparser",{"2":{"29":1,"31":1,"32":3,"193":2}}],["option",{"2":{"21":1,"31":2,"41":1,"125":1}}],["operates",{"2":{"170":1}}],["operating",{"2":{"80":1,"81":1}}],["operational",{"2":{"47":1}}],["operations",{"2":{"29":1,"96":1}}],["opened",{"2":{"324":1}}],["opentelemetry",{"2":{"136":1,"161":1,"194":3,"207":1,"209":1,"210":2,"212":1,"224":1}}],["open3",{"2":{"36":1}}],["open",{"2":{"4":1,"162":1,"207":1,"216":1,"222":1}}],["outline",{"0":{"342":1}}],["outlines",{"2":{"323":1}}],["outstanding",{"2":{"31":1,"32":2,"83":1}}],["outside",{"0":{"315":1},"2":{"29":1,"47":1,"53":2,"137":1,"221":1,"238":1,"324":1}}],["outputs",{"2":{"75":1}}],["output",{"2":{"31":2,"36":2,"74":1,"242":1,"243":1}}],["out",{"2":{"11":1,"22":1,"33":2,"36":2,"44":1,"53":1,"59":2,"76":1,"103":2,"116":1,"121":1,"125":1,"138":1,"164":2,"177":1,"230":1,"238":2,"244":1,"274":1,"276":1,"277":2,"299":1,"342":1}}],["our",{"2":{"4":1,"32":1,"47":1,"51":1,"52":1,"66":1,"67":1,"94":1,"124":1,"137":1,"138":1,"155":1,"177":2,"182":1,"212":1,"215":1,"294":1,"297":1,"337":1,"342":1,"343":2}}],["ok",{"0":{"156":1},"2":{"11":1,"108":1,"141":1,"252":1,"307":1}}],["onclick=",{"2":{"302":1}}],["once",{"2":{"33":1,"103":1,"155":1,"250":1,"321":1}}],["onstratin",{"2":{"150":1}}],["only",{"2":{"21":1,"31":1,"32":3,"34":1,"41":1,"44":2,"47":1,"50":1,"54":1,"62":1,"63":2,"69":1,"86":1,"97":1,"109":1,"113":2,"126":1,"132":2,"134":3,"135":1,"137":3,"138":1,"142":1,"143":1,"149":1,"167":1,"173":2,"186":1,"189":1,"203":1,"215":1,"221":1,"232":2,"233":1,"235":1,"239":1,"258":1,"275":1,"283":1,"308":1,"310":1,"317":1,"338":1}}],["onto",{"2":{"21":1}}],["ones",{"2":{"12":1,"234":1}}],["one",{"2":{"12":1,"20":1,"21":1,"22":1,"29":1,"31":1,"32":1,"51":1,"63":1,"69":1,"74":1,"82":3,"113":3,"125":1,"133":1,"137":1,"138":1,"152":2,"156":1,"179":1,"186":1,"187":1,"190":2,"200":1,"201":1,"212":1,"217":1,"230":1,"245":1,"255":1,"256":3,"273":1,"282":1,"284":2,"302":1,"310":1,"312":1,"313":1,"317":1,"332":1}}],["on",{"0":{"69":1,"70":1,"121":1,"328":1},"2":{"8":1,"11":1,"12":1,"18":1,"22":1,"26":1,"30":1,"31":6,"32":12,"33":4,"34":1,"36":2,"41":1,"44":2,"45":1,"46":1,"47":1,"59":1,"62":1,"66":1,"67":1,"69":1,"70":3,"74":5,"75":2,"76":1,"80":2,"81":3,"82":2,"83":1,"86":4,"94":1,"96":1,"99":1,"101":1,"102":1,"103":1,"106":1,"108":1,"111":1,"112":1,"116":3,"118":1,"119":1,"127":1,"130":1,"133":1,"137":2,"138":5,"141":2,"142":2,"143":3,"145":2,"147":1,"150":3,"152":1,"153":1,"155":1,"161":2,"162":1,"170":1,"171":1,"174":1,"180":2,"182":1,"185":1,"192":1,"199":2,"209":1,"210":3,"211":1,"213":1,"215":1,"218":1,"221":1,"224":1,"228":1,"229":1,"230":1,"232":1,"234":2,"235":2,"238":2,"245":2,"246":2,"247":1,"254":1,"255":1,"259":1,"262":1,"273":2,"277":1,"281":1,"284":1,"285":1,"291":1,"292":1,"294":1,"296":1,"297":1,"300":1,"301":1,"302":1,"316":1,"320":1,"327":1,"336":1,"343":2,"345":1}}],["order",{"2":{"177":1,"229":1,"262":1,"294":1,"312":1,"333":1}}],["ordering",{"2":{"134":1}}],["or",{"0":{"105":1,"173":1,"262":1,"280":1},"1":{"106":1,"107":1,"108":1,"109":1},"2":{"4":1,"6":1,"10":2,"11":1,"20":1,"21":1,"25":2,"29":3,"30":1,"31":3,"32":1,"34":1,"37":1,"40":2,"41":1,"43":4,"44":1,"46":1,"47":1,"49":1,"51":2,"52":3,"53":1,"55":1,"58":4,"59":1,"60":2,"63":1,"64":1,"67":2,"69":2,"70":1,"73":2,"74":3,"75":1,"77":2,"80":2,"82":1,"83":3,"86":2,"87":1,"90":1,"96":1,"97":1,"101":1,"102":2,"103":1,"106":1,"108":2,"112":2,"113":1,"114":3,"115":1,"118":4,"120":3,"123":1,"124":1,"127":1,"129":1,"134":1,"135":1,"137":2,"138":3,"139":1,"141":1,"147":1,"150":2,"152":3,"155":3,"159":1,"164":1,"166":1,"167":5,"171":1,"173":2,"174":2,"176":2,"177":6,"178":1,"179":2,"189":2,"191":3,"194":1,"196":1,"197":1,"199":2,"200":3,"202":3,"209":1,"210":1,"211":3,"215":1,"218":3,"221":1,"226":1,"229":2,"230":3,"231":2,"232":1,"235":1,"236":2,"237":1,"238":2,"246":9,"250":2,"252":6,"255":1,"256":3,"258":1,"262":2,"264":2,"267":1,"270":1,"272":1,"275":1,"277":3,"281":1,"283":1,"284":3,"285":1,"286":1,"288":1,"290":2,"294":2,"302":3,"304":2,"305":1,"312":1,"314":1,"315":2,"316":2,"318":1,"320":4,"323":1,"326":2,"342":1,"345":2}}],["organization",{"2":{"64":1,"66":1,"67":8,"106":2,"138":4,"182":1,"238":2,"310":5,"312":1}}],["organizations",{"2":{"64":2,"67":1,"138":1}}],["organizes",{"2":{"246":1}}],["organized",{"2":{"91":3,"119":1,"310":1}}],["organize",{"2":{"57":1,"106":2,"310":1}}],["org",{"2":{"1":1,"182":1}}],["offset",{"2":{"156":1}}],["off",{"2":{"58":1,"99":1,"289":1}}],["often",{"2":{"11":1,"53":1,"82":1,"103":1,"137":1,"143":1,"156":1,"198":1,"210":1,"230":1,"247":1,"262":1}}],["of",{"0":{"1":1,"41":1,"42":1,"97":1,"102":1,"119":1,"120":1,"130":1,"164":1,"181":1,"314":1,"315":1},"1":{"182":1,"183":1,"184":1,"185":1,"186":1,"187":1,"188":1,"189":1,"190":1,"191":1,"192":1,"193":1,"194":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1},"2":{"0":1,"1":3,"2":2,"3":1,"4":3,"5":2,"6":3,"7":1,"8":2,"11":5,"12":7,"13":1,"14":2,"18":1,"20":1,"21":4,"22":4,"26":4,"29":1,"30":2,"31":7,"32":3,"33":1,"36":3,"37":1,"39":3,"40":4,"42":2,"44":1,"47":2,"48":1,"49":1,"50":1,"51":7,"52":2,"53":2,"56":1,"58":5,"63":4,"64":3,"65":1,"66":1,"67":1,"69":4,"70":2,"74":2,"75":2,"76":2,"77":1,"80":4,"81":1,"82":2,"83":5,"85":1,"86":2,"89":1,"90":2,"91":1,"92":1,"94":1,"95":1,"96":4,"97":3,"99":4,"100":2,"101":1,"108":1,"109":1,"110":1,"111":1,"113":1,"114":1,"115":1,"116":3,"119":1,"121":1,"123":3,"124":1,"125":3,"127":1,"131":3,"132":1,"133":1,"134":4,"135":1,"136":1,"137":3,"138":6,"141":2,"142":3,"143":1,"144":1,"145":5,"147":3,"152":5,"155":1,"156":1,"161":2,"167":5,"168":1,"170":1,"173":1,"174":1,"177":3,"178":1,"182":1,"183":1,"184":2,"185":3,"186":2,"187":2,"189":6,"190":3,"192":1,"196":2,"199":1,"200":2,"201":1,"202":1,"203":2,"207":1,"209":2,"210":1,"211":3,"212":3,"213":2,"214":1,"216":1,"217":2,"218":3,"219":1,"220":1,"221":3,"224":1,"227":2,"229":1,"230":3,"231":1,"232":2,"233":1,"234":1,"235":2,"237":1,"238":5,"240":1,"241":1,"244":1,"245":2,"246":6,"247":2,"248":1,"249":2,"251":1,"252":3,"253":2,"255":2,"256":2,"258":1,"260":3,"262":1,"266":1,"267":1,"269":1,"274":1,"275":1,"277":2,"279":1,"281":1,"282":2,"283":3,"284":4,"285":1,"286":1,"288":1,"290":1,"291":1,"292":2,"294":1,"295":2,"296":1,"297":2,"299":2,"300":2,"304":1,"309":1,"312":1,"314":1,"317":2,"318":1,"319":3,"320":2,"322":1,"323":1,"324":5,"325":1,"326":1,"327":1,"328":1,"329":1,"330":1,"332":2,"333":1,"335":1,"336":1,"337":4,"345":3}}],["cgi",{"2":{"234":2}}],["cwd",{"2":{"229":1}}],["c",{"2":{"150":1}}],["circumstances",{"2":{"292":1}}],["circular",{"2":{"48":1}}],["citext",{"2":{"143":1}}],["ci",{"2":{"83":2,"163":2,"303":2}}],["csv",{"2":{"310":1}}],["csrf",{"0":{"301":1,"307":1},"2":{"125":1,"232":2,"252":2,"299":1,"301":6,"305":1,"307":2}}],["cspnoinlinestylesorscripts",{"2":{"44":1,"302":1}}],["csp",{"2":{"44":2,"211":1,"302":5}}],["css",{"0":{"10":1,"57":1,"58":1,"59":1,"60":1,"100":1,"155":1,"188":1,"261":1},"1":{"11":1,"12":1,"58":1,"59":1,"60":1,"61":1,"62":1},"2":{"2":2,"9":2,"10":6,"11":13,"12":3,"13":8,"18":6,"51":1,"57":3,"58":28,"59":11,"60":7,"62":1,"88":2,"90":2,"100":1,"101":3,"118":2,"120":4,"152":3,"155":5,"183":8,"188":1,"224":4,"229":1,"245":2,"246":2,"256":2,"261":1,"268":4,"273":5,"302":1,"342":1,"343":12,"345":1}}],["cc",{"2":{"44":1}}],["credentials",{"2":{"301":1}}],["creation",{"2":{"137":1,"138":1}}],["creating",{"0":{"22":1,"134":1,"251":1,"285":1,"335":1,"338":1},"1":{"339":1,"340":1,"341":1,"342":1,"343":1,"344":1},"2":{"8":1,"34":1,"52":1,"74":1,"109":1,"129":1,"131":2,"137":3,"138":1,"150":1,"198":1,"219":1,"224":1,"253":1,"301":1,"337":1,"338":1}}],["creative",{"2":{"1":1,"3":1,"4":1}}],["creators",{"2":{"119":1}}],["creator",{"2":{"5":1}}],["creates",{"2":{"125":5,"134":1,"137":1,"138":1,"145":2,"213":1,"224":1,"230":1,"238":1,"261":1,"338":1}}],["create",{"0":{"12":1,"129":1,"273":1,"341":1},"2":{"1":2,"11":1,"21":1,"22":2,"30":1,"31":5,"35":1,"50":2,"51":1,"53":1,"58":1,"64":1,"66":4,"67":5,"73":1,"74":6,"82":2,"83":11,"91":3,"112":1,"113":1,"124":1,"129":1,"133":1,"134":3,"137":1,"138":3,"145":2,"155":1,"158":1,"160":2,"161":1,"166":1,"167":1,"168":1,"171":1,"185":1,"189":1,"190":1,"191":3,"200":1,"202":1,"212":2,"230":1,"237":2,"238":1,"245":1,"250":3,"252":2,"253":1,"258":1,"265":1,"268":1,"272":7,"273":1,"279":1,"280":1,"284":1,"285":3,"292":2,"294":2,"296":1,"302":1,"310":7,"319":1,"323":1,"326":2,"329":4,"330":1,"333":1,"334":1,"335":3,"336":1,"337":2,"341":1,"343":1,"344":1}}],["createdat",{"2":{"136":1}}],["created",{"0":{"325":1},"2":{"1":1,"5":2,"21":1,"36":1,"42":2,"48":1,"52":2,"53":1,"66":1,"74":1,"75":1,"91":1,"106":1,"116":3,"134":5,"136":2,"137":2,"138":3,"155":1,"185":1,"201":1,"210":1,"213":1,"229":1,"235":2,"252":1,"276":1,"303":1,"310":1,"321":1,"330":2,"335":1}}],["critical",{"2":{"214":1,"330":1}}],["cross",{"2":{"170":1,"179":1,"299":1,"301":1}}],["crud",{"2":{"26":1}}],["certain",{"2":{"97":1,"130":1,"256":1,"292":1}}],["certainly",{"2":{"6":1,"8":1,"112":1,"187":1,"238":1,"319":1}}],["centralizing",{"2":{"223":1}}],["centralize",{"2":{"22":1}}],["center",{"2":{"162":2}}],["centered",{"2":{"51":1}}],["cv>",{"2":{"152":4}}],["cv",{"2":{"21":3,"150":2,"152":26,"153":5,"203":3,"224":4,"273":3,"342":2,"343":2}}],["churn",{"2":{"345":1}}],["chris",{"2":{"272":1,"310":1}}],["chromium",{"2":{"93":1}}],["chaos",{"2":{"245":1}}],["charset=",{"2":{"183":1}}],["charset",{"2":{"183":1,"224":1}}],["characters",{"2":{"124":1,"150":1}}],["chance",{"2":{"70":1,"142":1,"211":1}}],["changing",{"2":{"12":2,"102":1,"294":1,"302":1}}],["changed",{"2":{"133":1,"137":1,"138":1,"152":1,"180":1,"285":1,"318":1}}],["changes",{"0":{"136":1,"138":1},"1":{"137":1},"2":{"18":1,"22":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"78":1,"87":1,"95":1,"100":1,"101":1,"104":1,"109":1,"116":1,"131":1,"133":1,"136":2,"141":1,"143":1,"147":1,"157":1,"162":1,"175":1,"180":1,"206":1,"216":1,"221":1,"227":1,"239":1,"263":1,"292":1,"297":1,"306":1,"313":1,"324":1,"325":1,"331":1}}],["change",{"2":{"11":4,"22":2,"32":2,"44":1,"101":1,"116":1,"133":1,"134":3,"137":1,"138":1,"141":3,"143":1,"147":1,"162":2,"180":1,"285":2,"297":1,"307":1}}],["choose",{"2":{"238":1,"262":1,"289":1}}],["choice",{"0":{"70":1}}],["chokidar",{"2":{"58":1,"218":1}}],["chosen",{"2":{"21":1,"152":1,"209":1}}],["child",{"2":{"33":1,"36":1}}],["checking",{"2":{"197":1,"238":1,"277":1}}],["checkbox",{"2":{"124":2}}],["checks",{"2":{"74":5,"77":1,"83":1,"126":1,"152":1,"163":1,"177":1,"179":1}}],["checked",{"2":{"70":1,"74":1}}],["checkconstraintviolation",{"2":{"67":1}}],["check",{"2":{"31":1,"47":1,"48":1,"53":1,"67":1,"83":1,"123":1,"126":1,"164":2,"168":1,"171":4,"177":3,"204":1,"212":3,"244":1,"252":1,"256":4,"259":1,"261":1,"286":1,"303":1,"318":1,"326":5,"329":1}}],["checkout",{"2":{"31":1,"326":1}}],["cutting",{"2":{"170":1,"179":1}}],["customization",{"2":{"224":1}}],["customize",{"2":{"224":1}}],["customized",{"2":{"121":1,"216":1}}],["custom",{"0":{"21":1,"22":1,"144":1,"235":1,"243":1,"278":1,"329":1},"1":{"145":1,"146":1,"147":1,"279":1},"2":{"13":1,"19":1,"20":2,"22":2,"26":2,"27":1,"47":1,"60":1,"83":2,"90":1,"91":1,"101":3,"118":1,"144":2,"145":6,"146":1,"152":1,"155":2,"187":2,"192":1,"213":2,"217":1,"219":1,"220":1,"224":1,"262":1,"304":1,"317":3,"329":1}}],["curated",{"2":{"141":1}}],["cursor",{"2":{"1":1,"4":1}}],["currently",{"2":{"17":1,"35":1,"52":1,"56":1,"62":1,"63":2,"86":1,"105":1,"112":1,"116":1,"132":2,"151":1,"189":1,"221":1,"222":2,"235":2,"238":1,"239":1,"250":1,"294":1,"297":1,"300":1,"301":1,"307":1}}],["current",{"0":{"275":1},"2":{"0":1,"111":1,"112":8,"116":1,"125":1,"142":1,"147":1,"202":1,"212":3,"232":3,"233":2,"252":5,"274":5,"275":3,"276":2,"277":2,"315":1,"316":2,"319":3}}],["clauses",{"2":{"211":1}}],["classmethods",{"2":{"326":1}}],["classnames",{"2":{"284":1}}],["classhtml",{"2":{"125":1}}],["class=",{"2":{"51":2,"251":1,"262":1}}],["class",{"0":{"278":1,"284":1},"1":{"279":1},"2":{"22":1,"32":10,"35":1,"36":1,"37":1,"40":1,"43":1,"44":9,"45":2,"47":1,"49":1,"50":1,"51":3,"52":1,"53":4,"64":4,"66":2,"73":1,"74":1,"90":1,"107":1,"108":1,"113":2,"115":1,"124":3,"125":5,"126":3,"127":1,"131":2,"137":2,"145":1,"150":3,"162":3,"167":2,"169":1,"170":1,"177":7,"178":1,"182":2,"184":2,"185":5,"186":1,"190":3,"191":1,"210":1,"211":1,"212":1,"213":1,"218":5,"224":1,"227":1,"230":2,"238":1,"250":3,"251":1,"252":3,"256":3,"258":1,"259":1,"264":1,"265":1,"268":3,"272":2,"273":3,"274":3,"275":2,"276":1,"277":1,"279":2,"280":1,"282":2,"284":11,"285":4,"289":1,"290":1,"291":1,"292":3,"294":5,"295":1,"297":1,"302":2,"310":3,"313":1,"316":1,"323":2,"326":3,"336":1,"337":1,"341":1,"342":2,"343":8}}],["classes",{"0":{"262":1},"2":{"12":1,"21":1,"32":1,"36":2,"37":1,"42":1,"60":2,"83":3,"87":1,"90":10,"91":2,"96":1,"101":2,"106":2,"114":1,"118":1,"125":3,"127":1,"131":2,"178":1,"180":1,"183":1,"190":1,"192":1,"193":1,"230":3,"231":1,"235":1,"237":2,"239":1,"250":1,"284":2,"294":1,"296":1,"310":1,"312":1,"322":2,"326":1,"343":3}}],["clearly",{"2":{"64":1,"177":1}}],["clear",{"2":{"44":1,"69":1,"101":1,"212":1,"231":1,"312":1,"326":1}}],["clis",{"2":{"87":1,"89":1,"90":1,"193":2}}],["cli",{"0":{"29":1,"31":1,"32":1},"1":{"30":1,"31":1,"32":1,"33":1,"34":1,"35":1,"36":1,"37":1,"38":1},"2":{"29":1,"30":1,"31":9,"32":11,"33":2,"34":1,"35":3,"36":3,"37":1,"48":1,"58":1,"74":2,"83":1,"87":3,"88":1,"90":1,"193":1,"200":1,"211":1,"218":1}}],["client",{"0":{"130":1,"152":1,"213":1},"2":{"21":6,"23":2,"25":1,"45":4,"46":2,"47":1,"93":1,"94":2,"97":1,"121":1,"123":1,"124":1,"126":1,"130":1,"131":1,"148":1,"149":1,"150":4,"152":4,"153":1,"156":1,"167":1,"168":1,"185":1,"213":6,"216":2,"219":1,"220":1,"224":3,"234":1,"238":1,"246":4,"262":1,"273":1,"274":1,"281":1}}],["clipboard",{"2":{"21":2}}],["click",{"2":{"21":1,"51":2,"94":1,"97":2,"153":1,"273":1}}],["clocksupport",{"2":{"320":1}}],["clock",{"2":{"213":1,"232":2,"252":3,"316":1,"319":4,"320":8}}],["closely",{"2":{"7":1}}],["cloud",{"2":{"4":1}}],["cdns",{"2":{"11":1,"58":1}}],["cdn",{"2":{"11":2}}],["camel",{"2":{"268":1,"284":2}}],["caution",{"2":{"252":1}}],["caught",{"2":{"212":1}}],["causes",{"2":{"186":1,"214":1}}],["cause",{"2":{"44":1,"221":1,"237":1,"275":1}}],["causing",{"2":{"25":1,"203":1}}],["care",{"2":{"141":1,"156":1,"201":1}}],["careful",{"2":{"98":1,"218":2,"238":2,"315":1}}],["carefully",{"2":{"8":1,"141":1}}],["carrying",{"2":{"99":1,"326":1}}],["capture",{"2":{"36":1,"200":2}}],["capable",{"2":{"8":2,"74":1}}],["category",{"2":{"26":1}}],["caller",{"2":{"51":1}}],["called",{"2":{"26":1,"33":1,"41":2,"51":2,"52":1,"60":1,"64":1,"118":1,"119":1,"120":4,"133":1,"137":1,"145":1,"158":1,"167":1,"176":1,"182":1,"201":1,"245":1,"252":2,"253":1,"255":1,"264":1,"266":1,"272":2,"282":2,"284":1,"285":1,"288":1,"304":1,"310":1,"326":1}}],["calls",{"2":{"50":1,"87":1,"97":1,"167":1,"170":1,"173":1,"199":1,"247":1,"251":1,"288":1}}],["calling",{"2":{"34":1,"41":1,"44":3,"118":1,"251":1,"264":1}}],["call",{"2":{"22":1,"23":1,"32":1,"41":1,"44":1,"45":2,"52":1,"125":1,"150":1,"171":2,"173":1,"177":1,"199":1,"204":1,"224":1,"255":2,"264":1,"282":1,"292":3,"294":4,"303":1,"310":1,"320":1}}],["callbacks",{"2":{"22":1}}],["caching",{"2":{"11":1}}],["caches",{"2":{"82":1}}],["cached",{"2":{"11":2}}],["cache",{"2":{"11":4,"246":1}}],["candidate",{"2":{"101":1}}],["canonical",{"2":{"31":1}}],["can",{"0":{"288":1},"2":{"10":1,"11":1,"12":1,"14":2,"15":2,"17":1,"18":1,"20":1,"22":2,"23":1,"25":1,"26":1,"30":2,"31":1,"32":3,"33":2,"34":3,"36":4,"40":1,"41":1,"42":1,"44":8,"45":3,"46":1,"49":1,"51":5,"52":5,"53":3,"55":1,"57":3,"59":1,"60":2,"64":4,"66":2,"67":3,"70":1,"72":1,"74":5,"76":2,"80":1,"81":2,"82":1,"83":1,"86":1,"91":1,"93":1,"96":4,"97":1,"98":1,"99":1,"100":1,"101":2,"102":1,"105":1,"107":1,"108":1,"112":5,"113":3,"114":2,"123":2,"124":1,"125":2,"126":2,"127":1,"130":2,"134":1,"135":1,"137":6,"138":6,"141":2,"142":1,"143":1,"144":2,"145":5,"149":1,"152":2,"155":1,"159":1,"161":2,"162":2,"163":1,"164":1,"169":3,"173":1,"174":1,"176":1,"177":8,"179":1,"184":1,"185":1,"187":2,"188":1,"189":1,"191":1,"198":2,"199":2,"200":1,"201":4,"202":4,"203":1,"204":1,"209":1,"210":1,"212":3,"214":1,"216":1,"217":2,"218":3,"219":1,"226":1,"230":1,"231":1,"232":1,"234":1,"235":3,"236":1,"238":1,"245":1,"246":2,"250":2,"251":2,"252":4,"256":1,"259":2,"262":3,"264":1,"265":1,"266":2,"268":1,"270":2,"272":1,"273":4,"274":1,"275":3,"278":1,"279":1,"283":1,"284":1,"285":4,"286":1,"289":2,"291":1,"292":1,"294":1,"295":1,"296":2,"300":1,"302":2,"310":4,"313":1,"315":1,"316":3,"318":2,"319":2,"320":2,"322":1,"325":1,"329":1,"330":2,"335":1,"338":1,"343":1,"344":1,"345":1}}],["cannot",{"2":{"6":1,"44":2,"46":1,"52":1,"58":1,"70":1,"92":1,"113":1,"133":1,"142":1,"156":1,"169":1,"197":1,"200":1,"235":1,"250":1,"270":1,"277":2,"312":1,"324":1,"326":1}}],["cased",{"2":{"268":1,"284":1}}],["cases",{"2":{"21":1,"99":1,"137":1,"138":1,"145":7,"146":1,"318":1}}],["case",{"2":{"4":1,"12":1,"15":1,"41":1,"43":1,"70":1,"106":2,"145":2,"177":1,"179":1,"234":1,"284":1,"294":1,"297":1,"315":1,"318":1}}],["cookie",{"2":{"300":3}}],["cookies",{"2":{"110":1,"300":1,"308":2}}],["covered",{"2":{"326":3}}],["coverage",{"2":{"285":1,"326":2}}],["cover",{"2":{"214":1,"286":1}}],["covers",{"2":{"143":1,"292":1}}],["coalesce",{"2":{"142":1}}],["coerce",{"2":{"131":1}}],["coerced",{"2":{"43":1,"126":1}}],["cost",{"2":{"99":1,"326":1}}],["corresponding",{"2":{"250":1,"326":1}}],["correspond",{"2":{"196":1}}],["correctly",{"2":{"178":1}}],["correct",{"2":{"6":1,"18":1,"28":1,"38":1,"48":1,"56":1,"62":1,"69":1,"71":1,"78":1,"87":1,"101":1,"104":1,"109":1,"116":1,"123":1,"131":2,"142":1,"143":1,"147":1,"157":1,"175":1,"180":1,"206":1,"216":1,"221":1,"227":1,"239":1,"263":1,"286":1,"292":1,"297":1,"306":1,"313":1,"331":1}}],["corrections",{"2":{"6":1}}],["corrsponding",{"2":{"152":1}}],["core",{"0":{"82":1},"2":{"80":3,"82":2,"86":1,"90":1,"177":1,"196":1,"245":1,"249":2,"264":1}}],["colon",{"2":{"283":1}}],["color",{"2":{"51":7,"152":1,"273":1,"343":2}}],["collects",{"2":{"224":1}}],["collection",{"2":{"187":1}}],["collecting",{"2":{"148":1}}],["columns",{"2":{"136":2,"138":3,"189":1}}],["column",{"2":{"67":2,"133":1,"134":2,"137":2,"138":5,"142":1,"162":1,"189":4,"272":2,"343":1}}],["coupled",{"2":{"56":1,"67":1,"190":1,"319":1}}],["course",{"2":{"26":1,"177":1,"275":1}}],["couldn",{"2":{"44":1}}],["could",{"2":{"2":1,"18":1,"47":1,"62":2,"75":1,"99":1,"106":2,"108":1,"112":1,"116":1,"169":1,"178":1,"191":1,"200":1,"209":2,"221":2,"227":1,"238":1,"239":1,"253":1,"277":2,"294":1,"327":1,"335":1}}],["copied",{"2":{"90":1}}],["copilot",{"2":{"1":1,"8":1}}],["copy",{"2":{"11":1,"13":1,"21":2,"74":1}}],["conjuring",{"2":{"201":1}}],["conditions",{"2":{"96":1,"146":1,"153":1}}],["convienient",{"2":{"302":1}}],["convieniece",{"2":{"238":1}}],["convince",{"2":{"92":1}}],["converting",{"2":{"284":1}}],["converted",{"2":{"251":1}}],["conversion",{"2":{"319":1}}],["conversions",{"2":{"43":1,"69":1}}],["conversely",{"2":{"47":1}}],["conversly",{"2":{"44":1}}],["convenient",{"2":{"187":1}}],["convenience",{"2":{"186":1,"254":1}}],["conventions",{"0":{"117":1,"284":1},"1":{"118":1,"119":1,"120":1,"121":1}}],["convention",{"2":{"39":1,"51":1,"113":2,"137":1,"182":1,"185":1,"284":1}}],["conventionally",{"2":{"250":1}}],["conventional",{"2":{"36":1,"66":1,"72":1,"114":1,"322":1}}],["concerns",{"2":{"69":1}}],["concerned",{"2":{"25":1}}],["concepts",{"0":{"288":1},"2":{"137":1,"180":1,"245":1,"246":1,"297":1}}],["conceptually",{"2":{"82":1,"223":1}}],["conceptual",{"0":{"81":1,"245":1},"1":{"246":1,"247":1,"248":1},"2":{"164":1,"332":1}}],["concept",{"2":{"54":1,"69":1,"108":1,"134":1,"180":1,"183":1,"185":1,"247":2,"249":1,"297":1}}],["conferences",{"2":{"215":1}}],["conform",{"2":{"211":1,"294":1}}],["conflation",{"2":{"190":1}}],["conflating",{"2":{"137":1}}],["conflate",{"2":{"63":1}}],["conflict",{"2":{"73":1}}],["confusing",{"2":{"47":1,"296":1}}],["confident",{"2":{"285":1}}],["confidently",{"2":{"45":1}}],["confidence",{"2":{"47":1}}],["confirmation",{"2":{"21":2,"124":1,"187":2}}],["confirm",{"2":{"20":1,"21":4,"187":2}}],["config",{"2":{"18":1,"40":1,"48":2,"74":2,"75":1,"88":1,"90":1,"116":1,"196":4,"201":1,"342":1}}],["configuring",{"2":{"229":1}}],["configuraiton",{"2":{"222":1}}],["configurable",{"2":{"116":1,"300":1}}],["configurations",{"2":{"76":1,"229":1}}],["configuration",{"0":{"39":1,"41":1,"42":1,"45":1,"96":1},"1":{"40":1,"41":1,"42":1,"43":1,"44":1,"45":1,"46":1,"47":1,"48":1},"2":{"12":1,"30":1,"39":1,"40":1,"41":4,"42":3,"43":2,"44":3,"45":1,"46":2,"62":1,"67":1,"69":1,"83":1,"89":1,"90":2,"138":1,"171":1,"194":1,"207":1,"221":1,"229":1,"254":1,"256":1,"278":1,"286":1,"300":1,"301":1,"345":2}}],["configures",{"2":{"210":1,"301":1,"302":2}}],["configured",{"2":{"16":1,"40":3,"41":1,"74":1,"116":1,"125":2,"178":1,"192":1,"201":1,"209":1,"210":1,"222":1,"229":1,"292":1,"295":1,"297":1,"317":1}}],["configure",{"2":{"11":1,"34":1,"47":1,"48":1,"96":1,"159":1,"210":1,"298":1,"315":1}}],["connected",{"2":{"284":1}}],["connectedcallback",{"2":{"22":1,"145":2}}],["connect",{"2":{"41":1,"213":1}}],["connection",{"2":{"41":1,"289":1}}],["connections",{"2":{"30":1,"48":1}}],["connecting",{"2":{"34":1}}],["consonance",{"2":{"247":1,"261":1,"267":1}}],["consolidate",{"2":{"77":1}}],["console",{"2":{"22":1,"77":1,"83":1,"210":1}}],["const",{"2":{"145":3}}],["construction",{"2":{"253":1}}],["construct",{"2":{"231":1}}],["constructor",{"2":{"125":1}}],["constructors",{"2":{"118":1}}],["constraintviolations",{"2":{"151":5,"152":4,"273":1,"337":2,"342":1,"343":1}}],["constraintviolation",{"2":{"150":1}}],["constraints",{"0":{"130":1,"150":1,"151":1},"2":{"43":1,"67":1,"70":2,"118":1,"123":1,"126":1,"130":1,"138":1,"139":1,"142":1,"148":2,"149":1,"150":1,"151":1,"168":1,"185":1,"189":1}}],["constraint",{"0":{"148":1,"152":1,"203":1},"1":{"149":1,"150":1,"151":1,"152":1,"153":1,"154":1,"155":1,"156":1,"157":1},"2":{"21":3,"67":3,"124":1,"126":1,"131":1,"137":1,"149":2,"150":5,"151":3,"152":6,"156":1,"168":6,"171":2,"186":1,"189":1,"196":1,"203":1,"224":1,"273":1,"274":3,"336":4,"337":1}}],["consulting",{"2":{"230":1}}],["consult",{"2":{"134":1,"135":1,"218":1}}],["consists",{"2":{"81":1}}],["consistent",{"2":{"30":1,"123":1,"312":1}}],["consideration",{"2":{"326":1}}],["considerations",{"2":{"129":1}}],["considered",{"2":{"137":1,"152":1,"227":1,"240":1}}],["consider",{"2":{"26":2,"189":1,"196":1,"238":1}}],["contact",{"2":{"198":1,"200":1}}],["contacted",{"2":{"97":1}}],["containing",{"2":{"153":1,"168":1,"213":1}}],["contained",{"2":{"152":1}}],["containers",{"0":{"243":1},"2":{"73":1,"82":3,"161":1}}],["container",{"0":{"74":1},"2":{"40":2,"41":6,"42":3,"44":6,"45":2,"46":1,"47":3,"48":1,"74":7,"76":1,"77":1,"81":3,"82":5,"137":1,"161":5,"210":1,"212":3,"229":1,"279":2,"302":1}}],["contains",{"2":{"89":4,"101":1,"116":1,"131":1,"152":1,"196":1,"202":1,"210":1,"251":1,"283":1}}],["contain",{"2":{"32":1,"69":1,"198":1,"284":1,"310":1}}],["continuum",{"0":{"314":1},"1":{"315":1,"316":1,"317":1,"318":1,"319":1,"320":1},"2":{"21":1,"112":1,"134":1,"138":1,"252":1}}],["continue",{"2":{"5":1,"177":4,"212":1,"235":1}}],["controller",{"2":{"167":1,"168":1,"186":2,"209":1}}],["controlled",{"2":{"51":1,"86":1}}],["controls",{"0":{"129":1},"2":{"116":1,"129":1,"168":1,"177":1}}],["control",{"2":{"11":1,"21":1,"31":1,"81":1,"156":1,"202":1,"234":1,"302":1}}],["contents",{"2":{"11":1,"51":1,"82":1,"94":1,"246":1,"300":1}}],["content",{"0":{"102":1,"302":1},"2":{"11":1,"44":2,"102":1,"167":1,"177":1,"224":2,"299":1,"302":2,"305":1}}],["contexts",{"2":{"328":2}}],["context",{"2":{"8":1,"119":1,"150":1,"177":10,"178":1,"179":1,"200":1,"212":4,"233":1,"235":5,"237":1,"238":4,"252":2,"260":1,"275":2,"276":2,"295":1,"324":1,"325":1,"326":1}}],["combination",{"2":{"256":1}}],["coming",{"2":{"152":1,"329":1}}],["com$",{"2":{"67":1}}],["com",{"2":{"67":3,"74":1,"94":1,"120":1,"186":1,"198":1,"200":1,"272":2,"310":2}}],["comes",{"2":{"64":1,"260":1}}],["come",{"2":{"31":1,"58":1,"66":1,"234":1,"312":1,"330":1,"342":1}}],["community",{"2":{"245":1}}],["communication",{"2":{"169":1}}],["communicates",{"2":{"229":1}}],["communicate",{"2":{"53":1,"169":1,"209":1,"317":1}}],["comments",{"2":{"189":1}}],["comment",{"2":{"67":1,"134":2,"137":1,"138":2,"143":1,"189":2,"272":1}}],["commenting",{"2":{"22":1}}],["committed",{"2":{"74":1}}],["commit",{"2":{"31":1}}],["commands",{"2":{"30":1,"31":2,"32":1,"74":2,"82":2,"83":2,"106":6,"141":1,"161":2,"229":2}}],["command",{"0":{"82":1,"83":1},"2":{"29":1,"31":12,"32":10,"33":8,"34":4,"36":5,"74":3,"80":2,"82":1,"83":1,"85":1,"106":1}}],["commonly",{"2":{"113":1}}],["common",{"2":{"11":2,"59":1,"118":1,"168":1,"210":1,"223":1,"224":1,"253":1,"267":1,"301":1}}],["companybycompanyid",{"2":{"284":1}}],["company",{"2":{"283":4,"284":2,"289":2}}],["compact=true",{"2":{"285":2}}],["compact",{"2":{"231":2,"245":1,"285":2}}],["compared",{"2":{"230":1,"260":1}}],["compare",{"2":{"87":1}}],["comprised",{"2":{"80":1}}],["comprehensible",{"2":{"5":1}}],["computer",{"2":{"76":1,"81":3,"82":2,"86":1,"162":1,"228":1,"229":3}}],["computer>",{"2":{"74":1}}],["compose",{"2":{"74":3,"80":1,"161":1,"229":1}}],["componentsupport",{"2":{"264":2}}],["components",{"0":{"49":1,"52":1,"53":1,"129":1,"184":1},"1":{"50":1,"51":1,"52":1,"53":1,"54":1,"55":1,"56":1},"2":{"15":1,"20":1,"49":3,"50":1,"51":6,"52":6,"53":3,"54":1,"55":2,"56":3,"81":1,"88":2,"90":2,"125":13,"129":2,"131":2,"151":8,"152":6,"160":3,"184":3,"187":1,"199":2,"202":2,"211":1,"213":1,"224":6,"226":3,"238":1,"246":1,"266":2,"273":1,"285":1,"301":1,"320":1,"325":1,"337":2,"338":1,"341":1,"342":2,"343":2}}],["component",{"0":{"51":1,"199":1,"338":1,"343":1,"344":1},"1":{"339":1,"340":1,"341":1,"342":1,"343":1,"344":1},"2":{"8":1,"15":1,"20":1,"50":4,"51":13,"52":11,"53":11,"55":2,"83":2,"90":1,"112":1,"113":2,"151":2,"167":4,"171":1,"184":2,"192":1,"199":3,"213":1,"223":1,"224":2,"225":1,"226":1,"266":1,"279":1,"320":1,"323":1,"325":1,"338":1,"341":3,"342":1,"343":2,"344":1}}],["complicated",{"2":{"284":1}}],["complain",{"2":{"156":1}}],["complexity",{"2":{"69":1,"122":1,"123":1,"184":1,"326":1}}],["complex",{"2":{"53":1,"55":1,"67":1,"108":1,"123":1,"144":1,"178":1,"214":1,"216":1,"222":1,"225":1,"304":1}}],["complete",{"2":{"21":2}}],["completely",{"2":{"1":1,"141":1,"252":1}}],["completing",{"2":{"8":1}}],["completions",{"2":{"1":1,"8":2}}],["comply",{"2":{"4":1}}],["codepaths",{"2":{"325":1}}],["codepath",{"2":{"237":1,"238":1}}],["coded",{"2":{"62":1,"143":1,"221":1}}],["codebase",{"2":{"2":1}}],["code",{"0":{"2":1,"3":1},"1":{"3":1,"4":1,"5":1},"2":{"1":2,"2":4,"3":3,"5":2,"6":2,"8":4,"18":1,"20":1,"22":1,"25":1,"28":1,"31":1,"32":1,"33":1,"34":1,"38":1,"48":1,"56":1,"62":1,"64":1,"71":1,"73":1,"74":2,"77":1,"78":1,"80":1,"83":2,"85":1,"87":1,"89":1,"90":1,"91":3,"92":1,"97":2,"104":1,"109":1,"113":1,"116":1,"119":2,"120":2,"125":1,"131":1,"134":1,"137":1,"142":1,"143":1,"145":2,"147":2,"150":1,"153":1,"157":1,"173":1,"175":1,"180":1,"182":1,"191":1,"200":1,"206":1,"212":1,"214":1,"216":2,"217":1,"220":2,"221":1,"227":1,"230":1,"234":1,"235":1,"238":2,"239":1,"245":1,"246":6,"263":1,"269":1,"275":1,"277":2,"281":1,"285":1,"292":1,"294":1,"297":1,"306":1,"313":1,"315":1,"319":1,"326":1,"331":1,"337":1}}],["utc",{"2":{"315":1,"318":1,"320":1}}],["utf",{"2":{"183":2,"224":1}}],["utility",{"0":{"155":1},"2":{"155":2,"156":1,"188":1,"217":1}}],["uris",{"0":{"285":1},"2":{"290":1}}],["uri",{"2":{"167":3,"171":1,"177":2,"186":1,"231":1,"253":3,"256":2,"264":1}}],["urls",{"2":{"281":1}}],["url|",{"2":{"41":1}}],["url",{"2":{"13":1,"41":13,"58":1,"74":1,"182":2,"186":1,"224":1,"245":1,"246":1,"277":2,"283":1,"317":1}}],["ugly",{"2":{"156":1}}],["ultimately",{"2":{"124":1,"186":1}}],["ul",{"2":{"53":1}}],["uis",{"2":{"60":1}}],["ui",{"2":{"31":1,"32":1,"34":1,"37":1,"210":1,"212":2,"246":1,"273":1}}],["ux",{"0":{"156":1},"2":{"21":1,"23":1,"151":1,"156":1}}],["unwind",{"2":{"305":1}}],["untested",{"2":{"99":1}}],["until",{"2":{"11":1,"20":1,"47":1,"69":1}}],["unset",{"2":{"96":1}}],["unauthorized",{"2":{"260":1}}],["unable",{"2":{"252":1}}],["unadded",{"2":{"74":1}}],["unambiguous",{"2":{"69":1}}],["uncommitted",{"2":{"74":1}}],["unusual",{"2":{"67":1}}],["un",{"2":{"63":1,"200":1}}],["underscores",{"2":{"234":1}}],["understood",{"2":{"5":1,"245":1}}],["understandings",{"2":{"142":1}}],["understanding",{"2":{"18":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"74":2,"78":1,"87":1,"104":1,"109":1,"116":1,"131":1,"143":1,"147":1,"157":1,"175":1,"180":1,"206":1,"216":1,"221":1,"227":1,"239":1,"263":1,"292":1,"297":1,"306":1,"313":1,"331":1}}],["understand",{"0":{"288":1},"2":{"4":2,"5":1,"33":1,"74":2,"135":1,"207":1,"210":1,"259":1,"328":1,"329":1}}],["under",{"2":{"143":1,"145":1,"234":1,"292":1}}],["underlying",{"2":{"131":1,"291":1}}],["undefined",{"2":{"34":1}}],["unlicensed",{"2":{"58":1,"218":1}}],["unlikely",{"2":{"109":1,"143":1}}],["unlike",{"2":{"32":1,"58":2,"80":1,"111":1,"168":1,"186":1,"218":1}}],["unless",{"0":{"70":1},"2":{"25":1,"108":1,"142":1,"214":1,"236":2,"304":1,"318":1}}],["universal",{"2":{"109":1}}],["uniquely",{"2":{"137":1}}],["unique",{"2":{"66":1,"67":1,"134":1,"137":6,"138":5,"189":1,"272":2}}],["unit",{"0":{"322":1},"1":{"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":1,"331":1},"2":{"55":1,"66":1,"83":2,"93":1,"144":1,"145":1,"171":2,"189":1,"192":2,"219":1,"254":2,"297":1}}],["unix",{"2":{"31":1}}],["unifying",{"2":{"149":1,"151":1}}],["unify",{"2":{"21":1,"209":1}}],["unified",{"2":{"21":1,"180":1,"297":1}}],["unrelated",{"2":{"25":1}}],["us",{"2":{"336":1}}],["usiung",{"2":{"180":1}}],["using",{"0":{"60":1,"61":1,"94":1,"121":1,"125":1,"319":1,"344":1},"2":{"1":1,"21":1,"26":1,"32":1,"44":1,"45":1,"51":1,"52":1,"57":1,"58":4,"60":1,"64":1,"73":1,"74":2,"83":2,"85":1,"95":1,"107":1,"113":1,"114":1,"121":1,"134":1,"137":1,"138":1,"142":2,"147":2,"151":1,"160":1,"163":1,"166":1,"173":1,"177":3,"184":1,"189":1,"192":4,"193":1,"200":3,"210":1,"217":2,"218":2,"229":1,"250":1,"252":1,"256":2,"261":1,"264":1,"279":1,"282":1,"286":1,"288":1,"301":2,"302":1,"311":1,"312":1,"315":1}}],["usually",{"2":{"191":1,"192":1,"277":1,"328":2}}],["usual",{"2":{"107":1,"253":1,"256":1}}],["usability",{"2":{"308":1}}],["usable",{"0":{"325":1},"2":{"42":1,"51":1,"130":1}}],["usage",{"0":{"198":1},"2":{"31":1,"74":1,"286":1}}],["usr",{"2":{"35":1,"87":1}}],["useless",{"2":{"53":1}}],["users",{"2":{"118":1,"177":1}}],["user",{"0":{"31":1},"2":{"31":1,"52":1,"70":1,"122":1,"126":1,"134":2,"149":1,"177":3,"186":1,"209":1,"212":1,"231":2,"234":4,"236":1,"238":2,"246":2,"269":1,"276":1,"288":1,"301":1,"308":1,"318":1}}],["uses",{"2":{"20":1,"21":2,"34":1,"40":1,"51":2,"52":1,"64":1,"80":1,"93":1,"132":1,"135":1,"137":1,"138":1,"143":2,"145":2,"150":1,"161":1,"169":1,"177":1,"185":1,"189":1,"190":1,"191":1,"193":1,"195":1,"210":1,"213":1,"218":2,"231":1,"234":1,"288":1,"291":1,"292":1,"300":1,"317":1}}],["usefult",{"2":{"204":1}}],["useful",{"0":{"329":1},"2":{"6":1,"19":1,"25":1,"34":1,"77":1,"96":1,"99":1,"114":1,"119":1,"137":3,"145":1,"151":1,"160":1,"167":1,"170":1,"191":1,"210":1,"211":1,"237":1,"239":1,"247":1,"289":1,"294":1,"329":1}}],["used",{"2":{"1":2,"2":1,"9":1,"21":1,"31":1,"34":3,"40":2,"41":2,"42":1,"43":2,"44":1,"52":1,"74":2,"75":1,"76":1,"90":1,"116":1,"124":1,"125":1,"131":1,"137":2,"141":1,"150":1,"152":1,"160":1,"161":1,"185":1,"196":1,"199":1,"200":2,"201":2,"202":1,"203":1,"207":1,"209":1,"211":2,"212":1,"213":1,"221":1,"224":1,"226":1,"229":2,"232":1,"246":1,"248":1,"251":2,"252":1,"282":2,"284":1,"285":1,"286":1,"290":1,"296":1,"307":1,"309":1,"325":1,"326":3,"342":1}}],["use",{"0":{"1":1,"70":1,"100":1,"103":1,"142":1},"2":{"1":1,"2":1,"4":1,"6":1,"11":1,"15":1,"20":3,"21":2,"22":1,"25":1,"26":1,"30":1,"32":1,"33":3,"34":2,"36":1,"44":3,"46":1,"49":2,"50":1,"51":3,"53":4,"55":1,"58":1,"59":4,"60":2,"64":2,"66":1,"69":1,"70":2,"74":3,"80":4,"82":4,"83":2,"92":1,"93":2,"94":3,"96":1,"97":1,"99":2,"100":1,"101":3,"111":1,"112":2,"113":1,"116":1,"118":2,"120":1,"121":1,"124":1,"125":2,"134":4,"137":5,"138":2,"141":1,"142":3,"145":4,"146":1,"152":1,"155":1,"159":2,"167":3,"169":1,"173":3,"174":1,"177":3,"179":2,"180":2,"184":1,"187":3,"193":1,"194":1,"196":1,"200":1,"201":1,"202":3,"210":2,"216":1,"217":2,"218":3,"220":1,"226":1,"227":1,"229":4,"236":2,"237":1,"238":1,"245":2,"246":1,"247":1,"252":1,"253":2,"255":1,"256":2,"258":1,"259":1,"262":2,"267":1,"269":1,"279":1,"280":1,"284":1,"285":2,"290":1,"292":1,"294":5,"296":1,"297":1,"301":1,"302":1,"305":1,"308":1,"312":3,"315":2,"319":1,"320":5,"322":1,"325":1,"328":1,"329":3,"335":1,"336":1,"337":2,"343":1,"344":1}}],["uppercasing",{"2":{"234":1}}],["upper",{"2":{"145":6}}],["upon",{"2":{"133":1}}],["updates",{"2":{"26":1}}],["update",{"2":{"22":1,"87":1,"235":1,"303":1}}],["updated",{"2":{"18":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"78":1,"87":4,"104":1,"109":1,"116":1,"131":1,"138":2,"143":1,"147":1,"157":1,"171":1,"175":1,"180":1,"206":1,"216":1,"221":1,"227":1,"239":1,"263":1,"292":1,"297":1,"306":1,"313":1,"318":1,"331":1}}],["up",{"0":{"210":1,"272":1,"291":1},"2":{"0":1,"17":1,"18":1,"20":1,"28":1,"34":1,"38":1,"39":1,"40":1,"44":2,"45":1,"48":1,"56":1,"58":2,"62":1,"65":1,"67":1,"71":1,"74":2,"78":1,"80":2,"82":1,"83":3,"85":1,"86":2,"87":1,"90":1,"93":2,"95":1,"97":1,"101":1,"103":1,"104":1,"106":1,"109":1,"116":1,"129":1,"131":1,"134":5,"137":1,"138":2,"139":1,"141":1,"143":1,"147":1,"157":1,"158":1,"161":2,"162":1,"175":1,"180":1,"190":1,"199":1,"206":1,"210":2,"211":1,"213":2,"216":1,"218":2,"221":1,"222":1,"227":1,"229":1,"238":1,"239":1,"245":1,"252":1,"259":2,"263":1,"265":1,"267":1,"272":1,"274":1,"285":1,"292":1,"297":1,"304":1,"306":1,"309":1,"310":1,"312":1,"313":1,"325":1,"331":1,"333":1,"342":1}}],["tz",{"2":{"318":1}}],["tzinfo",{"2":{"317":1,"318":1,"319":1,"320":1}}],["tsvector",{"2":{"142":3}}],["tmp",{"2":{"96":1}}],["twice",{"2":{"135":1,"313":1}}],["tweak",{"2":{"62":1,"221":1}}],["two",{"2":{"31":1,"43":1,"51":1,"58":1,"63":1,"65":1,"80":1,"138":1,"149":1,"152":1,"167":1,"196":1,"256":2,"284":1,"310":1,"312":1,"316":1}}],["tbd",{"2":{"61":1,"84":1,"116":1,"145":3,"321":1}}],["tunneling",{"2":{"173":1}}],["tune",{"2":{"58":1}}],["tutorial",{"0":{"321":1},"2":{"164":1}}],["turns",{"2":{"11":1}}],["tired",{"2":{"345":1}}],["timings",{"2":{"213":1}}],["timecop",{"2":{"320":1}}],["timetag",{"2":{"202":2}}],["time>2025",{"2":{"251":1}}],["time>",{"2":{"182":1,"251":1}}],["timeouts",{"0":{"103":1}}],["timeout",{"2":{"96":3,"102":1,"103":2}}],["timestamps",{"2":{"213":1,"320":1}}],["timestamp",{"2":{"134":5,"138":1,"202":1,"315":6,"319":2}}],["timestamptz",{"2":{"67":1,"134":2,"137":1,"138":2,"143":1,"189":1,"272":1}}],["times",{"0":{"201":1,"202":1,"314":1},"1":{"315":1,"316":1,"317":1,"318":1,"319":1,"320":1},"2":{"69":1,"70":1,"202":2,"316":1}}],["timezone=",{"2":{"318":1,"320":1}}],["timezones",{"0":{"315":1,"316":1},"1":{"317":1,"318":1,"319":1}}],["timezone",{"0":{"317":1,"318":1,"319":1},"2":{"21":1,"112":2,"189":1,"316":1,"317":6,"318":5,"319":4,"320":7}}],["time",{"0":{"314":2},"1":{"315":2,"316":2,"317":2,"318":2,"319":2,"320":2},"2":{"11":2,"21":1,"22":1,"29":1,"43":1,"47":1,"66":1,"71":1,"75":1,"78":1,"96":1,"97":1,"112":1,"134":3,"137":1,"138":3,"157":1,"160":1,"175":1,"177":1,"182":3,"189":5,"201":3,"202":2,"205":1,"206":1,"211":5,"216":1,"232":2,"251":1,"252":4,"272":1,"279":1,"314":1,"315":6,"316":4,"317":1,"318":1,"319":6,"320":6,"326":1,"330":2,"333":1}}],["tiers",{"2":{"194":1}}],["tip",{"2":{"191":1,"243":4}}],["tips",{"2":{"74":1}}],["title>",{"2":{"183":1}}],["title>my",{"2":{"183":1}}],["title",{"2":{"162":1,"183":1,"224":1}}],["tightly",{"2":{"56":1,"86":1}}],["tc",{"2":{"51":3}}],["txt",{"2":{"32":1}}],["t",{"0":{"26":1,"102":1,"173":1,"236":1,"259":1,"267":1,"277":1},"2":{"22":3,"32":2,"35":1,"44":5,"47":2,"52":1,"53":2,"56":1,"58":1,"67":2,"70":2,"74":1,"77":3,"82":2,"85":1,"96":1,"97":1,"98":1,"102":3,"108":1,"112":1,"113":2,"115":1,"118":3,"127":1,"134":4,"137":2,"139":1,"141":2,"142":1,"143":1,"145":2,"155":2,"156":2,"159":1,"163":1,"170":1,"173":2,"176":1,"177":1,"184":1,"187":1,"191":1,"193":1,"196":1,"197":1,"198":2,"199":3,"200":4,"204":1,"210":2,"211":1,"213":1,"214":1,"217":1,"221":1,"224":1,"225":1,"226":1,"229":1,"232":1,"235":2,"236":2,"238":2,"246":1,"252":1,"255":1,"259":2,"262":1,"266":1,"275":2,"276":1,"277":1,"280":1,"285":2,"286":1,"289":1,"294":1,"301":1,"304":1,"319":1,"325":1,"326":2,"335":1,"337":1,"342":1,"343":1}}],["taxcalculator",{"2":{"326":3}}],["talk",{"2":{"323":1}}],["targeting",{"2":{"152":1,"155":1}}],["target",{"2":{"152":1}}],["targeted",{"2":{"135":1}}],["tastes",{"2":{"147":1}}],["tasitc",{"2":{"147":1}}],["tasks",{"0":{"29":1,"193":1},"1":{"30":1,"31":1,"32":1,"33":1,"34":1,"35":1,"36":1,"37":1,"38":1},"2":{"29":1,"30":1,"32":2,"80":1,"89":1,"90":1,"193":1}}],["taking",{"2":{"141":1,"209":1,"234":1}}],["taken",{"2":{"150":2,"152":1,"168":1}}],["take",{"0":{"130":1},"2":{"103":1,"108":1,"115":1,"198":1,"201":1,"215":1,"248":1}}],["takes",{"2":{"80":1,"99":1,"138":1,"211":2,"218":1,"228":1,"302":1}}],["tampering",{"2":{"110":1}}],["tailwindcss",{"0":{"61":1},"2":{"60":1,"155":1,"188":1}}],["tag",{"2":{"101":1,"124":1,"125":5,"152":3,"185":1,"213":1,"224":1,"251":1,"294":1}}],["tagname",{"2":{"22":2}}],["tagspecialpathsmiddleware",{"2":{"294":2}}],["tags",{"2":{"15":1,"118":1,"125":1,"129":1,"152":1,"185":1,"302":1}}],["table",{"2":{"53":1,"67":1,"69":1,"133":4,"134":4,"135":2,"136":2,"137":6,"138":6,"142":1,"189":4,"190":1,"272":3,"288":1}}],["tables",{"2":{"44":1,"69":1,"137":1,"138":1,"189":1,"190":1,"236":1,"247":1}}],["tab",{"2":{"21":1}}],["tabs",{"2":{"21":1}}],["ttf",{"2":{"13":2}}],["treat",{"2":{"115":1}}],["treats",{"2":{"63":1,"134":1}}],["tree",{"2":{"26":1}}],["trigger",{"2":{"237":1,"325":1}}],["triggered",{"2":{"22":1}}],["tricky",{"0":{"155":1}}],["trim",{"2":{"145":3}}],["trivial",{"2":{"137":1,"326":3}}],["tries",{"2":{"48":1,"73":1,"90":1,"197":1,"245":1,"314":1}}],["tried",{"2":{"47":1,"345":1}}],["trying",{"2":{"92":1,"100":1,"345":1}}],["try",{"0":{"103":1},"2":{"18":1,"28":1,"38":1,"47":1,"48":2,"56":1,"62":1,"67":1,"71":1,"74":1,"77":1,"78":1,"87":1,"103":1,"104":1,"109":1,"116":1,"131":1,"143":1,"147":1,"157":1,"175":1,"180":1,"197":1,"199":1,"206":1,"216":2,"221":1,"227":1,"239":1,"250":1,"263":1,"292":1,"297":1,"305":1,"306":1,"313":1,"328":1,"331":1}}],["truly",{"2":{"53":1}}],["true",{"2":{"43":1,"44":9,"67":3,"82":1,"124":2,"134":2,"137":4,"138":5,"152":1,"177":1,"183":1,"189":3,"202":4,"212":1,"218":1,"224":2,"232":1,"235":1,"252":2,"268":1,"272":3,"285":2,"294":1,"328":1,"330":1,"335":4}}],["truetype",{"2":{"13":1}}],["truth",{"2":{"6":1}}],["traits",{"2":{"330":1}}],["trait",{"2":{"66":1,"272":1,"330":1}}],["trained",{"2":{"8":1}}],["tradeoff",{"2":{"156":1,"308":1}}],["trade",{"2":{"58":1}}],["traditional",{"2":{"26":1}}],["transactions",{"2":{"324":1}}],["transaction",{"0":{"324":1},"2":{"313":1,"324":3}}],["transformation",{"2":{"145":1}}],["transform=",{"2":{"145":4}}],["transform",{"2":{"145":2}}],["transforming",{"2":{"29":1}}],["transitively",{"2":{"58":1,"218":1}}],["translatsion",{"2":{"224":1}}],["translation>",{"2":{"152":1}}],["translations",{"2":{"53":2,"90":1,"96":1,"196":1,"199":1,"200":1,"201":1,"266":1,"345":1}}],["translation",{"2":{"21":1,"152":4,"196":1,"197":1,"200":1,"201":1,"285":1}}],["translated",{"2":{"21":1}}],["translate",{"2":{"10":1,"11":1,"12":1,"151":1,"245":1}}],["tranditional",{"2":{"26":1}}],["tracing",{"2":{"21":2,"210":1,"213":2,"224":4}}],["traceparent",{"2":{"213":1,"224":3}}],["tracers",{"2":{"210":1}}],["traces",{"2":{"210":3,"211":1}}],["trace",{"2":{"12":2}}],["team",{"2":{"191":1,"291":1}}],["teams",{"2":{"80":1,"247":1}}],["terms",{"2":{"288":1}}],["terminated",{"2":{"177":2}}],["terminology",{"0":{"118":1},"2":{"82":1,"118":1}}],["term",{"2":{"118":1}}],["technology",{"2":{"118":1}}],["techniques",{"2":{"139":1,"261":1}}],["technique",{"2":{"100":1,"231":1}}],["technically",{"2":{"223":1,"318":1}}],["technical",{"0":{"18":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"78":1,"87":1,"104":1,"109":1,"116":1,"131":1,"143":1,"147":1,"157":1,"175":1,"180":1,"206":1,"216":1,"221":1,"227":1,"239":1,"263":1,"292":1,"297":1,"306":1,"313":1,"331":1},"1":{"264":1,"265":1,"266":1,"267":1,"307":1,"308":1},"2":{"18":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"78":1,"87":1,"104":1,"109":1,"116":1,"119":2,"131":1,"143":1,"147":1,"157":1,"175":1,"180":1,"206":1,"216":1,"221":1,"227":1,"239":1,"263":1,"292":1,"297":1,"301":1,"306":1,"313":1,"331":1}}],["tempting",{"2":{"262":1}}],["temporarily",{"2":{"110":1}}],["templates",{"0":{"266":1},"2":{"42":1}}],["template",{"2":{"14":1,"20":1,"22":1,"50":1,"51":3,"52":2,"53":3,"74":2,"112":1,"113":1,"125":1,"151":1,"152":1,"162":1,"182":2,"183":2,"184":3,"185":1,"187":1,"199":2,"200":1,"218":1,"224":2,"227":4,"251":2,"258":2,"265":1,"268":1,"273":2,"274":1,"279":1,"280":2,"337":1,"342":2,"343":1,"344":1}}],["tedious",{"2":{"100":1}}],["telemetry",{"2":{"77":2,"211":2,"224":2}}],["tells",{"2":{"253":1}}],["tell",{"2":{"11":1,"197":1,"302":1}}],["telltale",{"2":{"7":1}}],["tends",{"2":{"155":1}}],["tend",{"2":{"52":1,"86":1,"131":1,"221":1,"245":1}}],["textfieldcomponent",{"2":{"341":1,"342":1,"343":7,"344":2}}],["textfield",{"2":{"273":1,"337":3}}],["textcontent",{"2":{"145":3}}],["textarea>",{"2":{"125":2}}],["textareatag",{"2":{"125":2,"151":1,"152":1}}],["textarea",{"2":{"124":1,"125":3}}],["text",{"0":{"338":1},"1":{"339":1,"340":1,"341":1,"342":1,"343":1,"344":1},"2":{"20":1,"21":1,"51":2,"67":1,"94":1,"124":1,"125":2,"129":1,"134":1,"137":1,"138":1,"142":2,"145":13,"152":5,"153":2,"189":2,"194":1,"251":2,"256":2,"272":1,"332":1,"339":1,"341":2,"342":2,"343":1}}],["testid",{"2":{"101":1,"262":1}}],["testing",{"0":{"27":1,"36":1,"46":1,"54":1,"65":1,"67":1,"76":1,"85":1,"101":1,"107":1,"114":1,"127":1,"139":1,"144":1,"153":1,"171":1,"178":1,"192":1,"204":1,"214":1,"219":1,"225":1,"237":1,"254":1,"286":1,"295":1,"304":1,"311":1,"320":1},"1":{"66":1,"67":1,"145":1,"146":1,"147":1,"255":1,"256":1},"2":{"27":1,"33":1,"36":1,"46":1,"65":2,"66":1,"67":1,"76":1,"99":1,"100":1,"101":1,"114":1,"119":1,"145":4,"146":1,"153":1,"171":1,"254":1,"255":1,"304":1,"320":1,"323":2,"327":1}}],["tested",{"2":{"55":1,"99":1,"144":1,"205":1,"219":1,"222":1,"261":1,"295":1,"298":1}}],["test",{"0":{"66":1,"95":1,"96":1,"99":1,"262":1,"326":1},"2":{"4":2,"31":1,"34":2,"36":2,"37":1,"46":3,"54":1,"65":1,"66":1,"67":3,"76":1,"77":1,"83":14,"85":1,"89":1,"91":1,"92":2,"93":2,"95":4,"96":4,"97":1,"99":2,"101":1,"102":1,"103":3,"104":2,"114":2,"119":1,"127":2,"139":2,"141":1,"144":2,"145":18,"146":1,"147":1,"171":1,"177":1,"178":2,"192":2,"210":1,"214":1,"225":2,"237":3,"250":1,"254":1,"256":3,"259":1,"261":1,"262":1,"264":1,"272":1,"285":1,"286":2,"295":2,"297":1,"304":1,"311":1,"320":1,"322":1,"323":2,"324":3,"325":2,"326":10,"328":1,"329":2}}],["tests",{"0":{"4":1,"92":1,"163":1,"261":1,"322":1,"324":1,"325":1,"326":1},"1":{"93":1,"94":1,"95":1,"96":1,"97":1,"98":1,"99":1,"100":1,"101":1,"102":1,"103":1,"104":1,"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":1,"331":1},"2":{"2":1,"4":5,"5":1,"36":1,"66":1,"80":1,"83":6,"85":1,"89":1,"91":4,"92":1,"93":4,"94":2,"95":1,"98":1,"99":2,"100":3,"101":1,"107":2,"118":3,"145":1,"146":1,"147":1,"153":1,"160":1,"163":1,"167":1,"171":2,"174":2,"178":1,"192":5,"204":2,"211":2,"214":1,"219":3,"224":1,"225":1,"237":1,"254":1,"262":1,"264":1,"286":1,"297":1,"309":1,"312":1,"320":3,"322":1,"325":1,"326":5,"329":1,"330":2}}],["typically",{"2":{"152":1,"294":1}}],["typing",{"2":{"1":1,"199":1}}],["type=email",{"2":{"273":1}}],["type=",{"2":{"94":2,"125":7,"152":5,"185":2,"290":1}}],["type",{"0":{"43":1},"2":{"20":1,"43":2,"58":1,"69":1,"74":1,"111":1,"124":7,"134":1,"138":2,"142":1,"218":2,"224":1,"252":1,"290":1,"315":1,"335":1}}],["typescript",{"2":{"229":1}}],["types",{"0":{"42":1},"2":{"18":1,"69":1,"142":1,"167":1,"192":1,"269":1}}],["typed",{"2":{"7":1,"253":1,"285":1}}],["than",{"2":{"70":1,"92":3,"93":1,"100":1,"112":1,"124":1,"138":1,"167":1,"191":1,"202":1,"220":1,"256":1,"305":1,"328":1,"332":1}}],["that",{"0":{"262":1},"2":{"1":1,"3":1,"4":2,"5":1,"6":1,"7":1,"8":1,"11":2,"12":1,"16":1,"19":1,"21":1,"22":4,"26":2,"31":6,"32":3,"33":2,"34":3,"36":3,"41":1,"42":1,"43":1,"44":4,"47":2,"49":2,"50":4,"51":6,"52":2,"53":4,"54":1,"55":2,"56":1,"58":5,"59":1,"63":1,"64":1,"66":1,"67":3,"69":4,"70":3,"73":2,"74":2,"77":1,"80":3,"81":3,"85":1,"86":3,"87":3,"90":1,"93":1,"95":1,"97":5,"99":2,"101":3,"102":6,"106":3,"107":1,"108":2,"112":3,"113":2,"115":1,"116":3,"118":2,"119":1,"121":1,"123":1,"124":3,"125":8,"129":1,"131":2,"133":2,"134":5,"135":1,"136":1,"137":4,"138":3,"141":2,"142":3,"143":2,"145":6,"147":1,"148":1,"149":1,"150":2,"152":6,"156":2,"163":1,"167":2,"168":1,"171":3,"173":1,"174":4,"177":5,"180":1,"182":2,"184":1,"185":1,"186":3,"187":3,"189":2,"191":1,"196":1,"198":2,"200":2,"201":1,"202":2,"203":1,"210":4,"211":2,"212":7,"213":2,"214":2,"218":10,"220":1,"221":1,"224":3,"225":2,"226":2,"229":4,"230":2,"232":2,"234":1,"235":5,"236":2,"237":2,"238":7,"245":4,"246":3,"247":2,"248":1,"250":1,"251":4,"252":4,"253":1,"255":1,"256":5,"261":2,"262":1,"264":1,"265":1,"266":2,"268":3,"269":1,"270":1,"272":1,"273":1,"274":1,"275":3,"276":1,"277":2,"281":1,"283":1,"284":3,"285":2,"288":1,"289":1,"290":3,"291":1,"292":2,"294":3,"295":1,"298":1,"300":1,"301":4,"302":1,"303":1,"307":1,"310":1,"313":1,"314":2,"315":3,"316":1,"317":2,"318":6,"319":1,"320":2,"322":1,"323":1,"324":5,"325":2,"326":7,"327":1,"329":1,"330":3,"332":1,"333":1,"335":3,"336":2,"339":1,"342":2,"343":1,"345":1}}],["thought",{"2":{"233":1}}],["though",{"2":{"53":1,"57":1,"63":1,"120":1,"130":1,"173":1,"250":1,"277":1}}],["those",{"2":{"11":1,"32":2,"42":1,"74":1,"75":1,"82":1,"95":2,"108":1,"124":1,"126":1,"177":1,"229":1,"312":2,"316":1}}],["threaded",{"2":{"238":1}}],["thread",{"2":{"210":1,"237":1,"238":1}}],["three",{"2":{"2":1,"50":1,"123":1,"137":1,"145":2,"185":1,"192":1,"200":1,"245":1,"326":1,"339":1}}],["throughput",{"2":{"109":1}}],["through",{"2":{"70":1,"73":1,"129":1,"147":1,"178":1}}],["throws",{"2":{"42":1}}],["thinking",{"2":{"147":2,"345":1}}],["think",{"2":{"82":1,"119":1,"156":1,"345":1}}],["thin",{"2":{"59":3,"343":1}}],["things",{"0":{"290":2},"2":{"47":1,"50":1,"69":1,"75":1,"86":1,"92":1,"95":1,"123":1,"126":1,"137":1,"146":1,"151":1,"185":1,"210":1,"211":1,"212":1,"234":1,"290":2,"297":1,"301":1,"327":1,"328":1,"345":1}}],["thing",{"2":{"32":1,"63":1,"97":1,"99":1,"102":1,"118":1,"137":2,"212":1,"218":1,"290":1}}],["thirdtank",{"2":{"159":1,"160":2}}],["third",{"0":{"59":1},"2":{"51":1,"57":1,"83":1,"86":2,"218":4,"229":1,"246":1,"304":1}}],["this",{"0":{"277":1},"2":{"0":1,"2":1,"3":1,"4":1,"5":2,"6":3,"10":1,"11":4,"12":3,"15":2,"16":1,"18":2,"20":1,"21":1,"22":1,"23":1,"26":3,"30":3,"31":2,"32":3,"33":2,"34":3,"35":1,"36":1,"39":1,"40":2,"41":3,"43":2,"44":6,"45":1,"48":3,"51":3,"52":3,"53":3,"58":2,"59":3,"60":1,"62":2,"63":2,"64":1,"66":1,"67":3,"69":2,"70":2,"71":1,"73":1,"74":8,"75":2,"78":1,"80":4,"82":4,"83":1,"85":1,"86":3,"87":2,"93":3,"94":1,"95":1,"97":4,"100":2,"101":2,"102":2,"106":2,"108":2,"109":1,"112":4,"113":3,"116":2,"119":2,"120":1,"121":1,"123":1,"124":1,"125":3,"126":2,"132":1,"133":1,"134":5,"135":3,"136":1,"137":7,"138":8,"139":1,"141":3,"142":1,"143":2,"144":1,"145":5,"147":2,"150":2,"151":1,"152":9,"155":1,"156":1,"157":1,"160":2,"161":1,"167":2,"170":1,"174":1,"175":1,"177":6,"178":2,"180":1,"182":2,"183":2,"184":1,"185":3,"187":2,"189":2,"190":1,"191":1,"193":1,"196":3,"198":1,"199":5,"200":2,"201":1,"202":6,"203":4,"204":1,"205":1,"206":1,"209":2,"210":4,"211":2,"213":3,"216":2,"218":4,"219":1,"220":2,"221":2,"222":1,"224":1,"226":1,"227":2,"229":3,"230":2,"231":3,"232":2,"235":3,"236":2,"237":1,"238":3,"240":1,"241":1,"243":10,"246":3,"247":1,"250":1,"251":4,"252":4,"253":3,"254":1,"255":2,"256":1,"260":1,"261":1,"262":1,"264":2,"265":1,"266":1,"269":1,"272":3,"273":3,"274":2,"275":1,"277":4,"278":1,"285":4,"288":1,"292":3,"294":4,"295":1,"297":1,"300":2,"301":2,"302":2,"304":1,"305":1,"307":2,"308":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":5,"316":1,"317":4,"318":3,"319":3,"320":2,"321":1,"323":1,"324":2,"325":2,"326":6,"328":1,"329":2,"330":2,"332":2,"334":1,"335":2,"336":1,"338":1,"342":1,"344":1}}],["thusfar",{"2":{"177":1}}],["thus",{"2":{"11":1,"22":1,"26":1,"95":1,"133":1,"142":1,"150":1,"190":1,"191":1,"200":1,"202":1,"234":2,"235":1,"238":2,"252":1,"264":1,"277":1,"303":1}}],["theoretically",{"2":{"76":1}}],["their",{"2":{"11":1,"20":1,"51":1,"69":1,"74":1,"80":1,"82":1,"86":1,"103":1,"113":1,"125":1,"174":3,"178":1,"301":1,"312":1,"316":2,"318":2}}],["them",{"0":{"12":1},"2":{"11":1,"13":1,"14":2,"15":1,"18":1,"20":1,"25":1,"28":1,"31":1,"32":1,"36":1,"38":1,"47":1,"48":2,"51":3,"53":2,"55":1,"56":2,"62":1,"67":1,"71":1,"74":5,"78":1,"87":1,"98":1,"104":1,"106":2,"107":1,"108":1,"109":1,"114":1,"116":1,"126":1,"127":3,"130":1,"131":1,"137":2,"138":3,"141":1,"142":1,"143":1,"147":1,"157":1,"162":1,"175":1,"178":1,"180":1,"202":1,"206":1,"216":1,"221":1,"227":1,"229":2,"231":1,"234":1,"235":1,"239":1,"245":1,"258":2,"263":1,"274":1,"276":1,"281":1,"286":2,"287":1,"288":1,"292":1,"297":1,"301":1,"306":1,"313":1,"316":1,"322":1,"326":1,"328":1,"330":1,"331":1}}],["themselves",{"2":{"11":1,"65":1,"196":1}}],["therefore",{"2":{"45":1,"70":1,"318":1}}],["there",{"0":{"70":1},"2":{"8":1,"11":1,"15":1,"30":1,"31":1,"34":1,"44":1,"48":1,"56":1,"59":1,"62":1,"69":3,"70":1,"73":1,"74":1,"85":1,"90":1,"92":3,"101":3,"106":1,"107":1,"118":2,"123":1,"131":1,"134":1,"137":2,"145":1,"151":1,"152":1,"161":1,"163":1,"168":1,"169":1,"173":1,"180":1,"189":1,"196":3,"211":1,"221":1,"234":1,"236":1,"237":1,"238":1,"245":2,"256":2,"266":1,"277":1,"282":1,"284":1,"288":2,"300":1,"301":1,"312":1,"316":1,"329":1,"335":2,"337":1}}],["these",{"0":{"119":1},"2":{"5":1,"7":1,"11":1,"21":1,"25":1,"29":1,"31":2,"53":1,"58":2,"64":1,"69":1,"82":1,"85":1,"87":1,"92":1,"103":1,"119":1,"125":3,"131":1,"137":2,"138":1,"145":1,"146":1,"147":1,"152":1,"155":1,"160":1,"173":1,"180":1,"185":1,"190":1,"210":1,"212":5,"217":1,"224":1,"229":1,"230":2,"231":1,"233":1,"236":2,"250":1,"255":1,"284":2,"297":1,"307":1,"315":1,"319":1,"320":1,"326":1,"329":1,"335":1}}],["then",{"2":{"1":1,"13":2,"23":1,"26":2,"31":1,"33":1,"41":1,"45":1,"82":1,"95":1,"116":1,"125":1,"133":1,"171":1,"174":1,"184":1,"200":1,"209":1,"210":1,"213":1,"234":1,"251":1,"252":1,"285":1,"294":1,"315":1,"342":1}}],["the",{"0":{"35":1,"102":1,"103":1,"120":1,"156":1,"162":1,"163":1,"164":1,"275":1,"317":1,"318":1,"319":1,"341":1,"342":1,"343":1,"344":1},"2":{"1":1,"2":5,"3":1,"4":6,"5":3,"6":4,"7":4,"10":5,"11":13,"12":7,"13":4,"15":1,"18":4,"19":1,"20":3,"21":15,"22":6,"23":1,"26":2,"28":1,"29":2,"30":7,"31":19,"32":14,"33":13,"34":9,"36":5,"38":1,"40":1,"41":15,"42":6,"43":5,"44":9,"45":1,"46":3,"47":5,"48":2,"49":1,"51":7,"52":7,"53":8,"54":1,"55":1,"56":1,"58":11,"59":2,"62":3,"63":4,"64":2,"65":1,"66":4,"67":7,"69":7,"70":3,"71":1,"73":1,"74":11,"75":5,"76":1,"77":3,"78":1,"80":12,"81":3,"82":10,"83":20,"85":1,"86":6,"87":2,"90":4,"91":2,"92":3,"93":2,"94":5,"95":4,"96":3,"97":8,"99":3,"100":2,"101":6,"102":2,"103":2,"104":2,"107":2,"108":5,"109":1,"110":2,"111":6,"112":12,"113":6,"114":1,"115":2,"116":15,"118":7,"119":5,"120":4,"121":2,"122":2,"123":4,"124":3,"125":10,"126":5,"127":1,"129":4,"130":1,"131":9,"132":2,"133":4,"134":10,"135":2,"136":5,"137":15,"138":3,"139":1,"141":4,"142":4,"143":4,"145":20,"146":1,"147":4,"148":1,"149":2,"150":8,"151":5,"152":27,"153":3,"155":1,"156":3,"157":1,"159":1,"160":1,"161":3,"162":1,"164":4,"167":14,"168":13,"169":4,"170":2,"171":5,"173":5,"174":6,"175":1,"177":25,"178":2,"179":2,"180":2,"182":5,"183":2,"184":2,"185":10,"186":1,"187":1,"189":1,"190":4,"191":1,"194":1,"196":13,"198":1,"199":3,"200":4,"201":8,"202":8,"203":5,"204":2,"206":1,"207":2,"209":6,"210":17,"211":8,"212":20,"213":13,"214":2,"216":4,"217":1,"218":11,"220":2,"221":3,"222":2,"223":1,"224":9,"226":2,"227":4,"229":7,"230":3,"231":3,"232":13,"233":6,"234":16,"235":11,"236":6,"237":3,"238":15,"239":1,"241":1,"244":2,"245":3,"246":14,"247":5,"248":1,"249":3,"250":3,"251":4,"252":22,"253":7,"254":1,"255":3,"256":8,"258":1,"260":5,"262":1,"263":1,"264":4,"266":1,"267":1,"268":1,"269":2,"270":3,"272":2,"273":5,"274":6,"275":8,"276":5,"277":12,"281":2,"282":4,"283":4,"284":26,"285":11,"286":1,"288":6,"289":7,"290":5,"291":3,"292":7,"294":8,"295":2,"296":1,"297":8,"299":1,"300":6,"301":7,"302":7,"303":1,"304":1,"305":1,"306":1,"307":2,"308":5,"309":1,"310":4,"312":5,"313":1,"314":2,"315":9,"316":4,"317":10,"318":13,"319":9,"320":3,"323":2,"324":8,"326":3,"328":1,"329":2,"331":1,"332":2,"335":6,"336":4,"337":8,"338":1,"341":3,"342":1,"343":5,"345":4}}],["they",{"2":{"0":1,"4":1,"7":1,"11":1,"15":1,"17":1,"20":1,"25":1,"31":1,"36":1,"44":1,"53":1,"57":1,"58":1,"69":1,"72":1,"80":1,"86":1,"98":1,"99":1,"114":2,"118":2,"122":1,"126":1,"127":1,"130":1,"131":1,"137":2,"142":1,"152":1,"173":1,"177":1,"178":1,"180":1,"183":1,"184":1,"185":1,"196":1,"210":1,"212":3,"223":2,"229":2,"233":1,"252":1,"254":1,"264":1,"276":2,"284":1,"291":1,"294":1,"297":1,"300":1,"302":1,"307":1,"308":1,"314":1,"335":1,"337":1}}],["tongue",{"2":{"289":1}}],["tour",{"0":{"181":1},"1":{"182":1,"183":1,"184":1,"185":1,"186":1,"187":1,"188":1,"189":1,"190":1,"191":1,"192":1,"193":1,"194":1}}],["together",{"2":{"131":1,"134":1}}],["tokens",{"2":{"284":2}}],["token",{"2":{"125":2,"232":2,"252":2,"284":1,"301":5}}],["topic",{"2":{"299":1}}],["top",{"0":{"89":1},"2":{"209":1,"342":1}}],["toward",{"2":{"63":1,"132":1}}],["today",{"2":{"47":1,"251":1,"319":1}}],["too",{"2":{"22":1,"55":1,"73":1,"152":3,"153":2,"218":2,"220":1,"267":1,"274":1,"275":1,"332":1}}],["toolchain",{"2":{"220":1}}],["tooling",{"2":{"73":1,"74":1,"75":1,"79":1,"80":1}}],["tool",{"2":{"1":1,"4":1,"58":1,"70":1,"218":1}}],["tools",{"0":{"5":1,"302":1},"2":{"0":1,"2":1,"4":1,"5":3,"6":1,"12":1,"25":1,"74":1,"80":4,"83":2,"86":1,"299":1}}],["totally",{"0":{"4":1,"5":1},"2":{"345":1}}],["to",{"0":{"92":1,"103":1,"125":1,"129":1,"156":1,"261":1,"291":1},"1":{"93":1,"94":1,"95":1,"96":1,"97":1,"98":1,"99":1,"100":1,"101":1,"102":1,"103":1,"104":1},"2":{"0":1,"1":3,"2":1,"4":2,"5":1,"6":4,"9":1,"10":1,"11":14,"12":3,"13":2,"14":1,"15":1,"16":3,"18":3,"20":2,"21":16,"22":5,"23":3,"25":2,"26":3,"28":3,"30":3,"31":8,"32":9,"33":10,"34":10,"35":1,"36":4,"37":2,"38":3,"39":3,"40":5,"41":7,"42":5,"44":11,"45":5,"47":4,"48":5,"49":1,"50":3,"51":5,"52":7,"53":2,"55":3,"56":5,"58":6,"59":7,"60":5,"62":4,"63":6,"64":3,"65":1,"66":4,"67":7,"69":14,"70":1,"71":3,"73":6,"74":26,"75":3,"76":1,"77":3,"78":3,"79":1,"80":5,"81":2,"82":8,"83":10,"86":5,"87":5,"89":3,"90":3,"91":6,"92":5,"93":6,"94":3,"95":1,"96":6,"97":5,"99":1,"100":6,"101":9,"102":4,"103":6,"104":3,"105":1,"106":1,"107":3,"108":11,"109":4,"110":2,"111":3,"112":6,"113":8,"115":2,"116":4,"118":4,"119":2,"121":3,"122":1,"123":5,"124":3,"125":7,"126":6,"127":1,"129":2,"130":1,"131":8,"132":2,"133":3,"134":7,"135":3,"136":3,"137":8,"138":13,"139":1,"141":5,"142":6,"143":6,"144":2,"145":12,"146":1,"147":7,"148":1,"150":5,"151":1,"152":11,"153":3,"155":4,"157":3,"158":1,"159":3,"160":2,"161":5,"162":2,"164":1,"165":1,"166":3,"167":12,"168":3,"169":3,"170":3,"171":3,"173":9,"174":1,"175":3,"176":1,"177":21,"178":2,"179":2,"180":4,"182":1,"183":1,"184":1,"185":8,"186":5,"187":1,"188":1,"189":8,"190":8,"191":1,"192":3,"193":2,"194":1,"195":1,"196":1,"197":2,"198":1,"199":3,"200":4,"201":1,"202":8,"203":1,"204":2,"206":3,"207":3,"209":7,"210":9,"211":10,"212":7,"213":8,"214":4,"215":3,"216":8,"217":1,"218":7,"219":2,"220":2,"221":6,"222":1,"223":2,"224":7,"225":3,"226":2,"227":5,"229":11,"230":3,"231":3,"232":4,"233":1,"234":4,"235":2,"236":2,"237":2,"238":8,"239":3,"245":11,"246":8,"247":3,"248":2,"250":5,"251":4,"252":11,"253":7,"254":2,"255":2,"256":15,"258":3,"259":2,"260":5,"261":4,"262":4,"263":3,"264":2,"265":4,"266":3,"267":1,"268":5,"269":5,"270":2,"272":2,"273":2,"274":7,"275":1,"276":7,"277":7,"278":1,"280":1,"281":1,"282":10,"284":12,"285":8,"286":3,"287":1,"288":2,"289":1,"290":1,"291":3,"292":8,"294":9,"295":2,"297":6,"298":1,"299":1,"300":1,"301":10,"302":6,"303":1,"304":1,"305":4,"306":3,"307":1,"308":3,"310":2,"311":2,"312":4,"313":4,"314":2,"315":11,"316":5,"317":5,"318":2,"319":5,"320":7,"323":1,"324":3,"325":3,"326":11,"328":4,"329":4,"330":4,"331":3,"332":2,"333":2,"334":1,"335":3,"336":7,"341":1,"343":2,"344":2,"345":7}}],["irrelevant",{"2":{"312":1}}],["irb",{"2":{"83":1}}],["ivars",{"0":{"258":1,"259":1},"2":{"258":1}}],["ip",{"2":{"252":1}}],["ignored",{"2":{"58":1,"211":1}}],["idempotent",{"2":{"313":1}}],["identify",{"0":{"290":1},"2":{"137":2,"215":1}}],["identifying",{"2":{"101":1,"210":1,"290":1}}],["identified",{"2":{"290":1}}],["identifiers",{"2":{"210":1}}],["identifier",{"2":{"137":1,"283":1}}],["identifies",{"2":{"64":1,"137":1}}],["ideal",{"2":{"102":1,"147":1,"156":1}}],["ideally",{"2":{"37":1,"46":1,"214":1}}],["idea",{"2":{"44":1,"111":1,"145":1,"229":1,"265":1}}],["id",{"2":{"44":4,"67":3,"112":4,"113":5,"134":1,"137":10,"138":9,"169":6,"173":1,"182":1,"189":2,"190":1,"210":1,"231":3,"237":2,"250":4,"252":6,"272":1,"274":4,"283":5,"284":4,"285":7,"288":2,"289":2,"290":1}}],["ids",{"0":{"137":1},"2":{"44":2,"136":1,"137":2,"138":1}}],["ios",{"2":{"36":1}}],["io",{"2":{"33":2}}],["i18ntranslations",{"2":{"224":3}}],["i18n",{"2":{"21":2,"53":1,"88":1,"112":2,"113":1,"150":2,"152":6,"195":1,"196":7,"200":1,"201":2,"204":2,"205":1,"224":1,"256":2,"342":2}}],["ico",{"0":{"16":1},"2":{"16":3}}],["icons",{"2":{"15":1}}],["icon",{"2":{"1":1,"162":1}}],["immature",{"2":{"301":1}}],["immediately",{"2":{"108":1,"137":1}}],["imlplies",{"2":{"124":1}}],["imagine",{"2":{"47":1}}],["imagemagick",{"2":{"80":1}}],["image",{"2":{"14":2,"74":2,"82":6,"141":1,"159":1,"161":1}}],["images",{"0":{"14":1},"2":{"9":1,"14":7,"15":1,"16":2,"42":6,"74":8,"82":1,"88":2,"90":2,"162":1}}],["img",{"2":{"14":1,"15":1,"162":1}}],["impossible",{"2":{"269":1}}],["imported",{"2":{"218":1}}],["importing",{"0":{"59":1},"2":{"218":1}}],["imports",{"2":{"58":3,"218":1}}],["import",{"2":{"23":1,"58":6,"59":3,"60":2,"218":8,"221":2,"343":2}}],["important",{"2":{"0":1,"18":1,"28":1,"38":1,"48":1,"52":1,"56":1,"62":1,"64":1,"71":1,"78":1,"87":1,"104":1,"109":1,"116":1,"121":1,"131":1,"143":1,"147":1,"157":1,"167":1,"175":1,"180":1,"206":1,"216":1,"221":1,"224":1,"227":1,"235":1,"236":1,"239":1,"248":1,"250":1,"263":1,"292":1,"297":1,"306":1,"312":1,"313":1,"331":1}}],["improve",{"2":{"211":1}}],["improvement",{"2":{"116":1,"222":1}}],["improvements",{"2":{"21":1,"22":1}}],["impenetrable",{"2":{"245":1}}],["imperative",{"2":{"191":1}}],["impelmented",{"2":{"36":1}}],["imply",{"2":{"141":1}}],["implies",{"2":{"74":2,"126":1,"185":1,"226":1,"330":1}}],["implicitly",{"2":{"13":1,"150":1}}],["implemented",{"2":{"239":1,"246":1,"304":1}}],["implementation",{"2":{"196":1,"227":2,"297":1,"326":6,"335":1}}],["implementations",{"2":{"22":1,"56":1,"119":1,"180":1,"258":1,"297":1}}],["implementing",{"0":{"33":1},"2":{"277":1}}],["implement",{"2":{"32":1,"50":2,"51":1,"167":2,"170":2,"177":1,"183":1,"245":1,"274":1,"279":1,"329":1,"335":1,"336":1}}],["implements",{"2":{"21":1,"125":1,"131":1,"177":2,"184":1,"230":1,"310":1}}],["if",{"2":{"1":1,"3":1,"7":1,"8":1,"13":1,"15":2,"22":2,"23":1,"26":1,"31":7,"33":1,"34":2,"36":1,"42":3,"43":2,"44":3,"45":1,"46":2,"47":2,"48":1,"51":1,"52":2,"53":1,"62":1,"67":2,"74":5,"75":1,"77":2,"82":1,"83":3,"90":2,"91":1,"95":1,"96":1,"98":1,"101":3,"102":1,"103":1,"106":1,"109":2,"112":2,"113":3,"127":1,"133":1,"134":2,"137":4,"138":3,"142":2,"145":1,"150":1,"151":1,"152":3,"159":1,"160":1,"167":1,"168":5,"169":2,"171":1,"177":10,"184":2,"186":1,"187":2,"191":1,"196":2,"199":3,"201":2,"202":10,"203":3,"209":1,"210":3,"211":1,"212":3,"218":1,"221":2,"222":1,"225":1,"229":1,"232":3,"233":1,"234":8,"235":3,"236":1,"237":1,"238":6,"251":1,"252":7,"255":2,"256":3,"258":1,"259":2,"261":2,"262":1,"274":3,"275":2,"276":5,"277":1,"278":1,"279":1,"280":1,"284":3,"285":2,"286":1,"288":1,"289":1,"291":1,"294":2,"295":1,"300":1,"301":1,"303":1,"305":1,"308":2,"310":1,"311":1,"313":2,"315":3,"317":1,"318":7,"319":1,"320":5,"324":1,"326":1,"329":1,"330":1,"336":4,"337":2,"343":1,"345":4}}],["infrastructure",{"2":{"246":1}}],["inform",{"0":{"101":1}}],["information",{"0":{"8":1,"232":1},"1":{"233":1,"234":1},"2":{"8":1,"110":1,"135":1,"177":1,"209":2,"210":1,"213":5,"230":3,"232":1,"235":1,"252":1,"301":1,"316":1,"326":1}}],["info",{"2":{"31":2,"52":1,"74":1,"113":1,"177":9,"184":1,"212":2,"243":4,"276":1,"294":1}}],["inaccurate",{"2":{"240":1}}],["inactive",{"2":{"66":1,"272":2,"310":2,"312":1}}],["ingestion",{"2":{"194":1}}],["injectible",{"0":{"232":1},"1":{"233":1,"234":1},"2":{"238":1}}],["injecting",{"0":{"235":1,"275":1},"2":{"112":1,"238":2,"274":1,"319":1}}],["injections",{"2":{"200":1,"325":1}}],["injection",{"0":{"230":1,"260":1},"1":{"231":1,"232":1,"233":1,"234":1,"235":1,"236":1,"237":1,"238":1,"239":1},"2":{"47":1,"52":2,"112":1,"167":1,"169":1,"177":1,"180":4,"235":1,"236":1,"237":1,"239":1,"252":1,"260":1,"275":1,"325":1}}],["injected",{"2":{"52":1,"177":1,"232":1,"234":5,"235":2,"237":2,"238":1,"253":1,"292":1}}],["inject",{"2":{"52":2,"224":1,"230":1,"235":4,"238":1,"260":1,"274":1,"279":1}}],["inherites",{"2":{"50":1}}],["inherits",{"2":{"50":2,"111":1}}],["init",{"0":{"160":1}}],["initiating",{"2":{"301":1}}],["initiated",{"2":{"169":1,"246":1}}],["initiate",{"2":{"75":1}}],["initial",{"2":{"40":1,"224":1,"267":1}}],["initialized",{"2":{"238":1}}],["initializers",{"2":{"118":1,"125":1}}],["initializer",{"0":{"341":1},"2":{"47":1,"48":2,"50":2,"51":1,"52":1,"111":1,"124":1,"125":3,"167":1,"169":1,"180":2,"226":1,"230":1,"231":1,"236":1,"252":5,"259":1,"279":1,"294":2,"341":1}}],["initialize",{"2":{"36":1,"45":1,"51":1,"52":1,"53":1,"112":3,"113":2,"125":3,"126":1,"137":1,"151":1,"168":1,"169":1,"182":1,"183":1,"184":1,"186":1,"224":1,"231":1,"235":1,"252":2,"273":1,"274":2,"279":2,"336":1,"337":1,"341":1}}],["initially",{"2":{"20":1,"21":1,"267":1}}],["inititalizers",{"2":{"51":1}}],["initalizer",{"2":{"36":1}}],["inner",{"2":{"32":1,"53":2}}],["independent",{"2":{"312":1}}],["index|",{"2":{"335":1}}],["indexes",{"0":{"335":1},"2":{"189":1}}],["indexed",{"0":{"332":1},"1":{"333":1,"334":1,"335":1,"336":1,"337":1},"2":{"125":1}}],["index",{"2":{"10":2,"13":1,"20":1,"23":1,"58":3,"60":1,"125":1,"138":5,"145":3,"218":3,"273":2,"335":3,"336":7,"337":12,"339":1,"341":3,"342":3,"343":5}}],["indirect",{"2":{"100":1}}],["individual",{"2":{"93":1}}],["indicator",{"2":{"44":1}}],["indicates",{"2":{"102":1,"170":1,"238":1}}],["indicate",{"2":{"34":1,"177":1,"326":1,"335":1,"336":1}}],["indicating",{"2":{"31":1,"150":1}}],["insights",{"2":{"213":1}}],["inside",{"0":{"90":1,"91":1},"2":{"21":1,"32":2,"48":1,"59":1,"64":1,"74":1,"82":1,"90":3,"96":1,"103":1,"125":1,"131":1,"145":4,"152":2,"199":4,"210":1,"211":1,"212":1,"228":1,"229":5,"251":1,"294":1,"324":1,"342":1,"343":1}}],["inspect",{"2":{"201":1}}],["insulating",{"2":{"100":1}}],["inserts",{"2":{"288":1}}],["inserted",{"2":{"211":1,"251":1,"270":1}}],["insert",{"2":{"64":1,"152":1,"275":3}}],["instruments",{"2":{"211":1}}],["instrumented",{"0":{"211":1},"2":{"212":1}}],["instrument",{"0":{"209":1},"2":{"211":1,"212":1,"215":1}}],["instrumentationhandler",{"2":{"213":2}}],["instrumentation",{"0":{"207":1,"210":1,"212":1},"1":{"208":1,"209":1,"210":1,"211":1,"212":1,"213":1,"214":1,"215":1,"216":1},"2":{"136":2,"207":1,"209":1,"210":5,"212":5,"213":2,"214":2,"215":1,"216":1,"224":1,"302":1,"307":1}}],["instructions",{"2":{"82":2,"329":1}}],["installs",{"2":{"86":1}}],["install",{"2":{"59":1,"83":1,"108":1,"159":3,"161":2,"229":1}}],["installed",{"2":{"30":1,"66":2,"81":1,"159":1,"229":6}}],["instantiated",{"2":{"235":1,"277":1}}],["instantiates",{"2":{"235":1}}],["instantiate",{"2":{"127":1,"236":1,"252":1}}],["instantiating",{"2":{"47":1}}],["instances",{"2":{"320":1}}],["instance",{"0":{"258":1},"2":{"40":2,"66":1,"125":1,"167":4,"168":1,"185":2,"186":1,"212":1,"231":1,"232":2,"233":1,"238":1,"252":1,"255":1,"258":1,"279":1,"292":1,"319":1,"325":1,"344":1}}],["instead",{"2":{"11":1,"26":1,"52":1,"58":1,"99":1,"100":1,"133":1,"136":1,"151":1,"161":2,"167":1,"194":1,"225":1,"227":1,"230":1,"237":1,"238":1,"253":1,"274":1,"318":2,"327":1,"337":1}}],["inputevent",{"2":{"145":5}}],["inputdeclarations",{"2":{"131":1}}],["inputdefinition",{"2":{"124":1,"131":1}}],["inputtag",{"2":{"125":3,"151":2,"152":2,"185":3,"187":2,"338":1,"342":1,"343":1}}],["inputs",{"2":{"125":2,"126":1,"129":2,"131":2,"152":1,"185":4,"187":2,"273":1,"337":2}}],["input",{"2":{"20":1,"21":1,"94":2,"124":14,"125":13,"129":1,"131":11,"145":4,"150":4,"151":6,"152":20,"153":1,"168":1,"185":7,"186":1,"187":2,"242":1,"243":1,"273":3,"274":1,"335":3,"336":2,"337":4,"338":2,"339":1,"341":3,"342":6,"343":9,"344":2}}],["intl",{"2":{"317":1}}],["intializer",{"2":{"230":1,"238":1}}],["intitializer",{"2":{"112":1,"113":1}}],["introducing",{"2":{"200":1}}],["int",{"2":{"134":1,"138":1,"301":1}}],["integrate",{"2":{"246":1}}],["integrity",{"2":{"70":1,"137":2,"142":1}}],["integer",{"2":{"124":1}}],["intend",{"2":{"301":1}}],["intends",{"2":{"141":1}}],["intended",{"2":{"40":1,"47":1,"55":1,"87":1,"91":1,"287":1,"292":1}}],["intent",{"2":{"53":1,"326":1}}],["interpret",{"2":{"238":1}}],["interprets",{"2":{"186":1}}],["interpolation",{"2":{"198":1}}],["interpolated",{"2":{"197":1,"200":1,"203":2}}],["interact",{"2":{"92":1,"94":1,"122":1,"167":1,"173":1,"245":1,"292":1}}],["interacting",{"2":{"63":1,"145":1}}],["interactivity",{"2":{"26":1}}],["interactions",{"2":{"70":1,"123":1}}],["interaction",{"2":{"22":1,"122":1}}],["internationalization",{"2":{"195":1}}],["internationaliztion",{"0":{"195":1},"1":{"196":1,"197":1,"198":1,"199":1,"200":1,"201":1,"202":1,"203":1,"204":1,"205":1,"206":1}}],["internal",{"0":{"264":1},"2":{"255":1}}],["internally",{"2":{"131":1}}],["internals",{"2":{"18":1,"28":1,"30":1,"33":1,"38":1,"48":1,"56":1,"62":1,"71":1,"78":1,"87":1,"104":1,"109":1,"116":1,"131":1,"143":1,"147":1,"157":1,"175":1,"180":1,"206":1,"216":1,"221":1,"227":1,"239":1,"263":1,"292":1,"297":1,"306":1,"313":1,"331":1}}],["internet",{"2":{"66":1,"272":1}}],["interface",{"0":{"31":1},"2":{"31":1,"108":1,"210":1,"246":2}}],["into",{"2":{"2":1,"10":1,"15":1,"26":1,"31":1,"43":1,"44":1,"47":1,"56":1,"58":1,"67":1,"70":1,"77":1,"80":1,"83":1,"87":1,"94":2,"106":1,"108":3,"116":1,"123":1,"138":1,"151":1,"164":1,"169":1,"177":2,"186":1,"187":1,"198":1,"201":1,"211":1,"218":1,"230":1,"231":1,"235":3,"237":1,"238":4,"245":1,"251":2,"252":2,"260":1,"279":1,"284":1,"292":1,"302":1,"318":1,"320":1}}],["increasing",{"2":{"116":1,"345":1}}],["increases",{"2":{"109":1}}],["including",{"2":{"23":1,"31":1,"59":1,"82":1,"90":2,"123":1,"168":1,"211":1,"234":1,"246":1,"252":1,"285":1}}],["include",{"2":{"58":1,"67":1,"80":1,"125":4,"151":1,"182":1,"187":1,"202":1,"218":1,"224":2,"247":1,"256":1,"266":2,"272":1,"273":1,"301":2,"310":1,"317":1,"337":1,"342":1,"343":3}}],["includes",{"2":{"19":1,"22":1,"60":1,"63":1,"73":1,"80":1,"125":1,"136":1,"161":1,"183":1,"187":1,"188":1,"194":1,"201":1,"207":1,"224":2,"246":1,"277":1,"282":1,"303":1,"323":1}}],["included",{"2":{"15":2,"20":1,"52":1,"60":1,"66":1,"73":1,"74":1,"75":1,"134":1,"152":2,"167":2,"192":1,"200":1,"203":2,"213":1,"218":1,"224":1,"266":1,"301":2,"320":1,"326":1}}],["incorrect",{"2":{"8":1}}],["inlinesvglocator",{"2":{"233":1}}],["inline",{"2":{"15":1,"90":1,"302":3,"305":1}}],["inlined",{"2":{"15":1}}],["invalid>",{"2":{"152":1}}],["invalid",{"2":{"67":1,"70":1,"94":1,"118":1,"152":6,"273":1,"286":1,"318":2,"320":1}}],["invalidate",{"2":{"11":1}}],["invoke",{"2":{"281":1}}],["invoking",{"2":{"118":1}}],["involved",{"2":{"288":1}}],["involves",{"2":{"222":1,"324":1}}],["involve",{"2":{"169":1,"277":1}}],["involvement",{"2":{"1":1}}],["invocations",{"2":{"33":1}}],["invocation",{"2":{"31":1,"33":1,"284":1}}],["in",{"0":{"25":1,"35":1,"126":1,"136":1,"174":1,"202":1,"252":1,"259":1,"261":1,"266":1,"324":1},"1":{"137":1},"2":{"1":1,"2":2,"4":1,"7":1,"9":1,"10":2,"11":1,"12":2,"13":2,"15":6,"17":1,"20":2,"21":3,"22":1,"25":2,"26":3,"29":1,"30":1,"31":3,"32":3,"34":2,"36":1,"37":2,"41":2,"42":2,"43":3,"44":5,"45":2,"46":1,"47":3,"48":1,"49":1,"50":2,"51":2,"52":4,"53":4,"57":1,"58":8,"59":1,"62":1,"63":2,"64":5,"66":5,"67":4,"69":2,"70":3,"72":1,"73":1,"74":6,"75":3,"76":1,"77":1,"80":1,"81":1,"82":2,"83":4,"86":3,"87":2,"90":2,"94":2,"95":1,"96":1,"98":1,"99":2,"100":2,"101":4,"105":1,"106":11,"107":3,"108":1,"110":2,"111":1,"112":7,"113":1,"114":1,"116":1,"118":2,"119":2,"120":2,"122":1,"123":2,"124":1,"125":2,"126":4,"130":1,"134":4,"135":2,"137":5,"138":5,"139":1,"141":3,"142":2,"143":1,"145":7,"147":1,"149":1,"150":1,"151":1,"152":3,"155":1,"161":2,"162":1,"166":1,"167":5,"168":1,"170":1,"171":1,"173":2,"177":11,"178":1,"179":3,"180":4,"182":1,"184":1,"185":4,"186":1,"187":1,"189":1,"190":3,"191":3,"192":1,"194":1,"196":3,"198":1,"200":3,"201":5,"202":2,"203":2,"204":2,"207":3,"209":2,"210":2,"211":4,"212":10,"213":2,"218":9,"221":1,"222":1,"224":3,"226":2,"227":2,"229":6,"230":1,"231":1,"232":2,"234":1,"235":4,"236":1,"237":5,"238":4,"239":1,"240":2,"241":1,"245":2,"246":4,"250":4,"251":2,"252":1,"259":1,"260":3,"261":1,"262":4,"264":3,"265":1,"266":1,"267":2,"269":2,"270":3,"272":3,"273":4,"274":2,"275":7,"276":4,"277":8,"279":2,"282":1,"284":3,"285":2,"286":1,"288":2,"292":2,"294":3,"295":1,"296":2,"297":2,"300":1,"301":3,"302":2,"304":1,"305":2,"307":1,"309":1,"310":5,"311":1,"312":2,"313":1,"315":2,"316":3,"317":1,"318":4,"319":3,"320":3,"322":2,"323":3,"324":1,"325":1,"326":3,"328":1,"332":1,"333":1,"335":1,"336":1,"342":1,"343":3,"345":1}}],["iso",{"2":{"182":1}}],["isolated",{"2":{"325":1}}],["isolate",{"2":{"115":1}}],["isn",{"2":{"53":1,"56":1,"77":1,"82":1,"155":2,"156":1,"224":1,"236":1,"285":1}}],["issue",{"2":{"51":1,"103":1,"152":1,"161":1,"210":1,"336":1}}],["issues",{"2":{"12":1,"21":1,"74":1,"179":1,"210":1,"215":1,"274":1,"294":1,"298":1,"304":1}}],["is",{"0":{"11":1,"66":1,"70":1,"142":1,"155":1,"211":1,"240":1,"247":1,"248":1,"291":1,"325":1},"2":{"1":1,"2":1,"3":2,"4":1,"6":3,"7":1,"8":4,"9":1,"10":3,"11":4,"12":5,"13":1,"15":2,"16":1,"18":1,"20":3,"21":2,"26":1,"28":1,"30":2,"31":6,"32":2,"33":2,"34":4,"36":4,"38":1,"39":2,"40":3,"41":5,"42":2,"43":6,"44":9,"45":1,"46":1,"47":2,"48":3,"50":2,"51":4,"52":1,"53":2,"54":1,"56":2,"58":8,"59":2,"60":2,"62":3,"63":2,"64":1,"65":1,"66":4,"67":3,"69":6,"70":3,"71":1,"74":6,"75":1,"76":1,"77":1,"78":1,"80":4,"82":6,"83":2,"86":6,"87":4,"90":3,"91":1,"92":4,"93":2,"94":2,"95":1,"96":2,"97":6,"100":3,"101":4,"102":4,"104":2,"105":2,"106":1,"107":1,"108":5,"109":3,"110":2,"111":2,"112":5,"113":2,"116":10,"118":4,"120":9,"121":5,"122":1,"125":3,"126":1,"129":1,"131":2,"133":3,"134":11,"136":1,"137":13,"138":2,"141":1,"142":3,"143":4,"144":1,"145":6,"146":3,"147":4,"148":1,"150":7,"152":15,"156":3,"157":1,"158":1,"159":1,"160":1,"167":7,"168":2,"169":3,"170":1,"171":1,"173":3,"174":2,"175":1,"176":1,"177":25,"180":3,"182":2,"185":5,"186":3,"187":3,"188":1,"189":2,"191":2,"192":2,"196":3,"199":1,"200":4,"201":3,"202":6,"203":9,"206":1,"207":1,"209":5,"210":5,"211":4,"212":14,"213":4,"215":1,"216":3,"217":1,"218":7,"219":1,"220":2,"221":4,"222":4,"224":4,"227":3,"229":1,"230":4,"232":3,"234":9,"235":9,"236":3,"237":1,"238":9,"239":2,"240":4,"243":10,"245":2,"246":12,"247":2,"248":1,"249":1,"251":2,"252":12,"255":1,"256":2,"258":2,"259":1,"260":1,"261":2,"262":1,"263":1,"264":2,"266":2,"267":2,"268":1,"270":1,"274":1,"275":2,"276":4,"277":2,"281":1,"282":1,"283":3,"284":12,"285":3,"287":1,"288":2,"289":1,"290":6,"292":2,"294":6,"297":2,"299":1,"300":1,"301":5,"302":3,"304":2,"306":1,"307":2,"308":1,"309":3,"310":3,"311":1,"312":2,"313":4,"314":2,"315":7,"317":6,"318":9,"319":1,"320":3,"321":1,"324":3,"326":11,"328":1,"329":4,"330":1,"331":1,"335":2,"336":1,"343":2,"345":3}}],["i",{"2":{"1":1,"3":1,"8":1,"121":1,"147":1,"229":1,"234":2,"251":2,"283":1,"345":2}}],["italic",{"2":{"343":1}}],["items",{"2":{"162":1}}],["iterate",{"2":{"141":1,"335":1}}],["iteration",{"2":{"108":1}}],["itself",{"2":{"43":1,"80":1,"101":1,"116":2,"135":1,"152":1,"177":1,"212":1,"294":1,"297":1}}],["its",{"2":{"11":2,"12":1,"22":2,"34":1,"40":1,"41":1,"44":1,"50":1,"52":1,"60":2,"64":1,"74":1,"80":1,"86":1,"106":1,"127":1,"131":1,"132":1,"142":1,"149":1,"152":2,"174":1,"177":1,"182":1,"185":2,"186":1,"209":1,"218":1,"224":1,"226":1,"246":1,"248":1,"250":1,"252":2,"253":2,"284":1,"296":1,"301":2,"304":1,"319":1}}],["it",{"0":{"11":1,"142":1,"261":1},"2":{"0":1,"1":1,"3":1,"4":1,"5":1,"6":1,"8":2,"11":5,"16":1,"20":1,"21":4,"23":2,"31":2,"33":1,"35":2,"36":2,"40":1,"41":3,"42":2,"44":6,"47":1,"50":1,"51":3,"52":3,"53":4,"58":1,"59":1,"60":5,"62":1,"64":1,"65":1,"67":2,"74":2,"81":4,"82":1,"83":2,"86":5,"92":1,"94":3,"95":4,"100":2,"101":5,"102":4,"103":2,"105":2,"106":2,"109":3,"112":4,"113":1,"115":1,"116":1,"118":2,"119":1,"120":1,"121":3,"124":1,"127":1,"131":3,"134":2,"135":2,"137":5,"138":7,"141":4,"143":1,"145":5,"147":3,"148":1,"150":1,"152":5,"155":2,"156":2,"158":1,"159":1,"160":2,"161":2,"163":1,"167":1,"169":1,"170":2,"171":1,"173":4,"174":1,"177":1,"178":1,"179":1,"180":2,"182":2,"185":3,"186":1,"188":3,"189":4,"191":2,"193":1,"196":2,"197":3,"198":1,"199":2,"200":3,"201":1,"202":3,"203":4,"209":4,"210":1,"211":2,"212":3,"213":2,"214":1,"216":1,"218":8,"220":3,"221":1,"222":6,"224":3,"229":2,"230":3,"231":1,"233":1,"234":6,"235":6,"238":7,"239":3,"240":1,"245":4,"246":1,"247":3,"248":1,"251":1,"252":4,"253":2,"256":1,"258":1,"259":2,"260":1,"261":5,"262":2,"264":2,"265":2,"267":2,"269":1,"272":2,"273":1,"274":1,"275":2,"276":1,"277":2,"279":1,"282":1,"285":2,"288":2,"289":1,"292":3,"294":2,"295":1,"297":1,"300":2,"301":2,"305":2,"309":1,"310":1,"312":1,"313":1,"314":1,"315":2,"317":2,"318":7,"319":1,"324":1,"325":5,"326":5,"328":2,"329":1,"330":1,"336":1,"339":2,"344":1,"345":4}}],["swill",{"2":{"286":1}}],["swap",{"2":{"13":1}}],["sql",{"2":{"134":1,"189":1,"209":1,"211":3,"245":1,"246":1,"315":1,"345":1}}],["small",{"2":{"110":1,"339":1,"343":1,"344":1}}],["smaller",{"2":{"60":1}}],["slash",{"2":{"283":2}}],["slim",{"2":{"267":1}}],["slightly",{"2":{"92":1,"233":1}}],["slowest",{"2":{"209":1}}],["slow",{"2":{"96":1,"98":1,"103":1}}],["sketch",{"2":{"342":1}}],["skepticism",{"0":{"8":1}}],["skipping",{"2":{"135":1}}],["skip",{"2":{"74":5,"136":2,"202":4}}],["symbol",{"2":{"177":1,"238":1}}],["synthetic",{"2":{"137":1,"138":1}}],["syntax",{"0":{"242":1,"283":1},"2":{"66":1,"218":1,"242":1,"272":1,"310":1}}],["synchronous",{"2":{"102":1,"145":1}}],["systems",{"2":{"63":1,"67":1,"132":1,"134":1,"137":1,"138":1,"142":1,"189":1,"272":1}}],["system",{"2":{"33":2,"41":2,"42":1,"60":1,"67":1,"80":3,"81":3,"94":1,"111":1,"121":1,"134":1,"135":2,"137":1,"138":1,"142":1,"155":1,"189":2,"272":1,"281":1,"302":1,"315":2,"343":1}}],["shallow",{"0":{"289":1}}],["sharing",{"2":{"137":1}}],["share",{"2":{"180":1,"297":1}}],["shares",{"2":{"80":1}}],["shared",{"2":{"64":1,"137":1,"170":1,"277":1,"328":2}}],["ship",{"2":{"305":1}}],["shiki",{"2":{"242":1}}],["shim",{"2":{"87":1}}],["shuts",{"2":{"82":1}}],["shell>",{"2":{"250":2}}],["shell",{"2":{"77":1,"83":2}}],["shopify",{"2":{"229":1}}],["short",{"2":{"53":1,"87":1,"137":2,"152":3,"153":2}}],["shown",{"2":{"82":1,"83":1,"152":2,"212":2,"273":1,"337":1}}],["show",{"2":{"26":1,"31":1,"32":6,"34":1,"83":1,"97":1,"125":1,"168":1,"169":1,"202":1,"224":1,"316":2,"319":1,"332":1}}],["shows",{"2":{"21":1,"31":2,"74":1,"94":1}}],["should",{"0":{"3":1,"4":1,"5":1,"8":1,"288":1},"2":{"3":1,"4":1,"13":2,"21":1,"26":1,"31":1,"32":2,"33":3,"37":1,"42":1,"59":1,"66":2,"69":1,"70":2,"75":1,"86":2,"87":1,"95":1,"96":1,"99":1,"101":2,"103":1,"106":1,"107":1,"113":1,"135":1,"137":1,"138":2,"141":3,"142":1,"143":1,"145":2,"153":1,"170":1,"171":1,"174":1,"177":1,"180":1,"202":1,"210":1,"211":1,"213":1,"222":1,"224":1,"227":1,"229":1,"236":3,"237":2,"238":3,"250":1,"252":1,"253":1,"256":1,"258":1,"264":1,"273":1,"275":1,"276":2,"285":1,"286":1,"288":1,"294":1,"296":2,"307":1,"310":1,"315":1,"318":1,"320":1,"326":1,"328":2,"330":2}}],["scope",{"2":{"76":1}}],["scoped",{"2":{"52":1,"238":1}}],["schema",{"0":{"132":1,"189":1},"1":{"133":1,"134":1,"135":1,"136":1,"137":1,"138":1,"139":1,"140":1,"141":1,"142":1,"143":1},"2":{"70":1,"83":1,"90":2,"132":1,"133":3,"141":1,"189":1,"211":1,"315":1}}],["scale=1",{"2":{"224":1}}],["scale",{"2":{"51":6}}],["scaffolded",{"2":{"134":1}}],["scaffolding",{"2":{"80":1}}],["scaffold",{"2":{"51":2,"53":2,"83":2,"145":2,"250":3,"273":3,"323":1,"335":2,"341":1}}],["scriptable",{"2":{"86":1}}],["scripted",{"2":{"80":1}}],["scripts",{"2":{"74":1,"80":2,"87":1,"89":1,"305":1}}],["scripting",{"2":{"34":1}}],["script",{"2":{"33":1,"74":1,"183":2,"218":1,"224":1,"268":1,"302":1,"303":1}}],["screens",{"2":{"26":1}}],["scratch",{"2":{"8":1}}],["spying",{"2":{"324":1}}],["spoiler",{"2":{"144":1}}],["sp",{"2":{"60":1,"343":2}}],["span>",{"2":{"342":1}}],["span>label",{"2":{"342":1}}],["span",{"2":{"212":17,"213":1,"342":1,"343":2}}],["spans",{"2":{"210":1,"212":1}}],["sparingly",{"2":{"101":1}}],["spawn",{"2":{"33":1}}],["space",{"0":{"314":1},"1":{"315":1,"316":1,"317":1,"318":1,"319":1,"320":1},"2":{"21":1,"112":1,"134":1,"138":1,"252":1}}],["spent",{"2":{"211":1}}],["spec",{"2":{"51":1,"53":1,"66":1,"67":4,"94":2,"107":5,"145":2,"250":2,"323":1,"330":3}}],["specsupport",{"2":{"95":1,"171":4,"204":1,"237":1,"255":1,"256":6,"264":2,"320":2,"326":1}}],["specs",{"0":{"91":1},"2":{"51":1,"53":1,"66":3,"67":2,"88":1,"89":1,"91":8,"107":1,"118":2,"145":2,"250":3,"272":1,"323":2,"329":2,"330":1}}],["special",{"0":{"42":1},"2":{"107":1,"116":1,"135":1,"138":1,"203":1,"224":1,"237":1,"252":1,"256":1,"284":1,"294":4}}],["specified",{"2":{"45":1,"134":1,"229":1,"283":1}}],["specifically",{"2":{"284":1}}],["specification",{"2":{"199":1,"294":1}}],["specifications",{"2":{"118":1}}],["specifics",{"2":{"134":1,"210":1}}],["specific",{"0":{"199":1,"262":1},"2":{"10":1,"21":2,"25":1,"29":1,"31":1,"47":1,"62":1,"75":1,"89":1,"95":1,"141":1,"143":1,"150":2,"171":1,"179":1,"209":1,"215":2,"221":1,"256":1,"277":1,"288":1,"290":1}}],["specify",{"2":{"32":1,"34":1,"124":1,"137":1,"138":1,"150":1,"284":1,"335":1}}],["specifying",{"0":{"150":1},"2":{"31":1,"149":1}}],["spelling",{"2":{"6":1}}],["svg",{"2":{"15":3}}],["svgs",{"0":{"15":1},"2":{"15":2,"88":1,"90":2}}],["signup",{"2":{"270":1}}],["signed",{"2":{"269":1}}],["significantly",{"2":{"134":1,"220":1}}],["significant",{"2":{"100":1}}],["situation",{"2":{"236":1,"296":1}}],["situations",{"2":{"155":1}}],["sites",{"2":{"245":1,"308":1}}],["site",{"2":{"21":1,"118":1,"121":1,"201":1,"240":1,"246":1,"299":1,"301":5,"308":3,"316":1}}],["silicon",{"2":{"74":1}}],["simliarly",{"2":{"199":1}}],["simplicity",{"2":{"343":1}}],["simplistic",{"2":{"174":1,"211":1}}],["simplify",{"2":{"199":1,"219":1,"256":1,"270":1}}],["simplifying",{"2":{"53":1}}],["simplifies",{"2":{"58":1}}],["simplest",{"2":{"108":2,"145":1,"159":1}}],["simple",{"0":{"51":1},"2":{"144":1,"174":1,"216":1,"245":1,"281":1,"294":1,"322":1,"326":1,"345":1}}],["simpler",{"2":{"11":1,"60":1,"260":1}}],["simply",{"2":{"36":1,"137":1,"148":1,"245":1,"252":1}}],["similarly",{"2":{"111":1,"165":1,"169":1}}],["similar",{"2":{"32":1,"60":1,"131":1,"134":1,"176":1,"177":1,"179":1,"180":1,"183":1,"277":1,"294":1,"297":1}}],["six",{"2":{"31":1}}],["side>",{"2":{"152":1}}],["sidekiq",{"2":{"74":1,"95":3,"222":3,"246":1}}],["side",{"0":{"130":1,"152":1,"213":1},"2":{"21":8,"23":2,"25":1,"26":1,"121":1,"123":2,"124":1,"126":3,"130":2,"131":1,"148":2,"149":2,"150":7,"151":1,"152":8,"153":1,"156":1,"167":1,"168":2,"185":1,"186":1,"213":8,"216":2,"219":1,"220":1,"224":3,"246":3,"262":1,"273":2,"274":2,"336":3,"337":1}}],["sizes",{"2":{"339":1}}],["size",{"2":{"12":1,"51":1,"341":3,"343":6,"344":1}}],["sinatra",{"2":{"180":2,"230":1,"292":3,"297":2}}],["singing",{"2":{"342":1}}],["single",{"0":{"26":1,"289":1},"2":{"11":1,"21":2,"25":1,"31":1,"37":2,"58":2,"60":1,"62":1,"99":1,"125":1,"145":1,"187":1,"218":1,"221":1,"224":1,"289":1,"333":1}}],["sings",{"2":{"7":1}}],["since",{"2":{"8":1,"15":1,"41":1,"44":1,"51":1,"53":1,"67":1,"70":3,"80":1,"86":2,"93":1,"101":1,"105":1,"113":1,"116":1,"122":1,"123":1,"125":1,"134":1,"138":1,"150":1,"174":1,"185":1,"192":1,"218":1,"222":1,"226":1,"234":1,"235":1,"236":1,"250":1,"258":1,"275":1,"277":1,"295":1,"302":1,"335":1,"343":1}}],["safe",{"2":{"200":5,"238":1,"264":1,"300":1,"325":1}}],["safely",{"2":{"30":1,"33":1,"137":1,"141":1,"319":1}}],["sans",{"2":{"162":1}}],["saves",{"2":{"199":1}}],["save",{"2":{"138":1,"168":1,"337":1,"344":1}}],["saved",{"2":{"96":1}}],["savings",{"2":{"100":1}}],["saving",{"2":{"11":1,"136":2}}],["saw",{"2":{"52":1,"168":1}}],["samesite",{"2":{"308":1}}],["same",{"2":{"10":1,"11":1,"30":1,"32":1,"41":1,"46":1,"69":1,"80":3,"91":2,"134":2,"137":1,"143":1,"150":1,"152":2,"168":1,"170":1,"196":1,"202":3,"223":1,"229":2,"291":1,"297":1,"310":1,"315":1,"332":2}}],["say",{"2":{"8":1,"11":1,"32":1,"51":1,"58":1,"112":1,"124":1,"137":1,"173":1,"199":1,"236":1,"238":1,"315":3}}],["said",{"0":{"262":1},"2":{"4":1,"5":1,"33":1,"36":1,"67":1,"70":1,"73":1,"145":1,"252":1,"295":1,"298":1,"326":1}}],["semantic",{"2":{"262":1}}],["semantics",{"2":{"211":1,"297":1}}],["semantically",{"2":{"101":1,"307":1}}],["searching",{"2":{"290":1}}],["search",{"0":{"290":1},"2":{"142":2}}],["searched",{"2":{"53":2}}],["self",{"2":{"112":3,"274":2,"279":3,"335":1}}],["selector",{"2":{"256":2}}],["selectors",{"0":{"100":1,"261":1},"2":{"100":1,"101":1,"261":1}}],["selected",{"2":{"151":1}}],["selecttagwithoptions",{"2":{"125":1}}],["select",{"2":{"21":1,"124":1,"125":1,"129":1,"136":3,"185":1}}],["sesion",{"2":{"112":1}}],["session",{"0":{"110":1,"112":1,"318":1},"1":{"111":1,"112":1,"113":1,"114":1,"115":1,"116":1},"2":{"44":1,"51":2,"52":1,"83":2,"110":1,"111":5,"112":21,"113":2,"114":2,"115":1,"116":6,"177":10,"212":3,"231":2,"232":3,"233":3,"235":4,"236":1,"237":2,"238":2,"252":7,"274":8,"275":4,"276":3,"300":2,"301":1,"308":1,"316":3,"317":3,"318":4,"319":1,"320":2}}],["sessionsupport",{"2":{"320":1}}],["sessions",{"0":{"300":1,"308":1,"316":1},"1":{"317":1,"318":1,"319":1},"2":{"26":1,"110":1,"299":1}}],["serfvers",{"2":{"229":1}}],["serializing",{"2":{"315":1}}],["serialized",{"2":{"116":1,"318":1}}],["serial",{"2":{"134":1}}],["series",{"2":{"108":1,"133":1}}],["service",{"2":{"191":1,"210":1}}],["services",{"2":{"74":1,"191":1}}],["serve",{"2":{"75":1,"179":1}}],["servers",{"2":{"75":2,"228":1,"229":2}}],["server",{"0":{"152":1,"228":1},"1":{"229":1},"2":{"21":4,"26":1,"29":1,"30":1,"83":2,"104":2,"118":1,"122":1,"123":2,"126":2,"130":1,"143":1,"148":2,"149":2,"150":5,"151":1,"152":6,"168":1,"173":4,"185":1,"186":1,"213":2,"220":1,"221":1,"224":2,"229":3,"246":5,"250":1,"273":1,"274":1,"301":1,"336":3,"337":1}}],["served",{"2":{"17":1,"26":2,"58":1,"90":1,"213":1,"218":1}}],["serves",{"2":{"4":1,"69":1,"152":1,"245":1}}],["sequence",{"2":{"99":1}}],["sequels",{"2":{"134":1}}],["sequel",{"0":{"136":1},"1":{"137":1},"2":{"41":5,"63":3,"64":7,"67":3,"70":1,"132":3,"133":2,"134":2,"135":1,"136":7,"137":1,"142":3,"143":2,"189":4,"190":1,"211":2,"245":1}}],["segments",{"2":{"283":1,"284":3,"289":2}}],["segment",{"2":{"74":1,"75":1,"283":1,"284":3}}],["secure",{"2":{"301":1}}],["securitiy",{"2":{"298":1}}],["security",{"0":{"298":1,"302":1},"1":{"299":1,"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1,"307":1,"308":1},"2":{"44":2,"83":1,"163":1,"177":1,"298":1,"299":3,"302":2,"304":1,"305":1,"308":1}}],["secret",{"2":{"186":1,"300":1}}],["sections",{"2":{"119":1,"342":1}}],["section",{"2":{"63":1,"126":1,"139":1,"185":1,"232":1,"252":1,"301":1,"317":1,"323":2,"342":1}}],["seconds",{"2":{"96":1,"103":1,"138":1}}],["second",{"2":{"6":1,"51":1,"97":1,"108":1,"218":1}}],["separation",{"2":{"69":1}}],["separate",{"2":{"12":1,"53":1,"80":1,"81":1,"158":1}}],["seperately",{"2":{"41":1}}],["sensitive",{"2":{"211":2,"320":1}}],["sense",{"0":{"314":1},"1":{"315":1,"316":1,"317":1,"318":1,"319":1,"320":1},"2":{"33":1,"100":1,"127":1,"173":1,"261":1,"291":1}}],["sent",{"2":{"118":1,"210":1,"211":1,"234":1,"246":1,"302":1,"308":1,"319":1}}],["sending",{"2":{"118":1}}],["send",{"2":{"45":3,"46":1,"47":2,"210":2,"213":2,"344":1}}],["sendgrid",{"2":{"45":5,"46":4,"47":1}}],["sends",{"2":{"21":2,"224":1,"277":1,"317":1,"336":1}}],["several",{"2":{"23":1,"39":1,"63":1,"83":1,"123":1,"222":1,"284":1,"298":1}}],["setweight",{"2":{"142":2}}],["sets",{"2":{"44":2,"90":1,"93":1,"136":1,"167":1,"210":1,"211":1,"302":1,"325":1,"333":1}}],["setting",{"0":{"45":1,"210":1},"2":{"44":2,"77":1,"210":1,"320":1}}],["setupcurrentaccount",{"2":{"275":3,"276":2,"277":1}}],["setuprequestcontext",{"2":{"116":1,"275":1}}],["setup",{"0":{"95":1},"2":{"33":2,"45":1,"59":1,"66":1,"83":3,"86":1,"114":1,"145":1,"147":1,"161":1,"229":3,"237":1,"275":1,"276":1,"342":1}}],["set",{"0":{"259":1,"272":1},"2":{"20":1,"21":1,"31":6,"32":2,"34":1,"36":1,"39":1,"40":1,"41":1,"44":3,"45":1,"74":6,"80":1,"82":1,"83":1,"85":1,"86":2,"93":1,"95":1,"96":2,"103":2,"112":2,"113":2,"137":3,"138":2,"139":1,"141":1,"145":1,"150":1,"152":3,"158":1,"161":1,"171":1,"177":2,"210":1,"213":1,"218":1,"222":1,"229":1,"236":1,"238":1,"256":1,"259":2,"274":1,"291":1,"302":1,"304":1,"308":1,"309":1,"310":1,"312":1,"315":2,"317":1,"318":2,"320":1,"326":1,"332":1,"335":1}}],["seems",{"2":{"267":1}}],["seem",{"2":{"247":1}}],["seen",{"2":{"177":1}}],["seeing",{"2":{"77":1}}],["sees",{"2":{"41":1}}],["seeddata",{"2":{"272":1,"310":2}}],["seed",{"0":{"272":1},"2":{"31":2,"66":1,"83":2,"88":1,"90":3,"141":2,"272":7,"309":1,"310":9,"311":2,"312":1,"313":4}}],["see",{"0":{"309":1},"1":{"310":1,"311":1,"312":1,"313":1},"2":{"7":1,"12":1,"18":1,"21":2,"27":1,"32":3,"58":1,"66":1,"69":1,"74":1,"82":1,"83":1,"97":1,"112":2,"113":2,"131":2,"133":1,"134":1,"136":3,"138":1,"161":1,"162":2,"168":1,"171":5,"191":1,"198":1,"204":1,"207":1,"209":2,"210":2,"212":2,"213":1,"218":1,"224":4,"229":1,"232":1,"236":1,"252":6,"254":1,"255":1,"256":5,"259":1,"267":1,"273":1,"285":1,"336":1,"337":1}}],["sophsticated",{"2":{"338":1}}],["sophisticated",{"2":{"79":1,"80":1,"212":1,"278":1}}],["software",{"0":{"240":1}}],["solid",{"2":{"267":1,"343":1}}],["solution",{"2":{"51":1,"52":1,"152":1}}],["solves",{"2":{"138":1}}],["solve",{"2":{"21":1,"215":1}}],["sorted",{"2":{"103":1}}],["sort",{"2":{"26":1,"137":1,"138":1,"220":1,"238":1,"246":1,"277":1}}],["so",{"0":{"267":1},"2":{"6":1,"11":1,"12":1,"13":1,"14":1,"20":1,"22":1,"26":1,"30":1,"36":3,"48":1,"51":2,"52":1,"55":1,"59":1,"60":1,"64":1,"69":2,"72":1,"74":1,"81":2,"96":1,"97":2,"100":1,"102":1,"103":1,"112":3,"113":2,"114":1,"135":1,"137":3,"138":1,"141":1,"145":2,"152":3,"153":2,"162":1,"167":1,"168":1,"173":1,"179":1,"180":1,"182":1,"185":1,"191":1,"196":2,"200":2,"201":1,"211":1,"212":1,"214":1,"216":1,"218":1,"220":1,"224":1,"229":2,"238":1,"245":1,"250":1,"251":2,"252":2,"253":1,"262":1,"266":1,"273":1,"275":1,"277":1,"280":1,"284":1,"286":1,"292":1,"301":2,"304":1,"310":2,"312":2,"318":1,"325":1,"326":1,"335":1,"342":1}}],["sourcemaps",{"0":{"12":1},"2":{"10":1,"12":2}}],["source",{"2":{"6":3,"12":1,"15":1,"18":1,"20":1,"28":1,"38":1,"48":1,"53":1,"56":1,"62":1,"71":1,"74":1,"78":1,"83":1,"87":1,"89":1,"90":1,"104":1,"109":1,"116":1,"131":1,"143":1,"147":1,"157":1,"175":1,"180":1,"200":1,"206":1,"216":2,"221":1,"222":1,"227":1,"230":1,"239":1,"263":1,"292":1,"297":1,"306":1,"313":1,"331":1}}],["sometimes",{"2":{"108":1,"130":1,"137":1,"326":1}}],["something",{"2":{"11":1,"46":1,"60":1,"97":1,"102":1,"108":1,"155":1,"167":1,"169":1,"216":1,"258":2,"261":1,"262":1,"277":1,"285":1,"304":1,"318":1,"319":1,"320":2,"323":1,"338":1}}],["somewhere",{"2":{"108":1,"318":1}}],["somewhat",{"2":{"74":1,"92":1,"112":1,"301":1,"321":1}}],["someday",{"2":{"47":1}}],["someotherelement",{"2":{"22":1}}],["someone",{"2":{"7":1,"137":1,"177":1,"212":1,"246":1,"277":1}}],["some",{"2":{"3":1,"5":1,"39":1,"42":2,"44":1,"52":1,"58":1,"69":1,"74":1,"80":5,"87":1,"99":2,"102":1,"118":1,"124":1,"132":1,"133":1,"143":1,"145":12,"147":1,"160":1,"163":1,"168":1,"171":2,"180":1,"190":1,"193":1,"199":1,"212":1,"213":1,"229":2,"238":1,"239":1,"240":1,"241":1,"246":1,"254":1,"269":1,"277":1,"283":1,"284":1}}],["stye",{"2":{"343":1}}],["stylings",{"2":{"302":1}}],["styling",{"0":{"152":1,"343":1},"2":{"21":1,"101":1,"152":1,"339":1,"342":1,"343":2}}],["style=",{"2":{"302":1}}],["styled",{"2":{"21":1}}],["stylesheet",{"2":{"183":2,"224":1,"268":1}}],["styles",{"2":{"10":1,"11":5,"12":1,"18":2,"183":4,"224":2,"268":2,"302":1,"305":1}}],["style",{"2":{"7":1,"64":1,"152":1,"183":2,"187":1,"202":1,"224":1,"268":1,"273":1}}],["stuff",{"2":{"283":1,"345":2}}],["stubs",{"2":{"174":2}}],["stick",{"2":{"113":1,"123":1}}],["still",{"2":{"21":1,"53":1,"103":1,"240":1,"267":1,"345":1}}],["stopping",{"2":{"83":1}}],["stop",{"2":{"82":2,"95":1}}],["stops",{"2":{"82":2,"102":1}}],["storage",{"2":{"237":1}}],["storing",{"2":{"41":1,"42":1,"315":1}}],["stored",{"2":{"42":2,"110":1,"142":1,"230":1,"235":1,"246":1,"315":1,"318":1,"319":1}}],["store",{"2":{"32":1,"40":1,"41":5,"42":3,"43":3,"44":6,"45":2,"46":1,"47":1,"69":1,"110":1,"138":1,"190":1,"235":1,"310":1,"318":1}}],["stores",{"2":{"18":1,"292":1,"315":1}}],["struggle",{"2":{"247":1}}],["structure",{"0":{"88":1,"119":1,"167":1},"1":{"89":1,"90":1,"91":1},"2":{"59":1,"343":1}}],["strftime",{"2":{"201":1}}],["straight",{"2":{"164":1}}],["straightforward",{"2":{"35":1,"171":1,"192":1,"216":1,"274":1,"345":1}}],["straightfoward",{"2":{"33":1,"97":1,"251":1,"345":1}}],["strongly",{"2":{"108":1,"285":1}}],["strong",{"2":{"42":1,"123":1,"126":1,"135":1}}],["strip",{"2":{"336":2}}],["strif",{"2":{"201":1}}],["strictly",{"2":{"82":1}}],["strict",{"2":{"69":1}}],["stringio",{"2":{"36":1}}],["string",{"2":{"31":1,"41":2,"44":2,"137":2,"174":1,"177":1,"196":2,"202":1,"204":1,"231":2,"232":1,"234":2,"236":1,"252":10,"256":2,"260":1,"264":1,"268":2,"283":1,"284":1,"285":1,"290":5,"294":1,"320":2}}],["strings",{"0":{"290":1},"2":{"31":2,"33":1,"36":1,"53":1,"58":1,"69":1,"126":1,"201":1,"202":1}}],["strives",{"2":{"39":1}}],["strive",{"2":{"6":1}}],["steps",{"2":{"129":1,"228":1,"250":1}}],["step=",{"2":{"125":2}}],["step",{"2":{"15":1,"51":4,"124":1}}],["stabilized",{"2":{"321":1}}],["stable",{"2":{"1":1,"58":1,"86":1,"87":1,"155":1,"218":1}}],["stay",{"2":{"251":2}}],["started",{"0":{"158":1},"1":{"159":1,"160":1,"161":1,"162":1,"163":1,"164":1},"2":{"188":1}}],["starts",{"2":{"82":2,"83":3,"182":1,"232":1,"252":2}}],["starting",{"2":{"34":1,"77":1,"83":1}}],["start",{"0":{"161":1},"2":{"31":1,"47":1,"60":1,"74":1,"82":4,"83":1,"161":2,"210":1,"211":1,"216":1,"234":1,"283":2,"294":1,"324":1}}],["startup",{"2":{"30":2,"45":1,"47":1}}],["standards",{"2":{"245":2}}],["standardized",{"2":{"58":1,"213":1,"218":1}}],["standard",{"0":{"232":1},"1":{"233":1,"234":1},"2":{"29":2,"33":2,"36":3,"58":1,"86":1,"136":1,"183":1,"207":1,"211":1,"212":1,"234":1,"245":1,"253":1,"261":1,"315":1,"332":1,"337":1}}],["statistics",{"2":{"213":1}}],["static",{"2":{"11":4,"14":3,"16":1,"17":1,"22":2,"88":1,"162":1,"224":1,"252":1,"283":1,"284":4}}],["status=3",{"2":{"32":1}}],["status",{"2":{"31":3,"32":22,"83":2,"133":1,"167":4,"171":2,"177":2,"198":5,"212":1,"218":10,"253":2,"256":2,"262":1}}],["state",{"2":{"22":1,"66":1,"131":2,"259":2}}],["statements",{"2":{"22":1,"209":1,"211":3,"212":1}}],["stacking",{"2":{"64":1}}],["stack",{"2":{"12":2,"48":1,"74":2}}],["sufficient",{"2":{"285":1,"311":1}}],["suffice",{"2":{"36":1}}],["summary",{"2":{"285":2}}],["sustainable",{"2":{"330":1}}],["sustainability",{"2":{"220":1}}],["suspect",{"2":{"8":1,"326":1}}],["suggestion",{"2":{"215":1}}],["suggested",{"2":{"6":1}}],["suitable",{"2":{"194":1,"201":1}}],["suited",{"2":{"155":1}}],["suite",{"2":{"4":1,"85":1,"95":1,"261":1,"328":1}}],["surrogate",{"2":{"137":1}}],["survive",{"2":{"101":1,"113":1}}],["sure",{"2":{"20":1,"75":1,"90":1,"103":1,"214":1,"218":1,"236":1,"325":1,"326":1}}],["supplied",{"2":{"301":1}}],["supposed",{"2":{"247":1}}],["suppose",{"2":{"51":1,"59":1,"67":1,"97":1,"112":1,"138":1,"145":2,"199":1,"212":1}}],["supportlink",{"2":{"198":2}}],["supported",{"2":{"56":1,"86":1,"196":1,"210":1,"222":1}}],["supports",{"2":{"14":1,"62":1,"63":2,"132":2,"143":2,"189":2,"196":1,"221":1,"223":1,"293":1,"294":1,"332":1}}],["support",{"0":{"228":1},"1":{"229":1},"2":{"9":1,"13":1,"14":1,"17":1,"18":1,"30":2,"31":2,"33":1,"66":1,"73":2,"88":2,"90":2,"136":1,"138":1,"143":3,"147":1,"148":1,"164":1,"189":1,"192":1,"193":1,"194":2,"195":1,"196":1,"198":3,"200":3,"207":1,"209":1,"216":1,"219":1,"221":1,"222":2,"267":1,"274":1,"279":1,"329":3,"339":1}}],["sup3rs3cret",{"2":{"186":1}}],["super",{"2":{"114":1,"170":1,"315":1}}],["supress",{"2":{"36":1}}],["sucked",{"2":{"267":1}}],["sucks",{"2":{"102":1}}],["succeed",{"2":{"145":1}}],["successfully",{"2":{"285":1}}],["success",{"2":{"32":2}}],["such",{"2":{"1":1,"2":1,"6":1,"7":1,"53":1,"69":2,"83":1,"86":1,"89":1,"90":2,"102":1,"134":1,"145":1,"166":1,"171":1,"173":1,"179":1,"186":1,"196":1,"236":1,"246":1,"274":1,"283":1,"290":1,"310":1,"324":1,"325":2}}],["subclass",{"2":{"232":2,"233":1,"245":1,"252":2,"258":1,"266":1,"282":1}}],["subcommand",{"2":{"31":4,"32":4,"74":1,"83":1}}],["subcommands",{"2":{"31":2,"32":1,"34":1,"83":2}}],["sub",{"2":{"212":2,"213":1}}],["submodules",{"2":{"200":1}}],["submisssion",{"2":{"168":1}}],["submissions",{"2":{"165":1,"169":1,"211":1,"246":1,"301":2,"307":1}}],["submission",{"0":{"168":1},"2":{"152":1,"167":1,"173":1,"185":1,"187":1,"301":2}}],["submitted",{"0":{"126":1},"2":{"123":1,"126":3,"152":5,"168":1,"185":3,"232":2,"246":2,"273":1,"282":2,"335":2}}],["submitting",{"2":{"21":1,"148":1}}],["submits",{"2":{"21":1,"125":1,"185":1,"301":1,"308":1}}],["submit",{"2":{"20":2,"21":3,"122":1,"173":2,"187":1,"301":1,"308":1}}],["subject",{"2":{"167":1}}],["subdirectories",{"2":{"91":1}}],["substituted",{"2":{"198":1}}],["substitution",{"2":{"152":1}}],["subsituting",{"2":{"21":1}}],["subsequent",{"2":{"11":1,"116":1}}],["src=",{"2":{"183":1}}],["src",{"2":{"2":2,"10":2,"13":3,"14":3,"15":2,"16":1,"20":1,"23":1,"42":7,"45":1,"50":1,"51":3,"53":1,"58":5,"64":2,"88":1,"90":4,"91":3,"106":10,"124":2,"134":2,"137":1,"145":1,"162":2,"177":5,"183":1,"191":2,"212":1,"218":8,"222":1,"224":2,"250":6,"251":1,"268":1,"272":3,"273":5,"274":3,"275":2,"276":1,"279":1,"294":1,"310":2,"323":2,"326":1,"335":1,"336":1,"337":1,"341":1,"342":1,"343":4}}],["s",{"0":{"58":1,"136":1,"156":1,"181":1,"261":1,"318":1},"1":{"137":1,"182":1,"183":1,"184":1,"185":1,"186":1,"187":1,"188":1,"189":1,"190":1,"191":1,"192":1,"193":1,"194":1},"2":{"0":1,"2":2,"11":4,"12":2,"13":1,"18":1,"20":2,"21":5,"22":1,"26":3,"28":1,"29":1,"30":3,"31":1,"32":5,"33":1,"34":1,"35":2,"36":3,"38":1,"39":2,"40":1,"42":3,"44":1,"48":2,"51":2,"53":6,"56":1,"58":5,"59":1,"62":1,"63":1,"64":4,"67":1,"69":1,"71":1,"74":6,"78":1,"80":1,"82":1,"83":1,"85":1,"86":3,"87":1,"94":1,"100":1,"101":2,"102":1,"103":2,"104":1,"106":1,"109":1,"111":1,"112":6,"113":3,"116":2,"121":1,"124":3,"125":1,"126":1,"131":3,"132":2,"133":1,"134":6,"135":1,"136":1,"137":5,"138":1,"142":4,"143":2,"145":3,"147":2,"150":1,"152":3,"157":1,"161":1,"167":6,"168":1,"170":1,"171":2,"173":1,"174":1,"175":1,"177":2,"180":2,"182":4,"184":1,"185":1,"186":3,"188":1,"189":4,"190":2,"191":2,"193":2,"195":1,"196":3,"197":1,"200":1,"202":1,"203":1,"205":1,"206":1,"209":4,"210":2,"212":6,"214":2,"216":1,"218":5,"221":1,"224":4,"227":1,"229":2,"230":3,"231":1,"232":4,"233":2,"234":4,"235":2,"236":1,"238":1,"239":2,"245":6,"246":1,"247":1,"248":1,"251":4,"252":5,"253":1,"255":2,"256":3,"258":1,"259":1,"261":3,"263":1,"264":1,"265":2,"266":1,"269":1,"272":1,"273":1,"276":1,"277":2,"278":1,"279":1,"281":1,"284":1,"285":1,"286":1,"288":1,"290":1,"292":1,"294":3,"295":1,"297":3,"301":4,"305":2,"306":1,"308":1,"312":1,"313":1,"315":1,"316":2,"317":4,"318":4,"319":2,"320":1,"323":1,"325":1,"326":3,"328":1,"329":2,"331":1,"336":4,"337":2,"338":1,"342":1,"343":2,"344":1,"345":1}}],["fs",{"2":{"343":4}}],["ff",{"2":{"162":1}}],["f",{"2":{"51":3,"162":1,"171":1}}],["flex",{"2":{"162":2,"343":2}}],["flexible",{"2":{"62":1,"211":1,"221":1}}],["flexibility",{"2":{"39":1,"197":1,"245":1,"281":1,"287":1}}],["flag",{"2":{"150":1}}],["flaky",{"2":{"98":1}}],["flashcomponent",{"2":{"52":2,"113":1,"184":2,"199":2}}],["flash",{"0":{"110":1,"113":1,"278":1},"1":{"111":1,"112":1,"113":1,"114":1,"115":1,"116":1,"279":1},"2":{"44":7,"52":9,"94":2,"101":2,"110":1,"111":4,"113":18,"114":2,"115":1,"116":5,"169":7,"184":9,"199":1,"231":3,"232":2,"252":5,"262":3,"274":3,"278":1,"279":9,"316":1}}],["flushed",{"2":{"95":1}}],["flows",{"0":{"99":1}}],["flow",{"2":{"80":1,"99":1}}],["fussy",{"2":{"86":1}}],["full",{"2":{"83":1,"142":2,"201":1,"244":1}}],["fully",{"2":{"47":1,"63":1}}],["future",{"2":{"42":1,"62":1,"167":1,"180":1,"191":1,"204":1,"221":1,"235":1,"297":1,"307":1}}],["functions",{"2":{"145":1}}],["functionality",{"2":{"217":1}}],["functional",{"2":{"60":1}}],["function",{"2":{"31":1,"145":1,"281":1}}],["further",{"2":{"20":1,"44":1,"234":1}}],["fragments",{"2":{"246":1}}],["frameworks",{"2":{"108":1,"112":1,"220":1,"302":1}}],["framework",{"2":{"25":1,"26":2,"40":2,"45":1,"46":1,"47":1,"48":4,"58":1,"120":1,"121":1,"177":1,"180":1,"182":1,"187":1,"217":2,"247":1,"275":1,"279":1,"281":1,"282":1,"285":2,"294":1,"298":1}}],["friendly",{"2":{"202":1}}],["frees",{"2":{"190":1}}],["free",{"2":{"63":1,"86":1,"138":1,"191":1,"194":1,"258":1}}],["from",{"0":{"317":1},"2":{"8":2,"11":1,"12":1,"14":1,"20":1,"21":1,"23":2,"26":1,"32":1,"36":1,"40":1,"50":3,"57":1,"60":1,"64":3,"69":1,"74":1,"82":4,"100":1,"108":2,"109":1,"111":1,"112":2,"113":1,"114":1,"119":1,"125":2,"131":1,"135":1,"137":1,"141":1,"144":1,"145":4,"148":1,"152":3,"155":1,"161":1,"167":4,"191":1,"202":1,"209":1,"210":1,"211":1,"212":1,"213":2,"218":3,"223":1,"224":1,"225":1,"229":3,"230":1,"231":2,"232":2,"234":1,"246":1,"252":5,"253":2,"256":1,"273":1,"274":1,"300":1,"301":1,"312":1,"317":2,"318":2,"320":1,"326":2,"329":1,"342":1}}],["frontend",{"2":{"15":1,"16":1,"20":1,"44":2,"50":2,"52":1,"111":2,"112":3,"113":1,"116":3,"124":2,"125":10,"129":1,"131":5,"150":1,"151":3,"167":6,"177":7,"183":1,"202":2,"212":1,"213":2,"224":8,"227":1,"232":2,"233":3,"235":2,"245":1,"250":2,"252":2,"253":2,"266":3,"268":2,"273":1,"274":1,"275":3,"276":1,"279":1,"280":1,"285":1,"292":2,"294":2,"301":1,"302":1,"307":1,"317":1,"337":1,"338":1,"342":1,"343":1}}],["front",{"0":{"325":1},"2":{"0":1,"10":2,"13":2,"14":2,"15":2,"16":1,"20":1,"23":1,"30":1,"42":2,"50":1,"51":4,"53":2,"58":5,"64":1,"70":1,"88":2,"90":3,"91":3,"108":3,"124":1,"145":3,"161":1,"162":1,"177":5,"187":1,"196":1,"212":1,"217":2,"218":7,"224":1,"246":1,"250":7,"251":1,"273":5,"274":3,"275":1,"276":1,"294":1,"323":2,"335":1,"336":1,"337":1,"341":1,"342":1,"343":4}}],["feasible",{"2":{"191":1}}],["featured",{"2":{"63":1}}],["features",{"0":{"181":1,"328":1},"1":{"182":1,"183":1,"184":1,"185":1,"186":1,"187":1,"188":1,"189":1,"190":1,"191":1,"192":1,"193":1,"194":1},"2":{"22":1,"23":1,"25":1,"26":1,"52":1,"63":1,"142":3,"143":1,"187":1,"189":1,"224":1,"242":1,"247":1,"298":1,"299":1,"323":2}}],["feature",{"0":{"270":1,"333":1,"339":1},"2":{"21":1,"30":1,"44":2,"191":1}}],["feb",{"2":{"182":1,"292":1}}],["fe",{"2":{"152":1,"224":1}}],["fewer",{"2":{"345":1}}],["few",{"2":{"21":1,"22":1,"32":1,"33":1,"34":1,"75":1,"82":2,"86":1,"91":1,"126":1,"131":1,"134":1,"160":1,"163":1,"189":1,"212":1,"224":1,"228":1,"229":1,"234":1,"239":1,"256":1,"299":1,"301":1,"327":1,"343":1,"345":1}}],["fetched",{"2":{"64":1,"300":1}}],["fetch",{"2":{"21":1,"41":3,"146":1,"274":1,"301":1}}],["feel",{"2":{"0":1,"258":1,"308":1}}],["fairly",{"2":{"281":1}}],["fair",{"2":{"217":1}}],["failing",{"2":{"256":1,"303":1,"326":1,"329":1}}],["failure",{"2":{"97":1,"329":2}}],["fail",{"2":{"97":2,"102":1,"145":1,"285":1,"325":1,"326":1}}],["failsafe",{"2":{"259":1,"277":2}}],["fails",{"2":{"33":1,"256":1,"313":1,"326":1}}],["fast",{"2":{"108":1,"326":1}}],["faker",{"2":{"66":2,"272":1,"312":1}}],["fakesendgrid",{"2":{"46":1}}],["far",{"2":{"60":2}}],["false",{"2":{"43":1,"45":1,"74":1,"124":1,"138":1,"177":3,"210":1,"212":2,"252":1,"335":3}}],["falls",{"2":{"315":1}}],["fallback",{"2":{"101":1}}],["fall",{"2":{"26":1}}],["fatal",{"2":{"31":4,"74":2}}],["familiarize",{"2":{"64":1}}],["familiar",{"2":{"22":1,"31":1,"82":1}}],["family",{"2":{"13":1,"189":1}}],["favicon",{"0":{"16":1},"2":{"16":4}}],["facility",{"2":{"132":1}}],["face",{"2":{"13":1}}],["factored",{"2":{"284":1}}],["factor",{"2":{"73":1}}],["factory",{"2":{"66":5,"272":3,"330":4}}],["factorybot",{"0":{"66":1},"2":{"66":4,"91":1,"192":1,"272":2,"310":3,"312":1,"330":1}}],["factories",{"0":{"330":1},"2":{"66":3,"88":1,"91":4,"272":1,"330":3}}],["fact",{"2":{"0":1,"99":1,"286":1,"314":1}}],["fit",{"2":{"191":1,"311":1}}],["fill",{"2":{"94":2,"327":1}}],["filename",{"2":{"59":1,"134":1}}],["file",{"0":{"35":1},"2":{"11":4,"12":1,"13":1,"18":2,"31":1,"35":1,"39":1,"40":1,"43":1,"58":3,"66":1,"74":1,"80":1,"83":2,"90":1,"133":1,"134":1,"145":1,"167":1,"196":3,"200":1,"218":2,"229":1,"272":1,"323":1,"326":1}}],["filesystem",{"2":{"120":2}}],["files",{"2":{"11":2,"12":3,"15":1,"17":1,"32":2,"42":1,"57":2,"58":1,"74":2,"75":2,"81":1,"83":2,"87":2,"107":2,"118":1,"133":1,"134":2,"141":1,"196":4,"201":1,"218":1,"310":1}}],["figure",{"2":{"59":1,"103":1,"125":1,"177":1,"230":1,"238":2}}],["figuring",{"2":{"59":1}}],["final",{"2":{"284":2}}],["finally",{"2":{"218":1}}],["finds",{"2":{"305":1,"317":1}}],["findbang",{"2":{"136":1}}],["finding",{"2":{"100":1}}],["find",{"2":{"59":1,"64":1,"69":1,"112":1,"113":1,"136":1,"168":1,"169":1,"170":1,"197":1,"204":1,"247":2,"262":2,"274":2,"292":1,"294":1}}],["finely",{"2":{"62":1,"221":1}}],["fine",{"0":{"258":1,"261":1},"2":{"3":1,"58":1,"153":1,"174":1,"252":1,"259":1,"336":3}}],["fields",{"2":{"131":1,"133":1,"332":1,"333":1,"335":1,"337":1}}],["field",{"0":{"203":1,"338":1},"1":{"339":1,"340":1,"341":1,"342":1,"343":1,"344":1},"2":{"21":1,"22":1,"129":1,"133":1,"134":1,"138":1,"150":1,"152":3,"203":7,"221":1,"224":1,"272":2,"273":1,"332":1,"335":2,"336":1,"339":1,"341":2,"342":1,"343":1}}],["first",{"2":{"12":1,"47":1,"58":2,"73":1,"74":1,"95":1,"136":1,"160":1,"166":1,"170":1,"200":1,"218":1,"272":1,"275":1,"279":1,"305":1,"318":1,"335":1,"341":1}}],["follows",{"2":{"238":1,"284":1,"297":1}}],["follow",{"2":{"164":1}}],["followed",{"2":{"137":1}}],["following",{"2":{"67":1,"136":2,"200":1,"229":1,"232":1,"238":1}}],["focused",{"2":{"345":1}}],["focus",{"2":{"86":1,"327":1}}],["found",{"2":{"136":1,"218":1,"245":1,"247":1,"303":1}}],["foundational",{"0":{"82":1},"2":{"80":3,"82":2,"86":1}}],["fourth",{"2":{"335":1}}],["four",{"2":{"1":1,"119":1,"246":1,"282":1}}],["foobar",{"2":{"58":5,"59":7,"218":8}}],["foo",{"2":{"14":3,"32":1,"196":4}}],["font",{"2":{"13":5,"51":1,"343":5}}],["fonts",{"0":{"13":1},"2":{"13":5,"88":1,"90":2}}],["forgotten",{"2":{"326":2}}],["forget",{"2":{"326":1}}],["forgery",{"2":{"299":1,"301":1}}],["forward",{"2":{"283":1}}],["forbackend",{"2":{"200":3}}],["forcli",{"2":{"200":3}}],["forhtml",{"2":{"200":3}}],["foreighn",{"2":{"137":1}}],["foreign",{"2":{"67":1,"137":2,"138":3,"142":1,"189":2}}],["formdata",{"2":{"301":1}}],["form>",{"2":{"125":2,"152":2,"185":1}}],["formtag",{"2":{"125":2,"151":1,"152":1,"185":2,"187":1,"273":1,"285":1,"301":2,"337":1,"344":1}}],["formaction=",{"2":{"51":1}}],["formaction",{"2":{"51":7}}],["formatting",{"2":{"202":1}}],["formats",{"2":{"201":5,"202":1,"216":1}}],["format",{"2":{"13":1,"18":1,"32":2,"116":1,"182":2,"201":3,"202":2,"319":1}}],["forms",{"0":{"122":1,"125":1,"185":1,"332":1},"1":{"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1,"130":1,"131":1,"333":1,"334":1,"335":1,"336":1,"337":1},"2":{"21":1,"88":1,"90":2,"118":1,"122":2,"123":6,"124":2,"125":2,"131":4,"150":2,"152":1,"185":2,"224":1,"246":1,"273":1,"285":1,"335":1}}],["form",{"0":{"124":1,"126":1,"129":1,"148":1,"168":1,"335":1,"336":1,"337":1},"1":{"149":1,"150":1,"151":1,"152":1,"153":1,"154":1,"155":1,"156":1,"157":1},"2":{"20":1,"21":4,"23":1,"53":1,"64":1,"83":2,"90":1,"94":3,"97":1,"108":2,"112":5,"123":1,"124":9,"125":21,"126":11,"127":1,"131":1,"134":1,"148":1,"149":1,"150":2,"151":12,"152":19,"153":1,"165":1,"166":1,"167":4,"168":18,"169":2,"171":1,"173":1,"174":1,"185":14,"186":8,"187":6,"211":1,"232":2,"245":1,"246":3,"268":1,"273":16,"274":9,"282":3,"284":5,"285":1,"301":8,"307":1,"332":2,"333":1,"334":1,"335":7,"336":9,"337":16,"339":1,"341":3,"342":5,"343":7,"344":6}}],["for",{"0":{"75":1,"103":1,"277":1,"285":1,"288":1,"290":1,"309":1,"316":1,"325":1},"1":{"310":1,"311":1,"312":1,"313":1,"317":1,"318":1,"319":1},"2":{"1":2,"4":1,"8":1,"9":1,"10":2,"11":5,"12":1,"13":1,"15":2,"16":1,"18":1,"19":1,"21":8,"22":2,"28":1,"32":3,"34":2,"35":1,"38":1,"40":1,"41":2,"42":1,"43":1,"44":6,"45":1,"46":3,"47":1,"48":3,"51":1,"52":2,"53":5,"55":1,"56":1,"58":3,"62":2,"64":1,"66":3,"67":2,"70":2,"71":1,"73":1,"74":9,"77":1,"78":1,"80":1,"82":3,"83":6,"85":1,"86":1,"87":2,"90":9,"91":5,"92":1,"93":2,"94":1,"96":4,"97":4,"101":4,"102":1,"104":1,"106":1,"107":1,"108":1,"109":1,"111":1,"112":3,"113":1,"114":1,"116":3,"118":1,"121":2,"123":1,"124":2,"125":4,"126":1,"129":1,"131":2,"132":1,"133":2,"134":1,"136":1,"137":9,"138":6,"139":1,"141":1,"142":1,"143":3,"145":1,"146":1,"147":3,"148":1,"149":1,"150":3,"151":2,"152":10,"153":1,"155":2,"157":1,"160":1,"161":3,"164":1,"167":3,"168":2,"169":2,"171":2,"173":2,"174":1,"175":1,"177":6,"178":1,"179":3,"180":1,"182":1,"185":1,"187":1,"191":3,"192":1,"194":4,"195":1,"196":4,"198":2,"201":3,"202":1,"204":2,"206":1,"207":2,"209":2,"210":3,"211":3,"212":7,"216":2,"217":1,"218":4,"219":1,"221":3,"222":2,"224":5,"227":1,"229":1,"231":2,"232":7,"233":1,"235":5,"236":4,"237":1,"238":6,"239":3,"244":1,"245":1,"246":1,"247":1,"251":2,"252":11,"253":1,"254":2,"255":1,"256":2,"260":2,"262":1,"263":1,"266":1,"267":1,"269":2,"272":1,"273":1,"275":1,"277":2,"280":1,"281":1,"282":1,"284":5,"285":3,"288":3,"289":1,"290":6,"292":1,"294":1,"297":1,"302":1,"303":1,"304":1,"306":1,"307":3,"308":1,"309":3,"310":2,"311":1,"312":2,"313":1,"315":2,"317":1,"318":2,"320":2,"323":1,"324":1,"325":2,"326":4,"327":1,"329":3,"331":1,"332":1,"335":2,"336":1,"337":5,"341":1,"342":1,"343":3,"344":1}}],["lsp",{"0":{"228":1},"1":{"229":1},"2":{"164":1,"228":1,"229":8}}],["lh",{"2":{"162":1}}],["l",{"2":{"32":3,"182":2,"196":1,"201":3,"202":1,"204":1,"319":1}}],["less",{"2":{"47":1,"60":1,"113":1,"260":1,"282":1,"345":1}}],["letter",{"2":{"234":1}}],["let",{"2":{"32":1,"58":2,"112":2,"124":1,"134":1,"177":1,"188":1,"212":1,"272":1,"273":1,"325":1,"328":3,"336":1,"337":1,"342":1,"343":1}}],["left",{"2":{"31":1,"32":1}}],["learn",{"0":{"156":1},"2":{"135":1,"142":1,"245":1,"260":1,"345":1}}],["learning",{"2":{"22":1}}],["least",{"2":{"124":1,"345":1}}],["lead",{"2":{"123":1,"152":1}}],["leads",{"2":{"69":1,"245":1}}],["leave",{"2":{"25":1,"95":1}}],["leaving",{"0":{"25":1},"2":{"99":1}}],["leverage",{"0":{"260":1},"2":{"112":1,"245":1}}],["leveraged",{"2":{"22":1,"101":1}}],["level=level",{"2":{"31":2,"74":1}}],["level=debug",{"2":{"31":1,"77":1}}],["level",{"0":{"89":1},"2":{"3":2,"4":3,"5":1,"7":1,"31":10,"34":1,"52":1,"74":5,"94":1,"142":1,"167":1,"176":1,"209":1,"210":1,"220":1,"231":1,"252":3,"294":1,"342":1}}],["levels",{"0":{"1":1},"2":{"1":1}}],["lt",{"2":{"15":1,"21":19,"123":1,"124":3,"125":6,"129":3,"131":1,"152":14,"171":1,"185":1,"187":3,"202":1,"213":2,"224":4,"246":1,"251":1,"262":1,"285":1,"301":1,"317":2,"338":1,"343":1}}],["ll",{"2":{"11":1,"43":1,"69":1,"74":2,"75":1,"83":4,"97":1,"111":2,"123":1,"124":1,"126":1,"145":2,"151":1,"152":1,"161":1,"162":1,"177":6,"185":1,"198":1,"209":1,"210":1,"212":1,"250":1,"259":1,"272":5,"273":5,"274":5,"275":3,"276":2,"279":1,"285":2,"294":1,"316":1,"327":1,"334":1,"335":4,"336":2,"339":1,"341":1,"342":2,"343":5}}],["llm",{"2":{"6":1,"8":1}}],["llms",{"2":{"0":1,"8":1}}],["lax",{"2":{"302":1,"308":2}}],["langauges",{"2":{"196":1}}],["lang",{"2":{"183":1,"201":1,"218":1,"224":1}}],["languages",{"2":{"81":1,"86":1,"229":1}}],["language",{"0":{"228":1},"1":{"229":1},"2":{"80":1,"232":2,"252":2}}],["later",{"2":{"137":1,"138":1,"177":1,"300":1,"302":1,"305":1}}],["latest",{"2":{"82":1}}],["labels",{"2":{"342":3,"343":1}}],["label>",{"2":{"342":2}}],["label",{"2":{"129":1,"273":1,"337":2,"339":1,"342":2,"343":5}}],["lack",{"0":{"102":1},"2":{"253":1}}],["layout",{"0":{"280":1},"2":{"90":1,"152":3,"182":1,"183":1,"211":1,"213":1,"218":1,"223":1,"224":5,"225":2,"226":2,"227":1,"251":2,"265":2,"268":7,"280":4}}],["layouts",{"0":{"183":1,"223":1,"265":1,"268":1},"1":{"224":1,"225":1,"226":1,"227":1},"2":{"52":1,"88":1,"90":1,"183":2,"223":1,"224":3,"226":1,"227":1,"251":2,"264":1}}],["layer",{"2":{"63":2,"70":1}}],["layers",{"2":{"11":1}}],["lazy",{"2":{"41":2}}],["lazily",{"2":{"41":1,"258":1}}],["launched",{"2":{"36":1}}],["lastly",{"2":{"47":1,"180":1,"186":1,"337":1,"343":1}}],["last",{"2":{"18":1,"28":1,"38":1,"48":1,"56":1,"62":1,"71":1,"78":1,"87":1,"104":1,"109":1,"116":1,"131":1,"143":1,"147":1,"152":1,"157":1,"175":1,"180":1,"206":1,"209":1,"216":1,"221":1,"227":1,"239":1,"263":1,"292":1,"297":1,"306":1,"313":1,"331":1}}],["largely",{"2":{"10":1,"67":1,"116":1,"196":1}}],["large",{"2":{"1":1,"299":1,"339":1,"343":1}}],["los",{"2":{"315":1}}],["lose",{"2":{"289":1}}],["love",{"2":{"145":1,"345":1}}],["lot",{"2":{"63":1,"77":1,"123":1,"138":1,"147":2,"221":1,"246":1,"262":1,"345":1}}],["lots",{"2":{"26":1}}],["locating",{"2":{"97":1,"102":1,"290":1}}],["locationbylocationidpage",{"2":{"284":1}}],["locations",{"2":{"283":1}}],["location",{"2":{"53":1,"283":1,"284":2,"289":2}}],["located",{"2":{"134":1,"196":1,"251":1}}],["locate",{"0":{"261":1},"2":{"96":1,"100":2,"101":2,"102":1,"108":1,"152":3,"196":1,"199":2,"317":1}}],["locators",{"2":{"97":1,"101":1}}],["locator",{"2":{"94":4,"96":2,"97":1,"153":2}}],["localhost",{"2":{"162":1,"210":1}}],["localizing",{"0":{"201":1}}],["localization",{"0":{"195":1},"1":{"196":1,"197":1,"198":1,"199":1,"200":1,"201":1,"202":1,"203":1,"204":1,"205":1,"206":1},"2":{"195":1}}],["localizations",{"2":{"90":1}}],["localized",{"2":{"21":1}}],["local",{"2":{"83":1,"90":1,"161":1,"177":1,"229":2,"237":1,"309":1,"312":2,"317":1,"319":1}}],["locally",{"2":{"74":1}}],["localedetectionhandler",{"2":{"317":1}}],["localedetection",{"2":{"224":1}}],["locales",{"2":{"196":1}}],["locale",{"2":{"21":3,"23":1,"112":1,"151":1,"152":1,"177":1,"211":1,"307":1,"317":2}}],["loading",{"2":{"191":2}}],["loads",{"2":{"110":1}}],["loaded",{"2":{"58":1,"62":1,"83":1,"106":1,"191":2,"221":1,"310":1,"313":1}}],["load",{"2":{"31":1,"83":1,"177":1,"250":1,"272":1,"294":1,"310":1}}],["lowercased",{"2":{"234":1}}],["lower",{"2":{"145":8,"220":1,"234":1,"294":1}}],["low",{"2":{"26":2,"167":1,"176":1}}],["longer",{"2":{"82":1,"289":1}}],["long",{"2":{"11":1,"26":1,"32":4,"57":1,"97":1,"125":1,"137":1,"141":1,"152":1,"200":1,"209":1,"211":2}}],["logs",{"2":{"209":1}}],["logging",{"2":{"77":1,"94":2,"177":1,"194":1,"270":2,"277":1}}],["logged",{"2":{"33":1,"112":2,"177":5,"212":4,"235":1,"238":2,"275":4,"276":5,"277":3}}],["logins",{"0":{"274":1}}],["loginform",{"2":{"185":4,"273":2,"284":1,"342":1}}],["loginpage",{"2":{"177":2,"186":1,"212":1,"273":2,"274":1,"276":2}}],["loginhandler",{"2":{"112":2,"185":2,"186":1,"274":1,"284":1}}],["login",{"0":{"273":1,"276":1},"2":{"74":2,"94":1,"96":1,"112":3,"177":10,"179":1,"185":3,"187":3,"212":7,"273":12,"274":5,"276":7,"277":3,"284":1,"312":1,"323":2}}],["logic",{"0":{"69":1,"105":1,"174":1,"191":1},"1":{"106":1,"107":1,"108":1,"109":1},"2":{"18":1,"21":2,"22":1,"30":1,"31":1,"37":1,"49":1,"53":1,"56":1,"64":1,"69":5,"90":1,"105":1,"106":4,"107":1,"108":1,"109":1,"113":1,"127":2,"138":1,"139":1,"141":1,"174":1,"179":2,"190":1,"191":2,"225":1,"246":3,"264":2,"274":1,"287":1,"296":2,"318":1,"320":1,"324":1}}],["logical",{"2":{"10":1,"11":1,"218":1}}],["log",{"2":{"22":1,"31":13,"74":7,"77":3,"138":1,"161":1,"177":1,"210":2,"212":1,"270":1,"273":2}}],["logo",{"2":{"7":1}}],["logos",{"0":{"7":1},"2":{"7":1}}],["looking",{"2":{"59":1,"101":1}}],["looks",{"2":{"20":1,"36":1,"121":1,"137":1,"168":1,"218":1,"251":1}}],["look",{"2":{"7":2,"13":1,"94":1,"112":2,"137":1,"152":1,"162":1,"196":1,"218":2,"252":1,"335":1}}],["limit",{"2":{"345":1}}],["limited",{"2":{"219":1}}],["living",{"2":{"102":1}}],["live",{"2":{"66":1,"143":1}}],["lives",{"2":{"58":1,"120":1,"218":1,"246":1,"310":1}}],["lint",{"0":{"330":1},"2":{"330":2}}],["links",{"2":{"285":1}}],["link",{"2":{"123":1,"183":4,"200":1,"224":3,"268":2,"273":1}}],["linux",{"2":{"74":1,"80":1,"82":1}}],["lines",{"2":{"58":1}}],["line",{"0":{"82":1,"83":1},"2":{"12":4,"29":1,"32":2,"33":5,"34":1,"36":1,"60":1,"80":2,"85":1,"145":1,"242":1}}],["licensed",{"0":{"248":1}}],["license",{"2":{"58":1,"218":1,"248":1}}],["light",{"2":{"108":1,"193":1}}],["lightweight",{"2":{"55":1,"60":1,"80":1,"188":1,"217":1,"267":1}}],["lighest",{"2":{"51":1}}],["li",{"2":{"53":1}}],["lit",{"2":{"142":2}}],["little",{"2":{"134":1,"173":1,"193":1,"222":1,"245":1}}],["littering",{"2":{"113":1}}],["litral",{"2":{"41":1}}],["literally",{"2":{"277":1}}],["literal",{"2":{"39":1,"40":2,"41":1,"312":1}}],["listens",{"2":{"152":1}}],["list",{"2":{"31":2,"36":1,"211":1,"244":1,"252":1,"260":1,"327":1}}],["liberal",{"2":{"97":1}}],["liberally",{"2":{"55":1}}],["libraries",{"2":{"57":1,"80":1,"83":1,"108":1,"229":1,"245":2,"252":1}}],["library",{"0":{"3":1,"120":1},"2":{"2":3,"3":2,"4":1,"19":1,"29":1,"36":2,"59":1,"60":1,"63":1,"86":1,"120":2,"132":1,"146":1,"155":1,"188":1,"201":2,"217":1,"218":4}}],["lib",{"2":{"2":1}}],["likely",{"2":{"8":1,"29":1,"101":1,"113":1,"138":1,"143":1,"147":1,"202":1,"224":1,"228":1,"232":1,"254":1,"262":1,"313":1,"338":1}}],["like",{"0":{"267":1},"2":{"1":1,"4":1,"5":1,"7":1,"11":2,"13":1,"14":1,"20":1,"21":1,"23":1,"26":1,"29":2,"31":3,"32":3,"36":1,"39":1,"51":2,"53":1,"60":2,"73":1,"74":1,"76":1,"80":3,"82":1,"83":2,"91":1,"94":1,"95":2,"105":1,"112":3,"113":1,"121":1,"125":1,"127":1,"129":2,"131":1,"134":1,"137":3,"138":1,"141":1,"145":1,"146":1,"147":1,"152":3,"153":1,"155":2,"162":1,"167":1,"173":1,"182":1,"185":2,"186":2,"187":1,"188":1,"191":1,"196":1,"198":1,"209":1,"212":1,"218":2,"238":1,"242":1,"245":1,"246":1,"251":1,"252":1,"261":1,"262":1,"276":1,"277":1,"280":1,"281":1,"290":1,"295":1,"310":2,"314":1,"319":1,"320":1,"323":1,"335":1,"337":1,"342":1}}],["lifecycle",{"2":{"137":1}}],["life",{"2":{"0":1,"21":1,"22":1,"189":1,"289":1,"314":1,"327":1}}],["aestheticly",{"2":{"245":1}}],["a>",{"2":{"198":1,"285":1}}],["ambiguity",{"2":{"315":1}}],["america",{"2":{"315":1}}],["amp",{"0":{"165":1},"1":{"166":1,"167":1,"168":1,"169":1,"170":1,"171":1,"172":1,"173":1,"174":1,"175":1},"2":{"212":1,"313":2}}],["among",{"2":{"151":1}}],["amongst",{"2":{"41":1,"223":1}}],["amount",{"2":{"1":1,"92":1,"96":1}}],["aka",{"2":{"134":1,"138":1,"187":1}}],["akin",{"2":{"82":2,"282":1}}],["again",{"2":{"229":1,"326":5}}],["against",{"2":{"121":1,"149":1,"298":1}}],["agnostic",{"2":{"142":1}}],["agent",{"2":{"231":2,"234":4}}],["ageflash",{"2":{"116":1}}],["age",{"2":{"116":3,"220":1}}],["awhile",{"2":{"251":2}}],["awkward",{"2":{"130":1}}],["away",{"2":{"141":1}}],["aware",{"2":{"97":1,"99":1}}],["await",{"2":{"97":1,"145":1}}],["awesome",{"0":{"142":1},"2":{"32":2,"183":1,"251":2}}],["augmenting",{"2":{"284":1}}],["audits",{"2":{"83":1}}],["audit",{"0":{"303":1,"326":1},"2":{"83":1,"138":1,"299":1,"303":2,"305":1,"326":1}}],["authpage",{"2":{"256":1}}],["authbeforehook",{"2":{"235":1}}],["authentication",{"0":{"269":1},"1":{"270":1,"271":1,"272":1,"273":1,"274":1,"275":1,"276":1,"277":1},"2":{"269":3}}],["authenticated",{"2":{"177":7,"212":2,"235":7}}],["authenticitytoken",{"2":{"301":1}}],["authenticity",{"2":{"125":2}}],["auth",{"2":{"74":2,"112":2,"177":17,"212":6,"260":1}}],["authorization",{"2":{"253":1,"259":1}}],["authored",{"2":{"101":1}}],["author",{"2":{"4":1,"98":1}}],["automagically",{"2":{"134":1}}],["automatic",{"2":{"138":3}}],["automatically",{"2":{"74":1,"136":1,"137":1,"150":1,"210":1,"211":2}}],["automation",{"2":{"86":1}}],["automates",{"2":{"74":1}}],["automated",{"2":{"4":1,"6":1}}],["autonomous",{"2":{"22":1,"26":1,"91":1,"152":1,"187":1}}],["auto",{"2":{"21":1,"106":1,"191":2}}],["autosubmit",{"2":{"21":1,"187":1}}],["ahead",{"2":{"75":1}}],["avialable",{"2":{"323":1}}],["avaiable",{"2":{"124":1,"252":1}}],["available",{"0":{"236":1},"2":{"40":1,"57":1,"58":1,"81":1,"86":1,"94":1,"96":1,"112":1,"113":1,"133":1,"167":1,"169":2,"171":2,"185":1,"210":1,"212":1,"213":1,"232":2,"236":3,"238":1,"239":2,"252":3,"254":1,"260":2,"275":1,"284":1,"285":2,"290":1,"292":1,"296":1,"332":1,"343":1}}],["avoided",{"2":{"328":1}}],["avoid",{"0":{"174":1,"262":1},"2":{"39":1,"42":1,"44":1,"47":1,"48":1,"52":1,"70":1,"77":1,"109":1,"113":1,"200":1,"238":2,"245":1,"250":1,"259":1,"262":1,"264":1,"265":1,"328":1}}],["acknowledge",{"2":{"326":1}}],["ac",{"2":{"137":2,"190":1}}],["action=",{"2":{"125":2,"185":1}}],["actions",{"0":{"165":1},"1":{"166":1,"167":1,"168":1,"169":1,"170":1,"171":1,"172":1,"173":1,"174":1,"175":1},"2":{"99":1,"165":1,"247":1,"285":1}}],["action",{"2":{"83":2,"166":1,"167":1,"169":1,"173":1,"277":2,"282":1,"284":1,"301":1}}],["active",{"2":{"64":2,"134":1,"198":1,"274":1,"310":1,"312":1,"329":3}}],["actually",{"2":{"74":2,"147":1,"200":1,"234":1,"247":1}}],["actual",{"2":{"11":1,"12":2,"31":1,"34":1,"59":1,"182":1,"211":1,"218":1,"294":1,"342":1}}],["accurate",{"2":{"213":1}}],["accomplish",{"2":{"123":1}}],["accounting",{"2":{"252":1}}],["accountquery",{"2":{"106":1}}],["accounts",{"2":{"67":1,"134":4,"136":1,"137":3,"138":3,"189":2,"190":1,"272":4,"310":1}}],["account",{"0":{"275":1},"2":{"64":5,"66":6,"67":8,"106":3,"137":1,"138":1,"177":6,"190":1,"212":2,"235":8,"269":1,"272":7,"274":18,"275":5,"276":4,"277":2,"285":1,"288":3,"310":4,"312":2,"329":3}}],["accessibility",{"2":{"100":1,"101":1,"156":1}}],["accessible",{"2":{"100":2,"121":1,"130":1,"156":1,"177":1}}],["accessing",{"0":{"126":1,"151":1,"252":1},"2":{"64":1,"246":1}}],["accessed",{"2":{"42":1,"126":1,"277":1}}],["access",{"0":{"63":1,"190":1},"1":{"64":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1},"2":{"33":2,"40":1,"45":1,"51":1,"53":1,"63":2,"64":1,"67":1,"69":1,"70":1,"81":2,"96":2,"112":1,"113":1,"125":1,"126":1,"132":1,"134":1,"137":1,"138":1,"139":1,"151":1,"177":2,"185":1,"186":1,"189":2,"190":2,"226":1,"230":1,"232":1,"233":1,"234":2,"246":2,"252":3,"253":1,"256":1,"258":1,"260":1,"266":2,"270":2,"272":1,"275":1,"276":2,"316":1,"320":1,"325":1}}],["accepts",{"2":{"43":1,"58":1,"124":2,"125":1,"134":1,"200":1,"236":1,"250":1,"251":1,"253":1,"335":1}}],["accepted",{"2":{"34":1,"148":1}}],["accept",{"2":{"32":1,"36":1,"83":1,"125":1,"201":1,"232":2,"251":1,"252":2,"341":1}}],["across",{"2":{"57":1,"95":1,"179":1,"246":1}}],["achievecs",{"2":{"229":1}}],["achieves",{"2":{"200":1,"253":1}}],["achieve",{"2":{"49":1,"142":1,"145":1,"338":1}}],["aforementioned",{"2":{"213":1}}],["afford",{"2":{"101":1}}],["affects",{"2":{"167":1,"198":1}}],["affect",{"2":{"0":1,"31":1,"34":1}}],["after",{"2":{"31":2,"59":1,"74":2,"97":1,"109":1,"113":1,"176":1,"177":4,"180":1,"235":1,"253":2,"275":1,"302":1,"308":1,"326":2}}],["archive",{"2":{"285":1}}],["archivewidgetbyidhandler",{"2":{"285":1}}],["architecture",{"2":{"26":1}}],["arm64",{"2":{"74":1}}],["armed",{"2":{"47":1}}],["articles",{"2":{"74":1}}],["artifacts",{"2":{"73":2}}],["arbitrary",{"2":{"74":1,"165":1,"282":1,"335":1}}],["around",{"2":{"36":1,"74":1,"126":1,"141":1,"150":1,"151":1,"212":2,"230":1,"231":1,"246":1,"253":1,"285":1}}],["arrays",{"2":{"337":1}}],["array",{"0":{"336":1,"337":1},"2":{"33":1,"64":1,"136":1,"143":1,"167":1,"198":1,"335":6,"336":1,"341":1}}],["arg",{"2":{"234":2}}],["argue",{"2":{"220":1}}],["argument",{"2":{"32":2,"112":1,"113":1,"252":3,"335":1}}],["arguments",{"2":{"31":3,"32":1,"50":1,"51":2,"124":1,"134":1,"186":1,"230":1,"231":1,"236":1,"238":2,"252":3}}],["args",{"2":{"31":1,"32":2,"33":2,"36":2}}],["arg2",{"2":{"31":1}}],["arg1",{"2":{"31":1}}],["aria",{"2":{"21":1,"101":1,"262":1}}],["areas",{"2":{"301":1}}],["area",{"2":{"222":1}}],["aren",{"0":{"236":1},"2":{"22":1,"44":1,"77":1,"82":1,"85":1,"98":1,"134":1,"137":1,"142":1,"163":1,"176":1,"200":1,"210":2,"221":1,"252":1,"255":1,"276":1}}],["are",{"0":{"12":1,"258":1,"329":1},"2":{"0":1,"1":1,"4":2,"7":1,"8":2,"10":3,"11":3,"12":1,"13":1,"18":1,"19":1,"20":1,"22":3,"25":1,"28":1,"29":1,"30":1,"31":5,"32":3,"34":1,"36":3,"38":1,"41":1,"42":3,"44":1,"45":1,"46":1,"48":1,"49":2,"51":3,"53":2,"55":1,"56":3,"57":1,"58":2,"59":1,"62":1,"63":2,"64":1,"66":1,"70":2,"71":1,"72":1,"73":1,"74":8,"75":3,"78":1,"80":1,"82":2,"83":1,"85":2,"86":3,"87":2,"95":1,"96":1,"97":1,"98":1,"101":3,"104":1,"108":1,"109":1,"110":1,"111":1,"112":1,"113":2,"114":2,"116":1,"118":5,"119":1,"122":1,"123":2,"124":2,"125":3,"126":3,"130":1,"131":3,"132":1,"134":2,"136":1,"137":4,"138":6,"139":1,"141":3,"142":2,"143":1,"145":4,"147":1,"151":1,"152":4,"157":1,"163":1,"168":1,"171":1,"175":1,"176":1,"177":2,"178":2,"180":3,"183":1,"184":3,"185":3,"189":2,"190":1,"193":1,"194":1,"196":5,"200":2,"201":1,"202":2,"206":1,"211":2,"212":6,"213":1,"216":1,"220":1,"221":2,"223":3,"224":2,"225":1,"227":1,"229":5,"231":1,"233":1,"236":2,"237":1,"239":1,"245":1,"246":5,"251":1,"252":3,"254":1,"256":1,"263":1,"276":1,"280":1,"284":8,"286":1,"287":1,"288":1,"290":1,"291":1,"292":2,"294":2,"295":1,"297":2,"300":1,"302":2,"303":1,"306":1,"307":3,"308":2,"310":1,"312":3,"313":1,"314":3,"315":1,"316":1,"320":2,"322":1,"325":2,"326":2,"331":1,"335":1,"337":1}}],["ajax",{"2":{"21":3,"167":2,"173":1,"232":1,"252":1,"301":2,"308":1}}],["adequately",{"2":{"286":1,"326":1}}],["admin",{"2":{"252":1}}],["adopt",{"2":{"141":1}}],["adapted",{"2":{"94":1}}],["advisable",{"2":{"178":1,"297":1}}],["advised",{"2":{"77":1}}],["advantages",{"2":{"137":1}}],["advantage",{"0":{"130":1}}],["advance",{"2":{"42":1}}],["advanced",{"0":{"34":1}}],["adhering",{"2":{"73":1}}],["adds",{"2":{"136":3,"294":1}}],["addition",{"2":{"167":1,"246":1}}],["additional",{"2":{"18":1,"21":1,"22":1,"63":1,"82":1,"137":1,"189":1,"202":1,"215":1,"242":1,"256":1,"259":1,"323":1,"330":1,"345":1}}],["adding",{"0":{"212":1},"2":{"86":1,"143":1,"179":1,"250":1}}],["addressed",{"2":{"204":1,"342":1}}],["addresses",{"2":{"138":1,"312":1}}],["addressing",{"2":{"147":1}}],["address",{"2":{"73":1,"189":1,"285":1}}],["add",{"2":{"22":1,"43":1,"133":2,"138":1,"142":1,"143":1,"145":1,"150":1,"152":1,"202":1,"212":11,"215":1,"222":1,"246":1,"250":3,"251":1,"273":1,"274":1,"276":1,"326":1,"343":1}}],["added",{"2":{"21":1,"212":3,"229":1}}],["addeventlistener",{"2":{"20":1}}],["adrs",{"2":{"4":1}}],["along",{"2":{"118":1,"119":1,"160":1,"213":1,"282":1}}],["alongside",{"2":{"25":1,"158":1}}],["alert",{"2":{"52":3,"94":1,"97":1,"101":1,"113":5,"169":1,"184":3,"262":1}}],["alex",{"2":{"26":1}}],["almost",{"2":{"30":1,"35":1,"86":2,"138":3,"145":1,"230":1}}],["already",{"2":{"22":1,"74":1,"152":1,"159":1,"212":2,"229":1,"245":1,"345":1}}],["always",{"0":{"173":1},"2":{"18":1,"28":1,"38":1,"48":1,"54":1,"56":1,"57":1,"62":1,"69":1,"71":1,"78":1,"87":1,"100":1,"104":1,"109":1,"116":1,"131":1,"138":4,"142":1,"143":1,"147":1,"157":1,"175":1,"180":2,"197":1,"206":1,"216":1,"221":1,"227":1,"232":1,"233":1,"235":1,"236":2,"238":2,"239":1,"250":1,"252":1,"260":1,"263":1,"284":1,"286":1,"292":2,"297":2,"306":1,"313":2,"331":1}}],["also",{"2":{"9":1,"26":1,"31":1,"40":1,"41":1,"48":1,"51":1,"52":1,"58":1,"62":1,"66":1,"67":1,"73":1,"80":1,"96":2,"97":1,"98":1,"124":2,"136":1,"143":1,"156":1,"164":1,"170":1,"177":1,"185":1,"186":1,"187":1,"198":1,"199":1,"207":1,"210":1,"212":1,"213":1,"218":2,"221":1,"229":1,"247":1,"250":1,"251":1,"252":1,"261":1,"262":1,"264":1,"272":1,"273":1,"274":1,"286":1,"302":1,"307":1,"313":1,"316":1,"325":1,"328":1,"335":1,"343":1}}],["alter",{"2":{"133":1}}],["alternate",{"0":{"268":1},"2":{"6":1,"56":1,"224":1,"268":1}}],["alt",{"2":{"14":1}}],["although",{"2":{"6":1,"112":1,"114":1,"135":1,"212":1,"247":1,"254":1,"288":1,"325":1}}],["allseeddata",{"2":{"310":1}}],["all",{"0":{"17":1},"2":{"1":1,"3":1,"4":2,"6":1,"7":1,"8":1,"12":2,"15":1,"18":1,"20":2,"21":1,"31":4,"33":1,"40":1,"42":2,"51":1,"52":3,"53":1,"55":1,"58":5,"59":1,"64":4,"66":1,"69":2,"70":1,"74":1,"75":3,"77":1,"80":1,"82":2,"83":3,"85":1,"86":1,"89":2,"90":3,"91":4,"96":1,"102":1,"115":1,"116":1,"125":1,"126":2,"133":1,"136":1,"143":2,"145":3,"151":1,"152":1,"161":3,"163":1,"166":1,"167":2,"168":1,"171":1,"182":2,"187":1,"189":2,"200":1,"210":1,"211":2,"212":1,"214":1,"218":4,"231":1,"234":1,"235":1,"250":2,"254":1,"256":1,"266":1,"267":1,"269":2,"283":1,"284":3,"288":1,"292":2,"301":1,"302":2,"310":2,"312":1,"313":1,"315":2,"318":1,"330":2,"332":1,"335":1,"343":1}}],["allowed",{"2":{"31":2,"74":1,"138":1,"177":1,"209":1,"274":1,"276":1,"283":1,"302":2}}],["allowing",{"2":{"22":1,"58":1,"121":1,"238":1}}],["allows",{"2":{"21":2,"22":1,"42":1,"131":1,"138":2,"158":1,"207":1,"218":1,"229":1,"231":1,"234":1,"235":1,"288":2,"308":1,"332":1}}],["allow",{"2":{"1":1,"11":1,"44":11,"45":1,"56":1,"60":1,"64":1,"66":1,"69":1,"93":1,"101":1,"108":1,"138":1,"145":1,"169":1,"177":1,"185":1,"200":1,"207":1,"212":1,"238":1,"274":1,"276":1,"277":1,"301":1,"307":1,"312":1,"333":1,"343":1}}],["apm",{"2":{"209":1}}],["aps",{"2":{"161":1}}],["apis",{"2":{"145":3,"167":1,"246":1}}],["api",{"0":{"264":1},"2":{"6":1,"22":2,"32":1,"34":1,"45":5,"46":5,"47":1,"50":1,"64":3,"92":1,"94":2,"97":1,"114":1,"115":1,"131":1,"133":1,"134":1,"136":1,"142":1,"164":1,"167":2,"170":1,"171":1,"173":1,"174":1,"176":1,"189":1,"209":1,"210":1,"230":1,"238":1,"239":2,"246":1,"251":1,"258":1,"264":1}}],["approriate",{"2":{"174":1}}],["appropriate",{"2":{"125":1,"337":1}}],["approaches",{"2":{"86":1}}],["approach",{"2":{"11":1,"52":1,"80":1,"86":1,"108":1,"191":1,"245":1,"301":1,"302":1,"324":1}}],["appform",{"2":{"124":3,"185":1,"273":1,"335":1}}],["appflash",{"2":{"44":1,"279":3}}],["apphandler",{"2":{"112":1,"113":1,"126":1,"168":1,"169":1,"186":1,"274":1,"336":1}}],["appears",{"2":{"102":1}}],["appear",{"2":{"96":1,"97":1,"153":1}}],["appended",{"2":{"284":4}}],["append",{"2":{"11":1,"202":1}}],["applicationcontroller",{"2":{"277":1}}],["application",{"2":{"190":1,"209":1,"294":1,"299":1}}],["applied",{"2":{"70":1,"101":1,"134":1,"141":1,"180":1,"246":1}}],["applies",{"2":{"65":1,"118":1,"135":1}}],["apple",{"2":{"74":1}}],["applying",{"2":{"135":1,"302":1}}],["apply",{"2":{"31":2,"55":1,"83":1,"134":1,"211":1,"272":1}}],["appdatamodel",{"2":{"64":4,"137":1,"190":2,"272":1}}],["apppage",{"2":{"53":1,"112":2,"125":2,"151":1,"162":1,"182":1,"231":1,"235":1,"250":1,"251":1,"266":1,"268":1,"273":2,"274":1,"279":1,"280":1,"337":1}}],["appcomponent",{"2":{"50":1,"51":2,"52":1,"53":1,"113":1,"184":1,"341":1,"342":1,"343":1}}],["appseeddata",{"2":{"272":1}}],["appsession",{"2":{"111":1,"112":4,"231":1,"274":2}}],["apps",{"0":{"82":1,"83":1},"2":{"21":1,"25":1,"26":2,"29":1,"31":4,"35":2,"44":2,"48":1,"66":1,"72":2,"74":1,"80":1,"85":1,"87":2,"138":1,"193":1,"224":1,"245":1,"247":1,"267":1,"345":1}}],["app",{"0":{"25":1,"26":1,"58":1,"90":1,"160":1,"162":1,"164":1},"2":{"4":1,"10":3,"12":1,"13":2,"14":3,"15":2,"16":1,"17":1,"18":3,"20":2,"23":2,"26":4,"29":2,"30":3,"31":1,"32":12,"33":2,"34":5,"35":1,"42":2,"44":9,"45":8,"47":4,"48":1,"50":2,"51":3,"53":1,"58":10,"64":4,"66":1,"69":1,"70":2,"74":6,"75":5,"77":1,"80":5,"81":2,"82":1,"83":8,"85":1,"86":1,"87":2,"88":1,"89":3,"90":14,"91":3,"95":1,"96":1,"99":1,"100":2,"101":1,"102":1,"103":1,"106":10,"112":1,"115":1,"116":1,"118":1,"124":3,"134":2,"137":9,"142":1,"145":1,"152":1,"158":1,"159":2,"160":7,"161":2,"162":3,"169":1,"174":1,"177":8,"178":1,"179":1,"182":3,"183":4,"191":2,"196":8,"199":1,"201":1,"207":1,"209":6,"210":6,"212":4,"213":1,"214":1,"215":1,"218":15,"222":2,"224":4,"229":3,"230":2,"232":2,"233":1,"238":3,"246":1,"250":9,"251":5,"252":3,"268":1,"272":4,"273":5,"274":4,"275":6,"276":1,"279":6,"282":3,"285":2,"288":1,"294":11,"295":1,"299":1,"302":1,"303":1,"304":2,"305":2,"310":2,"311":1,"315":1,"316":1,"317":1,"320":1,"323":2,"326":1,"330":1,"335":1,"336":1,"337":1,"341":1,"342":3,"343":4,"345":1}}],["abstraction",{"2":{"191":1,"247":1,"249":1,"267":1,"285":1}}],["abstractions",{"2":{"109":1,"193":1,"245":2,"345":3}}],["abstracts",{"2":{"97":1}}],["abstracted",{"2":{"40":1}}],["abandon",{"2":{"86":1}}],["abandoning",{"2":{"22":1}}],["above",{"2":{"52":1,"97":1,"101":1,"125":1,"138":1,"141":1,"150":1,"173":1,"190":1,"196":1,"236":1,"260":1,"312":2,"318":1,"337":1}}],["about",{"0":{"8":1},"2":{"0":1,"8":2,"34":1,"83":1,"95":1,"107":1,"119":3,"126":1,"134":3,"142":1,"156":2,"171":1,"209":1,"212":3,"213":1,"220":1,"229":1,"292":1,"315":1,"323":1,"342":1,"345":1}}],["ability",{"2":{"22":1,"30":1,"214":1}}],["able",{"2":{"4":1,"6":1,"91":1,"190":1,"221":1,"236":1,"284":1}}],["angeles",{"2":{"315":1}}],["angle",{"2":{"267":1}}],["annotatebrutownedpaths",{"2":{"307":1}}],["anchor",{"2":{"285":1}}],["ancillary",{"2":{"171":1}}],["answer",{"2":{"69":1,"92":2,"314":2}}],["answers",{"2":{"8":1}}],["another",{"2":{"21":1,"55":1,"100":1,"133":1,"168":1,"173":1,"308":1,"310":1,"312":1,"324":1,"326":1,"345":1}}],["analysis",{"2":{"6":2,"109":1}}],["anywhere",{"2":{"105":1,"202":1}}],["anythning",{"2":{"103":1}}],["anything",{"2":{"20":1,"32":2,"50":1,"51":1,"74":1,"112":1,"113":1,"147":1,"211":1,"253":1,"312":1,"324":1}}],["anyone",{"0":{"288":1},"2":{"53":1,"275":1}}],["any",{"2":{"4":1,"13":1,"17":1,"26":1,"31":4,"32":2,"33":1,"40":1,"51":1,"52":2,"55":1,"58":2,"62":1,"69":1,"70":1,"74":2,"75":1,"77":1,"80":1,"83":2,"90":3,"91":1,"96":1,"101":1,"106":2,"112":1,"113":2,"116":1,"124":1,"125":1,"127":2,"133":1,"134":1,"135":1,"137":1,"142":2,"145":1,"151":1,"152":1,"153":1,"165":1,"167":1,"168":1,"171":1,"173":1,"177":1,"184":3,"191":2,"194":1,"202":1,"213":1,"217":1,"221":1,"226":1,"232":6,"234":1,"235":2,"238":2,"246":1,"252":5,"253":1,"265":1,"276":1,"279":1,"285":2,"303":1,"304":1,"313":1,"324":1,"325":1,"326":1,"330":3,"332":1}}],["an",{"2":{"1":3,"4":1,"6":1,"8":1,"21":3,"22":1,"32":3,"33":2,"40":2,"42":2,"44":3,"50":1,"51":1,"52":1,"53":2,"58":2,"59":1,"64":1,"66":1,"67":2,"74":2,"81":1,"82":2,"83":3,"92":2,"94":1,"96":1,"97":2,"99":1,"100":1,"101":3,"102":1,"108":1,"111":2,"112":1,"113":1,"124":3,"125":4,"127":1,"131":4,"134":3,"137":3,"138":3,"142":1,"144":1,"145":2,"150":2,"152":3,"159":1,"167":2,"171":1,"173":1,"177":1,"184":1,"185":3,"186":1,"189":2,"198":1,"203":1,"207":1,"209":1,"212":5,"218":1,"221":1,"222":1,"229":1,"230":1,"232":4,"233":1,"235":1,"236":1,"238":2,"239":1,"243":2,"247":2,"252":4,"253":1,"256":2,"264":1,"267":1,"268":1,"270":1,"272":1,"273":1,"274":1,"275":1,"277":1,"279":1,"281":1,"282":2,"285":1,"288":1,"292":1,"294":1,"295":1,"301":1,"302":1,"308":1,"313":1,"319":1,"320":2,"323":1,"329":1,"335":4,"336":1,"339":1,"344":1}}],["and",{"0":{"0":1,"10":1,"11":1,"12":1,"29":1,"43":1,"44":1,"84":1,"96":1,"110":1,"120":1,"136":1,"138":1,"152":1,"191":1,"195":1,"199":1,"201":1,"202":1,"203":1,"207":1,"272":1,"302":1,"314":1,"326":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"11":1,"12":1,"30":1,"31":1,"32":1,"33":1,"34":1,"35":1,"36":1,"37":1,"38":1,"111":1,"112":1,"113":1,"114":1,"115":1,"116":1,"137":1,"196":1,"197":1,"198":1,"199":1,"200":1,"201":1,"202":1,"203":1,"204":1,"205":1,"206":1,"208":1,"209":1,"210":1,"211":1,"212":1,"213":1,"214":1,"215":1,"216":1,"315":1,"316":1,"317":1,"318":1,"319":1,"320":1},"2":{"0":2,"2":1,"4":2,"5":3,"6":5,"9":2,"10":5,"11":4,"12":4,"13":1,"14":1,"15":2,"17":1,"18":4,"21":4,"22":2,"23":2,"26":2,"28":1,"30":2,"31":11,"32":2,"33":4,"36":4,"37":1,"38":1,"39":1,"41":2,"42":2,"43":1,"44":7,"45":1,"46":1,"47":2,"48":2,"49":1,"50":1,"51":2,"52":1,"53":5,"54":1,"55":1,"56":2,"57":1,"58":5,"59":2,"60":5,"62":2,"63":3,"64":1,"65":1,"66":4,"69":7,"70":3,"71":1,"74":14,"75":4,"78":1,"80":8,"81":2,"82":2,"83":12,"86":5,"87":1,"89":2,"90":7,"92":1,"93":1,"94":1,"95":1,"96":2,"97":1,"98":1,"99":1,"100":3,"101":1,"102":1,"103":1,"104":1,"105":1,"106":5,"107":1,"108":3,"109":3,"111":2,"112":2,"113":1,"114":1,"115":2,"116":7,"119":2,"121":1,"122":1,"123":1,"124":4,"125":4,"126":2,"127":1,"129":2,"130":2,"131":2,"133":2,"134":4,"135":3,"136":2,"137":10,"138":7,"141":4,"142":1,"143":2,"145":5,"146":1,"147":5,"148":2,"149":1,"150":3,"152":4,"155":1,"156":2,"157":1,"160":1,"161":3,"162":2,"165":1,"167":5,"168":2,"169":1,"170":1,"171":3,"173":4,"174":5,"175":1,"176":1,"177":5,"179":1,"180":5,"182":1,"183":2,"185":5,"186":2,"187":2,"189":1,"191":4,"192":4,"193":1,"195":1,"196":5,"198":2,"200":5,"201":2,"202":5,"204":1,"206":1,"209":4,"210":5,"211":3,"212":6,"213":2,"214":1,"215":2,"216":4,"217":1,"218":8,"220":3,"221":3,"222":3,"224":5,"225":1,"227":1,"229":4,"230":4,"231":1,"232":1,"234":4,"235":1,"236":1,"237":1,"238":3,"239":3,"240":1,"245":8,"246":8,"247":2,"250":1,"251":1,"252":7,"253":3,"254":1,"255":1,"256":3,"259":2,"260":2,"261":1,"262":1,"263":1,"264":2,"265":1,"267":2,"268":2,"272":2,"273":3,"274":1,"276":1,"277":1,"279":1,"281":1,"284":7,"285":3,"288":1,"289":3,"291":2,"292":3,"294":2,"296":1,"297":4,"299":1,"300":2,"301":4,"302":4,"305":1,"306":1,"307":1,"308":2,"309":1,"310":3,"311":1,"313":1,"315":2,"316":3,"317":2,"318":3,"319":4,"320":3,"322":1,"323":1,"325":2,"326":5,"328":4,"329":4,"330":2,"331":1,"334":1,"335":1,"336":1,"339":4,"342":1,"343":3,"344":1,"345":5}}],["as=",{"2":{"183":1}}],["aside",{"2":{"148":1,"225":1,"279":1}}],["aspect",{"2":{"119":1}}],["aspects",{"2":{"32":1,"34":1,"39":1}}],["asychronous",{"2":{"146":1}}],["asycnhronous",{"2":{"97":1}}],["asynchronous",{"2":{"97":1}}],["asked",{"2":{"318":1}}],["ask",{"2":{"11":1,"69":1,"74":1,"187":1,"210":1,"222":1,"316":2,"317":1,"318":2}}],["assure",{"2":{"324":1}}],["assumptions",{"2":{"171":1,"254":1}}],["assuming",{"2":{"141":1,"145":1,"169":1,"203":1,"301":1}}],["assume",{"2":{"102":1,"112":1,"134":1,"275":1,"342":1,"343":2}}],["assumed",{"2":{"74":1,"202":1,"203":1,"232":1,"252":2,"270":1,"301":1,"313":1}}],["assigned",{"2":{"150":1}}],["assist",{"2":{"83":1,"123":1,"199":1}}],["assistance",{"2":{"1":2,"3":2,"4":1,"5":1,"149":1,"191":1}}],["associated",{"0":{"120":1},"2":{"83":2,"101":1,"167":1,"212":1,"285":1}}],["associations",{"2":{"64":2}}],["assess",{"2":{"100":1}}],["asserting",{"0":{"102":1,"256":1}}],["assertions",{"2":{"94":1,"114":1,"171":1,"256":1,"329":1}}],["assert",{"2":{"67":1,"95":2,"97":1,"99":2,"102":2,"145":13,"255":1,"297":1}}],["asset",{"2":{"10":1,"11":1,"17":1,"18":2,"183":3,"218":2,"224":3,"268":3}}],["assets",{"0":{"9":1,"17":1},"1":{"10":1,"11":1,"12":1,"13":1,"14":1,"15":1,"16":1,"17":1,"18":1},"2":{"18":3,"75":5,"83":1,"90":6,"218":2,"246":1}}],["as",{"2":{"1":1,"2":1,"3":1,"4":4,"7":1,"9":1,"10":1,"12":2,"13":1,"18":1,"21":3,"22":2,"26":1,"29":1,"30":1,"32":1,"33":3,"41":1,"44":1,"45":1,"46":1,"47":2,"53":1,"54":1,"56":1,"57":2,"63":2,"64":1,"65":1,"69":1,"73":1,"74":2,"75":2,"76":1,"81":1,"83":2,"86":1,"89":1,"90":2,"91":2,"93":1,"97":2,"100":1,"101":3,"103":1,"108":1,"111":2,"112":2,"113":1,"114":1,"115":1,"119":1,"120":2,"123":1,"124":1,"125":2,"126":1,"134":2,"137":4,"138":1,"141":2,"142":1,"143":2,"144":1,"145":5,"150":1,"152":2,"155":1,"156":3,"158":1,"163":2,"167":2,"168":1,"170":2,"171":1,"174":1,"176":1,"177":1,"178":2,"179":1,"182":2,"183":1,"186":2,"189":1,"193":2,"196":2,"199":1,"200":3,"202":2,"203":1,"204":1,"212":3,"213":2,"216":1,"218":3,"220":1,"221":1,"223":1,"224":1,"227":1,"229":1,"230":1,"231":1,"238":4,"239":2,"246":4,"247":3,"252":1,"253":1,"256":1,"259":2,"262":1,"264":3,"266":1,"268":1,"274":1,"276":2,"283":1,"284":1,"285":1,"290":1,"292":1,"294":2,"295":2,"297":2,"298":1,"301":3,"302":1,"304":1,"307":1,"310":3,"312":3,"316":1,"317":1,"319":1,"320":1,"324":1,"325":2,"326":1,"335":2,"339":1,"343":1,"345":3}}],["attached",{"2":{"284":1}}],["attr",{"2":{"125":1,"151":1,"258":1,"342":1,"343":1}}],["attract",{"2":{"122":1}}],["attributes=nil",{"2":{"212":2}}],["attributesyou",{"2":{"125":1}}],["attributes",{"0":{"262":1},"2":{"51":2,"118":1,"124":1,"125":2,"152":1,"155":1,"185":1,"212":12,"251":1,"262":1,"330":1}}],["attributechangedcallback",{"2":{"22":2}}],["attribute",{"2":{"22":1,"113":2,"124":1,"145":1,"152":4,"212":2,"256":3,"302":1}}],["attempt",{"2":{"97":1,"211":1,"273":1,"277":1,"317":1}}],["attempts",{"2":{"73":1,"118":1,"138":1,"209":1,"211":1,"213":1}}],["at",{"2":{"1":1,"20":1,"34":1,"42":1,"66":1,"67":1,"69":1,"71":1,"75":1,"78":1,"83":1,"90":1,"94":1,"120":1,"124":1,"134":5,"135":1,"136":1,"137":2,"138":4,"157":1,"162":1,"175":1,"177":1,"179":1,"189":1,"205":1,"206":1,"213":1,"239":1,"245":1,"250":1,"272":2,"274":1,"275":1,"285":1,"317":1,"320":5,"324":2,"326":5,"330":1,"333":1,"345":1}}],["a",{"0":{"3":1,"26":1,"126":1,"168":1,"251":1,"252":1,"255":1,"273":1,"289":1,"324":1,"325":1,"335":1,"336":1,"337":1},"2":{"0":1,"1":3,"3":2,"4":2,"5":2,"6":2,"7":4,"8":1,"10":1,"11":9,"12":1,"14":1,"15":1,"16":1,"21":14,"22":5,"25":1,"26":2,"29":1,"30":1,"31":6,"32":7,"33":3,"34":1,"35":1,"36":6,"37":2,"40":1,"41":3,"42":2,"43":2,"44":5,"45":1,"46":1,"47":2,"48":1,"49":1,"50":2,"51":4,"52":7,"53":13,"58":3,"59":1,"60":2,"62":2,"63":3,"64":5,"66":2,"67":1,"69":7,"70":6,"74":8,"75":3,"76":3,"77":3,"80":5,"81":3,"82":19,"83":12,"86":3,"87":1,"90":1,"91":1,"92":8,"93":2,"94":1,"96":2,"97":4,"99":3,"100":1,"101":5,"102":2,"103":2,"108":3,"110":1,"111":1,"112":5,"113":4,"114":1,"115":2,"116":2,"118":5,"119":2,"121":3,"122":1,"123":3,"124":5,"125":9,"126":5,"129":1,"131":2,"133":5,"134":8,"135":3,"136":2,"137":14,"138":13,"141":2,"142":2,"143":1,"144":1,"145":10,"147":3,"150":7,"151":1,"152":6,"155":1,"158":2,"160":3,"161":5,"163":1,"166":4,"167":12,"168":3,"169":1,"170":4,"171":5,"173":8,"174":1,"176":2,"177":11,"178":1,"179":2,"182":7,"184":3,"185":8,"186":10,"187":4,"188":1,"189":4,"190":2,"191":2,"193":1,"194":1,"196":1,"197":1,"198":3,"199":3,"200":4,"201":3,"202":4,"203":2,"207":1,"209":5,"210":3,"211":5,"212":9,"213":4,"214":1,"216":1,"217":3,"218":11,"221":3,"223":5,"224":5,"225":2,"226":1,"227":3,"228":1,"229":5,"230":3,"231":1,"232":1,"234":4,"235":3,"236":8,"237":3,"238":13,"239":1,"243":8,"245":9,"246":11,"248":2,"249":1,"250":5,"251":2,"252":9,"253":7,"255":2,"256":10,"258":2,"259":1,"260":2,"262":4,"264":3,"265":3,"266":2,"267":1,"268":2,"272":5,"273":7,"274":1,"275":3,"276":2,"277":8,"278":1,"279":1,"280":2,"281":2,"282":7,"283":10,"284":6,"285":8,"286":1,"288":5,"289":1,"290":4,"291":2,"292":4,"294":7,"295":1,"296":2,"297":1,"298":1,"299":2,"301":9,"302":3,"303":1,"304":2,"310":2,"312":1,"314":1,"315":2,"316":2,"317":1,"318":1,"319":2,"320":8,"323":2,"324":3,"325":2,"326":10,"327":2,"328":1,"330":1,"332":3,"333":2,"334":3,"335":1,"336":3,"339":3,"342":1,"343":3,"345":3}}],["ai",{"0":{"0":1,"1":1,"4":1,"5":1,"8":1},"1":{"1":1,"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1},"2":{"0":1,"1":5,"3":1,"4":2,"5":1}}]],"serializationVersion":2}`;export{e as default};