brut 0.9.0 → 0.9.1

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 (370) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -1
  3. data/CHANGELOG.md +6 -0
  4. data/Gemfile.lock +75 -69
  5. data/brut-css/package-lock.json +2 -2
  6. data/brut-css/package.json +1 -1
  7. data/brut-js/package-lock.json +2 -2
  8. data/brut-js/package.json +1 -1
  9. data/brut-js/specs/ConfirmSubmit.spec.js +32 -1
  10. data/brut-js/src/ConfirmSubmit.js +28 -7
  11. data/brutrb.com/images/tutorial/basic-form-with-violations.png +0 -0
  12. data/brutrb.com/images/tutorial/basic-form.png +0 -0
  13. data/brutrb.com/images/tutorial/initial-home-page.png +0 -0
  14. data/brutrb.com/images/tutorial/new-post-editor.png +0 -0
  15. data/brutrb.com/images/tutorial/new-post-home-page.png +0 -0
  16. data/brutrb.com/images/tutorial/styled-form-with-server-side-violations.png +0 -0
  17. data/brutrb.com/images/tutorial/styled-form-with-violations.png +0 -0
  18. data/brutrb.com/images/tutorial/styled-home-page-with-posts.png +0 -0
  19. data/brutrb.com/images/tutorial/styled-home-page.png +0 -0
  20. data/brutrb.com/images/tutorial/welcome-to-brut.png +0 -0
  21. data/brutrb.com/tutorial.md +1728 -3
  22. data/docs/404.html +2 -2
  23. data/docs/adrs.html +3 -3
  24. data/docs/ai.html +3 -3
  25. data/docs/api/Brut/BackEnd/SeedData.html +1 -1
  26. data/docs/api/Brut/BackEnd/Sidekiq/Middlewares/Server/FlushSpans.html +1 -1
  27. data/docs/api/Brut/BackEnd/Sidekiq/Middlewares/Server.html +1 -1
  28. data/docs/api/Brut/BackEnd/Sidekiq/Middlewares.html +1 -1
  29. data/docs/api/Brut/BackEnd/Sidekiq.html +1 -1
  30. data/docs/api/Brut/BackEnd/Validators/FormValidator.html +1 -1
  31. data/docs/api/Brut/BackEnd/Validators.html +1 -1
  32. data/docs/api/Brut/BackEnd.html +1 -1
  33. data/docs/api/Brut/CLI/App.html +1 -1
  34. data/docs/api/Brut/CLI/AppRunner.html +1 -1
  35. data/docs/api/Brut/CLI/Apps/BuildAssets/All.html +1 -1
  36. data/docs/api/Brut/CLI/Apps/BuildAssets/CSS.html +1 -1
  37. data/docs/api/Brut/CLI/Apps/BuildAssets/Images.html +1 -1
  38. data/docs/api/Brut/CLI/Apps/BuildAssets/JS.html +1 -1
  39. data/docs/api/Brut/CLI/Apps/BuildAssets.html +1 -1
  40. data/docs/api/Brut/CLI/Apps/DB/Create.html +1 -1
  41. data/docs/api/Brut/CLI/Apps/DB/Drop.html +1 -1
  42. data/docs/api/Brut/CLI/Apps/DB/Migrate.html +1 -1
  43. data/docs/api/Brut/CLI/Apps/DB/NewMigration.html +1 -1
  44. data/docs/api/Brut/CLI/Apps/DB/Rebuild.html +1 -1
  45. data/docs/api/Brut/CLI/Apps/DB/Seed.html +1 -1
  46. data/docs/api/Brut/CLI/Apps/DB/Status.html +1 -1
  47. data/docs/api/Brut/CLI/Apps/DB.html +1 -1
  48. data/docs/api/Brut/CLI/Apps/DeployBase/GitChecks.html +1 -1
  49. data/docs/api/Brut/CLI/Apps/DeployBase.html +1 -1
  50. data/docs/api/Brut/CLI/Apps/HerokuContainerBasedDeploy/Deploy.html +1 -1
  51. data/docs/api/Brut/CLI/Apps/HerokuContainerBasedDeploy.html +1 -1
  52. data/docs/api/Brut/CLI/Apps/Scaffold/Action/Route.html +1 -1
  53. data/docs/api/Brut/CLI/Apps/Scaffold/Action.html +1 -1
  54. data/docs/api/Brut/CLI/Apps/Scaffold/Component.html +1 -1
  55. data/docs/api/Brut/CLI/Apps/Scaffold/CustomElementTest.html +1 -1
  56. data/docs/api/Brut/CLI/Apps/Scaffold/DbModel.html +1 -1
  57. data/docs/api/Brut/CLI/Apps/Scaffold/E2ETest.html +1 -1
  58. data/docs/api/Brut/CLI/Apps/Scaffold/Form.html +1 -1
  59. data/docs/api/Brut/CLI/Apps/Scaffold/Page/Route.html +1 -1
  60. data/docs/api/Brut/CLI/Apps/Scaffold/Page.html +1 -1
  61. data/docs/api/Brut/CLI/Apps/Scaffold/RoutesEditor.html +1 -1
  62. data/docs/api/Brut/CLI/Apps/Scaffold/Test.html +1 -1
  63. data/docs/api/Brut/CLI/Apps/Scaffold.html +1 -1
  64. data/docs/api/Brut/CLI/Apps/Test/Audit.html +1 -1
  65. data/docs/api/Brut/CLI/Apps/Test/E2e.html +1 -1
  66. data/docs/api/Brut/CLI/Apps/Test/JS.html +1 -1
  67. data/docs/api/Brut/CLI/Apps/Test/Run.html +1 -1
  68. data/docs/api/Brut/CLI/Apps/Test.html +1 -1
  69. data/docs/api/Brut/CLI/Apps.html +1 -1
  70. data/docs/api/Brut/CLI/Command.html +1 -1
  71. data/docs/api/Brut/CLI/Error.html +1 -1
  72. data/docs/api/Brut/CLI/ExecutionResults/Result.html +1 -1
  73. data/docs/api/Brut/CLI/ExecutionResults.html +1 -1
  74. data/docs/api/Brut/CLI/Executor.html +1 -1
  75. data/docs/api/Brut/CLI/InvalidOption.html +1 -1
  76. data/docs/api/Brut/CLI/Options.html +1 -1
  77. data/docs/api/Brut/CLI/Output.html +1 -1
  78. data/docs/api/Brut/CLI/SystemExecError.html +1 -1
  79. data/docs/api/Brut/CLI.html +1 -1
  80. data/docs/api/Brut/FactoryBot.html +1 -1
  81. data/docs/api/Brut/Framework/App.html +1 -1
  82. data/docs/api/Brut/Framework/Config.html +11 -21
  83. data/docs/api/Brut/Framework/Container.html +1 -1
  84. data/docs/api/Brut/Framework/Error.html +1 -1
  85. data/docs/api/Brut/Framework/Errors/AbstractMethod.html +1 -1
  86. data/docs/api/Brut/Framework/Errors/Bug.html +1 -1
  87. data/docs/api/Brut/Framework/Errors/MissingConfiguration.html +1 -1
  88. data/docs/api/Brut/Framework/Errors/MissingParameter.html +1 -1
  89. data/docs/api/Brut/Framework/Errors/NoClassForPath.html +1 -1
  90. data/docs/api/Brut/Framework/Errors/NotFound.html +1 -1
  91. data/docs/api/Brut/Framework/Errors/NotImplemented.html +1 -1
  92. data/docs/api/Brut/Framework/Errors.html +1 -1
  93. data/docs/api/Brut/Framework/FussyTypeEnforcement.html +1 -1
  94. data/docs/api/Brut/Framework/MCP.html +1 -1
  95. data/docs/api/Brut/Framework/ProjectEnvironment.html +1 -1
  96. data/docs/api/Brut/Framework.html +1 -1
  97. data/docs/api/Brut/FrontEnd/AssetPathResolver.html +1 -1
  98. data/docs/api/Brut/FrontEnd/Component/Helpers.html +1 -1
  99. data/docs/api/Brut/FrontEnd/Component.html +1 -1
  100. data/docs/api/Brut/FrontEnd/Components/ConstraintViolations.html +1 -1
  101. data/docs/api/Brut/FrontEnd/Components/FormTag.html +1 -1
  102. data/docs/api/Brut/FrontEnd/Components/I18nTranslations.html +1 -1
  103. data/docs/api/Brut/FrontEnd/Components/Input.html +1 -1
  104. data/docs/api/Brut/FrontEnd/Components/Inputs/CsrfToken.html +1 -1
  105. data/docs/api/Brut/FrontEnd/Components/Inputs/InputTag.html +1 -1
  106. data/docs/api/Brut/FrontEnd/Components/Inputs/RadioButton.html +1 -1
  107. data/docs/api/Brut/FrontEnd/Components/Inputs/SelectTagWithOptions.html +1 -1
  108. data/docs/api/Brut/FrontEnd/Components/Inputs/TextareaTag.html +1 -1
  109. data/docs/api/Brut/FrontEnd/Components/Inputs.html +1 -1
  110. data/docs/api/Brut/FrontEnd/Components/LocaleDetection.html +1 -1
  111. data/docs/api/Brut/FrontEnd/Components/PageIdentifier.html +1 -1
  112. data/docs/api/Brut/FrontEnd/Components/TimeTag.html +1 -1
  113. data/docs/api/Brut/FrontEnd/Components/Traceparent.html +1 -1
  114. data/docs/api/Brut/FrontEnd/Components.html +1 -1
  115. data/docs/api/Brut/FrontEnd/CsrfProtector.html +1 -1
  116. data/docs/api/Brut/FrontEnd/Download.html +1 -1
  117. data/docs/api/Brut/FrontEnd/Flash.html +1 -1
  118. data/docs/api/Brut/FrontEnd/Form.html +1 -1
  119. data/docs/api/Brut/FrontEnd/Forms/ConstraintViolation.html +1 -1
  120. data/docs/api/Brut/FrontEnd/Forms/Input/Color.html +1 -1
  121. data/docs/api/Brut/FrontEnd/Forms/Input/TimeOfDay.html +1 -1
  122. data/docs/api/Brut/FrontEnd/Forms/Input.html +1 -1
  123. data/docs/api/Brut/FrontEnd/Forms/InputDeclarations.html +1 -1
  124. data/docs/api/Brut/FrontEnd/Forms/InputDefinition.html +1 -1
  125. data/docs/api/Brut/FrontEnd/Forms/RadioButtonGroupInput.html +1 -1
  126. data/docs/api/Brut/FrontEnd/Forms/RadioButtonGroupInputDefinition.html +1 -1
  127. data/docs/api/Brut/FrontEnd/Forms/SelectInput.html +1 -1
  128. data/docs/api/Brut/FrontEnd/Forms/SelectInputDefinition.html +1 -1
  129. data/docs/api/Brut/FrontEnd/Forms/ValidityState.html +1 -1
  130. data/docs/api/Brut/FrontEnd/Forms.html +1 -1
  131. data/docs/api/Brut/FrontEnd/GenericResponse.html +1 -1
  132. data/docs/api/Brut/FrontEnd/Handler.html +1 -1
  133. data/docs/api/Brut/FrontEnd/Handlers/CspReportingHandler.html +1 -1
  134. data/docs/api/Brut/FrontEnd/Handlers/InstrumentationHandler/TraceParent.html +1 -1
  135. data/docs/api/Brut/FrontEnd/Handlers/InstrumentationHandler.html +1 -1
  136. data/docs/api/Brut/FrontEnd/Handlers/LocaleDetectionHandler.html +1 -1
  137. data/docs/api/Brut/FrontEnd/Handlers/MissingHandler/Form.html +1 -1
  138. data/docs/api/Brut/FrontEnd/Handlers/MissingHandler.html +1 -1
  139. data/docs/api/Brut/FrontEnd/Handlers.html +1 -1
  140. data/docs/api/Brut/FrontEnd/HandlingResults.html +1 -1
  141. data/docs/api/Brut/FrontEnd/HttpMethod.html +1 -1
  142. data/docs/api/Brut/FrontEnd/HttpStatus.html +1 -1
  143. data/docs/api/Brut/FrontEnd/InlineSvgLocator.html +1 -1
  144. data/docs/api/Brut/FrontEnd/Layout.html +1 -1
  145. data/docs/api/Brut/FrontEnd/Middleware.html +1 -1
  146. data/docs/api/Brut/FrontEnd/Middlewares/AnnotateBrutOwnedPaths.html +1 -1
  147. data/docs/api/Brut/FrontEnd/Middlewares/Favicon.html +1 -1
  148. data/docs/api/Brut/FrontEnd/Middlewares/OpenTelemetrySpan.html +1 -1
  149. data/docs/api/Brut/FrontEnd/Middlewares/ReloadApp.html +1 -1
  150. data/docs/api/Brut/FrontEnd/Middlewares.html +1 -1
  151. data/docs/api/Brut/FrontEnd/Page.html +1 -1
  152. data/docs/api/Brut/FrontEnd/Pages/MissingPage.html +1 -1
  153. data/docs/api/Brut/FrontEnd/Pages.html +1 -1
  154. data/docs/api/Brut/FrontEnd/RequestContext.html +1 -1
  155. data/docs/api/Brut/FrontEnd/RouteHook.html +1 -1
  156. data/docs/api/Brut/FrontEnd/RouteHooks/AgeFlash.html +1 -1
  157. data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineScripts.html +1 -1
  158. data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineStylesOrScripts/ReportOnly.html +1 -1
  159. data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineStylesOrScripts.html +1 -1
  160. data/docs/api/Brut/FrontEnd/RouteHooks/LocaleDetection.html +1 -1
  161. data/docs/api/Brut/FrontEnd/RouteHooks/SetupRequestContext.html +1 -1
  162. data/docs/api/Brut/FrontEnd/RouteHooks.html +1 -1
  163. data/docs/api/Brut/FrontEnd/Routing/FormHandlerRoute.html +1 -1
  164. data/docs/api/Brut/FrontEnd/Routing/FormRoute.html +1 -1
  165. data/docs/api/Brut/FrontEnd/Routing/MissingForm.html +1 -1
  166. data/docs/api/Brut/FrontEnd/Routing/MissingHandler.html +1 -1
  167. data/docs/api/Brut/FrontEnd/Routing/MissingPage.html +1 -1
  168. data/docs/api/Brut/FrontEnd/Routing/MissingPath.html +1 -1
  169. data/docs/api/Brut/FrontEnd/Routing/PageRoute.html +1 -1
  170. data/docs/api/Brut/FrontEnd/Routing/Route.html +1 -1
  171. data/docs/api/Brut/FrontEnd/Routing.html +1 -1
  172. data/docs/api/Brut/FrontEnd/Session.html +1 -1
  173. data/docs/api/Brut/FrontEnd.html +1 -1
  174. data/docs/api/Brut/I18n/BaseMethods.html +1 -1
  175. data/docs/api/Brut/I18n/ForBackEnd.html +1 -1
  176. data/docs/api/Brut/I18n/ForCLI.html +1 -1
  177. data/docs/api/Brut/I18n/ForHTML.html +1 -1
  178. data/docs/api/Brut/I18n/HTTPAcceptLanguage/AlwaysEnglish.html +1 -1
  179. data/docs/api/Brut/I18n/HTTPAcceptLanguage.html +1 -1
  180. data/docs/api/Brut/I18n.html +1 -1
  181. data/docs/api/Brut/Instrumentation/LoggerSpanExporter.html +1 -1
  182. data/docs/api/Brut/Instrumentation/OpenTelemetry/NormalizedAttributes.html +1 -1
  183. data/docs/api/Brut/Instrumentation/OpenTelemetry/Span.html +1 -1
  184. data/docs/api/Brut/Instrumentation/OpenTelemetry.html +1 -1
  185. data/docs/api/Brut/Instrumentation.html +1 -1
  186. data/docs/api/Brut/RubocopConfig.html +1 -1
  187. data/docs/api/Brut/SinatraHelpers/ClassMethods.html +1 -1
  188. data/docs/api/Brut/SinatraHelpers.html +1 -1
  189. data/docs/api/Brut/SpecSupport/ClockSupport.html +1 -1
  190. data/docs/api/Brut/SpecSupport/ComponentSupport.html +1 -1
  191. data/docs/api/Brut/SpecSupport/E2ETestServer.html +1 -1
  192. data/docs/api/Brut/SpecSupport/E2eSupport.html +1 -1
  193. data/docs/api/Brut/SpecSupport/EnhancedNode.html +1 -1
  194. data/docs/api/Brut/SpecSupport/FlashSupport.html +1 -1
  195. data/docs/api/Brut/SpecSupport/GeneralSupport/ClassMethods.html +1 -1
  196. data/docs/api/Brut/SpecSupport/GeneralSupport.html +1 -1
  197. data/docs/api/Brut/SpecSupport/HandlerSupport.html +1 -1
  198. data/docs/api/Brut/SpecSupport/Matchers/BeABug.html +1 -1
  199. data/docs/api/Brut/SpecSupport/Matchers/BePageFor.html +1 -1
  200. data/docs/api/Brut/SpecSupport/Matchers/BeRoutingFor.html +1 -1
  201. data/docs/api/Brut/SpecSupport/Matchers/HaveConstraintViolation.html +1 -1
  202. data/docs/api/Brut/SpecSupport/Matchers/HaveGenerated.html +1 -1
  203. data/docs/api/Brut/SpecSupport/Matchers/HaveHTMLAttribute.html +1 -1
  204. data/docs/api/Brut/SpecSupport/Matchers/HaveI18nString.html +1 -1
  205. data/docs/api/Brut/SpecSupport/Matchers/HaveLinkTo.html +1 -1
  206. data/docs/api/Brut/SpecSupport/Matchers/HaveRedirectedTo.html +1 -1
  207. data/docs/api/Brut/SpecSupport/Matchers/HaveReturnedHttpStatus.html +1 -1
  208. data/docs/api/Brut/SpecSupport/Matchers/HaveReturnedRackResponse.html +1 -1
  209. data/docs/api/Brut/SpecSupport/Matchers.html +1 -1
  210. data/docs/api/Brut/SpecSupport/RSpecSetup/OptionalSidekiqSupport.html +1 -1
  211. data/docs/api/Brut/SpecSupport/RSpecSetup.html +1 -1
  212. data/docs/api/Brut/SpecSupport/SessionSupport.html +1 -1
  213. data/docs/api/Brut/SpecSupport.html +1 -1
  214. data/docs/api/Brut.html +1 -1
  215. data/docs/api/Clock.html +1 -1
  216. data/docs/api/ModuleName.html +1 -1
  217. data/docs/api/RichString.html +1 -1
  218. data/docs/api/SemanticLogger/Appender/Async.html +1 -1
  219. data/docs/api/Sequel/Extensions/BrutInstrumentation.html +1 -1
  220. data/docs/api/Sequel/Extensions/BrutMigrations.html +1 -1
  221. data/docs/api/Sequel/Extensions.html +1 -1
  222. data/docs/api/Sequel/Plugins/CreatedAt/InstanceMethods.html +1 -1
  223. data/docs/api/Sequel/Plugins/CreatedAt.html +1 -1
  224. data/docs/api/Sequel/Plugins/ExternalId/ClassMethods.html +1 -1
  225. data/docs/api/Sequel/Plugins/ExternalId/InstanceMethods.html +1 -1
  226. data/docs/api/Sequel/Plugins/ExternalId.html +1 -1
  227. data/docs/api/Sequel/Plugins/FindBang/ClassMethods.html +1 -1
  228. data/docs/api/Sequel/Plugins/FindBang.html +1 -1
  229. data/docs/api/Sequel/Plugins.html +1 -1
  230. data/docs/api/Sequel.html +1 -1
  231. data/docs/api/_index.html +1 -1
  232. data/docs/api/file.README.html +1 -1
  233. data/docs/api/index.html +1 -1
  234. data/docs/api/top-level-namespace.html +1 -1
  235. data/docs/assets/{app.CmkhEsw7.js → app.BuBdZoUg.js} +1 -1
  236. data/docs/assets/basic-form-with-violations.Cv6Y9-Q_.png +0 -0
  237. data/docs/assets/basic-form.DbHnu0oW.png +0 -0
  238. data/docs/assets/chunks/@localSearchIndexroot.BZ_a3X0T.js +1 -0
  239. data/docs/assets/chunks/{VPLocalSearchBox.CDh583Oj.js → VPLocalSearchBox.UtnyvkX-.js} +1 -1
  240. data/docs/assets/chunks/{theme.B0_7GeW8.js → theme.DqwvuBEK.js} +2 -2
  241. data/docs/assets/{components.md.-22ecBxM.js → components.md.Bu80E2Nr.js} +3 -3
  242. data/docs/assets/{configuration.md.CLKL1lFf.js → configuration.md.CuIxVsSf.js} +1 -1
  243. data/docs/assets/{forms.md.CBI5--o2.js → forms.md.DnLbzVDa.js} +1 -1
  244. data/docs/assets/{getting-started.md.D5nzBZ4J.js → getting-started.md.DdQLmU3C.js} +2 -2
  245. data/docs/assets/initial-home-page.DNIaYmgP.png +0 -0
  246. data/docs/assets/new-post-editor.DrHr-5oh.png +0 -0
  247. data/docs/assets/new-post-home-page.Bm34lyMg.png +0 -0
  248. data/docs/assets/styled-form-with-server-side-violations.Bjxd8Dpv.png +0 -0
  249. data/docs/assets/styled-form-with-violations.Bv_sa9tg.png +0 -0
  250. data/docs/assets/styled-home-page-with-posts.Dd4kG89D.png +0 -0
  251. data/docs/assets/styled-home-page.BzdI7dWz.png +0 -0
  252. data/docs/assets/tutorial.md.C4zR5XPG.js +728 -0
  253. data/docs/assets/tutorial.md.C4zR5XPG.lean.js +1 -0
  254. data/docs/assets/welcome-to-brut.VSWzl17-.png +0 -0
  255. data/docs/assets.html +3 -3
  256. data/docs/brut-js/api/AjaxSubmit.html +1 -1
  257. data/docs/brut-js/api/AjaxSubmit.js.html +1 -1
  258. data/docs/brut-js/api/Autosubmit.html +1 -1
  259. data/docs/brut-js/api/Autosubmit.js.html +1 -1
  260. data/docs/brut-js/api/BaseCustomElement.html +1 -1
  261. data/docs/brut-js/api/BaseCustomElement.js.html +1 -1
  262. data/docs/brut-js/api/BrutCustomElements.html +1 -1
  263. data/docs/brut-js/api/BufferedLogger.html +1 -1
  264. data/docs/brut-js/api/ConfirmSubmit.html +18 -10
  265. data/docs/brut-js/api/ConfirmSubmit.js.html +29 -8
  266. data/docs/brut-js/api/ConfirmationDialog.html +1 -1
  267. data/docs/brut-js/api/ConfirmationDialog.js.html +1 -1
  268. data/docs/brut-js/api/ConstraintViolationMessage.html +1 -1
  269. data/docs/brut-js/api/ConstraintViolationMessage.js.html +1 -1
  270. data/docs/brut-js/api/ConstraintViolationMessages.html +1 -1
  271. data/docs/brut-js/api/ConstraintViolationMessages.js.html +1 -1
  272. data/docs/brut-js/api/CopyToClipboard.html +1 -1
  273. data/docs/brut-js/api/CopyToClipboard.js.html +1 -1
  274. data/docs/brut-js/api/Form.html +1 -1
  275. data/docs/brut-js/api/Form.js.html +1 -1
  276. data/docs/brut-js/api/I18nTranslation.html +1 -1
  277. data/docs/brut-js/api/I18nTranslation.js.html +1 -1
  278. data/docs/brut-js/api/LocaleDetection.html +1 -1
  279. data/docs/brut-js/api/LocaleDetection.js.html +1 -1
  280. data/docs/brut-js/api/Logger.html +1 -1
  281. data/docs/brut-js/api/Logger.js.html +1 -1
  282. data/docs/brut-js/api/Message.html +1 -1
  283. data/docs/brut-js/api/Message.js.html +1 -1
  284. data/docs/brut-js/api/PrefixedLogger.html +1 -1
  285. data/docs/brut-js/api/RichString.html +1 -1
  286. data/docs/brut-js/api/RichString.js.html +1 -1
  287. data/docs/brut-js/api/Tabs.html +1 -1
  288. data/docs/brut-js/api/Tabs.js.html +1 -1
  289. data/docs/brut-js/api/Tracing.html +1 -1
  290. data/docs/brut-js/api/Tracing.js.html +1 -1
  291. data/docs/brut-js/api/external-CustomElementRegistry.html +1 -1
  292. data/docs/brut-js/api/external-Performance.html +1 -1
  293. data/docs/brut-js/api/external-Promise.html +1 -1
  294. data/docs/brut-js/api/external-ValidityState.html +1 -1
  295. data/docs/brut-js/api/external-Window.html +1 -1
  296. data/docs/brut-js/api/external-fetch.html +1 -1
  297. data/docs/brut-js/api/global.html +1 -1
  298. data/docs/brut-js/api/index.html +1 -1
  299. data/docs/brut-js/api/index.js.html +1 -1
  300. data/docs/brut-js/api/module-testing.html +1 -1
  301. data/docs/brut-js/api/testing.AssetMetadata.html +1 -1
  302. data/docs/brut-js/api/testing.AssetMetadataLoader.html +1 -1
  303. data/docs/brut-js/api/testing.CustomElementTest.html +1 -1
  304. data/docs/brut-js/api/testing.DOMCreator.html +1 -1
  305. data/docs/brut-js/api/testing_AssetMetadata.js.html +1 -1
  306. data/docs/brut-js/api/testing_AssetMetadataLoader.js.html +1 -1
  307. data/docs/brut-js/api/testing_CustomElementTest.js.html +1 -1
  308. data/docs/brut-js/api/testing_DOMCreator.js.html +1 -1
  309. data/docs/brut-js/api/testing_index.js.html +1 -1
  310. data/docs/brut-js.html +3 -3
  311. data/docs/business-logic.html +3 -3
  312. data/docs/cli.html +3 -3
  313. data/docs/components.html +7 -7
  314. data/docs/configuration.html +5 -5
  315. data/docs/css.html +3 -3
  316. data/docs/custom-element-tests.html +3 -3
  317. data/docs/database-access.html +3 -3
  318. data/docs/database-schema.html +3 -3
  319. data/docs/deployment.html +3 -3
  320. data/docs/dev-environment.html +3 -3
  321. data/docs/dir-structure.html +3 -3
  322. data/docs/doc-conventions.html +3 -3
  323. data/docs/end-to-end-tests.html +3 -3
  324. data/docs/features.html +3 -3
  325. data/docs/flash-and-session.html +3 -3
  326. data/docs/form-constraints.html +3 -3
  327. data/docs/forms.html +5 -5
  328. data/docs/getting-started.html +6 -6
  329. data/docs/handlers.html +3 -3
  330. data/docs/hashmap.json +1 -1
  331. data/docs/hooks.html +3 -3
  332. data/docs/i18n.html +3 -3
  333. data/docs/index.html +3 -3
  334. data/docs/instrumentation.html +3 -3
  335. data/docs/javascript.html +3 -3
  336. data/docs/jobs.html +3 -3
  337. data/docs/keyword-injection.html +3 -3
  338. data/docs/layouts.html +3 -3
  339. data/docs/lsp.html +3 -3
  340. data/docs/markdown-examples.html +3 -3
  341. data/docs/middleware.html +3 -3
  342. data/docs/overview.html +3 -3
  343. data/docs/pages.html +3 -3
  344. data/docs/recipes/alternate-layouts.html +3 -3
  345. data/docs/recipes/authentication.html +3 -3
  346. data/docs/recipes/blank-layouts.html +3 -3
  347. data/docs/recipes/custom-flash.html +3 -3
  348. data/docs/recipes/indexed-forms.html +3 -3
  349. data/docs/recipes/migrations.html +3 -3
  350. data/docs/recipes/text-field-component.html +3 -3
  351. data/docs/roadmap.html +3 -3
  352. data/docs/routes.html +3 -3
  353. data/docs/security.html +3 -3
  354. data/docs/seed-data.html +3 -3
  355. data/docs/space-time-continuum.html +3 -3
  356. data/docs/tutorial.html +732 -5
  357. data/docs/unit-tests.html +3 -3
  358. data/docs/why.html +3 -3
  359. data/lib/brut/framework/config.rb +9 -14
  360. data/lib/brut/version.rb +1 -1
  361. data/mkbrut/Gemfile.lock +1 -1
  362. data/mkbrut/lib/mkbrut/version.rb +1 -1
  363. metadata +35 -15
  364. data/docs/assets/chunks/@localSearchIndexroot.DUha-mf5.js +0 -1
  365. data/docs/assets/tutorial.md.BIb7XT6j.js +0 -1
  366. data/docs/assets/tutorial.md.BIb7XT6j.lean.js +0 -1
  367. /data/docs/assets/{components.md.-22ecBxM.lean.js → components.md.Bu80E2Nr.lean.js} +0 -0
  368. /data/docs/assets/{configuration.md.CLKL1lFf.lean.js → configuration.md.CuIxVsSf.lean.js} +0 -0
  369. /data/docs/assets/{forms.md.CBI5--o2.lean.js → forms.md.DnLbzVDa.lean.js} +0 -0
  370. /data/docs/assets/{getting-started.md.D5nzBZ4J.lean.js → getting-started.md.DdQLmU3C.lean.js} +0 -0
@@ -1 +0,0 @@
1
- const e=`{"documentCount":362,"nextId":362,"documentIds":{"0":"/adrs.html#architecture-decision-records","1":"/ai.html#ai-declaration-and-notes","2":"/ai.html#levels-of-ai-use","3":"/ai.html#code","4":"/ai.html#library-code-should-be-written-by-a-person","5":"/ai.html#tests-should-not-be-totally-written-by-ai","6":"/ai.html#management-tools-should-not-be-totally-written-by-ai","7":"/ai.html#documentation","8":"/ai.html#logos","9":"/ai.html#ai-information-about-brut-should-be-viewed-with-skepticism","10":"/brut-js.html#brutjs","11":"/brut-js.html#overview","12":"/brut-js.html#custom-elements","13":"/brut-js.html#creating-your-own-custom-elements","14":"/brut-js.html#removing-brutjs","15":"/brut-js.html#recommnded-practices","16":"/brut-js.html#leaving-brutjs-in-your-app","17":"/brut-js.html#you-probably-don-t-need-a-single-page-app","18":"/brut-js.html#testing","19":"/brut-js.html#technical-notes","20":"/business-logic.html#business-or-domain-logic","21":"/business-logic.html#overview","22":"/business-logic.html#testing","23":"/business-logic.html#recomended-practices","24":"/business-logic.html#technical-notes","25":"/cli.html#cli-and-tasks","26":"/cli.html#overview","27":"/cli.html#brut-cli-user-interface","28":"/cli.html#basic-cli","29":"/cli.html#implementing-execute","30":"/cli.html#advanced-options","31":"/cli.html#the-file-in-bin","32":"/cli.html#testing","33":"/cli.html#recommended-practices","34":"/cli.html#technical-notes","35":"/configuration.html#configuration","36":"/configuration.html#overview","37":"/configuration.html#basics-of-configuration","38":"/configuration.html#special-types-of-configuration","39":"/configuration.html#type-and-name-enforcement","40":"/configuration.html#overridable-and-nilable-values","41":"/configuration.html#setting-your-own-configuration-values","42":"/configuration.html#testing","43":"/configuration.html#recommended-practices","44":"/configuration.html#technical-notes","45":"/css.html#css","46":"/css.html#managing-your-app-s-css","47":"/css.html#importing-third-party-css","48":"/css.html#using-brut-css","49":"/css.html#using-tailwindcss","50":"/css.html#technical-notes","51":"/custom-element-tests.html#testing-custom-elements","52":"/custom-element-tests.html#overview","53":"/custom-element-tests.html#recommended-practices","54":"/custom-element-tests.html#technical-notes","55":"/components.html#components","56":"/components.html#overview","57":"/components.html#simple-component","58":"/components.html#global-components","59":"/components.html#page-private-components","60":"/components.html#testing","61":"/components.html#recommended-practices","62":"/components.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":"/assets.html#assets","73":"/assets.html#javascript-and-css","74":"/assets.html#what-is-hashing-and-why-do-it","75":"/assets.html#what-are-sourcemaps-and-why-create-them","76":"/assets.html#fonts","77":"/assets.html#images","78":"/assets.html#svgs","79":"/assets.html#favicon-ico","80":"/assets.html#all-other-assets","81":"/assets.html#technical-notes","82":"/dir-structure.html#directory-structure","83":"/dir-structure.html#top-level","84":"/dir-structure.html#inside-app","85":"/dir-structure.html#inside-specs","86":"/end-to-end-tests.html#end-to-end-tests","87":"/end-to-end-tests.html#overview","88":"/end-to-end-tests.html#using-playwright","89":"/end-to-end-tests.html#test-setup","90":"/end-to-end-tests.html#test-helpers-and-configuration","91":"/end-to-end-tests.html#quirks-of-playwright","92":"/end-to-end-tests.html#recommended-practices","93":"/end-to-end-tests.html#test-major-flows-not-exhaustive-branches","94":"/end-to-end-tests.html#use-css-selectors","95":"/end-to-end-tests.html#testing-must-inform-your-html","96":"/end-to-end-tests.html#asserting-the-lack-of-content-basically-doesn-t-work","97":"/end-to-end-tests.html#try-to-use-the-defaults-for-timeouts","98":"/end-to-end-tests.html#technical-notes","99":"/doc-conventions.html#documentation-conventions","100":"/doc-conventions.html#terminology","101":"/doc-conventions.html#structure-of-these-documents","102":"/doc-conventions.html#names-of-the-library-and-associated-modules","103":"/doc-conventions.html#on-using-vitepress","104":"/database-schema.html#database-schema-migrations","105":"/database-schema.html#overview","106":"/database-schema.html#creating-migrations","107":"/database-schema.html#managing-migrations","108":"/database-schema.html#brut-extensions-and-changes-in-sequel-s-behavior","109":"/database-schema.html#external-ids","110":"/database-schema.html#brut-migration-changes-and-enhancement","111":"/database-schema.html#testing","112":"/database-schema.html#recommended-practices","113":"/database-schema.html#ephemeral-dev-database","114":"/database-schema.html#use-your-database-it-is-awesome","115":"/database-schema.html#technical-notes","116":"/features.html#quick-tour-of-brut-s-features","117":"/features.html#pages","118":"/features.html#layouts","119":"/features.html#components","120":"/features.html#forms","121":"/features.html#handlers","122":"/features.html#javascript","123":"/features.html#css","124":"/features.html#database-schema","125":"/features.html#database-access","126":"/features.html#domain-and-business-logic","127":"/features.html#testing","128":"/features.html#tasks","129":"/features.html#observability","130":"/flash-and-session.html#flash-and-session","131":"/flash-and-session.html#overview","132":"/flash-and-session.html#session","133":"/flash-and-session.html#flash","134":"/flash-and-session.html#testing","135":"/flash-and-session.html#recommended-practices","136":"/flash-and-session.html#technical-notes","137":"/forms.html#forms","138":"/forms.html#overview","139":"/forms.html#declaring-form-data-elements","140":"/forms.html#using-forms-to-generate-html","141":"/forms.html#accessing-data-in-a-submitted-form","142":"/forms.html#testing","143":"/forms.html#recommended-practices","144":"/forms.html#create-components-to-generate-form-controls","145":"/forms.html#take-advantage-of-client-side-constraints","146":"/forms.html#technical-notes","147":"/dev-environment.html#dev-environment","148":"/dev-environment.html#overview","149":"/dev-environment.html#conceptual-overview","150":"/dev-environment.html#foundational-core-command-line-apps","151":"/dev-environment.html#workspace-command-line-apps","152":"/dev-environment.html#extending-and-enhancing","153":"/dev-environment.html#testing","154":"/dev-environment.html#recommended-practices","155":"/dev-environment.html#technical-notes","156":"/deployment.html#deployment","157":"/deployment.html#overview","158":"/deployment.html#heroku-container-based-deployment","159":"/deployment.html#other-mechanisms-for-deployment","160":"/deployment.html#testing","161":"/deployment.html#recommended-practices","162":"/deployment.html#technical-notes","163":"/handlers.html#handlers-actions","164":"/handlers.html#overview","165":"/handlers.html#handler-structure","166":"/handlers.html#handling-a-form-submission","167":"/handlers.html#handling-other-requests","168":"/handlers.html#hooks","169":"/handlers.html#testing","170":"/handlers.html#recommended-practices","171":"/handlers.html#you-don-t-always-need-resourceful-or-restful-routes","172":"/handlers.html#avoid-business-logic-in-handlers","173":"/handlers.html#technical-notes","174":"/form-constraints.html#form-constraint-validations","175":"/form-constraints.html#overview","176":"/form-constraints.html#specifying-constraints","177":"/form-constraints.html#accessing-constraints-when-generating-html","178":"/form-constraints.html#styling-server-and-client-side-constraint-violations","179":"/form-constraints.html#testing","180":"/form-constraints.html#recommended-practices","181":"/form-constraints.html#utility-css-is-tricky-here","182":"/form-constraints.html#learn-to-be-ok-with-the-browser-s-ux","183":"/form-constraints.html#technical-notes","184":"/getting-started.html#getting-started","185":"/getting-started.html#get-mkbrut","186":"/getting-started.html#init-your-app","187":"/getting-started.html#start-your-dev-environment","188":"/getting-started.html#run-the-app","189":"/getting-started.html#run-the-tests","190":"/getting-started.html#now-build-the-rest-of-your-app-🦉","191":"/i18n.html#internationaliztion-and-localization","192":"/i18n.html#overview","193":"/i18n.html#enhancements","194":"/i18n.html#basic-usage","195":"/i18n.html#page-and-component-specific-values","196":"/i18n.html#html-escaping","197":"/i18n.html#localizing-dates-and-times","198":"/i18n.html#displaying-dates-and-times-in-html","199":"/i18n.html#constraint-violations-and-field-names","200":"/i18n.html#testing","201":"/i18n.html#recommended-practices","202":"/i18n.html#technical-notes","203":"/instrumentation.html#instrumentation-and-observability","204":"/instrumentation.html#overview","205":"/instrumentation.html#why-instrument","206":"/instrumentation.html#setting-up-instrumentation","207":"/instrumentation.html#what-is-instrumented-by-default","208":"/instrumentation.html#adding-your-own-instrumentation","209":"/instrumentation.html#client-side-observability","210":"/instrumentation.html#testing","211":"/instrumentation.html#recommended-practices","212":"/instrumentation.html#technical-notes","213":"/javascript.html#javascript","214":"/javascript.html#overview","215":"/javascript.html#testing","216":"/javascript.html#recommended-practices","217":"/javascript.html#technical-notes","218":"/hooks.html#route-hooks","219":"/hooks.html#overview","220":"/hooks.html#testing","221":"/hooks.html#recommended-practices","222":"/hooks.html#technical-notes","223":"/jobs.html#background-jobs","224":"/layouts.html#layouts","225":"/layouts.html#overview","226":"/layouts.html#testing","227":"/layouts.html#recommended-practices","228":"/layouts.html#technical-notes","229":"/lsp.html#language-server-protocol-lsp-support","230":"/lsp.html#overview","231":"/markdown-examples.html#markdown-extension-examples","232":"/markdown-examples.html#syntax-highlighting","233":"/markdown-examples.html#custom-containers","234":"/markdown-examples.html#more","235":"/middleware.html#middleware","236":"/middleware.html#overview","237":"/middleware.html#testing","238":"/middleware.html#recommended-practices","239":"/middleware.html#technical-notes","240":"/recipes/authentication.html#authentication-example","241":"/recipes/authentication.html#feature","242":"/recipes/authentication.html#recipe","243":"/recipes/authentication.html#set-up-database-and-seed-data","244":"/recipes/authentication.html#create-a-login-page","245":"/recipes/authentication.html#handle-logins","246":"/recipes/authentication.html#injecting-the-current-account","247":"/recipes/authentication.html#requiring-login","248":"/recipes/authentication.html#you-don-t-need-page-hooks-for-this","249":"/recipes/blank-layouts.html#blank-or-no-layout","250":"/recipes/alternate-layouts.html#alternate-layouts","251":"/overview.html#conceptual-overview","252":"/overview.html#yes-you-can-build-a-blog-in-15-minutes","253":"/overview.html#basic-elements","254":"/overview.html#brut-is-not-mvc","255":"/overview.html#brut-is-hippocratic-licensed","256":"/pages.html#pages","257":"/pages.html#overview","258":"/pages.html#creating-a-page","259":"/pages.html#accessing-data-in-a-page","260":"/pages.html#page-hooks","261":"/pages.html#testing","262":"/pages.html#generating-a-response","263":"/pages.html#asserting-results","264":"/pages.html#recommended-practices","265":"/pages.html#instance-variables-ivars-are-fine","266":"/pages.html#don-t-set-ivars-in-before-generate","267":"/pages.html#leverage-keyword-injection","268":"/pages.html#in-tests-it-s-fine-to-locate-elements-via-css-selectors","269":"/pages.html#that-said-avoid-test-specific-attributes-or-classes","270":"/pages.html#technical-notes","271":"/pages.html#page-internal-api","272":"/pages.html#layouts","273":"/pages.html#helpers-in-templates","274":"/pages.html#so-you-don-t-like-phlex","275":"/recipes/custom-flash.html#custom-flash-class","276":"/recipes/custom-flash.html#recipe","277":"/recipes/indexed-forms.html#indexed-forms","278":"/recipes/indexed-forms.html#feature","279":"/recipes/indexed-forms.html#recipe","280":"/recipes/indexed-forms.html#creating-a-form-with-indexes","281":"/recipes/indexed-forms.html#processing-a-form-with-array-values","282":"/recipes/indexed-forms.html#generating-a-form-with-array-values","283":"/recipes/migrations.html#migration-example","284":"/recipes/migrations.html#feature","285":"/recipes/migrations.html#recipe","286":"/recipes/migrations.html#create-the-migration","287":"/recipes/migrations.html#create-data-models","288":"/recipes/migrations.html#create-factories","289":"/recipes/migrations.html#create-seed-data","290":"/recipes/text-field-component.html#creating-your-own-text-field-component","291":"/recipes/text-field-component.html#feature","292":"/recipes/text-field-component.html#recipe","293":"/recipes/text-field-component.html#create-the-initializer","294":"/recipes/text-field-component.html#outline-the-html","295":"/recipes/text-field-component.html#styling-the-component","296":"/recipes/text-field-component.html#using-the-component","297":"/roadmap.html#roadmap-to-1-0","298":"/roadmap.html#better-dev-experience","299":"/roadmap.html#more-tests","300":"/roadmap.html#more-complete-web-features","301":"/roadmap.html#client-side-improvements","302":"/roadmap.html#deployment","303":"/roadmap.html#documentation","304":"/roadmap.html#misc","305":"/security.html#security","306":"/security.html#overview","307":"/security.html#encrypted-sessions","308":"/security.html#csrf-protection","309":"/security.html#content-security-policy-headers-and-tools","310":"/security.html#bundle-audit","311":"/security.html#testing","312":"/security.html#recommended-practices","313":"/security.html#technical-notes","314":"/security.html#csrf-protection-1","315":"/security.html#encrypted-sessions-1","316":"/seed-data.html#see-data-for-development","317":"/seed-data.html#overview","318":"/seed-data.html#testing","319":"/seed-data.html#recommended-practices","320":"/seed-data.html#technical-notes","321":"/routes.html#routes","322":"/routes.html#overview","323":"/routes.html#«route»-syntax","324":"/routes.html#class-naming-conventions","325":"/routes.html#creating-uris-for-routes","326":"/routes.html#testing","327":"/routes.html#recommended-practices","328":"/routes.html#routes-should-be-named-for-concepts-anyone-can-understand","329":"/routes.html#prefer-shallow-routes-with-a-single-placeholder","330":"/routes.html#placeholders-identify-things-query-strings-search-for-things","331":"/routes.html#pluralization-is-up-to-you","332":"/routes.html#technical-notes","333":"/tutorial.html#tutorial","334":"/unit-tests.html#unit-tests","335":"/unit-tests.html#overview","336":"/unit-tests.html#tests-run-in-a-database-transaction","337":"/unit-tests.html#a-usable-requestcontext-is-created-for-front-end-tests","338":"/unit-tests.html#bin-test-audit-and-managing-tests","339":"/unit-tests.html#recommended-practices","340":"/unit-tests.html#go-easy-on-rspec-features","341":"/unit-tests.html#custom-matchers-are-useful","342":"/unit-tests.html#lint-your-factories","343":"/unit-tests.html#technical-notes","344":"/why.html#why-does-brut-exist","345":"/space-time-continuum.html#space-time-continuum-making-sense-of-times-and-time-zones","346":"/space-time-continuum.html#timezones-outside-of-web-requests","347":"/space-time-continuum.html#timezones-for-sessions","348":"/space-time-continuum.html#getting-timezone-from-the-browser","349":"/space-time-continuum.html#getting-the-session-s-timezone","350":"/space-time-continuum.html#using-the-timezone","351":"/space-time-continuum.html#testing","352":"/keyword-injection.html#keyword-injection","353":"/keyword-injection.html#overview","354":"/keyword-injection.html#standard-injectible-information","355":"/keyword-injection.html#route-hooks","356":"/keyword-injection.html#http-headers","357":"/keyword-injection.html#injecting-custom-data","358":"/keyword-injection.html#when-values-aren-t-available","359":"/keyword-injection.html#testing","360":"/keyword-injection.html#recommended-practices","361":"/keyword-injection.html#technical-notes"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[3,1,84],"1":[4,1,27],"2":[4,4,71],"3":[1,4,38],"4":[8,5,38],"5":[8,5,76],"6":[9,5,39],"7":[1,4,61],"8":[1,4,45],"9":[9,4,52],"10":[1,1,19],"11":[1,1,88],"12":[2,2,176],"13":[5,2,134],"14":[2,2,44],"15":[2,1,1],"16":[5,3,41],"17":[9,3,114],"18":[1,1,5],"19":[2,1,37],"20":[4,1,28],"21":[1,4,74],"22":[1,4,43],"23":[2,4,92],"24":[2,4,64],"25":[3,1,49],"26":[1,3,63],"27":[4,4,211],"28":[2,4,159],"29":[2,4,89],"30":[2,4,90],"31":[4,4,47],"32":[1,3,98],"33":[2,3,27],"34":[2,3,36],"35":[1,1,31],"36":[1,1,57],"37":[3,2,104],"38":[4,2,92],"39":[4,2,59],"40":[4,2,160],"41":[5,2,74],"42":[1,1,60],"43":[2,1,105],"44":[2,1,83],"45":[1,1,35],"46":[5,1,165],"47":[4,1,78],"48":[3,1,74],"49":[2,1,2],"50":[2,1,75],"51":[3,1,27],"52":[1,3,200],"53":[2,3,29],"54":[2,3,96],"55":[1,1,28],"56":[1,1,57],"57":[2,2,171],"58":[2,2,132],"59":[3,2,150],"60":[1,1,23],"61":[2,1,36],"62":[2,1,64],"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,20],"73":[3,1,53],"74":[8,4,143],"75":[8,4,82],"76":[1,1,67],"77":[1,1,45],"78":[1,1,63],"79":[2,1,30],"80":[3,1,26],"81":[2,1,77],"82":[2,1,39],"83":[2,2,29],"84":[3,2,134],"85":[3,2,64],"86":[3,1,53],"87":[1,3,51],"88":[2,4,87],"89":[2,4,71],"90":[4,4,98],"91":[3,4,106],"92":[2,3,23],"93":[6,5,68],"94":[3,5,81],"95":[5,5,117],"96":[9,5,63],"97":[7,5,64],"98":[2,3,42],"99":[2,1,1],"100":[1,2,94],"101":[4,2,57],"102":[7,2,40],"103":[3,2,53],"104":[3,1,37],"105":[1,3,78],"106":[2,4,225],"107":[2,4,71],"108":[8,4,82],"109":[2,12,222],"110":[5,4,220],"111":[1,3,28],"112":[2,3,1],"113":[3,5,116],"114":[6,5,103],"115":[2,3,96],"116":[6,1,1],"117":[1,6,104],"118":[1,6,84],"119":[1,6,65],"120":[1,6,146],"121":[1,6,101],"122":[1,6,92],"123":[1,6,35],"124":[2,6,134],"125":[2,6,65],"126":[4,6,92],"127":[1,6,49],"128":[1,6,42],"129":[1,6,41],"130":[3,1,29],"131":[1,3,52],"132":[1,4,147],"133":[1,4,131],"134":[1,3,42],"135":[2,3,37],"136":[2,3,108],"137":[1,1,28],"138":[1,1,70],"139":[4,2,139],"140":[5,2,177],"141":[6,2,104],"142":[1,1,36],"143":[2,1,1],"144":[6,3,46],"145":[6,3,29],"146":[2,1,112],"147":[2,1,10],"148":[1,2,130],"149":[2,3,46],"150":[5,3,123],"151":[4,3,179],"152":[3,3,2],"153":[1,2,36],"154":[2,2,116],"155":[2,2,102],"156":[1,1,13],"157":[1,1,63],"158":[4,2,279],"159":[4,2,88],"160":[1,1,39],"161":[2,1,63],"162":[2,1,40],"163":[3,1,14],"164":[1,3,28],"165":[2,4,149],"166":[4,4,99],"167":[3,4,76],"168":[1,4,57],"169":[1,3,94],"170":[2,3,1],"171":[9,5,100],"172":[5,5,72],"173":[2,3,40],"174":[3,1,29],"175":[1,3,31],"176":[2,4,93],"177":[5,4,78],"178":[7,4,232],"179":[1,3,52],"180":[2,3,1],"181":[5,5,58],"182":[9,5,49],"183":[2,3,40],"184":[2,1,26],"185":[2,2,44],"186":[3,2,64],"187":[4,2,83],"188":[3,2,80],"189":[3,2,29],"190":[8,2,23],"191":[3,1,14],"192":[1,3,107],"193":[1,4,31],"194":[2,5,64],"195":[5,5,68],"196":[2,4,105],"197":[4,4,74],"198":[6,4,106],"199":[5,4,56],"200":[1,3,45],"201":[2,3,14],"202":[2,3,40],"203":[3,1,39],"204":[1,3,1],"205":[3,4,101],"206":[3,4,164],"207":[5,4,136],"208":[4,4,181],"209":[3,4,108],"210":[1,3,39],"211":[2,3,32],"212":[2,3,78],"213":[1,1,46],"214":[1,1,203],"215":[1,1,28],"216":[2,1,61],"217":[2,1,107],"218":[2,1,27],"219":[1,2,196],"220":[1,2,44],"221":[2,2,51],"222":[2,2,96],"223":[2,1,66],"224":[1,1,32],"225":[1,1,180],"226":[1,1,26],"227":[2,1,39],"228":[2,1,71],"229":[5,1,23],"230":[1,5,155],"231":[3,1,14],"232":[2,3,26],"233":[2,3,21],"234":[1,3,11],"235":[1,1,5],"236":[1,1,122],"237":[1,1,38],"238":[2,1,34],"239":[2,1,93],"240":[2,1,34],"241":[1,2,31],"242":[1,2,1],"243":[6,3,108],"244":[4,3,127],"245":[2,3,111],"246":[4,3,95],"247":[2,3,83],"248":[8,3,115],"249":[4,1,34],"250":[2,1,69],"251":[2,1,122],"252":[9,2,13],"253":[2,2,161],"254":[4,2,69],"255":[4,2,22],"256":[1,1,11],"257":[1,1,100],"258":[3,2,121],"259":[5,2,223],"260":[2,2,87],"261":[1,1,39],"262":[3,2,57],"263":[2,2,133],"264":[2,1,1],"265":[6,3,46],"266":[7,3,52],"267":[3,3,61],"268":[11,3,50],"269":[8,3,75],"270":[2,1,36],"271":[3,3,71],"272":[1,3,38],"273":[3,3,47],"274":[7,3,58],"275":[3,1,18],"276":[1,3,61],"277":[2,1,44],"278":[1,2,23],"279":[1,2,12],"280":[5,3,120],"281":[6,3,97],"282":[6,3,102],"283":[2,1,26],"284":[1,2,21],"285":[1,2,13],"286":[3,3,192],"287":[3,3,73],"288":[2,3,76],"289":[3,3,74],"290":[6,1,30],"291":[1,6,31],"292":[1,6,1],"293":[3,7,44],"294":[3,7,102],"295":[3,7,131],"296":[3,7,35],"297":[4,1,28],"298":[3,4,40],"299":[2,4,57],"300":[4,4,44],"301":[3,4,51],"302":[1,4,22],"303":[1,4,34],"304":[1,4,5],"305":[1,1,26],"306":[1,1,36],"307":[2,2,55],"308":[2,2,125],"309":[6,2,106],"310":[2,2,39],"311":[1,1,50],"312":[2,1,43],"313":[2,1,36],"314":[2,3,51],"315":[2,3,48],"316":[4,1,23],"317":[1,4,101],"318":[1,4,27],"319":[2,4,80],"320":[2,4,79],"321":[1,1,39],"322":[1,1,63],"323":[3,2,60],"324":[3,2,160],"325":[4,2,171],"326":[1,1,49],"327":[2,1,19],"328":[9,3,67],"329":[7,3,51],"330":[7,3,56],"331":[5,3,41],"332":[2,1,101],"333":[1,1,62],"334":[2,1,23],"335":[1,2,61],"336":[6,3,57],"337":[9,3,69],"338":[6,3,144],"339":[2,2,25],"340":[5,4,49],"341":[4,4,81],"342":[3,4,64],"343":[2,2,36],"344":[5,1,97],"345":[9,1,31],"346":[5,9,97],"347":[3,9,59],"348":[5,12,82],"349":[5,12,91],"350":[3,12,84],"351":[1,9,112],"352":[2,1,89],"353":[1,2,87],"354":[3,3,110],"355":[2,6,53],"356":[2,6,110],"357":[3,3,116],"358":[5,3,89],"359":[1,2,71],"360":[2,2,166],"361":[2,2,67]},"averageFieldLength":[2.9088397790055254,2.856353591160218,70.87569060773477],"storedFields":{"0":{"title":"Architecture Decision Records","titles":[]},"1":{"title":"AI Declaration and Notes","titles":[]},"2":{"title":"Levels of AI Use","titles":["AI Declaration and Notes"]},"3":{"title":"Code","titles":["AI Declaration and Notes"]},"4":{"title":"Library Code Should Be Written By a Person","titles":["AI Declaration and Notes","Code"]},"5":{"title":"Tests Should Not Be Totally Written by AI","titles":["AI Declaration and Notes","Code"]},"6":{"title":"Management Tools Should Not Be Totally Written by AI","titles":["AI Declaration and Notes","Code"]},"7":{"title":"Documentation","titles":["AI Declaration and Notes"]},"8":{"title":"Logos","titles":["AI Declaration and Notes"]},"9":{"title":"AI Information about Brut Should Be Viewed with Skepticism","titles":["AI Declaration and Notes"]},"10":{"title":"BrutJS","titles":[]},"11":{"title":"Overview","titles":["BrutJS"]},"12":{"title":"Custom Elements","titles":["BrutJS","Overview"]},"13":{"title":"Creating Your Own Custom Elements","titles":["BrutJS","Overview"]},"14":{"title":"Removing BrutJS","titles":["BrutJS","Overview"]},"15":{"title":"Recommnded Practices","titles":["BrutJS"]},"16":{"title":"Leaving BrutJS In Your App","titles":["BrutJS","Recommnded Practices"]},"17":{"title":"You Probably Don't Need a Single-Page App","titles":["BrutJS","Recommnded Practices"]},"18":{"title":"Testing","titles":["BrutJS"]},"19":{"title":"Technical Notes","titles":["BrutJS"]},"20":{"title":"Business or Domain Logic","titles":[]},"21":{"title":"Overview","titles":["Business or Domain Logic"]},"22":{"title":"Testing","titles":["Business or Domain Logic"]},"23":{"title":"Recomended Practices","titles":["Business or Domain Logic"]},"24":{"title":"Technical Notes","titles":["Business or Domain Logic"]},"25":{"title":"CLI and Tasks","titles":[]},"26":{"title":"Overview","titles":["CLI and Tasks"]},"27":{"title":"Brut CLI User Interface","titles":["CLI and Tasks","Overview"]},"28":{"title":"Basic CLI","titles":["CLI and Tasks","Overview"]},"29":{"title":"Implementing execute","titles":["CLI and Tasks","Overview"]},"30":{"title":"Advanced Options","titles":["CLI and Tasks","Overview"]},"31":{"title":"The file in bin","titles":["CLI and Tasks","Overview"]},"32":{"title":"Testing","titles":["CLI and Tasks"]},"33":{"title":"Recommended Practices","titles":["CLI and Tasks"]},"34":{"title":"Technical Notes","titles":["CLI and Tasks"]},"35":{"title":"Configuration","titles":[]},"36":{"title":"Overview","titles":["Configuration"]},"37":{"title":"Basics of Configuration","titles":["Configuration","Overview"]},"38":{"title":"Special Types of Configuration","titles":["Configuration","Overview"]},"39":{"title":"Type and Name Enforcement","titles":["Configuration","Overview"]},"40":{"title":"Overridable and nilable Values","titles":["Configuration","Overview"]},"41":{"title":"Setting Your Own Configuration Values","titles":["Configuration","Overview"]},"42":{"title":"Testing","titles":["Configuration"]},"43":{"title":"Recommended Practices","titles":["Configuration"]},"44":{"title":"Technical Notes","titles":["Configuration"]},"45":{"title":"CSS","titles":[]},"46":{"title":"Managing Your App's CSS","titles":["CSS"]},"47":{"title":"Importing Third Party CSS","titles":["CSS"]},"48":{"title":"Using Brut-CSS","titles":["CSS"]},"49":{"title":"Using TailwindCSS","titles":["CSS"]},"50":{"title":"Technical Notes","titles":["CSS"]},"51":{"title":"Testing Custom Elements","titles":[]},"52":{"title":"Overview","titles":["Testing Custom Elements"]},"53":{"title":"Recommended Practices","titles":["Testing Custom Elements"]},"54":{"title":"Technical Notes","titles":["Testing Custom Elements"]},"55":{"title":"Components","titles":[]},"56":{"title":"Overview","titles":["Components"]},"57":{"title":"Simple Component","titles":["Components","Overview"]},"58":{"title":"Global Components","titles":["Components","Overview"]},"59":{"title":"Page Private Components","titles":["Components","Overview"]},"60":{"title":"Testing","titles":["Components"]},"61":{"title":"Recommended Practices","titles":["Components"]},"62":{"title":"Technical Notes","titles":["Components"]},"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":"Assets","titles":[]},"73":{"title":"JavaScript and CSS","titles":["Assets"]},"74":{"title":"What is Hashing and Why Do It?","titles":["Assets","JavaScript and CSS"]},"75":{"title":"What are SourceMaps and Why Create Them?","titles":["Assets","JavaScript and CSS"]},"76":{"title":"Fonts","titles":["Assets"]},"77":{"title":"Images","titles":["Assets"]},"78":{"title":"SVGs","titles":["Assets"]},"79":{"title":"favicon.ico","titles":["Assets"]},"80":{"title":"All Other Assets","titles":["Assets"]},"81":{"title":"Technical Notes","titles":["Assets"]},"82":{"title":"Directory Structure","titles":[]},"83":{"title":"Top Level","titles":["Directory Structure"]},"84":{"title":"Inside app/","titles":["Directory Structure"]},"85":{"title":"Inside specs/","titles":["Directory Structure"]},"86":{"title":"End to End Tests","titles":[]},"87":{"title":"Overview","titles":["End to End Tests"]},"88":{"title":"Using Playwright","titles":["End to End Tests","Overview"]},"89":{"title":"Test Setup","titles":["End to End Tests","Overview"]},"90":{"title":"Test Helpers and Configuration","titles":["End to End Tests","Overview"]},"91":{"title":"Quirks of Playwright","titles":["End to End Tests","Overview"]},"92":{"title":"Recommended Practices","titles":["End to End Tests"]},"93":{"title":"Test Major Flows, Not Exhaustive Branches","titles":["End to End Tests","Recommended Practices"]},"94":{"title":"Use CSS Selectors","titles":["End to End Tests","Recommended Practices"]},"95":{"title":"Testing Must Inform your HTML","titles":["End to End Tests","Recommended Practices"]},"96":{"title":"Asserting the Lack of Content Basically Doesn't Work","titles":["End to End Tests","Recommended Practices"]},"97":{"title":"Try to Use the Defaults for Timeouts","titles":["End to End Tests","Recommended Practices"]},"98":{"title":"Technical Notes","titles":["End to End Tests"]},"99":{"title":"Documentation Conventions","titles":[]},"100":{"title":"Terminology","titles":["Documentation Conventions"]},"101":{"title":"Structure of These Documents","titles":["Documentation Conventions"]},"102":{"title":"Names of the Library and Associated Modules","titles":["Documentation Conventions"]},"103":{"title":"On Using VitePress","titles":["Documentation Conventions"]},"104":{"title":"Database Schema / Migrations","titles":[]},"105":{"title":"Overview","titles":["Database Schema / Migrations"]},"106":{"title":"Creating Migrations","titles":["Database Schema / Migrations","Overview"]},"107":{"title":"Managing Migrations","titles":["Database Schema / Migrations","Overview"]},"108":{"title":"Brut Extensions and Changes in Sequel's Behavior","titles":["Database Schema / Migrations","Overview"]},"109":{"title":"External IDs","titles":["Database Schema / Migrations","Overview","Brut Extensions and Changes in Sequel's Behavior"]},"110":{"title":"Brut Migration Changes and Enhancement","titles":["Database Schema / Migrations","Overview"]},"111":{"title":"Testing","titles":["Database Schema / Migrations"]},"112":{"title":"Recommended Practices","titles":["Database Schema / Migrations"]},"113":{"title":"Ephemeral Dev Database","titles":["Database Schema / Migrations","Recommended Practices"]},"114":{"title":"Use Your Database, It is Awesome","titles":["Database Schema / Migrations","Recommended Practices"]},"115":{"title":"Technical Notes","titles":["Database Schema / Migrations"]},"116":{"title":"Quick Tour of Brut's Features","titles":[]},"117":{"title":"Pages","titles":["Quick Tour of Brut's Features"]},"118":{"title":"Layouts","titles":["Quick Tour of Brut's Features"]},"119":{"title":"Components","titles":["Quick Tour of Brut's Features"]},"120":{"title":"Forms","titles":["Quick Tour of Brut's Features"]},"121":{"title":"Handlers","titles":["Quick Tour of Brut's Features"]},"122":{"title":"JavaScript","titles":["Quick Tour of Brut's Features"]},"123":{"title":"CSS","titles":["Quick Tour of Brut's Features"]},"124":{"title":"Database Schema","titles":["Quick Tour of Brut's Features"]},"125":{"title":"Database Access","titles":["Quick Tour of Brut's Features"]},"126":{"title":"Domain and Business Logic","titles":["Quick Tour of Brut's Features"]},"127":{"title":"Testing","titles":["Quick Tour of Brut's Features"]},"128":{"title":"Tasks","titles":["Quick Tour of Brut's Features"]},"129":{"title":"Observability","titles":["Quick Tour of Brut's Features"]},"130":{"title":"Flash and Session","titles":[]},"131":{"title":"Overview","titles":["Flash and Session"]},"132":{"title":"Session","titles":["Flash and Session","Overview"]},"133":{"title":"Flash","titles":["Flash and Session","Overview"]},"134":{"title":"Testing","titles":["Flash and Session"]},"135":{"title":"Recommended Practices","titles":["Flash and Session"]},"136":{"title":"Technical Notes","titles":["Flash and Session"]},"137":{"title":"Forms","titles":[]},"138":{"title":"Overview","titles":["Forms"]},"139":{"title":"Declaring Form Data/Elements","titles":["Forms","Overview"]},"140":{"title":"Using Forms to Generate HTML","titles":["Forms","Overview"]},"141":{"title":"Accessing Data in a Submitted Form","titles":["Forms","Overview"]},"142":{"title":"Testing","titles":["Forms"]},"143":{"title":"Recommended Practices","titles":["Forms"]},"144":{"title":"Create Components to Generate Form Controls","titles":["Forms","Recommended Practices"]},"145":{"title":"Take Advantage of Client Side Constraints","titles":["Forms","Recommended Practices"]},"146":{"title":"Technical Notes","titles":["Forms"]},"147":{"title":"Dev Environment","titles":[]},"148":{"title":"Overview","titles":["Dev Environment"]},"149":{"title":"Conceptual Overview","titles":["Dev Environment","Overview"]},"150":{"title":"Foundational Core Command Line Apps","titles":["Dev Environment","Overview"]},"151":{"title":"Workspace Command Line Apps","titles":["Dev Environment","Overview"]},"152":{"title":"Extending and Enhancing","titles":["Dev Environment","Overview"]},"153":{"title":"Testing","titles":["Dev Environment"]},"154":{"title":"Recommended Practices","titles":["Dev Environment"]},"155":{"title":"Technical Notes","titles":["Dev Environment"]},"156":{"title":"Deployment","titles":[]},"157":{"title":"Overview","titles":["Deployment"]},"158":{"title":"Heroku Container-based Deployment","titles":["Deployment","Overview"]},"159":{"title":"Other Mechanisms for Deployment","titles":["Deployment","Overview"]},"160":{"title":"Testing","titles":["Deployment"]},"161":{"title":"Recommended Practices","titles":["Deployment"]},"162":{"title":"Technical Notes","titles":["Deployment"]},"163":{"title":"Handlers & Actions","titles":[]},"164":{"title":"Overview","titles":["Handlers & Actions"]},"165":{"title":"Handler Structure","titles":["Handlers & Actions","Overview"]},"166":{"title":"Handling a Form Submission","titles":["Handlers & Actions","Overview"]},"167":{"title":"Handling Other Requests","titles":["Handlers & Actions","Overview"]},"168":{"title":"Hooks","titles":["Handlers & Actions","Overview"]},"169":{"title":"Testing","titles":["Handlers & Actions"]},"170":{"title":"Recommended Practices","titles":["Handlers & Actions"]},"171":{"title":"You Don't Always Need Resourceful or RESTful Routes","titles":["Handlers & Actions","Recommended Practices"]},"172":{"title":"Avoid Business Logic in Handlers","titles":["Handlers & Actions","Recommended Practices"]},"173":{"title":"Technical Notes","titles":["Handlers & Actions"]},"174":{"title":"Form Constraint Validations","titles":[]},"175":{"title":"Overview","titles":["Form Constraint Validations"]},"176":{"title":"Specifying Constraints","titles":["Form Constraint Validations","Overview"]},"177":{"title":"Accessing Constraints when Generating HTML","titles":["Form Constraint Validations","Overview"]},"178":{"title":"Styling Server and Client-Side Constraint Violations","titles":["Form Constraint Validations","Overview"]},"179":{"title":"Testing","titles":["Form Constraint Validations"]},"180":{"title":"Recommended Practices","titles":["Form Constraint Validations"]},"181":{"title":"Utility CSS is Tricky Here","titles":["Form Constraint Validations","Recommended Practices"]},"182":{"title":"Learn to Be OK with the Browser's UX","titles":["Form Constraint Validations","Recommended Practices"]},"183":{"title":"Technical Notes","titles":["Form Constraint Validations"]},"184":{"title":"Getting Started","titles":[]},"185":{"title":"Get mkbrut","titles":["Getting Started"]},"186":{"title":"Init Your App","titles":["Getting Started"]},"187":{"title":"Start Your Dev Environment","titles":["Getting Started"]},"188":{"title":"Run the App","titles":["Getting Started"]},"189":{"title":"Run the Tests","titles":["Getting Started"]},"190":{"title":"Now Build The Rest of Your App 🦉","titles":["Getting Started"]},"191":{"title":"Internationaliztion and Localization","titles":[]},"192":{"title":"Overview","titles":["Internationaliztion and Localization"]},"193":{"title":"Enhancements","titles":["Internationaliztion and Localization","Overview"]},"194":{"title":"Basic Usage","titles":["Internationaliztion and Localization","Overview","Enhancements"]},"195":{"title":"Page- and Component-specific Values","titles":["Internationaliztion and Localization","Overview","Enhancements"]},"196":{"title":"HTML Escaping","titles":["Internationaliztion and Localization","Overview"]},"197":{"title":"Localizing Dates and Times","titles":["Internationaliztion and Localization","Overview"]},"198":{"title":"Displaying Dates and Times in HTML","titles":["Internationaliztion and Localization","Overview"]},"199":{"title":"Constraint Violations and Field Names","titles":["Internationaliztion and Localization","Overview"]},"200":{"title":"Testing","titles":["Internationaliztion and Localization"]},"201":{"title":"Recommended Practices","titles":["Internationaliztion and Localization"]},"202":{"title":"Technical Notes","titles":["Internationaliztion and Localization"]},"203":{"title":"Instrumentation and Observability","titles":[]},"204":{"title":"Overview","titles":["Instrumentation and Observability"]},"205":{"title":"Why Instrument?","titles":["Instrumentation and Observability","Overview"]},"206":{"title":"Setting up Instrumentation","titles":["Instrumentation and Observability","Overview"]},"207":{"title":"What is Instrumented By Default","titles":["Instrumentation and Observability","Overview"]},"208":{"title":"Adding Your Own Instrumentation","titles":["Instrumentation and Observability","Overview"]},"209":{"title":"Client-Side Observability","titles":["Instrumentation and Observability","Overview"]},"210":{"title":"Testing","titles":["Instrumentation and Observability"]},"211":{"title":"Recommended Practices","titles":["Instrumentation and Observability"]},"212":{"title":"Technical Notes","titles":["Instrumentation and Observability"]},"213":{"title":"JavaScript","titles":[]},"214":{"title":"Overview","titles":["JavaScript"]},"215":{"title":"Testing","titles":["JavaScript"]},"216":{"title":"Recommended Practices","titles":["JavaScript"]},"217":{"title":"Technical Notes","titles":["JavaScript"]},"218":{"title":"Route Hooks","titles":[]},"219":{"title":"Overview","titles":["Route Hooks"]},"220":{"title":"Testing","titles":["Route Hooks"]},"221":{"title":"Recommended Practices","titles":["Route Hooks"]},"222":{"title":"Technical Notes","titles":["Route Hooks"]},"223":{"title":"Background Jobs","titles":[]},"224":{"title":"Layouts","titles":[]},"225":{"title":"Overview","titles":["Layouts"]},"226":{"title":"Testing","titles":["Layouts"]},"227":{"title":"Recommended Practices","titles":["Layouts"]},"228":{"title":"Technical Notes","titles":["Layouts"]},"229":{"title":"Language Server Protocol (LSP) Support","titles":[]},"230":{"title":"Overview","titles":["Language Server Protocol (LSP) Support"]},"231":{"title":"Markdown Extension Examples","titles":[]},"232":{"title":"Syntax Highlighting","titles":["Markdown Extension Examples"]},"233":{"title":"Custom Containers","titles":["Markdown Extension Examples"]},"234":{"title":"More","titles":["Markdown Extension Examples"]},"235":{"title":"Middleware","titles":[]},"236":{"title":"Overview","titles":["Middleware"]},"237":{"title":"Testing","titles":["Middleware"]},"238":{"title":"Recommended Practices","titles":["Middleware"]},"239":{"title":"Technical Notes","titles":["Middleware"]},"240":{"title":"Authentication Example","titles":[]},"241":{"title":"Feature","titles":["Authentication Example"]},"242":{"title":"Recipe","titles":["Authentication Example"]},"243":{"title":"Set up Database and Seed Data","titles":["Authentication Example","Recipe"]},"244":{"title":"Create a Login Page","titles":["Authentication Example","Recipe"]},"245":{"title":"Handle Logins","titles":["Authentication Example","Recipe"]},"246":{"title":"Injecting the Current Account","titles":["Authentication Example","Recipe"]},"247":{"title":"Requiring Login","titles":["Authentication Example","Recipe"]},"248":{"title":"You Don't Need Page Hooks for This","titles":["Authentication Example","Recipe"]},"249":{"title":"Blank or No Layout","titles":[]},"250":{"title":"Alternate Layouts","titles":[]},"251":{"title":"Conceptual Overview","titles":[]},"252":{"title":"Yes, You Can Build a Blog in 15 Minutes","titles":["Conceptual Overview"]},"253":{"title":"Basic Elements","titles":["Conceptual Overview"]},"254":{"title":"Brut is Not MVC","titles":["Conceptual Overview"]},"255":{"title":"Brut is Hippocratic Licensed","titles":["Conceptual Overview"]},"256":{"title":"Pages","titles":[]},"257":{"title":"Overview","titles":["Pages"]},"258":{"title":"Creating a Page","titles":["Pages","Overview"]},"259":{"title":"Accessing Data in a Page","titles":["Pages","Overview"]},"260":{"title":"Page Hooks","titles":["Pages","Overview"]},"261":{"title":"Testing","titles":["Pages"]},"262":{"title":"Generating a Response","titles":["Pages","Testing"]},"263":{"title":"Asserting Results","titles":["Pages","Testing"]},"264":{"title":"Recommended Practices","titles":["Pages"]},"265":{"title":"Instance variables (ivars) are fine.","titles":["Pages","Recommended Practices"]},"266":{"title":"Don't set ivars in before_generate","titles":["Pages","Recommended Practices"]},"267":{"title":"Leverage Keyword Injection","titles":["Pages","Recommended Practices"]},"268":{"title":"In Tests, It's Fine to Locate Elements Via CSS Selectors","titles":["Pages","Recommended Practices"]},"269":{"title":"That Said, Avoid Test-Specific Attributes or Classes","titles":["Pages","Recommended Practices"]},"270":{"title":"Technical Notes","titles":["Pages"]},"271":{"title":"Page Internal API","titles":["Pages","Technical Notes"]},"272":{"title":"Layouts","titles":["Pages","Technical Notes"]},"273":{"title":"Helpers in Templates","titles":["Pages","Technical Notes"]},"274":{"title":"So You Don't Like Phlex?","titles":["Pages","Technical Notes"]},"275":{"title":"Custom Flash Class","titles":[]},"276":{"title":"Recipe","titles":["Custom Flash Class"]},"277":{"title":"Indexed Forms","titles":[]},"278":{"title":"Feature","titles":["Indexed Forms"]},"279":{"title":"Recipe","titles":["Indexed Forms"]},"280":{"title":"Creating a Form with Indexes","titles":["Indexed Forms","Recipe"]},"281":{"title":"Processing a Form with Array Values","titles":["Indexed Forms","Recipe"]},"282":{"title":"Generating a Form with Array Values","titles":["Indexed Forms","Recipe"]},"283":{"title":"Migration Example","titles":[]},"284":{"title":"Feature","titles":["Migration Example"]},"285":{"title":"Recipe","titles":["Migration Example"]},"286":{"title":"Create the Migration","titles":["Migration Example","Recipe"]},"287":{"title":"Create Data Models","titles":["Migration Example","Recipe"]},"288":{"title":"Create Factories","titles":["Migration Example","Recipe"]},"289":{"title":"Create Seed Data","titles":["Migration Example","Recipe"]},"290":{"title":"Creating your Own Text Field Component","titles":[]},"291":{"title":"Feature","titles":["Creating your Own Text Field Component"]},"292":{"title":"Recipe","titles":["Creating your Own Text Field Component"]},"293":{"title":"Create the Initializer","titles":["Creating your Own Text Field Component","Recipe"]},"294":{"title":"Outline the HTML","titles":["Creating your Own Text Field Component","Recipe"]},"295":{"title":"Styling the Component","titles":["Creating your Own Text Field Component","Recipe"]},"296":{"title":"Using the Component","titles":["Creating your Own Text Field Component","Recipe"]},"297":{"title":"Roadmap to 1.0","titles":[]},"298":{"title":"Better Dev Experience","titles":["Roadmap to 1.0"]},"299":{"title":"More Tests","titles":["Roadmap to 1.0"]},"300":{"title":"More Complete Web Features","titles":["Roadmap to 1.0"]},"301":{"title":"Client-Side Improvements","titles":["Roadmap to 1.0"]},"302":{"title":"Deployment","titles":["Roadmap to 1.0"]},"303":{"title":"Documentation","titles":["Roadmap to 1.0"]},"304":{"title":"Misc","titles":["Roadmap to 1.0"]},"305":{"title":"Security","titles":[]},"306":{"title":"Overview","titles":["Security"]},"307":{"title":"Encrypted Sessions","titles":["Security","Overview"]},"308":{"title":"CSRF Protection","titles":["Security","Overview"]},"309":{"title":"Content Security Policy headers and tools","titles":["Security","Overview"]},"310":{"title":"bundle audit","titles":["Security","Overview"]},"311":{"title":"Testing","titles":["Security"]},"312":{"title":"Recommended Practices","titles":["Security"]},"313":{"title":"Technical Notes","titles":["Security"]},"314":{"title":"CSRF Protection","titles":["Security","Technical Notes"]},"315":{"title":"Encrypted Sessions","titles":["Security","Technical Notes"]},"316":{"title":"See Data for Development","titles":[]},"317":{"title":"Overview","titles":["See Data for Development"]},"318":{"title":"Testing","titles":["See Data for Development"]},"319":{"title":"Recommended Practices","titles":["See Data for Development"]},"320":{"title":"Technical Notes","titles":["See Data for Development"]},"321":{"title":"Routes","titles":[]},"322":{"title":"Overview","titles":["Routes"]},"323":{"title":"«route» Syntax","titles":["Routes","Overview"]},"324":{"title":"Class Naming Conventions","titles":["Routes","Overview"]},"325":{"title":"Creating URIs for Routes","titles":["Routes","Overview"]},"326":{"title":"Testing","titles":["Routes"]},"327":{"title":"Recommended Practices","titles":["Routes"]},"328":{"title":"Routes Should be Named for Concepts Anyone Can Understand","titles":["Routes","Recommended Practices"]},"329":{"title":"Prefer Shallow Routes with a Single Placeholder","titles":["Routes","Recommended Practices"]},"330":{"title":"Placeholders Identify Things, Query Strings Search for Things","titles":["Routes","Recommended Practices"]},"331":{"title":"Pluralization Is Up to You","titles":["Routes","Recommended Practices"]},"332":{"title":"Technical Notes","titles":["Routes"]},"333":{"title":"Tutorial","titles":[]},"334":{"title":"Unit Tests","titles":[]},"335":{"title":"Overview","titles":["Unit Tests"]},"336":{"title":"Tests run in a Database Transaction","titles":["Unit Tests","Overview"]},"337":{"title":"A Usable RequestContext is Created for Front End Tests","titles":["Unit Tests","Overview"]},"338":{"title":"bin/test audit and Managing Tests","titles":["Unit Tests","Overview"]},"339":{"title":"Recommended Practices","titles":["Unit Tests"]},"340":{"title":"Go Easy on RSpec Features","titles":["Unit Tests","Recommended Practices"]},"341":{"title":"Custom Matchers Are Useful","titles":["Unit Tests","Recommended Practices"]},"342":{"title":"Lint Your Factories","titles":["Unit Tests","Recommended Practices"]},"343":{"title":"Technical Notes","titles":["Unit Tests"]},"344":{"title":"Why Does Brut Exist?","titles":[]},"345":{"title":"Space/Time Continuum - Making Sense of Times and Time Zones","titles":[]},"346":{"title":"Timezones Outside of Web Requests","titles":["Space/Time Continuum - Making Sense of Times and Time Zones"]},"347":{"title":"Timezones for Sessions","titles":["Space/Time Continuum - Making Sense of Times and Time Zones"]},"348":{"title":"Getting Timezone from the Browser","titles":["Space/Time Continuum - Making Sense of Times and Time Zones","Timezones for Sessions"]},"349":{"title":"Getting the Session's Timezone","titles":["Space/Time Continuum - Making Sense of Times and Time Zones","Timezones for Sessions"]},"350":{"title":"Using the Timezone","titles":["Space/Time Continuum - Making Sense of Times and Time Zones","Timezones for Sessions"]},"351":{"title":"Testing","titles":["Space/Time Continuum - Making Sense of Times and Time Zones"]},"352":{"title":"Keyword Injection","titles":[]},"353":{"title":"Overview","titles":["Keyword Injection"]},"354":{"title":"Standard Injectible Information","titles":["Keyword Injection","Overview"]},"355":{"title":"Route Hooks","titles":["Keyword Injection","Overview","Standard Injectible Information"]},"356":{"title":"HTTP Headers","titles":["Keyword Injection","Overview","Standard Injectible Information"]},"357":{"title":"Injecting Custom Data","titles":["Keyword Injection","Overview"]},"358":{"title":"When Values Aren't Available","titles":["Keyword Injection","Overview"]},"359":{"title":"Testing","titles":["Keyword Injection"]},"360":{"title":"Recommended Practices","titles":["Keyword Injection"]},"361":{"title":"Technical Notes","titles":["Keyword Injection"]}},"dirtCount":0,"index":[["❌",{"2":{"230":2,"354":4,"355":1}}],["✅",{"2":{"230":2,"354":8,"355":4}}],["🎉not",{"2":{"192":1}}],["🦉",{"0":{"190":1}}],["6502",{"2":{"188":1}}],["6",{"2":{"183":1}}],["$pwd",{"2":{"185":3,"186":6}}],["$",{"2":{"124":2,"185":2,"186":4,"208":1,"219":4,"230":1}}],["$0",{"2":{"31":1,"155":1}}],["└──",{"2":{"82":13}}],["│",{"2":{"82":41}}],["├──",{"2":{"82":32}}],["zones",{"0":{"345":1},"1":{"346":1,"347":1,"348":1,"349":1,"350":1,"351":1},"2":{"259":1,"345":1}}],["zone",{"2":{"106":1,"110":1,"286":3,"346":6,"347":3,"348":1,"349":1,"350":3,"351":1,"354":1}}],["zaisblge",{"2":{"81":1}}],["zeitwerk",{"2":{"21":1,"126":2}}],["xml",{"2":{"262":1}}],["x",{"2":{"259":2}}],["xhr",{"2":{"259":1,"354":1}}],["xx",{"2":{"176":1}}],["x26",{"2":{"121":2,"208":4,"219":12,"247":4,"280":1,"281":4,"295":2}}],["xenon",{"2":{"76":3}}],["x3c",{"2":{"28":7,"41":1,"52":17,"57":6,"58":1,"59":2,"64":1,"109":2,"117":10,"118":15,"119":1,"120":7,"121":1,"125":2,"132":5,"133":2,"139":2,"140":16,"141":1,"166":1,"167":1,"177":1,"178":31,"188":1,"194":2,"208":1,"219":6,"225":1,"236":2,"243":2,"244":3,"245":3,"246":2,"247":1,"248":1,"249":2,"250":2,"258":11,"276":3,"280":1,"281":1,"282":1,"287":2,"289":1,"293":1,"294":8,"295":1,"317":1,"325":3,"353":1,"357":2}}],["~",{"2":{"67":1,"124":2}}],["5",{"2":{"62":1,"90":1,"97":1,"124":2,"173":1,"188":1,"289":1}}],["500",{"2":{"219":1,"295":1}}],["5000",{"2":{"90":1}}],["50",{"2":{"46":1,"188":1,"214":1}}],["yes",{"0":{"252":1},"2":{"354":8,"355":4}}],["year",{"2":{"198":6,"315":1}}],["years",{"2":{"74":1,"205":1,"344":1}}],["yet",{"2":{"178":1}}],["yml",{"2":{"148":1,"158":2,"230":1}}],["yaml🎊",{"2":{"192":1}}],["yaml",{"2":{"84":2}}],["yielded",{"2":{"208":1}}],["yield",{"2":{"57":2,"118":1,"224":1,"225":2,"249":1,"250":1,"280":1}}],["yours",{"2":{"352":1}}],["yourself",{"2":{"64":1,"286":1}}],["your",{"0":{"13":1,"16":1,"41":1,"46":1,"67":1,"69":1,"95":1,"114":1,"186":1,"187":1,"190":1,"208":1,"290":1,"342":1},"1":{"291":1,"292":1,"293":1,"294":1,"295":1,"296":1},"2":{"2":2,"10":1,"11":2,"12":1,"13":4,"14":2,"16":1,"17":2,"20":1,"22":1,"23":8,"25":1,"26":4,"27":2,"28":2,"29":3,"30":4,"31":1,"32":5,"33":2,"38":1,"40":2,"41":4,"42":1,"43":2,"44":1,"45":1,"46":9,"48":1,"52":2,"53":1,"56":3,"57":3,"58":1,"63":5,"64":7,"66":1,"67":1,"69":4,"70":5,"74":2,"75":4,"76":2,"78":2,"83":3,"84":8,"88":1,"89":2,"90":3,"92":1,"93":2,"94":3,"95":1,"96":2,"97":1,"100":1,"104":1,"105":1,"106":3,"107":1,"109":6,"110":6,"113":4,"114":6,"125":3,"126":2,"127":2,"128":1,"132":5,"133":5,"134":2,"135":1,"136":1,"139":1,"144":1,"146":1,"147":1,"149":6,"151":6,"153":1,"154":3,"155":1,"158":9,"160":1,"161":1,"165":1,"167":1,"169":2,"171":2,"172":2,"176":1,"178":2,"181":2,"184":1,"186":3,"187":3,"188":5,"192":3,"196":1,"198":1,"203":1,"205":6,"206":8,"207":1,"208":2,"209":3,"210":1,"211":1,"214":8,"215":2,"219":1,"221":1,"223":1,"225":3,"226":1,"227":1,"228":1,"229":2,"230":9,"236":1,"237":1,"238":2,"239":1,"248":1,"250":1,"253":5,"257":3,"259":9,"262":1,"263":2,"265":3,"266":3,"267":2,"268":3,"269":2,"271":2,"273":1,"274":1,"276":2,"280":1,"286":2,"287":3,"289":1,"290":1,"294":1,"306":1,"308":3,"309":2,"310":3,"311":1,"312":3,"318":3,"319":1,"320":2,"322":2,"324":2,"325":1,"326":2,"328":1,"329":2,"330":1,"331":1,"332":1,"334":1,"337":2,"338":1,"341":7,"342":3,"346":2,"347":1,"348":1,"350":1,"351":4,"352":2,"354":2,"355":1,"356":4,"357":1,"358":2,"359":3,"360":6}}],["you",{"0":{"17":1,"171":1,"248":1,"252":1,"274":1,"331":1},"2":{"2":3,"8":2,"11":3,"12":1,"13":7,"14":2,"16":2,"17":4,"20":1,"21":6,"22":1,"23":5,"25":1,"26":2,"27":2,"28":5,"29":3,"30":2,"32":3,"39":1,"40":5,"41":4,"42":2,"43":4,"45":3,"46":4,"47":4,"48":4,"52":15,"54":2,"55":1,"56":2,"57":10,"58":1,"59":2,"60":1,"63":1,"64":5,"66":6,"67":5,"69":5,"70":3,"74":6,"75":1,"76":2,"77":2,"78":3,"80":1,"81":1,"84":2,"85":4,"87":3,"89":2,"90":4,"91":4,"92":3,"93":2,"94":3,"95":1,"96":2,"97":3,"101":1,"105":3,"106":9,"107":2,"109":9,"110":15,"111":3,"113":9,"114":4,"119":1,"120":1,"122":2,"123":3,"124":1,"125":2,"126":7,"129":1,"131":3,"132":8,"133":5,"134":2,"139":3,"140":2,"141":1,"144":3,"145":1,"148":1,"150":9,"151":8,"153":2,"154":1,"155":1,"157":1,"158":12,"159":3,"160":1,"161":2,"164":1,"165":3,"167":1,"168":1,"169":2,"171":1,"176":1,"178":1,"179":1,"181":1,"182":2,"184":1,"185":3,"186":1,"187":4,"188":5,"189":2,"190":2,"193":1,"194":2,"195":4,"196":3,"197":5,"198":8,"200":3,"203":2,"205":3,"206":6,"207":2,"208":5,"209":2,"210":3,"211":1,"213":2,"214":5,"215":1,"216":2,"217":1,"219":2,"220":2,"221":1,"222":1,"223":2,"225":1,"226":2,"228":1,"230":3,"236":3,"237":1,"240":1,"244":2,"248":2,"249":2,"251":4,"252":1,"253":2,"257":7,"258":3,"259":8,"260":3,"261":1,"262":2,"263":4,"265":1,"266":5,"267":2,"268":1,"269":7,"272":2,"273":1,"274":1,"275":2,"276":2,"277":1,"280":1,"283":2,"286":5,"287":3,"289":2,"290":2,"294":1,"308":2,"309":2,"310":1,"311":2,"316":1,"317":9,"318":2,"319":1,"320":3,"322":1,"324":2,"325":11,"326":4,"327":1,"328":2,"329":2,"331":1,"332":3,"333":3,"334":1,"335":1,"336":4,"337":2,"338":7,"340":2,"341":1,"344":3,"346":4,"347":4,"348":1,"349":8,"350":3,"351":8,"352":2,"353":1,"354":2,"356":2,"357":3,"358":3,"359":4,"360":5}}],["=~",{"2":{"236":1}}],["==",{"2":{"121":1,"281":2}}],["=",{"2":{"52":3,"57":3,"58":5,"59":1,"64":2,"67":1,"88":4,"91":1,"117":3,"118":1,"119":5,"121":2,"132":8,"133":10,"134":1,"140":2,"141":1,"166":2,"167":5,"176":1,"177":1,"179":2,"208":6,"214":1,"219":19,"225":1,"236":2,"244":1,"245":6,"246":2,"247":5,"249":1,"250":1,"263":3,"276":5,"281":3,"282":2,"289":2,"293":4,"295":1,"317":3,"325":1,"357":1,"359":1}}],["=>",{"2":{"11":1,"52":10,"57":2,"59":2,"141":3,"194":1,"199":2,"257":6,"324":1,"325":6}}],["\`page",{"2":{"257":2}}],["\`\`\`",{"2":{"232":1}}],["\`",{"2":{"52":14,"257":2}}],["80vh",{"2":{"188":1}}],["8000",{"2":{"206":1}}],["800",{"2":{"57":3}}],["8601",{"2":{"117":1}}],["8",{"2":{"50":1,"71":1,"115":1,"118":2,"120":2,"225":1,"320":1}}],["^2",{"2":{"124":1}}],["^25",{"2":{"46":1,"214":1}}],["^",{"2":{"124":1,"208":2,"219":8,"236":1}}],["^1",{"2":{"46":1,"214":1}}],["^10",{"2":{"46":1,"214":1}}],["^3",{"2":{"46":1,"214":1}}],["^0",{"2":{"46":2,"214":2}}],["06",{"2":{"338":1}}],["05",{"2":{"258":1}}],["07",{"2":{"258":1}}],["01",{"2":{"124":1}}],["02",{"2":{"117":1}}],["0",{"0":{"297":1},"1":{"298":1,"299":1,"300":1,"301":1,"302":1,"303":1,"304":1},"2":{"46":4,"90":1,"124":6,"139":2,"140":2,"165":1,"188":1,"214":4,"293":1,"297":1}}],["95th",{"2":{"205":1}}],["99",{"2":{"110":1}}],["98724fhjkjk",{"2":{"74":1}}],["9",{"2":{"34":1,"124":3,"343":1}}],["|index|",{"2":{"282":1}}],["|name",{"2":{"280":1}}],["|span|",{"2":{"208":1}}],["||",{"2":{"114":1,"140":2,"177":1,"244":1,"282":1}}],["|widget|",{"2":{"59":1}}],["|project",{"2":{"42":1}}],["|front",{"2":{"38":2}}],["|database",{"2":{"37":1}}],["|",{"2":{"27":29,"286":52}}],["+",{"2":{"27":5,"282":2,"286":8,"295":1}}],[">contact",{"2":{"194":1}}],[">",{"2":{"27":6,"52":5,"57":2,"106":2,"113":3,"117":1,"118":5,"120":2,"140":10,"158":1,"178":17,"185":2,"187":3,"243":3,"244":3,"258":1,"286":2,"294":1,"325":5}}],["7mmizxtz",{"2":{"81":1}}],["7",{"2":{"24":1,"44":1,"46":1,"81":1,"136":1,"198":1,"202":1,"214":1,"217":1,"361":1}}],["kits",{"2":{"140":1}}],["kit",{"2":{"140":1,"198":1,"273":1}}],["kinda",{"2":{"103":1}}],["kernel",{"2":{"29":1}}],["keeping",{"2":{"286":1}}],["keeps",{"2":{"274":1}}],["keep",{"2":{"19":1,"24":1,"34":1,"38":1,"44":1,"50":1,"54":1,"62":1,"63":1,"71":1,"74":1,"81":1,"98":1,"115":1,"136":1,"146":1,"154":1,"155":1,"158":1,"162":1,"173":1,"183":1,"202":1,"209":1,"212":1,"217":1,"222":1,"227":1,"228":1,"239":1,"270":1,"313":1,"320":1,"332":1,"343":1,"361":1}}],["key=",{"2":{"178":4}}],["keys",{"2":{"59":2,"109":10,"110":2,"114":1,"124":1,"133":1,"135":1,"192":4,"193":1,"194":1,"206":1,"286":1}}],["keywords",{"2":{"259":1,"267":1}}],["keyword",{"0":{"267":1,"352":1},"1":{"353":1,"354":1,"355":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1},"2":{"56":1,"57":1,"58":2,"132":2,"133":1,"139":1,"165":2,"222":1,"259":5,"337":1,"350":1,"352":1,"353":1,"356":3,"357":1,"358":2,"359":1,"360":3,"361":1}}],["key",{"2":{"12":2,"41":2,"42":2,"43":1,"47":1,"58":4,"67":2,"106":1,"109":3,"110":8,"119":4,"121":1,"124":1,"133":4,"166":1,"176":6,"178":3,"192":5,"194":1,"195":2,"197":1,"245":1,"281":2,"286":10}}],["known",{"2":{"310":1}}],["knowledge",{"2":{"107":1}}],["knowing",{"2":{"106":1,"311":1}}],["know",{"2":{"13":1,"23":1,"52":1,"109":1,"110":1,"126":1,"140":1,"158":1,"205":1,"217":1,"230":1,"251":1,"259":1,"344":2}}],["quantity",{"2":{"139":2,"140":4,"141":2,"166":2,"177":2,"178":2,"278":1,"280":3,"281":7,"282":5,"296":1,"360":2}}],["qualified",{"2":{"63":1}}],["quality",{"2":{"12":1,"13":1,"124":1}}],["quick",{"0":{"116":1},"1":{"117":1,"118":1,"119":1,"120":1,"121":1,"122":1,"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1}}],["quickly",{"2":{"48":1,"123":1,"251":1}}],["quite",{"2":{"113":1,"140":1}}],["quirks",{"0":{"91":1}}],["quieries",{"2":{"64":1}}],["question",{"2":{"39":1,"69":1,"345":1}}],["queued",{"2":{"89":1}}],["queue",{"2":{"26":1}}],["querying",{"2":{"208":1,"330":1}}],["query",{"0":{"330":1},"2":{"21":1,"23":1,"69":1,"259":4,"267":1,"324":1,"325":1,"330":5,"351":1,"353":2,"354":1,"358":1}}],["queryselector",{"2":{"13":1,"52":3}}],["queries",{"2":{"21":6,"108":1,"110":1,"253":1}}],["quot",{"2":{"8":2,"17":2,"28":4,"37":2,"39":2,"46":10,"47":2,"58":2,"59":8,"63":2,"74":2,"93":2,"94":2,"95":2,"100":6,"102":20,"106":8,"109":8,"122":2,"125":4,"136":2,"140":2,"141":2,"144":2,"159":2,"171":2,"176":2,"178":4,"179":2,"187":2,"192":2,"199":6,"214":16,"219":2,"225":2,"228":2,"236":4,"244":2,"259":4,"269":6,"282":4,"294":2,"301":2,"311":4,"315":2,"324":10,"328":6,"329":2,"332":4,"335":2,"341":2,"345":4,"346":2,"354":2,"356":8}}],["vps",{"2":{"302":1}}],["vulnerabilities",{"2":{"189":1,"310":1,"312":1}}],["v",{"2":{"185":1,"186":2}}],["vendor",{"2":{"205":1,"206":6,"208":1}}],["vendors",{"2":{"129":1,"203":1,"205":2}}],["verify",{"2":{"342":1}}],["verb",{"2":{"171":1,"254":1}}],["verbs",{"2":{"150":1,"254":1}}],["verbose",{"2":{"27":4,"158":2,"216":1,"251":1}}],["version",{"2":{"148":2,"149":1,"356":1}}],["versions",{"2":{"52":1,"153":1,"310":1,"341":1,"359":1}}],["vertical",{"2":{"57":1}}],["very",{"2":{"44":1,"53":1,"74":1,"84":1,"138":1,"159":1,"205":1,"248":1,"274":1,"360":1}}],["ve",{"2":{"27":1,"47":1,"97":1,"151":1,"219":1,"230":1,"246":1,"254":1,"283":1,"289":1,"311":1,"325":1,"338":1,"344":1}}],["var",{"2":{"30":1,"48":2,"244":1,"295":9}}],["variety",{"2":{"259":1}}],["variable",{"2":{"90":1,"206":1,"307":1,"356":1}}],["variables",{"0":{"265":1},"2":{"27":3,"30":1,"75":1,"90":1,"100":1,"158":2,"161":2,"206":2,"219":1,"259":1,"265":1,"319":1,"356":1}}],["various",{"2":{"8":1,"26":1,"36":1,"37":1,"48":1,"62":1,"120":1,"139":1,"197":1,"340":1,"359":1}}],["validitystate",{"2":{"146":1,"178":1}}],["validating",{"2":{"175":1}}],["validations",{"0":{"70":1,"174":1},"1":{"175":1,"176":1,"177":1,"178":1,"179":1,"180":1,"181":1,"182":1,"183":1},"2":{"70":1,"100":1,"139":1,"141":1,"146":1,"178":1,"179":1}}],["validation",{"2":{"14":1,"70":3,"114":1,"137":1}}],["validated",{"2":{"174":1}}],["validate",{"2":{"145":1,"160":1}}],["valid",{"2":{"95":1,"110":1,"166":1,"288":1,"308":3,"323":1,"324":1,"349":1}}],["valuable",{"2":{"67":1,"134":1}}],["value=",{"2":{"140":4,"146":1,"178":1}}],["valuesstoring",{"2":{"37":1}}],["values",{"0":{"40":1,"41":1,"195":1,"281":1,"282":1,"358":1},"2":{"23":1,"27":2,"29":1,"35":1,"36":4,"37":5,"40":4,"41":1,"42":1,"74":1,"109":2,"121":1,"133":2,"139":1,"140":1,"141":3,"158":1,"168":1,"178":3,"186":1,"192":2,"193":1,"196":1,"197":1,"200":2,"206":1,"207":1,"251":1,"259":3,"260":1,"277":1,"280":2,"281":1,"282":1,"293":1,"319":1,"330":1,"346":1,"350":1,"352":1,"353":1,"355":1,"357":1,"358":2,"359":2,"360":2}}],["value",{"2":{"12":1,"36":3,"37":2,"39":1,"40":2,"41":1,"42":2,"47":1,"74":1,"88":1,"93":1,"106":1,"109":3,"110":2,"117":1,"121":1,"132":2,"140":4,"146":1,"165":2,"166":1,"169":1,"171":1,"176":3,"194":1,"197":1,"199":4,"206":1,"219":2,"246":1,"259":7,"260":1,"263":1,"307":1,"308":1,"315":1,"322":1,"325":1,"348":1,"349":2,"350":1,"353":1,"354":3,"356":7,"357":3,"358":5,"360":8}}],["virtue",{"2":{"178":1,"182":1}}],["virtual",{"2":{"150":3}}],["vitepress",{"0":{"103":1},"2":{"103":1,"231":1,"232":1,"303":1}}],["video",{"2":{"97":1,"333":1}}],["videos",{"2":{"90":3}}],["visiting",{"2":{"253":1}}],["visit",{"2":{"188":1}}],["visitors",{"2":{"17":2,"100":1,"182":1,"241":3}}],["visitor",{"2":{"12":1,"17":1,"93":1,"122":1,"132":15,"166":1,"167":1,"178":2,"219":2,"246":1,"247":1,"248":2,"253":1,"260":3,"307":1,"347":2,"349":1,"350":2,"354":2,"355":1}}],["visual",{"2":{"95":1}}],["violate",{"2":{"178":1}}],["violated",{"2":{"67":1,"100":1}}],["violation",{"2":{"12":1,"121":1,"166":1,"169":2,"176":6,"178":2,"199":1,"245":1,"281":3}}],["violations",{"0":{"178":1,"199":1},"2":{"12":3,"141":1,"166":6,"175":2,"176":1,"177":3,"178":6,"182":1,"192":1,"225":1,"244":1,"245":2,"281":1,"282":1}}],["via",{"0":{"268":1},"2":{"12":1,"13":1,"36":1,"46":1,"47":1,"63":1,"77":1,"78":1,"89":1,"98":1,"104":1,"105":1,"110":2,"114":1,"117":1,"120":2,"124":1,"148":1,"150":1,"171":1,"181":1,"187":1,"206":1,"208":1,"209":1,"214":1,"286":2,"320":1,"341":1,"349":1,"350":1,"351":1,"352":1,"361":1}}],["viewport",{"2":{"225":1}}],["viewer",{"2":{"129":2,"203":1,"206":4,"298":1}}],["viewed",{"0":{"9":1}}],["views",{"2":{"69":1,"216":1,"248":1}}],["view",{"2":{"11":1,"27":1,"55":1,"56":1,"57":3,"58":2,"59":1,"62":1,"77":1,"118":2,"119":3,"120":1,"122":1,"132":1,"133":1,"195":1,"196":1,"214":1,"225":2,"228":3,"249":1,"250":1,"260":1,"272":1,"294":2,"295":1,"296":1,"350":1,"358":2}}],["3457238947239487",{"2":{"109":1}}],["301",{"2":{"79":1}}],["300",{"2":{"48":2,"57":3,"244":1}}],["3yjgdrjksrfdws",{"2":{"74":2}}],["3rd",{"2":{"57":2}}],["3",{"2":{"6":1,"46":1,"57":6,"124":1,"139":2,"140":2,"162":1,"176":1,"178":5,"185":1,"214":1,"280":1,"295":2}}],["42",{"2":{"325":8}}],["400",{"2":{"295":1}}],["404",{"2":{"263":2}}],["4318",{"2":{"206":1}}],["4th",{"2":{"57":1}}],["4",{"2":{"5":1,"48":2,"57":3,"185":1,"232":1,"270":1,"295":1}}],["n",{"2":{"288":2}}],["nice",{"2":{"259":2}}],["nil",{"2":{"40":13,"41":1,"57":1,"58":1,"110":1,"119":1,"133":1,"140":2,"141":1,"168":1,"177":1,"219":1,"244":1,"245":1,"246":1,"259":4,"263":2,"309":1,"338":1,"348":1,"349":2,"355":1,"356":1,"357":5,"360":9}}],["nilable",{"0":{"40":1}}],["num",{"2":{"282":2}}],["numbers",{"2":{"69":1,"75":1}}],["number",{"2":{"27":1,"90":2,"106":1,"139":1,"140":2,"165":1,"260":1,"277":1,"280":2}}],["nullable",{"2":{"110":2,"286":4}}],["null",{"2":{"67":1,"106":3,"109":1,"110":8,"124":2,"243":1,"286":12}}],["npm",{"2":{"45":1,"47":3,"230":1}}],["naming",{"0":{"324":1}}],["nameerror",{"2":{"325":2}}],["name=",{"2":{"120":2,"140":8,"178":13,"179":1,"282":2}}],["named",{"0":{"328":1},"2":{"37":1,"59":1,"106":1,"110":1,"120":1,"126":1,"140":1,"150":1,"257":1,"259":1,"295":1,"337":1,"341":1}}],["namespacing",{"2":{"329":1}}],["namespaces",{"2":{"324":1}}],["namespace",{"2":{"64":1,"66":1,"84":1,"125":1}}],["namespaced",{"2":{"21":1,"324":1}}],["names",{"0":{"102":1,"199":1},"2":{"28":1,"75":1,"77":1,"94":1,"120":1,"140":1,"295":1,"329":1,"331":1,"352":1}}],["namely",{"2":{"12":1,"214":1}}],["name",{"0":{"39":1},"2":{"11":2,"12":1,"28":3,"37":1,"39":2,"46":1,"59":1,"67":1,"74":4,"77":1,"94":1,"105":1,"106":2,"108":1,"114":1,"118":4,"120":2,"121":1,"122":2,"132":1,"139":7,"140":8,"141":2,"158":1,"166":7,"176":7,"177":8,"178":23,"179":1,"186":1,"196":1,"199":1,"206":2,"208":2,"214":1,"225":9,"236":1,"244":2,"245":1,"277":1,"278":1,"280":6,"281":12,"282":7,"291":1,"293":3,"294":6,"295":9,"296":3,"319":2,"324":11,"325":1,"328":1,"329":1,"330":1,"348":1,"349":3,"351":2,"355":1,"356":2,"360":2}}],["nakedpage",{"2":{"249":1}}],["naturally",{"2":{"172":1}}],["navigable",{"2":{"103":1}}],["navigating",{"2":{"69":1}}],["navigates",{"2":{"253":1,"315":1}}],["navigate",{"2":{"13":1,"263":1}}],["negated",{"2":{"341":2}}],["nested",{"2":{"324":1,"340":1}}],["necessary",{"2":{"117":1,"157":1,"223":1,"266":1,"350":1}}],["net",{"2":{"67":2}}],["network",{"2":{"44":1,"74":1}}],["next",{"2":{"46":1,"121":1,"133":1,"141":2,"165":1,"178":1,"214":1,"219":1,"243":2,"280":1}}],["needing",{"2":{"301":1}}],["needs",{"2":{"25":2,"54":2,"56":1,"57":1,"110":1,"136":1,"186":1,"219":1,"226":1,"227":1,"259":1,"360":3}}],["needed",{"2":{"17":1,"30":1,"38":1,"40":1,"41":1,"85":1,"87":1,"97":1,"124":1,"133":1,"148":1,"150":1,"151":2,"158":1,"200":1,"230":1,"295":1,"297":1,"299":1,"337":1,"338":2}}],["need",{"0":{"17":1,"171":1,"248":1},"2":{"22":1,"23":3,"25":1,"46":1,"52":2,"54":1,"58":1,"66":1,"78":1,"95":1,"96":1,"97":1,"110":1,"113":1,"132":1,"138":1,"141":1,"142":1,"157":1,"158":4,"159":1,"168":1,"171":1,"178":2,"181":2,"205":1,"213":1,"219":2,"230":2,"244":3,"245":2,"248":2,"251":1,"257":1,"258":1,"259":3,"266":1,"269":1,"286":2,"289":1,"293":1,"295":1,"299":1,"318":1,"319":1,"326":1,"344":1,"347":1,"351":3,"352":1,"353":1,"359":1,"360":1}}],["newwidget",{"2":{"324":1}}],["newwidgethandler",{"2":{"141":1,"166":1}}],["newwidgetpage",{"2":{"140":2,"166":3,"177":1,"195":2}}],["newwidgetform",{"2":{"139":2,"140":2,"177":1}}],["neworganization",{"2":{"21":1}}],["neworganizationcommand",{"2":{"21":1}}],["new",{"2":{"9":1,"21":2,"27":2,"41":1,"42":2,"52":3,"59":1,"64":1,"74":1,"105":1,"106":4,"119":1,"121":1,"133":1,"139":2,"140":6,"150":1,"151":4,"165":1,"166":2,"167":1,"177":1,"178":1,"184":1,"185":2,"186":5,"188":1,"205":1,"208":1,"214":1,"225":1,"243":2,"244":1,"245":1,"257":5,"263":3,"276":2,"281":1,"282":1,"286":3,"296":2,"305":1,"324":1,"337":1,"350":1,"359":1}}],["nevermind",{"2":{"195":2}}],["nevertheless",{"2":{"6":1,"239":1}}],["never",{"2":{"5":1,"96":1,"102":1,"113":1,"171":1,"254":1,"358":1}}],["nobody",{"2":{"357":1}}],["nokogiri",{"2":{"127":1,"261":1,"262":2,"263":2}}],["now",{"0":{"190":1},"2":{"50":1,"66":1,"103":1,"115":1,"117":4,"124":1,"126":1,"154":1,"186":1,"187":2,"188":1,"189":1,"208":1,"217":2,"219":3,"222":1,"243":2,"244":2,"245":2,"246":1,"276":2,"282":1,"286":1,"288":1,"289":2,"293":1,"299":1,"324":1,"338":1,"350":2,"351":3,"361":1}}],["nodejs",{"2":{"52":1,"159":1}}],["node",{"2":{"46":1,"47":3,"230":1,"262":1,"263":5}}],["nor",{"2":{"20":1,"123":1,"154":1,"212":1,"254":1,"327":1}}],["normal",{"2":{"17":1,"32":1,"59":3,"75":2,"87":1,"88":1,"89":1,"113":1,"134":1,"171":1,"187":1,"195":1,"199":1,"220":1,"237":1,"259":1,"280":1,"291":1,"293":1,"302":1,"346":1}}],["nonzero",{"2":{"310":1}}],["none",{"2":{"4":1,"7":1,"19":1,"30":1,"71":1,"110":1,"136":1,"151":5,"162":1,"173":1,"178":1,"201":1,"202":1,"210":1,"244":1,"263":1,"336":1}}],["non",{"2":{"2":1,"4":1,"25":1,"85":1,"110":1,"151":1,"160":1,"167":1,"207":1,"212":1,"253":1,"280":1,"282":1,"286":1,"293":1,"325":1,"326":1,"356":1,"357":1,"360":2}}],["no",{"0":{"70":1,"249":1},"2":{"0":1,"2":1,"5":1,"26":2,"38":2,"40":1,"52":1,"57":1,"60":1,"62":1,"69":2,"78":1,"84":1,"88":1,"95":2,"108":1,"109":2,"110":1,"113":1,"121":1,"138":1,"141":1,"146":1,"150":1,"158":8,"165":1,"166":1,"167":1,"186":2,"196":1,"198":2,"230":1,"241":1,"245":2,"248":1,"259":1,"262":1,"263":1,"280":1,"286":1,"309":1,"319":1,"320":1,"324":1,"325":1,"328":1,"354":4,"355":1,"356":2,"357":2,"358":1,"360":1}}],["notably",{"2":{"63":1,"253":1}}],["notice",{"2":{"43":1,"52":1,"58":2,"119":2,"133":4,"139":1,"167":1,"214":2}}],["noting",{"2":{"13":1,"192":1}}],["nothing",{"2":{"22":1,"58":1,"70":1,"110":1,"183":1}}],["noted",{"2":{"308":1}}],["note",{"2":{"12":1,"14":1,"22":1,"39":1,"46":1,"52":2,"57":1,"63":1,"70":1,"104":1,"106":2,"107":1,"109":1,"117":1,"120":1,"121":2,"124":1,"132":1,"141":1,"187":1,"214":1,"246":1,"255":1,"259":1,"273":1,"282":1,"286":6,"288":1,"308":1,"324":2,"325":1,"332":1,"349":1,"357":1}}],["notes",{"0":{"1":1,"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"98":1,"115":1,"136":1,"146":1,"155":1,"162":1,"173":1,"183":1,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"270":1,"313":1,"320":1,"332":1,"343":1,"361":1},"1":{"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1,"271":1,"272":1,"273":1,"274":1,"314":1,"315":1},"2":{"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"98":1,"101":1,"106":1,"115":1,"136":1,"146":1,"150":1,"155":1,"158":1,"162":1,"173":1,"183":1,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"270":1,"308":1,"313":1,"320":1,"332":1,"343":1,"361":1}}],["not",{"0":{"5":1,"6":1,"69":1,"70":1,"93":1,"254":1},"2":{"0":3,"8":1,"9":2,"11":1,"13":2,"14":1,"17":3,"20":2,"21":1,"22":1,"23":1,"27":1,"28":2,"30":1,"32":1,"38":2,"40":1,"41":1,"42":1,"43":6,"44":2,"47":1,"50":1,"51":1,"52":1,"54":2,"56":1,"58":1,"59":1,"63":2,"64":1,"69":3,"70":1,"74":1,"75":1,"76":1,"77":1,"80":1,"84":1,"89":1,"93":1,"94":2,"95":1,"96":3,"97":2,"100":4,"106":4,"109":2,"110":4,"113":1,"114":1,"120":1,"121":1,"123":1,"124":1,"126":1,"131":1,"132":1,"133":1,"134":1,"135":1,"139":1,"141":1,"148":1,"151":1,"154":2,"155":1,"157":1,"159":2,"160":1,"165":2,"171":1,"178":2,"179":1,"196":2,"197":1,"198":2,"200":1,"201":1,"207":2,"208":1,"209":1,"212":1,"216":2,"217":2,"219":2,"222":3,"227":1,"236":1,"239":3,"246":1,"253":1,"254":3,"257":1,"258":1,"259":1,"260":1,"263":1,"268":1,"272":2,"273":1,"274":1,"277":1,"280":1,"281":1,"283":1,"286":11,"287":1,"289":1,"298":1,"305":1,"307":1,"308":1,"312":5,"314":3,"315":1,"316":2,"318":1,"320":1,"321":1,"323":2,"324":2,"325":1,"326":2,"327":1,"328":1,"330":2,"331":1,"332":2,"338":4,"344":1,"345":1,"346":2,"349":2,"350":1,"351":2,"356":3,"357":2,"358":3,"359":1,"360":5,"361":1}}],["23",{"2":{"332":1}}],["2nd",{"2":{"57":1}}],["200",{"2":{"165":1}}],["20",{"2":{"46":1,"214":1}}],["20250711215310",{"2":{"286":2}}],["20250712182257",{"2":{"106":1}}],["20250508132646",{"2":{"106":1}}],["2025",{"2":{"4":1,"5":1,"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"98":1,"115":1,"117":1,"136":1,"146":1,"155":1,"162":1,"173":1,"183":1,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"270":1,"313":1,"320":1,"332":1,"338":1,"343":1,"361":1}}],["2",{"2":{"4":1,"5":1,"46":1,"57":3,"192":2,"195":1,"214":1,"217":1,"294":1,"295":3}}],["12",{"2":{"155":1,"157":1,"212":1,"222":1,"239":1}}],["12345678",{"2":{"88":1}}],["10",{"2":{"90":1,"140":2,"205":1,"278":2,"282":3,"360":2}}],["100",{"2":{"86":1}}],["13",{"2":{"54":1,"98":1,"146":1,"313":1,"338":1}}],["11",{"2":{"46":1,"214":1}}],["15",{"0":{"252":1},"2":{"19":1,"333":1}}],["17",{"2":{"4":1,"5":1,"117":2}}],["1",{"0":{"297":1},"1":{"298":1,"299":1,"300":1,"301":1,"302":1,"303":1,"304":1},"2":{"4":1,"5":1,"8":1,"46":2,"75":1,"139":1,"140":2,"165":1,"192":3,"197":1,"199":1,"214":2,"228":1,"280":1,"282":2,"295":1,"297":1,"315":1}}],["jemalloc",{"2":{"158":1}}],["join",{"2":{"110":1,"209":1,"288":1}}],["joined",{"2":{"106":1,"194":1}}],["job",{"2":{"56":1,"69":3,"253":1,"268":1}}],["jobs",{"0":{"223":1},"2":{"0":1,"26":1,"89":4,"223":3,"253":1,"333":1}}],["jumping",{"2":{"230":1}}],["july",{"2":{"162":1,"183":1,"228":1}}],["junk",{"2":{"84":1}}],["june",{"2":{"4":1,"5":1,"19":1,"54":1,"98":1,"155":1,"212":1,"222":1,"239":1,"313":1}}],["judgement",{"2":{"69":1,"93":1}}],["justify",{"2":{"188":1}}],["just",{"2":{"23":1,"26":1,"27":1,"44":1,"45":1,"89":1,"96":1,"110":1,"124":1,"141":1,"157":1,"179":1,"186":1,"225":1,"227":1,"239":1,"241":1,"244":1,"248":1,"265":1,"324":1,"328":1,"330":1,"338":1,"346":1,"351":1}}],["javascriptclass",{"2":{"214":1}}],["javascriptimport",{"2":{"11":1,"52":3,"214":2}}],["javascript",{"0":{"73":1,"122":1,"213":1},"1":{"74":1,"75":1,"214":1,"215":1,"216":1,"217":1},"2":{"10":1,"11":1,"46":2,"52":1,"72":2,"73":1,"74":1,"75":3,"84":2,"85":1,"91":1,"95":1,"102":1,"122":1,"127":1,"151":1,"178":1,"214":3,"217":1,"225":1,"230":1,"251":1,"253":2,"309":1,"344":1}}],["jsexport",{"2":{"232":1}}],["jsdom",{"2":{"46":1,"52":3,"54":1,"214":1}}],["jsdoc",{"2":{"12":1}}],["json",{"2":{"14":1,"46":3,"47":1,"81":2,"108":1,"115":1,"159":1,"214":3,"225":1,"230":1}}],["js",{"2":{"3":2,"11":3,"14":2,"17":1,"52":12,"73":5,"74":1,"75":1,"81":6,"82":3,"84":1,"85":1,"102":3,"118":4,"151":1,"214":20,"225":2,"250":2}}],["eq",{"2":{"263":1}}],["equal",{"2":{"52":3}}],["effort",{"2":{"135":1}}],["effective",{"2":{"223":1,"341":1}}],["effectively",{"2":{"151":1,"311":1}}],["effects",{"2":{"89":1}}],["effect",{"2":{"52":1,"70":1,"208":1,"336":1,"346":1}}],["effecitvely",{"2":{"27":2}}],["erb",{"2":{"274":2,"325":1}}],["ergonomic",{"2":{"128":1}}],["err",{"2":{"29":1,"32":2}}],["errors",{"2":{"27":2,"158":1,"244":1,"325":2}}],["error",{"2":{"27":4,"29":1,"32":1,"38":1,"40":2,"52":1,"53":1,"67":2,"88":1,"91":1,"93":1,"94":1,"95":1,"108":1,"158":2,"167":1,"176":1,"178":1,"199":1,"244":1,"246":1,"267":1,"288":1,"291":1,"298":1,"320":1,"325":1,"351":1,"352":1,"358":2,"360":1}}],["economy",{"2":{"122":1}}],["editing",{"2":{"278":1}}],["editor",{"2":{"148":1,"149":1,"154":1,"188":1,"229":1,"230":3,"287":1}}],["edit",{"2":{"121":1,"243":1,"293":1}}],["edge",{"2":{"53":1}}],["ephemeral",{"0":{"113":1},"2":{"106":1,"113":1,"320":1}}],["embeds",{"2":{"286":1}}],["eminently",{"2":{"145":1}}],["empty",{"2":{"106":3,"236":1,"259":2,"286":1,"335":1,"351":1,"356":2,"359":2}}],["email",{"2":{"43":1,"64":2,"66":2,"67":10,"88":4,"106":3,"109":1,"110":4,"120":4,"121":2,"122":1,"124":2,"139":2,"199":2,"241":1,"243":6,"244":5,"245":5,"284":1,"286":4,"288":2,"289":2,"294":2,"317":2,"319":1}}],["emails",{"2":{"41":1}}],["ethos",{"2":{"103":1}}],["etc",{"2":{"3":1,"84":1,"102":1,"114":1,"120":1,"151":1,"158":1,"300":1,"346":1}}],["e2etestserver",{"2":{"89":1}}],["e2e",{"2":{"82":1,"85":1,"87":2,"88":1,"89":1,"90":6,"92":1,"93":4,"97":2,"100":1,"151":4,"286":1,"299":1,"338":1}}],["es",{"2":{"322":1,"324":1}}],["essentially",{"2":{"248":1,"352":1}}],["es6",{"2":{"214":2}}],["esoteric",{"2":{"206":1}}],["escaped",{"2":{"196":2}}],["escape",{"2":{"196":1,"247":1,"360":1}}],["escaping",{"0":{"196":1},"2":{"196":2}}],["especially",{"2":{"64":1,"97":1,"217":1,"360":1}}],["esbuild",{"2":{"45":1,"46":4,"50":1,"72":1,"73":1,"75":1,"76":2,"84":3,"122":1,"213":1,"214":4,"217":1}}],["either",{"2":{"46":1,"52":1,"58":1,"110":1,"155":1,"157":1,"159":1,"171":1,"172":1,"219":1,"227":1,"246":1,"281":1,"309":2,"323":1,"333":1,"360":1}}],["evaluating",{"2":{"311":1}}],["evaluate",{"2":{"175":1}}],["evaluated",{"2":{"37":1,"194":1,"265":1}}],["evolve",{"2":{"212":1}}],["evolves",{"2":{"95":1}}],["ever",{"2":{"43":1,"123":1,"274":1,"317":1}}],["everyone",{"2":{"148":2,"254":1,"300":1,"328":2}}],["everything",{"2":{"46":1,"84":1,"113":1,"144":1,"148":1,"150":1,"151":1,"155":1,"178":2,"206":1,"230":1,"253":2,"274":1,"341":1,"352":1}}],["everywhere",{"2":{"46":1,"154":1,"325":1}}],["every",{"2":{"28":1,"43":1,"52":1,"74":1,"75":1,"93":1,"97":1,"115":1,"153":1,"208":1,"214":1,"248":1,"251":1,"280":1,"288":2,"338":1}}],["eventually",{"2":{"333":1}}],["event",{"2":{"110":1,"178":1,"208":3}}],["events",{"2":{"54":1,"178":2,"208":1}}],["even",{"2":{"38":1,"43":1,"59":1,"69":1,"73":1,"95":1,"114":1,"122":1,"145":1,"171":1,"205":1,"217":1,"222":1,"248":1,"259":2,"282":1,"356":2}}],["elsif",{"2":{"58":1,"119":1,"133":1,"281":2}}],["elsewhere",{"2":{"41":1,"69":1}}],["else",{"2":{"13":1,"16":1,"42":1,"121":1,"132":2,"133":1,"144":1,"166":1,"167":1,"208":2,"219":1,"245":1,"253":1,"254":1,"260":1,"281":2}}],["element>",{"2":{"52":13}}],["element",{"2":{"11":1,"12":2,"13":2,"52":19,"53":1,"90":1,"91":2,"94":1,"95":2,"96":1,"120":1,"122":1,"127":1,"139":1,"140":1,"151":2,"165":3,"178":4,"198":1,"209":1,"225":1,"290":1,"299":1,"322":1,"348":3}}],["elements",{"0":{"12":1,"13":1,"51":1,"139":1,"253":1,"268":1},"1":{"52":1,"53":1,"54":1},"2":{"10":1,"11":3,"12":4,"13":3,"17":2,"18":1,"51":2,"52":2,"54":1,"85":1,"94":3,"95":3,"100":2,"122":1,"138":2,"139":2,"140":1,"178":1,"181":2,"194":1,"198":1,"213":2,"215":1,"216":1,"269":3,"277":1,"282":1}}],["easy",{"0":{"340":1},"2":{"94":1,"251":1,"342":1,"345":1}}],["easiest",{"2":{"298":1}}],["easier",{"2":{"12":1,"106":1,"110":1,"135":1,"158":1,"165":1,"266":1,"287":1,"312":1,"329":1,"339":1,"341":1}}],["easily",{"2":{"46":1,"50":1,"61":1,"123":1,"145":1,"217":1,"335":1,"341":1,"358":1}}],["each",{"2":{"12":1,"27":1,"28":2,"32":1,"46":1,"52":1,"58":1,"59":2,"69":1,"74":1,"89":1,"90":1,"93":1,"101":1,"105":1,"151":1,"158":4,"178":1,"207":1,"214":2,"258":2,"280":6,"281":2,"282":1,"294":2,"308":1,"317":1,"323":1,"325":2,"335":1,"336":1,"337":1,"342":2}}],["enable",{"2":{"301":1}}],["enabled",{"2":{"178":1}}],["enables",{"2":{"28":1,"37":1}}],["encoded",{"2":{"130":1}}],["encourage",{"2":{"110":1,"124":1}}],["encourages",{"2":{"94":1,"106":1,"132":1,"165":1,"216":1,"346":1}}],["encouraged",{"2":{"20":1,"110":1,"114":1,"129":1,"132":1,"154":1,"219":1,"226":1,"236":1,"237":1,"249":1,"351":1}}],["encrypted",{"0":{"307":1,"315":1},"2":{"130":1,"306":1,"307":1}}],["english",{"2":{"114":2,"192":2,"200":1}}],["ensuring",{"2":{"114":1,"214":1,"271":1}}],["ensure",{"2":{"66":1,"67":1,"69":1,"87":1,"110":1,"114":1,"138":1,"153":1,"154":1,"158":1,"220":1,"237":1,"239":1,"259":1,"286":1,"319":1,"326":1,"336":1,"338":1,"341":1}}],["ensures",{"2":{"46":1,"84":1}}],["ensured",{"2":{"38":2,"39":1}}],["en",{"2":{"82":1,"118":1,"192":4,"214":1,"225":1,"294":1}}],["entries",{"2":{"282":1}}],["entrypoint",{"2":{"158":2}}],["entry",{"2":{"46":2,"50":1,"214":3,"217":1}}],["entities",{"2":{"100":1}}],["entire",{"2":{"23":1,"27":3,"113":1,"151":2,"155":1,"211":1,"221":1}}],["entirely",{"2":{"5":1,"31":1,"154":3,"238":1,"309":1,"340":1}}],["entirety",{"2":{"3":1}}],["enforced",{"2":{"109":1,"133":1}}],["enforcement",{"0":{"39":1}}],["enforce",{"2":{"38":1}}],["enforces",{"2":{"38":1}}],["environemnt",{"2":{"187":1}}],["environments",{"2":{"148":1,"160":1}}],["environment",{"0":{"147":1,"187":1},"1":{"148":1,"149":1,"150":1,"151":1,"152":1,"153":1,"154":1,"155":1},"2":{"27":5,"30":2,"43":2,"83":1,"90":1,"147":1,"148":1,"149":1,"150":1,"154":3,"158":2,"161":3,"184":1,"187":1,"206":3,"219":2,"236":2,"238":1,"307":1}}],["env|",{"2":{"42":1}}],["env=environment",{"2":{"27":1}}],["env",{"2":{"27":2,"30":4,"31":1,"37":2,"41":1,"42":3,"155":1,"159":1,"161":1,"206":2,"208":2,"219":9,"236":4,"247":1,"259":2,"349":1,"354":2,"355":2,"356":1,"358":1}}],["enhancement",{"0":{"110":1},"2":{"213":1}}],["enhancements",{"0":{"193":1},"1":{"194":1,"195":1},"2":{"12":1,"104":1,"216":1}}],["enhance",{"2":{"17":1,"133":1}}],["enhancednode",{"2":{"262":1,"263":1}}],["enhanced",{"2":{"17":1,"95":1,"124":1,"333":1}}],["enhances",{"2":{"12":1,"108":1}}],["enhancing",{"0":{"152":1},"2":{"10":1}}],["ended",{"2":{"274":1}}],["endpoint",{"2":{"206":1}}],["end",{"0":{"86":2,"337":1},"1":{"87":2,"88":2,"89":2,"90":2,"91":2,"92":2,"93":2,"94":2,"95":2,"96":2,"97":2,"98":2},"2":{"11":4,"14":1,"21":10,"22":2,"23":7,"26":1,"28":9,"32":2,"33":1,"37":2,"38":6,"39":2,"41":2,"42":3,"46":5,"51":2,"52":3,"56":1,"57":11,"58":8,"59":13,"64":5,"66":3,"67":14,"70":1,"73":2,"76":2,"77":4,"78":2,"79":1,"82":4,"84":6,"85":9,"86":4,"87":4,"88":3,"90":1,"91":1,"94":4,"100":2,"106":10,"109":6,"110":3,"117":8,"118":6,"119":8,"120":4,"121":4,"122":4,"124":2,"125":2,"126":2,"127":2,"132":15,"133":11,"137":1,"139":4,"140":6,"141":3,"151":2,"166":6,"167":6,"177":4,"178":5,"179":2,"188":2,"192":1,"194":1,"195":1,"196":5,"208":6,"210":2,"213":2,"214":7,"215":4,"219":19,"220":2,"223":1,"225":10,"226":2,"236":6,"237":2,"239":2,"243":13,"244":15,"245":15,"246":5,"247":5,"248":1,"249":4,"250":6,"253":2,"257":7,"258":6,"259":1,"263":3,"276":8,"280":4,"281":7,"282":9,"286":6,"287":4,"288":5,"289":5,"293":3,"294":4,"295":7,"296":3,"301":1,"317":4,"325":1,"326":2,"335":2,"336":1,"338":3,"342":2,"346":1,"350":1,"353":2,"357":5}}],["enough",{"2":{"9":1,"123":1}}],["e",{"2":{"4":1,"9":1,"13":1,"27":3,"90":1,"108":1,"110":1,"113":1,"158":1,"178":1,"192":1,"194":1,"199":1,"243":1,"259":1,"263":4,"286":1,"289":1,"301":1,"308":1,"309":1,"323":2,"324":2,"356":2,"358":1}}],["exeuction",{"2":{"319":1}}],["exec",{"2":{"28":1,"150":2,"158":1,"187":3,"188":1,"189":1,"230":2,"310":1}}],["execution",{"2":{"207":1}}],["executing",{"2":{"106":1,"205":1,"253":1}}],["executor",{"2":{"32":3}}],["executable",{"2":{"27":2}}],["executed",{"2":{"29":1,"44":1,"52":1,"253":1}}],["execute",{"0":{"29":1},"2":{"0":1,"28":3,"29":3,"32":1,"33":1,"150":2,"230":1,"309":1}}],["ex",{"2":{"208":2,"325":2}}],["exhaustive",{"0":{"93":1},"2":{"207":1}}],["extra",{"2":{"85":1,"214":3}}],["extracting",{"2":{"172":1}}],["extract",{"2":{"69":1,"226":1}}],["extracted",{"2":{"61":1}}],["extremely",{"2":{"40":1,"53":1,"109":1}}],["extensions",{"0":{"108":1},"1":{"109":1},"2":{"63":2,"104":1,"106":1,"108":3,"115":1,"207":1,"231":1,"234":1}}],["extension",{"0":{"231":1},"1":{"232":1,"233":1,"234":1},"2":{"47":1}}],["extending",{"0":{"152":1}}],["extend",{"2":{"28":1,"64":1,"236":1,"250":1}}],["extends",{"2":{"28":1,"139":1,"219":1,"257":2,"317":1}}],["externalizable",{"2":{"109":1}}],["externalid",{"2":{"108":1}}],["external",{"0":{"109":1},"2":{"40":6,"67":1,"108":1,"109":11,"110":4,"124":1,"125":1,"243":1,"286":10,"287":1}}],["exceedingly",{"2":{"349":1}}],["excellent",{"2":{"88":1,"95":1}}],["excessive",{"2":{"33":1,"238":1}}],["exception",{"2":{"67":1,"154":1,"168":1,"208":4,"267":1}}],["exceptions",{"2":{"39":1,"67":1,"308":1}}],["except",{"2":{"31":1,"121":1,"280":1,"286":1,"299":1}}],["exits",{"2":{"310":1}}],["exit",{"2":{"28":5,"31":1,"155":1}}],["existent",{"2":{"325":1,"326":1}}],["existing",{"2":{"100":1,"114":1,"140":1,"151":1,"185":1,"198":1,"216":1,"230":1,"244":1,"251":1}}],["exists",{"2":{"27":1,"59":1,"64":1,"114":1,"132":2,"139":1,"151":1,"253":1,"258":1,"262":1,"295":1,"357":1}}],["exist",{"0":{"344":1},"2":{"27":1,"38":2,"40":1,"79":1,"91":1,"95":1,"107":1,"120":2,"151":2,"172":1,"211":1,"245":1,"250":1,"327":1,"357":1}}],["exact",{"2":{"69":1}}],["exactly",{"2":{"26":1,"60":1,"263":1,"329":1}}],["examining",{"2":{"307":1}}],["examine",{"2":{"52":1,"142":1,"169":1,"186":1,"200":1,"205":1,"286":1}}],["examined",{"2":{"37":1}}],["exampels",{"2":{"100":1}}],["examples",{"0":{"231":1},"1":{"232":1,"233":1,"234":1},"2":{"57":1,"219":1,"303":1,"323":1,"324":1,"340":1}}],["example",{"0":{"240":1,"283":1},"1":{"241":1,"242":1,"243":1,"244":1,"245":1,"246":1,"247":1,"248":1,"284":1,"285":1,"286":1,"287":1,"288":1,"289":1},"2":{"2":2,"13":1,"21":1,"37":1,"40":1,"41":1,"43":1,"46":1,"57":1,"58":1,"59":2,"67":7,"76":1,"88":1,"91":2,"95":1,"100":1,"101":1,"105":1,"109":1,"114":1,"119":1,"121":1,"139":1,"155":1,"171":1,"176":2,"194":1,"196":1,"205":1,"208":1,"214":1,"243":2,"249":1,"251":1,"259":4,"267":1,"269":1,"273":1,"280":1,"289":2,"317":3,"319":2,"324":1,"325":1,"335":1,"336":1,"341":1,"351":1,"354":1,"357":1,"360":1}}],["exsiting",{"2":{"24":1}}],["expire",{"2":{"315":1}}],["exporter",{"2":{"206":4}}],["export",{"2":{"158":1,"206":1,"214":4,"232":1}}],["exports",{"2":{"158":1}}],["exposed",{"2":{"114":1,"149":1,"361":1}}],["expose",{"2":{"50":1,"217":1}}],["exposing",{"2":{"23":1}}],["expressive",{"2":{"110":1}}],["experience",{"0":{"298":1},"2":{"103":1,"137":1,"141":1,"175":1}}],["expectations",{"2":{"32":1}}],["expects",{"2":{"22":1,"79":1}}],["expected",{"2":{"21":2,"43":1,"67":1,"117":1,"133":1,"158":1,"178":1,"225":1,"250":1,"265":1,"324":1}}],["expect",{"2":{"6":1,"7":1,"67":2,"88":1,"93":1,"120":2,"179":1,"223":1,"263":5,"268":1,"308":1}}],["explicit",{"2":{"353":1}}],["explicitly",{"2":{"52":4,"58":1,"66":1,"91":1,"109":1,"114":1,"121":1,"132":1,"136":1,"178":1,"214":1,"286":1,"341":1,"349":1,"352":1}}],["exploits",{"2":{"305":1}}],["explaining",{"2":{"325":1}}],["explain",{"2":{"97":1,"120":1,"138":1,"338":1}}],["guidelines",{"2":{"360":1}}],["guaranteed",{"2":{"7":1,"319":1}}],["gain",{"2":{"251":1}}],["gaining",{"2":{"13":1}}],["gap",{"2":{"172":1,"295":1}}],["global",{"0":{"58":1},"2":{"27":8,"28":2,"29":2,"32":2,"57":1,"58":5,"132":1,"133":2,"158":2,"227":1,"337":1,"360":2}}],["goto",{"2":{"88":1}}],["goes",{"2":{"52":1,"103":1}}],["going",{"2":{"51":1,"97":1,"145":1,"159":1,"198":1,"245":1,"254":1,"280":1,"301":1}}],["good",{"2":{"36":1,"40":1,"84":1,"95":1,"110":1,"124":2,"171":1,"248":1,"298":1,"357":1}}],["go",{"0":{"340":1},"2":{"20":3,"21":2,"38":1,"70":1,"89":1,"187":1,"206":2,"288":1,"325":1}}],["give",{"2":{"52":1,"93":1,"169":1,"198":1}}],["given",{"2":{"27":1,"28":1,"30":1,"46":1,"52":1,"58":1,"59":1,"73":1,"121":1,"131":1,"136":1,"142":1,"146":1,"165":1,"214":1,"236":2,"259":4,"260":1,"263":3,"334":1,"338":2,"351":1,"354":1}}],["gitignore",{"2":{"230":1}}],["git",{"2":{"27":4}}],["github",{"2":{"2":1,"9":1,"206":1}}],["giant",{"2":{"13":1,"192":1}}],["gems",{"2":{"187":1,"230":2}}],["gem",{"2":{"184":1,"185":1,"191":1,"192":1,"206":2,"349":1}}],["gemfile",{"2":{"159":1}}],["geared",{"2":{"63":1,"104":1}}],["genreal",{"2":{"43":1}}],["generalsupport",{"2":{"338":1}}],["general",{"2":{"67":1,"84":1,"158":1,"160":1,"178":1,"295":1,"311":1,"335":1}}],["generally",{"2":{"23":2,"29":1,"30":1,"32":1,"40":1,"70":1,"111":1,"126":1,"168":1,"210":1,"226":1,"337":1,"340":1,"346":1}}],["generating",{"0":{"177":1,"262":1,"282":1}}],["generation",{"2":{"17":1,"119":1,"136":1,"138":1,"146":1,"194":1,"253":1}}],["generates",{"2":{"108":1,"117":1,"120":1,"165":1,"177":1}}],["generate",{"0":{"140":1,"144":1,"266":1},"2":{"55":1,"57":1,"60":1,"90":1,"117":1,"121":2,"140":3,"144":2,"146":2,"151":1,"158":1,"165":1,"166":1,"176":1,"178":1,"251":1,"253":3,"258":1,"260":1,"261":1,"262":2,"263":5,"266":2,"271":4,"281":1,"308":1,"326":1}}],["generated",{"2":{"2":1,"57":1,"66":1,"100":1,"109":1,"114":2,"140":2,"165":1,"166":1,"169":2,"178":2,"200":1,"216":1,"263":1,"286":2,"301":1,"308":1}}],["genericresponse",{"2":{"165":2,"260":1}}],["generic",{"2":{"12":1}}],["gets",{"2":{"314":1}}],["getting",{"0":{"184":1,"348":1,"349":1},"1":{"185":1,"186":1,"187":1,"188":1,"189":1,"190":1},"2":{"207":1,"229":1}}],["get",{"0":{"185":1},"2":{"13":1,"27":3,"28":2,"69":1,"74":1,"103":1,"110":1,"123":1,"131":1,"132":1,"151":1,"158":1,"161":1,"171":1,"253":1,"303":1,"320":1,"322":1,"332":1,"350":1,"354":1,"360":1}}],["gt",{"2":{"12":19,"78":1,"120":1,"122":3,"138":1,"139":3,"140":6,"144":3,"146":1,"169":1,"178":14,"198":1,"209":2,"225":5,"253":1,"258":1,"269":1,"290":1,"295":1,"308":1,"325":1,"348":2}}],["g",{"2":{"9":1,"13":1,"27":3,"90":1,"108":1,"110":1,"158":1,"178":1,"185":1,"186":2,"192":1,"194":1,"199":1,"259":1,"301":1,"308":1,"309":1,"323":1,"324":2,"358":1}}],["grow",{"2":{"236":1,"338":1}}],["group",{"2":{"139":1,"140":1}}],["grouped",{"2":{"3":1}}],["granted",{"2":{"246":1}}],["gray",{"2":{"57":2,"295":2}}],["grammar",{"2":{"7":1}}],["grew",{"2":{"344":1}}],["greet",{"2":{"245":1}}],["green",{"2":{"48":2,"57":5}}],["greater",{"2":{"86":1,"139":1}}],["greatly",{"2":{"69":1}}],["great",{"2":{"40":1,"113":1,"251":1,"267":1,"298":1,"303":1,"344":2}}],["grid",{"2":{"41":2,"42":1,"43":1}}],["lsp",{"0":{"229":1},"1":{"230":1},"2":{"190":1,"229":1,"230":8}}],["lh",{"2":{"188":1}}],["ll",{"2":{"39":1,"52":2,"69":1,"74":1,"91":1,"120":1,"131":2,"138":1,"139":1,"141":1,"151":4,"158":2,"159":1,"177":1,"178":1,"187":1,"188":1,"194":1,"205":1,"206":1,"208":1,"219":6,"236":1,"243":5,"244":5,"245":5,"246":3,"247":2,"257":1,"266":1,"276":1,"279":1,"280":4,"281":2,"285":1,"288":1,"289":2,"291":1,"293":1,"294":2,"295":5,"325":2,"339":1,"347":1}}],["llm",{"2":{"7":1,"9":1}}],["llms",{"2":{"1":1,"9":1}}],["l",{"2":{"28":3,"117":2,"192":1,"197":3,"198":1,"200":1,"350":1}}],["less",{"2":{"43":1,"48":1,"133":1,"267":1,"303":1,"322":1,"344":1}}],["letter",{"2":{"356":1}}],["let",{"2":{"28":1,"46":2,"106":1,"123":1,"132":2,"139":1,"208":1,"219":1,"243":1,"244":1,"281":1,"282":1,"294":1,"295":1,"337":1,"340":3}}],["left",{"2":{"27":1,"28":1}}],["least",{"2":{"139":1,"300":1,"302":1,"344":1}}],["lead",{"2":{"138":1,"178":1}}],["leads",{"2":{"69":1,"251":1}}],["learn",{"0":{"182":1},"2":{"107":1,"114":1,"251":1,"267":1,"300":1,"344":1}}],["learning",{"2":{"13":1}}],["leave",{"2":{"16":1,"89":1}}],["leaving",{"0":{"16":1},"2":{"93":1}}],["leverage",{"0":{"267":1},"2":{"132":1,"251":1}}],["leveraged",{"2":{"13":1,"95":1}}],["level=level",{"2":{"27":2,"158":1}}],["level=debug",{"2":{"27":1,"161":1}}],["level",{"0":{"83":1},"2":{"4":2,"5":3,"6":1,"8":1,"27":10,"30":1,"58":1,"88":1,"114":1,"158":5,"165":1,"205":1,"206":1,"216":1,"218":1,"236":1,"259":3,"294":1,"353":1}}],["levels",{"0":{"2":1},"2":{"2":1}}],["lt",{"2":{"12":19,"78":1,"120":1,"122":3,"138":1,"139":3,"140":6,"144":3,"146":1,"169":1,"178":14,"198":1,"209":2,"225":4,"253":1,"258":1,"269":1,"290":1,"295":1,"308":1,"325":1,"348":2}}],["los",{"2":{"346":1}}],["lose",{"2":{"329":1}}],["lorem",{"2":{"288":2}}],["lot",{"2":{"54":2,"63":1,"110":1,"138":1,"161":1,"217":1,"253":1,"269":1,"297":1,"344":1}}],["lots",{"2":{"17":1}}],["love",{"2":{"52":1,"299":1,"344":1}}],["loads",{"2":{"130":1}}],["loading",{"2":{"126":2}}],["load",{"2":{"27":1,"151":1,"219":1,"236":1,"243":1,"257":1,"317":1}}],["loaded",{"2":{"21":1,"46":1,"50":1,"126":2,"151":1,"217":1,"317":1,"320":1}}],["locating",{"2":{"91":1,"96":1,"330":1}}],["locationbylocationidpage",{"2":{"324":1}}],["locations",{"2":{"323":1}}],["location",{"2":{"59":1,"323":1,"324":2,"329":2}}],["locators",{"2":{"91":1,"95":1}}],["locator",{"2":{"88":4,"90":2,"91":1,"179":2}}],["located",{"2":{"106":1,"192":1,"258":1}}],["locate",{"0":{"268":1},"2":{"23":1,"90":1,"94":2,"95":2,"96":1,"178":3,"192":1,"195":2,"348":1}}],["localhost",{"2":{"188":1,"206":1}}],["locally",{"2":{"158":1,"333":1}}],["local",{"2":{"84":1,"151":1,"187":1,"219":1,"230":2,"316":1,"319":2,"348":1,"350":1,"359":1}}],["localizing",{"0":{"197":1}}],["localization",{"0":{"191":1},"1":{"192":1,"193":1,"194":1,"195":1,"196":1,"197":1,"198":1,"199":1,"200":1,"201":1,"202":1},"2":{"191":1}}],["localizations",{"2":{"84":1}}],["localized",{"2":{"12":1}}],["localedetectionhandler",{"2":{"348":1}}],["localedetection",{"2":{"225":1}}],["locales",{"2":{"192":1}}],["locale",{"2":{"12":3,"14":1,"132":1,"177":1,"178":1,"207":1,"219":1,"314":1,"348":2}}],["lowercased",{"2":{"356":1}}],["lower",{"2":{"52":8,"216":1,"236":1,"356":1}}],["low",{"2":{"17":2,"165":1,"218":1}}],["longer",{"2":{"150":1,"329":1}}],["long",{"2":{"17":1,"28":4,"45":1,"74":1,"91":1,"109":1,"113":1,"140":1,"178":1,"196":1,"205":1,"207":2,"333":1}}],["logs",{"2":{"205":1}}],["logins",{"0":{"245":1}}],["loginpage",{"2":{"121":1,"208":1,"219":2,"244":2,"245":1,"247":2}}],["loginhandler",{"2":{"120":2,"121":1,"132":2,"245":1,"324":1}}],["loginform",{"2":{"120":4,"244":2,"294":1,"324":1}}],["login",{"0":{"244":1,"247":1},"2":{"88":1,"90":1,"120":3,"122":3,"132":3,"158":2,"208":7,"219":10,"221":1,"244":12,"245":5,"247":7,"248":3,"319":1,"324":1,"335":2}}],["logical",{"2":{"73":1,"74":1,"214":1}}],["logic",{"0":{"20":1,"69":1,"126":1,"172":1},"1":{"21":1,"22":1,"23":1,"24":1},"2":{"12":2,"13":1,"20":1,"21":4,"22":1,"23":1,"24":1,"26":1,"27":1,"33":1,"55":1,"59":1,"62":1,"64":1,"69":5,"81":1,"84":1,"106":1,"110":1,"111":1,"113":1,"125":1,"126":2,"133":1,"142":2,"172":1,"221":2,"226":1,"238":2,"245":1,"253":3,"271":2,"327":1,"336":1,"349":1,"351":1}}],["logging",{"2":{"88":2,"129":1,"161":1,"219":1,"241":2,"248":1,"298":1}}],["logged",{"2":{"29":1,"132":2,"208":4,"219":5,"246":4,"247":5,"248":3,"357":1,"360":2}}],["log",{"2":{"13":1,"27":13,"110":1,"158":7,"161":3,"187":1,"206":2,"208":1,"219":1,"241":1,"244":2}}],["logo",{"2":{"8":1}}],["logos",{"0":{"8":1},"2":{"8":1}}],["looking",{"2":{"47":1,"95":1}}],["looks",{"2":{"11":1,"32":1,"103":1,"109":1,"166":1,"214":1,"258":1}}],["look",{"2":{"8":2,"76":1,"88":1,"109":1,"132":2,"178":1,"188":1,"192":1,"214":2,"259":1,"280":1,"303":1}}],["limit",{"2":{"344":1}}],["limiting",{"2":{"300":1}}],["limited",{"2":{"215":1}}],["lint",{"0":{"342":1},"2":{"285":1,"287":1,"288":2,"342":2}}],["linux",{"2":{"148":1,"150":1,"158":1}}],["links",{"2":{"325":1}}],["link",{"2":{"118":4,"138":1,"196":1,"225":3,"244":1,"250":2}}],["lines",{"2":{"46":1}}],["line",{"0":{"150":1,"151":1},"2":{"25":1,"28":2,"29":5,"30":1,"32":1,"48":1,"52":1,"75":4,"148":2,"153":1,"232":1,"287":1}}],["living",{"2":{"96":1}}],["live",{"2":{"66":1,"115":1}}],["lives",{"2":{"46":1,"102":1,"214":1,"253":1,"317":1}}],["li",{"2":{"59":1}}],["lighest",{"2":{"57":1}}],["lightweight",{"2":{"48":1,"61":1,"123":1,"148":1,"213":1,"274":1}}],["light",{"2":{"23":1,"128":1}}],["licensed",{"0":{"255":1}}],["license",{"2":{"46":1,"214":1,"255":1}}],["littering",{"2":{"133":1}}],["little",{"2":{"106":1,"128":1,"171":1,"223":1,"251":1}}],["lit",{"2":{"114":2}}],["litral",{"2":{"37":1}}],["literally",{"2":{"248":1}}],["literal",{"2":{"35":1,"36":2,"37":1,"319":1}}],["listens",{"2":{"178":1}}],["list",{"2":{"27":2,"32":1,"207":1,"234":1,"259":1,"267":1,"339":1}}],["liberal",{"2":{"91":1}}],["liberally",{"2":{"61":1}}],["libraries",{"2":{"23":1,"45":1,"148":1,"151":1,"230":1,"251":2,"259":1}}],["library",{"0":{"4":1,"102":1},"2":{"3":3,"4":2,"5":1,"10":1,"25":1,"32":2,"47":1,"48":1,"53":1,"63":1,"102":2,"104":1,"123":1,"154":1,"181":1,"197":2,"213":1,"214":4}}],["lib",{"2":{"3":1}}],["likely",{"2":{"9":1,"25":1,"54":1,"95":1,"110":1,"115":1,"133":1,"198":1,"225":1,"229":1,"261":1,"269":1,"290":1,"320":1,"354":1}}],["like",{"0":{"274":1},"2":{"2":1,"5":1,"6":1,"8":1,"11":1,"12":1,"14":1,"17":1,"20":1,"25":2,"27":3,"28":3,"32":1,"35":1,"48":2,"52":1,"53":1,"54":1,"57":2,"59":1,"74":2,"76":1,"77":1,"85":1,"88":1,"89":2,"103":1,"106":1,"109":3,"110":1,"113":1,"117":1,"120":2,"121":2,"122":1,"123":1,"126":1,"132":3,"133":1,"140":1,"142":1,"144":2,"146":1,"148":3,"150":1,"151":2,"157":1,"158":1,"160":1,"165":1,"171":1,"178":3,"179":1,"181":2,"188":1,"192":1,"194":1,"205":1,"208":1,"214":2,"232":1,"237":1,"247":1,"248":1,"249":1,"251":1,"253":1,"258":1,"259":1,"268":1,"269":1,"280":1,"282":1,"294":1,"301":1,"317":2,"321":1,"330":1,"335":1,"345":1,"350":1,"351":1,"360":1}}],["lifecycle",{"2":{"109":1}}],["life",{"2":{"1":1,"12":1,"13":1,"124":1,"329":1,"339":1,"345":1}}],["lax",{"2":{"309":1,"315":2}}],["latest",{"2":{"150":1}}],["later",{"2":{"109":1,"110":1,"219":1,"307":1,"309":1,"312":1}}],["labels",{"2":{"294":3,"295":1}}],["label>",{"2":{"294":2}}],["label",{"2":{"144":1,"244":1,"282":2,"291":1,"294":2,"295":5}}],["langauges",{"2":{"192":1}}],["languages",{"2":{"149":1,"154":1,"230":1}}],["language",{"0":{"229":1},"1":{"230":1},"2":{"148":1,"259":2,"354":2}}],["lang",{"2":{"118":1,"197":1,"214":1,"225":1}}],["lack",{"0":{"96":1},"2":{"260":1}}],["layout",{"0":{"249":1},"2":{"84":1,"117":1,"118":1,"178":3,"207":1,"209":1,"214":1,"224":1,"225":5,"226":2,"227":2,"228":1,"249":4,"250":7,"258":2,"272":2}}],["layouts",{"0":{"118":1,"224":1,"250":1,"272":1},"1":{"225":1,"226":1,"227":1,"228":1},"2":{"58":1,"82":1,"84":1,"118":2,"224":1,"225":3,"227":1,"228":1,"258":2,"271":1}}],["layers",{"2":{"74":1}}],["layer",{"2":{"0":1,"63":2,"70":1}}],["lazy",{"2":{"37":2}}],["lazily",{"2":{"37":1,"265":1}}],["launched",{"2":{"32":1}}],["lastly",{"2":{"43":1,"121":1,"222":1,"282":1,"295":1}}],["last",{"2":{"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"98":1,"115":1,"136":1,"146":1,"155":1,"162":1,"173":1,"178":1,"183":1,"202":1,"205":1,"212":1,"217":1,"222":1,"228":1,"239":1,"270":1,"313":1,"320":1,"332":1,"343":1,"361":1}}],["largely",{"2":{"67":1,"73":1,"136":1,"192":1}}],["large",{"2":{"2":1,"291":1,"295":1,"306":1}}],["rdbmses",{"2":{"124":1}}],["rp",{"2":{"102":1}}],["rid",{"2":{"303":1}}],["rich",{"2":{"132":1,"135":1}}],["richer",{"2":{"13":1,"132":1,"205":1,"218":1}}],["right",{"2":{"84":1,"197":1,"214":1,"252":1,"315":1}}],["rsync",{"2":{"77":1}}],["rspec",{"0":{"340":1},"2":{"0":1,"22":1,"67":2,"88":3,"127":2,"334":1,"336":1,"341":1,"342":1}}],["rare",{"2":{"349":1,"360":1}}],["rarely",{"2":{"110":1}}],["rangeunderflow",{"2":{"178":4}}],["rangeoverflow",{"2":{"176":1}}],["randomized",{"2":{"66":1}}],["radiobutton",{"2":{"140":1}}],["radio",{"2":{"139":1,"140":2}}],["radius",{"2":{"57":1,"295":1}}],["rake",{"2":{"128":1,"148":1}}],["raw",{"2":{"106":1,"196":2,"294":1,"295":1,"344":2}}],["railsism",{"2":{"106":1}}],["rails",{"2":{"106":1,"107":1,"118":1,"121":3,"131":1,"148":2,"165":1,"166":1,"217":1,"224":1,"248":2,"267":1,"322":1,"344":2}}],["raises",{"2":{"288":1}}],["raised",{"2":{"67":1}}],["raise",{"2":{"27":2,"29":1,"52":1,"67":2,"158":1,"199":1,"208":1,"325":2,"351":1,"358":1}}],["race",{"2":{"90":1,"179":1}}],["rack",{"2":{"27":1,"84":1,"136":1,"156":1,"158":1,"159":2,"165":2,"219":4,"235":1,"236":4,"237":1,"238":1,"259":6,"260":1,"271":1,"277":1,"282":1,"307":1,"308":1,"352":2,"354":3,"355":3,"356":2}}],["rather",{"2":{"69":1,"89":1,"100":1,"194":1}}],["rbenv",{"2":{"148":1,"154":1}}],["rb",{"2":{"21":4,"22":3,"28":1,"41":1,"57":4,"58":1,"59":2,"64":2,"66":2,"67":2,"84":4,"102":1,"106":5,"109":1,"119":1,"126":2,"139":2,"158":2,"188":1,"192":5,"195":1,"197":1,"199":1,"208":1,"219":5,"225":1,"243":3,"244":3,"245":3,"246":2,"247":1,"257":7,"258":1,"276":2,"280":1,"281":1,"282":1,"286":2,"287":3,"288":3,"289":1,"293":1,"294":2,"295":1,"317":1,"325":1,"335":2,"341":1,"342":1}}],["ru",{"2":{"136":1}}],["runs",{"2":{"30":1,"151":1,"158":1,"214":1,"229":1,"230":1,"253":2,"336":1,"355":1}}],["runtimes",{"2":{"148":1}}],["runtime",{"2":{"28":1,"146":1,"158":1,"159":1,"326":1,"352":1}}],["run",{"0":{"188":1,"189":1,"336":1},"2":{"27":2,"28":9,"30":5,"44":2,"52":1,"54":1,"87":2,"89":2,"90":1,"98":1,"106":1,"107":1,"113":2,"148":5,"149":3,"151":8,"154":1,"158":4,"160":1,"185":1,"186":2,"187":2,"189":2,"206":1,"207":1,"246":1,"286":1,"287":1,"288":1,"317":1,"320":1}}],["running",{"2":{"17":1,"25":1,"89":1,"150":1,"151":1,"187":2,"188":1,"229":1,"230":1,"300":1,"333":1}}],["ruby>",{"2":{"325":2}}],["rubyit",{"2":{"263":2}}],["rubyif",{"2":{"195":1}}],["rubyt",{"2":{"192":1,"194":1,"195":1,"199":2}}],["rubyform",{"2":{"176":2}}],["rubygems",{"2":{"159":1,"189":1,"310":1}}],["rubyclas",{"2":{"353":1}}],["rubyclass",{"2":{"28":4,"59":2,"109":1,"117":2,"118":1,"120":1,"121":1,"125":1,"132":5,"133":2,"139":1,"140":2,"141":1,"166":1,"167":1,"177":1,"188":1,"219":1,"225":1,"236":2,"243":1,"248":1,"249":1,"250":1,"258":1,"276":3,"280":1,"357":2}}],["rubycreate",{"2":{"124":1}}],["rubyadd",{"2":{"114":1}}],["rubyaccount",{"2":{"64":1}}],["rubybutton",{"2":{"91":1,"179":1}}],["rubybrut",{"2":{"37":3,"38":2,"40":6,"42":1}}],["rubyroutes",{"2":{"120":1}}],["rubyrspec",{"2":{"90":1,"338":3}}],["rubyrequire",{"2":{"88":2,"243":2,"289":1}}],["rubyrender",{"2":{"57":2}}],["rubysequel",{"2":{"67":1,"106":2,"109":1,"110":1,"243":1}}],["rubypage",{"2":{"324":1,"359":1}}],["rubyp",{"2":{"59":1}}],["rubyhtml",{"2":{"57":2}}],["ruby",{"2":{"25":1,"27":1,"28":1,"31":2,"32":1,"41":1,"57":2,"58":1,"59":1,"64":1,"66":1,"67":2,"84":1,"87":1,"88":3,"91":1,"100":2,"109":1,"114":1,"119":1,"128":1,"131":1,"133":1,"134":1,"139":1,"148":1,"154":1,"155":2,"185":2,"191":1,"192":2,"194":1,"197":1,"206":1,"208":1,"214":1,"219":5,"230":2,"244":3,"245":3,"246":2,"247":1,"251":1,"261":1,"266":1,"274":2,"281":1,"282":1,"286":1,"287":1,"288":1,"293":1,"294":2,"295":1,"317":1,"323":1,"324":1,"326":1,"334":1,"342":1,"344":3,"346":2,"350":1,"356":1}}],["rubydef",{"2":{"11":1,"32":1,"58":1,"77":1,"119":1,"120":1,"122":1,"178":2,"196":1,"214":1,"259":2,"296":1,"360":1}}],["rules",{"2":{"21":1,"38":1,"331":2}}],["russell",{"2":{"17":1}}],["rolled",{"2":{"336":1}}],["roll",{"2":{"329":1}}],["role=",{"2":{"88":1,"91":1,"95":1,"269":2}}],["role",{"2":{"58":4,"119":4,"133":4}}],["roles",{"2":{"12":1,"95":1,"269":1}}],["roadmap",{"0":{"297":1},"1":{"298":1,"299":1,"300":1,"301":1,"302":1,"303":1,"304":1}}],["row",{"2":{"59":1,"109":1}}],["roundabout",{"2":{"205":1}}],["routing",{"2":{"57":1,"90":2,"117":1,"244":1,"247":1,"263":2,"321":1,"325":12,"326":1,"332":2,"358":1}}],["routed",{"2":{"260":1}}],["routehook",{"2":{"208":1,"219":6,"246":1,"247":1,"357":1}}],["routehooks",{"2":{"40":1,"136":2,"246":1,"309":1}}],["routes",{"0":{"171":1,"321":1,"325":1,"328":1,"329":1},"1":{"322":1,"323":1,"324":1,"325":1,"326":1,"327":1,"328":1,"329":1,"330":1,"331":1,"332":1},"2":{"84":1,"90":1,"117":1,"139":1,"141":1,"165":1,"167":1,"171":1,"186":1,"219":1,"248":1,"257":2,"322":2,"323":2,"324":5,"325":3,"326":3,"327":1,"328":1,"329":1,"330":1,"331":1,"332":1}}],["route",{"0":{"218":1,"323":1,"355":1},"1":{"219":1,"220":1,"221":1,"222":1},"2":{"40":1,"82":1,"84":2,"120":2,"136":2,"139":1,"140":1,"141":1,"164":1,"171":2,"207":1,"208":4,"209":1,"218":2,"219":16,"220":1,"221":2,"222":1,"236":1,"239":1,"246":2,"248":1,"257":4,"259":2,"309":2,"322":6,"323":1,"324":7,"325":4,"326":1,"328":1,"329":1,"330":2,"331":2,"332":3,"354":1,"355":1,"358":1}}],["roughly",{"2":{"3":1}}],["root",{"2":{"31":1,"46":1,"84":1,"85":1,"155":1,"214":1}}],["reqest",{"2":{"332":1}}],["requirement",{"2":{"248":1}}],["requireauthbeforehook",{"2":{"208":3,"219":6}}],["requires",{"2":{"30":1,"37":1,"46":2,"54":1,"58":1,"67":1,"96":1,"107":1,"110":1,"136":1,"158":1,"208":4,"214":3,"219":8,"247":2,"248":1,"308":1,"352":1,"357":1,"360":1}}],["required>",{"2":{"120":1}}],["required",{"2":{"20":1,"38":2,"39":1,"56":1,"69":1,"84":1,"106":1,"120":1,"139":3,"140":4,"144":1,"158":1,"178":5,"199":5,"244":1,"271":1,"280":4,"281":2,"314":1,"325":1,"338":1,"356":1,"360":1}}],["require",{"2":{"13":1,"28":1,"31":4,"57":1,"67":2,"124":1,"151":1,"154":2,"155":4,"172":1,"192":1,"208":1,"219":6,"227":1,"240":2,"247":1,"248":1,"281":1,"291":1,"308":1,"312":1,"341":2,"342":1,"351":1}}],["requiring",{"0":{"247":1},"2":{"0":1,"58":1,"91":1,"248":1,"251":1}}],["requested",{"2":{"207":1,"321":1}}],["requestcontext",{"0":{"337":1},"2":{"136":1,"225":1,"246":2,"337":1,"355":1,"357":1}}],["requests",{"0":{"167":1,"346":1},"2":{"74":1,"79":1,"164":2,"207":1,"253":2,"308":1}}],["request",{"2":{"12":2,"58":1,"74":1,"131":1,"133":2,"163":1,"167":1,"206":1,"207":1,"208":9,"209":4,"219":30,"221":1,"236":1,"246":2,"247":3,"248":1,"259":9,"267":1,"306":1,"308":2,"315":1,"323":1,"337":1,"352":1,"353":2,"354":4,"355":3,"356":1,"357":5,"359":1,"360":6}}],["retrieve",{"2":{"280":1}}],["return",{"2":{"64":2,"121":2,"165":2,"166":1,"168":1,"169":1,"192":1,"198":1,"219":1,"232":2,"250":1,"260":1,"262":1,"271":1,"332":1,"350":1}}],["returning",{"2":{"52":1,"121":1,"166":1}}],["returned",{"2":{"41":1,"165":2,"169":3,"260":1,"263":3,"348":2,"349":4}}],["returns",{"2":{"28":1,"36":1,"79":1,"214":1,"225":1,"262":1,"263":2,"351":1}}],["reraise",{"2":{"208":1}}],["refactoring",{"2":{"195":1}}],["refreshed",{"2":{"126":1}}],["refresh",{"2":{"91":1}}],["referential",{"2":{"109":2}}],["referenced",{"2":{"286":1}}],["references",{"2":{"214":1,"286":2}}],["reference",{"2":{"36":1,"76":2,"77":2,"159":1}}],["refer",{"2":{"106":1}}],["refers",{"2":{"63":1,"109":1}}],["remain",{"2":{"239":1}}],["remainder",{"2":{"89":1}}],["reminding",{"2":{"195":1}}],["remember",{"2":{"95":1,"169":1,"198":1,"248":1,"330":1}}],["remove",{"2":{"14":4,"48":2,"158":1,"161":1}}],["removing",{"0":{"14":1},"2":{"75":1,"97":1}}],["rewrite",{"2":{"76":1}}],["rename",{"2":{"74":1,"195":1,"325":1}}],["rendered",{"2":{"74":1,"91":1,"100":1,"178":1,"258":1,"260":1}}],["render",{"2":{"59":1,"60":1,"84":1,"119":2,"121":1,"165":2,"224":1,"225":1,"282":1,"296":3}}],["renders",{"2":{"59":1,"77":1,"100":1,"164":1}}],["rendering",{"2":{"58":1,"207":1,"260":2}}],["redirects",{"2":{"263":1}}],["redirected",{"2":{"169":2,"219":1,"247":1,"260":1,"263":2}}],["redirect",{"2":{"121":3,"133":1,"165":3,"166":2,"167":1,"208":1,"219":4,"245":1,"247":2,"260":1,"263":1,"281":1}}],["redis",{"2":{"89":2,"253":1}}],["reduced",{"2":{"86":1}}],["reduce",{"2":{"73":1,"75":1,"181":1,"207":1}}],["reduces",{"2":{"37":1}}],["red",{"2":{"57":3,"178":1,"244":1,"295":1}}],["recipes",{"2":{"138":1,"139":1,"303":1}}],["recipe",{"0":{"242":1,"276":1,"279":1,"285":1,"292":1},"1":{"243":1,"244":1,"245":1,"246":1,"247":1,"248":1,"280":1,"281":1,"282":1,"286":1,"287":1,"288":1,"289":1,"293":1,"294":1,"295":1,"296":1},"2":{"132":1,"144":1,"240":1,"241":1,"267":1,"277":1,"283":1,"300":1}}],["recreated",{"2":{"337":1}}],["recreate",{"2":{"113":1,"320":1}}],["received",{"2":{"325":1}}],["receive",{"2":{"58":1,"120":1,"141":1,"209":1,"253":1,"324":1,"356":2}}],["receives",{"2":{"56":1}}],["recognizing",{"2":{"168":1}}],["record",{"2":{"64":1,"90":1,"106":1,"108":1,"109":4,"110":1,"205":1,"208":6,"338":2}}],["records",{"0":{"0":1},"2":{"64":1,"85":1,"108":1,"169":1}}],["recomended",{"0":{"23":1}}],["recommend",{"2":{"94":1,"144":1,"177":1,"186":1,"221":1,"271":1}}],["recommendation",{"2":{"23":1}}],["recommended",{"0":{"33":1,"43":1,"53":1,"61":1,"68":1,"92":1,"112":1,"135":1,"143":1,"154":1,"161":1,"170":1,"180":1,"201":1,"211":1,"216":1,"221":1,"227":1,"238":1,"264":1,"312":1,"319":1,"327":1,"339":1,"360":1},"1":{"69":1,"70":1,"93":1,"94":1,"95":1,"96":1,"97":1,"113":1,"114":1,"144":1,"145":1,"171":1,"172":1,"181":1,"182":1,"265":1,"266":1,"267":1,"268":1,"269":1,"328":1,"329":1,"330":1,"331":1,"340":1,"341":1,"342":1},"2":{"21":1,"56":1,"61":1,"101":1,"236":1,"257":1,"259":1,"339":1,"341":1,"349":1}}],["recommends",{"2":{"17":1,"223":1}}],["recommnded",{"0":{"15":1},"1":{"16":1,"17":1}}],["replacing",{"2":{"192":1,"356":1}}],["replacement",{"2":{"301":1}}],["replace",{"2":{"123":1}}],["reportonly",{"2":{"40":1}}],["report",{"2":{"40":1}}],["reporting",{"2":{"40":4,"207":1,"309":2}}],["reported",{"2":{"12":1,"225":1}}],["repetition",{"2":{"37":1}}],["represents",{"2":{"324":1,"347":1,"358":1}}],["representing",{"2":{"109":2,"208":1}}],["represent",{"2":{"32":1,"40":1,"146":1,"176":1,"324":1}}],["re",{"2":{"27":2,"55":1,"57":1,"59":1,"69":1,"74":1,"91":1,"141":1,"145":1,"151":1,"166":1,"178":1,"187":1,"222":1,"245":1,"253":1,"254":1,"286":1,"299":1,"341":1}}],["rebuilding",{"2":{"27":2,"151":2}}],["rebuild",{"2":{"27":5,"113":2,"151":1,"207":1,"286":2,"289":3,"320":1}}],["read",{"2":{"341":1,"346":1,"349":1}}],["ready",{"2":{"187":1}}],["reader",{"2":{"140":1,"177":1,"265":1,"294":1,"295":1}}],["readme",{"2":{"107":1}}],["reasonable",{"2":{"337":1}}],["reasonably",{"2":{"52":1}}],["reason",{"2":{"44":1,"46":1,"69":1,"140":1,"154":1,"171":1,"172":1,"260":1,"280":1,"314":1,"328":2,"338":1}}],["react",{"2":{"17":1}}],["reactivity",{"2":{"16":1}}],["reality",{"2":{"257":1,"329":1}}],["realistic",{"2":{"1":1,"66":1,"219":1,"220":1,"333":1}}],["really",{"2":{"42":1,"44":1,"113":1,"122":1,"171":1,"182":1,"259":1,"274":1,"298":1}}],["real",{"2":{"7":1,"54":1,"209":1,"267":1,"333":1,"351":1}}],["regsitered",{"2":{"317":1}}],["regexp",{"2":{"247":1}}],["registry",{"2":{"158":3}}],["register",{"2":{"11":2,"219":1}}],["regardless",{"2":{"13":1,"351":1}}],["relic",{"2":{"205":1}}],["reliance",{"2":{"115":2}}],["reliably",{"2":{"113":1}}],["reliable",{"2":{"47":1,"69":2,"110":1,"154":1,"223":1}}],["release",{"2":{"158":6,"297":1}}],["relevant",{"2":{"40":1,"41":1,"178":1,"196":1,"319":1}}],["reloading",{"2":{"207":1}}],["reload",{"2":{"151":1,"188":2,"257":1}}],["rel=",{"2":{"118":2}}],["rel",{"2":{"118":2,"225":3,"250":2}}],["relational",{"2":{"253":1}}],["relation",{"2":{"64":1}}],["relationships",{"2":{"64":1}}],["relative",{"2":{"46":1,"47":1,"76":1}}],["relatively",{"2":{"31":1,"154":1,"155":1,"172":1,"207":1,"236":1,"258":1}}],["relates",{"2":{"124":1}}],["relate",{"2":{"35":1,"110":1}}],["related",{"2":{"12":2,"139":1,"230":1,"271":1}}],["rely",{"2":{"0":1,"26":1,"41":1,"52":1,"113":1,"115":1,"154":1,"222":1,"307":1,"331":1,"357":1,"360":1}}],["rescue",{"2":{"325":1}}],["resource",{"2":{"254":1}}],["resources",{"2":{"254":3}}],["resourceful",{"0":{"171":1}}],["resolvedoptions",{"2":{"348":1}}],["resolved",{"2":{"59":1}}],["resolve",{"2":{"46":1}}],["reset",{"2":{"113":1,"289":1}}],["result",{"2":{"93":1,"169":1,"178":1,"196":1,"207":1,"248":1,"262":2,"263":10,"271":1}}],["results",{"0":{"263":1},"2":{"23":1,"27":1,"40":2,"159":1,"207":1,"267":1}}],["respect",{"2":{"308":1,"338":1}}],["respectively",{"2":{"21":1,"350":1}}],["responded",{"2":{"259":1}}],["responds",{"2":{"151":1,"164":1,"259":1,"350":1}}],["respond",{"2":{"27":1,"164":1}}],["responses",{"2":{"165":2}}],["response",{"0":{"262":1},"2":{"12":1,"165":1,"172":2,"260":1,"263":1,"271":1,"332":1,"355":2}}],["restarts",{"2":{"346":1}}],["restart",{"2":{"257":1}}],["restricted",{"2":{"247":2}}],["restful",{"0":{"171":1},"2":{"171":1}}],["restore",{"2":{"97":1}}],["rest",{"0":{"190":1},"2":{"0":1,"58":1,"299":1}}],["reviewed",{"2":{"6":1}}],["review",{"2":{"2":1,"5":1,"9":1}}],["u",{"2":{"185":2,"186":4}}],["ugly",{"2":{"182":1}}],["utc",{"2":{"346":1,"349":1,"351":1}}],["utility",{"0":{"181":1},"2":{"123":1,"181":2,"182":1,"213":1}}],["utf",{"2":{"118":2,"225":1}}],["uris",{"0":{"325":1},"2":{"330":1}}],["uri",{"2":{"121":1,"165":3,"169":1,"219":2,"260":3,"263":2,"271":1,"353":1}}],["urls",{"2":{"321":1}}],["url|",{"2":{"37":1}}],["url",{"2":{"37":13,"46":1,"76":1,"117":2,"121":1,"158":1,"225":1,"248":2,"251":1,"253":1,"323":1,"348":1}}],["ultimately",{"2":{"121":1,"139":1}}],["ul",{"2":{"59":1}}],["uis",{"2":{"48":1}}],["ui",{"2":{"27":1,"28":1,"30":1,"33":1,"206":1,"208":2,"244":1,"253":1,"333":1}}],["ux",{"0":{"182":1},"2":{"12":1,"14":1,"177":1,"182":1}}],["unwind",{"2":{"312":1}}],["unauthorized",{"2":{"267":1}}],["unable",{"2":{"259":1}}],["unadded",{"2":{"158":1}}],["unambiguous",{"2":{"69":1}}],["uncommitted",{"2":{"158":1}}],["untested",{"2":{"93":1}}],["until",{"2":{"11":1,"43":1,"69":1,"74":1}}],["unset",{"2":{"90":1}}],["unusual",{"2":{"67":1}}],["un",{"2":{"63":1,"196":1}}],["underscores",{"2":{"356":1}}],["understood",{"2":{"6":1,"251":1}}],["understandings",{"2":{"114":1}}],["understanding",{"2":{"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"98":1,"115":1,"136":1,"146":1,"155":1,"158":2,"162":1,"173":1,"183":1,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"270":1,"313":1,"320":1,"332":1,"343":1,"361":1}}],["understand",{"0":{"328":1},"2":{"5":2,"6":1,"29":1,"107":1,"158":2,"203":1,"206":1,"266":1,"340":1,"341":1}}],["underlying",{"2":{"146":1,"331":1}}],["under",{"2":{"52":1,"115":1,"332":1,"356":1}}],["undefined",{"2":{"30":1}}],["unlicensed",{"2":{"46":1,"214":1}}],["unlike",{"2":{"28":1,"46":2,"121":1,"131":1,"148":1,"166":1,"214":1}}],["unlikely",{"2":{"24":1,"115":1}}],["unless",{"0":{"70":1},"2":{"16":1,"23":1,"114":1,"210":1,"311":1,"349":1,"358":2}}],["uniquely",{"2":{"109":1}}],["unique",{"2":{"66":1,"67":1,"106":1,"109":6,"110":5,"124":1,"243":2,"286":4,"288":1}}],["unit",{"0":{"334":1},"1":{"335":1,"336":1,"337":1,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1},"2":{"51":1,"52":1,"61":1,"66":1,"87":1,"124":1,"127":2,"151":2,"169":2,"215":1,"239":1,"261":2,"299":1}}],["unix",{"2":{"27":1}}],["universal",{"2":{"24":1}}],["unifying",{"2":{"175":1,"177":1}}],["unify",{"2":{"12":1,"205":1}}],["unified",{"2":{"12":1,"222":1,"239":1,"303":1}}],["unrelated",{"2":{"16":1}}],["us",{"2":{"281":1,"287":1}}],["usiung",{"2":{"222":1}}],["using",{"0":{"48":1,"49":1,"88":1,"103":1,"140":1,"296":1,"350":1},"2":{"2":1,"12":1,"17":1,"22":1,"28":1,"40":1,"41":1,"45":1,"46":4,"48":1,"54":2,"57":1,"58":1,"64":1,"89":1,"103":1,"106":1,"109":1,"110":1,"114":2,"119":1,"124":1,"127":4,"128":1,"133":1,"134":1,"151":2,"153":1,"157":1,"158":2,"164":1,"171":1,"177":1,"186":1,"189":1,"196":3,"206":1,"213":2,"214":2,"219":3,"230":1,"257":1,"259":1,"263":2,"268":1,"271":1,"276":1,"308":2,"309":1,"318":1,"319":1,"322":1,"326":1,"328":1,"346":1}}],["usability",{"2":{"315":1}}],["usable",{"0":{"337":1},"2":{"38":1,"57":1,"145":1}}],["usage",{"0":{"194":1},"2":{"27":1,"158":1,"326":1}}],["usr",{"2":{"31":1,"155":1}}],["usually",{"2":{"126":1,"127":1,"248":1,"340":2}}],["usual",{"2":{"22":1,"260":1,"263":1}}],["useless",{"2":{"59":1}}],["users",{"2":{"100":1,"219":1}}],["user",{"0":{"27":1},"2":{"27":1,"58":1,"70":1,"106":2,"121":1,"137":1,"141":1,"175":1,"205":1,"208":1,"219":3,"240":1,"247":1,"253":2,"308":1,"315":1,"328":1,"349":1,"353":2,"356":4,"358":1,"360":2}}],["uses",{"2":{"11":1,"12":2,"30":1,"36":1,"52":2,"57":2,"58":1,"64":1,"87":1,"104":1,"107":1,"109":1,"110":1,"115":2,"120":1,"124":1,"125":1,"126":1,"128":1,"148":1,"167":1,"176":1,"187":1,"191":1,"206":1,"209":1,"214":2,"219":1,"307":1,"328":1,"331":1,"332":1,"348":1,"353":1,"356":1}}],["usefult",{"2":{"200":1}}],["useful",{"0":{"341":1},"2":{"7":1,"10":1,"16":1,"30":1,"52":1,"90":1,"93":1,"101":1,"109":3,"126":1,"134":1,"161":1,"165":1,"168":1,"177":1,"186":1,"206":1,"207":1,"236":1,"254":1,"329":1,"341":1,"359":1,"361":1}}],["use",{"0":{"2":1,"70":1,"94":1,"97":1,"114":1},"2":{"2":1,"3":1,"5":1,"7":1,"11":3,"12":2,"13":1,"16":1,"17":1,"26":1,"28":1,"29":3,"30":2,"32":1,"40":3,"42":1,"46":1,"47":4,"48":2,"52":4,"53":1,"55":2,"56":1,"57":3,"59":4,"61":1,"64":2,"66":1,"69":1,"70":2,"74":1,"78":1,"86":1,"87":2,"88":3,"90":1,"91":1,"93":2,"94":1,"95":3,"100":2,"102":1,"103":1,"106":5,"109":5,"110":2,"113":1,"114":3,"119":1,"122":3,"128":1,"129":1,"131":1,"132":2,"133":1,"136":1,"139":1,"140":2,"148":4,"150":4,"151":2,"158":3,"165":3,"167":1,"171":3,"172":1,"178":1,"181":1,"185":2,"192":1,"196":1,"197":1,"198":3,"206":2,"212":1,"213":2,"214":3,"216":1,"219":3,"221":2,"222":2,"227":1,"228":1,"230":4,"236":5,"238":1,"239":1,"240":1,"249":1,"251":2,"253":1,"254":1,"259":1,"260":2,"262":1,"263":2,"265":1,"266":1,"269":2,"274":1,"276":1,"280":1,"281":1,"282":2,"286":2,"287":1,"289":1,"295":1,"296":1,"301":1,"308":1,"309":1,"312":1,"315":1,"319":3,"324":1,"325":2,"330":1,"332":1,"334":1,"337":1,"340":1,"341":3,"346":2,"350":1,"351":5,"358":2,"359":1,"360":1}}],["used",{"2":{"0":1,"2":2,"3":1,"12":1,"27":1,"30":3,"36":2,"37":2,"38":1,"39":2,"40":1,"58":1,"72":1,"84":1,"109":2,"113":1,"120":1,"136":1,"139":1,"140":1,"146":1,"158":2,"159":1,"160":1,"176":1,"178":1,"186":1,"187":1,"192":1,"195":1,"196":2,"197":2,"198":1,"199":1,"203":1,"205":1,"207":2,"208":1,"209":1,"217":1,"225":1,"227":1,"230":2,"238":1,"253":1,"255":1,"258":2,"259":1,"283":1,"294":1,"301":1,"314":1,"316":1,"322":2,"324":1,"325":1,"326":1,"330":1,"337":1,"338":3,"354":1}}],["upon",{"2":{"105":1}}],["uppercasing",{"2":{"356":1}}],["upper",{"2":{"52":6}}],["updated",{"2":{"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"98":1,"110":2,"115":1,"136":1,"146":1,"155":4,"162":1,"169":1,"173":1,"183":1,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"270":1,"313":1,"320":1,"332":1,"343":1,"349":1,"361":1}}],["updates",{"2":{"17":1}}],["update",{"2":{"13":1,"155":1,"310":1,"357":1}}],["up",{"0":{"206":1,"243":1,"331":1},"2":{"0":1,"1":1,"11":1,"19":1,"21":1,"24":1,"30":1,"34":1,"35":1,"36":1,"40":2,"41":1,"44":1,"46":2,"50":1,"54":1,"62":1,"65":1,"67":1,"71":1,"80":1,"81":1,"84":1,"87":2,"89":1,"91":1,"95":1,"97":1,"98":1,"106":5,"109":1,"110":2,"111":1,"113":1,"115":1,"125":1,"136":1,"144":1,"146":1,"148":2,"150":1,"151":3,"153":1,"154":2,"155":1,"158":2,"162":1,"173":1,"183":1,"184":1,"187":2,"188":1,"195":1,"202":1,"206":2,"207":1,"209":2,"212":1,"214":2,"217":1,"222":1,"223":1,"228":1,"230":1,"239":1,"243":1,"245":1,"251":1,"259":1,"266":2,"270":1,"272":1,"274":1,"278":1,"286":1,"289":1,"294":1,"311":1,"313":1,"316":1,"317":1,"319":1,"320":1,"325":1,"332":1,"337":1,"343":1,"360":1,"361":1}}],["dx",{"2":{"82":1,"83":1,"150":9,"155":1,"158":1,"187":5,"188":1,"189":1,"230":3}}],["dynamic",{"2":{"74":2,"194":1,"227":1}}],["dynamically",{"2":{"12":1,"197":1}}],["dsls",{"2":{"251":1,"352":1}}],["dsl",{"2":{"54":1,"106":1}}],["duper",{"2":{"346":1}}],["duplcation",{"2":{"181":1}}],["duplication",{"2":{"155":1,"340":1}}],["duplicate",{"2":{"110":1}}],["during",{"2":{"41":1,"89":1,"126":1}}],["due",{"2":{"40":1,"115":1,"228":1}}],["d",{"2":{"28":2,"40":1,"47":1,"52":2,"54":1,"57":1,"94":1,"106":1,"110":1,"140":1,"157":1,"164":1,"169":1,"219":1,"251":1,"269":1,"286":2,"301":1,"308":1,"319":1,"338":1,"344":1}}],["drifted",{"2":{"349":1}}],["drift",{"2":{"209":1}}],["drilling",{"2":{"58":1}}],["dream",{"2":{"115":1}}],["drawer",{"2":{"84":1}}],["dry",{"2":{"28":3,"158":1}}],["drop",{"2":{"27":4,"105":1,"151":3}}],["dangerous",{"2":{"233":2}}],["danger",{"2":{"233":2}}],["day",{"2":{"115":1,"124":3,"148":2,"150":1,"151":2,"153":2,"198":1,"205":1,"251":1}}],["days",{"2":{"113":1,"198":1}}],["dash",{"2":{"303":1,"323":1,"325":1}}],["dashboard",{"2":{"117":1,"205":1,"241":1,"244":2,"245":3,"246":1,"247":1,"248":1,"324":1,"325":1}}],["dashboardpage",{"2":{"90":1,"117":2,"121":2,"245":2,"258":1,"324":1,"325":2}}],["dashes",{"2":{"27":1,"356":1}}],["darkest",{"2":{"57":1}}],["dates",{"0":{"197":1,"198":1},"2":{"198":2,"346":2,"347":1,"351":1}}],["datetimeformat",{"2":{"348":1}}],["datetime=",{"2":{"117":1}}],["datetime",{"2":{"117":1}}],["date",{"2":{"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"98":1,"110":1,"115":1,"117":1,"136":1,"146":1,"155":1,"162":1,"173":1,"183":1,"197":3,"198":2,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"258":1,"259":1,"270":1,"284":1,"313":1,"320":1,"332":1,"338":2,"343":1,"345":1,"347":1,"350":2,"361":1}}],["dataset",{"2":{"64":1}}],["databases",{"2":{"115":2,"150":1,"158":1}}],["database",{"0":{"63":1,"69":1,"104":1,"113":1,"114":1,"124":1,"125":1,"243":1,"336":1},"1":{"64":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1,"105":1,"106":1,"107":1,"108":1,"109":1,"110":1,"111":1,"112":1,"113":1,"114":1,"115":1},"2":{"0":1,"23":1,"25":1,"26":1,"27":8,"29":1,"30":1,"37":15,"63":7,"64":3,"67":2,"69":4,"70":3,"84":2,"89":1,"104":3,"105":1,"106":5,"107":4,"108":1,"109":3,"111":2,"113":4,"114":5,"115":1,"124":2,"125":3,"137":1,"148":1,"151":11,"169":1,"207":1,"238":1,"243":2,"251":1,"253":4,"254":1,"283":1,"286":4,"289":1,"320":2,"333":1,"336":4,"346":3,"349":1,"350":1,"351":1}}],["data",{"0":{"63":1,"66":1,"67":1,"139":1,"141":1,"243":1,"259":1,"287":1,"289":1,"316":1,"357":1},"1":{"64":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1,"317":1,"318":1,"319":1,"320":1},"2":{"0":1,"12":1,"17":1,"20":1,"23":2,"25":1,"27":1,"29":1,"55":1,"63":1,"64":7,"65":2,"66":4,"67":4,"69":7,"70":7,"74":1,"82":2,"84":8,"85":1,"95":1,"100":1,"106":5,"107":1,"109":1,"110":2,"113":3,"114":2,"117":1,"120":4,"124":1,"125":2,"127":1,"131":1,"137":2,"138":2,"139":1,"141":2,"151":1,"165":1,"166":1,"171":1,"172":1,"174":3,"175":1,"178":1,"205":1,"207":3,"227":2,"232":2,"243":7,"253":2,"267":2,"269":2,"281":1,"285":2,"286":2,"287":4,"288":1,"289":5,"307":1,"316":3,"317":8,"318":2,"319":1,"320":4,"328":1,"346":1,"357":1,"360":2}}],["dbconsole",{"2":{"151":1,"286":2}}],["db",{"2":{"27":6,"31":2,"37":3,"59":1,"64":5,"66":5,"67":7,"82":3,"84":6,"85":5,"106":18,"109":1,"113":3,"125":4,"132":1,"133":1,"151":3,"155":3,"166":2,"167":1,"243":8,"245":3,"253":1,"286":8,"287":4,"288":6,"289":6,"317":1,"320":2}}],["doubly",{"2":{"340":1}}],["double",{"2":{"109":1}}],["doens",{"2":{"300":1}}],["doesn",{"0":{"96":1},"2":{"13":1,"31":1,"52":1,"91":1,"100":1,"106":2,"122":1,"126":1,"128":1,"133":1,"135":1,"161":1,"171":1,"227":1,"253":1,"280":1,"282":1,"287":1,"329":1,"337":1,"358":1,"360":1}}],["does",{"0":{"344":1},"2":{"12":1,"20":1,"24":1,"27":1,"28":1,"38":1,"44":1,"46":1,"50":1,"52":1,"54":2,"58":1,"76":1,"77":1,"80":1,"86":1,"94":1,"101":1,"106":1,"113":1,"120":1,"129":1,"146":1,"151":1,"154":1,"172":1,"182":1,"197":1,"207":1,"209":1,"212":2,"214":2,"217":1,"230":1,"254":2,"257":1,"273":1,"280":1,"305":1,"327":1,"332":1,"338":1,"347":1,"350":1,"352":1,"359":1}}],["dog",{"2":{"205":1}}],["dow",{"2":{"198":3}}],["down",{"2":{"106":2,"113":1,"150":1,"205":1,"207":1,"286":1}}],["downside",{"2":{"74":1,"336":1}}],["downsides",{"2":{"52":1}}],["downloading",{"2":{"113":1}}],["download",{"2":{"45":1,"46":1,"165":2}}],["docker",{"2":{"148":1,"149":3,"150":11,"154":1,"158":8,"185":2,"186":4,"187":6,"229":1,"230":5,"333":1}}],["dockerfile",{"2":{"148":1,"150":4,"157":1,"158":9,"159":1}}],["doctype",{"2":{"118":2,"214":1,"225":1,"250":1}}],["docs",{"2":{"105":1,"190":2,"303":2}}],["documented",{"2":{"361":1}}],["documenting",{"2":{"103":1}}],["documents",{"0":{"101":1},"2":{"101":1,"105":1,"360":1}}],["document",{"2":{"11":1,"13":1,"30":1,"52":12,"110":1,"358":1}}],["documentation",{"0":{"7":1,"99":1,"303":1},"1":{"100":1,"101":1,"102":1,"103":1},"2":{"2":1,"7":5,"12":1,"13":1,"27":1,"30":1,"39":1,"47":1,"88":1,"94":1,"103":3,"106":2,"151":1,"154":1,"157":1,"208":1,"214":1,"234":1,"319":1,"335":1,"352":1}}],["doing",{"2":{"52":1,"69":1,"109":1,"111":1,"205":4,"246":1,"268":1,"288":1,"316":1,"317":1,"319":1}}],["dom",{"2":{"52":4,"263":1}}],["domain",{"0":{"20":1,"126":1},"1":{"21":1,"22":1,"23":1,"24":1},"2":{"20":1,"22":1,"63":1,"64":1,"67":2,"84":1,"109":1,"110":1,"125":2,"126":4,"238":1,"251":1,"253":2,"331":1}}],["domcontentloaded",{"2":{"11":1}}],["don",{"0":{"17":1,"171":1,"248":1,"266":1,"274":1},"2":{"13":1,"23":1,"28":2,"40":2,"43":1,"46":1,"52":1,"67":2,"96":1,"100":2,"106":1,"111":1,"113":2,"115":1,"142":1,"158":1,"168":1,"171":1,"182":1,"185":1,"207":1,"209":1,"210":1,"213":1,"219":1,"226":1,"236":1,"246":2,"249":1,"266":1,"269":1,"308":1,"311":1,"338":1,"350":1,"357":2,"360":1}}],["done",{"2":{"11":1,"23":1,"25":1,"47":1,"109":1,"150":1,"159":2,"172":1,"179":1,"219":2,"230":1,"311":1,"349":1}}],["do",{"0":{"69":1,"70":1,"74":1},"2":{"11":4,"12":1,"13":1,"17":2,"23":3,"24":1,"28":1,"30":1,"37":2,"38":2,"42":2,"43":2,"56":2,"57":3,"58":2,"59":6,"66":4,"67":9,"69":2,"74":2,"77":1,"83":1,"86":1,"87":1,"88":3,"90":1,"94":1,"96":1,"97":1,"106":8,"109":5,"110":5,"117":4,"118":3,"119":2,"120":2,"122":2,"124":3,"126":1,"132":1,"133":1,"135":1,"139":1,"140":2,"151":1,"158":2,"165":1,"167":1,"177":1,"178":2,"187":1,"188":2,"194":1,"196":4,"198":1,"207":1,"208":1,"214":3,"222":1,"225":4,"230":2,"236":1,"239":2,"243":6,"244":4,"246":2,"248":3,"250":3,"251":1,"258":3,"259":1,"261":1,"263":3,"266":1,"267":1,"272":1,"275":1,"279":1,"280":1,"282":5,"286":5,"287":1,"288":5,"289":2,"294":1,"295":1,"296":2,"303":1,"312":4,"318":1,"325":2,"326":1,"331":1,"332":1,"338":3,"341":1,"342":2,"346":1,"350":1,"351":1,"352":1,"357":2,"360":4}}],["dc",{"2":{"8":1}}],["dinner",{"2":{"124":3}}],["dig",{"2":{"353":1}}],["digital",{"2":{"302":1}}],["digging",{"2":{"121":1,"138":1}}],["digest",{"2":{"7":1}}],["dictates",{"2":{"121":1,"165":1}}],["didn",{"2":{"96":1,"109":1}}],["did",{"2":{"96":1,"248":1,"274":1,"308":1}}],["diagram",{"2":{"150":1,"151":1}}],["diagnosing",{"2":{"75":1}}],["dialog",{"2":{"12":3,"122":3}}],["dive",{"2":{"190":1,"252":1}}],["div",{"2":{"58":1,"77":1,"119":1,"133":1,"178":1,"188":1,"196":1,"244":1,"258":2,"269":1,"282":2}}],["dir|",{"2":{"38":2}}],["dir",{"2":{"38":5,"39":1}}],["direction",{"2":{"295":1}}],["directives",{"2":{"46":1}}],["directive",{"2":{"46":1,"47":1}}],["directories",{"2":{"85":1,"126":1,"192":1}}],["directory",{"0":{"82":1},"1":{"83":1,"84":1,"85":1},"2":{"21":2,"47":1,"83":1,"84":4,"85":1}}],["directly",{"2":{"74":1,"78":1,"80":1,"171":1,"172":1,"185":1,"187":1,"196":1,"198":1,"259":1,"265":1,"326":1,"354":1,"359":1}}],["direct",{"2":{"36":1,"157":1,"217":1,"223":1,"304":1,"325":1,"344":1}}],["dirname",{"2":{"31":1,"155":1}}],["differs",{"2":{"106":1}}],["differ",{"2":{"69":1}}],["differences",{"2":{"73":1,"161":1}}],["difference",{"2":{"59":1,"60":1}}],["different",{"2":{"52":2,"64":1,"69":1,"86":1,"113":1,"148":2,"206":1,"214":1,"222":1,"224":1,"251":1,"286":1,"344":1,"355":1}}],["differentiate",{"2":{"46":1}}],["difficult",{"2":{"24":1,"53":1,"94":1,"216":1,"309":1}}],["diffusion",{"2":{"2":1}}],["disable",{"2":{"309":1,"312":2}}],["disabled",{"2":{"13":1,"40":1}}],["disallow",{"2":{"309":1}}],["dissonance",{"2":{"222":1}}],["disk",{"2":{"150":1}}],["displayed",{"2":{"198":1}}],["displaying",{"0":{"198":1}}],["display",{"2":{"76":1,"178":2,"244":2,"295":1}}],["dispatchevent",{"2":{"52":2}}],["discretion",{"2":{"221":1}}],["discarded",{"2":{"141":1}}],["discuss",{"2":{"141":1,"177":1,"178":1,"206":1,"325":1}}],["discussed",{"2":{"40":1,"110":1,"132":1,"139":1,"258":1}}],["discourage",{"2":{"125":1}}],["discouraged",{"2":{"23":1,"113":1,"133":1,"134":1,"228":1,"259":1,"354":1}}],["debate",{"2":{"254":1}}],["debug=",{"2":{"276":1}}],["debug",{"2":{"27":4,"94":1,"158":2,"206":1,"276":9}}],["debugging",{"2":{"13":1,"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"98":1,"110":1,"115":1,"136":1,"146":1,"155":1,"158":2,"161":1,"162":1,"173":1,"183":1,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"268":1,"270":1,"313":1,"320":1,"332":1,"343":1,"361":1}}],["derive",{"2":{"186":1}}],["derived",{"2":{"28":1,"37":1}}],["degree",{"2":{"300":1}}],["degrades",{"2":{"178":1}}],["degrade",{"2":{"171":1}}],["degenerate",{"2":{"154":1}}],["demo",{"2":{"186":5,"333":1}}],["demonstrates",{"2":{"231":1}}],["demonstrate",{"2":{"141":1,"240":1}}],["demand",{"2":{"136":2}}],["deeply",{"2":{"107":1,"324":1}}],["deeper",{"2":{"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"98":1,"115":1,"136":1,"146":1,"155":1,"162":1,"173":1,"183":1,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"270":1,"313":1,"320":1,"332":1,"343":1,"361":1}}],["deals",{"2":{"206":1,"253":2}}],["dealt",{"2":{"159":1}}],["dealing",{"2":{"132":1}}],["deal",{"2":{"74":1,"141":1,"181":1,"346":1}}],["deactivated",{"2":{"66":1,"67":1,"106":3,"109":1,"110":1,"124":1,"243":2,"245":1,"284":1,"286":3,"288":1,"317":1}}],["delegate",{"2":{"262":1}}],["delegates",{"2":{"146":1}}],["deleted",{"2":{"133":2,"167":2}}],["delete",{"2":{"57":3,"113":1,"133":2,"167":3,"171":2,"254":1,"324":1}}],["deletewidgetwithidhandler",{"2":{"324":1}}],["deletewidgetbyidhandler",{"2":{"133":1,"167":1}}],["deletewidget",{"2":{"57":1}}],["delivered",{"2":{"117":1}}],["delivery",{"2":{"74":1}}],["deploying",{"2":{"157":1,"158":2}}],["deployed",{"2":{"156":1}}],["deploy",{"2":{"82":1,"157":1,"158":25,"159":1,"302":1}}],["deployments",{"2":{"159":1,"160":1}}],["deployment",{"0":{"156":1,"158":1,"159":1,"302":1},"1":{"157":1,"158":1,"159":1,"160":1,"161":1,"162":1},"2":{"46":1,"157":1,"158":4,"160":1,"302":1}}],["dependent",{"2":{"236":1}}],["dependency",{"2":{"43":1,"214":1}}],["dependencies",{"2":{"37":1,"46":1,"58":1,"214":1,"216":1,"342":1,"353":1}}],["dependeices",{"2":{"44":1}}],["depend",{"2":{"42":1}}],["depends",{"2":{"37":1,"206":2,"209":1,"346":1,"356":1}}],["depending",{"2":{"32":1,"117":1,"347":1}}],["desktop",{"2":{"129":1,"203":1,"206":4,"298":1}}],["despite",{"2":{"100":1}}],["describes",{"2":{"120":1,"253":1}}],["described",{"2":{"81":1,"139":1,"263":3}}],["describe",{"2":{"52":3,"67":4,"88":2,"90":1,"131":1,"132":1,"338":4,"342":1}}],["descriptions",{"2":{"151":1}}],["description",{"2":{"28":6,"52":1,"59":1,"105":1,"114":1,"139":2,"140":3,"141":2,"166":2,"177":2,"178":2,"230":1,"259":1,"338":1,"354":1,"355":1}}],["desiged",{"2":{"352":1}}],["designed",{"2":{"35":1,"59":1,"124":1,"222":1,"224":1,"321":1,"360":1}}],["designer",{"2":{"8":1}}],["design",{"2":{"17":1,"48":1,"70":2,"96":1,"181":1,"240":1,"250":1,"251":1,"295":1,"312":1,"353":1,"358":1,"360":2}}],["desire",{"2":{"38":1,"50":1,"217":1}}],["devcenter",{"2":{"158":1}}],["devcontainer>",{"2":{"158":3}}],["devs",{"2":{"154":1}}],["develompent",{"2":{"113":1}}],["development=",{"2":{"286":2}}],["development",{"0":{"316":1},"1":{"317":1,"318":1,"319":1,"320":1},"2":{"27":2,"73":3,"83":2,"84":1,"106":1,"113":1,"126":1,"129":1,"148":2,"203":1,"206":2,"207":1,"229":1,"309":1,"316":1,"317":1,"318":1,"319":1}}],["developer",{"2":{"24":1,"109":1,"115":1,"148":1,"159":1}}],["developers",{"2":{"3":1,"107":1,"205":1,"271":1,"301":1}}],["developed",{"2":{"5":1,"184":1}}],["devdependencies",{"2":{"46":1,"214":1}}],["dev",{"0":{"113":1,"147":1,"187":1,"298":1},"1":{"148":1,"149":1,"150":1,"151":1,"152":1,"153":1,"154":1,"155":1},"2":{"25":1,"42":2,"75":1,"128":1,"147":1,"148":1,"149":2,"151":5,"158":1,"161":1,"184":1,"187":2,"188":1,"206":1,"257":1,"286":2,"298":1,"320":2}}],["devices",{"2":{"17":1}}],["detailed",{"2":{"358":2}}],["detail",{"2":{"205":1,"228":1,"259":2}}],["details",{"2":{"12":1,"63":1,"66":1,"101":1,"105":1,"110":1,"132":1,"158":1,"187":1,"206":1,"214":1,"225":1,"230":1,"233":4,"259":1}}],["determines",{"2":{"348":1}}],["determined",{"2":{"324":1}}],["determine",{"2":{"318":1,"322":1,"324":1,"331":1,"347":1,"348":1}}],["determins",{"2":{"106":1}}],["determining",{"2":{"36":1,"94":1,"346":1}}],["detected",{"2":{"207":1}}],["detect",{"2":{"90":1,"219":1,"281":1,"349":1}}],["detection",{"2":{"12":1,"14":1,"219":1,"314":1,"348":2}}],["defered",{"2":{"43":1}}],["defer",{"2":{"33":1,"118":2,"172":1,"214":1,"225":1,"250":1}}],["defers",{"2":{"32":1,"197":1}}],["deferring",{"2":{"27":1}}],["def",{"2":{"28":2,"41":1,"57":2,"58":3,"59":3,"109":1,"117":4,"118":2,"119":3,"121":2,"132":8,"133":5,"140":3,"141":2,"166":2,"167":2,"177":2,"188":1,"208":1,"219":5,"225":2,"236":2,"243":1,"244":3,"245":6,"246":1,"247":1,"249":3,"250":2,"258":1,"276":6,"280":1,"281":2,"282":2,"289":1,"293":1,"294":1,"295":1,"317":1,"353":1,"357":2}}],["definition",{"2":{"146":2,"230":1,"248":1,"259":1}}],["definitions",{"2":{"69":1,"146":2}}],["defining",{"2":{"11":1}}],["defined",{"2":{"125":1,"148":1,"314":1,"335":1}}],["define",{"2":{"11":1,"13":1,"14":1,"57":1,"66":1,"146":1,"243":1,"288":2}}],["defines",{"2":{"2":1,"13":1,"40":1}}],["defaultlayout",{"2":{"118":1,"225":2,"258":1,"348":1}}],["defaults",{"0":{"97":1},"2":{"40":1,"97":1,"139":1,"192":3,"197":1,"259":1,"346":1}}],["default",{"0":{"207":1},"2":{"0":1,"11":1,"13":1,"27":4,"30":1,"40":3,"48":1,"52":3,"63":1,"79":1,"90":3,"105":1,"106":2,"110":3,"124":4,"133":3,"139":1,"151":1,"158":4,"159":1,"171":1,"178":2,"192":1,"195":2,"198":2,"199":1,"209":1,"211":1,"214":3,"225":3,"232":2,"258":2,"259":2,"286":4,"293":1,"309":2,"342":1,"348":1,"351":1,"356":3,"358":4,"360":7}}],["decided",{"2":{"212":1,"325":1}}],["decide",{"2":{"172":1}}],["decisions",{"2":{"0":2}}],["decision",{"0":{"0":1},"2":{"17":1}}],["decent",{"2":{"103":1}}],["declaring",{"0":{"139":1},"2":{"28":1,"37":1,"131":2,"259":1,"327":1,"353":1}}],["declared",{"2":{"140":1,"141":1,"352":1}}],["declares",{"2":{"37":1,"120":1,"139":1}}],["declare",{"2":{"2":1,"28":2,"120":2,"132":3,"133":1,"139":1,"171":1,"246":1,"322":5,"356":1,"357":1}}],["declaration",{"0":{"1":1},"1":{"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1},"2":{"139":1}}],["w",{"2":{"185":1,"186":2}}],["wrong",{"2":{"97":1,"102":2,"167":1,"268":1}}],["wrapped",{"2":{"272":1}}],["wrapper",{"2":{"32":1,"91":1,"176":1,"260":1}}],["wrap",{"2":{"165":1}}],["wraps",{"2":{"12":1,"108":1,"158":1,"192":1}}],["writing",{"2":{"4":1,"5":1,"86":2,"179":1,"181":1,"287":1,"332":1,"344":2}}],["written",{"0":{"4":1,"5":1,"6":1},"2":{"4":2,"5":1,"7":1,"22":1,"127":1,"151":1,"154":1,"216":1,"246":1,"320":1,"344":1}}],["write",{"2":{"2":1,"22":1,"27":1,"47":1,"54":1,"67":1,"86":1,"87":1,"91":1,"92":1,"94":1,"101":1,"103":1,"151":1,"181":1,"210":1,"342":1}}],["woefully",{"2":{"301":1}}],["won",{"2":{"70":2,"106":1,"132":1,"248":1,"266":1,"325":1,"338":1}}],["worse",{"2":{"340":2}}],["worst",{"2":{"299":1,"345":1}}],["worth",{"2":{"216":1}}],["worthwhile",{"2":{"182":1}}],["words",{"2":{"150":1,"151":1}}],["worry",{"2":{"106":1,"216":1,"294":1,"346":1}}],["worrying",{"2":{"30":1}}],["world",{"2":{"86":1,"109":1,"115":2,"255":1}}],["worker",{"2":{"158":1}}],["working",{"2":{"150":1,"151":1,"153":1,"154":1,"205":2,"206":2}}],["workflow",{"2":{"113":2,"150":1,"151":1}}],["work",{"0":{"96":1},"2":{"14":1,"16":1,"17":2,"40":1,"43":1,"52":1,"54":2,"106":3,"118":1,"146":1,"148":1,"154":1,"159":1,"163":1,"165":1,"167":1,"178":1,"179":1,"198":1,"199":1,"214":1,"219":1,"223":1,"228":1,"230":2,"244":1,"246":1,"257":1,"263":1,"271":1,"308":1,"324":1,"335":1,"342":1}}],["workspace",{"0":{"151":1},"2":{"148":3,"150":1,"151":2,"154":1}}],["works",{"2":{"7":1,"46":1,"52":1,"67":1,"78":1,"91":1,"101":1,"110":1,"122":1,"132":1,"141":1,"187":1,"195":2,"214":1,"222":1}}],["wouldn",{"2":{"40":1,"43":1}}],["would",{"2":{"2":1,"17":2,"21":4,"28":2,"46":2,"57":1,"59":3,"60":1,"64":2,"67":2,"74":1,"103":1,"106":1,"110":1,"117":2,"125":1,"126":1,"132":1,"148":1,"157":1,"158":1,"171":1,"176":1,"178":2,"192":1,"195":1,"196":1,"214":3,"216":1,"220":1,"248":2,"258":1,"259":3,"271":1,"280":1,"297":1,"299":1,"325":1,"338":1,"352":1,"354":1,"356":1}}],["wish",{"2":{"78":1,"198":1,"214":1}}],["width",{"2":{"225":1}}],["width=device",{"2":{"225":1}}],["widgetlistitem",{"2":{"59":2}}],["widgetsbyid",{"2":{"324":1}}],["widgetsbyidpage",{"2":{"259":1,"324":1,"325":5,"353":1,"359":1}}],["widgetscontroller",{"2":{"248":1}}],["widgetspage",{"2":{"133":2,"166":1,"167":2,"281":1}}],["widgets",{"2":{"59":1,"60":1,"105":4,"106":4,"110":1,"140":2,"254":1,"257":4,"259":1,"278":1,"280":2,"281":1,"282":4,"323":1,"324":1,"325":4,"328":3,"330":2,"331":1,"332":2,"353":1}}],["widgetcomponent",{"2":{"59":4}}],["widget",{"2":{"57":3,"59":10,"106":5,"110":1,"133":10,"139":2,"140":2,"166":4,"167":12,"171":2,"194":5,"214":12,"257":4,"280":2,"281":1,"282":1,"324":2,"325":1,"328":1,"331":1,"359":1,"360":1}}],["widely",{"2":{"217":1}}],["wide",{"2":{"40":1,"259":1}}],["witih",{"2":{"27":1}}],["within",{"2":{"59":1,"91":1}}],["withhtml",{"2":{"52":11}}],["with",{"0":{"9":1,"66":1,"182":1,"280":1,"281":1,"282":1,"329":1},"2":{"5":1,"6":1,"12":5,"13":2,"16":1,"17":3,"19":1,"23":1,"24":1,"26":1,"32":1,"34":1,"37":2,"39":1,"44":1,"46":2,"47":1,"48":1,"50":1,"52":3,"54":2,"57":2,"58":2,"59":1,"62":1,"63":1,"64":1,"66":1,"67":1,"71":1,"74":1,"75":1,"81":1,"86":3,"87":1,"88":1,"90":1,"91":1,"94":1,"95":1,"98":1,"100":1,"104":1,"105":1,"106":4,"108":1,"109":4,"110":3,"115":1,"117":1,"120":1,"123":1,"124":1,"125":1,"132":1,"133":1,"136":1,"137":2,"138":1,"140":2,"141":1,"146":1,"148":1,"150":2,"151":2,"155":1,"157":1,"158":2,"159":2,"162":1,"165":6,"168":1,"171":1,"173":1,"178":4,"179":1,"183":1,"186":1,"189":2,"192":2,"193":1,"202":1,"206":2,"208":3,"209":1,"212":1,"213":1,"214":1,"215":1,"217":1,"219":4,"222":1,"223":1,"225":1,"228":1,"230":3,"232":1,"236":2,"239":1,"241":1,"244":1,"251":1,"253":3,"254":1,"257":1,"259":3,"263":1,"267":1,"270":1,"277":1,"281":2,"286":7,"289":1,"300":1,"303":1,"307":1,"308":3,"313":1,"317":1,"319":2,"320":1,"322":1,"323":2,"324":4,"325":5,"327":1,"328":1,"332":3,"338":1,"341":1,"342":1,"343":1,"346":4,"347":1,"348":1,"350":4,"354":1,"356":3,"357":1,"360":3,"361":1}}],["without",{"2":{"5":2,"30":2,"75":1,"91":1,"106":1,"109":1,"125":1,"154":1,"178":2,"186":1,"199":1,"213":1,"214":1,"219":1,"241":2,"246":1,"248":2,"257":1,"301":1,"311":1,"314":1,"342":2,"346":2,"353":1,"358":1,"360":1}}],["window",{"2":{"12":1,"52":10,"122":1}}],["willextend",{"2":{"257":1}}],["will",{"2":{"0":6,"7":1,"8":1,"9":1,"11":1,"12":1,"13":1,"14":1,"19":1,"21":1,"23":1,"24":2,"25":2,"27":4,"28":2,"29":4,"30":3,"32":1,"33":1,"34":1,"37":1,"38":2,"40":1,"43":3,"44":2,"46":3,"50":1,"52":4,"54":2,"57":1,"58":1,"59":1,"62":1,"64":1,"66":1,"67":1,"69":2,"71":1,"74":4,"75":1,"76":1,"77":1,"80":1,"81":1,"87":1,"88":1,"89":7,"90":3,"91":2,"98":1,"106":4,"107":1,"108":1,"109":1,"110":1,"113":1,"115":1,"120":3,"121":2,"122":1,"123":1,"126":1,"127":1,"133":3,"135":1,"136":1,"138":1,"139":1,"140":3,"141":1,"144":2,"146":2,"148":1,"149":3,"150":1,"151":1,"153":1,"154":1,"155":3,"157":1,"158":5,"159":2,"161":1,"162":1,"165":2,"166":2,"169":5,"171":2,"172":3,"173":1,"176":2,"177":1,"178":4,"179":2,"181":1,"183":1,"184":1,"186":2,"187":1,"192":2,"193":1,"194":1,"195":2,"198":3,"199":2,"200":1,"202":1,"206":6,"207":1,"208":4,"209":1,"210":1,"212":2,"214":4,"216":3,"217":1,"219":9,"220":1,"222":1,"223":2,"225":1,"228":1,"230":3,"236":2,"237":1,"239":2,"240":1,"243":2,"244":1,"246":3,"248":1,"250":1,"258":3,"259":2,"260":4,"262":2,"263":1,"266":1,"267":1,"270":1,"271":2,"272":1,"273":1,"277":2,"280":4,"281":1,"282":4,"283":1,"284":2,"286":6,"287":1,"288":2,"289":2,"290":1,"291":2,"294":1,"295":1,"308":2,"310":1,"313":1,"317":2,"318":2,"320":3,"322":1,"324":3,"325":2,"326":1,"329":2,"330":1,"332":3,"333":1,"335":3,"336":1,"337":4,"338":3,"339":1,"341":1,"342":1,"343":1,"346":2,"348":3,"349":1,"350":3,"351":3,"356":1,"358":3,"359":2,"360":5,"361":2}}],["wall",{"2":{"299":1}}],["walk",{"2":{"144":1}}],["watch",{"2":{"97":1}}],["waiting",{"2":{"96":1}}],["wait",{"2":{"90":2,"91":3,"179":1}}],["warned",{"2":{"207":1}}],["warnings",{"2":{"225":1}}],["warning",{"2":{"200":1,"207":1,"223":1,"233":6,"257":1,"357":1}}],["warn",{"2":{"27":2,"158":1}}],["ways",{"2":{"47":1,"63":1,"94":1,"156":1,"157":1,"175":1,"208":1,"295":1,"334":1,"347":1}}],["way",{"2":{"6":1,"17":2,"22":1,"23":2,"31":1,"32":1,"46":1,"52":2,"54":1,"55":1,"59":1,"66":1,"69":1,"73":1,"74":1,"76":1,"84":1,"86":2,"94":1,"95":3,"106":1,"107":1,"109":1,"114":1,"119":1,"120":1,"124":1,"130":1,"134":1,"135":1,"137":1,"148":1,"154":1,"161":1,"165":1,"185":1,"198":1,"205":2,"207":1,"214":1,"216":1,"223":1,"224":1,"236":1,"239":1,"251":3,"259":1,"267":1,"271":1,"277":1,"308":1,"309":1,"317":1,"325":1,"336":1,"338":1,"341":2,"344":1,"346":1,"349":1,"360":1}}],["washington",{"2":{"8":1}}],["was",{"2":{"4":1,"12":1,"13":1,"110":1,"141":2,"193":1,"206":1,"208":1,"259":1,"263":1,"286":1,"325":2,"344":1,"354":2,"356":4}}],["wants",{"2":{"17":1,"122":1,"251":1,"259":1}}],["want",{"2":{"4":1,"16":1,"21":1,"23":1,"30":1,"40":1,"41":1,"43":2,"57":1,"59":1,"64":1,"67":2,"74":1,"84":1,"85":1,"96":1,"110":2,"111":1,"124":1,"158":1,"169":1,"190":1,"196":1,"200":1,"208":1,"210":1,"219":1,"223":1,"225":1,"236":1,"240":1,"246":2,"247":1,"249":1,"252":1,"257":1,"260":1,"261":1,"262":1,"263":1,"265":1,"266":1,"269":1,"275":1,"281":1,"289":1,"290":1,"294":1,"300":1,"311":1,"317":1,"336":1,"338":1,"347":1,"354":1,"359":1,"360":1}}],["why",{"0":{"74":1,"75":1,"205":1,"344":1},"2":{"70":1,"86":1,"91":1,"95":1,"97":1,"106":1,"113":1,"114":2,"136":1,"154":1,"205":1,"206":1,"228":1,"259":1,"262":1,"271":1}}],["whew",{"2":{"282":1}}],["whenever",{"2":{"178":2}}],["when",{"0":{"177":1,"358":1},"2":{"12":1,"27":1,"30":1,"37":2,"38":2,"40":1,"43":1,"44":1,"46":2,"52":1,"54":2,"57":1,"64":1,"66":1,"69":1,"70":1,"74":3,"76":1,"86":2,"88":1,"91":1,"93":1,"108":2,"109":5,"110":1,"113":1,"120":1,"122":1,"124":1,"132":2,"136":1,"139":1,"150":2,"151":1,"153":1,"154":1,"155":2,"158":1,"166":1,"167":1,"175":1,"176":1,"188":2,"193":1,"196":2,"206":2,"207":1,"208":2,"209":1,"214":2,"223":1,"230":4,"238":1,"253":1,"257":1,"259":2,"263":2,"267":2,"269":1,"280":1,"281":2,"282":1,"286":1,"294":1,"301":1,"307":1,"308":1,"309":1,"310":1,"317":1,"325":1,"328":1,"330":1,"332":1,"335":1,"338":2,"340":1,"341":2,"346":2,"348":1,"349":3,"352":1,"357":1,"358":1,"360":3}}],["whereas",{"2":{"146":1}}],["wherever",{"2":{"70":1}}],["where",{"2":{"2":1,"17":1,"20":1,"38":3,"40":1,"77":1,"91":1,"100":2,"115":1,"120":1,"151":1,"158":1,"164":1,"165":1,"171":2,"178":1,"187":1,"206":2,"207":1,"253":5,"268":1,"308":1,"311":1,"327":1,"330":1,"337":1,"338":1,"341":1,"352":1,"357":1}}],["whitespace",{"2":{"75":1}}],["white",{"2":{"17":1}}],["which",{"2":{"10":1,"27":8,"28":2,"32":2,"36":1,"38":1,"39":1,"42":1,"44":1,"52":3,"56":3,"58":1,"64":1,"67":1,"81":1,"87":1,"100":1,"103":1,"106":2,"107":1,"108":7,"109":1,"110":1,"117":1,"120":1,"121":1,"122":1,"123":1,"130":1,"131":1,"132":1,"136":1,"138":1,"139":1,"140":1,"150":1,"155":1,"158":2,"161":1,"165":3,"168":1,"169":1,"172":1,"177":1,"178":2,"184":1,"186":1,"197":1,"198":2,"200":1,"203":2,"206":1,"208":2,"209":2,"213":1,"214":1,"224":1,"225":1,"230":2,"236":4,"253":1,"257":2,"258":2,"259":1,"260":1,"262":2,"267":1,"271":1,"281":1,"283":1,"286":1,"295":1,"300":1,"309":2,"310":1,"314":1,"324":1,"325":1,"333":1,"346":2,"348":1,"349":1,"351":2,"352":1,"356":1,"357":1,"358":1}}],["while",{"2":{"2":1,"8":1,"19":1,"23":1,"24":1,"34":1,"44":1,"50":1,"51":1,"54":1,"62":1,"71":1,"74":2,"81":1,"94":1,"98":1,"110":1,"115":2,"133":1,"136":1,"146":1,"148":2,"154":1,"155":1,"162":1,"173":1,"183":1,"198":1,"202":1,"207":1,"209":1,"212":1,"217":1,"222":3,"228":2,"238":1,"239":1,"270":1,"313":1,"320":1,"332":2,"343":1,"361":1}}],["whose",{"2":{"74":1,"335":1,"349":1,"353":1}}],["who",{"2":{"8":1,"67":1,"106":1,"109":1,"110":1,"124":1,"243":1,"286":1}}],["whatever",{"2":{"16":2,"17":1,"29":1,"96":1,"120":1,"121":1,"123":1,"131":1,"133":1,"135":1,"138":1,"141":2,"154":1,"214":1,"259":1,"262":1,"266":1,"338":1,"348":1,"352":1}}],["what",{"0":{"74":1,"75":1,"207":1},"2":{"3":1,"11":1,"12":2,"13":1,"17":1,"23":1,"27":1,"28":3,"32":1,"39":1,"40":1,"47":1,"54":1,"69":1,"93":1,"94":1,"97":1,"101":1,"106":1,"109":2,"113":1,"120":1,"121":1,"131":1,"132":2,"141":1,"150":1,"151":1,"158":1,"165":1,"172":1,"193":2,"205":3,"207":1,"208":1,"211":1,"214":1,"217":1,"219":1,"225":2,"236":1,"248":1,"253":1,"254":2,"259":2,"260":1,"268":1,"274":1,"297":2,"309":1,"319":1,"322":1,"330":1,"344":5,"345":1,"346":1,"347":1,"349":1,"352":1,"354":1,"359":1,"360":2}}],["week",{"2":{"198":3}}],["welcome",{"2":{"188":1,"244":1,"258":1,"263":1,"276":1}}],["well",{"2":{"12":1,"52":2,"73":1,"78":1,"87":1,"106":1,"117":2,"128":1,"138":1,"172":1,"181":1,"184":1,"189":1,"195":1,"198":1,"205":1,"208":1,"216":1,"223":1,"230":1,"247":1,"253":2,"271":1,"280":1,"291":1,"295":1}}],["were",{"2":{"6":1,"8":1,"12":1,"43":1,"106":1,"166":1,"178":1,"193":1,"280":1}}],["we",{"2":{"1":1,"4":1,"5":1,"6":1,"7":3,"19":1,"24":1,"34":1,"40":1,"43":4,"44":1,"50":1,"52":1,"54":1,"58":2,"62":1,"71":1,"81":1,"86":2,"94":1,"95":1,"98":1,"115":3,"120":1,"121":1,"126":1,"136":1,"138":1,"141":1,"144":1,"146":1,"155":1,"162":1,"166":1,"171":1,"173":1,"177":2,"178":1,"183":1,"186":1,"202":1,"206":1,"208":3,"212":1,"214":2,"216":1,"217":1,"219":11,"221":1,"222":1,"228":1,"239":2,"243":5,"244":5,"245":7,"246":8,"247":4,"248":1,"254":4,"259":2,"266":1,"270":1,"271":1,"279":1,"280":5,"281":4,"285":1,"286":1,"288":1,"289":3,"291":1,"293":2,"294":3,"295":6,"296":1,"313":1,"314":1,"315":1,"317":1,"319":1,"320":1,"325":1,"332":1,"339":1,"343":1,"344":2,"361":1}}],["websockets",{"2":{"300":1}}],["websites",{"2":{"307":1}}],["website",{"2":{"86":1,"88":2,"225":1,"307":1,"309":1}}],["web",{"0":{"300":1,"346":1},"2":{"0":1,"12":1,"13":1,"26":2,"87":1,"96":1,"100":1,"117":1,"122":1,"148":1,"158":3,"164":1,"217":1,"251":5,"253":4,"254":1,"256":2,"257":1,"259":1,"299":1,"306":1,"309":1,"321":1,"344":3}}],["fs",{"2":{"295":4}}],["fkey",{"2":{"286":2}}],["ff",{"2":{"188":1}}],["f",{"2":{"57":3,"169":1,"188":1}}],["flex",{"2":{"188":2,"295":2}}],["flexible",{"2":{"50":1,"207":1,"217":1}}],["flexibility",{"2":{"35":1,"193":1,"251":1,"321":1,"327":1}}],["flow",{"2":{"93":1,"148":1}}],["flows",{"0":{"93":1}}],["flag",{"2":{"176":1}}],["flaky",{"2":{"92":1}}],["flashcomponent",{"2":{"58":2,"119":2,"133":1,"195":2}}],["flash",{"0":{"130":1,"133":1,"275":1},"1":{"131":1,"132":1,"133":1,"134":1,"135":1,"136":1,"276":1},"2":{"40":7,"58":9,"88":2,"95":2,"119":9,"130":1,"131":4,"133":18,"134":2,"135":1,"136":5,"167":7,"195":1,"245":3,"259":5,"269":3,"275":1,"276":9,"347":1,"353":3,"354":2}}],["flushed",{"2":{"89":1}}],["fussy",{"2":{"154":1}}],["full",{"2":{"114":2,"151":1,"197":1,"234":1}}],["fully",{"2":{"43":1,"63":1}}],["future",{"2":{"38":1,"50":1,"126":1,"165":1,"200":1,"217":1,"222":1,"239":1,"314":1,"357":1}}],["functions",{"2":{"52":1}}],["functionality",{"2":{"213":1}}],["functional",{"2":{"48":1}}],["function",{"2":{"27":1,"52":1,"321":1}}],["further",{"2":{"11":1,"40":1,"356":1}}],["fancier",{"2":{"298":1}}],["fairly",{"2":{"321":1}}],["fair",{"2":{"213":1}}],["failing",{"2":{"263":1,"310":1,"338":1,"341":1}}],["failure",{"2":{"91":1,"341":2}}],["fail",{"2":{"52":1,"91":2,"96":1,"288":1,"325":1,"337":1,"338":1}}],["failsafe",{"2":{"248":2,"266":1}}],["fails",{"2":{"29":1,"263":1,"320":1,"338":1}}],["favicon",{"0":{"79":1},"2":{"79":4}}],["family",{"2":{"76":1,"124":1}}],["familiarize",{"2":{"64":1}}],["familiar",{"2":{"13":1,"27":1,"150":1}}],["facility",{"2":{"104":1}}],["face",{"2":{"76":1}}],["factored",{"2":{"324":1}}],["factor",{"2":{"157":1}}],["factory",{"2":{"66":5,"106":3,"243":3,"288":7,"342":4}}],["factorybot",{"0":{"66":1},"2":{"66":4,"85":1,"127":1,"243":2,"288":2,"289":1,"317":3,"319":1,"342":1}}],["factories",{"0":{"288":1,"342":1},"2":{"66":3,"82":1,"85":4,"106":1,"151":1,"243":1,"285":1,"287":2,"288":6,"342":3}}],["fact",{"2":{"1":1,"93":1,"326":1,"345":1}}],["faker",{"2":{"66":2,"243":1,"288":3,"319":1}}],["fakesendgrid",{"2":{"42":1}}],["far",{"2":{"48":2}}],["false",{"2":{"39":1,"41":1,"110":1,"139":1,"158":1,"206":1,"208":2,"219":3,"259":1,"280":3}}],["falls",{"2":{"346":1}}],["fallback",{"2":{"95":1}}],["fall",{"2":{"17":1}}],["fatal",{"2":{"27":4,"158":2}}],["fast",{"2":{"23":1,"338":1}}],["feasible",{"2":{"126":1}}],["featured",{"2":{"63":1}}],["features",{"0":{"116":1,"300":1,"340":1},"1":{"117":1,"118":1,"119":1,"120":1,"121":1,"122":1,"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1},"2":{"13":1,"14":1,"16":1,"17":1,"58":1,"63":1,"114":3,"115":1,"122":1,"124":1,"225":1,"232":1,"254":1,"299":1,"305":1,"306":1,"335":2}}],["feature",{"0":{"241":1,"278":1,"284":1,"291":1},"2":{"12":1,"26":1,"40":2,"126":1}}],["feb",{"2":{"117":1,"332":1}}],["fewer",{"2":{"344":1}}],["few",{"2":{"12":1,"13":1,"28":1,"29":1,"30":1,"85":1,"106":1,"124":1,"141":1,"146":1,"150":2,"154":1,"159":1,"186":1,"189":1,"208":1,"225":1,"229":1,"230":1,"263":1,"295":1,"299":1,"306":1,"308":1,"339":1,"344":1,"356":1,"361":1}}],["fetched",{"2":{"64":1,"307":1}}],["fetch",{"2":{"12":1,"37":3,"53":1,"245":1,"301":1,"308":1}}],["feel",{"2":{"1":1,"265":1,"303":1,"315":1}}],["focused",{"2":{"344":1}}],["focus",{"2":{"154":1,"339":1}}],["follows",{"2":{"239":1,"324":1,"360":1}}],["follow",{"2":{"190":1}}],["followed",{"2":{"109":1}}],["following",{"2":{"67":1,"108":2,"196":1,"230":1,"354":1,"360":1}}],["foundational",{"0":{"150":1},"2":{"148":3,"150":2,"154":1}}],["found",{"2":{"108":1,"214":1,"251":1,"254":1,"310":1}}],["fourth",{"2":{"280":1}}],["four",{"2":{"2":1,"101":1,"253":1,"322":1}}],["fonts",{"0":{"76":1},"2":{"76":5,"82":1,"84":2}}],["font",{"2":{"57":1,"76":5,"295":5}}],["foobar",{"2":{"46":5,"47":7,"214":8}}],["foo",{"2":{"28":1,"77":3,"106":3,"192":4}}],["forgotten",{"2":{"338":2}}],["forget",{"2":{"338":1}}],["forgery",{"2":{"306":1,"308":1}}],["forward",{"2":{"323":1}}],["forbackend",{"2":{"196":3}}],["forcli",{"2":{"196":3}}],["forhtml",{"2":{"196":3}}],["foreign",{"2":{"67":1,"109":3,"110":3,"114":1,"124":2,"286":5}}],["formdata",{"2":{"308":1}}],["form>",{"2":{"120":1,"140":2,"178":2}}],["formtag",{"2":{"120":2,"122":1,"140":2,"177":1,"178":1,"244":1,"282":1,"296":1,"308":2,"325":1}}],["formaction=",{"2":{"57":1}}],["formaction",{"2":{"57":7}}],["formatting",{"2":{"198":1}}],["formats",{"2":{"197":5,"198":1,"212":1}}],["format",{"2":{"28":2,"76":1,"81":1,"117":2,"136":1,"197":3,"198":2,"350":1}}],["form",{"0":{"139":1,"141":1,"144":1,"166":1,"174":1,"280":1,"281":1,"282":1},"1":{"175":1,"176":1,"177":1,"178":1,"179":1,"180":1,"181":1,"182":1,"183":1},"2":{"11":1,"12":4,"14":1,"23":2,"59":1,"64":1,"84":1,"88":3,"91":1,"106":1,"120":14,"121":8,"122":6,"132":5,"138":1,"139":9,"140":21,"141":11,"142":1,"146":1,"151":2,"163":1,"164":1,"165":4,"166":18,"167":2,"169":1,"171":1,"172":1,"174":1,"175":1,"176":2,"177":12,"178":19,"179":1,"207":1,"244":16,"245":9,"250":1,"251":1,"253":3,"277":2,"278":1,"279":1,"280":7,"281":9,"282":16,"291":1,"293":3,"294":5,"295":7,"296":6,"308":8,"314":1,"322":3,"324":5,"325":1,"354":2}}],["forms",{"0":{"120":1,"137":1,"140":1,"277":1},"1":{"138":1,"139":1,"140":1,"141":1,"142":1,"143":1,"144":1,"145":1,"146":1,"278":1,"279":1,"280":1,"281":1,"282":1},"2":{"0":2,"12":1,"82":1,"84":2,"100":1,"120":2,"137":2,"138":6,"139":2,"140":2,"146":4,"176":2,"178":1,"225":1,"244":1,"253":1,"280":1,"325":1}}],["for",{"0":{"97":1,"159":1,"248":1,"316":1,"325":1,"328":1,"330":1,"337":1,"347":1},"1":{"317":1,"318":1,"319":1,"320":1,"348":1,"349":1,"350":1},"2":{"0":1,"2":2,"5":1,"9":1,"10":1,"12":8,"13":2,"19":1,"21":1,"22":1,"23":1,"24":1,"28":3,"30":2,"31":1,"34":1,"36":1,"37":2,"38":1,"39":1,"40":6,"41":1,"42":3,"43":1,"44":3,"46":3,"50":2,"52":1,"53":1,"54":3,"57":1,"58":2,"59":5,"61":1,"62":1,"64":1,"66":3,"67":2,"70":2,"71":1,"72":1,"73":2,"74":5,"75":1,"76":1,"78":2,"79":1,"81":1,"84":9,"85":5,"86":1,"87":2,"88":1,"90":4,"91":4,"95":4,"96":1,"98":1,"100":1,"103":2,"104":1,"105":2,"106":3,"108":1,"109":9,"110":6,"111":1,"113":1,"114":1,"115":3,"117":1,"120":1,"122":1,"126":3,"127":1,"129":4,"131":1,"132":3,"133":1,"134":1,"136":3,"138":1,"139":2,"140":4,"141":1,"144":1,"146":2,"148":1,"150":3,"151":7,"153":1,"154":1,"155":2,"157":1,"158":9,"161":1,"162":1,"165":3,"166":2,"167":2,"169":2,"171":2,"172":1,"173":1,"174":1,"175":1,"176":3,"177":2,"178":10,"179":1,"181":2,"183":1,"186":1,"187":3,"190":1,"191":1,"192":4,"194":2,"197":3,"198":1,"200":2,"202":1,"203":2,"205":2,"206":3,"207":3,"208":7,"212":2,"213":1,"214":4,"215":1,"217":3,"219":6,"220":1,"221":3,"222":1,"223":2,"225":5,"228":1,"230":1,"234":1,"236":1,"239":1,"240":2,"243":1,"244":1,"246":1,"248":2,"249":1,"251":1,"253":1,"254":1,"258":2,"259":11,"260":1,"261":2,"262":1,"263":2,"267":2,"269":1,"270":1,"273":1,"274":1,"277":1,"280":2,"281":1,"282":5,"286":1,"287":2,"289":1,"293":1,"294":1,"295":3,"296":1,"299":1,"300":1,"301":1,"302":1,"303":2,"309":1,"310":1,"311":1,"313":1,"314":3,"315":1,"316":3,"317":2,"318":1,"319":2,"320":1,"321":1,"322":1,"324":5,"325":3,"328":3,"329":1,"330":6,"332":1,"335":1,"336":1,"337":2,"338":4,"339":1,"341":3,"343":1,"346":2,"348":1,"349":2,"351":2,"353":2,"354":7,"355":1,"357":5,"358":4,"359":1,"360":6,"361":3}}],["fresh",{"2":{"286":1}}],["frees",{"2":{"125":1}}],["free",{"2":{"63":1,"110":1,"126":1,"129":1,"154":1,"265":1}}],["fragments",{"2":{"253":1}}],["frameworks",{"2":{"23":1,"132":1,"216":1,"309":1}}],["framework",{"2":{"0":1,"16":1,"17":2,"36":2,"41":1,"42":1,"43":1,"44":4,"46":1,"102":1,"103":1,"117":1,"122":1,"213":2,"219":1,"222":1,"236":1,"246":1,"254":1,"276":1,"301":2,"305":1,"321":1,"322":1,"325":2}}],["friendly",{"2":{"198":1}}],["from",{"0":{"348":1},"2":{"9":2,"11":1,"12":1,"14":2,"17":1,"23":2,"24":1,"28":1,"32":1,"36":1,"45":1,"48":1,"51":1,"52":4,"56":3,"64":3,"69":1,"74":1,"75":1,"77":1,"94":1,"101":1,"107":1,"109":1,"113":1,"126":1,"131":1,"132":2,"133":1,"134":1,"140":2,"146":1,"150":4,"158":1,"165":4,"174":1,"178":3,"181":1,"187":1,"198":1,"205":1,"206":1,"207":1,"208":1,"209":2,"214":3,"224":1,"225":1,"226":1,"230":3,"244":1,"245":1,"253":1,"259":5,"260":2,"263":1,"286":1,"294":1,"297":1,"307":1,"308":1,"319":1,"338":2,"341":1,"348":2,"349":2,"351":1,"352":1,"353":2,"354":2,"356":1}}],["frontend",{"2":{"11":1,"40":2,"56":2,"58":1,"78":1,"79":1,"118":1,"131":2,"132":3,"133":1,"136":3,"139":2,"140":10,"144":1,"146":5,"165":6,"176":1,"177":3,"198":2,"208":1,"209":2,"219":7,"225":8,"228":1,"236":2,"244":1,"245":1,"246":3,"247":1,"249":1,"250":2,"251":1,"257":2,"259":2,"260":2,"273":3,"276":1,"282":1,"290":1,"294":1,"295":1,"308":1,"309":1,"314":1,"325":1,"332":2,"348":1,"354":2,"355":3,"357":2}}],["front",{"0":{"337":1},"2":{"1":1,"11":1,"14":1,"23":3,"26":1,"38":2,"46":5,"52":3,"56":1,"57":4,"59":2,"64":1,"70":1,"73":2,"76":2,"77":2,"78":2,"79":1,"82":2,"84":3,"85":3,"122":1,"139":1,"187":1,"188":1,"192":1,"208":1,"213":2,"214":7,"219":5,"225":1,"236":1,"244":5,"245":3,"246":1,"247":1,"253":1,"257":7,"258":1,"280":1,"281":1,"282":1,"293":1,"294":1,"295":4,"335":2}}],["fit",{"2":{"126":1,"318":1}}],["fill",{"2":{"88":2,"339":1}}],["filename",{"2":{"47":1,"106":1,"286":1}}],["file",{"0":{"31":1},"2":{"27":1,"31":1,"35":1,"36":1,"39":1,"46":3,"52":1,"66":1,"74":4,"75":1,"76":1,"81":2,"84":1,"105":1,"106":1,"148":1,"151":2,"158":1,"165":1,"192":3,"196":1,"214":2,"230":1,"243":1,"286":1,"335":1,"338":1}}],["filesystem",{"2":{"102":2}}],["files",{"2":{"0":1,"22":2,"28":2,"38":1,"45":2,"46":1,"74":2,"75":3,"78":1,"80":1,"100":1,"105":1,"106":2,"113":1,"149":1,"151":2,"155":2,"158":2,"159":2,"192":4,"197":1,"214":1,"317":1}}],["figure",{"2":{"47":1,"97":1,"140":1,"219":1,"298":1,"352":1,"360":2}}],["figuring",{"2":{"47":1}}],["final",{"2":{"324":2}}],["finally",{"2":{"214":1}}],["finds",{"2":{"312":1,"348":1}}],["findbang",{"2":{"108":1}}],["finding",{"2":{"94":1}}],["find",{"2":{"47":1,"64":1,"69":1,"106":1,"108":1,"132":1,"133":1,"166":1,"167":1,"168":1,"193":1,"200":1,"236":1,"245":2,"254":2,"269":2,"332":1}}],["finely",{"2":{"50":1,"217":1}}],["fine",{"0":{"265":1,"268":1},"2":{"4":1,"46":1,"172":1,"179":1,"259":1,"266":1,"281":3}}],["fields",{"2":{"105":1,"146":1,"277":1,"278":1,"280":1,"282":1,"286":1}}],["field",{"0":{"199":1,"290":1},"1":{"291":1,"292":1,"293":1,"294":1,"295":1,"296":1},"2":{"12":1,"13":1,"105":1,"106":1,"110":1,"144":1,"176":1,"178":3,"199":7,"217":1,"225":1,"243":2,"244":1,"277":1,"280":2,"281":1,"291":1,"293":2,"294":1,"295":1}}],["first",{"2":{"0":1,"43":1,"46":2,"75":1,"89":1,"108":1,"157":1,"158":1,"164":1,"168":1,"186":1,"196":1,"214":1,"243":1,"246":1,"276":1,"280":1,"293":1,"312":1,"349":1}}],["pkey",{"2":{"286":2}}],["p>",{"2":{"258":1}}],["pieces",{"2":{"253":1}}],["piece",{"2":{"178":1,"336":1}}],["picture",{"2":{"77":1}}],["psql",{"2":{"151":1,"286":1}}],["pg",{"2":{"108":2,"115":2}}],["png",{"2":{"77":2,"188":1}}],["people",{"2":{"67":1,"106":1,"109":1,"110":1,"124":1,"243":1,"286":1}}],["percentil",{"2":{"205":1}}],["period",{"2":{"91":1}}],["persist",{"2":{"89":1}}],["personalwithtokenhandler",{"2":{"324":1}}],["personal",{"2":{"324":1}}],["person",{"0":{"4":1},"2":{"4":2,"6":2,"7":1,"8":2}}],["perhaps",{"2":{"43":1,"205":1}}],["performs",{"2":{"146":1}}],["perform",{"2":{"27":1,"141":1,"148":1,"158":1,"178":1,"257":1,"273":1}}],["performing",{"2":{"25":1,"94":1,"171":1}}],["performance",{"2":{"17":1,"205":3}}],["per",{"2":{"13":1,"110":2,"148":1,"168":1,"341":1,"359":1,"360":1}}],["p",{"2":{"59":1,"258":2}}],["pv",{"2":{"57":3}}],["phase",{"2":{"158":1}}],["ph",{"2":{"57":3}}],["phlex",{"0":{"274":1},"2":{"0":1,"11":1,"55":1,"56":2,"57":1,"62":3,"117":1,"118":1,"119":2,"140":3,"196":1,"198":1,"224":1,"225":1,"251":1,"258":5,"272":1,"273":1,"274":1,"296":1}}],["plus",{"2":{"151":1}}],["pluck",{"2":{"140":1}}],["pluralized",{"2":{"273":1}}],["pluralization",{"0":{"331":1},"2":{"106":1,"331":1}}],["plurally",{"2":{"106":1}}],["plugins",{"2":{"63":1,"108":5,"230":1}}],["pleasing",{"2":{"251":1}}],["pleasant",{"2":{"51":1}}],["please",{"2":{"44":1,"64":1,"106":1,"244":1,"255":1}}],["plces",{"2":{"38":1}}],["plans",{"2":{"207":1,"212":2}}],["planned",{"2":{"103":1,"274":1}}],["plan",{"2":{"62":1}}],["playright",{"2":{"299":1}}],["playwright",{"0":{"88":1,"91":1},"2":{"46":1,"87":2,"88":3,"90":3,"91":2,"94":1,"127":1,"179":1,"214":1,"299":1}}],["play",{"2":{"28":1,"324":1}}],["placeholders",{"0":{"330":1},"2":{"259":1,"324":1,"325":1,"329":1,"330":1}}],["placeholder",{"0":{"329":1},"2":{"259":2,"323":3,"324":4,"328":1,"329":1,"353":1,"354":1}}],["places",{"2":{"230":1,"307":1,"353":1,"361":1}}],["placed",{"2":{"46":1,"221":1,"259":1}}],["place",{"2":{"13":1,"21":1,"43":1,"78":2,"80":1,"219":1,"255":1,"259":1,"312":1,"357":2}}],["platform=platform",{"2":{"158":1}}],["platform",{"2":{"13":1,"100":1,"158":4,"251":2}}],["plain",{"2":{"0":1,"117":1,"261":1}}],["poilcy",{"2":{"309":1}}],["pointless",{"2":{"67":1}}],["point",{"2":{"46":2,"50":1,"151":1,"214":3,"217":1,"246":1,"325":1,"361":1}}],["potential",{"2":{"305":1}}],["potentially",{"2":{"74":1,"75":1,"109":1,"167":1,"259":1,"308":1}}],["power",{"2":{"267":1,"357":1}}],["powered",{"2":{"25":1,"26":1,"27":1,"48":1,"128":1,"232":1,"274":1,"308":2,"315":1,"334":1}}],["policies",{"2":{"219":1}}],["policy",{"0":{"309":1},"2":{"40":2,"300":1,"306":1,"309":2,"312":1}}],["portion",{"2":{"212":1}}],["populated",{"2":{"165":1}}],["popstgres",{"2":{"148":1}}],["poke",{"2":{"158":1}}],["posts",{"2":{"284":1,"286":13,"287":1}}],["post",{"2":{"120":2,"140":2,"171":4,"230":1,"287":1,"288":4,"289":2,"322":2}}],["postgtes",{"2":{"114":1}}],["postgresql",{"2":{"124":1}}],["postgres",{"2":{"63":2,"67":1,"104":2,"114":1,"115":3,"124":1,"148":1,"149":1,"187":1}}],["possible",{"2":{"12":1,"40":1,"70":1,"75":1,"93":1,"100":1,"158":1,"159":1,"237":1,"300":1,"337":1,"342":1,"349":1}}],["puma",{"2":{"206":1}}],["puzzle",{"2":{"178":1}}],["push",{"2":{"158":6,"300":1}}],["pushed",{"2":{"158":3}}],["punishing",{"2":{"86":1}}],["public",{"2":{"77":1,"80":1,"82":1,"84":3,"134":1,"159":1,"165":1,"168":1,"169":1,"286":2,"361":1}}],["puts",{"2":{"325":1}}],["putting",{"2":{"207":1}}],["put",{"0":{"69":1},"2":{"69":1,"221":1,"269":1,"324":1,"360":2}}],["pull",{"2":{"12":1}}],["purposes",{"2":{"37":1,"95":1,"109":1,"178":1,"221":1,"316":1}}],["purpose",{"2":{"0":1,"12":1,"48":1,"69":1,"83":1,"84":4,"85":1,"90":1,"110":1,"140":1,"150":1,"158":1,"206":1,"225":1,"263":1,"318":1,"322":1}}],["pairs",{"2":{"282":1}}],["pair",{"2":{"280":1}}],["painfully",{"2":{"95":1}}],["pain",{"2":{"40":1,"86":2}}],["payload",{"2":{"209":1}}],["payloads",{"2":{"17":1}}],["past",{"2":{"198":1}}],["paste",{"2":{"158":1}}],["passing",{"2":{"172":2,"341":1}}],["passwords",{"2":{"241":1}}],["password",{"2":{"88":4,"120":4,"121":1,"122":1,"139":4,"243":1,"294":2}}],["pass",{"2":{"23":3,"37":1,"57":1,"194":1,"197":2,"332":1,"351":1,"359":2}}],["passed",{"2":{"23":1,"29":3,"40":1,"52":1,"57":1,"227":1,"238":1,"244":1}}],["pause",{"2":{"90":1}}],["padding",{"2":{"57":2,"295":1}}],["paragraphs",{"2":{"288":1}}],["param",{"2":{"353":1}}],["paramter",{"2":{"259":1}}],["params",{"2":{"140":2,"325":2}}],["parameterize",{"2":{"340":1}}],["parameters",{"2":{"40":1,"43":1,"58":2,"138":1,"141":1,"165":1,"207":1,"258":1,"259":2,"260":1,"267":1,"293":1,"324":1,"325":2,"353":1,"356":1,"358":1}}],["parameter",{"2":{"37":2,"39":3,"40":3,"131":1,"140":1,"259":3,"263":1,"281":1,"282":1,"325":2,"351":1,"354":2,"356":1,"358":2}}],["parse",{"2":{"262":1,"263":2,"271":1}}],["parsed",{"2":{"27":1,"32":1,"346":1,"351":1}}],["parent",{"2":{"248":1}}],["partial",{"2":{"57":1,"58":1}}],["particularly",{"2":{"100":1}}],["particular",{"2":{"28":1,"64":1,"132":1,"141":1,"169":1,"177":1,"205":2,"351":1,"359":1}}],["part",{"2":{"51":1,"54":1,"56":1,"70":1,"109":1,"114":1,"154":1,"178":1,"207":1,"209":1,"237":1,"323":1,"328":1,"330":1,"348":1}}],["party",{"0":{"47":1},"2":{"45":1,"151":1,"154":2,"214":4,"230":1,"253":1,"311":1}}],["parts",{"2":{"3":1,"27":1,"65":1,"148":1,"223":1,"240":1}}],["pattern",{"2":{"69":1,"139":1,"166":1}}],["patterns",{"2":{"24":1}}],["pat",{"2":{"67":2,"88":1,"243":1,"289":3,"317":1}}],["paths",{"2":{"35":1,"38":2,"46":1,"81":2,"219":2,"230":3,"236":1,"247":1,"314":2}}],["pathname",{"2":{"31":2,"39":1,"155":2,"323":1,"324":1}}],["path",{"2":{"22":1,"38":8,"39":2,"47":1,"73":3,"74":1,"118":3,"164":1,"165":1,"207":1,"208":6,"214":4,"219":22,"225":3,"230":2,"236":2,"247":6,"250":3,"322":2,"323":2,"324":3,"325":2,"329":2,"335":1}}],["pageidentifier",{"2":{"225":2}}],["pagepage",{"2":{"59":1}}],["page",{"0":{"17":1,"59":1,"195":1,"244":1,"248":1,"258":1,"259":1,"260":1,"271":1},"2":{"16":1,"17":1,"38":1,"46":1,"57":1,"58":4,"59":17,"61":1,"69":1,"74":1,"81":1,"84":1,"88":6,"90":1,"91":3,"93":1,"95":1,"96":3,"101":1,"117":7,"118":4,"119":1,"120":1,"121":2,"127":1,"130":1,"132":1,"133":1,"140":1,"151":3,"164":2,"165":5,"166":3,"167":1,"169":1,"177":1,"178":2,"179":3,"188":2,"195":4,"196":3,"207":2,"208":3,"218":1,"219":9,"221":3,"224":1,"225":8,"227":1,"228":4,"231":1,"241":2,"244":11,"245":3,"246":1,"247":6,"248":6,"249":1,"250":1,"251":3,"253":1,"256":1,"257":13,"258":5,"259":3,"260":5,"262":3,"263":2,"265":3,"266":1,"267":1,"268":1,"271":2,"273":1,"276":1,"279":1,"282":2,"309":1,"322":2,"324":7,"325":1,"328":6,"329":1,"330":1,"332":1,"335":2,"351":1,"353":2,"357":4,"358":3,"360":4}}],["pages",{"0":{"117":1,"256":1},"1":{"257":1,"258":1,"259":1,"260":1,"261":1,"262":1,"263":1,"264":1,"265":1,"266":1,"267":1,"268":1,"269":1,"270":1,"271":1,"272":1,"273":1,"274":1},"2":{"0":2,"11":1,"23":1,"38":2,"46":3,"50":1,"58":2,"59":1,"60":1,"61":1,"74":1,"78":1,"82":2,"84":2,"101":1,"120":1,"188":1,"195":1,"217":1,"219":1,"222":1,"224":1,"240":2,"244":2,"245":1,"247":1,"248":2,"253":3,"254":1,"257":7,"258":1,"259":4,"261":1,"267":1,"272":1,"273":1,"282":1,"298":1,"325":1,"337":1,"351":1,"354":2,"360":1}}],["packaged",{"2":{"159":1}}],["package",{"2":{"14":1,"46":2,"47":1,"159":1,"214":2,"230":1}}],["practice",{"2":{"94":1,"110":2,"124":1,"171":1,"248":1}}],["practices",{"0":{"15":1,"23":1,"33":1,"43":1,"53":1,"61":1,"68":1,"92":1,"112":1,"135":1,"143":1,"154":1,"161":1,"170":1,"180":1,"201":1,"211":1,"216":1,"221":1,"227":1,"238":1,"264":1,"312":1,"319":1,"327":1,"339":1,"360":1},"1":{"16":1,"17":1,"69":1,"70":1,"93":1,"94":1,"95":1,"96":1,"97":1,"113":1,"114":1,"144":1,"145":1,"171":1,"172":1,"181":1,"182":1,"265":1,"266":1,"267":1,"268":1,"269":1,"328":1,"329":1,"330":1,"331":1,"340":1,"341":1,"342":1},"2":{"61":1,"101":1,"110":1,"124":1,"339":1}}],["principles",{"2":{"157":1}}],["print",{"2":{"29":2,"158":1}}],["private",{"0":{"59":1},"2":{"59":6,"109":1,"140":1,"177":1,"195":2,"228":1,"265":1,"294":1,"295":1}}],["primed",{"2":{"350":1}}],["primarily",{"2":{"328":1}}],["primary",{"2":{"37":2,"55":1,"106":1,"109":6,"110":4,"154":1,"206":1,"286":3,"321":1}}],["primitives",{"2":{"12":1}}],["preceded",{"2":{"323":1}}],["precisely",{"2":{"132":1}}],["precise",{"2":{"2":1}}],["pretty",{"2":{"274":1,"287":1}}],["preped",{"2":{"250":1}}],["prepending",{"2":{"356":1}}],["prepended",{"2":{"176":1}}],["prepend",{"2":{"108":1}}],["predictability",{"2":{"193":1}}],["pre",{"2":{"140":1}}],["preload",{"2":{"118":2,"225":1,"250":1}}],["prevents",{"2":{"307":1}}],["prevented",{"2":{"178":1}}],["prevent",{"2":{"107":1,"130":1,"253":1,"260":1,"267":1,"357":1}}],["previous",{"2":{"105":1,"244":1,"324":2}}],["previously",{"2":{"40":1,"241":1}}],["present",{"2":{"165":1,"192":1,"281":1,"354":1,"355":1,"358":1}}],["presented",{"2":{"131":1}}],["prescription",{"2":{"126":1}}],["prescriptive",{"2":{"20":1}}],["pressed",{"2":{"122":1}}],["presumably",{"2":{"91":1,"178":1,"318":1,"319":1}}],["prefixing",{"2":{"109":1}}],["prefixed",{"2":{"106":1,"109":1,"208":1,"324":2}}],["prefix",{"2":{"40":5,"109":5,"208":1,"230":1}}],["prefer",{"0":{"329":1},"2":{"287":1}}],["preferred",{"2":{"154":1,"349":1}}],["preferable",{"2":{"29":1}}],["preferencespage",{"2":{"357":1}}],["preferences",{"2":{"328":1}}],["preference",{"2":{"5":1}}],["programmers",{"2":{"328":1}}],["progressive",{"2":{"213":1,"216":1}}],["progressively",{"2":{"10":1,"17":1,"95":1,"333":1}}],["prove",{"2":{"288":1}}],["providing",{"2":{"28":1,"58":1,"126":1,"342":1}}],["provides",{"2":{"10":1,"11":1,"16":1,"26":1,"28":1,"40":1,"45":1,"48":1,"52":1,"57":1,"58":1,"59":1,"63":2,"70":1,"72":1,"88":1,"104":1,"105":1,"108":2,"109":1,"120":1,"124":1,"127":2,"128":1,"133":1,"139":1,"140":1,"141":1,"147":1,"148":2,"174":1,"175":1,"177":1,"182":1,"192":3,"198":1,"213":2,"215":1,"223":1,"232":1,"253":1,"258":2,"261":1,"263":1,"306":1,"338":1,"347":2,"351":2,"356":1}}],["provided",{"2":{"5":1,"48":1,"50":1,"58":1,"67":1,"73":1,"78":1,"109":1,"119":1,"132":2,"141":1,"153":1,"155":1,"206":1,"217":1,"225":1,"231":1,"310":1,"324":1,"348":1,"353":1,"356":4,"357":1,"360":1}}],["provider",{"2":{"0":1}}],["provide",{"2":{"0":1,"7":1,"12":3,"31":1,"36":1,"63":1,"69":1,"86":1,"106":1,"107":1,"109":1,"110":1,"122":1,"126":2,"129":1,"132":1,"133":1,"135":1,"146":1,"150":1,"158":1,"191":1,"205":1,"208":1,"209":1,"212":1,"213":1,"217":1,"228":2,"250":1,"253":2,"259":1,"280":2,"325":1,"327":1,"338":1,"351":1,"358":3,"360":2}}],["promoted",{"2":{"286":1}}],["prompt",{"2":{"187":1}}],["prod",{"2":{"161":1}}],["producing",{"2":{"253":1}}],["production",{"2":{"27":1,"42":2,"43":1,"73":2,"74":1,"89":1,"107":2,"113":1,"128":1,"129":1,"158":1,"159":3,"160":4,"161":1,"203":1,"205":1,"271":1,"286":1,"316":1}}],["produces",{"2":{"118":1}}],["produce",{"2":{"27":3,"67":1,"74":1,"75":1,"90":1,"94":1,"117":1,"158":1,"212":1,"258":1,"268":1,"272":1,"341":1}}],["produced",{"2":{"2":1,"7":1,"73":1,"105":1}}],["procfile",{"2":{"157":1,"302":1}}],["proceeding",{"2":{"219":1}}],["proceed",{"2":{"122":1,"168":1,"219":1,"260":1}}],["processing",{"0":{"281":1},"2":{"168":1}}],["processed",{"2":{"89":1}}],["processes",{"2":{"29":1,"32":1,"158":2}}],["process",{"2":{"70":1,"107":1,"120":1,"158":7,"163":2,"165":1}}],["protobuf",{"2":{"206":2}}],["protocol",{"0":{"229":1},"1":{"230":1},"2":{"206":2}}],["prototype",{"2":{"48":1}}],["prototyping",{"2":{"23":1,"309":1}}],["protection",{"0":{"308":1,"314":1},"2":{"140":1,"306":1,"308":1,"312":1,"314":2}}],["prone",{"2":{"94":1,"267":1,"352":1}}],["proprietary",{"2":{"212":1}}],["prop",{"2":{"58":1}}],["property",{"2":{"225":1}}],["properties",{"2":{"48":1,"100":1,"181":1}}],["proper",{"2":{"87":1,"269":1}}],["properly",{"2":{"9":1,"113":1,"178":1,"196":1,"205":1,"211":1,"223":1,"237":1}}],["probed",{"2":{"311":1}}],["problems",{"2":{"110":1,"166":1,"196":1,"211":1,"217":1,"257":1}}],["problem",{"2":{"16":1,"210":1,"246":1,"281":1,"325":1}}],["probably",{"0":{"17":1},"2":{"4":1,"347":1}}],["professional",{"2":{"8":1}}],["projectenvironment",{"2":{"42":1}}],["project",{"2":{"1":1,"2":1,"27":2,"30":3,"31":1,"42":2,"43":1,"155":1,"161":1}}],["cgi",{"2":{"356":2}}],["cwd",{"2":{"230":1}}],["c",{"2":{"176":1}}],["circumstances",{"2":{"332":1}}],["circular",{"2":{"44":1}}],["ci",{"2":{"151":2,"189":2,"286":1,"310":2}}],["citext",{"2":{"115":1,"286":2}}],["cdn",{"2":{"74":2}}],["cdns",{"2":{"46":1,"74":1}}],["csv",{"2":{"317":1}}],["cs",{"2":{"178":1,"225":1}}],["csrf",{"0":{"308":1,"314":1},"2":{"140":1,"259":2,"306":1,"308":6,"312":1,"314":2,"354":2}}],["cspnoinlinestylesorscripts",{"2":{"40":1,"309":1}}],["csp",{"2":{"40":2,"207":1,"300":1,"309":5}}],["css",{"0":{"45":1,"46":1,"47":1,"48":1,"73":1,"94":1,"123":1,"181":1,"268":1},"1":{"46":1,"47":1,"48":1,"49":1,"50":1,"74":1,"75":1},"2":{"3":2,"45":3,"46":28,"47":11,"48":7,"50":1,"57":1,"72":2,"73":6,"74":13,"75":3,"76":8,"81":6,"82":2,"84":2,"94":1,"95":3,"100":2,"102":4,"118":8,"123":1,"178":3,"181":5,"225":4,"230":1,"244":5,"250":4,"251":2,"253":2,"263":2,"268":1,"294":1,"295":12,"309":1,"344":1}}],["cc",{"2":{"40":1}}],["credentials",{"2":{"308":1}}],["creation",{"2":{"109":1,"110":1}}],["creating",{"0":{"13":1,"106":1,"258":1,"280":1,"290":1,"325":1},"1":{"291":1,"292":1,"293":1,"294":1,"295":1,"296":1},"2":{"9":1,"24":1,"30":1,"58":1,"106":4,"109":3,"110":1,"144":1,"146":2,"158":1,"176":1,"194":1,"215":1,"225":1,"260":1,"282":1,"283":1,"288":1,"290":1,"308":1}}],["creative",{"2":{"2":1,"4":1,"5":1}}],["creators",{"2":{"101":1}}],["creator",{"2":{"6":1}}],["creates",{"2":{"52":2,"106":1,"109":1,"110":1,"140":5,"209":1,"225":1,"268":1,"288":1,"290":1,"352":1,"360":1}}],["create",{"0":{"75":1,"144":1,"244":1,"286":1,"287":1,"288":1,"289":1,"293":1},"2":{"2":2,"12":1,"13":2,"26":1,"27":5,"31":1,"46":1,"52":2,"56":2,"57":1,"59":1,"64":1,"66":4,"67":5,"74":1,"85":3,"105":1,"106":8,"109":1,"110":3,"120":1,"124":1,"125":1,"126":3,"132":1,"133":1,"139":1,"144":1,"150":2,"151":13,"157":1,"158":6,"164":1,"165":1,"166":1,"169":1,"181":1,"184":1,"186":2,"187":1,"196":1,"198":1,"208":2,"236":2,"238":1,"243":7,"244":1,"249":1,"250":1,"251":1,"257":3,"259":2,"260":1,"265":1,"272":1,"276":1,"278":1,"279":1,"280":3,"281":1,"282":2,"285":4,"286":4,"287":2,"288":2,"289":4,"293":1,"295":1,"296":1,"309":1,"317":7,"324":1,"325":3,"332":2,"335":1,"338":2,"341":4,"342":1,"350":1,"352":1,"359":2,"360":1}}],["createdat",{"2":{"108":1}}],["created",{"0":{"337":1},"2":{"2":1,"6":2,"12":1,"21":1,"32":1,"38":2,"44":1,"58":2,"59":1,"66":1,"85":1,"106":6,"108":2,"109":2,"110":3,"120":1,"136":3,"158":1,"159":1,"181":1,"197":1,"206":1,"209":1,"230":1,"247":1,"259":1,"280":1,"286":5,"289":1,"310":1,"317":1,"342":2,"357":2}}],["critical",{"2":{"210":1,"342":1}}],["cross",{"2":{"168":1,"221":1,"306":1,"308":1}}],["crud",{"2":{"17":1}}],["certain",{"2":{"91":1,"145":1,"263":1,"301":1,"332":1}}],["certainly",{"2":{"7":1,"9":1,"122":1,"132":1,"350":1,"360":1}}],["centralizing",{"2":{"224":1}}],["centralize",{"2":{"13":1}}],["center",{"2":{"188":2}}],["centered",{"2":{"57":1}}],["churn",{"2":{"344":1}}],["chris",{"2":{"243":1,"289":3,"317":1}}],["chromium",{"2":{"87":1}}],["chaos",{"2":{"251":1}}],["characters",{"2":{"139":1,"176":1}}],["charset=",{"2":{"118":1}}],["charset",{"2":{"118":1,"225":1}}],["changing",{"2":{"75":2,"96":1,"236":1,"309":1}}],["changed",{"2":{"105":1,"109":1,"110":1,"178":1,"222":1,"325":1,"349":1}}],["changes",{"0":{"108":1,"110":1},"1":{"109":1},"2":{"13":1,"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"89":1,"94":1,"95":1,"98":1,"105":1,"108":2,"113":1,"115":1,"136":1,"146":1,"155":1,"162":1,"173":1,"183":1,"188":1,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"270":1,"313":1,"320":1,"332":1,"336":1,"337":1,"343":1,"361":1}}],["change",{"2":{"13":2,"28":2,"40":1,"54":1,"74":4,"95":1,"105":1,"106":3,"109":1,"110":1,"113":3,"115":1,"136":1,"188":2,"222":1,"239":1,"286":1,"314":1,"325":2}}],["chance",{"2":{"70":1,"114":1,"207":1}}],["choose",{"2":{"269":1,"329":1,"360":1}}],["choice",{"0":{"70":1}}],["chokidar",{"2":{"46":1,"214":1}}],["chosen",{"2":{"12":1,"178":1,"205":1}}],["child",{"2":{"29":1,"32":1}}],["checking",{"2":{"193":1,"248":1,"360":1}}],["checks",{"2":{"141":1,"151":1,"158":5,"161":1,"178":1,"189":1,"219":1,"221":1,"326":1}}],["checkbox",{"2":{"139":2}}],["checked",{"2":{"70":1,"158":1}}],["checkconstraintviolation",{"2":{"67":1}}],["check",{"2":{"27":1,"43":1,"44":1,"59":1,"67":1,"138":1,"141":1,"151":1,"166":1,"169":4,"190":2,"200":1,"208":3,"219":3,"234":1,"252":1,"259":1,"263":4,"266":1,"268":1,"310":1,"333":1,"338":5,"341":1,"349":1}}],["checkout",{"2":{"27":1,"338":1}}],["cv>",{"2":{"178":4}}],["cv",{"2":{"12":3,"176":2,"178":26,"179":5,"199":3,"225":4,"244":3,"294":2,"295":2}}],["cutting",{"2":{"168":1,"221":1}}],["customization",{"2":{"225":1}}],["customize",{"2":{"225":1}}],["customized",{"2":{"103":1,"212":1}}],["custom",{"0":{"12":1,"13":1,"51":1,"233":1,"275":1,"341":1,"357":1},"1":{"52":1,"53":1,"54":1,"276":1},"2":{"10":1,"11":2,"13":2,"17":2,"18":1,"43":1,"48":1,"51":2,"52":6,"53":1,"76":1,"84":1,"85":1,"95":3,"100":1,"122":2,"127":1,"151":2,"178":1,"181":2,"209":2,"213":1,"215":1,"216":1,"225":1,"269":1,"299":1,"311":1,"341":1,"348":3}}],["curated",{"2":{"113":1}}],["cursor",{"2":{"2":1,"5":1}}],["currently",{"2":{"20":1,"31":1,"50":1,"58":1,"62":1,"63":2,"80":1,"104":2,"124":1,"132":1,"136":1,"154":1,"177":1,"217":1,"223":2,"236":1,"239":1,"257":1,"307":1,"308":1,"314":1,"357":2,"360":1,"361":1}}],["current",{"0":{"246":1},"2":{"1":1,"54":1,"114":1,"131":1,"132":8,"136":1,"140":1,"198":1,"208":3,"245":5,"246":3,"247":2,"248":2,"259":5,"346":1,"347":2,"350":3,"354":3,"355":2}}],["camel",{"2":{"250":1,"324":2}}],["caution",{"2":{"259":1}}],["caught",{"2":{"208":1}}],["causes",{"2":{"121":1,"210":1}}],["cause",{"2":{"40":1,"217":1,"246":1,"359":1}}],["causing",{"2":{"16":1,"199":1}}],["care",{"2":{"113":1,"182":1,"197":1}}],["careful",{"2":{"92":1,"214":2,"346":1,"360":2}}],["carefully",{"2":{"9":1,"113":1}}],["carrying",{"2":{"93":1,"338":1}}],["caching",{"2":{"74":1}}],["caches",{"2":{"150":1}}],["cached",{"2":{"74":2}}],["cache",{"2":{"74":4,"253":1}}],["capture",{"2":{"32":1,"196":2}}],["capable",{"2":{"9":2,"158":1}}],["category",{"2":{"17":1}}],["caller",{"2":{"57":1}}],["called",{"2":{"17":1,"29":1,"37":2,"48":1,"52":1,"57":2,"58":1,"64":1,"100":1,"101":1,"102":4,"105":1,"109":1,"117":1,"165":1,"184":1,"197":1,"218":1,"243":2,"251":1,"259":2,"260":1,"262":1,"271":1,"273":1,"311":1,"317":1,"322":2,"324":1,"325":1,"328":1,"338":1}}],["calls",{"2":{"56":1,"91":1,"155":1,"165":1,"168":1,"171":1,"195":1,"254":1,"258":1,"328":1}}],["calling",{"2":{"30":1,"37":1,"40":3,"100":1,"258":1,"271":1}}],["call",{"2":{"13":1,"14":1,"28":1,"37":1,"40":1,"41":2,"58":1,"140":1,"169":2,"171":1,"176":1,"195":1,"200":1,"219":1,"225":1,"236":4,"262":2,"271":1,"297":1,"310":1,"317":1,"322":1,"332":3,"351":1}}],["callbacks",{"2":{"13":1}}],["candidate",{"2":{"95":1}}],["canonical",{"2":{"27":1}}],["can",{"0":{"252":1,"328":1},"2":{"11":1,"13":2,"14":1,"16":1,"17":1,"20":1,"22":1,"23":1,"26":2,"27":1,"28":3,"29":2,"30":3,"32":4,"36":1,"37":1,"38":1,"40":8,"41":3,"42":1,"45":3,"47":1,"48":2,"51":2,"52":5,"55":1,"57":5,"58":5,"59":3,"61":1,"64":4,"66":2,"67":3,"70":1,"73":1,"74":1,"75":1,"77":2,"78":2,"80":1,"81":1,"85":1,"87":1,"90":4,"91":1,"92":1,"93":1,"94":1,"95":2,"96":1,"106":1,"107":1,"109":6,"110":6,"113":2,"114":1,"115":1,"119":1,"120":1,"122":2,"123":1,"124":1,"126":1,"132":5,"133":3,"134":2,"138":2,"139":1,"140":2,"141":2,"142":1,"145":2,"148":1,"149":2,"150":1,"151":1,"154":1,"156":1,"158":5,"160":2,"167":3,"171":1,"172":1,"175":1,"178":2,"181":1,"185":1,"187":2,"188":2,"189":1,"190":1,"194":2,"195":2,"196":1,"197":4,"198":4,"199":1,"200":1,"205":1,"206":1,"208":3,"210":1,"212":1,"213":2,"214":3,"215":1,"218":1,"219":8,"221":1,"227":1,"236":1,"237":1,"238":2,"241":2,"243":1,"244":4,"245":1,"246":3,"250":1,"251":1,"253":2,"257":2,"258":2,"259":4,"263":1,"266":2,"269":3,"271":1,"272":1,"273":2,"275":1,"276":1,"280":1,"286":3,"287":1,"289":1,"290":1,"295":1,"296":1,"300":1,"307":1,"309":2,"317":4,"320":1,"323":1,"324":1,"325":4,"326":1,"329":2,"331":1,"332":1,"333":2,"334":1,"337":1,"341":1,"342":2,"344":1,"346":1,"347":3,"349":2,"350":2,"351":2,"352":1,"353":1,"354":1,"356":1,"357":3,"358":1,"360":1}}],["cannot",{"2":{"7":1,"40":2,"42":1,"46":1,"58":1,"70":1,"86":1,"105":1,"114":1,"133":1,"167":1,"182":1,"193":1,"196":1,"241":1,"248":2,"257":1,"319":1,"336":1,"338":1,"357":1}}],["cased",{"2":{"250":1,"324":1}}],["cases",{"2":{"12":1,"52":7,"53":1,"93":1,"109":1,"110":1,"349":1}}],["case",{"2":{"5":1,"21":2,"37":1,"39":1,"52":2,"70":1,"75":1,"78":1,"219":1,"221":1,"236":1,"239":1,"324":1,"346":1,"349":1,"356":1}}],["cookie",{"2":{"307":3}}],["cookies",{"2":{"130":1,"307":1,"315":2}}],["cool",{"2":{"298":1}}],["covered",{"2":{"338":3}}],["coverage",{"2":{"325":1,"338":2}}],["cover",{"2":{"210":1,"326":1}}],["covers",{"2":{"115":1,"332":1}}],["coerce",{"2":{"146":1}}],["coerced",{"2":{"39":1,"141":1}}],["coalesce",{"2":{"114":1}}],["cost",{"2":{"93":1,"338":1}}],["colon",{"2":{"323":1}}],["color",{"2":{"57":7,"178":1,"244":1,"295":2}}],["collation",{"2":{"286":2}}],["collects",{"2":{"225":1}}],["collecting",{"2":{"174":1}}],["collection",{"2":{"122":1}}],["columns",{"2":{"108":2,"110":3,"124":1,"286":2}}],["column",{"2":{"67":2,"105":1,"106":2,"109":2,"110":5,"114":1,"124":4,"188":1,"243":2,"286":6,"295":1}}],["coupled",{"2":{"62":1,"67":1,"125":1,"350":1}}],["course",{"2":{"17":1,"219":1,"246":1}}],["couldn",{"2":{"40":1}}],["could",{"2":{"3":1,"21":2,"23":1,"43":1,"50":2,"81":1,"93":1,"126":1,"132":1,"136":1,"159":1,"167":1,"196":1,"205":2,"217":2,"220":1,"228":1,"236":1,"248":2,"260":1,"280":1,"298":1,"339":1,"360":1,"361":1}}],["combination",{"2":{"263":1,"288":1}}],["coming",{"2":{"178":1,"341":1}}],["com$",{"2":{"67":1}}],["com",{"2":{"67":3,"88":1,"102":1,"121":1,"158":1,"194":1,"196":1,"243":2,"289":2,"317":2}}],["comes",{"2":{"64":1,"267":1}}],["come",{"2":{"27":1,"46":1,"66":1,"294":1,"319":1,"342":1,"356":1}}],["community",{"2":{"251":1}}],["communication",{"2":{"167":1}}],["communicates",{"2":{"230":1}}],["communicate",{"2":{"59":1,"167":1,"205":1,"348":1}}],["comments",{"2":{"124":1}}],["comment",{"2":{"67":1,"106":2,"109":1,"110":2,"115":1,"124":2,"243":1,"286":2}}],["commenting",{"2":{"13":1}}],["commonly",{"2":{"133":1}}],["common",{"2":{"47":1,"74":2,"100":1,"166":1,"206":1,"224":1,"225":1,"260":1,"274":1,"308":1}}],["committed",{"2":{"158":1}}],["commit",{"2":{"27":1}}],["command",{"0":{"150":1,"151":1},"2":{"21":1,"25":1,"27":12,"28":10,"29":8,"30":4,"32":5,"148":2,"150":1,"151":1,"153":1,"158":3,"287":1}}],["commands",{"2":{"21":6,"26":1,"27":2,"28":1,"113":1,"150":2,"151":2,"158":2,"187":2,"230":2}}],["companybycompanyid",{"2":{"324":1}}],["company",{"2":{"323":4,"324":2,"329":2}}],["compact=true",{"2":{"325":2}}],["compact",{"2":{"251":1,"325":2,"353":2}}],["compared",{"2":{"267":1,"352":1}}],["compare",{"2":{"155":1}}],["computer>",{"2":{"158":1}}],["computer",{"2":{"149":3,"150":2,"154":1,"160":1,"188":1,"229":1,"230":3}}],["compred",{"2":{"298":1}}],["comprehensible",{"2":{"6":1}}],["comprised",{"2":{"148":1}}],["compose",{"2":{"148":1,"158":3,"187":1,"230":1}}],["component",{"0":{"57":1,"195":1,"290":1,"295":1,"296":1},"1":{"291":1,"292":1,"293":1,"294":1,"295":1,"296":1},"2":{"9":1,"11":1,"56":4,"57":13,"58":11,"59":11,"61":2,"78":1,"84":1,"119":2,"127":1,"132":1,"133":2,"151":2,"165":4,"169":1,"177":2,"195":3,"209":1,"224":1,"225":2,"226":1,"227":1,"273":1,"276":1,"290":1,"293":3,"294":1,"295":2,"296":1,"299":1,"335":1,"337":1,"351":1}}],["componentsupport",{"2":{"271":2}}],["components",{"0":{"55":1,"58":1,"59":1,"119":1,"144":1},"1":{"56":1,"57":1,"58":1,"59":1,"60":1,"61":1,"62":1},"2":{"0":1,"11":1,"55":3,"56":1,"57":6,"58":6,"59":3,"60":1,"61":2,"62":3,"78":1,"82":2,"84":2,"119":3,"122":1,"140":13,"144":2,"146":2,"149":1,"177":8,"178":6,"186":3,"195":2,"198":2,"207":1,"209":1,"225":6,"227":3,"244":1,"253":1,"273":2,"282":2,"290":1,"293":1,"294":2,"295":2,"308":1,"325":1,"337":1,"351":1,"360":1}}],["complicated",{"2":{"324":1}}],["complain",{"2":{"182":1}}],["complexity",{"2":{"69":1,"119":1,"137":1,"138":1,"338":1}}],["complex",{"2":{"23":1,"51":1,"59":1,"61":1,"67":1,"138":1,"210":1,"212":1,"220":1,"223":1,"226":1,"311":1}}],["complete",{"0":{"300":1},"2":{"12":2,"303":1}}],["completely",{"2":{"2":1,"113":1,"259":1}}],["completing",{"2":{"9":1}}],["completions",{"2":{"2":1,"9":2}}],["comply",{"2":{"5":1}}],["copied",{"2":{"84":1}}],["copilot",{"2":{"2":1,"9":1}}],["copy",{"2":{"12":2,"74":1,"76":1,"158":1}}],["conjuring",{"2":{"197":1}}],["convieniece",{"2":{"360":1}}],["convienient",{"2":{"309":1}}],["convince",{"2":{"86":1}}],["converting",{"2":{"324":1}}],["converted",{"2":{"258":1}}],["conversion",{"2":{"350":1}}],["conversions",{"2":{"39":1,"69":1}}],["conversely",{"2":{"43":1}}],["conversly",{"2":{"40":1}}],["convenient",{"2":{"122":1}}],["convenience",{"2":{"121":1,"261":1}}],["conventions",{"0":{"99":1,"324":1},"1":{"100":1,"101":1,"102":1,"103":1}}],["convention",{"2":{"35":1,"57":1,"109":1,"117":1,"120":1,"133":2,"324":1}}],["conventionally",{"2":{"257":1}}],["conventional",{"2":{"32":1,"66":1,"134":1,"156":1,"334":1}}],["conditions",{"2":{"53":1,"90":1,"179":1}}],["conferences",{"2":{"211":1}}],["conform",{"2":{"207":1,"236":1}}],["conflict",{"2":{"157":1}}],["conflation",{"2":{"125":1}}],["conflating",{"2":{"109":1}}],["conflate",{"2":{"63":1}}],["confusing",{"2":{"43":1,"238":1}}],["confident",{"2":{"325":1}}],["confidently",{"2":{"41":1}}],["confidence",{"2":{"43":1}}],["config",{"2":{"36":1,"44":2,"81":1,"82":1,"84":1,"136":1,"158":2,"159":1,"192":4,"197":1,"294":1}}],["configuring",{"2":{"230":1}}],["configuraiton",{"2":{"223":1}}],["configurable",{"2":{"136":1,"300":1,"307":1}}],["configurations",{"2":{"160":1,"230":1}}],["configuration",{"0":{"35":1,"37":1,"38":1,"41":1,"90":1},"1":{"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1},"2":{"26":1,"35":1,"36":1,"37":4,"38":3,"39":2,"40":3,"41":1,"42":2,"50":1,"67":1,"69":1,"75":1,"83":1,"84":2,"110":1,"129":1,"151":1,"169":1,"203":1,"217":1,"230":1,"261":1,"263":1,"275":1,"307":1,"308":1,"326":1,"344":2}}],["configures",{"2":{"206":1,"308":1,"309":2}}],["configured",{"2":{"36":3,"37":1,"79":1,"127":1,"136":1,"140":2,"158":1,"197":1,"205":1,"206":1,"220":1,"223":1,"230":1,"237":1,"239":1,"332":1,"348":1}}],["configure",{"2":{"30":1,"43":1,"44":1,"74":1,"90":1,"185":1,"206":1,"305":1,"346":1}}],["confirmation",{"2":{"12":2,"122":2,"139":1}}],["confirm",{"2":{"11":1,"12":4,"122":2}}],["connected",{"2":{"324":1}}],["connectedcallback",{"2":{"13":1,"52":2}}],["connect",{"2":{"37":1,"209":1}}],["connection",{"2":{"37":1,"329":1}}],["connections",{"2":{"26":1,"44":1}}],["connecting",{"2":{"30":1}}],["concerns",{"2":{"69":1}}],["concerned",{"2":{"16":1}}],["conceptually",{"2":{"150":1,"224":1}}],["conceptual",{"0":{"149":1,"251":1},"1":{"252":1,"253":1,"254":1,"255":1},"2":{"190":1,"277":1}}],["concepts",{"0":{"328":1},"2":{"109":1,"222":1,"239":1,"251":1,"253":1}}],["concept",{"2":{"23":1,"60":1,"69":1,"106":1,"118":1,"120":1,"222":1,"239":1,"254":2,"256":1}}],["consonance",{"2":{"254":1,"268":1,"274":1}}],["consolidate",{"2":{"161":1}}],["console",{"2":{"13":1,"151":1,"161":1,"206":1,"287":1}}],["consulting",{"2":{"352":1}}],["consult",{"2":{"106":1,"107":1,"214":1}}],["construct",{"2":{"353":1}}],["construction",{"2":{"260":1}}],["constructor",{"2":{"140":1}}],["constructors",{"2":{"100":1}}],["constraintviolations",{"2":{"177":5,"178":4,"244":1,"282":2,"294":1,"295":1}}],["constraintviolation",{"2":{"176":1}}],["constraints",{"0":{"145":1,"176":1,"177":1},"2":{"39":1,"67":1,"70":2,"100":1,"110":1,"111":1,"114":1,"120":1,"124":1,"138":1,"141":1,"145":1,"166":1,"174":2,"175":1,"176":1,"177":1,"286":1}}],["constraint",{"0":{"174":1,"178":1,"199":1},"1":{"175":1,"176":1,"177":1,"178":1,"179":1,"180":1,"181":1,"182":1,"183":1},"2":{"12":3,"67":3,"109":1,"121":1,"124":1,"139":1,"141":1,"146":1,"166":5,"169":2,"175":2,"176":5,"177":3,"178":6,"182":1,"192":1,"199":1,"225":1,"244":1,"245":3,"281":4,"282":1,"286":4}}],["const",{"2":{"52":3}}],["consists",{"2":{"149":1}}],["consistent",{"2":{"26":1,"138":1,"319":1}}],["consideration",{"2":{"338":1}}],["considerations",{"2":{"144":1}}],["considered",{"2":{"109":1,"178":1,"228":1}}],["consider",{"2":{"17":2,"124":1,"192":1,"360":1}}],["contact",{"2":{"194":1,"196":1}}],["contacted",{"2":{"91":1}}],["contained",{"2":{"178":1}}],["containers",{"0":{"233":1},"2":{"150":3,"157":1,"187":1}}],["container",{"0":{"158":1},"2":{"36":2,"37":6,"38":3,"40":6,"41":2,"42":1,"43":3,"44":1,"109":1,"149":3,"150":5,"158":7,"160":1,"161":1,"187":5,"206":1,"208":3,"230":1,"276":2,"309":1}}],["containing",{"2":{"166":1,"179":1,"209":1}}],["contains",{"2":{"83":4,"95":1,"136":1,"146":1,"178":1,"192":1,"198":1,"206":1,"258":1,"323":1}}],["contain",{"2":{"28":1,"69":1,"194":1,"317":1,"324":1}}],["contents",{"2":{"57":1,"74":1,"88":1,"150":1,"253":1,"286":1,"307":1}}],["content",{"0":{"96":1,"309":1},"2":{"40":2,"74":1,"96":1,"165":1,"219":1,"225":2,"284":1,"286":2,"288":1,"300":1,"306":1,"309":2,"312":1}}],["contexts",{"2":{"340":2}}],["context",{"2":{"9":1,"101":1,"176":1,"196":1,"208":4,"219":10,"220":1,"221":1,"237":1,"246":2,"247":2,"259":2,"267":1,"336":1,"337":1,"338":1,"355":1,"357":5,"359":1,"360":4}}],["controls",{"0":{"144":1},"2":{"136":1,"144":1,"166":1,"219":1}}],["controller",{"2":{"121":2,"165":1,"166":1,"205":1}}],["controllers",{"2":{"0":1}}],["controlled",{"2":{"57":1,"154":1}}],["control",{"2":{"12":1,"27":1,"74":1,"149":1,"182":1,"198":1,"309":1,"356":1}}],["continuum",{"0":{"345":1},"1":{"346":1,"347":1,"348":1,"349":1,"350":1,"351":1},"2":{"12":1,"106":1,"110":1,"132":1,"259":1}}],["continue",{"2":{"6":1,"208":1,"219":4,"357":1}}],["corresponding",{"2":{"257":1,"338":1}}],["correspond",{"2":{"192":1}}],["correctly",{"2":{"220":1}}],["correct",{"2":{"7":1,"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"69":1,"71":1,"81":1,"95":1,"98":1,"114":1,"115":1,"136":1,"138":1,"146":2,"155":1,"162":1,"173":1,"183":1,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"270":1,"313":1,"320":1,"326":1,"332":1,"343":1,"361":1}}],["corrections",{"2":{"7":1}}],["corrsponding",{"2":{"178":1}}],["core",{"0":{"150":1},"2":{"0":1,"84":1,"148":3,"150":2,"154":1,"192":1,"219":1,"251":1,"256":2,"271":1}}],["codepath",{"2":{"359":1,"360":1}}],["codepaths",{"2":{"337":1}}],["coded",{"2":{"50":1,"115":1,"217":1}}],["codebase",{"2":{"3":1}}],["code",{"0":{"3":1,"4":1},"1":{"4":1,"5":1,"6":1},"2":{"0":1,"2":2,"3":4,"4":3,"6":2,"7":2,"9":4,"11":1,"13":1,"16":1,"19":1,"24":1,"27":1,"28":1,"29":1,"30":1,"34":1,"44":1,"50":1,"52":2,"54":2,"62":1,"64":1,"71":1,"81":1,"83":1,"84":1,"85":3,"86":1,"91":2,"98":1,"101":2,"102":2,"106":1,"109":1,"114":1,"115":1,"117":1,"126":1,"133":1,"136":1,"140":1,"146":1,"148":1,"151":2,"153":1,"155":1,"157":1,"158":2,"161":1,"162":1,"171":1,"173":1,"176":1,"179":1,"183":1,"196":1,"202":1,"208":1,"210":1,"212":2,"213":1,"216":2,"217":1,"222":1,"228":1,"236":1,"239":1,"240":1,"246":1,"248":2,"251":1,"252":1,"253":6,"270":1,"282":1,"287":1,"313":1,"320":1,"321":1,"325":1,"332":1,"338":1,"343":1,"346":1,"350":1,"352":1,"356":1,"357":1,"360":2,"361":1}}],["clauses",{"2":{"207":1}}],["classmethods",{"2":{"338":1}}],["classnames",{"2":{"324":1}}],["classhtml",{"2":{"140":1}}],["class=",{"2":{"57":2,"258":1,"269":1}}],["classes",{"0":{"269":1},"2":{"0":1,"12":1,"21":2,"28":1,"32":2,"33":1,"38":1,"48":2,"75":1,"84":10,"85":2,"90":1,"95":2,"100":1,"118":1,"125":1,"127":1,"128":1,"134":1,"140":3,"142":1,"146":2,"151":3,"155":1,"220":1,"222":1,"236":1,"238":1,"257":1,"295":3,"299":1,"317":1,"319":1,"324":2,"334":2,"338":1,"352":3,"353":1,"357":1,"359":2,"361":1}}],["class",{"0":{"275":1,"324":1},"1":{"276":1},"2":{"0":2,"13":1,"22":1,"23":1,"28":10,"31":1,"32":1,"33":1,"36":1,"39":1,"40":9,"41":2,"43":1,"52":1,"55":1,"56":1,"57":3,"58":1,"59":4,"64":4,"66":2,"84":1,"106":2,"109":2,"117":2,"119":2,"120":5,"121":1,"125":3,"126":1,"133":2,"135":1,"139":3,"140":5,"141":3,"142":1,"146":2,"157":1,"158":1,"165":2,"167":1,"168":1,"176":3,"188":3,"206":1,"207":1,"208":1,"209":1,"214":5,"219":7,"220":1,"225":1,"228":1,"236":5,"237":1,"239":1,"243":2,"244":3,"245":3,"246":2,"247":1,"248":1,"249":1,"250":3,"257":3,"258":1,"259":3,"263":3,"265":1,"266":1,"271":1,"272":1,"276":2,"281":1,"282":1,"287":2,"288":2,"289":1,"293":1,"294":2,"295":8,"309":2,"317":3,"320":1,"322":2,"324":11,"325":4,"329":1,"330":1,"331":1,"332":3,"335":2,"338":3,"347":1,"352":2,"360":1}}],["clearly",{"2":{"64":1,"219":1}}],["clear",{"2":{"40":1,"69":1,"95":1,"208":1,"319":1,"338":1,"353":1}}],["clis",{"2":{"83":1,"84":1,"128":2,"155":1}}],["cli",{"0":{"25":1,"27":1,"28":1},"1":{"26":1,"27":1,"28":1,"29":1,"30":1,"31":1,"32":1,"33":1,"34":1},"2":{"25":1,"26":1,"27":9,"28":11,"29":2,"30":1,"31":3,"32":3,"33":1,"44":1,"46":1,"82":1,"84":1,"128":1,"151":1,"155":3,"158":2,"196":1,"207":1,"214":1,"298":1}}],["client",{"0":{"145":1,"178":1,"209":1,"301":1},"2":{"12":6,"14":2,"16":1,"41":4,"42":2,"43":1,"87":1,"88":2,"91":1,"103":1,"120":1,"138":1,"139":1,"141":1,"145":1,"146":1,"165":1,"166":1,"174":1,"175":1,"176":4,"178":4,"179":1,"182":1,"209":6,"212":2,"215":1,"216":1,"225":3,"244":1,"245":1,"253":4,"269":1,"303":1,"321":1,"356":1,"360":1}}],["clipboard",{"2":{"12":2}}],["click",{"2":{"12":1,"57":2,"88":1,"91":2,"179":1,"244":1}}],["clocksupport",{"2":{"351":1}}],["clock",{"2":{"209":1,"259":3,"347":1,"350":4,"351":8,"354":2}}],["closely",{"2":{"8":1}}],["cloud",{"2":{"0":2,"5":1,"333":1}}],["sserver",{"2":{"176":1}}],["ss",{"2":{"176":2,"199":2}}],["small",{"2":{"130":1,"291":1,"295":1,"296":1}}],["smaller",{"2":{"48":1}}],["sketch",{"2":{"294":1}}],["skepticism",{"0":{"9":1}}],["skip",{"2":{"108":2,"158":5,"198":4}}],["skipping",{"2":{"107":1}}],["sql",{"2":{"106":1,"124":1,"205":1,"207":3,"251":1,"253":1,"344":1,"346":1}}],["slash",{"2":{"323":2}}],["slim",{"2":{"274":1}}],["slightly",{"2":{"86":1,"355":1}}],["slowest",{"2":{"205":1}}],["slow",{"2":{"90":1,"92":1,"97":1}}],["svg",{"2":{"78":3}}],["svgs",{"0":{"78":1},"2":{"78":2,"82":1,"84":2}}],["swap",{"2":{"76":1}}],["shallow",{"0":{"329":1}}],["share",{"2":{"222":1,"239":1}}],["shares",{"2":{"148":1}}],["shared",{"2":{"64":1,"109":1,"168":1,"248":1,"340":2}}],["sharing",{"2":{"109":1}}],["ship",{"2":{"312":1}}],["shiki",{"2":{"232":1}}],["shim",{"2":{"155":1}}],["shell>",{"2":{"257":2}}],["shell",{"2":{"151":2,"161":1}}],["shuts",{"2":{"150":1}}],["shopify",{"2":{"230":1}}],["short",{"2":{"59":1,"109":2,"155":1,"178":3,"179":2,"287":1}}],["shown",{"2":{"150":1,"151":1,"178":2,"208":2,"244":1,"282":1}}],["show",{"2":{"17":1,"27":1,"28":6,"30":1,"91":1,"140":1,"151":1,"166":1,"167":1,"198":1,"225":1,"277":1,"283":1,"347":2,"350":1}}],["shows",{"2":{"12":1,"27":2,"88":1,"158":1}}],["should",{"0":{"4":1,"5":1,"6":1,"9":1,"328":1},"2":{"0":1,"4":1,"5":1,"12":1,"17":1,"21":1,"22":1,"27":1,"28":2,"29":3,"33":1,"38":1,"47":1,"52":2,"66":2,"69":1,"70":2,"76":2,"89":1,"90":1,"93":1,"95":2,"97":1,"106":1,"107":1,"109":1,"110":2,"113":3,"114":1,"115":1,"133":1,"154":2,"155":1,"159":1,"168":1,"169":1,"172":1,"179":1,"198":1,"206":1,"207":1,"209":1,"219":1,"222":1,"223":1,"225":1,"228":1,"230":1,"236":1,"238":2,"244":1,"246":1,"247":2,"257":1,"259":1,"260":1,"263":1,"265":1,"271":1,"289":2,"300":1,"314":1,"317":1,"325":1,"326":1,"328":1,"338":1,"340":2,"342":2,"346":1,"349":1,"351":1,"358":3,"359":2,"360":3}}],["symbol",{"2":{"219":1,"360":1}}],["synthetic",{"2":{"109":1,"110":1}}],["syntax",{"0":{"232":1,"323":1},"2":{"66":1,"214":1,"232":1,"243":1,"289":1,"317":1}}],["synchronous",{"2":{"52":1,"96":1}}],["systems",{"2":{"63":1,"67":1,"104":1,"106":1,"109":1,"110":1,"114":1,"124":1,"243":1,"286":1}}],["system",{"2":{"29":2,"37":2,"38":1,"48":1,"67":1,"88":1,"103":1,"106":1,"107":2,"109":1,"110":1,"114":1,"124":2,"131":1,"148":3,"149":3,"181":1,"243":1,"286":1,"295":1,"309":1,"321":1,"346":2}}],["scope",{"2":{"160":1}}],["scoped",{"2":{"58":1,"360":1}}],["schema",{"0":{"104":1,"124":1},"1":{"105":1,"106":1,"107":1,"108":1,"109":1,"110":1,"111":1,"112":1,"113":1,"114":1,"115":1},"2":{"70":1,"84":2,"104":1,"105":3,"113":1,"124":1,"151":1,"207":1,"283":1,"346":1}}],["scale=1",{"2":{"225":1}}],["scale",{"2":{"57":6}}],["scaffolding",{"2":{"148":1}}],["scaffolded",{"2":{"106":1}}],["scaffold",{"2":{"52":2,"57":2,"59":2,"106":8,"151":2,"244":3,"257":3,"280":2,"293":1,"335":1}}],["scriptable",{"2":{"154":1}}],["scripted",{"2":{"148":1}}],["scripts",{"2":{"83":1,"148":2,"155":1,"158":1,"312":1}}],["scripting",{"2":{"30":1}}],["script",{"2":{"29":1,"118":2,"158":1,"214":1,"225":1,"250":1,"309":1,"310":1}}],["screens",{"2":{"17":1}}],["scratch",{"2":{"9":1}}],["spying",{"2":{"336":1}}],["spoiler",{"2":{"51":1}}],["sp",{"2":{"48":1,"295":2}}],["span>",{"2":{"294":1}}],["span>label",{"2":{"294":1}}],["span",{"2":{"208":17,"209":1,"294":1,"295":2}}],["spans",{"2":{"206":1,"208":1}}],["sparingly",{"2":{"95":1}}],["spawn",{"2":{"29":1}}],["space",{"0":{"345":1},"1":{"346":1,"347":1,"348":1,"349":1,"350":1,"351":1},"2":{"12":1,"106":1,"110":1,"132":1,"259":1}}],["spent",{"2":{"207":1}}],["specified",{"2":{"41":1,"106":1,"230":1,"323":1}}],["specifically",{"2":{"324":1}}],["specification",{"2":{"195":1,"236":1}}],["specifications",{"2":{"100":1}}],["specifics",{"2":{"106":1,"206":1}}],["specific",{"0":{"195":1,"269":1},"2":{"12":2,"16":1,"25":1,"27":1,"43":1,"50":1,"73":1,"83":1,"89":1,"113":1,"115":1,"159":1,"169":1,"176":2,"205":1,"211":2,"217":1,"221":1,"248":1,"263":1,"328":1,"330":1}}],["specify",{"2":{"28":1,"30":1,"109":1,"110":1,"139":1,"176":1,"280":1,"324":1}}],["specifying",{"0":{"176":1},"2":{"27":1,"175":1}}],["special",{"0":{"38":1},"2":{"22":1,"107":1,"110":1,"136":1,"199":1,"225":1,"236":4,"259":1,"263":1,"324":1,"359":1}}],["specsupport",{"2":{"89":1,"169":4,"200":1,"262":1,"263":6,"271":2,"338":1,"351":2,"359":1}}],["specs",{"0":{"85":1},"2":{"22":1,"52":2,"57":1,"59":1,"66":3,"67":2,"82":1,"83":1,"85":8,"100":2,"106":2,"151":1,"243":1,"257":3,"287":1,"288":4,"335":2,"341":2,"342":1}}],["spec",{"2":{"22":5,"52":2,"57":1,"59":1,"66":1,"67":4,"88":2,"106":2,"257":2,"287":1,"288":1,"335":1,"342":3}}],["spelling",{"2":{"7":1}}],["signup",{"2":{"241":1}}],["signed",{"2":{"240":1}}],["significantly",{"2":{"106":1,"216":1}}],["significant",{"2":{"94":1}}],["situation",{"2":{"238":1,"358":1}}],["situations",{"2":{"181":1,"300":1,"301":1}}],["sites",{"2":{"251":1,"315":1}}],["site",{"2":{"12":1,"100":1,"103":1,"197":1,"253":1,"306":1,"308":5,"315":3,"347":1}}],["silicon",{"2":{"158":1}}],["sizes",{"2":{"291":1}}],["size",{"2":{"57":1,"75":1,"293":3,"295":6,"296":1}}],["simliarly",{"2":{"195":1}}],["simplicity",{"2":{"295":1}}],["simplistic",{"2":{"172":1,"207":1}}],["simplify",{"2":{"195":1,"215":1,"241":1,"263":1}}],["simplifying",{"2":{"59":1}}],["simplifies",{"2":{"46":1}}],["simple",{"0":{"57":1},"2":{"51":1,"172":1,"212":1,"236":1,"251":1,"321":1,"334":1,"338":1,"344":1}}],["simpler",{"2":{"48":1,"74":1,"267":1}}],["simplest",{"2":{"23":2,"52":1,"185":1}}],["simply",{"2":{"32":1,"109":1,"174":1,"251":1,"259":1}}],["similarly",{"2":{"131":1,"163":1,"167":1}}],["similar",{"2":{"28":1,"48":1,"106":1,"118":1,"146":1,"218":1,"219":1,"221":1,"222":1,"236":1,"239":1,"248":1}}],["six",{"2":{"27":1}}],["side>",{"2":{"178":1}}],["sidekiq",{"2":{"89":3,"158":1,"223":3,"253":1,"304":1}}],["side",{"0":{"145":1,"178":1,"209":1,"301":1},"2":{"12":8,"14":2,"16":1,"17":1,"103":1,"120":1,"121":1,"138":2,"139":1,"141":3,"145":2,"146":1,"165":1,"166":2,"174":2,"175":2,"176":8,"177":1,"178":8,"179":1,"182":1,"209":8,"212":2,"215":1,"216":1,"225":3,"244":2,"245":2,"253":3,"269":1,"281":3,"282":1}}],["sinatra",{"2":{"222":2,"239":2,"332":3,"352":1}}],["singing",{"2":{"294":1}}],["single",{"0":{"17":1,"329":1},"2":{"12":2,"16":1,"27":1,"33":2,"46":2,"48":1,"50":1,"52":1,"74":1,"93":1,"122":1,"140":1,"214":1,"217":1,"225":1,"278":1,"329":1}}],["sings",{"2":{"8":1}}],["since",{"2":{"9":1,"20":1,"37":1,"40":1,"57":1,"59":1,"67":1,"70":3,"78":1,"87":1,"95":1,"106":1,"110":1,"120":1,"127":1,"133":1,"136":1,"137":1,"138":1,"140":1,"148":1,"154":2,"172":1,"176":1,"214":1,"223":1,"227":1,"237":1,"246":1,"248":1,"257":1,"265":1,"280":1,"286":1,"287":1,"295":1,"309":1,"356":1,"357":1,"358":1}}],["safe",{"2":{"196":5,"271":1,"307":1,"337":1,"360":1}}],["safely",{"2":{"26":1,"29":1,"109":1,"113":1,"350":1}}],["sans",{"2":{"188":1}}],["saves",{"2":{"195":1}}],["save",{"2":{"110":1,"166":1,"282":1,"296":1}}],["saved",{"2":{"90":1}}],["savings",{"2":{"94":1}}],["saving",{"2":{"74":1,"108":2}}],["saw",{"2":{"58":1,"166":1}}],["samesite",{"2":{"315":1}}],["same",{"2":{"26":1,"28":1,"37":1,"42":1,"69":1,"73":1,"74":1,"85":2,"106":2,"109":1,"115":1,"148":3,"166":1,"168":1,"176":1,"178":2,"192":1,"198":3,"224":1,"230":2,"239":1,"277":2,"317":1,"331":1,"346":1}}],["say",{"2":{"9":1,"28":1,"46":1,"57":1,"74":1,"109":1,"132":1,"139":1,"171":1,"195":1,"346":3,"358":1,"360":1}}],["said",{"0":{"269":1},"2":{"5":1,"6":1,"29":1,"32":1,"52":1,"67":1,"70":1,"157":1,"237":1,"259":1,"305":1,"338":1}}],["sophsticated",{"2":{"290":1}}],["sophisticated",{"2":{"147":1,"148":1,"208":1,"275":1}}],["solid",{"2":{"274":1,"295":1,"297":1}}],["solution",{"2":{"57":1,"58":1,"178":1}}],["solves",{"2":{"110":1}}],["solve",{"2":{"12":1,"211":1}}],["sorted",{"2":{"97":1}}],["sort",{"2":{"17":1,"109":1,"110":1,"216":1,"248":1,"253":1,"360":1}}],["so",{"0":{"274":1},"2":{"7":1,"11":1,"13":1,"17":1,"26":1,"32":3,"44":1,"47":1,"48":1,"52":2,"57":2,"58":1,"61":1,"64":1,"69":2,"74":1,"75":1,"76":1,"77":1,"90":1,"91":2,"94":1,"96":1,"97":1,"107":1,"109":3,"110":1,"113":1,"117":1,"120":1,"126":1,"132":3,"133":2,"134":1,"149":2,"156":1,"158":1,"165":1,"166":1,"171":1,"178":3,"179":2,"188":1,"192":2,"196":2,"197":1,"207":1,"208":1,"210":1,"212":1,"214":1,"216":1,"221":1,"222":1,"225":1,"230":2,"244":1,"246":1,"248":1,"249":1,"251":1,"257":1,"258":2,"259":2,"260":1,"269":1,"273":1,"280":1,"288":2,"289":1,"294":1,"300":1,"308":2,"311":1,"317":2,"319":2,"324":1,"326":1,"332":1,"337":1,"338":1,"349":1,"360":1}}],["sourcemaps",{"0":{"75":1},"2":{"73":1,"75":2}}],["source",{"2":{"7":3,"11":1,"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"59":1,"62":1,"71":1,"75":1,"78":1,"81":1,"83":1,"84":1,"98":1,"115":1,"136":1,"146":1,"151":1,"155":1,"158":1,"162":1,"173":1,"183":1,"196":1,"202":1,"212":2,"217":1,"222":1,"223":1,"228":1,"239":1,"252":1,"270":1,"313":1,"320":1,"332":1,"343":1,"352":1,"361":1}}],["somewhat",{"2":{"86":1,"132":1,"158":1,"308":1}}],["somewhere",{"2":{"23":1,"349":1}}],["someday",{"2":{"43":1}}],["sometimes",{"2":{"23":1,"109":1,"145":1,"338":1}}],["something",{"2":{"23":1,"42":1,"48":1,"74":1,"91":1,"96":1,"165":1,"167":1,"181":1,"212":1,"248":1,"265":2,"268":1,"269":1,"290":1,"303":1,"311":1,"325":1,"335":1,"349":1,"350":1,"351":2}}],["someotherelement",{"2":{"13":1}}],["someone",{"2":{"8":1,"109":1,"208":1,"219":1,"248":1,"253":1}}],["some",{"2":{"0":1,"4":1,"6":1,"35":1,"38":2,"40":1,"46":1,"52":12,"54":1,"58":1,"69":1,"93":2,"96":1,"100":1,"104":1,"105":1,"106":1,"115":1,"125":1,"128":1,"139":1,"148":5,"155":1,"158":1,"166":1,"169":2,"186":1,"189":1,"195":1,"208":1,"209":1,"222":1,"230":2,"231":1,"240":1,"248":1,"253":1,"261":1,"297":1,"300":2,"323":1,"324":1,"360":1,"361":1}}],["semantic",{"2":{"269":1}}],["semantics",{"2":{"207":1,"239":1}}],["semantically",{"2":{"95":1,"314":1}}],["segments",{"2":{"323":1,"324":3,"329":2}}],["segment",{"2":{"158":1,"159":1,"323":1,"324":3}}],["self",{"2":{"132":3,"245":2,"276":3,"280":1}}],["selector",{"2":{"263":2}}],["selectors",{"0":{"94":1,"268":1},"2":{"94":1,"95":1,"268":1}}],["selected",{"2":{"177":1}}],["selecttagwithoptions",{"2":{"140":1}}],["select",{"2":{"12":1,"108":3,"120":1,"139":1,"140":1,"144":1}}],["sesion",{"2":{"132":1}}],["session",{"0":{"130":1,"132":1,"349":1},"1":{"131":1,"132":1,"133":1,"134":1,"135":1,"136":1},"2":{"40":1,"57":2,"58":1,"130":1,"131":5,"132":21,"133":2,"134":2,"135":1,"136":6,"151":2,"208":3,"219":10,"245":8,"246":4,"247":3,"259":7,"307":2,"308":1,"315":1,"347":3,"348":3,"349":4,"350":1,"351":2,"353":2,"354":3,"355":3,"357":4,"358":1,"359":2,"360":2}}],["sessionsupport",{"2":{"351":1}}],["sessions",{"0":{"307":1,"315":1,"347":1},"1":{"348":1,"349":1,"350":1},"2":{"17":1,"130":1,"306":1}}],["searching",{"2":{"330":1}}],["search",{"0":{"330":1},"2":{"114":2}}],["searched",{"2":{"59":2}}],["sequence",{"2":{"93":1}}],["sequels",{"2":{"106":1}}],["sequel",{"0":{"108":1},"1":{"109":1},"2":{"0":1,"37":5,"63":3,"64":7,"67":3,"70":1,"104":3,"105":2,"106":3,"107":1,"108":7,"109":1,"114":3,"115":2,"124":4,"125":1,"207":2,"251":1,"283":1,"286":2}}],["separation",{"2":{"69":1}}],["separate",{"2":{"59":1,"75":1,"148":1,"149":1,"184":1}}],["seperately",{"2":{"37":1}}],["secure",{"2":{"308":1}}],["securitiy",{"2":{"305":1}}],["security",{"0":{"305":1,"309":1},"1":{"306":1,"307":1,"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1},"2":{"40":2,"151":1,"189":1,"219":1,"300":1,"305":1,"306":3,"309":2,"311":1,"312":1,"315":1}}],["secret",{"2":{"121":1,"307":1}}],["sections",{"2":{"101":1,"294":1}}],["section",{"2":{"63":1,"111":1,"120":1,"141":1,"259":1,"294":1,"308":1,"335":2,"348":1,"354":1}}],["seconds",{"2":{"90":1,"97":1,"110":1}}],["second",{"2":{"7":1,"23":1,"57":1,"91":1,"214":1}}],["sensitive",{"2":{"207":2,"351":1}}],["sense",{"0":{"345":1},"1":{"346":1,"347":1,"348":1,"349":1,"350":1,"351":1},"2":{"29":1,"94":1,"142":1,"171":1,"268":1,"331":1}}],["sentence",{"2":{"288":1}}],["sent",{"2":{"100":1,"206":1,"207":1,"253":1,"309":1,"315":1,"350":1,"356":1}}],["sending",{"2":{"100":1}}],["send",{"2":{"41":3,"42":1,"43":2,"206":2,"209":2,"296":1}}],["sendgrid",{"2":{"41":5,"42":4,"43":1}}],["sends",{"2":{"12":2,"225":1,"248":1,"281":1,"348":1}}],["serfvers",{"2":{"230":1}}],["service",{"2":{"126":1,"206":1}}],["services",{"2":{"126":1,"158":1}}],["serve",{"2":{"159":1,"221":1}}],["served",{"2":{"17":2,"46":1,"80":1,"84":1,"209":1,"214":1}}],["servers",{"2":{"159":2,"229":1,"230":2}}],["server",{"0":{"178":1,"229":1},"1":{"230":1},"2":{"12":4,"17":1,"25":1,"26":1,"98":2,"100":1,"115":1,"120":1,"121":1,"137":1,"138":2,"141":2,"145":1,"151":2,"166":1,"171":4,"174":2,"175":2,"176":5,"177":1,"178":6,"209":2,"216":1,"217":1,"225":2,"230":3,"244":1,"245":1,"253":5,"257":1,"281":3,"282":1,"300":1,"301":1,"308":1}}],["serves",{"2":{"5":1,"69":1,"178":1,"251":1}}],["serializing",{"2":{"346":1}}],["serialized",{"2":{"136":1,"349":1}}],["serial",{"2":{"106":1}}],["series",{"2":{"23":1,"105":1}}],["several",{"2":{"14":1,"35":1,"63":1,"138":1,"151":1,"223":1,"297":1,"305":1,"324":1}}],["setweight",{"2":{"114":2}}],["sets",{"2":{"40":2,"84":1,"87":1,"108":1,"165":1,"206":1,"207":1,"278":1,"309":1,"337":1}}],["setting",{"0":{"41":1,"206":1},"2":{"40":2,"161":1,"206":1,"351":1}}],["setupcurrentaccount",{"2":{"246":3,"247":2,"248":1}}],["setuprequestcontext",{"2":{"136":1,"246":1}}],["setup",{"0":{"89":1},"2":{"29":2,"41":1,"47":1,"52":1,"54":1,"66":1,"134":1,"151":3,"154":1,"187":1,"230":3,"246":1,"247":1,"289":1,"294":1,"359":1}}],["set",{"0":{"243":1,"266":1},"2":{"11":1,"12":1,"27":6,"28":2,"30":1,"32":1,"35":1,"36":1,"37":1,"40":3,"41":1,"52":1,"87":1,"89":1,"90":2,"97":2,"109":3,"110":2,"111":1,"113":1,"132":2,"133":2,"148":1,"150":1,"151":1,"153":1,"154":2,"158":6,"169":1,"176":1,"178":3,"184":1,"187":1,"206":1,"209":1,"214":1,"219":2,"223":1,"230":1,"245":1,"263":1,"266":2,"277":1,"280":1,"286":1,"289":1,"309":1,"311":1,"315":1,"316":1,"317":1,"319":1,"331":1,"338":1,"346":2,"348":1,"349":2,"351":1,"358":1,"360":1}}],["seems",{"2":{"274":1}}],["seem",{"2":{"254":1}}],["seen",{"2":{"219":1}}],["seeing",{"2":{"161":1}}],["sees",{"2":{"37":1}}],["seeddata",{"2":{"243":1,"289":2,"317":2}}],["seed",{"0":{"243":1,"289":1},"2":{"27":2,"66":1,"82":1,"84":3,"113":2,"151":2,"243":7,"285":1,"289":9,"316":1,"317":9,"318":2,"319":1,"320":4}}],["see",{"0":{"316":1},"1":{"317":1,"318":1,"319":1,"320":1},"2":{"8":1,"12":2,"18":1,"28":3,"46":1,"66":1,"69":1,"75":1,"81":1,"91":1,"105":1,"106":1,"108":3,"110":1,"126":1,"132":2,"133":2,"146":2,"150":1,"151":1,"158":1,"166":1,"169":5,"187":1,"188":2,"194":1,"200":1,"203":1,"205":2,"206":2,"208":2,"209":1,"214":1,"225":4,"230":1,"244":1,"259":6,"261":1,"262":1,"263":5,"266":1,"274":1,"281":1,"282":1,"325":1,"333":1,"354":1,"358":1}}],["src=",{"2":{"118":1}}],["src",{"2":{"3":2,"11":1,"14":1,"21":10,"38":7,"41":1,"46":5,"52":1,"56":1,"57":3,"59":1,"64":2,"73":2,"76":3,"77":3,"78":2,"79":1,"82":1,"84":4,"85":3,"106":4,"109":1,"118":1,"126":2,"139":2,"188":2,"208":1,"214":8,"219":5,"223":1,"225":2,"236":1,"243":3,"244":5,"245":3,"246":2,"247":1,"250":1,"257":6,"258":1,"276":1,"280":1,"281":1,"282":1,"286":2,"287":2,"289":1,"293":1,"294":1,"295":4,"317":2,"335":2,"338":1}}],["summary",{"2":{"325":2}}],["sufficient",{"2":{"318":1,"325":1}}],["suffice",{"2":{"32":1}}],["suffix",{"2":{"288":1}}],["sustainable",{"2":{"342":1}}],["sustainability",{"2":{"216":1}}],["suspect",{"2":{"9":1,"338":1}}],["suggestion",{"2":{"211":1}}],["suggested",{"2":{"7":1}}],["suitable",{"2":{"129":1,"197":1}}],["suited",{"2":{"181":1}}],["suite",{"2":{"5":1,"89":1,"153":1,"268":1,"340":1}}],["surrogate",{"2":{"109":1}}],["survive",{"2":{"95":1,"133":1}}],["sure",{"2":{"11":1,"84":1,"97":1,"159":1,"210":1,"214":1,"337":1,"338":1,"358":1}}],["supplied",{"2":{"308":1}}],["supposed",{"2":{"254":1}}],["suppose",{"2":{"47":1,"52":2,"57":1,"67":1,"91":1,"110":1,"132":1,"195":1,"208":1}}],["supportlink",{"2":{"194":2}}],["supported",{"2":{"62":1,"154":1,"192":1,"206":1,"223":1}}],["supports",{"2":{"50":1,"63":2,"77":1,"104":2,"115":2,"124":2,"192":1,"217":1,"224":1,"235":1,"236":1,"277":1}}],["support",{"0":{"229":1},"1":{"230":1},"2":{"0":1,"26":2,"27":2,"29":1,"54":1,"66":1,"72":1,"76":1,"77":1,"80":1,"81":1,"82":2,"84":2,"108":1,"110":1,"115":3,"124":1,"127":1,"128":1,"129":2,"157":2,"174":1,"190":1,"191":1,"192":1,"194":3,"196":3,"203":1,"205":1,"212":1,"215":1,"217":1,"223":2,"245":1,"274":1,"276":1,"291":1,"301":1,"302":1,"304":1,"341":3}}],["super",{"2":{"134":1,"168":1,"346":1}}],["sup3rs3cret",{"2":{"121":1}}],["supress",{"2":{"32":1}}],["sucked",{"2":{"274":1}}],["sucks",{"2":{"96":1,"299":1}}],["succeeed",{"2":{"288":1}}],["succeeded",{"2":{"106":1}}],["succeed",{"2":{"52":1}}],["successfully",{"2":{"325":1}}],["success",{"2":{"28":2}}],["such",{"2":{"2":1,"3":1,"7":1,"8":1,"52":1,"59":1,"69":2,"83":1,"84":2,"96":1,"106":1,"121":1,"151":1,"154":1,"164":1,"169":1,"171":1,"192":1,"221":1,"245":1,"253":1,"317":1,"323":1,"330":1,"336":1,"337":2,"358":1}}],["subclass",{"2":{"251":1,"259":2,"265":1,"273":1,"322":1,"354":2,"355":1}}],["subcommand",{"2":{"27":4,"28":4,"151":1,"158":1}}],["subcommands",{"2":{"27":2,"28":1,"30":1,"151":2}}],["sub",{"2":{"208":2,"209":1}}],["submodules",{"2":{"196":1}}],["submisssion",{"2":{"166":1}}],["submissions",{"2":{"163":1,"167":1,"207":1,"253":1,"308":2,"314":1}}],["submission",{"0":{"166":1},"2":{"120":1,"122":1,"165":1,"171":1,"178":1,"308":2}}],["submitted",{"0":{"141":1},"2":{"120":3,"138":1,"141":3,"166":1,"178":5,"244":1,"253":2,"280":2,"322":2,"354":2}}],["submitting",{"2":{"12":1,"174":1}}],["submits",{"2":{"12":1,"120":1,"140":1,"308":1,"315":1}}],["submit",{"2":{"11":2,"12":3,"122":1,"137":1,"171":2,"308":1,"315":1}}],["subject",{"2":{"165":1}}],["subdirectories",{"2":{"85":1}}],["substituted",{"2":{"194":1}}],["substitution",{"2":{"178":1}}],["subsequent",{"2":{"74":1,"136":1}}],["subsituting",{"2":{"12":1}}],["s",{"0":{"46":1,"108":1,"116":1,"182":1,"268":1,"349":1},"1":{"109":1,"117":1,"118":1,"119":1,"120":1,"121":1,"122":1,"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1},"2":{"1":1,"3":2,"11":2,"12":5,"13":1,"17":3,"19":1,"21":1,"24":1,"25":1,"26":3,"27":1,"28":5,"29":1,"30":1,"31":2,"32":3,"34":1,"35":2,"36":1,"38":3,"40":1,"44":2,"46":5,"47":1,"50":1,"52":3,"54":2,"57":2,"59":6,"62":1,"63":1,"64":4,"67":1,"69":1,"71":1,"74":4,"75":2,"76":1,"81":1,"88":1,"94":1,"95":2,"96":1,"97":2,"98":1,"103":1,"104":2,"105":1,"106":6,"107":1,"108":1,"109":5,"110":1,"114":4,"115":2,"117":4,"119":1,"120":1,"121":3,"123":1,"124":4,"125":2,"126":2,"128":2,"131":1,"132":6,"133":3,"136":2,"139":3,"140":1,"141":1,"146":3,"148":1,"150":1,"151":1,"153":1,"154":3,"155":1,"158":6,"162":1,"165":6,"166":1,"168":1,"169":2,"171":1,"172":1,"173":1,"176":1,"178":3,"183":1,"187":1,"191":1,"192":3,"193":1,"196":1,"198":1,"199":1,"201":1,"202":1,"205":4,"206":2,"208":6,"210":2,"212":1,"214":5,"217":1,"219":2,"222":2,"225":4,"228":1,"230":2,"236":3,"237":1,"239":3,"240":1,"243":1,"244":1,"247":1,"248":2,"251":6,"253":1,"254":1,"255":1,"258":4,"259":5,"260":1,"262":2,"263":3,"265":1,"266":1,"268":3,"270":1,"271":1,"272":2,"273":1,"275":1,"276":1,"281":4,"282":2,"286":2,"287":1,"290":1,"294":1,"295":2,"296":1,"297":1,"299":1,"308":4,"312":2,"313":1,"315":1,"319":1,"320":1,"321":1,"324":1,"325":1,"326":1,"328":1,"330":1,"332":1,"335":1,"337":1,"338":3,"340":1,"341":2,"343":1,"344":1,"346":1,"347":2,"348":4,"349":4,"350":2,"351":1,"352":3,"353":1,"354":4,"355":2,"356":4,"357":2,"358":1,"360":1,"361":2}}],["stuff",{"2":{"323":1,"344":2}}],["stubs",{"2":{"172":2}}],["stye",{"2":{"295":1}}],["stylings",{"2":{"309":1}}],["styling",{"0":{"178":1,"295":1},"2":{"12":1,"95":1,"178":1,"291":1,"294":1,"295":2}}],["style=",{"2":{"309":1}}],["stylesheet",{"2":{"118":2,"225":1,"250":1}}],["styles",{"2":{"73":1,"74":5,"75":1,"81":2,"118":4,"225":2,"250":2,"309":1,"312":1}}],["styled",{"2":{"12":1}}],["style",{"2":{"8":1,"64":1,"118":2,"122":1,"178":1,"198":1,"225":1,"244":1,"250":1,"301":1,"302":1}}],["stick",{"2":{"133":1,"138":1}}],["still",{"2":{"12":1,"59":1,"97":1,"274":1,"303":1,"344":1}}],["stopping",{"2":{"151":1}}],["stops",{"2":{"96":1,"150":2}}],["stop",{"2":{"89":1,"150":2}}],["storing",{"2":{"37":1,"38":1,"346":1}}],["stores",{"2":{"81":1,"332":1,"346":1}}],["stored",{"2":{"38":2,"114":1,"130":1,"253":1,"346":1,"349":1,"350":1,"352":1,"357":1}}],["store",{"2":{"28":1,"36":1,"37":5,"38":3,"39":3,"40":6,"41":2,"42":1,"43":1,"69":1,"110":1,"125":1,"130":1,"284":2,"317":1,"349":1,"357":1}}],["storage",{"2":{"0":1,"359":1}}],["steps",{"2":{"144":1,"229":1,"257":1}}],["step=",{"2":{"140":2}}],["step",{"2":{"57":4,"78":1,"139":1}}],["struggle",{"2":{"254":1}}],["structure",{"0":{"82":1,"101":1,"165":1},"1":{"83":1,"84":1,"85":1},"2":{"47":1,"295":1}}],["strftime",{"2":{"197":1}}],["straight",{"2":{"190":1}}],["straightforward",{"2":{"31":1,"127":1,"169":1,"212":1,"245":1,"344":1}}],["straightfoward",{"2":{"29":1,"91":1,"258":1,"344":1}}],["strong",{"2":{"38":1,"107":1,"138":1,"141":1}}],["strongly",{"2":{"23":1,"325":1}}],["strip",{"2":{"281":2}}],["strif",{"2":{"197":1}}],["strictly",{"2":{"150":1}}],["strict",{"2":{"69":1}}],["stringio",{"2":{"32":1}}],["string",{"2":{"27":1,"37":2,"40":2,"109":2,"172":1,"192":2,"198":1,"200":1,"219":1,"236":1,"250":2,"259":10,"263":2,"267":1,"271":1,"323":1,"324":1,"325":1,"330":5,"351":2,"353":2,"354":1,"356":2,"358":1}}],["strings",{"0":{"330":1},"2":{"27":2,"29":1,"32":1,"46":1,"59":1,"69":1,"141":1,"197":1,"198":1}}],["strives",{"2":{"35":1}}],["strive",{"2":{"7":1}}],["stay",{"2":{"258":2}}],["stacking",{"2":{"64":1}}],["stack",{"2":{"44":1,"75":2,"158":2,"299":1}}],["started",{"0":{"184":1},"1":{"185":1,"186":1,"187":1,"188":1,"189":1,"190":1},"2":{"123":1}}],["starts",{"2":{"117":1,"150":2,"151":3,"259":2,"354":1}}],["starting",{"2":{"30":1,"151":1,"161":1}}],["start",{"0":{"187":1},"2":{"27":1,"43":1,"48":1,"150":4,"151":1,"158":1,"187":2,"206":1,"207":1,"212":1,"236":1,"323":2,"336":1,"356":1}}],["startup",{"2":{"26":2,"41":1,"43":1}}],["standardized",{"2":{"46":1,"209":1,"214":1}}],["standard",{"0":{"354":1},"1":{"355":1,"356":1},"2":{"25":2,"29":2,"32":3,"46":1,"108":1,"118":1,"154":1,"203":1,"207":1,"208":1,"251":1,"260":1,"268":1,"277":1,"282":1,"346":1,"356":1}}],["standards",{"2":{"0":1,"251":2}}],["statistics",{"2":{"209":1}}],["static",{"2":{"13":2,"74":4,"77":3,"79":1,"80":1,"82":1,"188":1,"225":1,"259":1,"323":1,"324":4}}],["status=3",{"2":{"28":1}}],["status",{"2":{"27":3,"28":22,"105":1,"151":2,"165":4,"169":2,"194":5,"208":1,"214":10,"219":2,"260":2,"263":2,"269":1}}],["state",{"2":{"13":1,"66":1,"146":2,"266":2}}],["statements",{"2":{"13":1,"205":1,"207":3,"208":1}}],["stable",{"2":{"2":1,"46":1,"154":1,"155":1,"181":1,"214":1}}],["ole",{"2":{"298":1}}],["old",{"2":{"0":1,"261":1}}],["og",{"2":{"225":1}}],["omit",{"2":{"198":3,"206":1}}],["omitting",{"2":{"30":1,"259":1,"338":1}}],["omitted",{"2":{"27":3,"158":1,"199":2,"259":1,"360":1}}],["otlp",{"2":{"206":4}}],["otel",{"2":{"129":1,"161":3,"203":1,"206":14,"212":2,"298":1}}],["otherdesignlayout",{"2":{"250":1}}],["others",{"2":{"148":2,"158":1,"341":1}}],["otherwise",{"2":{"36":1,"66":1,"110":1,"166":1,"219":1,"348":1,"360":1}}],["other",{"0":{"70":1,"80":1,"159":1,"167":1},"2":{"29":2,"30":1,"52":1,"64":1,"76":1,"80":1,"83":1,"94":1,"95":2,"109":1,"111":1,"115":1,"119":1,"124":1,"132":1,"139":1,"140":1,"141":1,"142":2,"149":1,"151":1,"158":1,"159":1,"164":1,"165":2,"177":1,"192":1,"220":1,"221":2,"225":1,"230":1,"238":1,"250":3,"259":1,"301":1,"307":1,"315":1,"317":1,"324":2,"325":1,"338":2,"344":1,"360":1}}],["odd",{"2":{"58":1}}],["oapp",{"2":{"57":1}}],["ocean",{"2":{"302":1}}],["occurs",{"2":{"52":1}}],["occasionally",{"2":{"260":1}}],["occasion",{"2":{"40":1}}],["ocurred",{"2":{"29":1}}],["ok",{"0":{"182":1},"2":{"23":1,"74":1,"113":1,"259":1,"298":1,"314":1}}],["obviously",{"2":{"192":1}}],["obvious",{"2":{"106":1,"182":1,"268":1,"280":1,"360":1}}],["object",{"2":{"28":1,"37":1,"41":1,"43":1,"52":1,"64":1,"100":1,"120":1,"132":1,"136":1,"140":1,"142":1,"172":1,"259":2,"332":1,"350":2,"351":1,"360":1}}],["objects",{"2":{"23":1,"127":1,"131":1,"134":1,"253":1,"261":1,"319":1,"352":1,"353":1}}],["observability",{"0":{"129":1,"203":1,"209":1},"1":{"204":1,"205":1,"206":1,"207":1,"208":1,"209":1,"210":1,"211":1,"212":1},"2":{"12":1,"14":1,"129":1,"187":1,"203":1,"208":1,"225":2}}],["observed",{"2":{"9":1}}],["overlap",{"2":{"69":1}}],["overly",{"2":{"67":1}}],["overflow",{"2":{"44":1}}],["overriding",{"2":{"40":1,"271":1,"275":1,"295":1}}],["overridable",{"0":{"40":1}}],["overridden",{"2":{"35":1,"40":2}}],["override",{"2":{"28":1,"36":1,"40":12,"43":2,"90":1,"109":1,"158":1,"228":1,"250":1,"265":1,"272":1,"276":2,"309":1}}],["over",{"2":{"13":1,"27":1,"38":1,"39":1,"113":1,"205":1,"212":1,"216":1,"251":1,"274":1,"280":1,"342":1,"344":1}}],["overview",{"0":{"11":1,"21":1,"26":1,"36":1,"52":1,"56":1,"64":1,"87":1,"105":1,"131":1,"138":1,"148":1,"149":1,"157":1,"164":1,"175":1,"192":1,"204":1,"214":1,"219":1,"225":1,"230":1,"236":1,"251":1,"257":1,"306":1,"317":1,"322":1,"335":1,"353":1},"1":{"12":1,"13":1,"14":1,"27":1,"28":1,"29":1,"30":1,"31":1,"37":1,"38":1,"39":1,"40":1,"41":1,"57":1,"58":1,"59":1,"88":1,"89":1,"90":1,"91":1,"106":1,"107":1,"108":1,"109":1,"110":1,"132":1,"133":1,"139":1,"140":1,"141":1,"149":1,"150":1,"151":1,"152":1,"158":1,"159":1,"165":1,"166":1,"167":1,"168":1,"176":1,"177":1,"178":1,"193":1,"194":1,"195":1,"196":1,"197":1,"198":1,"199":1,"205":1,"206":1,"207":1,"208":1,"209":1,"252":1,"253":1,"254":1,"255":1,"258":1,"259":1,"260":1,"307":1,"308":1,"309":1,"310":1,"323":1,"324":1,"325":1,"336":1,"337":1,"338":1,"354":1,"355":1,"356":1,"357":1,"358":1},"2":{"12":1,"58":1,"101":1,"190":1}}],["outlines",{"2":{"335":1}}],["outline",{"0":{"294":1},"2":{"106":1}}],["outstanding",{"2":{"27":1,"28":2,"151":1}}],["outside",{"0":{"346":1},"2":{"25":1,"43":1,"59":2,"109":1,"217":1,"336":1,"360":1}}],["outputs",{"2":{"159":1}}],["output",{"2":{"27":2,"32":2,"158":1,"232":1,"233":1,"298":1,"299":1}}],["out",{"2":{"13":1,"29":2,"32":2,"40":1,"47":2,"59":1,"74":1,"97":2,"103":1,"110":1,"136":1,"140":1,"160":1,"190":2,"219":1,"234":1,"245":1,"247":1,"248":2,"252":1,"294":1,"298":1,"302":1,"306":1,"333":1,"352":1,"360":2}}],["our",{"2":{"5":1,"28":1,"43":1,"57":1,"58":1,"66":1,"67":1,"88":1,"109":1,"110":1,"117":1,"139":1,"181":1,"208":1,"211":1,"219":2,"236":1,"239":1,"282":1,"286":3,"288":1,"294":1,"295":2}}],["owns",{"2":{"219":1}}],["own",{"0":{"13":1,"41":1,"208":1,"290":1},"1":{"291":1,"292":1,"293":1,"294":1,"295":1,"296":1},"2":{"13":1,"26":1,"40":2,"64":1,"104":1,"128":1,"133":3,"154":1,"158":2,"160":1,"181":1,"198":1,"267":1,"290":1,"309":1,"341":1,"357":1}}],["owned",{"2":{"12":1,"207":1,"208":4,"219":13,"247":4,"314":1}}],["opaque",{"2":{"311":1}}],["opposite",{"2":{"248":1,"309":1}}],["opposed",{"2":{"52":1}}],["op",{"2":{"196":1}}],["opinion",{"2":{"181":1}}],["opinions",{"2":{"101":1}}],["opinionated",{"2":{"63":1}}],["opt",{"2":{"40":2,"110":2}}],["opts",{"2":{"28":9}}],["optionally",{"2":{"140":1}}],["optional",{"2":{"27":1,"57":1,"139":1,"158":1,"208":1,"257":1,"291":1,"338":1,"356":1,"360":3}}],["options",{"0":{"30":1},"2":{"27":16,"28":3,"29":6,"30":1,"32":6,"36":1,"37":1,"38":1,"157":1,"158":5,"225":1}}],["optionparser",{"2":{"25":1,"27":1,"28":3,"128":2}}],["option",{"2":{"12":1,"27":2,"37":1,"140":1,"299":1}}],["operates",{"2":{"168":1}}],["operating",{"2":{"148":1,"149":1}}],["operational",{"2":{"43":1}}],["operations",{"2":{"25":1,"90":1}}],["opened",{"2":{"336":1}}],["opentelemetry",{"2":{"108":1,"129":3,"187":1,"203":1,"205":1,"206":2,"208":1,"225":1}}],["open3",{"2":{"32":1}}],["open",{"2":{"5":1,"188":1,"203":1,"212":1,"223":1}}],["order",{"2":{"219":1,"230":1,"236":1,"269":1,"278":1,"319":1}}],["ordering",{"2":{"106":1}}],["organizes",{"2":{"253":1}}],["organized",{"2":{"85":3,"101":1,"317":1}}],["organize",{"2":{"21":2,"45":1,"317":1}}],["organizations",{"2":{"64":2,"67":1,"110":1}}],["organization",{"2":{"21":2,"64":1,"66":1,"67":8,"110":4,"117":1,"317":5,"319":1,"360":2}}],["org",{"2":{"2":1,"117":1}}],["or",{"0":{"20":1,"171":1,"249":1,"269":1},"1":{"21":1,"22":1,"23":1,"24":1},"2":{"0":1,"5":1,"7":1,"11":1,"12":1,"16":2,"21":1,"23":2,"25":3,"26":1,"27":3,"28":1,"30":1,"33":1,"36":2,"37":1,"39":4,"40":1,"42":1,"43":1,"46":4,"47":1,"48":2,"54":1,"55":1,"57":2,"58":3,"59":1,"61":1,"63":1,"64":1,"67":2,"69":2,"70":1,"73":2,"74":1,"84":1,"90":1,"91":1,"95":1,"96":2,"97":1,"100":4,"102":3,"106":1,"107":1,"109":2,"110":3,"111":1,"113":1,"124":2,"126":3,"129":1,"132":2,"133":1,"134":3,"135":1,"138":1,"139":1,"142":1,"144":1,"148":2,"150":1,"151":4,"154":2,"155":1,"157":2,"158":3,"159":1,"161":2,"164":1,"165":5,"169":1,"171":2,"172":2,"176":2,"178":3,"181":3,"185":1,"190":1,"192":1,"193":1,"195":2,"196":3,"198":3,"205":1,"206":1,"207":3,"211":1,"214":3,"217":1,"218":2,"219":6,"220":1,"221":2,"227":1,"230":2,"236":2,"241":1,"243":1,"246":1,"248":3,"253":9,"257":2,"259":6,"262":1,"263":3,"265":1,"269":2,"271":2,"274":1,"286":1,"294":1,"300":1,"301":1,"309":3,"311":2,"312":1,"319":1,"321":1,"323":1,"324":3,"325":1,"326":1,"328":1,"330":2,"335":1,"338":2,"344":2,"345":1,"346":2,"347":2,"349":1,"351":4,"352":3,"353":2,"354":1,"357":1,"358":2,"359":1,"360":2}}],["onclick=",{"2":{"309":1}}],["once",{"2":{"29":1,"97":1,"181":1,"257":1}}],["onstratin",{"2":{"176":1}}],["onto",{"2":{"12":1}}],["ones",{"2":{"75":1,"356":1}}],["one",{"2":{"11":1,"12":1,"13":1,"25":1,"27":1,"28":1,"57":1,"63":1,"69":1,"75":1,"105":1,"109":1,"110":1,"121":1,"122":1,"125":2,"133":3,"140":1,"150":3,"151":1,"158":1,"178":2,"182":1,"196":1,"197":1,"208":1,"213":1,"221":1,"244":1,"251":1,"262":1,"263":3,"277":1,"287":2,"309":1,"317":1,"319":1,"320":1,"322":1,"324":2,"348":1,"352":1}}],["only",{"2":{"0":1,"12":1,"24":1,"27":1,"28":3,"30":1,"37":1,"40":2,"43":1,"50":1,"56":1,"60":1,"63":2,"69":1,"91":1,"104":2,"106":3,"107":1,"109":3,"110":1,"114":1,"115":1,"121":1,"124":1,"133":2,"141":1,"154":1,"165":1,"171":2,"175":1,"199":1,"211":1,"217":1,"246":1,"265":1,"286":1,"290":1,"299":1,"315":1,"317":1,"323":1,"348":1,"354":2,"355":1,"357":1,"361":1}}],["on",{"0":{"69":1,"70":1,"103":1,"340":1},"2":{"0":1,"9":1,"13":1,"17":1,"21":1,"23":1,"26":1,"27":6,"28":12,"29":4,"30":1,"32":2,"37":1,"40":2,"41":1,"42":1,"43":1,"47":1,"50":1,"52":2,"54":1,"66":1,"67":1,"69":1,"70":3,"74":1,"75":1,"81":1,"88":1,"90":1,"93":1,"95":1,"96":1,"97":1,"100":1,"101":1,"105":1,"109":2,"110":5,"113":2,"114":2,"115":3,"117":1,"120":1,"127":1,"131":1,"132":1,"136":3,"142":1,"145":1,"148":2,"149":3,"150":2,"151":1,"154":4,"158":5,"159":2,"160":1,"168":1,"169":1,"172":1,"176":3,"178":1,"179":1,"181":1,"187":2,"188":1,"195":2,"205":1,"206":3,"207":1,"209":1,"211":1,"214":1,"217":1,"222":2,"225":1,"229":1,"230":1,"236":1,"238":1,"239":1,"244":2,"248":1,"251":2,"253":2,"254":1,"261":1,"262":1,"266":1,"269":1,"281":1,"286":2,"287":1,"295":2,"307":1,"308":1,"309":1,"321":1,"324":1,"325":1,"331":1,"332":1,"333":1,"339":1,"344":1,"347":1,"351":1,"352":1,"354":1,"356":2,"357":2,"360":2}}],["often",{"2":{"59":1,"74":1,"97":1,"109":1,"115":1,"150":1,"182":1,"194":1,"206":1,"254":1,"269":1,"352":1}}],["offset",{"2":{"182":1}}],["off",{"2":{"46":1,"93":1,"329":1}}],["of",{"0":{"2":1,"37":1,"38":1,"91":1,"96":1,"101":1,"102":1,"116":1,"145":1,"190":1,"345":1,"346":1},"1":{"117":1,"118":1,"119":1,"120":1,"121":1,"122":1,"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1,"346":1,"347":1,"348":1,"349":1,"350":1,"351":1},"2":{"0":1,"1":1,"2":3,"3":2,"4":1,"5":3,"6":2,"7":3,"8":1,"9":2,"11":1,"12":4,"13":4,"17":4,"23":1,"24":1,"25":1,"26":2,"27":7,"28":3,"29":1,"32":3,"33":1,"35":3,"36":4,"38":2,"40":1,"43":2,"44":1,"46":5,"51":1,"52":5,"54":3,"55":1,"56":1,"57":7,"58":2,"59":2,"62":1,"63":4,"64":3,"65":1,"66":1,"67":1,"69":4,"70":2,"74":5,"75":7,"76":1,"77":2,"81":1,"83":1,"84":2,"85":1,"86":1,"88":1,"89":1,"90":4,"91":3,"93":4,"94":2,"95":1,"101":1,"103":1,"104":1,"105":1,"106":5,"107":1,"108":1,"109":3,"110":6,"113":2,"114":3,"115":1,"117":1,"118":1,"119":2,"120":3,"121":2,"122":2,"124":6,"125":3,"127":1,"130":1,"131":1,"133":1,"134":1,"135":1,"136":3,"138":3,"139":1,"140":3,"142":1,"146":3,"148":4,"149":1,"150":2,"151":5,"153":1,"154":2,"158":2,"159":2,"160":2,"161":1,"165":5,"166":1,"168":1,"171":1,"172":1,"178":5,"181":1,"182":1,"187":2,"192":2,"195":1,"196":2,"197":1,"198":1,"199":2,"203":1,"205":2,"206":1,"207":3,"208":3,"209":2,"210":1,"212":1,"213":2,"214":3,"215":1,"216":1,"217":3,"219":3,"220":1,"225":1,"228":2,"230":1,"231":1,"234":1,"236":1,"237":2,"238":1,"239":2,"240":1,"245":1,"246":1,"248":2,"251":2,"253":6,"254":3,"255":1,"256":2,"258":1,"259":3,"260":2,"262":2,"263":2,"265":1,"267":3,"269":1,"273":1,"274":1,"276":1,"277":2,"278":1,"280":1,"281":1,"282":4,"283":1,"288":1,"297":2,"298":1,"299":2,"301":1,"302":1,"303":1,"306":2,"307":2,"311":1,"316":1,"319":1,"321":1,"322":2,"323":3,"324":4,"325":1,"326":1,"328":1,"330":1,"331":1,"332":2,"333":1,"334":1,"335":1,"336":5,"337":1,"338":1,"339":1,"340":1,"341":1,"342":1,"344":3,"345":1,"348":2,"349":1,"350":3,"351":2,"352":3,"353":1,"354":2,"355":1,"356":1,"357":2,"359":1,"360":5}}],["btree",{"2":{"286":6}}],["bcrypt",{"2":{"243":1}}],["bsp",{"2":{"206":1}}],["black",{"2":{"311":1}}],["blanklayout",{"2":{"249":1,"272":1}}],["blank",{"0":{"249":1},"2":{"106":1,"141":1,"225":1,"228":1,"249":2,"281":7,"359":1}}],["blogpost",{"2":{"287":1,"288":1}}],["blog",{"0":{"252":1},"2":{"230":1,"284":1,"286":13,"287":2,"288":4,"289":2,"333":1}}],["blow",{"2":{"113":1,"195":1,"325":1}}],["blocks",{"2":{"88":1,"258":1,"340":1}}],["block",{"2":{"13":1,"28":1,"37":3,"178":1,"194":3,"196":2,"208":3,"224":1,"233":2,"244":1,"280":2,"332":1,"336":1,"338":1}}],["b",{"2":{"70":1,"109":1,"114":1}}],["bn",{"2":{"57":3}}],["bg",{"2":{"48":1,"57":3}}],["board",{"2":{"303":1,"323":1,"325":1}}],["box",{"2":{"233":2,"302":1,"306":1,"311":2}}],["body>",{"2":{"118":2}}],["body",{"2":{"118":1,"165":1,"225":1,"250":1,"258":2,"354":2}}],["bot",{"2":{"66":1,"342":1}}],["both",{"2":{"32":1,"37":1,"46":1,"73":3,"105":1,"106":1,"107":1,"171":1,"174":1,"175":1,"176":1,"214":2,"219":1,"230":1,"286":2,"307":1,"331":1}}],["border",{"2":{"57":2,"295":2}}],["boilerplate",{"2":{"31":1}}],["boolean",{"2":{"39":2}}],["bootstrapping",{"2":{"128":1}}],["bootstrapped",{"2":{"29":1,"154":1}}],["bootstrap",{"2":{"84":1}}],["boot",{"2":{"38":1,"43":1,"206":1}}],["books",{"2":{"23":1,"211":1,"339":1,"344":1}}],["big",{"2":{"181":1}}],["bits",{"2":{"130":1}}],["bit",{"2":{"13":1,"160":1,"206":1,"213":1}}],["bin",{"0":{"31":1,"338":1},"2":{"3":3,"26":1,"27":7,"28":2,"30":2,"31":1,"47":1,"52":2,"57":2,"59":2,"81":3,"82":1,"83":2,"84":4,"87":1,"98":1,"106":16,"113":3,"151":14,"154":1,"155":3,"158":9,"159":2,"187":1,"188":1,"189":2,"206":1,"214":1,"230":2,"243":4,"244":3,"257":3,"280":1,"286":12,"287":1,"288":1,"289":7,"293":1,"298":1,"310":2,"317":1,"320":2,"338":1}}],["brackets",{"2":{"274":1}}],["branches",{"0":{"93":1}}],["bridge",{"2":{"172":1}}],["brief",{"2":{"101":1,"150":1}}],["bring",{"2":{"17":1,"45":1,"46":1,"47":1,"214":1}}],["breaks",{"2":{"75":1}}],["breaking",{"2":{"74":1}}],["br",{"2":{"57":3,"295":1}}],["brought",{"2":{"214":1}}],["browse",{"2":{"86":1,"206":1}}],["browsers",{"2":{"46":1,"54":1,"86":1,"145":1,"148":1,"209":1}}],["browser",{"0":{"182":1,"348":1},"2":{"12":1,"25":1,"46":1,"52":6,"54":1,"74":3,"75":1,"86":2,"87":1,"88":1,"100":2,"120":1,"132":2,"146":1,"149":1,"165":1,"171":4,"178":1,"182":1,"188":1,"207":1,"209":2,"214":1,"219":1,"251":1,"253":7,"268":1,"274":1,"309":1,"321":1,"347":1,"348":4,"349":1}}],["broken",{"2":{"43":1,"207":1}}],["brutmigrations",{"2":{"108":1}}],["brutinstrumentation",{"2":{"108":1,"207":1}}],["brutrb",{"2":{"102":3}}],["brutcss",{"2":{"48":1,"57":1,"102":1,"123":1,"181":1,"295":1}}],["brutcustomelements",{"2":{"11":2}}],["brutjs",{"0":{"10":1,"14":1,"16":1},"1":{"11":1,"12":1,"13":1,"14":1,"15":1,"16":1,"17":1,"18":1,"19":1},"2":{"10":1,"11":1,"12":1,"13":1,"14":1,"16":1,"17":1,"52":1,"102":1,"122":1,"213":1,"215":1,"301":1}}],["brut",{"0":{"9":1,"27":1,"48":1,"108":1,"110":1,"116":1,"254":1,"255":1,"344":1},"1":{"109":1,"117":1,"118":1,"119":1,"120":1,"121":1,"122":1,"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1},"2":{"0":2,"3":5,"7":1,"9":4,"10":1,"11":3,"12":17,"17":2,"19":1,"20":1,"21":1,"22":1,"24":2,"25":1,"26":2,"27":6,"28":12,"29":2,"30":1,"31":4,"32":2,"34":1,"35":3,"36":4,"37":4,"38":7,"39":1,"40":8,"41":3,"42":1,"43":1,"44":6,"45":1,"46":3,"48":3,"50":3,"52":3,"54":2,"55":1,"56":2,"57":2,"58":4,"59":1,"62":1,"63":6,"64":1,"66":2,"71":1,"72":1,"74":1,"75":1,"76":1,"77":2,"78":1,"79":2,"80":1,"81":1,"84":1,"86":1,"87":2,"89":2,"98":1,"100":1,"101":1,"102":9,"103":2,"104":4,"105":1,"106":4,"107":1,"108":2,"109":8,"110":3,"113":1,"115":5,"117":1,"118":2,"120":2,"121":1,"122":4,"123":1,"124":4,"125":1,"126":3,"127":3,"128":3,"129":3,"130":1,"131":2,"132":7,"133":3,"136":4,"138":2,"139":2,"140":12,"144":1,"146":6,"147":1,"148":4,"151":1,"153":1,"154":1,"155":8,"156":1,"157":3,"158":4,"159":1,"160":1,"161":3,"162":1,"165":9,"169":5,"173":1,"174":1,"175":1,"176":3,"177":3,"178":41,"179":6,"183":1,"184":2,"186":2,"187":1,"191":1,"192":3,"193":1,"195":1,"196":2,"197":1,"198":3,"199":1,"200":2,"201":1,"202":1,"203":2,"206":6,"207":4,"208":10,"209":8,"212":3,"213":3,"214":2,"216":1,"217":4,"219":23,"222":3,"223":4,"224":1,"225":17,"228":2,"229":1,"230":4,"235":1,"236":4,"239":2,"243":2,"244":7,"245":1,"246":4,"247":5,"248":2,"249":1,"250":2,"251":7,"253":4,"254":1,"255":1,"256":1,"257":5,"259":4,"260":3,"261":2,"262":1,"263":6,"270":1,"271":2,"273":5,"274":2,"275":1,"276":4,"280":2,"281":1,"282":4,"283":1,"286":3,"287":1,"289":2,"290":2,"294":3,"295":4,"296":1,"297":1,"305":2,"306":1,"307":2,"308":6,"309":5,"312":1,"313":1,"314":2,"315":1,"316":1,"317":3,"320":1,"321":2,"322":1,"324":2,"325":3,"327":1,"328":1,"331":1,"332":7,"334":2,"335":2,"337":3,"338":2,"341":1,"342":1,"343":1,"344":1,"345":1,"346":2,"347":2,"348":8,"349":1,"351":2,"352":3,"353":1,"354":2,"355":3,"356":2,"357":4,"358":2,"359":3,"360":3,"361":2}}],["by",{"0":{"4":1,"5":1,"6":1,"207":1},"2":{"2":1,"4":2,"5":2,"6":2,"7":3,"8":1,"11":2,"17":1,"21":1,"25":1,"26":1,"27":1,"28":1,"37":2,"39":1,"40":4,"46":2,"47":1,"48":2,"52":3,"57":3,"58":3,"62":1,"67":1,"76":1,"78":1,"79":1,"84":5,"89":1,"93":1,"94":1,"95":1,"100":2,"105":2,"106":3,"109":4,"110":3,"119":1,"121":1,"122":1,"124":1,"128":1,"131":1,"132":1,"133":3,"139":1,"146":1,"148":1,"155":2,"157":1,"158":2,"159":2,"165":1,"166":2,"172":1,"178":5,"192":1,"196":1,"197":1,"198":2,"203":1,"206":3,"207":2,"208":1,"209":1,"211":1,"214":3,"215":1,"219":1,"225":2,"230":1,"231":1,"232":1,"251":1,"253":1,"257":2,"258":2,"259":2,"260":1,"275":1,"280":1,"286":3,"290":1,"308":2,"309":2,"311":1,"314":1,"317":1,"321":1,"322":1,"323":1,"324":1,"328":3,"329":2,"331":1,"338":3,"342":1,"348":1,"350":1,"351":1,"352":1,"353":1,"356":1}}],["bang",{"2":{"263":1}}],["bandwidth",{"2":{"17":1,"74":1}}],["battle",{"2":{"201":1,"223":1,"268":1,"305":1}}],["balance",{"2":{"193":1}}],["baked",{"2":{"70":1}}],["bad",{"2":{"69":1,"298":1}}],["bar",{"2":{"28":1,"192":2}}],["basis",{"2":{"168":1}}],["basically",{"0":{"96":1},"2":{"165":1,"254":1}}],["basics",{"0":{"37":1},"2":{"138":1,"283":1}}],["basic",{"0":{"28":1,"194":1,"253":1},"2":{"30":1,"45":1,"48":1,"53":1,"58":1,"144":1,"169":1,"213":1,"253":1,"261":1,"352":1,"359":1}}],["bash",{"2":{"148":1,"154":2,"155":1,"158":1,"187":1}}],["basemethods",{"2":{"192":1,"196":1}}],["basedrubygems",{"2":{"186":2}}],["based",{"0":{"158":1},"2":{"13":1,"21":1,"25":1,"35":1,"52":2,"69":1,"70":1,"114":2,"117":1,"120":1,"123":1,"127":1,"129":1,"136":1,"148":1,"150":1,"151":1,"154":3,"158":3,"160":1,"171":1,"172":2,"176":1,"181":1,"186":2,"187":1,"222":1,"238":1,"239":1,"261":1,"302":1,"321":1,"324":2,"351":1,"352":1,"356":1,"357":1,"360":1}}],["basecustomelement",{"2":{"13":3}}],["base",{"2":{"13":1,"64":1,"84":1,"222":1}}],["baseline",{"2":{"0":1}}],["backend",{"2":{"243":1,"253":1,"289":1,"317":2}}],["backtrace",{"2":{"27":2,"158":1}}],["back",{"2":{"12":1,"21":10,"22":1,"23":4,"32":2,"33":1,"64":2,"67":2,"75":1,"82":2,"84":3,"85":4,"91":1,"106":5,"126":2,"137":1,"167":1,"178":1,"196":1,"209":1,"223":1,"225":2,"243":4,"253":1,"286":2,"287":2,"289":2,"301":1,"317":2,"336":1,"346":3,"348":2,"350":1}}],["background",{"0":{"223":1},"2":{"0":1,"57":1,"223":1,"253":1,"333":1}}],["burden",{"2":{"344":1}}],["burt",{"2":{"310":1}}],["bug",{"2":{"248":1}}],["bugs",{"2":{"248":1}}],["bump",{"2":{"97":1}}],["building",{"2":{"158":1,"244":1,"259":1,"301":1,"352":1}}],["builds",{"2":{"150":2}}],["build",{"0":{"190":1,"252":1},"2":{"48":1,"59":1,"78":1,"81":3,"84":4,"105":1,"150":3,"158":2,"159":5,"187":2,"214":1,"245":2,"246":1,"251":1,"310":1,"344":1}}],["builtin",{"2":{"273":1}}],["built",{"2":{"0":1,"103":1,"113":1,"124":1,"128":1,"129":1,"203":1,"231":1,"251":2,"312":1}}],["bundling",{"2":{"45":1,"46":1,"213":1,"214":1}}],["bundles",{"2":{"73":1,"74":2,"81":1,"214":1}}],["bundled",{"2":{"46":1,"75":1,"76":1,"122":1,"148":1,"253":1}}],["bundler",{"2":{"31":2,"155":2}}],["bundle",{"0":{"310":1},"2":{"11":1,"46":2,"50":1,"72":1,"73":1,"122":1,"214":4,"217":1,"306":1,"310":2,"312":1}}],["bunch",{"2":{"38":1}}],["bulkcreatewidgetspage",{"2":{"281":1,"282":1}}],["bulkcreatewidgetshandler",{"2":{"281":1}}],["bulkcreatewidgetsform",{"2":{"280":1,"282":1}}],["bulk",{"2":{"25":1,"27":1,"278":1,"280":2,"281":1,"282":1}}],["business",{"0":{"20":1,"69":1,"126":1,"172":1},"1":{"21":1,"22":1,"23":1,"24":1},"2":{"20":1,"21":4,"23":1,"24":1,"26":1,"27":1,"64":1,"69":4,"109":1,"110":1,"113":1,"126":2,"172":1,"253":2,"336":1}}],["button>login",{"2":{"120":1}}],["button>",{"2":{"57":2,"120":1}}],["buttoncomponent",{"2":{"57":4}}],["button",{"2":{"11":1,"12":2,"57":10,"88":3,"91":4,"120":1,"122":1,"139":1,"140":1,"179":2,"244":1,"282":1,"296":1,"322":1}}],["but",{"2":{"0":1,"9":1,"11":1,"12":2,"13":2,"23":1,"27":1,"30":2,"31":1,"43":1,"48":1,"50":1,"52":4,"54":1,"56":1,"57":1,"59":3,"62":1,"66":1,"85":1,"86":1,"89":1,"93":1,"95":1,"96":1,"97":1,"100":1,"102":2,"103":2,"106":2,"108":1,"109":2,"110":2,"113":1,"124":2,"126":1,"133":3,"140":1,"141":2,"142":1,"150":1,"154":1,"155":1,"160":2,"161":1,"165":2,"168":1,"171":1,"172":1,"182":1,"195":1,"199":1,"206":2,"213":1,"217":2,"218":1,"219":1,"223":1,"225":1,"229":1,"240":1,"246":1,"247":1,"248":2,"257":2,"259":4,"266":2,"272":1,"274":2,"277":1,"286":1,"287":1,"297":1,"298":2,"303":1,"314":1,"315":1,"319":1,"323":1,"324":1,"325":1,"328":1,"332":1,"338":1,"344":3,"345":1,"351":1,"352":1,"353":1,"354":1,"357":2,"358":1,"360":2}}],["begin",{"2":{"325":1}}],["becomes",{"2":{"324":1,"356":1}}],["because",{"2":{"29":1,"41":1,"47":1,"66":1,"74":1,"106":1,"109":1,"141":1,"153":1,"168":1,"214":1,"229":1,"230":1,"248":1,"319":1,"320":1,"325":1,"356":2,"358":1,"360":1}}],["believe",{"2":{"314":1}}],["below",{"2":{"28":1,"108":2,"120":1,"139":1,"150":1,"194":1,"259":1,"262":1,"266":1,"308":1,"354":1}}],["beroutingfor",{"2":{"263":1}}],["beats",{"2":{"251":1}}],["beyond",{"2":{"61":1,"126":1,"132":1,"154":1,"263":1,"351":1}}],["benefit",{"2":{"51":1,"69":1,"338":2}}],["beneficial",{"2":{"32":1}}],["before",{"0":{"266":1},"2":{"44":1,"46":1,"52":1,"60":1,"89":1,"115":1,"168":2,"174":1,"208":3,"218":1,"219":18,"222":1,"244":1,"246":2,"247":1,"248":2,"258":1,"260":1,"262":2,"266":2,"271":2,"281":1,"283":1,"286":1,"294":1,"355":1,"357":3}}],["betweeen",{"2":{"315":1}}],["between",{"2":{"37":1,"58":1,"59":1,"64":1,"69":1,"81":1,"89":1,"90":1,"130":1,"172":1,"253":1,"268":1,"323":1}}],["bet",{"2":{"53":1}}],["better",{"0":{"298":1},"2":{"13":1,"17":2,"70":1,"93":2,"95":1,"103":1,"110":1,"122":1,"126":1,"158":1,"221":1,"255":1,"272":1,"299":1,"301":2,"330":1,"340":1}}],["behaves",{"2":{"239":1}}],["behave",{"2":{"32":1,"52":1,"271":1}}],["behaviors",{"2":{"93":1,"124":1}}],["behavior",{"0":{"108":1},"1":{"109":1},"2":{"26":1,"27":2,"30":1,"35":2,"40":2,"43":1,"52":1,"59":1,"63":1,"74":1,"81":1,"90":1,"91":1,"95":1,"100":1,"105":1,"108":1,"110":1,"139":1,"142":1,"146":1,"165":2,"166":1,"168":1,"169":1,"178":1,"198":1,"203":1,"209":2,"215":1,"220":1,"221":1,"236":1,"239":1,"253":1,"259":1,"262":1,"269":1,"307":1,"309":1,"335":1,"338":1,"341":1}}],["being",{"2":{"7":1,"40":1,"41":1,"70":1,"100":1,"109":1,"113":2,"125":1,"140":1,"165":2,"182":1,"198":1,"207":1,"246":1,"259":1,"307":1,"330":1,"344":1,"360":1}}],["best",{"2":{"7":2,"53":1,"101":1,"110":1,"215":1,"239":1,"251":1,"257":1}}],["been",{"2":{"7":1,"9":1,"29":1,"52":2,"75":1,"107":1,"109":1,"113":1,"158":1,"178":4,"201":1,"241":1,"260":1,"305":1,"325":1,"344":1,"349":1}}],["be",{"0":{"4":1,"5":1,"6":1,"9":1,"182":1,"328":1},"2":{"0":2,"1":1,"2":1,"3":1,"5":3,"6":3,"7":2,"12":1,"13":1,"16":1,"17":2,"21":4,"22":2,"23":3,"24":1,"27":2,"28":1,"29":1,"30":3,"32":2,"33":1,"35":1,"36":2,"37":1,"38":2,"40":5,"43":2,"44":1,"46":3,"50":2,"51":2,"52":2,"54":1,"57":5,"58":6,"59":5,"61":2,"67":4,"70":3,"74":2,"78":1,"80":1,"85":1,"89":2,"91":1,"92":1,"93":3,"95":3,"101":1,"102":1,"106":3,"109":3,"110":2,"113":4,"114":1,"120":1,"123":1,"124":1,"125":1,"126":2,"127":1,"131":1,"132":2,"133":4,"134":2,"139":2,"141":1,"142":1,"145":2,"148":1,"149":2,"154":1,"155":4,"156":1,"157":1,"158":4,"159":3,"160":2,"161":1,"165":2,"167":1,"169":1,"171":2,"172":2,"174":1,"176":1,"178":6,"179":1,"181":1,"186":1,"192":1,"194":2,"196":4,"197":3,"199":2,"200":1,"207":3,"208":4,"209":1,"210":2,"214":6,"216":1,"217":2,"219":9,"220":2,"221":2,"222":3,"223":1,"227":2,"228":1,"230":3,"236":2,"237":1,"238":3,"239":2,"244":2,"245":2,"246":3,"247":2,"248":4,"250":1,"251":1,"253":1,"258":3,"259":8,"260":4,"263":2,"265":1,"266":1,"267":1,"268":1,"269":3,"271":1,"272":2,"273":1,"276":1,"280":2,"281":1,"282":1,"284":1,"286":1,"287":1,"298":1,"299":1,"300":4,"301":2,"308":4,"314":1,"317":2,"318":2,"319":2,"320":2,"322":3,"323":3,"325":1,"328":1,"329":3,"330":1,"332":1,"333":1,"337":2,"338":2,"340":1,"341":3,"342":4,"344":2,"346":3,"348":1,"349":2,"350":2,"351":2,"353":1,"354":4,"355":1,"356":2,"357":1,"358":3,"359":1,"360":8,"361":2}}],["hugely",{"2":{"212":1}}],["human",{"2":{"5":1}}],["httpstatus",{"2":{"165":2,"219":1,"260":2}}],["https",{"2":{"158":1,"194":1,"196":1}}],["httpacceptlanguage",{"2":{"132":1}}],["http",{"0":{"356":1},"2":{"120":1,"163":1,"164":2,"165":3,"169":2,"171":2,"172":2,"206":3,"207":1,"208":3,"209":1,"217":1,"219":1,"253":4,"254":2,"259":8,"260":1,"263":3,"277":2,"314":1,"321":1,"322":1,"344":1,"353":2,"354":5,"356":4}}],["html>",{"2":{"118":3}}],["html",{"0":{"95":1,"140":1,"177":1,"196":1,"198":1,"294":1},"2":{"0":1,"10":2,"17":1,"52":2,"55":1,"56":1,"57":4,"60":1,"78":2,"92":1,"95":1,"100":4,"117":5,"118":4,"119":1,"120":4,"121":1,"127":1,"136":1,"137":1,"138":2,"140":8,"141":1,"146":3,"164":1,"165":5,"166":2,"169":1,"178":10,"194":1,"196":7,"198":1,"200":1,"213":1,"214":1,"216":1,"224":1,"225":1,"250":1,"251":2,"253":4,"258":6,"261":1,"263":1,"268":2,"271":1,"272":1,"274":2,"281":1,"282":2,"290":1,"294":2,"295":1,"301":1,"344":1,"348":1}}],["href=",{"2":{"118":2,"194":1,"325":1}}],["href",{"2":{"118":2,"196":1,"225":3,"244":1,"250":2}}],["hippocratic",{"0":{"255":1}}],["historically",{"2":{"205":1}}],["hi",{"2":{"132":1}}],["hidden",{"2":{"91":1,"140":2,"178":1}}],["higher",{"2":{"353":1}}],["high",{"2":{"70":1,"88":1}}],["highly",{"2":{"54":1,"210":1,"212":1}}],["highlighted",{"2":{"232":2}}],["highlighting",{"0":{"232":1},"2":{"166":1,"232":2}}],["highlight",{"2":{"30":1}}],["hypothetical",{"2":{"66":1}}],["h2>",{"2":{"117":1}}],["h2>it",{"2":{"117":1}}],["h2",{"2":{"59":1,"117":1,"245":1,"263":1}}],["h1>welcome",{"2":{"258":1}}],["h1>",{"2":{"117":1,"258":1}}],["h1>hello",{"2":{"117":1}}],["h1",{"2":{"59":1,"117":1,"132":1,"188":2,"244":2,"245":1,"258":1,"263":1,"276":1}}],["h",{"2":{"27":4,"158":1,"188":2}}],["he",{"2":{"308":1}}],["herokuconfig",{"2":{"158":1}}],["herokucontainerbaseddeploy",{"2":{"158":1}}],["heroku",{"0":{"158":1},"2":{"157":1,"158":17,"159":2,"302":1}}],["here",{"0":{"181":1},"2":{"0":1,"11":1,"13":1,"40":1,"48":1,"52":3,"57":4,"64":1,"66":1,"84":1,"85":1,"100":1,"101":1,"107":1,"114":1,"118":1,"119":1,"136":1,"155":1,"157":1,"166":1,"207":1,"214":5,"225":1,"236":1,"253":1,"259":1,"269":1,"294":1,"297":1,"299":1,"317":3,"333":1,"357":1,"361":1}}],["heavy",{"2":{"103":1,"303":1,"351":1}}],["heavily",{"2":{"91":1}}],["head>",{"2":{"118":2}}],["head",{"2":{"118":1,"214":1,"225":1,"250":1,"348":1}}],["headless",{"2":{"87":1}}],["header>",{"2":{"258":2}}],["headers",{"0":{"309":1,"356":1},"2":{"206":1,"259":2,"306":1,"353":1,"354":1,"356":2}}],["header",{"2":{"40":1,"58":1,"59":1,"119":1,"258":1,"259":4,"309":1,"353":1,"354":2,"356":6}}],["hello",{"2":{"59":5,"117":1,"132":1,"192":1,"245":1}}],["helper",{"2":{"67":2,"73":1,"74":1,"88":2,"142":1,"214":1,"219":3,"236":1,"322":1,"342":1,"351":1}}],["helpers",{"0":{"90":1,"273":1},"2":{"58":1,"62":1,"78":1,"127":1,"273":1,"354":1,"359":1}}],["helpful",{"2":{"59":1,"75":1,"108":1,"197":1,"269":1,"325":1,"338":1,"360":1}}],["helps",{"2":{"24":1}}],["help",{"2":{"13":1,"27":10,"110":1,"150":1,"151":1,"158":4,"178":1,"263":1,"305":1,"338":1,"345":1,"347":1}}],["hatch",{"2":{"360":1}}],["haml",{"2":{"274":1}}],["hacks",{"2":{"248":1}}],["hacking",{"2":{"248":1}}],["had",{"2":{"169":1,"171":1,"195":1,"344":2}}],["happy",{"2":{"113":1}}],["happened",{"2":{"263":1,"360":1}}],["happening",{"2":{"124":1,"207":1,"208":1}}],["happens",{"2":{"28":1,"44":3,"91":1,"229":1,"253":1,"308":1,"357":1,"360":1}}],["happen",{"2":{"28":2,"93":1,"96":2,"121":1,"165":1,"208":1,"218":1,"219":1,"260":1,"295":1}}],["handy",{"2":{"225":1,"338":1}}],["handling",{"0":{"166":1,"167":1},"2":{"166":1}}],["handlingresults",{"2":{"165":2}}],["handledr",{"2":{"281":1}}],["handled",{"2":{"139":1,"209":1,"230":1,"331":1,"348":1}}],["handler",{"0":{"165":1},"2":{"84":1,"90":1,"121":2,"132":1,"133":1,"141":1,"151":2,"164":1,"165":2,"168":2,"169":5,"171":1,"172":2,"178":1,"207":1,"218":1,"219":1,"220":1,"245":2,"279":1,"280":1,"281":1,"322":3,"324":4,"325":1,"330":1,"335":2,"351":1,"357":1,"358":1}}],["handlers",{"0":{"121":1,"163":1,"172":1},"1":{"164":1,"165":1,"166":1,"167":1,"168":1,"169":1,"170":1,"171":1,"172":1,"173":1},"2":{"23":1,"82":2,"84":2,"120":1,"141":1,"163":1,"165":2,"172":2,"186":1,"209":1,"219":2,"222":1,"245":1,"253":1,"281":1,"332":1,"335":2,"337":1,"348":1,"351":1,"354":2,"360":1}}],["handle",{"0":{"245":1},"2":{"37":4,"40":1,"79":1,"121":4,"132":1,"133":1,"141":1,"165":5,"166":2,"167":1,"168":4,"169":3,"178":1,"245":1,"248":1,"262":1,"271":2,"281":1,"322":1,"324":2,"331":1,"332":1}}],["handles",{"2":{"12":1,"136":1,"248":1,"271":1}}],["hand",{"2":{"95":1}}],["harder",{"2":{"340":1}}],["hardcodes",{"2":{"200":1}}],["hardship",{"2":{"40":1}}],["hard",{"2":{"33":1,"44":1,"50":1,"74":1,"84":1,"115":1,"158":1,"217":1}}],["having",{"2":{"12":1,"23":1,"38":1,"52":1,"67":1,"74":1,"91":1,"124":1,"158":1,"171":1,"178":1,"274":1,"353":1}}],["havehtmlattribute",{"2":{"263":1}}],["haven",{"2":{"230":1}}],["havei18nstring",{"2":{"200":1,"263":1}}],["haveconstraintviolation",{"2":{"169":1}}],["havereturnedhttpstatus",{"2":{"169":1,"263":1}}],["haveredirectedto",{"2":{"169":1,"263":1}}],["havegenerated",{"2":{"169":1}}],["have",{"2":{"4":1,"7":2,"9":2,"13":1,"17":1,"21":1,"25":1,"29":3,"38":1,"42":1,"43":2,"46":1,"48":1,"52":2,"57":1,"58":2,"60":1,"62":1,"67":1,"69":2,"70":1,"75":1,"76":1,"85":1,"88":1,"89":1,"100":6,"105":1,"106":2,"107":1,"109":3,"110":1,"111":1,"113":2,"129":1,"132":1,"139":1,"140":1,"149":1,"155":1,"158":4,"161":1,"169":4,"176":1,"178":2,"179":2,"182":1,"185":2,"187":1,"200":1,"206":1,"207":1,"208":1,"211":1,"212":2,"213":1,"214":1,"216":1,"218":1,"222":2,"225":1,"227":1,"236":2,"239":1,"241":1,"243":1,"244":1,"245":1,"248":2,"251":1,"258":1,"259":2,"263":7,"266":1,"269":1,"272":2,"273":1,"275":1,"277":1,"280":2,"282":1,"286":4,"288":1,"295":1,"300":1,"310":1,"325":1,"326":1,"328":2,"329":1,"331":1,"333":1,"336":2,"338":1,"340":2,"344":1,"346":1,"349":4,"350":1,"351":1,"355":1,"357":1}}],["hashes",{"2":{"131":1,"133":1,"300":1,"353":1}}],["hashed",{"2":{"46":1,"73":2,"81":1}}],["hashing",{"0":{"74":1},"2":{"77":1}}],["hash",{"2":{"32":1,"74":1,"76":1,"109":1,"118":3,"120":1,"121":1,"135":1,"136":2,"138":1,"140":2,"192":1,"243":1,"259":1,"352":1}}],["has",{"2":{"5":1,"13":1,"27":1,"28":1,"29":1,"37":1,"38":1,"47":1,"61":1,"67":1,"70":1,"85":1,"88":1,"95":1,"100":1,"105":2,"106":2,"109":2,"110":3,"114":1,"121":1,"125":1,"129":1,"139":1,"146":1,"149":1,"158":1,"166":1,"168":1,"174":1,"178":2,"201":1,"203":1,"214":1,"230":1,"259":2,"260":2,"262":1,"263":2,"265":1,"277":1,"278":1,"281":1,"286":1,"287":1,"291":1,"294":1,"300":1,"305":1,"321":1,"322":1,"324":1,"329":1,"333":1,"338":1,"344":1,"349":2,"352":1,"356":1,"357":1,"358":1,"360":2}}],["hosting",{"2":{"302":1}}],["household",{"2":{"124":1,"125":4,"126":3}}],["householdservice",{"2":{"126":1}}],["households",{"2":{"124":3,"125":1}}],["homebrew",{"2":{"148":1}}],["home",{"2":{"59":2,"188":1,"208":3,"219":7,"241":1,"244":1,"325":1}}],["homepage",{"2":{"46":3,"59":8,"132":3,"188":1,"244":2,"276":1,"324":1}}],["horizontal",{"2":{"57":1}}],["hoops",{"2":{"54":1}}],["hooksd",{"2":{"168":1}}],["hooks",{"0":{"168":1,"218":1,"248":1,"260":1,"355":1},"1":{"219":1,"220":1,"221":1,"222":1},"2":{"82":1,"84":3,"109":1,"136":1,"169":1,"208":2,"212":1,"218":2,"219":6,"220":2,"221":3,"222":6,"236":1,"237":1,"239":1,"246":1,"247":1,"301":1,"351":1,"355":1,"358":1,"360":1}}],["hook",{"2":{"40":2,"136":2,"168":1,"207":1,"208":2,"219":12,"221":1,"246":2,"247":1,"262":2,"309":2,"355":1,"357":1}}],["honest",{"2":{"54":1}}],["hopefully",{"2":{"52":1,"158":1,"245":1}}],["hoped",{"2":{"12":1}}],["hope",{"2":{"7":1,"258":2}}],["however",{"2":{"5":1,"7":1,"12":1,"22":1,"35":1,"63":1,"78":1,"80":1,"85":1,"104":1,"105":1,"111":1,"115":1,"118":1,"122":1,"124":2,"127":1,"129":1,"132":1,"134":1,"136":1,"158":1,"165":1,"167":1,"177":1,"201":1,"215":1,"220":1,"222":1,"230":1,"236":1,"239":2,"245":1,"253":2,"263":1,"280":1,"289":1,"317":1,"319":1,"350":1,"359":1}}],["how",{"2":{"1":1,"2":1,"7":2,"13":1,"17":1,"21":1,"32":2,"40":2,"47":1,"52":1,"57":2,"59":1,"63":1,"66":1,"88":1,"92":2,"101":3,"106":1,"125":1,"126":1,"132":2,"133":1,"141":5,"158":1,"166":1,"178":1,"182":1,"187":1,"194":1,"205":3,"207":2,"211":1,"214":2,"219":1,"222":1,"230":1,"240":3,"267":2,"269":1,"273":1,"281":1,"283":1,"303":1,"311":1,"317":1,"325":1,"333":1,"346":1,"348":1,"357":1,"360":1}}],["holds",{"2":{"12":1,"117":1}}],["hold",{"2":{"0":1,"55":1,"138":1,"192":1}}],["mvc",{"0":{"254":1},"2":{"254":1}}],["md",{"2":{"233":1}}],["md\`\`\`js",{"2":{"232":1}}],["mdn",{"2":{"0":1}}],["mkbrut",{"0":{"185":1},"2":{"158":1,"159":1,"184":1,"185":6,"186":6,"230":1,"289":1,"299":1}}],["msg",{"2":{"232":2}}],["ms",{"2":{"90":1}}],["m",{"2":{"48":1}}],["mcp",{"2":{"44":1,"222":1}}],["myotherpage",{"2":{"250":1}}],["myac",{"2":{"109":1}}],["myappcli",{"2":{"28":2}}],["myelement",{"2":{"52":3}}],["my",{"2":{"27":1,"28":4,"52":19,"54":2,"109":3,"113":1,"117":2,"140":2,"185":2,"186":4,"188":1,"192":3,"230":1,"258":4,"344":1}}],["mitigate",{"2":{"308":1}}],["microsoft",{"2":{"230":1}}],["milliseconds",{"2":{"90":2}}],["mirrors",{"2":{"335":1}}],["mirror",{"2":{"85":1,"120":1,"139":1,"251":1}}],["middleware",{"0":{"235":1},"1":{"236":1,"237":1,"238":1,"239":1},"2":{"84":2,"218":1,"235":1,"236":8,"237":2,"238":2,"239":2,"307":1,"308":1}}],["middlewares",{"2":{"79":1,"84":1,"222":1,"239":1,"314":1}}],["minutes",{"0":{"252":1},"2":{"333":1}}],["minute",{"2":{"245":1,"333":1}}],["min=",{"2":{"140":2}}],["min",{"2":{"139":1,"280":1}}],["minlength=",{"2":{"120":1,"140":2,"178":5}}],["minlength",{"2":{"120":1,"139":2}}],["minor",{"2":{"95":1}}],["minified",{"2":{"75":2}}],["minimal",{"2":{"17":1,"216":1,"295":1}}],["mind",{"2":{"63":1,"95":1,"154":1,"158":1,"209":1,"227":1,"286":1,"360":1}}],["mixed",{"2":{"62":1}}],["misc",{"0":{"304":1}}],["mise",{"2":{"148":1,"154":1}}],["missingparameter",{"2":{"325":2}}],["missing",{"2":{"36":1,"193":1,"199":1,"248":1,"297":1,"349":1}}],["mistakes",{"2":{"24":1}}],["migration",{"0":{"110":1,"283":1,"286":1},"1":{"284":1,"285":1,"286":1,"287":1,"288":1,"289":1},"2":{"27":2,"67":1,"105":2,"106":12,"107":1,"109":2,"110":1,"113":2,"124":1,"151":3,"243":2,"285":1,"286":8}}],["migrations",{"0":{"104":1,"106":1,"107":1},"1":{"105":1,"106":1,"107":1,"108":1,"109":1,"110":1,"111":1,"112":1,"113":1,"114":1,"115":1},"2":{"27":4,"82":1,"84":2,"105":1,"106":6,"107":3,"108":1,"110":2,"111":1,"113":2,"124":1,"151":4,"207":1,"243":1,"283":1,"286":5}}],["migrate",{"2":{"27":1,"106":2,"151":1,"243":2,"286":3}}],["might",{"2":{"5":1,"16":1,"93":1,"109":1,"121":1,"132":1,"148":2,"150":1,"178":1,"182":1,"190":1,"192":1,"214":1,"267":1,"317":1,"357":1}}],["mulitple",{"2":{"333":1}}],["multiple",{"2":{"45":1,"81":1,"329":1,"353":1}}],["multi",{"2":{"17":1,"360":1}}],["much",{"2":{"13":2,"24":1,"35":1,"74":1,"75":1,"107":1,"113":1,"121":1,"126":1,"135":1,"146":1,"161":1,"182":1,"205":1,"209":1,"216":1,"267":1,"268":1,"312":1,"340":2,"344":1}}],["must",{"0":{"95":1},"2":{"5":2,"6":3,"28":1,"38":1,"39":2,"46":2,"52":1,"56":1,"57":2,"58":1,"67":4,"87":1,"97":1,"105":1,"106":1,"109":2,"110":1,"124":1,"139":1,"159":3,"165":1,"174":1,"176":1,"178":1,"179":1,"196":2,"197":1,"214":2,"227":2,"228":1,"230":6,"245":1,"250":1,"257":1,"259":1,"323":2,"356":1,"359":1,"360":1}}],["memoization",{"2":{"266":1}}],["mechanism",{"2":{"222":1,"259":1,"302":1}}],["mechanisms",{"0":{"159":1},"2":{"346":1}}],["mess",{"2":{"219":1,"274":1}}],["messaging",{"2":{"176":1,"178":1}}],["messages>",{"2":{"178":5,"294":2}}],["messages",{"2":{"12":1,"29":2,"136":2,"167":1,"178":8,"179":1,"225":1,"291":1,"341":1}}],["message",{"2":{"11":1,"12":5,"58":6,"67":1,"95":1,"100":1,"108":1,"119":7,"122":1,"133":6,"195":2,"199":1,"244":1,"269":1,"276":2,"325":2,"341":2}}],["mentioned",{"2":{"62":1,"72":1,"115":2,"141":1,"347":1}}],["mean",{"2":{"109":1,"172":1,"254":1,"333":1}}],["meaning",{"2":{"40":1,"66":1,"75":1,"109":1,"119":1,"254":1}}],["means",{"2":{"21":1,"27":1,"28":1,"29":1,"30":1,"40":1,"52":2,"56":1,"57":1,"58":1,"59":1,"75":1,"79":1,"89":1,"91":1,"109":2,"117":1,"126":1,"148":1,"155":1,"159":1,"160":1,"172":1,"208":1,"230":1,"236":1,"307":1,"320":1,"325":1,"332":1,"336":1,"337":1,"345":1,"346":1,"349":1,"350":2,"359":1}}],["meta",{"2":{"118":2,"209":1,"225":4}}],["metadata",{"2":{"81":2,"90":1,"97":1,"208":2,"332":2}}],["method=",{"2":{"120":1,"140":2}}],["methods",{"2":{"28":1,"64":1,"66":1,"69":2,"120":4,"121":1,"127":1,"132":2,"139":1,"140":1,"142":2,"146":1,"192":1,"208":1,"236":1,"243":1,"258":1,"259":1,"261":1,"263":1,"276":1,"289":1,"317":1,"322":1,"338":2,"351":1,"352":1}}],["method",{"2":{"13":2,"28":1,"29":1,"33":1,"36":1,"37":1,"100":1,"105":1,"106":2,"108":1,"110":1,"117":1,"118":1,"121":1,"146":1,"177":1,"196":1,"208":2,"222":1,"225":2,"228":1,"236":1,"258":3,"260":1,"262":1,"265":2,"271":3,"280":3,"322":7,"324":2,"325":2,"332":1,"341":1,"360":2}}],["metro",{"2":{"8":1}}],["merely",{"2":{"13":1}}],["me",{"2":{"8":1,"103":1,"197":1,"255":1,"344":2}}],["malicious",{"2":{"308":1}}],["mapped",{"2":{"324":1}}],["mappings",{"2":{"81":1}}],["mapping",{"2":{"69":1,"254":1}}],["map",{"2":{"321":1}}],["maps",{"2":{"217":2,"324":1}}],["ma",{"2":{"188":1}}],["materializes",{"2":{"254":1}}],["matter",{"2":{"171":1}}],["matches",{"2":{"308":1}}],["matched",{"2":{"263":1}}],["matcher",{"2":{"200":1,"341":5}}],["matchers",{"0":{"341":1},"2":{"169":5,"200":1,"262":1,"263":7,"341":5}}],["match",{"2":{"139":1,"208":2,"219":8,"230":2,"247":1,"263":1}}],["matching",{"2":{"91":1,"263":3}}],["macos",{"2":{"148":1}}],["machine",{"2":{"7":1,"150":2}}],["magic",{"2":{"135":1}}],["major",{"0":{"93":1},"2":{"93":1,"120":1}}],["making",{"0":{"345":1},"1":{"346":1,"347":1,"348":1,"349":1,"350":1,"351":1},"2":{"44":1,"337":1}}],["makes",{"2":{"29":2,"89":1,"94":1,"95":1,"122":1,"142":1,"171":1,"208":1,"268":2,"309":1,"319":1,"331":1,"341":1,"351":1}}],["make",{"2":{"2":1,"8":1,"12":1,"17":1,"40":1,"44":1,"54":1,"56":1,"74":1,"84":1,"88":1,"94":1,"97":1,"107":1,"110":2,"113":1,"128":2,"135":1,"158":2,"159":2,"165":1,"169":1,"178":1,"188":1,"198":1,"223":1,"243":2,"244":2,"255":1,"263":1,"265":1,"271":1,"277":1,"291":1,"335":1,"336":1,"337":1,"338":1,"339":1,"340":2,"341":1,"344":1}}],["markdown",{"0":{"231":1},"1":{"232":1,"233":1,"234":1},"2":{"231":1,"234":1}}],["marking",{"2":{"196":1}}],["mark",{"2":{"39":1,"95":1}}],["markup",{"2":{"13":1,"55":1,"61":1,"94":1,"95":2,"96":1,"144":1,"177":1,"178":1,"269":1}}],["maximum",{"2":{"27":2,"158":1}}],["massive",{"2":{"17":1,"212":1}}],["manifest",{"2":{"225":2}}],["manipulate",{"2":{"52":1,"70":1,"268":1,"351":1,"358":1}}],["manually",{"2":{"45":1,"58":1,"158":1,"257":1,"353":1}}],["managing",{"0":{"46":1,"107":1,"338":1},"2":{"25":1,"59":1,"63":1,"65":1,"72":1,"76":1,"77":1,"106":1,"107":1,"124":1,"151":2,"225":1,"253":1,"254":1,"316":1,"352":1,"360":1}}],["manager",{"2":{"154":1}}],["manageable",{"2":{"107":1}}],["managed",{"0":{"66":1},"2":{"37":1,"73":1,"76":1,"80":1,"84":3,"105":1,"148":1,"155":1,"283":1,"361":1}}],["manages",{"2":{"12":1,"81":1,"158":1,"346":1}}],["management",{"0":{"6":1},"2":{"6":1,"76":1,"107":1,"124":1,"128":1,"328":3}}],["manage",{"2":{"3":1,"27":1,"46":1,"69":2,"83":1,"104":1,"119":1,"126":1,"127":1,"135":1,"141":1,"147":1,"148":2,"150":1,"157":1,"240":1,"269":1,"286":1,"305":1,"306":1,"307":1}}],["many",{"2":{"17":1,"38":1,"47":1,"52":1,"63":1,"74":1,"104":1,"109":2,"110":1,"125":2,"129":1,"148":1,"157":1,"203":1,"205":1,"224":1,"259":1,"280":1,"287":2,"317":1,"339":1}}],["main>",{"2":{"117":2,"258":2}}],["maintains",{"2":{"274":1}}],["maintained",{"2":{"210":1}}],["maintainers",{"2":{"5":1}}],["maintaining",{"2":{"69":1}}],["maintain",{"2":{"33":1,"342":1}}],["main",{"2":{"23":1,"26":1,"59":2,"91":1,"94":1,"109":1,"117":1,"158":1,"171":1,"225":1,"258":1,"346":1}}],["mailers",{"2":{"0":1}}],["may",{"2":{"2":1,"6":1,"21":1,"24":1,"32":1,"34":1,"38":1,"39":1,"41":1,"43":1,"44":1,"50":1,"59":1,"62":1,"71":1,"81":1,"85":1,"96":1,"97":1,"101":1,"102":1,"106":1,"111":1,"115":1,"124":1,"126":1,"132":2,"134":1,"136":2,"146":1,"161":1,"165":1,"168":1,"171":1,"172":1,"173":1,"178":1,"192":1,"200":2,"202":1,"206":2,"217":2,"220":2,"221":1,"222":4,"239":2,"240":1,"254":1,"257":2,"260":2,"269":1,"270":1,"272":1,"286":1,"308":1,"314":1,"320":1,"323":2,"332":1,"338":2,"343":1,"347":1,"351":2,"353":1,"355":1,"356":1,"357":1,"360":1,"361":1}}],["made",{"2":{"0":1,"8":1,"50":1,"65":1,"120":1,"148":1,"217":1,"259":1,"324":1,"330":1,"333":1,"344":1}}],["moving",{"2":{"223":1,"240":1,"338":1}}],["move",{"2":{"195":1}}],["moment",{"2":{"177":1,"206":1,"281":1}}],["moral",{"2":{"126":1}}],["more",{"0":{"234":1,"299":1,"300":1},"2":{"12":3,"13":2,"19":1,"24":1,"29":1,"34":1,"38":1,"39":1,"43":1,"44":1,"50":2,"51":1,"54":2,"61":1,"62":1,"66":1,"71":1,"81":1,"86":1,"87":1,"91":1,"94":1,"98":1,"103":2,"108":1,"110":2,"115":2,"120":1,"122":1,"126":1,"128":1,"132":1,"136":1,"138":1,"146":1,"151":1,"154":1,"155":1,"157":1,"162":1,"165":1,"173":1,"176":1,"178":2,"183":1,"186":1,"198":1,"202":1,"207":1,"208":1,"212":1,"214":1,"216":2,"217":3,"219":1,"220":1,"222":1,"225":1,"228":1,"229":1,"239":1,"251":1,"253":1,"258":2,"263":1,"268":1,"270":1,"275":1,"277":1,"290":1,"300":1,"301":1,"302":1,"303":2,"304":1,"311":1,"313":1,"320":1,"325":1,"329":3,"332":1,"333":1,"335":1,"343":1,"352":1,"354":1,"361":1}}],["monitoring",{"2":{"205":1}}],["monday",{"2":{"117":1,"345":1}}],["monaspace",{"2":{"76":3}}],["mo",{"2":{"90":1,"97":1}}],["mocha",{"2":{"46":1,"127":1,"214":1}}],["mocks",{"2":{"172":2}}],["mock",{"2":{"32":1,"52":1,"351":1}}],["most",{"2":{"17":1,"74":1,"93":1,"95":2,"129":1,"198":1,"205":1,"299":1,"309":1,"325":1,"334":1,"358":1}}],["mostly",{"2":{"0":1,"39":1,"84":1,"103":1,"106":1,"124":1}}],["modicum",{"2":{"110":1}}],["modification",{"2":{"105":1}}],["modified",{"2":{"2":1}}],["modifying",{"2":{"236":1,"328":1}}],["modify",{"2":{"5":1,"14":1,"81":1,"158":1,"257":1,"337":1}}],["mode",{"2":{"151":1}}],["moderate",{"2":{"69":1}}],["modeled",{"2":{"70":1}}],["model",{"2":{"0":1,"63":2,"64":7,"69":1,"70":3,"84":4,"106":5,"109":1,"110":1,"125":2,"138":1,"151":1,"308":1}}],["models",{"0":{"63":1,"67":1,"69":1,"70":1,"287":1},"1":{"64":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1},"2":{"0":1,"20":1,"23":2,"29":1,"63":2,"64":6,"65":2,"66":2,"67":3,"69":3,"70":2,"82":2,"84":6,"85":1,"106":6,"108":1,"117":1,"125":2,"140":1,"151":2,"238":1,"243":3,"253":1,"285":1,"286":2,"287":4,"289":1,"317":2}}],["module",{"2":{"46":1,"52":1,"84":1,"101":4,"138":1,"141":1,"146":1,"178":1,"196":1,"214":2,"258":1,"324":1,"354":1}}],["modules",{"0":{"102":1},"2":{"46":2,"47":4,"154":2,"159":1,"214":3,"230":2,"324":1,"352":1}}],["irrelevant",{"2":{"319":1}}],["irb",{"2":{"151":1}}],["ivars",{"0":{"265":1,"266":1},"2":{"265":1}}],["ip",{"2":{"259":1}}],["ico",{"0":{"79":1},"2":{"79":3}}],["icons",{"2":{"78":1}}],["icon",{"2":{"2":1,"188":1}}],["ignored",{"2":{"46":1,"207":1}}],["idempotent",{"2":{"320":1}}],["identity",{"2":{"286":2}}],["identify",{"0":{"330":1},"2":{"109":2,"211":1}}],["identifying",{"2":{"95":1,"206":1,"330":1}}],["identified",{"2":{"330":1}}],["identifiers",{"2":{"206":1}}],["identifier",{"2":{"109":1,"323":1}}],["identifies",{"2":{"64":1,"109":1}}],["ideas",{"2":{"297":1}}],["ideal",{"2":{"54":1,"96":1,"182":1}}],["ideally",{"2":{"33":1,"42":1,"210":1}}],["idea",{"2":{"40":1,"52":1,"131":1,"230":1,"272":1}}],["id",{"2":{"40":4,"67":3,"106":1,"109":10,"110":9,"117":1,"124":2,"125":1,"132":4,"133":5,"167":6,"171":1,"185":2,"186":4,"206":1,"243":1,"245":4,"257":4,"259":6,"286":24,"287":1,"323":5,"324":4,"325":7,"328":2,"329":2,"330":1,"353":3,"359":2}}],["ids",{"0":{"109":1},"2":{"40":2,"108":1,"109":2,"110":1,"286":1}}],["ios",{"2":{"32":1}}],["io",{"2":{"29":2}}],["immature",{"2":{"308":1}}],["immediately",{"2":{"23":1,"109":1}}],["imlplies",{"2":{"139":1}}],["img",{"2":{"77":1,"78":1,"188":1}}],["imagemagick",{"2":{"148":1}}],["image",{"2":{"77":2,"113":1,"150":6,"158":2,"185":1,"187":1}}],["images",{"0":{"77":1},"2":{"38":6,"72":1,"77":7,"78":1,"79":2,"82":2,"84":2,"150":1,"158":8,"188":1}}],["imagine",{"2":{"43":1}}],["impossible",{"2":{"240":1}}],["importmaps",{"2":{"300":1}}],["imported",{"2":{"214":1}}],["importing",{"0":{"47":1},"2":{"214":1}}],["imports",{"2":{"46":3,"214":1}}],["import",{"2":{"14":1,"46":6,"47":3,"48":2,"214":8,"217":2,"295":2}}],["important",{"2":{"1":1,"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"58":1,"62":1,"64":1,"71":1,"81":1,"98":1,"103":1,"106":1,"115":1,"136":1,"146":1,"155":1,"162":1,"165":1,"173":1,"183":1,"202":1,"212":1,"217":1,"222":1,"225":1,"228":1,"239":1,"255":1,"257":1,"270":1,"286":1,"289":1,"313":1,"319":1,"320":1,"332":1,"343":1,"357":1,"358":1,"361":1}}],["improve",{"2":{"207":1}}],["improvement",{"2":{"136":1,"223":1}}],["improvements",{"0":{"301":1},"2":{"12":1,"13":1,"299":1}}],["impenetrable",{"2":{"251":1}}],["imperative",{"2":{"126":1}}],["impelmented",{"2":{"32":1}}],["implies",{"2":{"120":1,"141":1,"158":2,"227":1,"342":1}}],["implicitly",{"2":{"76":1,"176":1}}],["imply",{"2":{"113":1}}],["implemented",{"2":{"253":1,"311":1,"361":1}}],["implementation",{"2":{"192":1,"228":2,"239":1,"280":1,"338":6}}],["implementations",{"2":{"13":1,"62":1,"101":1,"222":1,"239":1,"265":1}}],["implementing",{"0":{"29":1},"2":{"248":1}}],["implement",{"2":{"28":1,"56":2,"57":1,"118":1,"165":2,"168":2,"219":1,"245":1,"251":1,"276":1,"280":1,"281":1,"341":1}}],["implements",{"2":{"12":1,"119":1,"140":1,"146":1,"219":2,"317":1,"352":1}}],["i18ntranslations",{"2":{"225":3}}],["i18n",{"2":{"12":2,"59":1,"82":1,"132":2,"133":1,"176":2,"178":6,"191":1,"192":7,"196":1,"197":2,"200":2,"201":1,"225":1,"263":2,"294":2}}],["if",{"2":{"2":1,"4":1,"8":1,"9":1,"13":2,"14":1,"17":1,"21":1,"24":2,"27":7,"29":1,"30":2,"32":1,"38":3,"39":2,"40":3,"41":1,"42":2,"43":2,"44":1,"50":1,"52":1,"57":1,"58":2,"59":1,"67":2,"76":1,"78":2,"84":2,"85":1,"89":1,"90":1,"92":1,"95":3,"96":1,"97":1,"105":1,"106":4,"109":4,"110":3,"114":2,"119":2,"121":1,"122":2,"126":1,"132":2,"133":3,"142":1,"150":1,"151":3,"158":5,"159":1,"161":2,"165":1,"166":5,"167":2,"169":1,"176":1,"177":1,"178":3,"185":1,"186":1,"192":2,"195":3,"197":2,"198":10,"199":3,"205":1,"206":3,"207":1,"208":3,"214":1,"217":2,"219":10,"223":1,"226":1,"230":1,"236":2,"237":1,"245":3,"246":2,"247":5,"248":1,"249":1,"252":1,"258":1,"259":7,"262":2,"263":3,"265":1,"266":2,"268":2,"269":1,"275":1,"276":1,"281":4,"282":2,"283":1,"286":1,"288":1,"289":1,"295":1,"307":1,"308":1,"310":1,"312":1,"315":2,"317":1,"318":1,"320":2,"324":3,"325":2,"326":1,"328":1,"329":1,"331":1,"336":1,"338":1,"341":1,"342":1,"344":4,"346":3,"348":1,"349":7,"350":1,"351":5,"354":3,"355":1,"356":8,"357":3,"358":1,"359":1,"360":6}}],["infrastructure",{"2":{"253":1}}],["inform",{"0":{"95":1}}],["information",{"0":{"9":1,"354":1},"1":{"355":1,"356":1},"2":{"9":1,"107":1,"130":1,"205":2,"206":1,"209":5,"219":1,"259":1,"308":1,"338":1,"347":1,"352":3,"354":1,"357":1}}],["info",{"2":{"27":2,"58":1,"119":1,"133":1,"158":1,"208":2,"219":9,"233":4,"236":1,"247":1}}],["ingestion",{"2":{"129":1}}],["inlinesvglocator",{"2":{"355":1}}],["inline",{"2":{"78":1,"84":1,"309":3,"312":1}}],["inlined",{"2":{"78":1}}],["invalid>",{"2":{"178":1}}],["invalidate",{"2":{"74":1}}],["invalid",{"2":{"67":1,"70":1,"88":1,"100":1,"178":6,"244":1,"326":1,"349":2,"351":1}}],["invoke",{"2":{"321":1}}],["invoking",{"2":{"100":1}}],["involved",{"2":{"328":1}}],["involves",{"2":{"223":1,"336":1}}],["involve",{"2":{"167":1,"248":1}}],["involvement",{"2":{"2":1}}],["invocations",{"2":{"29":1}}],["invocation",{"2":{"27":1,"29":1,"324":1}}],["inactive",{"2":{"66":1,"243":2,"288":1,"289":1,"317":2,"319":1}}],["injectible",{"0":{"354":1},"1":{"355":1,"356":1},"2":{"360":1}}],["injecting",{"0":{"246":1,"357":1},"2":{"132":1,"245":1,"350":1,"360":2}}],["injections",{"2":{"196":1,"337":1}}],["injection",{"0":{"267":1,"352":1},"1":{"353":1,"354":1,"355":1,"356":1,"357":1,"358":1,"359":1,"360":1,"361":1},"2":{"43":1,"58":2,"132":1,"165":1,"167":1,"219":1,"222":4,"246":1,"259":1,"267":1,"337":1,"357":1,"358":1,"359":1,"361":1}}],["injected",{"2":{"58":1,"219":1,"260":1,"332":1,"354":1,"356":5,"357":2,"359":2,"360":1}}],["inject",{"2":{"58":2,"225":1,"245":1,"267":1,"276":1,"352":1,"357":4,"360":1}}],["inherites",{"2":{"56":1}}],["inherits",{"2":{"56":2,"131":1}}],["init",{"0":{"186":1}}],["initiating",{"2":{"308":1}}],["initiated",{"2":{"167":1,"253":1}}],["initiate",{"2":{"159":1}}],["initial",{"2":{"36":1,"225":1,"274":1}}],["initialized",{"2":{"360":1}}],["initializers",{"2":{"100":1,"140":1}}],["initializer",{"0":{"293":1},"2":{"43":1,"44":2,"56":2,"57":1,"58":1,"131":1,"139":1,"140":3,"165":1,"167":1,"222":2,"227":1,"236":2,"259":5,"266":1,"276":1,"293":1,"352":1,"353":1,"358":1}}],["initialize",{"2":{"32":1,"41":1,"57":1,"58":1,"59":1,"109":1,"117":1,"118":1,"119":1,"121":1,"132":3,"133":2,"140":3,"141":1,"166":1,"167":1,"177":1,"225":1,"244":1,"245":2,"259":2,"276":2,"281":1,"282":1,"293":1,"353":1,"357":1}}],["initially",{"2":{"11":1,"12":1,"274":1,"287":1}}],["inititalizers",{"2":{"57":1}}],["initalizer",{"2":{"32":1}}],["inner",{"2":{"28":1,"59":2}}],["independent",{"2":{"319":1}}],["index|",{"2":{"280":1}}],["indexed",{"0":{"277":1},"1":{"278":1,"279":1,"280":1,"281":1,"282":1},"2":{"140":1}}],["indexes",{"0":{"280":1},"2":{"124":1,"286":2}}],["index",{"2":{"11":1,"14":1,"46":3,"48":1,"52":3,"73":2,"76":1,"110":5,"140":1,"214":3,"244":2,"280":3,"281":7,"282":12,"286":2,"291":1,"293":3,"294":3,"295":5}}],["indirect",{"2":{"94":1}}],["individual",{"2":{"87":1}}],["indicator",{"2":{"40":1}}],["indicates",{"2":{"96":1,"168":1,"360":1}}],["indicate",{"2":{"30":1,"219":1,"280":1,"281":1,"338":1}}],["indicating",{"2":{"27":1,"176":1}}],["insights",{"2":{"209":1}}],["inside",{"0":{"84":1,"85":1},"2":{"12":1,"28":2,"44":1,"47":1,"52":4,"64":1,"84":3,"90":1,"97":1,"140":1,"146":1,"150":1,"158":1,"178":2,"195":4,"206":1,"207":1,"208":1,"229":1,"230":5,"236":1,"258":1,"294":1,"295":1,"336":1}}],["inspect",{"2":{"197":1}}],["insulating",{"2":{"94":1}}],["inserts",{"2":{"328":1}}],["inserted",{"2":{"207":1,"241":1,"258":1}}],["insert",{"2":{"64":1,"178":1,"246":3}}],["instruments",{"2":{"207":1}}],["instrumented",{"0":{"207":1},"2":{"208":1}}],["instrument",{"0":{"205":1},"2":{"207":1,"208":1,"211":1}}],["instrumentationhandler",{"2":{"209":2}}],["instrumentation",{"0":{"203":1,"206":1,"208":1},"1":{"204":1,"205":1,"206":1,"207":1,"208":1,"209":1,"210":1,"211":1,"212":1},"2":{"108":2,"203":1,"205":1,"206":5,"208":5,"209":2,"210":2,"211":1,"212":1,"225":1,"309":1,"314":1}}],["instructions",{"2":{"150":2,"341":1}}],["instantiates",{"2":{"357":1}}],["instantiated",{"2":{"248":1,"357":1}}],["instantiate",{"2":{"142":1,"259":1,"358":1}}],["instantiating",{"2":{"43":1}}],["instances",{"2":{"351":1}}],["instance",{"0":{"265":1},"2":{"36":2,"66":1,"120":2,"121":1,"140":1,"165":4,"166":1,"208":1,"259":1,"262":1,"265":1,"276":1,"296":1,"332":1,"337":1,"350":1,"353":1,"354":2,"355":1,"360":1}}],["installs",{"2":{"154":1}}],["installed",{"2":{"26":1,"66":2,"149":1,"185":1,"230":6,"333":1}}],["install",{"2":{"23":1,"47":1,"151":1,"185":3,"187":2,"230":1}}],["instead",{"2":{"17":1,"46":1,"58":1,"74":1,"93":1,"94":1,"105":1,"108":1,"129":1,"165":1,"177":1,"187":2,"226":1,"228":1,"245":1,"260":1,"282":1,"339":1,"349":2,"352":1,"359":1,"360":1}}],["intializer",{"2":{"352":1,"360":1}}],["intitializer",{"2":{"132":1,"133":1}}],["intl",{"2":{"348":1}}],["introducing",{"2":{"196":1}}],["int",{"2":{"106":1,"110":1,"308":1}}],["integration",{"2":{"299":1}}],["integrate",{"2":{"253":1}}],["integrity",{"2":{"70":1,"109":2,"114":1}}],["integer",{"2":{"139":1,"286":3}}],["intend",{"2":{"308":1}}],["intends",{"2":{"113":1}}],["intended",{"2":{"36":1,"43":1,"61":1,"85":1,"155":1,"327":1,"332":1}}],["intent",{"2":{"59":1,"338":1}}],["interpret",{"2":{"360":1}}],["interprets",{"2":{"121":1}}],["interpolation",{"2":{"194":1}}],["interpolated",{"2":{"193":1,"196":1,"199":2}}],["interact",{"2":{"86":1,"88":1,"137":1,"165":1,"171":1,"251":1,"332":1}}],["interacting",{"2":{"52":1,"63":1}}],["interactivity",{"2":{"17":1}}],["interactions",{"2":{"70":1,"138":1}}],["interaction",{"2":{"13":1,"137":1}}],["internationalization",{"2":{"191":1}}],["internationaliztion",{"0":{"191":1},"1":{"192":1,"193":1,"194":1,"195":1,"196":1,"197":1,"198":1,"199":1,"200":1,"201":1,"202":1}}],["internal",{"0":{"271":1},"2":{"262":1}}],["internally",{"2":{"146":1}}],["internals",{"2":{"19":1,"24":1,"26":1,"29":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"98":1,"115":1,"136":1,"146":1,"155":1,"162":1,"173":1,"183":1,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"270":1,"313":1,"320":1,"332":1,"343":1,"361":1}}],["internet",{"2":{"66":1,"243":1,"288":1}}],["interface",{"0":{"27":1},"2":{"23":1,"27":1,"206":1,"253":2}}],["into",{"2":{"3":1,"17":1,"21":1,"23":3,"27":1,"39":1,"40":1,"43":1,"46":1,"62":1,"67":1,"70":1,"73":1,"78":1,"88":2,"110":1,"121":1,"122":1,"136":1,"138":1,"148":1,"151":1,"155":1,"161":1,"167":1,"177":1,"190":1,"194":1,"197":1,"207":1,"214":1,"219":2,"251":1,"258":2,"259":2,"267":1,"276":1,"301":1,"309":1,"324":1,"332":1,"349":1,"351":1,"352":1,"353":1,"357":3,"359":1,"360":4}}],["inputdeclarations",{"2":{"146":1}}],["inputdefinition",{"2":{"139":1,"146":1}}],["inputtag",{"2":{"120":3,"122":2,"140":3,"177":2,"178":2,"290":1,"294":1,"295":1}}],["inputs",{"2":{"120":4,"122":2,"140":2,"141":1,"144":2,"146":2,"178":1,"244":1,"282":2}}],["inputevent",{"2":{"52":5}}],["input",{"2":{"11":1,"12":1,"52":4,"88":2,"120":7,"121":1,"122":2,"139":14,"140":13,"144":1,"146":11,"166":1,"176":4,"177":6,"178":20,"179":1,"232":1,"233":1,"244":3,"245":1,"280":3,"281":2,"282":4,"290":2,"291":1,"293":3,"294":6,"295":9,"296":2}}],["incomplete",{"2":{"301":1}}],["incorrect",{"2":{"9":1}}],["increasing",{"2":{"136":1,"344":1}}],["increases",{"2":{"24":1}}],["including",{"2":{"14":1,"27":1,"47":1,"84":2,"138":1,"150":1,"166":1,"207":1,"253":1,"259":1,"325":1,"356":1}}],["include",{"2":{"46":1,"67":1,"117":1,"122":1,"140":4,"148":1,"177":1,"198":1,"214":1,"225":2,"243":1,"244":1,"254":1,"263":1,"273":2,"282":1,"289":1,"294":1,"295":3,"308":2,"317":1,"348":1}}],["included",{"2":{"11":1,"48":1,"58":1,"66":1,"78":2,"106":1,"127":1,"157":1,"158":1,"159":1,"165":2,"178":2,"196":1,"199":2,"209":1,"214":1,"225":1,"273":1,"308":2,"338":1,"351":1}}],["includes",{"2":{"10":1,"13":1,"48":1,"63":1,"108":1,"118":1,"122":1,"123":1,"129":1,"140":1,"148":1,"157":1,"187":1,"197":1,"203":1,"225":2,"248":1,"253":1,"310":1,"322":1,"335":1}}],["in",{"0":{"16":1,"31":1,"108":1,"141":1,"172":1,"198":1,"252":1,"259":1,"266":1,"268":1,"273":1,"336":1},"1":{"109":1},"2":{"2":1,"3":2,"5":1,"8":1,"11":2,"12":3,"13":1,"16":2,"17":3,"20":1,"21":11,"22":3,"23":1,"25":1,"26":1,"27":3,"28":3,"30":2,"32":1,"33":2,"37":2,"38":2,"39":3,"40":5,"41":2,"42":1,"43":3,"44":1,"45":1,"46":8,"47":1,"50":1,"52":7,"54":1,"55":1,"56":2,"57":2,"58":4,"59":4,"63":2,"64":5,"66":5,"67":4,"69":2,"70":3,"72":1,"73":2,"74":1,"75":2,"76":2,"78":6,"80":1,"84":2,"88":2,"89":1,"90":1,"92":1,"93":2,"94":2,"95":4,"100":2,"101":2,"102":2,"106":7,"107":2,"109":5,"110":5,"111":1,"113":3,"114":2,"115":1,"117":1,"119":1,"120":4,"121":1,"122":1,"124":1,"125":3,"126":3,"127":1,"129":1,"130":2,"131":1,"132":7,"133":1,"134":1,"136":1,"137":1,"138":2,"139":1,"140":2,"141":4,"145":1,"148":1,"149":1,"150":2,"151":4,"154":3,"155":2,"156":1,"157":1,"158":6,"159":3,"160":1,"161":1,"164":1,"165":5,"166":1,"168":1,"169":1,"171":2,"175":1,"176":1,"177":1,"178":3,"181":1,"187":2,"188":1,"192":3,"194":1,"196":3,"197":5,"198":2,"199":2,"200":2,"203":3,"205":2,"206":2,"207":4,"208":10,"209":2,"214":9,"217":1,"219":11,"220":1,"221":3,"222":4,"223":1,"225":3,"227":2,"228":2,"230":6,"231":1,"236":3,"237":1,"238":2,"239":2,"240":2,"241":3,"243":3,"244":4,"245":2,"246":7,"247":4,"248":8,"251":2,"252":1,"253":4,"257":4,"258":2,"259":1,"266":1,"267":3,"268":1,"269":4,"271":3,"272":1,"273":1,"274":2,"276":2,"277":1,"278":1,"280":1,"281":1,"283":1,"286":1,"287":1,"288":2,"294":1,"295":3,"298":1,"299":1,"300":1,"301":1,"307":1,"308":3,"309":2,"311":1,"312":2,"314":1,"316":1,"317":5,"318":1,"319":2,"320":1,"322":1,"324":3,"325":2,"326":1,"328":2,"332":2,"333":2,"334":2,"335":3,"336":1,"337":1,"338":3,"340":1,"344":1,"346":2,"347":3,"348":1,"349":4,"350":3,"351":3,"352":1,"353":1,"354":2,"356":1,"357":4,"358":1,"359":5,"360":4,"361":1}}],["italic",{"2":{"295":1}}],["items",{"2":{"188":1}}],["iterate",{"2":{"113":1,"280":1}}],["iteration",{"2":{"23":1}}],["it",{"0":{"74":1,"114":1,"268":1},"2":{"1":1,"2":1,"4":1,"5":1,"6":1,"7":1,"9":2,"11":1,"12":4,"14":2,"20":2,"21":2,"24":3,"27":2,"29":1,"31":2,"32":2,"36":1,"37":3,"38":2,"40":6,"43":1,"46":1,"47":1,"48":5,"50":1,"52":5,"54":3,"56":1,"57":3,"58":3,"59":4,"64":1,"65":1,"67":2,"74":5,"79":1,"86":1,"88":3,"89":4,"94":2,"95":5,"96":4,"97":2,"100":2,"101":1,"102":1,"103":3,"106":3,"107":2,"109":5,"110":7,"113":4,"115":1,"117":2,"120":3,"121":1,"123":3,"124":4,"126":2,"128":1,"132":4,"133":1,"135":1,"136":1,"139":1,"142":1,"146":3,"149":4,"150":1,"151":2,"154":5,"158":2,"165":1,"167":1,"168":2,"169":1,"171":4,"172":1,"174":1,"176":1,"178":5,"181":2,"182":2,"184":1,"185":1,"186":2,"187":2,"189":1,"192":2,"193":3,"194":1,"195":2,"196":3,"197":1,"198":3,"199":4,"205":4,"206":1,"207":2,"208":3,"209":2,"210":1,"212":1,"214":8,"216":3,"217":1,"219":1,"220":1,"221":1,"222":2,"223":6,"225":3,"230":2,"236":2,"237":1,"239":1,"240":1,"243":2,"244":1,"245":1,"246":2,"247":1,"248":2,"251":4,"253":1,"254":3,"255":1,"258":1,"259":4,"260":2,"263":1,"265":1,"266":2,"267":1,"268":5,"269":2,"271":2,"272":2,"274":2,"276":1,"281":1,"286":4,"287":2,"288":1,"291":2,"296":1,"300":1,"307":2,"308":2,"312":2,"316":1,"317":1,"319":1,"320":1,"322":1,"325":2,"328":2,"329":1,"332":3,"336":1,"337":5,"338":5,"340":2,"341":1,"342":1,"344":4,"345":1,"346":2,"348":2,"349":7,"350":1,"352":3,"353":1,"355":1,"356":6,"357":6,"360":7,"361":3}}],["itself",{"2":{"39":1,"95":1,"107":1,"136":2,"148":1,"178":1,"208":1,"219":1,"236":1,"239":1}}],["its",{"2":{"0":1,"13":2,"21":1,"30":1,"36":1,"37":1,"40":1,"48":2,"56":1,"58":1,"64":1,"74":2,"75":1,"104":1,"114":1,"117":1,"120":2,"121":1,"142":1,"146":1,"148":1,"154":1,"158":1,"172":1,"175":1,"178":2,"205":1,"214":1,"219":1,"225":1,"227":1,"238":1,"253":1,"255":1,"257":1,"259":2,"260":2,"308":2,"311":1,"324":1,"350":1}}],["isolated",{"2":{"337":1}}],["isolate",{"2":{"135":1}}],["iso",{"2":{"117":1}}],["isn",{"2":{"59":1,"62":1,"150":1,"161":1,"181":2,"182":1,"225":1,"298":1,"325":1,"358":1}}],["issue",{"2":{"57":1,"97":1,"178":1,"187":1,"206":1,"281":1}}],["issues",{"2":{"12":1,"75":1,"158":1,"206":1,"211":1,"221":1,"236":1,"245":1,"298":1,"305":1,"311":1}}],["is",{"0":{"66":1,"70":1,"74":1,"114":1,"181":1,"207":1,"254":1,"255":1,"331":1,"337":1},"2":{"0":3,"2":1,"3":1,"4":2,"5":1,"7":3,"8":1,"9":4,"11":3,"12":2,"17":1,"19":1,"20":2,"21":1,"22":1,"23":5,"24":3,"26":2,"27":6,"28":2,"29":2,"30":4,"32":4,"34":1,"35":2,"36":3,"37":5,"38":2,"39":6,"40":9,"41":1,"42":1,"43":2,"44":3,"46":8,"47":2,"48":2,"50":3,"51":1,"52":6,"53":3,"54":4,"56":2,"57":4,"58":1,"59":2,"60":1,"62":2,"63":2,"64":1,"65":1,"66":4,"67":3,"69":6,"70":3,"71":1,"72":1,"73":3,"74":4,"75":5,"76":1,"78":2,"79":1,"81":1,"84":3,"85":1,"86":4,"87":2,"88":2,"89":1,"90":2,"91":6,"94":3,"95":4,"96":4,"98":2,"100":4,"102":9,"103":5,"105":3,"106":11,"108":1,"109":13,"110":2,"113":1,"114":3,"115":4,"117":2,"120":5,"121":3,"122":3,"123":1,"124":2,"126":2,"127":2,"130":2,"131":2,"132":5,"133":2,"136":10,"137":1,"140":3,"141":1,"144":1,"146":2,"148":4,"150":6,"151":2,"154":6,"155":4,"158":6,"159":1,"160":1,"161":1,"162":1,"165":7,"166":2,"167":3,"168":1,"169":1,"171":3,"172":2,"173":1,"174":1,"176":7,"178":15,"182":3,"183":1,"184":1,"185":1,"186":1,"192":3,"195":1,"196":4,"197":3,"198":6,"199":9,"202":1,"203":1,"205":5,"206":5,"207":4,"208":14,"209":4,"211":1,"212":3,"213":1,"214":7,"215":1,"216":2,"217":4,"218":1,"219":25,"222":3,"223":4,"225":4,"228":3,"230":1,"233":10,"236":6,"239":2,"241":1,"245":1,"246":2,"247":4,"248":2,"250":1,"251":2,"253":12,"254":2,"255":1,"256":1,"258":2,"259":12,"262":1,"263":2,"265":2,"266":1,"267":1,"268":2,"269":1,"270":1,"271":2,"273":2,"274":2,"280":2,"281":1,"283":1,"286":2,"288":1,"295":2,"297":2,"298":1,"299":2,"301":2,"306":1,"307":1,"308":5,"309":3,"311":2,"313":1,"314":2,"315":1,"316":3,"317":3,"318":1,"319":2,"320":4,"321":1,"322":1,"323":3,"324":12,"325":3,"327":1,"328":2,"329":1,"330":6,"332":2,"333":2,"336":3,"338":11,"340":1,"341":4,"342":1,"343":1,"344":3,"345":2,"346":7,"348":6,"349":9,"350":1,"351":3,"352":4,"354":3,"356":9,"357":9,"358":3,"359":1,"360":9,"361":2}}],["i",{"2":{"0":1,"2":1,"4":1,"9":1,"54":1,"103":1,"230":1,"258":2,"297":2,"300":1,"301":1,"323":1,"344":2,"356":2}}],["aestheticly",{"2":{"251":1}}],["a>",{"2":{"194":1,"325":1}}],["ambiguity",{"2":{"346":1}}],["america",{"2":{"346":1}}],["amazing",{"2":{"286":1}}],["amp",{"0":{"163":1},"1":{"164":1,"165":1,"166":1,"167":1,"168":1,"169":1,"170":1,"171":1,"172":1,"173":1},"2":{"208":1,"289":4,"320":2}}],["among",{"2":{"177":1}}],["amongst",{"2":{"37":1,"224":1}}],["amount",{"2":{"2":1,"86":1,"90":1}}],["ahead",{"2":{"159":1}}],["akin",{"2":{"150":2,"322":1}}],["aka",{"2":{"106":1,"110":1,"122":1}}],["again",{"2":{"230":1,"338":5}}],["against",{"2":{"103":1,"175":1,"305":1}}],["agent",{"2":{"353":2,"356":4}}],["ageflash",{"2":{"136":1}}],["age",{"2":{"136":3,"216":1}}],["agnostic",{"2":{"114":1}}],["augmenting",{"2":{"324":1}}],["augmentations",{"2":{"286":1}}],["audits",{"2":{"151":1}}],["audit",{"0":{"310":1,"338":1},"2":{"110":1,"151":1,"306":1,"310":2,"312":1,"338":1}}],["authbeforehook",{"2":{"357":1}}],["authpage",{"2":{"263":1}}],["authentication",{"0":{"240":1},"1":{"241":1,"242":1,"243":1,"244":1,"245":1,"246":1,"247":1,"248":1},"2":{"240":3}}],["authenticated",{"2":{"208":2,"219":7,"357":7}}],["authenticitytoken",{"2":{"308":1}}],["authenticity",{"2":{"140":2}}],["auth",{"2":{"132":2,"158":2,"208":6,"219":17,"267":1}}],["authorization",{"2":{"260":1,"266":1}}],["authored",{"2":{"95":1}}],["author",{"2":{"5":1,"92":1}}],["automates",{"2":{"158":1}}],["automated",{"2":{"5":1,"7":1,"299":1}}],["automation",{"2":{"154":1}}],["automatic",{"2":{"110":3}}],["automatically",{"2":{"108":1,"109":1,"158":1,"176":1,"206":1,"207":2}}],["automagically",{"2":{"106":1}}],["autonomous",{"2":{"13":1,"17":1,"85":1,"122":1,"178":1}}],["auto",{"2":{"12":1,"21":1,"126":2}}],["autosubmit",{"2":{"12":1,"122":1}}],["awhile",{"2":{"258":2}}],["awkward",{"2":{"145":1}}],["away",{"2":{"113":1}}],["aware",{"2":{"91":1,"93":1,"106":1}}],["await",{"2":{"52":1,"91":1}}],["awesome",{"0":{"114":1},"2":{"28":2,"118":1,"258":2}}],["avialable",{"2":{"335":1}}],["avaiable",{"2":{"139":1,"259":1}}],["available",{"0":{"358":1},"2":{"36":1,"45":1,"46":1,"88":1,"90":1,"105":1,"120":1,"132":1,"133":1,"149":1,"154":1,"165":1,"167":2,"169":2,"206":1,"208":1,"209":1,"238":1,"246":1,"259":3,"261":1,"267":2,"277":1,"295":1,"324":1,"325":2,"330":1,"332":1,"354":2,"358":3,"360":1,"361":2}}],["avoided",{"2":{"340":1}}],["avoid",{"0":{"172":1,"269":1},"2":{"24":1,"35":1,"38":1,"40":1,"43":1,"44":1,"58":1,"70":1,"133":1,"161":1,"196":1,"251":1,"257":1,"266":1,"269":1,"271":1,"272":1,"340":1,"360":2}}],["acknowledge",{"2":{"338":1}}],["ac",{"2":{"109":2,"125":1,"287":1}}],["action",{"2":{"151":2,"164":1,"165":1,"167":1,"171":1,"248":2,"308":1,"322":1,"324":1}}],["action=",{"2":{"120":1,"140":2}}],["actions",{"0":{"163":1},"1":{"164":1,"165":1,"166":1,"167":1,"168":1,"169":1,"170":1,"171":1,"172":1,"173":1},"2":{"93":1,"163":1,"254":1,"325":1}}],["active",{"2":{"64":2,"106":1,"194":1,"245":1,"317":1,"319":1,"341":3}}],["actually",{"2":{"54":1,"158":2,"196":1,"254":1,"356":1}}],["actual",{"2":{"27":1,"30":1,"47":1,"74":1,"75":2,"117":1,"207":1,"214":1,"236":1,"294":1}}],["achievecs",{"2":{"230":1}}],["achieves",{"2":{"196":1,"260":1}}],["achieve",{"2":{"52":1,"55":1,"114":1,"290":1}}],["across",{"2":{"45":1,"89":1,"221":1,"253":1,"303":1}}],["accurate",{"2":{"209":1}}],["accomplishe",{"2":{"301":1}}],["accomplish",{"2":{"138":1}}],["accounting",{"2":{"259":1}}],["accounts",{"2":{"67":1,"106":4,"108":1,"109":3,"110":3,"124":2,"125":1,"243":4,"284":1,"286":12,"317":1}}],["account",{"0":{"246":1},"2":{"21":3,"64":5,"66":6,"67":8,"109":1,"110":1,"125":1,"208":2,"219":6,"240":1,"243":7,"245":18,"246":5,"247":4,"248":2,"284":1,"286":9,"287":3,"288":5,"289":4,"317":4,"319":2,"325":1,"328":3,"341":3,"357":8}}],["accountquery",{"2":{"21":1}}],["accessibility",{"2":{"94":1,"95":1,"182":1}}],["accessible",{"2":{"94":2,"103":1,"145":1,"182":1,"219":1,"303":1}}],["accessing",{"0":{"141":1,"177":1,"259":1},"2":{"64":1,"253":1}}],["accessed",{"2":{"38":1,"141":1,"248":1}}],["access",{"0":{"63":1,"125":1},"1":{"64":1,"65":1,"66":1,"67":1,"68":1,"69":1,"70":1,"71":1},"2":{"29":2,"36":1,"41":1,"57":1,"59":1,"63":2,"64":1,"67":1,"69":1,"70":1,"90":2,"104":1,"106":1,"109":1,"110":1,"111":1,"120":1,"121":1,"124":2,"125":2,"132":1,"133":1,"140":1,"141":1,"149":2,"177":1,"219":2,"227":1,"241":2,"243":1,"246":1,"247":2,"253":2,"259":3,"260":1,"263":1,"265":1,"267":1,"273":2,"286":1,"299":1,"337":1,"347":1,"351":1,"352":1,"354":1,"355":1,"356":2}}],["accepts",{"2":{"39":1,"46":1,"106":1,"139":2,"140":1,"196":1,"257":1,"258":1,"260":1,"280":1,"358":1}}],["accepted",{"2":{"30":1,"174":1}}],["accept",{"2":{"28":1,"32":1,"140":1,"151":1,"197":1,"258":1,"259":2,"293":1,"354":2}}],["aforementioned",{"2":{"209":1}}],["afford",{"2":{"95":1}}],["affects",{"2":{"165":1,"194":1}}],["affect",{"2":{"1":1,"27":1,"30":1}}],["after",{"2":{"24":1,"27":2,"47":1,"91":1,"133":1,"158":2,"218":1,"219":4,"222":1,"246":1,"260":2,"309":1,"315":1,"338":2,"357":1}}],["ajax",{"2":{"12":3,"165":2,"171":1,"259":1,"308":2,"315":1,"354":1}}],["adequately",{"2":{"326":1,"338":1}}],["admin",{"2":{"259":1}}],["advisable",{"2":{"220":1,"239":1}}],["advised",{"2":{"161":1}}],["advantage",{"0":{"145":1}}],["advantages",{"2":{"109":1}}],["advance",{"2":{"38":1}}],["advanced",{"0":{"30":1}}],["adhering",{"2":{"157":1}}],["adopt",{"2":{"113":1}}],["adapted",{"2":{"88":1}}],["addition",{"2":{"165":1,"253":1}}],["additional",{"2":{"12":1,"13":1,"63":1,"81":1,"109":1,"124":1,"150":1,"198":1,"211":1,"232":1,"263":1,"266":1,"335":1,"342":1,"344":1}}],["adding",{"0":{"208":1},"2":{"115":1,"154":1,"221":1,"257":1}}],["addressed",{"2":{"200":1,"294":1}}],["addresses",{"2":{"110":1,"319":1}}],["address",{"2":{"124":1,"157":1,"325":1}}],["addressing",{"2":{"54":1}}],["adds",{"2":{"108":3,"236":1}}],["add",{"2":{"13":1,"39":1,"52":1,"105":2,"110":1,"114":1,"115":1,"176":1,"178":1,"198":1,"208":11,"211":1,"223":1,"244":1,"245":1,"247":1,"253":1,"257":3,"258":1,"295":1,"338":1}}],["added",{"2":{"12":1,"208":3,"230":1}}],["addeventlistener",{"2":{"11":1}}],["adrs",{"2":{"0":1,"5":1,"333":1}}],["along",{"2":{"100":1,"101":1,"106":1,"186":1,"209":1,"322":1}}],["alongside",{"2":{"16":1,"184":1}}],["alert",{"2":{"58":3,"88":1,"91":1,"95":1,"119":3,"133":5,"167":1,"269":1}}],["alex",{"2":{"17":1}}],["almost",{"2":{"26":1,"31":1,"52":1,"110":3,"154":2,"352":1}}],["always",{"0":{"171":1},"2":{"19":1,"24":1,"34":1,"44":1,"45":1,"50":1,"54":1,"60":1,"62":1,"69":1,"71":1,"81":1,"94":1,"98":1,"110":4,"114":1,"115":1,"136":1,"146":1,"155":1,"162":1,"173":1,"183":1,"193":1,"202":1,"212":1,"217":1,"222":2,"228":1,"239":2,"257":1,"259":1,"267":1,"270":1,"288":1,"313":1,"320":2,"324":1,"326":1,"332":2,"343":1,"354":1,"355":1,"357":1,"358":2,"360":2,"361":1}}],["also",{"2":{"17":1,"27":1,"36":1,"37":1,"44":1,"46":1,"50":1,"57":1,"58":1,"66":1,"67":1,"72":1,"90":2,"91":1,"92":1,"108":1,"115":1,"120":1,"121":1,"122":1,"139":2,"148":1,"157":1,"168":1,"182":1,"190":1,"194":1,"195":1,"203":1,"206":1,"208":1,"209":1,"214":2,"217":1,"219":1,"230":1,"243":1,"244":1,"245":1,"254":1,"257":1,"258":1,"259":1,"268":1,"269":1,"271":1,"280":1,"295":1,"309":1,"314":1,"320":1,"326":1,"337":1,"340":1,"347":1}}],["already",{"2":{"13":1,"158":1,"178":1,"185":1,"208":2,"230":1,"251":1,"344":1}}],["alter",{"2":{"105":1}}],["alternate",{"0":{"250":1},"2":{"7":1,"62":1,"225":1,"250":1}}],["alt",{"2":{"77":1}}],["although",{"2":{"7":1,"106":1,"107":1,"132":1,"134":1,"208":1,"254":1,"261":1,"328":1,"337":1}}],["allseeddata",{"2":{"317":1}}],["allowed",{"2":{"27":2,"110":1,"158":1,"205":1,"219":1,"245":1,"247":1,"309":2,"323":1}}],["allowing",{"2":{"13":1,"46":1,"103":1,"360":1}}],["allows",{"2":{"12":2,"13":1,"38":1,"110":2,"146":1,"184":1,"203":1,"214":1,"230":1,"277":1,"315":1,"328":2,"353":1,"356":1,"357":1}}],["allow",{"2":{"2":1,"23":1,"40":11,"41":1,"48":1,"52":1,"62":1,"64":1,"66":1,"69":1,"74":1,"87":1,"95":1,"110":1,"120":1,"167":1,"196":1,"203":1,"208":1,"219":1,"245":1,"247":1,"248":1,"278":1,"295":1,"300":1,"308":1,"314":1,"319":1,"360":1}}],["all",{"0":{"80":1},"2":{"0":1,"2":1,"4":1,"5":2,"7":1,"8":1,"9":1,"11":2,"12":1,"27":4,"29":1,"36":1,"38":2,"46":5,"47":1,"52":3,"57":1,"58":3,"59":1,"61":1,"64":4,"66":1,"69":2,"70":1,"75":2,"78":1,"81":1,"83":2,"84":3,"85":4,"90":1,"96":1,"105":1,"108":1,"115":2,"117":2,"122":1,"124":2,"135":1,"136":1,"140":1,"141":2,"148":1,"150":2,"151":3,"153":1,"154":1,"158":1,"159":3,"161":1,"164":1,"165":2,"166":1,"169":1,"177":1,"178":1,"187":3,"189":1,"196":1,"206":1,"207":2,"208":1,"210":1,"214":4,"240":2,"257":2,"261":1,"263":1,"273":1,"274":1,"277":1,"280":1,"286":2,"295":1,"299":3,"308":1,"309":2,"317":2,"319":1,"320":1,"323":1,"324":3,"328":1,"332":2,"342":2,"346":2,"349":1,"353":1,"356":1,"357":1}}],["apm",{"2":{"205":1}}],["aps",{"2":{"187":1}}],["apis",{"2":{"52":3,"165":1,"253":1}}],["api",{"0":{"271":1},"2":{"7":1,"13":2,"28":1,"30":1,"41":5,"42":5,"43":1,"56":1,"64":3,"86":1,"88":2,"91":1,"105":1,"106":1,"108":1,"114":1,"124":1,"134":1,"135":1,"146":1,"165":2,"168":1,"169":1,"171":1,"172":1,"190":1,"205":1,"206":1,"218":1,"253":1,"258":1,"265":1,"271":1,"286":1,"301":1,"303":2,"352":1,"360":1,"361":2}}],["approriate",{"2":{"172":1}}],["appropriate",{"2":{"140":1,"282":1}}],["approaches",{"2":{"154":1}}],["approach",{"2":{"23":1,"58":1,"74":1,"126":1,"148":1,"154":1,"251":1,"308":1,"309":1,"336":1}}],["apphandler",{"2":{"121":1,"132":1,"133":1,"141":1,"166":1,"167":1,"245":1,"281":1}}],["appform",{"2":{"120":1,"139":3,"244":1,"280":1}}],["appflash",{"2":{"40":1,"276":3}}],["appears",{"2":{"96":1}}],["appear",{"2":{"90":1,"91":1,"179":1,"333":1}}],["appended",{"2":{"324":4}}],["append",{"2":{"74":1,"198":1}}],["apple",{"2":{"158":1}}],["applicationcontroller",{"2":{"248":1}}],["application",{"2":{"125":1,"205":1,"236":1,"306":1}}],["applied",{"2":{"70":1,"95":1,"106":1,"113":1,"222":1,"253":1,"286":1}}],["applies",{"2":{"65":1,"100":1,"107":1}}],["applying",{"2":{"107":1,"309":1}}],["apply",{"2":{"27":2,"61":1,"106":1,"151":1,"207":1,"243":1,"286":4,"289":2}}],["appdatamodel",{"2":{"64":4,"109":1,"125":2,"243":1,"287":2}}],["apppage",{"2":{"59":1,"117":1,"132":2,"140":2,"177":1,"188":1,"244":2,"245":1,"249":1,"250":1,"257":1,"258":1,"273":1,"276":1,"282":1,"353":1,"357":1}}],["appcomponent",{"2":{"56":1,"57":2,"58":1,"59":1,"119":1,"133":1,"293":1,"294":1,"295":1}}],["appseeddata",{"2":{"243":1}}],["appsession",{"2":{"131":1,"132":4,"245":2,"353":1}}],["apps",{"0":{"150":1,"151":1},"2":{"12":1,"16":1,"17":2,"25":1,"27":4,"31":2,"40":2,"44":1,"66":1,"110":1,"128":1,"148":1,"153":1,"155":2,"156":2,"158":1,"225":1,"251":1,"254":1,"274":1,"298":1,"333":1,"344":1}}],["app",{"0":{"16":1,"17":1,"46":1,"84":1,"186":1,"188":1,"190":1},"2":{"0":1,"5":1,"11":2,"14":2,"17":4,"21":10,"25":2,"26":3,"27":1,"28":12,"29":2,"30":5,"31":1,"38":2,"40":9,"41":8,"43":4,"44":1,"46":10,"52":1,"56":2,"57":3,"59":1,"64":4,"66":1,"69":1,"70":2,"73":3,"75":1,"76":2,"77":3,"78":2,"79":1,"80":1,"81":3,"82":1,"83":3,"84":14,"85":3,"89":1,"90":1,"93":1,"94":2,"95":1,"96":1,"97":1,"100":1,"106":4,"109":9,"114":1,"117":3,"118":4,"126":2,"132":1,"135":1,"136":1,"139":3,"148":5,"149":2,"150":1,"151":8,"153":1,"154":1,"155":2,"158":6,"159":5,"161":1,"167":1,"172":1,"178":1,"184":1,"185":2,"186":7,"187":2,"188":3,"192":8,"195":1,"197":1,"203":1,"205":6,"206":6,"208":4,"209":1,"210":1,"211":1,"214":15,"219":8,"220":1,"221":1,"223":2,"225":4,"230":3,"236":11,"237":1,"243":4,"244":5,"245":4,"246":6,"247":1,"250":1,"253":1,"257":9,"258":5,"259":3,"276":6,"280":1,"281":1,"282":1,"286":2,"287":2,"289":1,"293":1,"294":3,"295":4,"298":1,"306":1,"309":1,"310":1,"311":2,"312":2,"317":2,"318":1,"322":3,"325":2,"328":1,"333":1,"335":2,"338":1,"342":1,"344":1,"346":1,"347":1,"348":1,"351":1,"352":2,"354":2,"355":1,"360":3}}],["angeles",{"2":{"346":1}}],["angle",{"2":{"274":1}}],["anchor",{"2":{"325":1}}],["ancillary",{"2":{"169":1}}],["annotatebrutownedpaths",{"2":{"314":1}}],["answer",{"2":{"69":1,"86":2,"345":2}}],["answers",{"2":{"9":1}}],["another",{"2":{"12":1,"61":1,"94":1,"105":1,"166":1,"171":1,"315":1,"317":1,"319":1,"336":1,"338":1,"344":1}}],["analysis",{"2":{"7":2,"24":1}}],["anythning",{"2":{"97":1}}],["anything",{"2":{"11":1,"28":2,"54":1,"56":1,"57":1,"132":1,"133":1,"158":1,"207":1,"260":1,"319":1,"336":1}}],["anyone",{"0":{"328":1},"2":{"59":1,"246":1}}],["anywhere",{"2":{"20":1,"198":1}}],["any",{"2":{"5":1,"17":1,"21":2,"27":4,"28":2,"29":1,"36":1,"46":2,"50":1,"52":1,"57":1,"58":2,"61":1,"69":1,"70":1,"76":1,"80":1,"84":3,"85":1,"90":1,"95":1,"105":1,"106":1,"107":1,"109":1,"114":2,"119":3,"126":2,"129":1,"132":1,"133":2,"136":1,"139":1,"140":1,"142":2,"148":1,"151":2,"158":2,"159":1,"161":1,"163":1,"165":1,"166":1,"169":1,"171":1,"177":1,"178":1,"179":1,"198":1,"209":1,"213":1,"217":1,"219":1,"227":1,"247":1,"253":1,"259":5,"260":1,"272":1,"276":1,"277":1,"310":1,"311":1,"320":1,"325":2,"336":1,"337":1,"338":1,"342":3,"354":6,"356":1,"357":2,"360":2}}],["an",{"2":{"2":3,"5":1,"7":1,"9":1,"12":3,"13":1,"23":1,"28":3,"29":2,"36":2,"38":2,"40":3,"46":2,"47":1,"51":1,"52":2,"56":1,"57":1,"58":1,"59":2,"64":1,"66":1,"67":2,"86":2,"88":1,"90":1,"91":2,"93":1,"94":1,"95":3,"96":1,"106":5,"109":3,"110":3,"114":1,"119":1,"120":3,"121":1,"124":2,"131":2,"132":1,"133":1,"139":3,"140":4,"142":1,"146":4,"149":1,"150":2,"151":3,"158":2,"165":2,"169":1,"171":1,"176":2,"178":3,"185":1,"194":1,"199":1,"203":1,"205":1,"208":5,"214":1,"217":1,"219":1,"223":1,"230":1,"233":2,"236":1,"237":1,"241":1,"243":1,"244":1,"245":1,"246":1,"248":1,"250":1,"254":2,"259":4,"260":1,"263":2,"271":1,"274":1,"276":1,"280":4,"281":1,"284":3,"286":2,"288":2,"291":1,"296":1,"308":1,"309":1,"315":1,"320":1,"321":1,"322":2,"325":1,"328":1,"332":1,"335":1,"341":1,"350":1,"351":2,"352":1,"354":4,"355":1,"357":1,"358":1,"360":2,"361":1}}],["and",{"0":{"1":1,"25":1,"39":1,"40":1,"73":1,"74":1,"75":1,"90":1,"102":1,"108":1,"110":1,"126":1,"130":1,"152":1,"178":1,"191":1,"195":1,"197":1,"198":1,"199":1,"203":1,"243":1,"309":1,"338":1,"345":1},"1":{"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1,"26":1,"27":1,"28":1,"29":1,"30":1,"31":1,"32":1,"33":1,"34":1,"74":1,"75":1,"109":1,"131":1,"132":1,"133":1,"134":1,"135":1,"136":1,"192":1,"193":1,"194":1,"195":1,"196":1,"197":1,"198":1,"199":1,"200":1,"201":1,"202":1,"204":1,"205":1,"206":1,"207":1,"208":1,"209":1,"210":1,"211":1,"212":1,"346":1,"347":1,"348":1,"349":1,"350":1,"351":1},"2":{"0":5,"1":2,"3":1,"5":2,"6":3,"7":5,"12":4,"13":2,"14":2,"17":2,"19":1,"20":1,"21":5,"22":1,"23":3,"24":3,"26":2,"27":11,"28":2,"29":4,"32":4,"33":1,"34":1,"35":1,"37":2,"38":2,"39":1,"40":7,"41":1,"42":1,"43":2,"44":2,"45":1,"46":5,"47":2,"48":5,"50":2,"52":5,"53":1,"54":5,"55":1,"56":1,"57":2,"58":1,"59":5,"60":1,"61":1,"62":2,"63":3,"64":1,"65":1,"66":4,"69":7,"70":3,"71":1,"72":2,"73":5,"74":4,"75":4,"76":1,"77":1,"78":2,"80":1,"81":4,"83":2,"84":7,"86":1,"87":1,"88":1,"89":1,"90":2,"91":1,"92":1,"93":1,"94":3,"95":1,"96":1,"97":1,"98":1,"101":2,"103":1,"105":2,"106":5,"107":3,"108":2,"109":10,"110":7,"113":4,"114":1,"115":2,"117":1,"118":2,"120":5,"121":2,"122":2,"124":1,"126":4,"127":4,"128":1,"131":2,"132":2,"133":1,"134":1,"135":2,"136":7,"137":1,"138":1,"139":4,"140":4,"141":2,"142":1,"144":2,"145":2,"146":2,"148":8,"149":2,"150":2,"151":13,"154":5,"155":1,"158":14,"159":4,"162":1,"163":1,"165":5,"166":2,"167":1,"168":1,"169":3,"171":4,"172":5,"173":1,"174":2,"175":1,"176":3,"178":4,"181":1,"182":2,"183":1,"186":1,"187":3,"188":2,"191":1,"192":5,"194":2,"196":5,"197":2,"198":5,"200":1,"202":1,"205":4,"206":5,"207":3,"208":6,"209":2,"210":1,"211":2,"212":4,"213":1,"214":8,"216":3,"217":3,"218":1,"219":5,"221":1,"222":5,"223":3,"225":5,"226":1,"228":1,"230":4,"236":2,"238":1,"239":4,"243":2,"244":3,"245":1,"247":1,"248":1,"250":2,"251":8,"253":8,"254":2,"257":1,"258":1,"259":7,"260":3,"261":1,"262":1,"263":3,"266":2,"267":2,"268":1,"269":1,"270":1,"271":2,"272":1,"274":2,"276":1,"279":1,"280":1,"281":1,"284":3,"285":1,"286":9,"287":2,"288":2,"291":4,"294":1,"295":3,"296":1,"299":1,"303":1,"306":1,"307":2,"308":4,"309":4,"312":1,"313":1,"314":1,"315":2,"316":1,"317":3,"318":1,"320":1,"321":1,"324":7,"325":3,"328":1,"329":3,"331":2,"332":3,"333":1,"334":1,"335":1,"337":2,"338":5,"340":4,"341":4,"342":2,"343":1,"344":5,"346":2,"347":3,"348":2,"349":3,"350":4,"351":3,"352":4,"353":1,"354":1,"356":4,"357":1,"358":1,"359":1,"360":3,"361":3}}],["aside",{"2":{"174":1,"226":1,"276":1}}],["as=",{"2":{"118":1}}],["aspect",{"2":{"101":1}}],["aspects",{"2":{"28":1,"30":1,"35":1}}],["asynchronous",{"2":{"91":1}}],["asycnhronous",{"2":{"91":1}}],["asychronous",{"2":{"53":1}}],["asked",{"2":{"349":1}}],["ask",{"2":{"69":1,"74":1,"122":1,"158":1,"206":1,"223":1,"347":2,"348":1,"349":2}}],["assure",{"2":{"336":1}}],["assumptions",{"2":{"169":1,"261":1}}],["assumes",{"2":{"287":1}}],["assumed",{"2":{"158":1,"198":1,"199":1,"241":1,"259":2,"308":1,"320":1,"354":1}}],["assume",{"2":{"96":1,"106":1,"132":1,"246":1,"294":1,"295":2}}],["assuming",{"2":{"52":1,"113":1,"167":1,"199":1,"308":1}}],["assigned",{"2":{"176":1}}],["assist",{"2":{"138":1,"151":1,"195":1}}],["assistance",{"2":{"2":2,"4":2,"5":1,"6":1,"126":1,"175":1}}],["associated",{"0":{"102":1},"2":{"95":1,"151":2,"165":1,"208":1,"325":1}}],["associations",{"2":{"64":2}}],["assess",{"2":{"94":1}}],["asset",{"2":{"73":1,"74":1,"80":1,"81":2,"118":3,"214":2,"225":3,"250":3,"301":1}}],["assets",{"0":{"72":1,"80":1},"1":{"73":1,"74":1,"75":1,"76":1,"77":1,"78":1,"79":1,"80":1,"81":1},"2":{"81":3,"84":6,"151":1,"159":5,"214":2,"253":1}}],["asserting",{"0":{"96":1,"263":1}}],["assertions",{"2":{"88":1,"134":1,"169":1,"263":1,"341":1}}],["assert",{"2":{"52":13,"67":1,"89":2,"91":1,"93":2,"96":2,"239":1,"262":1}}],["as",{"2":{"2":1,"3":1,"4":1,"5":4,"8":1,"12":3,"13":2,"17":1,"23":1,"25":1,"26":1,"28":1,"29":3,"37":1,"40":1,"41":1,"42":1,"43":2,"45":2,"51":1,"52":5,"59":1,"60":1,"62":1,"63":2,"64":1,"65":1,"69":1,"72":1,"73":1,"75":2,"76":1,"81":1,"83":1,"84":2,"85":2,"87":1,"91":2,"94":1,"95":3,"97":1,"101":1,"102":2,"106":3,"109":4,"110":1,"113":2,"114":1,"115":2,"117":2,"118":1,"121":2,"124":1,"128":2,"131":2,"132":2,"133":1,"134":1,"135":1,"138":1,"139":1,"140":2,"141":1,"149":1,"151":2,"154":1,"157":1,"158":2,"159":2,"160":1,"165":2,"166":1,"168":2,"169":1,"172":1,"176":1,"178":2,"181":1,"182":3,"184":1,"189":2,"192":2,"195":1,"196":3,"198":2,"199":1,"200":1,"208":3,"209":2,"212":1,"214":3,"216":1,"217":1,"218":1,"219":1,"220":2,"221":1,"224":1,"225":1,"228":1,"230":1,"236":2,"237":2,"239":2,"245":1,"247":2,"250":1,"253":4,"254":3,"259":1,"260":1,"263":1,"266":2,"269":1,"271":3,"273":1,"280":2,"286":3,"291":1,"295":1,"298":1,"305":1,"308":3,"309":1,"311":1,"314":1,"317":3,"319":3,"323":1,"324":1,"325":1,"330":1,"332":1,"333":2,"336":1,"337":2,"338":1,"344":3,"347":1,"348":1,"350":1,"351":1,"352":1,"353":1,"360":4,"361":2}}],["attached",{"2":{"324":1}}],["attr",{"2":{"140":1,"177":1,"265":1,"294":1,"295":1}}],["attract",{"2":{"137":1}}],["attributed",{"2":{"284":1}}],["attributes=nil",{"2":{"208":2}}],["attributesyou",{"2":{"140":1}}],["attributes",{"0":{"269":1},"2":{"57":2,"100":1,"120":1,"139":1,"140":2,"178":1,"181":1,"208":12,"258":1,"269":1,"342":1}}],["attributechangedcallback",{"2":{"13":2}}],["attribute",{"2":{"13":1,"52":1,"133":2,"139":1,"178":4,"208":2,"263":3,"309":1}}],["attempts",{"2":{"100":1,"110":1,"157":1,"205":1,"207":1,"209":1}}],["attempt",{"2":{"91":1,"207":1,"244":1,"248":1,"348":1}}],["at",{"2":{"2":1,"11":1,"30":1,"38":1,"66":1,"67":1,"69":1,"71":1,"84":1,"88":1,"102":1,"106":5,"107":1,"108":1,"109":2,"110":4,"124":1,"139":1,"151":1,"159":1,"162":1,"173":1,"183":1,"188":1,"201":1,"202":1,"209":1,"219":1,"221":1,"243":2,"245":1,"246":1,"251":1,"257":1,"278":1,"286":7,"288":1,"300":1,"302":1,"325":1,"336":2,"338":5,"342":1,"344":1,"348":1,"351":5,"361":1}}],["abandon",{"2":{"154":1}}],["abandoning",{"2":{"13":1}}],["above",{"2":{"58":1,"91":1,"95":1,"110":1,"113":1,"125":1,"140":1,"171":1,"176":1,"192":1,"267":1,"282":1,"319":2,"349":1,"358":1}}],["about",{"0":{"9":1},"2":{"1":1,"9":2,"22":1,"30":1,"89":1,"101":3,"106":3,"114":1,"141":1,"151":1,"169":1,"182":2,"205":1,"208":3,"209":1,"216":1,"230":1,"294":1,"300":1,"332":1,"335":1,"344":1,"346":1}}],["abstracts",{"2":{"91":1}}],["abstracted",{"2":{"36":1}}],["abstractions",{"2":{"0":1,"24":1,"128":1,"251":2,"344":3}}],["abstraction",{"2":{"0":1,"126":1,"254":1,"256":1,"274":1,"325":1}}],["ability",{"2":{"13":1,"26":1,"210":1}}],["able",{"2":{"5":1,"7":1,"85":1,"125":1,"217":1,"301":1,"324":1,"358":1}}],["ai",{"0":{"1":1,"2":1,"5":1,"6":1,"9":1},"1":{"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1},"2":{"1":1,"2":5,"4":1,"5":2,"6":1}}],["a",{"0":{"4":1,"17":1,"141":1,"166":1,"244":1,"252":1,"258":1,"259":1,"262":1,"280":1,"281":1,"282":1,"329":1,"336":1,"337":1},"2":{"0":1,"1":1,"2":3,"4":2,"5":2,"6":2,"7":2,"8":4,"9":1,"12":14,"13":5,"16":1,"17":2,"23":3,"25":1,"26":1,"27":6,"28":7,"29":3,"30":1,"31":1,"32":6,"33":2,"36":1,"37":3,"38":2,"39":2,"40":5,"41":1,"42":1,"43":2,"44":1,"46":3,"47":1,"48":2,"50":2,"51":1,"52":10,"54":3,"55":1,"56":2,"57":4,"58":7,"59":13,"63":3,"64":5,"66":2,"67":1,"69":7,"70":6,"73":1,"74":9,"75":1,"77":1,"78":1,"79":1,"84":1,"85":1,"86":8,"87":2,"88":1,"90":2,"91":4,"93":3,"94":1,"95":5,"96":2,"97":2,"100":5,"101":2,"103":3,"105":5,"106":8,"107":3,"108":2,"109":14,"110":13,"113":2,"114":2,"115":1,"117":7,"119":3,"120":8,"121":10,"122":4,"123":1,"124":4,"125":2,"126":2,"128":1,"129":1,"130":1,"131":1,"132":5,"133":4,"134":1,"135":2,"136":2,"137":1,"138":3,"139":5,"140":9,"141":5,"144":1,"146":2,"148":5,"149":3,"150":19,"151":13,"154":3,"155":1,"158":8,"159":3,"160":3,"161":3,"164":4,"165":12,"166":3,"167":1,"168":4,"169":5,"171":8,"172":1,"176":7,"177":1,"178":6,"181":1,"184":2,"186":3,"187":5,"189":1,"192":1,"193":1,"194":3,"195":3,"196":4,"197":3,"198":4,"199":2,"203":1,"205":5,"206":3,"207":5,"208":9,"209":4,"210":1,"212":1,"213":3,"214":11,"217":3,"218":2,"219":11,"220":1,"221":2,"224":5,"225":5,"226":2,"227":1,"228":3,"229":1,"230":5,"233":8,"236":7,"237":1,"238":2,"239":1,"243":5,"244":7,"245":1,"246":3,"247":2,"248":8,"249":2,"250":2,"251":9,"253":11,"255":2,"256":1,"257":5,"258":2,"259":9,"260":7,"262":2,"263":10,"265":2,"266":1,"267":2,"269":4,"271":3,"272":3,"273":2,"274":1,"275":1,"276":1,"277":3,"278":2,"279":3,"280":1,"281":3,"284":3,"286":2,"288":1,"291":3,"294":1,"295":3,"297":2,"299":3,"300":2,"301":2,"303":1,"305":1,"306":2,"308":9,"309":3,"310":1,"311":2,"317":2,"319":1,"321":2,"322":7,"323":10,"324":6,"325":8,"326":1,"328":5,"329":1,"330":4,"331":2,"332":4,"333":3,"335":2,"336":3,"337":2,"338":10,"339":2,"340":1,"342":1,"344":3,"345":1,"346":2,"347":2,"348":1,"349":1,"350":2,"351":8,"352":3,"353":1,"354":1,"356":4,"357":3,"358":8,"359":3,"360":13,"361":1}}],["archive",{"2":{"325":1}}],["archivewidgetbyidhandler",{"2":{"325":1}}],["architectural",{"2":{"0":1}}],["architecture",{"0":{"0":1},"2":{"17":1}}],["arm64",{"2":{"158":1}}],["armed",{"2":{"43":1}}],["articles",{"2":{"158":1}}],["artifacts",{"2":{"157":2}}],["arbitrary",{"2":{"158":1,"163":1,"280":1,"322":1}}],["around",{"2":{"32":1,"113":1,"141":1,"158":1,"176":1,"177":1,"208":2,"253":1,"260":1,"325":1,"352":1,"353":1}}],["arrays",{"2":{"282":1}}],["array",{"0":{"281":1,"282":1},"2":{"29":1,"64":1,"108":1,"115":1,"165":1,"194":1,"280":6,"281":1,"293":1}}],["arg",{"2":{"356":2}}],["argue",{"2":{"216":1}}],["argument",{"2":{"28":2,"132":1,"133":1,"259":3,"280":1}}],["arguments",{"2":{"27":3,"28":1,"56":1,"57":2,"106":1,"121":1,"139":1,"259":3,"352":1,"353":1,"358":1,"360":2}}],["args",{"2":{"27":1,"28":2,"29":2,"32":2}}],["arg2",{"2":{"27":1}}],["arg1",{"2":{"27":1}}],["aria",{"2":{"12":1,"95":1,"269":1}}],["areas",{"2":{"308":1}}],["area",{"2":{"223":1}}],["are",{"0":{"75":1,"265":1,"341":1},"2":{"0":2,"1":1,"2":1,"5":2,"8":1,"9":2,"10":1,"11":1,"13":3,"16":1,"19":1,"23":1,"24":1,"25":1,"26":1,"27":5,"28":3,"30":1,"32":3,"34":1,"37":1,"38":3,"40":1,"41":1,"42":1,"44":1,"45":1,"46":2,"47":1,"50":1,"52":4,"54":1,"55":2,"57":3,"59":2,"61":1,"62":3,"63":2,"64":1,"66":1,"70":2,"71":1,"73":3,"74":3,"75":1,"76":1,"81":1,"89":1,"90":1,"91":1,"92":1,"95":3,"98":1,"100":5,"101":1,"104":1,"106":2,"108":1,"109":4,"110":6,"111":1,"113":3,"114":2,"115":1,"118":1,"119":3,"120":3,"124":2,"125":1,"128":1,"129":1,"130":1,"131":1,"132":1,"133":2,"134":2,"136":1,"137":1,"138":2,"139":2,"140":3,"141":3,"145":1,"146":3,"148":1,"150":2,"151":1,"153":2,"154":3,"155":2,"156":1,"157":1,"158":8,"159":3,"162":1,"166":1,"169":1,"173":1,"177":1,"178":4,"183":1,"189":1,"192":5,"196":2,"197":1,"198":2,"202":1,"207":2,"208":6,"209":1,"212":1,"216":1,"217":2,"218":1,"219":2,"220":2,"222":3,"224":3,"225":2,"226":1,"228":1,"230":5,"236":2,"237":1,"239":2,"247":1,"249":1,"251":1,"253":5,"258":1,"259":3,"261":1,"263":1,"270":1,"280":1,"282":1,"283":1,"286":1,"297":1,"298":2,"299":1,"307":1,"309":2,"310":1,"313":1,"314":3,"315":2,"317":1,"319":3,"320":1,"324":8,"326":1,"327":1,"328":1,"330":1,"331":1,"332":2,"333":1,"334":1,"337":2,"338":2,"343":1,"345":3,"346":1,"347":1,"351":2,"353":1,"355":1,"358":2,"359":1,"361":1}}],["aren",{"0":{"358":1},"2":{"0":1,"13":1,"40":1,"92":1,"106":1,"109":1,"114":1,"150":1,"153":1,"161":1,"189":1,"196":1,"206":2,"217":1,"218":1,"247":1,"259":1,"262":1}}],["tz",{"2":{"349":1}}],["tzinfo",{"2":{"348":1,"349":1,"350":1,"351":1}}],["tsvector",{"2":{"114":3}}],["tmp",{"2":{"90":1}}],["ttf",{"2":{"76":2}}],["tutorial",{"0":{"333":1},"2":{"190":1,"333":1}}],["tunneling",{"2":{"171":1}}],["tune",{"2":{"46":1}}],["turns",{"2":{"74":1}}],["tired",{"2":{"344":1}}],["timings",{"2":{"209":1}}],["timecop",{"2":{"351":1}}],["timetag",{"2":{"198":2}}],["time>2025",{"2":{"258":1}}],["time>",{"2":{"117":1,"258":1}}],["timeouts",{"0":{"97":1}}],["timeout",{"2":{"90":3,"96":1,"97":2}}],["timestamps",{"2":{"209":1,"351":1}}],["timestamp",{"2":{"106":5,"110":1,"198":1,"286":4,"346":6,"350":2}}],["timestamptz",{"2":{"67":1,"106":2,"109":1,"110":2,"115":1,"124":1,"243":1,"286":1}}],["times",{"0":{"197":1,"198":1,"345":1},"1":{"346":1,"347":1,"348":1,"349":1,"350":1,"351":1},"2":{"69":1,"70":1,"198":2,"289":1,"347":1}}],["time",{"0":{"345":2},"1":{"346":2,"347":2,"348":2,"349":2,"350":2,"351":2},"2":{"12":1,"13":1,"25":1,"39":1,"43":1,"66":1,"71":1,"74":2,"90":1,"91":1,"106":3,"109":1,"110":3,"117":3,"124":5,"132":1,"159":1,"162":1,"173":1,"183":1,"186":1,"197":3,"198":2,"201":1,"202":1,"207":5,"212":1,"219":1,"243":1,"258":1,"259":4,"276":1,"278":1,"286":3,"288":1,"333":1,"338":1,"342":2,"345":1,"346":6,"347":4,"348":1,"349":1,"350":6,"351":6,"354":2}}],["timezone=",{"2":{"349":1,"351":1}}],["timezones",{"0":{"346":1,"347":1},"1":{"348":1,"349":1,"350":1}}],["timezone",{"0":{"348":1,"349":1,"350":1},"2":{"12":1,"124":1,"132":2,"347":1,"348":6,"349":5,"350":4,"351":7}}],["tiers",{"2":{"129":1}}],["tips",{"2":{"158":1}}],["tip",{"2":{"126":1,"233":4}}],["title>",{"2":{"118":1}}],["title>my",{"2":{"118":1}}],["title",{"2":{"118":1,"188":1,"225":1,"284":1,"286":2,"288":1}}],["tightly",{"2":{"62":1,"154":1}}],["tc",{"2":{"57":3}}],["twice",{"2":{"107":1,"320":1}}],["tweak",{"2":{"50":1,"217":1}}],["two",{"2":{"27":1,"39":1,"46":1,"57":1,"63":1,"65":1,"110":1,"148":1,"165":1,"175":1,"178":1,"192":1,"263":2,"317":1,"319":1,"324":1,"333":1,"347":1}}],["tbd",{"2":{"49":1,"52":3,"136":1,"152":1}}],["txt",{"2":{"28":1}}],["taxcalculator",{"2":{"338":3}}],["talk",{"2":{"335":1}}],["targeting",{"2":{"178":1,"181":1}}],["target",{"2":{"178":1}}],["targeted",{"2":{"107":1}}],["tampering",{"2":{"130":1}}],["taking",{"2":{"113":1,"205":1,"356":1}}],["taken",{"2":{"166":1,"176":2,"178":1}}],["takes",{"2":{"93":1,"110":1,"148":1,"207":2,"214":1,"229":1,"309":1}}],["take",{"0":{"145":1},"2":{"23":1,"97":1,"135":1,"194":1,"197":1,"211":1,"255":1}}],["tag",{"2":{"95":1,"120":1,"139":1,"140":5,"178":3,"209":1,"225":1,"236":1,"258":1}}],["tagspecialpathsmiddleware",{"2":{"236":2}}],["tags",{"2":{"78":1,"100":1,"120":1,"140":1,"144":1,"178":1,"309":1}}],["tagname",{"2":{"13":2}}],["tastes",{"2":{"54":1}}],["tasitc",{"2":{"54":1}}],["tasks",{"0":{"25":1,"128":1},"1":{"26":1,"27":1,"28":1,"29":1,"30":1,"31":1,"32":1,"33":1,"34":1},"2":{"25":1,"26":1,"28":2,"83":1,"84":1,"128":1,"148":1,"301":1}}],["tailwindcss",{"0":{"49":1},"2":{"48":1,"123":1,"181":1,"301":1}}],["table",{"2":{"59":1,"67":1,"69":1,"105":4,"106":4,"107":2,"108":2,"109":6,"110":6,"114":1,"124":4,"125":1,"243":3,"284":2,"286":5,"328":1}}],["tables",{"2":{"40":1,"69":1,"109":1,"110":1,"124":1,"125":1,"151":1,"254":1,"286":5,"333":1,"358":1}}],["tab",{"2":{"12":1}}],["tabs",{"2":{"12":1}}],["treat",{"2":{"135":1}}],["treats",{"2":{"63":1,"106":1}}],["tree",{"2":{"17":1}}],["trigger",{"2":{"337":1,"359":1}}],["triggered",{"2":{"13":1}}],["tricky",{"0":{"181":1}}],["trivial",{"2":{"109":1,"338":3}}],["trim",{"2":{"52":3}}],["tries",{"2":{"44":1,"84":1,"157":1,"193":1,"251":1,"345":1}}],["tried",{"2":{"43":1,"344":1}}],["truly",{"2":{"59":1}}],["truetype",{"2":{"76":1}}],["true",{"2":{"39":1,"40":9,"67":3,"106":2,"109":4,"110":5,"118":1,"124":3,"139":2,"150":1,"178":1,"198":4,"208":1,"214":1,"219":1,"225":2,"236":1,"243":3,"250":1,"259":2,"280":4,"286":4,"325":2,"340":1,"342":1,"354":1,"357":1}}],["truth",{"2":{"7":1}}],["trying",{"2":{"86":1,"94":1,"344":1}}],["try",{"0":{"97":1},"2":{"19":1,"24":1,"34":1,"43":1,"44":2,"50":1,"54":1,"62":1,"67":1,"71":1,"81":1,"97":1,"98":1,"115":1,"136":1,"146":1,"155":1,"158":1,"161":1,"162":1,"173":1,"183":1,"193":1,"195":1,"202":1,"212":2,"217":1,"222":1,"228":1,"239":1,"257":1,"270":1,"287":1,"312":1,"313":1,"320":1,"332":1,"340":1,"343":1,"361":1}}],["traceparent",{"2":{"209":1,"225":3}}],["tracers",{"2":{"206":1}}],["traces",{"2":{"206":3,"207":1}}],["trace",{"2":{"75":2,"299":1}}],["tracing",{"2":{"12":2,"206":1,"209":2,"225":4}}],["traits",{"2":{"342":1}}],["trait",{"2":{"66":1,"243":1,"288":1,"342":1}}],["trained",{"2":{"9":1}}],["tradeoff",{"2":{"182":1,"315":1}}],["trade",{"2":{"46":1}}],["traditional",{"2":{"17":1}}],["transactions",{"2":{"336":1}}],["transaction",{"0":{"336":1},"2":{"320":1,"336":3}}],["transformation",{"2":{"52":1}}],["transform=",{"2":{"52":4}}],["transform",{"2":{"52":2}}],["transforming",{"2":{"25":1}}],["transitively",{"2":{"46":1,"214":1}}],["translatsion",{"2":{"225":1}}],["translate",{"2":{"73":1,"74":1,"75":1,"177":1,"251":1}}],["translated",{"2":{"12":1}}],["translation>",{"2":{"178":1}}],["translations",{"2":{"59":2,"84":1,"90":1,"192":1,"195":1,"196":1,"197":1,"273":1,"344":1}}],["translation",{"2":{"12":1,"178":4,"192":1,"193":1,"196":1,"197":1,"325":1}}],["tranditional",{"2":{"17":1}}],["typically",{"2":{"178":1,"236":1}}],["typing",{"2":{"2":1,"195":1}}],["type=email",{"2":{"244":1}}],["type=",{"2":{"88":2,"120":2,"140":7,"178":5,"330":1}}],["typescript",{"2":{"230":1}}],["types",{"0":{"38":1},"2":{"69":1,"81":1,"114":1,"127":1,"165":1,"240":1}}],["type",{"0":{"39":1},"2":{"11":1,"39":2,"46":1,"69":1,"106":1,"110":2,"114":1,"131":1,"139":7,"158":1,"214":2,"225":1,"259":1,"280":1,"286":2,"330":1,"346":1}}],["typed",{"2":{"8":1,"260":1,"325":1}}],["than",{"2":{"70":1,"86":3,"87":1,"94":1,"110":1,"126":1,"132":1,"139":1,"165":1,"198":1,"216":1,"263":1,"277":1,"312":1,"340":1}}],["that",{"0":{"269":1},"2":{"2":1,"4":1,"5":2,"6":1,"7":1,"8":1,"9":1,"10":1,"12":1,"13":4,"17":2,"21":3,"22":1,"23":2,"27":6,"28":3,"29":2,"30":3,"32":3,"37":1,"38":1,"39":1,"40":4,"43":2,"46":5,"47":1,"52":6,"54":1,"55":2,"56":4,"57":6,"58":2,"59":4,"60":1,"61":2,"62":1,"63":1,"64":1,"66":1,"67":3,"69":4,"70":3,"74":2,"75":1,"79":1,"84":1,"87":1,"89":1,"91":5,"93":2,"95":3,"96":6,"100":2,"101":1,"103":1,"105":2,"106":5,"107":1,"108":1,"109":4,"110":3,"113":2,"114":3,"115":2,"117":2,"119":1,"120":1,"121":3,"122":3,"124":2,"126":1,"132":3,"133":2,"135":1,"136":3,"138":1,"139":3,"140":8,"144":1,"146":2,"148":3,"149":3,"153":1,"154":3,"155":3,"157":2,"158":2,"161":1,"165":2,"166":1,"169":3,"171":1,"172":4,"174":1,"175":1,"176":2,"178":6,"182":2,"189":1,"192":1,"194":2,"196":2,"197":1,"198":2,"199":1,"206":4,"207":2,"208":7,"209":2,"210":2,"214":10,"216":1,"217":1,"219":5,"222":1,"225":3,"226":2,"227":2,"230":4,"236":3,"237":1,"240":1,"241":1,"243":1,"244":1,"245":1,"246":3,"247":1,"248":2,"250":3,"251":4,"253":3,"254":2,"255":1,"257":1,"258":4,"259":4,"260":1,"262":1,"263":5,"268":2,"269":1,"271":1,"272":1,"273":2,"277":1,"278":1,"280":3,"281":2,"286":4,"287":1,"288":2,"289":1,"291":1,"294":2,"295":1,"305":1,"307":1,"308":4,"309":1,"310":1,"314":1,"317":1,"320":1,"321":1,"323":1,"324":3,"325":2,"328":1,"329":1,"330":3,"331":1,"332":2,"333":1,"334":1,"335":1,"336":5,"337":2,"338":7,"339":1,"341":1,"342":3,"344":1,"345":2,"346":3,"347":1,"348":2,"349":6,"350":1,"351":2,"352":2,"354":2,"356":1,"357":5,"358":2,"359":2,"360":7}}],["thought",{"2":{"299":1,"355":1}}],["though",{"2":{"45":1,"59":1,"63":1,"102":1,"145":1,"171":1,"248":1,"257":1}}],["those",{"2":{"23":1,"28":2,"38":1,"74":1,"89":2,"139":1,"141":1,"150":1,"151":1,"158":1,"159":1,"219":1,"230":1,"319":2,"347":1}}],["think",{"2":{"101":1,"150":1,"182":1,"297":1,"344":1}}],["thinking",{"2":{"54":2,"344":1}}],["thin",{"2":{"47":3,"295":1}}],["things",{"0":{"330":2},"2":{"43":1,"53":1,"56":1,"69":1,"86":1,"89":1,"109":1,"120":1,"138":1,"141":1,"154":1,"159":1,"177":1,"206":1,"207":1,"208":1,"239":1,"297":1,"303":1,"308":1,"330":2,"339":1,"340":1,"344":1,"356":1}}],["thing",{"2":{"28":1,"63":1,"91":1,"93":1,"96":1,"100":1,"109":2,"208":1,"214":1,"330":1}}],["thirdtank",{"2":{"185":1,"186":2}}],["third",{"0":{"47":1},"2":{"45":1,"57":1,"151":1,"154":2,"214":4,"230":1,"253":1,"311":1}}],["this",{"0":{"248":1},"2":{"1":1,"3":1,"4":1,"5":1,"6":2,"7":3,"11":1,"12":1,"13":1,"14":1,"17":3,"21":2,"23":2,"24":1,"26":3,"27":2,"28":3,"29":2,"30":3,"31":1,"32":1,"35":1,"36":2,"37":3,"39":2,"40":6,"41":1,"44":3,"46":2,"47":3,"48":1,"50":2,"51":1,"52":5,"54":2,"57":3,"58":3,"59":3,"63":2,"64":1,"66":1,"67":3,"69":2,"70":2,"71":1,"73":1,"74":4,"75":3,"78":2,"79":1,"81":2,"87":3,"88":1,"89":1,"91":4,"94":2,"95":2,"96":2,"101":2,"102":1,"103":1,"104":1,"105":1,"106":5,"107":3,"108":1,"109":7,"110":8,"111":1,"113":3,"114":1,"115":2,"117":2,"118":2,"119":1,"120":3,"122":2,"124":2,"125":1,"126":1,"128":1,"132":4,"133":3,"136":2,"138":1,"139":1,"140":3,"141":2,"148":4,"150":4,"151":1,"153":1,"154":3,"155":2,"157":1,"158":8,"159":2,"162":1,"165":2,"168":1,"172":1,"173":1,"176":2,"177":1,"178":9,"181":1,"182":1,"183":1,"186":2,"187":1,"192":3,"194":1,"195":5,"196":2,"197":1,"198":6,"199":4,"200":1,"201":1,"202":1,"205":2,"206":4,"207":2,"209":3,"212":2,"214":4,"215":1,"216":2,"217":2,"219":6,"220":2,"222":1,"223":1,"225":1,"227":1,"228":2,"230":3,"231":1,"233":10,"236":4,"237":1,"239":1,"240":1,"243":3,"244":3,"245":2,"246":1,"248":4,"253":3,"254":1,"257":1,"258":4,"259":4,"260":3,"261":1,"262":2,"263":1,"267":1,"268":1,"269":1,"271":2,"272":1,"273":1,"275":1,"277":2,"279":1,"280":2,"281":1,"283":1,"286":4,"288":2,"289":1,"290":1,"294":1,"296":1,"299":1,"307":2,"308":2,"309":2,"311":1,"312":1,"314":2,"315":1,"317":1,"318":1,"319":1,"320":1,"325":4,"328":1,"332":3,"333":1,"335":1,"336":2,"337":2,"338":6,"340":1,"341":2,"342":2,"345":1,"346":5,"347":1,"348":4,"349":3,"350":3,"351":2,"352":2,"353":3,"354":2,"357":3,"358":2,"359":1,"360":3}}],["threaded",{"2":{"360":1}}],["thread",{"2":{"206":1,"359":1,"360":1}}],["three",{"2":{"3":1,"52":2,"56":1,"109":1,"120":1,"127":1,"138":1,"196":1,"251":1,"291":1,"338":1}}],["through",{"2":{"54":1,"70":1,"144":1,"157":1,"220":1}}],["throughput",{"2":{"24":1}}],["throws",{"2":{"38":1}}],["thusfar",{"2":{"219":1}}],["thus",{"2":{"13":1,"17":1,"74":1,"89":1,"105":1,"114":1,"125":1,"126":1,"176":1,"196":1,"198":1,"248":1,"259":1,"271":1,"310":1,"356":2,"357":1,"360":2}}],["theoretically",{"2":{"160":1}}],["their",{"2":{"11":1,"57":1,"69":1,"74":1,"97":1,"133":1,"140":1,"148":1,"150":1,"154":1,"158":1,"172":3,"220":1,"286":1,"308":1,"319":1,"347":2,"349":2}}],["these",{"0":{"101":1},"2":{"6":1,"8":1,"12":1,"16":1,"25":1,"27":2,"46":2,"52":1,"53":1,"54":1,"59":1,"64":1,"69":1,"74":1,"86":1,"97":1,"101":1,"109":2,"110":1,"120":1,"125":1,"140":3,"146":1,"150":1,"153":1,"155":1,"171":1,"178":1,"181":1,"186":1,"206":1,"208":5,"213":1,"222":1,"225":1,"230":1,"239":1,"257":1,"262":1,"280":1,"287":1,"314":1,"324":2,"333":1,"338":1,"341":1,"346":1,"350":1,"351":1,"352":2,"353":1,"355":1,"358":2}}],["then",{"2":{"2":1,"14":1,"17":2,"27":1,"29":1,"37":1,"41":1,"76":2,"89":1,"105":1,"119":1,"136":1,"140":1,"150":1,"169":1,"172":1,"196":1,"205":1,"206":1,"209":1,"236":1,"258":1,"259":1,"285":1,"294":1,"325":1,"346":1,"356":1}}],["they",{"2":{"1":1,"5":1,"8":1,"11":1,"16":1,"27":1,"32":1,"40":1,"45":1,"46":1,"59":1,"69":1,"74":1,"78":1,"80":1,"92":1,"93":1,"100":2,"109":2,"114":1,"118":1,"119":1,"120":1,"134":2,"137":1,"141":1,"142":1,"145":1,"146":1,"148":1,"154":1,"156":1,"171":1,"178":1,"192":1,"206":1,"208":3,"219":1,"220":1,"222":1,"224":2,"230":2,"236":1,"239":1,"247":2,"259":1,"261":1,"271":1,"280":1,"282":1,"307":1,"309":1,"314":1,"315":1,"324":1,"331":1,"345":1,"355":1}}],["therefore",{"2":{"41":1,"70":1,"349":1}}],["there",{"0":{"70":1},"2":{"0":1,"9":1,"21":1,"22":1,"26":1,"27":1,"30":1,"40":1,"44":1,"47":1,"50":1,"52":1,"62":1,"69":3,"70":1,"74":1,"78":1,"84":1,"86":3,"95":3,"100":2,"106":1,"109":2,"124":1,"138":1,"146":1,"153":1,"157":1,"158":1,"166":1,"167":1,"171":1,"177":1,"178":1,"187":1,"189":1,"192":3,"207":1,"217":1,"222":1,"248":1,"251":2,"263":2,"273":1,"280":2,"282":1,"286":1,"297":1,"299":1,"307":1,"308":1,"319":1,"322":1,"324":1,"328":2,"333":1,"341":1,"347":1,"356":1,"358":1,"359":1,"360":1}}],["themselves",{"2":{"65":1,"74":1,"192":1}}],["them",{"0":{"75":1},"2":{"0":1,"11":1,"16":1,"19":1,"21":2,"22":1,"23":1,"24":1,"27":1,"28":1,"32":1,"34":1,"43":1,"44":2,"50":1,"54":1,"57":3,"59":2,"61":1,"62":2,"67":1,"71":1,"74":1,"76":1,"77":2,"78":1,"81":1,"92":1,"98":1,"109":2,"110":3,"113":1,"114":1,"115":1,"134":1,"136":1,"141":1,"142":3,"145":1,"146":1,"155":1,"158":5,"162":1,"173":1,"183":1,"188":1,"198":1,"202":1,"212":1,"217":1,"220":1,"222":1,"228":1,"230":2,"239":1,"245":1,"247":1,"251":1,"265":2,"270":1,"286":1,"308":1,"313":1,"320":1,"321":1,"326":2,"327":1,"328":1,"332":1,"334":1,"338":1,"340":1,"342":1,"343":1,"347":1,"353":1,"356":1,"357":1,"361":1}}],["the",{"0":{"31":1,"96":1,"97":1,"102":1,"182":1,"188":1,"189":1,"190":1,"246":1,"286":1,"293":1,"294":1,"295":1,"296":1,"348":1,"349":1,"350":1},"2":{"0":7,"2":1,"3":5,"4":1,"5":6,"6":3,"7":4,"8":4,"10":1,"11":3,"12":15,"13":6,"14":1,"17":2,"19":1,"22":2,"23":5,"24":1,"25":2,"26":7,"27":19,"28":14,"29":13,"30":9,"32":5,"34":1,"36":1,"37":15,"38":6,"39":5,"40":9,"41":1,"42":3,"43":5,"44":2,"46":11,"47":2,"50":3,"52":20,"53":1,"54":4,"55":1,"57":7,"58":7,"59":8,"60":1,"61":1,"62":1,"63":4,"64":2,"65":1,"66":4,"67":7,"69":7,"70":3,"71":1,"73":5,"74":13,"75":7,"76":4,"78":1,"81":4,"84":4,"85":2,"86":3,"87":2,"88":5,"89":4,"90":3,"91":8,"93":3,"94":2,"95":6,"96":2,"97":2,"98":2,"100":7,"101":5,"102":4,"103":2,"104":2,"105":4,"106":11,"107":2,"108":5,"109":15,"110":3,"111":1,"113":4,"114":4,"115":4,"117":5,"118":2,"119":2,"120":10,"121":1,"122":1,"124":1,"125":4,"126":1,"129":1,"130":2,"131":6,"132":12,"133":6,"134":1,"135":2,"136":15,"137":2,"138":4,"139":3,"140":10,"141":5,"142":1,"144":4,"145":1,"146":9,"148":12,"149":3,"150":10,"151":21,"153":1,"154":6,"155":2,"157":1,"158":11,"159":5,"160":1,"161":3,"162":1,"165":14,"166":13,"167":4,"168":2,"169":5,"171":5,"172":6,"173":1,"174":1,"175":2,"176":8,"177":5,"178":27,"179":3,"181":1,"182":3,"183":1,"185":1,"186":1,"187":3,"188":1,"190":4,"192":13,"194":1,"195":3,"196":4,"197":8,"198":8,"199":5,"200":2,"202":1,"203":2,"205":6,"206":17,"207":8,"208":20,"209":13,"210":2,"212":4,"213":1,"214":11,"216":2,"217":3,"219":25,"220":2,"221":2,"222":2,"223":2,"224":1,"225":9,"227":2,"228":4,"230":7,"231":1,"234":2,"236":8,"237":2,"238":1,"239":8,"240":2,"241":3,"243":2,"244":5,"245":6,"246":8,"247":5,"248":12,"250":1,"251":3,"252":1,"253":14,"254":5,"255":1,"256":3,"257":3,"258":4,"259":22,"260":7,"261":1,"262":3,"263":8,"265":1,"267":5,"269":1,"270":1,"271":4,"273":1,"274":1,"277":2,"280":6,"281":4,"282":8,"283":2,"285":1,"286":5,"287":2,"288":1,"290":1,"293":3,"294":1,"295":5,"298":3,"299":2,"302":1,"303":1,"306":1,"307":6,"308":7,"309":7,"310":1,"311":1,"312":1,"313":1,"314":2,"315":5,"316":1,"317":4,"319":5,"320":1,"321":2,"322":4,"323":4,"324":26,"325":11,"326":1,"328":6,"329":7,"330":5,"331":3,"332":7,"333":1,"335":2,"336":8,"338":3,"340":1,"341":2,"343":1,"344":4,"345":2,"346":9,"347":4,"348":10,"349":13,"350":9,"351":3,"352":3,"353":3,"354":13,"355":6,"356":16,"357":11,"358":6,"359":3,"360":15,"361":1}}],["tongue",{"2":{"329":1}}],["tokens",{"2":{"324":2}}],["token",{"2":{"140":2,"259":2,"308":5,"324":1,"354":2}}],["tour",{"0":{"116":1},"1":{"117":1,"118":1,"119":1,"120":1,"121":1,"122":1,"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1}}],["together",{"2":{"106":1,"146":1}}],["topic",{"2":{"306":1}}],["top",{"0":{"83":1},"2":{"205":1,"294":1}}],["toward",{"2":{"63":1,"104":1}}],["today",{"2":{"43":1,"258":1,"350":1}}],["too",{"2":{"13":1,"61":1,"157":1,"178":3,"179":2,"214":2,"216":1,"245":1,"246":1,"274":1,"277":1}}],["toolchain",{"2":{"216":1}}],["tooling",{"2":{"147":1,"148":1,"157":1,"158":1,"159":1}}],["tool",{"2":{"2":1,"5":1,"46":1,"70":1,"214":1,"299":1}}],["tools",{"0":{"6":1,"309":1},"2":{"1":1,"3":1,"5":1,"6":3,"7":1,"16":1,"75":1,"148":4,"151":2,"154":1,"158":1,"301":1,"306":1}}],["totally",{"0":{"5":1,"6":1},"2":{"289":1,"344":1}}],["to",{"0":{"86":1,"97":1,"140":1,"144":1,"182":1,"268":1,"297":1,"331":1},"1":{"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1,"98":1,"298":1,"299":1,"300":1,"301":1,"302":1,"303":1,"304":1},"2":{"1":1,"2":3,"3":1,"5":2,"6":1,"7":4,"11":2,"12":16,"13":5,"14":3,"16":2,"17":3,"19":3,"20":1,"21":1,"22":3,"23":11,"24":4,"26":3,"27":8,"28":9,"29":10,"30":10,"31":1,"32":4,"33":2,"34":3,"35":3,"36":5,"37":7,"38":5,"40":11,"41":5,"43":4,"44":5,"46":6,"47":7,"48":5,"50":4,"51":2,"52":12,"53":1,"54":7,"55":1,"56":3,"57":5,"58":7,"59":2,"61":3,"62":5,"63":6,"64":3,"65":1,"66":4,"67":7,"69":14,"70":1,"71":3,"72":1,"73":1,"74":14,"75":3,"76":2,"77":1,"78":1,"79":3,"81":3,"83":3,"84":3,"85":6,"86":5,"87":6,"88":3,"89":1,"90":6,"91":5,"93":1,"94":6,"95":9,"96":4,"97":6,"98":3,"100":4,"101":2,"103":3,"104":2,"105":3,"106":9,"107":3,"108":3,"109":8,"110":13,"111":1,"113":5,"114":6,"115":6,"117":1,"118":1,"119":1,"120":8,"121":5,"122":1,"123":1,"124":8,"125":8,"126":1,"127":3,"128":2,"129":1,"130":2,"131":3,"132":6,"133":8,"135":2,"136":4,"137":1,"138":5,"139":3,"140":7,"141":6,"142":1,"144":2,"145":1,"146":8,"147":1,"148":5,"149":2,"150":8,"151":11,"154":5,"155":5,"157":6,"158":26,"159":3,"160":1,"161":3,"162":3,"163":1,"164":3,"165":12,"166":3,"167":3,"168":3,"169":3,"171":9,"172":1,"173":3,"174":1,"176":5,"177":1,"178":11,"179":3,"181":4,"183":3,"184":1,"185":3,"186":2,"187":5,"188":2,"190":1,"191":1,"192":1,"193":2,"194":1,"195":3,"196":4,"197":1,"198":8,"199":1,"200":2,"202":3,"203":3,"205":7,"206":9,"207":10,"208":7,"209":8,"210":4,"211":3,"212":8,"213":1,"214":7,"215":2,"216":2,"217":6,"218":1,"219":21,"220":2,"221":2,"222":4,"223":1,"224":2,"225":7,"226":3,"227":2,"228":5,"230":11,"236":9,"237":2,"239":6,"240":5,"241":2,"243":2,"244":2,"245":7,"246":1,"247":7,"248":7,"249":1,"250":5,"251":11,"252":1,"253":8,"254":3,"255":2,"257":5,"258":4,"259":11,"260":7,"261":2,"262":2,"263":15,"265":3,"266":2,"267":5,"268":4,"269":4,"270":3,"271":2,"272":4,"273":3,"274":1,"275":1,"277":2,"278":2,"279":1,"280":3,"281":7,"284":1,"286":6,"287":6,"288":1,"289":2,"293":1,"295":2,"296":2,"298":2,"299":2,"300":3,"301":4,"303":1,"305":1,"306":1,"307":1,"308":10,"309":6,"310":1,"311":1,"312":4,"313":3,"314":1,"315":3,"317":2,"318":2,"319":4,"320":4,"321":1,"322":10,"324":12,"325":8,"326":3,"327":1,"328":2,"329":1,"330":1,"331":3,"332":8,"335":1,"336":3,"337":3,"338":11,"340":4,"341":4,"342":4,"343":3,"344":7,"345":2,"346":11,"347":5,"348":5,"349":2,"350":5,"351":7,"352":3,"353":3,"354":4,"355":1,"356":4,"357":2,"358":2,"359":2,"360":8,"361":3}}],["telemetry",{"2":{"161":2,"207":2,"225":2}}],["tells",{"2":{"260":1}}],["tell",{"2":{"74":1,"193":1,"309":1}}],["telltale",{"2":{"8":1}}],["tempting",{"2":{"269":1}}],["temporarily",{"2":{"130":1}}],["templates",{"0":{"273":1},"2":{"38":1}}],["template",{"2":{"11":1,"13":1,"56":1,"57":3,"58":2,"59":3,"77":1,"117":2,"118":2,"119":3,"120":1,"122":1,"132":1,"133":1,"140":1,"158":2,"177":1,"178":1,"188":1,"195":2,"196":1,"214":1,"225":2,"228":4,"244":2,"245":1,"249":2,"250":1,"258":2,"265":2,"272":1,"276":1,"282":1,"294":2,"295":1,"296":1}}],["templating",{"2":{"0":1}}],["teams",{"2":{"148":1,"254":1}}],["team",{"2":{"126":1,"331":1}}],["terms",{"2":{"328":1}}],["terminated",{"2":{"219":2}}],["terminology",{"0":{"100":1},"2":{"100":1,"150":1}}],["term",{"2":{"100":1}}],["technology",{"2":{"100":1}}],["techniques",{"2":{"111":1,"268":1}}],["technique",{"2":{"94":1,"353":1}}],["technically",{"2":{"224":1,"349":1}}],["technical",{"0":{"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"98":1,"115":1,"136":1,"146":1,"155":1,"162":1,"173":1,"183":1,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"270":1,"313":1,"320":1,"332":1,"343":1,"361":1},"1":{"271":1,"272":1,"273":1,"274":1,"314":1,"315":1},"2":{"19":1,"24":1,"34":1,"44":1,"50":1,"54":1,"62":1,"71":1,"81":1,"98":1,"101":2,"115":1,"136":1,"146":1,"155":1,"162":1,"173":1,"183":1,"202":1,"212":1,"217":1,"222":1,"228":1,"239":1,"270":1,"308":1,"313":1,"320":1,"332":1,"343":1,"361":1}}],["tedious",{"2":{"94":1}}],["tends",{"2":{"181":1}}],["tend",{"2":{"58":1,"146":1,"154":1,"217":1,"251":1}}],["textfieldcomponent",{"2":{"293":1,"294":1,"295":7,"296":2}}],["textfield",{"2":{"244":1,"282":3}}],["textarea>",{"2":{"140":2}}],["textareatag",{"2":{"140":2,"177":1,"178":1}}],["textarea",{"2":{"139":1,"140":3}}],["textcontent",{"2":{"52":3}}],["text",{"0":{"290":1},"1":{"291":1,"292":1,"293":1,"294":1,"295":1,"296":1},"2":{"11":1,"12":1,"52":13,"57":2,"67":1,"88":1,"106":1,"109":1,"110":1,"114":2,"124":2,"129":1,"139":1,"140":2,"144":1,"178":5,"179":2,"243":1,"258":2,"263":2,"277":1,"286":6,"291":1,"293":2,"294":2,"295":1,"299":1}}],["testid",{"2":{"95":1,"269":1}}],["testing",{"0":{"18":1,"22":1,"32":1,"42":1,"51":1,"60":1,"65":1,"67":1,"95":1,"111":1,"127":1,"134":1,"142":1,"153":1,"160":1,"169":1,"179":1,"200":1,"210":1,"215":1,"220":1,"226":1,"237":1,"261":1,"311":1,"318":1,"326":1,"351":1,"359":1},"1":{"52":1,"53":1,"54":1,"66":1,"67":1,"262":1,"263":1},"2":{"0":1,"18":1,"29":1,"32":1,"42":1,"52":4,"53":1,"65":2,"66":1,"67":1,"93":1,"94":1,"95":1,"101":1,"134":1,"160":1,"169":1,"179":1,"261":1,"262":1,"299":1,"311":1,"335":2,"339":1,"351":1}}],["tested",{"2":{"51":1,"61":1,"93":1,"201":1,"215":1,"223":1,"237":1,"268":1,"305":1}}],["test",{"0":{"66":1,"89":1,"90":1,"93":1,"269":1,"338":1},"2":{"5":2,"27":1,"30":2,"32":2,"33":1,"42":3,"51":2,"52":18,"53":1,"54":1,"60":1,"65":1,"66":1,"67":3,"83":1,"85":1,"86":2,"87":2,"89":4,"90":4,"91":1,"93":2,"95":1,"96":1,"97":3,"98":2,"101":1,"106":1,"111":2,"113":1,"127":2,"134":2,"142":2,"151":14,"153":1,"160":1,"161":1,"169":1,"206":1,"210":1,"219":1,"220":2,"226":2,"237":2,"239":1,"243":1,"257":1,"261":1,"263":3,"266":1,"268":1,"269":1,"271":1,"286":3,"287":1,"288":1,"289":1,"299":2,"311":1,"318":1,"325":1,"326":2,"334":1,"335":2,"336":3,"337":2,"338":10,"340":1,"341":2,"351":1,"359":3}}],["tests",{"0":{"5":1,"86":1,"189":1,"268":1,"299":1,"334":1,"336":1,"337":1,"338":1},"1":{"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1,"94":1,"95":1,"96":1,"97":1,"98":1,"335":1,"336":1,"337":1,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1},"2":{"3":1,"5":5,"6":1,"22":2,"32":1,"52":1,"53":1,"54":1,"66":1,"83":1,"85":4,"86":1,"87":4,"88":2,"89":1,"92":1,"93":2,"94":3,"95":1,"100":3,"127":5,"148":1,"151":6,"153":1,"165":1,"169":2,"172":2,"179":1,"186":1,"189":1,"200":2,"207":2,"210":1,"215":3,"220":1,"225":1,"226":1,"239":1,"261":1,"269":1,"271":1,"299":2,"316":1,"319":1,"326":1,"334":1,"337":1,"338":5,"341":1,"342":2,"351":3,"359":1}}],["t",{"0":{"17":1,"96":1,"171":1,"248":1,"266":1,"274":1,"358":1},"2":{"0":1,"13":3,"23":1,"28":2,"31":1,"40":5,"43":2,"46":1,"52":2,"58":1,"59":2,"62":1,"67":2,"70":2,"90":1,"91":1,"92":1,"96":3,"100":3,"106":5,"109":2,"111":1,"113":2,"114":1,"115":1,"119":1,"122":1,"126":1,"128":1,"132":1,"133":2,"135":1,"142":1,"150":2,"153":1,"158":1,"161":3,"168":1,"171":2,"181":2,"182":2,"185":1,"189":1,"192":1,"193":1,"194":2,"195":3,"196":4,"200":1,"206":2,"207":1,"209":1,"210":1,"213":1,"217":1,"218":1,"219":1,"225":1,"226":1,"227":1,"230":1,"236":1,"246":2,"247":1,"248":1,"249":1,"253":1,"259":1,"262":1,"266":2,"269":1,"273":1,"280":1,"282":1,"287":1,"294":1,"295":1,"298":1,"300":1,"308":1,"311":1,"325":2,"326":1,"329":1,"337":1,"338":2,"350":1,"354":1,"357":2,"358":2,"360":2}}]],"serializationVersion":2}`;export{e as default};