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
807,931
29.11.2018 12:27:18
18,000
16611be12d684e6e6b549a2164c689426fc0313e
feat(publish): Add a "from-package" positional argument Publish un-published releases by reading versions from the package.json files and publishing any that are not already available in the registry. Fixes
[ { "change_type": "MODIFY", "diff": "```sh\nlerna publish # publish packages that have changed since the last release\nlerna publish from-git # explicitly publish packages tagged in current commit\n+lerna publish from-package # explicitly publish packages where the latest version is not present in the regist...
JavaScript
MIT License
lerna/lerna
feat(publish): Add a "from-package" positional argument (#1708) Publish un-published releases by reading versions from the package.json files and publishing any that are not already available in the registry. Fixes #1648
1
feat
publish
815,598
29.11.2018 12:35:10
-28,800
26f043a32c898d56e8631606dab65caff60ee8e6
chore: upgrade crate `jsonrpc-http-server` From 8.0 to 9.0.
[ { "change_type": "MODIFY", "diff": "@@ -124,15 +124,6 @@ dependencies = [\n\"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n]\n-[[package]]\n-name = \"base64\"\n-version = \"0.9.3\"\n-source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-dependencies = [\n- \"byteor...
Rust
MIT License
nervosnetwork/ckb
chore: upgrade crate `jsonrpc-http-server` From 8.0 to 9.0.
1
chore
null
730,429
29.11.2018 13:58:06
18,000
d511d1cb35d0a0c5cfc1a97ed6799bb2fc21f0b1
style(widget-space): change default font
[ { "change_type": "MODIFY", "diff": "display: flex;\nheight: 100%;\noverflow: hidden;\n- font-family: CiscoSans, 'Helvetica Neue', Arial, sans-serif;\n+ font-family: CiscoSansTT Regular, Helvetica Neue, Helvetica,Arial, sans-serif;\nfont-size: 16px;\nfont-weight: 200;\nbackground: #fff;\n", "new_path": "...
JavaScript
MIT License
webex/react-widgets
style(widget-space): change default font
1
style
widget-space
730,429
29.11.2018 13:59:48
18,000
05f0ab60108f26cebf0678531ce7a7b50fbc3cd9
style(activity-text): style updates
[ { "change_type": "MODIFY", "diff": "font-size: 14px;\nfont-weight: 300;\nletter-spacing: 0.3px;\n- color: #343537;\n+ color: #000;\nword-wrap: break-word;\nwhite-space: pre-wrap;\ntransition: color 0.3s, margin-left 0.3s ease 0.5s;\n/* MARKDOWN SUPPORT */\n.activityText strong {\n- font-family: CiscoSans;\n...
JavaScript
MIT License
webex/react-widgets
style(activity-text): style updates
1
style
activity-text
504,004
29.11.2018 14:02:14
18,000
134af9007bcbe8bc6ad9053d93aa1ebb5da3f818
fix(CatalogTileView): Support tiles without categories.
[ { "change_type": "MODIFY", "diff": "flex: 1;\nmargin-top: 15px;\noverflow: hidden;\n+ position: relative;\n&::after {\nbackground: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);\n}\n}\n+.catalog-tile-view-pf-no-categories {\n+ display: flex;\n+ flex-wrap: wrap;\n+}\n+\n.catal...
TypeScript
MIT License
patternfly/patternfly-react
fix(CatalogTileView): Support tiles without categories. (#977)
1
fix
CatalogTileView
679,913
29.11.2018 14:17:15
0
d381ace26acb5c7ba78c5e85148894629880cddc
feat(api): add assert()
[ { "change_type": "ADD", "diff": "+/**\n+ * Takes a `test` result or predicate function without args and throws\n+ * error with given `msg` if test failed (i.e. is falsy). The function\n+ * is only enabled if `NODE_ENV != \"production\"` or if\n+ * `UMBRELLA_ASSERTS = 1`.\n+ */\n+export const assert =\n+ (pr...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(api): add assert()
1
feat
api
791,834
29.11.2018 14:18:56
28,800
28c544e93cf102f8789ae5864363fcbdbccb4b50
report: escape # in svg data URLs
[ { "change_type": "MODIFY", "diff": "--search-icon-url: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\"><path d=\"M31 28h-1.59l-.55-.55C30.82 25.18 32 22.23 32 19c0-7.18-5.82-13-13-13S6 11.82 6 19s5.82 13 13 13c3.23 0 6.18-1.18 8.45-3.13l.55.55V31l10 9.98L40....
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: escape # in svg data URLs (#6686)
1
report
null
217,922
29.11.2018 14:29:23
-3,600
92a684a80a4ee3bfa08e08a0bb650e4060994499
feat: ability to mute/unmute alarms from alarms page
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { GarlandToolsService } from './core/api/garland-tools.service';\nimport { TranslateService } from '@ngx-translate/core';\nimport { IpcService } from './core/electron/ipc.service';\nimport { NavigationEnd, Router } from '@angular/router';\n-import {...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: ability to mute/unmute alarms from alarms page
1
feat
null
273,683
29.11.2018 14:31:08
-3,600
3e6a1fac8ef799e8507cf1c990a47f519499e544
fix(graphql): fix order argument for collections
[ { "change_type": "MODIFY", "diff": "@@ -158,6 +158,32 @@ test('create connection', async () => {\nexpect(data.allTestPost.edges[1].node.title).toEqual('test 1')\n})\n+test('sort nodes collection', async () => {\n+ const contentType = api.store.addContentType({\n+ typeName: 'TestPost'\n+ })\n+\n+ contentType...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): fix order argument for collections
1
fix
graphql
217,922
29.11.2018 15:11:58
-3,600
9677bf22f2525d4bf279a29d72fad4b988d52ea4
feat: specialist toggle now adds/removes 20/20 properly
[ { "change_type": "MODIFY", "diff": "<div nz-col [nzXs]=\"8\">{{'SIMULATOR.CONFIGURATION.STATS.CP' | translate}}</div>\n<nz-input-number nz-col [nzXs]=\"16\" [(ngModel)]=\"set.cp\"></nz-input-number>\n</div>\n- <label nz-checkbox [(ngModel)]=\"set.specialist\">{{'SIMULATOR.CONFIGURATION.Specialist' | transla...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: specialist toggle now adds/removes 20/20 properly
1
feat
null
730,429
29.11.2018 16:23:49
18,000
766208afa2c58c9afa2c138c16184cd5183ffea3
feat(message-composer): update styles for existing input
[ { "change_type": "MODIFY", "diff": "@@ -263,53 +263,5 @@ exports[`FileUploader container renders properly 1`] = `\n</div>\n</div>\n</div>\n- <div\n- className=\"ciscospark-button-container buttonContainer\"\n- >\n- <div\n- className=\"ciscospark-add-file-container container\"\n- >\n- <button\n- className=\"...
JavaScript
MIT License
webex/react-widgets
feat(message-composer): update styles for existing input
1
feat
message-composer
815,598
29.11.2018 16:30:51
-28,800
4c9b3975973a82a715a525ad9d6ff3ec7148e4a1
chore: remove dependency on YAML
[ { "change_type": "MODIFY", "diff": "@@ -710,7 +710,6 @@ dependencies = [\n\"textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)\",...
Rust
MIT License
nervosnetwork/ckb
chore: remove dependency on YAML
1
chore
null
67,494
29.11.2018 16:39:33
-3,600
45aafef94eeb5eecc96da600a2e336f2f8a0b9db
test(router): update test app
[ { "change_type": "MODIFY", "diff": "<div style=\"padding: 10px;\">\n<viewport name=\"header\"></viewport>\n</div>\n+ <div style=\"padding: 10px;\">\n+ <viewport name=\"steps\"></viewport>\n+ </div>\n+ <div style=\"padding: 10px;\">\n+ <a href=\"steps:one\">One</a>\n+ <a href=\"steps:two\">Two</a>\n+ <a href...
TypeScript
MIT License
aurelia/aurelia
test(router): update test app
1
test
router
217,922
29.11.2018 17:24:31
-3,600
24c513b5c8b3c85124671521f94922cf752637b3
style: style fix for list details page on mobile
[ { "change_type": "MODIFY", "diff": "fxLayoutAlign.lt-md=\"center center\"\nfxLayoutAlign=\"flex-start center\">\n<h2>{{list.name}}</h2>\n+ <div fxLayout=\"row\" fxLayoutGap=\"5px\">\n<button nz-button nzShape=\"circle\" nzSize=\"small\" nz-tooltip [nzTitle]=\"'Edit' | translate\"\n(click)=\"renameList(list)...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: style fix for list details page on mobile
1
style
null
217,922
29.11.2018 17:58:25
-3,600
8e3b7f1c10ae2ed2a5c3353f48372c592db34fb9
feat: rotations favorite system
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import { AuthState } from './auth.reducer';\nimport { Character, CharacterResponse } from '@xivapi/angular-client';\nimport { GearSet } from '../pages/simulator/model/gear-set';\nimport { DefaultConsumables } from '../model/user/default-consumables';\n+imp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: rotations favorite system
1
feat
null
217,922
29.11.2018 18:31:26
-3,600
7cacddb83d184657ad0ce80dc27d3c3dceae98c0
fix: small fixes for general UX
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,9 @@ export function authReducer(state = initialState, action: AuthActions): AuthStat\nreturn { ...state, linkingCharacter: true };\ncase AuthActionTypes.ToggleFavorite: {\n+ if (state.user.favorites[action.dataType] === undefined) {\n+ state.user.favorites[a...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: small fixes for general UX
1
fix
null
217,922
29.11.2018 20:15:29
-3,600
2ce73d0c89f24f7e9c74dd3923e3a4bec0629cec
fix: fixed the levequests page
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ export interface Levequest {\nrepeats: number;\nstartCoordinates: Vector2;\nstartMapId: number;\n+ startPlaceId: number;\n// Levequest is selected from search results\nselected?: boolean;\n// Option to complete all deliveries (3x turn-in) is selected fro...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed the levequests page
1
fix
null
217,922
29.11.2018 20:46:42
-3,600
566223e6c998b3e2187c47ff7788fceebe74764a
style: fixes for alarm cards not handling long names properly
[ { "change_type": "MODIFY", "diff": "fxLayout=\"column\"\n[nzLoading]=\"!settings.compactAlarms\" [class.spawned]=\"row.spawned\" [class.played]=\"row.played\"\n#card>\n- <nz-card-meta [nzAvatar]=\"itemIcon\" [nzTitle]=\"cardTitle\" [nzDescription]=\"cardDescription\">\n+ <nz-card-meta [nzAvatar]=\"itemIcon ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: fixes for alarm cards not handling long names properly
1
style
null
217,922
29.11.2018 20:49:33
-3,600
c4d87f302733084e3a8f822bc3b257ab062bfd9d
chore: proper support for sidebar collapsed status in settings service
[ { "change_type": "MODIFY", "diff": "<nz-sider nzCollapsible\nclass=\"sider\"\n[(nzCollapsed)]=\"collapsedSidebar\"\n+ (nzCollapsedChange)=\"settings.compactSidebar = $event\"\n[nzCollapsedWidth]=\"80 | ifMobile: 0\">\n<div fxLayout=\"column\" class=\"flex-container\" fxLayoutAlign=\"space-between\">\n<div>\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: proper support for sidebar collapsed status in settings service
1
chore
null
504,004
29.11.2018 21:02:35
18,000
3e1d440f1900b9a55e7a928492c8c7b9b00536d2
fix(extensions): Create local helpers to lessen dependencies Pulling in the patternfly-react helpers bring in more dependencies than are needed. This PR duplicates some of the small utility helpers in order to reduce the footprint of the extensions package.
[ { "change_type": "MODIFY", "diff": "\"css-element-queries\": \"^1.0.1\",\n\"patternfly\": \"^3.58.0\",\n\"patternfly-react\": \"^2.25.1\",\n+ \"react-bootstrap\": \"^0.32.1\",\n\"react-virtualized\": \"9.x\"\n},\n\"peerDependencies\": {\n", "new_path": "packages/patternfly-3/patternfly-react-extensions/...
TypeScript
MIT License
patternfly/patternfly-react
fix(extensions): Create local helpers to lessen dependencies (#985) Pulling in the patternfly-react helpers bring in more dependencies than are needed. This PR duplicates some of the small utility helpers in order to reduce the footprint of the extensions package.
1
fix
extensions
273,683
30.11.2018 01:04:26
-3,600
8eafe68e1b1c2aea38fd6f8645a1d034beb7785c
fix(build): fix beforeProcessAssets hook name
[ { "change_type": "MODIFY", "diff": "@@ -103,8 +103,8 @@ class PluginAPI {\nthis._on('beforeRenderHTML', fn)\n}\n- beforeProcessImages (fn) {\n- this._on('beforeProcessImages', fn)\n+ beforeProcessAssets (fn) {\n+ this._on('beforeProcessAssets', fn)\n}\nafterBuild (fn) {\n", "new_path": "gridsome/lib/app...
JavaScript
MIT License
gridsome/gridsome
fix(build): fix beforeProcessAssets hook name
1
fix
build
273,683
30.11.2018 01:05:59
-3,600
4a35f2232991407b905e10f1d5c929aab0a0649e
chore: update eslint config Allow ES syntax in gridsome.client.js files
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,14 @@ module.exports = {\n},\nrules: {},\noverrides: [\n+ {\n+ files: [\n+ 'gridsome.client.js'\n+ ],\n+ rules: {\n+ 'node/no-unsupported-features/es-syntax': 'off'\n+ }\n+ },\n{\nfiles: [\n'scripts/**/*.js',\n", "new_path": ".eslintrc.js", "old_path": ...
JavaScript
MIT License
gridsome/gridsome
chore: update eslint config Allow ES syntax in gridsome.client.js files
1
chore
null
679,913
30.11.2018 01:50:57
0
25b97891c8d511a49408afb7b55bc9c33cf02270
refactor(vectors): add StridedVec, update IVector, AVec
[ { "change_type": "MODIFY", "diff": "@@ -12,21 +12,24 @@ export interface Vec extends\n[id: number]: number;\n}\n-export interface IVector<T> extends\n- Vec,\n- ICopy<T>,\n- IEmpty<T>,\n- IEqualsDelta<T> {\n+export interface ReadonlyVec extends\n+ Iterable<number>,\n+ ILength {\n+ readonly [id: number]: numb...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vectors): add StridedVec, update IVector, AVec
1
refactor
vectors
679,913
30.11.2018 01:51:59
0
019c0af35e155731f795158174eb585417227547
feat(vector-pools): add AttribPool, refactor lists
[ { "change_type": "MODIFY", "diff": "-import { IVector, Vec } from \"@thi.ng/vectors3/api\";\n-import { wrap } from \"./wrap\";\n+import { StridedVec, Vec } from \"@thi.ng/vectors3/api\";\nimport { VecFactory } from \"./api\";\n+import { wrap } from \"./wrap\";\n-export abstract class AVecList<T extends IVec...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vector-pools): add AttribPool, refactor lists
1
feat
vector-pools
217,922
30.11.2018 07:18:26
-3,600
4dbf1002ab6290814f00410556b50d79e520d95b
fix: fixed an error poping inside lists page for deleted lists in workshops
[ { "change_type": "MODIFY", "diff": "@@ -241,6 +241,7 @@ export class ListsEffects {\nfilter(([action, compacts]) => compacts.find(list => list.$key === (<LoadListCompact>action).key) === undefined),\nmap(([action]) => action),\nmergeMap(action => this.listCompactsService.get(action.key)),\n+ catchError(() =...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an error poping inside lists page for deleted lists in workshops
1
fix
null
217,922
30.11.2018 07:49:53
-3,600
91f4a6a97de40bb61ed8bad3e7d0c41161e57556
fix: fixed an issue with simulator stats not applying properly on form submit
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ export class AuthFacade {\njobId: jobId,\ncontrol: 0,\ncraftsmanship: 0,\n- cp: 0,\n+ cp: 180,\nlevel: 0,\nspecialist: false\n});\n@@ -98,7 +98,7 @@ export class AuthFacade {\njobId: jobId,\ncontrol: 0,\ncraftsmanship: 0,\n- cp: 0,\n+ cp: 180,\nlevel: cl...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with simulator stats not applying properly on form submit
1
fix
null
815,605
30.11.2018 09:44:34
-28,800
d4ca022a39d65df01e51891e1a66622dcd9a6168
feat: add new syscall to fetch current script hash
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,8 @@ use bigint::H256;\nuse ckb_core::transaction::{CellInput, CellOutput};\nuse ckb_vm::{CoreMachine, Error as VMError, Memory, Register, Syscalls, A0, A1, A2, A3, A4, A7};\nuse syscalls::{\n- Category, Source, FETCH_SCRIPT_HASH_SYSCALL_NUMBER, ITEM_MISSING, O...
Rust
MIT License
nervosnetwork/ckb
feat: add new syscall to fetch current script hash (#42)
1
feat
null
815,589
30.11.2018 10:02:13
-28,800
2f8cd6659225e45bfb08cee65cea3aabf5a3b949
doc: change the RPC verify command in README The old one will be treated as invalid tx.
[ { "change_type": "MODIFY", "diff": "@@ -122,12 +122,12 @@ the config file used to start the node.\nThe default config file saves data in `nodes/default/`.\n-### Send Transaction via RPC\n+### Send RPC verification request\nFind RPC port in the log output, the following command assumes 8114 is used:\n```shel...
Rust
MIT License
nervosnetwork/ckb
doc: change the RPC verify command in README (#43) The old one will be treated as invalid tx.
1
doc
null
730,429
30.11.2018 11:08:28
18,000
5b941613ed8ddf57922a8ca8ca56772a2248267d
feat(message-composer): create message activities area
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,62 @@ exports[`MessageComposer component snapshot tests renders properly 1`] = `\n<div\nclassName=\"ciscospark-message-composer messageComposer\"\n>\n+ <div\n+ className=\"ciscospark-message-composer-buttons buttonsArea\"\n+ >\n+ <label\n+ htmlFor=\"messageFile...
JavaScript
MIT License
webex/react-widgets
feat(message-composer): create message activities area
1
feat
message-composer
217,922
30.11.2018 11:13:06
-3,600
371b1c601ad2a4d6f256f86ee8dcb3518b18fdf0
feat: support for multiple recipes for a single item inside final items
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,8 @@ export class SetItemDone implements Action {\nreadonly type = ListsActionTypes.SetItemDone;\nconstructor(public readonly itemId: number, public readonly itemIcon: number,\n- public readonly finalItem: boolean, public readonly doneDelta: number) {\n+ publ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: support for multiple recipes for a single item inside final items
1
feat
null
730,413
30.11.2018 11:46:03
18,000
18d10cfec1c1e17a9ee19eda8a6f4ff1ee9db80f
feat(r-c-activity-share-file): new IA design
[ { "change_type": "MODIFY", "diff": "@@ -6,35 +6,27 @@ exports[`ActivityShareFile component renders properly 1`] = `\n>\n<div\nclassName=\"ciscospark-share-file-icon fileIcon\"\n- >\n- <div\n- className=\"ciscospark-icon\"\n- title=\"\"\n>\n<svg\n- height=\"100%\"\n- style={\n- Object {\n- \"display\": \"inl...
JavaScript
MIT License
webex/react-widgets
feat(r-c-activity-share-file): new IA design
1
feat
r-c-activity-share-file
730,413
30.11.2018 11:47:06
18,000
d21b64439e51dc5fe57c6c39b2ac5fc3e3816e77
feat(r-c-activity-share-files): add additional props for new design
[ { "change_type": "MODIFY", "diff": "exports[`ActivityShareFiles post component renders properly 1`] = `\n<ActivityItemBase\n+ actor={\n+ Object {\n+ \"displayName\": \"Marty McFly\",\n+ }\n+ }\nactorId=\"\"\navatar={<div />}\ncontent=\"\"\n@@ -32,6 +37,11 @@ exports[`ActivityShareFiles post component render...
JavaScript
MIT License
webex/react-widgets
feat(r-c-activity-share-files): add additional props for new design
1
feat
r-c-activity-share-files
730,413
30.11.2018 11:48:02
18,000
25bf9ba79d6c32f2a0deece2a24f3cb52a5ca14f
feat(r-c-activity-share-thumbnail): use collab-ui ContentItem component
[ { "change_type": "MODIFY", "diff": "@@ -7,55 +7,68 @@ exports[`ActivityShareThumbnail post component renders loaded thumbnail properly\n<div\nclassName=\"ciscospark-share-thumbnail thumbnail\"\n>\n- <img\n- alt=\"Uploaded File testImage.js\"\n- src=\"blob:localhost/testFile\"\n- />\n- </div>\n- <div\n- clas...
JavaScript
MIT License
webex/react-widgets
feat(r-c-activity-share-thumbnail): use collab-ui ContentItem component
1
feat
r-c-activity-share-thumbnail
730,413
30.11.2018 11:51:40
18,000
e6505bf6900cfbc38810a5d95e5c13b5f0e6d0bc
feat(r-c-file-share-display): use thumbnail component
[ { "change_type": "MODIFY", "diff": "exports[`FileShareDisplay component renders properly 1`] = `\n<ActivityShareThumbnail\n+ actor={undefined}\nfile={\nObject {\n\"displayName\": \"testImage.js\",\n@@ -13,11 +14,14 @@ exports[`FileShareDisplay component renders properly 1`] = `\nisPending={false}\nobjectUrl...
JavaScript
MIT License
webex/react-widgets
feat(r-c-file-share-display): use thumbnail component
1
feat
r-c-file-share-display
730,413
30.11.2018 11:54:01
18,000
f47a4cdf1b4beee2b2e6eb76170e36b8d2a7cf7a
feat(react-component-utils): add helper function for file icons
[ { "change_type": "ADD", "diff": "+const iconTypes = {\n+ 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': 'file-spreadsheet',\n+ 'application/vnd.ms-excel': 'file-spreadsheet',\n+ 'application/xls': 'file-spreadsheet',\n+ 'application/excel': 'file-spreadsheet',\n+ 'application/pdf': 'pd...
JavaScript
MIT License
webex/react-widgets
feat(react-component-utils): add helper function for file icons
1
feat
react-component-utils
730,413
30.11.2018 11:54:39
18,000
569c08e1967a8e20675855b7b807b8b6bedd92bf
feat(widget-files): add timestamp prop
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ class FilesWidget extends Component {\nthis.props.fileShares.length && (\n<div>\n{this.props.fileShares.map((fileShare) => (\n- <ShareListingItem fileShare={fileShare} key={fileShare.item.url} />\n+ <ShareListingItem fileShare={fileShare} key={fileShare....
JavaScript
MIT License
webex/react-widgets
feat(widget-files): add timestamp prop
1
feat
widget-files
730,413
30.11.2018 11:56:02
18,000
63cc275def32b4a55c4cc45c902bf44e8b2dfe67
feat(widget-files): add props for actor, type, and timestamp
[ { "change_type": "MODIFY", "diff": "@@ -4,14 +4,17 @@ import PropTypes from 'prop-types';\nimport FileShareDisplay from '@ciscospark/react-component-file-share-display';\nimport connectFileDownloader from '@ciscospark/react-container-file-downloader';\n-function ShareListingItem({fileShare, onDownloadClick}...
JavaScript
MIT License
webex/react-widgets
feat(widget-files): add props for actor, type, and timestamp
1
feat
widget-files
730,413
30.11.2018 11:56:27
18,000
53c02e7628c06c4c9497de61b6af9fe44cf5e3af
feat(r-c-activity-item): add actor and timestamp props
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,9 @@ const SHARE_VERB = 'share';\nconst propTypes = {\n+ actor: PropTypes.shape({\n+ displayName: PropTypes.displayName\n+ }).isRequired,\nactivity: PropTypes.shape({\ncontent: PropTypes.string,\ndisplayName: PropTypes.string,\n@@ -26,6 +29,7 @@ const propTyp...
JavaScript
MIT License
webex/react-widgets
feat(r-c-activity-item): add actor and timestamp props
1
feat
r-c-activity-item
815,605
30.11.2018 13:02:48
-28,800
51b16758b7a19e39d0ab9aaa44ddb797af481f1e
fix: fix missing output lock hash For some reason I forgot to add logic for fetching output cell lock hash in VM syscalls, which is in fact possible to fetch.
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ impl<'a> FetchScriptHash<'a> {\n.map(|contract| contract.type_hash())\n})\n}\n- (Source::OUTPUT, Category::LOCK) => None,\n+ (Source::OUTPUT, Category::LOCK) => self.outputs.get(index).map(|output| output.lock),\n(Source::OUTPUT, Category::CONTRACT) => s...
Rust
MIT License
nervosnetwork/ckb
fix: fix missing output lock hash (#46) For some reason I forgot to add logic for fetching output cell lock hash in VM syscalls, which is in fact possible to fetch.
1
fix
null
273,701
30.11.2018 13:52:19
25,200
f6fd2a81c5de0382c90a4aaf0ccfb89351f7858c
fix(api): pass graphql object to addSchemaField
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ const { refResolver } = require('../resolvers')\nconst { nodeInterface } = require('../interfaces')\n+const graphql = require('../../graphql')\nconst {\nGraphQLID,\nGraphQLList,\n@@ -13,7 +14,7 @@ const {\nGraphQLNonNull,\nGraphQLUnionType,\nGraphQLObjectT...
JavaScript
MIT License
gridsome/gridsome
fix(api): pass graphql object to addSchemaField (#64)
1
fix
api
217,922
30.11.2018 14:50:23
-3,600
df0215df1934875734f86b9fa80fdd20468e0157
feat: proper intro for search page
[ { "change_type": "MODIFY", "diff": "</a>\n</div>\n<div fxLayout=\"column\" fxLayoutAlign=\"flex-start\" class=\"list-container\">\n- <h3>Start now !</h3>\n- <nz-list>\n- <nz-list-item>\n- <nz-list-item-meta [nzAvatar]=\"featureIcon\">\n- <ng-template #featureIcon>\n-\n- </ng-template>\n+ <nz-list [nzRenderI...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: proper intro for search page
1
feat
null
503,954
30.11.2018 15:06:27
-3,600
fb1e0e6b37421a929ba8ca2806d454834b2961c8
fix(LoadingState): Add LoadingState component to exports
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ export * from './components/InlineEdit';\nexport * from './components/Label';\nexport * from './components/ListGroup';\nexport * from './components/ListView';\n+export * from './components/LoadingState';\nexport * from './components/LoginPage';\nexport *...
TypeScript
MIT License
patternfly/patternfly-react
fix(LoadingState): Add LoadingState component to exports (#881) (#980)
1
fix
LoadingState
679,913
30.11.2018 15:07:43
0
4fe2047eb59f30e5bd812d6b162cdc995ea069c3
feat(vector-pools): add GLType alias, AttribPoolOpts, update pool impls
[ { "change_type": "MODIFY", "diff": "import { IRelease, TypedArray } from \"@thi.ng/api/api\";\n-import { Type } from \"@thi.ng/malloc/api\";\n+import { Type, MemPoolOpts } from \"@thi.ng/malloc/api\";\nimport { StridedVec, Vec, ReadonlyVec } from \"@thi.ng/vectors3/api\";\nexport interface AttribSpec {\n- t...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vector-pools): add GLType alias, AttribPoolOpts, update pool impls
1
feat
vector-pools
679,913
30.11.2018 15:08:03
0
fd54d3239a9dde8c7cdc1edbdbcd2d90b1581ea1
feat(vector-pools): update readme, add examples
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,8 @@ This project is part of the\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n+ - [WebGL geometry definition / manipulation](#webgl-geometry-definition--manipulation)\n+ - [WASM interop](#wasm-interop...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vector-pools): update readme, add examples
1
feat
vector-pools
679,913
30.11.2018 15:12:33
0
3a51a42d012c4fa9f44c27dcb01bed1be55f820c
docs(vector-pools): fix readme links
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ This project is part of the\nThis still unreleased package provides various data structures for\nmanaging & working with memory mapped vectors. Together with\n-[@thi.ng/vectors3](https://github.com/thi-ng/umbrella/tree/master/packages/vectors3)\n+[@thi.n...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(vector-pools): fix readme links
1
docs
vector-pools
679,913
30.11.2018 15:19:55
0
27ea8c4a333121720e28825d2dbd56433581a78f
minor(vector-pools): fix typos in readme
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,7 @@ const geo = new AttribPool(\n);\n// computed overall stride length\n-geo.byteStrength\n+geo.byteStride\n// 36\n// set attrib values\n@@ -115,7 +115,7 @@ geo.initAttribs({\n});\n// updated overall stride length\n-geo.byteStrength\n+geo.byteStride\n// 48\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(vector-pools): fix typos in readme
1
minor
vector-pools
679,913
30.11.2018 15:39:55
0
21d107d95f8c3e8a15f0d47dc816ce7a55cf705b
docs(vector-pools): update/fix readme
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ yarn add @thi.ng/vector-pools\n- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/master/packages/api)\n- [@thi.ng/malloc](https://github.com/thi-ng/umbrella/tree/master/packages/malloc)\n-- [@thi.ng/vectors3](https://github.com/thi-ng/umbrella/tree...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(vector-pools): update/fix readme
1
docs
vector-pools
67,494
30.11.2018 15:55:22
-3,600
9b4e48aafcc2635dc17c30f3538b61e381f6bc03
refactor(router): inline viewport template & add more tests
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ export class Router {\nthis.linkHandler = new LinkHandler();\n}\n- public activate(options?: IRouterOptions): void {\n+ public activate(options?: IRouterOptions): Promise<void> {\nif (this.isActive) {\nthrow new Error('Router has already been activated.'...
TypeScript
MIT License
aurelia/aurelia
refactor(router): inline viewport template & add more tests
1
refactor
router
679,913
30.11.2018 16:00:40
0
b415c803baa44c3709fde986513d4db12a0e50bd
refactor(vector-pools): update AttribPool internals rename initAttribs() => addAttribs() rename validateAttribs() => validateSpecs() rename realignAttribs() => realign() re-order checks in attribValue()
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,7 @@ tx.run(\n// dynamically add another attrib\n// this will change the overall stride length and re-align all existing attribs\n-geo.initAttribs({\n+geo.addAttribs({\nnormal: { type: GLType.F32, size: 3, default: [0, 0, 1], byteOffset: 36 }\n});\n", "...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vector-pools): update AttribPool internals - rename initAttribs() => addAttribs() - rename validateAttribs() => validateSpecs() - rename realignAttribs() => realign() - re-order checks in attribValue()
1
refactor
vector-pools
730,429
30.11.2018 16:51:28
18,000
e2f39191d12f291aace2d957264bf5d0a6499886
feat(activity-menu-header): update to collab-ui components
[ { "change_type": "MODIFY", "diff": "@@ -5,45 +5,67 @@ exports[`ActivityMenuHeader component renders properly 1`] = `\nclassName=\"ciscospark-widget-header widgetHeader\"\n>\n<div\n- className=\"ciscospark-widget-close widgetClose\"\n+ className=\"ciscospark-widget-close menuButton\"\n>\n- <div\n- className=...
JavaScript
MIT License
webex/react-widgets
feat(activity-menu-header): update to collab-ui components
1
feat
activity-menu-header
67,494
30.11.2018 17:19:06
-3,600
6bcd15a0db00ea379f081a376cf3685647f5eaff
test(router): add fresh state
[ { "change_type": "MODIFY", "diff": "@@ -150,8 +150,6 @@ export class Router {\nif (cancel) {\nthis.historyBrowser.cancel();\n}\n- // tslint:disable-next-line:no-console\n- console.log('=========== ROUTER', this);\n}).then(() => {\nlet viewportStates = this.rootScope.viewportStates();\nviewportStates = this....
TypeScript
MIT License
aurelia/aurelia
test(router): add fresh state
1
test
router
67,494
30.11.2018 19:33:36
-3,600
776f2acd98ffacc5b22776fde27a54ca8f396705
test(router): add more tests
[ { "change_type": "MODIFY", "diff": "@@ -62,6 +62,20 @@ describe('Router', () => {\nexpect(host.textContent).to.contain('bar');\nawait freshState(router);\n});\n+\n+ it('navigates to foo/bar in left/right containing baz/qux respectively', async () => {\n+ const { host, router } = setup();\n+ router.activate(...
TypeScript
MIT License
aurelia/aurelia
test(router): add more tests
1
test
router
217,922
30.11.2018 20:18:36
-3,600
aa97e3dc88bd7ff310c5452ae3082fe8f005f927
feat: first implementation of settings popup, few things to put inside of it for now
[ { "change_type": "MODIFY", "diff": "<!--*ngIf patreon supporter-->\n{{'CUSTOM_LINKS.Title' | translate}}\n</a>\n- <a nz-menu-item class=\"menu-link\" nzDisabled (click)=\"openSettings()\">\n+ <a nz-menu-item class=\"menu-link\" (click)=\"openSettings()\">\n<i nz-icon type=\"setting\"></i>\n- {{'SETTINGS.tit...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: first implementation of settings popup, few things to put inside of it for now
1
feat
null
273,683
30.11.2018 20:20:49
-3,600
bface4d53caeabb052ac390bf0cae91971bd4f10
fix(favicon): set mime type for icons in head
[ { "change_type": "MODIFY", "diff": "@@ -30,10 +30,10 @@ const head = {\nlink: []\n}\n-icons.favicons.forEach(({ type, width, height, src: href }) => {\n+icons.favicons.forEach(({ width, height, src: href }) => {\nhead.link.push({\nrel: 'icon',\n- type: `image/${type}`,\n+ type: icons.faviconMimeType,\nsizes...
JavaScript
MIT License
gridsome/gridsome
fix(favicon): set mime type for icons in head
1
fix
favicon
217,922
30.11.2018 20:55:24
-3,600
dc07951dcb923b3e7dea56cc9285cf4d4ffc225c
chore: small lint fix
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ export class LayoutsFacade {\ntiers: row.tiers,\nfilterChain: row.filter.name,\nhideIfEmpty: row.hideIfEmpty,\n- collapsed: row.collapseIfDone ? orderedAccepted.reduce((collapse, row) => row.done >= row.amount && collapse, true) : false\n+ collapsed: row...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small lint fix
1
chore
null
217,922
30.11.2018 21:03:29
-3,600
53ebe4e40bb6c6022bb3bd8e7e04f8386c626972
chore(release): 5.1.0-beta.0
[ { "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.1.0-beta.0\"></a>\n+# [5.1.0-beta.0](https://github.com/Supamiu/ffxiv-teamcraft/com...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.1.0-beta.0
1
chore
release
217,922
30.11.2018 21:14:51
-3,600
c3aa792b20bd684b43c05c95370315fb3511166e
chore: GOODBYE PREVIEW
[ { "change_type": "MODIFY", "diff": "\"with\": \"apps/client/src/environments/environment.beta.ts\"\n}\n]\n- },\n- \"preview\": {\n- \"fileReplacements\": [\n- {\n- \"replace\": \"apps/client/src/environments/environment.ts\",\n- \"with\": \"apps/client/src/environments/environment.preview.ts\"\n- }\n- ]\n- ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: GOODBYE PREVIEW
1
chore
null
67,494
30.11.2018 21:29:26
-3,600
dd7eab306aebab5f5173e1623ee144ca0a7698b9
refactor(router): add separation characters and fix history update bug
[ { "change_type": "MODIFY", "diff": "@@ -142,6 +142,9 @@ export class HistoryBrowser {\nconst state = { ...this.history.state };\nconst { pathname, search } = this.location;\nthis.history.replaceState(state, null, `${pathname}${search}#/${path}`);\n+ this.currentEntry.path = path;\n+ this.setState('HistoryEn...
TypeScript
MIT License
aurelia/aurelia
refactor(router): add separation characters and fix history update bug
1
refactor
router
217,922
30.11.2018 22:00:48
-3,600
ec7f070f6f5ce19dd3cdf1f8d17f42d9ea90a037
fix: beta is now properly connected to the beta database
[ { "change_type": "MODIFY", "diff": "@@ -9,11 +9,11 @@ export const environment = {\nproduction: false,\nversion: version,\nfirebase: {\n- apiKey: 'AIzaSyCN_bCiwZ6cd619dqJUGkQnEFbhQJdJynY',\n- authDomain: 'ffxiv-teamcraft-5-0-preview.firebaseapp.com',\n- databaseURL: 'https://ffxiv-teamcraft-5-0-preview.fire...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: beta is now properly connected to the beta database
1
fix
null
217,922
30.11.2018 22:07:12
-3,600
5945008da2421d5958c93c69096cd485efb2c8c7
fix: fixed width issue with consumable selectors in simulator
[ { "change_type": "MODIFY", "diff": "<h3>{{'SIMULATOR.CONFIGURATION.Consumables' | translate}}</h3>\n<div>\n<div fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayout.lt-sm=\"column\" fxLayoutAlign.lt-sm=\"center center\">\n- <div fxLayout=\"column\" fxLayoutGap=\"10px\" class=\"consumable-col\">\n+ <div fxLayout=\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed width issue with consumable selectors in simulator
1
fix
null
273,683
30.11.2018 22:15:30
-3,600
fb33ca194f69f32a826dff54800972c67e7bf8ee
test(api): test createSchemaField
[ { "change_type": "MODIFY", "diff": "@@ -412,6 +412,39 @@ test('should format dates from schema', async () => {\nexpect(data.testPostDate.dateObject.date).toEqual('10/10/2018')\n})\n+test('add custom schema fields', async () => {\n+ const contentType = api.store.addContentType({\n+ typeName: 'TestPost'\n+ })...
JavaScript
MIT License
gridsome/gridsome
test(api): test createSchemaField
1
test
api
217,922
30.11.2018 22:35:14
-3,600
b1d73e6fbade90306615bd5ade7f3b37425d08ae
style: fixed issue with warning message going under alarms button
[ { "change_type": "MODIFY", "diff": "</button>\n</div>\n<nz-alert [nzMessage]=\"'LISTS.Needs_verification' | translate\" nzType=\"warning\"\n- *ngIf=\"needsVerification$ | async\" nzShowIcon></nz-alert>\n+ *ngIf=\"needsVerification$ | async\" nzShowIcon class=\"fc-check-warning\"></nz-alert>\n<h2>{{'LISTS.Yo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: fixed issue with warning message going under alarms button
1
style
null
217,922
30.11.2018 22:35:52
-3,600
c71bf88c63877d1d5c43cd0442de74993ff42298
fix: fixed an issue with migrated rotations not opening properly
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ export class RotationPanelComponent {\n}\ngetRouterLink(rotation: CraftingRotation): string {\n- if (rotation.custom) {\n+ if (rotation.custom || rotation.defaultItemId === undefined || rotation.defaultRecipeId === undefined) {\nreturn `/simulator/custom...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with migrated rotations not opening properly
1
fix
null
217,922
30.11.2018 22:40:40
-3,600
a956f480eaf7e23f0a816aa0ae7d5063ce057dde
fix: fixed an issue with rotation export
[ { "change_type": "MODIFY", "diff": "</button>\n<button nz-button nzType=\"primary\" nzShape=\"circle\" nz-tooltip\n[disabled]=\"rotation.rotation.length === 0\"\n- ngxClipboard [cbContent]=\"registry.exportToCraftOpt(rotation.rotation)\"\n+ ngxClipboard [cbContent]=\"registry.exportToCraftOpt(rotation.rotat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with rotation export
1
fix
null
679,913
30.11.2018 22:41:17
0
87510f743f92d590f6bf673e52b64d4d11d48af0
feat(vectors): add addWeighted, eqDeltaArray, mixCubic, mixQuadratic
[ { "change_type": "MODIFY", "diff": "@@ -131,6 +131,7 @@ v.swizzle4([], [1, 2], 1, 1, 0, 0)\n- add\n- addN\n- addS\n+- addWeighted\n- angleBetween\n- asin\n- bisect\n@@ -155,6 +156,8 @@ v.swizzle4([], [1, 2], 1, 1, 0, 0)\n- dotS\n- empty\n- eqDelta\n+- eqDeltaS\n+- eqDeltaArray\n- exp\n- faceForward\n- floor...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add addWeighted, eqDeltaArray, mixCubic, mixQuadratic
1
feat
vectors
217,922
30.11.2018 22:46:35
-3,600
983e3a2b22a90e62794a56b38b701b15cbed36ab
fix: fixed an issue making min stats popup freeze tab
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ export class Simulation {\nthis.reset();\n}\nthis.crafterStats.craftsmanship++;\n- while (this.run(true).hqPercent >= originalHqPercent) {\n+ while (this.run(true).hqPercent >= originalHqPercent && originalHqPercent > 1 && this.crafterStats._control > 0)...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue making min stats popup freeze tab
1
fix
null
217,922
30.11.2018 23:05:14
-3,600
f7a164a0d0116d2b63a1e435d7c677b6cdceffb0
fix: added a "not found" message for rotations not found
[ { "change_type": "MODIFY", "diff": "-<div fxLayout=\"row\" fxLayoutGap=\"10px\" fxLayout.lt-sm=\"column\" *ngIf=\"rotation$ | async as rotation\">\n+<ng-container *ngIf=\"rotation$ | async as rotation\">\n+ <div fxLayout=\"row\" fxLayoutGap=\"10px\" fxLayout.lt-sm=\"column\" *ngIf=\"!rotation.notFound; else...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: added a "not found" message for rotations not found
1
fix
null
217,922
30.11.2018 23:06:19
-3,600
34d7d43611c6afc5ec704c4fe1220b5e4f414861
fix: fixed an issue with list export format not being correct
[ { "change_type": "MODIFY", "diff": "@@ -238,15 +238,15 @@ export class CraftingActionsRegistry {\n.map(row => row.action);\n}\n- public exportToCraftOpt(actionNames: string[]): string[] {\n- return actionNames.map(actionName => {\n+ public exportToCraftOpt(actionNames: string[]): string {\n+ return JSON.str...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with list export format not being correct
1
fix
null
217,922
30.11.2018 23:15:41
-3,600
90d6e20d973d909f2fb9a87815d7840c3bf3242c
fix: fixed a double notification issue for team member assignment
[ { "change_type": "MODIFY", "diff": "@@ -222,11 +222,6 @@ export class ItemRowComponent implements OnInit {\nassignTeamMember(team: Team, memberId: string): void {\nthis.setWorkingOnIt(memberId);\n- if (team.webhook !== undefined) {\n- this.listsFacade.selectedList$.pipe(first()).subscribe(list => {\n- this....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed a double notification issue for team member assignment
1
fix
null
217,922
30.11.2018 23:23:24
-3,600
46d41c7760abab6840bf08c5fac9d35502bc1323
fix: fixed an issue with rotation picker and masterbooks
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ export class RotationPickerDrawerComponent {\nconstructor(private rotationsFacade: RotationsFacade, private authFacade: AuthFacade, public ref: NzDrawerRef<CraftingRotation>) {\nthis.favoriteRotations$ = this.authFacade.favorites$.pipe(\n- map(favorites ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with rotation picker and masterbooks
1
fix
null
679,913
30.11.2018 23:37:46
0
68806d93a008d86d8b05d8995e4f27fc75befffc
feat(vectors): add 2d/3d constants, update Vec2/3
[ { "change_type": "MODIFY", "diff": "@@ -79,6 +79,22 @@ export interface MultiVecOpRoVVO<T, O> extends VecOpRoVVO<T, O>, MultiVecOp<VecO\nconst mi = -Infinity;\nconst mx = Infinity;\n+\n+export const MIN2 = Object.freeze([mi, mi]);\n+export const MAX2 = Object.freeze([mx, mx]);\n+export const ONE2 = Object.f...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add 2d/3d constants, update Vec2/3
1
feat
vectors
217,922
30.11.2018 23:46:45
-3,600
a8c41b651383d67219b50736782af205df46dbfd
fix: you cannot delete the lists you added as favorite anymore
[ { "change_type": "MODIFY", "diff": "<h2>{{'Favorites' | translate}}</h2>\n-<nz-list [nzHeader]=\"'WORKSHOP.Workshops' | translate\" [nzRenderItem]=\"workshopRow\" [nzDataSource]=\"workshops$ | async\">\n+<nz-list [nzHeader]=\"'WORKSHOP.Workshops' | translate\" [nzRenderItem]=\"workshopRow\" [nzDataSource]=\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: you cannot delete the lists you added as favorite anymore
1
fix
null
217,922
30.11.2018 23:58:44
-3,600
cd2a4e63559fb02bc236645801042c24785b9d53
fix: fixed an issue with teams not being properly handled
[ { "change_type": "MODIFY", "diff": "@@ -103,6 +103,7 @@ export class ListsFacade {\nloggedIn ? this.authFacade.mainCharacter$.pipe(map(c => c.FreeCompanyId)) : of(null)\n);\n}),\n+ filter(([list]) => list !== undefined),\nmap(([list, user, userId, team, fcId]) => {\nif (user !== null) {\nconst idEntry = use...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with teams not being properly handled
1
fix
null
217,922
01.12.2018 00:07:42
-3,600
9fcd167a4793a50f97436ea50e0b277c0bc4ff63
fix: fixed an issue making register on google button show an unrelated error
[ { "change_type": "MODIFY", "diff": "<button nz-button nzType=\"primary\" [disabled]=\"!form.valid\" type=\"submit\">{{'Submit' | translate}}</button>\n</nz-form-control>\n</nz-form-item>\n- <nz-alert *ngIf=\"errorMessageCode !== undefined\" nzType=\"error\" nzMessage=\"{{('AUTH_ERRORS.'+errorMessageCode) | ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue making register on google button show an unrelated error
1
fix
null
273,683
01.12.2018 01:15:59
-3,600
db1c3491171e3b36f8cdfd6f91d9d1cc39556c7a
fix(touchicon): use correct sizes when custom icon
[ { "change_type": "MODIFY", "diff": "@@ -201,7 +201,7 @@ function normalizeIconsConfig (config = {}) {\n})\nres.touchicon = typeof icon.touchicon === 'string'\n- ? { src: icon.touchicon, sizes: faviconSizes, precomposed: false }\n+ ? { src: icon.touchicon, sizes: touchiconSizes, precomposed: false }\n: Objec...
JavaScript
MIT License
gridsome/gridsome
fix(touchicon): use correct sizes when custom icon
1
fix
touchicon
471,527
01.12.2018 02:09:46
-3,600
b5d201001c3721a7ab928703aa9fcc758c46c2bc
fix(webpack): remove extra "/" in generated url in meta-url-loader
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ const regex = /(?!\\()import.meta.url(?=\\))/g;\n/** Webpack loader to rewrite `import.meta.url` in modules to the source code file location. */\nmodule.exports = function (source) {\nconst relativePath = this.context.substring(\n- this.context.indexOf(thi...
JavaScript
MIT License
open-wc/open-wc
fix(webpack): remove extra "/" in generated url in meta-url-loader
1
fix
webpack
471,527
01.12.2018 02:21:03
-3,600
0fc40f0fafc2103a44cc0007eaf92257dc558380
chore(webpack): add tests for import-meta-url-loader
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,7 @@ jobs:\n- run: npm run lint\n# run tests\n+ - run: npm run test:ci\n- run: npm run test:es5:bs\n- persist_to_workspace:\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml" }, { "change_type": "MODIFY", "diff": "\...
JavaScript
MIT License
open-wc/open-wc
chore(webpack): add tests for import-meta-url-loader
1
chore
webpack
67,476
01.12.2018 03:30:42
-3,600
2bf976a97b2fed582846c299ddda86d1cfe503d4
refactor(template-compiler): create resource lookups eagerly / small fixes
[ { "change_type": "ADD", "diff": "+import { IContainer, IResolver, PLATFORM } from '@aurelia/kernel';\n+import { AttributeDefinition, BindingMode, CustomAttributeResource, CustomElementResource, IBindableDescription, IResourceDescriptions, TemplateDefinition } from '@aurelia/runtime';\n+import { BindingComma...
TypeScript
MIT License
aurelia/aurelia
refactor(template-compiler): create resource lookups eagerly / small fixes
1
refactor
template-compiler
791,714
01.12.2018 04:51:26
-32,400
ae795fcfa58b8370abc87bd889870d89fca521f0
docs: use HTTPS link to bit.ly/chrome-flags
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ function getFlags(manualArgv) {\n'config-path': 'The path to the config JSON.',\n'preset': 'Use a built-in configuration.',\n'chrome-flags':\n- `Custom flags to pass to Chrome (space-delimited). For a full list of flags, see http://bit.ly/chrome-flags\n+...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: use HTTPS link to bit.ly/chrome-flags (#6692)
1
docs
null
217,922
01.12.2018 12:24:03
-3,600
d361b782710c4399f3cddd708ae909c6a86aa546
fix: fixed an issue preventing korean users to register properly
[ { "change_type": "MODIFY", "diff": "</nz-form-label>\n<input type=\"text\" id=\"characterName\" nz-input [formControl]=\"characterName\">\n</nz-form-item>\n- <button nz-button nzType=\"primary\" (click)=\"setKoreanCharacter()\">\n+ <button nz-button nzType=\"primary\" (click)=\"setKoreanCharacter()\" *ngIf=...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue preventing korean users to register properly
1
fix
null
217,922
01.12.2018 12:31:28
-3,600
a60e853aa8147a62c5d58592bdb3cb68dd903fcf
chore: updated icons for new ones
[ { "change_type": "MODIFY", "diff": "<base href=\"/\">\n<!-- Open Graph meta -->\n- <meta property=\"og:title\" content=\"FFXIV Teamcraft\"/>\n+ <meta property=\"og:title\" content=\"FFXIV Teamcraft Beta\"/>\n<meta property=\"og:description\" content=\"Create crafting lists and collaborate with others, set g...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: updated icons for new ones
1
chore
null
217,922
01.12.2018 13:05:21
-3,600
13064cfc5324eb19aa4395867bfbe08caf51904d
feat: you can now choose your preferred copy mode (item name or /isearch)
[ { "change_type": "MODIFY", "diff": "@@ -104,7 +104,7 @@ const icons: IconDefinition[] = Object.keys(antDesignIcons).map(key => antDesign\nWorkshopModule,\nTeamsModule,\nNotificationsModule,\n- SettingsModule,\n+ SettingsModule.forRoot(),\nUserAvatarModule,\nSimulatorModule,\nRotationsModule,\n", "new_pa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: you can now choose your preferred copy mode (item name or /isearch)
1
feat
null
217,922
01.12.2018 13:24:33
-3,600
d7730a24ce5e62a3cc9ab22149a20c68620f645d
fix: fixed position and style issues with reduction popup
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@angular/core';\nimport { LocalizedDataService } from './localized-data.service';\nimport { reductions } from './sources/reductions';\n+import * as nodePositions from '../../core/data/sources/node-positions.json';\n@Injectable()\nexport class B...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed position and style issues with reduction popup
1
fix
null
217,922
01.12.2018 13:38:49
-3,600
e457dcc67ba23ee203f3d82626648266376219c2
feat: new "add all alarms for this item" menu option Also added group creation for "add all alarms for this list" feat
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import {\nUpdateAlarmGroup\n} from './alarms.actions';\nimport { Alarm } from '../alarm';\n-import { map } from 'rxjs/operators';\n+import { filter, first, map } from 'rxjs/operators';\nimport { combineLatest, Observable } from 'rxjs';\nimport { AlarmDis...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: new "add all alarms for this item" menu option Also added group creation for "add all alarms for this list" feat
1
feat
null
217,922
01.12.2018 13:39:24
-3,600
5d02cb2c41233413a5902bc6fd06b7453577293d
fix: fixed wrong link in search page intro list
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ export class SearchIntroComponent {\ndescription: 'Levequests'\n},\n{\n- link: '/levequests',\n+ link: '/macro-translator',\ntitle: 'MACRO_TRANSLATION.Title',\ndescription: 'Macro_translation'\n},\n", "new_path": "apps/client/src/app/pages/search/sea...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed wrong link in search page intro list
1
fix
null
217,922
01.12.2018 13:43:34
-3,600
dcb0b93989a0998687e187b6005bd43decc0d4e8
style: fixed an issue with alarms sidebar not scrolling properly
[ { "change_type": "MODIFY", "diff": ".alarms-container {\ndisplay: flex;\nflex-direction: column;\n+ overflow: auto;\n+ height: 100%;\n.ant-divider {\nmargin: 0;\n}\n", "new_path": "apps/client/src/app/modules/alarms-sidebar/alarms-sidebar/alarms-sidebar.component.less", "old_path": "apps/client/src/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: fixed an issue with alarms sidebar not scrolling properly
1
style
null
217,922
01.12.2018 13:50:15
-3,600
c37e0243cce26ad54cd5c0c6bad23ce3a4d6507f
feat: alarms sidebar now shows coords for each alarm
[ { "change_type": "MODIFY", "diff": "@@ -10,12 +10,14 @@ import { AlarmsModule } from '../../core/alarms/alarms.module';\nimport { MapModule } from '../map/map.module';\nimport { FullpageMessageModule } from '../fullpage-message/fullpage-message.module';\nimport { PageLoaderModule } from '../page-loader/page...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: alarms sidebar now shows coords for each alarm
1
feat
null
815,606
01.12.2018 14:34:35
-28,800
c314ecd80a6dd9b11aada94c46ac038aa76e0a08
doc: better description of RPC verification command
[ { "change_type": "MODIFY", "diff": "@@ -122,7 +122,7 @@ the config file used to start the node.\nThe default config file saves data in `nodes/default/`.\n-### Send RPC verification request\n+### Use RPC\nFind RPC port in the log output, the following command assumes 8114 is used:\n", "new_path": "README...
Rust
MIT License
nervosnetwork/ckb
doc: better description of RPC verification command (#45)
1
doc
null
815,598
01.12.2018 14:35:16
-28,800
a81b2b7ac802afd2f65f7e0b56b0de2327a7da64
doc: add badges Rust dependencies scan FOSSA license scan
[ { "change_type": "MODIFY", "diff": "# [Nervos CKB](https://www.nervos.org/) - The Common Knowledge Base\n[![TravisCI](https://travis-ci.com/nervosnetwork/ckb.svg?token=y9uR6ygmT3geQaMJ4jpJ&branch=develop)](https://travis-ci.com/nervosnetwork/ckb)\n+[![dependency status](https://deps.rs/repo/github/nervosnet...
Rust
MIT License
nervosnetwork/ckb
doc: add badges (#35) - Rust dependencies scan - FOSSA license scan
1
doc
null
217,922
01.12.2018 14:42:43
-3,600
7708ecb877699e59eeeb8187f837e0dff5f144ad
fix: fixed an issue preventing anonymous user from using cross-class skills in simulator
[ { "change_type": "MODIFY", "diff": "</button>\n</div>\n<nz-collapse>\n- <nz-collapse-panel [nzHeader]=\"'SIMULATOR.Configuration' | translate\" [nzActive]=\"custom\">\n+ <nz-collapse-panel [nzHeader]=\"'SIMULATOR.Configuration' | translate\" [nzActive]=\"custom || (loggedIn$ | async) === false\">\n<div fxLa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue preventing anonymous user from using cross-class skills in simulator
1
fix
null
217,922
01.12.2018 15:17:22
-3,600
7b754df6947ad6ae026bf07818f7e12d7b28879b
fix: fixed an issue with korean accounts stats popup in profile
[ { "change_type": "MODIFY", "diff": "@@ -23,10 +23,11 @@ export class StatsPopupComponent implements OnInit {\nthis.set$ = this.authFacade.mainCharacterEntry$.pipe(\nmap(entry => {\nconst set = (entry.stats || []).find(stat => stat.jobId === this.jobId);\n+ const level = entry.character.ClassJobs ? entry.cha...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with korean accounts stats popup in profile
1
fix
null
217,922
01.12.2018 15:42:26
-3,600
597dec14c503cbc94e678fbb1aa70d9b85038f60
fix: fixed an issue with layout panel deletion
[ { "change_type": "MODIFY", "diff": "<div *ngIf=\"selectedLayout$ | async as layout\">\n<div class=\"topbar\" *ngIf=\"allLayouts$ | async as allLayouts\" fxLayout=\"row\" fxLayout.lt-md=\"column\"\nfxLayoutGap=\"5px\">\n- <nz-select [ngModel]=\"layout\" (ngModelChange)=\"select($event)\" [compareWith]=\"layo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with layout panel deletion
1
fix
null
217,922
01.12.2018 15:57:06
-3,600
8bddb143dc247056ae1eddc42e5ec7a0b11a29d7
feat: added language selector inside topbar, hidden in mobile view
[ { "change_type": "MODIFY", "diff": "<a class=\"logo\" routerLink=\"/\">\n{{'FFXIV Teamcraft' | ifMobile:'TC'}} <i>v{{version}}</i>\n</a>\n+ <nz-select class=\"language-swap\" *ngIf=\"true | ifMobile: false\" [ngModel]=\"translate.currentLang\" (ngModelChange)=\"use($event)\">\n+ <nz-option *ngFor=\"let loca...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added language selector inside topbar, hidden in mobile view
1
feat
null
217,922
01.12.2018 18:38:58
-3,600
e434dd1c6380f6a6bef2b70dfac8035f5bf35efb
fix: fixed an issue with favorite rotations not showing properly
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import {\nUpdateRotation\n} from './rotations.actions';\nimport { AuthFacade } from '../../../+state/auth.facade';\n-import { catchError, filter, map, switchMap, withLatestFrom } from 'rxjs/operators';\n+import { catchError, filter, map, switchMap, withL...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with favorite rotations not showing properly
1
fix
null
217,922
01.12.2018 18:53:27
-3,600
70245c1c7a8c4ae34e1753d8e6b18eeaecc4ad03
style: profile menu items aren't shown as selected anymore
[ { "change_type": "MODIFY", "diff": "</ng-template>\n</span>\n<span>\n- <a nz-menu-item class=\"menu-link\" *ngIf=\"loggedIn$ | async\" routerLink=\"/profile\">\n+ <a nz-menu-item *ngIf=\"loggedIn$ | async\" routerLink=\"/profile\">\n<i nz-icon type=\"idcard\"></i>\n{{'Profile' | translate}}\n</a>\n- <a nz-m...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: profile menu items aren't shown as selected anymore
1
style
null
273,683
01.12.2018 19:33:48
-3,600
555535451e1975f8ef055969d0539c37d137522f
fix(graphql): transform nested invalid field names
[ { "change_type": "MODIFY", "diff": "@@ -377,6 +377,85 @@ test('should get values from object fields', async () => {\nexpect(data.testPost.myObject.otherObject.value).toEqual('test2')\n})\n+test('should convert keys to valid field names', async () => {\n+ const contentType = api.store.addContentType({\n+ typ...
JavaScript
MIT License
gridsome/gridsome
fix(graphql): transform nested invalid field names
1
fix
graphql
679,913
01.12.2018 22:06:33
0
896855de3f9c31506d6431e539a4db8f8129f90c
feat(geom): re-add arcLength() impls, update imports
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import {\nimport {\nDEFAULT,\ndefmulti,\n+ MultiFn1,\nMultiFn1O,\nMultiFn2O\n} from \"@thi.ng/defmulti\";\n@@ -16,14 +17,14 @@ import { ReadonlyMat } from \"@thi.ng/matrices/api\";\nimport { add } from \"@thi.ng/vectors3/add\";\nimport { ReadonlyVec, Vec }...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom): re-add arcLength() impls, update imports
1
feat
geom
217,922
01.12.2018 22:58:10
-3,600
f46051252983def8dc3a8362021e86c9706f789f
chore: removed a console.log
[ { "change_type": "MODIFY", "diff": "@@ -270,7 +270,6 @@ export class SimulatorComponent implements OnInit, OnDestroy {\n);\nthis.simulation$ = combineLatest(this.recipe$, this.actions$, this.stats$, this.hqIngredients$).pipe(\nmap(([recipe, actions, stats, hqIngredients]) => {\n- console.log(stats);\nreturn...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: removed a console.log
1
chore
null
217,922
01.12.2018 23:00:34
-3,600
9543b387ac410ab8a635efa211b0e7149ca86769
fix: hide share button in simulator for non-persisted rotations
[ { "change_type": "MODIFY", "diff": "<i nz-icon type=\"ordered-list\"></i>\n</button>\n<button nz-button (click)=\"$event.stopPropagation()\" [nzShape]=\"'circle'\" [nzType]=\"'primary'\" nz-tooltip\n+ *ngIf=\"rotation.$key\"\n[nzTitle]=\"'SIMULATOR.Share_button_tooltip' | translate\"\nngxClipboard [cbConten...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: hide share button in simulator for non-persisted rotations
1
fix
null
679,913
01.12.2018 23:17:21
0
0b351e12f9c6d6fe1db3a77f376fdbfe90647014
refactor(examples): move gradient defs (mandelbrot)
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,9 @@ import { tuples } from \"@thi.ng/transducers/iter/tuples\";\nimport { push } from \"@thi.ng/transducers/rfn/push\";\nimport { transduce } from \"@thi.ng/transducers/transduce\";\nimport { map } from \"@thi.ng/transducers/xform/map\";\n+import { partial } f...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): move gradient defs (mandelbrot)
1
refactor
examples