author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
815,605
28.06.2019 02:39:41
0
2cab56b922b14f03d437ff690f6f2c88a91315f7
fix: Update comment
[ { "change_type": "MODIFY", "diff": "@@ -274,8 +274,8 @@ impl<'a, CS: ChainStore> CapacityVerifier<'a, CS> {\npub fn verify(&self) -> Result<(), TransactionError> {\n// skip OutputsSumOverflow verification for resolved cellbase and DAO\n// withdraw transactions.\n- // cellbase's outputs are verified by Trans...
Rust
MIT License
nervosnetwork/ckb
fix: Update comment
1
fix
null
815,605
28.06.2019 02:59:44
0
8edfb9e5f530b92789ef4cffaadca6bfabfdb3aa
fix: Block number used to calculate g2
[ { "change_type": "MODIFY", "diff": "@@ -112,7 +112,7 @@ impl<'a, CS: ChainStore> DaoCalculator<'a, CS, DataLoaderWrapper<CS>> {\n.and_then(|index| self.store.get_epoch_ext(&index))\n.ok_or(Error::InvalidHeader)?;\nlet parent_g2 = calculate_g2(\n- parent.number(),\n+ target.number(),\n&target_epoch,\nself.co...
Rust
MIT License
nervosnetwork/ckb
fix: Block number used to calculate g2
1
fix
null
67,476
28.06.2019 04:33:11
-7,200
139c3ad17a303e94185c700a51967f4e4040e0aa
fix(template-binder): don't bind replace-part child nodes twice
[ { "change_type": "MODIFY", "diff": "@@ -483,8 +483,6 @@ export class TemplateBinder {\nconst symbol = new ReplacePartSymbol(name);\n- this.bindChildNodes(node);\n-\nif (Tracer.enabled) { Tracer.leave(); }\nreturn symbol;\n}\n", "new_path": "packages/jit-html/src/template-binder.ts", "old_path": "pac...
TypeScript
MIT License
aurelia/aurelia
fix(template-binder): don't bind replace-part child nodes twice
1
fix
template-binder
815,605
28.06.2019 04:33:57
0
6a7002c867db855d587a71955f2561f6883867ae
fix: RPC tests after rebase
[ { "change_type": "MODIFY", "diff": "@@ -410,7 +410,7 @@ echo '{\n\"jsonrpc\": \"2.0\",\n\"method\": \"get_header\",\n\"params\": [\n- \"0x4792fee5f03941f58ac68eaa89f4b29fe4731065b34e43ea65b48eb0498cb9d4\"\n+ \"0xb646bc572cf2f121068528e1019c58a8f9efaddd2130778d5cc35832a11bdc59\"\n]\n}' \\\n| tr -d '\\n' \\\n...
Rust
MIT License
nervosnetwork/ckb
fix: RPC tests after rebase
1
fix
null
217,922
28.06.2019 07:31:08
-7,200
854db61c8ea80ec81c791bdf67b14f598bf0c09a
feat(simulator): added new shadowbringers actions
[ { "change_type": "MODIFY", "diff": "[appXivdbActionTooltip]=\"action.getId(getJobId())\"\n[appXivdbActionTooltipDisabled]=\"tooltipDisabled\"\n[ngClass]=\"{'wasted': wasted, 'disabled': disabled || notEnoughCp || !safe, 'not-enough-cp': notEnoughCp}\">\n- <img src=\"{{action.getId(getJobId()) | actionIcon}}...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): added new shadowbringers actions
1
feat
simulator
217,922
28.06.2019 08:20:18
-7,200
7eef75c8a07403f3d945497e8dae65ce24279075
fix(simulator): fixed an issue with delicate synth not working properly
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"1.1.0-beta.4\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-1.1.0-beta.4.tgz\",\n- \"integrity\": \"sha512-7vhhb34Hs+quyAdY31YXFpiU/TpvqAmbBfgPqvSbvLEr6wl7cHqfEFtcQAD+A3d49...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed an issue with delicate synth not working properly
1
fix
simulator
127,976
28.06.2019 09:57:51
-10,800
2a311f472005bd8086c69e8f420c40c532aadd28
fix: add soccerIcon to readme
[ { "change_type": "MODIFY", "diff": "@@ -96,6 +96,7 @@ To aid with performance, Icons are surfaced as individual [SVG](https://develope\n### Sports\n```jsx react-live\n+<IconSoccer/>\n<IconSportsAmericanFootBall/>\n<IconSportsBadminton/>\n<IconSportsBaseBall/>\n", "new_path": "design/icons/README.mdx", ...
TypeScript
MIT License
coingaming/moon-design
fix: add soccerIcon to readme
1
fix
null
815,593
28.06.2019 10:08:14
-28,800
01e7501a6f5b29214a060ac024391f57778ec32e
perf: skip stored block processing
[ { "change_type": "MODIFY", "diff": "@@ -222,6 +222,16 @@ impl<CS: ChainStore + 'static> ChainService<CS> {\n}\nfn insert_block(&self, block: Arc<Block>, need_verify: bool) -> Result<(), FailureError> {\n+ // skip stored block\n+ if self\n+ .shared\n+ .store()\n+ .get_block_header(block.header().hash())\n+ ....
Rust
MIT License
nervosnetwork/ckb
perf: skip stored block processing
1
perf
null
217,922
28.06.2019 10:59:02
-7,200
de0c34c8ea7a98413cb5e5fac1e86bd9481b0ff8
fix(auth): fixed an issue with newly created accounts not able to link character
[ { "change_type": "MODIFY", "diff": "@@ -107,7 +107,6 @@ export class AuthEffects {\nfetchUserOnAuthenticated$ = this.actions$.pipe(\nofType(AuthActionTypes.Authenticated),\nswitchMap((action: Authenticated) => this.userService.get(action.uid).pipe(\n- filter(user => user && user.$key !== undefined),\nmap(us...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(auth): fixed an issue with newly created accounts not able to link character
1
fix
auth
306,444
28.06.2019 11:00:23
-7,200
36f152cc971b721cb3bb9455e2341edc2d8fcb2f
chore: add extra husky check
[ { "change_type": "MODIFY", "diff": "\"eslint --fix\",\n\"prettier --write\",\n\"git add\"\n+ ],\n+ \"yarn.lock\": [\n+ \"node ./scripts/yarn-lock-scan.js\"\n]\n}\n}\n", "new_path": "package.json", "old_path": "package.json" }, { "change_type": "ADD", "diff": "+const fs = require('fs');\n...
JavaScript
MIT License
ing-bank/lion
chore: add extra husky check
1
chore
null
942,615
28.06.2019 11:10:12
25,200
e0fed9e5257dc3290a80de0f16d635359f905540
fix(button): Explicitly set button type after we changed default
[ { "change_type": "MODIFY", "diff": "@@ -75,6 +75,7 @@ export default class IconButtonToggleGroup extends React.Component<IconButtonTog\nreturn React.cloneElement(child, {\ntoggled,\n+ buttonType: IconButton.Types.SquareFilled,\nonClick: this.onButtonClick.bind(this, childProps.onClick, index),\n});\n}\n", ...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(button): Explicitly set button type after we changed default
1
fix
button
942,615
28.06.2019 11:11:55
25,200
02dafefd0f029071b0565d173758bf444efe6fbe
refactor(page-header): Update PageHeader to support IconButton
[ { "change_type": "MODIFY", "diff": "@@ -21,27 +21,17 @@ yarn add @workday/canvas-kit-react-page-header\n```tsx\nimport * as React from 'react';\nimport {PageHeader} from '@workday/canvas-kit-react-page-header';\n-import {SystemIcon} from '@workday/canvas-kit-react-icon';\n+import {IconButton} from '@workday...
TypeScript
Apache License 2.0
workday/canvas-kit
refactor(page-header): Update PageHeader to support IconButton
1
refactor
page-header
127,939
28.06.2019 11:17:10
-10,800
8714d4a197ec78c698f689ed649e9a1affafc2a9
chore(wallet): review fixes
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,7 @@ export const Details = styled.div({\npaddingLeft: spacing('large'),\npaddingRight: spacing('large'),\npaddingBottom: spacing('large'),\n+ borderBottom: `${border.width}px solid ${colors.neutral[40]}`,\n[mq(breakpoints.medium)]: {\nmarginRight: spacing('x...
TypeScript
MIT License
coingaming/moon-design
chore(wallet): review fixes
1
chore
wallet
306,387
28.06.2019 11:23:24
-28,800
a0ebd2da2c2d03a4d0abf58162cb400e05e4c069
fix: support Chinese language
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,9 @@ export class LionCalendar extends LocalizeMixin(LitElement) {\ncase 'uk-UA':\ncase 'uk':\nreturn import('../translations/uk.js');\n+ case 'zh-CN':\n+ case 'zh':\n+ return import('../translations/zh.js');\ndefault:\nreturn import(`../translations/${locale...
JavaScript
MIT License
ing-bank/lion
fix: support Chinese language
1
fix
null
942,615
28.06.2019 11:36:49
25,200
5236ffecf398fad293937d1b82906066d7b3a17e
test(button): Update snapshot
[ { "change_type": "MODIFY", "diff": "@@ -51,9 +51,13 @@ exports[`Icon Toggle Button Snapshot Toggle buttons with RTL true, with disabled\n-webkit-transition: all 120ms linear;\ntransition: all 120ms linear;\nborder-width: 0px;\n- background-color: transparent;\n- width: 40px;\n- height: 40px;\n+ border-radiu...
TypeScript
Apache License 2.0
workday/canvas-kit
test(button): Update snapshot
1
test
button
503,945
28.06.2019 11:40:29
14,400
d754da4c88204afdec0a0ecbc81abc064e15ab3c
chore(package): Bump versions to 2.17.0
[ { "change_type": "MODIFY", "diff": "\"@babel/plugin-transform-typescript\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@patternfly/patternfly\": \"2.15.1\",\n+ \"@patternfly/patternfly\": \"2.17.0\",\n\"@patternfly/react-icons\": \"^3.10.5\",\n\"@patternfly/re...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.17.0 (#2397)
1
chore
package
71,663
28.06.2019 12:12:12
25,200
d7fc7254ef9320572b13e444ad9d444d7cfd70ac
doc(codepipeline-actions): update the GitHub token example.
[ { "change_type": "MODIFY", "diff": "@@ -56,13 +56,12 @@ To use GitHub as the source of a CodePipeline:\n```typescript\n// Read the secret from ParameterStore\n-const token = cdk.SecretValue.ssmSecure('my-github-token','1');\nconst sourceOutput = new codepipeline.Artifact();\nconst sourceAction = new codepip...
TypeScript
Apache License 2.0
aws/aws-cdk
doc(codepipeline-actions): update the GitHub token example. (#3113)
1
doc
codepipeline-actions
932,458
28.06.2019 12:31:47
14,400
64ea2b435bc90d900cc4feab3234afec07c28f43
chore: use global .gitignore to ignore web-scripts generated files
[ { "change_type": "MODIFY", "diff": "@@ -86,3 +86,8 @@ typings/\n# DynamoDB Local files\n.dynamodb/\n+\n+# web-scripts generated files\n+cjs/\n+esm/\n+types/\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "DELETE", "diff": "-# build\n-/cjs\n-/esm\n-/types\n", ...
TypeScript
Apache License 2.0
spotify/web-scripts
chore: use global .gitignore to ignore web-scripts generated files
1
chore
null
932,458
28.06.2019 12:37:47
14,400
ce381f30e9d536f204d44a7171a04c03d82f2482
feat(create-web-scripts-library): implement cli and script
[ { "change_type": "ADD", "diff": "+[submodule \"packages/create-web-scripts-library/template\"]\n+ path = packages/create-web-scripts-library/template\n+ url = git@github.com:spotify/web-scripts-library-template.git\n", "new_path": ".gitmodules", "old_path": null }, { "change_type": "ADD", ...
TypeScript
Apache License 2.0
spotify/web-scripts
feat(create-web-scripts-library): implement cli and script
1
feat
create-web-scripts-library
127,976
28.06.2019 13:09:55
-10,800
6ad36f7c8df1f244eba0b5e319f1b25773ddd89a
fix: increase z-index for menu components
[ { "change_type": "MODIFY", "diff": "@@ -27,19 +27,19 @@ const heading: CSSObject = {\n},\n};\n-/* @TODO Revisit post-EPL */\n-/* eslint-disable-next-line @typescript-eslint/no-explicit-any */\n-export const StickyNav: React.FC<{ children: any }> = styled.div({\n+export const StickyNav: React.FC<{\n+ childre...
TypeScript
MIT License
coingaming/moon-design
fix: increase z-index for menu components
1
fix
null
127,976
28.06.2019 13:46:49
-10,800
3eaffc37fa69113165a1a5c6c3b5a92cca23641f
fix: cashier-blocks alignment
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ import { colors, border, breakpoints } from '@heathmont/sportsbet-tokens';\njsx;\nexport const DepositBTCLayout = styled.div({\n+ marginTop: spacing('medium'),\npaddingLeft: spacing(),\npaddingRight: spacing(),\n[mq(breakpoints.medium)]: {\n@@ -122,16 +123...
TypeScript
MIT License
coingaming/moon-design
fix: cashier-blocks alignment
1
fix
null
815,598
28.06.2019 14:35:09
-28,800
6da7cf2ebdea0e4b4f0026c5a501afc05a16bde6
chore: add --all-targets in `make check`
[ { "change_type": "MODIFY", "diff": "@@ -49,8 +49,8 @@ gen-hashes: ## Generate docs/hashes.toml\n##@ Building\ncheck: setup-ckb-test ## Runs all of the compiler's checks.\n- cargo check ${VERBOSE} --all\n- cd test && cargo check ${VERBOSE} --all\n+ cargo check ${VERBOSE} --all --all-targets\n+ cd test && car...
Rust
MIT License
nervosnetwork/ckb
chore: add --all-targets in `make check`
1
chore
null
306,444
28.06.2019 15:15:44
-7,200
910a1b57db4398701e1c8e4aa3827ea0c3fda302
fix(overlays): fix update popper config method
[ { "change_type": "MODIFY", "diff": "# LocalOverlayController\n-This is a base class for different local overlays (e.g. a [tooltip](../../tooltip/), see [Overlay System Implementation](./OverlaySystemImplementation.md) - the ones positioned next to invokers they are related to.\n+This is a base class for dif...
JavaScript
MIT License
ing-bank/lion
fix(overlays): fix update popper config method
1
fix
overlays
815,595
28.06.2019 15:21:47
-28,800
ab34fa64603c7fb09478cd6c24b4bdca48915799
feat: Add hash field into BlockInfo
[ { "change_type": "MODIFY", "diff": "@@ -144,6 +144,18 @@ fn test_transaction_spend_in_same_block() {\nchain.gen_empty_block(100, &mut mock_store);\n// commit txs in block\nchain.gen_block_with_commit_txs(txs.clone(), &mut mock_store, false);\n+ let (parent_hash4, parent_number4) = {\n+ chain\n+ .blocks()\n+...
Rust
MIT License
nervosnetwork/ckb
feat: Add hash field into BlockInfo
1
feat
null
815,573
28.06.2019 15:32:50
-28,800
211e2e35acb0f3db0d4c4d0ac44e417b793a1006
chore: Pass current_script_hash as debug printer argument
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,7 @@ impl ScriptGroup {\n// future, we might refactor this to share buffer to achive zero-copy\npub struct TransactionScriptsVerifier<'a, DL> {\ndata_loader: &'a DL,\n- debug_printer: Option<Box<dyn Fn(&str)>>,\n+ debug_printer: Option<Box<dyn Fn(&H256, &str)...
Rust
MIT License
nervosnetwork/ckb
chore: Pass current_script_hash as debug printer argument
1
chore
null
815,595
28.06.2019 15:32:55
-28,800
46cc5064ea42c7078e383269323bd12c5953f866
fix: Locate blocks via hash but not number
[ { "change_type": "MODIFY", "diff": "@@ -837,8 +837,4 @@ impl<CS: ChainStore> BlockMedianTimeContext for &ChainState<CS> {\n.expect(\"[ChainState] blocks used for median time exist\");\n(header.timestamp(), header.parent_hash().to_owned())\n}\n-\n- fn get_block_hash(&self, block_number: BlockNumber) -> Optio...
Rust
MIT License
nervosnetwork/ckb
fix: Locate blocks via hash but not number
1
fix
null
438,921
28.06.2019 15:33:04
-32,400
b01c053413081fcfab41ebd8ab6368cd594ce5b7
skip: fix travis conf
[ { "change_type": "MODIFY", "diff": "@@ -47,13 +47,10 @@ jobs:\nskip_cleanup: true\nscript:\n- npm run release\n- after_success:\n- - chmod +x ./config/deploy.sh\n- 'on':\n+ on:\nrepo: naver/billboard.js\n- branches:\n- only:\n- - latest\n- - next\n-\n-\n+ all_branches: true\n+ condition: $TRAVIS_BRANCH =~ ^...
TypeScript
MIT License
naver/billboard.js
skip: fix travis conf
1
skip
null
815,595
28.06.2019 16:25:18
-28,800
2c24838a93c736642cfdf77921f40a225ea5e59c
feat: Add block_hash into TransactionMeta
[ { "change_type": "MODIFY", "diff": "-use crate::cell::BlockInfo;\nuse bit_vec::BitVec;\n+use numext_fixed_hash::H256;\nuse serde_derive::{Deserialize, Serialize};\n#[derive(Serialize, Deserialize)]\n@@ -23,6 +23,7 @@ impl From<BitVecSerde> for BitVec {\npub struct TransactionMeta {\nblock_number: u64,\nepoc...
Rust
MIT License
nervosnetwork/ckb
feat: Add block_hash into TransactionMeta
1
feat
null
401,147
28.06.2019 17:19:42
-19,080
80db672e861ae75b0fd23404dd12d711305e8db8
refactor: refactored Card, Input & Select component affects:
[ { "change_type": "MODIFY", "diff": "@@ -78,6 +78,7 @@ export const CardStyled = styled('div').attrs(({ theme: { card } }) => ({ ...car\nmargin: 5px;\noverflow: auto;\nflex: ${({ flex }) => flex};\n+ box-sizing: border-box;\nbackground-color: ${({ bgColor }) => bgColor};\npadding: ${({ withPadding }) => with...
TypeScript
MIT License
medly/medly-components
refactor: refactored Card, Input & Select component affects: @medly-components/core, @medly-components/utils
1
refactor
null
791,704
28.06.2019 17:29:35
25,200
d9e012bb34b1206dbb9ba6126783acb4eb2b8977
report: make urls clickable
[ { "change_type": "MODIFY", "diff": "@@ -84,9 +84,10 @@ class CriticalRequestChainRenderer {\n* @param {DOM} dom\n* @param {DocumentFragment} tmpl\n* @param {CRCSegment} segment\n+ * @param {DetailsRenderer} detailsRenderer\n* @return {Node}\n*/\n- static createChainNode(dom, tmpl, segment) {\n+ static creat...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: make urls clickable (#9224)
1
report
null
942,601
28.06.2019 17:57:14
14,400
e4fb318bc2aee85b38fc1f74324c4ef3f00c3b21
fix(select): Fix styles on Safari
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ const SelectContainer = styled('select')<SelectProps>(\ntransition: '0.2s box-shadow, 0.2s border-color',\npadding: spacingNumbers.xxs, // IE11 bugfix: add padding so text is displayed properly\nMozAppearance: 'none', // FF bugfix: hide arrow so it doesn...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(select): Fix styles on Safari
1
fix
select
815,598
28.06.2019 20:46:03
-28,800
1c031e80d712d9239c37ce325f481f2120c96a98
chore: package ckb-cli
[ { "change_type": "MODIFY", "diff": "@@ -59,10 +59,15 @@ jobs:\nrustup_toolchain: '1.34.2-x86_64-pc-windows-msvc'\n- script: make prod\ndisplayName: Build\n+ - script: |\n+ curl -LO https://github.com/nervosnetwork/ckb-cli/releases/download/$(Build.SourceBranchName)/ckb-cli_$(Build.SourceBranchName)_x86_64-p...
Rust
MIT License
nervosnetwork/ckb
chore: package ckb-cli
1
chore
null
815,598
28.06.2019 23:00:49
-28,800
ee9df3edb42a218872abf95cc77aadcf61010a06
chore: support old version git to get build info Option `--exclude` is not available for `git-describe` in old versions.
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,7 @@ impl std::fmt::Display for Version {\npub fn get_commit_describe() -> Option<String> {\nstd::process::Command::new(\"git\")\n- .args(&[\"describe\", \"--dirty\", \"--always\", \"--exclude\", \"*\"])\n+ .args(&[\"describe\", \"--dirty\", \"--always\", \"-...
Rust
MIT License
nervosnetwork/ckb
chore: support old version git to get build info Option `--exclude` is not available for `git-describe` in old versions.
1
chore
null
791,723
29.06.2019 00:02:19
25,200
0da300a45d001887dd0a373c1eafcbd3e048c68d
misc(build): create error-y LHR for the deploy
[ { "change_type": "MODIFY", "diff": "@@ -14,32 +14,33 @@ const mkdirp = require('mkdirp').sync;\nconst swapLocale = require('../lib/i18n/swap-locale.js');\nconst ReportGenerator = require('../../lighthouse-core/report/report-generator.js');\n+const {defaultSettings} = require('../config/constants.js');\n+con...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): create error-y LHR for the deploy (#9283)
1
misc
build
679,913
29.06.2019 02:33:30
-3,600
1307b3f04e6dc252d567d25da6a7ae3a9e7c6211
feat(shader-ast): add input(), output(), uniform(), update SymOpts
[ { "change_type": "MODIFY", "diff": "@@ -408,7 +408,9 @@ export type Func8<\nFnCall<T>\n>;\n-export type ArgQualifier = \"in\" | \"out\" | \"inout\";\n+export type SymQualifier = \"in\" | \"out\" | \"inout\";\n+\n+export type SymType = \"in\" | \"out\" | \"uni\";\nexport type Precision = \"lowp\" | \"mediump...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast): add input(), output(), uniform(), update SymOpts
1
feat
shader-ast
679,913
29.06.2019 02:38:54
-3,600
27003c999fb29a5d653517ca1847c4eec2d4e8da
feat(shader-ast-glsl): add global input/output var support, update GLSLOpts, add tests
[ { "change_type": "MODIFY", "diff": "@@ -15,9 +15,9 @@ import {\nVec4Sym\n} from \"@thi.ng/shader-ast\";\n-// TODO\nexport interface GLSLOpts {\n- version?: 100 | 300;\n+ type: \"vs\" | \"fs\";\n+ version: 100 | 300;\n}\nexport interface GLSLTarget extends Fn<Term<any>, string> {\n@@ -33,14 +33,23 @@ export ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-glsl): add global input/output var support, update GLSLOpts, add tests
1
feat
shader-ast-glsl
815,605
29.06.2019 02:53:31
0
7e298a886b6055117d7c61f69d6ee12a4d065f37
fix: Integration test broken by
[ { "change_type": "MODIFY", "diff": "@@ -1009,7 +1009,9 @@ name = \"ckb-test-chain-utils\"\nversion = \"0.16.0-pre\"\ndependencies = [\n\"ckb-core 0.16.0-pre\",\n+ \"ckb-db 0.16.0-pre\",\n\"ckb-hash 0.16.0-pre\",\n+ \"ckb-store 0.16.0-pre\",\n\"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates....
Rust
MIT License
nervosnetwork/ckb
fix: Integration test broken by #1094
1
fix
null
679,913
29.06.2019 03:27:31
-3,600
c809af1a57292780b0bfc97235c95415f7bea346
feat(shader-ast): add post-increment/decrement, update op1()
[ { "change_type": "MODIFY", "diff": "@@ -177,7 +177,7 @@ export type NumericI = number | IntTerm;\nexport type Assignable<T extends Type> = Sym<T> | Swizzle<T> | Index<T>;\n-export type MathOperator = \"+\" | \"-\" | \"*\" | \"/\";\n+export type MathOperator = \"+\" | \"-\" | \"*\" | \"/\" | \"++\" | \"--\";...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast): add post-increment/decrement, update op1()
1
feat
shader-ast
679,913
29.06.2019 03:28:14
-3,600
a5541929063d21572d8c5694f7e87ebb88cbb0e9
feat(shader-ast-glsl): add post-inc/dec support
[ { "change_type": "MODIFY", "diff": "@@ -171,7 +171,8 @@ export const targetGLSL = (opts?: Partial<GLSLOpts>) => {\n}\n},\n- op1: (t) => `${t.op}${emit(t.val)}`,\n+ op1: (t) =>\n+ t.post ? `(${emit(t.val)}${t.op})` : `(${t.op}${emit(t.val)})`,\nop2: (t) => `(${emit(t.l)} ${t.op} ${emit(t.r)})`,\n", "new_...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-glsl): add post-inc/dec support
1
feat
shader-ast-glsl
679,913
29.06.2019 03:30:01
-3,600
8073edd63e9011955d012ee45b75afee2cdbba2a
feat(shader-ast-js): add post-inc/dec support, update op1 handler
[ { "change_type": "MODIFY", "diff": "@@ -301,6 +301,8 @@ export interface JSBuiltinsMath<T> {\nsub: Fn2<T, T, T>;\nmul: Fn2<T, T, T>;\ndiv: Fn2<T, T, T>;\n+ inc: Fn<T, T>;\n+ dec: Fn<T, T>;\n}\nexport interface JSBuiltinsBinary<T> {\n@@ -506,37 +508,41 @@ const env: Partial<JSEnv> = {\nabs: Math.abs,\nadd: (...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-js): add post-inc/dec support, update op1 handler
1
feat
shader-ast-js
679,913
29.06.2019 03:31:06
-3,600
8a4bd89a9b7bd947f4b4e2d6d50828716389d460
refactor(shader-ast-stdlib): update raymarchScene/AO loops use post-increment for counter to be compatible w/ WebGL1
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ export const raymarchAO = (scene: RaymarchScene, numSamples = 5) =>\nforLoop(\nsym(\"float\", float(1)),\n(i) => lte(i, float(numSamples)),\n- (i) => assign(i, inc(i)),\n+ (i) => inc(i),\n(i) => [\n(d0 = sym(mul(i, float(1 / numSamples)))),\nassign(\n", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast-stdlib): update raymarchScene/AO loops - use post-increment for counter to be compatible w/ WebGL1
1
refactor
shader-ast-stdlib
679,913
29.06.2019 03:31:35
-3,600
51aae74f272df9257261f0b96d1b381e60e3a102
refactor(examples): update shader-ast demos
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ import {\nconst JS_MODE = location.hash.indexOf(\"2d\") >= 0;\n// AST compile targets\n-const GL = targetGLSL(300); // WebGL2\n+const GL = targetGLSL({ version: 100 }); // WebGL2\nconst JS = targetJS();\n// scene definition for raymarch function. uses SD...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update shader-ast demos
1
refactor
examples
815,605
29.06.2019 04:05:21
0
86c1217e6016c648a6a8e23fd4ffd71ee1a1feed
fit: Try more wait time
[ { "change_type": "MODIFY", "diff": "@@ -308,7 +308,7 @@ impl CompactBlockBasic {\nbuild_block_transactions(&parent),\n);\n- let ret = wait_until(10, move || {\n+ let ret = wait_until(20, move || {\nnode.get_tip_block().header().number() == old_tip + 2\n});\nassert!(\n", "new_path": "test/src/specs/relay...
Rust
MIT License
nervosnetwork/ckb
fit: Try more wait time
1
fit
null
815,593
29.06.2019 11:04:23
-28,800
125d835b4e25dbc822a5176d3902d15d1b3ae732
fix: total difficulty comparison should include hash
[ { "change_type": "MODIFY", "diff": "@@ -67,9 +67,8 @@ impl<'a, CS: ChainStore + 'static> CompactBlockProcess<'a, CS> {\nlet shared_best_header = self.relayer.shared.shared_best_header();\nlet current_total_difficulty =\nparent.total_difficulty() + compact_block.header.difficulty();\n- if current_total_diffi...
Rust
MIT License
nervosnetwork/ckb
fix: total difficulty comparison should include hash
1
fix
null
815,598
29.06.2019 12:10:17
-28,800
8f745b0efb41f8ee594cbeb1ab77c9f739fb4ff0
chore: issue cells to run tests in testnet
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,8 @@ index = 1\ncode_hash = \"0x94334bdda40b69bae067d84937aa6bbccf8acd0df6626d4b9ac70d4612a11933\"\n[ckb_testnet]\n-genesis = \"0x10a3911c72f5d337be5276866f76564847038cf8b3dbd4a9488c57b5411a34c4\"\n-cellbase = \"0x16e2a23e82f9cf16e53cb76996c1f0aa3cfffc1707307a4...
Rust
MIT License
nervosnetwork/ckb
chore: issue cells to run tests in testnet
1
chore
null
902,122
29.06.2019 13:07:33
-7,200
84cd52347eb6ddc8e1e82e8fd681af82d79f48ef
chore(release): v5.8.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [5.8.0](https://github.com/kikobeats/browserless/compare/v5.7.2...v5.8.0) (2019-06-29)\n+\n+\n+### Features\n+\n+* ...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.8.0
1
chore
release
902,122
29.06.2019 14:29:55
0
406ef19198aa304a5506c29550b64f525c5bd449
chore(release): v5.8.1
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.8.1](https://github.com/kikobeats/browserless/compare/v5.8.0...v5.8.1) (2019-06-29)\n+\n+\n+### Bug Fixes\n+\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.8.1
1
chore
release
815,601
29.06.2019 14:34:53
-28,800
ca14e98de198259445bbc957823db08d51b4ea60
chore: tweak integration test default node_nums
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ pub trait Spec {\nfn run(&self, net: Net);\nfn num_nodes(&self) -> usize {\n- 3\n+ 1\n}\nfn connect_all(&self) -> bool {\n", "new_path": "test/src/specs/mod.rs", "old_path": "test/src/specs/mod.rs" }, { "change_type": "MODIFY", "diff"...
Rust
MIT License
nervosnetwork/ckb
chore: tweak integration test default node_nums
1
chore
null
679,913
29.06.2019 15:00:24
-3,600
95524fbad29568918ff0502bb5acbc79d89ee55b
feat(shader-ast): update program() to accept global syms & fns, add/update docs
[ { "change_type": "MODIFY", "diff": "@@ -106,40 +106,115 @@ import {\nlet symID = 0;\n+const RE_VEC = /^[iub]?vec[234]$/;\n+const RE_MAT = /^mat[234]$/;\n+\n+/**\n+ * Helper for deterministic code generation / testing. Resets sym ID\n+ * counter.\n+ */\n+export const resetSymID = () => (symID = 0);\n+\n+/**\...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast): update program() to accept global syms & fns, add/update docs
1
feat
shader-ast
679,913
29.06.2019 15:02:51
-3,600
d1ddaf2c2d1b2ef24b9da9e2afad13c32d93c033
feat(shader-ast-glsl): add/update opts, update `scope` code gen, refactor `lit`
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,8 @@ import {\nFloatSym,\nFnCall,\nFuncArg,\n+ isMat,\n+ isVec,\nitemType,\nSym,\nsym,\n@@ -15,9 +17,16 @@ import {\nVec4Sym\n} from \"@thi.ng/shader-ast\";\n+export const enum GLSLVersion {\n+ GLES_100 = \"100\",\n+ GLES_300 = \"300 es\"\n+}\n+\nexport interfa...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-glsl): add/update opts, update `scope` code gen, refactor `lit`
1
feat
shader-ast-glsl
815,598
29.06.2019 15:45:33
-28,800
8fe60e8d0bdfc146b2f299ef734335593ef8d7e9
feat: remove output for bootstrap lock in genesis block The lock has already been written into the cellbase witness in the genesis block.
[ { "change_type": "MODIFY", "diff": "# Generated by: ckb cli hashes -b\n[ckb_dev]\n-genesis = \"0x0f1b0b9cbc6875a697af53c7c61ad4bb9a84f81204f715714e65db2d2c5abb91\"\n-cellbase = \"0xa06bc697b068d86ee8be7d6e2f780db71a92823d470856d99ed6dd007f65a340\"\n+genesis = \"0x000ee2984eca6ffc0af32fe2b444cd62a207eb848b37...
Rust
MIT License
nervosnetwork/ckb
feat: remove output for bootstrap lock in genesis block The lock has already been written into the cellbase witness in the genesis block.
1
feat
null
217,922
29.06.2019 15:54:04
-7,200
8c65b4c6151f8eca5679b53761ac580642f4c39d
feat: implemented new currencies inside incons ordering for trades
[ { "change_type": "MODIFY", "diff": "@@ -17,11 +17,13 @@ export class TradeIconPipe implements PipeTransform {\n22: 30, // Flame\n27: 30, // Allied\n10307: 30, // Centurio\n+ 26533: 30, // Sack of nuts (lol)\n// Tomestones\n28: 28, // Poetics\n35: 0, // Creation (can't obtain them anymore)\n- 36: 28, // Mend...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: implemented new currencies inside incons ordering for trades
1
feat
null
531,793
29.06.2019 16:00:28
-3,600
d9c04616bfd55b9d4a31cd94cdafcf9b26e86c81
feat(ui): add indicators on open modal buttons
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,11 @@ const MainModal = observer(\nreturn (\n<React.Fragment>\n- <li className=\"nav-item\">\n+ <li\n+ className={`nav-item ${\n+ this.toggle.show ? \"border-bottom border-info\" : \"\"\n+ }`}\n+ >\n<TooltipWrapper title=\"Settings\">\n<span\nclassName=\"nav-...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): add indicators on open modal buttons
1
feat
ui
902,122
29.06.2019 16:22:05
-7,200
b2c8ee8cf93601967b8a82d08c2f72eb81c708a3
fix: function scope
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ const browserOverlay = ['safari-light', 'safari-dark'].reduce(\n{}\n)\n+const scrollToElement = (element, options) => {\nconst isOverflown = element => {\nreturn element.scrollHeight > element.clientHeight || element.scrollWidth > element.clientWidth\n}\...
JavaScript
MIT License
microlinkhq/browserless
fix: function scope
1
fix
null
815,598
29.06.2019 16:30:17
-28,800
6835be50ae7afe33dcf5ffacc9af6f7b1c1894fa
feat: --ba-data requires --ba-arg or --ba-code-hash
[ { "change_type": "MODIFY", "diff": "use ckb_build_info::Version;\nuse ckb_resource::{DEFAULT_P2P_PORT, DEFAULT_RPC_PORT, DEFAULT_SPEC};\n-use clap::{App, AppSettings, Arg, ArgMatches, SubCommand};\n+use clap::{App, AppSettings, Arg, ArgGroup, ArgMatches, SubCommand};\npub const CMD_RUN: &str = \"run\";\npub...
Rust
MIT License
nervosnetwork/ckb
feat: --ba-data requires --ba-arg or --ba-code-hash
1
feat
null
679,913
29.06.2019 17:04:11
-3,600
73faffd062794fdc3c489e916f756b565b30da0e
feat(webgl): initial integration of shader-ast replace GLSL enums with shader-ast types add shaderSourceFromAST() update shader presets update old code gens (to be replaced soon)
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,6 @@ import {\nDEFAULT_BLEND,\ndefglsl,\ndefglslA,\n- GLSL,\nGLVec4,\nShaderSpec\n} from \"@thi.ng/webgl\";\n@@ -47,21 +46,21 @@ export const msdfShader = (opts: Partial<MSDFShaderOpts> = {}): ShaderSpec => ({\nOES_standard_derivatives: true\n},\nattribs: {\n- ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): initial integration of shader-ast - replace GLSL enums with shader-ast types - add shaderSourceFromAST() - update shader presets - update old code gens (to be replaced soon)
1
feat
webgl
67,476
29.06.2019 19:46:22
-7,200
45e11e9acb7c084181d02821ea7d7c0598859d6d
chore: rename test generator
[ { "change_type": "MODIFY", "diff": "@@ -247,7 +247,7 @@ function generateTests(testTags: Tag[], textBindings: TextBinding[], ifElsePairs\nmarkup = `<${tag.name} replaceable part=\"part1\"></${tag.name}><${tag.name} replaceable part=\"part2\"></${tag.name}>`\n}\nreturn [\n- $$const(tag.elName, $call('CustomE...
TypeScript
MIT License
aurelia/aurelia
chore: rename test generator
1
chore
null
815,593
29.06.2019 19:59:49
-28,800
4685c3ee7cec66cb2231402bd56ace8880596b50
perf: shrink chain state lock scope in relayer
[ { "change_type": "MODIFY", "diff": "@@ -45,11 +45,7 @@ impl<'a, CS: ChainStore + 'static> BlockTransactionsProcess<'a, CS> {\n.map(TryInto::try_into)\n.collect::<Result<_, FailureError>>()?;\n- let ret = {\n- let chain_state = self.relayer.shared.lock_chain_state();\n- self.relayer\n- .reconstruct_block(&ch...
Rust
MIT License
nervosnetwork/ckb
perf: shrink chain state lock scope in relayer
1
perf
null
217,922
29.06.2019 21:02:54
-7,200
4c5e3e9a3651d68a53fe9cd9e41087e450cf0bda
fix(desktop): fixed url share button
[ { "change_type": "MODIFY", "diff": "@@ -302,7 +302,7 @@ export class AppComponent implements OnInit {\n}\ngetPathname(): string {\n- return window && window.location && window.location.pathname;\n+ return this.router.url;\n}\nafterPathNameCopy(): void {\n", "new_path": "apps/client/src/app/app.component...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed url share button
1
fix
desktop
217,922
29.06.2019 21:27:22
-7,200
f09ef595186f8045c337760eb9620e5ee1da1b0e
feat(db): added link between new levemete and its leves
[ { "change_type": "MODIFY", "diff": "@@ -883,5 +883,172 @@ export const levemetes = {\n759,\n760,\n761\n+ ],\n+ 1027847: [\n+ 1403,\n+ 1404,\n+ 1405,\n+ 1406,\n+ 1407,\n+ 1408,\n+ 1409,\n+ 1410,\n+ 1411,\n+ 1412,\n+ 1413,\n+ 1414,\n+ 1415,\n+ 1416,\n+ 1417,\n+ 1418,\n+ 1419,\n+ 1420,\n+ 1421,\n+ 1422,\n+ 142...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(db): added link between new levemete and its leves
1
feat
db
471,527
29.06.2019 21:55:20
-7,200
e4c51b7c664cfd888667f8ad07331e3e0d4fde47
fix(resolve): support relative node paths
[ { "change_type": "MODIFY", "diff": "@@ -17,16 +17,22 @@ import { parseFromString, resolve } from '@import-maps/resolve';\n// you probably want to cache the map processing and not redo it for every resolve\n// a simple example\n-const mapCache = null;\n+const importMapCache = null;\nfunction myResolve(specif...
JavaScript
MIT License
open-wc/open-wc
fix(resolve): support relative node paths (#521)
1
fix
resolve
217,922
29.06.2019 22:12:31
-7,200
094a7cd3d44c39c537a2e2e6006d6a834f1a7a99
feat(simulator): added current control indicator and 100% efficiency actions result
[ { "change_type": "MODIFY", "diff": "<app-favorite-button *ngIf=\"rotation.$key\" type=\"rotations\" [key]=\"rotation.$key\"></app-favorite-button>\n<ng-container *ngIf=\"simulation$ | async as simulation\">\n<ng-container *ngIf=\"crafterStats$ | async as stats\">\n- <button nz-button (click)=\"openCommunity...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): added current control indicator and 100% efficiency actions result
1
feat
simulator
679,913
29.06.2019 22:16:46
-3,600
de0a3daa5772b0cc06cf76b329508234d1c3d8f6
feat(shader-ast): add defMain, allow null values in scope bodies
[ { "change_type": "MODIFY", "diff": "@@ -266,32 +266,32 @@ export type Arg8<\nH extends Type\n> = [Arg<A>, Arg<B>, Arg<C>, Arg<D>, Arg<E>, Arg<F>, Arg<G>, Arg<H>];\n-export type FnBody0 = Fn0<Term<any>[]>;\n-export type FnBody1<A extends Type> = Fn<Sym<A>, Term<any>[]>;\n+export type FnBody0 = Fn0<ScopeBody>...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast): add defMain, allow null values in scope bodies
1
feat
shader-ast
679,913
29.06.2019 22:20:18
-3,600
6aa57158fa206fb4cc924caa081eee2e474963d7
feat(webgl): update shaderSourceFromAST(), update shader presets, remove prefixes lambert & phong shader presets now AST based positionAttrib & colorAttrib helpers return AST nodes
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import {\nTuple,\nTypedArray\n} from \"@thi.ng/api\";\n-import { Sym, Type } from \"@thi.ng/shader-ast\";\n+import { Func, Sym, Type } from \"@thi.ng/shader-ast\";\nimport { GLSLTarget } from \"@thi.ng/shader-ast-glsl\";\nimport { AttribPool } from \"@th...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): update shaderSourceFromAST(), update shader presets, remove prefixes - lambert & phong shader presets now AST based - positionAttrib & colorAttrib helpers return AST nodes
1
feat
webgl
217,922
29.06.2019 22:48:44
-7,200
f729444c28a68ed15937629ff799798a1b0ff68b
feat(simulator): now showing control bonus in simulator footer
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n</div>\n- <div class=\"simulator-footer\" fxLayout=\"row\" fxLayout.lt-md=\"column\" fxLayoutAlign=\"center center\" fxLayoutGap=\"5px\">\n+ <div class=\"simulator-footer\" fxLayout=\"row\" fxLayout.lt-md=\"column\" fxLayoutAlign=\"center center\"\n+ fxLay...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): now showing control bonus in simulator footer
1
feat
simulator
217,922
29.06.2019 22:49:04
-7,200
e108a04b52add4df835926d3e69a17422e97a333
fix(db): UI fixes for map and item pages
[ { "change_type": "MODIFY", "diff": "[nzTitle]=\"title\">\n<ng-template #title>\n<div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" fxLayoutGap=\"5px\" class=\"card-header\">\n- <img class=\"img-icon round-icon\" src=\"https://garlandtools.org/files/icons/item/3503.png\"\n+ <img class=\"img-icon round...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): UI fixes for map and item pages
1
fix
db
217,922
29.06.2019 23:16:44
-7,200
59e9a154193252a7625e7a4273fa0363300547d0
fix: raised level cap to 80 in all the pages
[ { "change_type": "MODIFY", "diff": "@@ -221,7 +221,7 @@ export class CustomItemsImportPopupComponent {\njobId: +this.craftTypes.indexOf(row[2]) + 8,\nicon: '',\nitemId: +row[45],\n- level: 70,\n+ level: 80,\nstars_tooltip: ''\n}];\nitem.craftedBy[0].icon = `https://garlandtools.org/db/images/${this.availabl...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: raised level cap to 80 in all the pages
1
fix
null
679,913
29.06.2019 23:28:57
-3,600
156e016917b8ef49b284aa4a55db7a5bae621aa5
feat(examples): update cubemap demo to use shader-ast
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,14 @@ import {\ntransform44\n} from \"@thi.ng/matrices\";\nimport { fromPromise, metaStream, stream } from \"@thi.ng/rstream\";\n+import {\n+ assign,\n+ defMain,\n+ mul,\n+ normalize,\n+ texture,\n+ vec4\n+} from \"@thi.ng/shader-ast\";\nimport {\ncompileModel,...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update cubemap demo to use shader-ast
1
feat
examples
679,913
29.06.2019 23:29:32
-3,600
1bd282989fb312433ed95a2744839c7f30a9435e
feat(examples): update shader-ast demos
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import {\n$x,\nadd,\nassign,\n+ defMain,\ndefn,\nfloat,\nFloatSym,\n@@ -20,7 +21,7 @@ import {\nVec3Sym,\nvec4\n} from \"@thi.ng/shader-ast\";\n-import { targetGLSL } from \"@thi.ng/shader-ast-glsl\";\n+import { GLSLVersion, targetGLSL } from \"@thi.ng/sha...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update shader-ast demos
1
feat
examples
815,593
29.06.2019 23:31:23
-28,800
684a864a9e6aca1e0544b63155b894fa30461d13
test: fix integration for
[ { "change_type": "MODIFY", "diff": "@@ -24,14 +24,13 @@ impl Spec for IndexerBasic {\nassert_eq!(0, live_cells.len());\nassert_eq!(0, cell_transactions.len());\n- // genesis block outputs are indexed also, so the result should be 2\n- info!(\"Live cells size should be 2 (1 + 1), cell transactions size shoul...
Rust
MIT License
nervosnetwork/ckb
test: fix integration for #1137
1
test
null
217,922
29.06.2019 23:36:36
-7,200
45790b434a074f19ae76c7e0ae51d33e3c84da67
fix(db): fixed an issue with quest text not rendered properly
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<div fxFlex=\"1 1 auto\">\n- <p *ngIf=\"textData$ | async as textData\" [innerHTML]=\"textData.Journal && textData.Journal[0].Text\"></p>\n+ <p *ngIf=\"textData$ | async as textData\" [innerHTML]=\"textData.Journal && textData.Journal[0].Text | xivUIText\"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed an issue with quest text not rendered properly
1
fix
db
679,913
29.06.2019 23:41:19
-3,600
18ca4b5a78509897ea9fc42173fd15b8a73e4c3b
fix(webgl): also disable prefixes in prepareShaderSource()
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ import {\n} from \"./api\";\nimport { getExtensions } from \"./canvas\";\nimport { error } from \"./error\";\n-import { GLSL_HEADER, PREFIXES, SYNTAX } from \"./glsl/syntax\";\n+import { GLSL_HEADER, NO_PREFIXES, SYNTAX } from \"./glsl/syntax\";\nimport ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(webgl): also disable prefixes in prepareShaderSource()
1
fix
webgl
679,913
29.06.2019 23:43:37
-3,600
33731e99e077aef78b908d311931c84a69b3cfea
fix(webgl-msdf): update shader (remove prefixes)
[ { "change_type": "MODIFY", "diff": "@@ -27,15 +27,15 @@ export const msdfSample = defglsl(\nexport const msdfShader = (opts: Partial<MSDFShaderOpts> = {}): ShaderSpec => ({\nvs: `void main() {\n- v_uv = a_uv;\n- ${opts.color ? \"v_color = a_color;\" : \"\"}\n- gl_Position = u_proj * u_modelview * vec4(a_pos...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(webgl-msdf): update shader (remove prefixes)
1
fix
webgl-msdf
679,913
29.06.2019 23:44:02
-3,600
72867ff6b5568793204f3656b7322d5aa39ac1c5
feat(examples): updatw msdf demo to use shader-ast
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,22 @@ import {\n} from \"@thi.ng/matrices\";\nimport { SYSTEM } from \"@thi.ng/random\";\nimport { fromDOMEvent, Subscription } from \"@thi.ng/rstream\";\n+import {\n+ $w,\n+ add,\n+ assign,\n+ defMain,\n+ div,\n+ float,\n+ length,\n+ mod,\n+ mul,\n+ sin,\n+ sm...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): updatw msdf demo to use shader-ast
1
feat
examples
679,913
30.06.2019 01:23:45
-3,600
663e99204edfa420092383d4ba43f655590ba25b
feat(shader-ast): add builtins, `discard`, add/refactor ControlFlow node type add texelFetch() add dFdx / dFdy / fwidth()
[ { "change_type": "MODIFY", "diff": "@@ -13,10 +13,9 @@ import {\nexport type Tag =\n| \"arg\"\n| \"assign\"\n- | \"break\"\n| \"call\"\n| \"call_i\"\n- | \"cont\"\n+ | \"ctrl\"\n| \"decl\"\n| \"fn\"\n| \"for\"\n@@ -522,6 +521,11 @@ export interface Ternary<T extends Type> extends Term<T> {\nf: Term<T>;\n}\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast): add builtins, `discard`, add/refactor ControlFlow node type - add texelFetch() - add dFdx / dFdy / fwidth()
1
feat
shader-ast
679,913
30.06.2019 01:24:28
-3,600
0b86e89b42304855a33a18bfbcc38031c4e076c0
refactor(shader-ast-glsl): update break/continue/discard handling
[ { "change_type": "MODIFY", "diff": "@@ -116,7 +116,7 @@ export const targetGLSL = (opts?: Partial<GLSLOpts>) => {\nassign: (t) => emit(t.l) + \" = \" + emit(t.r),\n- break: () => \"break\",\n+ ctrl: (t) => t.id,\ncall: $fn,\n@@ -127,8 +127,6 @@ export const targetGLSL = (opts?: Partial<GLSLOpts>) => {\n)})`...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast-glsl): update break/continue/discard handling
1
refactor
shader-ast-glsl
679,913
30.06.2019 01:24:38
-3,600
ec2fd9f08bef600262251f6b2862dc6d523c6c79
refactor(shader-ast-js): update break/continue/discard handling
[ { "change_type": "MODIFY", "diff": "@@ -919,14 +919,12 @@ export const targetJS = () => {\nreturn emit(t.l) + \" = \" + emit(t.r);\n},\n- break: () => \"break\",\n+ ctrl: (t) => t.id,\ncall: (t) => $fn(t.id, t.args),\ncall_i: (t) => $fn(`${t.args[0].type}.${t.id}${t.info || \"\"}`, t.args),\n- cont: () => \...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(shader-ast-js): update break/continue/discard handling
1
refactor
shader-ast-js
679,913
30.06.2019 01:25:23
-3,600
af6d39fce36c46746f38e2d490c5d8008c636d9d
refactor(webgl-msdf): update shader to use AST
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^6.2.0\",\n+ \"@thi.ng/shader-ast\": \"^0.0.1\",\n\"@thi.ng/transducers\": \"^5.3.7\",\n\"@thi.ng/vector-pools\": \"^0.2.16\",\n\"@thi.ng/vectors\": \"^2.5.6\",\n", "new_path": "packages/webgl-msdf/package.json", "old_pa...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(webgl-msdf): update shader to use AST
1
refactor
webgl-msdf
679,913
30.06.2019 02:05:31
-3,600
e7ace59929059578992e7579bc37571b82ed6044
feat(shader-ast): add % modulo operator as modi()
[ { "change_type": "MODIFY", "diff": "@@ -176,7 +176,7 @@ export type NumericI = number | IntTerm;\nexport type Assignable<T extends Type> = Sym<T> | Swizzle<T> | Index<T>;\n-export type MathOperator = \"+\" | \"-\" | \"*\" | \"/\" | \"++\" | \"--\";\n+export type MathOperator = \"+\" | \"-\" | \"*\" | \"/\" ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast): add % modulo operator as modi()
1
feat
shader-ast
679,913
30.06.2019 02:08:30
-3,600
c1b25c63d19e1aec459238dd65fb17c2371ddd13
feat(shader-ast-js): add % operator support
[ { "change_type": "MODIFY", "diff": "@@ -175,6 +175,12 @@ import {\nmixN2,\nmixN3,\nmixN4,\n+ mod2,\n+ mod3,\n+ mod4,\n+ modN2,\n+ modN3,\n+ modN4,\nmul2,\nmul3,\nmulI2,\n@@ -344,7 +350,9 @@ export interface JSBuiltinsFloat<T> extends JSBuiltinsCommon<T> {\nexport interface JSBuiltinsInt<T>\nextends JSBuilti...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-js): add % operator support
1
feat
shader-ast-js
679,913
30.06.2019 02:38:45
-3,600
341cf046131627126c6c2c9da624c91bd5c49713
refactor(webgl): update FX_SHADER_SPEC to use AST
[ { "change_type": "MODIFY", "diff": "-import { ShaderSpec } from \"./api\";\n-import { ALIAS_TEXTURE } from \"./glsl/syntax\";\n+import {\n+ assign,\n+ defMain,\n+ FLOAT0,\n+ FLOAT1,\n+ texture,\n+ vec4\n+} from \"@thi.ng/shader-ast\";\n+import { ShaderFn, ShaderSpec } from \"./api\";\n-export const PASSTHRO...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(webgl): update FX_SHADER_SPEC to use AST
1
refactor
webgl
71,267
30.06.2019 04:04:06
25,200
629e963a618b25638671e48e2001c3e3696b7b03
fix(cli): update TypeScript lib init template Aligning with SQS construct to use `visibilityTimeout` as well as using `Duration` as the type.
[ { "change_type": "MODIFY", "diff": "@@ -7,9 +7,9 @@ export interface %name.PascalCased%Props {\n/**\n* The visibility timeout to be configured on the SQS Queue, in seconds.\n*\n- * @default 300\n+ * @default Duration.seconds(300)\n*/\n- visibilityTimeout?: number;\n+ visibilityTimeout?: cdk.Duration;\n}\nex...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cli): update TypeScript lib init template (#3134) Aligning with SQS construct to use `visibilityTimeout` as well as using `Duration` as the type.
1
fix
cli
815,593
30.06.2019 12:53:49
-28,800
fcb371bcb36a4bfad8efdd5357fac35285316068
test: omit default nodes num
[ { "change_type": "MODIFY", "diff": "@@ -34,10 +34,6 @@ impl Spec for GenesisIssuedCells {\n}\n}\n- fn num_nodes(&self) -> usize {\n- 1\n- }\n-\nfn modify_chain_spec(&self) -> Box<dyn Fn(&mut ChainSpec) -> ()> {\nBox::new(|spec_config| {\nspec_config.genesis.issued_cells = vec![IssuedCell {\n", "new_path...
Rust
MIT License
nervosnetwork/ckb
test: omit default nodes num
1
test
null
71,371
30.06.2019 14:18:54
-7,200
a20c841970ab8ea7af41e424f6cf813c899c9f37
fix(events): correct token resolution in RuleTargetInput Fixes
[ { "change_type": "MODIFY", "diff": "@@ -148,7 +148,7 @@ class FieldAwareEventInput extends RuleTargetInput {\n}\npublic resolveToken(t: Token, _context: IResolveContext) {\n- if (!isEventField(t)) { return t; }\n+ if (!isEventField(t)) { return Token.asString(t); }\nconst key = keyForField(t);\nif (inputPat...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(events): correct token resolution in RuleTargetInput (#3127) Fixes #3119
1
fix
events
127,939
30.06.2019 14:22:18
-10,800
b4ffca0f6ff8bf2c6e019401175f79c33192232b
feat(icons): added icons for third party and icon grouping
[ { "change_type": "MODIFY", "diff": "@@ -36,30 +36,44 @@ To aid with performance, Icons are surfaced as individual [SVG](https://develope\n### Currency\n```jsx react-live\n-<IconCurrencyArs/>\n-<IconCurrencyBob/>\n-<IconCurrencyBrl/>\n-<IconCurrencyBtc/>\n-<IconCurrencyCad/>\n-<IconCurrencyClp/>\n-<IconCurre...
TypeScript
MIT License
coingaming/moon-design
feat(icons): added icons for third party and icon grouping
1
feat
icons
679,913
30.06.2019 16:36:43
-3,600
f2ba0d602309ac8b74ca4f205a2f4c5e4450b22c
fix(shader-ast-glsl): avoid extraneous semicolons
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,8 @@ export interface GLSLTarget extends Fn<Term<any>, string> {\ngl_Position: Vec4Sym;\n}\n+const RE_SEMI = /[};]$/;\n+\n/**\n* GLSL code gen, targets GLSL ES 3.00 (WebGL2) by default.\n*\n@@ -178,11 +180,11 @@ export const targetGLSL = (opts?: Partial<GLSLO...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(shader-ast-glsl): avoid extraneous semicolons
1
fix
shader-ast-glsl
679,913
30.06.2019 16:36:54
-3,600
2b56c91688f91d88a21a39f06c02202f5475b224
fix(shader-ast-js): avoid extraneous semicolons
[ { "change_type": "MODIFY", "diff": "@@ -918,6 +918,8 @@ export const targetJS = () => {\nconst COMPS: any = { x: 0, y: 1, z: 2, w: 3 };\n+ const RE_SEMI = /[};]$/;\n+\nconst $list = (body: Term<any>[], sep = \", \") => body.map(emit).join(sep);\nconst $docParam = (p: Sym<any>) => ` * @param ${p.id} ${p.type...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(shader-ast-js): avoid extraneous semicolons
1
fix
shader-ast-js
815,593
30.06.2019 17:42:26
-28,800
dbb53193bb7bc04b1d85500f7504c10315b58726
test: resolve msg random issue
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,7 @@ impl Node {\n.env(\"RUST_BACKTRACE\", \"full\")\n.args(&[\"-C\", &self.dir, \"run\"])\n.stdin(Stdio::null())\n- .stdout(Stdio::null())\n+ .stdout(Stdio::inherit())\n.stderr(Stdio::inherit())\n.spawn()\n.expect(\"failed to run binary\");\n", "new_path...
Rust
MIT License
nervosnetwork/ckb
test: resolve msg random issue
1
test
null
71,326
30.06.2019 20:08:23
-32,400
22ab4b49402e3897670e49e559be25c84a824219
fix(elasticloadbalancingv2): fix to be able to set deregistrationDelay
[ { "change_type": "MODIFY", "diff": "@@ -205,7 +205,7 @@ export abstract class TargetGroupBase extends cdk.Construct implements ITargetGr\nsuper(scope, id);\nif (baseProps.deregistrationDelay !== undefined) {\n- this.setAttribute('deregistration_delay.timeout_seconds', baseProps.deregistrationDelay.toString(...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(elasticloadbalancingv2): fix to be able to set deregistrationDelay (#3075)
1
fix
elasticloadbalancingv2
471,527
30.06.2019 20:32:37
-7,200
edc4f46f677d392d6355e8af1942ec64936574d4
fix(rollup-plugin-index-html): no resolve of entry points via import map
[ { "change_type": "MODIFY", "diff": "@@ -56,6 +56,7 @@ module.exports = (pluginConfig = {}) => {\nlet outputIndexHTML;\nlet inlineImportMaps;\nlet importMapCache = null;\n+ let rollupOptions = null;\nreturn {\nname: 'index-html',\n@@ -73,12 +74,21 @@ module.exports = (pluginConfig = {}) => {\n}\nconst result...
JavaScript
MIT License
open-wc/open-wc
fix(rollup-plugin-index-html): no resolve of entry points via import map (#524)
1
fix
rollup-plugin-index-html
217,922
30.06.2019 22:00:50
-7,200
59e5d3dff0a787246d09a87babdfa687da903ed1
fix(simulator): fixed missing buff icons
[ { "change_type": "MODIFY", "diff": "<ng-template #hqIngredientTemplate let-ingredient>\n<nz-list-item [nzContent]=\"content\">\n<nz-list-item-meta [nzTitle]=\"ingredient.id | itemName | i18n\"\n- [nzDescription]=\"ingredient.quality\"></nz-list-item-meta>\n+ [nzDescription]=\"ingredient.quality | floor\"></...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed missing buff icons
1
fix
simulator
71,267
01.07.2019 04:59:02
25,200
d40fd051d3d48c5c7715ab760a6ec5352be274d6
chore: update jsii to 0.13.2
[ { "change_type": "MODIFY", "diff": "},\n\"jsii-diff\": {\n\"version\": \"file:vendored_deps/jsii-diff-0.13.x.tgz\",\n- \"integrity\": \"sha512-kYR9DTTgOR4qyPLkOj+JOEgalNsQOdOKGmiJepG5LP5rUFuN6lErN0ttYvW33kdKCj445NNsAUUl78HyUGxO8w==\",\n+ \"integrity\": \"sha512-Spc1TnivU2zh1tF9/0ebRGF2NaDJWDfLrThXCnocO4yzgV...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: update jsii to 0.13.2 (#3141)
1
chore
null
902,122
01.07.2019 07:59:08
0
e78cabdc8234db5b3aea4a7cfe87497b40f0d54b
chore(release): v5.8.2
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.8.2](https://github.com/kikobeats/browserless/compare/v5.8.1...v5.8.2) (2019-07-01)\n+\n+**Note:** Version bump...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.8.2
1
chore
release
722,013
01.07.2019 08:22:40
18,000
cd1c703ea18b1741f8d169ee5cb74f373a4e44a2
test: add es6 default param test
[ { "change_type": "MODIFY", "diff": "@@ -129,6 +129,25 @@ describe('methodHandler', () => {\n})\n})\n+ it('should detect parameters even when es6 defaulted', () => {\n+ const src = `\n+ export default {\n+ methods: {\n+ /**\n+ * @public\n+ */\n+ testWithMultipleParamsDefaulted(param1, param2 = 3){\n+ return ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: add es6 default param test
1
test
null
722,013
01.07.2019 08:35:06
18,000
4f67f4eefbd32c1ad73fca464b1ebd20cf397c81
fix(docgen): adapt method handler to default params Closes
[ { "change_type": "MODIFY", "diff": "@@ -98,10 +98,20 @@ function describeParams(\n}\nconst params: Param[] = []\n- fExp.params.forEach((par: bt.Identifier, i) => {\n- const param: Param = { name: par.name }\n+ fExp.params.forEach((par: bt.Identifier | bt.AssignmentPattern, i) => {\n+ let name: string\n+ if ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(docgen): adapt method handler to default params Closes #476
1
fix
docgen
722,013
01.07.2019 08:36:51
18,000
757d3b68a00ee81ba54ca8ac9e7998f0ad8be471
test: default params for class style components
[ { "change_type": "MODIFY", "diff": "@@ -63,6 +63,20 @@ describe('classPropHandler', () => {\ntester(src, { name: 'myMethod', params: [{ name: 'param1' }] })\n})\n+ it('should detect public methods params with default values', () => {\n+ const src = `\n+ @Component\n+ export default class MyComp {\n+ /**\n+ ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: default params for class style components
1
test
null
902,122
01.07.2019 08:39:24
0
551e0dc35b9cb0cbfe816f25c463abad04cc89c9
chore(release): v5.8.3
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.8.3](https://github.com/kikobeats/browserless/compare/v5.8.2...v5.8.3) (2019-07-01)\n+\n+**Note:** Version bump...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.8.3
1
chore
release
942,617
01.07.2019 09:11:37
21,600
20cbf374ea150eb18d554d9d49f620e36a629412
build(travis): stage control; publish stage
[ { "change_type": "MODIFY", "diff": "@@ -5,26 +5,44 @@ cache:\ngit:\ndepth: 3\nbranches:\n- only:\n- - master\n+ except:\n+ - gh-pages\n+stages:\n+ - name: storybook\n+ if: branch = master AND type != pull_request\n+ - name: pr-previews\n+ if: \"(branch = master AND type = pull_request) OR branch != master O...
TypeScript
Apache License 2.0
workday/canvas-kit
build(travis): stage control; publish stage
1
build
travis
942,617
01.07.2019 09:18:48
21,600
8b125ddb198c73e21be6c64ef32e6684be1bd026
build(travis): dummy pr preview stage
[ { "change_type": "MODIFY", "diff": "@@ -8,12 +8,10 @@ branches:\nexcept:\n- gh-pages\nstages:\n- - name: test\n- name: storybook\nif: branch = master AND type != pull_request\n- name: pr-previews\n- if: \"(branch = master AND type = pull_request) OR branch != master OR branch !=\n- /release-*/\"\n+ if: (bra...
TypeScript
Apache License 2.0
workday/canvas-kit
build(travis): dummy pr preview stage
1
build
travis
503,965
01.07.2019 09:22:35
14,400
f549b951d48eee5bc0309bf58aa982e6cac0a542
fix(grid): always remove props from {...props}
[ { "change_type": "MODIFY", "diff": "@@ -90,20 +90,22 @@ const GridItem = ({ children, className, span, rowSpan, offset, ...props }) => {\nObject.entries(DeviceSizes).forEach(([propKey, classModifier]) => {\nconst spanValue = props[propKey];\n+ const rowSpanValue = props[getRowSpanKey(propKey)];\n+ const off...
TypeScript
MIT License
patternfly/patternfly-react
fix(grid): always remove props from {...props} (#2404)
1
fix
grid