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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
815,593 | 15.07.2019 18:43:22 | -32,400 | f3a1f7b71f23ea91e980f69688bf6c7cc9093933 | chore: optional start some network service | [
{
"change_type": "MODIFY",
"diff": "@@ -141,4 +141,12 @@ impl NetworkConfig {\n}\nOk(peers)\n}\n+\n+ pub fn outbound_peer_service_enabled(&self) -> bool {\n+ self.connect_outbound_interval_secs > 0\n+ }\n+\n+ pub fn dns_seeding_service_enabled(&self) -> bool {\n+ !self.dns_seeds.is_empty()\n+ }\n}\n",
"... | Rust | MIT License | nervosnetwork/ckb | chore: optional start some network service | 1 | chore | null |
679,910 | 15.07.2019 19:17:35 | -7,200 | 8d9900abcf8ec17c26e1cb7649479aeec18c968c | feat(examples): rotating-voronoi | [
{
"change_type": "ADD",
"diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/rotating-voronoi/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# rotating-voronoi\n+\n+[Live demo](http://demo.thi.ng/umbrella/rotating-voronoi/)\n+\n+Please re... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): rotating-voronoi | 1 | feat | examples |
815,595 | 15.07.2019 19:36:13 | -28,800 | 1d0a0c5729e27ecd7adf0ea3c9dc7a30852e35df | feat: Add BLOCK_VALID refer a verified block | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ bitflags! {\nconst HEADER_VALID = 0b0000_0000_0000_0001;\nconst BLOCK_RECEIVED = Self::HEADER_VALID.bits | 0b0000_0000_0000_0010;\nconst BLOCK_STORED = Self::HEADER_VALID.bits | Self::BLOCK_RECEIVED.bits | 0b0000_0000_0000_1000;\n+ const BLOCK_VALID = Self... | Rust | MIT License | nervosnetwork/ckb | feat: Add BLOCK_VALID refer a verified block | 1 | feat | null |
815,595 | 15.07.2019 19:37:27 | -28,800 | 8b067f5571cb5ae9bb3c4286f3c7478167fdc1c3 | test: Switch invalid or valid forks | [
{
"change_type": "MODIFY",
"diff": "@@ -2,8 +2,9 @@ use crate::block_status::BlockStatus;\nuse crate::tests::util::{build_chain, inherit_block};\nuse crate::SyncSharedState;\nuse ckb_chain::chain::ChainService;\n-use ckb_core::block::BlockBuilder;\n+use ckb_core::block::{Block, BlockBuilder};\nuse ckb_core:... | Rust | MIT License | nervosnetwork/ckb | test: Switch invalid or valid forks | 1 | test | null |
217,922 | 15.07.2019 20:24:04 | -7,200 | cdaeab787e4e7849caaa0ec145c84ec4a12d553e | feat(simulator): clicking on hq ingredients name will now copy the item's name in clipboard | [
{
"change_type": "MODIFY",
"diff": "[nzRenderItem]=\"hqIngredientTemplate\">\n<ng-template #hqIngredientTemplate let-ingredient>\n<nz-list-item [nzContent]=\"content\">\n- <nz-list-item-meta [nzTitle]=\"ingredient.id | itemName | i18n\"\n+ <nz-list-item-meta [nzTitle]=\"title\"\n[nzDescription]=\"ingredient... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): clicking on hq ingredients name will now copy the item's name in clipboard | 1 | feat | simulator |
217,922 | 15.07.2019 20:30:30 | -7,200 | ab648f7870dcc1ea67fab7fcf03464f156d430e8 | chore: small try for hq ingredients bug fix | [
{
"change_type": "MODIFY",
"diff": "@@ -794,7 +794,8 @@ export class SimulatorComponent implements OnInit, OnDestroy {\nreturn (recipe.ingredients || [])\n.filter(i => i.id > 20 && i.quality !== undefined && !fakeHQItems.some(id => i.id === id))\n.map(ingredient => ({ id: +ingredient.id, amount: 0, max: ing... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small try for hq ingredients bug fix | 1 | chore | null |
76,605 | 15.07.2019 20:36:33 | -7,200 | e33dbdea2658f12b7808e989c1e0d86a32aea857 | security: update lodash | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"3.1.1\",\n+ \"version\": \"3.2.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"integrity\": \"sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==\",\n\"dev\... | JavaScript | MIT License | axa-group/nlp.js | security: update lodash | 1 | security | null |
76,605 | 15.07.2019 20:39:17 | -7,200 | 5cc57c9a83c3083ab1b24de99b266b5a1d699d74 | build: fix security issues | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"3.2.0\",\n+ \"version\": \"3.2.1\",\n\"description\": \"Library for NLU (Natural Language Understanding) done in Node.js\",\n\"main\": \"lib/index.js\",\n\"scripts\": {\n\"husky\": \"^2.2.0\",\n\"jest\": \"^24.8.0\",\n\"lint-st... | JavaScript | MIT License | axa-group/nlp.js | build: fix security issues | 1 | build | null |
76,605 | 15.07.2019 20:42:27 | -7,200 | c81d99e02b7cc408d1cf72722aaf5109b6aa8213 | build: version 3.2.1 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"3.2.0\",\n+ \"version\": \"3.2.1\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n",
"new_path": "package-lock.json",
"old_path": "package-lock.json"
},
{
"change_type": "MODIFY",
"diff... | JavaScript | MIT License | axa-group/nlp.js | build: version 3.2.1 | 1 | build | null |
217,922 | 15.07.2019 20:44:16 | -7,200 | a7148a449eca7a396444611477756d3461254ca2 | fix(simulator): fixed precision issue with Delicate Synthesis | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"1.2.8\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-1.2.8.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed precision issue with Delicate Synthesis | 1 | fix | simulator |
217,922 | 15.07.2019 20:44:49 | -7,200 | dd8be68fa914ca60f80e25db5b831952c742f91a | chore(release): 5.6.14 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.6.14\"></a>\n+## [5.6.14](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.6.14 | 1 | chore | release |
76,605 | 15.07.2019 20:49:43 | -7,200 | 337a7e7b5a70c7e684f564d692def7c44c58085e | security: fix security issue also in examples | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"lodash\": {\n- \"version\": \"4.17.11\",\n- \"resolved\": \"https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz\",\n- \"integrity\": \"sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==\"\n+ \"version\": \"4.17.14\"... | JavaScript | MIT License | axa-group/nlp.js | security: fix security issue also in examples | 1 | security | null |
438,973 | 15.07.2019 21:03:01 | 25,200 | 90792fa5883dc80b005d1c6eb5d255f88af8f6f3 | feat(data): Intent to ship data.labels.overlap
Implementation of data.labels.overlap, data.labels.overlap.extent, and
data.labels.overlap.area
Prevents data labels from overlapping using Voronoi Layout Method
Close | [
{
"change_type": "MODIFY",
"diff": "@@ -31,3 +31,4 @@ Bryce Osterhaus <bryce.osterhaus@liferay.com>\nAustin Cawley-Edwards <austin.cawley@gmail.com>\nsoyeong <soy1114@gmail.com>\nCristian Necula <virusz@gmail.com>\n+Kimberly Baum <https://github.com/kimberlybaum>\n",
"new_path": "AUTHORS.txt",
"old_... | TypeScript | MIT License | naver/billboard.js | feat(data): Intent to ship data.labels.overlap
- Implementation of data.labels.overlap, data.labels.overlap.extent, and
data.labels.overlap.area
- Prevents data labels from overlapping using Voronoi Layout Method
Close #977 | 1 | feat | data |
217,922 | 15.07.2019 21:17:28 | -7,200 | 7ee6b098e4186bfdd2c514afcb3b252b92d53554 | chore: small fix for people losing data | [
{
"change_type": "MODIFY",
"diff": "@@ -141,7 +141,7 @@ export class AuthEffects {\ndebounceTime(2000),\nwithLatestFrom(this.authFacade.loggedIn$),\nfilter(([action, loggedIn]) => {\n- return loggedIn && action.user && [...action.user.customCharacters, ...action.user.lodestoneIds].length === 0;\n+ return lo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for people losing data | 1 | chore | null |
217,922 | 15.07.2019 21:43:23 | -7,200 | 02f211184fd5bad80c70a56eb0f92e2a6aba98fc | fix(drop): fixed an issue with monster drops not showing properly in db | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ export class DropsExtractor extends AbstractExtractor<Drop[]> {\n});\ndrops.push(...Object.keys(monsterDrops)\n.filter(key => {\n- return monsterDrops[key].indexOf(item.id) > -1 && monsters[key] !== undefined;\n+ return monsterDrops[key].indexOf(item.id)... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(drop): fixed an issue with monster drops not showing properly in db | 1 | fix | drop |
151,430 | 15.07.2019 21:56:59 | 25,200 | b6b75825b134b42f59bb379ffc62414cc84d8a65 | docs: turn on search | [
{
"change_type": "MODIFY",
"diff": "const {colors} = require('@apollo/space-kit')\nexports.colors = {\n- primary: colors.indigo.dark,\n+ primary: '#2da5f7',\n+ // primary: colors.indigo.dark,\nsecondary: colors.pink.base,\ntertiary: colors.teal.dark,\ndivider: colors.silver.dark,\n",
"new_path": "site/g... | JavaScript | MIT License | davidwells/analytics | docs: turn on search | 1 | docs | null |
269,479 | 15.07.2019 22:11:12 | -7,200 | 797dc6945856ff02872b2096010ad693edcc7a31 | chore: fix go-mod-tidy silent failure
due to the `||` go-mod-tidy check will fail silently | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ lint:\n# Clean go.mod\ngo-mod-tidy:\ngo mod tidy -v\n- git diff-index --quiet HEAD || echo \"Go mod tidy failed. Please run it locally\"\n+ git diff-index --quiet HEAD\n.PHONY: go-mod-tidy\n# Run all the tests and code checks\n",
"new_path": "Makefil... | Go | MIT License | goreleaser/goreleaser | chore: fix go-mod-tidy silent failure (#1080)
- due to the `||` go-mod-tidy check will fail silently | 1 | chore | null |
603,467 | 15.07.2019 22:19:06 | -3,600 | bfff8d62d50eda60b3039cef93cb920b71df01db | feat(protractor): Wait.until(expectation) fails with an AssertionError if the expectation is not met
Failing with an AssertionError allows for the actual and expected values to be correctly reported,
making debugging easier. | [
{
"change_type": "MODIFY",
"diff": "import { Ensure, equals } from '@serenity-js/assertions';\n-import { Duration } from '@serenity-js/core';\n+import { AssertionError, Duration } from '@serenity-js/core';\nimport { by } from 'protractor';\nimport { Navigate, Target, Text, Wait } from '../../../src';\n@@ -6... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(protractor): Wait.until(expectation) fails with an AssertionError if the expectation is not met
Failing with an AssertionError allows for the actual and expected values to be correctly reported,
making debugging easier. | 1 | feat | protractor |
217,922 | 15.07.2019 22:25:18 | -7,200 | fa5cf3c5d6c1e992083f5f9ebf8799b539f4bda1 | fix(item): fixed monster drops not always showing properly | [
{
"change_type": "MODIFY",
"diff": "@@ -22,11 +22,12 @@ export class DropsExtractor extends AbstractExtractor<Drop[]> {\n}\nprotected canExtract(item: Item): boolean {\n- return item !== undefined && item.drops !== undefined;\n+ return item !== undefined;\n}\nprotected doExtract(item: Item, itemData: ItemDa... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(item): fixed monster drops not always showing properly | 1 | fix | item |
76,605 | 15.07.2019 23:29:45 | -7,200 | 51245a3cc0dbc0f9f93b13ed69fbf87c3940d981 | feat: Added log to neural network train | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,7 @@ class BrainClassifier extends Classifier {\nleakyReluAlpha: 0.06,\n};\n}\n-\n+ this.settings.config.log = this.settings.log;\nthis.settings.config.timeout = this.settings.timeout || 2 * 60 * 1000;\nthis.labels = [];\nthis.network = new NeuralNetwork(this... | JavaScript | MIT License | axa-group/nlp.js | feat: Added log to neural network train | 1 | feat | null |
76,605 | 15.07.2019 23:42:56 | -7,200 | 83bd4a9b03854a69905d896506adc123c3900ea4 | feat: neural network logger can be a function | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,14 @@ class NeuralNetwork {\nthis.trainOpts.leakyReluAlpha = options.leakyReluAlpha || 0.05;\nthis.trainOpts.maxDecimals = options.maxDecimals;\nthis.trainOpts.log = options.log === undefined ? false : options.log;\n+ if (this.trainOpts.log === true) {\n+ thi... | JavaScript | MIT License | axa-group/nlp.js | feat: neural network logger can be a function | 1 | feat | null |
791,929 | 15.07.2019 23:58:48 | -19,080 | 78a1a8f8b9a8473957ce3cd491fad92936374e5c | deps: update to open from opn | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,7 @@ Note that some flag functionality is only available to the CLI. The set of share\n| `chromeFlags` | Ignored, Chrome is not launched for you. |\n| `outputPath` | Ignored, output is returned as string in `.report` property. |\n| `saveAssets` | Ignored, art... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: update to open from opn (#9267) | 1 | deps | null |
76,605 | 16.07.2019 00:01:17 | -7,200 | 2654b65ef5d4ffced1f6174ae3b7a6ee306b1828 | fix: Error retrieving entity from whitelist | [
{
"change_type": "MODIFY",
"diff": "@@ -517,7 +517,11 @@ class NerManager {\nif (witelistMap) {\nedges = edges.map(item => {\nconst edge = item;\n+ if (witelistMap[item.entity]) {\nedge.entity = witelistMap[item.entity].shift() || item.entity;\n+ } else {\n+ edge.entity = item.entity;\n+ }\nreturn edge;\n})... | JavaScript | MIT License | axa-group/nlp.js | fix: Error retrieving entity from whitelist | 1 | fix | null |
471,527 | 16.07.2019 01:31:59 | -7,200 | a4ba0bd7b58e7c866697b4525815e358f1791544 | fix(es-dev-server): export polyfill configs via constants.js | [
{
"change_type": "MODIFY",
"diff": "@@ -258,7 +258,7 @@ Compatibility mode enables bundle-free development with features such as es modu\nIn addition to the web component polyfills, it loads the general [core-js polyfills](https://www.npmjs.com/package/core-js) and a polyfill for [fetch](https://www.npmjs.c... | JavaScript | MIT License | open-wc/open-wc | fix(es-dev-server): export polyfill configs via constants.js | 1 | fix | es-dev-server |
838,025 | 16.07.2019 01:48:49 | -10,800 | b8658a93aa621a33b88ec64bec0f7cd0fd1e0d06 | test: photos methods | [
{
"change_type": "MODIFY",
"diff": "@@ -136,6 +136,13 @@ func NewError(code int, message, method string, params map[string]string) (vkErr\n},\n)\n}\n+ vkErr.RequestParams = append(\n+ vkErr.RequestParams,\n+ object.BaseRequestParam{\n+ Key: \"v\",\n+ Value: version,\n+ },\n+ )\nreturn\n}\n",
"new_path":... | Go | MIT License | severecloud/vksdk | test: photos methods | 1 | test | null |
67,476 | 16.07.2019 06:11:57 | -7,200 | 75d0746b771894229224277c697986d61882cd52 | ci: add build job for running js-framework-benchmark | [
{
"change_type": "MODIFY",
"diff": "@@ -200,6 +200,22 @@ jobs:\n- store_artifacts:\npath: packages/__tests__/coverage\n+ js_framework_benchmark:\n+ executor: docker-circleci\n+ steps:\n+ - checkout_install_bootstrap_build_bundle_publish_verdaccio:\n+ from: ${CIRCLE_BRANCH}\n+ to: develop\n+ channel: dev\n+ ... | TypeScript | MIT License | aurelia/aurelia | ci: add build job for running js-framework-benchmark | 1 | ci | null |
67,476 | 16.07.2019 06:19:01 | -7,200 | ea482870046bc8bae3b68e85d0056d8616cc9e9d | ci: remove non-keyed refs | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ var core = args.benchmarks_only ? [] : [\"webdriver-ts\", \"webdriver-ts-results\"].\nvar frameworks = [].concat(\nfs.readdirSync('./frameworks/keyed').map(f => ['frameworks/keyed/', f]),\n- fs.readdirSync('./frameworks/non-keyed').map(f => ['frameworks/... | TypeScript | MIT License | aurelia/aurelia | ci: remove non-keyed refs | 1 | ci | null |
67,476 | 16.07.2019 07:59:27 | -7,200 | e2e2f2cf89ca0796aa89adfe8a8b2f8800246152 | ci: post benchmark result to comment | [
{
"change_type": "MODIFY",
"diff": "@@ -254,6 +254,9 @@ jobs:\npath: test/js-framework-benchmark/webdriver-ts-results/table.html\n- store_artifacts:\npath: test/js-framework-benchmark/webdriver-ts-results/table.html\n+ - run:\n+ name: \"Post benchmark result to comment\"\n+ command: npm run post-benchmark.r... | TypeScript | MIT License | aurelia/aurelia | ci: post benchmark result to comment | 1 | ci | null |
722,013 | 16.07.2019 08:00:48 | 18,000 | be6de16485a159c9e93b80713ec2c5ca1fe32fce | fix(compiler): add normal attributes in attrs | [
{
"change_type": "ADD",
"diff": "+import adaptCreateElement from '../adaptCreateElement'\n+\n+type ElCreator = (co: string | object, at?: { [k: string]: any }, ch?: any | any[]) => void\n+\n+describe('adaptCreateElement', () => {\n+ let h: jest.Mock<ElCreator>\n+ let pragma: ElCreator\n+ beforeEach(() => {\... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(compiler): add normal attributes in attrs | 1 | fix | compiler |
217,922 | 16.07.2019 08:22:57 | -7,200 | a777672cc244de49dba423dd7bb55e4fe1210bc7 | fix(auth): fixed an issue with character not showing up in top-right corner | [
{
"change_type": "MODIFY",
"diff": "@@ -76,7 +76,11 @@ export class AuthEffects {\nofType(AuthActionTypes.LoggedInAsAnonymous),\nswitchMap((action: Authenticated) => {\nreturn this.userService.get(action.uid).pipe(\n- catchError(() => {\n+ map(user => {\n+ user.notFound = false;\n+ return user;\n+ }),\n+ ca... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(auth): fixed an issue with character not showing up in top-right corner | 1 | fix | auth |
217,922 | 16.07.2019 08:23:27 | -7,200 | 1861b29773cfcedc2a1ddf30e3ef1916bb6d7852 | fix(search): fixed an issue with "Worn by" filter not being accurate | [
{
"change_type": "MODIFY",
"diff": "<nz-form-control>\n<nz-select formControlName=\"jobCategories\" nzMode=\"multiple\" nzShowSearch nzAllowClear\nclass=\"filter-select\">\n- <nz-option *ngFor=\"let category of availableJobCategories\" [nzValue]=\"category.id\"\n+ <nz-option *ngFor=\"let category of availab... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): fixed an issue with "Worn by" filter not being accurate | 1 | fix | search |
722,013 | 16.07.2019 08:23:36 | 18,000 | 45c62c9473eab5bced7edbdbc355a6136619565c | fix: allow for new Vue in jsx | [
{
"change_type": "MODIFY",
"diff": "@@ -63,3 +63,13 @@ export default {\n}\n</style>\n```\n+\n+A minima, one is supposed to do that\n+\n+```jsx\n+new Vue({\n+ render() {\n+ return <Button>test</Button>\n+ }\n+})\n+```\n",
"new_path": "examples/jsx-examples/src/components/Button/Readme.md",
"old_path... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: allow for new Vue in jsx | 1 | fix | null |
217,922 | 16.07.2019 08:33:47 | -7,200 | 8a0faa3482ad49bcb3b2d9ad7e3d388f34a549e0 | fix: added error message for when firestore is unreachable | [
{
"change_type": "MODIFY",
"diff": "-import { ModuleWithProviders, NgModule } from '@angular/core';\n+import { ModuleWithProviders, NgModule, ErrorHandler } from '@angular/core';\nimport { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';\nimport { GarlandToolsService } from './api/garland-... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: added error message for when firestore is unreachable | 1 | fix | null |
217,922 | 16.07.2019 08:37:53 | -7,200 | 066eeab97542f47c7a0926c1d37dea18300ed6f2 | fix(simulator): fixed an issue preventing confirmation message on ingredient name copy | [
{
"change_type": "MODIFY",
"diff": "[nzDescription]=\"ingredient.quality | floor\"></nz-list-item-meta>\n<ng-template #title>\n<span ngxClipboard [cbContent]=\"ingredient.id | itemName | i18n\"\n- (cbOnSuccess)=\"nameCopied($event)\">{{ingredient.id | itemName | i18n}}</span>\n+ class=\"hq-ingredient-name\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue preventing confirmation message on ingredient name copy | 1 | fix | simulator |
503,945 | 16.07.2019 09:05:32 | 14,400 | be2c04d29472eef77c43854ba3c60a76a77d5c2d | chore(package): Bump versions to 2.20.0 | [
{
"change_type": "MODIFY",
"diff": "\"@babel/plugin-transform-typescript\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@patternfly/patternfly\": \"2.17.3\",\n+ \"@patternfly/patternfly\": \"2.20.0\",\n\"@patternfly/react-icons\": \"^3.10.10\",\n\"@patternfly/r... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.20.0 (#2515) | 1 | chore | package |
807,849 | 16.07.2019 10:04:36 | 25,200 | 2fa02a835c2c898dce5e8aa1d27d3eed3854c529 | fix(npm-conf): OTP should default to undefined, figgy pudding is very strict | [
{
"change_type": "MODIFY",
"diff": "@@ -123,7 +123,7 @@ Object.defineProperty(exports, \"defaults\", {\n\"onload-script\": false,\nonly: null,\noptional: true,\n- otp: null,\n+ otp: undefined,\n\"package-lock\": true,\n\"package-lock-only\": false,\nparseable: false,\n",
"new_path": "utils/npm-conf/lib/... | JavaScript | MIT License | lerna/lerna | fix(npm-conf): OTP should default to undefined, figgy pudding is very strict | 1 | fix | npm-conf |
807,849 | 16.07.2019 10:06:11 | 25,200 | cf56622db87db8cf30b73bdc689538249a591b6c | fix(publish): OTP cache should be seeded from conf value, not CLI directly | [
{
"change_type": "MODIFY",
"diff": "@@ -90,9 +90,6 @@ class PublishCommand extends Command {\nthis.logger.verbose(\"session\", npmSession);\nthis.logger.verbose(\"user-agent\", userAgent);\n- // cache to hold a one-time-password across publishes\n- this.otpCache = { otp: this.options.otp };\n-\nthis.conf = ... | JavaScript | MIT License | lerna/lerna | fix(publish): OTP cache should be seeded from conf value, not CLI directly | 1 | fix | publish |
807,849 | 16.07.2019 10:18:02 | 25,200 | 44b9f70d0fe4710b6f0eb8a73e83e02c9c89c21c | feat(otplease): Expose getOneTimePassword() helper | [
{
"change_type": "MODIFY",
"diff": "@@ -214,6 +214,23 @@ describe(\"@lerna/otplease\", () => {\nexpect.hasAssertions();\n});\n+\n+ describe(\"getOneTimePassword()\", () => {\n+ it(\"defaults message argument\", async () => {\n+ await otplease.getOneTimePassword();\n+\n+ expect(prompt.input).toHaveBeenCalled... | JavaScript | MIT License | lerna/lerna | feat(otplease): Expose getOneTimePassword() helper | 1 | feat | otplease |
711,597 | 16.07.2019 10:21:09 | -7,200 | 80eba9dbd8aacb8ec5b3a555fa86e1a06b0f3fd5 | feat(core): Add custom validation function to custom field config
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,8 @@ process.env.TZ = 'UTC';\nimport gql from 'graphql-tag';\nimport path from 'path';\n+import { LanguageCode } from '../../common/lib/generated-types';\n+\nimport { TEST_SETUP_TIMEOUT_MS } from './config/test-config';\nimport { TestAdminClient, TestShopClient... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Add custom validation function to custom field config
Relates to #85 | 1 | feat | core |
304,895 | 16.07.2019 10:26:49 | 25,200 | aea0374b38fb087f1db9157f4abecd53ab3c988d | fix(stdlib): correct moving average behavior with chunking
check if the specified period has been reached after iterating through all the chunks, at the end of the Process method
use arrayContainer to clean up code in moving_average.go | [
{
"change_type": "MODIFY",
"diff": "@@ -3171,7 +3171,7 @@ Moving Average has the following properties:\n| Name | Type | Description\n| ---- | ---- | -----------\n-| n | duration | N specifies the number of points to mean.\n+| n | int | N specifies the number of points to mean.\n| columns | []string | Column... | Go | MIT License | influxdata/flux | fix(stdlib): correct moving average behavior with chunking (#1511)
- check if the specified period has been reached after iterating through all the chunks, at the end of the Process method
- use arrayContainer to clean up code in moving_average.go | 1 | fix | stdlib |
815,598 | 16.07.2019 10:58:52 | -28,800 | a1c63ad4ef724140d3f911202e05aa3df83a1314 | fix: build.rs failed without git dir
Ignore the error when failed to read .git/HEAD.
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ fn main() {\nprintln!(\"cargo:rerun-if-changed=build.rs\");\nprintln!(\"cargo:rerun-if-changed=.git/HEAD\");\n- let head = std::fs::read_to_string(\".git/HEAD\").expect(\"read .git/HEAD\");\n+ let head = std::fs::read_to_string(\".git/HEAD\").unwrap_or_d... | Rust | MIT License | nervosnetwork/ckb | fix: build.rs failed without git dir
Ignore the error when failed to read .git/HEAD.
Closes https://github.com/nervosnetwork/ckb/issues/1231 | 1 | fix | null |
401,147 | 16.07.2019 11:06:12 | -19,080 | 11a51609e22e1158a3b43bc6d5307600e69a959f | feat: added Sync icon
affects: | [
{
"change_type": "ADD",
"diff": "+<svg aria-hidden=\"true\" focusable=\"false\" class=\"svg-inline--fa fa-sync fa-w-16\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n+ <path fill=\"currentColor\" d=\"M440.65 12.57l4 82.77A247.16 247.16 0 0 0 255.83 8C134.73 8 33.91 94.92 12.29... | TypeScript | MIT License | medly/medly-components | feat: added Sync icon
affects: @medly-components/icons | 1 | feat | null |
127,975 | 16.07.2019 11:09:09 | -10,800 | 8c8bf170695bba349e1dd19d9258478c7b01b331 | feat: implement mybets accordion | [
{
"change_type": "MODIFY",
"diff": "export * from './myBetContainer';\n+export * from './myBetAccordion';\nexport * from './outrights';\nexport * from './scoreboards/scoreboard';\nexport * from './scoreboards/football';\n",
"new_path": "portals/user-portal-components/src/myBets/components/index.ts",
... | TypeScript | MIT License | coingaming/moon-design | feat: implement mybets accordion | 1 | feat | null |
438,921 | 16.07.2019 11:18:58 | -32,400 | 736ba56009bf99832d0d1026f6277709d81ae17a | fix(event): Update determination condition
Add browser sniffing to determine 'mobile' touch to be distinguished
with the desktop with the touch support.
Ref | [
{
"change_type": "MODIFY",
"diff": "@@ -1288,20 +1288,23 @@ export default class ChartInternal {\nconvertInputType() {\nconst $$ = this;\nconst config = $$.config;\n- const isMobile = (\n- window.navigator && \"maxTouchPoints\" in window.navigator && window.navigator.maxTouchPoints > 0\n- ) || false;\n+ let... | TypeScript | MIT License | naver/billboard.js | fix(event): Update determination condition
Add browser sniffing to determine 'mobile' touch to be distinguished
with the desktop with the touch support.
Ref #967 | 1 | fix | event |
749,516 | 16.07.2019 11:26:54 | 25,200 | a2c7e90c9efc0fba530a23253152eb23a6d878ce | fix(dropdowns): all previous item selection with arrow key | [
{
"change_type": "MODIFY",
"diff": "@@ -164,6 +164,9 @@ const Dropdown: React.FunctionComponent<IDropdownProps> = props => {\n} else {\nonSelect && onSelect(changes.selectedItem, stateAndHelpers);\n}\n+\n+ // Reset input value when item is selected\n+ stateAndHelpers.setState({ inputValue: '' });\n}\nonStat... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(dropdowns): all previous item selection with arrow key (#391) | 1 | fix | dropdowns |
838,025 | 16.07.2019 12:44:14 | -10,800 | 55dc68d83223b190608514060a97260dcf9dc964 | fix: PagesGetVersion bad response | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ func (vk *VK) PagesGetTitles(params map[string]string) (response PagesGetTitlesR\n}\n// PagesGetVersionResponse struct\n-type PagesGetVersionResponse []object.PagesWikipageFull\n+type PagesGetVersionResponse object.PagesWikipageFull\n// PagesGetVersion r... | Go | MIT License | severecloud/vksdk | fix: PagesGetVersion bad response | 1 | fix | null |
104,844 | 16.07.2019 13:34:54 | 14,400 | 6deb8b6db6d8672983e925b311a520f0891b2991 | fix(sidenav): fix no animation on small screen close | [
{
"change_type": "MODIFY",
"diff": "@@ -16,14 +16,14 @@ import { COLORS, PADDING } from '../../styles/styles';\nconst StyledSideNav = styled(CarbonSideNav)`\n&& {\n- width: 3rem;\n- @media screen and (min-width: 1056px) {\n+ &.bx--side-nav--expanded {\n+ width: 16rem;\ntransform: translateX(0);\n}\n- &.bx--... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(sidenav): fix no animation on small screen close | 1 | fix | sidenav |
711,597 | 16.07.2019 13:38:39 | -7,200 | 8f763b2bc425adfad0e9ac75743d461d36646a35 | feat(core): Implement access control for custom fields
Relates to Not full permissions-based access, but a `public` flag which can be used to hide a custom field from the Shop API. | [
{
"change_type": "MODIFY",
"diff": "@@ -77,6 +77,18 @@ describe('Custom fields', () => {\ntype: 'string',\noptions: [{ value: 'small' }, { value: 'medium' }, { value: 'large' }],\n},\n+ {\n+ name: 'nonPublic',\n+ type: 'string',\n+ defaultValue: 'hi!',\n+ public: false,\n+ },\n+ {\n+ name: 'public',\n+ type... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Implement access control for custom fields
Relates to #85. Not full permissions-based access, but a `public` flag which can be used to hide a custom field from the Shop API. | 1 | feat | core |
306,393 | 16.07.2019 13:41:07 | -7,200 | 2740f17605360d474042da66eaf72783579471f2 | fix(input): delegate "step" attribute | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,14 @@ export class LionInput extends LionField {\n};\n}\n+ get delegations() {\n+ return {\n+ ...super.delegations,\n+ properties: [...super.delegations.properties, 'step'],\n+ attributes: [...super.delegations.attributes, 'step'],\n+ };\n+ }\n+\nget slots() ... | JavaScript | MIT License | ing-bank/lion | fix(input): delegate "step" attribute | 1 | fix | input |
304,912 | 16.07.2019 14:01:00 | 25,200 | 00b4a21e55f8e933048799985f08f159eb921635 | fix(semantic): alter missing parameter error message to be more illuminating | [
{
"change_type": "MODIFY",
"diff": "@@ -404,12 +404,18 @@ func (l function) unifyType(kinds map[Tvar]Kind, r PolyType) (Substitution, erro\n// Validate that every required parameter of the left function\n// is observed in the right function, excluding pipe parameters.\nmissing := l.required.diff(r.required)... | Go | MIT License | influxdata/flux | fix(semantic): alter missing parameter error message to be more illuminating (#1515) | 1 | fix | semantic |
807,849 | 16.07.2019 14:15:08 | 25,200 | 0501f7a4e797dd63f55cb5ec645a85e43f0f3509 | refactor(publish): Split getProfileData() out of get-npm-username | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n-const fetch = require(\"@evocateur/npm-registry-fetch\");\n-const pulseTillDone = require(\"@lerna/pulse-till-done\");\nconst ValidationError = require(\"@lerna/validation-error\");\nconst FetchConfig = require(\"./fetch-config\");\n+const getProfileData... | JavaScript | MIT License | lerna/lerna | refactor(publish): Split getProfileData() out of get-npm-username | 1 | refactor | publish |
807,849 | 16.07.2019 14:16:08 | 25,200 | 4f893d1929233f5ace87825fb2e38e2a5b30e0d6 | feat(publish): Eager prompt for OTP when account-level 2FA is enabled | [
{
"change_type": "ADD",
"diff": "+\"use strict\";\n+\n+jest.mock(\"../lib/get-profile-data\");\n+\n+const loggingOutput = require(\"@lerna-test/logging-output\");\n+const getProfileData = require(\"../lib/get-profile-data\");\n+const getTwoFactorAuthRequired = require(\"../lib/get-two-factor-auth-required\"... | JavaScript | MIT License | lerna/lerna | feat(publish): Eager prompt for OTP when account-level 2FA is enabled | 1 | feat | publish |
807,849 | 16.07.2019 14:26:24 | 25,200 | a3d264e5b4c67b3796a4be297a9b4590f82de0b9 | fix(project): Ensure deprecated `githubRelease` config is also remapped from `command.publish` namespace
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -170,6 +170,31 @@ Object {\n`);\n});\n+ it(\"updates command.publish.githubRelease to command.version.createRelease\", async () => {\n+ const cwd = await initFixture(\"basic\");\n+\n+ await fs.writeJSON(path.resolve(cwd, \"lerna.json\"), {\n+ command: {\n+ publish: {\n... | JavaScript | MIT License | lerna/lerna | fix(project): Ensure deprecated `githubRelease` config is also remapped from `command.publish` namespace
Fixes #2177 | 1 | fix | project |
104,827 | 16.07.2019 14:51:33 | 18,000 | 57783cca1295dc94d58d5e0e315877c56d96553b | fix(imagecard): add image card export type | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ import {\nDashboardLayoutPropTypes,\n} from '../../constants/PropTypes';\nimport ValueCard from '../ValueCard/ValueCard';\n+import ImageCard from '../ImageCard/ImageCard';\nimport DonutCard from '../DonutCard/DonutCard';\nimport TableCard from '../TableC... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(imagecard): add image card export type | 1 | fix | imagecard |
838,025 | 16.07.2019 14:53:40 | -10,800 | e15353c7543ae680fcb2aecf76a8ff3a47d9fe2e | feat: add AppsGetFriendsListExtended | [
{
"change_type": "MODIFY",
"diff": "@@ -50,13 +50,33 @@ func (vk *VK) AppsGetCatalog(params map[string]string) (response AppsGetCatalogR\n// AppsGetFriendsListResponse struct\ntype AppsGetFriendsListResponse struct {\nCount int `json:\"count\"`\n- Items []object.UsersUser `json:\"profiles\"`\n+ Items []int ... | Go | MIT License | severecloud/vksdk | feat: add AppsGetFriendsListExtended | 1 | feat | null |
679,910 | 16.07.2019 14:54:19 | -7,200 | 94794c5ead4687925012ad2f53d42ed42dee4245 | fix(examples): rotating voronoi author and readme | [
{
"change_type": "MODIFY",
"diff": "# rotating-voronoi\n-[Live demo](http://demo.thi.ng/umbrella/rotating-voronoi/)\n+Example to show 2d spline in combination with voronoi tessellation.\n+Based on a M. Bostock [observablehq sketch](https://observablehq.com/@mbostock/rotating-voronoi). Originally from an [or... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): rotating voronoi author and readme | 1 | fix | examples |
722,013 | 16.07.2019 15:04:00 | 18,000 | 0299226c5aee8165fdb09e37ca66fdd5d273d1e8 | test: add some babel jsx tests | [
{
"change_type": "MODIFY",
"diff": "\"walkes\": \"^0.2.1\"\n},\n\"devDependencies\": {\n- \"@types/buble\": \"^0.19.2\"\n+ \"@types/buble\": \"^0.19.2\",\n+ \"@vue/test-utils\": \"^1.0.0-beta.29\"\n},\n\"author\": \"Bart Ledoux <ledouxb@me.com>\",\n\"license\": \"MIT\"\n",
"new_path": "packages/vue-inbr... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: add some babel jsx tests | 1 | test | null |
807,849 | 16.07.2019 15:07:40 | 25,200 | ce58d8f07a961f745b6a81a1e0de10ebefcbb959 | fix(publish): Allow `--no-verify-access` to prevent checking for account-level 2FA | [
{
"change_type": "MODIFY",
"diff": "@@ -452,7 +452,6 @@ class PublishCommand extends Command {\nreturn verifyNpmPackageAccess(this.packagesToPublish, username, this.conf.snapshot);\n}\n});\n- }\n// read profile metadata to determine if account-level 2FA is enabled\nchain = chain.then(() => getTwoFactorAuthR... | JavaScript | MIT License | lerna/lerna | fix(publish): Allow `--no-verify-access` to prevent checking for account-level 2FA | 1 | fix | publish |
838,025 | 16.07.2019 15:08:55 | -10,800 | 0d37f5fd0e957b223e34177ec3b0a915f77badab | test: notes methods | [
{
"change_type": "ADD",
"diff": "+package api\n+\n+import (\n+ \"strconv\"\n+ \"testing\"\n+\n+ \"github.com/SevereCloud/vksdk/5.92/object\"\n+)\n+\n+func TestVK_NotesAdd(t *testing.T) {\n+ if vkUser.AccessToken == \"\" {\n+ t.Skip(\"USER_TOKEN empty\")\n+ }\n+\n+ note, gotVkErr := vkUser.NotesAdd(map[strin... | Go | MIT License | severecloud/vksdk | test: notes methods | 1 | test | null |
807,849 | 16.07.2019 15:21:02 | 25,200 | 32e0826f2dbd70c557908671801e2a6dee08660d | chore: auto-fix prettier opinions | [
{
"change_type": "MODIFY",
"diff": "@@ -85,9 +85,8 @@ class PublishCommand extends Command {\n// npmSession and user-agent are consumed by npm-registry-fetch (via libnpmpublish)\nconst npmSession = crypto.randomBytes(8).toString(\"hex\");\n- const userAgent = `lerna/${this.options.lernaVersion}/node@${proce... | JavaScript | MIT License | lerna/lerna | chore: auto-fix prettier opinions | 1 | chore | null |
722,013 | 16.07.2019 15:33:51 | 18,000 | 02f6e5a4f3877346435653fe9f32371a296c3c57 | test: batch 2 of babel jsx tests | [
{
"change_type": "MODIFY",
"diff": "@@ -39,11 +39,27 @@ describe('adaptCreateElement', () => {\n})\ndescribe('from JSX', () => {\n- const getComponent = (code: string): { [key: string]: any } => {\n+ const getComponent = (\n+ code: string,\n+ params: { [key: string]: any } = {}\n+ ): { [key: string]: any } ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: batch 2 of babel jsx tests | 1 | test | null |
815,577 | 16.07.2019 15:33:57 | -28,800 | 9dc6f3013c552ccb7f3fc6c3c16bf7fe7263cc82 | chore: use struct instead of tuple | [
{
"change_type": "MODIFY",
"diff": "@@ -277,7 +277,7 @@ where\n.state\n.read()\n.get(&self.peer)\n- .map(|state| (state.is_outbound, state.chain_sync.protect))\n+ .map(|state| (state.peer_flags.is_outbound, state.peer_flags.is_protect))\n.unwrap_or((false, false));\nif self.synchronizer.shared.is_initial_bl... | Rust | MIT License | nervosnetwork/ckb | chore: use struct instead of tuple | 1 | chore | null |
273,683 | 16.07.2019 15:40:32 | -7,200 | 9bc4ddbed08c39502ef9b50d1156351e7e65c1ac | perf(pages): improve pages api performance | [
{
"change_type": "MODIFY",
"diff": "@@ -177,6 +177,9 @@ class App {\nconst digest = hashString(Date.now().toString())\nconst { createPagesAPI, createManagedPagesAPI } = require('../pages/utils')\n+ this.pages._cached.clear()\n+ this.pages._collection.adaptiveBinaryIndices = false\n+\nawait this.events.dispa... | JavaScript | MIT License | gridsome/gridsome | perf(pages): improve pages api performance (#548) | 1 | perf | pages |
838,025 | 16.07.2019 15:46:28 | -10,800 | b235aefd953df9c66e6dc089a15b578c2fa60d33 | test: utils methods | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,6 @@ func TestVK_RequestLimit(t *testing.T) {\nvk.UsersGet(map[string]string{})\n}\n})\n-\n}\nfunc TestVK_Execute(t *testing.T) {\n",
"new_path": "5.92/api/api_test.go",
"old_path": "5.92/api/api_test.go"
},
{
"change_type": "MODIFY",
"dif... | Go | MIT License | severecloud/vksdk | test: utils methods | 1 | test | null |
807,849 | 16.07.2019 15:46:28 | 25,200 | c40587198427c826284437a4f4bb581794a63ae4 | fix(command): Bump minimum range of lodash, silence dumb 'security' warning | [
{
"change_type": "MODIFY",
"diff": "\"dedent\": \"^0.7.0\",\n\"execa\": \"^1.0.0\",\n\"is-ci\": \"^1.0.10\",\n- \"lodash\": \"^4.17.5\",\n+ \"lodash\": \"^4.17.14\",\n\"npmlog\": \"^4.1.2\"\n}\n}\n",
"new_path": "core/command/package.json",
"old_path": "core/command/package.json"
},
{
"chang... | JavaScript | MIT License | lerna/lerna | fix(command): Bump minimum range of lodash, silence dumb 'security' warning | 1 | fix | command |
807,849 | 16.07.2019 15:53:07 | 25,200 | c54ad68a4741d52e6c5255159cad5cc1b3589c1d | fix(conventional-commits): Hard-pin lodash.template dependency to silence 'helpful' security warning | [
{
"change_type": "MODIFY",
"diff": "\"conventional-recommended-bump\": \"^4.0.4\",\n\"fs-extra\": \"^7.0.0\",\n\"get-stream\": \"^4.0.0\",\n+ \"lodash.template\": \"^4.5.0\",\n\"npm-package-arg\": \"^6.1.0\",\n\"npmlog\": \"^4.1.2\",\n\"pify\": \"^3.0.0\",\n",
"new_path": "core/conventional-commits/pack... | JavaScript | MIT License | lerna/lerna | fix(conventional-commits): Hard-pin lodash.template dependency to silence 'helpful' security warning | 1 | fix | conventional-commits |
807,849 | 16.07.2019 16:09:09 | 25,200 | 4d674267408b7c4cf0e42cd6515ebeeaf070cd93 | fix(deps): Update forked npm libs | [
{
"change_type": "MODIFY",
"diff": "\"test\": \"echo \\\"Run tests from root\\\" && exit 1\"\n},\n\"dependencies\": {\n- \"@evocateur/pacote\": \"^9.6.0\",\n+ \"@evocateur/pacote\": \"^9.6.2\",\n\"@lerna/bootstrap\": \"file:../bootstrap\",\n\"@lerna/command\": \"file:../../core/command\",\n\"@lerna/filter-o... | JavaScript | MIT License | lerna/lerna | fix(deps): Update forked npm libs | 1 | fix | deps |
807,849 | 16.07.2019 16:13:36 | 25,200 | 59ebd1947911c094f84dfa80147886851c2b3a37 | fix(pack-directory): Bump npm-packlist + tar dependencies | [
{
"change_type": "MODIFY",
"diff": "\"@lerna/package\": \"file:core/package\",\n\"@lerna/run-lifecycle\": \"file:utils/run-lifecycle\",\n\"figgy-pudding\": \"^3.5.1\",\n- \"npm-packlist\": \"^1.4.1\",\n+ \"npm-packlist\": \"^1.4.4\",\n\"npmlog\": \"^4.1.2\",\n- \"tar\": \"^4.4.8\",\n+ \"tar\": \"^4.4.10\",\... | JavaScript | MIT License | lerna/lerna | fix(pack-directory): Bump npm-packlist + tar dependencies | 1 | fix | pack-directory |
711,597 | 16.07.2019 16:22:32 | -7,200 | af13dc20a159c50046f1709b45e04eef43901f0e | feat(core): Improve error messages for invalid custom field inputs
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -221,7 +221,7 @@ describe('Custom fields', () => {\n}\n}\n`);\n- }, `The custom field value ['hello'] does not match the pattern [^[0-9][a-z]+$]`),\n+ }, `The custom field 'validateString' value ['hello'] does not match the pattern [^[0-9][a-z]+$]`),\n);\nit(\n@@ -234,... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Improve error messages for invalid custom field inputs
Relates to #85 | 1 | feat | core |
807,849 | 16.07.2019 16:26:00 | 25,200 | 58f17e991a44406a1f85a15f03b73f37c843af7b | chore: fix ludicrous warning about set-value | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha1-BF+XgtARrppoA93TgrJDkrPYkPc=\"\n},\n\"set-value\": {\n- \"version\": \"2.0.0\",\n- \"resolved\": \"https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz\",\n- \"integrity\": \"sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk... | JavaScript | MIT License | lerna/lerna | chore: fix ludicrous warning about set-value | 1 | chore | null |
807,849 | 16.07.2019 16:47:12 | 25,200 | cec39070ac94f02ee726b4f402b72bc30cd9da97 | test(pack-directory): Serialize tar byte size to account for cross-platform nightmare | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ expect.addSnapshotSerializer({\ntest(val) {\nif (isObject(val)) {\n// 420 in macOS, 436 in Ubuntu\n- return hasOwn.call(val, \"mode\");\n+ return hasOwn.call(val, \"mode\") || hasOwn.call(val, \"size\");\n}\nif (isString(val)) {\n@@ -50,7 +50,8 @@ expect... | JavaScript | MIT License | lerna/lerna | test(pack-directory): Serialize tar byte size to account for cross-platform nightmare | 1 | test | pack-directory |
722,013 | 16.07.2019 16:49:10 | 18,000 | 5b1a9861ad206cb84e8898904bce2f6f40182144 | test: all test except spread | [
{
"change_type": "MODIFY",
"diff": "import { transform } from 'buble'\nimport { shallowMount, mount } from '@vue/test-utils'\nimport adaptCreateElement, { CreateElementFunction } from '../adaptCreateElement'\n+import Vue from 'vue'\ndescribe('adaptCreateElement', () => {\nlet h: jest.Mock<CreateElementFunct... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: all test except spread | 1 | test | null |
76,605 | 16.07.2019 16:54:05 | -7,200 | 0a16717af1716ba3fd83167fa06b03b0fe4cb63f | perf: improve neural network perf | [
{
"change_type": "MODIFY",
"diff": "@@ -59,14 +59,13 @@ class NeuralNetwork {\nconst size = this.sizes[1];\nthis.inputs = [];\nthis.outputs = [];\n- this.outputErrors = [];\n- this.outputDeltas = [];\n- this.biases = new Float32Array(size);\n- this.weights = new Array(size);\n- this.changes = new Array(size... | JavaScript | MIT License | axa-group/nlp.js | perf: improve neural network perf | 1 | perf | null |
711,597 | 16.07.2019 17:07:23 | -7,200 | ab662a16631888f5890f16ac482bf0578a028daa | docs(core): Add more docs on custom fields | [
{
"change_type": "MODIFY",
"diff": "@@ -44,6 +44,11 @@ export type FloatCustomFieldConfig = TypedCustomFieldConfig<'float', GraphQLFloa\nexport type BooleanCustomFieldConfig = TypedCustomFieldConfig<'boolean', GraphQLBooleanCustomFieldConfig>;\nexport type DateTimeCustomFieldConfig = TypedCustomFieldConfig<... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Add more docs on custom fields | 1 | docs | core |
722,013 | 16.07.2019 17:17:32 | 18,000 | 4f7b220df3302565148640c94549cfc4a672613a | style: test dependencies better setup | [
{
"change_type": "MODIFY",
"diff": "},\n\"devDependencies\": {\n\"@types/buble\": \"^0.19.2\",\n- \"@vue/test-utils\": \"^1.0.0-beta.29\"\n+ \"@vue/test-utils\": \"^1.0.0-beta.29\",\n+ \"vue\": \"^2.6.10\"\n},\n\"author\": \"Bart Ledoux <ledouxb@me.com>\",\n\"license\": \"MIT\"\n",
"new_path": "packages... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | style: test dependencies better setup | 1 | style | null |
438,921 | 16.07.2019 17:22:09 | -32,400 | 419144fc41bf0e6e4f82b14778eff34e7cb14630 | fix(tooltip): Fix on contents template
Correct displaying contents template when tooltip grouped is false.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -890,6 +890,26 @@ describe(\"TOOLTIP\", function() {\nexpect(d3.select(\"#tooltip\").html()).to.be.equal(html);\n});\n+ it(\"set options tooltip.grouped=false\", () => {\n+ args.tooltip.grouped = false;\n+ });\n+\n+ it(\"check for tooltip contents template when is non-... | TypeScript | MIT License | naver/billboard.js | fix(tooltip): Fix on contents template
Correct displaying contents template when tooltip grouped is false.
Fix #972 | 1 | fix | tooltip |
217,922 | 16.07.2019 17:27:56 | -7,200 | c88f6e6bcc5d89c4ea54ff6a992dc633e406b571 | fix(ariyala): fixed an issue with materia counts on materias with 0% chances to meld | [
{
"change_type": "MODIFY",
"diff": "@@ -132,8 +132,11 @@ export class AriyalaLinkParser implements ExternalListLinkParser {\nif (isCrafter) mul = 8;\n}\n- const amount = (1 / (chance / 100)) * mul;\n- return amount;\n+ // If there's no chance to meld, don't get any of this materia. To avoid Infinity\n+ if (... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ariyala): fixed an issue with materia counts on materias with 0% chances to meld | 1 | fix | ariyala |
932,475 | 16.07.2019 18:14:12 | 14,400 | 25c7b815d9e2ce9d44caea0f2bc534b864b75793 | fix(deps): fix vulnerabilities | [
{
"change_type": "MODIFY",
"diff": "\"prettier\": \"^1.18.2\",\n\"typescript\": \"^3.4.3\"\n},\n+ \"resolutions\": {\n+ \"lodash\": \">=4.17.12\",\n+ \"mixin-deep\": \">=1.3.2\",\n+ \"set-value\": \">=3.0.1\"\n+ },\n\"husky\": {\n\"hooks\": {\n\"commit-msg\": \"web-scripts commitmsg\",\n",
"new_path": "... | TypeScript | Apache License 2.0 | spotify/web-scripts | fix(deps): fix vulnerabilities
https://www.npmjs.com/advisories/1012
https://www.npmjs.com/advisories/1013
https://www.npmjs.com/advisories/1014
https://www.npmjs.com/advisories/1065 | 1 | fix | deps |
531,793 | 16.07.2019 19:19:35 | -3,600 | d1e1d7fe2fb056e72455b95694ba463d26c441b6 | feat(ui): show only common labels in the overview modal by default | [
{
"change_type": "MODIFY",
"diff": "@@ -2,17 +2,18 @@ import React, { Component } from \"react\";\nimport PropTypes from \"prop-types\";\nimport { observer } from \"mobx-react\";\n+import { observable, action } from \"mobx\";\n+\n+import { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\n+import ... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): show only common labels in the overview modal by default | 1 | feat | ui |
838,025 | 16.07.2019 20:22:38 | -10,800 | 2938e456d6ca8353b02b113699b4aa39da66a2ec | test: docs method | [
{
"change_type": "MODIFY",
"diff": "package api\nimport (\n- \"os\"\n+ \"strconv\"\n\"testing\"\n-\n- \"github.com/SevereCloud/vksdk/5.92/object\"\n)\n-func TestVK_DocsSearch(t *testing.T) {\n- if vkGroup.AccessToken == \"\" {\n- t.Skip(\"GROUP_TOKEN empty\")\n+func TestVK_DocsAdd(t *testing.T) {\n+ if vkUs... | Go | MIT License | severecloud/vksdk | test: docs method | 1 | test | null |
838,025 | 16.07.2019 20:38:38 | -10,800 | 18435aab1b2d480c9e2fa6d8b17ac0d1774ce455 | test: database methods | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ func TestMain(m *testing.M) {\nvkGroupID = group[0].ID\n}\nvkService = Init(os.Getenv(\"SERVICE_TOKEN\"))\n+ vkService.Limit = 3\nvkUser = Init(os.Getenv(\"USER_TOKEN\"))\nvkUser.Limit = 3\nif vkUser.AccessToken != \"\" {\n",
"new_path": "5.92/api/ap... | Go | MIT License | severecloud/vksdk | test: database methods | 1 | test | null |
217,922 | 16.07.2019 21:05:36 | -7,200 | 76725d1ff70e4ab524423db88a311ef7b5bf4d96 | chore(release): 5.6.15 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.6.15\"></a>\n+## [5.6.15](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.6.15 | 1 | chore | release |
838,025 | 16.07.2019 21:17:26 | -10,800 | cb508ae2faa6d41fb5319b2523bf89e29ca0f34e | test: add UtilsGetLinkStatsExtended | [
{
"change_type": "MODIFY",
"diff": "@@ -45,15 +45,21 @@ func TestVK_UtilsGetShortLink(t *testing.T) {\nfunc TestVK_UtilsGetLinkStats(t *testing.T) {\nif vkGroup.AccessToken == \"\" {\n- t.Skip(\"USER_TOKEN empty\")\n+ t.Skip(\"GROUP_TOKEN empty\")\n}\n- _, gotVkErr := vkGroup.UtilsGetLinkStats(map[string]st... | Go | MIT License | severecloud/vksdk | test: add UtilsGetLinkStatsExtended | 1 | test | null |
838,025 | 16.07.2019 21:22:19 | -10,800 | a7b1be323188eee2b3bc4c0e5d3807292639c898 | test: add PollsGetPhotoUploadServer | [
{
"change_type": "MODIFY",
"diff": "@@ -79,6 +79,17 @@ func TestVK_PollsGetByID(t *testing.T) {\n})\n}\n+func TestVK_PollsGetPhotoUploadServer(t *testing.T) {\n+ if vkUser.AccessToken == \"\" {\n+ t.Skip(\"USER_TOKEN empty\")\n+ }\n+\n+ _, gotVkErr := vkUser.PollsGetPhotoUploadServer(map[string]string{})\n+... | Go | MIT License | severecloud/vksdk | test: add PollsGetPhotoUploadServer | 1 | test | null |
531,793 | 16.07.2019 22:35:11 | -3,600 | 4734c9882cfeb5044c31114c6b9cb30f26e9f10c | chore(ui): don't focus input on mobile
Focusing input on a mobile browser pulls in the keyboard view, which takes half of the screen. Let user click it manually if needed | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ import { faSearch } from \"@fortawesome/free-solid-svg-icons/faSearch\";\nimport { AlertStore, FormatBackendURI } from \"Stores/AlertStore\";\nimport { Settings } from \"Stores/Settings\";\n+import { IsMobile } from \"Common/Device\";\nimport { FilterInp... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): don't focus input on mobile
Focusing input on a mobile browser pulls in the keyboard view, which takes half of the screen. Let user click it manually if needed | 1 | chore | ui |
67,494 | 16.07.2019 22:56:44 | -7,200 | 40a742d2e4847795f5c109084955938f774fc58c | feat(router): add style loader to navigation skeleton | [
{
"change_type": "MODIFY",
"diff": "overflow: auto;\nvertical-align: top;\n}\n+ .viewport-header {\n+ display: none;\n+ }\n</style>\n</head>\n",
"new_path": "packages/__tests__/router/e2e/navigation-skeleton/app/index.ejs",
"old_path": "packages/__tests__/router/e2e/navigation-skeleton/app/index.ejs... | TypeScript | MIT License | aurelia/aurelia | feat(router): add style loader to navigation skeleton | 1 | feat | router |
679,910 | 16.07.2019 23:09:07 | -7,200 | 4445fb9ddbb1bc7dd2ceaa94fadca179cf289d6e | fix(examples): rotating-voronoi changes after code review | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"latest\",\n- \"@thi.ng/atom\": \"^3.0.1\",\n+ \"@thi.ng/atom\": \"latest\",\n+ \"@thi.ng/geom\": \"latest\",\n+ \"@thi.ng/geom-api\": \"latest\",\n+ \"@thi.ng/geom-resample\": \"latest\",\n+ \"@thi.ng/geom-voronoi\": \"latest\",... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): rotating-voronoi changes after code review | 1 | fix | examples |
679,910 | 16.07.2019 23:13:38 | -7,200 | cd70ff0dac30f68ffb67c1dccd8b946ff82498d4 | refactor(examples): rotating-voronoi removed unused imports | [
{
"change_type": "MODIFY",
"diff": "@@ -4,8 +4,6 @@ import { simplify } from \"@thi.ng/geom-resample\";\nimport {\npathFromCubics,\nasCubic,\n- Polygon,\n- withAttribs,\nsvgDoc,\nrect,\ngroup,\n@@ -46,8 +44,7 @@ const height = edge;\nconst radius = (width / 2) * 0.8;\nconst center = [width / 2, height / 2];... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): rotating-voronoi removed unused imports | 1 | refactor | examples |
471,527 | 16.07.2019 23:47:34 | -7,200 | 99b49059ad3243949edfdfccd9aac6d2b1f845bb | fix(testing): bugfix release to keep non breaking testing-karma version | [
{
"change_type": "MODIFY",
"diff": "\"mocha\": \"^5.0.0\"\n},\n\"devDependencies\": {\n- \"@open-wc/testing-karma\": \"^3.0.0\",\n+ \"@open-wc/testing-karma\": \"^2.0.16\",\n\"@open-wc/testing-karma-bs\": \"^1.1.17\",\n\"@open-wc/testing-wallaby\": \"^0.1.12\",\n\"webpack-merge\": \"^4.1.5\"\n",
"new_pa... | JavaScript | MIT License | open-wc/open-wc | fix(testing): bugfix release to keep non breaking testing-karma version | 1 | fix | testing |
722,013 | 17.07.2019 00:05:08 | 18,000 | 27dd6702f1edf78c339410dfeb58faac801ecc6d | fix(compiler): make the jsx spread work vue style | [
{
"change_type": "MODIFY",
"diff": "import Vue from 'vue'\nimport { transform } from 'buble'\nimport { shallowMount, mount } from '@vue/test-utils'\n-import adaptCreateElement, { CreateElementFunction } from '../adaptCreateElement'\n+import adaptCreateElement, { CreateElementFunction, concatenate } from '..... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(compiler): make the jsx spread work vue style | 1 | fix | compiler |
722,013 | 17.07.2019 00:29:56 | 18,000 | fd464a8385b9db379b53c514e999231ed86f99fa | fix: use the spread in styleguidist | [
{
"change_type": "MODIFY",
"diff": "@@ -147,12 +147,12 @@ if (module.hot) {\nvar requireMap = ${generate(toAst(allModulesCode))};\nvar requireInRuntimeBase = require(${JSON.stringify(REQUIRE_IN_RUNTIME_PATH)});\nvar requireInRuntime = requireInRuntimeBase.bind(null, requireMap);\n-var __pragma__ = require($... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: use the spread in styleguidist | 1 | fix | null |
722,013 | 17.07.2019 00:30:22 | 18,000 | 29ba8b596f3c093bf40fe1675717b72d389bc7c1 | fix: make regexp more precise | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ const rootAttributes = [\n'model'\n]\n-const prefixedRE = /(on|nativeOn|props|domProps|hook|v)([A-Z][a-zA-Z]+)?/\n+const prefixedRE = /^(on|nativeOn|props|domProps|hook|v)([A-Z][a-zA-Z]+)?$/\nconst getRawName = (name: string): string => {\nreturn name.re... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: make regexp more precise | 1 | fix | null |
722,013 | 17.07.2019 00:30:39 | 18,000 | c299260a990fd342da9e91531ef72ce0f053f5db | docs: docuemnt the spread in an example | [
{
"change_type": "MODIFY",
"diff": "@@ -83,3 +83,14 @@ export default {\n}\n}\n```\n+\n+it works with spread too\n+\n+```jsx\n+const a = { attrs: { type: 'button', value: 'test' } }\n+export default {\n+ render() {\n+ return <input {...a} />\n+ }\n+}\n+```\n",
"new_path": "examples/jsx-examples/src/comp... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: docuemnt the spread in an example | 1 | docs | null |
471,527 | 17.07.2019 00:32:55 | -7,200 | 2e1be0920be3958641255dc4342b774f1abfee23 | feat(testing): upgrade testing-karma to latest version
BREAKING CHANGE: Removed the legacy flag which used webpack on older
browsers. We now use karma-esm everywhere which supports older
browsers with a compatibility option. For more details please see
the changelog of testing-karma and karma-esm. | [
{
"change_type": "MODIFY",
"diff": "\"mocha\": \"^5.0.0\"\n},\n\"devDependencies\": {\n- \"@open-wc/testing-karma\": \"^2.0.16\",\n+ \"@open-wc/testing-karma\": \"^3.0.0\",\n\"@open-wc/testing-karma-bs\": \"^1.1.17\",\n\"@open-wc/testing-wallaby\": \"^0.1.12\",\n\"webpack-merge\": \"^4.1.5\"\n",
"new_pa... | JavaScript | MIT License | open-wc/open-wc | feat(testing): upgrade testing-karma to latest version
BREAKING CHANGE: Removed the legacy flag which used webpack on older
browsers. We now use karma-esm everywhere which supports older
browsers with a compatibility option. For more details please see
the changelog of testing-karma and karma-esm. | 1 | feat | testing |
722,013 | 17.07.2019 00:37:34 | 18,000 | 623576edb325bd0b591730e163f97583590edbfa | docs: better example of jsx spread | [
{
"change_type": "MODIFY",
"diff": "@@ -87,10 +87,10 @@ export default {\nit works with spread too\n```jsx\n-const a = { attrs: { type: 'button', value: 'test' } }\n+const a = { color: 'purple', size: 'large' }\nexport default {\nrender() {\n- return <input {...a} />\n+ return <Button {...a}>text</Button>\n... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: better example of jsx spread | 1 | docs | null |
679,913 | 17.07.2019 00:40:16 | -3,600 | d56b7204e28bcdcd55ce74c85f6d61d9649da541 | refactor(webgl): add/rename types, add/move checks, update deps | [
{
"change_type": "MODIFY",
"diff": "},\n\"devDependencies\": {\n\"@types/mocha\": \"^5.2.6\",\n- \"@types/node\": \"^12.0.8\",\n+ \"@types/node\": \"^12.6.3\",\n\"mocha\": \"^6.1.4\",\n\"nyc\": \"^14.0.0\",\n\"typedoc\": \"^0.14.2\",\n- \"typescript\": \"^3.5.2\"\n+ \"typescript\": \"^3.5.3\"\n},\n\"depende... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(webgl): add/rename types, add/move checks, update deps | 1 | refactor | webgl |
217,922 | 17.07.2019 00:55:12 | -7,200 | d1cf398575504a7612667f44f555e38dffe2a2b3 | fix(search): converted "worn by" filter to use job categories instead | [
{
"change_type": "MODIFY",
"diff": "@@ -131,6 +131,14 @@ export class GarlandToolsService {\nreturn this.gt.jobCategories[id];\n}\n+ /**\n+ * Gets details for all job categories in garlandtools data.\n+ * @returns {JobCategory[]}\n+ */\n+ getAllJobCategories(): JobCategory[] {\n+ return Object.keys(this.gt.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): converted "worn by" filter to use job categories instead | 1 | fix | search |
217,922 | 17.07.2019 01:04:39 | -7,200 | 5a22f218a853e4a19bb84bb95415c1ec3d9e45c1 | fix: fixed an issue with some items not being added to lists properly | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,11 @@ export class DropsExtractor extends AbstractExtractor<Drop[]> {\nreturn monsterDrops[key].indexOf(item.id) > -1;\n})\n.map(monsterId => {\n+ if (monsters[monsterId] === undefined) {\n+ return {\n+ id: +monsterId\n+ };\n+ }\nconst zoneid = monsters[monst... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with some items not being added to lists properly | 1 | fix | null |
217,922 | 17.07.2019 01:20:18 | -7,200 | 9fc750179476ddbe78ac547c42cf630871e3cc05 | chore(release): 5.6.16 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.6.16\"></a>\n+## [5.6.16](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.6.16 | 1 | chore | release |
679,913 | 17.07.2019 01:28:22 | -3,600 | c287dabada3d1d8414a2250b54c23bf175f1adba | feat(webgl-shadertoy): initial multipass skeleton | [
{
"change_type": "MODIFY",
"diff": "export * from \"./api\";\nexport * from \"./shadertoy\";\n+export * from \"./multipass\";\n",
"new_path": "packages/webgl-shadertoy/src/index.ts",
"old_path": "packages/webgl-shadertoy/src/index.ts"
},
{
"change_type": "ADD",
"diff": "+import { IObject... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(webgl-shadertoy): initial multipass skeleton | 1 | feat | webgl-shadertoy |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.