author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
865,922 | 14.01.2022 14:42:07 | -3,600 | cad1741a595a0862ae7acb17a7fb76c8ab8c7a17 | fix(versionInfo): add border to marker
closes | [
{
"change_type": "MODIFY",
"diff": "+:root {\n+ --unread-marker-background-color: var(--color-blue-205-100-50);\n+ --unread-marker-border-color: var(--color-blue-205-100-45);\n+ --unread-marker-box-shadow: var(--color-grey-225-10-85);\n+}\n+\n:local(.UnreadMarker) {\nsvg {\ndisplay: inline-block;\nvertical-... | JavaScript | MIT License | camunda/camunda-modeler | fix(versionInfo): add border to marker
closes #2669 | 1 | fix | versionInfo |
711,597 | 14.01.2022 15:00:09 | 0 | 13ca3d059a4b2288b6e8bb34018854b667d5ccab | docs: Add a note on supported typescript verion
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ weight: 0\n## Requirements\n* [Node.js](https://nodejs.org/en/) **v12** or above, with support for **even-numbered Node.js versions**.\n+* The [supported TypeScript version](https://github.com/vendure-ecommerce/vendure/blob/master/packages/create/src/const... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Add a note on supported typescript verion
Relates to #1314 | 1 | docs | null |
503,926 | 14.01.2022 15:05:47 | -3,600 | 12058dc2c0fd0034427537dda79a88d47bf6f12b | feat(demos): adds a password generator demo | [
{
"change_type": "ADD",
"diff": "+---\n+id: Password generator\n+section: demos\n+---\n+\n+import RedoIcon from '@patternfly/react-icons/dist/esm/icons/redo-icon';\n+import EyeIcon from '@patternfly/react-icons/dist/esm/icons/eye-icon';\n+import EyeSlashIcon from '@patternfly/react-icons/dist/esm/icons/eye-... | TypeScript | MIT License | patternfly/patternfly-react | feat(demos): adds a password generator demo (#6725) | 1 | feat | demos |
503,926 | 14.01.2022 15:08:09 | -3,600 | 318d40784bd0406ade4486433ab11b7d4650d7e5 | docs(Toolbar): Add demo with sticky toolbar | [
{
"change_type": "MODIFY",
"diff": "@@ -239,6 +239,70 @@ class ToolbarSpacers extends React.Component {\n}\n```\n+### Sticky\n+\n+```js\n+import React from 'react';\n+import {\n+ Toolbar,\n+ ToolbarItem,\n+ ToolbarContent,\n+ Button,\n+ ButtonVariant,\n+ InputGroup,\n+ TextInput,\n+ Checkbox\n+} from '@patt... | TypeScript | MIT License | patternfly/patternfly-react | docs(Toolbar): Add demo with sticky toolbar (#6729) | 1 | docs | Toolbar |
815,601 | 14.01.2022 15:14:03 | -28,800 | 4f6d85bbcd00e7eb657a6afff6b341d68c3826c5 | fix: proposed inconsistent when max_ancestors reach | [
{
"change_type": "MODIFY",
"diff": "@@ -238,15 +238,19 @@ impl ProposedPool {\n}\npub(crate) fn add_entry(&mut self, entry: TxEntry) -> Result<bool, Reject> {\n- let inputs = entry.transaction().input_pts_iter();\n- let outputs = entry.transaction().output_pts();\n-\nlet tx_short_id = entry.proposal_short_i... | Rust | MIT License | nervosnetwork/ckb | fix: proposed inconsistent when max_ancestors reach | 1 | fix | null |
217,922 | 14.01.2022 15:25:40 | -3,600 | fd8440a67d78ed998b0284e99bf7ae92d8203381 | fix(pricing): fixed pricing mode sometimes not loading panels properly | [
{
"change_type": "MODIFY",
"diff": "@@ -66,7 +66,8 @@ export class ListPricingRowComponent extends TeamcraftComponent {\nthis.listPricingService.initItem(this.listId, array, this.listRow);\n}\nreturn pricing;\n- })\n+ }),\n+ filter(p => !!p)\n);\npriceToCraft$: Observable<{ price: Price }> = combineLatest([... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(pricing): fixed pricing mode sometimes not loading panels properly | 1 | fix | pricing |
869,309 | 14.01.2022 15:26:32 | -3,600 | 9d50aa51dbdc84b86b7cf3732692d327230154da | chore: update jsdoc-to-markdown | [
{
"change_type": "MODIFY",
"diff": "\"dev\": true\n},\n\"array-back\": {\n- \"version\": \"5.0.0\",\n- \"resolved\": \"https://registry.npmjs.org/array-back/-/array-back-5.0.0.tgz\",\n- \"integrity\": \"sha512-kgVWwJReZWmVuWOQKEOohXKJX+nD02JAZ54D1RRWlv8L0NebauKAaFxACKzB74RTclt1+WNz5KHaLRDAPZbDEw==\",\n+ \"v... | JavaScript | MIT License | coinranking/exchanges | chore: update jsdoc-to-markdown | 1 | chore | null |
869,309 | 14.01.2022 15:44:18 | -3,600 | 8c77a52732b7cd0bbb1d6a993f52471b9e3ebd5e | fix: prevent pipeline from failing due to ESM issue with compiling docs | [
{
"change_type": "MODIFY",
"diff": "@@ -50,17 +50,6 @@ jobs:\n- codecov/upload:\nfile: coverage/*.json\n- docs:\n- <<: *defaults\n- steps:\n- - attach_workspace:\n- at: ~/repo\n- - run: npm run docs\n- - persist_to_workspace:\n- root: ~/repo\n- paths:\n- - DOCUMENTATION.md\n-\nrelease:\n<<: *defaults\nsteps... | JavaScript | MIT License | coinranking/exchanges | fix: prevent pipeline from failing due to ESM issue with compiling docs | 1 | fix | null |
494,238 | 14.01.2022 15:53:21 | -3,600 | 413833f128c0674f4e8dbb9e73698a9df04cfc1a | fix: admin endpoint `/schemas` not redirecting to public endpoint
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -51,6 +51,7 @@ func (h *Handler) RegisterPublicRoutes(public *x.RouterPublic) {\nfunc (h *Handler) RegisterAdminRoutes(admin *x.RouterAdmin) {\nadmin.GET(fmt.Sprintf(\"/%s/:id\", SchemasPath), x.RedirectToPublicRoute(h.r))\n+ admin.GET(fmt.Sprintf(\"/%s\", SchemasPath)... | Go | Apache License 2.0 | ory/kratos | fix: admin endpoint `/schemas` not redirecting to public endpoint (#2133)
Closes #2084 | 1 | fix | null |
815,601 | 14.01.2022 16:16:27 | -28,800 | 7acd2409a629c9af05232cd8583e29ef129c8737 | fix: send_tx_chain max_ancestors_count | [
{
"change_type": "MODIFY",
"diff": "@@ -147,7 +147,7 @@ fn test_send_transaction_exceeded_maximum_ancestors_count() {\nlet mut parent_tx_hash = tip_block.transactions().get(0).unwrap().hash();\n// generate 30 child-spends-parent txs\n- for i in 0..30 {\n+ for i in 0..130 {\nlet input = CellInput::new(OutPoi... | Rust | MIT License | nervosnetwork/ckb | fix: send_tx_chain max_ancestors_count | 1 | fix | null |
667,676 | 14.01.2022 17:24:49 | -28,800 | 135e572cc9d9d60c183711e1ce12ec672286e9f9 | fix(core): fix TDF_BASE_DCHECK crash | [
{
"change_type": "MODIFY",
"diff": "@@ -134,7 +134,8 @@ void CallJava(hippy::napi::CBDataTuple *data) {\nstd::shared_ptr<hippy::napi::V8CtxValue> obj =\nstd::make_shared<hippy::napi::V8CtxValue>(isolate, info[3]);\nunicode_string_view json;\n- TDF_BASE_DCHECK(v8_ctx->GetValueJson(obj, &json));\n+ auto flag ... | C++ | Apache License 2.0 | tencent/hippy | fix(core): fix TDF_BASE_DCHECK crash
(cherry picked from commit bf089f0e285d22cfa426dce7d9d16726003a23c1) | 1 | fix | core |
71,440 | 14.01.2022 17:35:40 | -3,600 | e01a57aa3085a8282123afbc3583b1b78a075c9a | feat(opensearch): added opensearch 1.1 to engineversion
Also made an issue for this
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -62,6 +62,9 @@ export class EngineVersion {\n/** AWS OpenSearch 1.0 */\npublic static readonly OPENSEARCH_1_0 = EngineVersion.openSearch('1.0');\n+ /** AWS OpenSearch 1.1 */\n+ public static readonly OPENSEARCH_1_1 = EngineVersion.openSearch('1.1');\n+\n/**\n* Custom E... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(opensearch): added opensearch 1.1 to engineversion (#18432)
Also made an issue for this (#18431)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | opensearch |
217,922 | 14.01.2022 17:43:30 | -3,600 | b91e58adeb00b87363a4b788d604d1e925edc100 | fix(pricing): fixed server filter setting not applied properly for marketboard | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,6 @@ import { ProgressPopupService } from '../../../modules/progress-popup/progress-p\nimport { LayoutRowDisplay } from '../../../core/layout/layout-row-display';\nimport { safeCombineLatest } from '../../../core/rxjs/safe-combine-latest';\nimport { I18nTools... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(pricing): fixed server filter setting not applied properly for marketboard | 1 | fix | pricing |
902,122 | 14.01.2022 18:16:30 | -3,600 | c7dc5e8a601a1bbc55c8c253d0dc5ec9dfc1e75c | fix(goto): just wait promise | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ const castArray = value => [].concat(value).filter(Boolean)\nconst run = async ({ fn, timeout, debug: props }) => {\nconst debugProps = { duration: timeSpan() }\n- const result = await pReflect(timeout ? pTimeout(fn, timeout) : fn())\n+ const result = aw... | JavaScript | MIT License | microlinkhq/browserless | fix(goto): just wait promise | 1 | fix | goto |
217,922 | 14.01.2022 18:22:13 | -3,600 | defeb08e9af43805023c5ca1e0c65f0844087318 | fix(gearsets): fixed specialist crystal and offhand items sometimes polluting gearsets | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ import { GearsetsFacade } from '../+state/gearsets.facade';\nimport { TranslateService } from '@ngx-translate/core';\nimport { MateriaService } from '../materia.service';\nimport { LazyDataFacade } from '../../../lazy-data/+state/lazy-data.facade';\n+imp... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gearsets): fixed specialist crystal and offhand items sometimes polluting gearsets | 1 | fix | gearsets |
404,827 | 14.01.2022 18:28:27 | -3,600 | 1f1c18e480453f478a63018edbfb703ae278487e | fix: searchable-select text overflow | [
{
"change_type": "MODIFY",
"diff": "import ReactSelect, { components } from 'react-select'\nimport { useRef, useMemo } from 'react'\nimport { lighten } from 'polished'\n-import { Flex } from 'theme-ui'\n+import { Box, Flex, Text } from 'theme-ui'\nimport Image from 'next/image'\nimport { theme as themeBase ... | JavaScript | MIT License | microlinkhq/cards | fix: searchable-select text overflow | 1 | fix | null |
780,866 | 14.01.2022 19:23:33 | 10,800 | 4ddef2e39ea62ee9b95e085bbfda39f80fb532e7 | chore(twbs/scss): start copying some botstrap components scss to clean | [
{
"change_type": "ADD",
"diff": "+//\n+// Base styles\n+//\n+\n+.alert {\n+ position: relative;\n+ padding: $alert-padding-y $alert-padding-x;\n+ margin-bottom: $alert-margin-bottom;\n+ border: $alert-border-width solid transparent;\n+ @include border-radius($alert-border-radius);\n+}\n+\n+// Headings for l... | JavaScript | MIT License | ecomplus/storefront | chore(twbs/scss): start copying some botstrap components scss to clean | 1 | chore | twbs/scss |
902,122 | 14.01.2022 20:32:35 | -3,600 | 7daa01ff1b4f10dd6694df10803e1ca0246668bf | chore(release): v9.3.4 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.3.4](https://github.com/microlinkhq/browserless/compare/v9.3.3...v9.3.4) (2022-01-14)\n+\n+\n+### Bug Fixes\n+\... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.3.4 | 1 | chore | release |
841,509 | 14.01.2022 20:40:00 | 28,800 | a4c497464da5691fee1aff1246d3d36d1b3579af | feat(plugin/runnner): Support `wasm32-wasi` targets | [
{
"change_type": "MODIFY",
"diff": "@@ -194,7 +194,7 @@ jobs:\nuses: actions-rs/toolchain@v1\nwith:\nprofile: minimal\n- target: wasm32-unknown-unknown\n+ target: wasm32-wasi\n- uses: denoland/setup-deno@v1\nif: matrix.crate == 'swc_bundler'\n",
"new_path": ".github/workflows/cargo.yml",
"old_path":... | Rust | Apache License 2.0 | swc-project/swc | feat(plugin/runnner): Support `wasm32-wasi` targets (#3271) | 1 | feat | plugin/runnner |
67,516 | 14.01.2022 20:49:13 | -3,600 | 0e5d75ddc0b40330e68bbab3a2b38ddcf969fd99 | refactor(promise): pre-settled task result rejection | [
{
"change_type": "MODIFY",
"diff": "@@ -95,7 +95,7 @@ export class PromiseTemplateController implements ICustomAttributeViewModel {\nrejected?.deactivate(initiator, flags),\npending?.activate(initiator, flags, s)\n);\n- }, defaultQueuingOptions)).result,\n+ }, defaultQueuingOptions)).result.catch((err) => {... | TypeScript | MIT License | aurelia/aurelia | refactor(promise): pre-settled task result rejection | 1 | refactor | promise |
160,177 | 14.01.2022 21:08:43 | -28,800 | ec7ecb1a3dc87322c15a7c1818ac0b8d1805df62 | docs: custom anchor | [
{
"change_type": "ADD",
"diff": "+// import LogicFlow from \"@logicflow/core\";\n+// import \"@logicflow/core/dist/style/index.css\";\n+import HtmlCard from \"./HtmlCard.mjs\";\n+import CustomEdge from \"./CustomEdge.mjs\";\n+import CustomEdge2 from \"./CustomEdge2.mjs\";\n+import data from \"./data.mjs\";\... | TypeScript | Apache License 2.0 | didi/logicflow | docs: custom anchor | 1 | docs | null |
841,509 | 14.01.2022 21:10:19 | 28,800 | 66d1a92635c4e04041af1c106dbda8b4d692ba8a | feat(plugin/runner): Free allocated memory on errors | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,8 @@ fn handle_func(func: ItemFn) -> TokenStream {\nlet ret = quote! {\n#func\n+ use swc_plugin::Serialized;\n+\n// TODO:\n// error handling & bubbling\n#[no_mangle]\n",
"new_path": "crates/swc_plugin_macro/src/lib.rs",
"old_path": "crates/swc_plugin_... | Rust | Apache License 2.0 | swc-project/swc | feat(plugin/runner): Free allocated memory on errors (#3270) | 1 | feat | plugin/runner |
160,196 | 14.01.2022 21:53:22 | -28,800 | 9551c6d4cd973e3f8f1dab71cb908b755deb401c | fix: type error ShapeItem | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ type ShapeItem = {\ntype?: string;\ntext?: string;\nicon?: string;\n+ label?: string;\nclassName?: string;\nproperties?: Record<string, any>;\ncallback?: () => void;\n@@ -38,7 +39,7 @@ class DndPanel {\ndomContainer.appendChild(this.panelEl);\nthis.domCont... | TypeScript | Apache License 2.0 | didi/logicflow | fix: type error ShapeItem | 1 | fix | null |
160,196 | 14.01.2022 21:57:26 | -28,800 | 1d290501712f74b13a1e4f5d3ae2d85109aa55dd | fix: pattern callback | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ type ShapeItem = {\nlabel?: string;\nclassName?: string;\nproperties?: Record<string, any>;\n- callback?: () => void;\n+ callback?: (lf: LogicFlow, container: HTMLElement) => void;\n};\nclass DndPanel {\n@@ -63,7 +63,7 @@ class DndPanel {\n});\n}\nif (shap... | TypeScript | Apache License 2.0 | didi/logicflow | fix: pattern callback | 1 | fix | null |
317,646 | 14.01.2022 22:01:16 | -3,600 | 37e96ef96825da899d805302eb72ac0dba098288 | fix(pwsh): store the executable inside user HOME folder | [
{
"change_type": "MODIFY",
"diff": "-$env:POSH_PATH = \"$((Get-Item $MyInvocation.MyCommand.ScriptBlock.Module.ModuleBase).Parent.FullName)\"\n-$env:POSH_THEMES_PATH = $env:POSH_PATH + \"/themes\"\n-$env:PATH = $env:POSH_PATH + [System.IO.Path]::PathSeparator + $env:PATH\n-\n-if ($ExecutionContext.SessionSt... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(pwsh): store the executable inside user HOME folder | 1 | fix | pwsh |
841,473 | 14.01.2022 22:13:42 | -28,800 | d3cc488ac1f41bc752903a3e15a123a909a2b765 | feat(es/compat): Use `var` for `_len` and `args` in rest parameters | [
{
"change_type": "MODIFY",
"diff": "@@ -278,7 +278,7 @@ impl Params {\nunpack_rest = Some(Stmt::For(ForStmt {\nspan,\ninit: Some(VarDeclOrExpr::VarDecl(VarDecl {\n- kind: VarDeclKind::Let,\n+ kind: VarDeclKind::Var,\nspan,\ndecls: vec![\n// _len = arguments.length - i\n",
"new_path": "crates/swc_ecma_tr... | Rust | Apache License 2.0 | swc-project/swc | feat(es/compat): Use `var` for `_len` and `args` in rest parameters (#3267) | 1 | feat | es/compat |
317,646 | 14.01.2022 22:38:05 | -3,600 | d71422a35b0f2c3a2cd3dd8874506ab054dc3910 | feat(git): add remote URL for hyperlink | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,11 @@ This can be used in templates and icons/text inside your config.\nThe engine has the ability to render hyperlinks. Your terminal has to support it and the option\nhas to be enabled at the segment level. Hyperlink generation is disabled by default.\n+Whe... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(git): add remote URL for hyperlink | 1 | feat | git |
304,860 | 14.01.2022 22:52:52 | -3,600 | 4c1a229a3d0545d58ecbf981c917110b0b31af55 | fix: Make iterating the hashmap deterministic
* fix: Make iterating the hashmap deterministic
By sorting it before returning an iterator
* refactor: Also hide the HashSet's iteration methods
* chore: make generate | [
{
"change_type": "MODIFY",
"diff": "// Aliasing over map types makes it easy to switch them out across the crate to test alternatives\n+use std::{borrow::Borrow, cmp::Ordering, hash::Hash};\n-/// Hashmap type used with libflux\n-pub(crate) type HashMap<K, V> = std::collections::HashMap<K, V>;\n+/// Hashmap ... | Go | MIT License | influxdata/flux | fix: Make iterating the hashmap deterministic (#4403)
* fix: Make iterating the hashmap deterministic
By sorting it before returning an iterator
* refactor: Also hide the HashSet's iteration methods
* chore: make generate | 1 | fix | null |
667,636 | 15.01.2022 00:50:39 | -28,800 | adf750d4aec4789ffb38419cf430019590e61523 | ci(workflows): remove push action check | [
{
"change_type": "MODIFY",
"diff": "name: '[markdown-lint] check documents format'\non:\n- push:\n- paths:\n- - '*.md'\n- - 'docs/**/*.md'\n- branches:\n- # Push events on main branch\n- - main\n- # Push events on master branch\n- - master\n- tags-ignore:\n- - '**'\npull_request:\npaths:\n- '*.md'\n",
"... | C++ | Apache License 2.0 | tencent/hippy | ci(workflows): remove push action check | 1 | ci | workflows |
71,120 | 15.01.2022 03:08:34 | -32,400 | 6b553b7f84e5cde8a1fc533af95ad440c020e834 | feat(cli): support hotswapping Lambda functions that use Docker images
closes
We must just update `ImageUri` with the new ECR image url.
PR for `InlineCode` hotswap:
`----`
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -362,7 +362,7 @@ and that you have the necessary IAM permissions to update the resources that are\nHotswapping is currently supported for the following changes\n(additional changes will be supported in the future):\n-- Code asset and tag changes of AWS Lambda functions... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(cli): support hotswapping Lambda functions that use Docker images (#18319)
closes #18302
We must just update `ImageUri` with the new ECR image url.
PR for `InlineCode` hotswap: #18408
`----`
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | cli |
599,909 | 15.01.2022 04:33:27 | -14,400 | d4438c82e3753c9b29b6269ad406d263b3fcef4c | fix(notif): show event in pop up notification for slack
* fix(notif): show event in pop up notification for slack
fix
* fix(notifs): suggested changes
* fix(notif): add fallback text to slack embed builder | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,7 @@ interface EmbedBlock {\n}\ninterface SlackBlockEmbed {\n+ text: string;\nblocks: EmbedBlock[];\n}\n@@ -201,6 +202,7 @@ class SlackAgent\n}\nreturn {\n+ text: payload.event ?? payload.subject,\nblocks,\n};\n}\n",
"new_path": "server/lib/notifications/... | TypeScript | MIT License | sct/overseerr | fix(notif): show event in pop up notification for slack (#2413)
* fix(notif): show event in pop up notification for slack
fix #2408
* fix(notifs): suggested changes
* fix(notif): add fallback text to slack embed builder
Co-authored-by: Ryan Cohen <ryan@sct.dev> | 1 | fix | notif |
447,446 | 15.01.2022 10:02:53 | 18,000 | 9664dd5c92008ccd7dbc084210530fce8c919582 | fix: fix CheckboxGroup console error | [
{
"change_type": "MODIFY",
"diff": "@@ -13,14 +13,13 @@ export default function CheckboxList(props) {\nconst { description, ...rest } = option;\nreturn (\n- <StyledItemContainer data-id=\"input-checkboxgroup_container\">\n+ <StyledItemContainer key={key} data-id=\"input-checkboxgroup_container\">\n<Checkbox... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix CheckboxGroup console error (#2356)
Co-authored-by: Jose Leandro Torres <jtorressicilia@gmail.com> | 1 | fix | null |
217,922 | 15.01.2022 12:33:21 | -3,600 | aabe13ecbc9ded04b184ffe905710ab5066c5b8d | chore: MB functions cleanup, it no worky | [
{
"change_type": "MODIFY",
"diff": "import { RuntimeOptions } from 'firebase-functions';\n-import { Item } from './marketboard/item';\n-import { combineLatest, from } from 'rxjs';\n-import axios from 'axios';\n-import { createRedisClient, updateCache, updateItems, updateServerData } from './marketboard/comm... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: MB functions cleanup, it no worky | 1 | chore | null |
667,636 | 15.01.2022 13:49:32 | -28,800 | b8ab964d3c2a31ecbb50333e0ca4da2206107bc4 | chore(dependency): update marked npm package to safe version | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,8 @@ jobs:\nwith:\nnode-version: 14.x\n- name: Install\n- run: npm install commitlint-plugin-function-rules@1.6.0 @commitlint/cli@16.0.0 @commitlint/config-conventional@16.0.0 @commitlint/lint@16.0.0 @commitlint/prompt-cli@16.0.0 --save\n+ run: |\n+ npm insta... | C++ | Apache License 2.0 | tencent/hippy | chore(dependency): update marked npm package to safe version | 1 | chore | dependency |
217,922 | 15.01.2022 15:19:07 | -3,600 | 82fc4be9a2f124b3b7b94e598cfce0b250681661 | fix(mappy): removed nodes tracking as it's not needed anymore | [
{
"change_type": "MODIFY",
"diff": "@@ -327,53 +327,54 @@ export class MappyReporterService {\n});\n// Objects\n- this.ipc.objectSpawnPackets$.pipe(\n- takeUntil(this.stop$),\n- delayWhen(() => {\n- return this.state.zoning ? interval(2000) : interval(0);\n- }),\n- filter(() => this.state !== undefined),\n-... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(mappy): removed nodes tracking as it's not needed anymore | 1 | fix | mappy |
217,922 | 15.01.2022 18:41:29 | -3,600 | b0704c18a98890e93e99ca302babf369705e4869 | chore: last updated in profits helper | [
{
"change_type": "MODIFY",
"diff": "@@ -13,4 +13,5 @@ export interface ProfitEntry {\nv24: number;\nv48: number;\nlevelReqs: number[];\n+ updated: number;\n}\n",
"new_path": "apps/client/src/app/pages/profits-helper/model/profit-entry.ts",
"old_path": "apps/client/src/app/pages/profits-helper/model/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: last updated in profits helper | 1 | chore | null |
217,922 | 15.01.2022 19:29:02 | -3,600 | ec0ebb60d03c6ccc399436c35f6c8cf712b5898d | feat(search): new search type: Gathering node | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ import { Language } from '../data/language';\nimport { LazyDataFacade } from '../../lazy-data/+state/lazy-data.facade';\nimport { withLazyData } from '../rxjs/with-lazy-data';\nimport { safeCombineLatest } from '../rxjs/safe-combine-latest';\n+import { G... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(search): new search type: Gathering node | 1 | feat | search |
217,237 | 15.01.2022 19:46:32 | -10,800 | a4844b6794a2e1f88a649cec4a747607407d1318 | chore: update algolia | [
{
"change_type": "MODIFY",
"diff": "ALGOLIA_KEY=\n+ALGOLIA_ID=\nGA_ID=\nHOTJAR_ID=\n+OG_EXP=\n",
"new_path": "website/.env.sample",
"old_path": "website/.env.sample"
}
] | JavaScript | MIT License | feature-sliced/documentation | chore: update algolia | 1 | chore | null |
217,237 | 15.01.2022 19:53:13 | -10,800 | 19f2cf1d0fd6c75b8c573ba227b8bc2794e322e6 | chore: update algolia (hotfix) | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ jobs:\ntimeout-minutes: 15\nenv:\nALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}\n+ ALGOLIA_ID: ${{ secrets.ALGOLIA_ID }}\nGA_ID: ${{ secrets.GA_ID }}\nHOTJAR_ID: ${{ secrets.HOTJAR_ID }}\n",
"new_path": ".github/workflows/deploy.yml",
"old_path": ".git... | JavaScript | MIT License | feature-sliced/documentation | chore: update algolia (hotfix) | 1 | chore | null |
667,636 | 15.01.2022 20:19:29 | -28,800 | a9c077e57b1030ebe768d302809bc84c60ff400b | build(log): remove circular warnings | [
{
"change_type": "MODIFY",
"diff": "@@ -106,6 +106,11 @@ function genConfig(name) {\nbanner: opts.banner,\nexports: 'auto',\n},\n+ onwarn: (msg, warn) => {\n+ if (!/Circular/.test(msg)) {\n+ warn(msg);\n+ }\n+ },\n};\nif (opts.env) {\n",
"new_path": "scripts/react-configs.js",
"old_path": "scripts/r... | C++ | Apache License 2.0 | tencent/hippy | build(log): remove circular warnings | 1 | build | log |
317,646 | 15.01.2022 20:38:32 | -3,600 | a200ee73ff0c1459f4fe00edd14e13e7fdb1bd44 | feat: add OS to template functionality | [
{
"change_type": "MODIFY",
"diff": "@@ -90,6 +90,7 @@ type wifiInfo struct {\ntype Environment interface {\ngetenv(key string) string\n+ environ() map[string]string\ngetcwd() string\nhomeDir() string\nhasFiles(pattern string) bool\n@@ -158,6 +159,7 @@ type environment struct {\ncwd string\ncmdCache *command... | Go | MIT License | jandedobbeleer/oh-my-posh | feat: add OS to template functionality | 1 | feat | null |
217,237 | 15.01.2022 20:44:30 | -10,800 | 31b6950eb6d63fec785ad2eefa2305b7b3adc5a9 | chore: reset timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ on:\njobs:\ndeploy:\nruns-on: ubuntu-18.04\n- timeout-minutes: 15\n+ timeout-minutes: 10\nenv:\nALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}\nALGOLIA_ID: ${{ secrets.ALGOLIA_ID }}\n",
"new_path": ".github/workflows/deploy.yml",
"old_path": ".github/work... | JavaScript | MIT License | feature-sliced/documentation | WEBSITE-245: chore: reset timeout
#245 | 1 | chore | null |
217,922 | 15.01.2022 21:07:18 | -3,600 | 4e0ba17146f2aed823bd591eff7c1d5ebb473161 | fix(list): no longer show skip tag if skippable amount is <= 0 | [
{
"change_type": "MODIFY",
"diff": "[overlay]=\"overlay\"\n[finalItem]=\"finalItems\"\n[alarmGroups]=\"alarmGroups\"\n- [skip]=\"skip && skip[item.id]\"\n+ [skip]=\"skip && (skip[item.id] > 0) ? skip[item.id] : 0\"\n[item]=\"item\"\n[layout]=\"displayRow.layout\"\n[odd]=\"odd\"></app-item-row>\n",
"new_... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): no longer show skip tag if skippable amount is <= 0 | 1 | fix | list |
217,237 | 15.01.2022 21:42:01 | -10,800 | 77c83da837ba1b9c03d2118d076fae1cf3a6d38a | chore: setup ga for ExampleCard | [
{
"change_type": "MODIFY",
"diff": "-import React from \"react\";\n-\n+import React, { useCallback } from \"react\";\nimport clsx from \"clsx\";\n// eslint-disable-next-line import/no-unresolved\nimport Image from \"@theme/IdealImage\";\n+import { ga } from \"@site/src/shared/lib/ga\";\nimport { date } from... | JavaScript | MIT License | feature-sliced/documentation | chore: setup ga for ExampleCard | 1 | chore | null |
841,421 | 15.01.2022 21:55:58 | -32,400 | 88a258a5fb91a58feb571096c4a73d6779b3128d | fix(es/react): Fix `createElement`
swc_ecma_transforms_react:
- Fix arguments passed to `_createElement`. (https://github.com/vercel/next.js/issues/33291) | [
{
"change_type": "ADD",
"diff": "+{\n+ \"jsc\": {\n+ \"target\": \"es5\",\n+ \"parser\": {\n+ \"syntax\": \"typescript\",\n+ \"tsx\": true\n+ },\n+ \"transform\": {\n+ \"react\": {\n+ \"runtime\": \"automatic\",\n+ \"pragma\": \"React.createElement\",\n+ \"pragmaFrag\": \"React.Fragment\",\n+ \"throwIfNames... | Rust | Apache License 2.0 | swc-project/swc | fix(es/react): Fix `createElement` (#3277)
swc_ecma_transforms_react:
- Fix arguments passed to `_createElement`. (https://github.com/vercel/next.js/issues/33291) | 1 | fix | es/react |
317,646 | 15.01.2022 23:05:23 | -3,600 | dc50bd35462a49058c91a939fc8830ae7a9eb692 | fix(env): init environ cache | [
{
"change_type": "MODIFY",
"diff": "@@ -229,6 +229,7 @@ func (env *environment) environ() map[string]string {\nif env.environCache != nil {\nreturn env.environCache\n}\n+ env.environCache = make(map[string]string)\nconst separator = \"=\"\nvalues := os.Environ()\nfor value := range values {\n",
"new_pat... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(env): init environ cache | 1 | fix | env |
317,646 | 15.01.2022 23:22:21 | -3,600 | 0332fbfebbf12dafa3061bf21ba2c85752e948be | fix: create environ cache on init | [
{
"change_type": "MODIFY",
"diff": "@@ -176,6 +176,18 @@ func (env *environment) init(args *args) {\n}\nenv.fileCache = &fileCache{}\nenv.fileCache.init(env.getCachePath())\n+ env.environCache = make(map[string]string)\n+ const separator = \"=\"\n+ values := os.Environ()\n+ for value := range values {\n+ sp... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: create environ cache on init | 1 | fix | null |
780,866 | 16.01.2022 00:46:16 | 10,800 | 830631adeafb284139b85ee511a5025188d838cf | perf(twbs/components-variants): smaller color maps for less used components | [
{
"change_type": "MODIFY",
"diff": "//\n// Generate contextual modifier classes for colorizing the alert.\n-@each $color, $value in $theme-colors {\n+@each $color, $value in $alert-colors {\n.alert-#{$color} {\n@include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $ale... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/components-variants): smaller color maps for less used components [#606] | 1 | perf | twbs/components-variants |
780,866 | 16.01.2022 00:47:40 | 10,800 | 07a708a61b9b405cff2a42d8c08e10030abf743f | fix(app/order-info): remove no more available `.btn-info` variant | [
{
"change_type": "MODIFY",
"diff": "<button\nv-if=\"canReopenOrder\"\nclass=\"order-info__toggle btn\"\n- :class=\"status === 'cancelled' ? 'btn-success' : 'btn-info'\"\n+ :class=\"status === 'cancelled' ? 'btn-success' : 'btn-secondary'\"\n@click=\"toggle\"\n>\n<i class=\"i-check-circle mr-1\"></i>\n",
... | JavaScript | MIT License | ecomplus/storefront | fix(app/order-info): remove no more available `.btn-info` variant
https://github.com/ecomplus/storefront/pull/610/commits/830631adeafb284139b85ee511a5025188d838cf | 1 | fix | app/order-info |
780,866 | 16.01.2022 00:52:47 | 10,800 | 2c7bb0cb4910fe0c3f5fbe3bbf2d7a19779a0cba | perf(twbs/components): exclude bs button groups
BREAKING CHANGE: no more `.btn-group*` classes available | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ $theme-colors: map-merge(\n@import \"components/buttons\";\n@import \"bootstrap/scss/transitions\";\n@import \"bootstrap/scss/dropdown\";\n-@import \"bootstrap/scss/button-group\";\n+// @import \"bootstrap/scss/button-group\";\n@import \"bootstrap/scss/i... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/components): exclude bs button groups [#606]
BREAKING CHANGE: no more `.btn-group*` classes available | 1 | perf | twbs/components |
841,473 | 16.01.2022 03:21:02 | -28,800 | 6406b49df259eb10424ecbcc7fbbc9e4acdd37db | fix(es/parser): Throw an error when function body has use strict and paramaters is not simple | [
{
"change_type": "MODIFY",
"diff": "@@ -88,6 +88,7 @@ pub enum SyntaxError {\nInvalidIdentInStrict,\n/// 'eval' and 'arguments' are invalid identifier in strict mode.\nEvalAndArgumentsInStrict,\n+ IllegalLanguageModeDirective,\nUnaryInExp {\nleft: String,\nleft_span: Span,\n@@ -300,6 +301,9 @@ impl SyntaxEr... | Rust | Apache License 2.0 | swc-project/swc | fix(es/parser): Throw an error when function body has use strict and paramaters is not simple (#3278) | 1 | fix | es/parser |
780,866 | 16.01.2022 04:50:03 | 10,800 | 86a83f91a55be34213f397e0d48037b6770267d0 | perf(twbs/css-utilities): remove stretched link css util
also fix scss imports to some edited (clean) bs components
BREAKING CHANGE: `.stretched-link` class no more available | [
{
"change_type": "MODIFY",
"diff": "@@ -35,33 +35,33 @@ $theme-colors: map-merge(\n// @import \"bootstrap/scss/root\";\n@import \"reboot\";\n@import \"bootstrap/scss/type\";\n-@import \"bootstrap/scss/images\";\n-@import \"bootstrap/scss/code\";\n+@import \"content/images\";\n+@import \"content/code\";\n@im... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/css-utilities): remove stretched link css util [#606]
also fix scss imports to some edited (clean) bs components
BREAKING CHANGE: `.stretched-link` class no more available | 1 | perf | twbs/css-utilities |
780,866 | 16.01.2022 04:57:55 | 10,800 | ed016afd59210f18be9be1cfb075ab803fd61997 | perf(twbs/dropdowns): remove dropup, left and right, keep normal dropdown only
BREAKING CHANGE: `.dropup`, `.dropleft`, `.dropright` no more available | [
{
"change_type": "MODIFY",
"diff": "// The dropdown wrapper (`<div>`)\n-.dropup,\n-.dropright,\n-.dropdown,\n-.dropleft {\n+.dropdown {\nposition: relative;\n}\n@include box-shadow($dropdown-box-shadow);\n}\n-@each $breakpoint in map-keys($grid-breakpoints) {\n- @include media-breakpoint-up($breakpoint) {\n... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/dropdowns): remove dropup, left and right, keep normal dropdown only [#606]
BREAKING CHANGE: `.dropup`, `.dropleft`, `.dropright` no more available | 1 | perf | twbs/dropdowns |
780,866 | 16.01.2022 05:05:28 | 10,800 | d419925fef7da87a96ac732d48374365a18d6881 | perf(twbs/forms): remove usuned form variant classes
BREAKING CHANGE: `.form-control-plaintext`, `.form-inline`, `.col-form*`, `.form-check*` removed | [
{
"change_type": "MODIFY",
"diff": "@@ -87,61 +87,6 @@ select.form-control {\nwidth: 100%;\n}\n-\n-//\n-// Labels\n-//\n-\n-// For use with horizontal and inline forms, when you need the label (or legend)\n-// text to align with the form controls.\n-.col-form-label {\n- padding-top: add($input-padding-y, $i... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/forms): remove usuned form variant classes [#606]
BREAKING CHANGE: `.form-control-plaintext`, `.form-inline`, `.col-form*`, `.form-check*` removed | 1 | perf | twbs/forms |
780,866 | 16.01.2022 05:11:05 | 10,800 | 4ec2d7ce78bb6646edbb34dfdc71b18b4c070304 | perf(twbs/list-group): remove horizontal list group and context color variations
BREAKING CHANGE: no more `.list-group-horizontal*` and `.list-group-item-{color}` classes | [
{
"change_type": "MODIFY",
"diff": "}\n}\n-\n-// Horizontal\n-//\n-// Change the layout of list group items from vertical (default) to horizontal.\n-\n-@each $breakpoint in map-keys($grid-breakpoints) {\n- @include media-breakpoint-up($breakpoint) {\n- $infix: breakpoint-infix($breakpoint, $grid-breakpoints... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/list-group): remove horizontal list group and context color variations [#606]
BREAKING CHANGE: no more `.list-group-horizontal*` and `.list-group-item-{color}` classes | 1 | perf | twbs/list-group |
780,866 | 16.01.2022 05:11:22 | 10,800 | ad02e01e580b5759564dc41acf0ff840cc2a4614 | perf(twbs/modal): remove usuned modal centered and derivatives
BREAKING CHANGE: `.modal-dialog-centered` removed | [
{
"change_type": "MODIFY",
"diff": "}\n}\n-.modal-dialog-centered {\n- display: flex;\n- align-items: center;\n- min-height: subtract(100%, $modal-dialog-margin * 2);\n-\n- // Ensure `modal-dialog-centered` extends the full height of the view (IE10/11)\n- &::before {\n- display: block; // IE10\n- height: su... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/modal): remove usuned modal centered and derivatives [#606]
BREAKING CHANGE: `.modal-dialog-centered` removed | 1 | perf | twbs/modal |
780,866 | 16.01.2022 05:13:45 | 10,800 | d65803eeac84af85d9e32f487b2fb918fda84210 | perf(twbs/nav): remove nav style variants
BREAKING CHANGE: node more `.nav-pills`, `.nav-justified` and `.nav-fill` classes | [
{
"change_type": "MODIFY",
"diff": "}\n}\n-\n-//\n-// Pills\n-//\n-\n-.nav-pills {\n- .nav-link {\n- @include border-radius($nav-pills-border-radius);\n- }\n-\n- .nav-link.active,\n- .show > .nav-link {\n- color: $nav-pills-link-active-color;\n- background-color: $nav-pills-link-active-bg;\n- }\n-}\n-\n-\n-... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/nav): remove nav style variants [#606]
BREAKING CHANGE: node more `.nav-pills`, `.nav-justified` and `.nav-fill` classes | 1 | perf | twbs/nav |
780,866 | 16.01.2022 05:15:06 | 10,800 | 8590d16be90221e4c26cd1b54eacee932b49535e | perf(twbs/pagination): remove pagination sizing variants
BREAKING CHANGE: node more `.pagination-lg` and `pagination-sm` classes | [
{
"change_type": "MODIFY",
"diff": "border-color: $pagination-disabled-border-color;\n}\n}\n-\n-\n-//\n-// Sizing\n-//\n-\n-.pagination-lg {\n- @include pagination-size($pagination-padding-y-lg, $pagination-padding-x-lg, $font-size-lg, $line-height-lg, $pagination-border-radius-lg);\n-}\n-\n-.pagination-sm ... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/pagination): remove pagination sizing variants [#606]
BREAKING CHANGE: node more `.pagination-lg` and `pagination-sm` classes | 1 | perf | twbs/pagination |
780,866 | 16.01.2022 05:16:43 | 10,800 | 044464a33881af4a409872c9df2411cce602c626 | perf(twbs/progress): remove progress animated variant
BREAKING CHANGE: `..progress-bar-animated` class removed | [
{
"change_type": "MODIFY",
"diff": "@include gradient-striped();\nbackground-size: $progress-height $progress-height;\n}\n-\n-@if $enable-transitions {\n- .progress-bar-animated {\n- animation: $progress-bar-animation-timing progress-bar-stripes;\n-\n- @if $enable-prefers-reduced-motion-media-query {\n- @me... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/progress): remove progress animated variant [#606]
BREAKING CHANGE: `..progress-bar-animated` class removed | 1 | perf | twbs/progress |
780,866 | 16.01.2022 05:22:26 | 10,800 | a45075da484d10b7a183264fe624ce5556cc0ff2 | perf(twbs/table): remove background tables, responsive inflix and dark theads
tables almost not used at all
BREAKING CHANGE: tons of table additional classes removed | [
{
"change_type": "MODIFY",
"diff": "}\n}\n}\n-\n-\n-// Table backgrounds\n-//\n-// Exact selectors below required to override `.table-striped` and prevent\n-// inheritance to nested tables.\n-\n-@each $color, $value in $theme-colors {\n- @include table-row-variant($color, theme-color-level($color, $table-bg... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/table): remove background tables, responsive inflix and dark theads [#606]
tables almost not used at all
BREAKING CHANGE: tons of table additional classes removed | 1 | perf | twbs/table |
780,866 | 16.01.2022 05:24:13 | 10,800 | 755bc51de3943c6d820221c82900a103efd72504 | perf(twbs/content-code): removed styles for not used pre (code snippets) and kbd tags | [
{
"change_type": "MODIFY",
"diff": "@@ -9,40 +9,3 @@ code {\ncolor: inherit;\n}\n}\n-\n-// User input typically entered via keyboard\n-kbd {\n- padding: $kbd-padding-y $kbd-padding-x;\n- @include font-size($kbd-font-size);\n- color: $kbd-color;\n- background-color: $kbd-bg;\n- @include border-radius($border... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/content-code): removed styles for not used pre (code snippets) and kbd tags [#606] | 1 | perf | twbs/content-code |
780,866 | 16.01.2022 05:26:31 | 10,800 | 726f06981155013f2d983fee7baebe633e6fe004 | perf(twbs/content-images): removed thumbnail and figure not used styles
BREAKING CHANGE: no more `.img-thumbnail` and `.figure*` classes | [
{
"change_type": "MODIFY",
"diff": ".img-fluid {\n@include img-fluid();\n}\n-\n-\n-// Image thumbnails\n-.img-thumbnail {\n- padding: $thumbnail-padding;\n- background-color: $thumbnail-bg;\n- border: $thumbnail-border-width solid $thumbnail-border-color;\n- @include border-radius($thumbnail-border-radius);... | JavaScript | MIT License | ecomplus/storefront | perf(twbs/content-images): removed thumbnail and figure not used styles [#606]
BREAKING CHANGE: no more `.img-thumbnail` and `.figure*` classes | 1 | perf | twbs/content-images |
217,922 | 16.01.2022 10:37:05 | -3,600 | 455d2488d8507e114d4c9beee9c45c0637f45a35 | feat(currency-spending): added Voidrakes and Althyk Lavender | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,9 @@ export class CurrencySpendingComponent extends TeamcraftComponent implements OnI\n// Remove gil, venture and outdated tomes/scrips\nreturn [1, 23, 24, 26, 30, 31, 32, 33, 34, 35, 36, 37, 38, 10308, 10309, 10310, 10311, 21072].indexOf(item.ID) === -1;\n})... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(currency-spending): added Voidrakes and Althyk Lavender | 1 | feat | currency-spending |
217,922 | 16.01.2022 11:06:07 | -3,600 | 625a9edd99ab4d171300db8fcd705172a7878f2d | feat(allagan-reports): added id in [] to avoid confusion, more details on drops as well | [
{
"change_type": "MODIFY",
"diff": "nz-input\n/>\n<nz-autocomplete #auto nzBackfill>\n- <nz-auto-option *ngFor=\"let option of itemCompletion$ | async\" [nzValue]=\"option.name | i18n\">\n- {{ option.name | i18n }}\n+ <nz-auto-option *ngFor=\"let option of itemCompletion$ | async\" nzValue=\"[{{option.id}}]... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(allagan-reports): added id in [] to avoid confusion, more details on drops as well | 1 | feat | allagan-reports |
217,922 | 16.01.2022 11:10:32 | -3,600 | 7fbfad0ed05d1d5c2dc9e33475ead7ab91abaee7 | feat(db): added monster location to the quick search when known | [
{
"change_type": "MODIFY",
"diff": "</span>\n<span *ngSwitchCase=\"searchTypes.MONSTER\">\n{{row.id | i18nRow:'mobs' | i18n}}\n+ <div *ngIf=\"row.zoneid\">{{row.zoneid | i18nRow:'places' | i18n}}</div>\n</span>\n<span *ngSwitchCase=\"searchTypes.FATE\">\n{{row.id | i18nRow:'fates' | i18n}}\n",
"new_path... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): added monster location to the quick search when known | 1 | feat | db |
217,922 | 16.01.2022 11:28:59 | -3,600 | df78ec0494ae68a44f916ec453f374d995dc1b24 | feat(search): added gathering node to quick search | [
{
"change_type": "MODIFY",
"diff": "<img class=\"result-icon\" *ngSwitchCase=\"searchTypes.RECIPE\" src=\"{{row.icon}}\" alt=\"\">\n<img class=\"result-icon\" *ngSwitchCase=\"searchTypes.MAP\" src=\"{{'/c/PlaceName.png' | xivapiIcon}}\" alt=\"\">\n<img class=\"result-icon\" *ngSwitchCase=\"searchTypes.FISHI... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(search): added gathering node to quick search | 1 | feat | search |
679,913 | 16.01.2022 11:40:29 | -3,600 | 3dc2c6192dbf048621803d9713942c1f3543d08c | tools(color): add max chroma LUT generator | [
{
"change_type": "MODIFY",
"diff": "\"doc:stats\": \"tools:module-stats\",\n\"pub\": \"yarn npm publish --access public\",\n\"test\": \"testament test\",\n+ \"tool:maxchroma\": \"tools:node-esm tools/max-chroma.ts\",\n\"tool:swatches\": \"tools:node-esm tools/index.ts\"\n},\n\"dependencies\": {\n",
"new... | TypeScript | Apache License 2.0 | thi-ng/umbrella | tools(color): add max chroma LUT generator | 1 | tools | color |
756,013 | 16.01.2022 13:56:12 | 21,600 | dd727ef788a4ce7238916e0751e5b8060e3a445a | fix(agoric-cli)!: use `transfer` port for `ibc-go.transfer` | [
{
"change_type": "MODIFY",
"diff": "@@ -8,11 +8,6 @@ export const STAKING_MAX_VALIDATORS = 150;\n// Required for IBC connections not to time out.\nexport const STAKING_MIN_HISTORICAL_ENTRIES = 10000;\n-// We reserve the default `transfer` IBC port for Pegasus (JS-level ERTP\n-// assets). The `cosmos-transfe... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(agoric-cli)!: use `transfer` port for `ibc-go.transfer` | 1 | fix | agoric-cli |
756,013 | 16.01.2022 13:56:47 | 21,600 | 4256c5447d3d3ab9a8c8db8e4250e1c41a96c56d | fix(vats)!: use `pegasus` port for Pegasus implementation | [
{
"change_type": "MODIFY",
"diff": "@@ -825,7 +825,7 @@ export function buildRootObject(vatPowers, vatParameters) {\nif (pegasus) {\n// Add the Pegasus transfer port.\n- const port = await E(network).bind('/ibc-port/transfer');\n+ const port = await E(network).bind('/ibc-port/pegasus');\nE(port).addListener... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(vats)!: use `pegasus` port for Pegasus implementation | 1 | fix | vats |
571,479 | 16.01.2022 14:08:51 | -3,600 | 5ac34b6a59284b7d2b08114871f68de651c752f4 | fix(emoji-popup): Fix styling of EmojiPopupComponent | [
{
"change_type": "MODIFY",
"diff": "@@ -30,8 +30,8 @@ export const EmojiPopupComponent: FC = () => {\nconst enabled = !!state;\nreturn (\n- <FloatingWrapper positioner='cursor' enabled={enabled} placement='auto-end'>\n- <div {...getMenuProps()}>\n+ <FloatingWrapper positioner='cursor' enabled={enabled} plac... | TypeScript | MIT License | remirror/remirror | fix(emoji-popup): Fix styling of EmojiPopupComponent (#1469) | 1 | fix | emoji-popup |
667,635 | 16.01.2022 14:09:48 | -28,800 | 926022da4e9fd87e85993691415d4176c7e9d94a | chore(ios): remove hippy_use_frameworks check | [
{
"change_type": "MODIFY",
"diff": "@@ -42,12 +42,4 @@ Pod::Spec.new do |s|\ncores.xcconfig = {'HEADER_SEARCH_PATHS' => '${PODS_ROOT}/hippy/core/third_party/base/include/ ${PODS_ROOT}/hippy/core/include/'}\nputs 'hippy subspec \\'core\\' read end'\nend\n-\n- if ENV['hippy_use_frameworks']\n- puts 'use frame... | C++ | Apache License 2.0 | tencent/hippy | chore(ios): remove hippy_use_frameworks check | 1 | chore | ios |
317,646 | 16.01.2022 14:34:05 | -3,600 | 221f28afdde291b0d9eef1404d6a4bf81c1fc72d | feat(cli): print cache path | [
{
"change_type": "MODIFY",
"diff": "@@ -66,6 +66,7 @@ type args struct {\nCommand *string\nPrintTransient *bool\nPlain *bool\n+ CachePath *bool\n}\nfunc main() {\n@@ -170,6 +171,10 @@ func main() {\n\"plain\",\nfalse,\n\"Print a plain prompt without ANSI\"),\n+ CachePath: flag.Bool(\n+ \"cache-path\",\n+ fa... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(cli): print cache path | 1 | feat | cli |
841,491 | 16.01.2022 15:31:08 | -3,600 | 162c1fe047631c35f8b8105c1a40ad6728e6edff | fix(es/transforms): Remove unsafe `new String("...")` optimization | [
{
"change_type": "MODIFY",
"diff": "@@ -68,10 +68,7 @@ where\nchain!(\nconsole_remover,\nas_folder(compressor),\n- expr_simplifier(ExprSimplifierConfig {\n- preserve_string_call: true,\n- ..Default::default()\n- })\n+ expr_simplifier(ExprSimplifierConfig {})\n)\n}\n@@ -293,9 +290,7 @@ where\nlet start_time ... | Rust | Apache License 2.0 | swc-project/swc | fix(es/transforms): Remove unsafe `new String("...")` optimization (#3284) | 1 | fix | es/transforms |
126,276 | 16.01.2022 15:56:33 | 10,800 | 55839a8a2b0917560c29a714b3386db66bda5bda | chore(pkg/database): databases catalog query yet unsupported | [
{
"change_type": "MODIFY",
"diff": "@@ -334,6 +334,10 @@ func (d *db) SQLExec(req *schema.SQLExecRequest, tx *sql.SQLTx) (ntx *sql.SQLTx,\n{\nreturn nil, nil, errors.New(\"SQL statement not supported. Please use `CreateDatabase` operation instead\")\n}\n+ case *sql.ListDatabasesStmt:\n+ {\n+ return nil, nil... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): databases catalog query yet unsupported
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
756,013 | 16.01.2022 17:36:02 | 21,600 | 63c754147da870d8d73f847545e25856610f7300 | fix(vats): move to `decentral-core-config.json` to prevent breakage | [
{
"change_type": "MODIFY",
"diff": "\"bundles\": {\n\"zcf\": {\n\"sourceSpec\": \"@agoric/zoe/contractFacet.js\"\n+ }\n},\n+ \"defaultManagerType\": \"xs-worker\",\n+ \"vats\": {\n\"bank\": {\n\"sourceSpec\": \"./src/vat-bank.js\"\n},\n\"parameters\": {\n\"zcfBundleName\": \"zcf\"\n}\n- }\n},\n- \"defaultMa... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(vats): move to `decentral-core-config.json` to prevent breakage | 1 | fix | vats |
756,013 | 16.01.2022 17:37:03 | 21,600 | 0e280cd039c3d66494afb646868f35312e921c60 | refactor(solo): make `start.js` a little clearer | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,7 @@ const fsClose = promisify(fs.close);\nconst rename = promisify(fs.rename);\nconst unlink = promisify(fs.unlink);\n-async function atomicReplaceFile(filename, contents) {\n+const atomicReplaceFile = async (filename, contents) => {\nconst info = await new ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(solo): make `start.js` a little clearer | 1 | refactor | solo |
756,013 | 16.01.2022 17:40:43 | 21,600 | 20965f14c2212024cee9796a2454b5435aa3fcb8 | fix(run-protocol): update `makeRatio` import | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import {\nCONTRACT_ELECTORATE,\nmakeGovernedNat,\n} from '@agoric/governance';\n-import { makeRatio } from '@agoric/zoe/src/contractSupport';\n+import { makeRatio } from '@agoric/zoe/src/contractSupport/index.js';\nimport liquidateBundle from './bundle-l... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(run-protocol): update `makeRatio` import | 1 | fix | run-protocol |
756,013 | 16.01.2022 17:42:11 | 21,600 | fa9dbfedf8fd2cf843ea5ed6535b4dfec2cfd32f | docs(vats): revert change to `src/types.js` | [
{
"change_type": "MODIFY",
"diff": "* @param {DistributorParams} params\n* @returns {Promise<void>}\n*/\n-\n-/** @typedef { import('@agoric/eventual-send').EProxy } EProxy */\n-\n-/**\n- * SwingSet types\n- *\n- * @typedef { ERef<ReturnType<typeof\n- * import('@agoric/swingset-vat/src/devices/mailbox-src.js... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | docs(vats): revert change to `src/types.js` | 1 | docs | vats |
756,013 | 16.01.2022 17:42:43 | 21,600 | 5d4d131feec28b62713280db98d86f6a61e8452c | refactor(vats): rename the core bootstrap modules to src/core | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ import {\nfromCosmosIssuerEntries,\nBLD_ISSUER_ENTRY,\n} from './issuers';\n-import { feeIssuerConfig } from './bootstrap-behaviors.js';\n+import { feeIssuerConfig } from './core/behaviors.js';\nconst { multiply, floorDivide } = natSafeMath;\n",
"new... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(vats): rename the core bootstrap modules to src/core | 1 | refactor | vats |
217,922 | 16.01.2022 18:29:46 | -3,600 | 0529c9a88712241cf998781959baea8de49fbae5 | fix(desktop): fix for slow autofill with non-gathering/crafting obtention | [
{
"change_type": "MODIFY",
"diff": "@@ -101,7 +101,8 @@ export class PacketCaptureTrackerService {\nconst debouncedPatches$ = patches$.pipe(debounceTime(8000));\nconst statusIsNull$ = combineLatest([patches$, eventStatus$, this.listsFacade.selectedList$]).pipe(\n- filter(([, status, list]) => status === nul... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fix for slow autofill with non-gathering/crafting obtention | 1 | fix | desktop |
217,922 | 16.01.2022 19:00:40 | -3,600 | 66ef522c50cd22387ec24048dd3ecb0f33df644b | perf(lists): improved list details loading performances | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ import 'core-js/es6/reflect';\n*/\nimport './zone-flags';\nimport 'zone.js'; // Included with Angular CLI.\n-import 'zone.js/plugins/zone-patch-rxjs';\n+import './zone-patch-rxjs';\nimport 'zone.js/plugins/zone-error';\n/** Drag and drop touch polyfill *... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | perf(lists): improved list details loading performances | 1 | perf | lists |
129,350 | 16.01.2022 19:13:45 | -3,600 | dac6de03fe30cb4d76a5504b481c7beef881031f | fix(bump): raise non zero error code when there's no elegible commit to bump | [
{
"change_type": "MODIFY",
"diff": "@@ -170,7 +170,10 @@ class Bump:\nout.write(information)\nif increment is None and new_tag_version == current_tag_version:\n- raise NoneIncrementExit()\n+ raise NoneIncrementExit(\n+ \"[NO_COMMITS_TO_BUMP]\\n\"\n+ \"The commits found are not elegible to be bumped\"\n+ )\n... | Python | MIT License | commitizen-tools/commitizen | fix(bump): raise non zero error code when there's no elegible commit to bump | 1 | fix | bump |
217,922 | 16.01.2022 19:28:25 | -3,600 | 1c474f3f0ca2da3166564d7ee67ca3390452364d | feat(inventory-optimizer): new optimizer for items that are now functioning as NQ | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,7 @@ import { InventoryService } from '../../modules/inventory/inventory.service';\nimport { OnlyForOneMaterial } from './optimizations/only-for-one-material';\nimport { I18nToolsService } from '../../core/tools/i18n-tools.service';\nimport { LazyDataFacade }... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(inventory-optimizer): new optimizer for items that are now functioning as NQ | 1 | feat | inventory-optimizer |
317,646 | 16.01.2022 19:30:22 | -3,600 | a56b90005f041408ab93a621deb9deaebe8315d9 | fix(os): lowercase OS name
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ package main\nimport (\n\"fmt\"\n+ \"strings\"\n)\ntype osInfo struct {\n@@ -84,7 +85,7 @@ func (n *osInfo) string() string {\nn.os = p\nreturn n.getDistroName(p, \"\")\n}\n- n.os = wsl\n+ n.os = strings.ToLower(wsl)\nreturn fmt.Sprintf(\"%s%s%s\",\nn.prop... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(os): lowercase OS name
resolves #1593 | 1 | fix | os |
217,922 | 16.01.2022 20:04:13 | -3,600 | 9ebf2b64142ab93eab6ae245c2462c384e20d244 | fix(db): fixed wrong collectable flags on some items
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -108,6 +108,7 @@ export interface LazyData {\nbaitItems: Array<number>;\nbaseParams: Record<number, LazyBaseParam>;\nclassJobsModifiers: Record<number, LazyClassJobsModifier>;\n+ collectableFlags: Record<number, number>;\ncollectablesPageData: Record<number, LazyCollec... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed wrong collectable flags on some items
closes #2152 | 1 | fix | db |
317,842 | 16.01.2022 21:02:34 | -3,600 | 115759f4d34ef13a2bb888213e890e885f48fada | feat(debug): cache path added to debug | [
{
"change_type": "MODIFY",
"diff": "@@ -161,6 +161,7 @@ func (e *engine) debug() string {\ne.write(fmt.Sprintf(\"%-*s - %3d ms - %s\\n\", largestSegmentNameLength, segmentName, duration, segment.stringValue))\n}\ne.write(fmt.Sprintf(\"\\n\\x1b[1mRun duration:\\x1b[0m %s\\n\", time.Since(start)))\n+ e.write(... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(debug): cache path added to debug | 1 | feat | debug |
401,141 | 16.01.2022 22:01:55 | 18,000 | 4ff9a44a2a20ce5c9146122af65ecc2704c7a068 | feat: update nav item font weight and nav item active bar sizes in Header component
* fix: update nav item font weight and nav item active bar sizes
affects:
* test: updated snapshots for nav item changes
affects:
* revert: revert change to HeaderTheme navItem height
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -5,27 +5,29 @@ import Header from './Header';\nimport Logo from '@medly-components/core/src/components/Logo';\nimport { HomeIcon, PillIcon, LockIcon } from '@medly-components/icons';\nimport { defaultTheme } from '@medly-components/theme';\n+import { useState } from 'r... | TypeScript | MIT License | medly/medly-components | feat: update nav item font weight and nav item active bar sizes in Header component (#569)
* fix: update nav item font weight and nav item active bar sizes
affects: @medly-components/layout, @medly-components/theme
* test: updated snapshots for nav item changes
affects: @medly-components/layout
* revert: ... | 1 | feat | null |
841,473 | 16.01.2022 22:57:12 | -28,800 | b76d1da699ab0475d349a0c9d5b06ffdd7a6b48f | fix(es/transforms): Handle template literals within `jsonify` pass | [
{
"change_type": "MODIFY",
"diff": "@@ -129,6 +129,13 @@ fn jsonify(e: Expr) -> Value {\nExpr::Lit(Lit::Num(Number { value, .. })) => Value::Number((value as i64).into()),\nExpr::Lit(Lit::Null(..)) => Value::Null,\nExpr::Lit(Lit::Bool(v)) => Value::Bool(v.value),\n+ Expr::Tpl(Tpl { quasis, .. }) => Value::S... | Rust | Apache License 2.0 | swc-project/swc | fix(es/transforms): Handle template literals within `jsonify` pass (#3282) | 1 | fix | es/transforms |
841,488 | 17.01.2022 05:20:02 | 28,800 | 89235b8294dedb4dd50c85e2a3b3ce41bddac85e | fix(es/compat): Apply `static_blocks` before `class_properties` | [
{
"change_type": "MODIFY",
"diff": "@@ -87,12 +87,14 @@ where\n// Proposals\n// ES2022\n+ // static block needs to be placed before class property\n+ // because it transforms into private static property\n+ let pass = add!(pass, ClassStaticBlock, es2022::static_blocks());\nlet pass = add!(\npass,\nClassProp... | Rust | Apache License 2.0 | swc-project/swc | fix(es/compat): Apply `static_blocks` before `class_properties` (#3292) | 1 | fix | es/compat |
711,613 | 17.01.2022 08:07:51 | 28,800 | eb86dfd3908088d7d1662da764819aa2cc51ac71 | docs(core): Update jsdoc to address vendure-config/entityIdStrategy deprecation | [
{
"change_type": "MODIFY",
"diff": "@@ -4,16 +4,19 @@ import { EntityIdStrategy } from './entity-id-strategy';\n* @description\n* An id strategy which uses string uuids as primary keys\n* for all entities. This strategy can be configured with the\n- * `entityIdStrategy` property of the {@link VendureConfig}... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Update jsdoc to address vendure-config/entityIdStrategy deprecation (#1348) | 1 | docs | core |
266,179 | 17.01.2022 09:31:26 | 28,800 | 65433fa74449a5a340d7187edc1a81fa87007654 | chore: add samples noxfile test | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,6 @@ def lint(session):\n@nox.session(python=['3.6', '3.8'])\ndef test(session):\n- session.install('pytest', 'pytest-cov', 'requests_mock', 'watchdog')\n+ session.install('pytest', 'pytest-cov', 'requests_mock', 'watchdog', 'flake8')\nsession.run('pip', 'ins... | Python | Apache License 2.0 | googleapis/synthtool | chore: add samples noxfile test (#1326) | 1 | chore | null |
386,596 | 17.01.2022 10:28:12 | 0 | 068461fd2f34de3e7a622ba4e983e8141bd644b0 | fix(connection-redis): Pin redis dependency to a fixed version and fix error messages. | [
{
"change_type": "MODIFY",
"diff": "@@ -5197,6 +5197,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/blocks-loaders\", \"workspace:packages/plugins/blocks/blocks-loaders\"],\n[\"@lowdefy/blocks-markdown\", \"workspace:packages/plugins/blocks/blocks-markdown\"],\n[\"@lowdefy/connect... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(connection-redis): Pin redis dependency to a fixed version and fix error messages. | 1 | fix | connection-redis |
386,596 | 17.01.2022 10:32:13 | 0 | 11cef0059f684e77854344451f46c9916c0102cd | fix(connection-redis): Add tests with mocked redis client and bumped version. | [
{
"change_type": "MODIFY",
"diff": "@@ -5315,9 +5315,9 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/connection-redis\", \"workspace:packages/plugins/connections/connection-redis\"],\n[\"@lowdefy/ajv\", \"workspace:packages/utils/ajv\"],\n[\"@lowdefy/helpers\", \"workspace:packages... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(connection-redis): Add tests with mocked redis client and bumped @swc/core version. | 1 | fix | connection-redis |
877,015 | 17.01.2022 10:39:34 | -3,600 | f8de7610a6a6f2c0ddcd2936af18331c0f9e766a | docs: update feature_improvements_request.md | [
{
"change_type": "DELETE",
"diff": "----\n-name: Feature Request\n-about: Suggest an idea for this project\n-title: 'feat: '\n-labels: 'enhancement \\U0001F680'\n-assignees: ''\n----\n-\n-<!-- Before submitting an issue, please consult our docs (https://decathlon.design). -->\n-\n-<!-- Please make sure you ... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs: update feature_improvements_request.md | 1 | docs | null |
877,015 | 17.01.2022 10:44:24 | -3,600 | 2edd15e2a068e5e3a4f0b5bf4ac174dba3be1b2d | docs: update new_component_request.md | [
{
"change_type": "DELETE",
"diff": "----\n-name: Component Request\n-about: Suggest a component for this project\n-title: 'feat: add [component name] component'\n-labels: 'enhancement \\U0001F680'\n-assignees: ''\n----\n-\n-<!-- Before submitting an issue, please consult our docs (https://decathlon.design).... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs: update new_component_request.md | 1 | docs | null |
306,346 | 17.01.2022 10:45:01 | -11,880 | bf6b5445ac58f7f80385eae1f5a58ddeca7afa48 | fix(aws): missing region param in elb | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ func getELBRegistryItem() *schema.RegistryItem {\n}\n}\nfunc NewElb(d *schema.ResourceData, u *schema.UsageData) *schema.Resource {\n- r := &aws.Elb{Address: strPtr(d.Address)}\n+ r := &aws.Elb{Address: strPtr(d.Address), Region: strPtr(d.Get(\"region\")... | Go | Apache License 2.0 | infracost/infracost | fix(aws): missing region param in elb | 1 | fix | aws |
217,922 | 17.01.2022 10:54:42 | -3,600 | 6dfd0c691ea6ac25f5c2a5653cf2f84e143ea2df | chore: layout language swap hotfix | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,7 @@ export class LayoutsFacade {\n})]\n}).pipe(\nexpand(({ rows, unfilteredRows, layoutRows }) => {\n- if (unfilteredRows.length === 0) {\n+ if (unfilteredRows.length === 0 || layoutRows.length === 0) {\nreturn EMPTY;\n}\nconst row = layoutRows.shift();\n",
... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: layout language swap hotfix | 1 | chore | null |
471,487 | 17.01.2022 11:08:11 | -3,600 | c447e787bc0ab311317149b73a2e9e97e201fc7b | docs: update lit and friends slack url
* docs: update lit and friends slack url
* Apply suggestions from code review
feat: replace Polymer slack references to Lit & Friends | [
{
"change_type": "MODIFY",
"diff": "# Slack\n-You can also find us on the Polymer slack in the [#open-wc](https://slack.com/share/IUQNUPWUF/awabyN8iYH4dXX6aGpu16ES9/enQtOTc2Nzc2ODEyOTY3LWM5ZGExNGFiMmM4NDY2YWI2MzYwOGY5ZTNlZjk4OGU4NTFhMGJjNmVhNGI4MzVlNTMwNGRiNGIxNjc4MGJhNDg) channel.\n+You can also find us on... | JavaScript | MIT License | open-wc/open-wc | docs: update lit and friends slack url (#2387)
* docs: update lit and friends slack url
* Apply suggestions from code review
feat: replace Polymer slack references to Lit & Friends
Co-authored-by: Benny Powers <bennypowers@users.noreply.github.com>
Co-authored-by: Benny Powers <bennypowers@users.noreply.gi... | 1 | docs | null |
667,713 | 17.01.2022 11:39:32 | -28,800 | 1a110e01a328bd7ca798f88365b5aba210095e17 | feat(android): view pager support offscreenPageLimit | [
{
"change_type": "MODIFY",
"diff": "@@ -116,6 +116,11 @@ public class HippyViewPagerController extends HippyViewController<HippyViewPager\npager.setPageMargin((int) PixelUtil.dp2px(margin));\n}\n+ @HippyControllerProps(name = \"offscreenPageLimit\", defaultNumber = 0, defaultType = HippyControllerProps.NUMB... | C++ | Apache License 2.0 | tencent/hippy | feat(android): view pager support offscreenPageLimit | 1 | feat | android |
103,580 | 17.01.2022 12:03:35 | -3,600 | ad00f833085bec08eefde82e477e64eba44698b4 | refactor: create an util for handling event handlers | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,7 @@ import Portal from '../Portal/Portal';\nimport Surface from '../Surface';\nimport MenuItem from './MenuItem';\nimport { APPROX_STATUSBAR_HEIGHT } from '../../constants';\n+import { addEventListener } from '../../utils/addEventListener';\ntype Props = {\n... | TypeScript | MIT License | callstack/react-native-paper | refactor: create an util for handling event handlers (#3017) | 1 | refactor | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.