author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
815,593 | 04.07.2019 14:48:27 | -32,400 | 592942cd926d56429d7c5cde9e2fced0a0be773b | chore: comment out some chain fork test | [
{
"change_type": "MODIFY",
"diff": "@@ -25,11 +25,15 @@ fn main() {\nspecs.insert(\"sync_timeout\", Box::new(SyncTimeout));\nspecs.insert(\"chain_fork_1\", Box::new(ChainFork1));\nspecs.insert(\"chain_fork_2\", Box::new(ChainFork2));\n- specs.insert(\"chain_fork_3\", Box::new(ChainFork3));\n- specs.insert(\... | Rust | MIT License | nervosnetwork/ckb | chore: comment out some chain fork test | 1 | chore | null |
127,939 | 04.07.2019 15:10:56 | -10,800 | f2ca0e2f729031ba0fe0a06f30bb3f15413a69f4 | chore(header): replace custom link with link component | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ const Link: React.FC<any> = styled('a', {\nsecondary && { color: colors.neutral[20] },\noptional && {\ncolor: colors.neutral[20],\n- '&:hover, &:focus, &:active': {\n+ '&:hover, &:focus, &:active, &.active': {\ncolor: colors.neutral[10],\n},\n},\n",
... | TypeScript | MIT License | coingaming/moon-design | chore(header): replace custom link with link component | 1 | chore | header |
815,745 | 04.07.2019 15:15:10 | -10,800 | e08a7695093009da4b72020d7d5000f01586a554 | fix: mark first item when last marked is filtered out
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -454,6 +454,16 @@ describe('ItemsList', () => {\nlist.markSelectedOrDefault();\nexpect(list.markedIndex).toBe(13);\n});\n+\n+ it('should mark first after last marked item was filtered out', () => {\n+ list.markSelectedOrDefault(true);\n+ list.markNextItem();\n+ list.fi... | TypeScript | MIT License | ng-select/ng-select | fix: mark first item when last marked is filtered out
fixes #1247 | 1 | fix | null |
815,745 | 04.07.2019 15:24:56 | -10,800 | b1b2bc05171a0e09bebaec4fd90df2ff00215dab | chore(release): 2.20.5 | [
{
"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=\"2.20.5\"></a>\n+## [2.20.5](https://github.com/ng-select/ng-select/compare/v2.20.4...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.20.5 | 1 | chore | release |
815,601 | 04.07.2019 15:54:19 | -28,800 | 70ae8d04da404294cd9d4337588d4aa63466da0e | fix: insert_new_block | [
{
"change_type": "MODIFY",
"diff": "@@ -220,7 +220,7 @@ impl<CS: ChainStore + 'static> Relayer<CS> {\nif self\n.shared()\n.insert_new_block(&self.chain, peer, Arc::clone(&boxed))\n- .is_ok()\n+ .unwrap_or(false)\n{\ndebug_target!(\ncrate::LOG_TARGET_RELAY,\n",
"new_path": "sync/src/relayer/mod.rs",
... | Rust | MIT License | nervosnetwork/ckb | fix: insert_new_block | 1 | fix | null |
127,939 | 04.07.2019 16:02:53 | -10,800 | 7a79b3850f8564bf82a3b699b66a007bcaf6d972 | test(Link): updated test | [
{
"change_type": "MODIFY",
"diff": "@@ -131,7 +131,8 @@ exports[`Link renders as a optional 1`] = `\n.emotion-0:hover,\n.emotion-0:focus,\n-.emotion-0:active {\n+.emotion-0:active,\n+.emotion-0.active {\ncolor: #fff;\n}\n",
"new_path": "design/components/src/link/__tests__/__snapshots__/link.test.tsx.sn... | TypeScript | MIT License | coingaming/moon-design | test(Link): updated test | 1 | test | Link |
217,922 | 04.07.2019 17:02:27 | -7,200 | 46552f3ec559c294c783d3c4057a62e2b6ffbf5f | fix(simulator): fixed missing parameters in recipe configuration | [
{
"change_type": "MODIFY",
"diff": "id=\"durability\"></nz-input-number>\n</nz-form-control>\n</nz-form-item>\n+ <nz-form-item>\n+ <nz-form-label nzFor=\"suggCraft\">Suggested Craftsmanship</nz-form-label>\n+ <nz-form-control>\n+ <nz-input-number formControlName=\"suggCraft\" name=\"suggCraft\" type=\"text\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed missing parameters in recipe configuration | 1 | fix | simulator |
217,922 | 04.07.2019 17:06:22 | -7,200 | 7d0168436d46a09b7b0607ffbd1efde6ee71d3cb | fix(search): autocomplete is now showing terms in the correct order | [
{
"change_type": "MODIFY",
"diff": "@@ -118,7 +118,8 @@ export class SearchComponent implements OnInit {\nautocomplete$: Observable<string[]> = combineLatest([this.query$, this.searchType$]).pipe(\nmap(([query, type]) => {\nreturn (JSON.parse(localStorage.getItem('search:history') || '{}')[type] || [])\n- .... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): autocomplete is now showing terms in the correct order | 1 | fix | search |
217,922 | 04.07.2019 17:13:49 | -7,200 | b40299bee8318079f68f947db6417dc2c160b656 | chore(release): 5.6.5 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.6.5\"></a>\n+## [5.6.5](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.6.5 | 1 | chore | release |
217,922 | 04.07.2019 17:59:02 | -7,200 | 624aa50b2d5ec2c21d7ba59819d8e94c7621c5dc | fix(mobile): fixed an issue with mobile display on some pages | [
{
"change_type": "MODIFY",
"diff": "import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FullpageMessageComponent } from './fullpage-message/fullpage-message.component';\n+import { PipesModule } from '../../pipes/pipes.module';\n@NgModule({\nimports: [\n- Comm... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(mobile): fixed an issue with mobile display on some pages | 1 | fix | mobile |
217,922 | 04.07.2019 19:12:57 | -7,200 | 18b46a760bcd1d07159ac249d375bbe209ffad7d | feat(list): zone breakdown group feature now handles bicolor gems properly | [
{
"change_type": "MODIFY",
"diff": "@@ -53,6 +53,13 @@ export class ZoneBreakdown {\n*/\nprivate addToBreakdown(zoneId: number, mapId: number, item: ListRow, hideZoneDuplicates: boolean): void {\nconst existingRow = this.rows.find(r => r.zoneId === zoneId);\n+ // If we hide duplicates and it's bicolor gems,... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): zone breakdown group feature now handles bicolor gems properly | 1 | feat | list |
815,595 | 04.07.2019 20:05:58 | -28,800 | ccd7296bf1ed9b0ebc0cfb7f1884348931d52a00 | perf: Avoid re-processing the same compact block | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,20 @@ impl<'a, CS: ChainStore + 'static> CompactBlockProcess<'a, CS> {\nlet compact_block: CompactBlock = (*self.message).try_into()?;\nlet block_hash = compact_block.header.hash().to_owned();\n+ let status = self.relayer.shared().get_block_status(&block_hash... | Rust | MIT License | nervosnetwork/ckb | perf: Avoid re-processing the same compact block | 1 | perf | null |
815,595 | 04.07.2019 20:08:02 | -28,800 | ea17337464eeb69e81fd74eafb99b7842fa1061f | feat: Update block status when compact header verified | [
{
"change_type": "MODIFY",
"diff": "@@ -162,6 +162,9 @@ impl<'a, CS: ChainStore + 'static> CompactBlockProcess<'a, CS> {\nreturn Ok(());\n}\ncompact_block_verifier.verify(&compact_block)?;\n+ self.relayer\n+ .shared()\n+ .insert_block_status(block_hash.to_owned(), BlockStatus::HEADER_VERIFIED);\n}\n// Recon... | Rust | MIT License | nervosnetwork/ckb | feat: Update block status when compact header verified | 1 | feat | null |
217,922 | 04.07.2019 20:20:06 | -7,200 | 5280de13d1281fd0e2bd96a49e4e38b1499705cc | fix(gathering-location): fixed duplicates issue with missing coords | [
{
"change_type": "MODIFY",
"diff": "@@ -203,6 +203,8 @@ export class BellNodesService {\nreturn [];\n}).filter(res => res !== undefined));\n+ console.log(nodesFromFishing, nodesFromGarlandBell, nodesFromPositions);\n+\nconst results = [...nodesFromGarlandBell,\n...nodesFromPositions,\n...nodesFromFishing];\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gathering-location): fixed duplicates issue with missing coords | 1 | fix | gathering-location |
815,577 | 04.07.2019 20:35:13 | -28,800 | 28383f3463f51aa9f491b1825b3cf242dd197da4 | test: enable test | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,11 @@ use crate::{\nNetworkConfig, NetworkState,\n};\n-use std::{sync::Arc, thread, time::Duration};\n+use std::{\n+ sync::Arc,\n+ thread,\n+ time::{Duration, Instant},\n+};\nuse futures::{\nsync::mpsc::{self, channel},\n@@ -22,7 +26,7 @@ use p2p::{\nmultiadd... | Rust | MIT License | nervosnetwork/ckb | test: enable test | 1 | test | null |
815,595 | 04.07.2019 21:04:52 | -28,800 | 9495e002785078265cbf267fce81a67e1da645fc | chore: Update block status when block accepted | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ use ckb_core::extras::EpochExt;\nuse ckb_core::header::{BlockNumber, Header};\nuse ckb_core::transaction::ProposalShortId;\nuse ckb_core::Cycle;\n-use ckb_logger::{debug, debug_target};\n+use ckb_logger::{debug, debug_target, error};\nuse ckb_network::{C... | Rust | MIT License | nervosnetwork/ckb | chore: Update block status when block accepted | 1 | chore | null |
217,922 | 05.07.2019 00:04:40 | -7,200 | de541e18f1d2ac855568d37cd1e271d3fbc2414d | feat(solver): improved solver results overall | [
{
"change_type": "MODIFY",
"diff": "<form nz-form [formGroup]=\"configForm\" (ngSubmit)=\"submit()\">\n- <div>\n- <nz-divider [nzText]=\"'SIMULATOR.SOLVER.AI_Configuration' | translate\"></nz-divider>\n- <p class=\"form-explanation\">{{'SIMULATOR.SOLVER.AI_Configuration_explanation' | translate}}</p>\n- </d... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(solver): improved solver results overall | 1 | feat | solver |
217,922 | 05.07.2019 00:11:23 | -7,200 | 957195f6a1cb0ec28b7f9c8e84d43c6f8be43fec | chore: don't close notifications popup on click | [
{
"change_type": "MODIFY",
"diff": "<i nz-icon type=\"close\" (click)=\"$event.stopPropagation();deleteNotification(notification)\"></i>\n</ng-template>\n<ng-template #actionOpen>\n- <a [routerLink]=\"notification.route\" (click)=\"deleteNotification(notification)\">\n+ <a [routerLink]=\"notification.route\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: don't close notifications popup on click | 1 | chore | null |
273,683 | 05.07.2019 00:40:17 | -7,200 | f2d2d40249b1716130fe5cfb49a0d0112cd14f1f | fix(app): parse json regardless of content-type | [
{
"change_type": "MODIFY",
"diff": "@@ -99,15 +99,19 @@ function fetchJSON (jsonPath) {\nreq.withCredentials = true\nreq.onload = () => {\n- const contentType = req.getResponseHeader('Content-Type')\n-\nswitch (req.status) {\ncase 200: {\n- if (contentType && /application\\/json/.test(contentType)) {\n- ret... | JavaScript | MIT License | gridsome/gridsome | fix(app): parse json regardless of content-type (#534) | 1 | fix | app |
217,922 | 05.07.2019 00:49:04 | -7,200 | e8f1161337bb732e06b16232d1382a65c5ff32a4 | fix(item): fixed an issue with gathering node coords | [
{
"change_type": "MODIFY",
"diff": "@@ -82,7 +82,7 @@ export class GatheredByExtractor extends AbstractExtractor<GatheredBy> {\nstoredNode.coords = details.coords;\n}\n// If we don't have position for this node in data provided by garlandtools,w e might have it inside our data.\n- if (nodePositions[node] !=... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(item): fixed an issue with gathering node coords | 1 | fix | item |
217,922 | 05.07.2019 01:02:39 | -7,200 | 6ade21ee1fbcd9c23ca04fe863a3f6c8fccb40ce | fix(simulator): fixed an issue with force failed action feature | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-ysKzqZyJCcYz5zgv79SEmWdFAr1ULno3usdkLQBmTViv1boFP8O8KGN13KvmdHcs9JPVWfv/BbtF9eKqG3+LXg==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"1.2.3\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-1.2.3.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with force failed action feature | 1 | fix | simulator |
217,922 | 05.07.2019 01:03:47 | -7,200 | b84b8ae96fb5757e0b159a5bdd17979adb4eb2fb | chore(release): 5.6.6 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.6.6\"></a>\n+## [5.6.6](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.6.6 | 1 | chore | release |
273,683 | 05.07.2019 01:16:34 | -7,200 | 9a10a37d54b5c6a292c35662cdb5fe4bc33822da | fix(develop): show 404 for page/1 in development | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,9 @@ module.exports = ({ pages }) => {\nconst page = pages.findPage({ path: body.path })\n- if (!page) {\n+ // page/1/index.html is not statically generated\n+ // in production and should return 404 in develop\n+ if (!page || body.page === 1) {\nreturn res\n.... | JavaScript | MIT License | gridsome/gridsome | fix(develop): show 404 for page/1 in development (#515) | 1 | fix | develop |
273,683 | 05.07.2019 01:56:40 | -7,200 | 6105069738a18a69953e2f53c474ae24ab6698ed | fix(store): do not resolve emails | [
{
"change_type": "MODIFY",
"diff": "@@ -524,6 +524,7 @@ test('resolve file paths', () => {\nurl3: 'git@github.com:gridsome/gridsome.git',\nurl4: 'ftp://ftp.example.com',\nemail: 'email@example.com',\n+ email2: 'mailto:email@example.me',\ntext: 'Lorem ipsum dolor sit amet.',\ntext2: 'example.com',\ntext3: 'm... | JavaScript | MIT License | gridsome/gridsome | fix(store): do not resolve emails (#500) | 1 | fix | store |
711,597 | 05.07.2019 09:14:16 | -7,200 | c733d17b9d39fb8914a3697315b0614f176b7708 | chore(core): Clean up unused imports in mock data files | [
{
"change_type": "MODIFY",
"diff": "import gql from 'graphql-tag';\n-import { CREATE_ASSETS } from '../../../admin-ui/src/app/data/definitions/product-definitions';\n-\nimport { createUploadPostData } from './create-upload-post-data';\ndescribe('createUploadPostData()', () => {\nit('creates correct output f... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(core): Clean up unused imports in mock data files | 1 | chore | core |
103,504 | 05.07.2019 11:35:13 | -7,200 | 7212ed83a01d3b0a100354b442ba9fb7847cf7ce | chore: fix webpack config for TS and remove annotations | [
{
"change_type": "MODIFY",
"diff": "-/* @flow */\n-\nimport * as React from 'react';\nimport { FlatList } from 'react-native';\nimport { List, Divider, withTheme, Theme } from 'react-native-paper';\n",
"new_path": "example/src/ExampleList.tsx",
"old_path": "example/src/ExampleList.tsx"
},
{
... | TypeScript | MIT License | callstack/react-native-paper | chore: fix webpack config for TS and remove @flow annotations | 1 | chore | null |
902,122 | 05.07.2019 11:35:52 | 0 | b646a02914a79438d4347bc200cd83ea74cfd76c | chore(release): v5.8.4 | [
{
"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.4](https://github.com/kikobeats/browserless/compare/v5.8.3...v5.8.4) (2019-07-05)\n+\n+**Note:** Version bump... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.8.4 | 1 | chore | release |
815,593 | 05.07.2019 12:07:15 | -32,400 | 98eb5cc3352f0b643ed11e0aa3e64610de567d37 | test: fix integration test for backport | [
{
"change_type": "MODIFY",
"diff": "@@ -32,11 +32,14 @@ fn main() {\nspecs.insert(\"sync_timeout\", Box::new(SyncTimeout));\nspecs.insert(\"chain_fork_1\", Box::new(ChainFork1));\nspecs.insert(\"chain_fork_2\", Box::new(ChainFork2));\n- specs.insert(\"chain_fork_3\", Box::new(ChainFork3));\n- specs.insert(\... | Rust | MIT License | nervosnetwork/ckb | test: fix integration test for backport #1169 | 1 | test | null |
217,922 | 05.07.2019 12:09:11 | -7,200 | 8540da0bd5af99606365445a96b8e0f2b3fdf2d6 | feat(solver): improved solver accuracy and removed safe mode from it | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,6 @@ export class AlarmsLoaded implements Action {\nreadonly type = AlarmsActionTypes.AlarmsLoaded;\nconstructor(public readonly alarms: Alarm[], public readonly groups: AlarmGroup[]) {\n- console.log('ALARMS LOADED', alarms.map(alarm => alarm.$key));\n}\n}\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(solver): improved solver accuracy and removed safe mode from it | 1 | feat | solver |
104,857 | 05.07.2019 12:34:36 | 10,800 | 36f43951cef62909b897579a7cf72be9d04d5894 | fix(chart): fix on xlabels | [
{
"change_type": "MODIFY",
"diff": "@@ -142,7 +142,7 @@ const TimeSeriesCard = ({\nconst m = moment.unix(timestamp / 1000);\nreturn interval === 'hour' && index === 0\n- ? m.format('DD MMM YYYY')\n+ ? m.format('DD MMM')\n: interval === 'hour' &&\nindex !== 0 &&\n!moment(moment.unix(valueSort[index - ticksIn... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(chart): fix on xlabels | 1 | fix | chart |
471,470 | 05.07.2019 13:04:54 | -7,200 | 93f09fcd1df0dddfc92dc033c967a95fa0ad7690 | chore(import-maps-generate): doc fixes/typo fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ This is still in early beta (Windows paths are not supported yet)\nInstall:\n```bash\n-yarn add @import-maps/generate\n+yarn add --dev @import-maps/generate\n```\nYou should generate the import map after you install dependencies by adding the script to y... | JavaScript | MIT License | open-wc/open-wc | chore(import-maps-generate): doc fixes/typo fixes (#545) | 1 | chore | import-maps-generate |
902,122 | 05.07.2019 13:18:44 | 0 | 45f841a0b9364e6bc6c0748f3ec70ea8ac47b326 | chore(release): v5.8.5 | [
{
"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.5](https://github.com/kikobeats/browserless/compare/v5.8.4...v5.8.5) (2019-07-05)\n+\n+**Note:** Version bump... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.8.5 | 1 | chore | release |
471,470 | 05.07.2019 13:21:22 | -7,200 | e642b2c74d94e30dc6961325fb76779f832d01aa | docs: add routing | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ const sidebar = [\n'/developing/es-dev-server',\n['/init/', 'Generators'],\n'/developing/types',\n+ '/developing/routing',\n],\n},\n{\n",
"new_path": "docs/.vuepress/config.js",
"old_path": "docs/.vuepress/config.js"
},
{
"change_type": "... | JavaScript | MIT License | open-wc/open-wc | docs: add routing (#546) | 1 | docs | null |
471,470 | 05.07.2019 13:22:03 | -7,200 | 68f23739e0341476b3398ae495a9cf1766591cd6 | docs(es-dev-server): mention import-maps-generate in compat mode | [
{
"change_type": "MODIFY",
"diff": "@@ -148,7 +148,7 @@ module.exports = {\nCompatibility mode enables bundle-free development with features such as es modules and import maps on older browsers, including IE11.\n-Read more\n+If you want to make use of import maps, you can provide an import map in your `inde... | JavaScript | MIT License | open-wc/open-wc | docs(es-dev-server): mention import-maps-generate in compat mode (#541) | 1 | docs | es-dev-server |
902,122 | 05.07.2019 13:28:02 | -7,200 | 64387eeadce9685df3c74e6315dd4ce664ff52bc | build: tweak shadow | [
{
"change_type": "MODIFY",
"diff": "Binary files a/packages/screenshot/media/browser.sketch and b/packages/screenshot/media/browser.sketch differ\n",
"new_path": "packages/screenshot/media/browser.sketch",
"old_path": "packages/screenshot/media/browser.sketch"
},
{
"change_type": "MODIFY",
... | JavaScript | MIT License | microlinkhq/browserless | build: tweak shadow | 1 | build | null |
711,597 | 05.07.2019 13:32:09 | -7,200 | 5f6bef3cf07a751c55c91bd811454c4cd24b76e4 | refactor(core): Simplify samplesEach implementation | [
{
"change_type": "MODIFY",
"diff": "@@ -6,17 +6,12 @@ export function samplesEach<T>(sample: T[], groups: T[][]): boolean {\nif (sample.length !== groups.length) {\nreturn false;\n}\n- const groupMap = groups.reduce((map, group) => {\n- map.set(group, false);\n- return map;\n- }, new Map<T[], boolean>());\n... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Simplify samplesEach implementation | 1 | refactor | core |
471,470 | 05.07.2019 17:26:46 | -7,200 | bbd1411c07cfd746876cdc84eecde58d09c9339f | fix(generate): remove unnecessary .imports subproperty | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,6 @@ export async function generate(targetPath = process.cwd()) {\nconst packageJson = JSON.parse(packageJsonString);\nconst result = await generateFromYarnLock(yarnLockString, packageJson, targetPath);\n-\nfs.writeFileSync('./import-map.json', JSON.stringify... | JavaScript | MIT License | open-wc/open-wc | fix(generate): remove unnecessary .imports subproperty (#549) | 1 | fix | generate |
679,913 | 05.07.2019 17:30:34 | -3,600 | ff0ed9eaad1c2c0611b7561cf3341531cbea27b9 | feat(shader-ast): add $xy, $xyz swizzle sugar | [
{
"change_type": "MODIFY",
"diff": "@@ -533,6 +533,22 @@ export const $w = <T extends \"vec4\" | \"ivec4\" | \"bvec4\">(\n): Swizzle<Select3<T, Vec, IVec, \"float\", \"int\", \"bool\">> =>\n<any>$(<any>val, \"w\");\n+export function $xy(val: Term<Vec>): Swizzle<\"vec2\">;\n+export function $xy(val: Term<IVe... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add $xy, $xyz swizzle sugar | 1 | feat | shader-ast |
679,913 | 05.07.2019 17:32:12 | -3,600 | 34b20f091fe6cacdbbf828d743ac16ea6a80b6cf | feat(shader-ast-stdlib): add readIndex fns, hash2, minor refactorings | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ export * from \"./matrix/lookat\";\nexport * from \"./matrix/mvp\";\nexport * from \"./matrix/normal\";\n-export * from \"./noise/hash3\";\n+export * from \"./noise/hash\";\nexport * from \"./noise/permute\";\nexport * from \"./noise/simplex2\";\nexport ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-stdlib): add readIndex fns, hash2, minor refactorings | 1 | feat | shader-ast-stdlib |
471,470 | 05.07.2019 18:57:49 | -7,200 | cd407e75e385ecbd769a3cfec2f50adcaee1b115 | feat(eslint-config): add import extensions linting rule
BREAKING CHANGE: imports now require a file extension
every import that is not a "pure" bare import requires a file extension
```js
// before
import '../my-el';
import '@open-wc/testing/index-no-side-effects';
import '@open-wc/testing';
// after
import '../my-el.j... | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ module.exports = {\nplugins: ['html'],\nrules: {\n'no-underscore-dangle': 'off',\n- 'import/extensions': 'off',\n+ 'import/extensions': ['error', 'always', { ignorePackages: true }],\n'import/prefer-default-export': 'off',\n'import/no-extraneous-dependenci... | JavaScript | MIT License | open-wc/open-wc | feat(eslint-config): add import extensions linting rule
BREAKING CHANGE: imports now require a file extension
every import that is not a "pure" bare import requires a file extension
```js
// before
import '../my-el';
import '@open-wc/testing/index-no-side-effects';
import '@open-wc/testing';
// after
import '../my-el.... | 1 | feat | eslint-config |
815,745 | 05.07.2019 19:06:44 | -10,800 | 2e4d329546954a582ad51755e51bdf3db9d74e80 | feat: update ng-select to support angular v8
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -67,9 +67,9 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy {\n@Output() scrollToEnd = new EventEmitter<void>();\n@Output() outsideClick = new EventEmitter<void>();\n- @ViewChild('content', { read: ElementRef }) contentElementRef: Eleme... | TypeScript | MIT License | ng-select/ng-select | feat: update ng-select to support angular v8
closes #1196 | 1 | feat | null |
815,745 | 05.07.2019 19:49:11 | -10,800 | 972af9a8fdd87926b732f2e8d44854257fab6807 | chore(tests): ignore coverage from irrelevant files | [
{
"change_type": "MODIFY",
"diff": "\"main\": \"src/ng-select/test.ts\",\n\"tsConfig\": \"src/ng-select/tsconfig.spec.json\",\n\"karmaConfig\": \"src/ng-select/karma.conf.js\",\n- \"watch\": false\n+ \"watch\": false,\n+ \"codeCoverageExclude\": [\n+ \"src/ng-select/testing/*\",\n+ \"src/ng-select/*.ts\",\n... | TypeScript | MIT License | ng-select/ng-select | chore(tests): ignore coverage from irrelevant files | 1 | chore | tests |
815,745 | 05.07.2019 20:10:22 | -10,800 | 643cf520093a7c703731152f3e689bbf837d431e | feat: expose blur method
BREAKING CHANGE: `filterValue` is now available as `searchTerm`
closes closes | [
{
"change_type": "MODIFY",
"diff": "@@ -177,6 +177,7 @@ map: {\n| open | Opens the select dropdown panel |\n| close | Closes the select dropdown panel |\n| focus | Focuses the select element |\n+| blur | Blurs the select element |\n### Other\nName | Type | Description |\n",
"new_path": "README.md",
... | TypeScript | MIT License | ng-select/ng-select | feat: expose blur method
BREAKING CHANGE: `filterValue` is now available as `searchTerm`
closes #1238, closes #1242 | 1 | feat | null |
815,745 | 05.07.2019 20:19:32 | -10,800 | 4fef383efd8c386cfd94ba3208edeb967971cdc8 | chore: remove [excludeGroupsFromDefaultSelection]
BREAKING CHANGE: `[excludeGroupsFromDefaultSelection]` is now removed until better solution is found | [
{
"change_type": "MODIFY",
"diff": "@@ -126,7 +126,6 @@ map: {\n| [clearOnBackspace] | `boolean` | `true` | no | Clear selected values one by one when clicking backspace. Default `true`|\n| [compareWith] | `(a: any, b: any) => boolean` | `(a, b) => a === b` | no | A function to compare the option values wit... | TypeScript | MIT License | ng-select/ng-select | chore: remove [excludeGroupsFromDefaultSelection]
BREAKING CHANGE: `[excludeGroupsFromDefaultSelection]` is now removed until better solution is found | 1 | chore | null |
217,922 | 05.07.2019 21:14:22 | -7,200 | 4c6b8af37f0864e8a28c1c8ad29537b175465b41 | fix: fixed a missing icon for SSR | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,7 @@ import {\nSelectOutline,\nSettingOutline,\nShareAltOutline,\n+ ShoppingOutline,\nSolutionOutline,\nUsergroupAddOutline\n} from '@ant-design/icons-angular/icons';\n@@ -114,7 +115,8 @@ const icons: IconDefinition[] = [\nLockOutline,\nLayoutOutline,\nUsergr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed a missing icon for SSR | 1 | fix | null |
603,467 | 05.07.2019 21:48:01 | -3,600 | 01f2831d54175f69d28c05614ff9851842d0c465 | docs(website): Api docs navigation sidebar | [
{
"change_type": "MODIFY",
"diff": "const\nassert = require('assert'),\n+ path = require('path'),\n+ fs = require('fs'),\nAbstractDoc = require('esdoc/out/src/Doc/AbstractDoc').default;\n// --- Monkey patches\n@@ -166,3 +168,22 @@ require('esdoc-publish-html-plugin/out/src/Builder/DocResolver').default.prot... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(website): Api docs navigation sidebar | 1 | docs | website |
217,922 | 05.07.2019 22:06:39 | -7,200 | 10aebfb670e96726a8d6cd5bd60b3ec072da66f9 | chore(release): 5.6.7 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.6.7\"></a>\n+## [5.6.7](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.6.7 | 1 | chore | release |
603,467 | 05.07.2019 22:43:14 | -3,600 | da756557ad050feb2d5bc70523b1d95c48e28c13 | docs(website): Sidebar for the handbook and changelog sections | [
{
"change_type": "MODIFY",
"diff": "</ul>\n<hr />\n<ul>\n- <li></li><a href=\"index.html\">Readme</a></li>\n- <li></li><a href=\"source.html\">Source code</a></li>\n- <li></li><a href=\"test.html\" data-ice=\"testLink\">Specs</a></li>\n- <li></li><a href=\"identifiers.html\">API Reference</a></li>\n+ <li><a... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(website): Sidebar for the handbook and changelog sections | 1 | docs | website |
447,440 | 05.07.2019 23:10:36 | 18,000 | de47b0570187f741c20d2822d27860e67843386d | styles: fix tableWithBrowserPagination styles | [
{
"change_type": "MODIFY",
"diff": "position: absolute;\ndisplay: block;\nright: 12px;\n- bottom: 45%;\n+ bottom: 42.5%;\npointer-events: none;\nwidth: 0.45rem;\nheight: 0.45rem;\n",
"new_path": "src/components/TableWithBrowserPagination/styles.css",
"old_path": "src/components/TableWithBrowserPagin... | JavaScript | MIT License | nexxtway/react-rainbow | styles: fix tableWithBrowserPagination styles (#825) | 1 | styles | null |
217,922 | 06.07.2019 00:11:22 | -7,200 | c596e744296f47f5ad81409d6d6bd519602733ae | fix(simulator): fixed an issue with macrolock not applied on each macro | [
{
"change_type": "MODIFY",
"diff": "@@ -59,7 +59,7 @@ export class MacroPopupComponent implements OnInit {\n// One macro is 15 lines, if this one is full, create another one.\n// Alternatively, if breaking on Reclaim is enabled, split there too.\nif ((this.breakOnReclaim && (macroFragment.length === reclaim... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with macrolock not applied on each macro | 1 | fix | simulator |
217,922 | 06.07.2019 00:12:54 | -7,200 | ff0a755608c7724ff9447ab094343128127f3126 | feat(simulator): consumables checkbox is now persisted in localstorage | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ export class MacroPopupComponent implements OnInit {\npublic macroLock = localStorage.getItem('macros:macrolock') === 'true';\n- public addConsumables = false;\n+ public addConsumables = localStorage.getItem('macros:consumables') === 'true';\nrotation: C... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): consumables checkbox is now persisted in localstorage | 1 | feat | simulator |
447,451 | 06.07.2019 00:47:16 | 14,400 | 2db7c185266dcecb94b3521deb88e482d18eb13f | feat: implement withDebounce hoc | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,7 @@ import VerticalNavigation from './VerticalNavigation';\nimport VerticalSection from './VerticalSection';\nimport VerticalSectionOverflow from './VerticalSectionOverflow';\nimport TableWithBrowserPagination from './TableWithBrowserPagination';\n+import wi... | JavaScript | MIT License | nexxtway/react-rainbow | feat: implement withDebounce hoc (#826) | 1 | feat | null |
679,913 | 06.07.2019 00:56:06 | -3,600 | 423fd8418dc22931e62203781f8d73b586596d1d | feat(shader-ast): update numeric ctors/casts, update swizzles, add uvec/bvec ctors | [
{
"change_type": "MODIFY",
"diff": "@@ -201,6 +201,8 @@ export type Comparable = \"float\" | Int;\nexport type Numeric = number | FloatTerm | IntTerm | UintTerm;\nexport type NumericF = number | FloatTerm;\nexport type NumericI = number | IntTerm;\n+export type NumericU = number | UintTerm;\n+export type Nu... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): update numeric ctors/casts, update swizzles, add uvec/bvec ctors | 1 | feat | shader-ast |
679,913 | 06.07.2019 01:00:50 | -3,600 | a0af3959d6c5a9d49426ce66a594113e0f1b9650 | feat(shader-ast): update texture builtins, add texelFetchOffset | [
{
"change_type": "MODIFY",
"diff": "@@ -9,9 +9,9 @@ import {\nMat,\nPrim,\nSampler,\n- Sampler2DSym,\n- Sampler3DSym,\n- SamplerCubeSym,\n+ Sampler2DTerm,\n+ Sampler3DTerm,\n+ SamplerCubeTerm,\nSym,\nTerm,\nVec,\n@@ -212,21 +212,21 @@ export const all = (v: Term<BVec>): FnCall<\"bool\"> =>\nexport const _no... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): update texture builtins, add texelFetchOffset | 1 | feat | shader-ast |
679,913 | 06.07.2019 01:02:12 | -3,600 | a804c28719c8660fa60d2b51e7729fc0682be495 | feat(shader-ast-stdlib): add indexTo*() and readIndex*() fns | [
{
"change_type": "MODIFY",
"diff": "@@ -52,4 +52,6 @@ export * from \"./sdf/torus\";\nexport * from \"./sdf/tri\";\nexport * from \"./sdf/union\";\n+export * from \"./tex/index-coord\";\n+export * from \"./tex/index-uv\";\nexport * from \"./tex/read-index\";\n",
"new_path": "packages/shader-ast-stdlib/s... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-stdlib): add indexTo*() and readIndex*() fns | 1 | feat | shader-ast-stdlib |
679,913 | 06.07.2019 01:03:50 | -3,600 | 7e559a1c02a93cfc3ad93c3fe1b15ab5dbcb621a | fix(webgl): uniform array & output var handling | [
{
"change_type": "MODIFY",
"diff": "@@ -283,7 +283,7 @@ export const shaderSourceFromAST = (\nfor (let id in spec.uniforms) {\nconst u = spec.uniforms[id];\nunis[id] = isArray(u)\n- ? u.length === 3\n+ ? u[0].indexOf(\"[]\") > 0\n? uniform(u[0], id, { num: <number>u[1] })\n: uniform(u[0], id)\n: uniform(u, ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(webgl): uniform array & output var handling | 1 | fix | webgl |
679,913 | 06.07.2019 01:05:19 | -3,600 | ce286ad0ffe5f67ed829e4d623bcea3513a08992 | fix(webgl): update GPGPU texture & shader handling | [
{
"change_type": "MODIFY",
"diff": "@@ -1095,7 +1095,7 @@ export interface GPGPUTextureConfig\nexport interface GPGPUJobConfig {\nshader: ShaderSpec;\n- src: string;\n+ src: string | ShaderFn;\nuniforms: ShaderUniformSpecs;\ninputs: number;\noutputs?: number;\n@@ -1116,7 +1116,7 @@ export const GL_RGBA32F =... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(webgl): update GPGPU texture & shader handling | 1 | fix | webgl |
679,913 | 06.07.2019 01:05:43 | -3,600 | 2fea5077dd2ec54b0451080bcde8888b06929536 | fix(webgl): update lambert shader preset | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import {\n} from \"@thi.ng/shader-ast\";\nimport {\ndiffuseLighting,\n+ halfLambert,\nlambert,\nsurfaceNormal,\ntransformMVP\n@@ -18,9 +19,10 @@ import { defMaterial } from \"../material\";\nimport { autoNormalMatrix2 } from \"../matrices\";\nimport { colo... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(webgl): update lambert shader preset | 1 | fix | webgl |
679,913 | 06.07.2019 03:16:59 | -3,600 | 65b2a15d78e367c95250cda0c805cd0654ccb8f3 | feat(shader-ast-stdlib): add more hash fns, update voronoise2 | [
{
"change_type": "MODIFY",
"diff": "import {\n+ $,\n+ $x,\n+ $y,\n+ $z,\n+ add,\n+ assign,\ndefn,\ndot,\nfract,\n@@ -6,19 +12,26 @@ import {\nmul,\nret,\nsin,\n+ sym,\nvec2,\n- vec3\n+ vec3,\n+ vec4\n} from \"@thi.ng/shader-ast\";\n+import { FloatSym, Vec3Sym, Vec4Sym } from \"@thi.ng/shader-ast/api\";\n/**... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-stdlib): add more hash fns, update voronoise2 | 1 | feat | shader-ast-stdlib |
679,913 | 06.07.2019 03:17:55 | -3,600 | c63058e2b2d6301db1344bc7f55f632a49fb605c | fix(shader-ast-js): add missing faceForward, reflect, refract builtins | [
{
"change_type": "MODIFY",
"diff": "@@ -138,6 +138,7 @@ import {\nexp2,\nexp3,\nexp4,\n+ faceForward,\nfloor2,\nfloor3,\nfloor4,\n@@ -207,6 +208,8 @@ import {\nradians2,\nradians3,\nradians4,\n+ reflect,\n+ refract,\nrshiftI2,\nrshiftI3,\nrshiftI4,\n@@ -369,10 +372,13 @@ export interface JSBuiltinsVec\nexte... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(shader-ast-js): add missing faceForward, reflect, refract builtins | 1 | fix | shader-ast-js |
679,913 | 06.07.2019 03:19:51 | -3,600 | 98e07808d053a819b343f0b707ea001d0fe791c0 | refactor(webgl): remove obsolete defglsl & old shader snippets, update deps | [
{
"change_type": "MODIFY",
"diff": "\"@thi.ng/associative\": \"^2.3.0\",\n\"@thi.ng/binary\": \"^1.0.6\",\n\"@thi.ng/checks\": \"^2.1.6\",\n- \"@thi.ng/dgraph\": \"^1.1.9\",\n\"@thi.ng/equiv\": \"^1.0.6\",\n\"@thi.ng/errors\": \"^1.0.6\",\n\"@thi.ng/matrices\": \"^0.4.0\",\n",
"new_path": "packages/webg... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(webgl): remove obsolete defglsl & old shader snippets, update deps | 1 | refactor | webgl |
679,913 | 06.07.2019 03:20:27 | -3,600 | 8ac6ac7342f27ec4ebb4fd0530e5f8ee89a6a164 | fix(examples): update webgl examples | [
{
"change_type": "MODIFY",
"diff": "@@ -24,8 +24,7 @@ import {\nGLMat4,\nModelSpec,\nshader,\n- ShaderSpec,\n- VERSION_CHECK\n+ ShaderSpec\n} from \"@thi.ng/webgl\";\nconst CUBEMAP_SHADER: ShaderSpec = {\n@@ -37,13 +36,9 @@ const CUBEMAP_SHADER: ShaderSpec = {\n],\nfs: (_, unis, ins, outs) => [\ndefMain(() ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): update webgl examples | 1 | fix | examples |
401,147 | 06.07.2019 10:15:52 | -19,080 | 0e53131dc8f1076449c9ed002d39c78ab588bcf9 | refactor: moved common code to helpers file
affects: | [
{
"change_type": "MODIFY",
"diff": "-import { equalsIgnoreCase, includesIgnoreCase, WithStyle } from '@medly-components/utils';\n+import { WithStyle } from '@medly-components/utils';\nimport React, { useState } from 'react';\nimport FieldWithLabel from '../FieldWithLabel';\nimport Input from '../Input';\nim... | TypeScript | MIT License | medly/medly-components | refactor: moved common code to helpers file
affects: @medly-components/core | 1 | refactor | null |
531,793 | 06.07.2019 10:57:05 | -3,600 | f0fee594d955cc808c1754a1badae42e92d87a8c | feat(api): add labels stats to the api response
These will be used by an overview modal, showing top labels. | [
{
"change_type": "MODIFY",
"diff": "package main\nimport (\n+ \"math\"\n+ \"sort\"\n+\n\"github.com/prymitive/karma/internal/alertmanager\"\n\"github.com/prymitive/karma/internal/filters\"\n\"github.com/prymitive/karma/internal/models\"\n@@ -22,6 +25,45 @@ func getFiltersFromQuery(filterStrings []string) ([... | TypeScript | Apache License 2.0 | prymitive/karma | feat(api): add labels stats to the api response
These will be used by an overview modal, showing top labels. | 1 | feat | api |
401,147 | 06.07.2019 11:42:51 | -19,080 | 0d55ee4c868364c96d98d722d40f1768b191d098 | feat: added fullWidth functionality to Text component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -1790,7 +1790,7 @@ exports[`Select component should render options correctly 2`] = `\nclass=\"Optionstyled__OptionStyled-spa1sf-0 fbHLAT\"\n>\n<span\n- class=\"Textstyled__TextStyled-sc-1ntgl3l-0 hSvGtU\"\n+ class=\"Textstyled__TextStyled-sc-1ntgl3l-0 VMJgD\"\n>\nAll\n... | TypeScript | MIT License | medly/medly-components | feat: added fullWidth functionality to Text component
affects: @medly-components/core | 1 | feat | null |
722,013 | 06.07.2019 14:15:44 | 18,000 | 430b3604334761cd86d787294138583e0f170f83 | test: add lerna test | [
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"@test-vue-docgen/mixins\",\n+ \"version\": \"0.0.1\",\n+ \"module\": \"src/index.js\",\n+ \"license\": \"MIT\",\n+ \"private\": true\n+}\n",
"new_path": "packages/docgen-tests/package.json",
"old_path": null
},
{
"change_type": "ADD",
"d... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: add lerna test | 1 | test | null |
815,577 | 06.07.2019 14:46:26 | -28,800 | 36c46a2bc401541c7981300c85bbfb259b4a7711 | fix: reserved only do nothing except for connect all reserved peers | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,6 @@ impl OutboundPeerService {\n}\npaddrs\n});\n- let p2p_control = self.p2p_control.clone();\ntrace!(\n\"count={}, attempt_peers: {:?} is_feeler: {}\",\ncount,\n@@ -62,10 +61,26 @@ impl OutboundPeerService {\nfor paddr in attempt_peers {\nlet PeerAddr { pee... | Rust | MIT License | nervosnetwork/ckb | fix: reserved only do nothing except for connect all reserved peers | 1 | fix | null |
722,013 | 06.07.2019 15:16:17 | 18,000 | 7537ff351beb1edb9f2ca11a30a3643286a989e3 | style: make loggers vsg specific | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ const pick = require('lodash/pick')\nconst commonDir = require('common-dir')\nconst generate = require('escodegen').generate\nconst toAst = require('to-ast')\n-const logger = require('glogg')('rsg')\n+const logger = require('glogg')('vsg')\nconst fileExist... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | style: make loggers vsg specific | 1 | style | null |
722,013 | 06.07.2019 15:23:36 | 18,000 | 296e1cde5614b07693241187ea559a1e2f46176f | fix: transform error into warning when NOENT
so that doc is generated with what it has | [
{
"change_type": "MODIFY",
"diff": "-const { join } = require('path');\n+const { join } = require('path')\nconst SUFFIXES = ['', '.js', '.ts', '.vue', '.jsx', '.tsx']\n@@ -26,9 +26,9 @@ export default function resolvePathFrom(path: string, from: string[]): string {\nif (!finalPath.length) {\nfor (let i = 0;... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: transform error into warning when NOENT
so that doc is generated with what it has | 1 | fix | null |
722,013 | 06.07.2019 15:41:55 | 18,000 | 1b4eb0aec0fe1e5883ccabb3f98506e4000af68e | fix(docgen): resolve es6 modules properly
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,8 @@ const { join } = require('path')\nconst SUFFIXES = ['', '.js', '.ts', '.vue', '.jsx', '.tsx']\nexport default function resolvePathFrom(path: string, from: string[]): string {\n- let finalPath = ''\n+ let finalPath: string = ''\n+\nSUFFIXES.forEach(s => {\n... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(docgen): resolve es6 modules properly
Closes #478 | 1 | fix | docgen |
679,913 | 06.07.2019 15:49:33 | -3,600 | f8f245bcf46c7d80553284c26db9976b744a292f | feat(shader-ast): add support for (iu)sampler types, add textureGrad() | [
{
"change_type": "MODIFY",
"diff": "@@ -81,7 +81,19 @@ export type Type =\n| \"sampler2DShadow\"\n| \"sampler2DShadow[]\"\n| \"samplerCubeShadow\"\n- | \"samplerCubeShadow[]\";\n+ | \"samplerCubeShadow[]\"\n+ | \"isampler2D\"\n+ | \"isampler2D[]\"\n+ | \"isampler3D\"\n+ | \"isampler3D[]\"\n+ | \"isamplerCub... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add support for (iu)sampler types, add textureGrad() | 1 | feat | shader-ast |
722,013 | 06.07.2019 16:36:03 | 18,000 | 5aa59a666d6177da1de7b8e13d76e83cbd55ef95 | fix: allow importing non component files
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -31,13 +31,13 @@ export default function parseScript(\nconst ast = cacher(() => recast.parse(source, { parser: buildParser({ plugins }) }), source)\nif (!ast) {\n- throw new Error(ERROR_MISSING_DEFINITION)\n+ throw new Error(`${ERROR_MISSING_DEFINITION} on \"${options.... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: allow importing non component files
closes #436 | 1 | fix | null |
679,913 | 06.07.2019 16:39:58 | -3,600 | ac179a3e0f4d0c25168a369ceda354d25be2abc0 | feat(shader-ast): add powf(), update matchingPrimFor() | [
{
"change_type": "MODIFY",
"diff": "@@ -214,7 +214,10 @@ export const numberWithMatchingType = (t: Term<Prim | Int>, x: number) => {\nexport const matchingPrimFor = <T extends Prim>(\nt: Term<T>,\nx: FloatTerm\n-): Term<T> => (<any>{ float, vec2, vec3, vec4 })[t.type](x);\n+): Term<T> => {\n+ const ctor = (... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add powf(), update matchingPrimFor() | 1 | feat | shader-ast |
722,013 | 06.07.2019 16:46:33 | 18,000 | da5e2655f3f1dff21db8e32654c9fd6b33de044c | test: rename test component folder | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "packages/vue-docgen-api/tests/components/non-component-require/deps/moduleExports.js",
"old_path": "packages/vue-docgen-api/tests/components/require-fail/deps/moduleExports.js"
},
{
"change_type": "RENAME",
"diff": "",
"new_path": "... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: rename test component folder | 1 | test | null |
722,013 | 06.07.2019 16:54:12 | 18,000 | 5a9bd4fe203f11c9841e97ff7dfbd1b6263f1686 | test: test if mixinsHandler parse all required | [
{
"change_type": "MODIFY",
"diff": "@@ -104,4 +104,23 @@ describe('mixinsHandler', () => {\nexpect(mockParse).not.toHaveBeenCalled()\ndone()\n})\n+\n+ it('should ignore variables that are not mixins', done => {\n+ const src = [\n+ 'const { maxin } = require(\"./maxins\");',\n+ 'const foo = require(\"./bar\"... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: test if mixinsHandler parse all required | 1 | test | null |
722,013 | 06.07.2019 16:59:24 | 18,000 | 4b1e43b253c5674e7a982607256396dd47d03270 | fix(docgen): avoid parse files that are'nt potential components
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ export default function mixinsHandler(\n// filter only mixins\nconst mixinVariableNames = getMixinsVariableNames(componentDefinition)\n- if (!mixinVariableNames) {\n+ if (!mixinVariableNames || !mixinVariableNames.length) {\nreturn\n}\n",
"new_path":... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(docgen): avoid parse files that are'nt potential components
Closes #436 | 1 | fix | docgen |
722,013 | 06.07.2019 17:05:09 | 18,000 | d76f5df0858ac2bff577d34d9c715ce7e2078171 | docs: fix homepages in package.json | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"vue-cli-plugin-styleguidist\",\n\"version\": \"3.15.3\",\n\"description\": \"vue cli 3.0 plugin for vue-styleguidist\",\n+ \"homepage\": \"https://vue-styleguidist.github.io\",\n\"main\": \"index.js\",\n\"repository\": {\n\"type\": \"git\",\n",
"new_path":... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: fix homepages in package.json | 1 | docs | null |
679,913 | 06.07.2019 17:06:11 | -3,600 | 4b6e4febf40ec6e78dc0521f072b1bba2314fb2b | feat(shader-ast-stdlib): add more functions
toLinear() / toSRGB()
luminanceRGB()
cartesian2/3() / polar2/3()
perpendicularCW/CCW()
sincos() / cossin()
rotation matrix factories for mat2/3/4 | [
{
"change_type": "ADD",
"diff": "+import {\n+ float,\n+ FloatTerm,\n+ pow,\n+ Prim,\n+ Term,\n+ vec2,\n+ vec3,\n+ vec4\n+} from \"@thi.ng/shader-ast\";\n+\n+const GAMMA = float(2.2);\n+const INV_GAMMA = float(1 / 2.2);\n+\n+const $ = <T extends Prim>(t: Term<T>, x: FloatTerm): Term<T> => <any>{\n+ float: x,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-stdlib): add more functions
- toLinear() / toSRGB()
- luminanceRGB()
- cartesian2/3() / polar2/3()
- perpendicularCW/CCW()
- sincos() / cossin()
- rotation matrix factories for mat2/3/4 | 1 | feat | shader-ast-stdlib |
815,598 | 06.07.2019 18:25:25 | -28,800 | 58a64d03952f03ed52029d564dbde8398245eb02 | chore: bump code name to rylai-v6 | [
{
"change_type": "MODIFY",
"diff": "@@ -14,8 +14,8 @@ index = 2\ncode_hash = \"0x0450e0eb0ad787135c1243e5730f72fa3bc8837e232e928c7f4b1efdd6692582\"\n[ckb_testnet]\n-genesis = \"0x29ebd37a0647ea1b06f90604b4f2465d94a7519ea198e9bf988ee8794b573cab\"\n-cellbase = \"0x4c08c726c2891997ef1b374b290811bdd1de4084ab0dc... | Rust | MIT License | nervosnetwork/ckb | chore: bump code name to rylai-v6 | 1 | chore | null |
815,598 | 06.07.2019 18:32:09 | -28,800 | 03f283831deff1c21acec9b81937bec5dea41cb5 | chore: setup stale | [
{
"change_type": "ADD",
"diff": "+# Number of days of inactivity before an issue becomes stale\n+daysUntilStale: 49\n+# Number of days of inactivity before a stale issue is closed\n+daysUntilClose: 7\n+# Issues with these labels will never be considered stale\n+exemptLabels:\n+ - pinned\n+ - m:security\n+# ... | Rust | MIT License | nervosnetwork/ckb | chore: setup stale | 1 | chore | null |
217,922 | 06.07.2019 19:04:29 | -7,200 | 978ef8063027ce06451e6ec94ab4b788a8beb73a | fix(simulator): fixed an issue with HQ ingredients not available when coming from a list | [
{
"change_type": "MODIFY",
"diff": "@@ -69,6 +69,7 @@ export class SimulatorPageComponent extends SeoPageComponent {\nmap(item => {\nif (params.get('recipeId') === null && item.craft.length > 0) {\nthis.router.navigate([item.craft[0].id], { relativeTo: this.route });\n+ return item.craft.find(c => c.id.toSt... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with HQ ingredients not available when coming from a list | 1 | fix | simulator |
217,922 | 06.07.2019 19:07:30 | -7,200 | 002800f3bbdc41f6b2b61a7e491c6794f0810bba | chore(release): 5.6.8 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.6.8\"></a>\n+## [5.6.8](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.6.8 | 1 | chore | release |
815,598 | 06.07.2019 19:39:14 | -28,800 | 46155b64c158b8eb263db5e9260e1200ce2f84d3 | chore: package ckb-cli v0.15.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- # - CKB_CLI_VERSION=v0.15.0\n+ - CKB_CLI_VERSION=v0.15.0\naddons:\napt:\n",
"new_path": ".travis.yml",
"old_path": ".travis.yml"
},
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ trig... | Rust | MIT License | nervosnetwork/ckb | chore: package ckb-cli v0.15.0 | 1 | chore | null |
217,922 | 06.07.2019 20:30:55 | -7,200 | f7eb62f56d0a5eeb6cf827b9ea28d487fb046059 | fix(db): fixed broken action icons | [
{
"change_type": "MODIFY",
"diff": "[nzAvatar]=\"actionAvatar\"\n[nzTitle]=\"actionTitle\">\n<ng-template #actionAvatar>\n- <img [src]=\"sharedAction | actionIcon\" alt=\"\" [appXivdbActionTooltip]=\"sharedAction\">\n+ <img [src]=\"sharedAction | actionIcon | xivapiIcon\" alt=\"\" [appXivdbActionTooltip]=\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed broken action icons | 1 | fix | db |
679,913 | 06.07.2019 20:56:51 | -3,600 | 5c6fa50c7c80a521b99658e1811144998383aa27 | fix(webgl-msdf): update madd call sites | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,7 @@ export const text = (\nfor (let j = 0; j < line.length; j++, id++) {\nconst g = glyphs.chars[line[j]];\nconst [sx, sy] = mul2([], g.size, dir);\n- const [x, y] = madd2([], [xx, yy], g.offset, dir);\n+ const [x, y] = madd2([], g.offset, dir, [xx, yy]);\na... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(webgl-msdf): update madd call sites (#95) | 1 | fix | webgl-msdf |
679,913 | 06.07.2019 20:57:43 | -3,600 | 3250c8278d19b7182f612640aae9c051ce73183e | fix(geom-poly-utils): update madd call sites | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import {\nmaddN2,\nmag,\nnormalize,\n- perpendicularLeft2,\n+ perpendicularCCW,\nsub2,\nVec\n} from \"@thi.ng/vectors\";\n@@ -12,8 +12,8 @@ export const equilateralTriangle2 = (a: Vec, b: Vec) => {\nconst dir = sub2([], b, a);\nconst c = normalize(\nnull,\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(geom-poly-utils): update madd call sites (#95) | 1 | fix | geom-poly-utils |
679,913 | 06.07.2019 20:59:02 | -3,600 | d2e9969fd69b17f45abbed90029db3028dbb1d3d | fix(geom-isec): update madd & perpendicular call sites | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import {\nmaddN,\nmag,\nmulN,\n- perpendicularLeft2,\n+ perpendicularCCW,\nReadonlyVec,\nsub\n} from \"@thi.ng/vectors\";\n@@ -27,8 +27,8 @@ export const intersectCircleCircle = (\nar *= ar;\nconst alpha = (ar - br * br + d * d) / (2 * d);\nconst h = Math.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(geom-isec): update madd & perpendicular call sites (#95) | 1 | fix | geom-isec |
679,913 | 06.07.2019 21:00:00 | -3,600 | a96e0285a942b61c35e8536c20aec6c781fff642 | fix(geom): update madd/maddN call sites | [
{
"change_type": "MODIFY",
"diff": "@@ -499,7 +499,7 @@ export class Ray implements IHiccupShape {\n\"line\",\nthis.attribs,\nthis.pos,\n- maddN2([], this.pos, this.dir, 1e6)\n+ maddN2([], this.dir, 1e6, this.pos)\n];\n}\n}\n",
"new_path": "packages/geom/src/api.ts",
"old_path": "packages/geom/src/a... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(geom): update madd/maddN call sites (#95) | 1 | fix | geom |
679,913 | 06.07.2019 21:00:35 | -3,600 | 4a985c5c5a6bce6914d1081567a1d175aa08bf18 | fix(matrices): update maddN call sites | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ export const mixQ = (\nu = Math.sin(theta * (1 - t)) / stheta;\nv = Math.sin(theta * t) / stheta;\n}\n- return maddN4(null, mulN4(out, a, u), b, v);\n+ return maddN4(null, b, v, mulN4(out, a, u));\n}\nreturn a !== out ? set4(out, a) : out;\n};\n",
"n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(matrices): update maddN call sites (#95) | 1 | fix | matrices |
679,913 | 06.07.2019 21:02:32 | -3,600 | 486bdc15c6c3cd67e3864af4ccc81aa9a4140037 | fix(examples): update madd call sites | [
{
"change_type": "MODIFY",
"diff": "@@ -258,9 +258,9 @@ const app = () => {\n// prettier-ignore\nconst eye = madd(\nnull,\n- [0, -4, 5],\nmouse.deref() || ZERO3,\n- [2, 0.5, 0]\n+ [2, 0.5, 0],\n+ [0, -4, 5]\n);\nconst view = lookAt([], eye, ZERO3, Y3);\nbody.uniforms!.modelview = <GLMat4>(\n",
"new_path... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): update madd call sites (#95) | 1 | fix | examples |
217,922 | 06.07.2019 23:22:37 | -7,200 | ea2110578130160c376eff2300d73ad2453efef8 | feat(db): added more monster drop data thanks to Etherealrose | [
{
"change_type": "ADD",
"diff": "+export const monsterDrops = {\n+ '8506': [\n+ 27764\n+ ],\n+ '8507': [\n+ 27763\n+ ],\n+ '8511': [\n+ 27732\n+ ],\n+ '8525': [\n+ 27850\n+ ],\n+ '8533': [\n+ 27798\n+ ],\n+ '8552': [\n+ 27852,\n+ 5347\n+ ],\n+ '8553': [\n+ 27852,\n+ 5347\n+ ],\n+ '8563': [\n+ 27735\n+ ],\n+... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): added more monster drop data thanks to Etherealrose | 1 | feat | db |
217,922 | 07.07.2019 00:22:44 | -7,200 | 5976ce4fb65fd03ed741c60a6643717916c82807 | fix(db): possible fix for "missing name" map pages with deep link preview | [
{
"change_type": "MODIFY",
"diff": "@@ -415,8 +415,8 @@ export class MapPageComponent extends TeamcraftPageComponent {\n}\nprotected getSeoMeta(): Observable<Partial<SeoMetaConfig>> {\n- return this.map$.pipe(\n- map(mapData => {\n+ return combineLatest([this.map$, this.lazyData.loaded$]).pipe(\n+ map(([map... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): possible fix for "missing name" map pages with deep link preview | 1 | fix | db |
679,913 | 07.07.2019 00:24:45 | -3,600 | c858dce186eb2528eec66dd344e9e73ad97c4286 | fix(shader-ast-stdlib): fix rotationX4/Y4 return types | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ export const rotationZ3 = defn(\"mat3\", \"rotationZ3\", [[\"float\"]], (theta) => {\n];\n});\n-export const rotationX4 = defn(\"mat3\", \"rotationX4\", [[\"float\"]], (theta) => {\n+export const rotationX4 = defn(\"mat4\", \"rotationX4\", [[\"float\"]],... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(shader-ast-stdlib): fix rotationX4/Y4 return types | 1 | fix | shader-ast-stdlib |
679,913 | 07.07.2019 00:25:19 | -3,600 | f0370b0b406b30cf23ab802eec4e935e5efd3300 | feat(shader-ast-js): add missing texture lookup stubs | [
{
"change_type": "MODIFY",
"diff": "@@ -403,8 +403,11 @@ export interface JSBuiltinsMat\nexport interface JSBuiltinsSampler {\ntexelFetch: Fn3<number, Vec, number, Vec>;\n+ texelFetchOffset: Fn4<number, Vec, number, Vec, Vec>;\ntexture: Fn3<number, Vec, number, Vec>;\ntexturen: Fn3<number, Vec, number, numb... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-js): add missing texture lookup stubs | 1 | feat | shader-ast-js |
679,913 | 07.07.2019 00:25:50 | -3,600 | b65bb692bc5698c6ba8ced0cd1db825b1768c33d | docs: update shader-ast-* readmes | [
{
"change_type": "MODIFY",
"diff": "@@ -42,14 +42,57 @@ yarn add @thi.ng/shader-ast-glsl\n## Usage examples\n-Partially commented examples:\n+There're are several `shader-ast` & `webgl` examples in the\n+[/examples](https://github.com/thi-ng/umbrella/tree/master/examples)\n+folder of this repo, for example.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: update shader-ast-* readmes | 1 | docs | null |
679,913 | 07.07.2019 00:34:05 | -3,600 | 85b671ddfee4b74262374d46f4ce0129481e292a | docs: minor update readme's | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ This project is part of the\nGLSL code generator for\n[@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/feature/webgl/packages/shader-ast).\n-Supports GLSL ES 1.00 (WebGL) & GLSL ES 3.00 (WebGL 2).\n+Currently supports GLSL ES 1.00 (WebGL) & G... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: minor update readme's | 1 | docs | null |
679,913 | 07.07.2019 02:18:30 | -3,600 | 71362fb13974fc0330346812b553a96e51d8945d | build(shader-ast-stdlib): update package | [
{
"change_type": "MODIFY",
"diff": "\"build:es6\": \"tsc --declaration\",\n\"build:bundle\": \"../../scripts/bundle-module\",\n\"test\": \"rimraf build && tsc -p test/tsconfig.json && nyc mocha build/test/*.js\",\n- \"clean\": \"rimraf *.js *.d.ts .nyc_output build coverage doc lib fog lighting math matrix ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(shader-ast-stdlib): update package | 1 | build | shader-ast-stdlib |
679,913 | 07.07.2019 03:31:10 | -3,600 | d50e102b96d562379ae9862eb3147a94ed038de5 | build: update shader-ast & webgl packages | [
{
"change_type": "MODIFY",
"diff": "\"AST\",\n\"DSL\",\n\"ES6\",\n+ \"fog\",\n\"functional\",\n+ \"higher order\",\n+ \"inline\",\n\"GLSL\",\n+ \"GPGPU\",\n+ \"math\",\n+ \"matrix\",\n+ \"noise\",\n+ \"raymarch\",\n+ \"random\",\n+ \"sdf\",\n\"shader\",\n+ \"texture\",\n\"typescript\",\n\"webgl\",\n\"webgl2... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update shader-ast & webgl packages | 1 | build | null |
679,913 | 07.07.2019 03:33:07 | -3,600 | ebaa1c261be41930354b161f7ed7ded3a23f7b1f | refactor(shader-ast-stdlib): reorg src folder | [
{
"change_type": "MODIFY",
"diff": "@@ -7,8 +7,8 @@ export * from \"./fog/exp\";\nexport * from \"./fog/exp2\";\nexport * from \"./fog/linear\";\n-export * from \"./lighting/lambert\";\n-export * from \"./lighting/trilight\";\n+export * from \"./light/lambert\";\n+export * from \"./light/trilight\";\nexport... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(shader-ast-stdlib): reorg src folder | 1 | refactor | shader-ast-stdlib |
679,913 | 07.07.2019 03:34:04 | -3,600 | 3dcd5fed585ab204be8e824b50e74368a7cb582e | docs: update shader-ast & webgl readme's | [
{
"change_type": "MODIFY",
"diff": "@@ -46,11 +46,16 @@ There're are several `shader-ast` & `webgl` examples in the\n[/examples](https://github.com/thi-ng/umbrella/tree/feature/webgl/examples)\nfolder of this repo, for example...\n-(Non-exhaustive list)\n-\n-- [2D SDF](https://demo.thi.ng/umbrella/shader-as... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: update shader-ast & webgl readme's | 1 | docs | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.