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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
791,704 | 17.06.2019 17:10:44 | 25,200 | 5c65f06a8fe12287e2f631406967b31df5c2d2b3 | misc: suggest uploading issue repro | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,8 @@ about: Report something working incorrectly\n#### Provide the steps to reproduce\n1. Run LH on <affected url>\n+<!-- If your page is only local, or is liable to change, consider uploading a repro so that we can more easily debug the problem. Some service... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: suggest uploading issue repro (#9217) | 1 | misc | null |
127,946 | 17.06.2019 17:14:42 | -10,800 | 79be9b83a1a03624ba47fa4fd3b9ac7c66408608 | feat(colors): colors cleanup | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ const single: CSSObject = {\nconst multi = {\ncolor: colors.neutral[10],\n- backgroundColor: colors.highlight,\n+ backgroundColor: colors.palette.vegeta[100],\n};\nconst active: CSSObject = {\n",
"new_path": "design/components/src/badge/modifiers.ts"... | TypeScript | MIT License | coingaming/moon-design | feat(colors): colors cleanup | 1 | feat | colors |
67,476 | 17.06.2019 17:21:01 | -7,200 | b4907bce3f64c12f453aa50f904f1290bab5cb1b | ci: force dry publish | [
{
"change_type": "MODIFY",
"diff": "@@ -317,27 +317,27 @@ workflows:\n# Triggered by push to master or topic branches\nbuild_test:\njobs:\n- - unit_test:\n- <<: *filter_ignore_develop_release\n- name: unit_test_chrome\n- e: docker-circleci\n- npm_command: \"test-chrome\"\n- - unit_test:\n- <<: *filter_ignor... | TypeScript | MIT License | aurelia/aurelia | ci: force dry publish | 1 | ci | null |
127,946 | 17.06.2019 17:49:20 | -10,800 | fcf3d3978aa055fc54a33cf9de2b08f4ef0a2a33 | fix(portals): update colors | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ const Container: React.FC<{\nactive?: boolean;\n}> = styled.div(({ backgroundIcon, active }) => [\n{\n- backgroundColor: colors.secondary,\n+ backgroundColor: colors.neutral[70],\npaddingTop: spacing(),\npaddingBottom: spacing(),\npaddingRight: spacing('... | TypeScript | MIT License | coingaming/moon-design | fix(portals): update colors | 1 | fix | portals |
815,569 | 17.06.2019 18:33:41 | -28,800 | 04b201a4c5a447d1da38a88762dd9b57cf98ed4d | chore: try_into to into | [
{
"change_type": "MODIFY",
"diff": "@@ -538,7 +538,7 @@ mod tests {\nuse ckb_verification::{BlockVerifier, HeaderResolverWrapper, HeaderVerifier, Verifier};\nuse jsonrpc_types::{BlockTemplate, CellbaseTemplate};\nuse numext_fixed_hash::H256;\n- use std::convert::TryInto;\n+ use std::convert::Into;\nuse std:... | Rust | MIT License | nervosnetwork/ckb | chore: try_into to into | 1 | chore | null |
71,101 | 17.06.2019 19:16:21 | -7,200 | 6446b7825cfd20eb997ce754cf1830a6327c2e85 | refactor(lambda): Standardize Lambda API
`Alias`es and `Version`s are now `IFunctions`, and other fixes.
BREAKING CHANGE:
Renamed `Function.addLayer` to `addLayers` and made it variadic
Removed `IFunction.handler` property
Removed `IVersion.versionArn` property (the value is at `functionArn`)
Removed `SingletonLayerVer... | [
{
"change_type": "MODIFY",
"diff": "@@ -739,7 +739,7 @@ export class CloudFrontWebDistribution extends cdk.Construct implements IDistrib\nlambdaFunctionAssociations: input.lambdaFunctionAssociations\n.map(fna => ({\neventType: fna.eventType,\n- lambdaFunctionArn: fna.lambdaFunction && fna.lambdaFunction.ver... | TypeScript | Apache License 2.0 | aws/aws-cdk | refactor(lambda): Standardize Lambda API (#2876)
`Alias`es and `Version`s are now `IFunctions`, and other fixes.
BREAKING CHANGE:
- Renamed `Function.addLayer` to `addLayers` and made it variadic
- Removed `IFunction.handler` property
- Removed `IVersion.versionArn` property (the value is at `functionArn`)
- Re... | 1 | refactor | lambda |
71,101 | 17.06.2019 19:16:45 | -7,200 | 4bf474a38021a15b550b274bcbacce68643024a9 | doc: Fix typo in DynamoDB Global Tables
`s/mutliple/multiple/` | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import cdk = require(\"@aws-cdk/cdk\");\nimport { GlobalTableCoordinator } from \"./global-table-coordinator\";\n/**\n- * Properties for the mutliple DynamoDB tables to mash together into a\n+ * Properties for the multiple DynamoDB tables to mash together ... | TypeScript | Apache License 2.0 | aws/aws-cdk | doc: Fix typo in DynamoDB Global Tables (#2885)
`s/mutliple/multiple/` | 1 | doc | null |
791,899 | 17.06.2019 19:39:25 | -19,080 | ebe7a22df3dcccf1ddefbddeae3aac9a3aeedc13 | misc: use `CHROME_PATH` variable in CI and scripts | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ install:\nbefore_test:\n- set \"PATH=C:\\MinGW\\msys\\1.0\\bin;%PATH%\"\n- - set \"LIGHTHOUSE_CHROMIUM_PATH=%CD%\\chrome-win32\\chrome.exe\"\n+ - set \"CHROME_PATH=%CD%\\chrome-win32\\chrome.exe\"\n- bash ./lighthouse-core/scripts/download-chrome.sh\n- y... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: use `CHROME_PATH` variable in CI and scripts (#9202) | 1 | misc | null |
815,569 | 17.06.2019 20:08:55 | -28,800 | b2e85abe62b92a955dd93bdb876dd0e69d7ffc1c | chore: add from BlockTemplate to BlockBuilder | [
{
"change_type": "MODIFY",
"diff": "@@ -536,7 +536,6 @@ mod tests {\nuse ckb_store::{ChainKVStore, ChainStore};\nuse ckb_traits::ChainProvider;\nuse ckb_verification::{BlockVerifier, HeaderResolverWrapper, HeaderVerifier, Verifier};\n- use jsonrpc_types::{BlockTemplate, CellbaseTemplate};\nuse numext_fixed_... | Rust | MIT License | nervosnetwork/ckb | chore: add from BlockTemplate to BlockBuilder | 1 | chore | null |
531,793 | 17.06.2019 20:11:45 | -3,600 | f4528721f31ef2f97fd6f99adf5f0acb1987f2a9 | fix(ui): reset filter input badge top offset | [
{
"change_type": "MODIFY",
"diff": "/* we have badge inside a badge, make the inner one a little brighter\nin case both use same color classes */\nfilter: brightness(115%);\n+\n+ /* there's \"top: -1px\" on \".btn .badge\"\n+ which moves the badge a bit to high, reset it */\n+ top: 0;\n}\nbutton.btn.compone... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): reset filter input badge top offset | 1 | fix | ui |
815,577 | 17.06.2019 20:31:09 | -28,800 | 09ce9c944999b79b1ab6b47c826ea73359ffd618 | feat: move systemcell to system script repo | [
{
"change_type": "MODIFY",
"diff": "@@ -677,15 +677,14 @@ dependencies = [\nname = \"ckb-resource\"\nversion = \"0.15.0-pre\"\ndependencies = [\n- \"hash 0.15.0-pre\",\n\"includedir 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"includedir_codegen 0.5.0 (registry+https://github.com/rust... | Rust | MIT License | nervosnetwork/ckb | feat: move systemcell to system script repo | 1 | feat | null |
217,922 | 17.06.2019 20:43:13 | -7,200 | 23318a43a5194b3f269aac99487613c4cfe84ce9 | feat(recipe-finder): added support for retainer inventory grabber extension | [
{
"change_type": "MODIFY",
"diff": "<h2>{{'RECIPE_FINDER.Title' | translate}}</h2>\n<i>{{'RECIPE_FINDER.Description' | translate}}</i>\n</div>\n+ <nz-alert nzType=\"info\" nzCloseable [nzMessage]=\"extensionTip\" nzShowIcon (nzOnClose)=\"closedTip()\" *ngIf=\"showTip\">\n+ <ng-template #extensionTip>\n+ {{'... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(recipe-finder): added support for retainer inventory grabber extension
https://chrome.google.com/webstore/detail/lodestone-inventory-grabb/eepjjjjplcaiebldejkkfhlnmhpgceno | 1 | feat | recipe-finder |
815,590 | 17.06.2019 21:09:21 | -28,800 | 82e98e4e2f27196a497ffd578c73447d956fb86e | refactor: get tip_header from store instead of from chain_state | [
{
"change_type": "MODIFY",
"diff": "@@ -727,15 +727,16 @@ impl<CS: ChainStore> SyncSharedState<CS> {\nself.shared.lock_txs_verify_cache()\n}\npub fn tip_header(&self) -> Header {\n- self.shared.lock_chain_state().tip_header().to_owned()\n+ self.shared\n+ .store()\n+ .get_tip_header()\n+ .expect(\"get_tip_he... | Rust | MIT License | nervosnetwork/ckb | refactor: get tip_header from store instead of from chain_state | 1 | refactor | null |
791,704 | 17.06.2019 21:59:16 | 25,200 | f8d30cfa3030561dbb1c1295e3802d747ae71e6e | report: create naming convention for css variables | [
{
"change_type": "MODIFY",
"diff": "@@ -159,7 +159,7 @@ limitations under the License.\n.lh-scores-container {\ndisplay: flex;\nflex-direction: column;\n- padding: var(--header-padding);\n+ padding: var(--scores-container-padding);\nposition: relative;\nwidth: 100%;\n}\n@@ -168,8 +168,8 @@ limitations under... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: create naming convention for css variables (#9149) | 1 | report | null |
791,834 | 17.06.2019 22:22:32 | 25,200 | abf27d41282c769b6ada43cffed1106a5fe5d5dd | tests: clean up crufty gather-runner tests | [
{
"change_type": "MODIFY",
"diff": "@@ -135,34 +135,31 @@ describe('GatherRunner', function() {\n});\nit('collects benchmark as an artifact', async () => {\n- const url = 'https://example.com';\n+ const requestedUrl = 'https://example.com';\nconst driver = fakeDriver;\n- const config = new Config({});\n- co... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: clean up crufty gather-runner tests (#9227) | 1 | tests | null |
217,922 | 17.06.2019 22:24:38 | -7,200 | a30606e5357aaf493dc9e6ffec5f885daaaa0525 | feat(recipe-finder): added a clear button for the list of items | [
{
"change_type": "MODIFY",
"diff": "nzBlock>\n<i nz-icon type=\"plus\"></i> {{'RECIPE_FINDER.Add_item' | translate}}\n</button>\n+ <button nz-button nzType=\"danger\"\n+ class=\"search-button\"\n+ nz-popconfirm\n+ [nzTitle]=\"'Confirmation' | translate\"\n+ (nzOnConfirm)=\"clearPool()\">\n+ <i nz-icon nzTyp... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(recipe-finder): added a clear button for the list of items | 1 | feat | recipe-finder |
603,467 | 17.06.2019 22:26:15 | -3,600 | 6697cbb6e50798e55f75ff9ff8ad02399be3e343 | test(core): Corrected the test so that it's not timezone dependent | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ describe ('`formatted` tag function', () => {\n{ description: 'an array parameter', actual: formatted `${ [1, 2, '3'] }`, expected: \"[ 1, 2, '3' ]\" },\n{ description: 'an array of params', actual: formatted `${ [ Promise.resolve(1), q('2') ] }`, expect... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(core): Corrected the test so that it's not timezone dependent | 1 | test | core |
815,569 | 17.06.2019 23:04:44 | -28,800 | 58ac0dd9800223e89c8adf32916bd80c71e112b0 | chore: refactor block builder | [
{
"change_type": "MODIFY",
"diff": "@@ -192,38 +192,61 @@ impl BlockBuilder {\nself\n}\n- pub fn header(mut self, header: Header) -> Self {\n- self.header_builder = HeaderBuilder::from_header(header);\n+ pub fn header<T>(mut self, header: T) -> Self\n+ where\n+ T: Into<Header>,\n+ {\n+ self.header_builder =... | Rust | MIT License | nervosnetwork/ckb | chore: refactor block builder | 1 | chore | null |
791,856 | 17.06.2019 23:26:58 | -3,600 | 5a229ac115993656f36173f0ea365b288275e0a2 | docs: change score type from 'string' to 'number' | [
{
"change_type": "MODIFY",
"diff": "@@ -158,7 +158,7 @@ An array containing the different categories, their scores, and the results of t\n| id | `string` | The string identifier of the category. |\n| title | `string` | The human-friendly display name of the category. |\n| description | `string` | A brief de... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: change score type from 'string' to 'number' (#9225) | 1 | docs | null |
679,913 | 18.06.2019 00:00:15 | -3,600 | df64850ca40055489227f69194c3b02cb05034e6 | refactor(examples): minor update canvas2d-shader | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import {\ndefn,\ndiv,\ndot,\n+ fit1101,\nfloat,\nmul,\nret,\n@@ -70,10 +71,7 @@ const main = defn(\np2,\nm,\no,\n- assign(\n- o,\n- add(mul(cos(mul(add(o, dp), float(2))), float(0.5)), float(0.5))\n- ),\n+ assign(o, fit1101(cos(mul(add(o, dp), float(2)))))... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): minor update canvas2d-shader | 1 | refactor | examples |
679,913 | 18.06.2019 00:03:56 | -3,600 | da8d16d0dcae6d6e8548eefd3b0aa1fa456474c4 | feat(examples): add raymarch-ast example (webgl & canvas 2d versions) | [
{
"change_type": "ADD",
"diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/raymarch-ast/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# raymarch-ast\n+\n+- [Live demo (WebGL2)](http://demo.thi.ng/umbrella/raymarch-ast/)\n+- [Live demo ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add raymarch-ast example (webgl & canvas 2d versions) | 1 | feat | examples |
679,913 | 18.06.2019 03:38:40 | -3,600 | 4017284c7eed66dca81a71510238345fecb7fa2c | feat(shader-ast): add buildCallGraph(), add deps | [
{
"change_type": "MODIFY",
"diff": "\"@thi.ng/api\": \"^6.2.0\",\n\"@thi.ng/checks\": \"^2.1.6\",\n\"@thi.ng/defmulti\": \"^1.0.9\",\n+ \"@thi.ng/dgraph\": \"^1.1.9\",\n\"@thi.ng/matrices\": \"^0.4.0\",\n\"@thi.ng/vectors\": \"^2.5.6\"\n},\n",
"new_path": "packages/shader-ast/package.json",
"old_pat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add buildCallGraph(), add deps | 1 | feat | shader-ast |
679,913 | 18.06.2019 03:39:27 | -3,600 | 0705e9dcaac438dd0448c7e1a34026b0b2b7f773 | feat(shader-ast): add trilight lighting model | [
{
"change_type": "MODIFY",
"diff": "@@ -13,3 +13,4 @@ export * from \"./std/fog\";\nexport * from \"./std/lambert\";\nexport * from \"./std/raymarch\";\nexport * from \"./std/sdf\";\n+export * from \"./std/trilight\";\n",
"new_path": "packages/shader-ast/src/index.ts",
"old_path": "packages/shader-a... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add trilight lighting model | 1 | feat | shader-ast |
679,913 | 18.06.2019 03:40:12 | -3,600 | bb12d5b351de06a62d89a11af2a44e03feaf89c3 | refactor(examples): update raymarch-ast demo | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ import {\nadd,\naspectCorrectedUV,\nassign,\n+ buildCallGraph,\nclamp01,\ndefn,\ndiffuseLighting,\n@@ -145,24 +146,10 @@ const glslMain = defn(\n[main]\n);\n-// bundle all functions in a global scope\n+// build call graph, sort in topological order and bun... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update raymarch-ast demo | 1 | refactor | examples |
679,913 | 18.06.2019 05:02:56 | -3,600 | 6ee63ea96cd28842b323fb7f2b41839f15b93414 | feat(shader-ast): simplify fn dep/call graph handling, fix allChildren() | [
{
"change_type": "MODIFY",
"diff": "@@ -260,26 +260,26 @@ export type FnBody8<\nTerm<any>[]\n>;\n-export type Func0<T extends Type> = Fn0<Term<T>>;\n-export type Func1<A extends Type, T extends Type> = Fn<Term<A>, Term<T>>;\n+export type Func0<T extends Type> = Fn0<FnCall<T>>;\n+export type Func1<A extends ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): simplify fn dep/call graph handling, fix allChildren() | 1 | feat | shader-ast |
679,913 | 18.06.2019 05:04:27 | -3,600 | a71795aa049780e37f3cc6816712db584aac972c | refactor(examples): update raymarch-ast | [
{
"change_type": "MODIFY",
"diff": "@@ -63,11 +63,11 @@ const scene = defn(\n(d3 = sym(sdAABB(pos, vec3(0.2, 0.2, 1)))),\nret(vec2(sdBlend(sdBlend(d1, d2, float(0.2)), d3, float(0.2)), 1))\n];\n- },\n+ }\n// func dependencies\n// (not yet fully used, but are needed to construct call graph and\n// correct ou... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update raymarch-ast | 1 | refactor | examples |
304,882 | 18.06.2019 08:05:29 | 25,200 | 4b9aa3f26d9a982ac5583025651088639e0ca0ca | feat(rust): implement more production rules | [
{
"change_type": "MODIFY",
"diff": "@@ -21,29 +21,40 @@ fn serialize_to_string<T, S>(field: &T, ser: S) -> Result<S::Ok, S::Error> where\n#[derive(Debug, PartialEq, Clone, Serialize)]\n#[serde(untagged)]\npub enum Expression {\n- Identifier(Identifier),\n- Object(ObjectExpression),\n- String(StringLiteral),... | Go | MIT License | influxdata/flux | feat(rust): implement more production rules | 1 | feat | rust |
865,921 | 18.06.2019 10:03:29 | -7,200 | f16835b4f31d6932ca2dc921e68d661db66e8242 | chore(client): bump bpmn-js versions
Closes
Closes | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"camunda-modeler\",\n- \"version\": \"3.0.1\",\n+ \"version\": \"3.1.2\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n",
"new_path": "app/package-lock.json",
"old_path": "app/package-lock.json"
},
{
"change_type": "MOD... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): bump bpmn-js versions
Closes https://github.com/camunda/camunda-modeler/issues/1197
Closes https://github.com/camunda/camunda-modeler/issues/321 | 1 | chore | client |
503,965 | 18.06.2019 10:29:51 | 14,400 | 78fbcbbbe90f6937a9dd20aa5a7b5759ee605580 | fix(build): use CircleCI instead of Travis | [
{
"change_type": "DELETE",
"diff": "-#!/bin/bash\n-# The situation occasionally arises where our docs build successfully,\n-# but due to caching and other unopportune CI events the files aren't\n-# actually there. So make sure they're there before uploading.\n-if [ -z \"$(ls -A .public/patternfly-3 2>/dev/n... | TypeScript | MIT License | patternfly/patternfly-react | fix(build): use CircleCI instead of Travis (#2287) | 1 | fix | build |
127,946 | 18.06.2019 11:05:12 | -10,800 | 931a0be543d4e13142a56d465c6e524ddc2b5f90 | fix(progress-bar): fix color | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import { colors } from '@heathmont/sportsbet-tokens';\nconst Container = styled.div<{ color?: string; height?: number }>(\n({ color, height }) => [\n{\n- backgroundColor: colors.secondary,\n+ backgroundColor: colors.neutral[70],\nheight: rem(3),\nwidth: '1... | TypeScript | MIT License | coingaming/moon-design | fix(progress-bar): fix color | 1 | fix | progress-bar |
711,597 | 18.06.2019 11:38:37 | -7,200 | 4775c2e44da499b373fd68628eb5ca28fc8368a7 | feat(elasticsearch-plugin): Implement worker | [
{
"change_type": "MODIFY",
"diff": "export const ELASTIC_SEARCH_OPTIONS = Symbol('ELASTIC_SEARCH_OPTIONS');\nexport const ELASTIC_SEARCH_CLIENT = Symbol('ELASTIC_SEARCH_CLIENT');\n-export const BATCH_SIZE = 500;\nexport const VARIANT_INDEX_NAME = 'variants';\nexport const VARIANT_INDEX_TYPE = 'variant-index... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(elasticsearch-plugin): Implement worker | 1 | feat | elasticsearch-plugin |
679,913 | 18.06.2019 11:40:11 | -3,600 | fd1fca9e8c9b4eb16e99f6982c9de520f79aa721 | feat(shader-ast): add program(), add docs | [
{
"change_type": "MODIFY",
"diff": "@@ -570,6 +570,19 @@ export const lte = cmp(\"<=\");\nexport const gt = cmp(\">\");\nexport const gte = cmp(\">=\");\n+/**\n+ * Wraps the given AST node array in `scope` node, optionally as global\n+ * scope (default false). The interpretation of the global flag is\n+ * d... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add program(), add docs | 1 | feat | shader-ast |
865,926 | 18.06.2019 11:42:29 | -7,200 | e391bce3aef55e1020a67601f48d3209616b4993 | feat(project): add xss-testing element templates and diagram
The abovementioned files are stored in resources dir. | [
{
"change_type": "ADD",
"diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<bpmn:definitions xmlns:bpmn=\"http://www.omg.org/spec/BPMN/20100524/MODEL\" xmlns:bpmndi=\"http://www.omg.org/spec/BPMN/20100524/DI\" xmlns:dc=\"http://www.omg.org/spec/DD/20100524/DC\" xmlns:camunda=\"http://camunda.org/schema/... | JavaScript | MIT License | camunda/camunda-modeler | feat(project): add xss-testing element templates and diagram
The abovementioned files are stored in resources dir. | 1 | feat | project |
217,922 | 18.06.2019 12:33:47 | -7,200 | 2309e8508ab84f98c85116f0655c4c5ba90f2135 | feat(recipe-finder): added an intermediate popup for clipboard content analysis | [
{
"change_type": "ADD",
"diff": "+<div fxLayout=\"column\" fxLayoutGap=\"5px\">\n+ <i>{{'RECIPE_FINDER.Clipboard_import_duplicates' | translate}}</i>\n+ <div fxLayout=\"row\" fxLayoutGap=\"5px\" *ngFor=\"let item of items\">\n+ <app-item-icon [itemId]=\"item.id\" [icon]=\"item.id | lazyIcon\" width=\"32\"><... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(recipe-finder): added an intermediate popup for clipboard content analysis | 1 | feat | recipe-finder |
730,429 | 18.06.2019 13:13:23 | 14,400 | ab47d85ca35cc2bad7bd26d977f59428b4b9df9f | chore(package): manually set momentum version | [
{
"change_type": "MODIFY",
"diff": "\"version\": \"1.0.0\",\n\"resolved\": \"https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz\",\n\"integrity\": \"sha1-ibTRmasr7kneFk6gK4nORi1xt2c=\",\n- \"dev\": true,\n- \"optional\": true\n+ \"dev\": true\n},\n\"brace-expansion\": {\n\"version\": \"1.1... | JavaScript | MIT License | webex/react-widgets | chore(package): manually set momentum version | 1 | chore | package |
127,939 | 18.06.2019 13:44:26 | -10,800 | bcdef5fe4691004e5207624d0c18689df71db5bf | chore(wallet): fix transaction history | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,6 @@ Default template, using the `flex` layout modifier to balance space between item\n```jsx react-live\n<Card flex backgroundIcon={<IconBitcoin />}>\n- <CardToggle />\n<CardBalance\nfrom={{\ncurrency: 'Bitcoin',\n",
"new_path": "design/components/src/ca... | TypeScript | MIT License | coingaming/moon-design | chore(wallet): fix transaction history | 1 | chore | wallet |
447,440 | 18.06.2019 13:48:20 | 18,000 | 0c4630779416f09c5be69c4b4b167fd7d33b9f9c | fix: fix examples title | [
{
"change_type": "MODIFY",
"diff": "-ActivityTimeline base example:\n+##### ActivityTimeline base example:\nconst iconStyles = { width: 32, height: 32 };\n<div className=\"rainbow-m-around_xx-large\">\n",
"new_path": "src/components/ActivityTimeline/readme.md",
"old_path": "src/components/ActivityTi... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix examples title (#807) | 1 | fix | null |
304,884 | 18.06.2019 14:07:37 | 14,400 | 6247429438c577f8a65dcc5c877653433c3e8e33 | fix(execute/row_fn): row function resets records map with each call to prepare | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,7 @@ func newRowFn(fn *semantic.FunctionExpression) (rowFn, error) {\nfunc (f *rowFn) prepare(cols []flux.ColMeta, extraTypes map[string]semantic.Type) error {\n// Prepare types and recordCols\npropertyTypes := make(map[string]semantic.Type, len(f.references)... | Go | MIT License | influxdata/flux | fix(execute/row_fn): row function resets records map with each call to prepare (#1388) | 1 | fix | execute/row_fn |
711,597 | 18.06.2019 14:12:49 | -7,200 | 9b3cd260e7b651cb39beff53927de6f20161c4c4 | fix(core): Clean up unused dependencies in DefaultSearchPlugin | [
{
"change_type": "MODIFY",
"diff": "@@ -116,6 +116,7 @@ export class DefaultSearchPlugin implements VendurePlugin {\n];\n}\n+ /** @internal */\ndefineWorkers(): Array<Type<any>> {\nreturn [\nIndexerController,\n",
"new_path": "packages/core/src/plugin/default-search-plugin/default-search-plugin.ts",
... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Clean up unused dependencies in DefaultSearchPlugin | 1 | fix | core |
127,976 | 18.06.2019 14:13:50 | -10,800 | ddfbcfec4801faabd6cb54118cd376fbbdcdee86 | fix: export button styles & fix bonus navigation | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ type ButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {\n/**\n* Styles\n*/\n-const button: CSSObject = {\n+const buttonStyles: CSSObject = {\npadding: `${spacing('small')} ${spacing('medium')}`,\ndisplay: 'inline-block',\nverticalAlign: 'mid... | TypeScript | MIT License | coingaming/moon-design | fix: export button styles & fix bonus navigation | 1 | fix | null |
711,597 | 18.06.2019 14:13:55 | -7,200 | dc8e1733286ee88145c44ddc06cf93c6aa7a0d84 | feat(core): Prevent calling bootstrapWorker when runInMainProcess = true | [
{
"change_type": "MODIFY",
"diff": "@@ -38,13 +38,29 @@ export async function bootstrap(userConfig: Partial<VendureConfig>): Promise<INe\nawait runPluginOnBootstrapMethods(config, app);\nawait app.listen(config.port, config.hostname);\nif (config.workerOptions.runInMainProcess) {\n- await bootstrapWorker(co... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Prevent calling bootstrapWorker when runInMainProcess = true | 1 | feat | core |
711,597 | 18.06.2019 14:15:05 | -7,200 | f3560f21e4e6d8e9eaed3885d96f633754f45ad8 | feat(create): Update to use separate worker process | [
{
"change_type": "MODIFY",
"diff": "@@ -62,22 +62,25 @@ async function createApp(name: string | undefined, useNpm: boolean, logLevel: Lo\nconst root = path.resolve(name);\nconst appName = path.basename(root);\n- const { dbType, usingTs, configSource, indexSource, populateProducts } = await gatherUserRespons... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(create): Update to use separate worker process | 1 | feat | create |
127,939 | 18.06.2019 14:17:12 | -10,800 | 3b6584f5faa6be79c06081ef493ecf562c36a884 | chore(wallet): revert docs changes | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ Default template, using the `flex` layout modifier to balance space between item\n```jsx react-live\n<Card flex backgroundIcon={<IconBitcoin />}>\n+ <CardToggle />\n<CardBalance\nfrom={{\ncurrency: 'Bitcoin',\n",
"new_path": "design/components/src/ca... | TypeScript | MIT License | coingaming/moon-design | chore(wallet): revert docs changes | 1 | chore | wallet |
815,577 | 18.06.2019 14:28:59 | -28,800 | 03884489b14c00e251ae1518e292b6842c255c9d | chore: Adjust the cherry-pick code and remove the binary | [
{
"change_type": "MODIFY",
"diff": "@@ -677,14 +677,15 @@ dependencies = [\nname = \"ckb-resource\"\nversion = \"0.15.0-pre\"\ndependencies = [\n+ \"ckb-system-cells 0.1.0 (git+https://github.com/nervosnetwork/ckb-system-scripts?rev=d1450b543ef67a0bb8fcacc10835f1abeef6c0ab)\",\n\"includedir 0.5.0 (registry+... | Rust | MIT License | nervosnetwork/ckb | chore: Adjust the cherry-pick code and remove the binary | 1 | chore | null |
711,597 | 18.06.2019 14:29:11 | -7,200 | 87dc49a5a4860589ad37370f0c3eda477b9eada6 | fix(create): Run worker on main process when populating | [
{
"change_type": "MODIFY",
"diff": "@@ -181,6 +181,9 @@ async function createApp(name: string | undefined, useNpm: boolean, logLevel: Lo\n...config.dbConnectionOptions,\nsynchronize: true,\n},\n+ workerOptions: {\n+ runInMainProcess: true,\n+ },\nimportExportOptions: {\nimportAssetsDir: path.join(assetsDir,... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(create): Run worker on main process when populating | 1 | fix | create |
711,597 | 18.06.2019 14:29:49 | -7,200 | 8e14213a2387d343aed959b88affa6786988a4e9 | fix(core): Set worker to run off main process by default | [
{
"change_type": "MODIFY",
"diff": "@@ -81,7 +81,7 @@ export const defaultConfig: ReadOnlyRequired<VendureConfig> = {\nimportAssetsDir: __dirname,\n},\nworkerOptions: {\n- runInMainProcess: true,\n+ runInMainProcess: false,\ntransport: Transport.TCP,\noptions: {\nport: 3001,\n",
"new_path": "packages/co... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Set worker to run off main process by default | 1 | fix | core |
304,884 | 18.06.2019 14:30:43 | 14,400 | f2d41e9407d89150ed12f9374b7999c636935aee | fix(stdlib/testing): add range to map_extension_with.flux | [
{
"change_type": "MODIFY",
"diff": "@@ -106244,10 +106244,10 @@ var FluxTestPackages = []*ast.Package{&ast.Package{\nLoc: &ast.SourceLocation{\nEnd: ast.Position{\nColumn: 92,\n- Line: 33,\n+ Line: 35,\n},\nFile: \"map_extension_with.flux\",\n- Source: \"package testdata_test\\n\\nimport \\\"testing\\\"\\n\... | Go | MIT License | influxdata/flux | fix(stdlib/testing): add range to map_extension_with.flux (#1389) | 1 | fix | stdlib/testing |
217,922 | 18.06.2019 14:39:24 | -7,200 | f4de9225d3584b665ae402e5ea7adb07e090f3ff | feat(recipe-finder): inventory is now using a panel with a button to copy it to clipboard | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,7 @@ const routes: Routes = [\nListModule,\nFlexLayoutModule,\nFullpageMessageModule,\n+ ClipboardModule,\nRouterModule.forChild(routes),\nItemIconModule,\n",
"new_path": "apps/client/src/app/pages/recipe-finder/recipe-finder.module.ts",
"old_path": "... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(recipe-finder): inventory is now using a panel with a button to copy it to clipboard | 1 | feat | recipe-finder |
711,597 | 18.06.2019 14:44:34 | -7,200 | 8c8f8643ca9c9df897ebec93de5d90754f61a5e2 | feat(dev-server): Update to work with new worker setup | [
{
"change_type": "MODIFY",
"diff": "@@ -4,12 +4,12 @@ This package is not published to npm. It is used in development of the Vendure s\n### Running\n-To run the server, run the `start` script. The database configuration can be specified by the `--db=<type>` flag:\n+To run the server, run the `start` script.... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(dev-server): Update to work with new worker setup | 1 | feat | dev-server |
711,597 | 18.06.2019 14:45:12 | -7,200 | 5f7a65e669e1fcf401a9f9a408e8f5ef80bb0219 | fix(email-plugin): Move server setup to onBootstrap method | [
{
"change_type": "MODIFY",
"diff": "@@ -146,9 +146,6 @@ export class EmailPlugin implements VendurePlugin {\n/** @internal */\nconfigure(config: Required<VendureConfig>): Required<VendureConfig> | Promise<Required<VendureConfig>> {\nif (isDevModeOptions(this.options) && this.options.mailboxPort !== undefine... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(email-plugin): Move server setup to onBootstrap method | 1 | fix | email-plugin |
711,597 | 18.06.2019 14:54:36 | -7,200 | 5795b26ca22b65aa997afc9e50e4cc0be582ff22 | feat(docs): Add some docs on worker | [
{
"change_type": "ADD",
"diff": "+---\n+title: \"Vendure Worker\"\n+weight: 0\n+showtoc: true\n+---\n+\n+# Vendure Worker\n+\n+The Vendure Worker is a process which is responsible for running computationally intensive or otherwise long-running tasks in the background. For example updating a search index or ... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(docs): Add some docs on worker | 1 | feat | docs |
104,818 | 18.06.2019 15:01:15 | -7,200 | da8467e08f9fd9135ed5afad9957599832019ccf | feat(valuecard): show preview in editable | [
{
"change_type": "MODIFY",
"diff": "@@ -99,8 +99,10 @@ const defaultProps = {\ntoolbar: undefined,\nisLoading: false,\nisEmpty: false,\n+ /** In editable mode we'll show preview data */\nisEditable: false,\nisExpanded: false,\n+ /** For now we will hide the per card actions when we're editing */\navailableA... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(valuecard): show preview in editable | 1 | feat | valuecard |
71,101 | 18.06.2019 15:09:47 | -7,200 | b3b3ba93af7ce87350bb917fb7937689ece8b6ff | fix(init): Correct java init template
Package name included capitalized Subscriptions in the package FQN, which is
incorrect. | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import software.amazon.awscdk.services.iam.User;\nimport software.amazon.awscdk.services.iam.UserProps;\nimport software.amazon.awscdk.services.sns.Topic;\nimport software.amazon.awscdk.services.sns.TopicProps;\n-import software.amazon.awscdk.services.sns.... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(init): Correct java init template (#2889)
Package name included capitalized Subscriptions in the package FQN, which is
incorrect. | 1 | fix | init |
815,577 | 18.06.2019 15:11:10 | -28,800 | 159acba9aec967a669577c1670653f1d0395cf48 | chore: use tag instead of commit id on dependence | [
{
"change_type": "MODIFY",
"diff": "@@ -677,7 +677,7 @@ dependencies = [\nname = \"ckb-resource\"\nversion = \"0.15.0-pre\"\ndependencies = [\n- \"ckb-system-cells 0.1.0 (git+https://github.com/nervosnetwork/ckb-system-scripts?rev=d1450b543ef67a0bb8fcacc10835f1abeef6c0ab)\",\n+ \"ckb-system-cells 0.1.0 (git... | Rust | MIT License | nervosnetwork/ckb | chore: use tag instead of commit id on dependence | 1 | chore | null |
127,939 | 18.06.2019 15:15:06 | -10,800 | 32f8ba3be0d8b97eb39fe6d34e3ea17ebd124bb0 | chore(wallet): add a component | [
{
"change_type": "MODIFY",
"diff": "@@ -67,6 +67,22 @@ export const TransactionDetailLink = styled(Link)([\n},\n]);\n+export const TransactionDetail = styled.div({\n+ display: 'flex',\n+ flexDirection: 'row',\n+ justifyContent: 'space-between',\n+ marginBottom: spacing('small'),\n+ [mq(breakpoints.medium)]:... | TypeScript | MIT License | coingaming/moon-design | chore(wallet): add a component | 1 | chore | wallet |
127,976 | 18.06.2019 15:28:41 | -10,800 | 282cb22daa2d36a90d719cf11de91514d0ecdb33 | fix: swap link -> routelink | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ export const BonusesSubNavigation = styled.div([\nflexShrink: 0,\n},\n],\n- '& > a.active': [buttonStyles, buttonModifiers.primary],\n+ '& > a.active': [buttonModifiers.primary],\n[mq(breakpoints.medium)]: {\npaddingLeft: 0,\n",
"new_path": "portals/... | TypeScript | MIT License | coingaming/moon-design | fix: swap link -> routelink | 1 | fix | null |
711,597 | 18.06.2019 15:38:00 | -7,200 | edbcbc48e76dde9ae650dfd04a1c95bd3bd033cc | feat(core): Display more worker info on bootstrap | [
{
"change_type": "MODIFY",
"diff": "import { INestApplication, INestMicroservice } from '@nestjs/common';\nimport { NestFactory } from '@nestjs/core';\n-import { Transport } from '@nestjs/microservices';\n+import { TcpClientOptions, Transport } from '@nestjs/microservices';\nimport { Type } from '@vendure/c... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Display more worker info on bootstrap | 1 | feat | core |
711,597 | 18.06.2019 15:50:28 | -7,200 | e0266528081a49fd9cb2b6f5172355c47f247cbc | test(core): Fix error in test helper | [
{
"change_type": "MODIFY",
"diff": "@@ -542,7 +542,7 @@ describe('Default search plugin', () => {\nlet runningJobs = 0;\ndo {\nconst { jobs } = await adminClient.query<GetRunningJobs.Query>(GET_RUNNING_JOBS);\n- runningJobs = jobs.filter(job => job.state !== JobState.COMPLETED);\n+ runningJobs = jobs.filter... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Fix error in test helper | 1 | test | core |
217,922 | 18.06.2019 15:53:53 | -7,200 | 7d40ebb960b7bc44375900eb6b010708d1a9f209 | feat(gc-supply): added item count to possible deliveries | [
{
"change_type": "MODIFY",
"diff": "<nz-select nz-col nzMd=\"6\" nzSm=\"24\" [ngModel]=\"null\" (ngModelChange)=\"select(row.job, $event.itemId, $event.count)\"\nnzAllowClear nzShowSearch #selectBox\nclass=\"item-select\">\n- <nz-option *ngFor=\"let item of row.items\" [nzValue]=\"item\" [nzLabel]=\"item.it... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(gc-supply): added item count to possible deliveries | 1 | feat | gc-supply |
711,597 | 18.06.2019 15:54:50 | -7,200 | 3a76e5362c09d7b275af0e3d0ed2e5855538b924 | test(core): Make test more robust | [
{
"change_type": "MODIFY",
"diff": "@@ -128,7 +128,7 @@ describe('JobManager', () => {\n});\nit('clean() removes completed jobs older than maxAge', async () => {\n- const jm = new JobManager('10ms');\n+ const jm = new JobManager('50ms');\nconst subject1 = new Subject();\nconst subject2 = new Subject();\n@@ ... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Make test more robust | 1 | test | core |
815,569 | 18.06.2019 15:55:42 | -28,800 | 7e3ec0754f78ecf17e1b0e45c86557320513483b | test: refactor some verification tests and add more tests | [
{
"change_type": "MODIFY",
"diff": "@@ -158,12 +158,12 @@ impl<'a> HeaderResolverWrapper<'a> {\nwhere\nCP: ChainProvider,\n{\n- let parent = provider.store().get_block_header(&header.parent_hash());\n+ let parent = provider.store().get_block_header(header.parent_hash());\nlet epoch = parent\n.as_ref()\n.and... | Rust | MIT License | nervosnetwork/ckb | test: refactor some verification tests and add more tests | 1 | test | null |
865,921 | 18.06.2019 15:57:13 | -7,200 | a7e30a5c787cd9edb39015eec324f9bceb9f42aa | chore(README): update branch displayed in CI badge | [
{
"change_type": "MODIFY",
"diff": "# Camunda Modeler\n-[](https://travis-ci.org/camunda/camunda-modeler)\n+[](https://travis-ci.org/camunda/camund... | JavaScript | MIT License | camunda/camunda-modeler | chore(README): update branch displayed in CI badge | 1 | chore | README |
438,921 | 18.06.2019 16:07:08 | -32,400 | 344d1fcb578bf7a7f42fad02a64c786c56e2ba24 | skip: update on align | [
{
"change_type": "MODIFY",
"diff": "-<img src=\"https://naver.github.io/billboard.js/img/logo/billboard.js.svg\" width=\"350\" alt=\"billboard.js\">\n+<img src=\"https://naver.github.io/billboard.js/img/logo/billboard.js.svg\" width=\"350\" alt=\"billboard.js\"><br>\n-<p align=\"center\">\n<a href=\"https:/... | TypeScript | MIT License | naver/billboard.js | skip: update on align | 1 | skip | null |
438,921 | 18.06.2019 16:14:17 | -32,400 | 874d22fcf93ed3012ca7d502004a1cf0f558f6a8 | skip: update on badges | [
{
"change_type": "MODIFY",
"diff": "<img src=\"https://naver.github.io/billboard.js/img/logo/billboard.js.svg\" width=\"350\" alt=\"billboard.js\"><br>\n-<a href=\"https://www.npmjs.com/package/billboard.js\">\n- <img alt=\"npm latest version\" src=\"https://img.shields.io/npm/v/billboard.js/latest.svg\">\n... | TypeScript | MIT License | naver/billboard.js | skip: update on badges | 1 | skip | null |
306,417 | 18.06.2019 16:25:06 | -10,800 | b729bf07d4da73e37a78c1a40edcef1e275d6aca | fix: support language fallback for non found locales | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,7 @@ export class LionCalendar extends LocalizeMixin(LitElement) {\ncase 'uk':\nreturn import('../translations/uk.js');\ndefault:\n- throw new Error(`Unknown locale: ${locale}`);\n+ return import(`../translations/${locale}.js`);\n}\n},\n},\n",
"new_path":... | JavaScript | MIT License | ing-bank/lion | fix: support language fallback for non found locales (#102) | 1 | fix | null |
679,913 | 18.06.2019 16:29:26 | -3,600 | 42ffed9941528873a7071820a99b8e40b1349506 | feat(shader-ast): add texture built-ins | [
{
"change_type": "MODIFY",
"diff": "@@ -65,12 +65,16 @@ export type Type =\n| \"mat3[]\"\n| \"mat4\"\n| \"mat4[]\"\n- | \"sampler1D\"\n- | \"sampler1D[]\"\n| \"sampler2D\"\n| \"sampler2D[]\"\n| \"sampler3D\"\n- | \"sampler3D[]\";\n+ | \"sampler3D[]\"\n+ | \"samplerCube\"\n+ | \"samplerCube[]\"\n+ | \"sample... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add texture built-ins | 1 | feat | shader-ast |
679,913 | 18.06.2019 16:31:07 | -3,600 | 10782e2d5b0b3e5e2d43b8991f4450d324481652 | feat(shader-ast): update GLSL & JS targets to support texture fns
JS target only provides stubs for now | [
{
"change_type": "MODIFY",
"diff": "@@ -27,11 +27,16 @@ export interface GLSLTarget extends Fn<Term<any>, string> {\n}\n/**\n- * GLSL code gen.\n+ * GLSL code gen, targets GLSL ES 3.00 (WebGL2) by default.\n+ *\n+ * Use `100` for WebGL v1 syntax. Currently only the only differences\n+ * (in terms of code ge... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): update GLSL & JS targets to support texture fns
- JS target only provides stubs for now | 1 | feat | shader-ast |
679,913 | 18.06.2019 16:31:48 | -3,600 | 8a8eecc967685937555ae58a66460467e73da3a0 | refactor(shader-ast): rename predef'd bool consts | [
{
"change_type": "MODIFY",
"diff": "@@ -278,8 +278,8 @@ export const lit = <T extends Type>(\nval\n});\n-export const T = lit(\"bool\", true);\n-export const F = lit(\"bool\", false);\n+export const TRUE = lit(\"bool\", true);\n+export const FALSE = lit(\"bool\", false);\nexport const F32_0 = lit(\"f32\", 0... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(shader-ast): rename predef'd bool consts | 1 | refactor | shader-ast |
217,922 | 18.06.2019 16:43:33 | -7,200 | 09d64092b2bdb09968e5da5827f7c2c28a607893 | feat(gc-supply): added a button to sort inventory by item name | [
{
"change_type": "MODIFY",
"diff": "<div>{{'RECIPE_FINDER.Inventory' | translate}} ({{pool.length}} {{'items' | translate}})</div>\n<div fxLayout=\"row\" fxLayoutGap=\"10px\">\n<button nz-button\n+ nz-tooltip\n+ [nzTitle]=\"'RECIPE_FINDER.Sort_alphabetically' | translate\"\n+ (click)=\"$event.stopPropagatio... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(gc-supply): added a button to sort inventory by item name | 1 | feat | gc-supply |
67,494 | 18.06.2019 17:20:56 | -7,200 | ae70b94fe2658a3d064fc626ab36a21ea144c98a | test(router): add some more tests | [
{
"change_type": "MODIFY",
"diff": "@@ -28,12 +28,18 @@ describe('LinkHandler', function () {\nreturn { addEventListener, removeEventListener, sut, tearDown };\n}\n- it('can be activated', function () {\n+ it('can be created', function () {\nconst { sut, tearDown, addEventListener } = setup();\n- sut.activa... | TypeScript | MIT License | aurelia/aurelia | test(router): add some more tests | 1 | test | router |
306,421 | 18.06.2019 17:42:18 | -7,200 | 5cd9452df9f03db816d9cb6aaf4f444d6867951b | fix(input-datepicker): disable invoker when readonly | [
{
"change_type": "MODIFY",
"diff": "@@ -197,20 +197,28 @@ export class LionInputDatepicker extends LionInputDate {\n*/\n_requestUpdate(name, oldValue) {\nsuper._requestUpdate(name, oldValue);\n+\nif (name === 'disabled') {\nthis.__delegateDisabled();\n}\n+\n+ if (name === 'disabled' || name === 'readOnly') ... | JavaScript | MIT License | ing-bank/lion | fix(input-datepicker): disable invoker when readonly | 1 | fix | input-datepicker |
815,609 | 18.06.2019 17:51:24 | -28,800 | 3ecf4461919f1931e494bce062fcde0b4b0f8511 | feat: add an extra cost of occupied capacity for dynamic length types
BREAKING CHANGE: The occupied capacity for dynamic length types is changed, and some data and hashes
have to be updated. | [
{
"change_type": "MODIFY",
"diff": "# Generated by: ckb cli hashes -b\n[ckb_dev]\n-genesis = \"0xf7a3090f495fa55d235e2101027ac9316b8bbf82c27224ca54451f5fc8bae83a\"\n-cellbase = \"0x5ec37b1f09b5c90a6d654edc02763b8d7a7f2b9af1d1fe470fa0c44f9ad547d9\"\n+genesis = \"0x912c32c9447653eb3d5420b0f1a9332de8a54c6a2170... | Rust | MIT License | nervosnetwork/ckb | feat: add an extra cost of occupied capacity for dynamic length types
BREAKING CHANGE: The occupied capacity for dynamic length types is changed, and some data and hashes
have to be updated. | 1 | feat | null |
71,101 | 18.06.2019 17:55:05 | -7,200 | 095d8e25d1a493a06b7ee00111f6af72bbf20b22 | fix(cli): Hide types from types
The settings.d.ts file was referencing `yargs`, but in fact only using the
`yargs.Arguments` type as a stand-in for a `{ [key: string]: unknown }` alias.
Replaced with the more restrictive type so we do not have an exported
dependency on `yargs` types.
Fixes | [
{
"change_type": "MODIFY",
"diff": "import fs = require('fs-extra');\nimport os = require('os');\nimport fs_path = require('path');\n-import yargs = require('yargs');\nimport { Tag } from './api/cxapp/stacks';\nimport { debug, warning } from './logging';\nimport util = require('./util');\n@@ -14,6 +13,8 @@ ... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(cli): Hide @types/yargs types from types (#2907)
The settings.d.ts file was referencing `yargs`, but in fact only using the
`yargs.Arguments` type as a stand-in for a `{ [key: string]: unknown }` alias.
Replaced with the more restrictive type so we do not have an exported
dependency on `yargs` types.
Fixes #... | 1 | fix | cli |
679,913 | 18.06.2019 18:32:57 | -3,600 | 2f9da96f7cd3a4adcac096f20d3fdcc8be109d87 | fix(shader-ast): buildCallGraph zero-dep fn handling | [
{
"change_type": "MODIFY",
"diff": "@@ -194,12 +194,12 @@ export const buildCallGraph = (\nfn: Func<any>,\ngraph: DGraph<Func<any>> = new DGraph()\n): DGraph<Func<any>> =>\n- fn.deps\n+ fn.deps && fn.deps.length\n? fn.deps.reduce(\n(graph, d) => buildCallGraph(d, graph.addDependency(fn, d)),\ngraph\n)\n- : ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(shader-ast): buildCallGraph zero-dep fn handling | 1 | fix | shader-ast |
679,913 | 18.06.2019 18:33:21 | -3,600 | 3f005e89c352e33e1df3487425dd4dfef2e5dd42 | refactor(examples): cleanup shader-ast demos | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import { rgbaInt } from \"@thi.ng/color\";\nimport {\n$,\nadd,\n- assign,\ncos,\ndefn,\ndiv,\n@@ -13,6 +12,7 @@ import {\nret,\nsin,\nsym,\n+ Sym,\ntargetGLSL,\ntargetJS,\nvec3,\n@@ -24,10 +24,15 @@ const gl = targetGLSL();\n/*\n// http://glslsandbox.com/e... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): cleanup shader-ast demos | 1 | refactor | examples |
217,922 | 18.06.2019 18:44:10 | -7,200 | 0953d9a83918f0264fc04550d18d0f350b8887a5 | feat(recipe-finder): paginator is now also on top of results list | [
{
"change_type": "MODIFY",
"diff": "<div fxLayout=\"row\" fxLayout.lt-md=\"column\" class=\"results-container\">\n<div *ngIf=\"results$ | async as results\" fxFlex=\"1 1 50%\" class=\"results\">\n<nz-divider nzOrientation=\"left\" [nzText]=\"'RECIPE_FINDER.Results' | translate\"></nz-divider>\n+ <div fxLayo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(recipe-finder): paginator is now also on top of results list | 1 | feat | recipe-finder |
217,922 | 18.06.2019 18:51:20 | -7,200 | 61214f1f5c26c69d4d495c3b565a13743a4b9ddd | feat(recipe-finder): result recipes are now ordered properly (job and level) | [
{
"change_type": "MODIFY",
"diff": "<div *ngIf=\"results$ | async as results\" fxFlex=\"1 1 50%\" class=\"results\">\n<nz-divider nzOrientation=\"left\" [nzText]=\"'RECIPE_FINDER.Results' | translate\"></nz-divider>\n<div fxLayout=\"row\" fxLayoutAlign=\"center center\">\n- <nz-pagination [nzTotal]=\"totalP... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(recipe-finder): result recipes are now ordered properly (job and level) | 1 | feat | recipe-finder |
471,498 | 18.06.2019 18:53:00 | -7,200 | 03ca736f45eb89f198a146f9dc3f19a60ae8aa83 | fix(building-utils): change fetch polyfill script
Switch fetch polyfill script to use the UMD build (see issue
Fix hashes in tests to match the new polyfill script
Rename `create-index-html` test to match the sest suit name
fixes issue | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ function getPolyfills(config) {\ninstructions.push({\nname: 'fetch',\ntest: \"!('fetch' in window)\",\n- path: require.resolve('whatwg-fetch/fetch.js'),\n+ path: require.resolve('whatwg-fetch/dist/fetch.umd.js'),\n});\n} catch (error) {\nthrow new Error(... | JavaScript | MIT License | open-wc/open-wc | fix(building-utils): change fetch polyfill script (#502)
Switch fetch polyfill script to use the UMD build (see issue #501)
Fix hashes in tests to match the new polyfill script
Rename `create-index-html` test to match the sest suit name
fixes issue #501 | 1 | fix | building-utils |
104,857 | 18.06.2019 18:55:17 | 10,800 | 9074fdb8746e6e620ff8c36cb28bafc49fee6100 | chore(chart): labels updates | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport moment from 'moment';\n+import withSize from 'react-sizeme';\nimport { LineChart } from '@carbon/charts-react';\nimport '@carbon/charts/style.css';\nimport isEmpty from 'lodash/isEmpty';\n@@ -14,12 +15,11 @@ const TimeSeriesCard = ({\nti... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(chart): labels updates | 1 | chore | chart |
217,922 | 18.06.2019 19:41:44 | -7,200 | b745e91682af92ebaac4d8128cd86e38307309af | feat(recipe-finder): you can now see the recipes that are not at your level | [
{
"change_type": "MODIFY",
"diff": "<div>{{ recipe.result | itemName | i18n }} x{{recipe.possibleAmount}}</div>\n<app-db-button *ngIf=\"true | ifMobile:false\" [id]=\"recipe.result\" type=\"item\"></app-db-button>\n<app-marketboard-icon *ngIf=\"true | ifMobile:false\" [itemId]=\"recipe.result\"></app-market... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(recipe-finder): you can now see the recipes that are not at your level | 1 | feat | recipe-finder |
815,609 | 18.06.2019 20:14:17 | -28,800 | 76d123ea904ebc6d5df2b9f76b57ae1baade7687 | feat: add an extra size of serialized size for dynamic length types
BREAKING CHANGE: The serialized size for dynamic length types is changed. | [
{
"change_type": "MODIFY",
"diff": "@@ -121,12 +121,15 @@ impl Block {\n.iter()\n.map(|u| u.serialized_size(proof_size))\n.sum::<usize>()\n+ + 4\n+ self.proposals.len() * ProposalShortId::serialized_size()\n+ + 4\n+ self\n.transactions()\n.iter()\n.map(Transaction::serialized_size)\n.sum::<usize>()\n+ + 4\n... | Rust | MIT License | nervosnetwork/ckb | feat: add an extra size of serialized size for dynamic length types
BREAKING CHANGE: The serialized size for dynamic length types is changed. | 1 | feat | null |
711,597 | 18.06.2019 21:33:09 | -7,200 | 33b2fe19bfd049cf4136275559d22410bb1a3f95 | fix(core): Close worker when app closes when running in main process | [
{
"change_type": "MODIFY",
"diff": "@@ -37,9 +37,10 @@ export async function bootstrap(userConfig: Partial<VendureConfig>): Promise<INe\nawait runPluginOnBootstrapMethods(config, app);\nawait app.listen(config.port, config.hostname);\nif (config.workerOptions.runInMainProcess) {\n- await bootstrapWorkerInte... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Close worker when app closes when running in main process | 1 | fix | core |
815,609 | 18.06.2019 21:48:55 | -28,800 | 2e155169eb0fa479ae7e5cea16cdc112b8723a21 | test: add tests to show the minimum occupied capacity of cells | [
{
"change_type": "MODIFY",
"diff": "@@ -796,7 +796,7 @@ mod test {\nuse crate::{capacity_bytes, Bytes, Capacity};\n#[test]\n- fn test_tx_hash() {\n+ fn tx_hash() {\nlet tx = TransactionBuilder::default()\n.output(CellOutput::new(\ncapacity_bytes!(5000),\n@@ -817,4 +817,18 @@ mod test {\n\"816db0491b8dfa92ec... | Rust | MIT License | nervosnetwork/ckb | test: add tests to show the minimum occupied capacity of cells | 1 | test | null |
791,704 | 18.06.2019 21:52:14 | 25,200 | 37f72613d8990ec95d1349cf07304f070a6ab600 | report: naming convention followup fixes | [
{
"change_type": "MODIFY",
"diff": "color of that hue.\n*/\n.lh-vars {\n- --text-font-family: Roboto, Helvetica, Arial, sans-serif;\n- --monospace-font-family: 'Roboto Mono', 'Menlo', 'dejavu sans mono', 'Consolas', 'Lucida Console', monospace;\n+ --report-font-family: Roboto, Helvetica, Arial, sans-serif;\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: naming convention (#9149) followup fixes | 1 | report | null |
791,704 | 18.06.2019 22:00:12 | 25,200 | ece89ec3a7f3aba0b10ba6ee476f4d16f17c5746 | report: logically order css variables | [
{
"change_type": "MODIFY",
"diff": "If a variable is used for a specific component: --{component}-{property name}-{modifier}\nBoth {component} and {property name} should be kebab-case. If the target is the entire page,\n- use 'report' for the component. The property name should be not be abbreviated. Use th... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: logically order css variables | 1 | report | null |
71,459 | 18.06.2019 23:35:20 | 25,200 | 1aa0589ff6c54aa574c2374d637f60b4251d9835 | refactor(ecs): rename `hwType` to `hardwareType`
This change spells out the previously abbreviated `hwType` into `hardwareType` and it closes
BREAKING CHANGE:
* **ecs**: the property that specifies the type of EC2 AMI optimized for ECS was renamed to `hardwareType` from `hwType`. | [
{
"change_type": "MODIFY",
"diff": "@@ -221,7 +221,7 @@ export interface EcsOptimizedAmiProps {\n/**\n* What generation of Amazon Linux to use\n*\n- * @default AmazonLinuxGeneration.AmazonLinux if hwType equal to AmiHardwareType.Standard else AmazonLinuxGeneration.AmazonLinux2\n+ * @default AmazonLinuxGener... | TypeScript | Apache License 2.0 | aws/aws-cdk | refactor(ecs): rename `hwType` to `hardwareType` (#2916)
This change spells out the previously abbreviated `hwType` into `hardwareType` and it closes #2896.
BREAKING CHANGE:
* **ecs**: the property that specifies the type of EC2 AMI optimized for ECS was renamed to `hardwareType` from `hwType`. | 1 | refactor | ecs |
679,913 | 18.06.2019 23:37:57 | -3,600 | 8e1891a5f98cf1448bd76be8ef9acddba74bb265 | refactor(vectors): replace/remove HOF* template fns | [
{
"change_type": "MODIFY",
"diff": "-import {\n- clamp as _clamp,\n- clamp01 as _clamp01,\n- clamp11 as _clamp11\n-} from \"@thi.ng/math\";\n+import { clamp as _clamp, clamp01 as _clamp01, clamp11 as _clamp11 } from \"@thi.ng/math\";\nimport { MultiVecOpVVV, VecOpVVV } from \"./api\";\nimport { ARGS_VVV, de... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): replace/remove HOF* template fns | 1 | refactor | vectors |
679,913 | 18.06.2019 23:38:38 | -3,600 | 928b95b928d5177892bac4ef0b623321d0d09b75 | feat(vectors): add fmod/fmodN fns (GLSL style mod op) | [
{
"change_type": "ADD",
"diff": "+import { fmod as _fmod } from \"@thi.ng/math\";\n+import { ARGS_VV, defHofOp } from \"./internal/codegen\";\n+import { FN2 } from \"./internal/templates\";\n+\n+/**\n+ * This version of mod uses the same logic as in GLSL, whereas `mod`\n+ * merely uses JavaScript's `%` modu... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add fmod/fmodN fns (GLSL style mod op) | 1 | feat | vectors |
679,913 | 18.06.2019 23:39:46 | -3,600 | b4ca8e4dbd44956fda263151c15e7f61b069501f | fix(shader-ast): use GLSL style mod in JS codegen | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ import { unsupported } from \"@thi.ng/errors\";\nimport {\nclamp,\ndeg,\n+ fmod,\nfract,\nmix,\nrad,\n@@ -239,8 +240,8 @@ export const JS_DEFAULT_ENV: JSEnv = {\nmin: Math.min,\nmix,\nmixn: mix,\n- mod: (a, b) => a % b,\n- modn: (a, b) => a % b,\n+ mod: ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(shader-ast): use GLSL style mod in JS codegen | 1 | fix | shader-ast |
67,476 | 19.06.2019 00:24:05 | -7,200 | 3ac43eacabb51651a4da02e5856922f5cc0eda34 | ci: fixup jobs | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,16 @@ map-5: &filter_only_tag\ntags:\nonly: /^v[0-9]+(\\.[0-9]+)*$/\n+map-6: &filter_only_topic\n+ filters:\n+ branches:\n+ ignore:\n+ - master\n+ - develop\n+ - release\n+ tags:\n+ ignore: /.*/\n+\n# # # # # # # # # # # # # # # #\n# - Executors -\n# # # # # ... | TypeScript | MIT License | aurelia/aurelia | ci: fixup jobs | 1 | ci | null |
679,913 | 19.06.2019 00:50:06 | -3,600 | d5115ff2036ec2813b3b452a660d6a7f09ad0a78 | feat(shader-ast): add/update sdf fns, fix fogExp2, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,16 @@ This project is part of the\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n+- [API](#api)\n+ - [Supported types](#supported-types)\n+ - [Operators](#operators)\n+ - [Symbol definitions / assignmen... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add/update sdf fns, fix fogExp2, update readme | 1 | feat | shader-ast |
679,913 | 19.06.2019 01:09:33 | -3,600 | b50a83e87773ab091a8b8f70dc1c654e960707a8 | feat(examples): update/extends raymarch demo | [
{
"change_type": "MODIFY",
"diff": "@@ -11,8 +11,10 @@ import {\neq,\nfit1101,\nfloat,\n+ fogExp2,\nifThen,\nlambert,\n+ mix,\nmul,\nprogram,\nraymarch,\n@@ -20,10 +22,11 @@ import {\nraymarchNormal,\nret,\nsdAABB,\n- sdBlend,\n+ sdOpSmoothUnion,\nsdSphere,\n- Sym,\n+ sdTxRepeat3,\nsym,\n+ Sym,\ntargetGLSL,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): update/extends raymarch demo | 1 | feat | examples |
217,922 | 19.06.2019 06:20:24 | -7,200 | 58ca722713242a00cca340e037cc9c9195db03b1 | fix(layout): fixed an issue with collapse if done not working properly | [
{
"change_type": "MODIFY",
"diff": "<nz-collapse>\n<nz-collapse-panel [nzHeader]=\"panelHeader\" [nzActive]=\"!(displayRow.collapsed || collapsed)\"\n- (nzActiveChange)=\"collapsed = !$event\"\n+ (nzActiveChange)=\"activeChange($event)\"\n[class.panel-done]=\"displayRow.collapsed && (displayRow.layoutRow &&... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed an issue with collapse if done not working properly | 1 | fix | layout |
722,013 | 19.06.2019 08:08:34 | 18,000 | c57c243ae31d20843532d13fba830443f3e22732 | feat(docgen): support ts prop types
Closes | [
{
"change_type": "MODIFY",
"diff": "+import { ParserPlugin } from '@babel/parser'\nimport { NodePath } from 'ast-types'\nimport babylon from '../../babel-parser'\nimport { Documentation, PropDescriptor } from '../../Documentation'\n@@ -6,8 +7,8 @@ import propHandler from '../propHandler'\njest.mock('../../D... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat(docgen): support ts prop types
Closes #413 | 1 | feat | docgen |
722,013 | 19.06.2019 08:14:38 | 18,000 | 19084837d4bc20d3b42379725791d9b21f8ccff7 | test: add unit test for PropOptions anotations | [
{
"change_type": "MODIFY",
"diff": "@@ -338,5 +338,26 @@ describe('propHandler', () => {\n)\nexpect(documentation.getPropDescriptor).toHaveBeenCalledWith('tsvalue')\n})\n+\n+ it('should understand \"As\" anotations', () => {\n+ const src = `\n+ export default Vue.extend({\n+ props: {\n+ blockData: {\n+ type... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: add unit test for PropOptions anotations | 1 | test | null |
503,933 | 19.06.2019 10:16:04 | 14,400 | ccaf11eb921c3870e9684f6899697fde05e9ffc9 | fix(Alert): remove the <p> from the Alert description | [
{
"change_type": "MODIFY",
"diff": "@@ -59,7 +59,7 @@ export const Alert: React.FunctionComponent<AlertProps> = ({\n<h4 className={css(styles.alertTitle)}>{readerTitle}</h4>\n{children && (\n<div className={css(styles.alertDescription)}>\n- <p>{children}</p>\n+ {children}\n</div>\n)}\n{action && (\n",
"... | TypeScript | MIT License | patternfly/patternfly-react | fix(Alert): remove the <p> from the Alert description (#2293)
#2283 | 1 | fix | Alert |
722,013 | 19.06.2019 10:38:14 | 18,000 | eaa4748ee5f89bf5f55fa186bad7f869a9b3ced9 | feat(docgen): add external proptypes parsing for docgen
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -323,7 +323,8 @@ describe('propHandler', () => {\nexport default Vue.extend({\nprops: {\ntsvalue: {\n- type: [String, Number] as Prop<SelectOption['value']>\n+ type: [String, Number] as Prop<SelectOption['value']>,\n+ required: true\n}\n}\n});`\n@@ -331,15 +332,16 @@ d... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat(docgen): add external proptypes parsing for docgen
Closes #465 | 1 | feat | docgen |
722,013 | 19.06.2019 11:02:38 | 18,000 | 56a2e05c85f0b6d80855aae04115a7194e94f872 | fix(docgen): fix template parsing expressions | [
{
"change_type": "MODIFY",
"diff": "@@ -96,4 +96,32 @@ describe('slotHandler', () => {\ndone.fail()\n}\n})\n+\n+ it('should find props in object defined', done => {\n+ const ast = compile(\n+ [\n+ '<div>',\n+ ' <h1>titleof the template</h1>',\n+ ' <button :class=\"{',\n+ ' [$style.root]: true,',\n+ ' [$styl... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(docgen): fix template parsing expressions | 1 | fix | docgen |
104,927 | 19.06.2019 11:07:40 | -3,600 | 936995253615b8250b033419f44fe99e58aa3c15 | chore: v2.6 prep | [
{
"change_type": "MODIFY",
"diff": "+## 2.6.0 (June 19, 2019)\n+\n+### Features\n+\n+- Wire up hide/show to footer link in ui shell side nav\n+- Add Space in header between name and prefix\n+\n+### Fixes\n+\n+- Focus on side nav and header panel links\n+\n+### Chores\n+\n+- Added UI shell notes\n+- Make lin... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-components-vue | chore: v2.6 prep | 1 | chore | null |
306,385 | 19.06.2019 11:23:32 | -7,200 | 4695cfdd6353cbe6e75bb44189d5d92445a3cf17 | fix(overlays): trapsKeyboardFocus should work with contentNode | [
{
"change_type": "MODIFY",
"diff": "@@ -15,24 +15,48 @@ export class LocalOverlayController {\nthis.trapsKeyboardFocus = finalParams.trapsKeyboardFocus;\nthis.placement = finalParams.placement;\nthis.position = finalParams.position;\n+ /**\n+ * A wrapper to render into the invokerTemplate\n+ *\n+ * @propert... | JavaScript | MIT License | ing-bank/lion | fix(overlays): trapsKeyboardFocus should work with contentNode | 1 | fix | overlays |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.