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
603,467
13.08.2021 15:03:19
-7,200
7525e44e785efb664d96391751a11b93934be0d3
docs(website): thinking in Serenity/JS - Part 2
[ { "change_type": "ADD", "diff": "+<h2>Your feedback matters!</h2>\n+\n+<p>\n+ If you've enjoyed this tutorial and would like to be notified when I publish the next part, follow us on Twitter:\n+</p>\n+<p>\n+ <a href=\"https://twitter.com/@SerenityJS\" class=\"img-link\">\n+ <img src=\"https://img.shields.io...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(website): thinking in Serenity/JS - Part 2
1
docs
website
603,467
13.08.2021 15:03:37
-7,200
ffe80034beb0789af36ee2394e647a25a7595ba4
chore(examples): removed commented-out code
[ { "change_type": "MODIFY", "diff": "@@ -10,10 +10,6 @@ describe('Managing a Todo List', () => {\nClearLocalStorage(),\n));\n- // afterEach(() => {\n- // browser.execute(`window.localStorage.clear()`);\n- // });\n-\ndescribe('TodoMVC', () => {\ndescribe('actor', () => {\n", "new_path": "examples/webdrive...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(examples): removed commented-out code
1
chore
examples
472,067
13.08.2021 15:07:49
-32,400
e24e68826c33bcfcbd85bd0c6a08fc85c9ff1a8d
refactor(spindle-tokens): multi values, effect style
[ { "change_type": "MODIFY", "diff": "@@ -39,16 +39,16 @@ function exporter({\n.forEach((style) => {\nswitch (style.styleType) {\ncase 'FILL': {\n- const value = style.fills\n- .filter((fill) => fill.visible)\n- .map((fill) => fill.value)\n- .join(', ');\n+ const visibleFills = style.fills.filter((fill) => fi...
TypeScript
MIT License
openameba/spindle
refactor(spindle-tokens): multi values, effect style
1
refactor
spindle-tokens
756,026
13.08.2021 15:08:57
25,200
1c9d160392046c88c63eab527ace14fc78cbd174
refactor: use Ratio operations with explicitly rounding in callSpread and loan
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import './types.js';\nimport { E } from '@agoric/eventual-send';\nimport { AmountMath } from '@agoric/ertp';\n-import { getAmountOut, multiplyBy } from '../../contractSupport/index.js';\n+import { getAmountOut, ceilMultiplyBy } from '../../contractSupport/...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: use Ratio operations with explicitly rounding in callSpread and loan
1
refactor
null
472,067
13.08.2021 15:10:16
-32,400
5d64c038a0647e765afa13932ce8425889aa4eee
build(spindle-tokens): export datk theme, drop shadow
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,26 @@ module.exports = {\nfileName: 'primitive.json'\n})\n]\n+ }],\n+ ['styles', {\n+ fileId: process.env.FIGMA_COLOR_THEME_DARK_FILE_ID,\n+ outputters: [\n+ exporter({\n+ output: './tokens/color',\n+ replacer: result => JSON.stringify({ Color: { Theme: resul...
TypeScript
MIT License
openameba/spindle
build(spindle-tokens): export datk theme, drop shadow
1
build
spindle-tokens
603,467
13.08.2021 15:14:13
-7,200
ea0df5dd38c65d9a2b4220babfdbc685dd15f265
docs(core): DomainEvent api docs
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,19 @@ import { ensure, isDefined, TinyType } from 'tiny-types';\nimport { Timestamp } from '../model';\n+/**\n+ * @desc\n+ * Represents an internal domain event that occurs during test execution.\n+ *\n+ * @abstract\n+ * @extends {tiny-types~TinyType}\n+ */\nex...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(core): DomainEvent api docs
1
docs
core
756,026
13.08.2021 15:21:09
25,200
5a72361c9865be1c40ac6205a58c0eeeda16a681
chore: more non-bigInts caught by typescript enforcement
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { AmountMath } from '@agoric/ertp';\nconst SECONDS_PER_HOUR = 60n * 60n;\nconst SECONDS_PER_DAY = 24n * SECONDS_PER_HOUR;\n-const BASIS_POINTS = 10000;\n+const BASIS_POINTS = 10000n;\n// Treasury owner\n@@ -55,11 +55,11 @@ const build = async (\n} =...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: more non-bigInts caught by typescript enforcement
1
chore
null
386,588
13.08.2021 15:22:26
-7,200
81036db446ae64cd023fe198360fa9506e818ca0
feat(engine): Add async option to actions
[ { "change_type": "MODIFY", "diff": "@@ -27,9 +27,36 @@ class Actions {\nthis.actions = actions;\n}\n+ async callAsyncAction({ action, arrayIndices, block, event, index, responses }) {\n+ try {\n+ const response = await this.callAction({\n+ action,\n+ arrayIndices,\n+ block,\n+ event,\n+ index,\n+ responses,...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Add async option to actions
1
feat
engine
277,277
13.08.2021 15:34:16
-7,200
52422b039c3755a9a052d2570c9fbecc3fcb474f
fix: Stretch slider for available space within ui.inline and ui.section.
[ { "change_type": "MODIFY", "diff": "@@ -197,11 +197,12 @@ export const\n// All form items are wrapped by their component name (first and only prop of \"m\").\n[componentKey] = Object.keys(m),\n{ name, visible = true } = m[componentKey],\n- visibleStyles: React.CSSProperties = visible ? {} : { display: 'none...
Python
Apache License 2.0
h2oai/wave
fix: Stretch slider for available space within ui.inline and ui.section. #582
1
fix
null
667,710
13.08.2021 15:48:03
-28,800
d98dc4b6a264c8fc7efa4059fce1aff7a00ce880
fix(android): element refresh bug
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,11 @@ public class Inspector implements BatchListener {\nString method = methodParamArray[1];\nint id = msgObj.optInt(\"id\");\nJSONObject paramsObj = msgObj.optJSONObject(\"params\");\n- return inspectorDomain.handleRequestFromBackend(context, method, id, pa...
C++
Apache License 2.0
tencent/hippy
fix(android): element refresh bug
1
fix
android
386,581
13.08.2021 16:09:34
-7,200
41653f827ad25d56a1cd189dcb551f7ca4db6ef9
fix(cli): Do not exit dev server if the initial build fails closes
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,10 @@ import versionWatcher from './versionWatcher';\nasync function initialBuild({ context }) {\nconst build = await getBuild({ context });\n+ try {\nawait build();\n+ // eslint-disable-next-line no-empty\n+ } catch (error) {}\nreturn build;\n}\n", "new_...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(cli): Do not exit dev server if the initial build fails closes #711
1
fix
cli
386,588
13.08.2021 16:17:14
-7,200
fd967b929b4ab57a787b1e052c74334dfc54e87b
feat(engine): Add async tests and update docs.
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ _ref:\n- Events are triggered when something happens on a page, like clicking a button or loading a page.\n- A list of actions are executed sequentially by a triggered event.\n- If an action errors, the actions that follow are skipped.\n+ - Actions that ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(engine): Add async tests and update docs.
1
feat
engine
401,126
13.08.2021 16:17:51
14,400
e97c064aba67b218d46f009843a6d1e493c7fe83
fix: increase height of table head cell dividers for XS size affects:
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ export const GroupCell = styled('div').attrs(({ gridTemplateColumns }: GroupCell\nheight: ${({ hidden }) => (hidden ? '0' : '100%')};\n&::after {\n${({ isTitleCell }) => isTitleCell && getBorder('right')}\n+ height: ${({ tableSize }) => tableSize === 'XS...
TypeScript
MIT License
medly/medly-components
fix: increase height of table head cell dividers for XS size affects: @medly-components/core
1
fix
null
438,921
13.08.2021 16:42:16
-32,400
769ec8f5082cfd7c6f9197fb46da6e535e9f2273
feat(axis): Enhance padding to accept px value Implement axis.x.padding.unit='px' Removed axis.getXAxisPadding() substituting by .getXDomainPadding() Refactor convert pixel to scale Fix
[ { "change_type": "MODIFY", "diff": "@@ -584,7 +584,9 @@ class Axis {\nif (svg) {\nconst isYAxis = /^y2?$/.test(id);\nconst targetsToShow = $$.filterTargetsToShow($$.data.targets);\n- const scale = $$.scale[id].copy().domain($$[`get${isYAxis ? \"Y\" : \"X\"}Domain`](targetsToShow, id));\n+ const scale = $$.s...
TypeScript
MIT License
naver/billboard.js
feat(axis): Enhance padding to accept px value - Implement axis.x.padding.unit='px' - Removed axis.getXAxisPadding() substituting by .getXDomainPadding() - Refactor convert pixel to scale Fix #2246
1
feat
axis
791,370
13.08.2021 16:44:23
21,600
15c1eb9730f0b514edb911161f9c59e8d790a5ec
feat(all): remove testing deps This is a follow up for Fixes:
[ { "change_type": "MODIFY", "diff": "@@ -10,12 +10,9 @@ require (\ngithub.com/google/martian/v3 v3.2.1\ngithub.com/google/pprof v0.0.0-20210804190019-f964ff605595\ngithub.com/googleapis/gax-go/v2 v2.0.5\n- github.com/jstemmer/go-junit-report v0.9.1\ngo.opencensus.io v0.23.0\n- golang.org/x/lint v0.0.0-202105...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(all): remove testing deps (#4580) This is a follow up for https://github.com/googleapis/testing-infra-docker/pull/161. Fixes: #4061
1
feat
all
276,949
13.08.2021 16:47:47
10,800
0cf6935571066689532e329bb7b32b183417fed4
feat(input): add props size to icon component
[ { "change_type": "MODIFY", "diff": "@@ -63,6 +63,12 @@ Icon.propTypes = {\nsize: (props, propName, componentName) => {\nconst { size, width, height } = props;\n+ if (width || height) {\n+ return new Error(\n+ `you must use only ${propName}, alone, or width and/or height in ${componentName}`,\n+ );\n+ }\n+\n...
JavaScript
MIT License
gympass/yoga
feat(input): add props size to icon component
1
feat
input
815,577
13.08.2021 16:53:01
-28,800
168f3b9f842faa68995c9da51345599a2d943fb3
fix: fix worker works on an uncached work, not the newest one
[ { "change_type": "MODIFY", "diff": "@@ -23,14 +23,14 @@ pub struct Miner {\npub pow: Arc<dyn PowEngine>,\n/// TODO(doc): @quake\npub client: Client,\n- /// TODO(doc): @quake\n- pub works: LruCache<Byte32, Work>,\n+ /// Tasks's parent's hash that have already been submitted\n+ pub legacy_work: LruCache<Byte3...
Rust
MIT License
nervosnetwork/ckb
fix: fix worker works on an uncached work, not the newest one
1
fix
null
815,577
13.08.2021 17:05:42
-28,800
3389d741c8246aea90936c9b00031b972ee9393f
fix: fix assuming that the submission must be successful
[ { "change_type": "MODIFY", "diff": "@@ -4,9 +4,12 @@ use ckb_async_runtime::Handle;\nuse ckb_channel::Sender;\nuse ckb_error::AnyError;\nuse ckb_jsonrpc_types::{Block as JsonBlock, BlockTemplate};\n-use ckb_logger::{debug, error, warn};\n+use ckb_logger::{debug, error};\nuse ckb_stop_handler::{SignalSender,...
Rust
MIT License
nervosnetwork/ckb
fix: fix assuming that the submission must be successful
1
fix
null
877,026
13.08.2021 17:08:54
-7,200
9880cc58877cd1ec5465170a21da60fab657a8c2
fix(@vtmn/css-popover): change showcase for a better mobile XP
[ { "change_type": "MODIFY", "diff": ">\n<div\nclass=\"vtmn-popover\"\n- data-position=\"top-left\"\n+ data-position=\"top-right\"\naria-describedby=\"my-popover-1\"\ntabindex=\"0\"\n>\n- Top-Left\n+ Top-Right\n<div id=\"my-popover-1\" role=\"tooltip\">\n<p class=\"vtmn-popover_title\">This is the title of th...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(@vtmn/css-popover): change showcase for a better mobile XP (#512) Co-authored-by: Gaspard MATHON <gaspard.mathon@decathlon.com>
1
fix
@vtmn/css-popover
438,921
13.08.2021 17:17:44
-32,400
f3634eed2288d4a4d3961b8a714e742db6b97276
fix(bar): fix data label to be shown for 0 values Return 0(zero) getting ratio, when all data values are 0(zero). Fix
[ { "change_type": "MODIFY", "diff": "@@ -887,7 +887,7 @@ export default {\n* @returns {number} Ratio value\n* @private\n*/\n- getRatio(type, d, asPercent) {\n+ getRatio(type: string, d, asPercent = false): number {\nconst $$ = this;\nconst {config, state} = $$;\nconst api = $$.api;\n@@ -935,7 +935,8 @@ expor...
TypeScript
MIT License
naver/billboard.js
fix(bar): fix data label to be shown for 0 values Return 0(zero) getting ratio, when all data values are 0(zero). Fix #2251
1
fix
bar
386,584
13.08.2021 17:20:58
-7,200
aba280a4f3768c462bff65c8726939a8e6b9cec9
feat(blocksBasic): Added list direction, wrapping and scrolling.
[ { "change_type": "MODIFY", "diff": "type: Test\n- id: two\ntype: Test\n-\n+- id: properties.direction is row\n+ type: List\n+ properties:\n+ direction: row\n+ style:\n+ border: 1px solid blue\n+ blocks:\n+ - id: one\n+ type: Test\n+ - id: two\n+ type: Test\n+- id: properties.direction is column\n+ type: Lis...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksBasic): Added list direction, wrapping and scrolling.
1
feat
blocksBasic
386,581
13.08.2021 17:21:02
-7,200
7af4442c6f2314ffbf927a413c15649425a93b59
feat: Add Lowdefy actions to JsAction
[ { "change_type": "MODIFY", "diff": "*/\nimport { type, serializer } from '@lowdefy/helpers';\n-async function JsAction({ context, params }) {\n+import actionFns from './index.js';\n+\n+async function JsAction({ context, event, params, arrayIndices, blockId }) {\nif (!type.isString(params.name)) {\nthrow new...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Add Lowdefy actions to JsAction
1
feat
null
791,621
13.08.2021 17:22:26
14,400
d4bfc1105a08a4a6c462495ecfd593d21890fc4e
samples: make the comments for publishWithRetrySettings a bit more verbose Fixes:
[ { "change_type": "MODIFY", "diff": "@@ -68,8 +68,9 @@ function main(\nmessages: messages,\n};\n- // Retry settings control how the publisher handles retryable failures\n- // Default values are shown\n+ // Retry settings control how the publisher handles retryable failures. Default values are shown.\n+ // Th...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
samples: make the comments for publishWithRetrySettings a bit more verbose (#1374) Fixes: https://github.com/googleapis/nodejs-pubsub/issues/1189
1
samples
null
688,413
13.08.2021 17:52:55
-10,800
655b1d1d8285603dfee5f408bb07e9d1eee6a2ca
fix: failing master-release job when docs not deployed
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,7 @@ pipeline {\nimageCommitId = gitCommit()\ndownStreamBuilds[0] = buildWithParameters(\njobName: buildImageJobName,\n- propagate: false,\n+ propagate: true,\nwait: true,\nparameters: [\nBRANCH: gitBranch(),\n@@ -134,7 +134,7 @@ pipeline {\nscript {\ndownStr...
TypeScript
MIT License
toptal/picasso
fix: failing master-release job when docs not deployed (#2134)
1
fix
null
320,106
13.08.2021 20:35:44
-7,200
3787c543964489fe5893ca6e6f4ac17593f310d5
fix(discord): add Discord.ClientOptions Added missing gateway intents (as required in v13) Otherwise, a "TypeError [CLIENT_MISSING_INTENTS]" is thrown due to the upgraded to discord.js v13 in For more informations visist discordjs.guide/additional-info/changes-in-v13.html#intents.
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,9 @@ import {RawUserData} from 'discord.js/typings/rawDataTypes';\nconst {notifyGroup, webhooks, notifyGroupSeries} = config.notifications.discord;\nconst {pollInterval, responseTimeout, token, userId} = config.captchaHandler;\n+const clientOptions: Discord.Cli...
TypeScript
MIT License
jef/streetmerchant
fix(discord): add Discord.ClientOptions (#2714) Added missing gateway intents (as required in v13) Otherwise, a "TypeError [CLIENT_MISSING_INTENTS]" is thrown due to the upgraded to discord.js v13 in f14a1ca. For more informations visist discordjs.guide/additional-info/changes-in-v13.html#intents.
1
fix
discord
320,242
13.08.2021 20:49:37
-7,200
a286b73b5d592868d7140d6de312d5a63a226315
chore(store): add more links to norwegian stores
[ { "change_type": "MODIFY", "diff": "@@ -194,6 +194,62 @@ export const Elkjop: Store = {\n'https://www.elkjop.no/INTERSHOP/web/WFS/store-elkjop-Site/no_NO/-/NOK/ViewCart-AddProductByAjax?SKU=275719&Quantity=1&AddToCart=true',\nurl: 'https://www.elkjop.no/product/data/pc-komponenter/grafikkort/275719/msi-gefo...
TypeScript
MIT License
jef/streetmerchant
chore(store): add more links to norwegian stores (#2485)
1
chore
store
67,479
13.08.2021 21:52:13
-36,000
c52847431a8e61c71d24c04eb9f9f741d908cb78
chore(deps): update core package versions
[ { "change_type": "MODIFY", "diff": "\"mermaid\": \"ts-node -P tsconfig.json scripts/generate-mermaid-diagrams.ts\"\n},\n\"devDependencies\": {\n- \"@aurelia/testing\": \"2.0.0-alpha.14\",\n+ \"@aurelia/testing\": \"2.0.0-alpha.16\",\n\"@commitlint/cli\": \"^8.2.0\",\n\"@rollup/plugin-replace\": \"^3.0.0\",\...
TypeScript
MIT License
aurelia/aurelia
chore(deps): update core package versions
1
chore
deps
756,013
13.08.2021 21:54:30
21,600
78d2d73e33311ee09eaec17fa3b5c4d393a73621
fix(deployment): use proper path to build.js
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,8 @@ else\nDONT_PUSH_LATEST := $(if $(findstring -,$(TAG)),:,)\nendif\n-submodule.env: ../xsnap/moddable/src/build.js\n- node ../xsnap/moddable/src/build.js --show-env >$@\n+submodule.env: ../xsnap/src/build.js\n+ node ../xsnap/src/build.js --show-env >$@\ndo...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): use proper path to build.js
1
fix
deployment
679,913
13.08.2021 22:06:13
-7,200
8201ad2c83f32522fcb6fbf0d3d46925491aacc8
feat(text-canvas): add image -> braille functions
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,13 @@ export const blit = (canvas: Canvas, x: number, y: number, src: Canvas) => {\ny |= 0;\nconst { buf: sbuf, width: sw, height: sh } = src;\nconst { buf: dbuf, width: dw } = canvas;\n- const { x1, y1, y2, w: iw, h: ih } = intersectRect(\n+ const {\n+ x1,\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(text-canvas): add image -> braille functions
1
feat
text-canvas
679,913
13.08.2021 22:06:36
-7,200
5dc6ee21c4ab4d5a27c17c089affccf98300ff84
docs(text-canvas): update readme, pkg meta
[ { "change_type": "MODIFY", "diff": "@@ -59,7 +59,7 @@ yarn add @thi.ng/text-canvas\n<script src=\"https://unpkg.com/@thi.ng/text-canvas/lib/index.umd.js\" crossorigin></script>\n```\n-Package sizes (gzipped, pre-treeshake): ESM: 6.05 KB / CJS: 6.40 KB / UMD: 6.14 KB\n+Package sizes (gzipped, pre-treeshake):...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(text-canvas): update readme, pkg meta
1
docs
text-canvas
756,051
13.08.2021 22:33:53
18,000
54486754d77bf7d65bcc590146ffce359eef955d
fix(xsnap): 1st field of `git submodule status` is 1 char
[ { "change_type": "MODIFY", "diff": "@@ -89,8 +89,8 @@ const makeSubmodule = (path, repoUrl, { git }) => {\nconst parseStatus = text =>\ntext\n.split('\\n')\n- .map(line => line.split(' ', 4))\n- .map(([_indent, hash, statusPath, describe]) => ({\n+ .map(line => line.slice(1).split(' ', 3))\n+ .map(([hash, s...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(xsnap): 1st field of `git submodule status` is 1 char
1
fix
xsnap
426,654
13.08.2021 22:40:28
-10,800
33ada3d833ec4ece3ebde36a919724ed94d85676
fix: align version
[ { "change_type": "ADD", "diff": "+---\n+'@web/test-runner': patch\n+'@web/test-runner-chrome': patch\n+'@web/test-runner-commands': patch\n+'@web/test-runner-coverage-v8': patch\n+'@web/test-runner-junit-reporter': patch\n+'@web/test-runner-mocha': patch\n+'@web/test-runner-playwright': patch\n+'@web/test-r...
TypeScript
MIT License
modernweb-dev/web
fix: align @web/test-runner-core version (#1619)
1
fix
null
603,467
13.08.2021 23:08:00
-7,200
3404599d1d8a54da522fdf69f46953ff0292f2ad
chore(examples): make sure target is ignored from version control
[ { "change_type": "MODIFY", "diff": "@@ -5,3 +5,4 @@ node_modules\n# Build artifacts\n.nyc_output\nlib\n+target\n", "new_path": "examples/calculator-app/.gitignore", "old_path": "examples/calculator-app/.gitignore" }, { "change_type": "MODIFY", "diff": "@@ -5,3 +5,4 @@ node_modules\n# Bui...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(examples): make sure target is ignored from version control
1
chore
examples
756,013
13.08.2021 23:48:34
21,600
8af454cb5851bb833924aa863f3d02cdfbbcaa8a
fix(deployment): propagate submodules to docker-build-sdk
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,8 @@ RUN make GIT_REVISION=\"$GIT_REVISION\" MOD_READONLY= compile-go\nFROM node:14.15-buster AS build-js\nARG MODDABLE_COMMIT_HASH\nARG MODDABLE_URL\n+ARG XSNAP_NATIVE_COMMIT_HASH\n+ARG XSNAP_NATIVE_URL\nWORKDIR /usr/src/agoric-sdk\nCOPY . .\n@@ -29,8 +31,13...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): propagate submodules to docker-build-sdk
1
fix
deployment
756,013
13.08.2021 23:49:18
21,600
a2f4861b3e1469f26baae8ce9326068f9d513195
fix(xsnap): build needs to await checkout
[ { "change_type": "MODIFY", "diff": "@@ -197,7 +197,8 @@ async function main(args, { env, stdout, spawn, fs, os }) {\n// eslint-disable-next-line no-await-in-loop\nawait submodule.clone();\n}\n- submodule.checkout(commitHash);\n+ // eslint-disable-next-line no-await-in-loop\n+ await submodule.checkout(commit...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(xsnap): build needs to await checkout
1
fix
xsnap
756,013
14.08.2021 00:03:36
21,600
c8df74bc6e56ad117e01a04298e419e7646862c5
fix(deployment): fix Makefile copy-pasta and dockerignore
[ { "change_type": "MODIFY", "diff": "@@ -16,3 +16,4 @@ packages/stat-logger\n**/_agstate\n.vagrant\npackages/xsnap/moddable\n+packages/xsnap/xsnap-native\n", "new_path": ".dockerignore", "old_path": ".dockerignore" }, { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ docker-push: dock...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): fix Makefile copy-pasta and dockerignore
1
fix
deployment
756,059
14.08.2021 00:13:55
25,200
00f55bbf45308448144a5bcfe84785d9f660bf17
test: add tests for virtual object GC and virtual object weak keys
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ import { makeLiveSlots } from '../src/kernel/liveSlots.js';\nexport function buildSyscall() {\nconst log = [];\n+ const fakestore = new Map();\nconst syscall = {\nsend(targetSlot, method, args, resultSlot) {\n@@ -31,6 +32,18 @@ export function buildSyscall...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: add tests for virtual object GC and virtual object weak keys
1
test
null
756,059
14.08.2021 00:15:13
25,200
1088d451fb86c489b23679ae475fe95b778b0733
test: swingset-runner demo for virtual object GC debugging
[ { "change_type": "ADD", "diff": "+import { E } from '@agoric/eventual-send';\n+import { Far } from '@agoric/marshal';\n+\n+export function buildRootObject(_vatPowers) {\n+ let bob;\n+ let me;\n+ let exportedThing;\n+ let exportedThingRecognizer;\n+ let exerciseWeakKeys;\n+\n+ function maybeRecognize(thing) ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: swingset-runner demo for virtual object GC debugging
1
test
null
730,417
14.08.2021 00:42:39
-14,400
8b6ba214aa5945aa43b5bfc01f04f7f713250d60
fix(style): remove padding above thread
[ { "change_type": "MODIFY", "diff": "flex-grow: 0;\nflex-shrink: 0;\nmargin-right: 16px;\n- padding-top: 6px;\n+ padding-top: 0;\n}\n.selfAvatar {\n", "new_path": "packages/node_modules/@webex/react-component-activity-item-base/src/styles.css", "old_path": "packages/node_modules/@webex/react-componen...
JavaScript
MIT License
webex/react-widgets
fix(style): remove padding above thread
1
fix
style
471,411
14.08.2021 03:20:12
18,000
72b78e62181ac778f635f9e67a3f315fd9ef49af
docs: correct the build instructions
[ { "change_type": "MODIFY", "diff": "@@ -24,13 +24,13 @@ This browser extension allows you to inject [OpenTelemetry](https://opentelemetr\nRun the following in your shell to download and build the extension from source:\n```shell\n-git clone https://github.com/svrnm/opentelemetry-browser-extension\n-cd opent...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
docs: correct the build instructions (#615) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
docs
null
126,276
14.08.2021 09:29:45
10,800
b024c94f35d7a64b7972f9c4e55c7555faa6940f
feat(embedded/sql): inner join with joint table and subqueries
[ { "change_type": "MODIFY", "diff": "@@ -859,7 +859,10 @@ func TestQuery(t *testing.T) {\nfor i := 0; i < rowCount; i++ {\nencPayload := hex.EncodeToString([]byte(fmt.Sprintf(\"blob%d\", i)))\n- _, err = engine.ExecStmt(fmt.Sprintf(\"UPSERT INTO table1 (id, ts, title, active, payload) VALUES (%d, NOW(), 'tit...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/sql): inner join with joint table and subqueries Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/sql
471,398
14.08.2021 09:41:13
-3,600
90d4e78ec090d3f34c3bf24729009a3dcce91f2b
fix(mysql): bind get connection callback to active context
[ { "change_type": "MODIFY", "diff": "* limitations under the License.\n*/\n-import { diag, Span, SpanKind, SpanStatusCode } from '@opentelemetry/api';\n+import {\n+ context,\n+ diag,\n+ Span,\n+ SpanKind,\n+ SpanStatusCode,\n+} from '@opentelemetry/api';\nimport {\nInstrumentationBase,\nInstrumentationNodeMo...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
fix(mysql): bind get connection callback to active context (#562) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
fix
mysql
471,144
14.08.2021 10:03:48
-7,200
33e6f71525873b6ac08f4c5e2ec100b24d9ed0da
docs: fix examples in website_docs/instrumentation.md
[ { "change_type": "MODIFY", "diff": "@@ -72,9 +72,9 @@ The following dependencies are required to trace a Node.js application.\nThese dependencies are required to configure the tracing SDK and create spans.\n-- `@opentelemetry/api`\n-- `@opentelemetry/sdk-trace-node`\n-- `@opentelemetry/sdk-trace-base`\n+```...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
docs: fix examples in website_docs/instrumentation.md (#2412) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
docs
null
447,460
14.08.2021 10:41:20
14,400
8b61e11d68186106f65ac1a6523f2c9b4dceb14b
fix: remove console error
[ { "change_type": "MODIFY", "diff": "export default function getSuffixSI(number) {\nif (!number || number < 0) {\n- // eslint-disable-next-line no-console\n- console.error('Invalid number');\nreturn '';\n}\nconst SI_POSTFIXES = ['', 'k', 'M', 'G'];\n", "new_path": "src/libs/utils/getSuffixSI.js", "ol...
JavaScript
MIT License
nexxtway/react-rainbow
fix: remove console error (#2272) Co-authored-by: Jose Leandro Torres <jtorressicilia@gmail.com>
1
fix
null
471,349
14.08.2021 11:53:24
-10,800
6a99dc22ab5604925c737481514bdf98052479e3
chore: add Rauno56 as the component owner of authored instrumentations
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,16 @@ components:\nplugins/node/opentelemetry-instrumentation-aws-lambda:\n- NathanielRN\n- willarmiros\n+ plugins/node/opentelemetry-instrumentation-restify:\n+ - rauno56\n+ plugins/node/opentelemetry-instrumentation-router:\n+ - rauno56\n+ plugins/node/opente...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
chore: add Rauno56 as the component owner of authored instrumentations (#613) Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr>
1
chore
null
756,013
14.08.2021 13:43:20
21,600
6810aba4bb7d1e20bdd4988ec169dee51c9d38d2
docs: leave breadcrumbs for places to update based on submodules
[ { "change_type": "MODIFY", "diff": "@@ -15,5 +15,7 @@ packages/stat-logger\n**/swingset-kernel-state\n**/_agstate\n.vagrant\n+# When changing/adding entries here, make sure to search the whole project for\n+# `@@AGORIC_DOCKER_SUBMODULES@@`\npackages/xsnap/moddable\npackages/xsnap/xsnap-native\n", "new_p...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs: leave breadcrumbs for places to update based on submodules
1
docs
null
679,913
14.08.2021 15:00:31
-7,200
394dd4999037bc3040f61cb690415e19c4a1e14b
feat(shader-ast): add node type for matrix indexing add `idxm` node `Tag` add `IndexM` node type interface update indexMat(), add column type LUT update `TargetImpl` interface
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ import type { Operator } from \"./ops\";\nimport type { SymOpts } from \"./syms\";\nimport type { Tag } from \"./tags\";\nimport type { BoolTerm } from \"./terms\";\n-import type { Assignable, Indexable, Type, Vec } from \"./types\";\n+import type { Assi...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast): add node type for matrix indexing - add `idxm` node `Tag` - add `IndexM` node type interface - update indexMat(), add column type LUT - update `TargetImpl` interface
1
feat
shader-ast
679,913
14.08.2021 15:04:39
-7,200
998cf3554696835a87fec370f11fb1292424263d
perf(shader-ast): avoid nested literals update `lit()` to avoid nesting if already same type & info
[ { "change_type": "MODIFY", "diff": "@@ -18,16 +18,15 @@ import type {\nimport type { NumericB, NumericF, Type } from \"../api/types\";\nimport { isVec } from \"./checks\";\n-export const lit = <T extends Type>(\n- type: T,\n- val: any,\n- info?: string\n-): Lit<T> => ({\n+export const lit = <T extends Type>...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(shader-ast): avoid nested literals - update `lit()` to avoid nesting if already same type & info
1
perf
shader-ast
679,913
14.08.2021 15:05:20
-7,200
c710d814812690cae2aa517b1de7becf09798b8c
feat(shader-ast): add reciprocal() syntax sugar
[ { "change_type": "MODIFY", "diff": "@@ -217,9 +217,22 @@ export function modi(l: Term<any> | number, r: Term<any> | number): Op2<any> {\n);\n}\n+/**\n+ * Syntax sugar for `-x`.\n+ *\n+ * @param val\n+ */\nexport const neg = <T extends Prim | Int | IVec | Mat>(val: Term<T>) =>\nop1(\"-\", val);\n+/**\n+ * Sy...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast): add reciprocal() syntax sugar
1
feat
shader-ast
679,913
14.08.2021 15:06:48
-7,200
75439caf9f5c719c67b82acbc96dbd5e59d35b8f
refactor(shader-ast-glsl): update impl for new `idxm` node type in GLSL this is same result as normal `idx` node
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,8 @@ import {\ndefTarget,\nFnCall,\nFuncArg,\n+ Index,\n+ IndexM,\nisMat,\nisVec,\nitemType,\n@@ -90,6 +92,9 @@ export const targetGLSL = (opts?: Partial<GLSLOpts>) => {\nreturn res.join(\"\");\n};\n+ const emitIndex = (t: Index<any> | IndexM<any>) =>\n+ `${emi...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast-glsl): update impl for new `idxm` node type - in GLSL this is same result as normal `idx` node
1
refactor
shader-ast-glsl
679,913
14.08.2021 15:09:38
-7,200
094ab360f927dd0f9cecc8afa090de79334295dd
fix(shader-ast-js): fix matrix indexing add mat2/3/4 impls for new `idxm` AST node type
[ { "change_type": "MODIFY", "diff": "@@ -158,6 +158,7 @@ export interface JSBuiltinsMat\nmulm: Fn2<Mat, Mat, Mat>;\nmulvm: Fn2<Vec, Mat, Vec>;\nmulmv: Fn2<Mat, Vec, Vec>;\n+ idx: Fn2<Mat, number, Vec>;\n}\nexport interface JSBuiltinsSampler {\n", "new_path": "packages/shader-ast-js/src/api.ts", "old_...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(shader-ast-js): fix matrix indexing - add mat2/3/4 impls for new `idxm` AST node type
1
fix
shader-ast-js
679,913
14.08.2021 15:28:10
-7,200
54963e7b30f198def2d3b061f47b7dbaa53ae620
feat(shader-ast-stdlib): add level correction fns
[ { "change_type": "ADD", "diff": "+import {\n+ $x,\n+ $y,\n+ $z,\n+ defn,\n+ float,\n+ FLOAT0,\n+ FLOAT05,\n+ FLOAT1,\n+ FloatTerm,\n+ indexMat,\n+ lt,\n+ madd,\n+ Mat3Term,\n+ max,\n+ min,\n+ mul,\n+ pow,\n+ reciprocal,\n+ ret,\n+ sub,\n+ ternary,\n+ Vec2Term,\n+ vec3,\n+ Vec3Term,\n+ VEC3_0,\n+ VEC3_1,\n+}...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-stdlib): add level correction fns
1
feat
shader-ast-stdlib
756,026
14.08.2021 15:31:31
25,200
849b84aa323da9e4bb2802874953184c259a89c7
chore: drop unused function in treasury makeEmptyOfferWithResult has no references
[ { "change_type": "DELETE", "diff": "-// @ts-check\n-\n-import { E } from '@agoric/eventual-send';\n-\n-/**\n- * @param { ContractFacet } zcf\n- */\n-export function makeEmptyOfferWithResult(zcf) {\n- const invitation = zcf.makeInvitation(_ => undefined, 'EmptyOffer');\n- const zoe = zcf.getZoeService();\n- ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: drop unused function in treasury (#3679) makeEmptyOfferWithResult has no references
1
chore
null
756,013
14.08.2021 15:46:49
21,600
dd4fbc166565e7ba1f1a0c06f513570305acefe7
fix(wallet): never fail to suggestPetname
[ { "change_type": "MODIFY", "diff": "@@ -241,18 +241,16 @@ export const makeDehydrator = (initialUnnamedCount = 0) => {\nreturn valToPetname.get(val);\n}\n- if (!isPath(petname)) {\n- // Assert that the name doesn't exist, and add it.\n- addPetname(petname, val);\n- return petname;\n- }\n-\n// Find a unique ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(wallet): never fail to suggestPetname
1
fix
wallet
756,013
14.08.2021 17:01:16
21,600
3ed8e695deb9a0f6c5d924374e61ceb8d9aaff1c
feat(treasury): assert getBootstrapPayment amount
[ { "change_type": "MODIFY", "diff": "@@ -313,16 +313,27 @@ export async function start(zcf, privateArgs) {\nzcfSeat: bootstrapZCFSeat,\nuserSeat: bootstrapUserSeat,\n} = zcf.makeEmptySeatKit();\n+ const bootstrapAmount = AmountMath.make(runBrand, bootstrapPaymentValue);\nrunMint.mintGains(\n{\n- Bootstrap: A...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(treasury): assert getBootstrapPayment amount
1
feat
treasury
756,032
14.08.2021 18:01:27
25,200
0d50b7ffb7ddb8f7e5215e735b10276ab39a9e5b
chore: start cleaning up the bootstrap process and solo tests
[ { "change_type": "MODIFY", "diff": "@@ -9,14 +9,14 @@ import pegasusBundle from './bundle-pegasus.js';\n* @param {ERef<Board>} param0.board\n* @param {Store<NameHub, NameAdmin>} param0.nameAdmins\n* @param {NameHub} param0.namesByAddress\n- * @param {ERef<ZoeService>} param0.zoe\n+ * @param {ERef<ZoeService...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: start cleaning up the bootstrap process and solo tests
1
chore
null
426,654
14.08.2021 19:25:17
-10,800
49dcb6bb71724c8b941389fafb1920d235fc179b
fix: update Rollup dependency to 2.56.2
[ { "change_type": "ADD", "diff": "+---\n+'@web/dev-server-rollup': patch\n+'@web/dev-server': patch\n+---\n+\n+Update Rollup dependency to 2.56.2\n", "new_path": ".changeset/seven-rocks-judge.md", "old_path": null }, { "change_type": "MODIFY", "diff": "\"prettier\": \"^2.3.2\",\n\"prettie...
TypeScript
MIT License
modernweb-dev/web
fix: update Rollup dependency to 2.56.2 (#1623)
1
fix
null
756,051
14.08.2021 22:25:46
18,000
250266befdff903396f507c1b13bab88b2128e18
fix(zoe): relax createInvitationKit to take ERef<TimerService> bootstrap supplies a Promise; don't await until we need it to be present.
[ { "change_type": "MODIFY", "diff": "@@ -4,13 +4,13 @@ import { AmountMath, makeIssuerKit, AssetKind } from '@agoric/ertp';\n/**\n* @param {ShutdownWithFailure | undefined} shutdownZoeVat\n- * @param {TimerService | undefined} timeAuthority\n+ * @param {ERef<TimerService> | undefined} timeAuthorityP\n* @para...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(zoe): relax createInvitationKit to take ERef<TimerService> bootstrap supplies a Promise; don't await until we need it to be present.
1
fix
zoe
756,013
14.08.2021 22:45:19
21,600
ed7d5e114675a8e5604d7184f238696fb96cb834
fix(ERTP): log the payment object when it fails liveness
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,10 @@ export const makePaymentLedger = (\n* @returns {void}\n*/\nconst assertLivePayment = payment => {\n- assert(paymentLedger.has(payment), X`payment not found for ${allegedName}`);\n+ assert(\n+ paymentLedger.has(payment),\n+ X`payment not found for ${alle...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(ERTP): log the payment object when it fails liveness
1
fix
ERTP
756,013
14.08.2021 23:14:29
21,600
aa2da0e8bfb2eed27c84f093dcccfdf00aa85d8b
fix(cosmic-swingset): fix more places that need -ojson
[ { "change_type": "MODIFY", "diff": "@@ -129,7 +129,7 @@ t1-provision-one-with-powers: wait-for-cosmos\nbootstrap $$addr $(SOLO_COINS) && \\\n$(AGCH) --home=t1/bootstrap tx swingset provision-one --keyring-backend=test --from=bootstrap \\\n--gas=auto --gas-adjustment=1.2 --broadcast-mode=block --yes --chain-...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmic-swingset): fix more places that need -ojson
1
fix
cosmic-swingset
756,013
14.08.2021 23:15:06
21,600
799ebdb77056ce40404358099a65f8ef673de6c9
fix(cosmos): deterministic storage modification and querying
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,21 @@ type Keeper struct {\nCallToController func(ctx sdk.Context, str string) (string, error)\n}\n+// A prefix of bytes, since KVStores can't handle empty slices as keys.\n+var keyPrefix = []byte{':'}\n+\n+// keyToString converts a byte slice path to a strin...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(cosmos): deterministic storage modification and querying
1
fix
cosmos
756,013
14.08.2021 23:22:01
21,600
6d2781520b1987c0a9529b300c3a368c09557ee9
feat(cosmic-swingset): provide RUN for sim-chain Closes:
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,10 @@ export async function connectToFakeChain(basedir, GCI, delay, inbound) {\nhardcodedClientAddresses: [bootAddress],\nnoFakeCurrencies: process.env.NO_FAKE_CURRENCIES,\nbootMsg: {\n- supplyCoins: [{ denom: 'ubld', amount: `${50000n * 10n ** 6n}` }],\n+ su...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(cosmic-swingset): provide RUN for sim-chain Closes: #3266
1
feat
cosmic-swingset
317,842
15.08.2021 09:45:44
-7,200
3f02ad4eb30fb91535d6c105f7b8f9ed0865f14b
fix: avoid variable expansion when using postfix in zsh % must be escaped otherwise zsh try to apply variable expansion
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,12 @@ type ansiUtils struct {\nunderline string\nstrikethrough string\nbashFormat string\n+ shellReservedKeywords []shellKeyWordReplacement\n+}\n+\n+type shellKeyWordReplacement struct {\n+ text string\n+ replacement string\n}\nfunc (a *ansiUtils) init(shell ...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: avoid variable expansion when using postfix in zsh % must be escaped otherwise zsh try to apply variable expansion Co-authored-by: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com>
1
fix
null
126,276
15.08.2021 10:53:24
10,800
a48cfe3fa8054e4aefab0b37b2ad0ee4137da2f2
feat(embedded/store): parameterized commit time
[ { "change_type": "MODIFY", "diff": "@@ -81,8 +81,6 @@ const tsSize = 8\nconst szSize = 4\nconst offsetSize = 8\n-const linkedLeafSize = txIDSize + tsSize + txIDSize + 3*sha256.Size\n-\nconst Version = 1\nconst (\n@@ -128,6 +126,8 @@ type ImmuStore struct {\nmaxTxSize int\n+ timeFunc TimeFunc\n+\n_txs *list....
Go
Apache License 2.0
codenotary/immudb
feat(embedded/store): parameterized commit time Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/store
217,922
15.08.2021 11:42:08
-7,200
c6c90e4b61d126504cb24a120a17d6986ac8ec71
fix(list): fixed some items breaking npc breakdown display
[ { "change_type": "MODIFY", "diff": "@@ -74,7 +74,7 @@ export class NpcBreakdown {\n.sort((a, b) => {\nreturn this.getRowScore(b.id) - this.getRowScore(a.id);\n})[0];\n- this.addRow(bestNpc.id, row);\n+ this.addRow(bestNpc?.id || -1, row);\n}\nprivate getTradeSourceScore(tradeSource: TradeSource): number {\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed some items breaking npc breakdown display
1
fix
list
217,922
15.08.2021 11:49:38
-7,200
4d9fa2f87cacd8acb028e9732724e380a76b6cd2
fix(log-tracker): listed gathering nodes are now using the right gathering method
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<div [nzMd]=\"12\" fxLayout=\"row\" fxLayout.lt-md=\"column\" fxLayoutAlign=\"center center\" nz-col>\n- <ng-container *ngIf=\"getNodeData(item.itemId, dolSelectedPage) as nodeData\">\n+ <ng-container *ngIf=\"getNodeData(item.itemId, dolSelectedPage, index...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): listed gathering nodes are now using the right gathering method
1
fix
log-tracker
273,683
15.08.2021 12:02:17
-7,200
0cb24085f0b0af6ec3bcbd8c3150f2ceea8a3978
refactor: resolve postcss config in project root folder
[ { "change_type": "MODIFY", "diff": "@@ -135,7 +135,10 @@ module.exports = (app, { isProd, isServer }) => {\n// css\n- const hasPostCSSConfig = glob.sync(['.postcssrc?({.js,.yaml,.json})', 'postcss.config.js']).length > 0\n+ const postcssConfigFiles = glob.sync(\n+ ['.postcssrc?({.js,.yaml,.json})', 'postcss...
JavaScript
MIT License
gridsome/gridsome
refactor: resolve postcss config in project root folder
1
refactor
null
273,683
15.08.2021 12:02:50
-7,200
abc760adb78d6902892e77288954a36cb74689f6
refactor: remove duplicate dot in asset filenames
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ module.exports = (app, { isProd, isServer }) => {\nconst useHash = isProd && !process.env.GRIDSOME_TEST && projectConfig.cacheBusting\nconst filename = `[name]${useHash ? '.[contenthash:8]' : ''}.js`\n- const assetname = `[name]${useHash ? '.[hash:8]' : ...
JavaScript
MIT License
gridsome/gridsome
refactor: remove duplicate dot in asset filenames
1
refactor
null
217,922
15.08.2021 12:23:14
-7,200
f37864bdb3412e63b36ac4ced4b80ad8c3248cfb
chore(log-tracker): small CD optimization
[ { "change_type": "MODIFY", "diff": "</button>\n</div>\n<div *ngFor=\"let item of page.items; let last = last\">\n- <ng-container *ngIf=\"!userGatheringCompletion[item.itemId] || !hideCompleted\">\n+ <ng-container *ngIf=\"!hideCompleted || !userGatheringCompletion[item.itemId]\">\n<div fxLayoutAlign=\"flex-s...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(log-tracker): small CD optimization
1
chore
log-tracker
217,922
15.08.2021 12:30:27
-7,200
b29840ca231c0e710390187141c9b5d61d7383bd
feat(levequests): support for "road to XX" buff closes
[ { "change_type": "MODIFY", "diff": "@@ -674,6 +674,14 @@ export class SettingsService {\nthis.setSetting('hideLargeLeves', hideLargeLeves.toString());\n}\n+ public get roadToBuffLeves(): boolean {\n+ return this.getBoolean('roadToBuffLeves', false);\n+ }\n+\n+ public set roadToBuffLeves(roadToBuffLeves: boo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(levequests): support for "road to XX" buff closes #1971
1
feat
levequests
471,449
15.08.2021 13:00:08
18,000
2d040e716fdb65f50d618e9efa4822870624c781
docs(publishing): fix link in Additional Reading
[ { "change_type": "MODIFY", "diff": "@@ -133,7 +133,7 @@ If you feel you need polyfills, for package demos or the like, feel free to add\n#### Additional Reading\n-- [How to Public Web Component to npm by Justing Fagnani](https://justinfagnani.com/2019/11/01/how-to-publish-web-components-to-npm/)\n+- [How to...
JavaScript
MIT License
open-wc/open-wc
docs(publishing): fix link in Additional Reading
1
docs
publishing
273,683
15.08.2021 13:05:01
-7,200
587b862880e886d71b6b987f3ad086f9ce6a20ba
refactor: resolve correct core-js package
[ { "change_type": "MODIFY", "diff": "@@ -50,9 +50,6 @@ class VueComponents {\n.options({\npresets: [\nrequire.resolve('@vue/babel-preset-app')\n- ],\n- plugins: [\n- require.resolve('../../webpack/plugins/corejsBabelPlugin.js')\n]\n})\n.end()\n", "new_path": "gridsome/lib/plugins/vue-components/index.js"...
JavaScript
MIT License
gridsome/gridsome
refactor: resolve correct core-js package
1
refactor
null
426,720
15.08.2021 13:17:11
-10,800
861253d78afa18eb17159a1d57b6170d76c33253
chore: cache deps in ci
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ jobs:\nwith:\nnode-version: 12.x\nregistry-url: 'https://registry.npmjs.org'\n+ cache: 'yarn'\n- name: Install Dependencies\nrun: yarn --frozen-lockfile\n", "new_path": ".github/workflows/canary.yml", "old_path": ".github/workflows/canary.yml" ...
TypeScript
MIT License
modernweb-dev/web
chore: cache deps in ci
1
chore
null
273,683
15.08.2021 13:19:37
-7,200
6a5d7ddff77740da6932e3fcf85811b8fe59d339
test(pnp): add script for local pnp test
[ { "change_type": "MODIFY", "diff": "@@ -25,15 +25,9 @@ jobs:\n- name: Checkout\nuses: actions/checkout@v2\n- name: Create project\n- run: git clone https://github.com/gridsome/gridsome-starter-default.git pnp-e2e\n+ run: node scripts/pnp-test.js clone\n- name: Configure Yarn\n- working-directory: ./pnp-e2e\...
JavaScript
MIT License
gridsome/gridsome
test(pnp): add script for local pnp test
1
test
pnp
217,922
15.08.2021 14:50:17
-7,200
73498ff631a9b178c778a68d1fa9c896e24c3e5c
feat(inventory-optimizer): sort by sub container name when it exists
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,14 @@ export class InventoryOptimizerComponent {\nmessageParams: optimizer.getOptimization(item, inventory, extracts)\n};\n})\n- .filter(optimization => optimization.messageParams !== null);\n+ .filter(optimization => optimization.messageParams !== null)\n+ ....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(inventory-optimizer): sort by sub container name when it exists
1
feat
inventory-optimizer
273,683
15.08.2021 14:59:08
-7,200
4626faf8788b4a32e88f6fcb422d27e993d9be35
test(e2e): disable webpack cache
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ const app = express()\nlet browser, page, server\nbeforeAll(async () => {\n- await build(context)\n+ await build(context, { cache: false })\napp.use(express.static(path.join(context, 'dist')))\n", "new_path": "gridsome/lib/__tests__/project-basic.bui...
JavaScript
MIT License
gridsome/gridsome
test(e2e): disable webpack cache
1
test
e2e
756,013
15.08.2021 15:04:44
21,600
ae26bb48df6abb4b25a1b2d0712435afa6ac329b
test(cosmic-swingset): run the actual chain for a few blocks
[ { "change_type": "MODIFY", "diff": "@@ -17,11 +17,7 @@ BASE_PORT?=8000\nOTEL_EXPORTER_PROMETHEUS_PORT = 9461\n-# On a host machine. Stay here.\n-INSPECT_ADDRESS = 127.0.0.1\n-\n-BREAK_CHAIN = false\n-NODE_DEBUG = node --inspect-port=$(INSPECT_ADDRESS):9229\n+AGC_START_ARGS =\nBIN := $(shell echo $${GOBIN-$$...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(cosmic-swingset): run the actual chain for a few blocks
1
test
cosmic-swingset
217,922
15.08.2021 15:33:03
-7,200
5103206cd0c3a8714b1a7f857931af4cfef9c444
feat(list): new button in panel headers to mark whole panel as required HQ
[ { "change_type": "MODIFY", "diff": "@@ -151,12 +151,13 @@ export class LayoutsFacade {\ncollapsed: row.collapseIfDone ? orderedAccepted.reduce((collapse, r) => r.done >= r.amount && collapse, true) : false,\ncollapsedByDefault: row.collapsedByDefault,\nlayoutRow: row,\n- layout: layout\n+ layout: layout,\n+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): new button in panel headers to mark whole panel as required HQ
1
feat
list
217,922
15.08.2021 15:42:51
-7,200
6a49f0a2c4cf5ce4dc97706a1f49abccbbeabe3b
feat(gearset): new button to remove all materias from selected pieces
[ { "change_type": "MODIFY", "diff": "[nzTooltipTitle]=\"'GEARSETS.Edit_gearset' | translate\">\n<i nz-icon nzType=\"edit\"></i>\n</button>\n+ <button nz-button nzShape=\"circle\" *ngIf=\"!(isReadonly$ | async)\"\n+ (nzOnConfirm)=\"emptyMaterias(gearset)\" nz-tooltip nz-popconfirm\n+ [nzTooltipTitle]=\"'GEARS...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(gearset): new button to remove all materias from selected pieces
1
feat
gearset
756,013
15.08.2021 15:58:17
21,600
74543f41a8bb7298c8883df825739f96b2345f3b
chore(agoric-cli): add jsconfig and Typescript linting
[ { "change_type": "ADD", "diff": "+// This file can contain .js-specific Typescript compiler config.\n+{\n+ \"compilerOptions\": {\n+ \"target\": \"esnext\",\n+ \"module\": \"esnext\",\n+\n+ \"noEmit\": true,\n+/*\n+ // The following flags are for creating .d.ts files:\n+ \"noEmit\": false,\n+ \"declaration\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(agoric-cli): add jsconfig and Typescript linting
1
chore
agoric-cli
756,013
15.08.2021 15:59:08
21,600
ad962312557adf87b56b5510ff1059ad669331ad
fix(solo): use SDK-local binaries rather than relying on $PATH
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,11 @@ import {\nconst console = anylogger('chain-cosmos-sdk');\n-const HELPER = 'ag-cosmos-helper';\n+export const HELPER = new URL(\n+ '../../../golang/cosmos/build/ag-cosmos-helper',\n+ import.meta.url,\n+).pathname;\n+\nconst FAUCET_ADDRESS =\n'the appropr...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(solo): use SDK-local binaries rather than relying on $PATH
1
fix
solo
756,013
15.08.2021 15:59:43
21,600
01da194869debb891c223580c4ff02a1845f6aaf
fix(agoric-cli): use SDK binaries rather than relying on $PATH
[ { "change_type": "MODIFY", "diff": "import chalk from 'chalk';\n-import { makePspawn } from './helpers.js';\n+import { makePspawn, getSDKBinaries } from './helpers.js';\nexport default async function cosmosMain(progname, rawArgs, powers, opts) {\nconst IMAGE = `agoric/agoric-sdk`;\n@@ -21,7 +21,8 @@ export ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(agoric-cli): use SDK binaries rather than relying on $PATH
1
fix
agoric-cli
756,013
15.08.2021 17:21:31
21,600
59e49745875f72bf7143ccef13a645afcd85caa5
docs(MAINTAINERS): properly generate CHANGELOGs from now on
[ { "change_type": "MODIFY", "diff": "@@ -11,11 +11,7 @@ To generate a new final release, and CHANGELOG.md files\n```sh\n# Create the final release CHANGELOGs.\n-yarn lerna version --no-push --conventional-graduate --no-git-tag-version\n-# Commit the results.\n-git commit -am \"chore: publish $(jq -r .version...
JavaScript
Apache License 2.0
agoric/agoric-sdk
docs(MAINTAINERS): properly generate CHANGELOGs from now on
1
docs
MAINTAINERS
815,598
15.08.2021 18:10:00
-28,800
8210b7982f7f588355a2a1697b8c3b36800cea34
docs(rpc): document that `send_transaction` will rebroadcast skip ci
[ { "change_type": "MODIFY", "diff": "@@ -2285,7 +2285,7 @@ RPC Module Pool for transaction memory pool.\n* `outputs_validator`: [`OutputsValidator`](#type-outputsvalidator) `|` `null`\n* result: [`H256`](#type-h256)\n-Submits a new transaction into the transaction pool.\n+Submits a new transaction into the t...
Rust
MIT License
nervosnetwork/ckb
docs(rpc): document that `send_transaction` will rebroadcast skip ci
1
docs
rpc
756,013
15.08.2021 18:13:55
21,600
b9f5e7164d5a075b5b737e6360a1def7ecc4e898
style(cosmos): clear up some naming
[ { "change_type": "MODIFY", "diff": "@@ -171,13 +171,13 @@ func (k Keeper) SetStorage(ctx sdk.Context, path string, storage *types.Storage)\n}\n// Update the parent keys.\n- fullPathArray := strings.Split(path, \".\")\n- for i := len(fullPathArray) - 1; i >= 0; i-- {\n- oneUp := strings.Join(fullPathArray[0:...
JavaScript
Apache License 2.0
agoric/agoric-sdk
style(cosmos): clear up some naming
1
style
cosmos
667,635
15.08.2021 18:36:02
-28,800
b677796961dec446048a7cd72fc2e4ba691a4c90
fix(ios): fix degree rotation bug
[ { "change_type": "MODIFY", "diff": "#import <Foundation/Foundation.h>\n#import \"HippyInvalidating.h\"\n+@class HippyExtAnimation;\n+\n@interface HippyExtAnimationIdCount : NSObject\n- (void)addCountForAnimationId:(NSNumber *)animationID;\n- (BOOL)subtractionCountForAnimationId:(NSNumber *)animationID;\n@in...
C++
Apache License 2.0
tencent/hippy
fix(ios): fix degree rotation bug
1
fix
ios
531,793
15.08.2021 19:35:29
-3,600
e5fe212bc4c3852241c0e93cce6025d5f75e64e5
chore(ci): use github actions npm cache
[ { "change_type": "MODIFY", "diff": "@@ -102,26 +102,12 @@ jobs:\n- name: Check out code\nuses: actions/checkout@v2\n- - name: Set git slug envs\n- uses: rlespinasse/github-slug-action@3.5.1\n-\n- name: Set up Node JS\nuses: actions/setup-node@v2\nwith:\nnode-version: 14.17.5\n-\n- - name: Cache NPM modules\...
TypeScript
Apache License 2.0
prymitive/karma
chore(ci): use github actions npm cache
1
chore
ci
386,595
15.08.2021 20:46:56
-7,200
9200e3461ccb719f40578e9f2c15de12fe3c7053
feat(blocksAntd): Selector option.label can be html.
[ { "change_type": "MODIFY", "diff": "- id: default\ntype: AutoComplete\n-- id: \"properties.options-string\"\n+- id: 'properties.options-string'\ntype: AutoComplete\nproperties:\noptions:\n- id: properties.title\ntype: AutoComplete\nproperties:\n- title: \"properties.title: My AutoComplete Title\"\n-- id: \"...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Selector option.label can be html.
1
feat
blocksAntd
317,802
15.08.2021 21:11:02
-7,200
4f08d660b9deb568b44edef6a9f3ee1e1b92dd08
feat(segment): open weather map
[ { "change_type": "ADD", "diff": "+---\n+id: owm\n+title: Open Weather Map\n+sidebar_label: Open Weather Map\n+---\n+\n+## What\n+\n+Shows the current weather of a given location.\n+\n+:::caution\n+\n+You **must** request an API key at the [Open Weather Map](https://openweathermap.org/price) website.\n+The f...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(segment): open weather map
1
feat
segment
756,013
15.08.2021 21:47:58
21,600
1b2f6ff4bf16024d3de7c9d424f8032709b7157d
fix(agoric-cli): upgrade empty minimum-gas-prices to 0urun
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ export const STAKING_DENOM = 'ubld';\nexport const STAKING_MAX_VALIDATORS = 150;\nexport const GOV_DEPOSIT_COINS = [{ amount: '1000000', denom: MINT_DENOM }];\n+export const DEFAULT_MINIMUM_GAS_PRICES = `0${CENTRAL_DENOM}`;\n// Can't beat the speed of ligh...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(agoric-cli): upgrade empty minimum-gas-prices to 0urun
1
fix
agoric-cli
815,574
15.08.2021 22:38:44
-28,800
f7a613daf8dc726bce9cacacc8640f5bf8fde278
refactor(ckb-resource): Remove dependency on tempfile in ckb-resource write target file directly without tempfile created.
[ { "change_type": "MODIFY", "diff": "@@ -12,8 +12,6 @@ repository = \"https://github.com/nervosnetwork/ckb\"\n[dependencies]\nphf = \"0.8.0\"\nincludedir = \"0.6.0\"\n-# Lock tempfile so wasm-build-test will use getrandom 0.1.*\n-tempfile = \"=3.1.0\"\nserde = { version = \"1.0\", features = [\"derive\"] }\n...
Rust
MIT License
nervosnetwork/ckb
refactor(ckb-resource): Remove dependency on tempfile in ckb-resource write target file directly without tempfile created.
1
refactor
ckb-resource
679,913
15.08.2021 22:43:08
-7,200
7898810244a7a4e4cba43c7ec0bedc095e1f4be4
fix(geom-clip-line): off-by-one error in clipLinePoly()
[ { "change_type": "MODIFY", "diff": "@@ -19,11 +19,15 @@ export const clipLinePoly = (\nb: ReadonlyVec,\npts: ReadonlyVec[]\n) => {\n- const isecs = intersectRayPolylineAll(a, direction([], a, b), pts, true)\n- .isec;\n+ const isecs = intersectRayPolylineAll(\n+ a,\n+ direction([], a, b),\n+ pts,\n+ true\n+ ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(geom-clip-line): off-by-one error in clipLinePoly()
1
fix
geom-clip-line
679,913
15.08.2021 22:45:56
-7,200
1fcc3ea3e8e3802c6b8c21c9d8148543c3917c63
feat(vectors): add tensor product
[ { "change_type": "MODIFY", "diff": "@@ -180,6 +180,7 @@ export * from \"./sum\";\nexport * from \"./swizzle\";\nexport * from \"./tan\";\nexport * from \"./tanh\";\n+export * from \"./tensor\";\nexport * from \"./trunc\";\nexport * from \"./vec-of\";\nexport * from \"./wrap\";\n", "new_path": "packages/...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add tensor product
1
feat
vectors
756,064
16.08.2021 00:29:27
25,200
c701369a9c2c10486585af85fdc5b8cee36c033d
chore(swingset): add tool to measure+display metering usage Run `cd packages/SwingSet && node tools/measure-metering/measure.js` to get the report.
[ { "change_type": "ADD", "diff": "+// run as `node tools/measure-metering/measure.js`\n+\n+// eslint-disable-next-line import/order\n+import '../prepare-test-env.js';\n+\n+// eslint-disable-next-line import/order\n+import bundleSource from '@agoric/bundle-source';\n+import { xsnap } from '@agoric/xsnap';\n+i...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): add tool to measure+display metering usage Run `cd packages/SwingSet && node tools/measure-metering/measure.js` to get the report.
1
chore
swingset
877,015
16.08.2021 00:29:39
-7,200
b46a5e397898a69045dd5e0e72f4c2b4d3cb60c1
docs(@vtmn/css): fix oCSS styles of showcase
[ { "change_type": "MODIFY", "diff": ".sbdocs-content {\nmargin-top: 150px;\n}\n- .sbdocs-content div {\n+ .sbdocs-content div[class^=css-] {\ncolor: var(--vtmn-semantic-color_content-primary);\n}\n+ .sbdocs-content pre code {\n+ color: var(--vtmn-semantic-color_content-primary)!important;\n+ }\n.sbdocs-conte...
JavaScript
Apache License 2.0
decathlon/vitamin-web
docs(@vtmn/css): fix oCSS styles of showcase
1
docs
@vtmn/css
877,015
16.08.2021 00:37:53
-7,200
ed3bc1eadf9bab3f6541c5be2f6f04cf1cee8132
refactor(@vtmn/css): add new contentAccent semantic color
[ { "change_type": "MODIFY", "diff": "}\n.vtmn-badge_variant--accent {\nbackground-color: var(--vtmn-semantic-color_background-accent);\n- color: var(--vtmn-semantic-color_content-primary);\n+ color: var(--vtmn-semantic-color_content-accent);\nbox-shadow: none;\n}\n", "new_path": "packages/sources/css/src...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/css): add new contentAccent semantic color
1
refactor
@vtmn/css
877,015
16.08.2021 01:30:32
-7,200
cd8c64a1242619186ea73c32998cd3d706878396
refactor(@vtmn/css-select): change the behavior of managing arrow icon to avoid margin bottom
[ { "change_type": "MODIFY", "diff": "}\n/* Set the dropdown arrow icon */\n-.vtmn-select_container::after {\n+.vtmn-select_container::before {\ncontent: '';\nmask: url(\"data:image/svg+xml;charset=utf-8, <svg width='24' height='24' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'><path fill-rule='eveno...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/css-select): change the behavior of managing arrow icon to avoid margin bottom
1
refactor
@vtmn/css-select
104,966
16.08.2021 05:53:18
10,800
fd41a30880680a8c02f2f12772f2e237b827e2d9
feat: adding hideCloseButton prop to cv-inline-notification
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n+exports[`CvInlineNotification should not render close button when hideCloseButton is true 1`] = `\n+<div data-notification=\"\" role=\"alert\" class=\"cv-inline-notification bx--inline-notification bx--inline-notification--erro...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
feat: adding hideCloseButton prop to cv-inline-notification (#1233) Co-authored-by: Luiza <luizaleitemendes@ibm.com> Co-authored-by: Lee Chase <leechase@live.com>
1
feat
null
317,842
16.08.2021 07:06:49
-7,200
5500530d9fcdc7bf90f2c03bc239fd28e97f4c31
chore: upgrade sprig to v3
[ { "change_type": "MODIFY", "diff": "@@ -4,9 +4,7 @@ go 1.16\nrequire (\ngithub.com/BurntSushi/toml v0.4.1 // indirect\n- github.com/Masterminds/goutils v1.1.1 // indirect\n- github.com/Masterminds/semver v1.5.0 // indirect\n- github.com/Masterminds/sprig v2.22.0+incompatible\n+ github.com/Masterminds/sprig/...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: upgrade sprig to v3 #900
1
chore
null
889,620
16.08.2021 08:55:08
-28,800
d4b9f5d7c453f677e76092b569be16ae76e20e5b
fix(scanner): don't ignore files with reparse point should fix
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ class FileSystemScanner(\nroot, setOf(FileVisitOption.FOLLOW_LINKS), Integer.MAX_VALUE,\nobject : FileVisitor<Path> {\noverride fun preVisitDirectory(dir: Path, attrs: BasicFileAttributes): FileVisitResult {\n- logger.trace { \"preVisit: $dir\" }\n+ logg...
Kotlin
MIT License
gotson/komga
fix(scanner): don't ignore files with reparse point should fix #616
1
fix
scanner