brut 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (374) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -0
  3. data/Gemfile.lock +1 -1
  4. data/brut-js/CHANGELOG.md +5 -0
  5. data/brut-js/package-lock.json +2 -2
  6. data/brut-js/package.json +1 -1
  7. data/brut-js/specs/ConstraintViolationMessage.spec.js +1 -1
  8. data/brut-js/specs/ConstraintViolationMessages.spec.js +2 -2
  9. data/brut-js/specs/Form.spec.js +5 -5
  10. data/brut-js/src/ConstraintViolationMessage.js +3 -3
  11. data/brut-js/src/ConstraintViolationMessages.js +2 -2
  12. data/brutrb.com/.vitepress/config.mjs +1 -0
  13. data/brutrb.com/database-schema.md +22 -2
  14. data/brutrb.com/dev-environment.md +1 -0
  15. data/brutrb.com/form-constraints.md +2 -2
  16. data/brutrb.com/handlers.md +1 -1
  17. data/brutrb.com/i18n.md +2 -2
  18. data/brutrb.com/layouts.md +1 -1
  19. data/brutrb.com/recipes/migrations.md +210 -0
  20. data/docs/404.html +2 -2
  21. data/docs/adrs.html +4 -4
  22. data/docs/ai.html +4 -4
  23. data/docs/api/Brut/BackEnd/SeedData.html +1 -1
  24. data/docs/api/Brut/BackEnd/Sidekiq/Middlewares/Server/FlushSpans.html +1 -1
  25. data/docs/api/Brut/BackEnd/Sidekiq/Middlewares/Server.html +1 -1
  26. data/docs/api/Brut/BackEnd/Sidekiq/Middlewares.html +1 -1
  27. data/docs/api/Brut/BackEnd/Sidekiq.html +1 -1
  28. data/docs/api/Brut/BackEnd/Validators/FormValidator.html +1 -1
  29. data/docs/api/Brut/BackEnd/Validators.html +1 -1
  30. data/docs/api/Brut/BackEnd.html +1 -1
  31. data/docs/api/Brut/CLI/App.html +1 -1
  32. data/docs/api/Brut/CLI/AppRunner.html +1 -1
  33. data/docs/api/Brut/CLI/Apps/BuildAssets/All.html +2 -2
  34. data/docs/api/Brut/CLI/Apps/BuildAssets/CSS.html +6 -6
  35. data/docs/api/Brut/CLI/Apps/BuildAssets/Images.html +1 -1
  36. data/docs/api/Brut/CLI/Apps/BuildAssets/JS.html +6 -6
  37. data/docs/api/Brut/CLI/Apps/BuildAssets.html +2 -2
  38. data/docs/api/Brut/CLI/Apps/DB/Create.html +1 -1
  39. data/docs/api/Brut/CLI/Apps/DB/Drop.html +1 -1
  40. data/docs/api/Brut/CLI/Apps/DB/Migrate.html +1 -1
  41. data/docs/api/Brut/CLI/Apps/DB/NewMigration.html +6 -2
  42. data/docs/api/Brut/CLI/Apps/DB/Rebuild.html +1 -1
  43. data/docs/api/Brut/CLI/Apps/DB/Seed.html +1 -1
  44. data/docs/api/Brut/CLI/Apps/DB/Status.html +9 -9
  45. data/docs/api/Brut/CLI/Apps/DB.html +1 -1
  46. data/docs/api/Brut/CLI/Apps/DeployBase/GitChecks.html +1 -1
  47. data/docs/api/Brut/CLI/Apps/DeployBase.html +1 -1
  48. data/docs/api/Brut/CLI/Apps/HerokuContainerBasedDeploy/Deploy.html +1 -1
  49. data/docs/api/Brut/CLI/Apps/HerokuContainerBasedDeploy.html +1 -1
  50. data/docs/api/Brut/CLI/Apps/Scaffold/Action/Route.html +1 -1
  51. data/docs/api/Brut/CLI/Apps/Scaffold/Action.html +8 -12
  52. data/docs/api/Brut/CLI/Apps/Scaffold/Component.html +1 -1
  53. data/docs/api/Brut/CLI/Apps/Scaffold/CustomElementTest.html +5 -5
  54. data/docs/api/Brut/CLI/Apps/Scaffold/DbModel.html +384 -0
  55. data/docs/api/Brut/CLI/Apps/Scaffold/E2ETest.html +1 -1
  56. data/docs/api/Brut/CLI/Apps/Scaffold/Form.html +5 -5
  57. data/docs/api/Brut/CLI/Apps/Scaffold/Page/Route.html +1 -1
  58. data/docs/api/Brut/CLI/Apps/Scaffold/Page.html +1 -1
  59. data/docs/api/Brut/CLI/Apps/Scaffold/RoutesEditor.html +36 -36
  60. data/docs/api/Brut/CLI/Apps/Scaffold/Test.html +1 -1
  61. data/docs/api/Brut/CLI/Apps/Scaffold.html +2 -2
  62. data/docs/api/Brut/CLI/Apps/Test/Audit.html +1 -1
  63. data/docs/api/Brut/CLI/Apps/Test/E2e.html +1 -1
  64. data/docs/api/Brut/CLI/Apps/Test/JS.html +1 -1
  65. data/docs/api/Brut/CLI/Apps/Test/Run.html +1 -1
  66. data/docs/api/Brut/CLI/Apps/Test.html +1 -1
  67. data/docs/api/Brut/CLI/Apps.html +1 -1
  68. data/docs/api/Brut/CLI/Command.html +29 -31
  69. data/docs/api/Brut/CLI/Error.html +1 -1
  70. data/docs/api/Brut/CLI/ExecutionResults/Result.html +1 -1
  71. data/docs/api/Brut/CLI/ExecutionResults.html +1 -1
  72. data/docs/api/Brut/CLI/Executor.html +1 -1
  73. data/docs/api/Brut/CLI/InvalidOption.html +1 -1
  74. data/docs/api/Brut/CLI/Options.html +1 -1
  75. data/docs/api/Brut/CLI/Output.html +1 -1
  76. data/docs/api/Brut/CLI/SystemExecError.html +1 -1
  77. data/docs/api/Brut/CLI.html +1 -1
  78. data/docs/api/Brut/FactoryBot.html +1 -1
  79. data/docs/api/Brut/Framework/App.html +1 -1
  80. data/docs/api/Brut/Framework/Config.html +16 -2
  81. data/docs/api/Brut/Framework/Container.html +1 -1
  82. data/docs/api/Brut/Framework/Error.html +1 -1
  83. data/docs/api/Brut/Framework/Errors/AbstractMethod.html +1 -1
  84. data/docs/api/Brut/Framework/Errors/Bug.html +1 -1
  85. data/docs/api/Brut/Framework/Errors/MissingConfiguration.html +1 -1
  86. data/docs/api/Brut/Framework/Errors/MissingParameter.html +1 -1
  87. data/docs/api/Brut/Framework/Errors/NoClassForPath.html +1 -1
  88. data/docs/api/Brut/Framework/Errors/NotFound.html +1 -1
  89. data/docs/api/Brut/Framework/Errors/NotImplemented.html +1 -1
  90. data/docs/api/Brut/Framework/Errors.html +1 -1
  91. data/docs/api/Brut/Framework/FussyTypeEnforcement.html +1 -1
  92. data/docs/api/Brut/Framework/MCP.html +1 -1
  93. data/docs/api/Brut/Framework/ProjectEnvironment.html +1 -1
  94. data/docs/api/Brut/Framework.html +1 -1
  95. data/docs/api/Brut/FrontEnd/AssetPathResolver.html +1 -1
  96. data/docs/api/Brut/FrontEnd/Component/Helpers.html +1 -1
  97. data/docs/api/Brut/FrontEnd/Component.html +1 -1
  98. data/docs/api/Brut/FrontEnd/Components/ConstraintViolations.html +3 -3
  99. data/docs/api/Brut/FrontEnd/Components/FormTag.html +1 -1
  100. data/docs/api/Brut/FrontEnd/Components/I18nTranslations.html +10 -14
  101. data/docs/api/Brut/FrontEnd/Components/Input.html +1 -1
  102. data/docs/api/Brut/FrontEnd/Components/Inputs/CsrfToken.html +1 -1
  103. data/docs/api/Brut/FrontEnd/Components/Inputs/InputTag.html +1 -1
  104. data/docs/api/Brut/FrontEnd/Components/Inputs/RadioButton.html +1 -1
  105. data/docs/api/Brut/FrontEnd/Components/Inputs/SelectTagWithOptions.html +3 -3
  106. data/docs/api/Brut/FrontEnd/Components/Inputs/TextareaTag.html +1 -1
  107. data/docs/api/Brut/FrontEnd/Components/Inputs.html +1 -1
  108. data/docs/api/Brut/FrontEnd/Components/LocaleDetection.html +1 -1
  109. data/docs/api/Brut/FrontEnd/Components/PageIdentifier.html +1 -1
  110. data/docs/api/Brut/FrontEnd/Components/TimeTag.html +1 -1
  111. data/docs/api/Brut/FrontEnd/Components/Traceparent.html +1 -1
  112. data/docs/api/Brut/FrontEnd/Components.html +1 -1
  113. data/docs/api/Brut/FrontEnd/Download.html +1 -1
  114. data/docs/api/Brut/FrontEnd/Flash.html +1 -1
  115. data/docs/api/Brut/FrontEnd/Form.html +92 -20
  116. data/docs/api/Brut/FrontEnd/Forms/ConstraintViolation.html +1 -1
  117. data/docs/api/Brut/FrontEnd/Forms/Input/Color.html +1 -1
  118. data/docs/api/Brut/FrontEnd/Forms/Input/TimeOfDay.html +1 -1
  119. data/docs/api/Brut/FrontEnd/Forms/Input.html +1 -1
  120. data/docs/api/Brut/FrontEnd/Forms/InputDeclarations.html +1 -1
  121. data/docs/api/Brut/FrontEnd/Forms/InputDefinition.html +1 -1
  122. data/docs/api/Brut/FrontEnd/Forms/RadioButtonGroupInput.html +1 -1
  123. data/docs/api/Brut/FrontEnd/Forms/RadioButtonGroupInputDefinition.html +1 -1
  124. data/docs/api/Brut/FrontEnd/Forms/SelectInput.html +1 -1
  125. data/docs/api/Brut/FrontEnd/Forms/SelectInputDefinition.html +1 -1
  126. data/docs/api/Brut/FrontEnd/Forms/ValidityState.html +1 -1
  127. data/docs/api/Brut/FrontEnd/Forms.html +1 -1
  128. data/docs/api/Brut/FrontEnd/GenericResponse.html +1 -1
  129. data/docs/api/Brut/FrontEnd/Handler.html +1 -1
  130. data/docs/api/Brut/FrontEnd/Handlers/CspReportingHandler.html +1 -1
  131. data/docs/api/Brut/FrontEnd/Handlers/InstrumentationHandler/TraceParent.html +1 -1
  132. data/docs/api/Brut/FrontEnd/Handlers/InstrumentationHandler.html +1 -1
  133. data/docs/api/Brut/FrontEnd/Handlers/LocaleDetectionHandler.html +1 -1
  134. data/docs/api/Brut/FrontEnd/Handlers/MissingHandler/Form.html +2 -2
  135. data/docs/api/Brut/FrontEnd/Handlers/MissingHandler.html +1 -1
  136. data/docs/api/Brut/FrontEnd/Handlers.html +1 -1
  137. data/docs/api/Brut/FrontEnd/HandlingResults.html +1 -1
  138. data/docs/api/Brut/FrontEnd/HttpMethod.html +1 -1
  139. data/docs/api/Brut/FrontEnd/HttpStatus.html +1 -1
  140. data/docs/api/Brut/FrontEnd/InlineSvgLocator.html +1 -1
  141. data/docs/api/Brut/FrontEnd/Layout.html +1 -1
  142. data/docs/api/Brut/FrontEnd/Middleware.html +1 -1
  143. data/docs/api/Brut/FrontEnd/Middlewares/AnnotateBrutOwnedPaths.html +1 -1
  144. data/docs/api/Brut/FrontEnd/Middlewares/Favicon.html +1 -1
  145. data/docs/api/Brut/FrontEnd/Middlewares/OpenTelemetrySpan.html +1 -1
  146. data/docs/api/Brut/FrontEnd/Middlewares/ReloadApp.html +1 -1
  147. data/docs/api/Brut/FrontEnd/Middlewares.html +1 -1
  148. data/docs/api/Brut/FrontEnd/Page.html +1 -1
  149. data/docs/api/Brut/FrontEnd/Pages/MissingPage.html +1 -1
  150. data/docs/api/Brut/FrontEnd/Pages.html +1 -1
  151. data/docs/api/Brut/FrontEnd/RequestContext.html +1 -1
  152. data/docs/api/Brut/FrontEnd/RouteHook.html +1 -1
  153. data/docs/api/Brut/FrontEnd/RouteHooks/AgeFlash.html +1 -1
  154. data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineScripts.html +1 -1
  155. data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineStylesOrScripts/ReportOnly.html +1 -1
  156. data/docs/api/Brut/FrontEnd/RouteHooks/CSPNoInlineStylesOrScripts.html +1 -1
  157. data/docs/api/Brut/FrontEnd/RouteHooks/LocaleDetection.html +1 -1
  158. data/docs/api/Brut/FrontEnd/RouteHooks/SetupRequestContext.html +1 -1
  159. data/docs/api/Brut/FrontEnd/RouteHooks.html +1 -1
  160. data/docs/api/Brut/FrontEnd/Routing/FormHandlerRoute.html +1 -1
  161. data/docs/api/Brut/FrontEnd/Routing/FormRoute.html +1 -1
  162. data/docs/api/Brut/FrontEnd/Routing/MissingForm.html +1 -1
  163. data/docs/api/Brut/FrontEnd/Routing/MissingHandler.html +1 -1
  164. data/docs/api/Brut/FrontEnd/Routing/MissingPage.html +1 -1
  165. data/docs/api/Brut/FrontEnd/Routing/MissingPath.html +1 -1
  166. data/docs/api/Brut/FrontEnd/Routing/PageRoute.html +1 -1
  167. data/docs/api/Brut/FrontEnd/Routing/Route.html +1 -1
  168. data/docs/api/Brut/FrontEnd/Routing.html +1 -1
  169. data/docs/api/Brut/FrontEnd/Session.html +1 -1
  170. data/docs/api/Brut/FrontEnd.html +1 -1
  171. data/docs/api/Brut/I18n/BaseMethods.html +1 -1
  172. data/docs/api/Brut/I18n/ForBackEnd.html +1 -1
  173. data/docs/api/Brut/I18n/ForCLI.html +1 -1
  174. data/docs/api/Brut/I18n/ForHTML.html +1 -1
  175. data/docs/api/Brut/I18n/HTTPAcceptLanguage/AlwaysEnglish.html +1 -1
  176. data/docs/api/Brut/I18n/HTTPAcceptLanguage.html +1 -1
  177. data/docs/api/Brut/I18n.html +1 -1
  178. data/docs/api/Brut/Instrumentation/LoggerSpanExporter.html +1 -1
  179. data/docs/api/Brut/Instrumentation/OpenTelemetry/NormalizedAttributes.html +1 -1
  180. data/docs/api/Brut/Instrumentation/OpenTelemetry/Span.html +1 -1
  181. data/docs/api/Brut/Instrumentation/OpenTelemetry.html +1 -1
  182. data/docs/api/Brut/Instrumentation.html +1 -1
  183. data/docs/api/Brut/SinatraHelpers/ClassMethods.html +1 -1
  184. data/docs/api/Brut/SinatraHelpers.html +1 -1
  185. data/docs/api/Brut/SpecSupport/ClockSupport.html +1 -1
  186. data/docs/api/Brut/SpecSupport/ComponentSupport.html +1 -1
  187. data/docs/api/Brut/SpecSupport/E2ETestServer.html +1 -1
  188. data/docs/api/Brut/SpecSupport/E2eSupport.html +1 -1
  189. data/docs/api/Brut/SpecSupport/EnhancedNode.html +1 -1
  190. data/docs/api/Brut/SpecSupport/FlashSupport.html +1 -1
  191. data/docs/api/Brut/SpecSupport/GeneralSupport/ClassMethods.html +1 -1
  192. data/docs/api/Brut/SpecSupport/GeneralSupport.html +1 -1
  193. data/docs/api/Brut/SpecSupport/HandlerSupport.html +1 -1
  194. data/docs/api/Brut/SpecSupport/Matchers/BeABug.html +1 -1
  195. data/docs/api/Brut/SpecSupport/Matchers/BePageFor.html +1 -1
  196. data/docs/api/Brut/SpecSupport/Matchers/BeRoutingFor.html +1 -1
  197. data/docs/api/Brut/SpecSupport/Matchers/HaveConstraintViolation.html +1 -1
  198. data/docs/api/Brut/SpecSupport/Matchers/HaveGenerated.html +1 -1
  199. data/docs/api/Brut/SpecSupport/Matchers/HaveHTMLAttribute.html +1 -1
  200. data/docs/api/Brut/SpecSupport/Matchers/HaveI18nString.html +1 -1
  201. data/docs/api/Brut/SpecSupport/Matchers/HaveLinkTo.html +1 -1
  202. data/docs/api/Brut/SpecSupport/Matchers/HaveRedirectedTo.html +1 -1
  203. data/docs/api/Brut/SpecSupport/Matchers/HaveReturnedHttpStatus.html +1 -1
  204. data/docs/api/Brut/SpecSupport/Matchers/HaveReturnedRackResponse.html +1 -1
  205. data/docs/api/Brut/SpecSupport/Matchers.html +1 -1
  206. data/docs/api/Brut/SpecSupport/RSpecSetup/OptionalSidekiqSupport.html +1 -1
  207. data/docs/api/Brut/SpecSupport/RSpecSetup.html +1 -1
  208. data/docs/api/Brut/SpecSupport/SessionSupport.html +1 -1
  209. data/docs/api/Brut/SpecSupport.html +1 -1
  210. data/docs/api/Brut.html +1 -1
  211. data/docs/api/Clock.html +1 -1
  212. data/docs/api/ModuleName.html +595 -0
  213. data/docs/api/RichString.html +1 -1
  214. data/docs/api/SemanticLogger/Appender/Async.html +1 -1
  215. data/docs/api/Sequel/Extensions/BrutInstrumentation.html +1 -1
  216. data/docs/api/Sequel/Extensions/BrutMigrations.html +1 -1
  217. data/docs/api/Sequel/Extensions.html +1 -1
  218. data/docs/api/Sequel/Plugins/CreatedAt/InstanceMethods.html +1 -1
  219. data/docs/api/Sequel/Plugins/CreatedAt.html +1 -1
  220. data/docs/api/Sequel/Plugins/ExternalId/ClassMethods.html +1 -1
  221. data/docs/api/Sequel/Plugins/ExternalId/InstanceMethods.html +1 -1
  222. data/docs/api/Sequel/Plugins/ExternalId.html +1 -1
  223. data/docs/api/Sequel/Plugins/FindBang/ClassMethods.html +1 -1
  224. data/docs/api/Sequel/Plugins/FindBang.html +1 -1
  225. data/docs/api/Sequel/Plugins.html +1 -1
  226. data/docs/api/Sequel.html +1 -1
  227. data/docs/api/_index.html +24 -12
  228. data/docs/api/class_list.html +1 -1
  229. data/docs/api/file.README.html +1 -1
  230. data/docs/api/index.html +1 -1
  231. data/docs/api/method_list.html +478 -406
  232. data/docs/api/top-level-namespace.html +2 -2
  233. data/docs/assets/{app._UukLsdv.js → app.AkS4fHzI.js} +1 -1
  234. data/docs/assets/chunks/@localSearchIndexroot.C9FqcQxD.js +1 -0
  235. data/docs/assets/chunks/{VPLocalSearchBox.DhYUVvsa.js → VPLocalSearchBox.By6un1FD.js} +1 -1
  236. data/docs/assets/chunks/{theme.DHNq8t6D.js → theme.DwiUPdci.js} +2 -2
  237. data/docs/assets/{components.md.DP8maNoF.js → components.md.BfeWD9sX.js} +3 -3
  238. data/docs/assets/{configuration.md.BDXwuZHU.js → configuration.md.DoSBNc0H.js} +1 -1
  239. data/docs/assets/{database-schema.md.CSYk6E6v.js → database-schema.md.C5gXexJi.js} +10 -3
  240. data/docs/assets/{database-schema.md.CSYk6E6v.lean.js → database-schema.md.C5gXexJi.lean.js} +1 -1
  241. data/docs/assets/{dev-environment.md.Dy6EldaM.js → dev-environment.md.DRH2D2-O.js} +3 -3
  242. data/docs/assets/dev-environment.md.DRH2D2-O.lean.js +1 -0
  243. data/docs/assets/{form-constraints.md.x5tNpTTI.js → form-constraints.md.DK5adCgM.js} +2 -2
  244. data/docs/assets/{forms.md.BwBNYrrL.js → forms.md.DFveP5g_.js} +1 -1
  245. data/docs/assets/{getting-started.md.B4LlHfav.js → getting-started.md.DZWjCVC0.js} +2 -2
  246. data/docs/assets/{handlers.md.Chyri6KA.js → handlers.md.h84MMB1R.js} +1 -1
  247. data/docs/assets/{i18n.md.xQhiGo1G.js → i18n.md.BAm9t9JJ.js} +1 -1
  248. data/docs/assets/{layouts.md.CJGDFY-m.js → layouts.md.CVGl9xIO.js} +1 -1
  249. data/docs/assets/recipes_migrations.md.DPN3gQE3.js +97 -0
  250. data/docs/assets/recipes_migrations.md.DPN3gQE3.lean.js +1 -0
  251. data/docs/assets.html +4 -4
  252. data/docs/brut-js/api/AjaxSubmit.html +1 -1
  253. data/docs/brut-js/api/AjaxSubmit.js.html +1 -1
  254. data/docs/brut-js/api/Autosubmit.html +1 -1
  255. data/docs/brut-js/api/Autosubmit.js.html +1 -1
  256. data/docs/brut-js/api/BaseCustomElement.html +1 -1
  257. data/docs/brut-js/api/BaseCustomElement.js.html +1 -1
  258. data/docs/brut-js/api/BrutCustomElements.html +1 -1
  259. data/docs/brut-js/api/BufferedLogger.html +1 -1
  260. data/docs/brut-js/api/ConfirmSubmit.html +1 -1
  261. data/docs/brut-js/api/ConfirmSubmit.js.html +1 -1
  262. data/docs/brut-js/api/ConfirmationDialog.html +1 -1
  263. data/docs/brut-js/api/ConfirmationDialog.js.html +1 -1
  264. data/docs/brut-js/api/ConstraintViolationMessage.html +2 -2
  265. data/docs/brut-js/api/ConstraintViolationMessage.js.html +4 -4
  266. data/docs/brut-js/api/ConstraintViolationMessages.html +3 -3
  267. data/docs/brut-js/api/ConstraintViolationMessages.js.html +3 -3
  268. data/docs/brut-js/api/CopyToClipboard.html +1 -1
  269. data/docs/brut-js/api/CopyToClipboard.js.html +1 -1
  270. data/docs/brut-js/api/Form.html +1 -1
  271. data/docs/brut-js/api/Form.js.html +1 -1
  272. data/docs/brut-js/api/I18nTranslation.html +1 -1
  273. data/docs/brut-js/api/I18nTranslation.js.html +1 -1
  274. data/docs/brut-js/api/LocaleDetection.html +1 -1
  275. data/docs/brut-js/api/LocaleDetection.js.html +1 -1
  276. data/docs/brut-js/api/Logger.html +1 -1
  277. data/docs/brut-js/api/Logger.js.html +1 -1
  278. data/docs/brut-js/api/Message.html +1 -1
  279. data/docs/brut-js/api/Message.js.html +1 -1
  280. data/docs/brut-js/api/PrefixedLogger.html +1 -1
  281. data/docs/brut-js/api/RichString.html +1 -1
  282. data/docs/brut-js/api/RichString.js.html +1 -1
  283. data/docs/brut-js/api/Tabs.html +1 -1
  284. data/docs/brut-js/api/Tabs.js.html +1 -1
  285. data/docs/brut-js/api/Tracing.html +1 -1
  286. data/docs/brut-js/api/Tracing.js.html +1 -1
  287. data/docs/brut-js/api/external-CustomElementRegistry.html +1 -1
  288. data/docs/brut-js/api/external-Performance.html +1 -1
  289. data/docs/brut-js/api/external-Promise.html +1 -1
  290. data/docs/brut-js/api/external-ValidityState.html +1 -1
  291. data/docs/brut-js/api/external-Window.html +1 -1
  292. data/docs/brut-js/api/external-fetch.html +1 -1
  293. data/docs/brut-js/api/global.html +1 -1
  294. data/docs/brut-js/api/index.html +1 -1
  295. data/docs/brut-js/api/index.js.html +1 -1
  296. data/docs/brut-js/api/module-testing.html +1 -1
  297. data/docs/brut-js/api/testing.AssetMetadata.html +1 -1
  298. data/docs/brut-js/api/testing.AssetMetadataLoader.html +1 -1
  299. data/docs/brut-js/api/testing.CustomElementTest.html +1 -1
  300. data/docs/brut-js/api/testing.DOMCreator.html +1 -1
  301. data/docs/brut-js/api/testing_AssetMetadata.js.html +1 -1
  302. data/docs/brut-js/api/testing_AssetMetadataLoader.js.html +1 -1
  303. data/docs/brut-js/api/testing_CustomElementTest.js.html +1 -1
  304. data/docs/brut-js/api/testing_DOMCreator.js.html +1 -1
  305. data/docs/brut-js/api/testing_index.js.html +1 -1
  306. data/docs/brut-js.html +4 -4
  307. data/docs/business-logic.html +4 -4
  308. data/docs/cli.html +4 -4
  309. data/docs/components.html +8 -8
  310. data/docs/configuration.html +5 -5
  311. data/docs/css.html +4 -4
  312. data/docs/custom-element-tests.html +4 -4
  313. data/docs/database-access.html +4 -4
  314. data/docs/database-schema.html +13 -6
  315. data/docs/deployment.html +4 -4
  316. data/docs/dev-environment.html +6 -6
  317. data/docs/dir-structure.html +4 -4
  318. data/docs/doc-conventions.html +4 -4
  319. data/docs/end-to-end-tests.html +4 -4
  320. data/docs/features.html +4 -4
  321. data/docs/flash-and-session.html +4 -4
  322. data/docs/form-constraints.html +7 -7
  323. data/docs/forms.html +6 -6
  324. data/docs/getting-started.html +7 -7
  325. data/docs/handlers.html +6 -6
  326. data/docs/hashmap.json +1 -1
  327. data/docs/hooks.html +4 -4
  328. data/docs/i18n.html +6 -6
  329. data/docs/index.html +3 -3
  330. data/docs/instrumentation.html +4 -4
  331. data/docs/javascript.html +4 -4
  332. data/docs/jobs.html +4 -4
  333. data/docs/keyword-injection.html +4 -4
  334. data/docs/layouts.html +6 -6
  335. data/docs/lsp.html +4 -4
  336. data/docs/markdown-examples.html +4 -4
  337. data/docs/middleware.html +4 -4
  338. data/docs/overview.html +4 -4
  339. data/docs/pages.html +4 -4
  340. data/docs/recipes/alternate-layouts.html +4 -4
  341. data/docs/recipes/authentication.html +5 -5
  342. data/docs/recipes/blank-layouts.html +4 -4
  343. data/docs/recipes/custom-flash.html +4 -4
  344. data/docs/recipes/indexed-forms.html +4 -4
  345. data/docs/recipes/migrations.html +125 -0
  346. data/docs/recipes/text-field-component.html +4 -4
  347. data/docs/roadmap.html +4 -4
  348. data/docs/routes.html +4 -4
  349. data/docs/security.html +4 -4
  350. data/docs/seed-data.html +4 -4
  351. data/docs/space-time-continuum.html +4 -4
  352. data/docs/tutorial.html +4 -4
  353. data/docs/unit-tests.html +4 -4
  354. data/docs/why.html +4 -4
  355. data/lib/brut/cli/apps/db.rb +2 -0
  356. data/lib/brut/cli/apps/scaffold.rb +77 -0
  357. data/lib/brut/cli/command.rb +1 -2
  358. data/lib/brut/framework/config.rb +7 -0
  359. data/lib/brut/front_end/components/constraint_violations.rb +2 -2
  360. data/lib/brut/front_end/components/i18n_translations.rb +6 -10
  361. data/lib/brut/front_end/form.rb +5 -2
  362. data/lib/brut/junk_drawer.rb +53 -0
  363. data/lib/brut/version.rb +1 -1
  364. metadata +32 -25
  365. data/docs/assets/chunks/@localSearchIndexroot.DkpwyjLd.js +0 -1
  366. data/docs/assets/dev-environment.md.Dy6EldaM.lean.js +0 -1
  367. /data/docs/assets/{components.md.DP8maNoF.lean.js → components.md.BfeWD9sX.lean.js} +0 -0
  368. /data/docs/assets/{configuration.md.BDXwuZHU.lean.js → configuration.md.DoSBNc0H.lean.js} +0 -0
  369. /data/docs/assets/{form-constraints.md.x5tNpTTI.lean.js → form-constraints.md.DK5adCgM.lean.js} +0 -0
  370. /data/docs/assets/{forms.md.BwBNYrrL.lean.js → forms.md.DFveP5g_.lean.js} +0 -0
  371. /data/docs/assets/{getting-started.md.B4LlHfav.lean.js → getting-started.md.DZWjCVC0.lean.js} +0 -0
  372. /data/docs/assets/{handlers.md.Chyri6KA.lean.js → handlers.md.h84MMB1R.lean.js} +0 -0
  373. /data/docs/assets/{i18n.md.xQhiGo1G.lean.js → i18n.md.BAm9t9JJ.lean.js} +0 -0
  374. /data/docs/assets/{layouts.md.CJGDFY-m.lean.js → layouts.md.CVGl9xIO.lean.js} +0 -0
@@ -0,0 +1 @@
1
+ const e=`{"documentCount":361,"nextId":361,"documentIds":{"0":"/adrs.html#architecture-decision-records","1":"/assets.html#assets","2":"/assets.html#javascript-and-css","3":"/assets.html#what-is-hashing-and-why-do-it","4":"/assets.html#what-are-sourcemaps-and-why-create-them","5":"/assets.html#fonts","6":"/assets.html#images","7":"/assets.html#svgs","8":"/assets.html#favicon-ico","9":"/assets.html#all-other-assets","10":"/assets.html#technical-notes","11":"/brut-js.html#brutjs","12":"/brut-js.html#overview","13":"/brut-js.html#custom-elements","14":"/brut-js.html#creating-your-own-custom-elements","15":"/brut-js.html#removing-brutjs","16":"/brut-js.html#recommnded-practices","17":"/brut-js.html#leaving-brutjs-in-your-app","18":"/brut-js.html#you-probably-don-t-need-a-single-page-app","19":"/brut-js.html#testing","20":"/brut-js.html#technical-notes","21":"/business-logic.html#business-or-domain-logic","22":"/business-logic.html#overview","23":"/business-logic.html#testing","24":"/business-logic.html#recomended-practices","25":"/business-logic.html#technical-notes","26":"/ai.html#ai-declaration-and-notes","27":"/ai.html#levels-of-ai-use","28":"/ai.html#code","29":"/ai.html#library-code-should-be-written-by-a-person","30":"/ai.html#tests-should-not-be-totally-written-by-ai","31":"/ai.html#management-tools-should-not-be-totally-written-by-ai","32":"/ai.html#documentation","33":"/ai.html#logos","34":"/ai.html#ai-information-about-brut-should-be-viewed-with-skepticism","35":"/cli.html#cli-and-tasks","36":"/cli.html#overview","37":"/cli.html#brut-cli-user-interface","38":"/cli.html#basic-cli","39":"/cli.html#implementing-execute","40":"/cli.html#advanced-options","41":"/cli.html#the-file-in-bin","42":"/cli.html#testing","43":"/cli.html#recommended-practices","44":"/cli.html#technical-notes","45":"/components.html#components","46":"/components.html#overview","47":"/components.html#simple-component","48":"/components.html#global-components","49":"/components.html#page-private-components","50":"/components.html#testing","51":"/components.html#recommended-practices","52":"/components.html#technical-notes","53":"/configuration.html#configuration","54":"/configuration.html#overview","55":"/configuration.html#basics-of-configuration","56":"/configuration.html#special-types-of-configuration","57":"/configuration.html#type-and-name-enforcement","58":"/configuration.html#overridable-and-nilable-values","59":"/configuration.html#setting-your-own-configuration-values","60":"/configuration.html#testing","61":"/configuration.html#recommended-practices","62":"/configuration.html#technical-notes","63":"/css.html#css","64":"/css.html#managing-your-app-s-css","65":"/css.html#importing-third-party-css","66":"/css.html#using-brut-css","67":"/css.html#using-tailwindcss","68":"/css.html#technical-notes","69":"/custom-element-tests.html#testing-custom-elements","70":"/custom-element-tests.html#overview","71":"/custom-element-tests.html#recommended-practices","72":"/custom-element-tests.html#technical-notes","73":"/database-access.html#database-access-data-models","74":"/database-access.html#overview","75":"/database-access.html#testing","76":"/database-access.html#test-data-is-managed-with-factorybot","77":"/database-access.html#testing-your-data-models","78":"/database-access.html#recommended-practices","79":"/database-access.html#do-not-put-business-logic-on-your-database-models","80":"/database-access.html#do-not-use-validations-on-models-unless-there-is-no-other-choice","81":"/database-access.html#technical-notes","82":"/database-schema.html#database-schema-migrations","83":"/database-schema.html#overview","84":"/database-schema.html#creating-migrations","85":"/database-schema.html#managing-migrations","86":"/database-schema.html#brut-extensions-and-changes-in-sequel-s-behavior","87":"/database-schema.html#external-ids","88":"/database-schema.html#brut-migration-changes-and-enhancement","89":"/database-schema.html#testing","90":"/database-schema.html#recommended-practices","91":"/database-schema.html#ephemeral-dev-database","92":"/database-schema.html#use-your-database-it-is-awesome","93":"/database-schema.html#technical-notes","94":"/deployment.html#deployment","95":"/deployment.html#overview","96":"/deployment.html#heroku-container-based-deployment","97":"/deployment.html#other-mechanisms-for-deployment","98":"/deployment.html#testing","99":"/deployment.html#recommended-practices","100":"/deployment.html#technical-notes","101":"/dev-environment.html#dev-environment","102":"/dev-environment.html#overview","103":"/dev-environment.html#conceptual-overview","104":"/dev-environment.html#foundational-core-command-line-apps","105":"/dev-environment.html#workspace-command-line-apps","106":"/dev-environment.html#extending-and-enhancing","107":"/dev-environment.html#testing","108":"/dev-environment.html#recommended-practices","109":"/dev-environment.html#technical-notes","110":"/dir-structure.html#directory-structure","111":"/dir-structure.html#top-level","112":"/dir-structure.html#inside-app","113":"/dir-structure.html#inside-specs","114":"/doc-conventions.html#documentation-conventions","115":"/doc-conventions.html#terminology","116":"/doc-conventions.html#structure-of-these-documents","117":"/doc-conventions.html#names-of-the-library-and-associated-modules","118":"/doc-conventions.html#on-using-vitepress","119":"/end-to-end-tests.html#end-to-end-tests","120":"/end-to-end-tests.html#overview","121":"/end-to-end-tests.html#using-playwright","122":"/end-to-end-tests.html#test-setup","123":"/end-to-end-tests.html#test-helpers-and-configuration","124":"/end-to-end-tests.html#quirks-of-playwright","125":"/end-to-end-tests.html#recommended-practices","126":"/end-to-end-tests.html#test-major-flows-not-exhaustive-branches","127":"/end-to-end-tests.html#use-css-selectors","128":"/end-to-end-tests.html#testing-must-inform-your-html","129":"/end-to-end-tests.html#asserting-the-lack-of-content-basically-doesn-t-work","130":"/end-to-end-tests.html#try-to-use-the-defaults-for-timeouts","131":"/end-to-end-tests.html#technical-notes","132":"/features.html#quick-tour-of-brut-s-features","133":"/features.html#pages","134":"/features.html#layouts","135":"/features.html#components","136":"/features.html#forms","137":"/features.html#handlers","138":"/features.html#javascript","139":"/features.html#css","140":"/features.html#database-schema","141":"/features.html#database-access","142":"/features.html#domain-and-business-logic","143":"/features.html#testing","144":"/features.html#tasks","145":"/features.html#observability","146":"/flash-and-session.html#flash-and-session","147":"/flash-and-session.html#overview","148":"/flash-and-session.html#session","149":"/flash-and-session.html#flash","150":"/flash-and-session.html#testing","151":"/flash-and-session.html#recommended-practices","152":"/flash-and-session.html#technical-notes","153":"/form-constraints.html#form-constraint-validations","154":"/form-constraints.html#overview","155":"/form-constraints.html#specifying-constraints","156":"/form-constraints.html#accessing-constraints-when-generating-html","157":"/form-constraints.html#styling-server-and-client-side-constraint-violations","158":"/form-constraints.html#testing","159":"/form-constraints.html#recommended-practices","160":"/form-constraints.html#utility-css-is-tricky-here","161":"/form-constraints.html#learn-to-be-ok-with-the-browser-s-ux","162":"/form-constraints.html#technical-notes","163":"/forms.html#forms","164":"/forms.html#overview","165":"/forms.html#declaring-form-data-elements","166":"/forms.html#using-forms-to-generate-html","167":"/forms.html#accessing-data-in-a-submitted-form","168":"/forms.html#testing","169":"/forms.html#recommended-practices","170":"/forms.html#create-components-to-generate-form-controls","171":"/forms.html#take-advantage-of-client-side-constraints","172":"/forms.html#technical-notes","173":"/getting-started.html#getting-started","174":"/getting-started.html#get-mkbrut","175":"/getting-started.html#init-your-app","176":"/getting-started.html#start-your-dev-environment","177":"/getting-started.html#run-the-app","178":"/getting-started.html#run-the-tests","179":"/getting-started.html#now-build-the-rest-of-your-app-🦉","180":"/handlers.html#handlers-actions","181":"/handlers.html#overview","182":"/handlers.html#handler-structure","183":"/handlers.html#handling-a-form-submission","184":"/handlers.html#handling-other-requests","185":"/handlers.html#hooks","186":"/handlers.html#testing","187":"/handlers.html#recommended-practices","188":"/handlers.html#you-don-t-always-need-resourceful-or-restful-routes","189":"/handlers.html#avoid-business-logic-in-handlers","190":"/handlers.html#technical-notes","191":"/hooks.html#route-hooks","192":"/hooks.html#overview","193":"/hooks.html#testing","194":"/hooks.html#recommended-practices","195":"/hooks.html#technical-notes","196":"/i18n.html#internationaliztion-and-localization","197":"/i18n.html#overview","198":"/i18n.html#enhancements","199":"/i18n.html#basic-usage","200":"/i18n.html#page-and-component-specific-values","201":"/i18n.html#html-escaping","202":"/i18n.html#localizing-dates-and-times","203":"/i18n.html#displaying-dates-and-times-in-html","204":"/i18n.html#constraint-violations-and-field-names","205":"/i18n.html#testing","206":"/i18n.html#recommended-practices","207":"/i18n.html#technical-notes","208":"/instrumentation.html#instrumentation-and-observability","209":"/instrumentation.html#overview","210":"/instrumentation.html#why-instrument","211":"/instrumentation.html#setting-up-instrumentation","212":"/instrumentation.html#what-is-instrumented-by-default","213":"/instrumentation.html#adding-your-own-instrumentation","214":"/instrumentation.html#client-side-observability","215":"/instrumentation.html#testing","216":"/instrumentation.html#recommended-practices","217":"/instrumentation.html#technical-notes","218":"/javascript.html#javascript","219":"/javascript.html#overview","220":"/javascript.html#testing","221":"/javascript.html#recommended-practices","222":"/javascript.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":"/keyword-injection.html#keyword-injection","230":"/keyword-injection.html#overview","231":"/keyword-injection.html#standard-injectible-information","232":"/keyword-injection.html#route-hooks","233":"/keyword-injection.html#http-headers","234":"/keyword-injection.html#injecting-custom-data","235":"/keyword-injection.html#when-values-aren-t-available","236":"/keyword-injection.html#testing","237":"/keyword-injection.html#recommended-practices","238":"/keyword-injection.html#technical-notes","239":"/lsp.html#language-server-protocol-lsp-support","240":"/lsp.html#overview","241":"/overview.html#conceptual-overview","242":"/overview.html#basic-elements","243":"/overview.html#brut-is-not-mvc","244":"/overview.html#brut-is-hippocratic-licensed","245":"/markdown-examples.html#markdown-extension-examples","246":"/markdown-examples.html#syntax-highlighting","247":"/markdown-examples.html#custom-containers","248":"/markdown-examples.html#more","249":"/pages.html#pages","250":"/pages.html#overview","251":"/pages.html#creating-a-page","252":"/pages.html#accessing-data-in-a-page","253":"/pages.html#page-hooks","254":"/pages.html#testing","255":"/pages.html#generating-a-response","256":"/pages.html#asserting-results","257":"/pages.html#recommended-practices","258":"/pages.html#instance-variables-ivars-are-fine","259":"/pages.html#don-t-set-ivars-in-before-generate","260":"/pages.html#leverage-keyword-injection","261":"/pages.html#in-tests-it-s-fine-to-locate-elements-via-css-selectors","262":"/pages.html#that-said-avoid-test-specific-attributes-or-classes","263":"/pages.html#technical-notes","264":"/pages.html#page-internal-api","265":"/pages.html#layouts","266":"/pages.html#helpers-in-templates","267":"/pages.html#so-you-don-t-like-phlex","268":"/middleware.html#middleware","269":"/middleware.html#overview","270":"/middleware.html#testing","271":"/middleware.html#recommended-practices","272":"/middleware.html#technical-notes","273":"/recipes/alternate-layouts.html#alternate-layouts","274":"/recipes/blank-layouts.html#blank-or-no-layout","275":"/recipes/custom-flash.html#custom-flash-class","276":"/recipes/custom-flash.html#recipe","277":"/recipes/authentication.html#authentication-example","278":"/recipes/authentication.html#feature","279":"/recipes/authentication.html#recipe","280":"/recipes/authentication.html#set-up-database-and-seed-data","281":"/recipes/authentication.html#create-a-login-page","282":"/recipes/authentication.html#handle-logins","283":"/recipes/authentication.html#injecting-the-current-account","284":"/recipes/authentication.html#requiring-login","285":"/recipes/authentication.html#you-don-t-need-page-hooks-for-this","286":"/recipes/indexed-forms.html#indexed-forms","287":"/recipes/indexed-forms.html#feature","288":"/recipes/indexed-forms.html#recipe","289":"/recipes/indexed-forms.html#creating-a-form-with-indexes","290":"/recipes/indexed-forms.html#processing-a-form-with-array-values","291":"/recipes/indexed-forms.html#generating-a-form-with-array-values","292":"/recipes/migrations.html#migration-example","293":"/recipes/migrations.html#feature","294":"/recipes/migrations.html#recipe","295":"/recipes/migrations.html#create-the-migration","296":"/recipes/migrations.html#create-data-models","297":"/recipes/migrations.html#create-factories","298":"/recipes/migrations.html#create-seed-data","299":"/roadmap.html#roadmap-to-1-0","300":"/roadmap.html#better-dev-experience","301":"/roadmap.html#more-tests","302":"/roadmap.html#more-complete-web-features","303":"/roadmap.html#client-side-improvements","304":"/roadmap.html#deployment","305":"/roadmap.html#documentation","306":"/roadmap.html#misc","307":"/routes.html#routes","308":"/routes.html#overview","309":"/routes.html#«route»-syntax","310":"/routes.html#class-naming-conventions","311":"/routes.html#creating-uris-for-routes","312":"/routes.html#testing","313":"/routes.html#recommended-practices","314":"/routes.html#routes-should-be-named-for-concepts-anyone-can-understand","315":"/routes.html#prefer-shallow-routes-with-a-single-placeholder","316":"/routes.html#placeholders-identify-things-query-strings-search-for-things","317":"/routes.html#pluralization-is-up-to-you","318":"/routes.html#technical-notes","319":"/recipes/text-field-component.html#creating-your-own-text-field-component","320":"/recipes/text-field-component.html#feature","321":"/recipes/text-field-component.html#recipe","322":"/recipes/text-field-component.html#create-the-initializer","323":"/recipes/text-field-component.html#outline-the-html","324":"/recipes/text-field-component.html#styling-the-component","325":"/recipes/text-field-component.html#using-the-component","326":"/security.html#security","327":"/security.html#overview","328":"/security.html#encrypted-sessions","329":"/security.html#csrf-protection","330":"/security.html#content-security-policy-headers-and-tools","331":"/security.html#bundle-audit","332":"/security.html#testing","333":"/security.html#recommended-practices","334":"/security.html#technical-notes","335":"/security.html#csrf-protection-1","336":"/security.html#encrypted-sessions-1","337":"/space-time-continuum.html#space-time-continuum-making-sense-of-times-and-time-zones","338":"/space-time-continuum.html#timezones-outside-of-web-requests","339":"/space-time-continuum.html#timezones-for-sessions","340":"/space-time-continuum.html#getting-timezone-from-the-browser","341":"/space-time-continuum.html#getting-the-session-s-timezone","342":"/space-time-continuum.html#using-the-timezone","343":"/space-time-continuum.html#testing","344":"/tutorial.html#tutorial","345":"/seed-data.html#see-data-for-development","346":"/seed-data.html#overview","347":"/seed-data.html#testing","348":"/seed-data.html#recommended-practices","349":"/seed-data.html#technical-notes","350":"/why.html#why-does-brut-exist","351":"/unit-tests.html#unit-tests","352":"/unit-tests.html#overview","353":"/unit-tests.html#tests-run-in-a-database-transaction","354":"/unit-tests.html#a-usable-requestcontext-is-created-for-front-end-tests","355":"/unit-tests.html#bin-test-audit-and-managing-tests","356":"/unit-tests.html#recommended-practices","357":"/unit-tests.html#go-easy-on-rspec-features","358":"/unit-tests.html#custom-matchers-are-useful","359":"/unit-tests.html#lint-your-factories","360":"/unit-tests.html#technical-notes"},"fieldIds":{"title":0,"titles":1,"text":2},"fieldLength":{"0":[3,1,80],"1":[1,1,20],"2":[3,1,53],"3":[8,4,143],"4":[8,4,82],"5":[1,1,67],"6":[1,1,45],"7":[1,1,63],"8":[2,1,30],"9":[3,1,26],"10":[2,1,77],"11":[1,1,19],"12":[1,1,88],"13":[2,2,176],"14":[5,2,134],"15":[2,2,44],"16":[2,1,1],"17":[5,3,41],"18":[9,3,114],"19":[1,1,5],"20":[2,1,37],"21":[4,1,28],"22":[1,4,74],"23":[1,4,43],"24":[2,4,92],"25":[2,4,64],"26":[4,1,27],"27":[4,4,71],"28":[1,4,38],"29":[8,5,38],"30":[8,5,76],"31":[9,5,39],"32":[1,4,61],"33":[1,4,45],"34":[9,4,52],"35":[3,1,49],"36":[1,3,63],"37":[4,4,211],"38":[2,4,159],"39":[2,4,89],"40":[2,4,90],"41":[4,4,47],"42":[1,3,98],"43":[2,3,27],"44":[2,3,36],"45":[1,1,28],"46":[1,1,57],"47":[2,2,171],"48":[2,2,132],"49":[3,2,150],"50":[1,1,23],"51":[2,1,36],"52":[2,1,64],"53":[1,1,31],"54":[1,1,57],"55":[3,2,104],"56":[4,2,92],"57":[4,2,59],"58":[4,2,160],"59":[5,2,74],"60":[1,1,60],"61":[2,1,105],"62":[2,1,83],"63":[1,1,35],"64":[5,1,165],"65":[4,1,78],"66":[3,1,74],"67":[2,1,2],"68":[2,1,75],"69":[3,1,27],"70":[1,3,200],"71":[2,3,29],"72":[2,3,96],"73":[4,1,74],"74":[1,4,116],"75":[1,4,20],"76":[6,5,98],"77":[4,5,135],"78":[2,4,1],"79":[9,6,120],"80":[12,6,86],"81":[2,4,40],"82":[3,1,37],"83":[1,3,78],"84":[2,4,225],"85":[2,4,71],"86":[8,4,82],"87":[2,12,223],"88":[5,4,220],"89":[1,3,28],"90":[2,3,1],"91":[3,5,116],"92":[6,5,103],"93":[2,3,96],"94":[1,1,13],"95":[1,1,63],"96":[4,2,279],"97":[4,2,88],"98":[1,1,39],"99":[2,1,63],"100":[2,1,40],"101":[2,1,10],"102":[1,2,130],"103":[2,3,46],"104":[5,3,123],"105":[4,3,179],"106":[3,3,2],"107":[1,2,36],"108":[2,2,116],"109":[2,2,102],"110":[2,1,39],"111":[2,2,29],"112":[3,2,134],"113":[3,2,64],"114":[2,1,1],"115":[1,2,94],"116":[4,2,57],"117":[7,2,40],"118":[3,2,53],"119":[3,1,53],"120":[1,3,51],"121":[2,4,87],"122":[2,4,71],"123":[4,4,98],"124":[3,4,106],"125":[2,3,23],"126":[6,5,68],"127":[3,5,81],"128":[5,5,117],"129":[9,5,63],"130":[7,5,64],"131":[2,3,42],"132":[6,1,1],"133":[1,6,104],"134":[1,6,84],"135":[1,6,65],"136":[1,6,146],"137":[1,6,101],"138":[1,6,92],"139":[1,6,35],"140":[2,6,134],"141":[2,6,65],"142":[4,6,92],"143":[1,6,49],"144":[1,6,42],"145":[1,6,41],"146":[3,1,29],"147":[1,3,52],"148":[1,4,147],"149":[1,4,131],"150":[1,3,42],"151":[2,3,37],"152":[2,3,108],"153":[3,1,29],"154":[1,3,31],"155":[2,4,93],"156":[5,4,78],"157":[7,4,232],"158":[1,3,52],"159":[2,3,1],"160":[5,5,58],"161":[9,5,49],"162":[2,3,40],"163":[1,1,28],"164":[1,1,70],"165":[4,2,139],"166":[5,2,177],"167":[6,2,104],"168":[1,1,36],"169":[2,1,1],"170":[6,3,46],"171":[6,3,29],"172":[2,1,112],"173":[2,1,26],"174":[2,2,40],"175":[3,2,60],"176":[4,2,83],"177":[3,2,80],"178":[3,2,29],"179":[8,2,23],"180":[3,1,14],"181":[1,3,28],"182":[2,4,149],"183":[4,4,99],"184":[3,4,76],"185":[1,4,57],"186":[1,3,94],"187":[2,3,1],"188":[9,5,100],"189":[5,5,72],"190":[2,3,40],"191":[2,1,27],"192":[1,2,196],"193":[1,2,44],"194":[2,2,51],"195":[2,2,96],"196":[3,1,14],"197":[1,3,107],"198":[1,4,31],"199":[2,5,64],"200":[5,5,68],"201":[2,4,105],"202":[4,4,74],"203":[6,4,106],"204":[5,4,56],"205":[1,3,45],"206":[2,3,14],"207":[2,3,40],"208":[3,1,39],"209":[1,3,1],"210":[3,4,101],"211":[3,4,164],"212":[5,4,136],"213":[4,4,181],"214":[3,4,108],"215":[1,3,39],"216":[2,3,32],"217":[2,3,78],"218":[1,1,46],"219":[1,1,203],"220":[1,1,28],"221":[2,1,61],"222":[2,1,107],"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":[2,1,89],"230":[1,2,87],"231":[3,3,110],"232":[2,6,53],"233":[2,6,110],"234":[3,3,116],"235":[5,3,89],"236":[1,2,71],"237":[2,2,166],"238":[2,2,67],"239":[5,1,23],"240":[1,5,155],"241":[2,1,122],"242":[2,2,161],"243":[4,2,69],"244":[4,2,22],"245":[3,1,14],"246":[2,3,26],"247":[2,3,21],"248":[1,3,11],"249":[1,1,11],"250":[1,1,100],"251":[3,2,121],"252":[5,2,223],"253":[2,2,87],"254":[1,1,39],"255":[3,2,57],"256":[2,2,133],"257":[2,1,1],"258":[6,3,46],"259":[7,3,52],"260":[3,3,61],"261":[11,3,50],"262":[8,3,75],"263":[2,1,36],"264":[3,3,71],"265":[1,3,38],"266":[3,3,47],"267":[7,3,58],"268":[1,1,5],"269":[1,1,122],"270":[1,1,38],"271":[2,1,34],"272":[2,1,93],"273":[2,1,69],"274":[4,1,34],"275":[3,1,18],"276":[1,3,61],"277":[2,1,34],"278":[1,2,31],"279":[1,2,1],"280":[6,3,108],"281":[4,3,127],"282":[2,3,111],"283":[4,3,95],"284":[2,3,83],"285":[8,3,115],"286":[2,1,44],"287":[1,2,23],"288":[1,2,12],"289":[5,3,120],"290":[6,3,97],"291":[6,3,102],"292":[2,1,26],"293":[1,2,21],"294":[1,2,13],"295":[3,3,192],"296":[3,3,73],"297":[2,3,76],"298":[3,3,74],"299":[4,1,28],"300":[3,4,40],"301":[2,4,57],"302":[4,4,44],"303":[3,4,51],"304":[1,4,22],"305":[1,4,34],"306":[1,4,5],"307":[1,1,39],"308":[1,1,63],"309":[3,2,60],"310":[3,2,160],"311":[4,2,171],"312":[1,1,49],"313":[2,1,19],"314":[9,3,67],"315":[7,3,51],"316":[7,3,56],"317":[5,3,41],"318":[2,1,101],"319":[6,1,30],"320":[1,6,31],"321":[1,6,1],"322":[3,7,44],"323":[3,7,102],"324":[3,7,131],"325":[3,7,35],"326":[1,1,26],"327":[1,1,36],"328":[2,2,55],"329":[2,2,125],"330":[6,2,106],"331":[2,2,39],"332":[1,1,50],"333":[2,1,43],"334":[2,1,36],"335":[2,3,51],"336":[2,3,48],"337":[9,1,31],"338":[5,9,97],"339":[3,9,59],"340":[5,12,82],"341":[5,12,91],"342":[3,12,84],"343":[1,9,112],"344":[1,1,38],"345":[4,1,23],"346":[1,4,101],"347":[1,4,27],"348":[2,4,80],"349":[2,4,79],"350":[5,1,97],"351":[2,1,23],"352":[1,2,61],"353":[6,3,57],"354":[9,3,69],"355":[6,3,144],"356":[2,2,25],"357":[5,4,49],"358":[4,4,81],"359":[3,4,64],"360":[2,2,36]},"averageFieldLength":[2.8919667590027713,2.858725761772854,70.93905817174519],"storedFields":{"0":{"title":"Architecture Decision Records","titles":[]},"1":{"title":"Assets","titles":[]},"2":{"title":"JavaScript and CSS","titles":["Assets"]},"3":{"title":"What is Hashing and Why Do It?","titles":["Assets","JavaScript and CSS"]},"4":{"title":"What are SourceMaps and Why Create Them?","titles":["Assets","JavaScript and CSS"]},"5":{"title":"Fonts","titles":["Assets"]},"6":{"title":"Images","titles":["Assets"]},"7":{"title":"SVGs","titles":["Assets"]},"8":{"title":"favicon.ico","titles":["Assets"]},"9":{"title":"All Other Assets","titles":["Assets"]},"10":{"title":"Technical Notes","titles":["Assets"]},"11":{"title":"BrutJS","titles":[]},"12":{"title":"Overview","titles":["BrutJS"]},"13":{"title":"Custom Elements","titles":["BrutJS","Overview"]},"14":{"title":"Creating Your Own Custom Elements","titles":["BrutJS","Overview"]},"15":{"title":"Removing BrutJS","titles":["BrutJS","Overview"]},"16":{"title":"Recommnded Practices","titles":["BrutJS"]},"17":{"title":"Leaving BrutJS In Your App","titles":["BrutJS","Recommnded Practices"]},"18":{"title":"You Probably Don't Need a Single-Page App","titles":["BrutJS","Recommnded Practices"]},"19":{"title":"Testing","titles":["BrutJS"]},"20":{"title":"Technical Notes","titles":["BrutJS"]},"21":{"title":"Business or Domain Logic","titles":[]},"22":{"title":"Overview","titles":["Business or Domain Logic"]},"23":{"title":"Testing","titles":["Business or Domain Logic"]},"24":{"title":"Recomended Practices","titles":["Business or Domain Logic"]},"25":{"title":"Technical Notes","titles":["Business or Domain Logic"]},"26":{"title":"AI Declaration and Notes","titles":[]},"27":{"title":"Levels of AI Use","titles":["AI Declaration and Notes"]},"28":{"title":"Code","titles":["AI Declaration and Notes"]},"29":{"title":"Library Code Should Be Written By a Person","titles":["AI Declaration and Notes","Code"]},"30":{"title":"Tests Should Not Be Totally Written by AI","titles":["AI Declaration and Notes","Code"]},"31":{"title":"Management Tools Should Not Be Totally Written by AI","titles":["AI Declaration and Notes","Code"]},"32":{"title":"Documentation","titles":["AI Declaration and Notes"]},"33":{"title":"Logos","titles":["AI Declaration and Notes"]},"34":{"title":"AI Information about Brut Should Be Viewed with Skepticism","titles":["AI Declaration and Notes"]},"35":{"title":"CLI and Tasks","titles":[]},"36":{"title":"Overview","titles":["CLI and Tasks"]},"37":{"title":"Brut CLI User Interface","titles":["CLI and Tasks","Overview"]},"38":{"title":"Basic CLI","titles":["CLI and Tasks","Overview"]},"39":{"title":"Implementing execute","titles":["CLI and Tasks","Overview"]},"40":{"title":"Advanced Options","titles":["CLI and Tasks","Overview"]},"41":{"title":"The file in bin","titles":["CLI and Tasks","Overview"]},"42":{"title":"Testing","titles":["CLI and Tasks"]},"43":{"title":"Recommended Practices","titles":["CLI and Tasks"]},"44":{"title":"Technical Notes","titles":["CLI and Tasks"]},"45":{"title":"Components","titles":[]},"46":{"title":"Overview","titles":["Components"]},"47":{"title":"Simple Component","titles":["Components","Overview"]},"48":{"title":"Global Components","titles":["Components","Overview"]},"49":{"title":"Page Private Components","titles":["Components","Overview"]},"50":{"title":"Testing","titles":["Components"]},"51":{"title":"Recommended Practices","titles":["Components"]},"52":{"title":"Technical Notes","titles":["Components"]},"53":{"title":"Configuration","titles":[]},"54":{"title":"Overview","titles":["Configuration"]},"55":{"title":"Basics of Configuration","titles":["Configuration","Overview"]},"56":{"title":"Special Types of Configuration","titles":["Configuration","Overview"]},"57":{"title":"Type and Name Enforcement","titles":["Configuration","Overview"]},"58":{"title":"Overridable and nilable Values","titles":["Configuration","Overview"]},"59":{"title":"Setting Your Own Configuration Values","titles":["Configuration","Overview"]},"60":{"title":"Testing","titles":["Configuration"]},"61":{"title":"Recommended Practices","titles":["Configuration"]},"62":{"title":"Technical Notes","titles":["Configuration"]},"63":{"title":"CSS","titles":[]},"64":{"title":"Managing Your App's CSS","titles":["CSS"]},"65":{"title":"Importing Third Party CSS","titles":["CSS"]},"66":{"title":"Using Brut-CSS","titles":["CSS"]},"67":{"title":"Using TailwindCSS","titles":["CSS"]},"68":{"title":"Technical Notes","titles":["CSS"]},"69":{"title":"Testing Custom Elements","titles":[]},"70":{"title":"Overview","titles":["Testing Custom Elements"]},"71":{"title":"Recommended Practices","titles":["Testing Custom Elements"]},"72":{"title":"Technical Notes","titles":["Testing Custom Elements"]},"73":{"title":"Database Access / Data Models","titles":[]},"74":{"title":"Overview","titles":["Database Access / Data Models"]},"75":{"title":"Testing","titles":["Database Access / Data Models"]},"76":{"title":"Test Data is Managed with FactoryBot","titles":["Database Access / Data Models","Testing"]},"77":{"title":"Testing Your Data Models","titles":["Database Access / Data Models","Testing"]},"78":{"title":"Recommended Practices","titles":["Database Access / Data Models"]},"79":{"title":"Do Not Put Business Logic On Your Database Models","titles":["Database Access / Data Models","Recommended Practices"]},"80":{"title":"Do Not Use Validations on Models Unless There is No Other Choice","titles":["Database Access / Data Models","Recommended Practices"]},"81":{"title":"Technical Notes","titles":["Database Access / Data Models"]},"82":{"title":"Database Schema / Migrations","titles":[]},"83":{"title":"Overview","titles":["Database Schema / Migrations"]},"84":{"title":"Creating Migrations","titles":["Database Schema / Migrations","Overview"]},"85":{"title":"Managing Migrations","titles":["Database Schema / Migrations","Overview"]},"86":{"title":"Brut Extensions and Changes in Sequel's Behavior","titles":["Database Schema / Migrations","Overview"]},"87":{"title":"External IDs","titles":["Database Schema / Migrations","Overview","Brut Extensions and Changes in Sequel's Behavior"]},"88":{"title":"Brut Migration Changes and Enhancement","titles":["Database Schema / Migrations","Overview"]},"89":{"title":"Testing","titles":["Database Schema / Migrations"]},"90":{"title":"Recommended Practices","titles":["Database Schema / Migrations"]},"91":{"title":"Ephemeral Dev Database","titles":["Database Schema / Migrations","Recommended Practices"]},"92":{"title":"Use Your Database, It is Awesome","titles":["Database Schema / Migrations","Recommended Practices"]},"93":{"title":"Technical Notes","titles":["Database Schema / Migrations"]},"94":{"title":"Deployment","titles":[]},"95":{"title":"Overview","titles":["Deployment"]},"96":{"title":"Heroku Container-based Deployment","titles":["Deployment","Overview"]},"97":{"title":"Other Mechanisms for Deployment","titles":["Deployment","Overview"]},"98":{"title":"Testing","titles":["Deployment"]},"99":{"title":"Recommended Practices","titles":["Deployment"]},"100":{"title":"Technical Notes","titles":["Deployment"]},"101":{"title":"Dev Environment","titles":[]},"102":{"title":"Overview","titles":["Dev Environment"]},"103":{"title":"Conceptual Overview","titles":["Dev Environment","Overview"]},"104":{"title":"Foundational Core Command Line Apps","titles":["Dev Environment","Overview"]},"105":{"title":"Workspace Command Line Apps","titles":["Dev Environment","Overview"]},"106":{"title":"Extending and Enhancing","titles":["Dev Environment","Overview"]},"107":{"title":"Testing","titles":["Dev Environment"]},"108":{"title":"Recommended Practices","titles":["Dev Environment"]},"109":{"title":"Technical Notes","titles":["Dev Environment"]},"110":{"title":"Directory Structure","titles":[]},"111":{"title":"Top Level","titles":["Directory Structure"]},"112":{"title":"Inside app/","titles":["Directory Structure"]},"113":{"title":"Inside specs/","titles":["Directory Structure"]},"114":{"title":"Documentation Conventions","titles":[]},"115":{"title":"Terminology","titles":["Documentation Conventions"]},"116":{"title":"Structure of These Documents","titles":["Documentation Conventions"]},"117":{"title":"Names of the Library and Associated Modules","titles":["Documentation Conventions"]},"118":{"title":"On Using VitePress","titles":["Documentation Conventions"]},"119":{"title":"End to End Tests","titles":[]},"120":{"title":"Overview","titles":["End to End Tests"]},"121":{"title":"Using Playwright","titles":["End to End Tests","Overview"]},"122":{"title":"Test Setup","titles":["End to End Tests","Overview"]},"123":{"title":"Test Helpers and Configuration","titles":["End to End Tests","Overview"]},"124":{"title":"Quirks of Playwright","titles":["End to End Tests","Overview"]},"125":{"title":"Recommended Practices","titles":["End to End Tests"]},"126":{"title":"Test Major Flows, Not Exhaustive Branches","titles":["End to End Tests","Recommended Practices"]},"127":{"title":"Use CSS Selectors","titles":["End to End Tests","Recommended Practices"]},"128":{"title":"Testing Must Inform your HTML","titles":["End to End Tests","Recommended Practices"]},"129":{"title":"Asserting the Lack of Content Basically Doesn't Work","titles":["End to End Tests","Recommended Practices"]},"130":{"title":"Try to Use the Defaults for Timeouts","titles":["End to End Tests","Recommended Practices"]},"131":{"title":"Technical Notes","titles":["End to End Tests"]},"132":{"title":"Quick Tour of Brut's Features","titles":[]},"133":{"title":"Pages","titles":["Quick Tour of Brut's Features"]},"134":{"title":"Layouts","titles":["Quick Tour of Brut's Features"]},"135":{"title":"Components","titles":["Quick Tour of Brut's Features"]},"136":{"title":"Forms","titles":["Quick Tour of Brut's Features"]},"137":{"title":"Handlers","titles":["Quick Tour of Brut's Features"]},"138":{"title":"JavaScript","titles":["Quick Tour of Brut's Features"]},"139":{"title":"CSS","titles":["Quick Tour of Brut's Features"]},"140":{"title":"Database Schema","titles":["Quick Tour of Brut's Features"]},"141":{"title":"Database Access","titles":["Quick Tour of Brut's Features"]},"142":{"title":"Domain and Business Logic","titles":["Quick Tour of Brut's Features"]},"143":{"title":"Testing","titles":["Quick Tour of Brut's Features"]},"144":{"title":"Tasks","titles":["Quick Tour of Brut's Features"]},"145":{"title":"Observability","titles":["Quick Tour of Brut's Features"]},"146":{"title":"Flash and Session","titles":[]},"147":{"title":"Overview","titles":["Flash and Session"]},"148":{"title":"Session","titles":["Flash and Session","Overview"]},"149":{"title":"Flash","titles":["Flash and Session","Overview"]},"150":{"title":"Testing","titles":["Flash and Session"]},"151":{"title":"Recommended Practices","titles":["Flash and Session"]},"152":{"title":"Technical Notes","titles":["Flash and Session"]},"153":{"title":"Form Constraint Validations","titles":[]},"154":{"title":"Overview","titles":["Form Constraint Validations"]},"155":{"title":"Specifying Constraints","titles":["Form Constraint Validations","Overview"]},"156":{"title":"Accessing Constraints when Generating HTML","titles":["Form Constraint Validations","Overview"]},"157":{"title":"Styling Server and Client-Side Constraint Violations","titles":["Form Constraint Validations","Overview"]},"158":{"title":"Testing","titles":["Form Constraint Validations"]},"159":{"title":"Recommended Practices","titles":["Form Constraint Validations"]},"160":{"title":"Utility CSS is Tricky Here","titles":["Form Constraint Validations","Recommended Practices"]},"161":{"title":"Learn to Be OK with the Browser's UX","titles":["Form Constraint Validations","Recommended Practices"]},"162":{"title":"Technical Notes","titles":["Form Constraint Validations"]},"163":{"title":"Forms","titles":[]},"164":{"title":"Overview","titles":["Forms"]},"165":{"title":"Declaring Form Data/Elements","titles":["Forms","Overview"]},"166":{"title":"Using Forms to Generate HTML","titles":["Forms","Overview"]},"167":{"title":"Accessing Data in a Submitted Form","titles":["Forms","Overview"]},"168":{"title":"Testing","titles":["Forms"]},"169":{"title":"Recommended Practices","titles":["Forms"]},"170":{"title":"Create Components to Generate Form Controls","titles":["Forms","Recommended Practices"]},"171":{"title":"Take Advantage of Client Side Constraints","titles":["Forms","Recommended Practices"]},"172":{"title":"Technical Notes","titles":["Forms"]},"173":{"title":"Getting Started","titles":[]},"174":{"title":"Get mkbrut","titles":["Getting Started"]},"175":{"title":"Init Your App","titles":["Getting Started"]},"176":{"title":"Start Your Dev Environment","titles":["Getting Started"]},"177":{"title":"Run the App","titles":["Getting Started"]},"178":{"title":"Run the Tests","titles":["Getting Started"]},"179":{"title":"Now Build The Rest of Your App 🦉","titles":["Getting Started"]},"180":{"title":"Handlers & Actions","titles":[]},"181":{"title":"Overview","titles":["Handlers & Actions"]},"182":{"title":"Handler Structure","titles":["Handlers & Actions","Overview"]},"183":{"title":"Handling a Form Submission","titles":["Handlers & Actions","Overview"]},"184":{"title":"Handling Other Requests","titles":["Handlers & Actions","Overview"]},"185":{"title":"Hooks","titles":["Handlers & Actions","Overview"]},"186":{"title":"Testing","titles":["Handlers & Actions"]},"187":{"title":"Recommended Practices","titles":["Handlers & Actions"]},"188":{"title":"You Don't Always Need Resourceful or RESTful Routes","titles":["Handlers & Actions","Recommended Practices"]},"189":{"title":"Avoid Business Logic in Handlers","titles":["Handlers & Actions","Recommended Practices"]},"190":{"title":"Technical Notes","titles":["Handlers & Actions"]},"191":{"title":"Route Hooks","titles":[]},"192":{"title":"Overview","titles":["Route Hooks"]},"193":{"title":"Testing","titles":["Route Hooks"]},"194":{"title":"Recommended Practices","titles":["Route Hooks"]},"195":{"title":"Technical Notes","titles":["Route Hooks"]},"196":{"title":"Internationaliztion and Localization","titles":[]},"197":{"title":"Overview","titles":["Internationaliztion and Localization"]},"198":{"title":"Enhancements","titles":["Internationaliztion and Localization","Overview"]},"199":{"title":"Basic Usage","titles":["Internationaliztion and Localization","Overview","Enhancements"]},"200":{"title":"Page- and Component-specific Values","titles":["Internationaliztion and Localization","Overview","Enhancements"]},"201":{"title":"HTML Escaping","titles":["Internationaliztion and Localization","Overview"]},"202":{"title":"Localizing Dates and Times","titles":["Internationaliztion and Localization","Overview"]},"203":{"title":"Displaying Dates and Times in HTML","titles":["Internationaliztion and Localization","Overview"]},"204":{"title":"Constraint Violations and Field Names","titles":["Internationaliztion and Localization","Overview"]},"205":{"title":"Testing","titles":["Internationaliztion and Localization"]},"206":{"title":"Recommended Practices","titles":["Internationaliztion and Localization"]},"207":{"title":"Technical Notes","titles":["Internationaliztion and Localization"]},"208":{"title":"Instrumentation and Observability","titles":[]},"209":{"title":"Overview","titles":["Instrumentation and Observability"]},"210":{"title":"Why Instrument?","titles":["Instrumentation and Observability","Overview"]},"211":{"title":"Setting up Instrumentation","titles":["Instrumentation and Observability","Overview"]},"212":{"title":"What is Instrumented By Default","titles":["Instrumentation and Observability","Overview"]},"213":{"title":"Adding Your Own Instrumentation","titles":["Instrumentation and Observability","Overview"]},"214":{"title":"Client-Side Observability","titles":["Instrumentation and Observability","Overview"]},"215":{"title":"Testing","titles":["Instrumentation and Observability"]},"216":{"title":"Recommended Practices","titles":["Instrumentation and Observability"]},"217":{"title":"Technical Notes","titles":["Instrumentation and Observability"]},"218":{"title":"JavaScript","titles":[]},"219":{"title":"Overview","titles":["JavaScript"]},"220":{"title":"Testing","titles":["JavaScript"]},"221":{"title":"Recommended Practices","titles":["JavaScript"]},"222":{"title":"Technical Notes","titles":["JavaScript"]},"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":"Keyword Injection","titles":[]},"230":{"title":"Overview","titles":["Keyword Injection"]},"231":{"title":"Standard Injectible Information","titles":["Keyword Injection","Overview"]},"232":{"title":"Route Hooks","titles":["Keyword Injection","Overview","Standard Injectible Information"]},"233":{"title":"HTTP Headers","titles":["Keyword Injection","Overview","Standard Injectible Information"]},"234":{"title":"Injecting Custom Data","titles":["Keyword Injection","Overview"]},"235":{"title":"When Values Aren't Available","titles":["Keyword Injection","Overview"]},"236":{"title":"Testing","titles":["Keyword Injection"]},"237":{"title":"Recommended Practices","titles":["Keyword Injection"]},"238":{"title":"Technical Notes","titles":["Keyword Injection"]},"239":{"title":"Language Server Protocol (LSP) Support","titles":[]},"240":{"title":"Overview","titles":["Language Server Protocol (LSP) Support"]},"241":{"title":"Conceptual Overview","titles":[]},"242":{"title":"Basic Elements","titles":["Conceptual Overview"]},"243":{"title":"Brut is Not MVC","titles":["Conceptual Overview"]},"244":{"title":"Brut is Hippocratic Licensed","titles":["Conceptual Overview"]},"245":{"title":"Markdown Extension Examples","titles":[]},"246":{"title":"Syntax Highlighting","titles":["Markdown Extension Examples"]},"247":{"title":"Custom Containers","titles":["Markdown Extension Examples"]},"248":{"title":"More","titles":["Markdown Extension Examples"]},"249":{"title":"Pages","titles":[]},"250":{"title":"Overview","titles":["Pages"]},"251":{"title":"Creating a Page","titles":["Pages","Overview"]},"252":{"title":"Accessing Data in a Page","titles":["Pages","Overview"]},"253":{"title":"Page Hooks","titles":["Pages","Overview"]},"254":{"title":"Testing","titles":["Pages"]},"255":{"title":"Generating a Response","titles":["Pages","Testing"]},"256":{"title":"Asserting Results","titles":["Pages","Testing"]},"257":{"title":"Recommended Practices","titles":["Pages"]},"258":{"title":"Instance variables (ivars) are fine.","titles":["Pages","Recommended Practices"]},"259":{"title":"Don't set ivars in before_generate","titles":["Pages","Recommended Practices"]},"260":{"title":"Leverage Keyword Injection","titles":["Pages","Recommended Practices"]},"261":{"title":"In Tests, It's Fine to Locate Elements Via CSS Selectors","titles":["Pages","Recommended Practices"]},"262":{"title":"That Said, Avoid Test-Specific Attributes or Classes","titles":["Pages","Recommended Practices"]},"263":{"title":"Technical Notes","titles":["Pages"]},"264":{"title":"Page Internal API","titles":["Pages","Technical Notes"]},"265":{"title":"Layouts","titles":["Pages","Technical Notes"]},"266":{"title":"Helpers in Templates","titles":["Pages","Technical Notes"]},"267":{"title":"So You Don't Like Phlex?","titles":["Pages","Technical Notes"]},"268":{"title":"Middleware","titles":[]},"269":{"title":"Overview","titles":["Middleware"]},"270":{"title":"Testing","titles":["Middleware"]},"271":{"title":"Recommended Practices","titles":["Middleware"]},"272":{"title":"Technical Notes","titles":["Middleware"]},"273":{"title":"Alternate Layouts","titles":[]},"274":{"title":"Blank or No Layout","titles":[]},"275":{"title":"Custom Flash Class","titles":[]},"276":{"title":"Recipe","titles":["Custom Flash Class"]},"277":{"title":"Authentication Example","titles":[]},"278":{"title":"Feature","titles":["Authentication Example"]},"279":{"title":"Recipe","titles":["Authentication Example"]},"280":{"title":"Set up Database and Seed Data","titles":["Authentication Example","Recipe"]},"281":{"title":"Create a Login Page","titles":["Authentication Example","Recipe"]},"282":{"title":"Handle Logins","titles":["Authentication Example","Recipe"]},"283":{"title":"Injecting the Current Account","titles":["Authentication Example","Recipe"]},"284":{"title":"Requiring Login","titles":["Authentication Example","Recipe"]},"285":{"title":"You Don't Need Page Hooks for This","titles":["Authentication Example","Recipe"]},"286":{"title":"Indexed Forms","titles":[]},"287":{"title":"Feature","titles":["Indexed Forms"]},"288":{"title":"Recipe","titles":["Indexed Forms"]},"289":{"title":"Creating a Form with Indexes","titles":["Indexed Forms","Recipe"]},"290":{"title":"Processing a Form with Array Values","titles":["Indexed Forms","Recipe"]},"291":{"title":"Generating a Form with Array Values","titles":["Indexed Forms","Recipe"]},"292":{"title":"Migration Example","titles":[]},"293":{"title":"Feature","titles":["Migration Example"]},"294":{"title":"Recipe","titles":["Migration Example"]},"295":{"title":"Create the Migration","titles":["Migration Example","Recipe"]},"296":{"title":"Create Data Models","titles":["Migration Example","Recipe"]},"297":{"title":"Create Factories","titles":["Migration Example","Recipe"]},"298":{"title":"Create Seed Data","titles":["Migration Example","Recipe"]},"299":{"title":"Roadmap to 1.0","titles":[]},"300":{"title":"Better Dev Experience","titles":["Roadmap to 1.0"]},"301":{"title":"More Tests","titles":["Roadmap to 1.0"]},"302":{"title":"More Complete Web Features","titles":["Roadmap to 1.0"]},"303":{"title":"Client-Side Improvements","titles":["Roadmap to 1.0"]},"304":{"title":"Deployment","titles":["Roadmap to 1.0"]},"305":{"title":"Documentation","titles":["Roadmap to 1.0"]},"306":{"title":"Misc","titles":["Roadmap to 1.0"]},"307":{"title":"Routes","titles":[]},"308":{"title":"Overview","titles":["Routes"]},"309":{"title":"«route» Syntax","titles":["Routes","Overview"]},"310":{"title":"Class Naming Conventions","titles":["Routes","Overview"]},"311":{"title":"Creating URIs for Routes","titles":["Routes","Overview"]},"312":{"title":"Testing","titles":["Routes"]},"313":{"title":"Recommended Practices","titles":["Routes"]},"314":{"title":"Routes Should be Named for Concepts Anyone Can Understand","titles":["Routes","Recommended Practices"]},"315":{"title":"Prefer Shallow Routes with a Single Placeholder","titles":["Routes","Recommended Practices"]},"316":{"title":"Placeholders Identify Things, Query Strings Search for Things","titles":["Routes","Recommended Practices"]},"317":{"title":"Pluralization Is Up to You","titles":["Routes","Recommended Practices"]},"318":{"title":"Technical Notes","titles":["Routes"]},"319":{"title":"Creating your Own Text Field Component","titles":[]},"320":{"title":"Feature","titles":["Creating your Own Text Field Component"]},"321":{"title":"Recipe","titles":["Creating your Own Text Field Component"]},"322":{"title":"Create the Initializer","titles":["Creating your Own Text Field Component","Recipe"]},"323":{"title":"Outline the HTML","titles":["Creating your Own Text Field Component","Recipe"]},"324":{"title":"Styling the Component","titles":["Creating your Own Text Field Component","Recipe"]},"325":{"title":"Using the Component","titles":["Creating your Own Text Field Component","Recipe"]},"326":{"title":"Security","titles":[]},"327":{"title":"Overview","titles":["Security"]},"328":{"title":"Encrypted Sessions","titles":["Security","Overview"]},"329":{"title":"CSRF Protection","titles":["Security","Overview"]},"330":{"title":"Content Security Policy headers and tools","titles":["Security","Overview"]},"331":{"title":"bundle audit","titles":["Security","Overview"]},"332":{"title":"Testing","titles":["Security"]},"333":{"title":"Recommended Practices","titles":["Security"]},"334":{"title":"Technical Notes","titles":["Security"]},"335":{"title":"CSRF Protection","titles":["Security","Technical Notes"]},"336":{"title":"Encrypted Sessions","titles":["Security","Technical Notes"]},"337":{"title":"Space/Time Continuum - Making Sense of Times and Time Zones","titles":[]},"338":{"title":"Timezones Outside of Web Requests","titles":["Space/Time Continuum - Making Sense of Times and Time Zones"]},"339":{"title":"Timezones for Sessions","titles":["Space/Time Continuum - Making Sense of Times and Time Zones"]},"340":{"title":"Getting Timezone from the Browser","titles":["Space/Time Continuum - Making Sense of Times and Time Zones","Timezones for Sessions"]},"341":{"title":"Getting the Session's Timezone","titles":["Space/Time Continuum - Making Sense of Times and Time Zones","Timezones for Sessions"]},"342":{"title":"Using the Timezone","titles":["Space/Time Continuum - Making Sense of Times and Time Zones","Timezones for Sessions"]},"343":{"title":"Testing","titles":["Space/Time Continuum - Making Sense of Times and Time Zones"]},"344":{"title":"Tutorial","titles":[]},"345":{"title":"See Data for Development","titles":[]},"346":{"title":"Overview","titles":["See Data for Development"]},"347":{"title":"Testing","titles":["See Data for Development"]},"348":{"title":"Recommended Practices","titles":["See Data for Development"]},"349":{"title":"Technical Notes","titles":["See Data for Development"]},"350":{"title":"Why Does Brut Exist?","titles":[]},"351":{"title":"Unit Tests","titles":[]},"352":{"title":"Overview","titles":["Unit Tests"]},"353":{"title":"Tests run in a Database Transaction","titles":["Unit Tests","Overview"]},"354":{"title":"A Usable RequestContext is Created for Front End Tests","titles":["Unit Tests","Overview"]},"355":{"title":"bin/test audit and Managing Tests","titles":["Unit Tests","Overview"]},"356":{"title":"Recommended Practices","titles":["Unit Tests"]},"357":{"title":"Go Easy on RSpec Features","titles":["Unit Tests","Recommended Practices"]},"358":{"title":"Custom Matchers Are Useful","titles":["Unit Tests","Recommended Practices"]},"359":{"title":"Lint Your Factories","titles":["Unit Tests","Recommended Practices"]},"360":{"title":"Technical Notes","titles":["Unit Tests"]}},"dirtCount":0,"index":[["❌",{"2":{"231":4,"232":1,"240":2}}],["✅",{"2":{"231":8,"232":4,"240":2}}],["🎉not",{"2":{"197":1}}],["🦉",{"0":{"179":1}}],["6502",{"2":{"177":1}}],["6",{"2":{"162":1}}],["$pwd",{"2":{"174":3,"175":6}}],["$",{"2":{"140":2,"192":4,"213":1,"240":1}}],["$0",{"2":{"41":1,"109":1}}],["└──",{"2":{"110":13}}],["│",{"2":{"110":41}}],["├──",{"2":{"110":32}}],["~",{"2":{"77":1,"140":2}}],["\`page",{"2":{"250":2}}],["\`\`\`",{"2":{"246":1}}],["\`",{"2":{"70":14,"250":2}}],["80vh",{"2":{"177":1}}],["8000",{"2":{"211":1}}],["800",{"2":{"47":3}}],["8601",{"2":{"133":1}}],["8",{"2":{"68":1,"81":1,"93":1,"134":2,"136":2,"225":1,"349":1}}],["^2",{"2":{"140":1}}],["^25",{"2":{"64":1,"219":1}}],["^",{"2":{"140":1,"192":8,"213":2,"269":1}}],["^1",{"2":{"64":1,"219":1}}],["^10",{"2":{"64":1,"219":1}}],["^3",{"2":{"64":1,"219":1}}],["^0",{"2":{"64":2,"219":2}}],["06",{"2":{"355":1}}],["05",{"2":{"251":1}}],["07",{"2":{"251":1}}],["01",{"2":{"140":1}}],["02",{"2":{"133":1}}],["0",{"0":{"299":1},"1":{"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1},"2":{"64":4,"123":1,"140":6,"165":2,"166":2,"177":1,"182":1,"219":4,"299":1,"322":1}}],["500",{"2":{"192":1,"324":1}}],["5000",{"2":{"123":1}}],["50",{"2":{"64":1,"177":1,"219":1}}],["5",{"2":{"52":1,"123":1,"130":1,"140":2,"177":1,"190":1,"298":1}}],["=~",{"2":{"269":1}}],["==",{"2":{"137":1,"290":2}}],["=",{"2":{"47":3,"48":5,"49":1,"70":3,"74":2,"77":1,"121":4,"124":1,"133":3,"134":1,"135":5,"137":2,"148":8,"149":10,"150":1,"155":1,"156":1,"158":2,"166":2,"167":1,"183":2,"184":5,"192":19,"213":6,"219":1,"225":1,"234":1,"236":1,"256":3,"269":2,"273":1,"274":1,"276":5,"281":1,"282":6,"283":2,"284":5,"290":3,"291":2,"298":2,"311":1,"322":4,"324":1,"346":3}}],["=>",{"2":{"12":1,"47":2,"49":2,"70":10,"167":3,"199":1,"204":2,"250":6,"310":1,"311":6}}],["95th",{"2":{"210":1}}],["99",{"2":{"88":1}}],["9",{"2":{"44":1,"140":3,"360":1}}],["98724fhjkjk",{"2":{"3":1}}],["xml",{"2":{"255":1}}],["x",{"2":{"252":2}}],["xhr",{"2":{"231":1,"252":1}}],["xx",{"2":{"155":1}}],["x26",{"2":{"137":2,"192":12,"213":4,"284":4,"289":1,"290":4,"324":2}}],["x3c",{"2":{"38":7,"47":6,"48":1,"49":2,"59":1,"70":17,"74":1,"87":2,"133":10,"134":15,"135":1,"136":7,"137":1,"141":2,"148":5,"149":2,"156":1,"157":31,"165":2,"166":16,"167":1,"177":1,"183":1,"184":1,"192":6,"199":2,"213":1,"225":1,"230":1,"234":2,"251":11,"269":2,"273":2,"274":2,"276":3,"280":2,"281":3,"282":3,"283":2,"284":1,"285":1,"289":1,"290":1,"291":1,"296":2,"298":1,"311":3,"322":1,"323":8,"324":1,"346":1}}],["xenon",{"2":{"5":3}}],["|index|",{"2":{"291":1}}],["|name",{"2":{"289":1}}],["|span|",{"2":{"213":1}}],["||",{"2":{"92":1,"156":1,"166":2,"281":1,"291":1}}],["|project",{"2":{"60":1}}],["|front",{"2":{"56":2}}],["|database",{"2":{"55":1}}],["|widget|",{"2":{"49":1}}],["|",{"2":{"37":29,"295":52}}],["+",{"2":{"37":5,"291":2,"295":8,"324":1}}],[">contact",{"2":{"199":1}}],[">",{"2":{"37":6,"47":2,"70":5,"84":2,"91":3,"96":1,"133":1,"134":5,"136":2,"157":17,"166":10,"174":2,"176":3,"251":1,"280":3,"281":3,"295":2,"311":5,"323":1}}],["400",{"2":{"324":1}}],["404",{"2":{"256":2}}],["42",{"2":{"311":8}}],["4318",{"2":{"211":1}}],["4th",{"2":{"47":1}}],["4",{"2":{"30":1,"47":3,"66":2,"174":1,"246":1,"263":1,"324":1}}],["23",{"2":{"318":1}}],["200",{"2":{"182":1}}],["20",{"2":{"64":1,"219":1}}],["20250711215310",{"2":{"295":2}}],["20250712182257",{"2":{"84":1}}],["20250508132646",{"2":{"84":1}}],["2025",{"2":{"10":1,"20":1,"25":1,"29":1,"30":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"93":1,"100":1,"109":1,"131":1,"133":1,"152":1,"162":1,"172":1,"190":1,"195":1,"207":1,"217":1,"222":1,"228":1,"238":1,"263":1,"272":1,"318":1,"334":1,"349":1,"355":1,"360":1}}],["2nd",{"2":{"47":1}}],["2",{"2":{"29":1,"30":1,"47":3,"64":1,"197":2,"200":1,"219":1,"222":1,"323":1,"324":3}}],["zones",{"0":{"337":1},"1":{"338":1,"339":1,"340":1,"341":1,"342":1,"343":1},"2":{"252":1,"337":1}}],["zone",{"2":{"84":1,"88":1,"231":1,"295":3,"338":6,"339":3,"340":1,"341":1,"342":3,"343":1}}],["zeitwerk",{"2":{"22":1,"142":2}}],["zaisblge",{"2":{"10":1}}],["kits",{"2":{"166":1}}],["kit",{"2":{"166":1,"203":1,"266":1}}],["kinda",{"2":{"118":1}}],["known",{"2":{"331":1}}],["knowledge",{"2":{"85":1}}],["knowing",{"2":{"84":1,"332":1}}],["know",{"2":{"14":1,"24":1,"70":1,"87":1,"88":1,"96":1,"142":1,"166":1,"210":1,"222":1,"240":1,"241":1,"252":1,"350":2}}],["kernel",{"2":{"39":1}}],["key=",{"2":{"157":4}}],["keys",{"2":{"49":2,"87":10,"88":2,"92":1,"140":1,"149":1,"151":1,"197":4,"198":1,"199":1,"211":1,"295":1}}],["keywords",{"2":{"252":1,"260":1}}],["keyword",{"0":{"229":1,"260":1},"1":{"230":1,"231":1,"232":1,"233":1,"234":1,"235":1,"236":1,"237":1,"238":1},"2":{"46":1,"47":1,"48":2,"148":2,"149":1,"165":1,"182":2,"195":1,"229":1,"230":1,"233":3,"234":1,"235":2,"236":1,"237":3,"238":1,"252":5,"342":1,"354":1}}],["key",{"2":{"13":2,"48":4,"59":2,"60":2,"61":1,"65":1,"77":2,"84":1,"87":3,"88":8,"135":4,"137":1,"140":1,"149":4,"155":6,"157":3,"183":1,"197":5,"199":1,"200":2,"202":1,"282":1,"290":2,"295":10}}],["keeping",{"2":{"295":1}}],["keeps",{"2":{"267":1}}],["keep",{"2":{"3":1,"10":1,"20":1,"25":1,"44":1,"52":1,"56":1,"62":1,"68":1,"72":1,"73":1,"81":1,"93":1,"96":1,"100":1,"108":1,"109":1,"131":1,"152":1,"162":1,"172":1,"190":1,"195":1,"207":1,"214":1,"217":1,"222":1,"227":1,"228":1,"238":1,"263":1,"272":1,"318":1,"334":1,"349":1,"360":1}}],["quantity",{"2":{"156":2,"157":2,"165":2,"166":4,"167":2,"183":2,"237":2,"287":1,"289":3,"290":7,"291":5,"325":1}}],["qualified",{"2":{"73":1}}],["quality",{"2":{"13":1,"14":1,"140":1}}],["quick",{"0":{"132":1},"1":{"133":1,"134":1,"135":1,"136":1,"137":1,"138":1,"139":1,"140":1,"141":1,"142":1,"143":1,"144":1,"145":1}}],["quickly",{"2":{"66":1,"139":1,"241":1}}],["quirks",{"0":{"124":1}}],["quite",{"2":{"91":1,"166":1}}],["quieries",{"2":{"74":1}}],["question",{"2":{"57":1,"79":1,"337":1}}],["queued",{"2":{"122":1}}],["queue",{"2":{"36":1}}],["querying",{"2":{"213":1,"316":1}}],["query",{"0":{"316":1},"2":{"22":1,"24":1,"79":1,"230":2,"231":1,"235":1,"252":4,"260":1,"310":1,"311":1,"316":5,"343":1}}],["queryselector",{"2":{"14":1,"70":3}}],["queries",{"2":{"22":6,"86":1,"88":1,"242":1}}],["quot",{"2":{"3":2,"18":2,"33":2,"38":4,"48":2,"49":8,"55":2,"57":2,"64":10,"65":2,"73":2,"84":8,"87":8,"97":2,"115":6,"117":20,"126":2,"127":2,"128":2,"138":2,"141":4,"152":2,"155":2,"157":4,"158":2,"166":2,"167":2,"170":2,"176":2,"188":2,"192":2,"197":2,"204":6,"219":16,"225":2,"228":2,"231":2,"233":8,"252":4,"262":6,"269":4,"281":2,"291":4,"303":2,"310":10,"314":6,"315":2,"318":4,"323":2,"332":4,"336":2,"337":4,"338":2,"352":2,"358":2}}],["7mmizxtz",{"2":{"10":1}}],["7",{"2":{"10":1,"25":1,"62":1,"64":1,"152":1,"203":1,"207":1,"219":1,"222":1,"238":1}}],["3457238947239487",{"2":{"87":1}}],["300",{"2":{"47":3,"66":2,"281":1}}],["301",{"2":{"8":1}}],["3rd",{"2":{"47":2}}],["3",{"2":{"31":1,"47":6,"64":1,"100":1,"140":1,"155":1,"157":5,"165":2,"166":2,"174":1,"219":1,"289":1,"324":2}}],["3yjgdrjksrfdws",{"2":{"3":2}}],["rdbmses",{"2":{"140":1}}],["rp",{"2":{"117":1}}],["rid",{"2":{"305":1}}],["rich",{"2":{"148":1,"151":1}}],["richer",{"2":{"14":1,"148":1,"191":1,"210":1}}],["right",{"2":{"112":1,"202":1,"219":1,"336":1}}],["rare",{"2":{"237":1,"341":1}}],["rarely",{"2":{"88":1}}],["radiobutton",{"2":{"166":1}}],["radio",{"2":{"165":1,"166":2}}],["radius",{"2":{"47":1,"324":1}}],["rangeunderflow",{"2":{"157":4}}],["rangeoverflow",{"2":{"155":1}}],["randomized",{"2":{"76":1}}],["race",{"2":{"123":1,"158":1}}],["rack",{"2":{"37":1,"94":1,"96":1,"97":2,"112":1,"152":1,"182":2,"192":4,"229":2,"231":3,"232":3,"233":2,"252":6,"253":1,"264":1,"268":1,"269":4,"270":1,"271":1,"286":1,"291":1,"328":1,"329":1}}],["rake",{"2":{"102":1,"144":1}}],["raw",{"2":{"84":1,"201":2,"323":1,"324":1,"350":2}}],["railsism",{"2":{"84":1}}],["rails",{"2":{"84":1,"85":1,"102":2,"134":1,"137":3,"147":1,"182":1,"183":1,"222":1,"224":1,"260":1,"285":2,"308":1,"350":2}}],["raises",{"2":{"297":1}}],["raised",{"2":{"77":1}}],["raise",{"2":{"37":2,"39":1,"70":1,"77":2,"96":1,"204":1,"213":1,"235":1,"311":2,"343":1}}],["rather",{"2":{"79":1,"115":1,"122":1,"199":1}}],["rolled",{"2":{"353":1}}],["roll",{"2":{"315":1}}],["role=",{"2":{"121":1,"124":1,"128":1,"262":2}}],["role",{"2":{"48":4,"135":4,"149":4}}],["roles",{"2":{"13":1,"128":1,"262":1}}],["roadmap",{"0":{"299":1},"1":{"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1}}],["row",{"2":{"49":1,"87":1}}],["roundabout",{"2":{"210":1}}],["routed",{"2":{"253":1}}],["routehook",{"2":{"192":6,"213":1,"234":1,"283":1,"284":1}}],["routehooks",{"2":{"58":1,"152":2,"283":1,"330":1}}],["routes",{"0":{"188":1,"307":1,"311":1,"314":1,"315":1},"1":{"308":1,"309":1,"310":1,"311":1,"312":1,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1},"2":{"112":1,"123":1,"133":1,"165":1,"167":1,"175":1,"182":1,"184":1,"188":1,"192":1,"250":2,"285":1,"308":2,"309":2,"310":5,"311":3,"312":3,"313":1,"314":1,"315":1,"316":1,"317":1,"318":1}}],["route",{"0":{"191":1,"232":1,"309":1},"1":{"192":1,"193":1,"194":1,"195":1},"2":{"58":1,"110":1,"112":2,"136":2,"152":2,"165":1,"166":1,"167":1,"181":1,"188":2,"191":2,"192":16,"193":1,"194":2,"195":1,"212":1,"213":4,"214":1,"231":1,"232":1,"235":1,"250":4,"252":2,"269":1,"272":1,"283":2,"285":1,"308":6,"309":1,"310":7,"311":4,"312":1,"314":1,"315":1,"316":2,"317":2,"318":3,"330":2}}],["routing",{"2":{"47":1,"123":2,"133":1,"235":1,"256":2,"281":1,"284":1,"307":1,"311":12,"312":1,"318":2}}],["roughly",{"2":{"28":1}}],["root",{"2":{"41":1,"64":1,"109":1,"112":1,"113":1,"219":1}}],["rspec",{"0":{"357":1},"2":{"23":1,"77":2,"121":3,"143":2,"351":1,"353":1,"358":1,"359":1}}],["rsync",{"2":{"6":1}}],["rbenv",{"2":{"102":1,"108":1}}],["rb",{"2":{"22":4,"23":3,"38":1,"47":4,"48":1,"49":2,"59":1,"74":2,"76":2,"77":2,"84":5,"87":1,"96":2,"112":4,"117":1,"135":1,"142":2,"165":2,"177":1,"192":5,"197":5,"200":1,"202":1,"204":1,"213":1,"225":1,"250":7,"251":1,"276":2,"280":3,"281":3,"282":3,"283":2,"284":1,"289":1,"290":1,"291":1,"295":2,"296":3,"297":3,"298":1,"311":1,"322":1,"323":2,"324":1,"346":1,"352":2,"358":1,"359":1}}],["ru",{"2":{"152":1}}],["runs",{"2":{"40":1,"96":1,"105":1,"219":1,"232":1,"239":1,"240":1,"242":2,"353":1}}],["runtimes",{"2":{"102":1}}],["runtime",{"2":{"38":1,"96":1,"97":1,"172":1,"229":1,"312":1}}],["run",{"0":{"177":1,"178":1,"353":1},"2":{"37":2,"38":9,"40":5,"62":2,"70":1,"72":1,"84":1,"85":1,"91":2,"96":4,"98":1,"102":5,"103":3,"105":8,"108":1,"120":2,"122":2,"123":1,"131":1,"174":1,"175":2,"176":2,"178":2,"211":1,"212":1,"283":1,"295":1,"296":1,"297":1,"346":1,"349":1}}],["running",{"2":{"18":1,"35":1,"104":1,"105":1,"122":1,"176":2,"177":1,"239":1,"240":1,"302":1,"344":1}}],["ruby>",{"2":{"311":2}}],["rubyit",{"2":{"256":2}}],["rubyif",{"2":{"200":1}}],["rubyt",{"2":{"197":1,"199":1,"200":1,"204":2}}],["rubyform",{"2":{"155":2}}],["rubyclas",{"2":{"230":1}}],["rubyclass",{"2":{"38":4,"49":2,"87":1,"133":2,"134":1,"136":1,"137":1,"141":1,"148":5,"149":2,"156":1,"165":1,"166":2,"167":1,"177":1,"183":1,"184":1,"192":1,"225":1,"234":2,"251":1,"269":2,"273":1,"274":1,"276":3,"280":1,"285":1,"289":1}}],["rubycreate",{"2":{"140":1}}],["rubybutton",{"2":{"124":1,"158":1}}],["rubybrut",{"2":{"55":3,"56":2,"58":6,"60":1}}],["rubyroutes",{"2":{"136":1}}],["rubyrspec",{"2":{"123":1,"355":3}}],["rubyrequire",{"2":{"121":2,"280":2,"298":1}}],["rubyrender",{"2":{"47":2}}],["rubygems",{"2":{"97":1,"178":1,"331":1}}],["rubyadd",{"2":{"92":1}}],["rubyaccount",{"2":{"74":1}}],["rubysequel",{"2":{"77":1,"84":2,"87":1,"88":1,"280":1}}],["rubypage",{"2":{"236":1,"310":1}}],["rubyp",{"2":{"49":1}}],["rubyhtml",{"2":{"47":2}}],["ruby",{"2":{"35":1,"37":1,"38":1,"41":2,"42":1,"47":2,"48":1,"49":1,"59":1,"74":1,"76":1,"77":2,"87":1,"92":1,"102":1,"108":1,"109":2,"112":1,"115":2,"120":1,"121":3,"124":1,"135":1,"144":1,"147":1,"149":1,"150":1,"165":1,"174":2,"192":5,"196":1,"197":2,"199":1,"202":1,"211":1,"213":1,"219":1,"233":1,"240":2,"241":1,"254":1,"259":1,"267":2,"281":3,"282":3,"283":2,"284":1,"290":1,"291":1,"295":1,"296":1,"297":1,"309":1,"310":1,"312":1,"322":1,"323":2,"324":1,"338":2,"342":1,"346":1,"350":3,"351":1,"359":1}}],["rubydef",{"2":{"6":1,"12":1,"42":1,"48":1,"135":1,"136":1,"138":1,"157":2,"201":1,"219":1,"237":1,"252":2,"325":1}}],["rules",{"2":{"22":1,"56":1,"317":2}}],["russell",{"2":{"18":1}}],["reqest",{"2":{"318":1}}],["requirement",{"2":{"285":1}}],["requireauthbeforehook",{"2":{"192":6,"213":3}}],["requires",{"2":{"40":1,"48":1,"55":1,"64":2,"72":1,"77":1,"85":1,"88":1,"96":1,"129":1,"152":1,"192":8,"213":4,"219":3,"229":1,"234":1,"237":1,"284":2,"285":1,"329":1}}],["required>",{"2":{"136":1}}],["required",{"2":{"21":1,"46":1,"56":2,"57":1,"79":1,"84":1,"96":1,"112":1,"136":1,"157":5,"165":3,"166":4,"170":1,"204":5,"233":1,"237":1,"264":1,"281":1,"289":4,"290":2,"311":1,"335":1,"355":1}}],["require",{"2":{"14":1,"38":1,"41":4,"47":1,"77":2,"105":1,"108":2,"109":4,"140":1,"189":1,"192":6,"197":1,"213":1,"227":1,"277":2,"284":1,"285":1,"290":1,"320":1,"329":1,"333":1,"343":1,"358":2,"359":1}}],["requiring",{"0":{"284":1},"2":{"0":1,"48":1,"124":1,"241":1,"285":1}}],["requested",{"2":{"212":1,"307":1}}],["requestcontext",{"0":{"354":1},"2":{"152":1,"225":1,"232":1,"234":1,"283":2,"354":1}}],["requests",{"0":{"184":1,"338":1},"2":{"3":1,"8":1,"181":2,"212":1,"242":2,"329":1}}],["request",{"2":{"3":1,"13":2,"48":1,"147":1,"149":2,"180":1,"184":1,"192":30,"194":1,"211":1,"212":1,"213":9,"214":4,"229":1,"230":2,"231":4,"232":3,"233":1,"234":5,"236":1,"237":6,"252":9,"260":1,"269":1,"283":2,"284":3,"285":1,"309":1,"327":1,"329":2,"336":1,"354":1}}],["retrieve",{"2":{"289":1}}],["return",{"2":{"74":2,"137":2,"182":2,"183":1,"185":1,"186":1,"192":1,"197":1,"203":1,"246":2,"253":1,"255":1,"264":1,"273":1,"318":1,"342":1}}],["returning",{"2":{"70":1,"137":1,"183":1}}],["returned",{"2":{"59":1,"182":2,"186":3,"253":1,"256":3,"340":2,"341":4}}],["returns",{"2":{"8":1,"38":1,"54":1,"219":1,"225":1,"255":1,"256":2,"343":1}}],["reraise",{"2":{"213":1}}],["refactoring",{"2":{"200":1}}],["refreshed",{"2":{"142":1}}],["refresh",{"2":{"124":1}}],["referential",{"2":{"87":2}}],["referenced",{"2":{"295":1}}],["references",{"2":{"219":1,"295":2}}],["reference",{"2":{"5":2,"6":2,"54":1,"97":1}}],["refer",{"2":{"84":1}}],["refers",{"2":{"73":1,"87":1}}],["remain",{"2":{"272":1}}],["remainder",{"2":{"122":1}}],["reminding",{"2":{"200":1}}],["remember",{"2":{"128":1,"186":1,"203":1,"285":1,"316":1}}],["remove",{"2":{"15":4,"66":2,"96":1,"99":1}}],["removing",{"0":{"15":1},"2":{"4":1,"130":1}}],["redirects",{"2":{"256":1}}],["redirected",{"2":{"186":2,"192":1,"253":1,"256":2,"284":1}}],["redirect",{"2":{"137":3,"149":1,"182":3,"183":2,"184":1,"192":4,"213":1,"253":1,"256":1,"282":1,"284":2,"290":1}}],["redis",{"2":{"122":2,"242":1}}],["red",{"2":{"47":3,"157":1,"281":1,"324":1}}],["reduced",{"2":{"119":1}}],["reduces",{"2":{"55":1}}],["reduce",{"2":{"2":1,"4":1,"160":1,"212":1}}],["recipes",{"2":{"164":1,"165":1,"305":1}}],["recipe",{"0":{"276":1,"279":1,"288":1,"294":1,"321":1},"1":{"280":1,"281":1,"282":1,"283":1,"284":1,"285":1,"289":1,"290":1,"291":1,"295":1,"296":1,"297":1,"298":1,"322":1,"323":1,"324":1,"325":1},"2":{"148":1,"170":1,"260":1,"277":1,"278":1,"286":1,"292":1,"302":1}}],["recreated",{"2":{"354":1}}],["recreate",{"2":{"91":1,"349":1}}],["received",{"2":{"311":1}}],["receive",{"2":{"48":1,"136":1,"167":1,"214":1,"233":2,"242":1,"310":1}}],["receives",{"2":{"46":1}}],["recognizing",{"2":{"185":1}}],["record",{"2":{"74":1,"84":1,"86":1,"87":4,"88":1,"123":1,"210":1,"213":6,"355":2}}],["records",{"0":{"0":1},"2":{"74":1,"86":1,"113":1,"186":1}}],["recomended",{"0":{"24":1}}],["recommend",{"2":{"127":1,"156":1,"170":1,"175":1,"194":1,"264":1}}],["recommendation",{"2":{"24":1}}],["recommended",{"0":{"43":1,"51":1,"61":1,"71":1,"78":1,"90":1,"99":1,"108":1,"125":1,"151":1,"159":1,"169":1,"187":1,"194":1,"206":1,"216":1,"221":1,"227":1,"237":1,"257":1,"271":1,"313":1,"333":1,"348":1,"356":1},"1":{"79":1,"80":1,"91":1,"92":1,"126":1,"127":1,"128":1,"129":1,"130":1,"160":1,"161":1,"170":1,"171":1,"188":1,"189":1,"258":1,"259":1,"260":1,"261":1,"262":1,"314":1,"315":1,"316":1,"317":1,"357":1,"358":1,"359":1},"2":{"22":1,"46":1,"51":1,"116":1,"250":1,"252":1,"269":1,"341":1,"356":1,"358":1}}],["recommends",{"2":{"18":1,"223":1}}],["recommnded",{"0":{"16":1},"1":{"17":1,"18":1}}],["replacing",{"2":{"197":1,"233":1}}],["replacement",{"2":{"303":1}}],["replace",{"2":{"139":1}}],["reportonly",{"2":{"58":1}}],["report",{"2":{"58":1}}],["reporting",{"2":{"58":4,"212":1,"330":2}}],["reported",{"2":{"13":1,"225":1}}],["repetition",{"2":{"55":1}}],["represents",{"2":{"235":1,"310":1,"339":1}}],["representing",{"2":{"87":2,"213":1}}],["represent",{"2":{"42":1,"58":1,"155":1,"172":1,"310":1}}],["rebuilding",{"2":{"37":2,"105":2}}],["rebuild",{"2":{"37":5,"91":2,"105":1,"212":1,"295":2,"298":3,"349":1}}],["reviewed",{"2":{"31":1}}],["review",{"2":{"27":1,"30":1,"34":1}}],["read",{"2":{"338":1,"341":1,"358":1}}],["ready",{"2":{"176":1}}],["reader",{"2":{"156":1,"166":1,"258":1,"323":1,"324":1}}],["readme",{"2":{"85":1}}],["reasonable",{"2":{"354":1}}],["reasonably",{"2":{"70":1}}],["reason",{"2":{"62":1,"64":1,"79":1,"108":1,"166":1,"188":1,"189":1,"253":1,"289":1,"314":2,"335":1,"355":1}}],["reality",{"2":{"250":1,"315":1}}],["realistic",{"2":{"26":1,"76":1,"192":1,"193":1}}],["really",{"2":{"60":1,"62":1,"91":1,"138":1,"161":1,"188":1,"252":1,"267":1,"300":1}}],["real",{"2":{"32":1,"72":1,"214":1,"260":1,"343":1,"344":1}}],["react",{"2":{"18":1}}],["reactivity",{"2":{"17":1}}],["regsitered",{"2":{"346":1}}],["regexp",{"2":{"284":1}}],["registry",{"2":{"96":3}}],["register",{"2":{"12":2,"192":1}}],["regardless",{"2":{"14":1,"343":1}}],["rescue",{"2":{"311":1}}],["resource",{"2":{"243":1}}],["resources",{"2":{"243":3}}],["resourceful",{"0":{"188":1}}],["resolve",{"2":{"64":1}}],["resolvedoptions",{"2":{"340":1}}],["resolved",{"2":{"49":1}}],["result",{"2":{"126":1,"157":1,"186":1,"201":1,"212":1,"255":2,"256":10,"264":1,"285":1}}],["results",{"0":{"256":1},"2":{"24":1,"37":1,"58":2,"97":1,"212":1,"260":1}}],["reset",{"2":{"91":1,"298":1}}],["respect",{"2":{"329":1,"355":1}}],["respectively",{"2":{"22":1,"342":1}}],["responded",{"2":{"252":1}}],["responds",{"2":{"105":1,"181":1,"252":1,"342":1}}],["respond",{"2":{"37":1,"181":1}}],["responses",{"2":{"182":2}}],["response",{"0":{"255":1},"2":{"13":1,"182":1,"189":2,"232":2,"253":1,"256":1,"264":1,"318":1}}],["restricted",{"2":{"284":2}}],["restarts",{"2":{"338":1}}],["restart",{"2":{"250":1}}],["restful",{"0":{"188":1},"2":{"188":1}}],["restore",{"2":{"130":1}}],["rest",{"0":{"179":1},"2":{"0":1,"48":1,"301":1}}],["rewrite",{"2":{"5":1}}],["relic",{"2":{"210":1}}],["reliance",{"2":{"93":2}}],["reliably",{"2":{"91":1}}],["reliable",{"2":{"65":1,"79":2,"88":1,"108":1,"223":1}}],["rel=",{"2":{"134":2}}],["rel",{"2":{"134":2,"225":3,"273":2}}],["reloading",{"2":{"212":1}}],["reload",{"2":{"105":1,"177":2,"250":1}}],["release",{"2":{"96":6,"299":1}}],["relevant",{"2":{"58":1,"59":1,"157":1,"201":1,"348":1}}],["relational",{"2":{"242":1}}],["relation",{"2":{"74":1}}],["relationships",{"2":{"74":1}}],["relatively",{"2":{"41":1,"108":1,"109":1,"189":1,"212":1,"251":1,"269":1}}],["relative",{"2":{"5":1,"64":1,"65":1}}],["relates",{"2":{"140":1}}],["relate",{"2":{"53":1,"88":1}}],["related",{"2":{"13":2,"165":1,"240":1,"264":1}}],["rely",{"2":{"0":1,"36":1,"59":1,"70":1,"91":1,"93":1,"108":1,"195":1,"234":1,"237":1,"317":1,"328":1}}],["render",{"2":{"49":1,"50":1,"112":1,"135":2,"137":1,"182":2,"224":1,"225":1,"291":1,"325":3}}],["rendering",{"2":{"48":1,"212":1,"253":2}}],["renders",{"2":{"6":1,"49":1,"115":1,"181":1}}],["rendered",{"2":{"3":1,"115":1,"124":1,"157":1,"251":1,"253":1}}],["rename",{"2":{"3":1,"200":1,"311":1}}],["re",{"2":{"3":1,"37":2,"45":1,"47":1,"49":1,"79":1,"105":1,"124":1,"157":1,"167":1,"171":1,"176":1,"183":1,"195":1,"242":1,"243":1,"282":1,"295":1,"301":1,"358":1}}],["10",{"2":{"123":1,"166":2,"210":1,"237":2,"287":2,"291":3}}],["100",{"2":{"119":1}}],["12345678",{"2":{"121":1}}],["12",{"2":{"95":1,"109":1,"195":1,"217":1,"272":1}}],["13",{"2":{"72":1,"131":1,"172":1,"334":1,"355":1}}],["11",{"2":{"64":1,"219":1}}],["17",{"2":{"29":1,"30":1,"133":2}}],["15",{"2":{"20":1}}],["1",{"0":{"299":1},"1":{"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1},"2":{"4":1,"29":1,"30":1,"33":1,"64":2,"165":1,"166":2,"182":1,"197":3,"202":1,"204":1,"219":2,"228":1,"289":1,"291":2,"299":1,"324":1,"336":1}}],["guidelines",{"2":{"237":1}}],["guaranteed",{"2":{"32":1,"348":1}}],["gain",{"2":{"241":1}}],["gaining",{"2":{"14":1}}],["gap",{"2":{"189":1,"324":1}}],["global",{"0":{"48":1},"2":{"37":8,"38":2,"39":2,"42":2,"47":1,"48":5,"96":2,"148":1,"149":2,"227":1,"237":2,"354":1}}],["grow",{"2":{"269":1,"355":1}}],["group",{"2":{"165":1,"166":1}}],["grouped",{"2":{"28":1}}],["grid",{"2":{"59":2,"60":1,"61":1}}],["grew",{"2":{"350":1}}],["greet",{"2":{"282":1}}],["green",{"2":{"47":5,"66":2}}],["greater",{"2":{"119":1,"165":1}}],["greatly",{"2":{"79":1}}],["great",{"2":{"58":1,"91":1,"241":1,"260":1,"300":1,"305":1,"350":2}}],["granted",{"2":{"283":1}}],["gray",{"2":{"47":2,"324":2}}],["grammar",{"2":{"32":1}}],["goto",{"2":{"121":1}}],["goes",{"2":{"70":1,"118":1}}],["going",{"2":{"69":1,"97":1,"130":1,"171":1,"203":1,"243":1,"282":1,"289":1,"303":1}}],["good",{"2":{"54":1,"58":1,"88":1,"112":1,"128":1,"140":2,"188":1,"234":1,"285":1,"300":1}}],["go",{"0":{"357":1},"2":{"21":3,"22":2,"56":1,"80":1,"122":1,"176":1,"211":2,"297":1,"311":1}}],["g",{"2":{"14":1,"34":1,"37":3,"86":1,"88":1,"96":1,"123":1,"157":1,"197":1,"199":1,"204":1,"235":1,"252":1,"303":1,"309":1,"310":2,"329":1,"330":1}}],["give",{"2":{"70":1,"126":1,"186":1,"203":1}}],["given",{"2":{"2":1,"37":1,"38":1,"40":1,"48":1,"49":1,"64":1,"70":1,"137":1,"147":1,"152":1,"168":1,"172":1,"182":1,"219":1,"231":1,"252":4,"253":1,"256":3,"269":2,"343":1,"351":1,"355":2}}],["gitignore",{"2":{"240":1}}],["git",{"2":{"37":4}}],["github",{"2":{"27":1,"34":1,"211":1}}],["giant",{"2":{"14":1,"197":1}}],["gems",{"2":{"176":1,"240":2}}],["gem",{"2":{"173":1,"174":1,"196":1,"197":1,"211":2,"341":1}}],["gemfile",{"2":{"97":1}}],["geared",{"2":{"73":1,"82":1}}],["genreal",{"2":{"61":1}}],["generalsupport",{"2":{"355":1}}],["general",{"2":{"77":1,"96":1,"98":1,"112":1,"157":1,"324":1,"332":1,"352":1}}],["generally",{"2":{"24":2,"39":1,"40":1,"42":1,"58":1,"80":1,"89":1,"142":1,"185":1,"215":1,"226":1,"338":1,"354":1,"357":1}}],["generating",{"0":{"156":1,"255":1,"291":1}}],["generation",{"2":{"18":1,"135":1,"152":1,"164":1,"172":1,"199":1,"242":1}}],["generates",{"2":{"86":1,"133":1,"136":1,"156":1,"182":1}}],["generate",{"0":{"166":1,"170":1,"259":1},"2":{"45":1,"47":1,"50":1,"96":1,"105":1,"123":1,"133":1,"137":2,"155":1,"157":1,"166":3,"170":2,"172":2,"182":1,"183":1,"241":1,"242":3,"251":1,"253":1,"254":1,"255":2,"256":5,"259":2,"264":4,"290":1,"312":1,"329":1}}],["generated",{"2":{"27":1,"47":1,"76":1,"87":1,"92":2,"115":1,"157":2,"166":2,"182":1,"183":1,"186":2,"205":1,"221":1,"256":1,"295":2,"303":1,"329":1}}],["genericresponse",{"2":{"182":2,"253":1}}],["generic",{"2":{"13":1}}],["gets",{"2":{"335":1}}],["getting",{"0":{"173":1,"340":1,"341":1},"1":{"174":1,"175":1,"176":1,"177":1,"178":1,"179":1},"2":{"212":1,"239":1}}],["get",{"0":{"174":1},"2":{"3":1,"14":1,"37":3,"38":2,"79":1,"88":1,"96":1,"99":1,"105":1,"118":1,"139":1,"147":1,"148":1,"188":1,"231":1,"237":1,"242":1,"305":1,"308":1,"318":1,"342":1,"349":1}}],["gt",{"2":{"7":1,"13":19,"136":1,"138":3,"157":14,"164":1,"165":3,"166":6,"170":3,"172":1,"186":1,"203":1,"214":2,"225":5,"242":1,"251":1,"262":1,"311":1,"319":1,"324":1,"329":1,"340":2}}],["vps",{"2":{"304":1}}],["vulnerabilities",{"2":{"178":1,"331":1,"333":1}}],["v",{"2":{"174":1,"175":2}}],["vendor",{"2":{"210":1,"211":6,"213":1}}],["vendors",{"2":{"145":1,"208":1,"210":2}}],["verify",{"2":{"359":1}}],["verb",{"2":{"188":1,"243":1}}],["verbs",{"2":{"104":1,"243":1}}],["verbose",{"2":{"37":4,"96":2,"221":1,"241":1}}],["version",{"2":{"102":2,"103":1,"233":1}}],["versions",{"2":{"70":1,"107":1,"236":1,"331":1,"358":1}}],["vertical",{"2":{"47":1}}],["very",{"2":{"3":1,"62":1,"71":1,"97":1,"112":1,"164":1,"210":1,"237":1,"267":1,"285":1}}],["ve",{"2":{"37":1,"65":1,"105":1,"130":1,"192":1,"240":1,"243":1,"283":1,"292":1,"298":1,"311":1,"332":1,"350":1,"355":1}}],["virtue",{"2":{"157":1,"161":1}}],["virtual",{"2":{"104":3}}],["video",{"2":{"130":1}}],["videos",{"2":{"123":3}}],["visiting",{"2":{"242":1}}],["visit",{"2":{"177":1}}],["visitors",{"2":{"18":2,"115":1,"161":1,"278":3}}],["visitor",{"2":{"13":1,"18":1,"126":1,"138":1,"148":15,"157":2,"183":1,"184":1,"192":2,"231":2,"232":1,"242":1,"253":3,"283":1,"284":1,"285":2,"328":1,"339":2,"341":1,"342":2}}],["visual",{"2":{"128":1}}],["vitepress",{"0":{"118":1},"2":{"118":1,"245":1,"246":1,"305":1}}],["violate",{"2":{"157":1}}],["violated",{"2":{"77":1,"115":1}}],["violation",{"2":{"13":1,"137":1,"155":6,"157":2,"183":1,"186":2,"204":1,"282":1,"290":3}}],["violations",{"0":{"157":1,"204":1},"2":{"13":3,"154":2,"155":1,"156":3,"157":6,"161":1,"167":1,"183":6,"197":1,"225":1,"281":1,"282":2,"290":1,"291":1}}],["viewport",{"2":{"225":1}}],["viewer",{"2":{"145":2,"208":1,"211":4,"300":1}}],["viewed",{"0":{"34":1}}],["views",{"2":{"79":1,"221":1,"285":1}}],["view",{"2":{"6":1,"12":1,"37":1,"45":1,"46":1,"47":3,"48":2,"49":1,"52":1,"134":2,"135":3,"136":1,"138":1,"148":1,"149":1,"200":1,"201":1,"219":1,"225":2,"228":3,"235":2,"253":1,"265":1,"273":1,"274":1,"323":2,"324":1,"325":1,"342":1}}],["via",{"0":{"261":1},"2":{"6":1,"7":1,"13":1,"14":1,"54":1,"64":1,"65":1,"73":1,"82":1,"83":1,"88":2,"92":1,"102":1,"104":1,"122":1,"131":1,"133":1,"136":2,"140":1,"160":1,"176":1,"188":1,"211":1,"213":1,"214":1,"219":1,"229":1,"238":1,"295":2,"341":1,"342":1,"343":1,"349":1,"358":1}}],["var",{"2":{"40":1,"66":2,"281":1,"324":9}}],["variety",{"2":{"252":1}}],["variable",{"2":{"123":1,"211":1,"233":1,"328":1}}],["variables",{"0":{"258":1},"2":{"4":1,"37":3,"40":1,"96":2,"99":2,"115":1,"123":1,"192":1,"211":2,"233":1,"252":1,"258":1,"348":1}}],["various",{"2":{"33":1,"36":1,"52":1,"54":1,"55":1,"66":1,"136":1,"165":1,"202":1,"236":1,"357":1}}],["validitystate",{"2":{"157":1,"172":1}}],["validating",{"2":{"154":1}}],["validations",{"0":{"80":1,"153":1},"1":{"154":1,"155":1,"156":1,"157":1,"158":1,"159":1,"160":1,"161":1,"162":1},"2":{"80":1,"115":1,"157":1,"158":1,"165":1,"167":1,"172":1}}],["validation",{"2":{"15":1,"80":3,"92":1,"163":1}}],["validated",{"2":{"153":1}}],["validate",{"2":{"98":1,"171":1}}],["valid",{"2":{"88":1,"128":1,"183":1,"297":1,"309":1,"310":1,"329":3,"341":1}}],["valuable",{"2":{"77":1,"150":1}}],["value=",{"2":{"157":1,"166":4,"172":1}}],["value",{"2":{"3":1,"13":1,"54":3,"55":2,"57":1,"58":2,"59":1,"60":2,"65":1,"84":1,"87":3,"88":2,"121":1,"126":1,"133":1,"137":1,"148":2,"155":3,"166":4,"172":1,"182":2,"183":1,"186":1,"188":1,"192":2,"199":1,"202":1,"204":4,"211":1,"230":1,"231":3,"233":7,"234":3,"235":5,"237":8,"252":7,"253":1,"256":1,"283":1,"308":1,"311":1,"328":1,"329":1,"336":1,"340":1,"341":2,"342":1}}],["valuesstoring",{"2":{"55":1}}],["values",{"0":{"58":1,"59":1,"200":1,"235":1,"290":1,"291":1},"2":{"3":1,"24":1,"37":2,"39":1,"53":1,"54":4,"55":5,"58":4,"59":1,"60":1,"87":2,"96":1,"137":1,"149":2,"157":3,"165":1,"166":1,"167":3,"175":1,"185":1,"197":2,"198":1,"201":1,"202":1,"205":2,"211":1,"212":1,"229":1,"230":1,"232":1,"234":1,"235":2,"236":2,"237":2,"241":1,"252":3,"253":1,"286":1,"289":2,"290":1,"291":1,"316":1,"322":1,"338":1,"342":1,"348":1}}],["yes",{"2":{"231":8,"232":4}}],["year",{"2":{"203":6,"336":1}}],["years",{"2":{"3":1,"210":1,"350":1}}],["yet",{"2":{"157":1}}],["yaml🎊",{"2":{"197":1}}],["yaml",{"2":{"112":2}}],["yml",{"2":{"96":2,"102":1,"240":1}}],["yielded",{"2":{"213":1}}],["yield",{"2":{"47":2,"134":1,"224":1,"225":2,"273":1,"274":1,"289":1}}],["you",{"0":{"18":1,"188":1,"267":1,"285":1,"317":1},"2":{"3":6,"4":1,"5":2,"6":2,"7":3,"9":1,"10":1,"12":3,"13":1,"14":7,"15":2,"17":2,"18":4,"21":1,"22":6,"23":1,"24":5,"27":3,"33":2,"35":1,"36":2,"37":2,"38":5,"39":3,"40":2,"42":3,"45":1,"46":2,"47":10,"48":1,"49":2,"50":1,"57":1,"58":5,"59":4,"60":2,"61":4,"63":3,"64":4,"65":4,"66":4,"70":15,"72":2,"73":1,"74":5,"76":6,"77":5,"79":5,"80":3,"83":3,"84":9,"85":2,"87":9,"88":15,"89":3,"91":9,"92":4,"95":1,"96":12,"97":3,"98":1,"99":2,"102":1,"104":9,"105":8,"107":2,"108":1,"109":1,"112":2,"113":4,"116":1,"120":3,"122":2,"123":4,"124":4,"125":3,"126":2,"127":3,"128":1,"129":2,"130":3,"135":1,"136":1,"138":2,"139":3,"140":1,"141":2,"142":7,"145":1,"147":3,"148":8,"149":5,"150":2,"155":1,"157":1,"158":1,"160":1,"161":2,"165":3,"166":2,"167":1,"170":3,"171":1,"173":1,"174":3,"175":1,"176":4,"177":5,"178":2,"179":2,"181":1,"182":3,"184":1,"185":1,"186":2,"188":1,"192":2,"193":2,"194":1,"195":1,"198":1,"199":2,"200":4,"201":3,"202":5,"203":8,"205":3,"208":2,"210":3,"211":6,"212":2,"213":5,"214":2,"215":3,"216":1,"218":2,"219":5,"220":1,"221":2,"222":1,"223":2,"225":1,"226":2,"228":1,"229":2,"230":1,"231":2,"233":2,"234":3,"235":3,"236":4,"237":5,"240":3,"241":4,"242":2,"250":7,"251":3,"252":8,"253":3,"254":1,"255":2,"256":4,"258":1,"259":5,"260":2,"261":1,"262":7,"265":2,"266":1,"267":1,"269":3,"270":1,"274":2,"275":2,"276":2,"277":1,"281":2,"285":2,"286":1,"289":1,"292":2,"295":5,"296":3,"298":2,"308":1,"310":2,"311":11,"312":4,"313":1,"314":2,"315":2,"317":1,"318":3,"319":2,"323":1,"329":2,"330":2,"331":1,"332":2,"338":4,"339":4,"340":1,"341":8,"342":3,"343":8,"344":3,"345":1,"346":9,"347":2,"348":1,"349":3,"350":3,"351":1,"352":1,"353":4,"354":2,"355":7,"357":2,"358":1}}],["yours",{"2":{"229":1}}],["yourself",{"2":{"74":1,"295":1}}],["your",{"0":{"14":1,"17":1,"59":1,"64":1,"77":1,"79":1,"92":1,"128":1,"175":1,"176":1,"179":1,"213":1,"319":1,"359":1},"1":{"320":1,"321":1,"322":1,"323":1,"324":1,"325":1},"2":{"3":2,"4":4,"5":2,"7":2,"11":1,"12":2,"13":1,"14":4,"15":2,"17":1,"18":2,"21":1,"23":1,"24":8,"27":2,"35":1,"36":4,"37":2,"38":2,"39":3,"40":4,"41":1,"42":5,"43":2,"46":3,"47":3,"48":1,"56":1,"58":2,"59":4,"60":1,"61":2,"62":1,"63":1,"64":9,"66":1,"70":2,"71":1,"73":5,"74":7,"76":1,"77":1,"79":4,"80":5,"82":1,"83":1,"84":3,"85":1,"87":6,"88":6,"91":4,"92":6,"96":9,"98":1,"99":1,"101":1,"103":6,"105":6,"107":1,"108":3,"109":1,"111":3,"112":8,"115":1,"121":1,"122":2,"123":3,"125":1,"126":2,"127":3,"128":1,"129":2,"130":1,"141":3,"142":2,"143":2,"144":1,"148":5,"149":5,"150":2,"151":1,"152":1,"155":1,"157":2,"160":2,"165":1,"170":1,"172":1,"173":1,"175":3,"176":3,"177":5,"182":1,"184":1,"186":2,"188":2,"189":2,"192":1,"194":1,"197":3,"201":1,"203":1,"208":1,"210":6,"211":8,"212":1,"213":2,"214":3,"215":1,"216":1,"219":8,"220":2,"223":1,"225":3,"226":1,"227":1,"228":1,"229":2,"231":2,"232":1,"233":4,"234":1,"235":2,"236":3,"237":6,"239":2,"240":9,"242":5,"250":3,"252":9,"255":1,"256":2,"258":3,"259":3,"260":2,"261":3,"262":2,"264":2,"266":1,"267":1,"269":1,"270":1,"271":2,"272":1,"273":1,"276":2,"285":1,"289":1,"295":2,"296":3,"298":1,"308":2,"310":2,"311":1,"312":2,"314":1,"315":2,"316":1,"317":1,"318":1,"319":1,"323":1,"327":1,"329":3,"330":2,"331":3,"332":1,"333":3,"338":2,"339":1,"340":1,"342":1,"343":4,"347":3,"348":1,"349":2,"351":1,"354":2,"355":1,"358":7,"359":3}}],["n",{"2":{"297":2}}],["nice",{"2":{"252":2}}],["nilable",{"0":{"58":1}}],["nil",{"2":{"47":1,"48":1,"58":13,"59":1,"88":1,"135":1,"149":1,"156":1,"166":2,"167":1,"185":1,"192":1,"232":1,"233":1,"234":5,"237":9,"252":4,"256":2,"281":1,"282":1,"283":1,"330":1,"340":1,"341":2,"355":1}}],["num",{"2":{"291":2}}],["number",{"2":{"37":1,"84":1,"123":2,"165":1,"166":2,"182":1,"253":1,"286":1,"289":2}}],["numbers",{"2":{"4":1,"79":1}}],["nullable",{"2":{"88":2,"295":4}}],["null",{"2":{"77":1,"84":3,"87":1,"88":8,"140":2,"280":1,"295":12}}],["npm",{"2":{"63":1,"65":3,"240":1}}],["naming",{"0":{"310":1}}],["nameerror",{"2":{"311":2}}],["name=",{"2":{"136":2,"157":13,"158":1,"166":8,"291":2}}],["named",{"0":{"314":1},"2":{"49":1,"55":1,"84":1,"88":1,"104":1,"136":1,"142":1,"166":1,"250":1,"252":1,"324":1,"354":1,"358":1}}],["namely",{"2":{"13":1,"219":1}}],["namespacing",{"2":{"315":1}}],["namespaces",{"2":{"310":1}}],["namespace",{"2":{"74":1,"76":1,"112":1,"141":1}}],["namespaced",{"2":{"22":1,"310":1}}],["names",{"0":{"117":1,"204":1},"2":{"4":1,"6":1,"38":1,"127":1,"136":1,"166":1,"229":1,"315":1,"317":1,"324":1}}],["name",{"0":{"57":1},"2":{"3":4,"6":1,"12":2,"13":1,"38":3,"49":1,"55":1,"57":2,"64":1,"77":1,"83":1,"84":2,"86":1,"92":1,"96":1,"127":1,"134":4,"136":2,"137":1,"138":2,"148":1,"155":7,"156":8,"157":23,"158":1,"165":7,"166":8,"167":2,"175":1,"183":7,"201":1,"204":1,"211":2,"213":2,"219":1,"225":9,"232":1,"233":2,"237":2,"269":1,"281":2,"282":1,"286":1,"287":1,"289":6,"290":12,"291":7,"310":11,"311":1,"314":1,"315":1,"316":1,"320":1,"322":3,"323":6,"324":9,"325":3,"340":1,"341":3,"343":2,"348":2}}],["nakedpage",{"2":{"274":1}}],["naturally",{"2":{"189":1}}],["navigable",{"2":{"118":1}}],["navigating",{"2":{"79":1}}],["navigates",{"2":{"242":1,"336":1}}],["navigate",{"2":{"14":1,"256":1}}],["negated",{"2":{"358":2}}],["nested",{"2":{"310":1,"357":1}}],["necessary",{"2":{"95":1,"133":1,"223":1,"259":1,"342":1}}],["net",{"2":{"77":2}}],["network",{"2":{"3":1,"62":1}}],["next",{"2":{"64":1,"137":1,"149":1,"157":1,"167":2,"182":1,"192":1,"219":1,"280":2,"289":1}}],["nevermind",{"2":{"200":2}}],["nevertheless",{"2":{"31":1,"272":1}}],["never",{"2":{"30":1,"91":1,"117":1,"129":1,"188":1,"235":1,"243":1}}],["needing",{"2":{"303":1}}],["needs",{"2":{"35":2,"46":1,"47":1,"72":2,"88":1,"152":1,"175":1,"192":1,"226":1,"227":1,"237":3,"252":1}}],["needed",{"2":{"18":1,"40":1,"56":1,"58":1,"59":1,"96":1,"102":1,"104":1,"105":2,"113":1,"120":1,"130":1,"140":1,"149":1,"205":1,"240":1,"299":1,"301":1,"324":1,"354":1,"355":2}}],["need",{"0":{"18":1,"188":1,"285":1},"2":{"7":1,"23":1,"24":3,"35":1,"48":1,"64":1,"70":2,"72":1,"76":1,"88":1,"91":1,"95":1,"96":4,"97":1,"128":1,"129":1,"130":1,"148":1,"157":2,"160":2,"164":1,"167":1,"168":1,"185":1,"188":1,"192":2,"210":1,"218":1,"229":1,"230":1,"236":1,"237":1,"240":2,"241":1,"250":1,"251":1,"252":3,"259":1,"262":1,"281":3,"282":2,"285":2,"295":2,"298":1,"301":1,"312":1,"322":1,"324":1,"339":1,"343":3,"347":1,"348":1,"350":1}}],["newwidget",{"2":{"310":1}}],["newwidgethandler",{"2":{"167":1,"183":1}}],["newwidgetform",{"2":{"156":1,"165":2,"166":2}}],["newwidgetpage",{"2":{"156":1,"166":2,"183":3,"200":2}}],["neworganization",{"2":{"22":1}}],["neworganizationcommand",{"2":{"22":1}}],["new",{"2":{"3":1,"22":2,"34":1,"37":2,"49":1,"59":1,"60":2,"70":3,"74":1,"83":1,"84":4,"104":1,"105":4,"135":1,"137":1,"149":1,"156":1,"157":1,"165":2,"166":6,"173":1,"174":2,"175":5,"177":1,"182":1,"183":2,"184":1,"210":1,"213":1,"219":1,"225":1,"236":1,"250":5,"256":3,"276":2,"280":2,"281":1,"282":1,"290":1,"291":1,"295":3,"310":1,"325":2,"326":1,"342":1,"354":1}}],["nobody",{"2":{"234":1}}],["nokogiri",{"2":{"143":1,"254":1,"255":2,"256":2}}],["now",{"0":{"179":1},"2":{"68":1,"76":1,"93":1,"108":1,"118":1,"133":4,"140":1,"142":1,"175":1,"176":2,"177":1,"178":1,"192":3,"195":1,"213":1,"222":2,"238":1,"276":2,"280":2,"281":2,"282":2,"283":1,"291":1,"295":1,"297":1,"298":2,"301":1,"310":1,"322":1,"342":2,"343":3,"355":1}}],["nodejs",{"2":{"70":1,"97":1}}],["node",{"2":{"64":1,"65":3,"240":1,"255":1,"256":5}}],["nonzero",{"2":{"331":1}}],["non",{"2":{"27":1,"29":1,"35":1,"88":1,"98":1,"105":1,"113":1,"184":1,"212":1,"217":1,"233":1,"234":1,"237":2,"242":1,"289":1,"291":1,"295":1,"311":1,"312":1,"322":1}}],["none",{"2":{"20":1,"29":1,"32":1,"40":1,"81":1,"88":1,"100":1,"105":5,"152":1,"157":1,"190":1,"206":1,"207":1,"215":1,"256":1,"281":1,"353":1}}],["nor",{"2":{"21":1,"108":1,"139":1,"217":1,"243":1,"313":1}}],["normal",{"2":{"4":2,"18":1,"42":1,"49":3,"91":1,"120":1,"121":1,"122":1,"150":1,"176":1,"188":1,"193":1,"200":1,"204":1,"252":1,"270":1,"289":1,"304":1,"320":1,"322":1,"338":1}}],["no",{"0":{"80":1,"274":1},"2":{"0":1,"7":1,"27":1,"30":1,"36":2,"47":1,"50":1,"52":1,"56":2,"58":1,"70":1,"79":2,"86":1,"87":2,"88":1,"91":1,"96":8,"104":1,"112":1,"121":1,"128":2,"137":1,"164":1,"167":1,"172":1,"175":2,"182":1,"183":1,"184":1,"201":1,"203":2,"231":4,"232":1,"233":2,"234":2,"235":1,"237":1,"240":1,"252":1,"255":1,"256":1,"278":1,"282":2,"285":1,"289":1,"295":1,"310":1,"311":1,"314":1,"330":1,"348":1,"349":1}}],["notably",{"2":{"73":1,"242":1}}],["notice",{"2":{"48":2,"61":1,"70":1,"135":2,"149":4,"165":1,"184":1,"219":2}}],["noting",{"2":{"14":1,"197":1}}],["nothing",{"2":{"23":1,"48":1,"80":1,"88":1,"162":1}}],["noted",{"2":{"329":1}}],["note",{"2":{"13":1,"15":1,"23":1,"47":1,"57":1,"64":1,"70":2,"73":1,"80":1,"82":1,"84":2,"85":1,"87":1,"133":1,"136":1,"137":2,"140":1,"148":1,"167":1,"176":1,"219":1,"234":1,"244":1,"252":1,"266":1,"283":1,"291":1,"295":6,"297":1,"310":2,"311":1,"318":1,"329":1,"341":1}}],["notes",{"0":{"10":1,"20":1,"25":1,"26":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"93":1,"100":1,"109":1,"131":1,"152":1,"162":1,"172":1,"190":1,"195":1,"207":1,"217":1,"222":1,"228":1,"238":1,"263":1,"272":1,"318":1,"334":1,"349":1,"360":1},"1":{"27":1,"28":1,"29":1,"30":1,"31":1,"32":1,"33":1,"34":1,"264":1,"265":1,"266":1,"267":1,"335":1,"336":1},"2":{"10":1,"20":1,"25":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"84":1,"93":1,"96":1,"100":1,"104":1,"109":1,"116":1,"131":1,"152":1,"162":1,"172":1,"190":1,"195":1,"207":1,"217":1,"222":1,"228":1,"238":1,"263":1,"272":1,"318":1,"329":1,"334":1,"349":1,"360":1}}],["not",{"0":{"30":1,"31":1,"79":1,"80":1,"126":1,"243":1},"2":{"0":3,"3":1,"4":1,"5":1,"6":1,"9":1,"12":1,"14":2,"15":1,"18":3,"21":2,"22":1,"23":1,"24":1,"33":1,"34":2,"37":1,"38":2,"40":1,"42":1,"46":1,"48":1,"49":1,"56":2,"58":1,"59":1,"60":1,"61":6,"62":2,"65":1,"68":1,"69":1,"70":1,"72":2,"73":2,"74":1,"79":3,"80":1,"84":4,"87":2,"88":4,"91":1,"92":1,"95":1,"97":2,"98":1,"102":1,"105":1,"108":2,"109":1,"112":1,"115":4,"122":1,"126":1,"127":2,"128":1,"129":3,"130":2,"136":1,"137":1,"139":1,"140":1,"142":1,"147":1,"148":1,"149":1,"150":1,"151":1,"157":2,"158":1,"165":1,"167":1,"182":2,"188":1,"192":2,"195":3,"201":2,"202":1,"203":2,"205":1,"206":1,"212":2,"213":1,"214":1,"217":1,"221":2,"222":2,"227":1,"233":3,"234":2,"235":3,"236":1,"237":5,"238":1,"242":1,"243":3,"250":1,"251":1,"252":1,"253":1,"256":1,"261":1,"265":2,"266":1,"267":1,"269":1,"272":3,"283":1,"286":1,"289":1,"290":1,"292":1,"295":11,"296":1,"298":1,"300":1,"307":1,"309":2,"310":2,"311":1,"312":2,"313":1,"314":1,"316":2,"317":1,"318":2,"326":1,"328":1,"329":1,"333":5,"335":3,"336":1,"337":1,"338":2,"341":2,"342":1,"343":2,"345":2,"347":1,"349":1,"350":1,"355":4}}],["lsp",{"0":{"239":1},"1":{"240":1},"2":{"179":1,"239":1,"240":8}}],["lh",{"2":{"177":1}}],["l",{"2":{"38":3,"133":2,"197":1,"202":3,"203":1,"205":1,"342":1}}],["less",{"2":{"61":1,"66":1,"149":1,"260":1,"305":1,"308":1,"350":1}}],["letter",{"2":{"233":1}}],["let",{"2":{"38":1,"64":2,"84":1,"139":1,"148":2,"165":1,"192":1,"213":1,"280":1,"281":1,"290":1,"291":1,"323":1,"324":1,"354":1,"357":3}}],["left",{"2":{"37":1,"38":1}}],["leverage",{"0":{"260":1},"2":{"148":1,"241":1}}],["leveraged",{"2":{"14":1,"128":1}}],["level=level",{"2":{"37":2,"96":1}}],["level=debug",{"2":{"37":1,"99":1}}],["level",{"0":{"111":1},"2":{"29":2,"30":3,"31":1,"33":1,"37":10,"40":1,"48":1,"92":1,"96":5,"121":1,"182":1,"191":1,"210":1,"211":1,"221":1,"230":1,"252":3,"269":1,"323":1}}],["levels",{"0":{"27":1},"2":{"27":1}}],["least",{"2":{"165":1,"302":1,"304":1,"350":1}}],["lead",{"2":{"157":1,"164":1}}],["leads",{"2":{"79":1,"241":1}}],["learn",{"0":{"161":1},"2":{"85":1,"92":1,"241":1,"260":1,"302":1,"350":1}}],["learning",{"2":{"14":1}}],["leave",{"2":{"17":1,"122":1}}],["leaving",{"0":{"17":1},"2":{"126":1}}],["lt",{"2":{"7":1,"13":19,"136":1,"138":3,"157":14,"164":1,"165":3,"166":6,"170":3,"172":1,"186":1,"203":1,"214":2,"225":4,"242":1,"251":1,"262":1,"311":1,"319":1,"324":1,"329":1,"340":2}}],["limit",{"2":{"350":1}}],["limiting",{"2":{"302":1}}],["limited",{"2":{"220":1}}],["living",{"2":{"129":1}}],["live",{"2":{"76":1,"93":1}}],["lives",{"2":{"64":1,"117":1,"219":1,"242":1,"346":1}}],["lint",{"0":{"359":1},"2":{"294":1,"296":1,"297":2,"359":2}}],["links",{"2":{"311":1}}],["link",{"2":{"134":4,"164":1,"201":1,"225":3,"273":2,"281":1}}],["linux",{"2":{"96":1,"102":1,"104":1}}],["lines",{"2":{"64":1}}],["line",{"0":{"104":1,"105":1},"2":{"4":4,"35":1,"38":2,"39":5,"40":1,"42":1,"66":1,"70":1,"102":2,"107":1,"246":1,"296":1}}],["licensed",{"0":{"244":1}}],["license",{"2":{"64":1,"219":1,"244":1}}],["littering",{"2":{"149":1}}],["little",{"2":{"84":1,"144":1,"188":1,"223":1,"241":1}}],["lit",{"2":{"92":2}}],["litral",{"2":{"55":1}}],["literally",{"2":{"285":1}}],["literal",{"2":{"53":1,"54":2,"55":1,"348":1}}],["li",{"2":{"49":1}}],["lighest",{"2":{"47":1}}],["lightweight",{"2":{"51":1,"66":1,"102":1,"139":1,"218":1,"267":1}}],["light",{"2":{"24":1,"144":1}}],["listens",{"2":{"157":1}}],["list",{"2":{"37":2,"42":1,"212":1,"248":1,"252":1,"260":1,"356":1}}],["liberal",{"2":{"124":1}}],["liberally",{"2":{"51":1}}],["lib",{"2":{"28":1}}],["libraries",{"2":{"24":1,"63":1,"102":1,"105":1,"240":1,"241":2,"252":1}}],["library",{"0":{"29":1,"117":1},"2":{"11":1,"28":3,"29":2,"30":1,"35":1,"42":2,"65":1,"66":1,"71":1,"73":1,"82":1,"108":1,"117":2,"139":1,"160":1,"202":2,"218":1,"219":4}}],["lifecycle",{"2":{"87":1}}],["life",{"2":{"13":1,"14":1,"26":1,"140":1,"315":1,"337":1,"356":1}}],["likely",{"2":{"34":1,"35":1,"72":1,"88":1,"93":1,"128":1,"149":1,"203":1,"225":1,"231":1,"239":1,"254":1,"262":1,"319":1,"349":1}}],["like",{"0":{"267":1},"2":{"3":2,"5":1,"6":1,"12":1,"13":1,"15":1,"18":1,"21":1,"27":1,"30":1,"31":1,"33":1,"35":2,"37":3,"38":3,"42":1,"47":2,"49":1,"53":1,"66":2,"70":1,"71":1,"72":1,"84":1,"87":3,"88":1,"91":1,"95":1,"96":1,"98":1,"102":3,"104":1,"105":2,"113":1,"118":1,"121":1,"122":2,"133":1,"136":2,"137":2,"138":1,"139":1,"142":1,"148":3,"149":1,"157":3,"158":1,"160":2,"166":1,"168":1,"170":2,"172":1,"177":1,"182":1,"188":1,"197":1,"199":1,"210":1,"213":1,"219":2,"237":1,"241":1,"242":1,"246":1,"251":1,"252":1,"261":1,"262":1,"270":1,"274":1,"284":1,"285":1,"289":1,"291":1,"303":1,"307":1,"316":1,"323":1,"337":1,"342":1,"343":1,"346":2,"352":1}}],["llm",{"2":{"32":1,"34":1}}],["llms",{"2":{"26":1,"34":1}}],["ll",{"2":{"3":1,"57":1,"70":2,"79":1,"96":2,"97":1,"105":4,"124":1,"136":1,"147":2,"156":1,"157":1,"164":1,"165":1,"167":1,"176":1,"177":1,"192":6,"199":1,"210":1,"211":1,"213":1,"250":1,"259":1,"269":1,"276":1,"280":5,"281":5,"282":5,"283":3,"284":2,"288":1,"289":4,"290":2,"294":1,"297":1,"298":2,"311":2,"320":1,"322":1,"323":2,"324":5,"339":1,"356":1}}],["los",{"2":{"338":1}}],["lose",{"2":{"315":1}}],["lorem",{"2":{"297":2}}],["lot",{"2":{"72":2,"73":1,"88":1,"99":1,"164":1,"222":1,"242":1,"262":1,"299":1,"350":1}}],["lots",{"2":{"18":1}}],["love",{"2":{"70":1,"301":1,"350":1}}],["loads",{"2":{"146":1}}],["loading",{"2":{"142":2}}],["load",{"2":{"37":1,"105":1,"192":1,"250":1,"269":1,"280":1,"346":1}}],["loaded",{"2":{"22":1,"64":1,"68":1,"105":1,"142":2,"222":1,"346":1,"349":1}}],["locating",{"2":{"124":1,"129":1,"316":1}}],["locationbylocationidpage",{"2":{"310":1}}],["locations",{"2":{"309":1}}],["location",{"2":{"49":1,"309":1,"310":2,"315":2}}],["locators",{"2":{"124":1,"128":1}}],["locator",{"2":{"121":4,"123":2,"124":1,"158":2}}],["located",{"2":{"84":1,"197":1,"251":1}}],["locate",{"0":{"261":1},"2":{"24":1,"123":1,"127":2,"128":2,"129":1,"157":3,"197":1,"200":2,"340":1}}],["localhost",{"2":{"177":1,"211":1}}],["localizing",{"0":{"202":1}}],["localization",{"0":{"196":1},"1":{"197":1,"198":1,"199":1,"200":1,"201":1,"202":1,"203":1,"204":1,"205":1,"206":1,"207":1},"2":{"196":1}}],["localizations",{"2":{"112":1}}],["localized",{"2":{"13":1}}],["local",{"2":{"105":1,"112":1,"176":1,"192":1,"236":1,"240":2,"340":1,"342":1,"345":1,"348":2}}],["locally",{"2":{"96":1,"344":1}}],["localedetectionhandler",{"2":{"340":1}}],["localedetection",{"2":{"225":1}}],["locales",{"2":{"197":1}}],["locale",{"2":{"13":3,"15":1,"148":1,"156":1,"157":1,"192":1,"212":1,"335":1,"340":2}}],["lowercased",{"2":{"233":1}}],["lower",{"2":{"70":8,"221":1,"233":1,"269":1}}],["low",{"2":{"18":2,"182":1,"191":1}}],["logs",{"2":{"210":1}}],["logging",{"2":{"99":1,"121":2,"145":1,"192":1,"278":2,"285":1,"300":1}}],["logged",{"2":{"39":1,"148":2,"192":5,"213":4,"234":1,"237":2,"283":4,"284":5,"285":3}}],["logins",{"0":{"282":1}}],["loginpage",{"2":{"137":1,"192":2,"213":1,"281":2,"282":1,"284":2}}],["loginhandler",{"2":{"136":2,"137":1,"148":2,"282":1,"310":1}}],["loginform",{"2":{"136":4,"281":2,"310":1,"323":1}}],["login",{"0":{"281":1,"284":1},"2":{"96":2,"121":1,"123":1,"136":3,"138":3,"148":3,"192":10,"194":1,"213":7,"281":12,"282":5,"284":7,"285":3,"310":1,"348":1,"352":2}}],["logic",{"0":{"21":1,"79":1,"142":1,"189":1},"1":{"22":1,"23":1,"24":1,"25":1},"2":{"10":1,"13":2,"14":1,"21":1,"22":4,"23":1,"24":1,"25":1,"36":1,"37":1,"43":1,"45":1,"49":1,"52":1,"74":1,"79":5,"84":1,"88":1,"89":1,"91":1,"112":1,"141":1,"142":2,"149":1,"168":2,"189":1,"194":2,"226":1,"242":3,"264":2,"271":2,"282":1,"313":1,"341":1,"343":1,"353":1}}],["logical",{"2":{"2":1,"3":1,"219":1}}],["logo",{"2":{"33":1}}],["logos",{"0":{"33":1},"2":{"33":1}}],["log",{"2":{"14":1,"37":13,"88":1,"96":7,"99":3,"176":1,"192":1,"211":2,"213":1,"278":1,"281":2}}],["looking",{"2":{"65":1,"128":1}}],["looks",{"2":{"12":1,"42":1,"87":1,"118":1,"183":1,"219":1,"251":1}}],["look",{"2":{"5":1,"33":2,"87":1,"121":1,"148":2,"157":1,"177":1,"197":1,"219":2,"252":1,"289":1,"305":1}}],["longer",{"2":{"104":1,"315":1}}],["long",{"2":{"3":1,"18":1,"38":4,"63":1,"87":1,"91":1,"124":1,"157":1,"166":1,"201":1,"210":1,"212":2}}],["lax",{"2":{"330":1,"336":2}}],["labels",{"2":{"323":3,"324":1}}],["label>",{"2":{"323":2}}],["label",{"2":{"170":1,"281":1,"291":2,"320":1,"323":2,"324":5}}],["langauges",{"2":{"197":1}}],["lang",{"2":{"134":1,"202":1,"219":1,"225":1}}],["languages",{"2":{"103":1,"108":1,"240":1}}],["language",{"0":{"239":1},"1":{"240":1},"2":{"102":1,"231":2,"252":2}}],["lack",{"0":{"129":1},"2":{"253":1}}],["latest",{"2":{"104":1}}],["later",{"2":{"87":1,"88":1,"192":1,"328":1,"330":1,"333":1}}],["lazy",{"2":{"55":2}}],["lazily",{"2":{"55":1,"258":1}}],["layout",{"0":{"274":1},"2":{"112":1,"133":1,"134":1,"157":3,"212":1,"214":1,"219":1,"224":1,"225":5,"226":2,"227":2,"228":1,"251":2,"265":2,"273":7,"274":4}}],["layouts",{"0":{"134":1,"224":1,"265":1,"273":1},"1":{"225":1,"226":1,"227":1,"228":1},"2":{"48":1,"110":1,"112":1,"134":2,"224":1,"225":3,"227":1,"228":1,"251":2,"264":1}}],["layers",{"2":{"3":1}}],["layer",{"2":{"0":1,"73":2,"80":1}}],["launched",{"2":{"42":1}}],["large",{"2":{"27":1,"320":1,"324":1,"327":1}}],["largely",{"2":{"2":1,"77":1,"152":1,"197":1}}],["lastly",{"2":{"61":1,"137":1,"195":1,"291":1,"324":1}}],["last",{"2":{"10":1,"20":1,"25":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"93":1,"100":1,"109":1,"131":1,"152":1,"157":1,"162":1,"172":1,"190":1,"195":1,"207":1,"210":1,"217":1,"222":1,"228":1,"238":1,"263":1,"272":1,"318":1,"334":1,"349":1,"360":1}}],["eq",{"2":{"256":1}}],["equal",{"2":{"70":3}}],["effort",{"2":{"151":1}}],["effective",{"2":{"223":1,"358":1}}],["effectively",{"2":{"105":1,"332":1}}],["effects",{"2":{"122":1}}],["effect",{"2":{"70":1,"80":1,"213":1,"338":1,"353":1}}],["effecitvely",{"2":{"37":2}}],["erb",{"2":{"267":2,"311":1}}],["ergonomic",{"2":{"144":1}}],["err",{"2":{"39":1,"42":2}}],["errors",{"2":{"37":2,"96":1,"281":1,"311":2}}],["error",{"2":{"37":4,"39":1,"42":1,"56":1,"58":2,"70":1,"71":1,"77":2,"86":1,"96":2,"121":1,"124":1,"126":1,"127":1,"128":1,"155":1,"157":1,"184":1,"204":1,"229":1,"235":2,"237":1,"260":1,"281":1,"283":1,"297":1,"300":1,"311":1,"320":1,"343":1,"349":1}}],["economy",{"2":{"138":1}}],["ethos",{"2":{"118":1}}],["etc",{"2":{"28":1,"92":1,"96":1,"105":1,"112":1,"117":1,"136":1,"302":1,"338":1}}],["e2etestserver",{"2":{"122":1}}],["e2e",{"2":{"105":4,"110":1,"113":1,"115":1,"120":2,"121":1,"122":1,"123":6,"125":1,"126":4,"130":2,"295":1,"301":1,"355":1}}],["editing",{"2":{"287":1}}],["edit",{"2":{"137":1,"280":1,"322":1}}],["editor",{"2":{"102":1,"103":1,"108":1,"177":1,"239":1,"240":3,"296":1}}],["edge",{"2":{"71":1}}],["ephemeral",{"0":{"91":1},"2":{"84":1,"91":1,"349":1}}],["embeds",{"2":{"295":1}}],["eminently",{"2":{"171":1}}],["empty",{"2":{"84":3,"233":2,"236":2,"252":2,"269":1,"295":1,"343":1,"352":1}}],["email",{"2":{"61":1,"74":2,"76":2,"77":10,"84":3,"87":1,"88":4,"121":4,"136":4,"137":2,"138":1,"140":2,"165":2,"204":2,"278":1,"280":6,"281":5,"282":5,"293":1,"295":4,"297":2,"298":2,"323":2,"346":2,"348":1}}],["emails",{"2":{"59":1}}],["es",{"2":{"308":1,"310":1}}],["essentially",{"2":{"229":1,"285":1}}],["es6",{"2":{"219":2}}],["esoteric",{"2":{"211":1}}],["escaped",{"2":{"201":2}}],["escape",{"2":{"201":1,"237":1,"284":1}}],["escaping",{"0":{"201":1},"2":{"201":2}}],["especially",{"2":{"74":1,"130":1,"222":1,"237":1}}],["esbuild",{"2":{"1":1,"2":1,"4":1,"5":2,"63":1,"64":4,"68":1,"112":3,"138":1,"218":1,"219":4,"222":1}}],["evaluating",{"2":{"332":1}}],["evaluate",{"2":{"154":1}}],["evaluated",{"2":{"55":1,"199":1,"258":1}}],["evolve",{"2":{"217":1}}],["evolves",{"2":{"128":1}}],["ever",{"2":{"61":1,"139":1,"267":1,"346":1}}],["everyone",{"2":{"102":2,"243":1,"302":1,"314":2}}],["everything",{"2":{"64":1,"91":1,"102":1,"104":1,"105":1,"109":1,"112":1,"157":2,"170":1,"211":1,"229":1,"240":1,"242":2,"267":1,"358":1}}],["everywhere",{"2":{"64":1,"108":1,"311":1}}],["every",{"2":{"3":1,"4":1,"38":1,"61":1,"70":1,"93":1,"107":1,"126":1,"130":1,"213":1,"219":1,"241":1,"285":1,"289":1,"297":2,"355":1}}],["eventually",{"2":{"344":1}}],["event",{"2":{"88":1,"157":1,"213":3}}],["events",{"2":{"72":1,"157":2,"213":1}}],["even",{"2":{"2":1,"49":1,"56":1,"61":1,"79":1,"92":1,"128":1,"138":1,"171":1,"188":1,"195":1,"210":1,"222":1,"233":2,"252":2,"285":1,"291":1}}],["either",{"2":{"48":1,"64":1,"70":1,"88":1,"95":1,"97":1,"109":1,"188":1,"189":1,"192":1,"227":1,"237":1,"283":1,"290":1,"309":1,"330":2}}],["e",{"2":{"14":1,"29":1,"34":1,"37":3,"86":1,"88":1,"91":1,"96":1,"123":1,"157":1,"197":1,"199":1,"204":1,"233":2,"235":1,"252":1,"256":4,"280":1,"295":1,"298":1,"303":1,"309":2,"310":2,"329":1,"330":1}}],["elsif",{"2":{"48":1,"135":1,"149":1,"290":2}}],["elsewhere",{"2":{"59":1,"79":1}}],["else",{"2":{"14":1,"17":1,"60":1,"137":1,"148":2,"149":1,"170":1,"183":1,"184":1,"192":1,"213":2,"242":1,"243":1,"253":1,"282":1,"290":2}}],["element>",{"2":{"70":13}}],["element",{"2":{"12":1,"13":2,"14":2,"70":19,"71":1,"105":2,"123":1,"124":2,"127":1,"128":2,"129":1,"136":1,"138":1,"143":1,"157":4,"165":1,"166":1,"182":3,"203":1,"214":1,"225":1,"301":1,"308":1,"319":1,"340":3}}],["elements",{"0":{"13":1,"14":1,"69":1,"165":1,"242":1,"261":1},"1":{"70":1,"71":1,"72":1},"2":{"11":1,"12":3,"13":4,"14":3,"18":2,"19":1,"69":2,"70":2,"72":1,"113":1,"115":2,"127":3,"128":3,"138":1,"157":1,"160":2,"164":2,"165":2,"166":1,"199":1,"203":1,"218":2,"220":1,"221":1,"262":3,"286":1,"291":1}}],["easy",{"0":{"357":1},"2":{"127":1,"241":1,"337":1,"359":1}}],["easiest",{"2":{"300":1}}],["easier",{"2":{"13":1,"84":1,"88":1,"96":1,"151":1,"182":1,"259":1,"296":1,"315":1,"333":1,"356":1,"358":1}}],["easily",{"2":{"51":1,"64":1,"68":1,"139":1,"171":1,"222":1,"235":1,"352":1,"358":1}}],["each",{"2":{"3":1,"13":1,"37":1,"38":2,"42":1,"48":1,"49":2,"64":1,"70":1,"79":1,"83":1,"96":4,"105":1,"116":1,"122":1,"123":1,"126":1,"157":1,"212":1,"219":2,"251":2,"289":6,"290":2,"291":1,"309":1,"311":2,"323":2,"329":1,"346":1,"352":1,"353":1,"354":1,"359":2}}],["enable",{"2":{"303":1}}],["enabled",{"2":{"157":1}}],["enables",{"2":{"38":1,"55":1}}],["encoded",{"2":{"146":1}}],["encourage",{"2":{"88":1,"140":1}}],["encourages",{"2":{"84":1,"127":1,"148":1,"182":1,"221":1,"338":1}}],["encouraged",{"2":{"21":1,"88":1,"92":1,"108":1,"145":1,"148":1,"192":1,"226":1,"269":1,"270":1,"274":1,"343":1}}],["encrypted",{"0":{"328":1,"336":1},"2":{"146":1,"327":1,"328":1}}],["en",{"2":{"110":1,"134":1,"197":4,"219":1,"225":1,"323":1}}],["english",{"2":{"92":2,"197":2,"205":1}}],["ensuring",{"2":{"92":1,"219":1,"264":1}}],["ensure",{"2":{"76":1,"77":1,"79":1,"88":1,"92":1,"96":1,"107":1,"108":1,"120":1,"164":1,"193":1,"252":1,"270":1,"272":1,"295":1,"312":1,"348":1,"353":1,"355":1,"358":1}}],["ensures",{"2":{"64":1,"112":1}}],["ensured",{"2":{"56":2,"57":1}}],["entries",{"2":{"291":1}}],["entrypoint",{"2":{"96":2}}],["entry",{"2":{"64":2,"68":1,"219":3,"222":1}}],["entities",{"2":{"115":1}}],["entirely",{"2":{"30":1,"41":1,"108":3,"271":1,"330":1,"357":1}}],["entirety",{"2":{"28":1}}],["entire",{"2":{"24":1,"37":3,"91":1,"105":2,"109":1,"194":1,"216":1}}],["enforced",{"2":{"87":1,"149":1}}],["enforcement",{"0":{"57":1}}],["enforce",{"2":{"56":1}}],["enforces",{"2":{"56":1}}],["environemnt",{"2":{"176":1}}],["environments",{"2":{"98":1,"102":1}}],["environment",{"0":{"101":1,"176":1},"1":{"102":1,"103":1,"104":1,"105":1,"106":1,"107":1,"108":1,"109":1},"2":{"37":5,"40":2,"61":2,"96":2,"99":3,"101":1,"102":1,"103":1,"104":1,"108":3,"111":1,"123":1,"173":1,"176":1,"192":2,"211":3,"269":2,"271":1,"328":1}}],["env|",{"2":{"60":1}}],["env=environment",{"2":{"37":1}}],["env",{"2":{"37":2,"40":4,"41":1,"55":2,"59":1,"60":3,"97":1,"99":1,"109":1,"192":9,"211":2,"213":2,"231":2,"232":2,"233":1,"235":1,"252":2,"269":4,"284":1,"341":1}}],["enough",{"2":{"34":1,"139":1}}],["enhancement",{"0":{"88":1},"2":{"218":1}}],["enhancements",{"0":{"198":1},"1":{"199":1,"200":1},"2":{"13":1,"82":1,"221":1}}],["enhance",{"2":{"18":1,"149":1}}],["enhancednode",{"2":{"255":1,"256":1}}],["enhanced",{"2":{"18":1,"128":1,"140":1}}],["enhances",{"2":{"13":1,"86":1}}],["enhancing",{"0":{"106":1},"2":{"11":1}}],["ended",{"2":{"267":1}}],["endpoint",{"2":{"211":1}}],["end",{"0":{"119":2,"354":1},"1":{"120":2,"121":2,"122":2,"123":2,"124":2,"125":2,"126":2,"127":2,"128":2,"129":2,"130":2,"131":2},"2":{"2":2,"5":2,"6":4,"7":2,"8":1,"12":4,"15":1,"22":10,"23":2,"24":7,"36":1,"38":9,"42":2,"43":1,"46":1,"47":11,"48":8,"49":13,"55":2,"56":6,"57":2,"59":2,"60":3,"64":5,"69":2,"70":3,"74":5,"76":3,"77":14,"80":1,"84":10,"87":6,"88":3,"105":2,"110":4,"112":6,"113":9,"115":2,"119":4,"120":4,"121":3,"123":1,"124":1,"127":4,"133":8,"134":6,"135":8,"136":4,"137":4,"138":4,"140":2,"141":2,"142":2,"143":2,"148":15,"149":11,"156":4,"157":5,"158":2,"163":1,"165":4,"166":6,"167":3,"177":2,"183":6,"184":6,"192":19,"193":2,"197":1,"199":1,"200":1,"201":5,"213":6,"215":2,"218":2,"219":7,"220":4,"223":1,"225":10,"226":2,"230":2,"234":5,"242":2,"250":7,"251":6,"252":1,"256":3,"269":6,"270":2,"272":2,"273":6,"274":4,"276":8,"280":13,"281":15,"282":15,"283":5,"284":5,"285":1,"289":4,"290":7,"291":9,"295":6,"296":4,"297":5,"298":5,"303":1,"311":1,"312":2,"322":3,"323":4,"324":7,"325":3,"338":1,"342":1,"346":4,"352":2,"353":1,"355":3,"359":2}}],["exeuction",{"2":{"348":1}}],["exec",{"2":{"38":1,"96":1,"104":2,"176":3,"177":1,"178":1,"240":2,"331":1}}],["execution",{"2":{"212":1}}],["executing",{"2":{"84":1,"210":1,"242":1}}],["executor",{"2":{"42":3}}],["executable",{"2":{"37":2}}],["executed",{"2":{"39":1,"62":1,"70":1,"242":1}}],["execute",{"0":{"39":1},"2":{"0":1,"38":3,"39":3,"42":1,"43":1,"104":2,"240":1,"330":1}}],["ex",{"2":{"213":2,"311":2}}],["exhaustive",{"0":{"126":1},"2":{"212":1}}],["extensions",{"0":{"86":1},"1":{"87":1},"2":{"73":2,"82":1,"84":1,"86":3,"93":1,"212":1,"245":1,"248":1}}],["extension",{"0":{"245":1},"1":{"246":1,"247":1,"248":1},"2":{"65":1}}],["extending",{"0":{"106":1}}],["extend",{"2":{"38":1,"74":1,"269":1,"273":1}}],["extends",{"2":{"38":1,"165":1,"192":1,"250":2,"346":1}}],["externalizable",{"2":{"87":1}}],["externalid",{"2":{"86":1}}],["external",{"0":{"87":1},"2":{"58":6,"77":1,"86":1,"87":11,"88":4,"140":1,"141":1,"280":1,"295":10,"296":1}}],["extra",{"2":{"113":1,"219":3}}],["extracting",{"2":{"189":1}}],["extract",{"2":{"79":1,"226":1}}],["extracted",{"2":{"51":1}}],["extremely",{"2":{"58":1,"71":1,"87":1}}],["exceedingly",{"2":{"341":1}}],["excellent",{"2":{"121":1,"128":1}}],["excessive",{"2":{"43":1,"271":1}}],["exception",{"2":{"77":1,"108":1,"185":1,"213":4,"260":1}}],["exceptions",{"2":{"57":1,"77":1,"329":1}}],["except",{"2":{"41":1,"137":1,"289":1,"295":1,"301":1}}],["exits",{"2":{"331":1}}],["exit",{"2":{"38":5,"41":1,"109":1}}],["existent",{"2":{"311":1,"312":1}}],["existing",{"2":{"92":1,"105":1,"115":1,"166":1,"174":1,"203":1,"221":1,"240":1,"241":1,"281":1}}],["exists",{"2":{"37":1,"49":1,"74":1,"92":1,"105":1,"148":2,"165":1,"234":1,"242":1,"251":1,"255":1,"324":1}}],["exist",{"0":{"350":1},"2":{"8":1,"37":1,"56":2,"58":1,"85":1,"105":2,"124":1,"128":1,"136":2,"189":1,"216":1,"234":1,"273":1,"282":1,"313":1}}],["exact",{"2":{"79":1}}],["exactly",{"2":{"36":1,"50":1,"256":1,"315":1}}],["examining",{"2":{"328":1}}],["examine",{"2":{"70":1,"168":1,"175":1,"186":1,"205":1,"210":1,"295":1,"344":1}}],["examined",{"2":{"55":1}}],["exampels",{"2":{"115":1}}],["examples",{"0":{"245":1},"1":{"246":1,"247":1,"248":1},"2":{"47":1,"192":1,"305":1,"309":1,"310":1,"357":1}}],["example",{"0":{"277":1,"292":1},"1":{"278":1,"279":1,"280":1,"281":1,"282":1,"283":1,"284":1,"285":1,"293":1,"294":1,"295":1,"296":1,"297":1,"298":1},"2":{"5":1,"14":1,"22":1,"27":2,"47":1,"48":1,"49":2,"55":1,"58":1,"59":1,"61":1,"64":1,"77":7,"83":1,"87":1,"92":1,"109":1,"115":1,"116":1,"121":1,"124":2,"128":1,"135":1,"137":1,"155":2,"165":1,"188":1,"199":1,"201":1,"210":1,"213":1,"219":1,"231":1,"234":1,"237":1,"241":1,"252":4,"260":1,"262":1,"266":1,"274":1,"280":2,"289":1,"298":2,"310":1,"311":1,"343":1,"346":3,"348":2,"352":1,"353":1,"358":1}}],["exsiting",{"2":{"25":1}}],["expire",{"2":{"336":1}}],["exploits",{"2":{"326":1}}],["explicit",{"2":{"230":1}}],["explicitly",{"2":{"48":1,"70":4,"76":1,"87":1,"92":1,"124":1,"137":1,"148":1,"152":1,"157":1,"219":1,"229":1,"295":1,"341":1,"358":1}}],["explaining",{"2":{"311":1}}],["explain",{"2":{"130":1,"136":1,"164":1,"355":1}}],["experience",{"0":{"300":1},"2":{"118":1,"154":1,"163":1,"167":1}}],["expectations",{"2":{"42":1}}],["expect",{"2":{"31":1,"32":1,"77":2,"121":1,"126":1,"136":2,"158":1,"223":1,"256":5,"261":1,"329":1}}],["expected",{"2":{"22":2,"61":1,"77":1,"96":1,"133":1,"149":1,"157":1,"225":1,"258":1,"273":1,"310":1}}],["expects",{"2":{"8":1,"23":1}}],["exporter",{"2":{"211":4}}],["export",{"2":{"96":1,"211":1,"219":4,"246":1}}],["exports",{"2":{"96":1}}],["exposed",{"2":{"92":1,"103":1,"238":1}}],["expose",{"2":{"68":1,"222":1}}],["exposing",{"2":{"24":1}}],["expressive",{"2":{"88":1}}],["jemalloc",{"2":{"96":1}}],["join",{"2":{"88":1,"214":1,"297":1}}],["joined",{"2":{"84":1,"199":1}}],["job",{"2":{"46":1,"79":3,"242":1,"261":1}}],["jobs",{"0":{"223":1},"2":{"0":1,"36":1,"122":4,"223":3,"242":1}}],["jumping",{"2":{"240":1}}],["junk",{"2":{"112":1}}],["june",{"2":{"20":1,"29":1,"30":1,"72":1,"109":1,"131":1,"195":1,"217":1,"272":1,"334":1}}],["july",{"2":{"100":1,"162":1,"228":1}}],["judgement",{"2":{"79":1,"126":1}}],["justify",{"2":{"177":1}}],["just",{"2":{"24":1,"36":1,"37":1,"62":1,"63":1,"88":1,"95":1,"122":1,"129":1,"140":1,"158":1,"167":1,"175":1,"225":1,"227":1,"258":1,"272":1,"278":1,"281":1,"285":1,"310":1,"314":1,"316":1,"338":1,"343":1,"355":1}}],["jsexport",{"2":{"246":1}}],["jsdom",{"2":{"64":1,"70":3,"72":1,"219":1}}],["jsdoc",{"2":{"13":1}}],["json",{"2":{"10":2,"15":1,"64":3,"65":1,"86":1,"93":1,"97":1,"219":3,"225":1,"240":1}}],["js",{"2":{"2":5,"3":1,"4":1,"10":6,"12":3,"15":2,"18":1,"28":2,"70":12,"105":1,"110":3,"112":1,"113":1,"117":3,"134":4,"219":20,"225":2,"273":2}}],["javascriptclass",{"2":{"219":1}}],["javascriptimport",{"2":{"12":1,"70":3,"219":2}}],["javascript",{"0":{"2":1,"138":1,"218":1},"1":{"3":1,"4":1,"219":1,"220":1,"221":1,"222":1},"2":{"1":2,"2":1,"3":1,"4":3,"11":1,"12":1,"64":2,"70":1,"105":1,"112":2,"113":1,"117":1,"124":1,"128":1,"138":1,"143":1,"157":1,"219":3,"222":1,"225":1,"240":1,"241":1,"242":2,"330":1,"350":1}}],["ugly",{"2":{"161":1}}],["utc",{"2":{"338":1,"341":1,"343":1}}],["utility",{"0":{"160":1},"2":{"139":1,"160":2,"161":1,"218":1}}],["utf",{"2":{"134":2,"225":1}}],["uris",{"0":{"311":1},"2":{"316":1}}],["uri",{"2":{"137":1,"182":3,"186":1,"192":2,"230":1,"253":3,"256":2,"264":1}}],["urls",{"2":{"307":1}}],["url|",{"2":{"55":1}}],["url",{"2":{"5":1,"55":13,"64":1,"96":1,"133":2,"137":1,"225":1,"241":1,"242":1,"285":2,"309":1,"340":1}}],["ultimately",{"2":{"137":1,"165":1}}],["ul",{"2":{"49":1}}],["uis",{"2":{"66":1}}],["ui",{"2":{"37":1,"38":1,"40":1,"43":1,"211":1,"213":2,"242":1,"281":1}}],["us",{"2":{"290":1,"296":1}}],["usiung",{"2":{"195":1}}],["using",{"0":{"66":1,"67":1,"118":1,"121":1,"166":1,"325":1,"342":1},"2":{"13":1,"18":1,"23":1,"27":1,"38":1,"47":1,"48":1,"58":1,"59":1,"63":1,"64":4,"66":1,"72":2,"74":1,"84":1,"87":1,"88":1,"92":2,"95":1,"96":2,"105":2,"107":1,"118":1,"122":1,"135":1,"140":1,"143":4,"144":1,"149":1,"150":1,"156":1,"175":1,"178":1,"181":1,"188":1,"192":3,"201":3,"211":1,"218":2,"219":2,"240":1,"250":1,"252":1,"256":2,"261":1,"264":1,"276":1,"308":1,"312":1,"314":1,"329":2,"330":1,"338":1,"347":1,"348":1}}],["usability",{"2":{"336":1}}],["usable",{"0":{"354":1},"2":{"47":1,"56":1,"171":1}}],["usage",{"0":{"199":1},"2":{"37":1,"96":1,"312":1}}],["usr",{"2":{"41":1,"109":1}}],["usually",{"2":{"142":1,"143":1,"285":1,"357":2}}],["usual",{"2":{"23":1,"253":1,"256":1}}],["useless",{"2":{"49":1}}],["users",{"2":{"115":1,"192":1}}],["user",{"0":{"37":1},"2":{"37":1,"48":1,"80":1,"84":2,"137":1,"154":1,"163":1,"167":1,"192":3,"210":1,"213":1,"230":2,"233":4,"235":1,"237":2,"242":2,"277":1,"284":1,"314":1,"329":1,"336":1,"341":1}}],["uses",{"2":{"12":1,"13":2,"40":1,"47":2,"48":1,"54":1,"70":2,"74":1,"82":1,"85":1,"87":1,"88":1,"93":2,"102":1,"120":1,"136":1,"140":1,"141":1,"142":1,"144":1,"155":1,"176":1,"184":1,"192":1,"196":1,"211":1,"214":1,"219":2,"230":1,"233":1,"314":1,"317":1,"318":1,"328":1,"340":1}}],["usefult",{"2":{"205":1}}],["useful",{"0":{"358":1},"2":{"11":1,"17":1,"32":1,"40":1,"70":1,"87":3,"99":1,"116":1,"123":1,"126":1,"142":1,"150":1,"156":1,"175":1,"182":1,"185":1,"211":1,"212":1,"236":1,"238":1,"243":1,"269":1,"315":1,"358":1}}],["use",{"0":{"27":1,"80":1,"92":1,"127":1,"130":1},"2":{"3":1,"7":1,"12":3,"13":2,"14":1,"17":1,"18":1,"27":1,"28":1,"30":1,"32":1,"36":1,"38":1,"39":3,"40":2,"42":1,"45":2,"46":1,"47":3,"49":4,"51":1,"58":3,"60":1,"64":1,"65":4,"66":2,"70":4,"71":1,"74":2,"76":1,"79":1,"80":2,"84":5,"87":5,"88":2,"91":1,"92":3,"96":3,"102":4,"104":4,"105":2,"115":2,"117":1,"118":1,"119":1,"120":2,"121":3,"123":1,"124":1,"126":2,"127":1,"128":3,"135":1,"138":3,"144":1,"145":1,"147":1,"148":2,"149":1,"152":1,"157":1,"160":1,"165":1,"166":2,"174":2,"182":3,"184":1,"188":3,"189":1,"192":3,"194":2,"195":2,"197":1,"201":1,"202":1,"203":3,"211":2,"217":1,"218":2,"219":3,"221":1,"227":1,"228":1,"235":2,"236":1,"237":1,"240":4,"241":2,"242":1,"243":1,"252":1,"253":2,"255":1,"256":2,"258":1,"259":1,"262":2,"267":1,"269":5,"271":1,"272":1,"274":1,"276":1,"277":1,"289":1,"290":1,"291":2,"295":2,"296":1,"298":1,"303":1,"310":1,"311":2,"316":1,"318":1,"324":1,"325":1,"329":1,"330":1,"333":1,"336":1,"338":2,"342":1,"343":5,"348":3,"351":1,"354":1,"357":1,"358":3}}],["used",{"2":{"0":1,"1":1,"13":1,"27":2,"28":1,"37":1,"40":3,"48":1,"54":2,"55":2,"56":1,"57":2,"58":1,"87":2,"91":1,"96":2,"97":1,"98":1,"112":1,"136":1,"152":1,"155":1,"157":1,"165":1,"166":1,"172":1,"175":1,"176":1,"197":1,"200":1,"201":2,"202":2,"203":1,"204":1,"208":1,"210":1,"212":2,"213":1,"214":1,"222":1,"225":1,"227":1,"231":1,"240":2,"242":1,"244":1,"251":2,"252":1,"271":1,"292":1,"303":1,"308":2,"310":1,"311":1,"312":1,"316":1,"323":1,"335":1,"345":1,"354":1,"355":3}}],["ux",{"0":{"161":1},"2":{"13":1,"15":1,"156":1,"161":1}}],["unwind",{"2":{"333":1}}],["untested",{"2":{"126":1}}],["until",{"2":{"3":1,"12":1,"61":1,"79":1}}],["unset",{"2":{"123":1}}],["unauthorized",{"2":{"260":1}}],["unable",{"2":{"252":1}}],["unadded",{"2":{"96":1}}],["unambiguous",{"2":{"79":1}}],["uncommitted",{"2":{"96":1}}],["unusual",{"2":{"77":1}}],["un",{"2":{"73":1,"201":1}}],["underscores",{"2":{"233":1}}],["understood",{"2":{"31":1,"241":1}}],["understand",{"0":{"314":1},"2":{"30":2,"31":1,"39":1,"85":1,"96":2,"208":1,"211":1,"259":1,"357":1,"358":1}}],["understandings",{"2":{"92":1}}],["understanding",{"2":{"10":1,"20":1,"25":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"93":1,"96":2,"100":1,"109":1,"131":1,"152":1,"162":1,"172":1,"190":1,"195":1,"207":1,"217":1,"222":1,"228":1,"238":1,"263":1,"272":1,"318":1,"334":1,"349":1,"360":1}}],["underlying",{"2":{"172":1,"317":1}}],["under",{"2":{"70":1,"93":1,"233":1,"318":1}}],["undefined",{"2":{"40":1}}],["unlicensed",{"2":{"64":1,"219":1}}],["unlike",{"2":{"38":1,"64":2,"102":1,"137":1,"147":1,"183":1,"219":1}}],["unlikely",{"2":{"25":1,"93":1}}],["unless",{"0":{"80":1},"2":{"17":1,"24":1,"92":1,"215":1,"235":2,"332":1,"341":1}}],["uniquely",{"2":{"87":1}}],["unique",{"2":{"76":1,"77":1,"84":1,"87":6,"88":5,"140":1,"280":2,"295":4,"297":1}}],["unit",{"0":{"351":1},"1":{"352":1,"353":1,"354":1,"355":1,"356":1,"357":1,"358":1,"359":1,"360":1},"2":{"51":1,"69":1,"70":1,"76":1,"105":2,"120":1,"140":1,"143":2,"186":2,"220":1,"254":2,"272":1,"301":1}}],["unix",{"2":{"37":1}}],["universal",{"2":{"25":1}}],["unifying",{"2":{"154":1,"156":1}}],["unify",{"2":{"13":1,"210":1}}],["unified",{"2":{"13":1,"195":1,"272":1,"305":1}}],["unrelated",{"2":{"17":1}}],["upon",{"2":{"83":1}}],["uppercasing",{"2":{"233":1}}],["upper",{"2":{"70":6}}],["updates",{"2":{"18":1}}],["update",{"2":{"14":1,"109":1,"234":1,"331":1}}],["updated",{"2":{"10":1,"20":1,"25":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"88":2,"93":1,"100":1,"109":4,"131":1,"152":1,"162":1,"172":1,"186":1,"190":1,"195":1,"207":1,"217":1,"222":1,"228":1,"238":1,"263":1,"272":1,"318":1,"334":1,"341":1,"349":1,"360":1}}],["up",{"0":{"211":1,"280":1,"317":1},"2":{"0":1,"9":1,"10":1,"12":1,"20":1,"22":1,"25":1,"26":1,"40":1,"44":1,"52":1,"53":1,"54":1,"58":2,"59":1,"62":1,"64":2,"68":1,"72":1,"75":1,"77":1,"81":1,"84":5,"87":1,"88":2,"89":1,"91":1,"93":1,"96":2,"100":1,"102":2,"104":1,"105":3,"107":1,"108":2,"109":1,"112":1,"120":2,"122":1,"124":1,"128":1,"130":1,"131":1,"141":1,"152":1,"162":1,"170":1,"172":1,"173":1,"176":2,"177":1,"190":1,"195":1,"200":1,"207":1,"211":2,"212":1,"214":2,"217":1,"219":2,"222":1,"223":1,"228":1,"237":1,"238":1,"240":1,"241":1,"252":1,"259":2,"263":1,"265":1,"267":1,"272":1,"280":1,"282":1,"287":1,"295":1,"298":1,"311":1,"318":1,"323":1,"332":1,"334":1,"345":1,"346":1,"348":1,"349":1,"354":1,"360":1}}],["dx",{"2":{"96":1,"104":9,"109":1,"110":1,"111":1,"176":5,"177":1,"178":1,"240":3}}],["dsls",{"2":{"229":1,"241":1}}],["dsl",{"2":{"72":1,"84":1}}],["duper",{"2":{"338":1}}],["duplcation",{"2":{"160":1}}],["duplication",{"2":{"109":1,"357":1}}],["duplicate",{"2":{"88":1}}],["during",{"2":{"59":1,"122":1,"142":1}}],["due",{"2":{"58":1,"93":1,"228":1}}],["d",{"2":{"38":2,"47":1,"58":1,"65":1,"70":2,"72":1,"84":1,"88":1,"95":1,"127":1,"166":1,"181":1,"186":1,"192":1,"241":1,"262":1,"295":2,"303":1,"329":1,"348":1,"350":1,"355":1}}],["drifted",{"2":{"341":1}}],["drift",{"2":{"214":1}}],["drilling",{"2":{"48":1}}],["drawer",{"2":{"112":1}}],["dream",{"2":{"93":1}}],["dry",{"2":{"38":3,"96":1}}],["drop",{"2":{"37":4,"83":1,"105":3}}],["dangerous",{"2":{"247":2}}],["danger",{"2":{"247":2}}],["dash",{"2":{"305":1,"309":1,"311":1}}],["dashboard",{"2":{"133":1,"210":1,"278":1,"281":2,"282":3,"283":1,"284":1,"285":1,"310":1,"311":1}}],["dashboardpage",{"2":{"123":1,"133":2,"137":2,"251":1,"282":2,"310":1,"311":2}}],["dashes",{"2":{"37":1,"233":1}}],["day",{"2":{"93":1,"102":2,"104":1,"105":2,"107":2,"140":3,"203":1,"210":1,"241":1}}],["days",{"2":{"91":1,"203":1}}],["darkest",{"2":{"47":1}}],["dates",{"0":{"202":1,"203":1},"2":{"203":2,"338":2,"339":1,"343":1}}],["datetimeformat",{"2":{"340":1}}],["datetime=",{"2":{"133":1}}],["datetime",{"2":{"133":1}}],["date",{"2":{"10":1,"20":1,"25":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"88":1,"93":1,"100":1,"109":1,"131":1,"133":1,"152":1,"162":1,"172":1,"190":1,"195":1,"202":3,"203":2,"207":1,"217":1,"222":1,"228":1,"238":1,"251":1,"252":1,"263":1,"272":1,"293":1,"318":1,"334":1,"337":1,"339":1,"342":2,"349":1,"355":2,"360":1}}],["dataset",{"2":{"74":1}}],["databases",{"2":{"93":2,"96":1,"104":1}}],["database",{"0":{"73":1,"79":1,"82":1,"91":1,"92":1,"140":1,"141":1,"280":1,"353":1},"1":{"74":1,"75":1,"76":1,"77":1,"78":1,"79":1,"80":1,"81":1,"83":1,"84":1,"85":1,"86":1,"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1},"2":{"0":1,"24":1,"35":1,"36":1,"37":8,"39":1,"40":1,"55":15,"73":7,"74":3,"77":2,"79":4,"80":3,"82":3,"83":1,"84":5,"85":4,"86":1,"87":3,"89":2,"91":4,"92":5,"93":1,"102":1,"105":11,"112":2,"122":1,"140":2,"141":3,"163":1,"186":1,"212":1,"241":1,"242":4,"243":1,"271":1,"280":2,"292":1,"295":4,"298":1,"338":3,"341":1,"342":1,"343":1,"349":2,"353":4}}],["data",{"0":{"73":1,"76":1,"77":1,"165":1,"167":1,"234":1,"252":1,"280":1,"296":1,"298":1,"345":1},"1":{"74":1,"75":1,"76":1,"77":1,"78":1,"79":1,"80":1,"81":1,"346":1,"347":1,"348":1,"349":1},"2":{"0":1,"3":1,"13":1,"18":1,"21":1,"24":2,"35":1,"37":1,"39":1,"45":1,"73":1,"74":7,"75":2,"76":4,"77":4,"79":7,"80":7,"84":5,"85":1,"87":1,"88":2,"91":3,"92":2,"105":1,"110":2,"112":8,"113":1,"115":1,"128":1,"133":1,"136":4,"140":1,"141":2,"143":1,"147":1,"153":3,"154":1,"157":1,"163":2,"164":2,"165":1,"167":2,"182":1,"183":1,"188":1,"189":1,"210":1,"212":3,"227":2,"234":1,"237":2,"242":2,"246":2,"260":2,"262":2,"280":7,"290":1,"294":2,"295":2,"296":4,"297":1,"298":5,"314":1,"328":1,"338":1,"345":3,"346":8,"347":2,"348":1,"349":4}}],["dbconsole",{"2":{"105":1,"295":2}}],["db",{"2":{"37":6,"41":2,"49":1,"55":3,"74":5,"76":5,"77":7,"84":18,"87":1,"91":3,"105":3,"109":3,"110":3,"112":6,"113":5,"141":4,"148":1,"149":1,"183":2,"184":1,"242":1,"280":8,"282":3,"295":8,"296":4,"297":6,"298":6,"346":1,"349":2}}],["dc",{"2":{"33":1}}],["dinner",{"2":{"140":3}}],["digital",{"2":{"304":1}}],["dig",{"2":{"230":1}}],["digging",{"2":{"137":1,"164":1}}],["digest",{"2":{"32":1}}],["dictates",{"2":{"137":1,"182":1}}],["did",{"2":{"129":1,"267":1,"285":1,"329":1}}],["didn",{"2":{"87":1,"129":1}}],["dir|",{"2":{"56":2}}],["dir",{"2":{"56":5,"57":1}}],["dirname",{"2":{"41":1,"109":1}}],["direction",{"2":{"324":1}}],["directives",{"2":{"64":1}}],["directive",{"2":{"64":1,"65":1}}],["directories",{"2":{"113":1,"142":1,"197":1}}],["directory",{"0":{"110":1},"1":{"111":1,"112":1,"113":1},"2":{"22":2,"65":1,"111":1,"112":4,"113":1}}],["direct",{"2":{"54":1,"95":1,"222":1,"223":1,"306":1,"311":1,"350":1}}],["directly",{"2":{"3":1,"7":1,"9":1,"174":1,"176":1,"188":1,"189":1,"201":1,"203":1,"231":1,"236":1,"252":1,"258":1,"312":1}}],["differs",{"2":{"84":1}}],["differ",{"2":{"79":1}}],["different",{"2":{"70":2,"74":1,"79":1,"91":1,"102":2,"119":1,"195":1,"211":1,"219":1,"224":1,"232":1,"241":1,"295":1,"350":1}}],["differentiate",{"2":{"64":1}}],["difference",{"2":{"49":1,"50":1}}],["differences",{"2":{"2":1,"99":1}}],["diffusion",{"2":{"27":1}}],["difficult",{"2":{"25":1,"71":1,"127":1,"221":1,"330":1}}],["disable",{"2":{"330":1,"333":2}}],["disabled",{"2":{"14":1,"58":1}}],["disallow",{"2":{"330":1}}],["dissonance",{"2":{"195":1}}],["disk",{"2":{"104":1}}],["dispatchevent",{"2":{"70":2}}],["displayed",{"2":{"203":1}}],["displaying",{"0":{"203":1}}],["display",{"2":{"5":1,"157":2,"281":2,"324":1}}],["discretion",{"2":{"194":1}}],["discarded",{"2":{"167":1}}],["discuss",{"2":{"156":1,"157":1,"167":1,"211":1,"311":1}}],["discussed",{"2":{"58":1,"88":1,"148":1,"165":1,"251":1}}],["discourage",{"2":{"141":1}}],["discouraged",{"2":{"24":1,"91":1,"149":1,"150":1,"228":1,"231":1,"252":1}}],["diagram",{"2":{"104":1,"105":1}}],["diagnosing",{"2":{"4":1}}],["dialog",{"2":{"13":3,"138":3}}],["dive",{"2":{"179":1}}],["div",{"2":{"6":1,"48":1,"135":1,"149":1,"157":1,"177":1,"201":1,"251":2,"262":1,"281":1,"291":2}}],["dynamically",{"2":{"13":1,"202":1}}],["dynamic",{"2":{"3":2,"199":1,"227":1}}],["doubly",{"2":{"357":1}}],["double",{"2":{"87":1}}],["doens",{"2":{"302":1}}],["doesn",{"0":{"129":1},"2":{"14":1,"41":1,"70":1,"84":2,"99":1,"115":1,"124":1,"138":1,"142":1,"144":1,"149":1,"151":1,"188":1,"227":1,"235":1,"237":1,"242":1,"289":1,"291":1,"296":1,"315":1,"354":1}}],["does",{"0":{"350":1},"2":{"5":1,"6":1,"9":1,"13":1,"21":1,"25":1,"37":1,"38":1,"48":1,"56":1,"62":1,"64":1,"68":1,"70":1,"72":2,"84":1,"91":1,"105":1,"108":1,"116":1,"119":1,"127":1,"136":1,"145":1,"161":1,"172":1,"189":1,"202":1,"212":1,"214":1,"217":2,"219":2,"222":1,"229":1,"236":1,"240":1,"243":2,"250":1,"266":1,"289":1,"313":1,"318":1,"326":1,"339":1,"342":1,"355":1}}],["dog",{"2":{"210":1}}],["dow",{"2":{"203":3}}],["down",{"2":{"84":2,"91":1,"104":1,"210":1,"212":1,"295":1}}],["downloading",{"2":{"91":1}}],["download",{"2":{"63":1,"64":1,"182":2}}],["downsides",{"2":{"70":1}}],["downside",{"2":{"3":1,"353":1}}],["doctype",{"2":{"134":2,"219":1,"225":1,"273":1}}],["docker",{"2":{"96":8,"102":1,"103":3,"104":11,"108":1,"174":2,"175":4,"176":6,"239":1,"240":5,"344":1}}],["dockerfile",{"2":{"95":1,"96":9,"97":1,"102":1,"104":4}}],["docs",{"2":{"83":1,"179":2,"305":2}}],["documented",{"2":{"238":1}}],["documenting",{"2":{"118":1}}],["documents",{"0":{"116":1},"2":{"83":1,"116":1,"237":1}}],["documentation",{"0":{"32":1,"114":1,"305":1},"1":{"115":1,"116":1,"117":1,"118":1},"2":{"13":1,"14":1,"27":1,"32":5,"37":1,"40":1,"57":1,"65":1,"84":2,"95":1,"105":1,"108":1,"118":3,"121":1,"127":1,"213":1,"219":1,"229":1,"248":1,"348":1,"352":1}}],["document",{"2":{"12":1,"14":1,"40":1,"70":12,"88":1,"235":1}}],["doing",{"2":{"70":1,"79":1,"87":1,"89":1,"210":4,"261":1,"283":1,"297":1,"345":1,"346":1,"348":1}}],["dom",{"2":{"70":4,"256":1}}],["domain",{"0":{"21":1,"142":1},"1":{"22":1,"23":1,"24":1,"25":1},"2":{"21":1,"23":1,"73":1,"74":1,"77":2,"87":1,"88":1,"112":1,"141":2,"142":4,"241":1,"242":2,"271":1,"317":1}}],["domcontentloaded",{"2":{"12":1}}],["don",{"0":{"18":1,"188":1,"259":1,"267":1,"285":1},"2":{"14":1,"24":1,"38":2,"58":2,"61":1,"64":1,"70":1,"77":2,"84":1,"89":1,"91":2,"93":1,"96":1,"115":2,"129":1,"161":1,"168":1,"174":1,"185":1,"188":1,"192":1,"212":1,"214":1,"215":1,"218":1,"226":1,"234":2,"237":1,"259":1,"262":1,"269":1,"274":1,"283":2,"329":1,"332":1,"342":1,"355":1}}],["done",{"2":{"12":1,"24":1,"35":1,"65":1,"87":1,"97":2,"104":1,"158":1,"189":1,"192":2,"240":1,"332":1,"341":1}}],["do",{"0":{"3":1,"79":1,"80":1},"2":{"3":2,"6":1,"12":4,"13":1,"14":1,"18":2,"24":3,"25":1,"38":1,"40":1,"46":2,"47":3,"48":2,"49":6,"55":2,"56":2,"60":2,"61":2,"76":4,"77":9,"79":2,"84":8,"87":5,"88":5,"96":2,"105":1,"111":1,"119":1,"120":1,"121":3,"123":1,"127":1,"129":1,"130":1,"133":4,"134":3,"135":2,"136":2,"138":2,"140":3,"142":1,"148":1,"149":1,"151":1,"156":1,"157":2,"165":1,"166":2,"176":1,"177":2,"182":1,"184":1,"195":1,"199":1,"201":4,"203":1,"212":1,"213":1,"219":3,"225":4,"229":1,"234":2,"237":4,"240":2,"241":1,"251":3,"252":1,"254":1,"256":3,"259":1,"260":1,"265":1,"269":1,"272":2,"273":3,"275":1,"280":6,"281":4,"283":2,"285":3,"288":1,"289":1,"291":5,"295":5,"296":1,"297":5,"298":2,"305":1,"311":2,"312":1,"317":1,"318":1,"323":1,"324":1,"325":2,"333":4,"338":1,"342":1,"343":1,"347":1,"355":3,"358":1,"359":2}}],["debate",{"2":{"243":1}}],["debug=",{"2":{"276":1}}],["debug",{"2":{"37":4,"96":2,"127":1,"211":1,"276":9}}],["debugging",{"2":{"10":1,"14":1,"20":1,"25":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"88":1,"93":1,"96":2,"99":1,"100":1,"109":1,"131":1,"152":1,"162":1,"172":1,"190":1,"195":1,"207":1,"217":1,"222":1,"228":1,"238":1,"261":1,"263":1,"272":1,"318":1,"334":1,"349":1,"360":1}}],["derive",{"2":{"175":1}}],["derived",{"2":{"38":1,"55":1}}],["demo",{"2":{"175":5}}],["demonstrates",{"2":{"245":1}}],["demonstrate",{"2":{"167":1,"277":1}}],["demand",{"2":{"152":2}}],["degree",{"2":{"302":1}}],["degrade",{"2":{"188":1}}],["degrades",{"2":{"157":1}}],["degenerate",{"2":{"108":1}}],["deeply",{"2":{"85":1,"310":1}}],["deeper",{"2":{"10":1,"20":1,"25":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"93":1,"100":1,"109":1,"131":1,"152":1,"162":1,"172":1,"190":1,"195":1,"207":1,"217":1,"222":1,"228":1,"238":1,"263":1,"272":1,"318":1,"334":1,"349":1,"360":1}}],["deactivated",{"2":{"76":1,"77":1,"84":3,"87":1,"88":1,"140":1,"280":2,"282":1,"293":1,"295":3,"297":1,"346":1}}],["deals",{"2":{"211":1,"242":2}}],["dealing",{"2":{"148":1}}],["dealt",{"2":{"97":1}}],["deal",{"2":{"3":1,"160":1,"167":1,"338":1}}],["deploying",{"2":{"95":1,"96":2}}],["deploy",{"2":{"95":1,"96":25,"97":1,"110":1,"304":1}}],["deployed",{"2":{"94":1}}],["deployments",{"2":{"97":1,"98":1}}],["deployment",{"0":{"94":1,"96":1,"97":1,"304":1},"1":{"95":1,"96":1,"97":1,"98":1,"99":1,"100":1},"2":{"64":1,"95":1,"96":4,"98":1,"304":1}}],["dependent",{"2":{"269":1}}],["dependency",{"2":{"61":1,"219":1}}],["dependencies",{"2":{"48":1,"55":1,"64":1,"219":1,"221":1,"230":1,"359":1}}],["dependeices",{"2":{"62":1}}],["depend",{"2":{"60":1}}],["depends",{"2":{"55":1,"211":2,"214":1,"233":1,"338":1}}],["depending",{"2":{"42":1,"133":1,"339":1}}],["delegate",{"2":{"255":1}}],["delegates",{"2":{"172":1}}],["deleted",{"2":{"149":2,"184":2}}],["delete",{"2":{"47":3,"91":1,"149":2,"184":3,"188":2,"243":1,"310":1}}],["deletewidgetwithidhandler",{"2":{"310":1}}],["deletewidgetbyidhandler",{"2":{"149":1,"184":1}}],["deletewidget",{"2":{"47":1}}],["delivered",{"2":{"133":1}}],["delivery",{"2":{"3":1}}],["decided",{"2":{"217":1,"311":1}}],["decide",{"2":{"189":1}}],["decisions",{"2":{"0":2}}],["decision",{"0":{"0":1},"2":{"18":1}}],["decent",{"2":{"118":1}}],["declaring",{"0":{"165":1},"2":{"38":1,"55":1,"147":2,"230":1,"252":1,"313":1}}],["declared",{"2":{"166":1,"167":1,"229":1}}],["declares",{"2":{"55":1,"136":1,"165":1}}],["declare",{"2":{"27":1,"38":2,"136":2,"148":3,"149":1,"165":1,"188":1,"233":1,"234":1,"283":1,"308":5}}],["declaration",{"0":{"26":1},"1":{"27":1,"28":1,"29":1,"30":1,"31":1,"32":1,"33":1,"34":1},"2":{"165":1}}],["desktop",{"2":{"145":1,"208":1,"211":4,"300":1}}],["despite",{"2":{"115":1}}],["desiged",{"2":{"229":1}}],["designed",{"2":{"49":1,"53":1,"140":1,"195":1,"224":1,"237":1,"307":1}}],["designer",{"2":{"33":1}}],["design",{"2":{"18":1,"66":1,"80":2,"129":1,"160":1,"230":1,"235":1,"237":2,"241":1,"273":1,"277":1,"324":1,"333":1}}],["desire",{"2":{"56":1,"68":1,"222":1}}],["describes",{"2":{"136":1,"242":1}}],["describe",{"2":{"70":3,"77":4,"121":2,"123":1,"147":1,"148":1,"355":4,"359":1}}],["described",{"2":{"10":1,"165":1,"256":3}}],["descriptions",{"2":{"105":1}}],["description",{"2":{"38":6,"49":1,"70":1,"83":1,"92":1,"156":2,"157":2,"165":2,"166":3,"167":2,"183":2,"231":1,"232":1,"240":1,"252":1,"355":1}}],["detailed",{"2":{"235":2}}],["detail",{"2":{"210":1,"228":1,"252":2}}],["details",{"2":{"13":1,"73":1,"76":1,"83":1,"88":1,"96":1,"116":1,"148":1,"176":1,"211":1,"219":1,"225":1,"240":1,"247":4,"252":1}}],["detected",{"2":{"212":1}}],["detect",{"2":{"123":1,"192":1,"290":1,"341":1}}],["detection",{"2":{"13":1,"15":1,"192":1,"335":1,"340":2}}],["determines",{"2":{"340":1}}],["determined",{"2":{"310":1}}],["determine",{"2":{"308":1,"310":1,"317":1,"339":1,"340":1,"347":1}}],["determins",{"2":{"84":1}}],["determining",{"2":{"54":1,"127":1,"338":1}}],["defered",{"2":{"61":1}}],["defer",{"2":{"43":1,"134":2,"189":1,"219":1,"225":1,"273":1}}],["defers",{"2":{"42":1,"202":1}}],["deferring",{"2":{"37":1}}],["def",{"2":{"38":2,"47":2,"48":3,"49":3,"59":1,"87":1,"133":4,"134":2,"135":3,"137":2,"148":8,"149":5,"156":2,"166":3,"167":2,"177":1,"183":2,"184":2,"192":5,"213":1,"225":2,"230":1,"234":2,"251":1,"269":2,"273":2,"274":3,"276":6,"280":1,"281":3,"282":6,"283":1,"284":1,"289":1,"290":2,"291":2,"298":1,"322":1,"323":1,"324":1,"346":1}}],["definition",{"2":{"172":2,"240":1,"252":1,"285":1}}],["definitions",{"2":{"79":1,"172":2}}],["defining",{"2":{"12":1}}],["defined",{"2":{"102":1,"141":1,"335":1,"352":1}}],["defines",{"2":{"14":1,"27":1,"58":1}}],["define",{"2":{"12":1,"14":1,"15":1,"47":1,"76":1,"172":1,"280":1,"297":2}}],["defaultlayout",{"2":{"134":1,"225":2,"251":1,"340":1}}],["defaults",{"0":{"130":1},"2":{"58":1,"130":1,"165":1,"197":3,"202":1,"252":1,"338":1}}],["default",{"0":{"212":1},"2":{"8":1,"12":1,"14":1,"37":4,"40":1,"58":3,"66":1,"70":3,"73":1,"83":1,"84":2,"88":3,"96":4,"97":1,"105":1,"123":3,"140":4,"149":3,"157":2,"165":1,"188":1,"197":1,"200":2,"203":2,"204":1,"214":1,"216":1,"219":3,"225":3,"233":3,"235":4,"237":7,"246":2,"251":2,"252":2,"295":4,"322":1,"330":2,"340":1,"343":1,"359":1}}],["devs",{"2":{"108":1}}],["devcenter",{"2":{"96":1}}],["devcontainer>",{"2":{"96":3}}],["develompent",{"2":{"91":1}}],["developed",{"2":{"30":1,"173":1}}],["developers",{"2":{"28":1,"85":1,"210":1,"264":1,"303":1}}],["developer",{"2":{"25":1,"87":1,"93":1,"97":1,"102":1}}],["development=",{"2":{"295":2}}],["development",{"0":{"345":1},"1":{"346":1,"347":1,"348":1,"349":1},"2":{"2":3,"37":2,"84":1,"91":1,"102":2,"111":2,"112":1,"142":1,"145":1,"208":1,"211":2,"212":1,"239":1,"330":1,"345":1,"346":1,"347":1,"348":1}}],["devdependencies",{"2":{"64":1,"219":1}}],["devices",{"2":{"18":1}}],["dev",{"0":{"91":1,"101":1,"176":1,"300":1},"1":{"102":1,"103":1,"104":1,"105":1,"106":1,"107":1,"108":1,"109":1},"2":{"4":1,"35":1,"60":2,"96":1,"99":1,"101":1,"102":1,"103":2,"105":5,"144":1,"173":1,"176":2,"177":1,"211":1,"250":1,"295":2,"300":1,"349":2}}],["w",{"2":{"174":1,"175":2}}],["wrong",{"2":{"117":2,"130":1,"184":1,"261":1}}],["wrapped",{"2":{"265":1}}],["wrapper",{"2":{"42":1,"124":1,"155":1,"253":1}}],["wrap",{"2":{"182":1}}],["wraps",{"2":{"13":1,"86":1,"96":1,"197":1}}],["writing",{"2":{"29":1,"30":1,"119":2,"158":1,"160":1,"296":1,"318":1,"350":2}}],["write",{"2":{"23":1,"27":1,"37":1,"65":1,"72":1,"77":1,"105":1,"116":1,"118":1,"119":1,"120":1,"124":1,"125":1,"127":1,"160":1,"215":1,"359":1}}],["written",{"0":{"29":1,"30":1,"31":1},"2":{"23":1,"29":2,"30":1,"32":1,"105":1,"108":1,"143":1,"221":1,"283":1,"349":1,"350":1}}],["woefully",{"2":{"303":1}}],["won",{"2":{"80":2,"84":1,"148":1,"259":1,"285":1,"311":1,"355":1}}],["worse",{"2":{"357":2}}],["worst",{"2":{"301":1,"337":1}}],["worth",{"2":{"221":1}}],["worthwhile",{"2":{"161":1}}],["words",{"2":{"104":1,"105":1}}],["world",{"2":{"87":1,"93":2,"119":1,"244":1}}],["worry",{"2":{"84":1,"221":1,"323":1,"338":1}}],["worrying",{"2":{"40":1}}],["working",{"2":{"104":1,"105":1,"107":1,"108":1,"210":2,"211":2}}],["worker",{"2":{"96":1}}],["workflow",{"2":{"91":2,"104":1,"105":1}}],["work",{"0":{"129":1},"2":{"15":1,"17":1,"18":2,"58":1,"61":1,"70":1,"72":2,"84":3,"97":1,"102":1,"108":1,"134":1,"157":1,"158":1,"172":1,"180":1,"182":1,"184":1,"192":1,"203":1,"204":1,"219":1,"223":1,"228":1,"240":2,"250":1,"256":1,"264":1,"281":1,"283":1,"310":1,"329":1,"344":1,"352":1,"359":1}}],["workspace",{"0":{"105":1},"2":{"102":3,"104":1,"105":2,"108":1}}],["works",{"2":{"7":1,"32":1,"64":1,"70":1,"77":1,"88":1,"116":1,"124":1,"138":1,"148":1,"167":1,"176":1,"195":1,"200":2,"219":1}}],["wouldn",{"2":{"58":1,"61":1}}],["would",{"2":{"3":1,"18":2,"22":4,"27":1,"38":2,"47":1,"49":3,"50":1,"64":2,"74":2,"77":2,"84":1,"88":1,"95":1,"96":1,"102":1,"118":1,"133":2,"141":1,"142":1,"148":1,"155":1,"157":2,"188":1,"193":1,"197":1,"200":1,"201":1,"219":3,"221":1,"229":1,"231":1,"233":1,"251":1,"252":3,"264":1,"285":2,"289":1,"299":1,"301":1,"311":1,"355":1}}],["width",{"2":{"225":1}}],["width=device",{"2":{"225":1}}],["widely",{"2":{"222":1}}],["wide",{"2":{"58":1,"252":1}}],["widgetlistitem",{"2":{"49":2}}],["widgetsbyid",{"2":{"310":1}}],["widgetsbyidpage",{"2":{"230":1,"236":1,"252":1,"310":1,"311":5}}],["widgetscontroller",{"2":{"285":1}}],["widgetspage",{"2":{"149":2,"183":1,"184":2,"290":1}}],["widgets",{"2":{"49":1,"50":1,"83":4,"84":4,"88":1,"166":2,"230":1,"243":1,"250":4,"252":1,"287":1,"289":2,"290":1,"291":4,"309":1,"310":1,"311":4,"314":3,"316":2,"317":1,"318":2}}],["widgetcomponent",{"2":{"49":4}}],["widget",{"2":{"47":3,"49":10,"84":5,"88":1,"149":10,"165":2,"166":2,"183":4,"184":12,"188":2,"199":5,"219":12,"236":1,"237":1,"250":4,"289":2,"290":1,"291":1,"310":2,"311":1,"314":1,"317":1}}],["witih",{"2":{"37":1}}],["withhtml",{"2":{"70":11}}],["within",{"2":{"49":1,"124":1}}],["without",{"2":{"4":1,"30":2,"40":2,"84":1,"87":1,"108":1,"124":1,"141":1,"157":2,"175":1,"192":1,"204":1,"218":1,"219":1,"230":1,"235":1,"237":1,"250":1,"278":2,"283":1,"285":2,"303":1,"332":1,"335":1,"338":2,"359":2}}],["with",{"0":{"34":1,"76":1,"161":1,"289":1,"290":1,"291":1,"315":1},"2":{"3":1,"4":1,"10":1,"13":5,"14":2,"17":1,"18":3,"20":1,"24":1,"25":1,"30":1,"31":1,"36":1,"42":1,"44":1,"47":2,"48":2,"49":1,"52":1,"55":2,"57":1,"62":1,"64":2,"65":1,"66":1,"68":1,"70":3,"72":2,"73":1,"74":1,"76":1,"77":1,"81":1,"82":1,"83":1,"84":4,"86":1,"87":4,"88":3,"93":1,"95":1,"96":2,"97":2,"100":1,"102":1,"104":2,"105":2,"109":1,"115":1,"119":3,"120":1,"121":1,"123":1,"124":1,"127":1,"128":1,"131":1,"133":1,"136":1,"139":1,"140":1,"141":1,"148":1,"149":1,"152":1,"157":4,"158":1,"162":1,"163":2,"164":1,"166":2,"167":1,"172":1,"175":1,"178":2,"182":6,"185":1,"188":1,"190":1,"192":4,"195":1,"197":2,"198":1,"207":1,"211":2,"213":3,"214":1,"217":1,"218":1,"219":1,"220":1,"222":1,"223":1,"225":1,"228":1,"231":1,"233":3,"234":1,"237":3,"238":1,"240":3,"241":1,"242":3,"243":1,"246":1,"250":1,"252":3,"256":1,"260":1,"263":1,"269":2,"272":1,"278":1,"281":1,"286":1,"290":2,"295":7,"298":1,"302":1,"305":1,"308":1,"309":2,"310":4,"311":5,"313":1,"314":1,"318":3,"328":1,"329":3,"334":1,"338":4,"339":1,"340":1,"342":4,"346":1,"348":2,"349":1,"355":1,"358":1,"359":1,"360":1}}],["window",{"2":{"13":1,"70":10,"138":1}}],["wish",{"2":{"7":1,"203":1,"219":1}}],["willextend",{"2":{"250":1}}],["will",{"2":{"0":6,"3":4,"4":1,"5":1,"6":1,"9":1,"10":1,"12":1,"13":1,"14":1,"15":1,"20":1,"22":1,"24":1,"25":2,"32":1,"33":1,"34":1,"35":2,"37":4,"38":2,"39":4,"40":3,"42":1,"43":1,"44":1,"47":1,"48":1,"49":1,"52":1,"55":1,"56":2,"58":1,"61":3,"62":2,"64":3,"68":1,"70":4,"72":2,"74":1,"76":1,"77":1,"79":2,"81":1,"84":4,"85":1,"86":1,"87":1,"88":1,"91":1,"93":1,"95":1,"96":5,"97":2,"99":1,"100":1,"102":1,"103":3,"104":1,"105":1,"107":1,"108":1,"109":3,"120":1,"121":1,"122":7,"123":3,"124":2,"131":1,"136":3,"137":2,"138":1,"139":1,"142":1,"143":1,"149":3,"151":1,"152":1,"155":2,"156":1,"157":4,"158":2,"160":1,"162":1,"164":1,"165":1,"166":3,"167":1,"170":2,"172":2,"173":1,"175":2,"176":1,"182":2,"183":2,"186":5,"188":2,"189":3,"190":1,"192":9,"193":1,"195":1,"197":2,"198":1,"199":1,"200":2,"203":3,"204":2,"205":1,"207":1,"211":6,"212":1,"213":4,"214":1,"215":1,"217":2,"219":4,"221":3,"222":1,"223":2,"225":1,"228":1,"233":1,"235":3,"236":2,"237":5,"238":2,"240":3,"251":3,"252":2,"253":4,"255":2,"256":1,"259":1,"260":1,"263":1,"264":2,"265":1,"266":1,"269":2,"270":1,"272":2,"273":1,"277":1,"280":2,"281":1,"283":3,"285":1,"286":2,"289":4,"290":1,"291":4,"292":1,"293":2,"295":6,"296":1,"297":2,"298":2,"308":1,"310":3,"311":2,"312":1,"315":2,"316":1,"318":3,"319":1,"320":2,"323":1,"324":1,"329":2,"331":1,"334":1,"338":2,"340":3,"341":1,"342":3,"343":3,"344":1,"346":2,"347":2,"349":3,"352":3,"353":1,"354":4,"355":3,"356":1,"358":1,"359":1,"360":1}}],["wall",{"2":{"301":1}}],["walk",{"2":{"170":1}}],["watch",{"2":{"130":1}}],["waiting",{"2":{"129":1}}],["wait",{"2":{"123":2,"124":3,"158":1}}],["warned",{"2":{"212":1}}],["warnings",{"2":{"225":1}}],["warning",{"2":{"205":1,"212":1,"223":1,"234":1,"247":6,"250":1}}],["warn",{"2":{"37":2,"96":1}}],["washington",{"2":{"33":1}}],["was",{"2":{"13":1,"14":1,"29":1,"88":1,"167":2,"198":1,"211":1,"213":1,"231":2,"233":4,"252":1,"256":1,"295":1,"311":2,"350":1}}],["wants",{"2":{"18":1,"138":1,"241":1,"252":1}}],["want",{"2":{"3":1,"17":1,"22":1,"24":1,"29":1,"40":1,"47":1,"49":1,"58":1,"59":1,"61":2,"74":1,"77":2,"88":2,"89":1,"96":1,"112":1,"113":1,"129":1,"140":1,"179":1,"186":1,"192":1,"201":1,"205":1,"213":1,"215":1,"223":1,"225":1,"231":1,"236":1,"237":1,"250":1,"253":1,"254":1,"255":1,"256":1,"258":1,"259":1,"262":1,"269":1,"274":1,"275":1,"277":1,"283":2,"284":1,"290":1,"298":1,"302":1,"319":1,"323":1,"332":1,"339":1,"346":1,"353":1,"355":1}}],["ways",{"2":{"65":1,"73":1,"94":1,"95":1,"127":1,"154":1,"213":1,"324":1,"339":1,"351":1}}],["way",{"2":{"2":1,"3":1,"5":1,"18":2,"23":1,"24":2,"31":1,"41":1,"42":1,"45":1,"49":1,"64":1,"70":2,"72":1,"76":1,"79":1,"84":1,"85":1,"87":1,"92":1,"99":1,"102":1,"108":1,"112":1,"119":2,"127":1,"128":3,"135":1,"136":1,"140":1,"146":1,"150":1,"151":1,"163":1,"174":1,"182":1,"203":1,"210":2,"212":1,"219":1,"221":1,"223":1,"224":1,"237":1,"241":3,"252":1,"260":1,"264":1,"269":1,"272":1,"286":1,"311":1,"329":1,"330":1,"338":1,"341":1,"346":1,"350":1,"353":1,"355":1,"358":2}}],["who",{"2":{"33":1,"77":1,"84":1,"87":1,"88":1,"140":1,"280":1,"295":1}}],["whose",{"2":{"3":1,"230":1,"341":1,"352":1}}],["whew",{"2":{"291":1}}],["whereas",{"2":{"172":1}}],["wherever",{"2":{"80":1}}],["where",{"2":{"6":1,"18":1,"21":1,"27":1,"56":3,"58":1,"93":1,"96":1,"105":1,"115":2,"124":1,"136":1,"157":1,"176":1,"181":1,"182":1,"188":2,"211":2,"212":1,"229":1,"234":1,"242":5,"261":1,"313":1,"316":1,"329":1,"332":1,"354":1,"355":1,"358":1}}],["whenever",{"2":{"157":2}}],["when",{"0":{"156":1,"235":1},"2":{"3":3,"5":1,"13":1,"37":1,"40":1,"47":1,"55":2,"56":2,"58":1,"61":1,"62":1,"64":2,"70":1,"72":2,"74":1,"76":1,"79":1,"80":1,"86":2,"87":5,"88":1,"91":1,"96":1,"104":2,"105":1,"107":1,"108":1,"109":2,"119":2,"121":1,"124":1,"126":1,"136":1,"138":1,"140":1,"148":2,"152":1,"154":1,"155":1,"165":1,"177":2,"183":1,"184":1,"198":1,"201":2,"211":2,"212":1,"213":2,"214":1,"219":2,"223":1,"229":1,"234":1,"235":1,"237":3,"240":4,"242":1,"250":1,"252":2,"256":2,"260":2,"262":1,"271":1,"289":1,"290":2,"291":1,"295":1,"303":1,"311":1,"314":1,"316":1,"318":1,"323":1,"328":1,"329":1,"330":1,"331":1,"338":2,"340":1,"341":3,"346":1,"352":1,"355":2,"357":1,"358":2}}],["white",{"2":{"18":1}}],["whitespace",{"2":{"4":1}}],["which",{"2":{"10":1,"11":1,"37":8,"38":2,"42":2,"46":3,"48":1,"54":1,"56":1,"57":1,"60":1,"62":1,"70":3,"74":1,"77":1,"84":2,"85":1,"86":7,"87":1,"88":1,"96":2,"99":1,"104":1,"109":1,"115":1,"118":1,"120":1,"133":1,"136":1,"137":1,"138":1,"139":1,"146":1,"147":1,"148":1,"152":1,"156":1,"157":2,"164":1,"165":1,"166":1,"173":1,"175":1,"182":3,"185":1,"186":1,"189":1,"202":1,"203":2,"205":1,"208":2,"211":1,"213":2,"214":2,"218":1,"219":1,"224":1,"225":1,"229":1,"233":1,"234":1,"235":1,"240":2,"242":1,"250":2,"251":2,"252":1,"253":1,"255":2,"260":1,"264":1,"269":4,"290":1,"292":1,"295":1,"302":1,"310":1,"311":1,"324":1,"330":2,"331":1,"335":1,"338":2,"340":1,"341":1,"343":2}}],["while",{"2":{"3":2,"10":1,"20":1,"24":1,"25":1,"27":1,"33":1,"44":1,"52":1,"62":1,"68":1,"69":1,"72":1,"81":1,"88":1,"93":2,"100":1,"102":2,"108":1,"109":1,"127":1,"131":1,"149":1,"152":1,"162":1,"172":1,"190":1,"195":3,"203":1,"207":1,"212":1,"214":1,"217":1,"222":1,"228":2,"238":1,"263":1,"271":1,"272":1,"318":2,"334":1,"349":1,"360":1}}],["why",{"0":{"3":1,"4":1,"210":1,"350":1},"2":{"80":1,"84":1,"91":1,"92":2,"108":1,"119":1,"124":1,"128":1,"130":1,"152":1,"210":1,"211":1,"228":1,"252":1,"255":1,"264":1}}],["whatever",{"2":{"17":2,"18":1,"39":1,"108":1,"129":1,"136":1,"137":1,"139":1,"147":1,"149":1,"151":1,"164":1,"167":2,"219":1,"229":1,"252":1,"255":1,"259":1,"340":1,"355":1}}],["what",{"0":{"3":1,"4":1,"212":1},"2":{"12":1,"13":2,"14":1,"18":1,"24":1,"28":1,"37":1,"38":3,"42":1,"57":1,"58":1,"65":1,"72":1,"79":1,"84":1,"87":2,"91":1,"96":1,"104":1,"105":1,"116":1,"126":1,"127":1,"130":1,"136":1,"137":1,"147":1,"148":2,"167":1,"182":1,"189":1,"192":1,"198":2,"210":3,"212":1,"213":1,"216":1,"219":1,"222":1,"225":2,"229":1,"231":1,"236":1,"237":2,"242":1,"243":2,"252":2,"253":1,"261":1,"267":1,"269":1,"285":1,"299":2,"308":1,"316":1,"330":1,"337":1,"338":1,"339":1,"341":1,"348":1,"350":5}}],["week",{"2":{"203":3}}],["welcome",{"2":{"177":1,"251":1,"256":1,"276":1,"281":1}}],["well",{"2":{"2":1,"7":1,"13":1,"70":2,"84":1,"120":1,"133":2,"144":1,"160":1,"164":1,"173":1,"178":1,"189":1,"200":1,"203":1,"210":1,"213":1,"221":1,"223":1,"240":1,"242":2,"264":1,"284":1,"289":1,"320":1,"324":1}}],["were",{"2":{"13":1,"31":1,"33":1,"61":1,"84":1,"157":1,"183":1,"198":1,"289":1}}],["we",{"2":{"10":1,"20":1,"25":1,"26":1,"29":1,"30":1,"31":1,"32":3,"44":1,"48":2,"52":1,"58":1,"61":4,"62":1,"68":1,"70":1,"72":1,"81":1,"93":3,"100":1,"109":1,"119":2,"127":1,"128":1,"131":1,"136":1,"137":1,"142":1,"152":1,"156":2,"157":1,"162":1,"164":1,"167":1,"170":1,"172":1,"175":1,"183":1,"188":1,"190":1,"192":11,"194":1,"195":1,"207":1,"211":1,"213":3,"217":1,"219":2,"221":1,"222":1,"228":1,"238":1,"243":4,"252":2,"259":1,"263":1,"264":1,"272":2,"280":5,"281":5,"282":7,"283":8,"284":4,"285":1,"288":1,"289":5,"290":4,"294":1,"295":1,"297":1,"298":3,"311":1,"318":1,"320":1,"322":2,"323":3,"324":6,"325":1,"334":1,"335":1,"336":1,"346":1,"348":1,"349":1,"350":2,"356":1,"360":1}}],["websockets",{"2":{"302":1}}],["websites",{"2":{"328":1}}],["website",{"2":{"119":1,"121":2,"225":1,"328":1,"330":1}}],["web",{"0":{"302":1,"338":1},"2":{"0":1,"13":1,"14":1,"36":2,"96":3,"102":1,"115":1,"120":1,"129":1,"133":1,"138":1,"181":1,"222":1,"241":5,"242":4,"243":1,"249":2,"250":1,"252":1,"301":1,"307":1,"327":1,"330":1,"350":3}}],["fs",{"2":{"324":4}}],["fkey",{"2":{"295":2}}],["ff",{"2":{"177":1}}],["fledge",{"2":{"344":1}}],["flex",{"2":{"177":2,"324":2}}],["flexible",{"2":{"68":1,"212":1,"222":1}}],["flexibility",{"2":{"53":1,"198":1,"241":1,"307":1,"313":1}}],["flag",{"2":{"155":1}}],["flaky",{"2":{"125":1}}],["flashcomponent",{"2":{"48":2,"135":2,"149":1,"200":2}}],["flash",{"0":{"146":1,"149":1,"275":1},"1":{"147":1,"148":1,"149":1,"150":1,"151":1,"152":1,"276":1},"2":{"48":9,"58":7,"121":2,"128":2,"135":9,"146":1,"147":4,"149":18,"150":2,"151":1,"152":5,"184":7,"200":1,"230":3,"231":2,"252":5,"262":3,"275":1,"276":9,"282":3,"339":1}}],["flushed",{"2":{"122":1}}],["flows",{"0":{"126":1}}],["flow",{"2":{"102":1,"126":1}}],["f",{"2":{"47":3,"177":1,"186":1}}],["fussy",{"2":{"108":1}}],["full",{"2":{"92":2,"105":1,"202":1,"248":1,"344":1}}],["fully",{"2":{"61":1,"73":1}}],["future",{"2":{"56":1,"68":1,"142":1,"182":1,"195":1,"205":1,"222":1,"234":1,"272":1,"335":1}}],["functions",{"2":{"70":1}}],["functionality",{"2":{"218":1}}],["functional",{"2":{"66":1}}],["function",{"2":{"37":1,"70":1,"307":1}}],["further",{"2":{"12":1,"58":1,"233":1}}],["fresh",{"2":{"295":1}}],["frees",{"2":{"141":1}}],["free",{"2":{"73":1,"88":1,"108":1,"142":1,"145":1,"258":1}}],["fragments",{"2":{"242":1}}],["frameworks",{"2":{"24":1,"148":1,"221":1,"330":1}}],["framework",{"2":{"17":1,"18":2,"54":2,"59":1,"60":1,"61":1,"62":4,"64":1,"117":1,"118":1,"133":1,"138":1,"192":1,"195":1,"218":2,"243":1,"269":1,"276":1,"283":1,"303":2,"307":1,"308":1,"311":2,"326":1}}],["friendly",{"2":{"203":1}}],["from",{"0":{"340":1},"2":{"3":1,"4":1,"6":1,"12":1,"13":1,"15":2,"18":1,"24":2,"25":1,"34":2,"38":1,"42":1,"46":3,"54":1,"63":1,"66":1,"69":1,"70":4,"74":3,"79":1,"85":1,"87":1,"91":1,"96":1,"104":4,"116":1,"127":1,"142":1,"147":1,"148":2,"149":1,"150":1,"153":1,"157":3,"160":1,"166":2,"172":1,"176":1,"182":4,"203":1,"210":1,"211":1,"212":1,"213":1,"214":2,"219":3,"224":1,"225":1,"226":1,"229":1,"230":2,"231":2,"233":1,"240":3,"242":1,"252":5,"253":2,"256":1,"281":1,"282":1,"295":1,"299":1,"323":1,"328":1,"329":1,"340":2,"341":2,"343":1,"348":1,"355":2,"358":1}}],["frontend",{"2":{"7":1,"8":1,"12":1,"46":2,"48":1,"58":2,"134":1,"147":2,"148":3,"149":1,"152":3,"155":1,"156":3,"165":2,"166":10,"170":1,"172":5,"182":6,"192":7,"203":2,"213":1,"214":2,"225":8,"228":1,"231":2,"232":3,"234":2,"241":1,"250":2,"252":2,"253":2,"266":3,"269":2,"273":2,"274":1,"276":1,"281":1,"282":1,"283":3,"284":1,"291":1,"311":1,"318":2,"319":1,"323":1,"324":1,"329":1,"330":1,"335":1,"340":1}}],["front",{"0":{"354":1},"2":{"2":2,"5":2,"6":2,"7":2,"8":1,"12":1,"15":1,"24":3,"26":1,"36":1,"46":1,"47":4,"49":2,"56":2,"64":5,"70":3,"74":1,"80":1,"110":2,"112":3,"113":3,"138":1,"165":1,"176":1,"177":1,"192":5,"197":1,"213":1,"218":2,"219":7,"225":1,"242":1,"250":7,"251":1,"269":1,"281":5,"282":3,"283":1,"284":1,"289":1,"290":1,"291":1,"322":1,"323":1,"324":4,"352":2}}],["feasible",{"2":{"142":1}}],["featured",{"2":{"73":1}}],["features",{"0":{"132":1,"302":1,"357":1},"1":{"133":1,"134":1,"135":1,"136":1,"137":1,"138":1,"139":1,"140":1,"141":1,"142":1,"143":1,"144":1,"145":1},"2":{"14":1,"15":1,"17":1,"18":1,"48":1,"73":1,"92":3,"93":1,"138":1,"140":1,"225":1,"243":1,"246":1,"301":1,"326":1,"327":1,"352":2}}],["feature",{"0":{"278":1,"287":1,"293":1,"320":1},"2":{"13":1,"36":1,"58":2,"142":1}}],["feb",{"2":{"133":1,"318":1}}],["feel",{"2":{"26":1,"258":1,"305":1,"336":1}}],["fewer",{"2":{"350":1}}],["few",{"2":{"13":1,"14":1,"38":1,"39":1,"40":1,"84":1,"97":1,"104":2,"108":1,"113":1,"140":1,"167":1,"172":1,"175":1,"178":1,"213":1,"225":1,"233":1,"238":1,"239":1,"240":1,"256":1,"301":1,"324":1,"327":1,"329":1,"350":1,"356":1}}],["fetched",{"2":{"74":1,"328":1}}],["fetch",{"2":{"13":1,"55":3,"71":1,"282":1,"303":1,"329":1}}],["fancier",{"2":{"300":1}}],["fairly",{"2":{"307":1}}],["fair",{"2":{"218":1}}],["failing",{"2":{"256":1,"331":1,"355":1,"358":1}}],["failure",{"2":{"124":1,"358":2}}],["fail",{"2":{"70":1,"124":2,"129":1,"297":1,"311":1,"354":1,"355":1}}],["failsafe",{"2":{"259":1,"285":2}}],["fails",{"2":{"39":1,"256":1,"349":1,"355":1}}],["faker",{"2":{"76":2,"280":1,"297":3,"348":1}}],["fakesendgrid",{"2":{"60":1}}],["far",{"2":{"66":2}}],["false",{"2":{"57":1,"59":1,"88":1,"96":1,"165":1,"192":3,"211":1,"213":2,"252":1,"289":3}}],["falls",{"2":{"338":1}}],["fallback",{"2":{"128":1}}],["fall",{"2":{"18":1}}],["fatal",{"2":{"37":4,"96":2}}],["facility",{"2":{"82":1}}],["factored",{"2":{"310":1}}],["factor",{"2":{"95":1}}],["factory",{"2":{"76":5,"84":3,"280":3,"297":7,"359":4}}],["factorybot",{"0":{"76":1},"2":{"76":4,"113":1,"143":1,"280":2,"297":2,"298":1,"346":3,"348":1,"359":1}}],["factories",{"0":{"297":1,"359":1},"2":{"76":3,"84":1,"105":1,"110":1,"113":4,"280":1,"294":1,"296":2,"297":6,"359":3}}],["fact",{"2":{"26":1,"126":1,"312":1,"337":1}}],["face",{"2":{"5":1}}],["fast",{"2":{"24":1,"355":1}}],["familiarize",{"2":{"74":1}}],["familiar",{"2":{"14":1,"37":1,"104":1}}],["family",{"2":{"5":1,"140":1}}],["favicon",{"0":{"8":1},"2":{"8":4}}],["focused",{"2":{"350":1}}],["focus",{"2":{"108":1,"356":1}}],["follows",{"2":{"237":1,"272":1,"310":1}}],["follow",{"2":{"179":1}}],["followed",{"2":{"87":1}}],["following",{"2":{"77":1,"86":2,"201":1,"231":1,"237":1,"240":1}}],["foundational",{"0":{"104":1},"2":{"102":3,"104":2,"108":1}}],["found",{"2":{"86":1,"219":1,"241":1,"243":1,"331":1}}],["fourth",{"2":{"289":1}}],["four",{"2":{"27":1,"116":1,"242":1,"308":1}}],["foobar",{"2":{"64":5,"65":7,"219":8}}],["foo",{"2":{"6":3,"38":1,"84":3,"197":4}}],["font",{"2":{"5":5,"47":1,"324":5}}],["fonts",{"0":{"5":1},"2":{"5":5,"110":1,"112":2}}],["forgotten",{"2":{"355":2}}],["forget",{"2":{"355":1}}],["forgery",{"2":{"327":1,"329":1}}],["forward",{"2":{"309":1}}],["forbackend",{"2":{"201":3}}],["forcli",{"2":{"201":3}}],["forhtml",{"2":{"201":3}}],["foreighn",{"2":{"87":1}}],["foreign",{"2":{"77":1,"87":2,"88":3,"92":1,"140":2,"295":5}}],["formdata",{"2":{"329":1}}],["form>",{"2":{"136":1,"157":2,"166":2}}],["formtag",{"2":{"136":2,"138":1,"156":1,"157":1,"166":2,"281":1,"291":1,"311":1,"325":1,"329":2}}],["formaction=",{"2":{"47":1}}],["formaction",{"2":{"47":7}}],["formatting",{"2":{"203":1}}],["formats",{"2":{"202":5,"203":1,"217":1}}],["format",{"2":{"5":1,"10":1,"38":2,"133":2,"152":1,"202":3,"203":2,"342":1}}],["form",{"0":{"153":1,"165":1,"167":1,"170":1,"183":1,"289":1,"290":1,"291":1},"1":{"154":1,"155":1,"156":1,"157":1,"158":1,"159":1,"160":1,"161":1,"162":1},"2":{"12":1,"13":4,"15":1,"24":2,"49":1,"74":1,"84":1,"105":2,"112":1,"121":3,"124":1,"136":14,"137":8,"138":6,"148":5,"153":1,"154":1,"155":2,"156":12,"157":19,"158":1,"164":1,"165":9,"166":21,"167":11,"168":1,"172":1,"180":1,"181":1,"182":4,"183":18,"184":2,"186":1,"188":1,"189":1,"212":1,"231":2,"241":1,"242":3,"273":1,"281":16,"282":9,"286":2,"287":1,"288":1,"289":7,"290":9,"291":16,"308":3,"310":5,"311":1,"320":1,"322":3,"323":5,"324":7,"325":6,"329":8,"335":1}}],["forms",{"0":{"136":1,"163":1,"166":1,"286":1},"1":{"164":1,"165":1,"166":1,"167":1,"168":1,"169":1,"170":1,"171":1,"172":1,"287":1,"288":1,"289":1,"290":1,"291":1},"2":{"0":2,"13":1,"110":1,"112":2,"115":1,"136":2,"155":2,"157":1,"163":2,"164":6,"165":2,"166":2,"172":4,"225":1,"242":1,"281":1,"289":1,"311":1}}],["for",{"0":{"97":1,"130":1,"285":1,"311":1,"314":1,"316":1,"339":1,"345":1,"354":1},"1":{"340":1,"341":1,"342":1,"346":1,"347":1,"348":1,"349":1},"2":{"0":1,"1":1,"2":2,"3":5,"4":1,"5":1,"7":2,"8":1,"10":1,"11":1,"13":8,"14":2,"20":1,"22":1,"23":1,"24":1,"25":1,"27":2,"30":1,"34":1,"38":3,"40":2,"41":1,"44":1,"47":1,"48":2,"49":5,"51":1,"52":1,"54":1,"55":2,"56":1,"57":1,"58":6,"59":1,"60":3,"61":1,"62":3,"64":3,"68":2,"70":1,"71":1,"72":3,"74":1,"76":3,"77":2,"80":2,"81":1,"82":1,"83":2,"84":3,"86":1,"87":9,"88":6,"89":1,"91":1,"92":1,"93":3,"95":1,"96":9,"99":1,"100":1,"102":1,"104":3,"105":7,"107":1,"108":1,"109":2,"112":9,"113":5,"115":1,"118":2,"119":1,"120":2,"121":1,"123":4,"124":4,"128":4,"129":1,"131":1,"133":1,"136":1,"138":1,"142":3,"143":1,"145":4,"147":1,"148":3,"149":1,"150":1,"152":3,"153":1,"154":1,"155":3,"156":2,"157":10,"158":1,"160":2,"162":1,"164":1,"165":2,"166":4,"167":1,"170":1,"172":2,"175":1,"176":3,"179":1,"182":3,"183":2,"184":2,"186":2,"188":2,"189":1,"190":1,"192":6,"193":1,"194":3,"195":1,"196":1,"197":4,"199":2,"202":3,"203":1,"205":2,"207":1,"208":2,"210":2,"211":3,"212":3,"213":7,"217":2,"218":1,"219":4,"220":1,"222":3,"223":2,"225":5,"228":1,"230":2,"231":7,"232":1,"234":5,"235":4,"236":1,"237":6,"238":3,"240":1,"241":1,"242":1,"243":1,"248":1,"251":2,"252":11,"253":1,"254":2,"255":1,"256":2,"260":2,"262":1,"263":1,"266":1,"267":1,"269":1,"272":1,"274":1,"277":2,"280":1,"281":1,"283":1,"285":2,"286":1,"289":2,"290":1,"291":5,"295":1,"296":2,"298":1,"301":1,"302":1,"303":1,"304":1,"305":2,"307":1,"308":1,"310":5,"311":3,"314":3,"315":1,"316":6,"318":1,"322":1,"323":1,"324":3,"325":1,"330":1,"331":1,"332":1,"334":1,"335":3,"336":1,"338":2,"340":1,"341":2,"343":2,"345":3,"346":2,"347":1,"348":2,"349":1,"352":1,"353":1,"354":2,"355":4,"356":1,"358":3,"360":1}}],["fit",{"2":{"142":1,"347":1}}],["fill",{"2":{"121":2,"356":1}}],["filename",{"2":{"65":1,"84":1,"295":1}}],["file",{"0":{"41":1},"2":{"3":4,"4":1,"5":1,"10":2,"37":1,"41":1,"53":1,"54":1,"57":1,"64":3,"70":1,"76":1,"83":1,"84":1,"96":1,"102":1,"105":2,"112":1,"182":1,"197":3,"201":1,"219":2,"240":1,"280":1,"295":1,"352":1,"355":1}}],["filesystem",{"2":{"117":2}}],["files",{"2":{"0":1,"3":2,"4":3,"7":1,"9":1,"23":2,"38":2,"56":1,"63":2,"64":1,"83":1,"84":2,"91":1,"96":2,"97":2,"103":1,"105":2,"109":2,"115":1,"197":4,"202":1,"219":1,"346":1}}],["figure",{"2":{"65":1,"130":1,"166":1,"192":1,"229":1,"237":2,"300":1}}],["figuring",{"2":{"65":1}}],["final",{"2":{"310":2}}],["finally",{"2":{"219":1}}],["finds",{"2":{"333":1,"340":1}}],["finding",{"2":{"127":1}}],["findbang",{"2":{"86":1}}],["find",{"2":{"65":1,"74":1,"79":1,"84":1,"86":1,"148":1,"149":1,"183":1,"184":1,"185":1,"198":1,"205":1,"243":2,"262":2,"269":1,"282":2,"318":1}}],["finely",{"2":{"68":1,"222":1}}],["fine",{"0":{"258":1,"261":1},"2":{"29":1,"64":1,"158":1,"189":1,"252":1,"259":1,"290":3}}],["fields",{"2":{"83":1,"172":1,"286":1,"287":1,"289":1,"291":1,"295":1}}],["field",{"0":{"204":1,"319":1},"1":{"320":1,"321":1,"322":1,"323":1,"324":1,"325":1},"2":{"13":1,"14":1,"83":1,"84":1,"88":1,"155":1,"157":3,"170":1,"204":7,"222":1,"225":1,"280":2,"281":1,"286":1,"289":2,"290":1,"320":1,"322":2,"323":1,"324":1}}],["first",{"2":{"0":1,"4":1,"61":1,"64":2,"86":1,"95":1,"96":1,"122":1,"175":1,"181":1,"185":1,"201":1,"219":1,"276":1,"280":1,"283":1,"289":1,"322":1,"333":1,"341":1}}],["pkey",{"2":{"295":2}}],["p>",{"2":{"251":1}}],["pieces",{"2":{"242":1}}],["piece",{"2":{"157":1,"353":1}}],["picture",{"2":{"6":1}}],["psql",{"2":{"105":1,"295":1}}],["pg",{"2":{"86":2,"93":2}}],["people",{"2":{"77":1,"84":1,"87":1,"88":1,"140":1,"280":1,"295":1}}],["percentil",{"2":{"210":1}}],["period",{"2":{"124":1}}],["persist",{"2":{"122":1}}],["personalwithtokenhandler",{"2":{"310":1}}],["personal",{"2":{"310":1}}],["person",{"0":{"29":1},"2":{"29":2,"31":2,"32":1,"33":2}}],["perhaps",{"2":{"61":1,"210":1}}],["performs",{"2":{"172":1}}],["perform",{"2":{"37":1,"96":1,"102":1,"157":1,"167":1,"250":1,"266":1}}],["performing",{"2":{"35":1,"127":1,"188":1}}],["performance",{"2":{"18":1,"210":3}}],["per",{"2":{"14":1,"88":2,"102":1,"185":1,"236":1,"237":1,"358":1}}],["pluck",{"2":{"166":1}}],["plus",{"2":{"105":1}}],["pluralized",{"2":{"266":1}}],["pluralization",{"0":{"317":1},"2":{"84":1,"317":1}}],["plurally",{"2":{"84":1}}],["plugins",{"2":{"73":1,"86":5,"240":1}}],["pleasing",{"2":{"241":1}}],["pleasant",{"2":{"69":1}}],["please",{"2":{"62":1,"74":1,"84":1,"244":1,"281":1}}],["plces",{"2":{"56":1}}],["plans",{"2":{"212":1,"217":2}}],["planned",{"2":{"118":1,"267":1}}],["plan",{"2":{"52":1}}],["playright",{"2":{"301":1}}],["playwright",{"0":{"121":1,"124":1},"2":{"64":1,"120":2,"121":3,"123":3,"124":2,"127":1,"143":1,"158":1,"219":1,"301":1}}],["play",{"2":{"38":1,"310":1}}],["platform=platform",{"2":{"96":1}}],["platform",{"2":{"14":1,"96":4,"115":1,"241":2}}],["places",{"2":{"230":1,"238":1,"240":1,"328":1}}],["placeholders",{"0":{"316":1},"2":{"252":1,"310":1,"311":1,"315":1,"316":1}}],["placeholder",{"0":{"315":1},"2":{"230":1,"231":1,"252":2,"309":3,"310":4,"314":1,"315":1}}],["placed",{"2":{"64":1,"194":1,"252":1}}],["place",{"2":{"7":2,"9":1,"14":1,"22":1,"61":1,"192":1,"234":2,"244":1,"252":1,"333":1}}],["plain",{"2":{"0":1,"133":1,"254":1}}],["p",{"2":{"49":1,"251":2}}],["pv",{"2":{"47":3}}],["phase",{"2":{"96":1}}],["ph",{"2":{"47":3}}],["phlex",{"0":{"267":1},"2":{"0":1,"12":1,"45":1,"46":2,"47":1,"52":3,"133":1,"134":1,"135":2,"166":3,"201":1,"203":1,"224":1,"225":1,"241":1,"251":5,"265":1,"266":1,"267":1,"325":1}}],["practice",{"2":{"88":2,"127":1,"140":1,"188":1,"285":1}}],["practices",{"0":{"16":1,"24":1,"43":1,"51":1,"61":1,"71":1,"78":1,"90":1,"99":1,"108":1,"125":1,"151":1,"159":1,"169":1,"187":1,"194":1,"206":1,"216":1,"221":1,"227":1,"237":1,"257":1,"271":1,"313":1,"333":1,"348":1,"356":1},"1":{"17":1,"18":1,"79":1,"80":1,"91":1,"92":1,"126":1,"127":1,"128":1,"129":1,"130":1,"160":1,"161":1,"170":1,"171":1,"188":1,"189":1,"258":1,"259":1,"260":1,"261":1,"262":1,"314":1,"315":1,"316":1,"317":1,"357":1,"358":1,"359":1},"2":{"51":1,"88":1,"116":1,"140":1,"356":1}}],["principles",{"2":{"95":1}}],["print",{"2":{"39":2,"96":1}}],["private",{"0":{"49":1},"2":{"49":6,"87":1,"156":1,"166":1,"200":2,"228":1,"258":1,"323":1,"324":1}}],["primed",{"2":{"342":1}}],["primarily",{"2":{"314":1}}],["primary",{"2":{"45":1,"55":2,"84":1,"87":6,"88":4,"108":1,"211":1,"295":3,"307":1}}],["primitives",{"2":{"13":1}}],["preceded",{"2":{"309":1}}],["precisely",{"2":{"148":1}}],["precise",{"2":{"27":1}}],["preped",{"2":{"273":1}}],["prepending",{"2":{"233":1}}],["prepended",{"2":{"155":1}}],["prepend",{"2":{"86":1}}],["pretty",{"2":{"267":1,"296":1}}],["predictability",{"2":{"198":1}}],["pre",{"2":{"166":1}}],["preload",{"2":{"134":2,"225":1,"273":1}}],["present",{"2":{"182":1,"197":1,"231":1,"232":1,"235":1,"290":1}}],["presented",{"2":{"147":1}}],["prescription",{"2":{"142":1}}],["prescriptive",{"2":{"21":1}}],["pressed",{"2":{"138":1}}],["presumably",{"2":{"124":1,"157":1,"347":1,"348":1}}],["prevents",{"2":{"328":1}}],["prevented",{"2":{"157":1}}],["prevent",{"2":{"85":1,"146":1,"234":1,"242":1,"253":1,"260":1}}],["previous",{"2":{"83":1,"281":1,"310":2}}],["previously",{"2":{"58":1,"278":1}}],["prefixing",{"2":{"87":1}}],["prefixed",{"2":{"84":1,"87":1,"213":1,"310":2}}],["prefix",{"2":{"58":5,"87":5,"213":1,"240":1}}],["prefer",{"0":{"315":1},"2":{"296":1}}],["preferred",{"2":{"108":1,"341":1}}],["preferable",{"2":{"39":1}}],["preferences",{"2":{"314":1}}],["preferencespage",{"2":{"234":1}}],["preference",{"2":{"30":1}}],["programmers",{"2":{"314":1}}],["progressive",{"2":{"218":1,"221":1}}],["progressively",{"2":{"11":1,"18":1,"128":1}}],["prove",{"2":{"297":1}}],["providing",{"2":{"38":1,"48":1,"142":1,"359":1}}],["provided",{"2":{"2":1,"7":1,"30":1,"48":1,"66":1,"68":1,"77":1,"87":1,"107":1,"109":1,"135":1,"148":2,"167":1,"211":1,"222":1,"225":1,"230":1,"233":4,"234":1,"237":1,"245":1,"310":1,"331":1,"340":1}}],["provides",{"2":{"1":1,"11":1,"12":1,"17":1,"36":1,"38":1,"47":1,"48":1,"49":1,"58":1,"63":1,"66":1,"70":1,"73":2,"80":1,"82":1,"83":1,"86":2,"87":1,"101":1,"102":2,"121":1,"136":1,"140":1,"143":2,"144":1,"149":1,"153":1,"154":1,"156":1,"161":1,"165":1,"166":1,"167":1,"197":3,"203":1,"218":2,"220":1,"223":1,"233":1,"242":1,"246":1,"251":2,"254":1,"256":1,"327":1,"339":2,"343":2,"355":1}}],["provider",{"2":{"0":1}}],["provide",{"2":{"0":1,"13":3,"32":1,"41":1,"54":1,"73":1,"79":1,"84":1,"85":1,"87":1,"88":1,"96":1,"104":1,"119":1,"138":1,"142":2,"145":1,"148":1,"149":1,"151":1,"172":1,"196":1,"210":1,"213":1,"214":1,"217":1,"218":1,"222":1,"228":2,"235":3,"237":2,"242":2,"252":1,"273":1,"289":2,"311":1,"313":1,"343":1,"355":1}}],["promoted",{"2":{"295":1}}],["prompt",{"2":{"176":1}}],["protobuf",{"2":{"211":2}}],["protocol",{"0":{"239":1},"1":{"240":1},"2":{"211":2}}],["prototype",{"2":{"66":1}}],["prototyping",{"2":{"24":1,"330":1}}],["protection",{"0":{"329":1,"335":1},"2":{"166":1,"327":1,"329":1,"333":1,"335":2}}],["prone",{"2":{"127":1,"229":1,"260":1}}],["prod",{"2":{"99":1}}],["producing",{"2":{"242":1}}],["produces",{"2":{"134":1}}],["produce",{"2":{"3":1,"4":1,"37":3,"77":1,"96":1,"123":1,"127":1,"133":1,"217":1,"251":1,"261":1,"265":1,"358":1}}],["produced",{"2":{"2":1,"27":1,"32":1,"83":1}}],["production",{"2":{"2":2,"3":1,"37":1,"60":2,"61":1,"85":2,"91":1,"96":1,"97":3,"98":4,"99":1,"122":1,"144":1,"145":1,"208":1,"210":1,"264":1,"295":1,"345":1}}],["proceeding",{"2":{"192":1}}],["proceed",{"2":{"138":1,"185":1,"192":1,"253":1}}],["processing",{"0":{"290":1},"2":{"185":1}}],["processed",{"2":{"122":1}}],["processes",{"2":{"39":1,"42":1,"96":2}}],["process",{"2":{"80":1,"85":1,"96":7,"136":1,"180":2,"182":1}}],["procfile",{"2":{"95":1,"304":1}}],["proprietary",{"2":{"217":1}}],["property",{"2":{"225":1}}],["properties",{"2":{"66":1,"115":1,"160":1}}],["proper",{"2":{"120":1,"262":1}}],["properly",{"2":{"34":1,"91":1,"157":1,"201":1,"210":1,"216":1,"223":1,"270":1}}],["prop",{"2":{"48":1}}],["professional",{"2":{"33":1}}],["projectenvironment",{"2":{"60":1}}],["project",{"2":{"26":1,"27":1,"37":2,"40":3,"41":1,"60":2,"61":1,"99":1,"109":1}}],["probed",{"2":{"332":1}}],["probably",{"0":{"18":1},"2":{"29":1,"339":1}}],["problems",{"2":{"88":1,"183":1,"201":1,"216":1,"222":1,"250":1}}],["problem",{"2":{"17":1,"215":1,"283":1,"290":1,"311":1}}],["png",{"2":{"6":2,"177":1}}],["puma",{"2":{"211":1}}],["puzzle",{"2":{"157":1}}],["punishing",{"2":{"119":1}}],["push",{"2":{"96":6,"302":1}}],["pushed",{"2":{"96":3}}],["puts",{"2":{"311":1}}],["putting",{"2":{"212":1}}],["put",{"0":{"79":1},"2":{"79":1,"194":1,"237":2,"262":1,"310":1}}],["pull",{"2":{"13":1}}],["public",{"2":{"6":1,"9":1,"97":1,"110":1,"112":3,"150":1,"182":1,"185":1,"186":1,"238":1,"295":2}}],["purposes",{"2":{"55":1,"87":1,"128":1,"157":1,"194":1,"345":1}}],["purpose",{"2":{"0":1,"13":1,"66":1,"79":1,"88":1,"96":1,"104":1,"111":1,"112":4,"113":1,"123":1,"166":1,"211":1,"225":1,"256":1,"308":1,"347":1}}],["poilcy",{"2":{"330":1}}],["pointless",{"2":{"77":1}}],["point",{"2":{"64":2,"68":1,"105":1,"219":3,"222":1,"238":1,"283":1,"311":1}}],["potential",{"2":{"326":1}}],["potentially",{"2":{"3":1,"4":1,"87":1,"184":1,"252":1,"329":1}}],["power",{"2":{"234":1,"260":1}}],["powered",{"2":{"35":1,"36":1,"37":1,"66":1,"144":1,"246":1,"267":1,"329":2,"336":1,"351":1}}],["portion",{"2":{"217":1}}],["policies",{"2":{"192":1}}],["policy",{"0":{"330":1},"2":{"58":2,"302":1,"327":1,"330":2,"333":1}}],["populated",{"2":{"182":1}}],["popstgres",{"2":{"102":1}}],["poke",{"2":{"96":1}}],["posts",{"2":{"293":1,"295":13,"296":1}}],["post",{"2":{"136":2,"166":2,"188":4,"240":1,"296":1,"297":4,"298":2,"308":2}}],["postgtes",{"2":{"92":1}}],["postgresql",{"2":{"140":1}}],["postgres",{"2":{"73":2,"77":1,"82":2,"92":1,"93":3,"102":1,"103":1,"140":1,"176":1}}],["possible",{"2":{"4":1,"13":1,"58":1,"80":1,"96":1,"97":1,"115":1,"126":1,"270":1,"302":1,"341":1,"354":1,"359":1}}],["pairs",{"2":{"291":1}}],["pair",{"2":{"289":1}}],["painfully",{"2":{"128":1}}],["pain",{"2":{"58":1,"119":2}}],["payload",{"2":{"214":1}}],["payloads",{"2":{"18":1}}],["pause",{"2":{"123":1}}],["past",{"2":{"203":1}}],["paste",{"2":{"96":1}}],["passing",{"2":{"189":2,"358":1}}],["passwords",{"2":{"278":1}}],["password",{"2":{"121":4,"136":4,"137":1,"138":1,"165":4,"280":1,"323":2}}],["pass",{"2":{"24":3,"47":1,"55":1,"199":1,"202":2,"236":2,"318":1,"343":1}}],["passed",{"2":{"24":1,"39":3,"47":1,"58":1,"70":1,"227":1,"271":1,"281":1}}],["padding",{"2":{"47":2,"324":1}}],["paragraphs",{"2":{"297":1}}],["paramter",{"2":{"252":1}}],["param",{"2":{"230":1}}],["params",{"2":{"166":2,"311":2}}],["parameterize",{"2":{"357":1}}],["parameter",{"2":{"55":2,"57":3,"58":3,"147":1,"166":1,"231":2,"233":1,"235":2,"252":3,"256":1,"290":1,"291":1,"311":2,"343":1}}],["parameters",{"2":{"48":2,"58":1,"61":1,"164":1,"167":1,"182":1,"212":1,"230":1,"233":1,"235":1,"251":1,"252":2,"253":1,"260":1,"310":1,"311":2,"322":1}}],["parent",{"2":{"285":1}}],["parse",{"2":{"255":1,"256":2,"264":1}}],["parsed",{"2":{"37":1,"42":1,"338":1,"343":1}}],["party",{"0":{"65":1},"2":{"63":1,"105":1,"108":2,"219":4,"240":1,"242":1,"332":1}}],["partial",{"2":{"47":1,"48":1}}],["particularly",{"2":{"115":1}}],["particular",{"2":{"38":1,"74":1,"148":1,"156":1,"167":1,"186":1,"210":2,"236":1,"343":1}}],["part",{"2":{"46":1,"69":1,"72":1,"80":1,"87":1,"92":1,"108":1,"157":1,"212":1,"214":1,"270":1,"309":1,"314":1,"316":1,"340":1}}],["parts",{"2":{"28":1,"37":1,"75":1,"102":1,"223":1,"277":1}}],["pattern",{"2":{"79":1,"165":1,"183":1}}],["patterns",{"2":{"25":1}}],["pat",{"2":{"77":2,"121":1,"280":1,"298":3,"346":1}}],["pathname",{"2":{"41":2,"57":1,"109":2,"309":1,"310":1}}],["paths",{"2":{"10":2,"53":1,"56":2,"64":1,"192":2,"240":3,"269":1,"284":1,"335":2}}],["path",{"2":{"2":3,"3":1,"23":1,"56":8,"57":2,"65":1,"134":3,"181":1,"182":1,"192":22,"212":1,"213":6,"219":4,"225":3,"240":2,"269":2,"273":3,"284":6,"308":2,"309":2,"310":3,"311":2,"315":2,"352":1}}],["packaged",{"2":{"97":1}}],["package",{"2":{"15":1,"64":2,"65":1,"97":1,"219":2,"240":1}}],["pageidentifier",{"2":{"225":2}}],["pagepage",{"2":{"49":1}}],["page",{"0":{"18":1,"49":1,"200":1,"251":1,"252":1,"253":1,"264":1,"281":1,"285":1},"2":{"3":1,"10":1,"17":1,"18":1,"47":1,"48":4,"49":17,"51":1,"56":1,"64":1,"79":1,"105":3,"112":1,"116":1,"121":6,"123":1,"124":3,"126":1,"128":1,"129":3,"133":7,"134":4,"135":1,"136":1,"137":2,"143":1,"146":1,"148":1,"149":1,"156":1,"157":2,"158":3,"166":1,"177":2,"181":2,"182":5,"183":3,"184":1,"186":1,"191":1,"192":9,"194":3,"200":4,"201":3,"212":2,"213":3,"224":1,"225":8,"227":1,"228":4,"230":2,"234":4,"235":3,"237":4,"241":3,"242":1,"245":1,"249":1,"250":13,"251":5,"252":3,"253":5,"255":3,"256":2,"258":3,"259":1,"260":1,"261":1,"264":2,"266":1,"273":1,"274":1,"276":1,"278":2,"281":11,"282":3,"283":1,"284":6,"285":6,"288":1,"291":2,"308":2,"310":7,"311":1,"314":6,"315":1,"316":1,"318":1,"330":1,"343":1,"352":2}}],["pages",{"0":{"133":1,"249":1},"1":{"250":1,"251":1,"252":1,"253":1,"254":1,"255":1,"256":1,"257":1,"258":1,"259":1,"260":1,"261":1,"262":1,"263":1,"264":1,"265":1,"266":1,"267":1},"2":{"0":2,"3":1,"7":1,"12":1,"24":1,"48":2,"49":1,"50":1,"51":1,"56":2,"64":3,"68":1,"110":2,"112":2,"116":1,"136":1,"177":1,"192":1,"195":1,"200":1,"222":1,"224":1,"231":2,"237":1,"242":3,"243":1,"250":7,"251":1,"252":4,"254":1,"260":1,"265":1,"266":1,"277":2,"281":2,"282":1,"284":1,"285":2,"291":1,"300":1,"311":1,"343":1,"354":1}}],["cwd",{"2":{"240":1}}],["cgi",{"2":{"233":2}}],["c",{"2":{"155":1}}],["circumstances",{"2":{"318":1}}],["circular",{"2":{"62":1}}],["ci",{"2":{"105":2,"178":2,"295":1,"331":2}}],["citext",{"2":{"93":1,"295":2}}],["csv",{"2":{"346":1}}],["csrf",{"0":{"329":1,"335":1},"2":{"166":1,"231":2,"252":2,"327":1,"329":6,"333":1,"335":2}}],["cs",{"2":{"157":1,"225":1}}],["cspnoinlinestylesorscripts",{"2":{"58":1,"330":1}}],["csp",{"2":{"58":2,"212":1,"302":1,"330":5}}],["css",{"0":{"2":1,"63":1,"64":1,"65":1,"66":1,"127":1,"139":1,"160":1,"261":1},"1":{"3":1,"4":1,"64":1,"65":1,"66":1,"67":1,"68":1},"2":{"1":2,"2":6,"3":13,"4":3,"5":8,"10":6,"28":2,"47":1,"63":3,"64":28,"65":11,"66":7,"68":1,"110":2,"112":2,"115":2,"117":4,"127":1,"128":3,"134":8,"139":1,"157":3,"160":5,"225":4,"240":1,"241":2,"242":2,"256":2,"261":1,"273":4,"281":5,"323":1,"324":12,"330":1,"350":1}}],["cc",{"2":{"58":1}}],["certain",{"2":{"124":1,"171":1,"256":1,"303":1,"318":1}}],["certainly",{"2":{"32":1,"34":1,"138":1,"148":1,"237":1,"342":1}}],["centralizing",{"2":{"224":1}}],["centralize",{"2":{"14":1}}],["center",{"2":{"177":2}}],["centered",{"2":{"47":1}}],["credentials",{"2":{"329":1}}],["creators",{"2":{"116":1}}],["creator",{"2":{"31":1}}],["creation",{"2":{"87":1,"88":1}}],["creative",{"2":{"27":1,"29":1,"30":1}}],["creating",{"0":{"14":1,"84":1,"251":1,"289":1,"311":1,"319":1},"1":{"320":1,"321":1,"322":1,"323":1,"324":1,"325":1},"2":{"25":1,"34":1,"40":1,"48":1,"84":4,"87":3,"88":1,"96":1,"155":1,"170":1,"172":2,"199":1,"220":1,"225":1,"253":1,"291":1,"292":1,"297":1,"319":1,"329":1}}],["creates",{"2":{"70":2,"84":1,"87":1,"88":1,"166":5,"214":1,"225":1,"229":1,"237":1,"261":1,"297":1,"319":1}}],["createdat",{"2":{"86":1}}],["created",{"0":{"354":1},"2":{"13":1,"22":1,"27":1,"31":2,"42":1,"48":2,"49":1,"56":2,"62":1,"76":1,"84":6,"86":2,"87":2,"88":3,"96":1,"97":1,"113":1,"136":1,"152":3,"160":1,"202":1,"211":1,"214":1,"234":2,"240":1,"252":1,"284":1,"289":1,"295":5,"298":1,"331":1,"346":1,"359":2}}],["create",{"0":{"4":1,"170":1,"281":1,"295":1,"296":1,"297":1,"298":1,"322":1},"2":{"3":1,"13":1,"14":2,"27":2,"36":1,"37":5,"41":1,"46":2,"47":1,"49":1,"64":1,"70":2,"74":1,"76":4,"77":5,"83":1,"84":8,"87":1,"88":3,"95":1,"96":6,"104":2,"105":13,"113":3,"136":1,"140":1,"141":1,"142":3,"148":1,"149":1,"160":1,"165":1,"170":1,"173":1,"175":2,"176":1,"181":1,"182":1,"183":1,"186":1,"201":1,"203":1,"213":2,"229":1,"236":2,"237":1,"241":1,"250":3,"252":2,"253":1,"258":1,"265":1,"269":2,"271":1,"273":1,"274":1,"276":1,"280":7,"281":1,"287":1,"288":1,"289":3,"290":1,"291":2,"294":4,"295":4,"296":2,"297":2,"298":4,"310":1,"311":3,"318":2,"322":1,"324":1,"325":1,"330":1,"342":1,"346":7,"352":1,"355":2,"358":4,"359":1}}],["critical",{"2":{"215":1,"359":1}}],["cross",{"2":{"185":1,"194":1,"327":1,"329":1}}],["crud",{"2":{"18":1}}],["cv>",{"2":{"157":4}}],["cv",{"2":{"13":3,"155":2,"157":26,"158":5,"204":3,"225":4,"281":3,"323":2,"324":2}}],["churn",{"2":{"350":1}}],["chris",{"2":{"280":1,"298":3,"346":1}}],["chromium",{"2":{"120":1}}],["chaos",{"2":{"241":1}}],["characters",{"2":{"155":1,"165":1}}],["charset=",{"2":{"134":1}}],["charset",{"2":{"134":1,"225":1}}],["chance",{"2":{"80":1,"92":1,"212":1}}],["changing",{"2":{"4":2,"129":1,"269":1,"330":1}}],["changed",{"2":{"83":1,"87":1,"88":1,"157":1,"195":1,"311":1,"341":1}}],["changes",{"0":{"86":1,"88":1},"1":{"87":1},"2":{"10":1,"14":1,"20":1,"25":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"83":1,"86":2,"91":1,"93":1,"100":1,"109":1,"122":1,"127":1,"128":1,"131":1,"152":1,"162":1,"172":1,"177":1,"190":1,"195":1,"207":1,"217":1,"222":1,"228":1,"238":1,"263":1,"272":1,"318":1,"334":1,"349":1,"353":1,"354":1,"360":1}}],["change",{"2":{"3":4,"14":2,"38":2,"58":1,"72":1,"83":1,"84":3,"87":1,"88":1,"91":3,"93":1,"128":1,"152":1,"177":2,"195":1,"272":1,"295":1,"311":2,"335":1}}],["choose",{"2":{"237":1,"262":1,"315":1}}],["choice",{"0":{"80":1}}],["chokidar",{"2":{"64":1,"219":1}}],["chosen",{"2":{"13":1,"157":1,"210":1}}],["child",{"2":{"39":1,"42":1}}],["checking",{"2":{"198":1,"237":1,"285":1}}],["checkbox",{"2":{"165":2}}],["checks",{"2":{"96":5,"99":1,"105":1,"157":1,"167":1,"178":1,"192":1,"194":1,"312":1}}],["checked",{"2":{"80":1,"96":1}}],["checkconstraintviolation",{"2":{"77":1}}],["check",{"2":{"37":1,"49":1,"61":1,"62":1,"77":1,"105":1,"164":1,"167":1,"179":2,"183":1,"186":4,"192":3,"205":1,"213":3,"248":1,"252":1,"256":4,"259":1,"261":1,"331":1,"341":1,"355":5,"358":1}}],["checkout",{"2":{"37":1,"355":1}}],["cutting",{"2":{"185":1,"194":1}}],["curated",{"2":{"91":1}}],["cursor",{"2":{"27":1,"30":1}}],["current",{"0":{"283":1},"2":{"26":1,"72":1,"92":1,"147":1,"148":8,"152":1,"166":1,"203":1,"213":3,"231":3,"232":2,"252":5,"282":5,"283":3,"284":2,"285":2,"338":1,"339":2,"342":3}}],["currently",{"2":{"9":1,"21":1,"41":1,"48":1,"52":1,"68":1,"73":2,"82":2,"108":1,"140":1,"148":1,"152":1,"156":1,"222":1,"223":2,"234":2,"237":1,"238":1,"250":1,"269":1,"272":1,"328":1,"329":1,"335":1}}],["customization",{"2":{"225":1}}],["customize",{"2":{"225":1}}],["customized",{"2":{"118":1,"217":1}}],["custom",{"0":{"13":1,"14":1,"69":1,"234":1,"247":1,"275":1,"358":1},"1":{"70":1,"71":1,"72":1,"276":1},"2":{"5":1,"11":1,"12":2,"14":2,"18":2,"19":1,"61":1,"66":1,"69":2,"70":6,"71":1,"105":2,"112":1,"113":1,"115":1,"128":3,"138":2,"143":1,"157":1,"160":2,"214":2,"218":1,"220":1,"221":1,"225":1,"262":1,"301":1,"332":1,"340":3,"358":1}}],["cdns",{"2":{"3":1,"64":1}}],["cdn",{"2":{"3":2}}],["camel",{"2":{"273":1,"310":2}}],["caution",{"2":{"252":1}}],["caught",{"2":{"213":1}}],["causes",{"2":{"137":1,"215":1}}],["cause",{"2":{"58":1,"222":1,"236":1,"283":1}}],["causing",{"2":{"17":1,"204":1}}],["carrying",{"2":{"126":1,"355":1}}],["careful",{"2":{"125":1,"219":2,"237":2,"338":1}}],["carefully",{"2":{"34":1,"91":1}}],["care",{"2":{"91":1,"161":1,"202":1}}],["capture",{"2":{"42":1,"201":2}}],["capable",{"2":{"34":2,"96":1}}],["category",{"2":{"18":1}}],["caller",{"2":{"47":1}}],["called",{"2":{"18":1,"39":1,"47":2,"48":1,"55":2,"66":1,"70":1,"74":1,"83":1,"87":1,"115":1,"116":1,"117":4,"133":1,"173":1,"182":1,"191":1,"202":1,"241":1,"252":2,"253":1,"255":1,"264":1,"266":1,"280":2,"308":2,"310":1,"311":1,"314":1,"332":1,"346":1,"355":1}}],["calls",{"2":{"46":1,"109":1,"124":1,"182":1,"185":1,"188":1,"200":1,"243":1,"251":1,"314":1}}],["calling",{"2":{"40":1,"55":1,"58":3,"115":1,"251":1,"264":1}}],["call",{"2":{"14":1,"15":1,"38":1,"48":1,"55":1,"58":1,"59":2,"155":1,"166":1,"186":2,"188":1,"192":1,"200":1,"205":1,"225":1,"255":2,"264":1,"269":4,"299":1,"308":1,"318":3,"331":1,"343":1,"346":1}}],["callbacks",{"2":{"14":1}}],["cased",{"2":{"273":1,"310":1}}],["cases",{"2":{"13":1,"70":7,"71":1,"87":1,"88":1,"126":1,"341":1}}],["case",{"2":{"4":1,"7":1,"22":2,"30":1,"55":1,"57":1,"70":2,"80":1,"192":1,"194":1,"233":1,"269":1,"272":1,"310":1,"338":1,"341":1}}],["caching",{"2":{"3":1}}],["caches",{"2":{"104":1}}],["cached",{"2":{"3":2}}],["cache",{"2":{"3":4,"242":1}}],["candidate",{"2":{"128":1}}],["canonical",{"2":{"37":1}}],["cannot",{"2":{"32":1,"48":1,"58":2,"60":1,"64":1,"80":1,"83":1,"92":1,"119":1,"149":1,"161":1,"184":1,"198":1,"201":1,"234":1,"250":1,"278":1,"285":2,"348":1,"353":1,"355":1}}],["can",{"0":{"314":1},"2":{"2":1,"3":1,"4":1,"6":2,"7":2,"9":1,"10":1,"12":1,"14":2,"15":1,"17":1,"18":1,"21":1,"23":1,"24":1,"36":2,"37":1,"38":3,"39":2,"40":3,"42":4,"45":1,"47":5,"48":5,"49":3,"51":1,"54":1,"55":1,"56":1,"58":8,"59":3,"60":1,"63":3,"65":1,"66":2,"69":2,"70":5,"74":4,"76":2,"77":3,"80":1,"84":1,"85":1,"87":6,"88":6,"91":2,"92":1,"93":1,"94":1,"96":5,"98":2,"102":1,"103":2,"104":1,"105":1,"108":1,"113":1,"120":1,"123":4,"124":1,"125":1,"126":1,"127":1,"128":2,"129":1,"135":1,"136":1,"138":2,"139":1,"140":1,"142":1,"148":5,"149":3,"150":2,"154":1,"157":2,"160":1,"164":2,"165":1,"166":2,"167":2,"168":1,"171":2,"174":1,"176":2,"177":2,"178":1,"179":1,"184":3,"188":1,"189":1,"191":1,"192":8,"194":1,"199":2,"200":2,"201":1,"202":4,"203":4,"204":1,"205":1,"210":1,"211":1,"213":3,"215":1,"217":1,"218":2,"219":3,"220":1,"227":1,"229":1,"230":1,"231":1,"233":1,"234":3,"235":1,"237":1,"241":1,"242":2,"250":2,"251":2,"252":4,"256":1,"259":2,"262":3,"264":1,"265":1,"266":2,"269":1,"270":1,"271":2,"273":1,"275":1,"276":1,"278":2,"280":1,"281":4,"282":1,"283":3,"289":1,"295":3,"296":1,"298":1,"302":1,"309":1,"310":1,"311":4,"312":1,"315":2,"317":1,"318":1,"319":1,"324":1,"325":1,"328":1,"330":2,"338":1,"339":3,"341":2,"342":2,"343":2,"344":2,"346":4,"349":1,"350":1,"351":1,"354":1,"358":1,"359":2}}],["cookie",{"2":{"328":3}}],["cookies",{"2":{"146":1,"328":1,"336":2}}],["cool",{"2":{"300":1}}],["covered",{"2":{"355":3}}],["coverage",{"2":{"311":1,"355":2}}],["cover",{"2":{"215":1,"312":1}}],["covers",{"2":{"93":1,"318":1}}],["coerce",{"2":{"172":1}}],["coerced",{"2":{"57":1,"167":1}}],["cost",{"2":{"126":1,"355":1}}],["coalesce",{"2":{"92":1}}],["colon",{"2":{"309":1}}],["color",{"2":{"47":7,"157":1,"281":1,"324":2}}],["collation",{"2":{"295":2}}],["collects",{"2":{"225":1}}],["collecting",{"2":{"153":1}}],["collection",{"2":{"138":1}}],["columns",{"2":{"86":2,"88":3,"140":1,"295":2}}],["column",{"2":{"77":2,"83":1,"84":2,"87":2,"88":5,"92":1,"140":4,"177":1,"280":2,"295":6,"324":1}}],["copied",{"2":{"112":1}}],["copilot",{"2":{"27":1,"34":1}}],["copy",{"2":{"3":1,"5":1,"13":2,"96":1}}],["coupled",{"2":{"52":1,"77":1,"141":1,"342":1}}],["course",{"2":{"18":1,"192":1,"283":1}}],["couldn",{"2":{"58":1}}],["could",{"2":{"10":1,"22":2,"24":1,"28":1,"61":1,"68":2,"97":1,"126":1,"142":1,"148":1,"152":1,"184":1,"193":1,"201":1,"210":2,"222":2,"228":1,"237":1,"238":1,"253":1,"269":1,"285":2,"289":1,"300":1,"356":1}}],["corresponding",{"2":{"250":1,"355":1}}],["correspond",{"2":{"197":1}}],["correctly",{"2":{"193":1}}],["corrections",{"2":{"32":1}}],["correct",{"2":{"10":1,"20":1,"25":1,"32":1,"44":1,"52":1,"62":1,"68":1,"72":1,"79":1,"81":1,"92":1,"93":1,"100":1,"109":1,"128":1,"131":1,"152":1,"162":1,"164":1,"172":2,"190":1,"195":1,"207":1,"217":1,"222":1,"228":1,"238":1,"263":1,"272":1,"312":1,"318":1,"334":1,"349":1,"360":1}}],["corrsponding",{"2":{"157":1}}],["core",{"0":{"104":1},"2":{"0":1,"102":3,"104":2,"108":1,"112":1,"192":1,"197":1,"241":1,"249":2,"264":1}}],["conjuring",{"2":{"202":1}}],["convienient",{"2":{"330":1}}],["convieniece",{"2":{"237":1}}],["convince",{"2":{"119":1}}],["converting",{"2":{"310":1}}],["converted",{"2":{"251":1}}],["conversion",{"2":{"342":1}}],["conversions",{"2":{"57":1,"79":1}}],["conversely",{"2":{"61":1}}],["conversly",{"2":{"58":1}}],["convenient",{"2":{"138":1}}],["convenience",{"2":{"137":1,"254":1}}],["conventions",{"0":{"114":1,"310":1},"1":{"115":1,"116":1,"117":1,"118":1}}],["convention",{"2":{"47":1,"53":1,"87":1,"133":1,"136":1,"149":2,"310":1}}],["conventionally",{"2":{"250":1}}],["conventional",{"2":{"42":1,"76":1,"94":1,"150":1,"351":1}}],["conditions",{"2":{"71":1,"123":1,"158":1}}],["conferences",{"2":{"216":1}}],["conform",{"2":{"212":1,"269":1}}],["conflict",{"2":{"95":1}}],["conflation",{"2":{"141":1}}],["conflating",{"2":{"87":1}}],["conflate",{"2":{"73":1}}],["confusing",{"2":{"61":1,"271":1}}],["confident",{"2":{"311":1}}],["confidently",{"2":{"59":1}}],["confidence",{"2":{"61":1}}],["confirmation",{"2":{"13":2,"138":2,"165":1}}],["confirm",{"2":{"12":1,"13":4,"138":2}}],["config",{"2":{"10":1,"54":1,"62":2,"96":2,"97":1,"110":1,"112":1,"152":1,"197":4,"202":1,"323":1}}],["configuring",{"2":{"240":1}}],["configuraiton",{"2":{"223":1}}],["configurable",{"2":{"152":1,"302":1,"328":1}}],["configurations",{"2":{"98":1,"240":1}}],["configuration",{"0":{"53":1,"55":1,"56":1,"59":1,"123":1},"1":{"54":1,"55":1,"56":1,"57":1,"58":1,"59":1,"60":1,"61":1,"62":1},"2":{"4":1,"36":1,"53":1,"54":1,"55":4,"56":3,"57":2,"58":3,"59":1,"60":2,"68":1,"77":1,"79":1,"88":1,"105":1,"111":1,"112":2,"145":1,"186":1,"208":1,"222":1,"240":1,"254":1,"256":1,"275":1,"312":1,"328":1,"329":1,"350":2}}],["configures",{"2":{"211":1,"329":1,"330":2}}],["configured",{"2":{"8":1,"54":3,"55":1,"96":1,"143":1,"152":1,"166":2,"193":1,"202":1,"210":1,"211":1,"223":1,"240":1,"270":1,"272":1,"318":1,"340":1}}],["configure",{"2":{"3":1,"40":1,"61":1,"62":1,"123":1,"174":1,"211":1,"326":1,"338":1}}],["connected",{"2":{"310":1}}],["connectedcallback",{"2":{"14":1,"70":2}}],["connect",{"2":{"55":1,"214":1}}],["connection",{"2":{"55":1,"315":1}}],["connections",{"2":{"36":1,"62":1}}],["connecting",{"2":{"40":1}}],["concerns",{"2":{"79":1}}],["concerned",{"2":{"17":1}}],["conceptually",{"2":{"104":1,"224":1}}],["conceptual",{"0":{"103":1,"241":1},"1":{"242":1,"243":1,"244":1},"2":{"179":1,"286":1}}],["concepts",{"0":{"314":1},"2":{"87":1,"195":1,"241":1,"242":1,"272":1}}],["concept",{"2":{"24":1,"50":1,"79":1,"84":1,"134":1,"136":1,"195":1,"243":2,"249":1,"272":1}}],["consonance",{"2":{"243":1,"261":1,"267":1}}],["consolidate",{"2":{"99":1}}],["console",{"2":{"14":1,"99":1,"105":1,"211":1,"296":1}}],["consulting",{"2":{"229":1}}],["consult",{"2":{"84":1,"85":1,"219":1}}],["construction",{"2":{"253":1}}],["construct",{"2":{"230":1}}],["constructor",{"2":{"166":1}}],["constructors",{"2":{"115":1}}],["constraintviolations",{"2":{"156":5,"157":4,"281":1,"291":2,"323":1,"324":1}}],["constraintviolation",{"2":{"155":1}}],["constraints",{"0":{"155":1,"156":1,"171":1},"2":{"57":1,"77":1,"80":2,"88":1,"89":1,"92":1,"115":1,"136":1,"140":1,"153":2,"154":1,"155":1,"156":1,"164":1,"167":1,"171":1,"183":1,"295":1}}],["constraint",{"0":{"153":1,"157":1,"204":1},"1":{"154":1,"155":1,"156":1,"157":1,"158":1,"159":1,"160":1,"161":1,"162":1},"2":{"13":3,"77":3,"87":1,"137":1,"140":1,"154":2,"155":5,"156":3,"157":6,"161":1,"165":1,"167":1,"172":1,"183":5,"186":2,"197":1,"204":1,"225":1,"281":1,"282":3,"290":4,"291":1,"295":4}}],["const",{"2":{"70":3}}],["consists",{"2":{"103":1}}],["consistent",{"2":{"36":1,"164":1,"348":1}}],["consideration",{"2":{"355":1}}],["considerations",{"2":{"170":1}}],["considered",{"2":{"87":1,"157":1,"228":1}}],["consider",{"2":{"18":2,"140":1,"197":1,"237":1}}],["contact",{"2":{"199":1,"201":1}}],["contacted",{"2":{"124":1}}],["containing",{"2":{"158":1,"183":1,"214":1}}],["contained",{"2":{"157":1}}],["containers",{"0":{"247":1},"2":{"95":1,"104":3,"176":1}}],["container",{"0":{"96":1},"2":{"54":2,"55":6,"56":3,"58":6,"59":2,"60":1,"61":3,"62":1,"87":1,"96":7,"98":1,"99":1,"103":3,"104":5,"176":5,"211":1,"213":3,"240":1,"276":2,"330":1}}],["contains",{"2":{"111":4,"128":1,"152":1,"157":1,"172":1,"197":1,"203":1,"211":1,"251":1,"309":1}}],["contain",{"2":{"38":1,"79":1,"199":1,"310":1,"346":1}}],["contexts",{"2":{"357":2}}],["context",{"2":{"34":1,"116":1,"155":1,"192":10,"193":1,"194":1,"201":1,"213":4,"232":1,"234":5,"236":1,"237":4,"252":2,"260":1,"270":1,"283":2,"284":2,"353":1,"354":1,"355":1}}],["contents",{"2":{"3":1,"47":1,"104":1,"121":1,"242":1,"295":1,"328":1}}],["content",{"0":{"129":1,"330":1},"2":{"3":1,"58":2,"129":1,"182":1,"192":1,"225":2,"293":1,"295":2,"297":1,"302":1,"327":1,"330":2,"333":1}}],["continue",{"2":{"31":1,"192":4,"213":1,"234":1}}],["continuum",{"0":{"337":1},"1":{"338":1,"339":1,"340":1,"341":1,"342":1,"343":1},"2":{"13":1,"84":1,"88":1,"148":1,"252":1}}],["controls",{"0":{"170":1},"2":{"152":1,"170":1,"183":1,"192":1}}],["controller",{"2":{"137":2,"182":1,"183":1,"210":1}}],["controllers",{"2":{"0":1}}],["controlled",{"2":{"47":1,"108":1}}],["control",{"2":{"3":1,"13":1,"37":1,"103":1,"161":1,"203":1,"233":1,"330":1}}],["combination",{"2":{"256":1,"297":1}}],["coming",{"2":{"157":1,"358":1}}],["com$",{"2":{"77":1}}],["com",{"2":{"77":3,"96":1,"117":1,"121":1,"137":1,"199":1,"201":1,"280":2,"298":2,"346":2}}],["comes",{"2":{"74":1,"260":1}}],["come",{"2":{"37":1,"64":1,"76":1,"233":1,"323":1,"348":1,"359":1}}],["community",{"2":{"241":1}}],["communication",{"2":{"184":1}}],["communicates",{"2":{"240":1}}],["communicate",{"2":{"49":1,"184":1,"210":1,"340":1}}],["comments",{"2":{"140":1}}],["comment",{"2":{"77":1,"84":2,"87":1,"88":2,"93":1,"140":2,"280":1,"295":2}}],["commenting",{"2":{"14":1}}],["committed",{"2":{"96":1}}],["commit",{"2":{"37":1}}],["command",{"0":{"104":1,"105":1},"2":{"22":1,"35":1,"37":12,"38":10,"39":8,"40":4,"42":5,"96":3,"102":2,"104":1,"105":1,"107":1,"296":1}}],["commands",{"2":{"22":6,"36":1,"37":2,"38":1,"91":1,"96":2,"104":2,"105":2,"176":2,"240":2}}],["commonly",{"2":{"149":1}}],["common",{"2":{"3":2,"65":1,"115":1,"183":1,"211":1,"224":1,"225":1,"253":1,"267":1,"329":1}}],["companybycompanyid",{"2":{"310":1}}],["company",{"2":{"309":4,"310":2,"315":2}}],["compact=true",{"2":{"311":2}}],["compact",{"2":{"230":2,"241":1,"311":2}}],["compared",{"2":{"229":1,"260":1}}],["compare",{"2":{"109":1}}],["compred",{"2":{"300":1}}],["comprehensible",{"2":{"31":1}}],["comprised",{"2":{"102":1}}],["computer",{"2":{"98":1,"103":3,"104":2,"108":1,"177":1,"239":1,"240":3}}],["computer>",{"2":{"96":1}}],["compose",{"2":{"96":3,"102":1,"176":1,"240":1}}],["component",{"0":{"47":1,"200":1,"319":1,"324":1,"325":1},"1":{"320":1,"321":1,"322":1,"323":1,"324":1,"325":1},"2":{"7":1,"12":1,"34":1,"46":4,"47":13,"48":11,"49":11,"51":2,"105":2,"112":1,"135":2,"143":1,"148":1,"149":2,"156":2,"182":4,"186":1,"200":3,"214":1,"224":1,"225":2,"226":1,"227":1,"266":1,"276":1,"301":1,"319":1,"322":3,"323":1,"324":2,"325":1,"343":1,"352":1,"354":1}}],["componentsupport",{"2":{"264":2}}],["components",{"0":{"45":1,"48":1,"49":1,"135":1,"170":1},"1":{"46":1,"47":1,"48":1,"49":1,"50":1,"51":1,"52":1},"2":{"0":1,"7":1,"12":1,"45":3,"46":1,"47":6,"48":6,"49":3,"50":1,"51":2,"52":3,"103":1,"110":2,"112":2,"135":3,"138":1,"156":8,"157":6,"166":13,"170":2,"172":2,"175":3,"200":2,"203":2,"212":1,"214":1,"225":6,"227":3,"237":1,"242":1,"266":2,"281":1,"291":2,"311":1,"319":1,"322":1,"323":2,"324":2,"329":1,"343":1,"354":1}}],["complicated",{"2":{"310":1}}],["complain",{"2":{"161":1}}],["comply",{"2":{"30":1}}],["completing",{"2":{"34":1}}],["completions",{"2":{"27":1,"34":2}}],["completely",{"2":{"27":1,"91":1,"252":1}}],["complete",{"0":{"302":1},"2":{"13":2,"305":1}}],["complexity",{"2":{"79":1,"135":1,"163":1,"164":1,"355":1}}],["complex",{"2":{"24":1,"49":1,"51":1,"69":1,"77":1,"164":1,"193":1,"215":1,"217":1,"223":1,"226":1,"332":1}}],["codepaths",{"2":{"354":1}}],["codepath",{"2":{"236":1,"237":1}}],["coded",{"2":{"68":1,"93":1,"222":1}}],["codebase",{"2":{"28":1}}],["code",{"0":{"28":1,"29":1},"1":{"29":1,"30":1,"31":1},"2":{"0":1,"10":1,"12":1,"14":1,"17":1,"20":1,"25":1,"27":2,"28":4,"29":3,"31":2,"32":2,"34":4,"37":1,"38":1,"39":1,"40":1,"44":1,"52":1,"62":1,"68":1,"70":2,"72":2,"74":1,"81":1,"84":1,"87":1,"92":1,"93":1,"95":1,"96":2,"99":1,"100":1,"102":1,"105":2,"107":1,"109":1,"111":1,"112":1,"113":3,"116":2,"117":2,"119":1,"124":2,"131":1,"133":1,"142":1,"149":1,"152":1,"155":1,"158":1,"162":1,"166":1,"172":1,"188":1,"190":1,"195":1,"201":1,"207":1,"213":1,"215":1,"217":2,"218":1,"221":2,"222":1,"228":1,"229":1,"233":1,"234":1,"237":2,"238":1,"241":1,"242":6,"263":1,"269":1,"272":1,"277":1,"283":1,"285":2,"291":1,"296":1,"307":1,"311":1,"318":1,"334":1,"338":1,"342":1,"349":1,"355":1,"360":1}}],["clauses",{"2":{"212":1}}],["classmethods",{"2":{"355":1}}],["classnames",{"2":{"310":1}}],["classhtml",{"2":{"166":1}}],["class=",{"2":{"47":2,"251":1,"262":1}}],["classes",{"0":{"262":1},"2":{"0":1,"4":1,"13":1,"22":2,"38":1,"42":2,"43":1,"56":1,"66":2,"105":3,"109":1,"112":10,"113":2,"115":1,"123":1,"128":2,"134":1,"141":1,"143":1,"144":1,"150":1,"166":3,"168":1,"172":2,"193":1,"195":1,"229":3,"230":1,"234":1,"236":2,"238":1,"250":1,"269":1,"271":1,"301":1,"310":2,"324":3,"346":1,"348":1,"351":2,"355":1}}],["class",{"0":{"275":1,"310":1},"1":{"276":1},"2":{"0":2,"14":1,"23":1,"24":1,"38":10,"41":1,"42":1,"43":1,"45":1,"46":1,"47":3,"48":1,"49":4,"54":1,"57":1,"58":9,"59":2,"61":1,"70":1,"74":4,"76":2,"84":2,"87":2,"95":1,"96":1,"112":1,"133":2,"135":2,"136":5,"137":1,"141":3,"142":1,"149":2,"151":1,"155":3,"165":3,"166":5,"167":3,"168":1,"172":2,"177":3,"182":2,"184":1,"185":1,"192":7,"193":1,"211":1,"212":1,"213":1,"214":1,"219":5,"225":1,"228":1,"229":2,"237":1,"250":3,"251":1,"252":3,"256":3,"258":1,"259":1,"264":1,"265":1,"269":5,"270":1,"272":1,"273":3,"274":1,"276":2,"280":2,"281":3,"282":3,"283":2,"284":1,"285":1,"290":1,"291":1,"296":2,"297":2,"298":1,"308":2,"310":11,"311":4,"315":1,"316":1,"317":1,"318":3,"322":1,"323":2,"324":8,"330":2,"339":1,"346":3,"349":1,"352":2,"355":3}}],["clearly",{"2":{"74":1,"192":1}}],["clear",{"2":{"58":1,"79":1,"128":1,"213":1,"230":1,"348":1,"355":1}}],["clocksupport",{"2":{"343":1}}],["clock",{"2":{"214":1,"231":2,"252":3,"339":1,"342":4,"343":8}}],["closely",{"2":{"33":1}}],["cloud",{"2":{"0":2,"30":1,"344":1}}],["clis",{"2":{"109":1,"111":1,"112":1,"144":2}}],["cli",{"0":{"35":1,"37":1,"38":1},"1":{"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1},"2":{"35":1,"36":1,"37":9,"38":11,"39":2,"40":1,"41":3,"42":3,"43":1,"62":1,"64":1,"96":2,"105":1,"109":3,"110":1,"112":1,"144":1,"201":1,"212":1,"219":1,"300":1}}],["client",{"0":{"157":1,"171":1,"214":1,"303":1},"2":{"13":6,"15":2,"17":1,"59":4,"60":2,"61":1,"118":1,"120":1,"121":2,"124":1,"136":1,"153":1,"154":1,"155":4,"157":4,"158":1,"161":1,"164":1,"165":1,"167":1,"171":1,"172":1,"182":1,"183":1,"214":6,"217":2,"220":1,"221":1,"225":3,"233":1,"237":1,"242":4,"262":1,"281":1,"282":1,"305":1,"307":1}}],["clipboard",{"2":{"13":2}}],["click",{"2":{"13":1,"47":2,"121":1,"124":2,"158":1,"281":1}}],["sserver",{"2":{"155":1}}],["ss",{"2":{"155":2,"204":2}}],["small",{"2":{"146":1,"320":1,"324":1,"325":1}}],["smaller",{"2":{"66":1}}],["slash",{"2":{"309":2}}],["slim",{"2":{"267":1}}],["slightly",{"2":{"119":1,"232":1}}],["slowest",{"2":{"210":1}}],["slow",{"2":{"123":1,"125":1,"130":1}}],["sketch",{"2":{"323":1}}],["skepticism",{"0":{"34":1}}],["skip",{"2":{"86":2,"96":5,"203":4}}],["skipping",{"2":{"85":1}}],["sql",{"2":{"84":1,"140":1,"210":1,"212":3,"241":1,"242":1,"338":1,"350":1}}],["shallow",{"0":{"315":1}}],["share",{"2":{"195":1,"272":1}}],["shares",{"2":{"102":1}}],["shared",{"2":{"74":1,"87":1,"185":1,"285":1,"357":2}}],["sharing",{"2":{"87":1}}],["ship",{"2":{"333":1}}],["shiki",{"2":{"246":1}}],["shim",{"2":{"109":1}}],["shuts",{"2":{"104":1}}],["shell>",{"2":{"250":2}}],["shell",{"2":{"99":1,"105":2}}],["shopify",{"2":{"240":1}}],["short",{"2":{"49":1,"87":2,"109":1,"157":3,"158":2,"296":1}}],["shown",{"2":{"104":1,"105":1,"157":2,"213":2,"281":1,"291":1}}],["show",{"2":{"18":1,"37":1,"38":6,"40":1,"105":1,"124":1,"166":1,"183":1,"184":1,"203":1,"225":1,"286":1,"292":1,"339":2,"342":1}}],["shows",{"2":{"13":1,"37":2,"96":1,"121":1}}],["should",{"0":{"29":1,"30":1,"31":1,"34":1,"314":1},"2":{"0":1,"5":2,"13":1,"18":1,"22":1,"23":1,"29":1,"30":1,"37":1,"38":2,"39":3,"43":1,"56":1,"65":1,"70":2,"76":2,"79":1,"80":2,"84":1,"85":1,"87":1,"88":2,"91":3,"92":1,"93":1,"97":1,"108":2,"109":1,"122":1,"123":1,"126":1,"128":2,"130":1,"149":1,"158":1,"185":1,"186":1,"189":1,"192":1,"195":1,"203":1,"211":1,"212":1,"214":1,"223":1,"225":1,"228":1,"235":3,"236":2,"237":3,"240":1,"250":1,"252":1,"253":1,"256":1,"258":1,"264":1,"269":1,"271":2,"281":1,"283":1,"284":2,"298":2,"302":1,"311":1,"312":1,"314":1,"335":1,"338":1,"341":1,"343":1,"346":1,"355":1,"357":2,"359":2}}],["symbol",{"2":{"192":1,"237":1}}],["synthetic",{"2":{"87":1,"88":1}}],["syntax",{"0":{"246":1,"309":1},"2":{"76":1,"219":1,"246":1,"280":1,"298":1,"346":1}}],["synchronous",{"2":{"70":1,"129":1}}],["systems",{"2":{"73":1,"77":1,"82":1,"84":1,"87":1,"88":1,"92":1,"140":1,"280":1,"295":1}}],["system",{"2":{"39":2,"55":2,"56":1,"66":1,"77":1,"84":1,"85":2,"87":1,"88":1,"92":1,"102":3,"103":3,"118":1,"121":1,"140":2,"147":1,"160":1,"280":1,"295":1,"307":1,"324":1,"330":1,"338":2}}],["scope",{"2":{"98":1}}],["scoped",{"2":{"48":1,"237":1}}],["schema",{"0":{"82":1,"140":1},"1":{"83":1,"84":1,"85":1,"86":1,"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1},"2":{"80":1,"82":1,"83":3,"91":1,"105":1,"112":2,"140":1,"212":1,"292":1,"338":1}}],["scale=1",{"2":{"225":1}}],["scale",{"2":{"47":6}}],["scaffolding",{"2":{"102":1}}],["scaffolded",{"2":{"84":1}}],["scaffold",{"2":{"47":2,"49":2,"70":2,"84":8,"105":2,"250":3,"281":3,"289":2,"322":1,"352":1}}],["scriptable",{"2":{"108":1}}],["scripted",{"2":{"102":1}}],["scripts",{"2":{"96":1,"102":2,"109":1,"111":1,"333":1}}],["scripting",{"2":{"40":1}}],["script",{"2":{"39":1,"96":1,"134":2,"219":1,"225":1,"273":1,"330":1,"331":1}}],["scratch",{"2":{"34":1}}],["screens",{"2":{"18":1}}],["spying",{"2":{"353":1}}],["spoiler",{"2":{"69":1}}],["sp",{"2":{"66":1,"324":2}}],["span>",{"2":{"323":1}}],["span>label",{"2":{"323":1}}],["span",{"2":{"213":17,"214":1,"323":1,"324":2}}],["spans",{"2":{"211":1,"213":1}}],["sparingly",{"2":{"128":1}}],["spawn",{"2":{"39":1}}],["space",{"0":{"337":1},"1":{"338":1,"339":1,"340":1,"341":1,"342":1,"343":1},"2":{"13":1,"84":1,"88":1,"148":1,"252":1}}],["spent",{"2":{"212":1}}],["spelling",{"2":{"32":1}}],["specified",{"2":{"59":1,"84":1,"240":1,"309":1}}],["specifically",{"2":{"310":1}}],["specification",{"2":{"200":1,"269":1}}],["specifications",{"2":{"115":1}}],["specifics",{"2":{"84":1,"211":1}}],["specific",{"0":{"200":1,"262":1},"2":{"2":1,"13":2,"17":1,"35":1,"37":1,"61":1,"68":1,"91":1,"93":1,"97":1,"111":1,"122":1,"155":2,"186":1,"194":1,"210":1,"216":2,"222":1,"256":1,"285":1,"314":1,"316":1}}],["specify",{"2":{"38":1,"40":1,"87":1,"88":1,"155":1,"165":1,"289":1,"310":1}}],["specifying",{"0":{"155":1},"2":{"37":1,"154":1}}],["special",{"0":{"56":1},"2":{"23":1,"85":1,"88":1,"152":1,"204":1,"225":1,"236":1,"252":1,"256":1,"269":4,"310":1}}],["specsupport",{"2":{"122":1,"186":4,"205":1,"236":1,"255":1,"256":6,"264":2,"343":2,"355":1}}],["specs",{"0":{"113":1},"2":{"23":1,"47":1,"49":1,"70":2,"76":3,"77":2,"84":2,"105":1,"110":1,"111":1,"113":8,"115":2,"250":3,"280":1,"296":1,"297":4,"352":2,"358":2,"359":1}}],["spec",{"2":{"23":5,"47":1,"49":1,"70":2,"76":1,"77":4,"84":2,"121":2,"250":2,"296":1,"297":1,"352":1,"359":3}}],["svg",{"2":{"7":3}}],["svgs",{"0":{"7":1},"2":{"7":2,"110":1,"112":2}}],["swap",{"2":{"5":1}}],["semantic",{"2":{"262":1}}],["semantics",{"2":{"212":1,"272":1}}],["semantically",{"2":{"128":1,"335":1}}],["self",{"2":{"148":3,"276":3,"282":2,"289":1}}],["selector",{"2":{"256":2}}],["selectors",{"0":{"127":1,"261":1},"2":{"127":1,"128":1,"261":1}}],["selecttagwithoptions",{"2":{"166":1}}],["selected",{"2":{"156":1}}],["select",{"2":{"13":1,"86":3,"136":1,"165":1,"166":1,"170":1}}],["sesion",{"2":{"148":1}}],["session",{"0":{"146":1,"148":1,"341":1},"1":{"147":1,"148":1,"149":1,"150":1,"151":1,"152":1},"2":{"47":2,"48":1,"58":1,"105":2,"146":1,"147":5,"148":21,"149":2,"150":2,"151":1,"152":6,"192":10,"213":3,"230":2,"231":3,"232":3,"234":4,"235":1,"236":2,"237":2,"252":7,"282":8,"283":4,"284":3,"328":2,"329":1,"336":1,"339":3,"340":3,"341":4,"342":1,"343":2}}],["sessionsupport",{"2":{"343":1}}],["sessions",{"0":{"328":1,"336":1,"339":1},"1":{"340":1,"341":1,"342":1},"2":{"18":1,"146":1,"327":1}}],["sequence",{"2":{"126":1}}],["sequels",{"2":{"84":1}}],["sequel",{"0":{"86":1},"1":{"87":1},"2":{"0":1,"55":5,"73":3,"74":7,"77":3,"80":1,"82":3,"83":2,"84":3,"85":1,"86":7,"87":1,"92":3,"93":2,"140":4,"141":1,"212":2,"241":1,"292":1,"295":2}}],["segments",{"2":{"309":1,"310":3,"315":2}}],["segment",{"2":{"96":1,"97":1,"309":1,"310":3}}],["searching",{"2":{"316":1}}],["search",{"0":{"316":1},"2":{"92":2}}],["searched",{"2":{"49":2}}],["secure",{"2":{"329":1}}],["securitiy",{"2":{"326":1}}],["security",{"0":{"326":1,"330":1},"1":{"327":1,"328":1,"329":1,"330":1,"331":1,"332":1,"333":1,"334":1,"335":1,"336":1},"2":{"58":2,"105":1,"178":1,"192":1,"302":1,"326":1,"327":3,"330":2,"332":1,"333":1,"336":1}}],["secret",{"2":{"137":1,"328":1}}],["sections",{"2":{"116":1,"323":1}}],["section",{"2":{"73":1,"89":1,"136":1,"167":1,"231":1,"252":1,"323":1,"329":1,"340":1,"352":2}}],["seconds",{"2":{"88":1,"123":1,"130":1}}],["second",{"2":{"24":1,"32":1,"47":1,"124":1,"219":1}}],["separation",{"2":{"79":1}}],["separate",{"2":{"4":1,"49":1,"102":1,"103":1,"173":1}}],["seperately",{"2":{"55":1}}],["sensitive",{"2":{"212":2,"343":1}}],["sense",{"0":{"337":1},"1":{"338":1,"339":1,"340":1,"341":1,"342":1,"343":1},"2":{"39":1,"127":1,"168":1,"188":1,"261":1,"317":1}}],["sentence",{"2":{"297":1}}],["sent",{"2":{"115":1,"211":1,"212":1,"233":1,"242":1,"330":1,"336":1,"342":1}}],["sending",{"2":{"115":1}}],["send",{"2":{"59":3,"60":1,"61":2,"211":2,"214":2,"325":1}}],["sendgrid",{"2":{"59":5,"60":4,"61":1}}],["sends",{"2":{"13":2,"225":1,"285":1,"290":1,"340":1}}],["serfvers",{"2":{"240":1}}],["service",{"2":{"142":1,"211":1}}],["services",{"2":{"96":1,"142":1}}],["serve",{"2":{"97":1,"194":1}}],["serves",{"2":{"30":1,"79":1,"157":1,"241":1}}],["servers",{"2":{"97":2,"239":1,"240":2}}],["server",{"0":{"157":1,"239":1},"1":{"240":1},"2":{"13":4,"18":1,"35":1,"36":1,"93":1,"105":2,"115":1,"131":2,"136":1,"137":1,"153":2,"154":2,"155":5,"156":1,"157":6,"163":1,"164":2,"167":2,"171":1,"183":1,"188":4,"214":2,"221":1,"222":1,"225":2,"240":3,"242":5,"250":1,"281":1,"282":1,"290":3,"291":1,"302":1,"303":1,"329":1}}],["served",{"2":{"9":1,"18":2,"64":1,"112":1,"214":1,"219":1}}],["serializing",{"2":{"338":1}}],["serialized",{"2":{"152":1,"341":1}}],["serial",{"2":{"84":1}}],["series",{"2":{"24":1,"83":1}}],["several",{"2":{"15":1,"53":1,"73":1,"105":1,"164":1,"223":1,"299":1,"310":1,"326":1}}],["setweight",{"2":{"92":2}}],["sets",{"2":{"58":2,"86":1,"112":1,"120":1,"182":1,"211":1,"212":1,"287":1,"330":1,"354":1}}],["setting",{"0":{"59":1,"211":1},"2":{"58":2,"99":1,"211":1,"343":1}}],["setupcurrentaccount",{"2":{"283":3,"284":2,"285":1}}],["setuprequestcontext",{"2":{"152":1,"283":1}}],["setup",{"0":{"122":1},"2":{"39":2,"59":1,"65":1,"70":1,"72":1,"76":1,"105":3,"108":1,"150":1,"176":1,"236":1,"240":3,"283":1,"284":1,"298":1,"323":1}}],["set",{"0":{"259":1,"280":1},"2":{"12":1,"13":1,"37":6,"38":2,"40":1,"42":1,"53":1,"54":1,"55":1,"58":3,"59":1,"70":1,"87":3,"88":2,"89":1,"91":1,"96":6,"102":1,"104":1,"105":1,"107":1,"108":2,"120":1,"122":1,"123":2,"130":2,"148":2,"149":2,"155":1,"157":3,"173":1,"176":1,"186":1,"192":2,"211":1,"214":1,"219":1,"223":1,"235":1,"237":1,"240":1,"256":1,"259":2,"282":1,"286":1,"289":1,"295":1,"298":1,"317":1,"330":1,"332":1,"336":1,"338":2,"340":1,"341":2,"343":1,"345":1,"346":1,"348":1,"355":1}}],["seems",{"2":{"267":1}}],["seem",{"2":{"243":1}}],["seen",{"2":{"192":1}}],["seeing",{"2":{"99":1}}],["sees",{"2":{"55":1}}],["seeddata",{"2":{"280":1,"298":2,"346":2}}],["seed",{"0":{"280":1,"298":1},"2":{"37":2,"76":1,"91":2,"105":2,"110":1,"112":3,"280":7,"294":1,"298":9,"345":1,"346":9,"347":2,"348":1,"349":4}}],["see",{"0":{"345":1},"1":{"346":1,"347":1,"348":1,"349":1},"2":{"4":1,"10":1,"13":2,"19":1,"33":1,"38":3,"64":1,"76":1,"79":1,"83":1,"84":1,"86":3,"88":1,"96":1,"104":1,"105":1,"124":1,"142":1,"148":2,"149":2,"172":2,"176":1,"177":2,"183":1,"186":5,"199":1,"205":1,"208":1,"210":2,"211":2,"213":2,"214":1,"219":1,"225":4,"231":1,"235":1,"240":1,"252":6,"254":1,"255":1,"256":5,"259":1,"267":1,"281":1,"290":1,"291":1,"311":1,"344":1}}],["signup",{"2":{"278":1}}],["signed",{"2":{"277":1}}],["significant",{"2":{"127":1}}],["significantly",{"2":{"84":1,"221":1}}],["situation",{"2":{"235":1,"271":1}}],["situations",{"2":{"160":1,"302":1,"303":1}}],["sites",{"2":{"241":1,"336":1}}],["site",{"2":{"13":1,"115":1,"118":1,"202":1,"242":1,"327":1,"329":5,"336":3,"339":1}}],["silicon",{"2":{"96":1}}],["simliarly",{"2":{"200":1}}],["simplicity",{"2":{"324":1}}],["simplistic",{"2":{"189":1,"212":1}}],["simplify",{"2":{"200":1,"220":1,"256":1,"278":1}}],["simplifying",{"2":{"49":1}}],["simplifies",{"2":{"64":1}}],["simply",{"2":{"42":1,"87":1,"153":1,"241":1,"252":1}}],["simple",{"0":{"47":1},"2":{"69":1,"189":1,"217":1,"241":1,"269":1,"307":1,"350":1,"351":1,"355":1}}],["simplest",{"2":{"24":2,"70":1,"174":1}}],["simpler",{"2":{"3":1,"66":1,"260":1}}],["similarly",{"2":{"147":1,"180":1,"184":1}}],["similar",{"2":{"38":1,"66":1,"84":1,"134":1,"172":1,"191":1,"192":1,"194":1,"195":1,"269":1,"272":1,"285":1}}],["six",{"2":{"37":1}}],["side>",{"2":{"157":1}}],["sidekiq",{"2":{"96":1,"122":3,"223":3,"242":1,"306":1}}],["side",{"0":{"157":1,"171":1,"214":1,"303":1},"2":{"13":8,"15":2,"17":1,"18":1,"118":1,"136":1,"137":1,"153":2,"154":2,"155":8,"156":1,"157":8,"158":1,"161":1,"164":2,"165":1,"167":3,"171":2,"172":1,"182":1,"183":2,"214":8,"217":2,"220":1,"221":1,"225":3,"242":3,"262":1,"281":2,"282":2,"290":3,"291":1}}],["sinatra",{"2":{"195":2,"229":1,"272":2,"318":3}}],["singing",{"2":{"323":1}}],["sings",{"2":{"33":1}}],["single",{"0":{"18":1,"315":1},"2":{"3":1,"13":2,"17":1,"37":1,"43":2,"64":2,"66":1,"68":1,"70":1,"126":1,"138":1,"166":1,"219":1,"222":1,"225":1,"287":1,"315":1}}],["since",{"2":{"7":1,"21":1,"34":1,"47":1,"49":1,"55":1,"58":1,"77":1,"80":3,"84":1,"88":1,"102":1,"108":2,"120":1,"128":1,"136":1,"143":1,"149":1,"152":1,"155":1,"163":1,"164":1,"166":1,"189":1,"219":1,"223":1,"227":1,"233":1,"234":1,"235":1,"250":1,"258":1,"270":1,"283":1,"285":1,"289":1,"295":1,"296":1,"324":1,"330":1}}],["sizes",{"2":{"320":1}}],["size",{"2":{"4":1,"47":1,"322":3,"324":6,"325":1}}],["safe",{"2":{"201":5,"237":1,"264":1,"328":1,"354":1}}],["safely",{"2":{"36":1,"39":1,"87":1,"91":1,"342":1}}],["sans",{"2":{"177":1}}],["saves",{"2":{"200":1}}],["saved",{"2":{"123":1}}],["save",{"2":{"88":1,"183":1,"291":1,"325":1}}],["savings",{"2":{"127":1}}],["saving",{"2":{"3":1,"86":2}}],["saw",{"2":{"48":1,"183":1}}],["said",{"0":{"262":1},"2":{"30":1,"31":1,"39":1,"42":1,"70":1,"77":1,"80":1,"95":1,"252":1,"270":1,"326":1,"355":1}}],["say",{"2":{"3":1,"34":1,"38":1,"47":1,"64":1,"87":1,"148":1,"165":1,"188":1,"200":1,"235":1,"237":1,"338":3}}],["samesite",{"2":{"336":1}}],["same",{"2":{"2":1,"3":1,"36":1,"38":1,"55":1,"60":1,"79":1,"84":2,"87":1,"93":1,"102":3,"113":2,"155":1,"157":2,"183":1,"185":1,"197":1,"203":3,"224":1,"240":2,"272":1,"286":2,"317":1,"338":1,"346":1}}],["summary",{"2":{"311":2}}],["sufficient",{"2":{"311":1,"347":1}}],["suffice",{"2":{"42":1}}],["suffix",{"2":{"297":1}}],["sustainable",{"2":{"359":1}}],["sustainability",{"2":{"221":1}}],["suspect",{"2":{"34":1,"355":1}}],["suggestion",{"2":{"216":1}}],["suggested",{"2":{"32":1}}],["suitable",{"2":{"145":1,"202":1}}],["suited",{"2":{"160":1}}],["suite",{"2":{"30":1,"107":1,"122":1,"261":1,"357":1}}],["survive",{"2":{"128":1,"149":1}}],["surrogate",{"2":{"87":1}}],["sure",{"2":{"12":1,"97":1,"112":1,"130":1,"215":1,"219":1,"235":1,"354":1,"355":1}}],["supplied",{"2":{"329":1}}],["supposed",{"2":{"243":1}}],["suppose",{"2":{"47":1,"65":1,"70":2,"77":1,"88":1,"124":1,"148":1,"200":1,"213":1}}],["supportlink",{"2":{"199":2}}],["supported",{"2":{"52":1,"108":1,"197":1,"211":1,"223":1}}],["supports",{"2":{"6":1,"68":1,"73":2,"82":2,"93":2,"140":2,"197":1,"222":1,"224":1,"268":1,"269":1,"286":1}}],["support",{"0":{"239":1},"1":{"240":1},"2":{"0":1,"1":1,"5":1,"6":1,"9":1,"10":1,"36":2,"37":2,"39":1,"72":1,"76":1,"86":1,"88":1,"93":3,"95":2,"110":2,"112":2,"140":1,"143":1,"144":1,"145":2,"153":1,"179":1,"196":1,"197":1,"199":3,"201":3,"208":1,"210":1,"217":1,"220":1,"222":1,"223":2,"267":1,"276":1,"282":1,"303":1,"304":1,"306":1,"320":1,"358":3}}],["super",{"2":{"150":1,"185":1,"338":1}}],["sup3rs3cret",{"2":{"137":1}}],["supress",{"2":{"42":1}}],["sucked",{"2":{"267":1}}],["sucks",{"2":{"129":1,"301":1}}],["succeeed",{"2":{"297":1}}],["succeeded",{"2":{"84":1}}],["succeed",{"2":{"70":1}}],["successfully",{"2":{"311":1}}],["success",{"2":{"38":2}}],["such",{"2":{"27":1,"28":1,"32":1,"33":1,"49":1,"70":1,"79":2,"84":1,"105":1,"108":1,"111":1,"112":2,"129":1,"137":1,"181":1,"186":1,"188":1,"194":1,"197":1,"235":1,"242":1,"282":1,"309":1,"316":1,"346":1,"353":1,"354":2}}],["subclass",{"2":{"231":2,"232":1,"241":1,"252":2,"258":1,"266":1,"308":1}}],["subcommand",{"2":{"37":4,"38":4,"96":1,"105":1}}],["subcommands",{"2":{"37":2,"38":1,"40":1,"105":2}}],["sub",{"2":{"213":2,"214":1}}],["submodules",{"2":{"201":1}}],["submisssion",{"2":{"183":1}}],["submissions",{"2":{"180":1,"184":1,"212":1,"242":1,"329":2,"335":1}}],["submission",{"0":{"183":1},"2":{"136":1,"138":1,"157":1,"182":1,"188":1,"329":2}}],["submitted",{"0":{"167":1},"2":{"136":3,"157":5,"164":1,"167":3,"183":1,"231":2,"242":2,"281":1,"289":2,"308":2}}],["submitting",{"2":{"13":1,"153":1}}],["submits",{"2":{"13":1,"136":1,"166":1,"329":1,"336":1}}],["submit",{"2":{"12":2,"13":3,"138":1,"163":1,"188":2,"329":1,"336":1}}],["subject",{"2":{"182":1}}],["subdirectories",{"2":{"113":1}}],["substituted",{"2":{"199":1}}],["substitution",{"2":{"157":1}}],["subsituting",{"2":{"13":1}}],["subsequent",{"2":{"3":1,"152":1}}],["s",{"0":{"64":1,"86":1,"132":1,"161":1,"261":1,"341":1},"1":{"87":1,"133":1,"134":1,"135":1,"136":1,"137":1,"138":1,"139":1,"140":1,"141":1,"142":1,"143":1,"144":1,"145":1},"2":{"3":4,"4":2,"5":1,"10":1,"12":2,"13":5,"14":1,"18":3,"20":1,"22":1,"25":1,"26":1,"28":2,"35":1,"36":3,"37":1,"38":5,"39":1,"40":1,"41":2,"42":3,"44":1,"47":2,"49":6,"52":1,"53":2,"54":1,"56":3,"58":1,"62":2,"64":5,"65":1,"68":1,"70":3,"72":2,"73":1,"74":4,"77":1,"79":1,"81":1,"82":2,"83":1,"84":6,"85":1,"86":1,"87":5,"88":1,"92":4,"93":2,"96":6,"100":1,"102":1,"104":1,"105":1,"107":1,"108":3,"109":1,"118":1,"121":1,"127":1,"128":2,"129":1,"130":2,"131":1,"133":4,"135":1,"136":1,"137":3,"139":1,"140":4,"141":2,"142":2,"144":2,"147":1,"148":6,"149":3,"152":2,"155":1,"157":3,"162":1,"165":3,"166":1,"167":1,"172":3,"176":1,"182":6,"183":1,"185":1,"186":2,"188":1,"189":1,"190":1,"192":2,"195":2,"196":1,"197":3,"198":1,"201":1,"203":1,"204":1,"206":1,"207":1,"210":4,"211":2,"213":6,"215":2,"217":1,"219":5,"222":1,"225":4,"228":1,"229":3,"230":1,"231":4,"232":2,"233":4,"234":2,"235":1,"237":1,"238":2,"240":2,"241":6,"242":1,"243":1,"244":1,"251":4,"252":5,"253":1,"255":2,"256":3,"258":1,"259":1,"261":3,"263":1,"264":1,"265":2,"266":1,"269":3,"270":1,"272":3,"275":1,"276":1,"277":1,"280":1,"281":1,"284":1,"285":2,"290":4,"291":2,"295":2,"296":1,"299":1,"301":1,"307":1,"310":1,"311":1,"312":1,"314":1,"316":1,"318":1,"319":1,"323":1,"324":2,"325":1,"329":4,"333":2,"334":1,"336":1,"338":1,"339":2,"340":4,"341":4,"342":2,"343":1,"348":1,"349":1,"350":1,"352":1,"354":1,"355":3,"357":1,"358":2,"360":1}}],["sophsticated",{"2":{"319":1}}],["sophisticated",{"2":{"101":1,"102":1,"213":1,"275":1}}],["solid",{"2":{"267":1,"299":1,"324":1}}],["solution",{"2":{"47":1,"48":1,"157":1}}],["solves",{"2":{"88":1}}],["solve",{"2":{"13":1,"216":1}}],["sorted",{"2":{"130":1}}],["sort",{"2":{"18":1,"87":1,"88":1,"221":1,"237":1,"242":1,"285":1}}],["source",{"2":{"4":1,"7":1,"10":1,"12":1,"20":1,"25":1,"32":3,"44":1,"49":1,"52":1,"62":1,"68":1,"72":1,"81":1,"93":1,"96":1,"100":1,"105":1,"109":1,"111":1,"112":1,"131":1,"152":1,"162":1,"172":1,"190":1,"195":1,"201":1,"207":1,"217":2,"222":1,"223":1,"228":1,"229":1,"238":1,"263":1,"272":1,"318":1,"334":1,"349":1,"360":1}}],["sourcemaps",{"0":{"4":1},"2":{"2":1,"4":2}}],["so",{"0":{"267":1},"2":{"3":1,"4":1,"5":1,"6":1,"12":1,"14":1,"18":1,"32":1,"36":1,"42":3,"47":2,"48":1,"51":1,"62":1,"65":1,"66":1,"70":2,"74":1,"79":2,"85":1,"87":3,"88":1,"91":1,"94":1,"96":1,"103":2,"123":1,"124":2,"127":1,"129":1,"130":1,"133":1,"136":1,"142":1,"148":3,"149":2,"150":1,"157":3,"158":2,"177":1,"182":1,"183":1,"188":1,"194":1,"195":1,"197":2,"201":2,"202":1,"212":1,"213":1,"215":1,"217":1,"219":1,"221":1,"225":1,"237":1,"240":2,"241":1,"250":1,"251":2,"252":2,"253":1,"262":1,"266":1,"274":1,"281":1,"283":1,"285":1,"289":1,"297":2,"298":1,"302":1,"310":1,"312":1,"318":1,"323":1,"329":2,"332":1,"341":1,"346":2,"348":2,"354":1,"355":1}}],["somewhat",{"2":{"96":1,"119":1,"148":1,"329":1}}],["somewhere",{"2":{"24":1,"341":1}}],["someday",{"2":{"61":1}}],["someone",{"2":{"33":1,"87":1,"192":1,"213":1,"242":1,"285":1}}],["someotherelement",{"2":{"14":1}}],["sometimes",{"2":{"24":1,"87":1,"171":1,"355":1}}],["something",{"2":{"3":1,"24":1,"60":1,"66":1,"124":1,"129":1,"160":1,"182":1,"184":1,"217":1,"258":2,"261":1,"262":1,"285":1,"305":1,"311":1,"319":1,"332":1,"341":1,"342":1,"343":2,"352":1}}],["some",{"2":{"0":1,"29":1,"31":1,"48":1,"53":1,"56":2,"58":1,"64":1,"70":12,"72":1,"79":1,"82":1,"83":1,"84":1,"93":1,"96":1,"102":5,"109":1,"115":1,"126":2,"129":1,"141":1,"144":1,"165":1,"175":1,"178":1,"183":1,"186":2,"195":1,"200":1,"213":1,"214":1,"237":1,"238":1,"240":2,"242":1,"245":1,"254":1,"277":1,"285":1,"299":1,"302":2,"309":1,"310":1}}],["src=",{"2":{"134":1}}],["src",{"2":{"2":2,"5":3,"6":3,"7":2,"8":1,"12":1,"15":1,"22":10,"28":2,"46":1,"47":3,"49":1,"56":7,"59":1,"64":5,"70":1,"74":2,"84":4,"87":1,"110":1,"112":4,"113":3,"134":1,"142":2,"165":2,"177":2,"192":5,"213":1,"219":8,"223":1,"225":2,"250":6,"251":1,"269":1,"273":1,"276":1,"280":3,"281":5,"282":3,"283":2,"284":1,"289":1,"290":1,"291":1,"295":2,"296":2,"298":1,"322":1,"323":1,"324":4,"346":2,"352":2,"355":1}}],["stye",{"2":{"324":1}}],["stylings",{"2":{"330":1}}],["styling",{"0":{"157":1,"324":1},"2":{"13":1,"128":1,"157":1,"320":1,"323":1,"324":2}}],["style=",{"2":{"330":1}}],["style",{"2":{"33":1,"74":1,"134":2,"138":1,"157":1,"203":1,"225":1,"273":1,"281":1,"303":1,"304":1}}],["styled",{"2":{"13":1}}],["stylesheet",{"2":{"134":2,"225":1,"273":1}}],["styles",{"2":{"2":1,"3":5,"4":1,"10":2,"134":4,"225":2,"273":2,"330":1,"333":1}}],["stuff",{"2":{"309":1,"350":2}}],["stubs",{"2":{"189":2}}],["stick",{"2":{"149":1,"164":1}}],["still",{"2":{"13":1,"49":1,"130":1,"267":1,"305":1,"350":1}}],["stopping",{"2":{"105":1}}],["stop",{"2":{"104":2,"122":1}}],["stops",{"2":{"104":2,"129":1}}],["storing",{"2":{"55":1,"56":1,"338":1}}],["stored",{"2":{"56":2,"92":1,"146":1,"229":1,"234":1,"242":1,"338":1,"341":1,"342":1}}],["store",{"2":{"38":1,"54":1,"55":5,"56":3,"57":3,"58":6,"59":2,"60":1,"61":1,"79":1,"88":1,"141":1,"146":1,"234":1,"293":2,"341":1,"346":1}}],["stores",{"2":{"10":1,"318":1,"338":1}}],["storage",{"2":{"0":1,"236":1}}],["struggle",{"2":{"243":1}}],["structure",{"0":{"110":1,"116":1,"182":1},"1":{"111":1,"112":1,"113":1},"2":{"65":1,"324":1}}],["strftime",{"2":{"202":1}}],["straight",{"2":{"179":1}}],["straightforward",{"2":{"41":1,"143":1,"186":1,"217":1,"282":1,"350":1}}],["straightfoward",{"2":{"39":1,"124":1,"251":1,"350":1}}],["strong",{"2":{"56":1,"85":1,"164":1,"167":1}}],["strongly",{"2":{"24":1,"311":1}}],["strip",{"2":{"290":2}}],["strif",{"2":{"202":1}}],["strictly",{"2":{"104":1}}],["strict",{"2":{"79":1}}],["stringio",{"2":{"42":1}}],["string",{"2":{"37":1,"55":2,"58":2,"87":2,"189":1,"192":1,"197":2,"203":1,"205":1,"230":2,"231":1,"233":2,"235":1,"252":10,"256":2,"260":1,"264":1,"269":1,"273":2,"309":1,"310":1,"311":1,"316":5,"343":2}}],["strings",{"0":{"316":1},"2":{"37":2,"39":1,"42":1,"49":1,"64":1,"79":1,"167":1,"202":1,"203":1}}],["strives",{"2":{"53":1}}],["strive",{"2":{"32":1}}],["steps",{"2":{"170":1,"239":1,"250":1}}],["step=",{"2":{"166":2}}],["step",{"2":{"7":1,"47":4,"165":1}}],["stay",{"2":{"251":2}}],["started",{"0":{"173":1},"1":{"174":1,"175":1,"176":1,"177":1,"178":1,"179":1},"2":{"139":1}}],["starts",{"2":{"104":2,"105":3,"133":1,"231":1,"252":2}}],["starting",{"2":{"40":1,"99":1,"105":1}}],["start",{"0":{"176":1},"2":{"37":1,"61":1,"66":1,"96":1,"104":4,"105":1,"176":2,"211":1,"212":1,"217":1,"233":1,"269":1,"309":2,"353":1}}],["startup",{"2":{"36":2,"59":1,"61":1}}],["standardized",{"2":{"64":1,"214":1,"219":1}}],["standard",{"0":{"231":1},"1":{"232":1,"233":1},"2":{"35":2,"39":2,"42":3,"64":1,"86":1,"108":1,"134":1,"208":1,"212":1,"213":1,"233":1,"241":1,"253":1,"261":1,"286":1,"291":1,"338":1}}],["standards",{"2":{"0":1,"241":2}}],["stable",{"2":{"27":1,"64":1,"108":1,"109":1,"160":1,"219":1}}],["statistics",{"2":{"214":1}}],["static",{"2":{"3":4,"6":3,"8":1,"9":1,"14":2,"110":1,"177":1,"225":1,"252":1,"309":1,"310":4}}],["status=3",{"2":{"38":1}}],["status",{"2":{"37":3,"38":22,"83":1,"105":2,"182":4,"186":2,"192":2,"199":5,"213":1,"219":10,"253":2,"256":2,"262":1}}],["state",{"2":{"14":1,"76":1,"172":2,"259":2}}],["statements",{"2":{"14":1,"210":1,"212":3,"213":1}}],["stacking",{"2":{"74":1}}],["stack",{"2":{"4":2,"62":1,"96":2,"301":1}}],["ole",{"2":{"300":1}}],["old",{"2":{"0":1,"254":1}}],["og",{"2":{"225":1}}],["omit",{"2":{"203":3,"211":1}}],["omitting",{"2":{"40":1,"252":1,"355":1}}],["omitted",{"2":{"37":3,"96":1,"204":2,"237":1,"252":1}}],["otlp",{"2":{"211":4}}],["otel",{"2":{"99":3,"145":1,"208":1,"211":14,"217":2,"300":1}}],["otherdesignlayout",{"2":{"273":1}}],["others",{"2":{"96":1,"102":2,"358":1}}],["otherwise",{"2":{"54":1,"76":1,"88":1,"183":1,"192":1,"237":1,"340":1}}],["other",{"0":{"9":1,"80":1,"97":1,"184":1},"2":{"5":1,"9":1,"39":2,"40":1,"70":1,"74":1,"87":1,"89":1,"93":1,"96":1,"97":1,"103":1,"105":1,"111":1,"127":1,"128":2,"135":1,"140":1,"148":1,"156":1,"165":1,"166":1,"167":1,"168":2,"181":1,"182":2,"193":1,"194":2,"197":1,"225":1,"237":1,"240":1,"252":1,"271":1,"273":3,"303":1,"310":2,"311":1,"328":1,"336":1,"346":1,"350":1,"355":2}}],["ocean",{"2":{"304":1}}],["occurs",{"2":{"70":1}}],["occasionally",{"2":{"253":1}}],["occasion",{"2":{"58":1}}],["ocurred",{"2":{"39":1}}],["odd",{"2":{"48":1}}],["oapp",{"2":{"47":1}}],["opaque",{"2":{"332":1}}],["opposite",{"2":{"285":1,"330":1}}],["opposed",{"2":{"70":1}}],["op",{"2":{"201":1}}],["opinion",{"2":{"160":1}}],["opinions",{"2":{"116":1}}],["opinionated",{"2":{"73":1}}],["opt",{"2":{"58":2,"88":2}}],["opts",{"2":{"38":9}}],["optionally",{"2":{"166":1}}],["optional",{"2":{"37":1,"47":1,"96":1,"165":1,"213":1,"233":1,"237":3,"250":1,"320":1,"355":1}}],["options",{"0":{"40":1},"2":{"37":16,"38":3,"39":6,"40":1,"42":6,"54":1,"55":1,"56":1,"95":1,"96":5,"225":1}}],["optionparser",{"2":{"35":1,"37":1,"38":3,"144":2}}],["option",{"2":{"13":1,"37":2,"55":1,"166":1,"301":1}}],["operates",{"2":{"185":1}}],["operating",{"2":{"102":1,"103":1}}],["operational",{"2":{"61":1}}],["operations",{"2":{"35":1,"123":1}}],["opened",{"2":{"353":1}}],["opentelemetry",{"2":{"86":1,"145":3,"176":1,"208":1,"210":1,"211":2,"213":1,"225":1}}],["open3",{"2":{"42":1}}],["open",{"2":{"30":1,"177":1,"208":1,"217":1,"223":1}}],["our",{"2":{"30":1,"38":1,"47":1,"48":1,"61":1,"76":1,"77":1,"87":1,"88":1,"121":1,"133":1,"160":1,"165":1,"192":2,"213":1,"216":1,"269":1,"272":1,"291":1,"295":3,"297":1,"323":1,"324":2}}],["outlines",{"2":{"352":1}}],["outline",{"0":{"323":1},"2":{"84":1}}],["outstanding",{"2":{"37":1,"38":2,"105":1}}],["outside",{"0":{"338":1},"2":{"35":1,"49":2,"61":1,"87":1,"222":1,"237":1,"353":1}}],["outputs",{"2":{"97":1}}],["output",{"2":{"37":2,"42":2,"96":1,"246":1,"247":1,"300":1,"301":1}}],["out",{"2":{"3":1,"14":1,"39":2,"42":2,"49":1,"58":1,"65":2,"88":1,"98":1,"118":1,"130":2,"152":1,"166":1,"179":2,"192":1,"229":1,"237":2,"248":1,"282":1,"284":1,"285":2,"300":1,"304":1,"323":1,"327":1}}],["obviously",{"2":{"197":1}}],["obvious",{"2":{"84":1,"161":1,"237":1,"261":1,"289":1}}],["object",{"2":{"38":1,"55":1,"59":1,"61":1,"70":1,"74":1,"115":1,"136":1,"148":1,"152":1,"166":1,"168":1,"189":1,"237":1,"252":2,"318":1,"342":2,"343":1}}],["objects",{"2":{"24":1,"143":1,"147":1,"150":1,"229":1,"230":1,"242":1,"254":1,"348":1}}],["observed",{"2":{"34":1}}],["observability",{"0":{"145":1,"208":1,"214":1},"1":{"209":1,"210":1,"211":1,"212":1,"213":1,"214":1,"215":1,"216":1,"217":1},"2":{"13":1,"15":1,"145":1,"176":1,"208":1,"213":1,"225":2}}],["overlap",{"2":{"79":1}}],["overly",{"2":{"77":1}}],["overflow",{"2":{"62":1}}],["overriding",{"2":{"58":1,"264":1,"275":1,"324":1}}],["overridable",{"0":{"58":1}}],["overridden",{"2":{"53":1,"58":2}}],["override",{"2":{"38":1,"54":1,"58":12,"61":2,"87":1,"96":1,"123":1,"228":1,"258":1,"265":1,"273":1,"276":2,"330":1}}],["over",{"2":{"14":1,"37":1,"56":1,"57":1,"91":1,"210":1,"217":1,"221":1,"241":1,"267":1,"289":1,"350":1,"359":1}}],["overview",{"0":{"12":1,"22":1,"36":1,"46":1,"54":1,"70":1,"74":1,"83":1,"95":1,"102":1,"103":1,"120":1,"147":1,"154":1,"164":1,"181":1,"192":1,"197":1,"209":1,"219":1,"225":1,"230":1,"240":1,"241":1,"250":1,"269":1,"308":1,"327":1,"346":1,"352":1},"1":{"13":1,"14":1,"15":1,"37":1,"38":1,"39":1,"40":1,"41":1,"47":1,"48":1,"49":1,"55":1,"56":1,"57":1,"58":1,"59":1,"84":1,"85":1,"86":1,"87":1,"88":1,"96":1,"97":1,"103":1,"104":1,"105":1,"106":1,"121":1,"122":1,"123":1,"124":1,"148":1,"149":1,"155":1,"156":1,"157":1,"165":1,"166":1,"167":1,"182":1,"183":1,"184":1,"185":1,"198":1,"199":1,"200":1,"201":1,"202":1,"203":1,"204":1,"210":1,"211":1,"212":1,"213":1,"214":1,"231":1,"232":1,"233":1,"234":1,"235":1,"242":1,"243":1,"244":1,"251":1,"252":1,"253":1,"309":1,"310":1,"311":1,"328":1,"329":1,"330":1,"331":1,"353":1,"354":1,"355":1},"2":{"13":1,"48":1,"116":1,"179":1}}],["owns",{"2":{"192":1}}],["own",{"0":{"14":1,"59":1,"213":1,"319":1},"1":{"320":1,"321":1,"322":1,"323":1,"324":1,"325":1},"2":{"14":1,"36":1,"58":2,"74":1,"82":1,"96":2,"98":1,"108":1,"144":1,"149":3,"160":1,"203":1,"234":1,"260":1,"319":1,"330":1,"358":1}}],["owned",{"2":{"13":1,"192":13,"212":1,"213":4,"284":4,"335":1}}],["ok",{"0":{"161":1},"2":{"3":1,"24":1,"91":1,"252":1,"300":1,"335":1}}],["order",{"2":{"192":1,"240":1,"262":1,"269":1,"287":1,"348":1}}],["ordering",{"2":{"84":1}}],["org",{"2":{"27":1,"133":1}}],["organizes",{"2":{"242":1}}],["organized",{"2":{"113":3,"116":1,"346":1}}],["organize",{"2":{"22":2,"63":1,"346":1}}],["organizations",{"2":{"74":2,"77":1,"88":1}}],["organization",{"2":{"22":2,"74":1,"76":1,"77":8,"88":4,"133":1,"237":2,"346":5,"348":1}}],["or",{"0":{"21":1,"188":1,"262":1,"274":1},"1":{"22":1,"23":1,"24":1,"25":1},"2":{"0":1,"2":2,"3":1,"12":1,"13":1,"17":2,"22":1,"24":2,"30":1,"32":1,"35":3,"36":1,"37":3,"38":1,"40":1,"43":1,"45":1,"47":2,"48":3,"49":1,"51":1,"54":2,"55":1,"57":4,"58":1,"60":1,"61":1,"64":4,"65":1,"66":2,"72":1,"73":1,"74":1,"77":2,"79":2,"80":1,"84":1,"85":1,"87":2,"88":3,"89":1,"91":1,"95":2,"96":3,"97":1,"99":2,"102":2,"104":1,"105":4,"108":2,"109":1,"112":1,"115":4,"117":3,"123":1,"124":1,"128":1,"129":2,"130":1,"140":2,"142":3,"145":1,"148":2,"149":1,"150":3,"151":1,"155":2,"157":3,"160":3,"164":1,"165":1,"168":1,"170":1,"174":1,"179":1,"181":1,"182":5,"186":1,"188":2,"189":2,"191":2,"192":6,"193":1,"194":2,"197":1,"198":1,"200":2,"201":3,"203":3,"210":1,"211":1,"212":3,"216":1,"219":3,"222":1,"227":1,"229":3,"230":2,"231":1,"234":1,"235":2,"236":1,"237":2,"240":2,"242":9,"250":2,"252":6,"255":1,"256":3,"258":1,"262":2,"264":2,"267":1,"269":2,"278":1,"280":1,"283":1,"285":3,"295":1,"302":1,"303":1,"307":1,"309":1,"310":3,"311":1,"312":1,"314":1,"316":2,"323":1,"330":3,"332":2,"333":1,"337":1,"338":2,"339":2,"341":1,"343":4,"348":1,"350":2,"352":1,"355":2}}],["onclick=",{"2":{"330":1}}],["once",{"2":{"39":1,"130":1,"160":1,"250":1,"344":1}}],["onstratin",{"2":{"155":1}}],["onto",{"2":{"13":1}}],["ones",{"2":{"4":1,"233":1}}],["one",{"2":{"4":1,"12":1,"13":1,"14":1,"35":1,"37":1,"38":1,"47":1,"73":1,"79":1,"83":1,"87":1,"88":1,"96":1,"104":3,"105":1,"137":1,"138":1,"141":2,"149":3,"157":2,"161":1,"166":1,"194":1,"201":1,"202":1,"213":1,"218":1,"229":1,"241":1,"255":1,"256":3,"281":1,"286":1,"296":2,"308":1,"310":2,"330":1,"340":1,"346":1,"348":1,"349":1}}],["only",{"2":{"0":1,"13":1,"25":1,"37":1,"38":3,"40":1,"46":1,"50":1,"55":1,"58":2,"61":1,"68":1,"73":2,"79":1,"82":2,"84":3,"85":1,"87":3,"88":1,"92":1,"93":1,"108":1,"124":1,"137":1,"140":1,"149":2,"154":1,"167":1,"182":1,"188":2,"204":1,"216":1,"222":1,"231":2,"232":1,"234":1,"238":1,"258":1,"283":1,"295":1,"301":1,"309":1,"319":1,"336":1,"340":1,"346":1}}],["on",{"0":{"79":1,"80":1,"118":1,"357":1},"2":{"0":1,"3":1,"4":1,"10":1,"14":1,"18":1,"22":1,"24":1,"34":1,"36":1,"37":6,"38":12,"39":4,"40":1,"42":2,"55":1,"58":2,"59":1,"60":1,"61":1,"65":1,"68":1,"70":2,"72":1,"76":1,"77":1,"79":1,"80":3,"83":1,"87":2,"88":5,"91":2,"92":2,"93":3,"96":5,"97":2,"98":1,"102":2,"103":3,"104":2,"105":1,"108":4,"115":1,"116":1,"121":1,"123":1,"126":1,"128":1,"129":1,"130":1,"133":1,"136":1,"143":1,"147":1,"148":1,"152":3,"155":3,"157":1,"158":1,"160":1,"168":1,"171":1,"176":2,"177":1,"185":1,"186":1,"189":1,"195":2,"200":2,"210":1,"211":3,"212":1,"214":1,"216":1,"219":1,"222":1,"225":1,"229":1,"231":1,"233":2,"234":2,"237":2,"239":1,"240":1,"241":2,"242":2,"243":1,"254":1,"255":1,"259":1,"262":1,"269":1,"271":1,"272":1,"281":2,"285":1,"290":1,"295":2,"296":1,"307":1,"310":1,"311":1,"317":1,"318":1,"324":2,"328":1,"329":1,"330":1,"339":1,"343":1,"350":1,"356":1}}],["offset",{"2":{"161":1}}],["off",{"2":{"64":1,"126":1,"315":1}}],["often",{"2":{"3":1,"49":1,"87":1,"93":1,"104":1,"130":1,"161":1,"199":1,"211":1,"229":1,"243":1,"262":1}}],["of",{"0":{"27":1,"55":1,"56":1,"116":1,"117":1,"124":1,"129":1,"132":1,"171":1,"179":1,"337":1,"338":1},"1":{"133":1,"134":1,"135":1,"136":1,"137":1,"138":1,"139":1,"140":1,"141":1,"142":1,"143":1,"144":1,"145":1,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1},"2":{"0":1,"3":5,"4":7,"5":1,"6":2,"10":1,"12":1,"13":4,"14":4,"18":4,"24":1,"25":1,"26":1,"27":3,"28":2,"29":1,"30":3,"31":2,"32":3,"33":1,"34":2,"35":1,"36":2,"37":7,"38":3,"39":1,"42":3,"43":1,"45":1,"46":1,"47":7,"48":2,"49":2,"52":1,"53":3,"54":4,"56":2,"58":1,"61":2,"62":1,"64":5,"69":1,"70":5,"72":3,"73":4,"74":3,"75":1,"76":1,"77":1,"79":4,"80":2,"82":1,"83":1,"84":5,"85":1,"86":1,"87":3,"88":6,"91":2,"92":3,"93":1,"96":2,"97":2,"98":2,"99":1,"102":4,"103":1,"104":2,"105":5,"107":1,"108":2,"111":1,"112":2,"113":1,"116":1,"118":1,"119":1,"121":1,"122":1,"123":4,"124":3,"126":4,"127":2,"128":1,"133":1,"134":1,"135":2,"136":3,"137":2,"138":2,"140":6,"141":3,"143":1,"146":1,"147":1,"149":1,"150":1,"151":1,"152":3,"157":5,"160":1,"161":1,"164":3,"165":1,"166":3,"168":1,"172":3,"176":2,"182":5,"183":1,"185":1,"188":1,"189":1,"192":3,"193":1,"197":2,"200":1,"201":2,"202":1,"203":1,"204":2,"208":1,"210":2,"211":1,"212":3,"213":3,"214":2,"215":1,"217":1,"218":2,"219":3,"220":1,"221":1,"222":3,"225":1,"228":2,"229":3,"230":1,"231":2,"232":1,"233":1,"234":2,"236":1,"237":5,"240":1,"241":2,"242":6,"243":3,"244":1,"245":1,"248":1,"249":2,"251":1,"252":3,"253":2,"255":2,"256":2,"258":1,"260":3,"262":1,"266":1,"267":1,"269":1,"270":2,"271":1,"272":2,"276":1,"277":1,"282":1,"283":1,"285":2,"286":2,"287":1,"289":1,"290":1,"291":4,"292":1,"297":1,"299":2,"300":1,"301":2,"303":1,"304":1,"305":1,"307":1,"308":2,"309":3,"310":4,"311":1,"312":1,"314":1,"316":1,"317":1,"318":2,"327":2,"328":2,"332":1,"337":1,"340":2,"341":1,"342":3,"343":2,"345":1,"348":1,"350":3,"351":1,"352":1,"353":5,"354":1,"355":1,"356":1,"357":1,"358":1,"359":1}}],["btree",{"2":{"295":6}}],["bcrypt",{"2":{"280":1}}],["bsp",{"2":{"211":1}}],["black",{"2":{"332":1}}],["blanklayout",{"2":{"265":1,"274":1}}],["blank",{"0":{"274":1},"2":{"84":1,"167":1,"225":1,"228":1,"236":1,"274":2,"290":7}}],["blogpost",{"2":{"296":1,"297":1}}],["blog",{"2":{"240":1,"293":1,"295":13,"296":2,"297":4,"298":2}}],["blow",{"2":{"91":1,"200":1,"311":1}}],["blocks",{"2":{"121":1,"251":1,"357":1}}],["block",{"2":{"14":1,"38":1,"55":3,"157":1,"199":3,"201":2,"213":3,"224":1,"247":2,"281":1,"289":2,"318":1,"353":1,"355":1}}],["b",{"2":{"80":1,"87":1,"92":1}}],["bg",{"2":{"47":3,"66":1}}],["bn",{"2":{"47":3}}],["board",{"2":{"305":1,"309":1,"311":1}}],["box",{"2":{"247":2,"304":1,"327":1,"332":2}}],["body>",{"2":{"134":2}}],["body",{"2":{"134":1,"182":1,"225":1,"231":2,"251":2,"273":1}}],["bot",{"2":{"76":1,"359":1}}],["both",{"2":{"2":3,"42":1,"55":1,"64":1,"83":1,"84":1,"85":1,"153":1,"154":1,"155":1,"188":1,"192":1,"219":2,"240":1,"295":2,"317":1,"328":1}}],["border",{"2":{"47":2,"324":2}}],["boilerplate",{"2":{"41":1}}],["boolean",{"2":{"57":2}}],["bootstrapping",{"2":{"144":1}}],["bootstrapped",{"2":{"39":1,"108":1}}],["bootstrap",{"2":{"112":1}}],["boot",{"2":{"56":1,"61":1,"211":1}}],["books",{"2":{"24":1,"216":1,"350":1,"356":1}}],["big",{"2":{"160":1}}],["bits",{"2":{"146":1}}],["bit",{"2":{"14":1,"98":1,"211":1,"218":1}}],["bin",{"0":{"41":1,"355":1},"2":{"10":3,"28":3,"36":1,"37":7,"38":2,"40":2,"41":1,"47":2,"49":2,"65":1,"70":2,"84":16,"91":3,"96":9,"97":2,"105":14,"108":1,"109":3,"110":1,"111":2,"112":4,"120":1,"131":1,"176":1,"177":1,"178":2,"211":1,"219":1,"240":2,"250":3,"280":4,"281":3,"289":1,"295":12,"296":1,"297":1,"298":7,"300":1,"322":1,"331":2,"346":1,"349":2,"355":1}}],["by",{"0":{"29":1,"30":1,"31":1,"212":1},"2":{"5":1,"7":1,"8":1,"12":2,"18":1,"22":1,"27":1,"29":2,"30":2,"31":2,"32":3,"33":1,"35":1,"36":1,"37":1,"38":1,"47":3,"48":3,"52":1,"55":2,"57":1,"58":4,"64":2,"65":1,"66":2,"70":3,"77":1,"83":2,"84":3,"87":4,"88":3,"95":1,"96":2,"97":2,"102":1,"109":2,"112":5,"115":2,"122":1,"126":1,"127":1,"128":1,"135":1,"137":1,"138":1,"140":1,"144":1,"147":1,"148":1,"149":3,"157":5,"165":1,"172":1,"182":1,"183":2,"189":1,"192":1,"197":1,"201":1,"202":1,"203":2,"208":1,"211":3,"212":2,"213":1,"214":1,"216":1,"219":3,"220":1,"225":2,"229":1,"230":1,"233":1,"240":1,"241":1,"242":1,"245":1,"246":1,"250":2,"251":2,"252":2,"253":1,"275":1,"289":1,"295":3,"307":1,"308":1,"309":1,"310":1,"314":3,"315":2,"317":1,"319":1,"329":2,"330":2,"332":1,"335":1,"340":1,"342":1,"343":1,"346":1,"355":3,"359":1}}],["brackets",{"2":{"267":1}}],["branches",{"0":{"126":1}}],["bridge",{"2":{"189":1}}],["brief",{"2":{"104":1,"116":1}}],["bring",{"2":{"18":1,"63":1,"64":1,"65":1,"219":1}}],["brought",{"2":{"219":1}}],["browse",{"2":{"119":1,"211":1}}],["browsers",{"2":{"64":1,"72":1,"102":1,"119":1,"171":1,"214":1}}],["browser",{"0":{"161":1,"340":1},"2":{"3":3,"4":1,"13":1,"35":1,"64":1,"70":6,"72":1,"103":1,"115":2,"119":2,"120":1,"121":1,"136":1,"148":2,"157":1,"161":1,"172":1,"177":1,"182":1,"188":4,"192":1,"212":1,"214":2,"219":1,"241":1,"242":7,"261":1,"267":1,"307":1,"330":1,"339":1,"340":4,"341":1}}],["broken",{"2":{"61":1,"212":1}}],["br",{"2":{"47":3,"324":1}}],["breaks",{"2":{"4":1}}],["breaking",{"2":{"3":1}}],["brutrb",{"2":{"117":3}}],["brutmigrations",{"2":{"86":1}}],["brutinstrumentation",{"2":{"86":1,"212":1}}],["brutcss",{"2":{"47":1,"66":1,"117":1,"139":1,"160":1,"324":1}}],["brutcustomelements",{"2":{"12":2}}],["brutjs",{"0":{"11":1,"15":1,"17":1},"1":{"12":1,"13":1,"14":1,"15":1,"16":1,"17":1,"18":1,"19":1,"20":1},"2":{"11":1,"12":1,"13":1,"14":1,"15":1,"17":1,"18":1,"70":1,"117":1,"138":1,"218":1,"220":1,"303":1}}],["brut",{"0":{"34":1,"37":1,"66":1,"86":1,"88":1,"132":1,"243":1,"244":1,"350":1},"1":{"87":1,"133":1,"134":1,"135":1,"136":1,"137":1,"138":1,"139":1,"140":1,"141":1,"142":1,"143":1,"144":1,"145":1},"2":{"0":2,"1":1,"3":1,"4":1,"5":1,"6":2,"7":1,"8":2,"9":1,"10":1,"11":1,"12":3,"13":17,"18":2,"20":1,"21":1,"22":1,"23":1,"25":2,"28":5,"32":1,"34":4,"35":1,"36":2,"37":6,"38":12,"39":2,"40":1,"41":4,"42":2,"44":1,"45":1,"46":2,"47":2,"48":4,"49":1,"52":1,"53":3,"54":4,"55":4,"56":7,"57":1,"58":8,"59":3,"60":1,"61":1,"62":6,"63":1,"64":3,"66":3,"68":3,"70":3,"72":2,"73":6,"74":1,"76":2,"81":1,"82":4,"83":1,"84":4,"85":1,"86":2,"87":8,"88":3,"91":1,"93":5,"94":1,"95":3,"96":4,"97":1,"98":1,"99":3,"100":1,"101":1,"102":4,"105":1,"107":1,"108":1,"109":8,"112":1,"115":1,"116":1,"117":9,"118":2,"119":1,"120":2,"122":2,"131":1,"133":1,"134":2,"136":2,"137":1,"138":4,"139":1,"140":4,"141":1,"142":3,"143":3,"144":3,"145":3,"146":1,"147":2,"148":7,"149":3,"152":4,"153":1,"154":1,"155":3,"156":3,"157":41,"158":6,"162":1,"164":2,"165":2,"166":12,"170":1,"172":6,"173":2,"175":2,"176":1,"182":9,"186":5,"190":1,"192":23,"195":3,"196":1,"197":3,"198":1,"200":1,"201":2,"202":1,"203":3,"204":1,"205":2,"206":1,"207":1,"208":2,"211":6,"212":4,"213":10,"214":8,"217":3,"218":3,"219":2,"221":1,"222":4,"223":4,"224":1,"225":17,"228":2,"229":3,"230":1,"231":2,"232":3,"233":2,"234":4,"235":2,"236":3,"237":3,"238":2,"239":1,"240":4,"241":7,"242":4,"243":1,"244":1,"249":1,"250":5,"252":4,"253":3,"254":2,"255":1,"256":6,"263":1,"264":2,"266":5,"267":2,"268":1,"269":4,"272":2,"273":2,"274":1,"275":1,"276":4,"280":2,"281":7,"282":1,"283":4,"284":5,"285":2,"289":2,"290":1,"291":4,"292":1,"295":3,"296":1,"298":2,"299":1,"307":2,"308":1,"310":2,"311":3,"313":1,"314":1,"317":1,"318":7,"319":2,"323":3,"324":4,"325":1,"326":2,"327":1,"328":2,"329":6,"330":5,"333":1,"334":1,"335":2,"336":1,"337":1,"338":2,"339":2,"340":8,"341":1,"343":2,"344":1,"345":1,"346":3,"349":1,"350":1,"351":2,"352":2,"354":3,"355":2,"358":1,"359":1,"360":1}}],["bang",{"2":{"256":1}}],["bandwidth",{"2":{"3":1,"18":1}}],["battle",{"2":{"206":1,"223":1,"261":1,"326":1}}],["balance",{"2":{"198":1}}],["baked",{"2":{"80":1}}],["bad",{"2":{"79":1,"300":1}}],["bar",{"2":{"38":1,"197":2}}],["basis",{"2":{"185":1}}],["basically",{"0":{"129":1},"2":{"182":1,"243":1}}],["basics",{"0":{"55":1},"2":{"164":1,"292":1}}],["basic",{"0":{"38":1,"199":1,"242":1},"2":{"40":1,"48":1,"63":1,"66":1,"71":1,"170":1,"186":1,"218":1,"229":1,"236":1,"242":1,"254":1}}],["bash",{"2":{"96":1,"102":1,"108":2,"109":1,"176":1}}],["basemethods",{"2":{"197":1,"201":1}}],["basedrubygems",{"2":{"175":2}}],["based",{"0":{"96":1},"2":{"14":1,"22":1,"35":1,"53":1,"70":2,"79":1,"80":1,"92":2,"96":3,"98":1,"102":1,"104":1,"105":1,"108":3,"133":1,"136":1,"139":1,"143":1,"145":1,"152":1,"155":1,"160":1,"175":2,"176":1,"188":1,"189":2,"195":1,"229":1,"233":1,"234":1,"237":1,"254":1,"271":1,"272":1,"304":1,"307":1,"310":2,"343":1}}],["basecustomelement",{"2":{"14":3}}],["base",{"2":{"14":1,"74":1,"112":1,"195":1}}],["baseline",{"2":{"0":1}}],["backend",{"2":{"242":1,"280":1,"298":1,"346":2}}],["backtrace",{"2":{"37":2,"96":1}}],["back",{"2":{"4":1,"13":1,"22":10,"23":1,"24":4,"42":2,"43":1,"74":2,"77":2,"84":5,"110":2,"112":3,"113":4,"124":1,"142":2,"157":1,"163":1,"184":1,"201":1,"214":1,"223":1,"225":2,"242":1,"280":4,"295":2,"296":2,"298":2,"303":1,"338":3,"340":2,"342":1,"346":2,"353":1}}],["background",{"0":{"223":1},"2":{"0":1,"47":1,"223":1,"242":1}}],["burden",{"2":{"350":1}}],["burt",{"2":{"331":1}}],["bug",{"2":{"285":1}}],["bugs",{"2":{"285":1}}],["bump",{"2":{"130":1}}],["bundling",{"2":{"63":1,"64":1,"218":1,"219":1}}],["bundler",{"2":{"41":2,"109":2}}],["bundled",{"2":{"4":1,"5":1,"64":1,"102":1,"138":1,"242":1}}],["bundles",{"2":{"2":1,"3":2,"10":1,"219":1}}],["bundle",{"0":{"331":1},"2":{"1":1,"2":1,"12":1,"64":2,"68":1,"138":1,"219":4,"222":1,"327":1,"331":2,"333":1}}],["bunch",{"2":{"56":1}}],["bulkcreatewidgetspage",{"2":{"290":1,"291":1}}],["bulkcreatewidgetshandler",{"2":{"290":1}}],["bulkcreatewidgetsform",{"2":{"289":1,"291":1}}],["bulk",{"2":{"35":1,"37":1,"287":1,"289":2,"290":1,"291":1}}],["business",{"0":{"21":1,"79":1,"142":1,"189":1},"1":{"22":1,"23":1,"24":1,"25":1},"2":{"21":1,"22":4,"24":1,"25":1,"36":1,"37":1,"74":1,"79":4,"87":1,"88":1,"91":1,"142":2,"189":1,"242":2,"353":1}}],["builds",{"2":{"104":2}}],["building",{"2":{"96":1,"229":1,"252":1,"281":1,"303":1}}],["build",{"0":{"179":1},"2":{"7":1,"10":3,"49":1,"66":1,"83":1,"96":2,"97":5,"104":3,"112":4,"176":2,"219":1,"241":1,"282":2,"283":1,"331":1,"350":1}}],["builtin",{"2":{"266":1}}],["built",{"2":{"0":1,"91":1,"118":1,"140":1,"144":1,"145":1,"208":1,"241":2,"245":1,"333":1}}],["button>login",{"2":{"136":1}}],["button>",{"2":{"47":2,"136":1}}],["buttoncomponent",{"2":{"47":4}}],["button",{"2":{"12":1,"13":2,"47":10,"121":3,"124":4,"136":1,"138":1,"158":2,"165":1,"166":1,"281":1,"291":1,"308":1,"325":1}}],["but",{"2":{"0":1,"12":1,"13":2,"14":2,"24":1,"34":1,"37":1,"40":2,"41":1,"46":1,"47":1,"49":3,"52":1,"61":1,"66":1,"68":1,"70":4,"72":1,"76":1,"84":2,"86":1,"87":2,"88":2,"91":1,"98":2,"99":1,"104":1,"108":1,"109":1,"113":1,"115":1,"117":2,"118":2,"119":1,"122":1,"126":1,"128":1,"129":1,"130":1,"140":2,"142":1,"149":3,"161":1,"166":1,"167":2,"168":1,"182":2,"185":1,"188":1,"189":1,"191":1,"192":1,"200":1,"204":1,"211":2,"218":1,"222":2,"223":1,"225":1,"229":1,"230":1,"231":1,"234":2,"235":1,"237":2,"239":1,"250":2,"252":4,"259":2,"265":1,"267":2,"277":1,"283":1,"284":1,"285":2,"286":1,"295":1,"296":1,"299":1,"300":2,"305":1,"309":1,"310":1,"311":1,"314":1,"318":1,"335":1,"336":1,"337":1,"343":1,"348":1,"350":3,"355":1}}],["believe",{"2":{"335":1}}],["below",{"2":{"38":1,"86":2,"104":1,"136":1,"165":1,"199":1,"231":1,"252":1,"255":1,"259":1,"329":1}}],["begin",{"2":{"311":1}}],["beroutingfor",{"2":{"256":1}}],["beats",{"2":{"241":1}}],["becomes",{"2":{"233":1,"310":1}}],["because",{"2":{"3":1,"39":1,"59":1,"65":1,"76":1,"84":1,"87":1,"107":1,"167":1,"185":1,"219":1,"233":2,"235":1,"237":1,"239":1,"240":1,"285":1,"311":1,"348":1,"349":1}}],["benefit",{"2":{"69":1,"79":1,"355":2}}],["beneficial",{"2":{"42":1}}],["beyond",{"2":{"51":1,"108":1,"142":1,"148":1,"256":1,"343":1}}],["before",{"0":{"259":1},"2":{"50":1,"62":1,"64":1,"70":1,"93":1,"122":1,"153":1,"185":2,"191":1,"192":18,"195":1,"213":3,"232":1,"234":3,"251":1,"253":1,"255":2,"259":2,"264":2,"281":1,"283":2,"284":1,"285":2,"290":1,"292":1,"295":1,"323":1}}],["behaves",{"2":{"272":1}}],["behave",{"2":{"42":1,"70":1,"264":1}}],["behaviors",{"2":{"126":1,"140":1}}],["behavior",{"0":{"86":1},"1":{"87":1},"2":{"3":1,"10":1,"36":1,"37":2,"40":1,"49":1,"53":2,"58":2,"61":1,"70":1,"73":1,"83":1,"86":1,"88":1,"115":1,"123":1,"124":1,"128":1,"157":1,"165":1,"168":1,"172":1,"182":2,"183":1,"185":1,"186":1,"193":1,"194":1,"203":1,"208":1,"214":2,"220":1,"242":1,"252":1,"255":1,"262":1,"269":1,"272":1,"328":1,"330":1,"352":1,"355":1,"358":1}}],["being",{"2":{"32":1,"58":1,"59":1,"80":1,"87":1,"91":2,"115":1,"141":1,"161":1,"166":1,"182":2,"203":1,"212":1,"237":1,"252":1,"283":1,"316":1,"328":1,"350":1}}],["best",{"2":{"32":2,"71":1,"88":1,"116":1,"220":1,"241":1,"250":1,"272":1}}],["betweeen",{"2":{"336":1}}],["between",{"2":{"10":1,"48":1,"49":1,"55":1,"74":1,"79":1,"122":1,"123":1,"146":1,"189":1,"242":1,"261":1,"309":1}}],["bet",{"2":{"71":1}}],["better",{"0":{"300":1},"2":{"14":1,"18":2,"80":1,"88":1,"96":1,"118":1,"126":2,"128":1,"138":1,"142":1,"194":1,"244":1,"265":1,"301":1,"303":2,"316":1,"357":1}}],["been",{"2":{"4":1,"32":1,"34":1,"39":1,"70":2,"85":1,"87":1,"91":1,"96":1,"157":4,"206":1,"253":1,"278":1,"311":1,"326":1,"341":1,"350":1}}],["be",{"0":{"29":1,"30":1,"31":1,"34":1,"161":1,"314":1},"2":{"0":2,"3":2,"7":1,"9":1,"13":1,"14":1,"17":1,"18":2,"22":4,"23":2,"24":3,"25":1,"26":1,"27":1,"28":1,"30":3,"31":3,"32":2,"37":2,"38":1,"39":1,"40":3,"42":2,"43":1,"47":5,"48":6,"49":5,"51":2,"53":1,"54":2,"55":1,"56":2,"58":5,"61":2,"62":1,"64":3,"68":2,"69":2,"70":2,"72":1,"77":4,"80":3,"84":3,"87":3,"88":2,"91":4,"92":1,"94":1,"95":1,"96":4,"97":3,"98":2,"99":1,"102":1,"103":2,"108":1,"109":4,"113":1,"116":1,"117":1,"122":2,"124":1,"125":1,"126":3,"128":3,"136":1,"139":1,"140":1,"141":1,"142":2,"143":1,"147":1,"148":2,"149":4,"150":2,"153":1,"155":1,"157":6,"158":1,"160":1,"165":2,"167":1,"168":1,"171":2,"175":1,"182":2,"184":1,"186":1,"188":2,"189":2,"192":9,"193":2,"194":2,"195":3,"197":1,"199":2,"201":4,"202":3,"204":2,"205":1,"212":3,"213":4,"214":1,"215":2,"219":6,"221":1,"222":2,"223":1,"227":2,"228":1,"230":1,"231":4,"232":1,"233":2,"234":1,"235":3,"236":1,"237":8,"238":2,"240":3,"241":1,"242":1,"251":3,"252":8,"253":4,"256":2,"258":1,"259":1,"260":1,"261":1,"262":3,"264":1,"265":2,"266":1,"269":2,"270":1,"271":3,"272":2,"273":1,"276":1,"281":2,"282":2,"283":3,"284":2,"285":4,"289":2,"290":1,"291":1,"293":1,"295":1,"296":1,"300":1,"301":1,"302":4,"303":2,"308":3,"309":3,"311":1,"314":1,"315":3,"316":1,"318":1,"329":4,"335":1,"338":3,"340":1,"341":2,"342":2,"343":2,"344":1,"346":2,"347":2,"348":2,"349":2,"350":2,"354":2,"355":2,"357":1,"358":3,"359":4}}],["hugely",{"2":{"217":1}}],["human",{"2":{"30":1}}],["href=",{"2":{"134":2,"199":1,"311":1}}],["href",{"2":{"134":2,"201":1,"225":3,"273":2,"281":1}}],["hippocratic",{"0":{"244":1}}],["historically",{"2":{"210":1}}],["hi",{"2":{"148":1}}],["hidden",{"2":{"124":1,"157":1,"166":2}}],["higher",{"2":{"230":1}}],["high",{"2":{"80":1,"121":1}}],["highly",{"2":{"72":1,"215":1,"217":1}}],["highlighted",{"2":{"246":2}}],["highlighting",{"0":{"246":1},"2":{"183":1,"246":2}}],["highlight",{"2":{"40":1}}],["httpacceptlanguage",{"2":{"148":1}}],["http",{"0":{"233":1},"2":{"136":1,"180":1,"181":2,"182":3,"186":2,"188":2,"189":2,"192":1,"211":3,"212":1,"213":3,"214":1,"222":1,"230":2,"231":5,"233":4,"242":4,"243":2,"252":8,"253":1,"256":3,"286":2,"307":1,"308":1,"335":1,"350":1}}],["httpstatus",{"2":{"182":2,"192":1,"253":2}}],["https",{"2":{"96":1,"199":1,"201":1}}],["html>",{"2":{"134":3}}],["html",{"0":{"128":1,"156":1,"166":1,"201":1,"203":1,"323":1},"2":{"0":1,"7":2,"11":2,"18":1,"45":1,"46":1,"47":4,"50":1,"70":2,"115":4,"125":1,"128":1,"133":5,"134":4,"135":1,"136":4,"137":1,"143":1,"152":1,"157":10,"163":1,"164":2,"166":8,"167":1,"172":3,"181":1,"182":5,"183":2,"186":1,"199":1,"201":7,"203":1,"205":1,"218":1,"219":1,"221":1,"224":1,"225":1,"241":2,"242":4,"251":6,"254":1,"256":1,"261":2,"264":1,"265":1,"267":2,"273":1,"290":1,"291":2,"303":1,"319":1,"323":2,"324":1,"340":1,"350":1}}],["hypothetical",{"2":{"76":1}}],["h2>",{"2":{"133":1}}],["h2>it",{"2":{"133":1}}],["h2",{"2":{"49":1,"133":1,"256":1,"282":1}}],["h1>welcome",{"2":{"251":1}}],["h1>",{"2":{"133":1,"251":1}}],["h1>hello",{"2":{"133":1}}],["h1",{"2":{"49":1,"133":1,"148":1,"177":2,"251":1,"256":1,"276":1,"281":2,"282":1}}],["h",{"2":{"37":4,"96":1,"177":2}}],["hosting",{"2":{"304":1}}],["household",{"2":{"140":1,"141":4,"142":3}}],["householdservice",{"2":{"142":1}}],["households",{"2":{"140":3,"141":1}}],["hoops",{"2":{"72":1}}],["hooksd",{"2":{"185":1}}],["hooks",{"0":{"185":1,"191":1,"232":1,"253":1,"285":1},"1":{"192":1,"193":1,"194":1,"195":1},"2":{"87":1,"110":1,"112":3,"152":1,"186":1,"191":2,"192":6,"193":2,"194":3,"195":6,"213":2,"217":1,"232":1,"235":1,"237":1,"269":1,"270":1,"272":1,"283":1,"284":1,"303":1,"343":1}}],["hook",{"2":{"58":2,"152":2,"185":1,"192":12,"194":1,"212":1,"213":2,"232":1,"234":1,"255":2,"283":2,"284":1,"330":2}}],["honest",{"2":{"72":1}}],["homebrew",{"2":{"102":1}}],["home",{"2":{"49":2,"177":1,"192":7,"213":3,"278":1,"281":1,"311":1}}],["homepage",{"2":{"49":8,"64":3,"148":3,"177":1,"276":1,"281":2,"310":1}}],["horizontal",{"2":{"47":1}}],["hopefully",{"2":{"70":1,"96":1,"282":1}}],["hope",{"2":{"32":1,"251":2}}],["hoped",{"2":{"13":1}}],["how",{"2":{"14":1,"18":1,"22":1,"26":1,"27":1,"32":2,"42":2,"47":2,"49":1,"58":2,"65":1,"70":1,"73":1,"76":1,"84":1,"96":1,"116":3,"121":1,"125":2,"141":1,"142":1,"148":2,"149":1,"157":1,"161":1,"167":5,"176":1,"183":1,"192":1,"195":1,"199":1,"210":3,"212":2,"216":1,"219":2,"234":1,"237":1,"240":1,"260":2,"262":1,"266":1,"277":3,"290":1,"292":1,"305":1,"311":1,"332":1,"338":1,"340":1,"344":1,"346":1}}],["however",{"2":{"7":1,"9":1,"13":1,"23":1,"30":1,"32":1,"53":1,"73":1,"82":1,"83":1,"89":1,"93":1,"96":1,"113":1,"134":1,"138":1,"140":2,"143":1,"145":1,"148":1,"150":1,"152":1,"156":1,"182":1,"184":1,"193":1,"195":1,"206":1,"220":1,"236":1,"240":1,"242":2,"256":1,"269":1,"272":2,"282":1,"289":1,"298":1,"342":1,"346":1,"348":1}}],["holds",{"2":{"13":1,"133":1}}],["hold",{"2":{"0":1,"45":1,"164":1,"197":1}}],["hacks",{"2":{"285":1}}],["hacking",{"2":{"285":1}}],["haml",{"2":{"267":1}}],["hatch",{"2":{"237":1}}],["had",{"2":{"186":1,"188":1,"200":1,"350":2}}],["handy",{"2":{"225":1,"355":1}}],["handling",{"0":{"183":1,"184":1},"2":{"183":1}}],["handlingresults",{"2":{"182":2}}],["handledr",{"2":{"290":1}}],["handled",{"2":{"165":1,"214":1,"240":1,"317":1,"340":1}}],["handler",{"0":{"182":1},"2":{"105":2,"112":1,"123":1,"137":2,"148":1,"149":1,"157":1,"167":1,"181":1,"182":2,"185":2,"186":5,"188":1,"189":2,"191":1,"192":1,"193":1,"212":1,"234":1,"235":1,"282":2,"288":1,"289":1,"290":1,"308":3,"310":4,"311":1,"316":1,"343":1,"352":2}}],["handlers",{"0":{"137":1,"180":1,"189":1},"1":{"181":1,"182":1,"183":1,"184":1,"185":1,"186":1,"187":1,"188":1,"189":1,"190":1},"2":{"24":1,"110":2,"112":2,"136":1,"167":1,"175":1,"180":1,"182":2,"189":2,"192":2,"195":1,"214":1,"231":2,"237":1,"242":1,"282":1,"290":1,"318":1,"340":1,"343":1,"352":2,"354":1}}],["handles",{"2":{"13":1,"152":1,"264":1,"285":1}}],["handle",{"0":{"282":1},"2":{"8":1,"55":4,"58":1,"137":4,"148":1,"149":1,"157":1,"167":1,"182":5,"183":2,"184":1,"185":4,"186":3,"255":1,"264":2,"282":1,"285":1,"290":1,"308":1,"310":2,"317":1,"318":1}}],["hand",{"2":{"128":1}}],["happy",{"2":{"91":1}}],["happened",{"2":{"237":1,"256":1}}],["happening",{"2":{"140":1,"212":1,"213":1}}],["happens",{"2":{"38":1,"62":3,"124":1,"234":1,"237":1,"239":1,"242":1,"329":1}}],["happen",{"2":{"38":2,"126":1,"129":2,"137":1,"182":1,"191":1,"192":1,"213":1,"253":1,"324":1}}],["has",{"2":{"14":1,"30":1,"37":1,"38":1,"39":1,"51":1,"55":1,"56":1,"65":1,"77":1,"80":1,"83":2,"84":2,"87":2,"88":3,"92":1,"96":1,"103":1,"113":1,"115":1,"121":1,"128":1,"137":1,"141":1,"145":1,"153":1,"157":2,"165":1,"172":1,"183":1,"185":1,"206":1,"208":1,"219":1,"229":1,"233":1,"234":1,"235":1,"237":2,"240":1,"252":2,"253":2,"255":1,"256":2,"258":1,"286":1,"287":1,"290":1,"295":1,"296":1,"302":1,"307":1,"308":1,"310":1,"315":1,"320":1,"323":1,"326":1,"341":2,"350":1,"355":1}}],["hashes",{"2":{"147":1,"149":1,"230":1,"302":1}}],["hashed",{"2":{"2":2,"10":1,"64":1}}],["hash",{"2":{"3":1,"5":1,"42":1,"87":1,"134":3,"136":1,"137":1,"151":1,"152":2,"164":1,"166":2,"197":1,"229":1,"252":1,"280":1}}],["hashing",{"0":{"3":1},"2":{"6":1}}],["havehtmlattribute",{"2":{"256":1}}],["haven",{"2":{"240":1}}],["havei18nstring",{"2":{"205":1,"256":1}}],["haveconstraintviolation",{"2":{"186":1}}],["havereturnedhttpstatus",{"2":{"186":1,"256":1}}],["haveredirectedto",{"2":{"186":1,"256":1}}],["havegenerated",{"2":{"186":1}}],["have",{"2":{"4":1,"5":1,"14":1,"18":1,"22":1,"29":1,"32":2,"34":2,"35":1,"39":3,"47":1,"48":2,"50":1,"52":1,"56":1,"60":1,"61":2,"64":1,"66":1,"70":2,"77":1,"79":2,"80":1,"83":1,"84":2,"85":1,"87":3,"88":1,"89":1,"91":2,"96":4,"99":1,"103":1,"109":1,"113":1,"115":6,"121":1,"122":1,"145":1,"148":1,"155":1,"157":2,"158":2,"161":1,"165":1,"166":1,"174":2,"176":1,"186":4,"191":1,"195":2,"205":1,"211":1,"212":1,"213":1,"216":1,"217":2,"218":1,"219":1,"221":1,"225":1,"227":1,"232":1,"234":1,"241":1,"251":1,"252":2,"256":7,"259":1,"262":1,"265":2,"266":1,"269":2,"272":1,"275":1,"278":1,"280":1,"281":1,"282":1,"285":2,"286":1,"289":2,"291":1,"295":4,"297":1,"302":1,"311":1,"312":1,"314":2,"315":1,"317":1,"324":1,"331":1,"338":1,"341":4,"342":1,"343":1,"350":1,"353":2,"355":1,"357":2}}],["having",{"2":{"3":1,"13":1,"24":1,"56":1,"70":1,"77":1,"96":1,"124":1,"140":1,"157":1,"188":1,"230":1,"267":1}}],["harder",{"2":{"357":1}}],["hardcodes",{"2":{"205":1}}],["hardship",{"2":{"58":1}}],["hard",{"2":{"3":1,"43":1,"62":1,"68":1,"93":1,"96":1,"112":1,"222":1}}],["he",{"2":{"329":1}}],["heavily",{"2":{"124":1}}],["heavy",{"2":{"118":1,"305":1,"343":1}}],["head>",{"2":{"134":2}}],["head",{"2":{"134":1,"219":1,"225":1,"273":1,"340":1}}],["headless",{"2":{"120":1}}],["header>",{"2":{"251":2}}],["headers",{"0":{"233":1,"330":1},"2":{"211":1,"230":1,"231":1,"233":2,"252":2,"327":1}}],["header",{"2":{"48":1,"49":1,"58":1,"135":1,"230":1,"231":2,"233":6,"251":1,"252":4,"330":1}}],["herokuconfig",{"2":{"96":1}}],["herokucontainerbaseddeploy",{"2":{"96":1}}],["heroku",{"0":{"96":1},"2":{"95":1,"96":17,"97":2,"304":1}}],["here",{"0":{"160":1},"2":{"0":1,"12":1,"14":1,"47":4,"58":1,"66":1,"70":3,"74":1,"76":1,"85":1,"92":1,"95":1,"109":1,"112":1,"113":1,"115":1,"116":1,"134":1,"135":1,"152":1,"183":1,"212":1,"219":5,"225":1,"234":1,"238":1,"242":1,"252":1,"262":1,"269":1,"299":1,"301":1,"323":1,"344":1,"346":3}}],["hello",{"2":{"49":5,"133":1,"148":1,"197":1,"282":1}}],["helps",{"2":{"25":1}}],["help",{"2":{"14":1,"37":10,"88":1,"96":4,"104":1,"105":1,"157":1,"256":1,"326":1,"337":1,"339":1,"355":1}}],["helpful",{"2":{"4":1,"49":1,"86":1,"202":1,"237":1,"262":1,"311":1,"355":1}}],["helpers",{"0":{"123":1,"266":1},"2":{"7":1,"48":1,"52":1,"143":1,"231":1,"236":1,"266":1}}],["helper",{"2":{"2":1,"3":1,"77":2,"121":2,"168":1,"192":3,"219":1,"269":1,"308":1,"343":1,"359":1}}],["md",{"2":{"247":1}}],["md\`\`\`js",{"2":{"246":1}}],["mdn",{"2":{"0":1}}],["mvc",{"0":{"243":1},"2":{"243":1}}],["msg",{"2":{"246":2}}],["ms",{"2":{"123":1}}],["mkbrut",{"0":{"174":1},"2":{"96":1,"97":1,"173":1,"174":6,"175":6,"240":1,"298":1,"301":1}}],["m",{"2":{"66":1}}],["mcp",{"2":{"62":1,"195":1}}],["myotherpage",{"2":{"273":1}}],["myac",{"2":{"87":1}}],["myappcli",{"2":{"38":2}}],["myelement",{"2":{"70":3}}],["my",{"2":{"37":1,"38":4,"70":19,"72":2,"87":3,"91":1,"133":2,"166":2,"174":2,"175":4,"177":1,"197":3,"240":1,"251":4,"350":1}}],["must",{"0":{"128":1},"2":{"30":2,"31":3,"38":1,"46":1,"47":2,"48":1,"56":1,"57":2,"64":2,"70":1,"77":4,"83":1,"84":1,"87":2,"88":1,"97":3,"120":1,"130":1,"140":1,"153":1,"155":1,"157":1,"158":1,"165":1,"182":1,"201":2,"202":1,"219":2,"227":2,"228":1,"233":1,"236":1,"237":1,"240":6,"250":1,"252":1,"273":1,"282":1,"309":2}}],["multi",{"2":{"18":1,"237":1}}],["multiple",{"2":{"10":1,"63":1,"230":1,"315":1}}],["much",{"2":{"3":1,"4":1,"14":2,"25":1,"53":1,"85":1,"91":1,"99":1,"137":1,"142":1,"151":1,"161":1,"172":1,"210":1,"214":1,"221":1,"260":1,"261":1,"333":1,"350":1,"357":2}}],["mitigate",{"2":{"329":1}}],["microsoft",{"2":{"240":1}}],["milliseconds",{"2":{"123":2}}],["mirrors",{"2":{"352":1}}],["mirror",{"2":{"113":1,"136":1,"165":1,"241":1}}],["middleware",{"0":{"268":1},"1":{"269":1,"270":1,"271":1,"272":1},"2":{"112":2,"191":1,"268":1,"269":8,"270":2,"271":2,"272":2,"328":1,"329":1}}],["middlewares",{"2":{"8":1,"112":1,"195":1,"272":1,"335":1}}],["minutes",{"2":{"344":1}}],["minute",{"2":{"282":1}}],["min=",{"2":{"166":2}}],["min",{"2":{"165":1,"289":1}}],["minlength=",{"2":{"136":1,"157":5,"166":2}}],["minlength",{"2":{"136":1,"165":2}}],["minor",{"2":{"128":1}}],["mind",{"2":{"73":1,"96":1,"108":1,"128":1,"214":1,"227":1,"237":1,"295":1}}],["minimal",{"2":{"18":1,"221":1,"324":1}}],["minified",{"2":{"4":2}}],["misc",{"0":{"306":1}}],["mise",{"2":{"102":1,"108":1}}],["missingparameter",{"2":{"311":2}}],["missing",{"2":{"54":1,"198":1,"204":1,"285":1,"299":1,"341":1}}],["mistakes",{"2":{"25":1}}],["mixed",{"2":{"52":1}}],["migration",{"0":{"88":1,"292":1,"295":1},"1":{"293":1,"294":1,"295":1,"296":1,"297":1,"298":1},"2":{"37":2,"77":1,"83":2,"84":12,"85":1,"87":2,"88":1,"91":2,"105":3,"140":1,"280":2,"294":1,"295":9}}],["migrations",{"0":{"82":1,"84":1,"85":1},"1":{"83":1,"84":1,"85":1,"86":1,"87":1,"88":1,"89":1,"90":1,"91":1,"92":1,"93":1},"2":{"37":4,"83":1,"84":6,"85":3,"86":1,"88":2,"89":1,"91":2,"105":4,"110":1,"112":2,"140":1,"212":1,"280":1,"292":1,"295":5}}],["migrate",{"2":{"37":1,"84":2,"105":1,"280":2,"295":2}}],["might",{"2":{"17":1,"30":1,"87":1,"102":2,"104":1,"126":1,"137":1,"148":1,"157":1,"161":1,"179":1,"197":1,"219":1,"234":1,"260":1,"346":1}}],["memoization",{"2":{"259":1}}],["mechanism",{"2":{"195":1,"252":1,"304":1}}],["mechanisms",{"0":{"97":1},"2":{"338":1}}],["mess",{"2":{"192":1,"267":1}}],["messaging",{"2":{"155":1,"157":1}}],["messages>",{"2":{"157":5,"323":2}}],["messages",{"2":{"13":1,"39":2,"152":2,"157":8,"158":1,"184":1,"225":1,"320":1,"358":1}}],["message",{"2":{"12":1,"13":5,"48":6,"77":1,"86":1,"115":1,"128":1,"135":7,"138":1,"149":6,"200":2,"204":1,"262":1,"276":2,"281":1,"311":2,"358":2}}],["me",{"2":{"33":1,"118":1,"202":1,"244":1,"350":2}}],["meta",{"2":{"134":2,"214":1,"225":4}}],["metadata",{"2":{"10":2,"123":1,"130":1,"213":2,"318":2}}],["metro",{"2":{"33":1}}],["method=",{"2":{"136":1,"166":2}}],["methods",{"2":{"38":1,"74":1,"76":1,"79":2,"136":4,"137":1,"143":1,"148":2,"165":1,"166":1,"168":2,"172":1,"197":1,"213":1,"229":1,"251":1,"252":1,"254":1,"256":1,"269":1,"276":1,"280":1,"298":1,"308":1,"343":1,"346":1,"355":2}}],["method",{"2":{"14":2,"38":1,"39":1,"43":1,"54":1,"55":1,"83":1,"84":2,"86":1,"88":1,"115":1,"133":1,"134":1,"137":1,"156":1,"172":1,"195":1,"201":1,"213":2,"225":2,"228":1,"237":2,"251":3,"253":1,"255":1,"258":2,"264":3,"269":1,"289":3,"308":7,"310":2,"311":2,"318":1,"358":1}}],["merely",{"2":{"14":1}}],["mean",{"2":{"87":1,"189":1,"243":1,"344":1}}],["meaning",{"2":{"4":1,"58":1,"76":1,"87":1,"135":1,"243":1}}],["means",{"2":{"4":1,"8":1,"22":1,"37":1,"38":1,"39":1,"40":1,"46":1,"47":1,"48":1,"49":1,"58":1,"70":2,"87":2,"97":1,"98":1,"102":1,"109":1,"122":1,"124":1,"133":1,"142":1,"189":1,"213":1,"236":1,"240":1,"269":1,"311":1,"318":1,"328":1,"337":1,"338":1,"341":1,"342":2,"349":1,"353":1,"354":1}}],["mentioned",{"2":{"1":1,"52":1,"93":2,"167":1,"339":1}}],["malicious",{"2":{"329":1}}],["mapped",{"2":{"310":1}}],["mapping",{"2":{"79":1,"243":1}}],["mappings",{"2":{"10":1}}],["map",{"2":{"307":1}}],["maps",{"2":{"222":2,"310":1}}],["materializes",{"2":{"243":1}}],["matter",{"2":{"188":1}}],["matches",{"2":{"329":1}}],["matched",{"2":{"256":1}}],["matcher",{"2":{"205":1,"358":5}}],["matchers",{"0":{"358":1},"2":{"186":5,"205":1,"255":1,"256":7,"358":5}}],["match",{"2":{"165":1,"192":8,"213":2,"240":2,"256":1,"284":1}}],["matching",{"2":{"124":1,"256":3}}],["ma",{"2":{"177":1}}],["magic",{"2":{"151":1}}],["major",{"0":{"126":1},"2":{"126":1,"136":1}}],["macos",{"2":{"102":1}}],["machine",{"2":{"32":1,"104":2}}],["making",{"0":{"337":1},"1":{"338":1,"339":1,"340":1,"341":1,"342":1,"343":1},"2":{"62":1,"354":1}}],["makes",{"2":{"39":2,"122":1,"127":1,"128":1,"138":1,"168":1,"188":1,"213":1,"261":2,"317":1,"330":1,"343":1,"348":1,"358":1}}],["make",{"2":{"3":1,"13":1,"18":1,"27":1,"33":1,"46":1,"58":1,"62":1,"72":1,"85":1,"88":2,"91":1,"96":2,"97":2,"112":1,"121":1,"127":1,"130":1,"144":2,"151":1,"157":1,"177":1,"182":1,"186":1,"203":1,"223":1,"244":1,"256":1,"258":1,"264":1,"280":2,"281":2,"286":1,"320":1,"350":1,"352":1,"353":1,"354":1,"355":1,"356":1,"357":2,"358":1}}],["markdown",{"0":{"245":1},"1":{"246":1,"247":1,"248":1},"2":{"245":1,"248":1}}],["marking",{"2":{"201":1}}],["mark",{"2":{"57":1,"128":1}}],["markup",{"2":{"14":1,"45":1,"51":1,"127":1,"128":2,"129":1,"156":1,"157":1,"170":1,"262":1}}],["maximum",{"2":{"37":2,"96":1}}],["main>",{"2":{"133":2,"251":2}}],["maintains",{"2":{"267":1}}],["maintained",{"2":{"215":1}}],["maintainers",{"2":{"30":1}}],["maintaining",{"2":{"79":1}}],["maintain",{"2":{"43":1,"359":1}}],["main",{"2":{"24":1,"36":1,"49":2,"87":1,"96":1,"124":1,"127":1,"133":1,"188":1,"225":1,"251":1,"338":1}}],["mailers",{"2":{"0":1}}],["massive",{"2":{"18":1,"217":1}}],["may",{"2":{"10":1,"22":1,"25":1,"27":1,"31":1,"42":1,"44":1,"49":1,"52":1,"56":1,"57":1,"59":1,"61":1,"62":1,"68":1,"81":1,"84":1,"89":1,"93":1,"99":1,"113":1,"116":1,"117":1,"129":1,"130":1,"140":1,"142":1,"148":2,"150":1,"152":2,"157":1,"172":1,"182":1,"185":1,"188":1,"189":1,"190":1,"193":2,"194":1,"195":4,"197":1,"205":2,"207":1,"211":2,"222":2,"230":1,"232":1,"233":1,"234":1,"237":1,"238":1,"243":1,"250":2,"253":2,"262":1,"263":1,"265":1,"272":2,"277":1,"295":1,"309":2,"318":1,"329":1,"335":1,"339":1,"343":2,"349":1,"355":2,"360":1}}],["manifest",{"2":{"225":2}}],["manipulate",{"2":{"70":1,"80":1,"235":1,"261":1,"343":1}}],["manually",{"2":{"48":1,"63":1,"96":1,"230":1,"250":1}}],["many",{"2":{"3":1,"18":1,"56":1,"65":1,"70":1,"73":1,"82":1,"87":2,"88":1,"95":1,"102":1,"141":2,"145":1,"208":1,"210":1,"224":1,"252":1,"289":1,"296":2,"346":1,"356":1}}],["manager",{"2":{"108":1}}],["manageable",{"2":{"85":1}}],["manage",{"2":{"28":1,"37":1,"64":1,"79":2,"82":1,"95":1,"101":1,"102":2,"104":1,"111":1,"135":1,"142":1,"143":1,"151":1,"167":1,"262":1,"277":1,"295":1,"326":1,"327":1,"328":1}}],["manages",{"2":{"10":1,"13":1,"96":1,"338":1}}],["management",{"0":{"31":1},"2":{"5":1,"31":1,"85":1,"140":1,"144":1,"314":3}}],["managed",{"0":{"76":1},"2":{"2":1,"5":1,"9":1,"55":1,"83":1,"102":1,"109":1,"112":3,"238":1,"292":1}}],["managing",{"0":{"64":1,"85":1,"355":1},"2":{"1":1,"5":1,"6":1,"35":1,"49":1,"73":1,"75":1,"84":1,"85":1,"105":2,"140":1,"225":1,"229":1,"237":1,"242":1,"243":1,"345":1}}],["made",{"2":{"0":1,"33":1,"68":1,"75":1,"102":1,"136":1,"222":1,"252":1,"310":1,"316":1,"350":1}}],["moving",{"2":{"223":1,"277":1,"355":1}}],["move",{"2":{"200":1}}],["moment",{"2":{"156":1,"211":1,"290":1}}],["moral",{"2":{"142":1}}],["more",{"0":{"248":1,"301":1,"302":1},"2":{"10":1,"13":3,"14":2,"20":1,"25":1,"39":1,"44":1,"51":1,"52":1,"56":1,"57":1,"61":1,"62":1,"68":2,"69":1,"72":2,"76":1,"81":1,"86":1,"88":2,"93":2,"95":1,"100":1,"105":1,"108":1,"109":1,"118":2,"119":1,"120":1,"124":1,"127":1,"131":1,"136":1,"138":1,"142":1,"144":1,"148":1,"152":1,"155":1,"157":2,"162":1,"164":1,"172":1,"175":1,"182":1,"190":1,"192":1,"193":1,"195":1,"203":1,"207":1,"212":1,"213":1,"217":1,"219":1,"221":2,"222":3,"225":1,"228":1,"229":1,"231":1,"238":1,"239":1,"241":1,"242":1,"251":2,"256":1,"261":1,"263":1,"272":1,"275":1,"286":1,"302":1,"303":1,"304":1,"305":2,"306":1,"311":1,"315":3,"318":1,"319":1,"332":1,"334":1,"349":1,"352":1,"360":1}}],["monitoring",{"2":{"210":1}}],["monday",{"2":{"133":1,"337":1}}],["monaspace",{"2":{"5":3}}],["mo",{"2":{"123":1,"130":1}}],["mocha",{"2":{"64":1,"143":1,"219":1}}],["mocks",{"2":{"189":2}}],["mock",{"2":{"42":1,"70":1,"343":1}}],["modicum",{"2":{"88":1}}],["modification",{"2":{"83":1}}],["modified",{"2":{"27":1}}],["modifying",{"2":{"269":1,"314":1}}],["modify",{"2":{"10":1,"15":1,"30":1,"96":1,"250":1,"354":1}}],["mode",{"2":{"105":1}}],["moderate",{"2":{"79":1}}],["modeled",{"2":{"80":1}}],["model",{"2":{"0":1,"73":2,"74":7,"79":1,"80":3,"84":5,"87":1,"88":1,"105":1,"112":4,"141":2,"164":1,"329":1}}],["models",{"0":{"73":1,"77":1,"79":1,"80":1,"296":1},"1":{"74":1,"75":1,"76":1,"77":1,"78":1,"79":1,"80":1,"81":1},"2":{"0":1,"21":1,"24":2,"39":1,"73":2,"74":6,"75":2,"76":2,"77":3,"79":3,"80":2,"84":6,"86":1,"105":2,"110":2,"112":6,"113":1,"133":1,"141":2,"166":1,"242":1,"271":1,"280":3,"294":1,"295":2,"296":4,"298":1,"346":2}}],["module",{"2":{"64":1,"70":1,"112":1,"116":4,"157":1,"164":1,"167":1,"172":1,"201":1,"219":2,"231":1,"251":1,"310":1}}],["modules",{"0":{"117":1},"2":{"64":2,"65":4,"97":1,"108":2,"219":3,"229":1,"240":2,"310":1}}],["most",{"2":{"3":1,"18":1,"126":1,"128":2,"145":1,"203":1,"210":1,"235":1,"301":1,"311":1,"330":1,"351":1}}],["mostly",{"2":{"0":1,"57":1,"84":1,"112":1,"118":1,"140":1}}],["irrelevant",{"2":{"348":1}}],["irb",{"2":{"105":1}}],["ivars",{"0":{"258":1,"259":1},"2":{"258":1}}],["ip",{"2":{"252":1}}],["ignored",{"2":{"64":1,"212":1}}],["idempotent",{"2":{"349":1}}],["identity",{"2":{"295":2}}],["identifying",{"2":{"128":1,"211":1,"316":1}}],["identify",{"0":{"316":1},"2":{"87":2,"216":1}}],["identified",{"2":{"316":1}}],["identifiers",{"2":{"211":1}}],["identifier",{"2":{"87":1,"309":1}}],["identifies",{"2":{"74":1,"87":1}}],["ideas",{"2":{"299":1}}],["ideal",{"2":{"72":1,"129":1,"161":1}}],["ideally",{"2":{"43":1,"60":1,"215":1}}],["idea",{"2":{"58":1,"70":1,"147":1,"240":1,"265":1}}],["id",{"2":{"58":4,"77":3,"84":1,"87":10,"88":9,"133":1,"140":2,"141":1,"148":4,"149":5,"184":6,"188":1,"211":1,"230":3,"236":2,"250":4,"252":6,"280":1,"282":4,"295":24,"296":1,"309":5,"310":4,"311":7,"314":2,"315":2,"316":1}}],["ids",{"0":{"87":1},"2":{"58":2,"86":1,"87":2,"88":1,"295":1}}],["ios",{"2":{"42":1}}],["io",{"2":{"39":2}}],["i18ntranslations",{"2":{"225":3}}],["i18n",{"2":{"13":2,"49":1,"110":1,"148":2,"149":1,"155":2,"157":6,"196":1,"197":7,"201":1,"202":2,"205":2,"206":1,"225":1,"256":2,"323":2}}],["icon",{"2":{"27":1,"177":1}}],["icons",{"2":{"7":1}}],["ico",{"0":{"8":1},"2":{"8":3}}],["if",{"2":{"5":1,"7":2,"14":2,"15":1,"18":1,"22":1,"25":2,"27":1,"29":1,"33":1,"34":1,"37":7,"39":1,"40":2,"42":1,"47":1,"48":2,"49":1,"56":3,"57":2,"58":3,"59":1,"60":2,"61":2,"62":1,"68":1,"70":1,"77":2,"83":1,"84":4,"87":4,"88":3,"92":2,"96":5,"97":1,"99":2,"104":1,"105":3,"112":2,"113":1,"122":1,"123":1,"125":1,"128":3,"129":1,"130":1,"135":2,"137":1,"138":2,"142":1,"148":2,"149":3,"155":1,"156":1,"157":3,"168":1,"174":1,"175":1,"182":1,"183":5,"184":2,"186":1,"192":10,"197":2,"200":3,"202":2,"203":10,"204":3,"210":1,"211":3,"212":1,"213":3,"219":1,"222":2,"223":1,"226":1,"231":3,"232":1,"233":8,"234":3,"235":1,"236":1,"237":6,"240":1,"251":1,"252":7,"255":2,"256":3,"258":1,"259":2,"261":2,"262":1,"269":2,"270":1,"274":1,"275":1,"276":1,"282":3,"283":2,"284":5,"285":1,"290":4,"291":2,"292":1,"295":1,"297":1,"298":1,"310":3,"311":2,"312":1,"314":1,"315":1,"317":1,"324":1,"328":1,"329":1,"331":1,"333":1,"336":2,"338":3,"340":1,"341":7,"342":1,"343":5,"346":1,"347":1,"349":2,"350":4,"353":1,"355":1,"358":1,"359":1}}],["immature",{"2":{"329":1}}],["immediately",{"2":{"24":1,"87":1}}],["imlplies",{"2":{"165":1}}],["imagine",{"2":{"61":1}}],["imagemagick",{"2":{"102":1}}],["image",{"2":{"6":2,"91":1,"96":2,"104":6,"174":1,"176":1}}],["images",{"0":{"6":1},"2":{"1":1,"6":7,"7":1,"8":2,"56":6,"96":8,"104":1,"110":2,"112":2,"177":1}}],["impossible",{"2":{"277":1}}],["importmaps",{"2":{"302":1}}],["imported",{"2":{"219":1}}],["importing",{"0":{"65":1},"2":{"219":1}}],["imports",{"2":{"64":3,"219":1}}],["import",{"2":{"15":1,"64":6,"65":3,"66":2,"219":8,"222":2,"324":2}}],["important",{"2":{"10":1,"20":1,"25":1,"26":1,"44":1,"48":1,"52":1,"62":1,"68":1,"72":1,"74":1,"81":1,"84":1,"93":1,"100":1,"109":1,"118":1,"131":1,"152":1,"162":1,"172":1,"182":1,"190":1,"195":1,"207":1,"217":1,"222":1,"225":1,"228":1,"234":1,"235":1,"238":1,"244":1,"250":1,"263":1,"272":1,"295":1,"298":1,"318":1,"334":1,"348":1,"349":1,"360":1}}],["improve",{"2":{"212":1}}],["improvement",{"2":{"152":1,"223":1}}],["improvements",{"0":{"303":1},"2":{"13":1,"14":1,"301":1}}],["impenetrable",{"2":{"241":1}}],["imperative",{"2":{"142":1}}],["impelmented",{"2":{"42":1}}],["implies",{"2":{"96":2,"136":1,"167":1,"227":1,"359":1}}],["implicitly",{"2":{"5":1,"155":1}}],["imply",{"2":{"91":1}}],["implemented",{"2":{"238":1,"242":1,"332":1}}],["implementation",{"2":{"197":1,"228":2,"272":1,"289":1,"355":6}}],["implementations",{"2":{"14":1,"52":1,"116":1,"195":1,"258":1,"272":1}}],["implementing",{"0":{"39":1},"2":{"285":1}}],["implement",{"2":{"38":1,"46":2,"47":1,"134":1,"182":2,"185":2,"192":1,"241":1,"276":1,"282":1,"289":1,"290":1,"358":1}}],["implements",{"2":{"13":1,"135":1,"166":1,"172":1,"192":2,"229":1,"346":1}}],["img",{"2":{"6":1,"7":1,"177":1}}],["italic",{"2":{"324":1}}],["items",{"2":{"177":1}}],["iterate",{"2":{"91":1,"289":1}}],["iteration",{"2":{"24":1}}],["it",{"0":{"3":1,"92":1,"261":1},"2":{"3":5,"8":1,"12":1,"13":4,"15":2,"21":2,"22":2,"25":3,"26":1,"27":1,"29":1,"30":1,"31":1,"32":1,"34":2,"37":2,"39":1,"41":2,"42":2,"46":1,"47":3,"48":3,"49":4,"54":1,"55":3,"56":2,"58":6,"61":1,"64":1,"65":1,"66":5,"68":1,"70":5,"72":3,"74":1,"75":1,"77":2,"84":3,"85":2,"87":5,"88":7,"91":4,"93":1,"96":2,"103":4,"104":1,"105":2,"108":5,"115":2,"116":1,"117":1,"118":3,"119":1,"121":3,"122":4,"127":2,"128":5,"129":4,"130":2,"133":2,"136":3,"137":1,"139":3,"140":4,"142":2,"144":1,"148":4,"149":1,"151":1,"152":1,"153":1,"155":1,"157":5,"160":2,"161":2,"165":1,"168":1,"172":3,"173":1,"174":1,"175":2,"176":2,"178":1,"182":1,"184":1,"185":2,"186":1,"188":4,"189":1,"192":1,"193":1,"194":1,"195":2,"197":2,"198":3,"199":1,"200":2,"201":3,"202":1,"203":3,"204":4,"210":4,"211":1,"212":2,"213":3,"214":2,"215":1,"217":1,"219":8,"221":3,"222":1,"223":6,"225":3,"229":3,"230":1,"232":1,"233":6,"234":6,"237":7,"238":3,"240":2,"241":4,"242":1,"243":3,"244":1,"251":1,"252":4,"253":2,"256":1,"258":1,"259":2,"260":1,"261":5,"262":2,"264":2,"265":2,"267":2,"269":2,"270":1,"272":1,"276":1,"277":1,"280":2,"281":1,"282":1,"283":2,"284":1,"285":2,"290":1,"295":4,"296":2,"297":1,"302":1,"308":1,"311":2,"314":2,"315":1,"318":3,"320":2,"325":1,"328":2,"329":2,"333":2,"337":1,"338":2,"340":2,"341":7,"342":1,"344":1,"345":1,"346":1,"348":1,"349":1,"350":4,"353":1,"354":5,"355":5,"357":2,"358":1,"359":1}}],["itself",{"2":{"57":1,"85":1,"102":1,"128":1,"152":2,"157":1,"192":1,"213":1,"269":1,"272":1}}],["its",{"2":{"0":1,"3":2,"4":1,"14":2,"22":1,"40":1,"46":1,"48":1,"54":1,"55":1,"58":1,"66":2,"74":1,"82":1,"92":1,"96":1,"102":1,"108":1,"133":1,"136":2,"137":1,"154":1,"157":2,"168":1,"172":1,"189":1,"192":1,"210":1,"219":1,"225":1,"227":1,"242":1,"244":1,"250":1,"252":2,"253":2,"271":1,"310":1,"329":2,"332":1,"342":1}}],["infrastructure",{"2":{"242":1}}],["inform",{"0":{"128":1}}],["information",{"0":{"34":1,"231":1},"1":{"232":1,"233":1},"2":{"34":1,"85":1,"146":1,"192":1,"210":2,"211":1,"214":5,"229":3,"231":1,"234":1,"252":1,"329":1,"339":1,"355":1}}],["info",{"2":{"37":2,"48":1,"96":1,"135":1,"149":1,"192":9,"213":2,"247":4,"269":1,"284":1}}],["ingestion",{"2":{"145":1}}],["inactive",{"2":{"76":1,"280":2,"297":1,"298":1,"346":2,"348":1}}],["injectible",{"0":{"231":1},"1":{"232":1,"233":1},"2":{"237":1}}],["injecting",{"0":{"234":1,"283":1},"2":{"148":1,"237":2,"282":1,"342":1}}],["injections",{"2":{"201":1,"354":1}}],["injection",{"0":{"229":1,"260":1},"1":{"230":1,"231":1,"232":1,"233":1,"234":1,"235":1,"236":1,"237":1,"238":1},"2":{"48":2,"61":1,"148":1,"182":1,"184":1,"192":1,"195":4,"234":1,"235":1,"236":1,"238":1,"252":1,"260":1,"283":1,"354":1}}],["injected",{"2":{"48":1,"192":1,"231":1,"233":5,"234":2,"236":2,"237":1,"253":1,"318":1}}],["inject",{"2":{"48":2,"225":1,"229":1,"234":4,"237":1,"260":1,"276":1,"282":1}}],["inherites",{"2":{"46":1}}],["inherits",{"2":{"46":2,"147":1}}],["init",{"0":{"175":1}}],["initiating",{"2":{"329":1}}],["initiated",{"2":{"184":1,"242":1}}],["initiate",{"2":{"97":1}}],["initial",{"2":{"54":1,"225":1,"267":1}}],["initialized",{"2":{"237":1}}],["initializers",{"2":{"115":1,"166":1}}],["initializer",{"0":{"322":1},"2":{"46":2,"47":1,"48":1,"61":1,"62":2,"147":1,"165":1,"166":3,"182":1,"184":1,"195":2,"227":1,"229":1,"230":1,"235":1,"252":5,"259":1,"269":2,"276":1,"322":1}}],["initialize",{"2":{"42":1,"47":1,"48":1,"49":1,"59":1,"87":1,"133":1,"134":1,"135":1,"137":1,"148":3,"149":2,"156":1,"166":3,"167":1,"183":1,"184":1,"225":1,"230":1,"234":1,"252":2,"276":2,"281":1,"282":2,"290":1,"291":1,"322":1}}],["initially",{"2":{"12":1,"13":1,"267":1,"296":1}}],["inititalizers",{"2":{"47":1}}],["initalizer",{"2":{"42":1}}],["inner",{"2":{"38":1,"49":2}}],["independent",{"2":{"348":1}}],["index|",{"2":{"289":1}}],["indexed",{"0":{"286":1},"1":{"287":1,"288":1,"289":1,"290":1,"291":1},"2":{"166":1}}],["indexes",{"0":{"289":1},"2":{"140":1,"295":2}}],["index",{"2":{"2":2,"5":1,"12":1,"15":1,"64":3,"66":1,"70":3,"88":5,"166":1,"219":3,"281":2,"289":3,"290":7,"291":12,"295":2,"320":1,"322":3,"323":3,"324":5}}],["indirect",{"2":{"127":1}}],["individual",{"2":{"120":1}}],["indicator",{"2":{"58":1}}],["indicates",{"2":{"129":1,"185":1,"237":1}}],["indicate",{"2":{"40":1,"192":1,"289":1,"290":1,"355":1}}],["indicating",{"2":{"37":1,"155":1}}],["invalid>",{"2":{"157":1}}],["invalid",{"2":{"77":1,"80":1,"115":1,"121":1,"157":6,"281":1,"312":1,"341":2,"343":1}}],["invalidate",{"2":{"3":1}}],["invoke",{"2":{"307":1}}],["invoking",{"2":{"115":1}}],["involved",{"2":{"314":1}}],["involves",{"2":{"223":1,"353":1}}],["involve",{"2":{"184":1,"285":1}}],["involvement",{"2":{"27":1}}],["invocations",{"2":{"39":1}}],["invocation",{"2":{"37":1,"39":1,"310":1}}],["incomplete",{"2":{"303":1}}],["incorrect",{"2":{"34":1}}],["increasing",{"2":{"152":1,"350":1}}],["increases",{"2":{"25":1}}],["including",{"2":{"15":1,"37":1,"65":1,"104":1,"112":2,"164":1,"183":1,"212":1,"233":1,"242":1,"252":1,"311":1}}],["include",{"2":{"64":1,"77":1,"102":1,"133":1,"138":1,"156":1,"166":4,"203":1,"219":1,"225":2,"243":1,"256":1,"266":2,"280":1,"281":1,"291":1,"298":1,"323":1,"324":3,"329":2,"340":1,"346":1}}],["includes",{"2":{"11":1,"14":1,"66":1,"73":1,"86":1,"95":1,"102":1,"134":1,"138":1,"139":1,"145":1,"166":1,"176":1,"202":1,"208":1,"225":2,"242":1,"285":1,"308":1,"331":1,"352":1}}],["included",{"2":{"7":2,"12":1,"48":1,"66":1,"76":1,"84":1,"95":1,"96":1,"97":1,"143":1,"157":2,"182":2,"201":1,"204":2,"214":1,"219":1,"225":1,"266":1,"329":2,"343":1,"355":1}}],["insights",{"2":{"214":1}}],["inside",{"0":{"112":1,"113":1},"2":{"13":1,"38":2,"62":1,"65":1,"70":4,"74":1,"96":1,"104":1,"112":3,"123":1,"130":1,"157":2,"166":1,"172":1,"200":4,"211":1,"212":1,"213":1,"239":1,"240":5,"251":1,"269":1,"323":1,"324":1,"353":1}}],["inspect",{"2":{"202":1}}],["insulating",{"2":{"127":1}}],["inserts",{"2":{"314":1}}],["inserted",{"2":{"212":1,"251":1,"278":1}}],["insert",{"2":{"74":1,"157":1,"283":3}}],["instruments",{"2":{"212":1}}],["instrumented",{"0":{"212":1},"2":{"213":1}}],["instrument",{"0":{"210":1},"2":{"212":1,"213":1,"216":1}}],["instrumentationhandler",{"2":{"214":2}}],["instrumentation",{"0":{"208":1,"211":1,"213":1},"1":{"209":1,"210":1,"211":1,"212":1,"213":1,"214":1,"215":1,"216":1,"217":1},"2":{"86":2,"208":1,"210":1,"211":5,"213":5,"214":2,"215":2,"216":1,"217":1,"225":1,"330":1,"335":1}}],["instructions",{"2":{"104":2,"358":1}}],["instantiated",{"2":{"234":1,"285":1}}],["instantiates",{"2":{"234":1}}],["instantiate",{"2":{"168":1,"235":1,"252":1}}],["instantiating",{"2":{"61":1}}],["instances",{"2":{"343":1}}],["instance",{"0":{"258":1},"2":{"54":2,"76":1,"136":2,"137":1,"166":1,"182":4,"183":1,"213":1,"230":1,"231":2,"232":1,"237":1,"252":1,"255":1,"258":1,"276":1,"318":1,"325":1,"342":1,"354":1}}],["installs",{"2":{"108":1}}],["installed",{"2":{"36":1,"76":2,"103":1,"174":1,"240":6}}],["install",{"2":{"24":1,"65":1,"105":1,"174":3,"176":2,"240":1,"344":1}}],["instead",{"2":{"3":1,"18":1,"48":1,"64":1,"83":1,"86":1,"126":1,"127":1,"145":1,"156":1,"176":2,"182":1,"226":1,"228":1,"229":1,"236":1,"237":1,"253":1,"282":1,"291":1,"341":2,"356":1}}],["inputdeclarations",{"2":{"172":1}}],["inputdefinition",{"2":{"165":1,"172":1}}],["inputtag",{"2":{"136":3,"138":2,"156":2,"157":2,"166":3,"319":1,"323":1,"324":1}}],["inputs",{"2":{"136":4,"138":2,"157":1,"166":2,"167":1,"170":2,"172":2,"281":1,"291":2}}],["inputevent",{"2":{"70":5}}],["input",{"2":{"12":1,"13":1,"70":4,"121":2,"136":7,"137":1,"138":2,"155":4,"156":6,"157":20,"158":1,"165":14,"166":13,"170":1,"172":11,"183":1,"246":1,"247":1,"281":3,"282":1,"289":3,"290":2,"291":4,"319":2,"320":1,"322":3,"323":6,"324":9,"325":2}}],["intl",{"2":{"340":1}}],["intializer",{"2":{"229":1,"237":1}}],["intitializer",{"2":{"148":1,"149":1}}],["introducing",{"2":{"201":1}}],["int",{"2":{"84":1,"88":1,"329":1}}],["integration",{"2":{"301":1}}],["integrate",{"2":{"242":1}}],["integrity",{"2":{"80":1,"87":2,"92":1}}],["integer",{"2":{"165":1,"295":3}}],["intend",{"2":{"329":1}}],["intends",{"2":{"91":1}}],["intended",{"2":{"51":1,"54":1,"61":1,"109":1,"113":1,"313":1,"318":1}}],["intent",{"2":{"49":1,"355":1}}],["interpret",{"2":{"237":1}}],["interprets",{"2":{"137":1}}],["interpolation",{"2":{"199":1}}],["interpolated",{"2":{"198":1,"201":1,"204":2}}],["interact",{"2":{"119":1,"121":1,"163":1,"182":1,"188":1,"241":1,"318":1}}],["interacting",{"2":{"70":1,"73":1}}],["interactivity",{"2":{"18":1}}],["interactions",{"2":{"80":1,"164":1}}],["interaction",{"2":{"14":1,"163":1}}],["internationalization",{"2":{"196":1}}],["internationaliztion",{"0":{"196":1},"1":{"197":1,"198":1,"199":1,"200":1,"201":1,"202":1,"203":1,"204":1,"205":1,"206":1,"207":1}}],["internal",{"0":{"264":1},"2":{"255":1}}],["internally",{"2":{"172":1}}],["internals",{"2":{"10":1,"20":1,"25":1,"36":1,"39":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"93":1,"100":1,"109":1,"131":1,"152":1,"162":1,"172":1,"190":1,"195":1,"207":1,"217":1,"222":1,"228":1,"238":1,"263":1,"272":1,"318":1,"334":1,"349":1,"360":1}}],["internet",{"2":{"76":1,"280":1,"297":1}}],["interface",{"0":{"37":1},"2":{"24":1,"37":1,"211":1,"242":2}}],["into",{"2":{"2":1,"7":1,"18":1,"22":1,"24":3,"28":1,"37":1,"52":1,"57":1,"58":1,"61":1,"64":1,"77":1,"80":1,"88":1,"99":1,"102":1,"105":1,"109":1,"121":2,"137":1,"138":1,"152":1,"156":1,"164":1,"179":1,"184":1,"192":2,"199":1,"202":1,"212":1,"219":1,"229":1,"230":1,"234":3,"236":1,"237":4,"241":1,"251":2,"252":2,"260":1,"276":1,"303":1,"310":1,"318":1,"330":1,"341":1,"343":1}}],["inlinesvglocator",{"2":{"232":1}}],["inline",{"2":{"7":1,"112":1,"330":3,"333":1}}],["inlined",{"2":{"7":1}}],["in",{"0":{"17":1,"41":1,"86":1,"167":1,"189":1,"203":1,"252":1,"259":1,"261":1,"266":1,"353":1},"1":{"87":1},"2":{"1":1,"2":2,"3":1,"4":2,"5":2,"7":6,"9":1,"12":2,"13":3,"14":1,"17":2,"18":3,"21":1,"22":11,"23":3,"24":1,"27":1,"28":2,"30":1,"33":1,"35":1,"36":1,"37":3,"38":3,"40":2,"42":1,"43":2,"45":1,"46":2,"47":2,"48":4,"49":4,"55":2,"56":2,"57":3,"58":5,"59":2,"60":1,"61":3,"62":1,"63":1,"64":8,"65":1,"68":1,"70":7,"72":1,"73":2,"74":5,"76":5,"77":4,"79":2,"80":3,"84":7,"85":2,"87":5,"88":5,"89":1,"91":3,"92":2,"93":1,"94":1,"95":1,"96":6,"97":3,"98":1,"99":1,"102":1,"103":1,"104":2,"105":4,"108":3,"109":2,"112":2,"115":2,"116":2,"117":2,"121":2,"122":1,"123":1,"125":1,"126":2,"127":2,"128":4,"133":1,"135":1,"136":4,"137":1,"138":1,"140":1,"141":3,"142":3,"143":1,"145":1,"146":2,"147":1,"148":7,"149":1,"150":1,"152":1,"154":1,"155":1,"156":1,"157":3,"160":1,"163":1,"164":2,"165":1,"166":2,"167":4,"171":1,"176":2,"177":1,"181":1,"182":5,"183":1,"185":1,"186":1,"188":2,"192":11,"193":1,"194":3,"195":4,"197":3,"199":1,"201":3,"202":5,"203":2,"204":2,"205":2,"208":3,"210":2,"211":2,"212":4,"213":10,"214":2,"219":9,"222":1,"223":1,"225":3,"227":2,"228":2,"229":1,"230":1,"231":2,"233":1,"234":4,"235":1,"236":5,"237":4,"238":1,"240":6,"241":2,"242":4,"245":1,"250":4,"251":2,"252":1,"259":1,"260":3,"261":1,"262":4,"264":3,"265":1,"266":1,"267":2,"269":3,"270":1,"271":2,"272":2,"276":2,"277":2,"278":3,"280":3,"281":4,"282":2,"283":7,"284":4,"285":8,"286":1,"287":1,"289":1,"290":1,"292":1,"295":1,"296":1,"297":2,"300":1,"301":1,"302":1,"303":1,"308":1,"310":3,"311":2,"312":1,"314":2,"318":2,"323":1,"324":3,"328":1,"329":3,"330":2,"332":1,"333":2,"335":1,"338":2,"339":3,"340":1,"341":4,"342":3,"343":3,"344":2,"345":1,"346":5,"347":1,"348":2,"349":1,"350":1,"351":2,"352":3,"353":1,"354":1,"355":3,"357":1}}],["isolated",{"2":{"354":1}}],["isolate",{"2":{"151":1}}],["iso",{"2":{"133":1}}],["isn",{"2":{"49":1,"52":1,"99":1,"104":1,"160":2,"161":1,"225":1,"235":1,"300":1,"311":1}}],["issue",{"2":{"47":1,"130":1,"157":1,"176":1,"211":1,"290":1}}],["issues",{"2":{"4":1,"13":1,"96":1,"194":1,"211":1,"216":1,"269":1,"282":1,"300":1,"326":1,"332":1}}],["is",{"0":{"3":1,"76":1,"80":1,"92":1,"160":1,"212":1,"243":1,"244":1,"317":1,"354":1},"2":{"0":2,"1":1,"2":3,"3":4,"4":5,"5":1,"7":2,"8":1,"10":1,"12":3,"13":2,"18":1,"20":1,"21":2,"22":1,"23":1,"24":5,"25":3,"27":1,"28":1,"29":2,"30":1,"32":3,"33":1,"34":4,"36":2,"37":6,"38":2,"39":2,"40":4,"42":4,"44":1,"46":2,"47":4,"48":1,"49":2,"50":1,"52":2,"53":2,"54":3,"55":5,"56":2,"57":6,"58":9,"59":1,"60":1,"61":2,"62":3,"64":8,"65":2,"66":2,"68":3,"69":1,"70":6,"71":3,"72":4,"73":2,"74":1,"75":1,"76":4,"77":3,"79":6,"80":3,"81":1,"83":3,"84":11,"86":1,"87":13,"88":2,"91":1,"92":3,"93":4,"96":6,"97":1,"98":1,"99":1,"100":1,"102":4,"104":6,"105":2,"108":6,"109":4,"112":3,"113":1,"115":4,"117":9,"118":5,"119":4,"120":2,"121":2,"122":1,"123":2,"124":6,"127":3,"128":4,"129":4,"131":2,"133":2,"136":5,"137":3,"138":3,"139":1,"140":2,"142":2,"143":2,"146":2,"147":2,"148":5,"149":2,"152":10,"153":1,"155":7,"157":15,"161":3,"162":1,"163":1,"166":3,"167":1,"170":1,"172":2,"173":1,"174":1,"175":1,"182":7,"183":2,"184":3,"185":1,"186":1,"188":3,"189":2,"190":1,"191":1,"192":25,"195":3,"197":3,"200":1,"201":4,"202":3,"203":6,"204":9,"207":1,"208":1,"210":5,"211":5,"212":4,"213":14,"214":4,"216":1,"217":3,"218":1,"219":7,"220":1,"221":2,"222":4,"223":4,"225":4,"228":3,"229":4,"231":3,"233":9,"234":9,"235":3,"236":1,"237":9,"238":2,"240":1,"241":2,"242":12,"243":2,"244":1,"247":10,"249":1,"251":2,"252":12,"255":1,"256":2,"258":2,"259":1,"260":1,"261":2,"262":1,"263":1,"264":2,"266":2,"267":2,"269":6,"272":2,"273":1,"278":1,"282":1,"283":2,"284":4,"285":2,"289":2,"290":1,"292":1,"295":2,"297":1,"299":2,"300":1,"301":2,"303":2,"307":1,"308":1,"309":3,"310":12,"311":3,"313":1,"314":2,"315":1,"316":6,"318":2,"324":2,"327":1,"328":1,"329":5,"330":3,"332":2,"334":1,"335":2,"336":1,"337":2,"338":7,"340":6,"341":9,"342":1,"343":3,"344":1,"345":3,"346":3,"347":1,"348":2,"349":4,"350":3,"353":3,"355":11,"357":1,"358":4,"359":1,"360":1}}],["i",{"2":{"0":1,"27":1,"29":1,"34":1,"72":1,"118":1,"233":2,"240":1,"251":2,"299":2,"302":1,"303":1,"309":1,"350":2}}],["aestheticly",{"2":{"241":1}}],["a>",{"2":{"199":1,"311":1}}],["ambiguity",{"2":{"338":1}}],["america",{"2":{"338":1}}],["amazing",{"2":{"295":1}}],["amp",{"0":{"180":1},"1":{"181":1,"182":1,"183":1,"184":1,"185":1,"186":1,"187":1,"188":1,"189":1,"190":1},"2":{"213":1,"298":4,"349":2}}],["among",{"2":{"156":1}}],["amongst",{"2":{"55":1,"224":1}}],["amount",{"2":{"27":1,"119":1,"123":1}}],["again",{"2":{"240":1,"355":5}}],["against",{"2":{"118":1,"154":1,"326":1}}],["agent",{"2":{"230":2,"233":4}}],["ageflash",{"2":{"152":1}}],["age",{"2":{"152":3,"221":1}}],["agnostic",{"2":{"92":1}}],["akin",{"2":{"104":2,"308":1}}],["aka",{"2":{"84":1,"88":1,"138":1}}],["ahead",{"2":{"97":1}}],["augmenting",{"2":{"310":1}}],["augmentations",{"2":{"295":1}}],["audits",{"2":{"105":1}}],["audit",{"0":{"331":1,"355":1},"2":{"88":1,"105":1,"327":1,"331":2,"333":1,"355":1}}],["authpage",{"2":{"256":1}}],["authbeforehook",{"2":{"234":1}}],["authentication",{"0":{"277":1},"1":{"278":1,"279":1,"280":1,"281":1,"282":1,"283":1,"284":1,"285":1},"2":{"277":3}}],["authenticated",{"2":{"192":7,"213":2,"234":7}}],["authenticitytoken",{"2":{"329":1}}],["authenticity",{"2":{"166":2}}],["auth",{"2":{"96":2,"148":2,"192":17,"213":6,"260":1}}],["authorization",{"2":{"253":1,"259":1}}],["authored",{"2":{"128":1}}],["author",{"2":{"30":1,"125":1}}],["automation",{"2":{"108":1}}],["automatic",{"2":{"88":3}}],["automatically",{"2":{"86":1,"87":1,"96":1,"155":1,"211":1,"212":2}}],["automates",{"2":{"96":1}}],["automated",{"2":{"30":1,"32":1,"301":1}}],["automagically",{"2":{"84":1}}],["autonomous",{"2":{"14":1,"18":1,"113":1,"138":1,"157":1}}],["auto",{"2":{"13":1,"22":1,"142":2}}],["autosubmit",{"2":{"13":1,"138":1}}],["awhile",{"2":{"251":2}}],["awkward",{"2":{"171":1}}],["away",{"2":{"91":1}}],["aware",{"2":{"84":1,"124":1,"126":1}}],["await",{"2":{"70":1,"124":1}}],["awesome",{"0":{"92":1},"2":{"38":2,"134":1,"251":2}}],["avialable",{"2":{"352":1}}],["avaiable",{"2":{"165":1,"252":1}}],["available",{"0":{"235":1},"2":{"54":1,"63":1,"64":1,"83":1,"103":1,"108":1,"121":1,"123":1,"136":1,"148":1,"149":1,"182":1,"184":2,"186":2,"211":1,"213":1,"214":1,"231":2,"235":3,"237":1,"238":2,"252":3,"254":1,"260":2,"271":1,"283":1,"286":1,"310":1,"311":2,"316":1,"318":1,"324":1}}],["avoided",{"2":{"357":1}}],["avoid",{"0":{"189":1,"262":1},"2":{"25":1,"48":1,"53":1,"56":1,"58":1,"61":1,"62":1,"80":1,"99":1,"149":1,"201":1,"237":2,"241":1,"250":1,"259":1,"262":1,"264":1,"265":1,"357":1}}],["aforementioned",{"2":{"214":1}}],["afford",{"2":{"128":1}}],["affects",{"2":{"182":1,"199":1}}],["affect",{"2":{"26":1,"37":1,"40":1}}],["after",{"2":{"25":1,"37":2,"65":1,"96":2,"124":1,"149":1,"191":1,"192":4,"195":1,"234":1,"253":2,"283":1,"330":1,"336":1,"355":2}}],["ai",{"0":{"26":1,"27":1,"30":1,"31":1,"34":1},"1":{"27":1,"28":1,"29":1,"30":1,"31":1,"32":1,"33":1,"34":1},"2":{"26":1,"27":5,"29":1,"30":2,"31":1}}],["acknowledge",{"2":{"355":1}}],["ac",{"2":{"87":2,"141":1,"296":1}}],["action=",{"2":{"136":1,"166":2}}],["actions",{"0":{"180":1},"1":{"181":1,"182":1,"183":1,"184":1,"185":1,"186":1,"187":1,"188":1,"189":1,"190":1},"2":{"126":1,"180":1,"243":1,"311":1}}],["action",{"2":{"105":2,"181":1,"182":1,"184":1,"188":1,"285":2,"308":1,"310":1,"329":1}}],["active",{"2":{"74":2,"84":1,"199":1,"282":1,"346":1,"348":1,"358":3}}],["actually",{"2":{"72":1,"96":2,"201":1,"233":1,"243":1}}],["actual",{"2":{"3":1,"4":2,"37":1,"40":1,"65":1,"133":1,"212":1,"219":1,"269":1,"323":1}}],["across",{"2":{"63":1,"122":1,"194":1,"242":1,"305":1}}],["achievecs",{"2":{"240":1}}],["achieves",{"2":{"201":1,"253":1}}],["achieve",{"2":{"45":1,"70":1,"92":1,"319":1}}],["accurate",{"2":{"214":1}}],["accomplishe",{"2":{"303":1}}],["accomplish",{"2":{"164":1}}],["accounting",{"2":{"252":1}}],["accounts",{"2":{"77":1,"84":4,"86":1,"87":3,"88":3,"140":2,"141":1,"280":4,"293":1,"295":12,"346":1}}],["account",{"0":{"283":1},"2":{"22":3,"74":5,"76":6,"77":8,"87":1,"88":1,"141":1,"192":6,"213":2,"234":8,"277":1,"280":7,"282":18,"283":5,"284":4,"285":2,"293":1,"295":9,"296":3,"297":5,"298":4,"311":1,"314":3,"346":4,"348":2,"358":3}}],["accountquery",{"2":{"22":1}}],["accessibility",{"2":{"127":1,"128":1,"161":1}}],["accessible",{"2":{"118":1,"127":2,"161":1,"171":1,"192":1,"305":1}}],["accessing",{"0":{"156":1,"167":1,"252":1},"2":{"74":1,"242":1}}],["accessed",{"2":{"56":1,"167":1,"285":1}}],["access",{"0":{"73":1,"141":1},"1":{"74":1,"75":1,"76":1,"77":1,"78":1,"79":1,"80":1,"81":1},"2":{"39":2,"47":1,"49":1,"54":1,"59":1,"73":2,"74":1,"77":1,"79":1,"80":1,"82":1,"84":1,"87":1,"88":1,"89":1,"103":2,"123":2,"136":1,"137":1,"140":2,"141":2,"148":1,"149":1,"156":1,"166":1,"167":1,"192":2,"227":1,"229":1,"231":1,"232":1,"233":2,"242":2,"252":3,"253":1,"256":1,"258":1,"260":1,"266":2,"278":2,"280":1,"283":1,"284":2,"295":1,"301":1,"339":1,"343":1,"354":1}}],["accepts",{"2":{"57":1,"64":1,"84":1,"165":2,"166":1,"201":1,"235":1,"250":1,"251":1,"253":1,"289":1}}],["accepted",{"2":{"40":1,"153":1}}],["accept",{"2":{"38":1,"42":1,"105":1,"166":1,"202":1,"231":2,"251":1,"252":2,"322":1}}],["apm",{"2":{"210":1}}],["aps",{"2":{"176":1}}],["apis",{"2":{"70":3,"182":1,"242":1}}],["api",{"0":{"264":1},"2":{"14":2,"32":1,"38":1,"40":1,"46":1,"59":5,"60":5,"61":1,"74":3,"83":1,"84":1,"86":1,"92":1,"119":1,"121":2,"124":1,"140":1,"150":1,"151":1,"172":1,"179":1,"182":2,"185":1,"186":1,"188":1,"189":1,"191":1,"210":1,"211":1,"229":1,"237":1,"238":2,"242":1,"251":1,"258":1,"264":1,"295":1,"303":1,"305":2}}],["approriate",{"2":{"189":1}}],["appropriate",{"2":{"166":1,"291":1}}],["approaches",{"2":{"108":1}}],["approach",{"2":{"3":1,"24":1,"48":1,"102":1,"108":1,"142":1,"241":1,"329":1,"330":1,"353":1}}],["apphandler",{"2":{"137":1,"148":1,"149":1,"167":1,"183":1,"184":1,"282":1,"290":1}}],["appform",{"2":{"136":1,"165":3,"281":1,"289":1}}],["appflash",{"2":{"58":1,"276":3}}],["appears",{"2":{"129":1}}],["appear",{"2":{"123":1,"124":1,"158":1,"344":1}}],["appended",{"2":{"310":4}}],["append",{"2":{"3":1,"203":1}}],["applicationcontroller",{"2":{"285":1}}],["application",{"2":{"141":1,"210":1,"269":1,"327":1}}],["applied",{"2":{"80":1,"84":1,"91":1,"128":1,"195":1,"242":1,"295":1}}],["applies",{"2":{"75":1,"85":1,"115":1}}],["apple",{"2":{"96":1}}],["applying",{"2":{"85":1,"330":1}}],["apply",{"2":{"37":2,"51":1,"84":1,"105":1,"212":1,"280":1,"295":4,"298":2}}],["appdatamodel",{"2":{"74":4,"87":1,"141":2,"280":1,"296":2}}],["apppage",{"2":{"49":1,"133":1,"148":2,"156":1,"166":2,"177":1,"230":1,"234":1,"250":1,"251":1,"266":1,"273":1,"274":1,"276":1,"281":2,"282":1,"291":1}}],["appcomponent",{"2":{"46":1,"47":2,"48":1,"49":1,"135":1,"149":1,"322":1,"323":1,"324":1}}],["appseeddata",{"2":{"280":1}}],["appsession",{"2":{"147":1,"148":4,"230":1,"282":2}}],["apps",{"0":{"104":1,"105":1},"2":{"13":1,"17":1,"18":2,"35":1,"37":4,"41":2,"58":2,"62":1,"76":1,"88":1,"94":2,"96":1,"102":1,"107":1,"109":2,"144":1,"225":1,"241":1,"243":1,"267":1,"300":1,"350":1}}],["app",{"0":{"17":1,"18":1,"64":1,"112":1,"175":1,"177":1,"179":1},"2":{"0":1,"2":3,"4":1,"5":2,"6":3,"7":2,"8":1,"9":1,"10":3,"12":2,"15":2,"18":4,"22":10,"30":1,"35":2,"36":3,"37":1,"38":12,"39":2,"40":5,"41":1,"46":2,"47":3,"49":1,"56":2,"58":9,"59":8,"61":4,"62":1,"64":10,"70":1,"74":4,"76":1,"79":1,"80":2,"84":4,"87":9,"92":1,"96":6,"97":5,"99":1,"102":5,"103":2,"104":1,"105":8,"107":1,"108":1,"109":2,"110":1,"111":3,"112":14,"113":3,"115":1,"122":1,"123":1,"126":1,"127":2,"128":1,"129":1,"130":1,"133":3,"134":4,"142":2,"148":1,"151":1,"152":1,"157":1,"165":3,"173":1,"174":2,"175":7,"176":2,"177":3,"184":1,"189":1,"192":8,"193":1,"194":1,"197":8,"200":1,"202":1,"208":1,"210":6,"211":6,"213":4,"214":1,"215":1,"216":1,"219":15,"223":2,"225":4,"229":2,"231":2,"232":1,"237":3,"240":3,"242":1,"250":9,"251":5,"252":3,"269":11,"270":1,"273":1,"276":6,"280":4,"281":5,"282":4,"283":6,"284":1,"289":1,"290":1,"291":1,"295":2,"296":2,"298":1,"300":1,"308":3,"311":2,"314":1,"322":1,"323":3,"324":4,"327":1,"330":1,"331":1,"332":2,"333":2,"338":1,"339":1,"340":1,"343":1,"344":1,"346":2,"347":1,"350":1,"352":2,"355":1,"359":1}}],["abandon",{"2":{"108":1}}],["abandoning",{"2":{"14":1}}],["abstracts",{"2":{"124":1}}],["abstracted",{"2":{"54":1}}],["abstractions",{"2":{"0":1,"25":1,"144":1,"241":2,"350":3}}],["abstraction",{"2":{"0":1,"142":1,"243":1,"249":1,"267":1,"311":1}}],["above",{"2":{"48":1,"88":1,"91":1,"124":1,"128":1,"141":1,"155":1,"166":1,"188":1,"197":1,"235":1,"260":1,"291":1,"341":1,"348":2}}],["about",{"0":{"34":1},"2":{"23":1,"26":1,"34":2,"40":1,"84":3,"92":1,"105":1,"116":3,"122":1,"161":2,"167":1,"186":1,"210":1,"213":3,"214":1,"221":1,"240":1,"302":1,"318":1,"323":1,"338":1,"350":1,"352":1}}],["able",{"2":{"30":1,"32":1,"113":1,"141":1,"222":1,"235":1,"303":1,"310":1}}],["ability",{"2":{"14":1,"36":1,"215":1}}],["ajax",{"2":{"13":3,"182":2,"188":1,"231":1,"252":1,"329":2,"336":1}}],["attached",{"2":{"310":1}}],["attract",{"2":{"163":1}}],["attr",{"2":{"156":1,"166":1,"258":1,"323":1,"324":1}}],["attributed",{"2":{"293":1}}],["attributes=nil",{"2":{"213":2}}],["attributesyou",{"2":{"166":1}}],["attributes",{"0":{"262":1},"2":{"47":2,"115":1,"136":1,"157":1,"160":1,"165":1,"166":2,"213":12,"251":1,"262":1,"359":1}}],["attributechangedcallback",{"2":{"14":2}}],["attribute",{"2":{"14":1,"70":1,"149":2,"157":4,"165":1,"213":2,"256":3,"330":1}}],["attempt",{"2":{"124":1,"212":1,"281":1,"285":1,"340":1}}],["attempts",{"2":{"88":1,"95":1,"115":1,"210":1,"212":1,"214":1}}],["at",{"2":{"12":1,"27":1,"40":1,"56":1,"76":1,"77":1,"79":1,"81":1,"84":5,"85":1,"86":1,"87":2,"88":4,"97":1,"100":1,"105":1,"112":1,"117":1,"121":1,"140":1,"162":1,"165":1,"177":1,"190":1,"192":1,"194":1,"206":1,"207":1,"214":1,"238":1,"241":1,"250":1,"280":2,"282":1,"283":1,"287":1,"295":7,"297":1,"302":1,"304":1,"311":1,"340":1,"343":5,"350":1,"353":2,"355":5,"359":1}}],["adequately",{"2":{"312":1,"355":1}}],["admin",{"2":{"252":1}}],["adapted",{"2":{"121":1}}],["advisable",{"2":{"193":1,"272":1}}],["advised",{"2":{"99":1}}],["advantage",{"0":{"171":1}}],["advantages",{"2":{"87":1}}],["advance",{"2":{"56":1}}],["advanced",{"0":{"40":1}}],["adhering",{"2":{"95":1}}],["adopt",{"2":{"91":1}}],["addition",{"2":{"182":1,"242":1}}],["additional",{"2":{"10":1,"13":1,"14":1,"73":1,"87":1,"104":1,"140":1,"203":1,"216":1,"246":1,"256":1,"259":1,"350":1,"352":1,"359":1}}],["adding",{"0":{"213":1},"2":{"93":1,"108":1,"194":1,"250":1}}],["addressed",{"2":{"205":1,"323":1}}],["addresses",{"2":{"88":1,"348":1}}],["address",{"2":{"95":1,"140":1,"311":1}}],["addressing",{"2":{"72":1}}],["adds",{"2":{"86":3,"269":1}}],["add",{"2":{"14":1,"57":1,"70":1,"83":2,"88":1,"92":1,"93":1,"155":1,"157":1,"203":1,"213":11,"216":1,"223":1,"242":1,"250":3,"251":1,"281":1,"282":1,"284":1,"324":1,"355":1}}],["added",{"2":{"13":1,"213":3,"240":1}}],["addeventlistener",{"2":{"12":1}}],["adrs",{"2":{"0":1,"30":1,"344":1}}],["angeles",{"2":{"338":1}}],["angle",{"2":{"267":1}}],["annotatebrutownedpaths",{"2":{"335":1}}],["anchor",{"2":{"311":1}}],["ancillary",{"2":{"186":1}}],["answer",{"2":{"79":1,"119":2,"337":2}}],["answers",{"2":{"34":1}}],["analysis",{"2":{"25":1,"32":2}}],["another",{"2":{"13":1,"51":1,"83":1,"127":1,"183":1,"188":1,"336":1,"346":1,"348":1,"350":1,"353":1,"355":1}}],["an",{"2":{"13":3,"14":1,"24":1,"27":3,"30":1,"32":1,"34":1,"38":3,"39":2,"46":1,"47":1,"48":1,"49":2,"54":2,"56":2,"58":3,"64":2,"65":1,"69":1,"70":2,"74":1,"76":1,"77":2,"84":5,"87":3,"88":3,"92":1,"96":2,"103":1,"104":2,"105":3,"119":2,"121":1,"123":1,"124":2,"126":1,"127":1,"128":3,"129":1,"135":1,"136":3,"137":1,"140":2,"147":2,"148":1,"149":1,"155":2,"157":3,"165":3,"166":4,"168":1,"172":4,"174":1,"182":2,"186":1,"188":1,"192":1,"199":1,"204":1,"208":1,"210":1,"213":5,"219":1,"222":1,"223":1,"229":1,"231":4,"232":1,"234":1,"235":1,"237":2,"238":1,"240":1,"243":2,"247":2,"252":4,"253":1,"256":2,"264":1,"267":1,"269":1,"270":1,"273":1,"276":1,"278":1,"280":1,"281":1,"282":1,"283":1,"285":1,"289":4,"290":1,"293":3,"295":2,"297":2,"307":1,"308":2,"311":1,"314":1,"318":1,"320":1,"325":1,"329":1,"330":1,"336":1,"342":1,"343":2,"349":1,"352":1,"358":1}}],["anythning",{"2":{"130":1}}],["anything",{"2":{"12":1,"38":2,"46":1,"47":1,"72":1,"96":1,"148":1,"149":1,"212":1,"253":1,"348":1,"353":1}}],["anyone",{"0":{"314":1},"2":{"49":1,"283":1}}],["anywhere",{"2":{"21":1,"203":1}}],["any",{"2":{"5":1,"9":1,"18":1,"22":2,"30":1,"37":4,"38":2,"39":1,"47":1,"48":2,"51":1,"54":1,"64":2,"68":1,"70":1,"79":1,"80":1,"83":1,"84":1,"85":1,"87":1,"92":2,"96":2,"97":1,"99":1,"102":1,"105":2,"112":3,"113":1,"123":1,"128":1,"135":3,"142":2,"145":1,"148":1,"149":2,"152":1,"156":1,"157":1,"158":1,"165":1,"166":1,"168":2,"180":1,"182":1,"183":1,"186":1,"188":1,"192":1,"203":1,"214":1,"218":1,"222":1,"227":1,"231":6,"233":1,"234":2,"237":2,"242":1,"252":5,"253":1,"265":1,"276":1,"284":1,"286":1,"311":2,"331":1,"332":1,"349":1,"353":1,"354":1,"355":1,"359":3}}],["and",{"0":{"2":1,"3":1,"4":1,"26":1,"35":1,"57":1,"58":1,"86":1,"88":1,"106":1,"117":1,"123":1,"142":1,"146":1,"157":1,"196":1,"200":1,"202":1,"203":1,"204":1,"208":1,"280":1,"330":1,"337":1,"355":1},"1":{"3":1,"4":1,"27":1,"28":1,"29":1,"30":1,"31":1,"32":1,"33":1,"34":1,"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1,"87":1,"147":1,"148":1,"149":1,"150":1,"151":1,"152":1,"197":1,"198":1,"199":1,"200":1,"201":1,"202":1,"203":1,"204":1,"205":1,"206":1,"207":1,"209":1,"210":1,"211":1,"212":1,"213":1,"214":1,"215":1,"216":1,"217":1,"338":1,"339":1,"340":1,"341":1,"342":1,"343":1},"2":{"0":5,"1":2,"2":5,"3":4,"4":4,"5":1,"6":1,"7":2,"9":1,"10":4,"13":4,"14":2,"15":2,"18":2,"20":1,"21":1,"22":5,"23":1,"24":3,"25":3,"26":2,"28":1,"30":2,"31":3,"32":5,"36":2,"37":11,"38":2,"39":4,"42":4,"43":1,"44":1,"45":1,"46":1,"47":2,"48":1,"49":5,"50":1,"51":1,"52":2,"53":1,"55":2,"56":2,"57":1,"58":7,"59":1,"60":1,"61":2,"62":2,"63":1,"64":5,"65":2,"66":5,"68":2,"70":5,"71":1,"72":5,"73":3,"74":1,"75":1,"76":4,"79":7,"80":3,"81":1,"83":2,"84":5,"85":3,"86":2,"87":10,"88":7,"91":4,"92":1,"93":2,"96":14,"97":4,"100":1,"102":8,"103":2,"104":2,"105":13,"108":5,"109":1,"111":2,"112":7,"116":2,"118":1,"119":1,"120":1,"121":1,"122":1,"123":2,"124":1,"125":1,"126":1,"127":3,"128":1,"129":1,"130":1,"131":1,"133":1,"134":2,"136":5,"137":2,"138":2,"140":1,"142":4,"143":4,"144":1,"147":2,"148":2,"149":1,"150":1,"151":2,"152":7,"153":2,"154":1,"155":3,"157":4,"160":1,"161":2,"162":1,"163":1,"164":1,"165":4,"166":4,"167":2,"168":1,"170":2,"171":2,"172":2,"175":1,"176":3,"177":2,"180":1,"182":5,"183":2,"184":1,"185":1,"186":3,"188":4,"189":5,"190":1,"191":1,"192":5,"194":1,"195":5,"196":1,"197":5,"199":2,"201":5,"202":2,"203":5,"205":1,"207":1,"210":4,"211":5,"212":3,"213":6,"214":2,"215":1,"216":2,"217":4,"218":1,"219":8,"221":3,"222":3,"223":3,"225":5,"226":1,"228":1,"229":4,"230":1,"231":1,"233":4,"234":1,"235":1,"236":1,"237":3,"238":3,"240":4,"241":8,"242":8,"243":2,"250":1,"251":1,"252":7,"253":3,"254":1,"255":1,"256":3,"259":2,"260":2,"261":1,"262":1,"263":1,"264":2,"265":1,"267":2,"269":2,"271":1,"272":4,"273":2,"276":1,"280":2,"281":3,"282":1,"284":1,"285":1,"288":1,"289":1,"290":1,"293":3,"294":1,"295":9,"296":2,"297":2,"301":1,"305":1,"307":1,"310":7,"311":3,"314":1,"315":3,"317":2,"318":3,"320":4,"323":1,"324":3,"325":1,"327":1,"328":2,"329":4,"330":4,"333":1,"334":1,"335":1,"336":2,"338":2,"339":3,"340":2,"341":3,"342":4,"343":3,"345":1,"346":3,"347":1,"349":1,"350":5,"351":1,"352":1,"354":2,"355":5,"357":4,"358":4,"359":2,"360":1}}],["along",{"2":{"84":1,"115":1,"116":1,"175":1,"214":1,"308":1}}],["alongside",{"2":{"17":1,"173":1}}],["alert",{"2":{"48":3,"121":1,"124":1,"128":1,"135":3,"149":5,"184":1,"262":1}}],["alex",{"2":{"18":1}}],["almost",{"2":{"36":1,"41":1,"70":1,"88":3,"108":2,"229":1}}],["already",{"2":{"14":1,"96":1,"157":1,"174":1,"213":2,"240":1,"241":1,"350":1}}],["always",{"0":{"188":1},"2":{"10":1,"20":1,"25":1,"44":1,"50":1,"52":1,"62":1,"63":1,"68":1,"72":1,"79":1,"81":1,"88":4,"92":1,"93":1,"100":1,"109":1,"127":1,"131":1,"152":1,"162":1,"172":1,"190":1,"195":2,"198":1,"207":1,"217":1,"222":1,"228":1,"231":1,"232":1,"234":1,"235":2,"237":2,"238":1,"250":1,"252":1,"260":1,"263":1,"272":2,"297":1,"310":1,"312":1,"318":2,"334":1,"349":2,"360":1}}],["alter",{"2":{"83":1}}],["alternate",{"0":{"273":1},"2":{"32":1,"52":1,"225":1,"273":1}}],["although",{"2":{"32":1,"84":1,"85":1,"148":1,"150":1,"213":1,"243":1,"254":1,"314":1,"354":1}}],["alt",{"2":{"6":1}}],["also",{"2":{"1":1,"18":1,"37":1,"47":1,"48":1,"54":1,"55":1,"62":1,"64":1,"68":1,"76":1,"77":1,"86":1,"93":1,"95":1,"102":1,"123":2,"124":1,"125":1,"136":1,"137":1,"138":1,"161":1,"165":2,"179":1,"185":1,"192":1,"199":1,"200":1,"208":1,"211":1,"213":1,"214":1,"219":2,"222":1,"240":1,"243":1,"250":1,"251":1,"252":1,"261":1,"262":1,"264":1,"280":1,"281":1,"282":1,"289":1,"312":1,"324":1,"330":1,"335":1,"339":1,"349":1,"354":1,"357":1}}],["allseeddata",{"2":{"346":1}}],["allowed",{"2":{"37":2,"88":1,"96":1,"192":1,"210":1,"282":1,"284":1,"309":1,"330":2}}],["allowing",{"2":{"14":1,"64":1,"118":1,"237":1}}],["allows",{"2":{"13":2,"14":1,"56":1,"88":2,"172":1,"173":1,"208":1,"219":1,"230":1,"233":1,"234":1,"240":1,"286":1,"314":2,"336":1}}],["allow",{"2":{"3":1,"24":1,"27":1,"52":1,"58":11,"59":1,"66":1,"70":1,"74":1,"76":1,"79":1,"88":1,"120":1,"128":1,"136":1,"184":1,"192":1,"201":1,"208":1,"213":1,"237":1,"282":1,"284":1,"285":1,"287":1,"302":1,"324":1,"329":1,"335":1,"348":1}}],["all",{"0":{"9":1},"2":{"0":1,"4":2,"7":1,"10":1,"12":2,"13":1,"27":1,"29":1,"30":2,"32":1,"33":1,"34":1,"37":4,"39":1,"47":1,"48":3,"49":1,"51":1,"54":1,"56":2,"64":5,"65":1,"70":3,"74":4,"76":1,"79":2,"80":1,"83":1,"86":1,"93":2,"96":1,"97":3,"99":1,"102":1,"104":2,"105":3,"107":1,"108":1,"111":2,"112":3,"113":4,"123":1,"129":1,"133":2,"138":1,"140":2,"151":1,"152":1,"156":1,"157":1,"166":1,"167":2,"176":3,"178":1,"181":1,"182":2,"183":1,"186":1,"201":1,"211":1,"212":2,"213":1,"215":1,"219":4,"230":1,"233":1,"234":1,"250":2,"254":1,"256":1,"266":1,"267":1,"277":2,"286":1,"289":1,"295":2,"301":3,"309":1,"310":3,"314":1,"318":2,"324":1,"329":1,"330":2,"338":2,"341":1,"346":2,"348":1,"349":1,"359":2}}],["aside",{"2":{"153":1,"226":1,"276":1}}],["as=",{"2":{"134":1}}],["asynchronous",{"2":{"124":1}}],["asycnhronous",{"2":{"124":1}}],["asychronous",{"2":{"71":1}}],["aspect",{"2":{"116":1}}],["aspects",{"2":{"38":1,"40":1,"53":1}}],["assure",{"2":{"353":1}}],["assumptions",{"2":{"186":1,"254":1}}],["assumes",{"2":{"296":1}}],["assumed",{"2":{"96":1,"203":1,"204":1,"231":1,"252":2,"278":1,"329":1,"349":1}}],["assume",{"2":{"84":1,"129":1,"148":1,"283":1,"323":1,"324":2}}],["assuming",{"2":{"70":1,"91":1,"184":1,"204":1,"329":1}}],["assigned",{"2":{"155":1}}],["assist",{"2":{"105":1,"164":1,"200":1}}],["assistance",{"2":{"27":2,"29":2,"30":1,"31":1,"142":1,"154":1}}],["associated",{"0":{"117":1},"2":{"105":2,"128":1,"182":1,"213":1,"311":1}}],["associations",{"2":{"74":2}}],["assess",{"2":{"127":1}}],["asserting",{"0":{"129":1,"256":1}}],["assertions",{"2":{"121":1,"150":1,"186":1,"256":1,"358":1}}],["assert",{"2":{"70":13,"77":1,"122":2,"124":1,"126":2,"129":2,"255":1,"272":1}}],["asset",{"2":{"2":1,"3":1,"9":1,"10":2,"134":3,"219":2,"225":3,"273":3,"303":1}}],["assets",{"0":{"1":1,"9":1},"1":{"2":1,"3":1,"4":1,"5":1,"6":1,"7":1,"8":1,"9":1,"10":1},"2":{"10":3,"97":5,"105":1,"112":6,"219":2,"242":1}}],["asked",{"2":{"341":1}}],["ask",{"2":{"3":1,"79":1,"96":1,"138":1,"211":1,"223":1,"339":2,"340":1,"341":2}}],["as",{"2":{"1":1,"2":1,"4":2,"5":1,"10":1,"13":3,"14":2,"18":1,"24":1,"27":1,"28":1,"29":1,"30":4,"33":1,"35":1,"36":1,"38":1,"39":3,"49":1,"50":1,"52":1,"55":1,"58":1,"59":1,"60":1,"61":2,"63":2,"69":1,"70":5,"73":2,"74":1,"75":1,"79":1,"84":3,"87":4,"88":1,"91":2,"92":1,"93":2,"95":1,"96":2,"97":2,"98":1,"103":1,"105":2,"108":1,"111":1,"112":2,"113":2,"116":1,"117":2,"120":1,"124":2,"127":1,"128":3,"130":1,"133":2,"134":1,"137":2,"140":1,"144":2,"147":2,"148":2,"149":1,"150":1,"151":1,"155":1,"157":2,"160":1,"161":3,"164":1,"165":1,"166":2,"167":1,"173":1,"178":2,"182":2,"183":1,"185":2,"186":1,"189":1,"191":1,"192":1,"193":2,"194":1,"197":2,"200":1,"201":3,"203":2,"204":1,"205":1,"213":3,"214":2,"217":1,"219":3,"221":1,"222":1,"224":1,"225":1,"228":1,"229":1,"230":1,"237":4,"238":2,"240":1,"242":4,"243":3,"252":1,"253":1,"256":1,"259":2,"262":1,"264":3,"266":1,"269":2,"270":2,"272":2,"273":1,"282":1,"284":2,"289":2,"295":3,"300":1,"309":1,"310":1,"311":1,"316":1,"318":1,"320":1,"324":1,"326":1,"329":3,"330":1,"332":1,"335":1,"339":1,"340":1,"342":1,"343":1,"346":3,"348":3,"350":3,"353":1,"354":2,"355":1}}],["a",{"0":{"18":1,"29":1,"167":1,"183":1,"251":1,"252":1,"255":1,"281":1,"289":1,"290":1,"291":1,"315":1,"353":1,"354":1},"2":{"0":1,"2":1,"3":9,"4":1,"6":1,"7":1,"8":1,"13":14,"14":5,"17":1,"18":2,"24":3,"26":1,"27":3,"29":2,"30":2,"31":2,"32":2,"33":4,"34":1,"35":1,"36":1,"37":6,"38":7,"39":3,"40":1,"41":1,"42":6,"43":2,"45":1,"46":2,"47":4,"48":7,"49":13,"54":1,"55":3,"56":2,"57":2,"58":5,"59":1,"60":1,"61":2,"62":1,"64":3,"65":1,"66":2,"68":2,"69":1,"70":10,"72":3,"73":3,"74":5,"76":2,"77":1,"79":7,"80":6,"83":5,"84":8,"85":3,"86":2,"87":14,"88":13,"91":2,"92":2,"93":1,"96":8,"97":3,"98":3,"99":3,"102":5,"103":3,"104":19,"105":13,"108":3,"109":1,"112":1,"113":1,"115":5,"116":2,"118":3,"119":8,"120":2,"121":1,"123":2,"124":4,"126":3,"127":1,"128":5,"129":2,"130":2,"133":7,"135":3,"136":8,"137":10,"138":4,"139":1,"140":4,"141":2,"142":2,"144":1,"145":1,"146":1,"147":1,"148":5,"149":4,"150":1,"151":2,"152":2,"155":7,"156":1,"157":6,"160":1,"163":1,"164":3,"165":5,"166":9,"167":5,"170":1,"172":2,"173":2,"175":3,"176":5,"178":1,"181":4,"182":12,"183":3,"184":1,"185":4,"186":5,"188":8,"189":1,"191":2,"192":11,"193":1,"194":2,"197":1,"198":1,"199":3,"200":3,"201":4,"202":3,"203":4,"204":2,"208":1,"210":5,"211":3,"212":5,"213":9,"214":4,"215":1,"217":1,"218":3,"219":11,"222":3,"224":5,"225":5,"226":2,"227":1,"228":3,"229":3,"230":1,"231":1,"233":4,"234":3,"235":8,"236":3,"237":13,"238":1,"239":1,"240":5,"241":9,"242":11,"244":2,"247":8,"249":1,"250":5,"251":2,"252":9,"253":7,"255":2,"256":10,"258":2,"259":1,"260":2,"262":4,"264":3,"265":3,"266":2,"267":1,"269":7,"270":1,"271":2,"272":1,"273":2,"274":2,"275":1,"276":1,"280":5,"281":7,"282":1,"283":3,"284":2,"285":8,"286":3,"287":2,"288":3,"289":1,"290":3,"293":3,"295":2,"297":1,"299":2,"301":3,"302":2,"303":2,"305":1,"307":2,"308":7,"309":10,"310":6,"311":8,"312":1,"314":5,"315":1,"316":4,"317":2,"318":4,"320":3,"323":1,"324":3,"326":1,"327":2,"329":9,"330":3,"331":1,"332":2,"337":1,"338":2,"339":2,"340":1,"341":1,"342":2,"343":8,"344":2,"346":2,"348":1,"350":3,"352":2,"353":3,"354":2,"355":10,"356":2,"357":1,"359":1}}],["archive",{"2":{"311":1}}],["archivewidgetbyidhandler",{"2":{"311":1}}],["architectural",{"2":{"0":1}}],["architecture",{"0":{"0":1},"2":{"18":1}}],["arm64",{"2":{"96":1}}],["armed",{"2":{"61":1}}],["articles",{"2":{"96":1}}],["artifacts",{"2":{"95":2}}],["arbitrary",{"2":{"96":1,"180":1,"289":1,"308":1}}],["around",{"2":{"42":1,"91":1,"96":1,"155":1,"156":1,"167":1,"213":2,"229":1,"230":1,"242":1,"253":1,"311":1}}],["arrays",{"2":{"291":1}}],["array",{"0":{"290":1,"291":1},"2":{"39":1,"74":1,"86":1,"93":1,"182":1,"199":1,"289":6,"290":1,"322":1}}],["arg",{"2":{"233":2}}],["argue",{"2":{"221":1}}],["argument",{"2":{"38":2,"148":1,"149":1,"252":3,"289":1}}],["arguments",{"2":{"37":3,"38":1,"46":1,"47":2,"84":1,"137":1,"165":1,"229":1,"230":1,"235":1,"237":2,"252":3}}],["args",{"2":{"37":1,"38":2,"39":2,"42":2}}],["arg2",{"2":{"37":1}}],["arg1",{"2":{"37":1}}],["aria",{"2":{"13":1,"128":1,"262":1}}],["areas",{"2":{"329":1}}],["area",{"2":{"223":1}}],["are",{"0":{"4":1,"258":1,"358":1},"2":{"0":2,"2":3,"3":3,"4":1,"5":1,"10":1,"11":1,"12":1,"14":3,"17":1,"20":1,"24":1,"25":1,"26":1,"27":1,"30":2,"33":1,"34":2,"35":1,"36":1,"37":5,"38":3,"40":1,"42":3,"44":1,"45":2,"47":3,"49":2,"51":1,"52":3,"55":1,"56":3,"58":1,"59":1,"60":1,"62":1,"63":1,"64":2,"65":1,"68":1,"70":4,"72":1,"73":2,"74":1,"76":1,"80":2,"81":1,"82":1,"84":2,"86":1,"87":4,"88":6,"89":1,"91":3,"92":2,"93":1,"94":1,"95":1,"96":8,"97":3,"100":1,"102":1,"104":2,"105":1,"107":2,"108":3,"109":2,"115":5,"116":1,"122":1,"123":1,"124":1,"125":1,"128":3,"131":1,"134":1,"135":3,"136":3,"140":2,"141":1,"144":1,"145":1,"146":1,"147":1,"148":1,"149":2,"150":2,"152":1,"156":1,"157":4,"162":1,"163":1,"164":2,"165":2,"166":3,"167":3,"171":1,"172":3,"178":1,"183":1,"186":1,"190":1,"191":1,"192":2,"193":2,"195":3,"197":5,"201":2,"202":1,"203":2,"207":1,"212":2,"213":6,"214":1,"217":1,"221":1,"222":2,"224":3,"225":2,"226":1,"228":1,"230":1,"232":1,"235":2,"236":1,"238":1,"240":5,"241":1,"242":5,"251":1,"252":3,"254":1,"256":1,"263":1,"269":2,"270":1,"272":2,"274":1,"284":1,"289":1,"291":1,"292":1,"295":1,"299":1,"300":2,"301":1,"310":8,"312":1,"313":1,"314":1,"316":1,"317":1,"318":2,"328":1,"330":2,"331":1,"334":1,"335":3,"336":2,"337":3,"338":1,"339":1,"343":2,"346":1,"348":3,"349":1,"351":1,"354":2,"355":2,"360":1}}],["aren",{"0":{"235":1},"2":{"0":1,"14":1,"58":1,"84":1,"87":1,"92":1,"99":1,"104":1,"107":1,"125":1,"178":1,"191":1,"201":1,"211":2,"222":1,"252":1,"255":1,"284":1}}],["tz",{"2":{"341":1}}],["tzinfo",{"2":{"340":1,"341":1,"342":1,"343":1}}],["tmp",{"2":{"123":1}}],["tsvector",{"2":{"92":3}}],["twice",{"2":{"85":1,"349":1}}],["tweak",{"2":{"68":1,"222":1}}],["two",{"2":{"37":1,"47":1,"57":1,"64":1,"73":1,"75":1,"88":1,"102":1,"154":1,"157":1,"182":1,"197":1,"256":2,"310":1,"339":1,"346":1,"348":1}}],["tbd",{"2":{"67":1,"70":3,"106":1,"152":1}}],["tunneling",{"2":{"188":1}}],["tune",{"2":{"64":1}}],["tutorial",{"0":{"344":1},"2":{"179":1,"344":1}}],["turns",{"2":{"3":1}}],["tired",{"2":{"350":1}}],["timings",{"2":{"214":1}}],["timecop",{"2":{"343":1}}],["timetag",{"2":{"203":2}}],["time>2025",{"2":{"251":1}}],["time>",{"2":{"133":1,"251":1}}],["timeouts",{"0":{"130":1}}],["timeout",{"2":{"123":3,"129":1,"130":2}}],["timestamps",{"2":{"214":1,"343":1}}],["timestamp",{"2":{"84":5,"88":1,"203":1,"295":4,"338":6,"342":2}}],["timestamptz",{"2":{"77":1,"84":2,"87":1,"88":2,"93":1,"140":1,"280":1,"295":1}}],["times",{"0":{"202":1,"203":1,"337":1},"1":{"338":1,"339":1,"340":1,"341":1,"342":1,"343":1},"2":{"79":1,"80":1,"203":2,"298":1,"339":1}}],["timezone=",{"2":{"341":1,"343":1}}],["timezones",{"0":{"338":1,"339":1},"1":{"340":1,"341":1,"342":1}}],["timezone",{"0":{"340":1,"341":1,"342":1},"2":{"13":1,"140":1,"148":2,"339":1,"340":6,"341":5,"342":4,"343":7}}],["time",{"0":{"337":2},"1":{"338":2,"339":2,"340":2,"341":2,"342":2,"343":2},"2":{"3":2,"13":1,"14":1,"35":1,"57":1,"61":1,"76":1,"81":1,"84":3,"87":1,"88":3,"97":1,"100":1,"123":1,"124":1,"133":3,"140":5,"148":1,"162":1,"175":1,"190":1,"192":1,"202":3,"203":2,"206":1,"207":1,"212":5,"217":1,"231":2,"251":1,"252":4,"276":1,"280":1,"287":1,"295":3,"297":1,"337":1,"338":6,"339":4,"340":1,"341":1,"342":6,"343":6,"344":1,"355":1,"359":2}}],["tiers",{"2":{"145":1}}],["tip",{"2":{"142":1,"247":4}}],["tips",{"2":{"96":1}}],["title>",{"2":{"134":1}}],["title>my",{"2":{"134":1}}],["title",{"2":{"134":1,"177":1,"225":1,"293":1,"295":2,"297":1}}],["tightly",{"2":{"52":1,"108":1}}],["tc",{"2":{"47":3}}],["txt",{"2":{"38":1}}],["typically",{"2":{"157":1,"269":1}}],["typing",{"2":{"27":1,"200":1}}],["type=email",{"2":{"281":1}}],["type=",{"2":{"121":2,"136":2,"157":5,"166":7,"316":1}}],["typed",{"2":{"33":1,"253":1,"311":1}}],["type",{"0":{"57":1},"2":{"12":1,"57":2,"64":1,"79":1,"84":1,"88":2,"92":1,"96":1,"147":1,"165":7,"219":2,"225":1,"252":1,"289":1,"295":2,"316":1,"338":1}}],["typescript",{"2":{"240":1}}],["types",{"0":{"56":1},"2":{"10":1,"79":1,"92":1,"143":1,"182":1,"277":1}}],["taxcalculator",{"2":{"355":3}}],["talk",{"2":{"352":1}}],["targeting",{"2":{"157":1,"160":1}}],["target",{"2":{"157":1}}],["targeted",{"2":{"85":1}}],["tampering",{"2":{"146":1}}],["taking",{"2":{"91":1,"210":1,"233":1}}],["taken",{"2":{"155":2,"157":1,"183":1}}],["takes",{"2":{"88":1,"102":1,"126":1,"212":2,"219":1,"239":1,"330":1}}],["take",{"0":{"171":1},"2":{"24":1,"130":1,"151":1,"199":1,"202":1,"216":1,"244":1}}],["tastes",{"2":{"72":1}}],["tasitc",{"2":{"72":1}}],["tasks",{"0":{"35":1,"144":1},"1":{"36":1,"37":1,"38":1,"39":1,"40":1,"41":1,"42":1,"43":1,"44":1},"2":{"35":1,"36":1,"38":2,"102":1,"111":1,"112":1,"144":1,"303":1}}],["tailwindcss",{"0":{"67":1},"2":{"66":1,"139":1,"160":1,"303":1}}],["tag",{"2":{"128":1,"136":1,"157":3,"165":1,"166":5,"214":1,"225":1,"251":1,"269":1}}],["tagname",{"2":{"14":2}}],["tagspecialpathsmiddleware",{"2":{"269":2}}],["tags",{"2":{"7":1,"115":1,"136":1,"157":1,"166":1,"170":1,"330":1}}],["tables",{"2":{"58":1,"79":1,"87":1,"88":1,"105":1,"140":1,"141":1,"235":1,"243":1,"295":5}}],["table",{"2":{"49":1,"77":1,"79":1,"83":4,"84":4,"85":2,"86":2,"87":6,"88":6,"92":1,"140":4,"141":1,"280":3,"293":2,"295":5,"314":1}}],["tab",{"2":{"13":1}}],["tabs",{"2":{"13":1}}],["treat",{"2":{"151":1}}],["treats",{"2":{"73":1,"84":1}}],["tree",{"2":{"18":1}}],["trigger",{"2":{"236":1,"354":1}}],["triggered",{"2":{"14":1}}],["tricky",{"0":{"160":1}}],["trivial",{"2":{"87":1,"355":3}}],["trim",{"2":{"70":3}}],["tries",{"2":{"62":1,"95":1,"112":1,"198":1,"241":1,"337":1}}],["tried",{"2":{"61":1,"350":1}}],["true",{"2":{"57":1,"58":9,"77":3,"84":2,"87":4,"88":5,"104":1,"134":1,"140":3,"157":1,"165":2,"192":1,"203":4,"213":1,"219":1,"225":2,"231":1,"234":1,"252":2,"269":1,"273":1,"280":3,"289":4,"295":4,"311":2,"357":1,"359":1}}],["truetype",{"2":{"5":1}}],["truly",{"2":{"49":1}}],["truth",{"2":{"32":1}}],["trying",{"2":{"119":1,"127":1,"350":1}}],["try",{"0":{"130":1},"2":{"10":1,"20":1,"25":1,"44":1,"52":1,"61":1,"62":2,"68":1,"72":1,"77":1,"81":1,"93":1,"96":1,"99":1,"100":1,"109":1,"130":1,"131":1,"152":1,"162":1,"172":1,"190":1,"195":1,"198":1,"200":1,"207":1,"217":2,"222":1,"228":1,"238":1,"250":1,"263":1,"272":1,"296":1,"318":1,"333":1,"334":1,"349":1,"357":1,"360":1}}],["traits",{"2":{"359":1}}],["trait",{"2":{"76":1,"280":1,"297":1,"359":1}}],["trained",{"2":{"34":1}}],["tradeoff",{"2":{"161":1,"336":1}}],["trade",{"2":{"64":1}}],["traditional",{"2":{"18":1}}],["transactions",{"2":{"353":1}}],["transaction",{"0":{"353":1},"2":{"349":1,"353":3}}],["transformation",{"2":{"70":1}}],["transform=",{"2":{"70":4}}],["transform",{"2":{"70":2}}],["transforming",{"2":{"35":1}}],["transitively",{"2":{"64":1,"219":1}}],["translatsion",{"2":{"225":1}}],["translation>",{"2":{"157":1}}],["translations",{"2":{"49":2,"112":1,"123":1,"197":1,"200":1,"201":1,"202":1,"266":1,"350":1}}],["translation",{"2":{"13":1,"157":4,"197":1,"198":1,"201":1,"202":1,"311":1}}],["translated",{"2":{"13":1}}],["translate",{"2":{"2":1,"3":1,"4":1,"156":1,"241":1}}],["tranditional",{"2":{"18":1}}],["tracing",{"2":{"13":2,"211":1,"214":2,"225":4}}],["traceparent",{"2":{"214":1,"225":3}}],["tracers",{"2":{"211":1}}],["traces",{"2":{"211":3,"212":1}}],["trace",{"2":{"4":2,"301":1}}],["ttf",{"2":{"5":2}}],["tempting",{"2":{"262":1}}],["temporarily",{"2":{"146":1}}],["templates",{"0":{"266":1},"2":{"56":1}}],["template",{"2":{"6":1,"12":1,"14":1,"46":1,"47":3,"48":2,"49":3,"96":2,"133":2,"134":2,"135":3,"136":1,"138":1,"148":1,"149":1,"156":1,"157":1,"166":1,"177":1,"200":2,"201":1,"219":1,"225":2,"228":4,"251":2,"258":2,"265":1,"273":1,"274":2,"276":1,"281":2,"282":1,"291":1,"323":2,"324":1,"325":1}}],["templating",{"2":{"0":1}}],["team",{"2":{"142":1,"317":1}}],["teams",{"2":{"102":1,"243":1}}],["tedious",{"2":{"127":1}}],["terms",{"2":{"314":1}}],["terminated",{"2":{"192":2}}],["terminology",{"0":{"115":1},"2":{"104":1,"115":1}}],["term",{"2":{"115":1}}],["technology",{"2":{"115":1}}],["technique",{"2":{"127":1,"230":1}}],["techniques",{"2":{"89":1,"261":1}}],["technically",{"2":{"224":1,"341":1}}],["technical",{"0":{"10":1,"20":1,"25":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"93":1,"100":1,"109":1,"131":1,"152":1,"162":1,"172":1,"190":1,"195":1,"207":1,"217":1,"222":1,"228":1,"238":1,"263":1,"272":1,"318":1,"334":1,"349":1,"360":1},"1":{"264":1,"265":1,"266":1,"267":1,"335":1,"336":1},"2":{"10":1,"20":1,"25":1,"44":1,"52":1,"62":1,"68":1,"72":1,"81":1,"93":1,"100":1,"109":1,"116":2,"131":1,"152":1,"162":1,"172":1,"190":1,"195":1,"207":1,"217":1,"222":1,"228":1,"238":1,"263":1,"272":1,"318":1,"329":1,"334":1,"349":1,"360":1}}],["telemetry",{"2":{"99":2,"212":2,"225":2}}],["tells",{"2":{"253":1}}],["telltale",{"2":{"33":1}}],["tell",{"2":{"3":1,"198":1,"330":1}}],["tends",{"2":{"160":1}}],["tend",{"2":{"48":1,"108":1,"172":1,"222":1,"241":1}}],["testid",{"2":{"128":1,"262":1}}],["testing",{"0":{"19":1,"23":1,"42":1,"50":1,"60":1,"69":1,"75":1,"77":1,"89":1,"98":1,"107":1,"128":1,"143":1,"150":1,"158":1,"168":1,"186":1,"193":1,"205":1,"215":1,"220":1,"226":1,"236":1,"254":1,"270":1,"312":1,"332":1,"343":1,"347":1},"1":{"70":1,"71":1,"72":1,"76":1,"77":1,"255":1,"256":1},"2":{"19":1,"39":1,"42":1,"60":1,"70":4,"71":1,"75":2,"76":1,"77":1,"98":1,"116":1,"126":1,"127":1,"128":1,"150":1,"158":1,"186":1,"254":1,"255":1,"301":1,"332":1,"343":1,"352":2,"356":1}}],["tested",{"2":{"51":1,"69":1,"126":1,"206":1,"220":1,"223":1,"261":1,"270":1,"326":1}}],["test",{"0":{"76":1,"122":1,"123":1,"126":1,"262":1,"355":1},"2":{"30":2,"37":1,"40":2,"42":2,"43":1,"50":1,"60":3,"69":2,"70":18,"71":1,"72":1,"75":1,"76":1,"77":3,"84":1,"89":2,"91":1,"98":1,"99":1,"105":14,"107":1,"111":1,"113":1,"116":1,"119":2,"120":2,"122":4,"123":4,"124":1,"126":2,"128":1,"129":1,"130":3,"131":2,"143":2,"150":2,"168":2,"186":1,"192":1,"193":2,"211":1,"215":1,"226":2,"236":3,"250":1,"254":1,"256":3,"259":1,"261":1,"262":1,"264":1,"270":2,"272":1,"280":1,"295":3,"296":1,"297":1,"298":1,"301":2,"311":1,"312":2,"332":1,"343":1,"347":1,"351":1,"352":2,"353":3,"354":2,"355":10,"357":1,"358":2}}],["tests",{"0":{"30":1,"119":1,"178":1,"261":1,"301":1,"351":1,"353":1,"354":1,"355":1},"1":{"120":1,"121":1,"122":1,"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1,"130":1,"131":1,"352":1,"353":1,"354":1,"355":1,"356":1,"357":1,"358":1,"359":1,"360":1},"2":{"23":2,"28":1,"30":5,"31":1,"42":1,"70":1,"71":1,"72":1,"76":1,"102":1,"105":6,"107":1,"111":1,"113":4,"115":3,"119":1,"120":4,"121":2,"122":1,"125":1,"126":2,"127":3,"128":1,"143":5,"158":1,"175":1,"178":1,"182":1,"186":2,"189":2,"193":1,"205":2,"212":2,"215":1,"220":3,"225":1,"226":1,"236":1,"254":1,"262":1,"264":1,"272":1,"301":2,"312":1,"343":3,"345":1,"348":1,"351":1,"354":1,"355":5,"358":1,"359":2}}],["textfieldcomponent",{"2":{"322":1,"323":1,"324":7,"325":2}}],["textfield",{"2":{"281":1,"291":3}}],["textarea>",{"2":{"166":2}}],["textarea",{"2":{"165":1,"166":3}}],["textareatag",{"2":{"156":1,"157":1,"166":2}}],["textcontent",{"2":{"70":3}}],["text",{"0":{"319":1},"1":{"320":1,"321":1,"322":1,"323":1,"324":1,"325":1},"2":{"12":1,"13":1,"47":2,"70":13,"77":1,"84":1,"87":1,"88":1,"92":2,"121":1,"140":2,"145":1,"157":5,"158":2,"165":1,"166":2,"170":1,"251":2,"256":2,"280":1,"286":1,"295":6,"301":1,"320":1,"322":2,"323":2,"324":1}}],["than",{"2":{"80":1,"88":1,"119":3,"120":1,"127":1,"142":1,"148":1,"165":1,"182":1,"203":1,"221":1,"256":1,"286":1,"333":1,"357":1}}],["that",{"0":{"262":1},"2":{"3":2,"4":1,"8":1,"11":1,"13":1,"14":4,"18":2,"22":3,"23":1,"24":2,"27":1,"29":1,"30":2,"31":1,"32":1,"33":1,"34":1,"37":6,"38":3,"39":2,"40":3,"42":3,"45":2,"46":4,"47":6,"48":2,"49":4,"50":1,"51":2,"52":1,"55":1,"56":1,"57":1,"58":4,"61":2,"64":5,"65":1,"70":6,"72":1,"73":1,"74":1,"76":1,"77":3,"79":4,"80":3,"83":2,"84":5,"85":1,"86":1,"87":4,"88":3,"91":2,"92":3,"93":2,"95":2,"96":2,"99":1,"102":3,"103":3,"107":1,"108":3,"109":3,"112":1,"115":2,"116":1,"118":1,"120":1,"122":1,"124":5,"126":2,"128":3,"129":6,"133":2,"135":1,"136":1,"137":3,"138":3,"140":2,"142":1,"148":3,"149":2,"151":1,"152":3,"153":1,"154":1,"155":2,"157":6,"161":2,"164":1,"165":3,"166":8,"170":1,"172":2,"178":1,"182":2,"183":1,"186":3,"188":1,"189":4,"192":5,"195":1,"197":1,"199":2,"201":2,"202":1,"203":2,"204":1,"211":4,"212":2,"213":7,"214":2,"215":2,"219":10,"221":1,"222":1,"225":3,"226":2,"227":2,"229":2,"231":2,"233":1,"234":5,"235":2,"236":2,"237":7,"240":4,"241":4,"242":3,"243":2,"244":1,"250":1,"251":4,"252":4,"253":1,"255":1,"256":5,"261":2,"262":1,"264":1,"265":1,"266":2,"269":3,"270":1,"273":3,"277":1,"278":1,"280":1,"281":1,"282":1,"283":3,"284":1,"285":2,"286":1,"287":1,"289":3,"290":2,"295":4,"296":1,"297":2,"298":1,"307":1,"309":1,"310":3,"311":2,"314":1,"315":1,"316":3,"317":1,"318":2,"320":1,"323":2,"324":1,"326":1,"328":1,"329":4,"330":1,"331":1,"335":1,"337":2,"338":3,"339":1,"340":2,"341":6,"342":1,"343":2,"346":1,"349":1,"350":1,"351":1,"352":1,"353":5,"354":2,"355":7,"356":1,"358":1,"359":3}}],["thought",{"2":{"232":1,"301":1}}],["though",{"2":{"49":1,"63":1,"73":1,"117":1,"171":1,"188":1,"250":1,"285":1}}],["those",{"2":{"3":1,"24":1,"38":2,"56":1,"96":1,"97":1,"104":1,"105":1,"122":2,"165":1,"167":1,"192":1,"240":1,"339":1,"348":2}}],["think",{"2":{"104":1,"116":1,"161":1,"299":1,"350":1}}],["thinking",{"2":{"72":2,"350":1}}],["thin",{"2":{"65":3,"324":1}}],["things",{"0":{"316":2},"2":{"46":1,"61":1,"71":1,"79":1,"87":1,"97":1,"108":1,"119":1,"122":1,"136":1,"156":1,"164":1,"167":1,"211":1,"212":1,"213":1,"233":1,"272":1,"299":1,"305":1,"316":2,"329":1,"344":1,"350":1,"356":1,"357":1}}],["thing",{"2":{"38":1,"73":1,"87":2,"115":1,"124":1,"126":1,"129":1,"213":1,"219":1,"316":1}}],["thirdtank",{"2":{"174":1,"175":2}}],["third",{"0":{"65":1},"2":{"47":1,"63":1,"105":1,"108":2,"219":4,"240":1,"242":1,"332":1}}],["this",{"0":{"285":1},"2":{"2":1,"3":4,"4":3,"7":2,"8":1,"10":2,"12":1,"13":1,"14":1,"15":1,"18":3,"22":2,"24":2,"25":1,"26":1,"28":1,"29":1,"30":1,"31":2,"32":3,"36":3,"37":2,"38":3,"39":2,"40":3,"41":1,"42":1,"47":3,"48":3,"49":3,"53":1,"54":2,"55":3,"57":2,"58":6,"59":1,"62":3,"64":2,"65":3,"66":1,"68":2,"69":1,"70":5,"72":2,"73":2,"74":1,"76":1,"77":3,"79":2,"80":2,"81":1,"82":1,"83":1,"84":5,"85":3,"86":1,"87":7,"88":8,"89":1,"91":3,"92":1,"93":2,"95":1,"96":8,"97":2,"100":1,"102":4,"104":4,"105":1,"107":1,"108":3,"109":2,"116":2,"117":1,"118":1,"120":3,"121":1,"122":1,"124":4,"127":2,"128":2,"129":2,"133":2,"134":2,"135":1,"136":3,"138":2,"140":2,"141":1,"142":1,"144":1,"148":4,"149":3,"152":2,"155":2,"156":1,"157":9,"160":1,"161":1,"162":1,"164":1,"165":1,"166":3,"167":2,"175":2,"176":1,"182":2,"185":1,"189":1,"190":1,"192":6,"193":2,"195":1,"197":3,"199":1,"200":5,"201":2,"202":1,"203":6,"204":4,"205":1,"206":1,"207":1,"210":2,"211":4,"212":2,"214":3,"217":2,"219":4,"220":1,"221":2,"222":2,"223":1,"225":1,"227":1,"228":2,"229":2,"230":3,"231":2,"234":3,"235":2,"236":1,"237":3,"240":3,"242":3,"243":1,"245":1,"247":10,"250":1,"251":4,"252":4,"253":3,"254":1,"255":2,"256":1,"260":1,"261":1,"262":1,"264":2,"265":1,"266":1,"269":4,"270":1,"272":1,"275":1,"277":1,"280":3,"281":3,"282":2,"283":1,"285":4,"286":2,"288":1,"289":2,"290":1,"292":1,"295":4,"297":2,"298":1,"301":1,"311":4,"314":1,"318":3,"319":1,"323":1,"325":1,"328":2,"329":2,"330":2,"332":1,"333":1,"335":2,"336":1,"337":1,"338":5,"339":1,"340":4,"341":3,"342":3,"343":2,"346":1,"347":1,"348":1,"349":1,"352":1,"353":2,"354":2,"355":6,"357":1,"358":2,"359":2}}],["threaded",{"2":{"237":1}}],["thread",{"2":{"211":1,"236":1,"237":1}}],["three",{"2":{"28":1,"46":1,"70":2,"87":1,"136":1,"143":1,"164":1,"201":1,"241":1,"320":1,"355":1}}],["through",{"2":{"72":1,"80":1,"95":1,"170":1,"193":1}}],["throughput",{"2":{"25":1}}],["throws",{"2":{"56":1}}],["thusfar",{"2":{"192":1}}],["thus",{"2":{"3":1,"14":1,"18":1,"83":1,"92":1,"122":1,"141":1,"142":1,"155":1,"201":1,"203":1,"233":2,"234":1,"237":2,"252":1,"264":1,"285":1,"331":1}}],["theoretically",{"2":{"98":1}}],["then",{"2":{"5":2,"15":1,"18":2,"27":1,"37":1,"39":1,"55":1,"59":1,"83":1,"104":1,"122":1,"135":1,"152":1,"166":1,"186":1,"189":1,"201":1,"210":1,"211":1,"214":1,"233":1,"251":1,"252":1,"269":1,"294":1,"311":1,"323":1,"338":1}}],["their",{"2":{"3":1,"12":1,"47":1,"79":1,"96":1,"102":1,"104":1,"108":1,"130":1,"149":1,"166":1,"189":3,"193":1,"295":1,"329":1,"339":2,"341":2,"348":1}}],["these",{"0":{"116":1},"2":{"3":1,"13":1,"17":1,"31":1,"33":1,"35":1,"37":2,"49":1,"64":2,"70":1,"71":1,"72":1,"74":1,"79":1,"87":2,"88":1,"104":1,"107":1,"109":1,"116":1,"119":1,"130":1,"136":1,"141":1,"157":1,"160":1,"166":3,"172":1,"175":1,"188":1,"195":1,"211":1,"213":5,"218":1,"225":1,"229":2,"230":1,"232":1,"235":2,"240":1,"250":1,"255":1,"272":1,"289":1,"296":1,"310":2,"335":1,"338":1,"342":1,"343":1,"355":1,"358":1}}],["they",{"2":{"3":1,"7":1,"9":1,"12":1,"17":1,"26":1,"30":1,"33":1,"37":1,"42":1,"49":1,"58":1,"63":1,"64":1,"79":1,"87":2,"92":1,"94":1,"102":1,"108":1,"115":2,"125":1,"126":1,"134":1,"135":1,"136":1,"150":2,"157":1,"163":1,"167":1,"168":1,"171":1,"172":1,"188":1,"192":1,"193":1,"195":1,"197":1,"211":1,"213":3,"224":2,"232":1,"240":2,"252":1,"254":1,"264":1,"269":1,"272":1,"284":2,"289":1,"291":1,"310":1,"317":1,"328":1,"330":1,"335":1,"336":1,"337":1}}],["therefore",{"2":{"59":1,"80":1,"341":1}}],["there",{"0":{"80":1},"2":{"0":1,"3":1,"7":1,"22":1,"23":1,"34":1,"36":1,"37":1,"40":1,"52":1,"58":1,"62":1,"65":1,"68":1,"70":1,"79":3,"80":1,"84":1,"87":2,"95":1,"96":1,"107":1,"112":1,"115":2,"119":3,"128":3,"140":1,"156":1,"157":1,"164":1,"172":1,"176":1,"178":1,"183":1,"184":1,"188":1,"195":1,"197":3,"212":1,"222":1,"233":1,"235":1,"236":1,"237":1,"241":2,"256":2,"266":1,"285":1,"289":2,"291":1,"295":1,"299":1,"301":1,"308":1,"310":1,"314":2,"328":1,"329":1,"339":1,"348":1,"358":1}}],["themselves",{"2":{"3":1,"75":1,"197":1}}],["them",{"0":{"4":1},"2":{"0":1,"3":1,"5":1,"6":2,"7":1,"10":1,"12":1,"17":1,"20":1,"22":2,"23":1,"24":1,"25":1,"37":1,"38":1,"42":1,"44":1,"47":3,"49":2,"51":1,"52":2,"61":1,"62":2,"68":1,"72":1,"77":1,"81":1,"87":2,"88":3,"91":1,"92":1,"93":1,"96":5,"100":1,"109":1,"125":1,"131":1,"150":1,"152":1,"162":1,"167":1,"168":3,"171":1,"172":1,"177":1,"190":1,"193":1,"195":1,"203":1,"207":1,"217":1,"222":1,"228":1,"230":1,"233":1,"234":1,"238":1,"240":2,"241":1,"258":2,"263":1,"272":1,"282":1,"284":1,"295":1,"307":1,"312":2,"313":1,"314":1,"318":1,"329":1,"334":1,"339":1,"349":1,"351":1,"355":1,"357":1,"359":1,"360":1}}],["the",{"0":{"41":1,"117":1,"129":1,"130":1,"161":1,"177":1,"178":1,"179":1,"283":1,"295":1,"322":1,"323":1,"324":1,"325":1,"340":1,"341":1,"342":1},"2":{"0":6,"2":5,"3":13,"4":7,"5":4,"7":1,"10":4,"11":1,"12":3,"13":15,"14":6,"15":1,"18":2,"20":1,"23":2,"24":5,"25":1,"27":1,"28":5,"29":1,"30":6,"31":3,"32":4,"33":4,"35":2,"36":7,"37":19,"38":14,"39":13,"40":9,"42":5,"44":1,"45":1,"47":7,"48":7,"49":8,"50":1,"51":1,"52":1,"54":1,"55":15,"56":6,"57":5,"58":9,"59":1,"60":3,"61":5,"62":2,"64":11,"65":2,"68":3,"70":20,"71":1,"72":4,"73":4,"74":2,"75":1,"76":4,"77":7,"79":7,"80":3,"81":1,"82":2,"83":4,"84":11,"85":2,"86":5,"87":15,"88":3,"89":1,"91":4,"92":4,"93":4,"95":1,"96":11,"97":5,"98":1,"99":3,"100":1,"102":12,"103":3,"104":10,"105":21,"107":1,"108":6,"109":2,"112":4,"113":2,"115":7,"116":5,"117":4,"118":2,"119":3,"120":2,"121":5,"122":4,"123":3,"124":8,"126":3,"127":2,"128":6,"129":2,"130":2,"131":2,"133":5,"134":2,"135":2,"136":10,"137":1,"138":1,"140":1,"141":4,"142":1,"145":1,"146":2,"147":6,"148":12,"149":6,"150":1,"151":2,"152":15,"153":1,"154":2,"155":8,"156":5,"157":27,"158":3,"160":1,"161":3,"162":1,"163":2,"164":4,"165":3,"166":10,"167":5,"168":1,"170":4,"171":1,"172":9,"174":1,"175":1,"176":3,"177":1,"179":4,"182":14,"183":13,"184":4,"185":2,"186":5,"188":5,"189":6,"190":1,"192":25,"193":2,"194":2,"195":2,"197":13,"199":1,"200":3,"201":4,"202":8,"203":8,"204":5,"205":2,"207":1,"208":2,"210":6,"211":17,"212":8,"213":20,"214":13,"215":2,"217":4,"218":1,"219":11,"221":2,"222":3,"223":2,"224":1,"225":9,"227":2,"228":4,"229":3,"230":3,"231":13,"232":6,"233":16,"234":11,"235":6,"236":3,"237":15,"238":1,"240":7,"241":3,"242":14,"243":5,"244":1,"245":1,"248":2,"249":3,"250":3,"251":4,"252":22,"253":7,"254":1,"255":3,"256":8,"258":1,"260":5,"262":1,"263":1,"264":4,"266":1,"267":1,"269":8,"270":2,"271":1,"272":8,"273":1,"277":2,"278":3,"280":2,"281":5,"282":6,"283":8,"284":5,"285":12,"286":2,"289":6,"290":4,"291":8,"292":2,"294":1,"295":5,"296":2,"297":1,"300":3,"301":2,"304":1,"305":1,"307":2,"308":4,"309":4,"310":26,"311":11,"312":1,"314":6,"315":7,"316":5,"317":3,"318":7,"319":1,"322":3,"323":1,"324":5,"327":1,"328":6,"329":7,"330":7,"331":1,"332":1,"333":1,"334":1,"335":2,"336":5,"337":2,"338":9,"339":4,"340":10,"341":13,"342":9,"343":3,"344":1,"345":1,"346":4,"348":5,"349":1,"350":4,"352":2,"353":8,"355":3,"357":1,"358":2,"360":1}}],["tongue",{"2":{"315":1}}],["tokens",{"2":{"310":2}}],["token",{"2":{"166":2,"231":2,"252":2,"310":1,"329":5}}],["tour",{"0":{"132":1},"1":{"133":1,"134":1,"135":1,"136":1,"137":1,"138":1,"139":1,"140":1,"141":1,"142":1,"143":1,"144":1,"145":1}}],["topic",{"2":{"327":1}}],["top",{"0":{"111":1},"2":{"210":1,"323":1}}],["together",{"2":{"84":1,"172":1}}],["toward",{"2":{"73":1,"82":1}}],["today",{"2":{"61":1,"251":1,"342":1}}],["totally",{"0":{"30":1,"31":1},"2":{"298":1,"350":1}}],["toolchain",{"2":{"221":1}}],["tooling",{"2":{"95":1,"96":1,"97":1,"101":1,"102":1}}],["tool",{"2":{"27":1,"30":1,"64":1,"80":1,"219":1,"301":1}}],["tools",{"0":{"31":1,"330":1},"2":{"4":1,"17":1,"26":1,"28":1,"30":1,"31":3,"32":1,"96":1,"102":4,"105":2,"108":1,"303":1,"327":1}}],["too",{"2":{"14":1,"51":1,"95":1,"157":3,"158":2,"219":2,"221":1,"267":1,"282":1,"283":1,"286":1}}],["to",{"0":{"119":1,"130":1,"161":1,"166":1,"170":1,"261":1,"299":1,"317":1},"1":{"120":1,"121":1,"122":1,"123":1,"124":1,"125":1,"126":1,"127":1,"128":1,"129":1,"130":1,"131":1,"300":1,"301":1,"302":1,"303":1,"304":1,"305":1,"306":1},"2":{"1":1,"2":1,"3":14,"4":3,"5":2,"6":1,"7":1,"8":3,"10":3,"12":2,"13":16,"14":5,"15":3,"17":2,"18":3,"20":3,"21":1,"22":1,"23":3,"24":11,"25":4,"26":1,"27":3,"28":1,"30":2,"31":1,"32":4,"36":3,"37":8,"38":9,"39":10,"40":10,"41":1,"42":4,"43":2,"44":3,"45":1,"46":3,"47":5,"48":7,"49":2,"51":3,"52":5,"53":3,"54":5,"55":7,"56":5,"58":11,"59":5,"61":4,"62":5,"64":6,"65":7,"66":5,"68":4,"69":2,"70":12,"71":1,"72":7,"73":6,"74":3,"75":1,"76":4,"77":7,"79":14,"80":1,"81":3,"82":2,"83":3,"84":9,"85":3,"86":3,"87":8,"88":13,"89":1,"91":5,"92":6,"93":6,"95":6,"96":26,"97":3,"98":1,"99":3,"100":3,"101":1,"102":5,"103":2,"104":8,"105":11,"108":5,"109":5,"111":3,"112":3,"113":6,"115":4,"116":2,"118":3,"119":5,"120":6,"121":3,"122":1,"123":6,"124":5,"126":1,"127":6,"128":9,"129":4,"130":6,"131":3,"133":1,"134":1,"135":1,"136":8,"137":5,"138":1,"139":1,"140":8,"141":8,"142":1,"143":3,"144":2,"145":1,"146":2,"147":3,"148":6,"149":8,"151":2,"152":4,"153":1,"155":5,"156":1,"157":11,"158":3,"160":4,"162":3,"163":1,"164":5,"165":3,"166":7,"167":6,"168":1,"170":2,"171":1,"172":8,"173":1,"174":3,"175":2,"176":5,"177":2,"179":1,"180":1,"181":3,"182":12,"183":3,"184":3,"185":3,"186":3,"188":9,"189":1,"190":3,"191":1,"192":21,"193":2,"194":2,"195":4,"196":1,"197":1,"198":2,"199":1,"200":3,"201":4,"202":1,"203":8,"204":1,"205":2,"207":3,"208":3,"210":7,"211":9,"212":10,"213":7,"214":8,"215":4,"216":3,"217":8,"218":1,"219":7,"220":2,"221":2,"222":6,"223":1,"224":2,"225":7,"226":3,"227":2,"228":5,"229":3,"230":3,"231":4,"232":1,"233":4,"234":2,"235":2,"236":2,"237":8,"238":3,"240":11,"241":11,"242":8,"243":3,"244":2,"250":5,"251":4,"252":11,"253":7,"254":2,"255":2,"256":15,"258":3,"259":2,"260":5,"261":4,"262":4,"263":3,"264":2,"265":4,"266":3,"267":1,"269":9,"270":2,"272":6,"273":5,"274":1,"275":1,"277":5,"278":2,"280":2,"281":2,"282":7,"283":1,"284":7,"285":7,"286":2,"287":2,"288":1,"289":3,"290":7,"293":1,"295":6,"296":6,"297":1,"298":2,"300":2,"301":2,"302":3,"303":4,"305":1,"307":1,"308":10,"310":12,"311":8,"312":3,"313":1,"314":2,"315":1,"316":1,"317":3,"318":8,"322":1,"324":2,"325":2,"326":1,"327":1,"328":1,"329":10,"330":6,"331":1,"332":1,"333":4,"334":3,"335":1,"336":3,"337":2,"338":11,"339":5,"340":5,"341":2,"342":5,"343":7,"344":1,"346":2,"347":2,"348":4,"349":4,"350":7,"352":1,"353":3,"354":3,"355":11,"357":4,"358":4,"359":4,"360":3}}],["t",{"0":{"18":1,"129":1,"188":1,"235":1,"259":1,"267":1,"285":1},"2":{"0":1,"14":3,"24":1,"38":2,"41":1,"48":1,"49":2,"52":1,"58":5,"61":2,"64":1,"70":2,"77":2,"80":2,"84":5,"87":2,"89":1,"91":2,"92":1,"93":1,"96":1,"99":3,"104":2,"107":1,"115":3,"123":1,"124":1,"125":1,"129":3,"135":1,"138":1,"142":1,"144":1,"148":1,"149":2,"151":1,"160":2,"161":2,"168":1,"174":1,"178":1,"185":1,"188":2,"191":1,"192":1,"197":1,"198":1,"199":2,"200":3,"201":4,"205":1,"211":2,"212":1,"214":1,"215":1,"218":1,"222":1,"225":1,"226":1,"227":1,"231":1,"234":2,"235":2,"237":2,"240":1,"242":1,"252":1,"255":1,"259":2,"262":1,"266":1,"269":1,"274":1,"283":2,"284":1,"285":1,"289":1,"291":1,"296":1,"300":1,"302":1,"311":2,"312":1,"315":1,"323":1,"324":1,"329":1,"332":1,"342":1,"354":1,"355":2}}]],"serializationVersion":2}`;export{e as default};