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
104,818
04.04.2019 10:44:53
18,000
f2b619fa8e27981ffba10b0d4c043596a5c62dd6
fix(header): import needs to use es for rollup
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ export default {\nreact: 'React',\n'react-dom': 'ReactDOM',\n'carbon-icons': 'CarbonIcons',\n+ 'carbon-components': 'CarbonComponents',\n'carbon-components-react': 'CarbonComponentsReact',\n'styled-components': 'styled',\n},\n@@ -37,8 +38,17 @@ export de...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(header): import needs to use es for rollup
1
fix
header
730,429
04.04.2019 11:18:57
14,400
3be56492107f8de78f65e1677f8909120c87a3b7
chore(spark): add plugin-rooms
[ { "change_type": "MODIFY", "diff": "}\n}\n},\n+ \"@ciscospark/plugin-rooms\": {\n+ \"version\": \"1.50.18\",\n+ \"resolved\": \"https://registry.npmjs.org/@ciscospark/plugin-rooms/-/plugin-rooms-1.50.18.tgz\",\n+ \"integrity\": \"sha512-ii8DIG244zqkyhaNTYvp4jPUI16tLTFsEctqkx9a6CsdWgJvHMRODx3ll+L+nnJr4+IgGlU...
JavaScript
MIT License
webex/react-widgets
chore(spark): add plugin-rooms
1
chore
spark
217,922
04.04.2019 11:22:02
-7,200
ce3c953439b36288f5f21854329430330296394e
chore(rotation-tips): added basic touch + advanced touch tip
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ import { SimulationResult } from '../simulation/simulation-result';\nimport { RotationTipType } from './rotation-tip-type';\nimport { CraftingAction } from '../model/actions/crafting-action';\nimport { Class, Instantiable } from '@kaiu/serializer';\n-impor...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(rotation-tips): added basic touch + advanced touch tip
1
chore
rotation-tips
791,704
04.04.2019 13:09:56
25,200
a76e7f21d51e09f4d4dd84ac847e3bc3b4b9a7c7
clients(lr): add custom config support
[ { "change_type": "MODIFY", "diff": "@@ -21,14 +21,16 @@ const LR_PRESETS = {\n/**\n* Run lighthouse for connection and provide similar results as in CLI.\n+ *\n+ * If configOverride is provided, lrDevice and categoryIDs are ignored.\n* @param {Connection} connection\n* @param {string} url\n* @param {LH.Flag...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(lr): add custom config support (#7613)
1
clients
lr
447,440
04.04.2019 14:14:45
21,600
17120d0ceaf96950ad6fcc2a2c73fc8459c70701
style: fix menu styles
[ { "change_type": "MODIFY", "diff": "justify-content: space-between;\n-ms-flex-align: center;\nalign-items: center;\n- padding: 0.5rem 0.75rem;\n+ padding: 0.75rem 0.75rem;\ncolor: #061c3f;\nwhite-space: nowrap;\ncursor: pointer;\n", "new_path": "src/components/MenuItem/styles.css", "old_path": "src/...
JavaScript
MIT License
nexxtway/react-rainbow
style: fix menu styles (#656)
1
style
null
815,573
04.04.2019 14:18:54
-28,800
973b8aac3511b226edf7073780cf2cac38f29dd0
fix: Uncomment eviction disconnect code
[ { "change_type": "MODIFY", "diff": "@@ -628,11 +628,8 @@ impl<CI: ChainIndex> Synchronizer<CI> {\n}\n}\nfor peer in eviction {\n- warn!(target: \"sync\", \"timeout eviction peer={}\", peer);\n-\n- // FIXME: learn how bitcoin handle this evicted peer, then fix this.\n- // nc.ban_peer(peer, Duration::from_sec...
Rust
MIT License
nervosnetwork/ckb
fix: Uncomment eviction disconnect code
1
fix
null
104,818
04.04.2019 14:30:51
18,000
8029d3dd486dc9bde11ad994e3a966fa70067c04
fix(workarea): export so other teams can use
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { mount } from 'enzyme';\n+\n+import PageWorkArea from './PageWorkArea';\n+\n+describe('PageWorkArea', () => {\n+ test('isOpen', () => {\n+ const wrapper = mount(<PageWorkArea isOpen={false}>Hi</PageWorkArea>);\n+ expect(wrapper.find('div...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(workarea): export so other teams can use
1
fix
workarea
730,413
04.04.2019 14:54:25
14,400
8c977e7639e93533b66d67bdcdc3f538afb7de12
fix(journeys): fix firefox messaging journey test
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,8 @@ export const elements = {\nmessageWidget: '.ciscospark-message-wrapper',\nmeetWidget: '.ciscospark-meet-wrapper',\nerrorMessage: '.ciscospark-error-title',\n- widgetTitle: '.ciscospark-title-text'\n+ widgetTitle: '.ciscospark-title-text',\n+ stickyButton...
JavaScript
MIT License
webex/react-widgets
fix(journeys): fix firefox messaging journey test
1
fix
journeys
469,415
04.04.2019 15:51:00
25,200
8c34567e0da80926cff6cf014d3b8dbd7ec8f461
fix(release): indicate commit messages generated
[ { "change_type": "MODIFY", "diff": "\"label\": \"Github Markdown distribution\"\n}\n],\n- \"message\": \"chore(release): ${nextRelease.version} [skip ci]\\n\\n${nextRelease.notes}\"\n+ \"message\": \"chore(release): ${nextRelease.version} [skip ci]\\n\\n${nextRelease.notes}\\n\\nThis commit has been made au...
JavaScript
Apache License 2.0
open-rpc/spec
fix(release): indicate commit messages generated Co-Authored-By: BelfordZ <belfordz66@gmail.com>
1
fix
release
217,922
04.04.2019 16:18:07
-7,200
68846b604c40470db5b8088c057e5a0e1c7f744a
chore(rotation-tips): added basic buffs overlap tip
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ export abstract class BuffAction extends CraftingAction {\n* Don't forget to add super.getOverrides() to the array you'll return\n* @returns {Buff | null}\n*/\n- protected getOverrides(): Buff[] {\n+ public getOverrides(): Buff[] {\nreturn [this.getBuff(...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(rotation-tips): added basic buffs overlap tip
1
chore
rotation-tips
730,429
04.04.2019 16:25:24
14,400
a9cdee2033c48866d1d5830fe64cddb1de396775
docs(utils): add proper uuid utils jsdoc
[ { "change_type": "MODIFY", "diff": "@@ -77,7 +77,9 @@ export function constructHydraId(type, id) {\n*\n* @export\n* @param {String} id\n- * @returns {String}\n+ * @returns {object} hydra\n+ * @returns {String} hydra.id\n+ * @returns {String} hyrdra.type\n*/\nexport function deconstructHydraId(id) {\nconst p...
JavaScript
MIT License
webex/react-widgets
docs(utils): add proper uuid utils jsdoc
1
docs
utils
304,907
04.04.2019 16:30:31
-7,200
9c71cae399927191eba8b363641804ecb8ac8b0e
refactor(flux): TableObjectCompiler created, TableObject.ToSpec removed
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import (\n\"github.com/influxdata/flux/parser\"\n\"github.com/influxdata/flux/semantic\"\n\"github.com/influxdata/flux/values\"\n- opentracing \"github.com/opentracing/opentracing-go\"\n+ \"github.com/opentracing/opentracing-go\"\n\"github.com/pkg/errors...
Go
MIT License
influxdata/flux
refactor(flux): TableObjectCompiler created, TableObject.ToSpec removed (#1110)
1
refactor
flux
730,429
04.04.2019 16:47:54
14,400
2b237a932179db9c5ece1c0c688b5d17fee19ac9
feat(r-m-spaces): add fetchSpacesHydra action
[ { "change_type": "MODIFY", "diff": "@@ -500,6 +500,43 @@ Array [\n]\n`;\n+exports[`redux-module-space actions #fetchSpacesHydra properly fetches spaces from hydra 1`] = `\n+Array [\n+ Object {\n+ \"payload\": Object {\n+ \"spaces\": Array [\n+ Object {\n+ \"activities\": Array [],\n+ \"avatar\": undefined,\...
JavaScript
MIT License
webex/react-widgets
feat(r-m-spaces): add fetchSpacesHydra action
1
feat
r-m-spaces
730,429
04.04.2019 16:49:10
14,400
1171611f502dc94fc80c936c7b43c54cf6e201dc
feat(widget-recents): add basicMode property
[ { "change_type": "MODIFY", "diff": "@@ -69,6 +69,7 @@ const injectedPropTypes = {\n};\nexport const ownPropTypes = {\n+ basicMode: PropTypes.bool,\nenableAddButton: PropTypes.bool,\nenableSpaceListFilter: PropTypes.bool,\nenableUserProfile: PropTypes.bool,\n@@ -79,6 +80,7 @@ export const ownPropTypes = {\n}...
JavaScript
MIT License
webex/react-widgets
feat(widget-recents): add basicMode property
1
feat
widget-recents
104,874
04.04.2019 16:57:05
-3,600
faddd8965bb3986dba176e5d728652040d8846df
fix(table): baseTableReducer was improperly suppressing changes ... to final page when (totalItems % pageSize > 0)
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,8 @@ export const baseTableReducer = (state = {}, action) => {\nconst { pageSize: currentPageSize, totalItems, page: currentPage } = state.view.pagination;\nconst { page, pageSize } = action.payload;\nconst isPageSizeChange = pageSize && currentPageSize !== p...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): baseTableReducer was improperly suppressing changes ... to final page when (totalItems % pageSize > 0)
1
fix
table
447,440
04.04.2019 16:59:06
21,600
3416dd3c439c155a0e4d82dd9e94658a43ce0711
feat: add title prop
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import './styles.css';\nconst GithubStarsBadge = GithubStars(({ stars }) => (\n<Badge className=\"react-rainbow-github-badge rainbow-color_dark-1 rainbow-m-right_small\" variant=\"lightest\">\n- <FontAwesomeIcon color=\"#061c3f\" icon={faStar} pull=\"left\...
JavaScript
MIT License
nexxtway/react-rainbow
feat: add title prop (#657)
1
feat
null
104,874
04.04.2019 17:00:28
-3,600
4d443af16781d5a2faed6894f869db39abbfad1f
feat(table): tableLoadingSet action. Add tableRegister(totalItems) param
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ import {\nTABLE_ROW_EXPAND,\nTABLE_COLUMN_ORDER,\nTABLE_SEARCH_APPLY,\n+ TABLE_LOADING_SET,\n} from './tableActionCreators';\nexport const baseTableReducer = (state = {}, action) => {\n@@ -22,7 +23,7 @@ export const baseTableReducer = (state = {}, action...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): tableLoadingSet action. Add tableRegister(totalItems) param
1
feat
table
104,874
04.04.2019 17:01:47
-3,600
0fc6dde191878a3b584f4884d180c73ca082d2b8
feat(table): first pass at AsyncTable story
[ { "change_type": "ADD", "diff": "+import Table from './Table';\n+\n+import React, { useReducer, useEffect } from 'react';\n+\n+import update from 'immutability-helper';\n+\n+import { baseTableReducer } from './baseTableReducer';\n+/*\n+import {\n+ tableRegister,\n+ tablePageChange,\n+ tableFilterApply,\n+ t...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): first pass at AsyncTable story
1
feat
table
104,818
04.04.2019 17:05:57
18,000
82d0ad59b6d92041c8c09e5bef74b1fe8985fe0c
fix(tilecatalog): callback onPage
[ { "change_type": "MODIFY", "diff": "@@ -25,16 +25,28 @@ const StatefulTileCatalog = ({ tiles, onSelection, search, pagination, ...props\nfilteredTiles && filteredTiles.length ? filteredTiles[0].id : null\n);\n+ const handlePage = (...args) => {\n+ const { onPage } = pagination;\n+ setPage(...args);\n+ if (o...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tilecatalog): callback onPage
1
fix
tilecatalog
815,573
04.04.2019 17:38:21
-28,800
b00844bede5802875c53b02a2dcce81086686b64
fix: Remove sender when channel disconnected
[ { "change_type": "MODIFY", "diff": "@@ -126,6 +126,7 @@ impl ServiceProtocol for DiscoveryProtocol {\n} else {\nwarn!(target: \"network\", \"other channel error: {:?}\", err);\n}\n+ self.discovery_senders.remove(&session.id);\n}\n}\n}\n", "new_path": "network/src/protocols/discovery.rs", "old_path":...
Rust
MIT License
nervosnetwork/ckb
fix: Remove sender when channel disconnected
1
fix
null
471,540
04.04.2019 17:49:59
14,400
ff842a8bcf1a620e96433b28dc68b84bdb8cbc40
docs: add publishing with apache section
[ { "change_type": "MODIFY", "diff": "@@ -20,3 +20,27 @@ And you're all set up.\n## Example\nThe [Set-Game Example](https://github.com/open-wc/example-vanilla-set-game/) has the default publishing via storybook on netlify.\nYou can see the finished page here: [https://example-set-game-open-wc.netlify.com/](ht...
JavaScript
MIT License
open-wc/open-wc
docs: add publishing with apache section
1
docs
null
104,874
04.04.2019 17:54:37
-3,600
5dc0e88c05a2b5e50dd7a92a24ecdbaeeb45c020
feat(table): add filtering support to AsyncTable
[ { "change_type": "MODIFY", "diff": "@@ -25,32 +25,50 @@ import {\n*/\nimport * as baseTableActions from './tableActionCreators';\n-console.log(baseTableActions);\nclass MockApiClient {\nstatic totalRows = 100;\n+ static firstNames = ['Tom', 'Amy', 'Bryan', 'Cynthia', 'Claudia', 'Denny', 'Mats', 'Luaithrenn'...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): add filtering support to AsyncTable
1
feat
table
815,573
04.04.2019 18:00:05
-28,800
4648db29cc001320619d161fbfc02fac626dd2b4
chore: Downgrade some log level from debug to trace
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ use crate::{\nNetworkState, PeerIndex, ProtocolContext, ProtocolContextMutRef, ServiceControl, SessionInfo,\n};\nuse bytes::Bytes;\n-use log::{debug, error, info, warn};\n+use log::{trace, debug, error, info, warn};\nuse p2p::{\nbuilder::MetaBuilder,\nse...
Rust
MIT License
nervosnetwork/ckb
chore: Downgrade some log level from debug to trace
1
chore
null
447,447
04.04.2019 18:54:31
14,400
d0835d2bc3fe335a481713a2e5331f1062e47e0d
test: add integration test on tabset component
[ { "change_type": "MODIFY", "diff": "@@ -48,4 +48,18 @@ describe('Tabset base example', () => {\nbrowser.keys(ARROW_RIGHT_KEY);\nexpect(tabItem.hasFocus()).toBe(false);\n});\n+ it('should set the left button visible when the screen size is resized', () => {\n+ const tabset = new PageTabset(TABSET);\n+ browse...
JavaScript
MIT License
nexxtway/react-rainbow
test: add integration test on tabset component (#655)
1
test
null
135,414
04.04.2019 20:45:22
18,000
4ee4544c737522a68e3969785e05624641a634a7
docs: add missing character Fixes spelling of the word "for" in the docs:
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ With this additional information tools can derive useful human-readable informat\n* Automated, rich changelogs\n* Automatic version bumps\n-* Filter fo test harnesses to run\n+* Filter for test harnesses to run\nThe most common commit conventions follow th...
TypeScript
MIT License
conventional-changelog/commitlint
docs: add missing character (#612) Fixes spelling of the word "for" in the docs: https://conventional-changelog.github.io/commitlint/#/concepts-commit-conventions
1
docs
null
217,922
04.04.2019 20:58:43
-7,200
c8d5d79a7ba006b847aecd6873a30f002c191a41
chore: base structure for community rotations
[ { "change_type": "MODIFY", "diff": "</span>\n</a>\n<a nz-menu-item class=\"menu-link\" (click)=\"onNavLinkClick()\" routerLinkActive=\"ant-menu-item-selected\"\n- routerLink=\"/alarms\">\n+ routerLink=\"/community-lists\">\n<span nz-tooltip nzPlacement=\"right\"\n- [nzTitle]=\"collapsedSidebar ? ('ALARMS.Ti...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: base structure for community rotations
1
chore
null
902,122
05.04.2019 00:30:34
-7,200
14073182cbda3458b55d4969764fb021bf129c3b
refactor: use .parseFilters
[ { "change_type": "MODIFY", "diff": "'use strict'\n+const { parseFilters } = require('@cliqz/adblocker')\nconst { promisify } = require('util')\nconst { EOL } = require('os')\nconst got = require('got')\n@@ -37,20 +38,15 @@ const rulesFromURL = async url => {\nconst rulesFromURLs = async urls => {\nconst lis...
JavaScript
MIT License
microlinkhq/browserless
refactor: use .parseFilters https://github.com/Kikobeats/browserless/commit/e370770f5cc78a57aaeedfefea0b11289b980562#r33016387
1
refactor
null
104,818
05.04.2019 09:09:24
18,000
8008e7318d639ef6ffb2bc25186ce27fc9c458b3
fix(header): remove comment from header
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,6 @@ import styled from 'styled-components';\nimport PropTypes from 'prop-types';\nimport React from 'react';\n-// import HeaderMenu from '../HeaderMenu';\nimport { COLORS } from '../../styles/styles';\nconst StyledHeader = styled(CarbonHeader)`\n", "new_...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(header): remove comment from header
1
fix
header
104,818
05.04.2019 11:39:28
18,000
a52b0a08c5f7c2cff7d482cea88df0b735ca62f6
fix(tilegroup): layout wasn't exactly correct for last
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ const StyledTiles = styled.div`\ndisplay: flex;\nflex-flow: row wrap;\n> * {\n- flex: 1 1 30%;\n+ flex: 1 1 33.33%;\nmin-width: 300px;\n}\noverflow-y: hidden;\n@@ -17,7 +17,7 @@ const StyledTiles = styled.div`\nconst StyledGreedyTile = styled(Tile)`\n{\n- ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tilegroup): layout wasn't exactly correct for last
1
fix
tilegroup
603,467
05.04.2019 12:55:14
-3,600
9955a348068faed8e0e80da8eab7c8bc1936bbec
fix(core): Made all packages rely on a fixed version of This should help to ensure that the packages are compatible
[ { "change_type": "MODIFY", "diff": "\"npm\": \">= 3\"\n},\n\"peerDependencies\": {\n- \"@serenity-js/core\": \"2.x\",\n+ \"@serenity-js/core\": \"2.0.1-alpha.43\",\n\"tiny-types\": \"^1.12.1\"\n},\n\"devDependencies\": {\n", "new_path": "packages/assertions/package.json", "old_path": "packages/asser...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): Made all @serenity-js packages rely on a fixed version of @serenity-js/core This should help to ensure that the packages are compatible
1
fix
core
603,467
05.04.2019 13:18:05
-3,600
e27f55fc0ea732df6aa569e0ca582717e6a4956f
fix(core): Reverted the peerDependencies change as Lerna can't support it
[ { "change_type": "MODIFY", "diff": "\"npm\": \">= 3\"\n},\n\"peerDependencies\": {\n- \"@serenity-js/core\": \"2.0.1-alpha.43\",\n+ \"@serenity-js/core\": \"2.x\",\n\"tiny-types\": \"^1.12.1\"\n},\n\"devDependencies\": {\n", "new_path": "packages/assertions/package.json", "old_path": "packages/asser...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): Reverted the peerDependencies change as Lerna can't support it
1
fix
core
815,577
05.04.2019 13:37:46
-28,800
66ac6a1308b1740301340998e8c6c77824d40814
fix: upgrage p2p dependence, fix cpu abnormal occupation
[ { "change_type": "MODIFY", "diff": "@@ -514,11 +514,11 @@ dependencies = [\n\"snap 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"stop-handler 0.9.0-pre\",\n\"tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"tentacle 0.2.0-alpha.1 (git+https://github.com/ne...
Rust
MIT License
nervosnetwork/ckb
fix: upgrage p2p dependence, fix cpu abnormal occupation
1
fix
null
304,866
05.04.2019 13:43:12
25,200
32001486c330603bc917131389a467b604d0d1f6
refactor(control): make controller assign dependencies to program This is a temporary change until is fixed.
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,8 @@ import (\n\"time\"\n\"github.com/influxdata/flux\"\n+ \"github.com/influxdata/flux/execute\"\n+ \"github.com/influxdata/flux/lang\"\n\"github.com/influxdata/flux/memory\"\nopentracing \"github.com/opentracing/opentracing-go\"\n\"github.com/pkg/errors\"\n...
Go
MIT License
influxdata/flux
refactor(control): make controller assign dependencies to program (#1133) This is a temporary change until #1126 is fixed.
1
refactor
control
791,834
05.04.2019 14:25:02
25,200
ef3beef4146cfb6df747517cbd2597fe174b5b3b
misc: remove lhr-lite.d.ts
[ { "change_type": "MODIFY", "diff": "@@ -28,11 +28,17 @@ declare global {\n}\nexport interface ScoreDisplayModes {\n+ /** Scores of 0-1 (map to displayed scores of 0-100). */\nNUMERIC: 'numeric';\n+ /** Pass/fail audit (0 and 1 are only possible scores). */\nBINARY: 'binary';\n+ /** The audit exists only to ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: remove lhr-lite.d.ts (#7991)
1
misc
null
217,922
05.04.2019 14:27:05
-7,200
e36b01503667d2306533c851e3a9522ec29aca3c
fix(simulator): fixed an issue with anonymous and level form
[ { "change_type": "MODIFY", "diff": "@@ -247,7 +247,7 @@ export class SimulatorComponent implements OnInit, OnDestroy {\nconst job$ = merge(this.recipe$.pipe(map(r => r.job || 8)), this.customJob$).pipe(tap(job => this.job = job));\nconst statsFromRecipe$: Observable<CrafterStats> = combineLatest(this.recipe...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed an issue with anonymous and level form
1
fix
simulator
104,844
05.04.2019 15:30:12
14,400
25866fb0621b62ba772d504fcfef6098bad5ca51
feat(sidenav): added test and added imports for sidenav in rollup config
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,11 @@ export default {\n'SkipToContent',\n'HeaderMenuItem',\n'HeaderNavigation',\n+ 'SideNav',\n+ 'SideNavItems',\n+ 'SideNavLink',\n+ 'SideNavMenu',\n+ 'SideNavMenuItem',\n],\n},\ninclude: 'node_modules/**',\n", "new_path": "rollup.config.js", "old_p...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(sidenav): added test and added imports for sidenav in rollup config
1
feat
sidenav
730,429
05.04.2019 16:06:50
14,400
4a1d36a2e6f17df4d5da6008a63ffd5097f8fa80
test(journeys): move meet widget creation Opening the meet widget caused a conversation to be created before the recents widget could render the "no spaces".
[ { "change_type": "MODIFY", "diff": "@@ -67,22 +67,6 @@ describe('Smoke Tests - Recents Widget', () => {\nbrowserLocal.waitForVisible(elements.recentsWidget);\n});\n- it('open meet widget for lorraine', () => {\n- browserRemote.execute((localAccessToken, localToUserEmail) => {\n- const options = {\n- accessT...
JavaScript
MIT License
webex/react-widgets
test(journeys): move meet widget creation Opening the meet widget caused a conversation to be created before the recents widget could render the "no spaces".
1
test
journeys
217,922
05.04.2019 16:29:47
-7,200
eff149d546c26e5af8d46bb63681bf33b1618a46
chore(community-rotations): WIP for filters system
[ { "change_type": "MODIFY", "diff": "<a nz-menu-item class=\"menu-link\" (click)=\"onNavLinkClick()\" routerLinkActive=\"ant-menu-item-selected\"\nrouterLink=\"/community-rotations\">\n<span nz-tooltip nzPlacement=\"right\"\n- [nzTitle]=\"collapsedSidebar ? ('SIMULATOR.Community_rotations' | translate) : nul...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(community-rotations): WIP for filters system
1
chore
community-rotations
531,793
05.04.2019 17:18:36
25,200
669f227b23651133e7ce5407f2c859a09728f358
fix(ui): repack alert grid on font load When fonts are loaded size of rendered elements might change, which can break the grid display, trigger a repack to fix that
[ { "change_type": "MODIFY", "diff": "\"csshake\": \"1.5.3\",\n\"fast-deep-equal\": \"2.0.1\",\n\"favico.js\": \"0.3.10\",\n+ \"fontfaceobserver\": \"2.1.0\",\n\"lato-font\": \"3.0.0\",\n\"lodash.debounce\": \"4.0.8\",\n\"lodash.throttle\": \"4.1.1\",\n", "new_path": "ui/package.json", "old_path": "ui...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): repack alert grid on font load When fonts are loaded size of rendered elements might change, which can break the grid display, trigger a repack to fix that
1
fix
ui
217,922
05.04.2019 17:55:58
-7,200
718b111d4e9acfeb2bfdb0eaf7520520f528d04d
chore(community-rotations): better filters organization and translation
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,14 @@ export class CraftingRotationService extends FirestoreRelationalStorage<Crafting\nif (filters.durability) {\nmatches = matches && rotation.recipe.durability === filters.durability;\n}\n+ if (filters.rlvl) {\n+ // As first values are done by 10 lvl slice...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(community-rotations): better filters organization and translation
1
chore
community-rotations
76,605
05.04.2019 19:43:17
-7,200
e9d5e2084f6455f9917a978b5d5d61fb825754ef
fix: Add classifyObservation method to brain classifier
[ { "change_type": "MODIFY", "diff": "@@ -83,6 +83,22 @@ class BrainClassifier extends Classifier {\nreturn [{ label: 'None', value: 1 }];\n}\n+ classifyObservation(observation, classifications) {\n+ const scores = [];\n+ if (Object.keys(observation).length > 0) {\n+ const result = this.network.run(observatio...
JavaScript
MIT License
axa-group/nlp.js
fix: Add classifyObservation method to brain classifier
1
fix
null
76,605
05.04.2019 19:45:24
-7,200
f415c8d19b4def43f86363647bc36d3ebfd4bd3e
fix: Add classifyObservation to Binary Neural Network Classifier
[ { "change_type": "MODIFY", "diff": "@@ -115,6 +115,22 @@ class BinaryNeuralNetworkClassifier extends Classifier {\nreturn scores.sort((x, y) => y.value - x.value);\n}\n+ classifyObservation(observation, classifications) {\n+ const scores = [];\n+ if (Object.keys(observation).length === 0) {\n+ this.labels.f...
JavaScript
MIT License
axa-group/nlp.js
fix: Add classifyObservation to Binary Neural Network Classifier
1
fix
null
76,605
05.04.2019 19:45:54
-7,200
b7afd60fbfedb8c59739fd54150bd2c698c8e9d1
feat: Base NLU class
[ { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includi...
JavaScript
MIT License
axa-group/nlp.js
feat: Base NLU class
1
feat
null
76,605
05.04.2019 19:46:54
-7,200
4c02fdb23ee1b353596f0f2fd381ac2b9e28e465
feat: Add logistic regression NLU
[ { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includi...
JavaScript
MIT License
axa-group/nlp.js
feat: Add logistic regression NLU
1
feat
null
76,605
05.04.2019 19:47:44
-7,200
295f991d8b0aec7978ca6f47770341d333d3cdd2
feat: Add Brain NLU
[ { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includi...
JavaScript
MIT License
axa-group/nlp.js
feat: Add Brain NLU
1
feat
null
76,605
05.04.2019 19:48:27
-7,200
d61f6dfc02853dfd14a9780cc4883b0953f8f63e
feat: Add Binary Neural Network NLU
[ { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includi...
JavaScript
MIT License
axa-group/nlp.js
feat: Add Binary Neural Network NLU
1
feat
null
730,429
05.04.2019 19:55:43
14,400
049a0e32ebbae98b813803b638353142025afe5a
test(journeys): add loading screen hide wait
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import {assert} from 'chai';\nimport waitForPromise from '../../wait-for-promise';\nexport const elements = {\n- loadingScreen: '.ciscospark-loading',\n+ loadingScreen: '.webex-teams-loading',\nrecentsWidget: '.ciscospark-recents-widget',\nlistContainer: '...
JavaScript
MIT License
webex/react-widgets
test(journeys): add loading screen hide wait
1
test
journeys
815,598
05.04.2019 20:03:35
-28,800
6b1788c4ca57a89efcd5bb5a569cee9c7a6d2aff
chore(deps): remove fs_extra from ckb-test
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,6 @@ ckb-shared = { path = \"../shared\" }\nckb-sync = { path = \"../sync\" }\nckb-protocol = { path = \"../protocol\"}\nnumext-fixed-hash = { version = \"0.1\", features = [\"support_rand\", \"support_heapsize\", \"support_serde\"] }\n-fs_extra = \"1.1\"\nte...
Rust
MIT License
nervosnetwork/ckb
chore(deps): remove fs_extra from ckb-test
1
chore
deps
76,605
05.04.2019 20:23:01
-7,200
098e8a98b5f71a40a5a8daac02752c5cbb750bee
feat: Added Bayes NLU
[ { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includi...
JavaScript
MIT License
axa-group/nlp.js
feat: Added Bayes NLU
1
feat
null
679,913
05.04.2019 20:57:40
-3,600
131e5514627ece64a7193af93c5abd92d236d1df
feat(webgl): add webgl resource factory fns, update buffer() arg order
[ { "change_type": "MODIFY", "diff": "@@ -14,9 +14,9 @@ export class WebGLArrayBuffer<T extends TypedArray> implements IWebGLBuffer<T> {\nconstructor(\ngl: WebGLRenderingContext,\n+ data?: T,\ntarget = gl.ARRAY_BUFFER,\n- mode = gl.STATIC_DRAW,\n- data?: T\n+ mode = gl.STATIC_DRAW\n) {\nthis.gl = gl;\nthis.bu...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add webgl resource factory fns, update buffer() arg order
1
feat
webgl
679,913
05.04.2019 21:32:04
-3,600
beef4e9e39077e01ef07c1588266f3b9ec965d15
fix(hdom): off-by-one error when updating child offsets after removal
[ { "change_type": "MODIFY", "diff": "@@ -116,7 +116,7 @@ export const diffTree = <T>(\n// DEBUG && console.log(\"remove @\", offsets[idx], val);\nreleaseTree(val);\nimpl.removeChild(el, offsets[idx]);\n- for (j = prevLength; j >= idx; j--) {\n+ for (j = prevLength; j > idx; j--) {\noffsets[j] = max(offsets[j...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hdom): off-by-one error when updating child offsets after removal
1
fix
hdom
730,412
05.04.2019 21:48:32
0
cafab591d71910bf624ac86d9e5cb36cc42840bc
chore(release): 0.1.444
[ { "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=\"0.1.444\"></a>\n+## [0.1.444](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.444
1
chore
release
471,527
06.04.2019 00:35:01
-7,200
cd394d96bca74800faf3c0f399bd818f56cf027a
fix: do not assume available global types of users
[ { "change_type": "MODIFY", "diff": "\"@commitlint/config-lerna-scopes\": \"7.2.1\",\n\"@open-wc/testing-karma\": \"file:./packages/testing-karma\",\n\"@open-wc/testing-karma-bs\": \"file:./packages/testing-karma-bs\",\n- \"@types/mocha\": \"^5.0.0\",\n\"@vuepress/plugin-google-analytics\": \"^1.0.0-alpha.30...
JavaScript
MIT License
open-wc/open-wc
fix: do not assume available global types of users
1
fix
null
679,913
06.04.2019 02:16:13
-3,600
1f19196c58fdd1dbce899df4c72dda499c5a9e2e
feat(webgl): update/add array type UniformDecl's
[ { "change_type": "MODIFY", "diff": "@@ -119,13 +119,15 @@ export type UniformDecl =\n| [GLSL.mat2, UniformDefault<GLMat2>]\n| [GLSL.mat3, UniformDefault<GLMat3>]\n| [GLSL.mat4, UniformDefault<GLMat4>]\n- | [GLSL.bool_array, number, UniformDefault<GLIntVec>]\n- | [GLSL.int_array, number, UniformDefault<GLInt...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): update/add array type UniformDecl's
1
feat
webgl
679,913
06.04.2019 02:16:43
-3,600
a60eb2e7e7463b0bfe29195045bcc0d0ac093e0c
feat(webgl): add glCanvas() factory fn & WebGLCanvasOpts
[ { "change_type": "MODIFY", "diff": "@@ -494,3 +494,14 @@ export interface Material {\ndiffuseCol: GLVec3;\nspecularCol: GLVec3;\n}\n+\n+export interface WeblGLCanvasOpts {\n+ canvas: string | HTMLCanvasElement;\n+ parent: HTMLElement;\n+ opts: Partial<WebGLContextAttributes>;\n+ version: 1 | 2;\n+ width: nu...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add glCanvas() factory fn & WebGLCanvasOpts
1
feat
webgl
679,913
06.04.2019 02:27:22
-3,600
a0f3941d70c9daea544792f530254ba02b7e7608
fix(associative): fix mergeApplyMap, update other merge fns, add tests
[ { "change_type": "MODIFY", "diff": "-import { IObjectOf } from \"@thi.ng/api\";\n+import { Fn, IObjectOf } from \"@thi.ng/api\";\nimport { isFunction } from \"@thi.ng/checks\";\nimport { copy } from \"./utils\";\n@@ -10,13 +10,11 @@ import { copy } from \"./utils\";\n*/\nexport const mergeApplyMap = <K, V>(...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(associative): fix mergeApplyMap, update other merge fns, add tests
1
fix
associative
67,494
06.04.2019 14:34:01
-7,200
8eae57d37c7e9c873f4a0affd3ef39ab37e93cb5
feat(router): add component reentry behavior
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ export interface IRouteableCustomElementType extends Partial<ICustomElementType>\n}\nexport interface IRouteableCustomElement extends ICustomElement {\n+ reentryBehavior?: 'disallow' | 'enter' | 'refresh';\ncanEnter?(parameters?: string[] | Record<string...
TypeScript
MIT License
aurelia/aurelia
feat(router): add component reentry behavior
1
feat
router
273,658
06.04.2019 15:59:53
-7,200
a6ab23f098b56b4fc2e471f4ba038afc2de9893b
fix(app): don't resolve url for different port
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ const { app, router } = createApp()\n// let Vue router handle internal URLs for anchors in innerHTML\ndocument.addEventListener('click', event => {\nconst $el = event.target.closest('a')\n- const { hostname } = document.location\n+ const { hostname, port...
JavaScript
MIT License
gridsome/gridsome
fix(app): don't resolve url for different port (#350)
1
fix
app
217,922
06.04.2019 16:14:00
-7,200
254e457ceeca0759ca87674512638078d949f062
chore: fix for intro inside gathering-location with 5.2 update
[ { "change_type": "MODIFY", "diff": "import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { Observable } from 'rxjs/Observable';\n-import { debounceTime, map, mergeMap, tap } from 'rxjs/operators';\n+import { debounceTime, filter, map, mergeMap, tap } from 'rxjs/operators';\nimport { D...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix for intro inside gathering-location with 5.2 update
1
chore
null
217,922
06.04.2019 16:22:56
-7,200
45da636b5c862cee8a40b6cd09ebda2d1b057a1b
fix(alarms): fixed an issue with "early by 0.5 Eorzean hours" setting closes
[ { "change_type": "MODIFY", "diff": "@@ -47,8 +47,7 @@ export class AlarmBellService {\n// Irl alarm duration in ms\nconst irlAlarmDuration = this.eorzeanTime.toEarthTime(alarm.duration * 60) * 1000;\nreturn Date.now() - lastPlayed >= irlAlarmDuration\n- && timeBeforePlay <= 0\n- && date.getUTCMinutes() === ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed an issue with "early by 0.5 Eorzean hours" setting closes #827
1
fix
alarms
447,451
06.04.2019 16:42:40
14,400
2e5ffcf7d75d4bfbf28b9cceaceeec46e544b0bc
fix: fix set focus to trigger element when modal closes
[ { "change_type": "MODIFY", "diff": "const PageModal = require('../../../src/components/Modal/pageObject');\n+const { ESCAPE_KEY, ENTER_KEY } = require('../../constants');\nconst BUTTON = '#button-3';\nconst MODAL = '#modal-3';\nconst TITLE_INPUT = '#modal-3 input[placeholder=\"Enter title\"]';\n+const DATE_...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix set focus to trigger element when modal closes (#660)
1
fix
null
471,470
06.04.2019 16:58:16
-7,200
346664800a3e72f5cdcaed5c79c9f09e2c4dc1f2
docs: add best practices page
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ const sidebar = [\ncollapsable: true,\nchildren: [\n['/developing/', 'Getting started'],\n+ '/developing/best-practices',\n'/developing/owc-dev-server',\n['/developing/create', 'Generators'],\n'/developing/types',\n", "new_path": "docs/.vuepress/conf...
JavaScript
MIT License
open-wc/open-wc
docs: add best practices page (#351)
1
docs
null
815,590
06.04.2019 17:04:46
-28,800
fd2ee8cbc7f6a7537104264f9613a51d24f69d48
refactor: move ChainState initialize into new
[ { "change_type": "MODIFY", "diff": "use crate::cell_set::CellSet;\nuse crate::cell_set::CellSetDiff;\nuse crate::index::ChainIndex;\n-use crate::tx_pool::{PoolEntry, PoolError, StagingTxResult, TxPool};\n+use crate::tx_pool::{PoolEntry, PoolError, StagingTxResult, TxPool, TxPoolConfig};\nuse crate::tx_propo...
Rust
MIT License
nervosnetwork/ckb
refactor: move ChainState initialize into new
1
refactor
null
815,590
06.04.2019 20:16:42
-28,800
9abfd688f95484b949bf17c0468c62b2ef067c0f
doc: fix send_transaction RPC doc
[ { "change_type": "MODIFY", "diff": "@@ -351,7 +351,6 @@ Creates new transaction.\ntransaction - The transaction object.\nversion - Transaction version.\n- valid_since - Transaction valid_since.\ndeps - Dependent cells.\ninputs - Transaction inputs.\noutputs - Transaction outputs.\n@@ -359,7 +358,7 @@ transa...
Rust
MIT License
nervosnetwork/ckb
doc: fix send_transaction RPC doc
1
doc
null
815,590
06.04.2019 21:53:33
-28,800
44f2a22aab6f9664ddb19aa5c654a4347da2f11c
fix: from parent block to calculate median_block_timestamp
[ { "change_type": "MODIFY", "diff": "@@ -320,7 +320,9 @@ where\n}\nif let Some(block_timestamp) = valid_since.block_timestamp() {\n- let tip_timestamp = self.block_median_time(self.tip_number).unwrap_or_else(|| 0);\n+ let tip_timestamp = self\n+ .block_median_time(self.tip_number.saturating_sub(1))\n+ .unwra...
Rust
MIT License
nervosnetwork/ckb
fix: from parent block to calculate median_block_timestamp
1
fix
null
447,440
06.04.2019 23:15:16
21,600
3fc5cf5640ee674fa91bcb7ef4c9b425680eccc7
style: fix styles in modal-redux example
[ { "change_type": "MODIFY", "diff": "input: {\nmarginTop: 24,\n},\n+ inputColumn: {\n+ width: '48%',\n+ marginTop: 24,\n+ },\n};\nfunction SimpleForm(props) {\nlabel=\"Title\"\nplaceholder=\"Enter title\" />\n+ <div className=\"rainbow-flex rainbow-justify_spread\">\n<Field\n- style={styles.input}\n+ style={...
JavaScript
MIT License
nexxtway/react-rainbow
style: fix styles in modal-redux example (#662)
1
style
null
217,922
06.04.2019 23:19:56
-7,200
6a111b51f3537b227d9149a35a706de10e30310f
chore: small fix for log-tracker node data display
[ { "change_type": "MODIFY", "diff": "@@ -380,7 +380,7 @@ export class LogTrackerComponent {\nnode.slot = slotMatch.slot;\n}\n}\n- node.hidden = !node.items.some(i => i === node.itemId);\n+ node.hidden = node.items && !node.items.some(i => i === node.itemId);\nnode.mapId = node.map;\nconst folklore = Object.k...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for log-tracker node data display
1
chore
null
217,922
06.04.2019 23:27:29
-7,200
3e17f6d961beb11e2e9cd17d9f9e789c5c3377a4
chore: small fix for a forgotten console.log
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,6 @@ export class GatheredByExtractor extends AbstractExtractor<GatheredBy> {\n};\n// If it's a node gather (not a fish)\nif (item.hasNodes()) {\n- console.log('hasNodes');\nfor (const node of item.nodes) {\nconst nodePartialEntry = itemData.getPartial(node.t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for a forgotten console.log
1
chore
null
217,922
06.04.2019 23:34:10
-7,200
5194f4ba002ee72b02cfadcd87c67603881c1331
fix(search): draft items can't be searched anymore, as they aren't real items
[ { "change_type": "MODIFY", "diff": "@@ -87,6 +87,9 @@ export class DataService {\nmap(garlandResults => {\nconst results: SearchResult[] = [];\ngarlandResults.forEach(item => {\n+ if (item.id.indexOf('draft') > -1) {\n+ return;\n+ }\nif (item.obj.f !== undefined) {\nitem.obj.f.forEach(recipe => {\nif (craft...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(search): draft items can't be searched anymore, as they aren't real items
1
fix
search
679,913
06.04.2019 23:51:33
-3,600
648ed527d4aaa9dd0ed318665aec042997a2ab9d
feat(webgl): add more GLSL/WebGL2 types
[ { "change_type": "MODIFY", "diff": "@@ -24,10 +24,20 @@ export enum GLSL {\nivec2,\nivec3,\nivec4,\n+ uvec2,\n+ uvec3,\n+ uvec4,\nmat2,\nmat3,\nmat4,\n+ mat2x3,\n+ mat2x4,\n+ mat3x2,\n+ mat3x4,\n+ mat4x2,\n+ mat4x3,\nsampler2D,\n+ sampler3D,\nsamplerCube,\nbool_array,\nfloat_array,\n@@ -42,10 +52,20 @@ expo...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add more GLSL/WebGL2 types
1
feat
webgl
679,913
06.04.2019 23:54:14
-3,600
02f94d799dfee030ac1c7c15a7dee9b9a50d41e4
feat(webgl): update GLSL syntax impls, migrate Shader.fromSpec() add support for WebGL extensions in shader spec support array types for varying vars move Shader.fromSpec() to shader()
[ { "change_type": "MODIFY", "diff": "@@ -32,15 +32,10 @@ export const SYNTAX: Record<GLSLVersion, GLSLSyntax> = {\nattrib: (id, type, pre) =>\n`attribute ${GLSL[isArray(type) ? type[0] : type]} ${pre.a}${id};`,\nvarying: {\n- vs: (id, type, pre) => `varying ${GLSL[type]} ${pre.v}${id};`,\n- fs: (id, type, pr...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): update GLSL syntax impls, migrate Shader.fromSpec() - add support for WebGL extensions in shader spec - support array types for varying vars - move Shader.fromSpec() to shader()
1
feat
webgl
679,913
06.04.2019 23:54:39
-3,600
07edcd0a71e5a49801c012374c61372248ed719d
feat(webgl): add glCanvas() extension support
[ { "change_type": "MODIFY", "diff": "@@ -35,10 +35,21 @@ export const glCanvas = (opts: Partial<WeblGLCanvasOpts> = {}) => {\ncanvas.addEventListener(\"webglcontextlost\", opts.onContextLost);\nreturn {\ncanvas,\n- gl\n+ gl,\n+ ext: getExtensions(gl, opts.ext)\n};\n};\n+export const getExtensions = (gl: WebG...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add glCanvas() extension support
1
feat
webgl
679,913
06.04.2019 23:55:35
-3,600
8941d8263f8f24f5f09de21d70434e8fa2782d6a
feat(webgl): add WebGL2 support for FBO/Texture, add floatTexture() ctor fn
[ { "change_type": "MODIFY", "diff": "import { assert } from \"@thi.ng/api\";\n-import { FboOpts, IFbo } from \"./api\";\n+import {\n+ FboOpts,\n+ GL_COLOR_ATTACHMENT0_WEBGL,\n+ GL_MAX_COLOR_ATTACHMENTS_WEBGL,\n+ IFbo\n+} from \"./api\";\nimport { error } from \"./error\";\n-\n-const GL_MAX_COLOR_ATTACHMENTS_...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add WebGL2 support for FBO/Texture, add floatTexture() ctor fn
1
feat
webgl
217,922
07.04.2019 00:10:33
-7,200
26b852b985708d8261d7cf146081489327d41c1c
fix(pricing): fixed an issue with items having low hq price and hq amount set to 0
[ { "change_type": "MODIFY", "diff": "@@ -234,7 +234,7 @@ export class PricingComponent implements AfterViewInit {\nconst prices = this.pricingService.getPrice(row);\nconst amounts = this.pricingService.getAmount(list.$key, row);\nif (prices.hq > 0 && prices.hq < prices.nq) {\n- return prices.hq * amounts.nq ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(pricing): fixed an issue with items having low hq price and hq amount set to 0
1
fix
pricing
679,913
07.04.2019 00:49:44
-3,600
62dce7d751792971ca73386e19999f0c8c23d16b
refactor(webgl): replace RenderBuffer.newDepthBuffer() extract as own fn: `depthBuffer()` minor update FBO.configure()
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ export class FBO implements IFbo {\ngl: WebGLRenderingContext;\nfbo: WebGLFramebuffer;\next: WEBGL_draw_buffers;\n- readonly maxAttachments: number;\n+ maxAttachments: number;\nconstructor(gl: WebGLRenderingContext, opts?: Partial<FboOpts>) {\nthis.gl = ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(webgl): replace RenderBuffer.newDepthBuffer() - extract as own fn: `depthBuffer()` - minor update FBO.configure()
1
refactor
webgl
679,913
07.04.2019 01:49:07
-3,600
2a5b87fdf3235388de651dcdb6a724282002d872
fix(webgl): update texture mipmap config & handling
[ { "change_type": "MODIFY", "diff": "@@ -548,9 +548,9 @@ export interface TextureOpts {\nwrap: GLenum | GLenum[];\nformat: GLenum;\ninternalFormat: GLenum;\n- mipmap: GLenum;\nwidth: number;\nheight: number;\n+ mipmap: boolean;\nflip: boolean;\npremultiply: boolean;\n}\n", "new_path": "packages/webgl/src...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(webgl): update texture mipmap config & handling
1
fix
webgl
679,913
07.04.2019 01:51:59
-3,600
dab683998d0ee161798c7cb0a6ff89d1cce9342b
feat(matrices): add transform23/44 fns
[ { "change_type": "MODIFY", "diff": "@@ -46,5 +46,6 @@ export * from \"./sub\";\nexport * from \"./subn\";\nexport * from \"./trace\";\nexport * from \"./translation\";\n+export * from \"./transform\";\nexport * from \"./transpose\";\nexport * from \"./viewport\";\n", "new_path": "packages/matrices/src/i...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(matrices): add transform23/44 fns
1
feat
matrices
679,913
07.04.2019 02:09:09
-3,600
b42ba21f45963bf061808b2058bcdb5512eb51fb
docs(matrices): update readme
[ { "change_type": "MODIFY", "diff": "@@ -96,6 +96,7 @@ import * as m from \"@thi.ng/matrices\";\n- `skewXY33` / `skewXZ33` / `skewYX33` / `skewYZ33` / `skewZX33` / `skewZY33`\n- `skewXY44` / `skewXZ44` / `skewYX44` / `skewYZ44` / `skewZX44` / `skewZY44`\n- `translation23` / `translation44`\n+- `transform23` ...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(matrices): update readme
1
docs
matrices
679,913
07.04.2019 02:29:45
-3,600
d54f74629ff33a41721360eda925f9fdfcc08df0
feat(matrices): rename normal44 => normal33, add new normal44 (w/ M44 result)
[ { "change_type": "MODIFY", "diff": "import { MatOpM } from \"./api\";\n+import { invert33, invert44 } from \"./invert\";\nimport { mat44to33 } from \"./m44-m33\";\n-import { invert33 } from \"./invert\";\n-import { transpose33 } from \"./transpose\";\n+import { transpose33, transpose44 } from \"./transpose\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(matrices): rename normal44 => normal33, add new normal44 (w/ M44 result)
1
feat
matrices
679,913
07.04.2019 02:30:25
-3,600
684e7fccec12bb11d2d37396fa585511b7edca1b
fix(webgl): EXPORT_FRAGCOL webgl2 default out
[ { "change_type": "MODIFY", "diff": "@@ -93,7 +93,7 @@ ${ok}${fail ? `\\n#else\\n${fail}` : \"\"}\n* @param body\n* @param out\n*/\n-export const EXPORT_FRAGCOL = (body = \"col\", out = \"fragColor\") =>\n+export const EXPORT_FRAGCOL = (body = \"col\", out = \"o_fragColor\") =>\nVERSION_CHECK(300, `${out}=${...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(webgl): EXPORT_FRAGCOL webgl2 default out
1
fix
webgl
679,913
07.04.2019 02:36:12
-3,600
6d8aad90e0f16e98c847f5e587c1256673785821
refactor(webgl): update autoNormalMatrix* fns to use normal44()
[ { "change_type": "MODIFY", "diff": "import { IObjectOf } from \"@thi.ng/api\";\n-import {\n- IDENT44,\n- invert44,\n- mulM44,\n- transpose44\n-} from \"@thi.ng/matrices\";\n+import { IDENT44, mulM44, normal44 } from \"@thi.ng/matrices\";\nimport { ReadonlyVec } from \"@thi.ng/vectors\";\nimport { GLMat4, Sh...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(webgl): update autoNormalMatrix* fns to use normal44()
1
refactor
webgl
67,476
07.04.2019 14:00:19
-7,200
f746e5b38c685f42c99e0fab00a2f8acee3668b5
refactor(all): move isNumeric/camelCase/kebabCase/toArray to separate functions and fix typings
[ { "change_type": "MODIFY", "diff": "@@ -19,14 +19,20 @@ import {\nTemplateControllerSymbol,\nTextSymbol\n} from '@aurelia/jit';\n-import { PLATFORM, Profiler, Tracer } from '@aurelia/kernel';\n+import {\n+ camelCase,\n+ Profiler,\n+ Tracer,\n+} from '@aurelia/kernel';\nimport {\nBindingMode,\nBindingType,\n...
TypeScript
MIT License
aurelia/aurelia
refactor(all): move isNumeric/camelCase/kebabCase/toArray to separate functions and fix typings
1
refactor
all
67,476
07.04.2019 14:00:55
-7,200
e149ee0d4786745ee0968bb244c0fa96eb31722f
refactor(controller): fix typings and add id property
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,12 @@ export const enum ViewModelKind {\n// TODO: extract 3 specialized interfaces for custom element / custom attribute / synthetic view\n// to keep the public API intuitive\n-export interface IController<T extends INode = INode, C extends IViewModel<T> = IV...
TypeScript
MIT License
aurelia/aurelia
refactor(controller): fix typings and add id property
1
refactor
controller
67,476
07.04.2019 14:06:57
-7,200
eca04c0b85fa31de2bd95d151f74b0143fc5f708
refactor(router): fix types
[ { "change_type": "MODIFY", "diff": "@@ -305,13 +305,13 @@ export class Router {\n}\n// Called from the viewport custom element in attached()\n- public addViewport(name: string, element: Element, context: IRenderContext, options?: IViewportOptions): Viewport {\n+ public addViewport(name: string, element: Ele...
TypeScript
MIT License
aurelia/aurelia
refactor(router): fix types
1
refactor
router
76,605
07.04.2019 15:08:52
-7,200
6470f4b1c4b3713f158e0d4a2aa2ed863ae02b3f
fix: Allow utterance to be already stemmed
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,7 @@ class BaseNLU {\n* @param {String} intent Intent for adding the utterance.\n*/\nadd(utterance, intent) {\n- if (typeof utterance !== 'string') {\n+ if (typeof utterance !== 'string' && !Array.isArray(utterance)) {\nthrow new Error('Utterance must be an s...
JavaScript
MIT License
axa-group/nlp.js
fix: Allow utterance to be already stemmed
1
fix
null
76,605
07.04.2019 15:09:41
-7,200
095fd693ed74a79939af8fb475c55709c6ef2fb8
feat: Add Domain Manager
[ { "change_type": "ADD", "diff": "+const BaseNLU = require('./base-nlu');\n+require('./brain-nlu');\n+const NlpUtil = require('../nlp/nlp-util');\n+\n+/**\n+ * Manager for several domains, using the same language.\n+ */\n+class DomainManager {\n+ /**\n+ * Constructor of the class.\n+ * @param {Object} settin...
JavaScript
MIT License
axa-group/nlp.js
feat: Add Domain Manager
1
feat
null
76,605
07.04.2019 15:10:40
-7,200
6932aae1df021d6bcd3fa82eb52149460a67193c
fix: BayesNLU tests
[ { "change_type": "MODIFY", "diff": "* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n*/\n-const BaseNLU = require('../../lib/nlu/base-nlu');\n-const BayesNLU = require('../../lib/nlu/bayes-nlu');\n-const BayesClassifier = require('../../lib/classifiers/bayes-classifier');\n-const { NlpUtil...
JavaScript
MIT License
axa-group/nlp.js
fix: BayesNLU tests
1
fix
null
76,605
07.04.2019 15:11:03
-7,200
cb2f7fc5aff2a62e5e728c75a8fc03d7b2b3800c
fix: Binary Neural Network NLU tests
[ { "change_type": "MODIFY", "diff": "* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n*/\n-const BaseNLU = require('../../lib/nlu/base-nlu');\n-const BinaryNeuralNetworkNLU = require('../../lib/nlu/binary-neural-network-nlu');\n-const { NlpUtil } = require('../../lib');\n+const { BaseNLU, B...
JavaScript
MIT License
axa-group/nlp.js
fix: Binary Neural Network NLU tests
1
fix
null
76,605
07.04.2019 15:11:20
-7,200
15cabc99ea42158103444422bf9bc3d2e9b6dbeb
fix: BrainNLU tests
[ { "change_type": "MODIFY", "diff": "* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n*/\n-const BaseNLU = require('../../lib/nlu/base-nlu');\n-const BrainNLU = require('../../lib/nlu/brain-nlu');\n-const { NlpUtil } = require('../../lib');\n+const { BaseNLU, BrainNLU, NlpUtil } = require('...
JavaScript
MIT License
axa-group/nlp.js
fix: BrainNLU tests
1
fix
null
76,605
07.04.2019 15:11:41
-7,200
03af63c5daeeb8f159bdb2e2aea48a5fca103d06
fix: Logistic Regression NLU tests
[ { "change_type": "MODIFY", "diff": "* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n*/\n-const BaseNLU = require('../../lib/nlu/base-nlu');\n-const LogisticRegressionNLU = require('../../lib/nlu/logistic-regression-nlu');\n-const LogisticRegressionClassifier = require('../../lib/classifie...
JavaScript
MIT License
axa-group/nlp.js
fix: Logistic Regression NLU tests
1
fix
null
76,605
07.04.2019 15:12:39
-7,200
addb90c3cddff9a04763a8238b8bd6587839f087
feat: start NLU manager
[ { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includi...
JavaScript
MIT License
axa-group/nlp.js
feat: start NLU manager
1
feat
null
76,605
07.04.2019 15:13:05
-7,200
e12f8418405383580dc9bf70f2e6329661ba5fbe
feat: Add NLU classes to index
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,15 @@ const {\nconst { Language } = require('./language');\nconst { Mathops, Vector, Matrix } = require('./math');\nconst { NlgManager } = require('./nlg');\n+const {\n+ BaseNLU,\n+ BayesNLU,\n+ BinaryNeuralNetworkNLU,\n+ BrainNLU,\n+ DomainManager,\n+ Logist...
JavaScript
MIT License
axa-group/nlp.js
feat: Add NLU classes to index
1
feat
null
76,605
07.04.2019 15:13:29
-7,200
98138b95ebb384ec2cb1d048e95534799ec0e00c
feat: Add Domain Manager tests
[ { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includi...
JavaScript
MIT License
axa-group/nlp.js
feat: Add Domain Manager tests
1
feat
null
76,605
07.04.2019 16:38:53
-7,200
998afcc6026025bb4e55c97cb6e814feacd5d494
feat: Domain Manager can be exported and imported
[ { "change_type": "MODIFY", "diff": "@@ -196,6 +196,39 @@ class DomainManager {\nclassifications,\n};\n}\n+\n+ toObj() {\n+ const result = {};\n+ result.settings = this.settings;\n+ result.language = this.language;\n+ result.nluClassName = this.nluClassName;\n+ result.useMasterDomain = this.useMasterDomain;\...
JavaScript
MIT License
axa-group/nlp.js
feat: Domain Manager can be exported and imported
1
feat
null
679,913
07.04.2019 17:34:04
-3,600
33109d0ee1057b65f2e81be8b67e26ec94ee989d
feat(vector-pools): update AttribPool, add tests, update readme add AttribPool.setAttribs() add opt start index arg for setAttribValues() update AttribSpec to include opt. initial values fix readme example add missing deps
[ { "change_type": "MODIFY", "diff": "@@ -54,34 +54,37 @@ import * as v from \"@thi.ng/vectors\";\nimport * as tx from \"@thi.ng/transducers\";\n// create an interleaved (AOS layout) attribute buffer w/ default values\n-const geo = new AttribPool(\n+const geo = new AttribPool({\n// initial size in bytes (or p...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vector-pools): update AttribPool, add tests, update readme - add AttribPool.setAttribs() - add opt start index arg for setAttribValues() - update AttribSpec to include opt. initial values - fix readme example - add missing deps
1
feat
vector-pools
679,913
07.04.2019 17:36:44
-3,600
41cf85f75450aa4119d59e4f665ea438effe1b6f
feat(webgl): add initial AttribPool & VAO support, update ModelSpec & draw fns
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/checks\": \"^2.1.5\",\n\"@thi.ng/dgraph\": \"^1.1.4\",\n\"@thi.ng/matrices\": \"^0.3.0\",\n+ \"@thi.ng/vector-pools\": \"^0.2.12\",\n\"@thi.ng/vectors\": \"^2.5.2\"\n},\n\"keywords\": [\n", "new_path": "packages/webgl/package.json", "old_path": "packages...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add initial AttribPool & VAO support, update ModelSpec & draw fns
1
feat
webgl
531,793
07.04.2019 18:43:02
-3,600
7957aacc68211d8503a8318fca703647d7718c52
fix(ui): cleanup filter input css classes Text is not aligned properly on macOS/chrome and spinner for unapplied filters is moved to the top
[ { "change_type": "MODIFY", "diff": "/* fix align after text-truncate */\nvertical-align: middle;\n+ padding-top: 0.15rem;\n+ padding-bottom: 0.15rem;\n+ padding-left: 0.15rem;\n+\n+ min-height: 1.5rem;\n+\n/* ensure there's some space between filters\nif there are multiple rows in the input */\nmargin-top: ...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): cleanup filter input css classes Text is not aligned properly on macOS/chrome and spinner for unapplied filters is moved to the top
1
fix
ui
815,590
07.04.2019 19:19:03
-28,800
d1973bbebe573182365b9d1ce3e34a8159f9d100
refactor: ChainState use tx_pool_config.txs_verify_cache_size
[ { "change_type": "MODIFY", "diff": "@@ -36,12 +36,7 @@ pub struct ChainState<CI> {\n}\nimpl<CI: ChainIndex> ChainState<CI> {\n- pub fn new(\n- store: &Arc<CI>,\n- consensus: Arc<Consensus>,\n- txs_verify_cache_size: usize,\n- tx_pool_config: TxPoolConfig,\n- ) -> Self {\n+ pub fn new(store: &Arc<CI>, consen...
Rust
MIT License
nervosnetwork/ckb
refactor: ChainState use tx_pool_config.txs_verify_cache_size
1
refactor
null
603,467
07.04.2019 19:29:43
-3,600
d3869a5e4a14b63bc3e9ef2362b0f765ebe9f235
test(core): Added missing tests for Task and Interaction
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,27 @@ describe('Interaction', () => {\n});\n});\n+ describe(`when handling errors`, () => {\n+ const error = new Error(`We're sorry, something happened`);\n+\n+ it(`rejects the promise when the interaction function rejects a promise`, () => {\n+ const Interac...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(core): Added missing tests for Task and Interaction
1
test
core
447,440
07.04.2019 20:48:53
18,000
8ab1ca859165ff94b4f1426830f289d4bff6aa7a
style: fix tabset styles
[ { "change_type": "MODIFY", "diff": "-<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"140\" height=\"12\" viewBox=\"0 0 140 12\">\n+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<svg width=\"140px\" height=\"12px\" viewBox=\"0 0 140 12\" version=\"1.1\" xmlns=\"h...
JavaScript
MIT License
nexxtway/react-rainbow
style: fix tabset styles (#663)
1
style
null