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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
679,913 | 07.07.2019 03:34:47 | -3,600 | 38c858de7e16f155d5495d1d37f1ee001629f9c8 | chore(examples): remove obsolete barebones webgl demo | [
{
"change_type": "DELETE",
"diff": "-.cache\n-out\n-node_modules\n-yarn.lock\n-*.js\n",
"new_path": null,
"old_path": "examples/webgl/.gitignore"
},
{
"change_type": "DELETE",
"diff": "-# webgl\n-\n-[Live demo](https://demo.thi.ng/umbrella/webgl/)\n-\n-Please refer to the [example build\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | chore(examples): remove obsolete barebones webgl demo | 1 | chore | examples |
679,913 | 07.07.2019 04:16:02 | -3,600 | badbaa98e6692df41565be634eda89bbec195d54 | test: fix/update tests in various pkgs | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ describe(\"defmulti\", () => {\n});\nit(\"apr\", () => {\n- const apr = defmulti(\n+ const apr = defmulti<any, number>(\n({ type, balance }) => `${type}-${balance < 1e4 ? \"low\" : balance < 5e4 ? \"med\" : \"high\"}`\n);\napr.add(\"current-low\", ({ bal... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test: fix/update tests in various pkgs | 1 | test | null |
679,913 | 07.07.2019 04:16:23 | -3,600 | b89502ab2579129353991134c8bde55f24c4e8cf | docs(examples): update example list in readme | [
{
"change_type": "MODIFY",
"diff": "@@ -26,27 +26,44 @@ in touch via PR, issue tracker, email or twitter!\n| 15 | [hdom-canvas-clock](./hdom-canvas-clock) | hdom-canvas rendered clock | hdom, hdom-canvas, transducers | basic |\n| 16 | [hdom-canvas-draw](./hdom-canvas-draw) | hdom-canvas mouse / touch gestur... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): update example list in readme | 1 | docs | examples |
679,913 | 07.07.2019 04:56:04 | -3,600 | 06b877b11f469aa84f3f517e98bdfada8ba96862 | docs: update main readme & contributing doc | [
{
"change_type": "MODIFY",
"diff": "Firstly, thanks for taking an interest in these projects!\n-There're many ways you can contribute and help to improve these projects and\n-help spread the word. This doc describes some guidelines for some of them.\n+There're many ways you can contribute and help to improv... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: update main readme & contributing doc | 1 | docs | null |
679,913 | 07.07.2019 04:59:03 | -3,600 | 48a9712582a7a936c9f5c1de1fc450a2d8bde2bc | docs: replace feature branch links in readmes | [
{
"change_type": "MODIFY",
"diff": "[Live demo](http://demo.thi.ng/umbrella/shader-ast-canvas2d/)\nWIP example of using\n-[@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/feature/webgl/packages/shader-ast)\n+[@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/master/packages/shader-ast)... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: replace feature branch links in readmes | 1 | docs | null |
679,913 | 07.07.2019 05:00:05 | -3,600 | a02d7b1dbea4e4a294d238af108d23ec831c1981 | build(examples): add missing shader-ast-noise source file | [
{
"change_type": "ADD",
"diff": "+import {\n+ $,\n+ add,\n+ assign,\n+ defMain,\n+ defn,\n+ float,\n+ FloatSym,\n+ program,\n+ ret,\n+ sym,\n+ vec2,\n+ Vec2Sym,\n+ vec3,\n+ vec4\n+} from \"@thi.ng/shader-ast\";\n+import { GLSLVersion, targetGLSL } from \"@thi.ng/shader-ast-glsl\";\n+import { initRuntime, ta... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(examples): add missing shader-ast-noise source file | 1 | build | examples |
815,609 | 07.07.2019 14:04:26 | -28,800 | 3e6fb44d34d06658de6f6f845a7fd8888faf30a3 | feat: partition nonce for miners who use multi-threads | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,6 @@ use ckb_pow::{pow_message, Cuckoo, CuckooSip};\nuse crossbeam_channel::{Receiver, Sender};\nuse indicatif::ProgressBar;\nuse numext_fixed_hash::H256;\n-use rand::random;\nuse serde_derive::{Deserialize, Serialize};\nuse std::thread;\nuse std::time::{Durati... | Rust | MIT License | nervosnetwork/ckb | feat: partition nonce for miners who use multi-threads | 1 | feat | null |
679,913 | 07.07.2019 15:48:55 | -3,600 | 5dcd39f23e59e3dea09668fc1c45dc07410ec661 | feat(shader-ast-js): add uvec ops, update imports | [
{
"change_type": "MODIFY",
"diff": "@@ -94,15 +94,42 @@ import {\naddNI2,\naddNI3,\naddNI4,\n- andI2,\n- andI3,\n- andI4,\n+ addNU2,\n+ addNU3,\n+ addNU4,\n+ addU2,\n+ addU3,\n+ addU4,\nasin2,\nasin3,\nasin4,\natan2,\natan3,\natan4,\n+ bitAndI2,\n+ bitAndI3,\n+ bitAndI4,\n+ bitAndU2,\n+ bitAndU3,\n+ bitAndU... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-js): add uvec ops, update imports | 1 | feat | shader-ast-js |
679,913 | 07.07.2019 16:15:51 | -3,600 | 60c3245729d52f1771d7916493aa5966334019a9 | feat(leb128): add READY promise to allow waiting for WASM initialization
update tests & readme | [
{
"change_type": "MODIFY",
"diff": "@@ -57,6 +57,9 @@ yarn add @thi.ng/leb128\n```ts\nimport * as leb from \"@thi.ng/leb128\";\n+// since WASM initialization is async, need to wait until module is ready...\n+// if WASM is unavailable, the encode/decode functions will throw an error\n+leb.READY.then(()=> {\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(leb128): add READY promise to allow waiting for WASM initialization
- update tests & readme | 1 | feat | leb128 |
67,494 | 07.07.2019 16:16:02 | -7,200 | 87c00bce7fd1d212cfc73fd7875419bb797f3950 | feat(router): fix issue with scopeContext | [
{
"change_type": "MODIFY",
"diff": "@@ -252,8 +252,9 @@ export class Scope {\nlet viewport: Viewport = this.parent.closestViewport((this.element as any).$controller.parent);\nwhile (viewport && viewport.owningScope === this.parent) {\nparents.unshift(viewport.description(full));\n- // TODO: Change this to c... | TypeScript | MIT License | aurelia/aurelia | feat(router): fix issue with scopeContext | 1 | feat | router |
679,913 | 07.07.2019 17:32:50 | -3,600 | 2ee28d0ae2822853908c47f1998bdc448ccd241e | test(rstream): update timeout delays due to travis errors | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,7 @@ describe(\"fromIterable()\", () => {\ndoneCalled = true;\n}\n});\n- setTimeout(() => src.cancel(), 10);\n+ setTimeout(() => src.cancel(), 15);\nsetTimeout(() => {\nassert.deepEqual(buf, [data[0]]);\nassert(!doneCalled);\n",
"new_path": "packages/rstr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(rstream): update timeout delays due to travis errors | 1 | test | rstream |
815,745 | 07.07.2019 18:17:20 | -10,800 | 1614aa73de1c2b15688b329de9b093cfb3474dd5 | feat: pass custom input attributes using `inputAttrs`
closes
BREAKING CHANGE: autoCorrect, autoCapitalize are now removed. | [
{
"change_type": "MODIFY",
"diff": "@@ -150,8 +150,7 @@ map: {\n| [typeahead] | `Subject` | `-` | no | Custom autocomplete or advanced filter. |\n| typeToSearchText | `string` | `Type to search` | no | Set custom text when using Typeahead |\n| [virtualScroll] | `boolean` | false | no | Enable virtual scroll... | TypeScript | MIT License | ng-select/ng-select | feat: pass custom input attributes using `inputAttrs`
closes #1222
BREAKING CHANGE: autoCorrect, autoCapitalize are now removed. | 1 | feat | null |
815,745 | 07.07.2019 18:24:22 | -10,800 | 112f6a2e386134c07e1b1fdaac97e5bdab61998d | feat: add input for tabIndex
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -151,6 +151,7 @@ map: {\n| typeToSearchText | `string` | `Type to search` | no | Set custom text when using Typeahead |\n| [virtualScroll] | `boolean` | false | no | Enable virtual scroll for better performance when rendering a lot of data |\n| [inputAttrs] | `{ [key: ... | TypeScript | MIT License | ng-select/ng-select | feat: add input for tabIndex
closes #1175 | 1 | feat | null |
679,913 | 07.07.2019 19:26:21 | -3,600 | 1f886c45d1d164acf22289982c6b8ea4066f7d20 | test(rstream): more travis timeout updates | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ describe(\"Subscription\", () => {\nit(\"unsub does not trigger Subscription.done()\", (done) => {\nlet buf: any[] = [];\nlet called = false;\n- src = rs.fromIterable([1, 2, 3], 10);\n+ src = rs.fromIterable([1, 2, 3], 20);\nconst sub = src.subscribe({\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(rstream): more travis timeout updates | 1 | test | rstream |
679,913 | 07.07.2019 20:29:22 | -3,600 | e4ff101052e10c094437a55afe6fe5000ab812f2 | test(rstream): travis timeout updates | [
{
"change_type": "MODIFY",
"diff": "@@ -68,18 +68,25 @@ describe(\"PubSub\", () => {\nassert.equal(pub.getState(), rs.State.DONE);\n});\n- it(\"unsubTopic\", (done) => {\n+ it(\"unsubTopic\", function(done) {\n+ this.timeout(100);\nconst acc: any = { a: [], b: [] };\n- const collect = { next: (x: any) => ac... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(rstream): travis timeout updates | 1 | test | rstream |
679,913 | 07.07.2019 21:25:08 | -3,600 | bb9365d0f58b4d8d1914b7cc86eafccb3244836a | test(rstream): make timeouts parametric, update all relevant tests | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import * as tx from \"@thi.ng/transducers\";\nimport * as assert from \"assert\";\nimport * as rs from \"../src/index\";\n-\n// prettier-ignore\ndescribe(\"bisect\", () => {\nlet src: rs.Stream<number>;\n",
"new_path": "packages/rstream/test/bisect.ts"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(rstream): make timeouts parametric, update all relevant tests | 1 | test | rstream |
679,913 | 08.07.2019 02:30:50 | -3,600 | e68dc199ecd705b9b3c41d7dd59f0932c70d5b5d | fix(resolve-map): fix update fn arg destructuring
update resolveFunction() to allow trailing comma in destructure form, e.g. `{ a, b, }`
add test case | [
{
"change_type": "MODIFY",
"diff": "@@ -244,7 +244,7 @@ const resolveFunction = (\nlet res;\nif (match) {\nconst args = match[2]\n- .replace(/\\s/g, \"\")\n+ .replace(/\\s|,$/g, \"\")\n.split(/,/g)\n.map((k) => k.split(\":\")[0])\n.reduce((acc: any, k) => ((acc[k] = resolve(k)), acc), {});\n",
"new_path... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(resolve-map): fix #97, update fn arg destructuring
- update resolveFunction() to allow trailing comma in destructure form, e.g. `{ a, b, }`
- add test case | 1 | fix | resolve-map |
679,913 | 08.07.2019 02:32:37 | -3,600 | 88128c07c6e6249b5bc6b548ac53e434bd5085ac | build: update deps in make-module/example scripts | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,7 @@ cat << EOF > $MODULE/package.json\n\"scripts\": {\n\"clean\": \"rm -rf .cache build out\",\n\"build\": \"yarn clean && parcel build index.html -d out --public-url ./ --no-source-maps --no-cache --detailed-report --experimental-scope-hoisting\",\n+ \"buil... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update deps in make-module/example scripts | 1 | build | null |
679,913 | 08.07.2019 02:45:58 | -3,600 | 35d9b685320a0beccaf776212b614a41b3e2b13c | feat(webgl-shadertoy): import new pkg | [
{
"change_type": "ADD",
"diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n",
"new_path": "packages/webgl-shadertoy/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, Januar... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(webgl-shadertoy): import new pkg | 1 | feat | webgl-shadertoy |
679,913 | 08.07.2019 02:46:53 | -3,600 | 21fba1743c7d20b37aa9e01a84ee7ea41551c989 | feat(examples): add minimal webgl-shadertoy example | [
{
"change_type": "ADD",
"diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/webgl-shadertoy/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# webgl-shadertoy\n+\n+[Live demo](http://demo.thi.ng/umbrella/webgl-shadertoy/)\n+\n+Please refer... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add minimal webgl-shadertoy example | 1 | feat | examples |
679,913 | 08.07.2019 03:15:11 | -3,600 | de9532b39e222b6b5ad76ad3163e36be982331df | fix(resolve-map): fix update to consider trailing comma & whitespace
add more tests | [
{
"change_type": "MODIFY",
"diff": "@@ -244,7 +244,8 @@ const resolveFunction = (\nlet res;\nif (match) {\nconst args = match[2]\n- .replace(/\\s|,$/g, \"\")\n+ // remove white space and trailing comma\n+ .replace(/\\s|(,\\s*$)/g, \"\")\n.split(/,/g)\n.map((k) => k.split(\":\")[0])\n.reduce((acc: any, k) =>... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(resolve-map): fix #97, update to consider trailing comma & whitespace
- add more tests | 1 | fix | resolve-map |
103,510 | 08.07.2019 04:19:05 | 10,800 | ae6258cf87de04fb88392e1df89b183eb9c4e97f | test: add missing test to ListItem.test.js | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport renderer from 'react-test-renderer';\n-import { Text } from 'react-native';\n+import { Text, View } from 'react-native';\nimport ListItem from '../List/ListItem.tsx';\nimport ListIcon from '../List/ListIcon.tsx';\n+import Chip from ... | TypeScript | MIT License | callstack/react-native-paper | test: add missing test to ListItem.test.js (#1191) | 1 | test | null |
679,913 | 08.07.2019 05:19:24 | -3,600 | bcfbcfd988987952bf3102dd44328757475066f0 | fix(shader-ast): fix update defn() arg lists, add/update docs | [
{
"change_type": "MODIFY",
"diff": "@@ -337,7 +337,7 @@ other TS/JS function and will return a function call AST node with the\nsupplied args.\n```ts\n-// example from @thi.ng/shader-ast-stdlib\n+// example based on @thi.ng/shader-ast-stdlib\n/**\n* Computes Lambert term, optionally using Half-Lambertian,\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(shader-ast): fix #98, update defn() arg lists, add/update docs | 1 | fix | shader-ast |
679,913 | 08.07.2019 05:21:53 | -3,600 | 6ae3ec18334fe4bf2791d800b7e9b8654d1d8a86 | minor(webgl-msdf): update shader fn args | [
{
"change_type": "MODIFY",
"diff": "@@ -36,14 +36,14 @@ export interface MSDFShaderOpts {\ncolor: boolean;\n}\n-export const median3 = defn(\"float\", \"median3\", [[\"vec3\"]], (v) => [\n+export const median3 = defn(\"float\", \"median3\", [\"vec3\"], (v) => [\nret(max(min($x(v), $y(v)), min(max($x(v), $y(... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(webgl-msdf): update shader fn args | 1 | minor | webgl-msdf |
679,913 | 08.07.2019 05:23:50 | -3,600 | 78a918538b81873cc427e411e2772367e47865f4 | refactor(examples): update shader fn arg lists | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ const JS = targetJS();\nconst mainImage = defn(\n\"vec4\",\n\"mainImage\",\n- [[\"vec2\", \"fragCoord\"], [\"vec2\", \"res\"], [\"float\", \"time\"]],\n+ [\"vec2\", \"vec2\", \"float\"],\n(fragCoord, res, time) => {\nlet uv: Vec2Sym;\nlet col: FloatSym;\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update shader fn arg lists (#98) | 1 | refactor | examples |
679,913 | 08.07.2019 05:50:26 | -3,600 | cc9ab35a0066cb81cd5602d308ecc4b720835809 | fix(matrices): mixQ result handling | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,8 @@ export const mixQ = (\nu = Math.sin(theta * (1 - t)) / stheta;\nv = Math.sin(theta * t) / stheta;\n}\n- return maddN4(null, b, v, mulN4(out, a, u));\n+ !out && (out = a);\n+ return maddN4(out, b, v, mulN4(out, a, u));\n}\nreturn a !== out ? set4(out, a) ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(matrices): mixQ result handling | 1 | fix | matrices |
679,913 | 08.07.2019 05:50:52 | -3,600 | 8ec12a402edf62835a16605ea4b90c93fd08df85 | fix(vectors): reflect output handling | [
{
"change_type": "MODIFY",
"diff": "@@ -2,4 +2,5 @@ import { VecOpVV } from \"./api\";\nimport { dot } from \"./dot\";\nimport { maddN } from \"./maddn\";\n-export const reflect: VecOpVV = (out, a, b) => maddN(out, b, -2 * dot(a, b), a);\n+export const reflect: VecOpVV = (out, a, b) =>\n+ maddN(out || a, b,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): reflect output handling | 1 | fix | vectors |
679,913 | 08.07.2019 05:51:55 | -3,600 | 294dc1e9f6276c214012dc3a99efd53e8c6613fc | fix(examples): minor fix webgl-msdf demo | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ import { map } from \"@thi.ng/transducers\";\nimport { AttribPool, GLType } from \"@thi.ng/vector-pools\";\nimport {\nfit3,\n- madd,\n+ madd3,\nmixN,\nmulN,\nReadonlyVec,\n@@ -256,8 +256,8 @@ const app = () => {\nif (!body) return;\nadaptDPI(el, window.i... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): minor fix webgl-msdf demo | 1 | fix | examples |
679,913 | 08.07.2019 06:29:06 | -3,600 | 237c6f3d15da1dc887da89050686f47e09108dd7 | fix(shader-ast): builtin `not` (bvec) used wrong internal fn name | [
{
"change_type": "MODIFY",
"diff": "@@ -226,7 +226,7 @@ export const all = (v: Term<BVec>): FnCall<\"bool\"> =>\nbuiltinCall(\"all\", \"bool\", v);\nexport const _not = <T extends BVec>(v: Term<T>) =>\n- builtinCall(\"all\", v.type, v);\n+ builtinCall(\"not\", v.type, v);\nconst texRetType = (sampler: Term<... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(shader-ast): builtin `not` (bvec) used wrong internal fn name | 1 | fix | shader-ast |
103,440 | 08.07.2019 09:51:29 | -7,200 | fe3efaeedadc43fb14b9abb5f04c3fe5cbbedbee | feat: add ToggleButton.Row component | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ class ToggleButtonExample extends React.Component<Props, State> {\nreturn (\n<View style={[styles.container, { backgroundColor: background }]}>\n<List.Section title=\"Single\">\n- <View style={styles.row}>\n+ <View style={styles.padding}>\n<ToggleButton\... | TypeScript | MIT License | callstack/react-native-paper | feat: add ToggleButton.Row component (#1169) | 1 | feat | null |
71,663 | 08.07.2019 09:57:57 | 25,200 | f8256e788a94ba5ccd9cbb81d4b93297ddbd5502 | fix(codepipeline): mark crossRegionReplicationBuckets and crossRegionSupport as experimental.
BREAKING CHANGE: codepipeline.Pipeline.crossRegionReplicationBuckets is now experimental
* codepipeline.Pipeline.crossRegionSupport is now experimental
* codepipeline.CrossRegionSupport is now experimental | [
{
"change_type": "MODIFY",
"diff": "@@ -88,6 +88,7 @@ export interface PipelineProps {\n* the construct will automatically create a Stack containing an S3 Bucket in that region.\n*\n* @default - None.\n+ * @experimental\n*/\nreadonly crossRegionReplicationBuckets?: { [region: string]: s3.IBucket };\n@@ -292... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(codepipeline): mark crossRegionReplicationBuckets and crossRegionSupport as experimental. (#3226)
BREAKING CHANGE: codepipeline.Pipeline.crossRegionReplicationBuckets is now experimental
* codepipeline.Pipeline.crossRegionSupport is now experimental
* codepipeline.CrossRegionSupport is now experimental | 1 | fix | codepipeline |
679,913 | 08.07.2019 12:21:51 | -3,600 | 10a373cf7f2792e447e43d465d604ae868f9f4fe | docs(examples): add comments for webgl-shadertoy demo | [
{
"change_type": "MODIFY",
"diff": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n- <meta http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\">\n- <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n- <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n+ <meta http-e... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): add comments for webgl-shadertoy demo | 1 | docs | examples |
815,745 | 08.07.2019 12:28:53 | -10,800 | 86d611d945681f5cb0889a569233046a18227cd4 | fix: emit add event after model has been updated
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -431,10 +431,10 @@ export class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, C\nthis._clearSearch();\n}\n+ this._updateNgModel();\nif (this.multiple) {\nthis.addEvent.emit(item.value);\n}\n- this._updateNgModel();\n}\nif (this.closeOnSelect || this... | TypeScript | MIT License | ng-select/ng-select | fix: emit add event after model has been updated
closes #620 | 1 | fix | null |
932,453 | 08.07.2019 12:55:43 | 14,400 | fccd2db6588fe2ec2b32af9b14617b145abc1198 | fix: Add repostiory field to package.json files | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"@spotify/web-scripts-monorepo\",\n\"private\": true,\n\"license\": \"Apache-2.0\",\n+ \"repository\": {\n+ \"type\": \"git\",\n+ \"url\": \"git+https://github.com/spotify/web-scripts.git\"\n+ },\n\"scripts\": {\n\"test\": \"lerna run test --stream\",\n\"build\... | TypeScript | Apache License 2.0 | spotify/web-scripts | fix: Add repostiory field to package.json files | 1 | fix | null |
815,595 | 08.07.2019 13:03:53 | -28,800 | 7a5bc76c4d6d3efd2f5f66af0bfff9971c739c49 | test: Fix valid_since test | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,8 @@ impl ValidSince {\nDEFAULT_TX_PROPOSAL_WINDOW.0 + 2\n}\n+ // (current, current+cellbase_maturity): Err(InvalidTx(CellbaseImmaturity))\n+ // [current+cellbase_maturity, current+relative_number): Err(InvalidTx(Immature))\npub fn test_since_relative_block_n... | Rust | MIT License | nervosnetwork/ckb | test: Fix valid_since test | 1 | test | null |
71,663 | 08.07.2019 13:04:59 | 25,200 | aecaa5d6618cf3f4907f20cb372d93eec9ebb640 | chore: remove the allowed-breaking-changes.txt file. | [
{
"change_type": "DELETE",
"diff": "-removed:@aws-cdk/aws-ec2.Port.toRuleJSON\n-change-return-type:@aws-cdk/aws-codebuild.LinuxBuildImage.fromAsset\n-removed:@aws-cdk/aws-codebuild.LinuxBuildImage.fromDockerHub\n-change-return-type:@aws-cdk/aws-codebuild.LinuxBuildImage.fromEcrRepository\n-changed-type:@aws... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: remove the allowed-breaking-changes.txt file. (#3241) | 1 | chore | null |
722,013 | 08.07.2019 13:12:37 | 18,000 | a52db73714a33ea797877ca639d07c84ee8cbe45 | test: add model and value problem test | [
{
"change_type": "MODIFY",
"diff": "@@ -315,6 +315,28 @@ describe('propHandler', () => {\nexpect(documentation.getPropDescriptor).not.toHaveBeenCalledWith('test')\nexpect(documentation.getPropDescriptor).toHaveBeenCalledWith('v-model')\n})\n+\n+ it('should set the @model property as v-model instead of value... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: add model and value problem test | 1 | test | null |
815,745 | 08.07.2019 13:15:00 | -10,800 | 1083ff6e45c8c54bf2dfd3992d9e3d5e0c3f26e9 | fix: use border thin for material theme
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ $ng-select-bg: #ffffff !default;\nalign-items: baseline;\nmin-height: 51.5px;\n&:after {\n- border-bottom: 1px solid rgba(0, 0, 0, .42);\n+ border-bottom: thin solid rgba(0, 0, 0, .42);\ncontent: '';\nwidth: 100%;\nbottom: 0;\n",
"new_path": "src/ng-... | TypeScript | MIT License | ng-select/ng-select | fix: use border thin for material theme
closes #969 | 1 | fix | null |
815,745 | 08.07.2019 13:28:34 | -10,800 | d8be2007ec660f83c0a0693dcd9fd73e50e53a9c | fix: stringify group label
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -370,7 +370,7 @@ export class ItemsList {\n}\nconst isObjectKey = isObject(key);\nconst parent: NgOption = {\n- label: isObjectKey ? '' : <string>key,\n+ label: isObjectKey ? '' : String(key),\nchildren: undefined,\nparent: null,\nindex: i++,\n",
"new_path": "src/n... | TypeScript | MIT License | ng-select/ng-select | fix: stringify group label
closes #1052 | 1 | fix | null |
722,013 | 08.07.2019 13:37:40 | 18,000 | 8884e62e029ca77af91a510cb756415e6de6775a | fix(docgen): allow for v-model in functional components
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,12 @@ export interface PropDescriptor {\nrequired?: string | boolean\ndefaultValue?: { value: string; func?: boolean }\ntags: { [title: string]: BlockTag[] }\n+ /**\n+ * internal name of the prop\n+ * same as key most of the time.\n+ * real prop name if v-mod... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(docgen): allow for v-model in functional components
Closes #493 | 1 | fix | docgen |
438,921 | 08.07.2019 14:06:00 | -32,400 | c24bddb28282fa3f6b7e9717b2287f743bf8343c | fix(tooltip): Correct tooltip on dynamic loading
Make to update eventRect elements
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -691,14 +691,10 @@ describe(\"TOOLTIP\", function() {\nit(\"check when first data is null\", () => {\nchart.tooltip.show({x:1});\n- expect(chart.$.tooltip.html()).to.be.equal(\n- `<table class=\"bb-tooltip\"><tbody><tr><th colspan=\"2\">1</th></tr>\n- <tr class=\"bb-to... | TypeScript | MIT License | naver/billboard.js | fix(tooltip): Correct tooltip on dynamic loading
Make to update eventRect elements
Fix #963 | 1 | fix | tooltip |
815,745 | 08.07.2019 14:25:05 | -10,800 | 86ab7511f1c76cf3a50ab083a9a4a193bd0f4af6 | fix: preserve items without group order
closes | [
{
"change_type": "MODIFY",
"diff": "+import { newId } from './id';\n+import { NgSelectComponent } from './ng-select.component';\nimport { NgOption } from './ng-select.types';\nimport * as searchHelper from './search-helper';\n-import { NgSelectComponent } from './ng-select.component';\n-import { isDefined, ... | TypeScript | MIT License | ng-select/ng-select | fix: preserve items without group order
closes #1132 | 1 | fix | null |
815,745 | 08.07.2019 14:40:13 | -10,800 | a586b7450f4067f32c811475951c166e8581e924 | chore: update changelog path | [
{
"change_type": "MODIFY",
"diff": "#!/bin/bash\ngit pull\n# update changelog\n-cd ./src\n-node ../node_modules/standard-version/bin/cli.js --infile ../CHANGELOG.md\n+cd ./src/ng-select/\n+node ../../node_modules/standard-version/bin/cli.js --infile ../../CHANGELOG.md\ncd ..\n# build lib\n",
"new_path":... | TypeScript | MIT License | ng-select/ng-select | chore: update changelog path | 1 | chore | null |
815,745 | 08.07.2019 14:55:03 | -10,800 | 6b19b8ebfc3c6e5143fd7455ba5e66bc1a1cb115 | chore: fix demo build base path | [
{
"change_type": "MODIFY",
"diff": "},\n\"scripts\": {\n\"build\": \"ng build ng-select && yarn build:themes && yarn copy-sass\",\n- \"build:demo\": \"ng build demo --prod && yarn copy-examples\",\n+ \"build:demo\": \"ng build demo --prod --baseHref=/ng-select && yarn copy-examples\",\n\"build:themes\": \"n... | TypeScript | MIT License | ng-select/ng-select | chore: fix demo build base path | 1 | chore | null |
815,598 | 08.07.2019 15:00:53 | -28,800 | 5a6cdc10f5951e9779c7e04ebb2715a68342d9d2 | chore: remove duplicated lines
Introduced by merge conflicts | [
{
"change_type": "MODIFY",
"diff": "@@ -231,7 +231,6 @@ where\nif log_enabled!(Level::Debug) {\n// Regain the updated best known\n- let shared_best_known = self.synchronizer.shared.shared_best_header();\nlet chain_state = self.synchronizer.shared.lock_chain_state();\nlet shared_best_known = self.synchronize... | Rust | MIT License | nervosnetwork/ckb | chore: remove duplicated lines
Introduced by merge conflicts | 1 | chore | null |
815,569 | 08.07.2019 15:00:53 | -28,800 | a2403cd03f70841e7f1555ba49a26abb5c143756 | test: refactor script test | [
{
"change_type": "MODIFY",
"diff": "@@ -435,13 +435,14 @@ mod tests {\nuse ckb_core::script::{Script, ScriptHashType};\nuse ckb_core::transaction::{CellInput, CellOutput, OutPoint, TransactionBuilder};\nuse ckb_core::{capacity_bytes, Capacity};\n- use ckb_crypto::secp::{Generator, Privkey};\n+ use ckb_crypt... | Rust | MIT License | nervosnetwork/ckb | test: refactor script test | 1 | test | null |
722,013 | 08.07.2019 15:01:05 | 18,000 | 1de8da0fda64ee85f9645d6dc8ce7a6704b4af1d | test: update snapshot with changes | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,8 @@ describe('propHandler', () => {\nbeforeEach(() => {\nmockPropDescriptor = {\ndescription: '',\n- tags: {}\n+ tags: {},\n+ name: ''\n}\nconst MockDocumentation = require('../../Documentation').Documentation\ndocumentation = new MockDocumentation()\n",
... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: update snapshot with changes | 1 | test | null |
942,615 | 08.07.2019 15:02:26 | 25,200 | 24a25b1612a4b6eeea753334323f6e784067a0b1 | refactor(icon-list): Move a11y css into icon-list scss file | [
{
"change_type": "MODIFY",
"diff": "@import './lib/spacing.scss';\n@import './lib/type.scss';\n@import './lib/accessibility.scss';\n-\n-// Components\n-@import '~@workday/canvas-kit-css-icon/lib/icon-list';\n-@import './lib/components/accessibility.scss';\n",
"new_path": "modules/core/css/index.scss",
... | TypeScript | Apache License 2.0 | workday/canvas-kit | refactor(icon-list): Move a11y css into icon-list scss file | 1 | refactor | icon-list |
942,615 | 08.07.2019 15:04:44 | 25,200 | 2003d5ba0a1b7cc4a2ca3c0c64c236c7b47d7c58 | fix(table): Add missing dependency for icon-list | [
{
"change_type": "MODIFY",
"diff": "@import '~@workday/canvas-kit-css-core/lib/mixins';\n@import '~@workday/canvas-kit-css-core/lib/variables';\n+@import '~@workday/canvas-kit-css-icon/lib/icon-list';\n@import './lib/mixins.scss';\n@import './lib/table.scss';\n@import './lib/errors.scss';\n",
"new_path"... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(table): Add missing dependency for icon-list | 1 | fix | table |
504,004 | 08.07.2019 15:06:32 | 14,400 | f094b2d723dd8017855f7b2c153b04d3c374c890 | fix(Dropdown): Provide option to not autofocus on first item | [
{
"change_type": "MODIFY",
"diff": "@@ -88,6 +88,7 @@ exports[`ApplicationLauncher dropup + right aligned 1`] = `\n>\n<DropdownWithContext\naria-label=\"Application launcher\"\n+ autoFocus={true}\nclassName=\"\"\ndirection=\"up\"\ndropdownItems={\n@@ -367,6 +368,7 @@ exports[`ApplicationLauncher dropup 1`] ... | TypeScript | MIT License | patternfly/patternfly-react | fix(Dropdown): Provide option to not autofocus on first item (#2473) | 1 | fix | Dropdown |
815,745 | 08.07.2019 15:42:32 | -10,800 | 0e63ed6ab0adacd36b75706d91b4f0cba6da0c6b | chore: fix demo page examples | [
{
"change_type": "MODIFY",
"diff": "-import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n+import { NgModule } from '@angular/core';\n+import { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { NgOptionHighlightModule } from '@ng-select/ng-option-high... | TypeScript | MIT License | ng-select/ng-select | chore: fix demo page examples | 1 | chore | null |
815,745 | 08.07.2019 15:53:36 | -10,800 | 0a0f3d2e270d610c492c8c154ffd53f161336fde | chore: fix demo stackblitz examples path | [
{
"change_type": "MODIFY",
"diff": "@@ -3,8 +3,8 @@ import { Injectable } from '@angular/core';\nimport sdk from '@stackblitz/sdk';\nimport { Project } from '@stackblitz/sdk/typings/interfaces';\n-const EXAMPLE_PATH = '/examples/';\n-const TEMPLATE_PATH = '/assets/stackblitz/';\n+const EXAMPLE_PATH = '/ng-s... | TypeScript | MIT License | ng-select/ng-select | chore: fix demo stackblitz examples path | 1 | chore | null |
791,834 | 08.07.2019 16:14:02 | 25,200 | 25b309fcc67a99a7e265f9b849a8a499bda8f9e2 | core: localize invalid URL error message | [
{
"change_type": "MODIFY",
"diff": "@@ -10,9 +10,6 @@ const log = require('lighthouse-logger');\nconst ChromeProtocol = require('./gather/connections/cri.js');\nconst Config = require('./config/config.js');\n-const URL = require('./lib/url-shim.js');\n-const LHError = require('./lib/lh-error.js');\n-\n/** @... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: localize invalid URL error message (#9334) | 1 | core | null |
815,745 | 08.07.2019 16:36:45 | -10,800 | c419b7eda3499e87af2d661b63876651e18d67de | chore: add source button | [
{
"change_type": "MODIFY",
"diff": "\"serve\": {\n\"builder\": \"@angular-devkit/build-angular:dev-server\",\n\"options\": {\n- \"browserTarget\": \"demo:build\"\n+ \"browserTarget\": \"demo:build\",\n+ \"deployUrl\": \"/\"\n},\n\"configurations\": {\n\"production\": {\n",
"new_path": "angular.json",
... | TypeScript | MIT License | ng-select/ng-select | chore: add source button | 1 | chore | null |
730,429 | 08.07.2019 16:40:33 | 14,400 | 8df0de0881c0942b63a4b083e43b8013ea0a2a0b | chore(scripts): fix sdk upgrade script | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ ansiColor('xterm') {\nnvm use v8.15.0\nnpm install -g npm@6.4.1\nnpm install\n- npm run upgradespark\n+ npm run upgradesdk\nnpm install\n'''\n}\n@@ -45,7 +45,7 @@ ansiColor('xterm') {\nversion=$(node ./scripts/utils/jssdkversion.js)\necho $version > .ver... | JavaScript | MIT License | webex/react-widgets | chore(scripts): fix sdk upgrade script | 1 | chore | scripts |
815,745 | 08.07.2019 16:47:40 | -10,800 | 074c65ead75bb13611d71be752dd3993b720c045 | chore: update stackblitz styles | [
{
"change_type": "MODIFY",
"diff": "@import \"~@ng-select/ng-select/themes/default.theme.css\";\nbody {\n+ font-size: 1rem;\n+ font-weight: 400;\n+ line-height: 1.5;\n+ /* Body position must be relative while using appendTo */\n+ position: relative;\n+\nfont-family: -apple-system, BlinkMacSystemFont, \"Sego... | TypeScript | MIT License | ng-select/ng-select | chore: update stackblitz styles | 1 | chore | null |
815,595 | 08.07.2019 16:54:35 | -28,800 | e4a1e058e1debf3e5c86b8870d36f77e7e10886c | test: Relay cmpblock which difficulty lt shared best known | [
{
"change_type": "MODIFY",
"diff": "@@ -81,6 +81,10 @@ fn main() {\n\"compact_block_relay_parent_of_orphan_block\",\nBox::new(CompactBlockRelayParentOfOrphanBlock),\n);\n+ specs.insert(\n+ \"compact_block_relay_less_then_shared_best_known\",\n+ Box::new(CompactBlockRelayLessThenSharedBestKnown),\n+ );\nspec... | Rust | MIT License | nervosnetwork/ckb | test: Relay cmpblock which difficulty lt shared best known | 1 | test | null |
127,939 | 08.07.2019 17:04:30 | -10,800 | 79c0ac450dc90ce05512fb4bf434524832833f9e | chore(header): design and added attribute to elements for user app | [
{
"change_type": "MODIFY",
"diff": "@@ -61,18 +61,12 @@ export const AddWalletCardContainer: React.FC<LinkProps> = ({\n</Link>\n);\n-export const WalletMobileButton: React.FC<LinkProps> = ({\n- children,\n- ...props\n-}) => {\n- return (\n- <Link\n- {...props} // for all LinkProps, eg \"as\", \"to\" etc..\n... | TypeScript | MIT License | coingaming/moon-design | chore(header): design and added attribute to elements for user app | 1 | chore | header |
127,939 | 08.07.2019 17:07:56 | -10,800 | 7d0def3acc504d0ab6b7dbaaebcb60d321d97ad2 | chore(header): revert | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ type SearchProps = React.InputHTMLAttributes<HTMLInputElement> & {\nplaceholder: string;\n/* @TODO Revisit post-EPL */\n/* eslint-disable-next-line @typescript-eslint/no-explicit-any */\n- onSubmit: (e: React.FormEvent<HTMLFormElement>) => void;\n+ onSub... | TypeScript | MIT License | coingaming/moon-design | chore(header): revert | 1 | chore | header |
711,597 | 08.07.2019 17:19:42 | -7,200 | 016adf8f5bf7b57f03b3ad073d2f29f80e173322 | fix(common): Fix generateAllCombinations edge case | [
{
"change_type": "MODIFY",
"diff": "@@ -22,4 +22,9 @@ describe('generateAllCombinations()', () => {\n['blue', 'large'],\n]);\n});\n+\n+ it('works with second array empty', () => {\n+ const result = generateAllCombinations([['red', 'green', 'blue'], []]);\n+ expect(result).toEqual([['red'], ['green'], ['blue... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(common): Fix generateAllCombinations edge case | 1 | fix | common |
711,597 | 08.07.2019 17:20:37 | -7,200 | 65d18ee53fb33c663296a726b314625b8d4b3524 | fix(core): Publish CatalogModificationEvent when variant created | [
{
"change_type": "MODIFY",
"diff": "@@ -205,6 +205,7 @@ export class ProductVariantService {\n});\nvariantPrice.variant = createdVariant;\nawait this.connection.getRepository(ProductVariantPrice).save(variantPrice);\n+ this.eventBus.publish(new CatalogModificationEvent(ctx, createdVariant));\nreturn await a... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Publish CatalogModificationEvent when variant created | 1 | fix | core |
815,595 | 08.07.2019 17:26:22 | -28,800 | 6b2c02e4b34a39aa858e5b22be8d5fb6c9485a0d | test: SyncSharedState insert_new_block | [
{
"change_type": "MODIFY",
"diff": "@@ -11,8 +11,10 @@ use std::thread;\nuse std::time::Duration;\nmod inflight_blocks;\n+mod sync_shared_state;\n#[cfg(not(disable_faketime))]\nmod synchronizer;\n+mod util;\nconst DEFAULT_CHANNEL: usize = 128;\n",
"new_path": "sync/src/tests/mod.rs",
"old_path": "sy... | Rust | MIT License | nervosnetwork/ckb | test: SyncSharedState insert_new_block | 1 | test | null |
730,429 | 08.07.2019 17:31:15 | 14,400 | bc36bb1200d448930cb9444d3201bae0a9b05693 | feat(webpack): update csp for s3 uploads | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ export default (env) => webpackConfigBase({\npublicPath: false\n},\nheaders: {\n- 'Content-Security-Policy': 'script-src \\'self\\' \\'unsafe-inline\\' code.s4d.io; style-src \\'self\\' \\'unsafe-inline\\' code.s4d.io; media-src \\'self\\' code.s4d.io *.... | JavaScript | MIT License | webex/react-widgets | feat(webpack): update csp for s3 uploads | 1 | feat | webpack |
815,745 | 08.07.2019 18:04:34 | -10,800 | ab9ddf026db7820508e5a912a7f3909a911b016f | chore: demo page improvements | [
{
"change_type": "MODIFY",
"diff": "<layout-header [version]=\"version\" [(dir)]=\"dir\"></layout-header>\n<div class=\"container fill\" [attr.dir]=\"dir\">\n<div class=\"row\">\n- <div class=\"col-12 col-md-3 col-xl-3 py-md-4 bd-sidebar\">\n+ <div class=\"col-12 col-md-3 col-xl-3 py-3 py-md-4 bd-sidebar\">... | TypeScript | MIT License | ng-select/ng-select | chore: demo page improvements | 1 | chore | null |
815,745 | 08.07.2019 18:10:34 | -10,800 | 693d7be2b2426f9967799f42e746ae4e94d2bd47 | chore: add NgOptionHighlightModule to stackblitz example | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { Component, NgModule } from '@angular/core';\nimport { BrowserModule } from '@angular/platform-browser';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { NgSelectModule } from '@ng-select/ng-select';\n+import { NgOption... | TypeScript | MIT License | ng-select/ng-select | chore: add NgOptionHighlightModule to stackblitz example | 1 | chore | null |
791,804 | 08.07.2019 18:17:02 | 14,400 | 9cef08299a2c69a3a81e8da802051b630dffb259 | tests: improve drag-and-drop coverage | [
{
"change_type": "MODIFY",
"diff": "/* eslint-env jest */\n-const assert = require('assert');\n-\nconst testHelpers = require('./test-helpers.js');\n// Called before other src import so code that relies on `document` and\n@@ -17,10 +15,6 @@ testHelpers.setupJsDomGlobals();\nconst DragAndDrop = require('../a... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: improve drag-and-drop coverage (#9314) | 1 | tests | null |
503,918 | 08.07.2019 18:24:48 | -10,800 | fdbde6d0fa3e6151300f1bbb8322a3308fb606c0 | feat(datalist): add hidden and visible breakpoints | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ import {\nDataListCell,\nDataListCheck,\nDataListAction,\n+ DataListActionVisibility,\nDataListToggle,\nDataListContent,\nDropdown,\n@@ -24,6 +25,7 @@ import {\nDropdownItem\n} from '@patternfly/react-core';\nimport { CodeBranchIcon } from '@patternfly/r... | TypeScript | MIT License | patternfly/patternfly-react | feat(datalist): add hidden and visible breakpoints (#2251)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | feat | datalist |
104,857 | 08.07.2019 18:41:24 | 10,800 | 5349ff7304542de9eb9665f94380ce25e7411960 | chore(update): fix code | [
{
"change_type": "MODIFY",
"diff": "@@ -88,8 +88,7 @@ const Hero = ({ title, description, className, rightContent, breadcrumb, secunda\n<StyledBreadcrumb>{breadcrumb || null}</StyledBreadcrumb>\n<StyledTitle>{title}</StyledTitle>\n<StyledHeroWrap>\n- {' '}\n- {description ? <StyledPageDescription>{descripti... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(update): fix code | 1 | chore | update |
815,598 | 08.07.2019 19:57:47 | -28,800 | d9f5401396827a86162f2e05f86621a266dae1a5 | fix: `--ba-code-hash` `--ba-arg` can be used together
`--ba-data` requires any of them, so they are included in a `ArgGroup`. But
`ArgGroup` requires one and only one must be present by default, which is
disabled with `multiple(true)` | [
{
"change_type": "MODIFY",
"diff": "@@ -286,7 +286,11 @@ fn init() -> App<'static, 'static> {\n.number_of_values(1)\n.help(\"Sets args in [block_assembler]\"),\n)\n- .group(ArgGroup::with_name(GROUP_BA).args(&[ARG_BA_CODE_HASH, ARG_BA_ARG]))\n+ .group(\n+ ArgGroup::with_name(GROUP_BA)\n+ .args(&[ARG_BA_CODE... | Rust | MIT License | nervosnetwork/ckb | fix: `--ba-code-hash` `--ba-arg` can be used together
`--ba-data` requires any of them, so they are included in a `ArgGroup`. But
`ArgGroup` requires one and only one must be present by default, which is
disabled with `multiple(true)` | 1 | fix | null |
815,595 | 08.07.2019 20:04:42 | -28,800 | ea2d26c25c9105c8f324d3cb4bd07a954e8f150d | feat: Add several test util functions | [
{
"change_type": "MODIFY",
"diff": "@@ -1023,11 +1023,15 @@ dependencies = [\nname = \"ckb-test-chain-utils\"\nversion = \"0.17.0-pre\"\ndependencies = [\n+ \"ckb-chain-spec 0.17.0-pre\",\n\"ckb-core 0.17.0-pre\",\n+ \"ckb-dao-utils 0.17.0-pre\",\n\"ckb-db 0.17.0-pre\",\n\"ckb-hash 0.17.0-pre\",\n\"ckb-stor... | Rust | MIT License | nervosnetwork/ckb | feat: Add several test util functions | 1 | feat | null |
67,507 | 08.07.2019 21:33:25 | -7,200 | 9005a19e328d0f8da7295fcfd6593699d022df36 | chore: resolve linting rule deprecations | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ const $global: IWindowOrWorkerGlobalScope = (function (): IWindowOrWorkerGlobalS\n// tslint:enable:no-typeof-undefined\ntry {\n// Not all environments allow eval and Function. Use only as a last resort:\n- // tslint:disable-next-line:no-function-construc... | TypeScript | MIT License | aurelia/aurelia | chore: resolve linting rule deprecations | 1 | chore | null |
471,536 | 08.07.2019 21:37:15 | -10,800 | 8ac732f1002aa74072c3cdfebc10eedb67f12d39 | feat(semantic-dom-diff): strip some empty attrs
Adds a `stripEmptyAttributes` option, which defaults to
`['class', 'id']`, which when encountering an empty
instance of that attr (i.e. `class=""`),
will remove it from the resulting string.
affects:
Fixes | [
{
"change_type": "MODIFY",
"diff": "const DEFAULT_IGNORE_TAGS = ['script', 'style', 'svg'];\n+const DEFAULT_EMPTY_ATTRS = ['class', 'id'];\nconst VOID_ELEMENTS = [\n'area',\n'base',\n@@ -32,6 +33,8 @@ const VOID_ELEMENTS = [\n* @property {string[]} [ignoreTags] array of tags to ignore, these tags are stripp... | JavaScript | MIT License | open-wc/open-wc | feat(semantic-dom-diff): strip some empty attrs
Adds a `stripEmptyAttributes` option, which defaults to
`['class', 'id']`, which when encountering an empty
instance of that attr (i.e. `class=""`),
will remove it from the resulting string.
affects: @open-wc/semantic-dom-diff
Fixes #554 | 1 | feat | semantic-dom-diff |
217,922 | 08.07.2019 21:41:51 | -7,200 | 2eef2521bf53437ea8a479311c250b9428571a6c | fix(community-lists): fixed an issue with some tag filters not applying properly | [
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,7 @@ export class CommunityListsComponent {\ntap(() => this.loading = true),\ndebounceTime(250),\nswitchMap((filters) => {\n- return this.listCompactsService.getCommunityLists(filters.tags.map(tag => ListTag[tag]), filters.name).pipe(\n+ return this.listCompa... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(community-lists): fixed an issue with some tag filters not applying properly | 1 | fix | community-lists |
711,597 | 08.07.2019 21:43:42 | -7,200 | 4422e0c6c4cbb22f04d683a351f71d4a9f10b0fc | test(core): Attempt to make import test less flaky | [
{
"change_type": "MODIFY",
"diff": "@@ -128,6 +128,5 @@ describe('Import resolver', () => {\nexpect(productResult.products.totalItems).toBe(4);\nexpect(productResult.products.items).toMatchSnapshot();\n- return;\n- }, 10000);\n+ }, 20000);\n});\n",
"new_path": "packages/core/e2e/import.e2e-spec.ts",
... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Attempt to make import test less flaky | 1 | test | core |
217,922 | 08.07.2019 21:44:15 | -7,200 | 1872839b643b4f4390833454c28d3b6f67e95195 | chore: bumped list size threshold for large state by 50 items | [
{
"change_type": "MODIFY",
"diff": "@@ -343,7 +343,7 @@ export class List extends DataWithPermissions {\n}\nlet res = false;\nres = res || (this.version === undefined);\n- res = res || semver.ltr(this.version, '5.0.0-beta.0');\n+ res = res || semver.ltr(this.version, '5.0.0');\nreturn res;\n}\n@@ -561,7 +56... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: bumped list size threshold for large state by 50 items | 1 | chore | null |
815,595 | 08.07.2019 22:06:29 | -28,800 | 551482a21907c4b0f6d8b54cb5500eb7cd187551 | feat: Use binary format to represent block status | [
{
"change_type": "MODIFY",
"diff": "@@ -4,22 +4,23 @@ bitflags! {\npub struct BlockStatus: u32 {\nconst UNKNOWN = 0;\n- const HEADER_VERIFIED = 1;\n- const BLOCK_RECEIVED = Self::HEADER_VERIFIED.bits | 2;\n- const BLOCK_STORED = Self::HEADER_VERIFIED.bits | Self::BLOCK_RECEIVED.bits | 16;\n+ const HEADER_VA... | Rust | MIT License | nervosnetwork/ckb | feat: Use binary format to represent block status | 1 | feat | null |
67,507 | 08.07.2019 22:54:25 | -7,200 | 3243cb1add7ff76d822d4de79bec225a52cd87e4 | chore: fixate pixi.js for now | [
{
"change_type": "MODIFY",
"diff": "\"@aurelia/runtime-html-browser\": \"file:../../packages/runtime-html-browser\",\n\"@aurelia/runtime-html\": \"file:../../packages/runtime-html\",\n\"@aurelia/runtime\": \"file:../../packages/runtime\",\n- \"pixi.js\": \"^4.8.7\"\n+ \"pixi.js\": \"^4.8.8\"\n},\n\"devDepen... | TypeScript | MIT License | aurelia/aurelia | chore: fixate pixi.js for now | 1 | chore | null |
67,494 | 09.07.2019 01:02:24 | -7,200 | 2af8e37ddfd3dfd338ebbc54b8ab8785a64ff15c | feat(router): add css to navigation skeleton | [
{
"change_type": "MODIFY",
"diff": "},\n\"devDependencies\": {\n\"@types/node\": \"latest\",\n+ \"css-loader\": \"^3.0.0\",\n+ \"file-loader\": \"^4.0.0\",\n\"html-loader\": \"latest\",\n\"html-webpack-plugin\": \"latest\",\n\"http-server\": \"^0.11.1\",\n\"rimraf\": \"latest\",\n\"ts-loader\": \"latest\",\... | TypeScript | MIT License | aurelia/aurelia | feat(router): add css to navigation skeleton | 1 | feat | router |
815,605 | 09.07.2019 01:14:58 | 0 | 5215b0d64d0aa68d4b6f06792d1f9105657cd6bf | refactor: Rely on serde to help with parsing errors in RPC | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ message = \"\"\n[genesis.genesis_cell.lock]\ncode_hash = \"0xb35557e7e9854206f7bc13e3c3a7fa4cf8892c84a09237fb0aab40aab3771eee\"\nargs = []\n-hash_type = 0\n+hash_type = \"Data\"\n# An array list paths to system cell files, which is absolute or relative t... | Rust | MIT License | nervosnetwork/ckb | refactor: Rely on serde to help with parsing errors in RPC | 1 | refactor | null |
71,267 | 09.07.2019 04:28:28 | 25,200 | d08f516bdafa91b87b550731e26cfa9245c5c588 | chore: update README sample snippets | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ capacity.scaleOnSchedule(...);\n### Step Scaling\n-This type of scaling scales in and out in deterministics steps that you\n+This type of scaling scales in and out in deterministic steps that you\nconfigure, in response to metric values. For example, you... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: update README sample snippets (#3246) | 1 | chore | null |
679,913 | 09.07.2019 06:49:18 | -3,600 | bd1b88ee6ec3900a4d6c8d9b56b5d13ea9334f8d | feat(webgl-shadertoy): simplify mainImage user fn handling, update types & readme | [
{
"change_type": "MODIFY",
"diff": "@@ -38,9 +38,9 @@ yarn add @thi.ng/webgl-shadertoy\n## Usage examples\n```ts\n-import { shaderToy } from \"@thi.ng/webgl-shadertoy\";\nimport { glCanvas } from \"@thi.ng/webgl\";\n-import { assign, defn, div, ret, vec4 } from \"@thi.ng/shader-ast\";\n+import { shaderToy }... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(webgl-shadertoy): simplify mainImage user fn handling, update types & readme | 1 | feat | webgl-shadertoy |
471,470 | 09.07.2019 08:01:10 | -7,200 | 03172a667309f2b02468d9c395e289f0749319a1 | chore(create): update eslint-config version in generator | [
{
"change_type": "MODIFY",
"diff": "\"format:eslint\": \"eslint --ext .js,.html . --fix\"\n},\n\"devDependencies\": {\n- \"@open-wc/eslint-config\": \"^0.4.1\"\n+ \"@open-wc/eslint-config\": \"^1.0.0\"\n}\n}\n",
"new_path": "packages/create/src/generators/linting-eslint/templates/_package.json",
"ol... | JavaScript | MIT License | open-wc/open-wc | chore(create): update eslint-config version in generator (#560) | 1 | chore | create |
306,484 | 09.07.2019 09:23:47 | -7,200 | 3115c50d598cbe79e8de98c7fca603cd8c7fe00a | fix(localize): don't fire localeChanged event if set to the same locale | [
{
"change_type": "MODIFY",
"diff": "@@ -181,6 +181,9 @@ export class LocalizeManager extends LionSingleton {\n}\n_onLocaleChanged(newLocale, oldLocale) {\n+ if (newLocale === oldLocale) {\n+ return;\n+ }\nthis.dispatchEvent(new CustomEvent('localeChanged', { detail: { newLocale, oldLocale } }));\nif (this._... | JavaScript | MIT License | ing-bank/lion | fix(localize): don't fire localeChanged event if set to the same locale | 1 | fix | localize |
306,484 | 09.07.2019 09:30:03 | -7,200 | 18589f4be7ff1de9ba5829c4d6253b29cca22882 | fix(localize): observe <html lang> attribute | [
{
"change_type": "MODIFY",
"diff": "@@ -11,15 +11,22 @@ export class LocalizeManager extends LionSingleton {\nsuper(params);\nthis._fakeExtendsEventTarget();\n- if (!this.locale) {\n- this.locale = 'en-GB';\n+ if (!document.documentElement.lang) {\n+ document.documentElement.lang = 'en-GB';\n}\n+\nthis._aut... | JavaScript | MIT License | ing-bank/lion | fix(localize): observe <html lang> attribute | 1 | fix | localize |
504,026 | 09.07.2019 09:33:45 | 14,400 | 6c36ec79887ab95e11acc0d18566b1ac3ff66b1a | fix(charts): update pf-core vars
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import {\nchart_global_FontFamily,\nchart_global_label_Margin,\nchart_legend_Margin,\n+ chart_legend_position\n} from '@patternfly/react-tokens';\nexport const CommonStyles = {\n@@ -11,6 +12,6 @@ export const CommonStyles = {\n},\nlegend: {\nmargin: chart_... | TypeScript | MIT License | patternfly/patternfly-react | fix(charts): update pf-core vars (#2480)
fixes https://github.com/patternfly/patternfly-react/issues/2459 | 1 | fix | charts |
504,004 | 09.07.2019 09:58:47 | 14,400 | c32d9a8b7d671fa6e93cc1b4b51544e10af76f13 | fix(styles): Add pickProperties to react-styles utils exports | [
{
"change_type": "MODIFY",
"diff": "@@ -22,3 +22,5 @@ export function getCSSClasses(cssString: string): string[];\nexport function getInsertedStyles(): string[];\nexport function getClassName(obj: StyleDeclarationStatic | string): string;\n+\n+export function pickProperties(object: any, properties: string[]... | TypeScript | MIT License | patternfly/patternfly-react | fix(styles): Add pickProperties to react-styles utils exports (#2481) | 1 | fix | styles |
679,913 | 09.07.2019 10:06:38 | -3,600 | 4c7beb4987eaef0a7b1eea55b09976b900e12f25 | refactor(examples): update/simplify shader fn in shadertoy demo | [
{
"change_type": "MODIFY",
"diff": "import {\n+ $xy,\nadd,\nbitand,\n- defn,\ndistance,\nfloat,\nFloatSym,\n@@ -22,37 +22,34 @@ import {\n} from \"@thi.ng/shader-ast\";\nimport { aspectCorrectedUV, fit1101 } from \"@thi.ng/shader-ast-stdlib\";\nimport { glCanvas } from \"@thi.ng/webgl\";\n-import { shaderTo... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update/simplify shader fn in shadertoy demo | 1 | refactor | examples |
217,922 | 09.07.2019 11:03:34 | -7,200 | fc789090dbaae22c6805d92e03acbb9c1b93082f | fix(layout): fixed wrong translation in default layout | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ export class LayoutService extends FirestoreRelationalStorage<ListLayout> {\n4, false, false, false, true, false, false, true),\nnew LayoutRow('Gathering', 'NAME', LayoutRowOrder.DESC, LayoutRowFilter.IS_GATHERING.name,\n5, true, false, false, true, fals... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed wrong translation in default layout | 1 | fix | layout |
104,927 | 09.07.2019 11:35:34 | -3,600 | f86f6b1b54643fa115776f8ef45be087372f222b | chore(release): publish 2.9.0 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@carbon/vue\",\n\"description\": \"A collection of components for the Carbon Design System built using Vue.js\",\n- \"version\": \"2.9.0-rc.1\",\n+ \"version\": \"2.9.0\",\n\"license\": \"Apache-2.0\",\n\"repository\": {\n\"type\": \"git\",\n",
"new_pat... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-components-vue | chore(release): publish 2.9.0 | 1 | chore | release |
67,507 | 09.07.2019 12:11:05 | -7,200 | 57a8ea824764b195a72e6de71fa43e77cc1dd504 | chore: remove duplicate lerna bootstrapping | [
{
"change_type": "MODIFY",
"diff": "},\n\"scripts\": {\n\"commit\": \"git-cz\",\n- \"init\": \"npm ci && npm run bootstrap && npm run build\",\n+ \"init\": \"npm ci && npm run build\",\n\"bootstrap\": \"lerna bootstrap --ci\",\n\"postinstall\": \"lerna bootstrap --ci\",\n\"rebuild\": \"npm run clean && npm ... | TypeScript | MIT License | aurelia/aurelia | chore: remove duplicate lerna bootstrapping | 1 | chore | null |
217,922 | 09.07.2019 13:29:48 | -7,200 | ed1c43b7ca7c5f3a2f3a43846405d99254d573a8 | fix(profile): fixed an issue with stats propagation with save for all | [
{
"change_type": "MODIFY",
"diff": "import { Component, OnInit } from '@angular/core';\n-import { map } from 'rxjs/operators';\n+import { first, map } from 'rxjs/operators';\nimport { Observable } from 'rxjs';\nimport { GearSet } from '@ffxiv-teamcraft/simulator';\nimport { AuthFacade } from '../../../../+s... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(profile): fixed an issue with stats propagation with save for all | 1 | fix | profile |
67,474 | 09.07.2019 13:36:30 | -36,000 | 48c688c6fcc079ef1f0f659f278c4bc6019279bb | fix(all): properly support browserify, use umd build in "browser" field of package.json
This does not affect other bundlers, they use "module" field over "browser" field. | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ const refs = {\n'main': 'dist/umd/index.js',\n'module': 'dist/esnext/index.js',\n'jsnext:main': 'dist/esnext/index.js',\n- 'browser': 'dist/esnext/index.js'\n+ 'browser': 'dist/umd/index.js'\n}\n};\n",
"new_path": "scripts/change-package-refs.ts",
... | TypeScript | MIT License | aurelia/aurelia | fix(all): properly support browserify, use umd build in "browser" field of package.json
This does not affect other bundlers, they use "module" field over "browser" field. | 1 | fix | all |
711,597 | 09.07.2019 13:53:52 | -7,200 | 894ea7b3e117747ae4b90b6839c7269fc154453a | refactor(admin-ui): Move data product detail data fetching into service | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,7 @@ import { ProductSearchInputComponent } from './components/product-search-input/p\nimport { ProductVariantsListComponent } from './components/product-variants-list/product-variants-list.component';\nimport { ProductVariantsTableComponent } from './compone... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(admin-ui): Move data product detail data fetching into service | 1 | refactor | admin-ui |
304,912 | 09.07.2019 13:54:35 | 25,200 | 6af7627f9ea9cc34a58989cf9cdcd2628cbb4416 | fix(stdlib/strings): fix implementation of replaceAll from strings | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,6 @@ var skip = map[string]string{\n\"extract_regexp_findStringIndex\": \"pandas. map does not correctly handled returned arrays (https://github.com/influxdata/flux/issues/1387)\",\n\"partition_strings_splitN\": \"pandas. map does not correctly handled return... | Go | MIT License | influxdata/flux | fix(stdlib/strings): fix implementation of replaceAll from strings (#1476) | 1 | fix | stdlib/strings |
67,474 | 09.07.2019 14:00:07 | -36,000 | 8ac97247edb81e6d589020595e0bcb09183a7f94 | ci: add jit-browserify-ts to wdio tests | [
{
"change_type": "MODIFY",
"diff": "@@ -389,6 +389,12 @@ workflows:\npath: \"examples/jit-parcel-ts\"\nrequires:\n- lint_packages # not a real requirement but forces long-running jobs to go first\n+ - e2e_wdio:\n+ <<: *filter_ignore_develop_release\n+ name: jit-browserify-ts\n+ path: \"examples/jit-browseri... | TypeScript | MIT License | aurelia/aurelia | ci: add jit-browserify-ts to wdio tests | 1 | ci | null |
722,013 | 09.07.2019 14:34:27 | 18,000 | bd5e3ecc065b15369a8a6df2cc579772b329320d | feat: use styleguidePublicPath in server | [
{
"change_type": "MODIFY",
"diff": "@@ -63,5 +63,6 @@ module.exports = {\ncompilerConfig: {\ntarget: { ie: 11 }\n},\n+ styleguidePublicPath: '/styleguide',\nstyleguideDir: 'dist'\n}\n",
"new_path": "examples/basic/styleguide.config.js",
"old_path": "examples/basic/styleguide.config.js"
},
{
... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat: use styleguidePublicPath in server | 1 | feat | null |
722,013 | 09.07.2019 14:41:28 | 18,000 | 18c7efc0bdc9dff7847a4bba6cadc081ee3ed20d | docs: document the new styleguidePublicPath option | [
{
"change_type": "MODIFY",
"diff": "@@ -518,6 +518,14 @@ Type: `String`, default: `styleguide`\nFolder for static HTML style guide generated with `styleguidist build` command.\n+## `styleguidePublicPath`\n+\n+Type: `String`, optional\n+\n+Configures the prefix of the build and server urls.\n+\n+Example: If ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: document the new styleguidePublicPath option | 1 | docs | null |
269,480 | 09.07.2019 14:58:21 | -7,200 | 249657eb0b46a995295527cb530b720236cab95e | fix(nfpm): propagate epoch config to nfpm | [
{
"change_type": "MODIFY",
"diff": "@@ -149,6 +149,7 @@ func create(ctx *context.Context, fpm config.NFPM, format, arch string, binaries\nVersion: ctx.Git.CurrentTag,\nSection: \"\",\nPriority: \"\",\n+ Epoch: fpm.Epoch,\nMaintainer: fpm.Maintainer,\nDescription: fpm.Description,\nVendor: fpm.Vendor,\n",
... | Go | MIT License | goreleaser/goreleaser | fix(nfpm): propagate epoch config to nfpm (#1076) | 1 | fix | nfpm |
711,597 | 09.07.2019 15:03:13 | -7,200 | 743998d0f8d4c331aa2cf78cd4c610925f6355d9 | refactor(admin-ui): Move stringToColor into a pipe | [
{
"change_type": "MODIFY",
"diff": "<div\nclass=\"wrapper\"\n- [class.with-background]=\"colorFrom\"\n- [vdrBackgroundColorFrom]=\"colorFrom\"\n+ [class.with-background]=\"!invert && colorFrom\"\n+ [style.backgroundColor]=\"!invert && (colorFrom | stringToColor)\"\n+ [style.color]=\"invert && (colorFrom | s... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(admin-ui): Move stringToColor into a pipe | 1 | refactor | admin-ui |
815,577 | 09.07.2019 15:12:55 | -28,800 | d2a8616018006270db938dd3b65f70152dec4bda | feat: add boot node mode to avoid the inability to serve due to inbound full | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,8 @@ pub struct NetworkConfig {\npub bootnodes: Vec<Multiaddr>,\npub reserved_peers: Vec<Multiaddr>,\npub upnp: bool,\n+ #[serde(default)]\n+ pub bootnode_mode: bool,\n}\nfn generate_random_key() -> [u8; 32] {\n",
"new_path": "network/src/config.rs",
... | Rust | MIT License | nervosnetwork/ckb | feat: add boot node mode to avoid the inability to serve due to inbound full | 1 | feat | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.