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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
932,455 | 19.05.2021 18:24:11 | 14,400 | fc4f56ce28de9fa763ed9680688f9451e3f37852 | build(deps): bump from 16.9.12 to 17.0.5 | [
{
"change_type": "MODIFY",
"diff": "\"@types/debug\": \"^4.1.2\",\n\"@types/jest\": \"^26.0.0\",\n\"@types/react\": \"^17.0.6\",\n- \"@types/react-dom\": \"^16.8.4\",\n+ \"@types/react-dom\": \"^17.0.5\",\n\"commander\": \"^6.1.0\",\n\"commitizen\": \"^4.2.3\",\n\"cross-spawn-promise\": \"^0.10.1\",\n",
... | TypeScript | Apache License 2.0 | spotify/web-scripts | build(deps): bump @types/react-dom from 16.9.12 to 17.0.5 | 1 | build | deps |
472,067 | 19.05.2021 18:25:35 | -32,400 | 48587ba31ba65d5ca628a941b7aec72726ae07cf | chore(spindle-tokens): install style dictionary | [
{
"change_type": "ADD",
"diff": "+{\n+ \"source\": [\"properties/**/*.json\"],\n+ \"platforms\": {\n+ \"scss\": {\n+ \"transformGroup\": \"scss\",\n+ \"buildPath\": \"dist/\",\n+ \"files\": [{\n+ \"destination\": \"scss/_variables.scss\",\n+ \"format\": \"scss/variables\"\n+ }]\n+ }\n+ }\n+}\n",
"new_pa... | TypeScript | MIT License | openameba/spindle | chore(spindle-tokens): install style dictionary | 1 | chore | spindle-tokens |
756,051 | 19.05.2021 18:31:02 | 18,000 | 7f28ee2fb7b5ce8ce8bab3d321813294caa17d91 | refactor(swingset): refine types for KernelKeeper, VatKeeper
- ManagerOptions includes enablePipelining, notifyTermination
- align type annotations with where CapData slots are parsed
- replayTranscript is async
- some types for initializeSwingset utilities
- formalize more makeVatLoader() type annotations
- factor out... | [
{
"change_type": "MODIFY",
"diff": "@@ -375,6 +375,13 @@ export async function makeSwingsetController(\nreturn kernel.deviceNameToID(deviceName);\n},\n+ /**\n+ * @param {string} vatName\n+ * @param {string} exportID\n+ * @param {string} method\n+ * @param {CapData<unknown>} args\n+ * @param {ResolutionPolic... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(swingset): refine types for KernelKeeper, VatKeeper
- ManagerOptions includes enablePipelining, notifyTermination
- align type annotations with where CapData slots are parsed
- replayTranscript is async
- some types for initializeSwingset utilities
- formalize more makeVatLoader() type annotations
- fac... | 1 | refactor | swingset |
756,013 | 19.05.2021 18:31:03 | 21,600 | b56fa7fc6c7180e3bcba3660da3ec897bc84d551 | feat: enable VPURSE_GIVE_TO_FEE_COLLECTOR | [
{
"change_type": "MODIFY",
"diff": "@@ -365,7 +365,7 @@ func NewAgoricApp(\napp.VpurseKeeper = vpurse.NewKeeper(\nappCodec, keys[vpurse.StoreKey],\n- app.BankKeeper,\n+ app.BankKeeper, authtypes.FeeCollectorName,\ncallToController,\n)\nvpurseModule := vpurse.NewAppModule(app.VpurseKeeper)\n",
"new_path"... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat: enable VPURSE_GIVE_TO_FEE_COLLECTOR | 1 | feat | null |
756,013 | 19.05.2021 18:31:33 | 21,600 | 60f7ea0b3fc9f12a8192284695e7c454833ced15 | feat: create a feeCollectorDepositFacet | [
{
"change_type": "MODIFY",
"diff": "@@ -172,12 +172,6 @@ export function buildRootObject(_vatPowers) {\n/** @type {Store<string, Bank>} */\nconst addressToBank = makeStore('address');\n- /** @type {NotifierRecord<string[]>} */\n- const {\n- notifier: accountsNotifier,\n- updater: accountsUpdater,\n- } = mak... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat: create a feeCollectorDepositFacet | 1 | feat | null |
756,013 | 19.05.2021 18:31:53 | 21,600 | 7e97cc1e86ae5b4bf35ae5cb592529bffdf2658c | feat: use feeCollectorDepositFacet | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,7 @@ function makeVattpFrom(vats) {\n});\n}\n+const CENTRAL_DENOM_NAME = 'urun';\nexport function buildRootObject(vatPowers, vatParameters) {\nconst { D } = vatPowers;\nasync function setupCommandDevice(httpVat, cmdDevice, roles) {\n@@ -163,17 +164,27 @@ expo... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat: use feeCollectorDepositFacet | 1 | feat | null |
126,295 | 19.05.2021 18:56:06 | -7,200 | e14a1ecc16395400db2f27f264d969e523e262ed | chore(pkg/pgsql/server): handle version statement | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,7 @@ import (\n\"github.com/codenotary/immudb/pkg/database\"\nbm \"github.com/codenotary/immudb/pkg/pgsql/server/bmessages\"\nfm \"github.com/codenotary/immudb/pkg/pgsql/server/fmessages\"\n+ \"github.com/codenotary/immudb/pkg/pgsql/server/pgmeta\"\n\"strings... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/pgsql/server): handle version statement
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/pgsql/server |
126,295 | 19.05.2021 18:56:51 | -7,200 | 3a8d9b1a3c70c9bc91634bee48eea95079eb5d38 | feat(pkg/pgsql/server): handle nil values | [
{
"change_type": "MODIFY",
"diff": "@@ -116,6 +116,33 @@ func RenderValue(op isSQLValue_Value) string {\nreturn fmt.Sprintf(\"%v\", op)\n}\n+func RenderValueAsByte(op isSQLValue_Value) []byte {\n+ switch v := op.(type) {\n+ case *SQLValue_Null:\n+ {\n+ return nil\n+ }\n+ case *SQLValue_N:\n+ {\n+ return []b... | Go | Apache License 2.0 | codenotary/immudb | feat(pkg/pgsql/server): handle nil values
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | feat | pkg/pgsql/server |
126,290 | 19.05.2021 18:58:06 | -3,600 | 6d93f100a6e5dfcfd81c2380df26c9e1842a2379 | feat: display version at startup | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,7 @@ import (\n\"github.com/codenotary/immudb/pkg/signer\"\n\"github.com/codenotary/immudb/cmd/helper\"\n+ \"github.com/codenotary/immudb/cmd/version\"\n\"github.com/codenotary/immudb/pkg/api/schema\"\n\"github.com/codenotary/immudb/pkg/auth\"\n\"github.com/g... | Go | Apache License 2.0 | codenotary/immudb | feat: display version at startup (#775) | 1 | feat | null |
531,793 | 19.05.2021 19:02:14 | -3,600 | f7bf357950c5c1986ea70c88aeac5947ee14792e | fix(ui): fix in dark mode | [
{
"change_type": "MODIFY",
"diff": "}\n&.bg-secondary,\n&.btn-secondary {\n- border: 1px solid darken($secondary, 2%);\n+ border: 1px solid lighten($secondary, 2%);\n+ background-color: lighten($secondary, 4%) !important;\n}\n&.bg-success,\n&.btn-success {\n",
"new_path": "ui/src/Styles/Components/BaseL... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): fix @state=unprocessed in dark mode | 1 | fix | ui |
276,946 | 19.05.2021 19:41:57 | 10,800 | 40158143b594c3d48ebf3f69d13e8f3b869ab503 | feat(yoga): change background-color from EventCard | [
{
"change_type": "MODIFY",
"diff": "@@ -156,7 +156,7 @@ const Card = ({\n},\n},\ndate: {\n- backgroundColor: colors.secondary,\n+ backgroundColor: colors.primary,\nradius: radii.small,\ndayOfWeek: {\nfontWeight: fontWeights.regular,\n",
"new_path": "packages/yoga/src/Card/Card.theme.js",
"old_path":... | JavaScript | MIT License | gympass/yoga | feat(yoga): change background-color from EventCard | 1 | feat | yoga |
276,946 | 19.05.2021 19:58:54 | 10,800 | cc0221a2446fdc2a5ec7f4efea579b1fb3f21527 | feat(yoga): update switch shadow colors | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ const CheckboxSwitch = ({\n},\nfocus: {\nchecked: {\n- backgroundColor: hexToRgb(colors.text.secondary, 0.5),\n+ backgroundColor: hexToRgb(colors.primary, 0.5),\n},\ndisabled: {\nbackgroundColor: hexToRgb(colors.elements.backgroundAndDisabled, 0.5),\n@@ ... | JavaScript | MIT License | gympass/yoga | feat(yoga): update switch shadow colors | 1 | feat | yoga |
276,946 | 19.05.2021 19:59:57 | 10,800 | e41242fe601b022f8730a19bcc44492a2baa3901 | fix(checkbox): fix background and box-shadow colors on native platform | [
{
"change_type": "MODIFY",
"diff": "@@ -116,20 +116,23 @@ const CheckBackground = styled.View(\nconst Shadow = styled.View(\n({\n+ checked,\n+ inverted,\ntheme: {\nyoga: {\n- colors: { elements },\n+ colors: { primary, elements, white },\ncomponents: { checkbox },\n},\n},\n}) => {\nconst size = checkbox.siz... | JavaScript | MIT License | gympass/yoga | fix(checkbox): fix background and box-shadow colors on native platform | 1 | fix | checkbox |
276,946 | 19.05.2021 20:01:02 | 10,800 | 5e01c74662cc0f9982a45157ce8e165bec76fba7 | fix(switch): fix thumb shadow colow on native platform | [
{
"change_type": "MODIFY",
"diff": "@@ -56,8 +56,8 @@ const ThumbShadow = styled.View(\nposition: absolute;\nbackground-color: ${\nchecked\n- ? hexToRgb(colors.text.secondary, 0.75)\n- : hexToRgb(colors.elements.lineAndBorders, 0.75)\n+ ? hexToRgb(colors.primary, 0.75)\n+ : hexToRgb(colors.elements.backgrou... | JavaScript | MIT License | gympass/yoga | fix(switch): fix thumb shadow colow on native platform | 1 | fix | switch |
756,013 | 19.05.2021 20:02:31 | 21,600 | 464b4642c2165901fa3457a5e61896b0e26fe638 | ci: clean up to be ready for master | [
{
"change_type": "MODIFY",
"diff": "@@ -123,7 +123,7 @@ jobs:\nstrategy:\nmatrix:\nnode-version: ['14.x']\n- # TODO: if: ${{github.event_name == 'push' && github.ref == 'refs/heads/master'}}\n+ if: ${{github.event_name == 'push' && github.ref == 'refs/heads/master'}}\nsteps:\n- uses: actions/setup-node@v1\n... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci: clean up to be ready for master | 1 | ci | null |
276,946 | 19.05.2021 20:02:37 | 10,800 | d83b1ef64e420d3ecdae2da5de2157d6a5516162 | fix(checkbox): fix background and box-shadow color on web platform | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,8 @@ const CheckboxWrapper = styled.div`\n* {\nbox-sizing: border-box;\n}\n+\n+ ${({ disabled }) => (disabled ? `cursor: not-allowed` : '')}\n`;\nconst CheckMark = styled.div`\n@@ -31,7 +33,7 @@ const CheckMark = styled.div`\n},\n},\n}) => {\n- let borderColo... | JavaScript | MIT License | gympass/yoga | fix(checkbox): fix background and box-shadow color on web platform | 1 | fix | checkbox |
276,946 | 19.05.2021 20:04:05 | 10,800 | 9b4c910aefa5d5a008a3a8867c707b84418fb326 | fix(radio): fix background and box-shadow color | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ const RadioGroup = ({\ncolor: colors.text.primary,\n},\nhover: {\n- backgroundColor: colors.elements.lineAndBorders,\n+ backgroundColor: colors.elements.backgroundAndDisabled,\n},\ndisabled: {\nbackgroundColor: colors.elements.backgroundAndDisabled,\n",
... | JavaScript | MIT License | gympass/yoga | fix(radio): fix background and box-shadow color | 1 | fix | radio |
276,946 | 19.05.2021 20:05:25 | 10,800 | 2bec213cac709cbd65ad54eb5053302cae2889dd | fix(slider): fix step dot background-color and change tooltip ribbon background-color | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ const Slider = ({\nstep: {\nbackgroundColor: {\nactive: colors.primary,\n- inactive: colors.elements.backgroundAndDisabled,\n+ inactive: colors.elements.lineAndBorders,\n},\nborder: {\nradius: radii.circle,\n@@ -53,7 +53,7 @@ const Slider = ({\n},\n},\nr... | JavaScript | MIT License | gympass/yoga | fix(slider): fix step dot background-color and change tooltip ribbon background-color | 1 | fix | slider |
838,025 | 19.05.2021 20:07:05 | -10,800 | fd5373785faab3b72ec8867c03902cad2cb9b9b8 | feat: add callback remove funcion | [
{
"change_type": "MODIFY",
"diff": "@@ -85,6 +85,7 @@ func (cb *Callback) HandleFunc(w http.ResponseWriter, r *http.Request) {\nvar (\ncode int\ndate time.Time\n+ remove bool\n)\nretryAfter := func(c int, d time.Time) {\n@@ -93,6 +94,11 @@ func (cb *Callback) HandleFunc(w http.ResponseWriter, r *http.Reques... | Go | MIT License | severecloud/vksdk | feat: add callback remove funcion | 1 | feat | null |
276,946 | 19.05.2021 20:07:15 | 10,800 | a98a700ded6da45f506b37a2ff650968506125b4 | test(radio): update snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -16,10 +16,12 @@ exports[`<RadioGroup /> <RadioGroup.Radio /> Snapshots should match snapshot wit\n<View\nchecked={false}\ndisabled={false}\n+ pressed={false}\nstyle={\nArray [\nObject {\n\"alignItems\": \"center\",\n+ \"backgroundColor\": \"#FFFFFF\",\n\"borderColor\"... | JavaScript | MIT License | gympass/yoga | test(radio): update snapshots | 1 | test | radio |
276,946 | 19.05.2021 20:13:16 | 10,800 | 5ab5cef92c6f20cc697f4b89412e2e1d22941d32 | docs(doc): update button example pages | [
{
"change_type": "MODIFY",
"diff": "@@ -8,13 +8,21 @@ You can use all differente compounds like `<Button.Outline />` and `<Button.Text\n#### Default\n```javascript\n+<div style={{ display: 'flex', justifyContent: 'space-evenly', width: '100%' }}>\n<Button>Find an activity</Button>\n+ <Button secondary>Find ... | JavaScript | MIT License | gympass/yoga | docs(doc): update button example pages | 1 | docs | doc |
269,416 | 19.05.2021 20:14:50 | -28,800 | 46f452ecbee194a86ee81360a5342c1ee9175553 | docs: fix config field | [
{
"change_type": "MODIFY",
"diff": "@@ -216,7 +216,7 @@ nfpms:\nrpm:\nreplacements:\namd64: x86_64\n- name_template: \"{{ .ProjectName }}-{{ .Version }}-{{ .Arch }}\"\n+ file_name_template: \"{{ .ProjectName }}-{{ .Version }}-{{ .Arch }}\"\nfiles:\n\"tmp/man.gz\": \"/usr/share/man/man8/app.8.gz\"\nconfig_fi... | Go | MIT License | goreleaser/goreleaser | docs: fix config field (#2228) | 1 | docs | null |
791,436 | 19.05.2021 20:37:29 | -36,000 | d60a68649f85f1edfbd8f11673bb280813c2b771 | fix(spanner): mark SessionPoolConfig.MaxBurst deprecated | [
{
"change_type": "MODIFY",
"diff": "@@ -411,6 +411,14 @@ type SessionPoolConfig struct {\n// MaxBurst is the maximum number of concurrent session creation requests.\n//\n+ // Deprecated: MaxBurst exists for historical compatibility and should not\n+ // be used. MaxBurst was used to limit the number of sessi... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(spanner): mark SessionPoolConfig.MaxBurst deprecated (#4115) | 1 | fix | spanner |
838,025 | 19.05.2021 21:09:33 | -10,800 | 8ae40beaca55aeaecadeb581c65baae8b74f0e4f | feat: add StoreAddStickersToFavorite method | [
{
"change_type": "ADD",
"diff": "+package api // import \"github.com/SevereCloud/vksdk/api\"\n+\n+// StoreAddStickersToFavorite add stickers to favorite.\n+//\n+// https://vk.com/dev/store.addStickersToFavorite\n+func (vk *VK) StoreAddStickersToFavorite(params Params) (response int, err error) {\n+ err = vk... | Go | MIT License | severecloud/vksdk | feat: add StoreAddStickersToFavorite method | 1 | feat | null |
838,025 | 19.05.2021 21:43:34 | -10,800 | b270b5c0a60a2e9f852e5b6cccf89faab92e9517 | feat: add StoreRemoveStickersFromFavorite method | [
{
"change_type": "MODIFY",
"diff": "@@ -7,3 +7,11 @@ func (vk *VK) StoreAddStickersToFavorite(params Params) (response int, err error\nerr = vk.RequestUnmarshal(\"store.addStickersToFavorite\", &response, params)\nreturn\n}\n+\n+// StoreRemoveStickersFromFavorite remove stickers from favorite.\n+//\n+// htt... | Go | MIT License | severecloud/vksdk | feat: add StoreRemoveStickersFromFavorite method | 1 | feat | null |
306,389 | 19.05.2021 21:56:14 | -7,200 | 5ca3d2750138562a20022b34623d9baa3f317935 | fix(localize): reset storage correctly
long running imports were polluting newly reset storage | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/localize': patch\n+---\n+\n+Fix localize race condition where data was being added while namespace loader promise was no longer in cache.\n",
"new_path": ".changeset/mighty-cars-grow.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff"... | JavaScript | MIT License | ing-bank/lion | fix(localize): reset storage correctly
long running imports were polluting newly reset storage | 1 | fix | localize |
151,430 | 19.05.2021 22:05:43 | 25,200 | f28f17e42e697562818104e7c725d16b0f2fe9e5 | docs: update queue docs | [
{
"change_type": "MODIFY",
"diff": "@@ -6,27 +6,47 @@ description: Utility library for queuing events\n# Queue Utility\n-A simple tiny queue library.\n+A simple tiny `~300kb` queue library.\n```js\nimport smartQueue from '@analytics/queue-utils'\n-const queue = smartQueue((items, rest) => {\n- console.log('... | JavaScript | MIT License | davidwells/analytics | docs: update queue docs
Signed-off-by: David Wells <> | 1 | docs | null |
151,430 | 19.05.2021 22:11:01 | 25,200 | 77b419052d871d7fe300e328ec4b53138f11a7d8 | docs: clean up html example | [
{
"change_type": "MODIFY",
"diff": "/* Attaching a listener */\nAnalytics.on('*', ({ payload }) => {\nconsole.log(`Event ${payload.type}`, payload)\n- })\n+ });\n</script>\n</head>\n<body>\nIdentify visitor\n</button>\n+ <p>\n<br />\n- <p><a href=\"https://getanalytics.io/\">View the docs</a></p>\n-\n+ <a h... | JavaScript | MIT License | davidwells/analytics | docs: clean up html example
Signed-off-by: David Wells <> | 1 | docs | null |
126,295 | 19.05.2021 22:32:45 | -7,200 | 9473b23e52288b9e6db6aad1cea67bcc1540ea3a | chore(pkg/pgsql/server): enforce reserved statements checks | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,7 @@ import (\nfm \"github.com/codenotary/immudb/pkg/pgsql/server/fmessages\"\n\"github.com/codenotary/immudb/pkg/pgsql/server/pgmeta\"\n\"io\"\n+ \"regexp\"\n\"strings\"\n)\n@@ -48,11 +49,12 @@ func (s *session) HandleSimpleQueries() (err error) {\ncase fm.T... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/pgsql/server): enforce reserved statements checks
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/pgsql/server |
447,446 | 19.05.2021 23:02:31 | 14,400 | cd0f746b3eb9362a2044c0d41b87e5e01901b97b | feat: implement RainbowTheme helper
* feat: implement RainbowTheme helper
fix:
* fix: add description to theme prop
* fix: rename and move to HOC folder
* fix: some fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ describe('<RainbowThemeContainer />', () => {\n},\n},\n};\n- const component = mount(<RainbowThemeContainer value={theme} />);\n+ const component = mount(<RainbowThemeContainer theme={theme} />);\nconst normalizedTheme = component.find('ThemeProvider').p... | JavaScript | MIT License | nexxtway/react-rainbow | feat: implement RainbowTheme helper (#2238)
* feat: implement RainbowTheme helper
fix: #2234
* fix: add description to theme prop
* fix: rename and move to HOC folder
* fix: some fixes
Co-authored-by: LeandroTorresSicilia <jtorressicilia@gmail.com> | 1 | feat | null |
126,295 | 19.05.2021 23:13:08 | -7,200 | e997a97cf2b0c6b59b4177c419ce8d4e1fdf6812 | chore: increase coverage and minor fix | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ limitations under the License.\npackage schema\nimport (\n+ \"encoding/hex\"\n\"testing\"\n\"github.com/codenotary/immudb/embedded/sql\"\n@@ -100,4 +101,28 @@ func TestRowComparison(t *testing.T) {\nrawBlobValue := RawValue(&SQLValue{Value: blobValue2})\... | Go | Apache License 2.0 | codenotary/immudb | chore: increase coverage and minor fix
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | null |
756,064 | 19.05.2021 23:34:59 | 25,200 | 0625f14ebc1c4fabf5bd4d6e7b1855a29c1466b8 | fix(swingset): activate `dispatch.dropExports`
Liveslots reacts to dispatch.dropExports by dropping the strong
`exportedRemotables` reference, possibly allowing the Remotable to be
collected.
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -837,7 +837,14 @@ function build(\nassert(Array.isArray(vrefs));\nvrefs.map(vref => insistVatType('object', vref));\nvrefs.map(vref => assert(parseVatSlot(vref).allocatedByVat));\n- console.log(`-- liveslots ignoring dropExports`);\n+ console.log(`-- liveslots acting u... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(swingset): activate `dispatch.dropExports`
Liveslots reacts to dispatch.dropExports by dropping the strong
`exportedRemotables` reference, possibly allowing the Remotable to be
collected.
closes #3137 | 1 | fix | swingset |
756,064 | 19.05.2021 23:35:37 | 25,200 | 549c3019c3513cfeb35211bc42178cd0102c6543 | fix(swingset): remove liveslots "safety pins"
This removes the liveslots 'safety pins' that have inhibited collection of
objects until we were ready. I believe the collection of `pendingPromises`,
`exportedRemotables`, `importedDevices`, and the VOM's `reachableRemotables`
should keep everything alive that needs to be.... | [
{
"change_type": "MODIFY",
"diff": "@@ -98,7 +98,6 @@ function build(\nconst exportedRemotables = new Set(); // objects\nconst pendingPromises = new Set(); // Promises\nconst importedDevices = new Set(); // device nodes\n- const safetyPins = new Set(); // temporary\nconst deadSet = new Set(); // vrefs that ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(swingset): remove liveslots "safety pins"
This removes the liveslots 'safety pins' that have inhibited collection of
objects until we were ready. I believe the collection of `pendingPromises`,
`exportedRemotables`, `importedDevices`, and the VOM's `reachableRemotables`
should keep everything alive that needs to be... | 1 | fix | swingset |
756,064 | 19.05.2021 23:35:58 | 25,200 | 0c52007d0213c77b81ca6cf5047db1530919a4b2 | chore(swingset): log syscall translations errors to stdout
A translation error indicates a kernel or liveslots bug, so be noisy about
it. | [
{
"change_type": "MODIFY",
"diff": "@@ -671,13 +671,15 @@ export default function buildKernel(\n}\nlet ksc;\ntry {\n- // this can fail if the vat asks for something not on their clist,\n- // which is fatal to the vat\n+ // This can fail if the vat asks for something not on their clist, or\n+ // their syscal... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): log syscall translations errors to stdout
A translation error indicates a kernel or liveslots bug, so be noisy about
it. | 1 | chore | swingset |
71,460 | 19.05.2021 23:42:02 | -3,600 | 3c7a89de6edaf7a1910bf716419dbe5568d79374 | feat(dynamodb): add ability to enable contributor insights on Table
Resolve
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -224,6 +224,13 @@ export interface TableOptions {\n* @default Duration.minutes(30)\n*/\nreadonly replicationTimeout?: Duration;\n+\n+ /**\n+ * Whether CloudWatch contributor insights is enabled.\n+ *\n+ * @default false\n+ */\n+ readonly contributorInsightsEnabled?: bo... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(dynamodb): add ability to enable contributor insights on Table (#14742)
Resolve https://github.com/aws/aws-cdk/issues/11626
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | dynamodb |
306,660 | 20.05.2021 01:49:50 | -19,080 | dddcefb019394d2b9584f059aa459869bbc55668 | feat(ChipInput): adds component | [
{
"change_type": "ADD",
"diff": "+import * as React from 'react';\n+import classNames from 'classnames';\n+import { Chip, Icon } from '@/index';\n+import { ChipProps } from '@/index.type';\n+import { BaseProps, extractBaseProps } from '@/utils/types';\n+\n+const keyCodes = {\n+ BACKSPACE: 'Backspace',\n+ DE... | TypeScript | MIT License | innovaccer/design-system | feat(ChipInput): adds component | 1 | feat | ChipInput |
815,609 | 20.05.2021 05:45:42 | -28,800 | e64023601c0570770bb446505d6ef73cb2d7fafc | ci: run ci temporarily for development | [
{
"change_type": "MODIFY",
"diff": "@@ -64,17 +64,17 @@ matrix:\ninclude:\n# We don't run tests, linters and quck check in fork branch, since they will be covered in PR.\n- name: Tests on macOS\n- if: 'tag IS NOT present AND (type = pull_request OR branch IN (master, staging, staging2, trying))'\n+ if: 'tag... | Rust | MIT License | nervosnetwork/ckb | ci: run ci temporarily for development | 1 | ci | null |
815,609 | 20.05.2021 07:16:15 | -28,800 | 3f35ca84c41fd276402b7dd391d6b5a78092b9c5 | feat(hardfork): setup the components for hard fork features | [
{
"change_type": "MODIFY",
"diff": "@@ -549,6 +549,7 @@ dependencies = [\nname = \"ckb-chain-spec\"\nversion = \"0.43.0-pre\"\ndependencies = [\n+ \"ckb-constant\",\n\"ckb-crypto\",\n\"ckb-dao-utils\",\n\"ckb-error\",\n",
"new_path": "Cargo.lock",
"old_path": "Cargo.lock"
},
{
"change_type":... | Rust | MIT License | nervosnetwork/ckb | feat(hardfork): setup the components for hard fork features | 1 | feat | hardfork |
777,369 | 20.05.2021 08:28:07 | 21,600 | ca4ab7ad6b1474f6d305792e3aa16a52d6e28bb2 | fix: correct resource pool pagination and make sort sticky | [
{
"change_type": "MODIFY",
"diff": "+import { SorterResult } from 'antd/es/table/interface';\nimport React, { useCallback, useEffect, useMemo, useState } from 'react';\nimport Grid, { GridMode } from 'components/Grid';\n@@ -8,7 +9,9 @@ import ResourcePoolDetails from 'components/ResourcePoolDetails';\nimpor... | Python | Apache License 2.0 | determined-ai/determined | fix: correct resource pool pagination and make sort sticky [DET-5482] (#2403) | 1 | fix | null |
699,194 | 20.05.2021 09:15:27 | 21,600 | 1551007428b03558573a13e7831246e286bf2754 | chore(combobox): fix long value example | [
{
"change_type": "MODIFY",
"diff": "@@ -418,6 +418,7 @@ export const ComboboxOverflowLongValue = (): React.ReactNode => {\nsetInputItems(items.filter((item) => item.toLowerCase().startsWith(inputValue.toLowerCase())));\n}\n}}\n+ optionTemplate={(item: ObjectItem) => <>{item}</>}\n/>\n</Box>\n);\n",
"new... | TypeScript | MIT License | twilio-labs/paste | chore(combobox): fix long value example (#1465) | 1 | chore | combobox |
873,695 | 20.05.2021 09:35:54 | -7,200 | ab6ec7b7e4b6a5e42d5616baf1a1cdaf4e0bc6bf | chore: fix rich text version to v14.1.2 | [
{
"change_type": "MODIFY",
"diff": "\"lint\": \"eslint ./src --ext .js,.jsx,.ts,.tsx\"\n},\n\"dependencies\": {\n- \"@contentful/contentful-slatejs-adapter\": \"^14.1.0\",\n+ \"@contentful/contentful-slatejs-adapter\": \"14.1.2\",\n\"@contentful/field-editor-reference\": \"^2.13.1\",\n\"@contentful/field-ed... | TypeScript | MIT License | contentful/field-editors | chore: fix rich text version to v14.1.2 (#729) | 1 | chore | null |
815,607 | 20.05.2021 09:39:13 | -28,800 | ca6d22af7489ba3d049bbb537c56e433e3001224 | feat: new syscalls | [
{
"change_type": "MODIFY",
"diff": "@@ -1491,14 +1491,8 @@ dependencies = [\n[[package]]\nname = \"ckb-vm\"\n-<<<<<<< HEAD\n-version = \"0.19.4\"\n-source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"2f4b7a3a2f19771d379884030417094c55986ccbc0d5caaaa651f7421ead4bb4\"\n-=======\n... | Rust | MIT License | nervosnetwork/ckb | feat: new syscalls | 1 | feat | null |
815,609 | 20.05.2021 09:42:47 | -28,800 | b546065b29d849807b0a913c3f732379b3e2d40b | refactor: let verifiers know the real environment that the transaction is in | [
{
"change_type": "MODIFY",
"diff": "@@ -392,6 +392,12 @@ impl ConsensusBuilder {\nself\n}\n+ /// Sets median_time_block_count for the new Consensus.\n+ pub fn median_time_block_count(mut self, median_time_block_count: usize) -> Self {\n+ self.inner.median_time_block_count = median_time_block_count;\n+ self\... | Rust | MIT License | nervosnetwork/ckb | refactor: let verifiers know the real environment that the transaction is in | 1 | refactor | null |
71,371 | 20.05.2021 09:54:01 | -7,200 | b02311cd55b5bdbe408085488dd17816f181fd2c | feat(lambda-nodejs): pnpm support
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -46,10 +46,9 @@ when working with the AWS SDK for JavaScript. Set the `awsSdkConnectionReuse` pr\n## Lock file\n-The `NodejsFunction` requires a dependencies lock file (`yarn.lock` or\n-`package-lock.json`). When bundling in a Docker container, the path containing this... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(lambda-nodejs): pnpm support (#14772)
Closes #14757 | 1 | feat | lambda-nodejs |
531,793 | 20.05.2021 09:57:27 | -3,600 | e51f4d69404b7d73f0b4744249b0800765b42a76 | fix(ui): linkify only ticket id | [
{
"change_type": "MODIFY",
"diff": "@@ -110,13 +110,15 @@ describe(\"<SilenceComment />\", () => {\nit(\"Renders a JIRA link if present\", () => {\nsilence.ticketURL = \"http://localhost/1234\";\nsilence.ticketID = \"1234\";\n+ silence.comment = \"Ticket id 1234 and also 1234\";\nconst tree = MountedSilence... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): linkify only ticket id | 1 | fix | ui |
126,276 | 20.05.2021 10:09:53 | 10,800 | 6a37b945b54ba10b8a1a7b2932d58af9b4b58d1e | feat(pkg/database): enhace table description by adding nullable constraint | [
{
"change_type": "MODIFY",
"diff": "@@ -174,6 +174,7 @@ func (d *db) DescribeTable(tableName string) (*schema.SQLQueryResult, error) {\nres := &schema.SQLQueryResult{Columns: []*schema.Column{\n{Name: \"COLUMN\", Type: sql.VarcharType},\n{Name: \"TYPE\", Type: sql.VarcharType},\n+ {Name: \"NULLABLE\", Type:... | Go | Apache License 2.0 | codenotary/immudb | feat(pkg/database): enhace table description by adding nullable constraint
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | pkg/database |
777,369 | 20.05.2021 10:20:33 | 21,600 | 58b7e02a972b249587229ed8d12ca508a133f9cf | feat: experiment list search | [
{
"change_type": "MODIFY",
"diff": ".base {\nheight: 0;\nopacity: 0;\n+ pointer-events: none;\nposition: relative;\ntransition: height 0.2s ease-in-out, opacity 0.2s ease-in-out;\n+ z-index: 3;\n.container {\nalign-items: center;\ncontent: '';\ndisplay: block;\nheight: 1.2rem;\n- left: 3rem;\n+ left: 2.4rem... | Python | Apache License 2.0 | determined-ai/determined | feat: experiment list search [DET-5460] (#2392) | 1 | feat | null |
791,394 | 20.05.2021 10:32:04 | -36,000 | 60ad8e02159663487770d2156fa815fffc81efda | test(pubsublite): remove TestNewSubscriberCreatesCorrectImpl and TestNewPublisherCreatesImpl
These are not necessary and covered by the integration tests.
Fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -1014,17 +1014,6 @@ func TestRoutingPublisherPartitionCountUpdateFails(t *testing.T) {\n})\n}\n-func TestNewPublisherCreatesImpl(t *testing.T) {\n- const topic = \"projects/123456/locations/us-central1-b/topics/my-topic\"\n- const region = \"us-central1\"\n-\n- if pub,... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(pubsublite): remove TestNewSubscriberCreatesCorrectImpl and TestNewPublisherCreatesImpl (#4135)
These are not necessary and covered by the integration tests.
Fixes: https://github.com/googleapis/google-cloud-go/issues/4134 | 1 | test | pubsublite |
342,890 | 20.05.2021 10:35:46 | -7,200 | fe9d38863ece1bab03d77bbe1c32067d8b45258c | ci: touch markdown file in prose lint
Hopefully temporary solution to errata-ai/vale-action#39 | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,10 @@ jobs:\nsteps:\n- name: Checkout\nuses: actions/checkout@master\n- #\n+\n+ - name: Touch markdown file\n+ run: touch docs/src/snippets/more-than-color.mdx\n+\n- name: Vale\nuses: errata-ai/vale-action@v1.4.1\nwith:\n",
"new_path": ".github/workflows/... | JavaScript | MIT License | kiwicom/orbit | ci: touch markdown file in prose lint
Hopefully temporary solution to errata-ai/vale-action#39 | 1 | ci | null |
71,499 | 20.05.2021 11:16:15 | -3,600 | f7a397c783e1a9232f4f00778cc81e089e62396c | chore(cfnspec): update cfn-lint repo name
The repo for cfn-lint was previously cfn-python-lint. This is now
changed to cfn-lint, causing the bump job to fail.
Fix up the repo name.
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -5,14 +5,14 @@ scriptdir=$(cd $(dirname $0) && pwd)\n# Download (parts of) the cfn-lint repo that we use to enhance our model\nintermediate=\"$(mktemp -d)/tmp.zip\"\n-url=\"https://github.com/aws-cloudformation/cfn-python-lint/archive/master.zip\"\n+url=\"https://githu... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(cfnspec): update cfn-lint repo name (#14789)
The repo for cfn-lint was previously cfn-python-lint. This is now
changed to cfn-lint, causing the bump job to fail.
Fix up the repo name.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 licen... | 1 | chore | cfnspec |
342,890 | 20.05.2021 11:23:55 | -7,200 | ab254b20038600c30ee3f34aa85eb3eaa7796bdd | fix: limit size of action images | [
{
"change_type": "MODIFY",
"diff": "@@ -44,46 +44,70 @@ Best for the [single primary action](/components/action/button/#identify-the-mos\non the screen.\nUse them when you want to continue in the flow of the app.\n+<ImageContainer size=\"medium\">\n+\n: skip tabs | [
{
"change_type": "MODIFY",
"diff": "@@ -180,6 +180,10 @@ func (l *lexer) Lex(lval *yySymType) int {\nreturn ERROR\n}\n+ if '\\t' == ch {\n+ continue\n+ }\n+\nif '/' == ch && '*' == l.r.nextChar {\nl.r.ReadByte()\n",
"new_path": "embedded/sql/parser.go",
"old_path": "embedded/sql/parser.go"
},
{
... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): skip tabs
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
306,438 | 20.05.2021 12:14:15 | -7,200 | 8641dbe63b8c1343730d906aed828a2a6fdc548e | chore: patch mdjs-preview package | [
{
"change_type": "ADD",
"diff": "+diff --git a/node_modules/@mdjs/mdjs-preview/src/MdJsPreview.js b/node_modules/@mdjs/mdjs-preview/src/MdJsPreview.js\n+index 59b0a83..1f2e66a 100644\n+--- a/node_modules/@mdjs/mdjs-preview/src/MdJsPreview.js\n++++ b/node_modules/@mdjs/mdjs-preview/src/MdJsPreview.js\n+@@ -1... | JavaScript | MIT License | ing-bank/lion | chore: patch mdjs-preview package | 1 | chore | null |
306,438 | 20.05.2021 12:17:13 | -7,200 | 6edecddef2362522753db4a360743592e9089ff1 | chore: household stuff due to updated deps | [
{
"change_type": "MODIFY",
"diff": "@@ -16,3 +16,11 @@ trim_trailing_whitespace = false\nblock_comment_start = /**\nblock_comment = *\nblock_comment_end = */\n+\n+[*.{d.ts,patch,editorconfig}]\n+charset = unset\n+indent_style = unset\n+indent_size = unset\n+end_of_line = unset\n+insert_final_newline = unset... | JavaScript | MIT License | ing-bank/lion | chore: household stuff due to updated deps
Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com> | 1 | chore | null |
889,620 | 20.05.2021 12:26:22 | -28,800 | f435b9dc784b91077e632b68b1f3124373f1ea1f | fix: allow cors configuration
allowed origins can be set via komga.cors.allowed-origins
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,8 @@ class KomgaProperties {\nvar database = Database()\n+ var cors = Cors()\n+\nclass RememberMe {\n@get:NotBlank\nvar key: String? = null\n@@ -30,6 +32,10 @@ class KomgaProperties {\nvar validity: Int = 1209600 // 2 weeks\n}\n+ class Cors {\n+ var allowedOr... | Kotlin | MIT License | gotson/komga | fix: allow cors configuration
allowed origins can be set via komga.cors.allowed-origins
closes #540 | 1 | fix | null |
838,025 | 20.05.2021 12:27:08 | -10,800 | f533e49f39528a2db6a80d9b8797bd286da3203a | feat: add StoreGetFavoriteStickers method | [
{
"change_type": "MODIFY",
"diff": "package api // import \"github.com/SevereCloud/vksdk/api\"\n+import (\n+ \"github.com/SevereCloud/vksdk/v2/object\"\n+)\n+\n// StoreAddStickersToFavorite add stickers to favorite.\n//\n// https://vk.com/dev/store.addStickersToFavorite\n@@ -8,6 +12,20 @@ func (vk *VK) Stor... | Go | MIT License | severecloud/vksdk | feat: add StoreGetFavoriteStickers method | 1 | feat | null |
791,331 | 20.05.2021 12:37:35 | -7,200 | 9d1c868d25a18aa824eb4137ebd0a2949e51b192 | docs(spanner): fix godoc for default value of health check interval | [
{
"change_type": "MODIFY",
"diff": "@@ -442,7 +442,7 @@ type SessionPoolConfig struct {\n// HealthCheckInterval is how often the health checker pings a session.\n//\n- // Defaults to 5m.\n+ // Defaults to 50m.\nHealthCheckInterval time.Duration\n// TrackSessionHandles determines whether the session pool wil... | Go | Apache License 2.0 | googleapis/google-cloud-go | docs(spanner): fix godoc for default value of health check interval (#4136) | 1 | docs | spanner |
342,890 | 20.05.2021 12:37:39 | -7,200 | 92c6b9783621b61c9c46a89c48929faf1e936492 | docs: document spacing of Alert buttons | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ export default {\n<Stack shrink direction=\"column\" spacing=\"XSmall\">\n<Heading type=\"title5\">Type: Success</Heading>\n<Alert type=\"success\" title=\"Your payment was successful.\" icon>\n- <Stack flex>\n+ <Stack flex spacing=\"XSmall\">\n<AlertButto... | JavaScript | MIT License | kiwicom/orbit | docs: document spacing of Alert buttons | 1 | docs | null |
306,346 | 20.05.2021 12:41:15 | -15,480 | fcdf1725978850d437245260b6ee535c6313696b | fix(aws): fix kms_external_key test files name typo | [
{
"change_type": "RENAME",
"diff": "@@ -12,5 +12,5 @@ func TestKMSExternalKeyGoldenFile(t *testing.T) {\nt.Skip(\"skipping test in short mode\")\n}\n- tftest.GoldenFileResourceTests(t, \"kms_key_external_test\")\n+ tftest.GoldenFileResourceTests(t, \"kms_external_key_test\")\n}\n",
"new_path": "internal... | Go | Apache License 2.0 | infracost/infracost | fix(aws): fix kms_external_key test files name typo (#692) | 1 | fix | aws |
777,422 | 20.05.2021 12:54:40 | 25,200 | 74b4e250a8f4d84fc7dad1e4a602091ece24225b | feat: add new multiclass text classification example for tensorflow
add new multiclass text classification example for tensorflow to determined examples | [
{
"change_type": "MODIFY",
"diff": "@@ -122,6 +122,10 @@ MNIST <pytorch-mnist-tutorial>` and :ref:`tf.keras MNIST\n- :download:`bert_glue_pytorch.tgz\n</examples/bert_glue_pytorch.tgz>`\n+ - - Tensorflow\n+ - UCSD\n+ - :download:`amazon_reviews.gz </examples/amazon_reviews.gz>`\n+\n- - PyTorch\n- WikiText-2... | Python | Apache License 2.0 | determined-ai/determined | feat: add new multiclass text classification example for tensorflow [DET-5277] (#2396)
add new multiclass text classification example for tensorflow to determined examples | 1 | feat | null |
306,353 | 20.05.2021 13:22:41 | -18,000 | 2ff4be71e41ed6f7d2b4d57f5ba47e242d6d39e1 | fix(azure): fix HOT RA-GRS write operations for BlockBlob Storage Account | [
{
"change_type": "MODIFY",
"diff": "@@ -108,33 +108,31 @@ func NewAzureStorageAccount(d *schema.ResourceData, u *schema.UsageData) *schema\ncostComponents = append(costComponents, blobDataStorageCostComponent(location, \"Capacity\", skuName, \"0\", productName, unknown))\n}\n-\n+ writeMeterName := \"/Write ... | Go | Apache License 2.0 | infracost/infracost | fix(azure): fix HOT RA-GRS write operations for BlockBlob Storage Account | 1 | fix | azure |
141,507 | 20.05.2021 13:42:52 | -36,000 | 006bbe25d8af9a81081bbf4e035e26d786fe3ad9 | feat: allow the scale labels to show if the disabledlabel is not provided | [
{
"change_type": "ADD",
"diff": "+import React from \"react\"\n+import { cleanup, render } from \"@testing-library/react\"\n+import \"@testing-library/jest-dom\"\n+\n+import { Slider, SliderProps } from \"./Slider\"\n+\n+afterEach(cleanup)\n+\n+const defaultProps: SliderProps = {\n+ labelLow: \"Low\",\n+ la... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: allow the scale labels to show if the disabledlabel is not provided (#1614)
Co-authored-by: Ally Beaton <allanna.beaton@gmail.com> | 1 | feat | null |
104,828 | 20.05.2021 13:44:12 | -7,200 | 4b9f007da3bac16c2f2b2644aacf296d3c7a1dee | feat(mapcard): added collapsable legend + fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -32,12 +32,21 @@ const MapBoxExample = ({...props}) => {\n} else if (actionType === CARD_ACTIONS.OPEN_EXPANDED_CARD) {\nsetIsExpanded(true);\n} else if (actionType === CARD_ACTIONS.ON_SETTINGS_CLICK) {\n- setSettingsOpen((oldSettingsState) => !oldSettingsState)\n- }\n+... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): added collapsable legend + fixes | 1 | feat | mapcard |
756,064 | 20.05.2021 13:54:54 | 25,200 | d4bc61724365ae7eefb64459c7aefb5f2189e4b1 | fix(swingset): add gcAndFinalize, tests
This adds a platform-specific `gcAndFinalize()` function, which returns a
Promise that resolves when GC has been provoked and FinalizationRegistry
callbacks have had a chance to run.
On Node.js, the application must be run with --expose-gc .
refs | [
{
"change_type": "MODIFY",
"diff": "\"files\": [\n\"test/**/test-*.js\"\n],\n+ \"nodeArguments\": [\n+ \"--expose-gc\"\n+ ],\n\"require\": [\n\"esm\"\n],\n",
"new_path": "packages/SwingSet/package.json",
"old_path": "packages/SwingSet/package.json"
},
{
"change_type": "ADD",
"diff": "+/*... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(swingset): add gcAndFinalize, tests
This adds a platform-specific `gcAndFinalize()` function, which returns a
Promise that resolves when GC has been provoked and FinalizationRegistry
callbacks have had a chance to run.
On Node.js, the application must be run with --expose-gc .
refs #2660 | 1 | fix | swingset |
104,828 | 20.05.2021 14:20:39 | -7,200 | bcd4af5e97e2c2302ab31a104b161647d03be701 | feat(mapcard): fixed card resize handle z-index | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,11 @@ $iot-header-padding: $spacing-05;\nbox-sizing: border-box;\n}\n+.#{$iot-prefix}--card.react-grid-item > .react-resizable-handle {\n+ // Make sure the resize handle is placed on top of absolute positioned card content\n+ z-index: 2;\n+}\n+\n.#{$iot-prefi... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): fixed card resize handle z-index | 1 | feat | mapcard |
104,828 | 20.05.2021 14:27:54 | -7,200 | 7028d09263cf21a0198637d79c7dd96bd0e66267 | feat(mapcard): added collapsable legend fix | [
{
"change_type": "MODIFY",
"diff": "@@ -79,7 +79,9 @@ $transition-time: 0.09s;\n}\n&-legend-content {\n- display: grid;\n+ display: flex;\n+ flex-direction: column;\n+ width: calc(100% - #{$spacing-09});\n}\n&-legend__fullwidth--collapsed .#{$iot-prefix}--map-legend-keys-container {\n",
"new_path": "pac... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): added collapsable legend fix | 1 | feat | mapcard |
104,828 | 20.05.2021 14:41:22 | -7,200 | 252b8050c5471f55fe475d12562d4945d2788d68 | feat(mapcard): only allow settings in expanded mode | [
{
"change_type": "MODIFY",
"diff": "@@ -79,11 +79,17 @@ const MapCard = ({\nlayerTriggerIconDescription={mergedI18n.layerTriggerIconDescription}\n/>\n) : null;\n+\n+ const myAvailableActions = {\n+ ...availableActions,\n+ settings: isExpanded && availableActions.settings,\n+ };\n+\nreturn (\n<Card\ntitle={m... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): only allow settings in expanded mode | 1 | feat | mapcard |
865,921 | 20.05.2021 14:55:13 | -7,200 | e038073a76f5e9d150724fb35b15f5dd059da422 | feat(remote): await loading of injected styles
Some plug-ins may depend on the existence of styles before
their features are loaded. | [
{
"change_type": "MODIFY",
"diff": "@@ -37,11 +37,9 @@ export default class Plugins {\nconst stylePlugins = filter(appPlugins, appPlugin => appPlugin.style),\nscriptPlugins = filter(appPlugins, appPlugin => appPlugin.script);\n- // load style plugins\n- stylePlugins.forEach(this._loadStylePlugin);\n-\n- // ... | JavaScript | MIT License | camunda/camunda-modeler | feat(remote): await loading of injected styles
Some plug-ins may depend on the existence of styles before
their features are loaded. | 1 | feat | remote |
865,921 | 20.05.2021 14:55:33 | -7,200 | 3ec750e18cd94304509f93a29913588d27c001e4 | chore: remove mention of Travis
It is gone ;-). | [
{
"change_type": "MODIFY",
"diff": "@@ -138,7 +138,7 @@ function sentryIntegration() {\nconst { version } = pkg;\n// necessary SENTRY_AUTH_TOKEN, SENTRY_ORG and SENTRY_PROJECT environment\n- // variables are injected via Travis when building.\n+ // variables are injected via CI when building.\nreturn [\nnew... | JavaScript | MIT License | camunda/camunda-modeler | chore: remove mention of Travis
It is gone ;-). | 1 | chore | null |
104,828 | 20.05.2021 15:07:23 | -7,200 | 713fc8e26ce6995e48f08a82d1688f9b96628a52 | fix(cardtoolbar): move expand btn to the right | [
{
"change_type": "MODIFY",
"diff": "@@ -176,6 +176,14 @@ const CardToolbar = ({\ncardWidth={width}\n/>\n) : null}\n+ {availableActions.settings ? (\n+ <ToolbarSVGWrapper\n+ title={mergedI18n.settingsLabel}\n+ onClick={() => onCardAction(CARD_ACTIONS.ON_SETTINGS_CLICK)}\n+ iconDescription={mergedI18n.setting... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(cardtoolbar): move expand btn to the right | 1 | fix | cardtoolbar |
126,295 | 20.05.2021 15:16:59 | -7,200 | d4da6511cea322ead8af4732f3750242345452e1 | chore: improved make dist script | [
{
"change_type": "MODIFY",
"diff": "@@ -17,8 +17,8 @@ export GO111MODULE=on\nSHELL=/bin/bash -o pipefail\nVERSION=0.9.2\n-TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x\n-SERVICE_EXE=${SERVICE_NAME}-v${VERSION}-windows-amd64.exe\n+SERVICES=immudb immuadmin immuclient\n+TARGETS=linux/amd64 window... | Go | Apache License 2.0 | codenotary/immudb | chore: improved make dist script
Co-authored-by: Simone Lazzaris <slazzaris@gmail.com>
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | null |
304,879 | 20.05.2021 15:25:15 | 21,600 | 7aca0bee85d2e3e41cd55aefe3eb60053ace7be0 | fix: set CARGO_HOME after privilege drop
The current docker image can't build rust libraries because CARGO_HOME
is set to a read-only directory. This patch fixes that. | [
{
"change_type": "MODIFY",
"diff": "@@ -71,6 +71,7 @@ ARG GID=1000\nRUN groupadd -g $GID -o $UNAME\nRUN useradd -m -u $UID -g $UNAME -s /bin/bash $UNAME\nUSER $UNAME\n-ENV HOME=/home/$UNAME\n+ENV HOME=/home/$UNAME \\\n+ CARGO_HOME=/home/$UNAME/.cargo\nWORKDIR $HOME\n",
"new_path": "Dockerfile_build",
... | Go | MIT License | influxdata/flux | fix: set CARGO_HOME after privilege drop (#3745)
The current docker image can't build rust libraries because CARGO_HOME
is set to a read-only directory. This patch fixes that. | 1 | fix | null |
756,059 | 20.05.2021 15:37:18 | 25,200 | e4a32a21a22be69475439ca719d80143cbdb1d9a | feat: propery handle remotables vs presences in weak collections | [
{
"change_type": "MODIFY",
"diff": "@@ -342,8 +342,8 @@ function build(\nmakeVirtualObjectRepresentative,\nmakeWeakStore,\nmakeKind,\n- RepairedWeakMap,\n- RepairedWeakSet,\n+ VirtualObjectAwareWeakMap,\n+ VirtualObjectAwareWeakSet,\n} = makeVirtualObjectManager(\nsyscall,\nallocateExportID,\n@@ -816,8 +816... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat: propery handle remotables vs presences in weak collections | 1 | feat | null |
838,025 | 20.05.2021 15:40:25 | -10,800 | d3d93569708f1621949744dc1f7e117d39cb62f9 | style: golangci-lint update v1.40 | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ jobs:\n# Required: the version of golangci-lint is required and must be\n# specified without patch version: we always use the latest\n# patch version.\n- version: v1.37\n+ version: v1.40\n# Optional: golangci-lint command line arguments.\n# args: ./the-o... | Go | MIT License | severecloud/vksdk | style: golangci-lint update v1.40 | 1 | style | null |
126,295 | 20.05.2021 15:47:26 | -7,200 | bbff0181371a388ce982c868ce2bb31ac0c9041d | chore: bundle webconsole inside dist binaries | [
{
"change_type": "MODIFY",
"diff": "@@ -162,8 +162,9 @@ clean/dist:\nrm -Rf ./dist\n# SIGNCODE_PVK_PASSWORD='secret' SIGNCODE_PVK={path to pvk file} SIGNCODE_SPC={path to spc file} make dist\n+# it enables by default webconsole\n.PHONY: dist\n-dist: dist/binaries dist/winsign\n+dist: dist/webconsole dist/bi... | Go | Apache License 2.0 | codenotary/immudb | chore: bundle webconsole inside dist binaries
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | null |
306,655 | 20.05.2021 15:48:27 | -19,080 | 12cff68956f4f55f397d516e77ae86aba5f71539 | feat(FileUploaderItem): Replaces Icon component with transparent icon Button component. | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport classNames from 'classnames';\n-import { Text, Icon, Caption } from '@/index';\n+import { Text, Caption , Button } from '@/index';\nimport { BaseProps, extractBaseProps } from '@/utils/types';\nimport FileUploaderStatus from './File... | TypeScript | MIT License | innovaccer/design-system | feat(FileUploaderItem): Replaces Icon component with transparent icon Button component. | 1 | feat | FileUploaderItem |
304,879 | 20.05.2021 15:53:42 | 21,600 | 284807ed454c53ab4631ede99f3544d882eba90e | fix: update comrak
As reported in [RUSTSEC-2021-0063](https://rustsec.org/advisories/RUSTSEC-2021-0063), the version of comrak
we use in `fluxdoc` has an XSS vulnerability. This patch updates comrak
to a version without the vulnerability. | [
{
"change_type": "MODIFY",
"diff": "@@ -168,9 +168,9 @@ dependencies = [\n[[package]]\nname = \"comrak\"\n-version = \"0.9.1\"\n+version = \"0.10.1\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"43e35da16961500625e065fba09983bb300bbf3c6fbc1840bd5bbda595ee6d80\"\n+checks... | Go | MIT License | influxdata/flux | fix: update comrak (#3747)
As reported in [RUSTSEC-2021-0063](https://rustsec.org/advisories/RUSTSEC-2021-0063), the version of comrak
we use in `fluxdoc` has an XSS vulnerability. This patch updates comrak
to a version without the vulnerability. | 1 | fix | null |
306,655 | 20.05.2021 15:53:50 | -19,080 | c835e770e2b0188f7e67e7bea3fe8922f3521baf | style(VerificationCodeInput): Updates the margin between input components. | [
{
"change_type": "MODIFY",
"diff": "@@ -194,7 +194,7 @@ const VerificationCodeInput = (props: VerificationCodeInputProps) => {\nconst wrapperClassNames = (i: number) =>\nclassNames({\n'VerificationCodeInput-Input': true,\n- 'ml-3': i > 0\n+ 'ml-4': i > 0\n}, className);\nreturn (\n",
"new_path": "core/c... | TypeScript | MIT License | innovaccer/design-system | style(VerificationCodeInput): Updates the margin between input components. | 1 | style | VerificationCodeInput |
756,038 | 20.05.2021 16:04:07 | 25,200 | 29fdec40d6db374385e0a40d2e635a27d1828adb | fix: update cosmic swingset build instructions | [
{
"change_type": "MODIFY",
"diff": "@@ -23,10 +23,9 @@ In any case, for now, you will be needing to build the solo node from the source\nIf you want to build and install from sources, you need to install\n- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n-- [node.js](https://nodejs.org... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: update cosmic swingset build instructions | 1 | fix | null |
104,868 | 20.05.2021 16:08:00 | 10,800 | 0a205ac760b97751170584f28b16b30fda582613 | chore(tearsheet): prop comment update | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';\nimport useWindowSize from '../../hooks/useWindowSize';\nconst propTypes = {\n- /** isOpen provides a */\n+ /** If isOpen is true, the TearSheetWrapper opens with the first TearSheet active */\nisOpen: PropTypes.bool,\n/... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(tearsheet): prop comment update | 1 | chore | tearsheet |
756,059 | 20.05.2021 16:11:46 | 25,200 | 609c973bff5f40fe52f054b97fb3518e08022afc | fix: undo which broke things | [
{
"change_type": "MODIFY",
"diff": "\"parsers\": {\n\"js\": \"mjs\"\n},\n- \"type\": \"module\",\n\"main\": \"src/simpleSwingStore.js\",\n\"repository\": \"https://github.com/Agoric/agoric-sdk\",\n\"author\": \"Agoric\",\n\"scripts\": {\n\"build\": \"exit 0\",\n\"test\": \"ava\",\n- \"test:c8\": \"c8 $C8_OP... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: undo 93279c10a01ce55790a0aa8b5f9e2b2ce7e1732e which broke things | 1 | fix | null |
791,682 | 20.05.2021 16:12:57 | 14,400 | 04cc1d8aeb8b3e2002ab5f63b3a7e4a43979fa4d | core(fr): convert tags-blocking-first-paint gatherer | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,7 @@ const artifacts = {\nRobotsTxt: '',\nSourceMaps: '',\nStacks: '',\n+ TagsBlockingFirstPaint: '',\nTapTargets: '',\nTraceElements: '',\nViewportDimensions: '',\n@@ -84,6 +85,7 @@ const defaultConfig = {\n{id: artifacts.RobotsTxt, gatherer: 'seo/robots-txt... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): convert tags-blocking-first-paint gatherer (#12527) | 1 | core | fr |
688,457 | 20.05.2021 16:55:52 | -10,800 | 12837d7159d832c7787914819e5d70afbf58479b | feat(Page): rename Head to Helmet | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import {\nCompoundedComponentWithRef\n} from '@toptal/picasso-shared'\n-import PageHead from '../PageHead'\n+import PageHelmet from '../PageHelmet'\nimport PageTopBar from '../PageTopBar'\nimport PageTopBarMenu from '../PageTopBarMenu'\nimport PageFooter f... | TypeScript | MIT License | toptal/picasso | feat(Page): rename Head to Helmet (#2079) | 1 | feat | Page |
889,620 | 20.05.2021 17:26:43 | -28,800 | 1285ae4a7e5ad5635cc22d409c71df55b13ec66f | fix: remove the library path tooltip | [
{
"change_type": "MODIFY",
"diff": "<v-list-item-icon>\n</v-list-item-icon>\n<v-list-item-content>\n- <v-tooltip bottom :disabled=\"!isAdmin\">\n- <template v-slot:activator=\"{ on }\">\n- <v-list-item-title v-on=\"on\">{{ l.name }}\n- </v-list-item-title>\n- </template>\n- <span>{{ l.root }}</span>\n- </v-... | Kotlin | MIT License | gotson/komga | fix: remove the library path tooltip | 1 | fix | null |
67,494 | 20.05.2021 17:26:58 | -7,200 | 68ceffd5f6fd777a02a720b2b72aad1ac79a7ca3 | fix(router): make links check active when binding | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,7 @@ export class HrefCustomAttribute implements ICustomAttributeViewModel {\nthis.routerNavigationSubscription = this.ea.subscribe(RouterNavigationEndEvent.eventName, this.navigationEndHandler);\n}\nthis.updateValue();\n+ this.updateActive();\n}\npublic unbi... | TypeScript | MIT License | aurelia/aurelia | fix(router): make links check active when binding | 1 | fix | router |
67,494 | 20.05.2021 17:28:16 | -7,200 | 2cff08ddae6e85da0d3ee9abca5bfad702886766 | refactor(router): add viewport activity classes | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ import {\nEndpointContent,\nViewport,\nViewportScope,\n+ NavigationFlags,\n} from '../index.js';\n/**\n@@ -29,7 +30,7 @@ export interface IConnectedCustomElement extends ICustomElementViewModel {\ncontainer: IContainer;\ncontroller: ICustomElementControl... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add viewport activity classes | 1 | refactor | router |
67,494 | 20.05.2021 17:28:43 | -7,200 | 41596da33b8406679110533ee21621b243f3f3db | fix(router): re-use navigation when refresh | [
{
"change_type": "MODIFY",
"diff": "@@ -176,8 +176,6 @@ export class Navigator {\nif (!(navigation instanceof Navigation)) {\nnavigation = Navigation.create(navigation);\n}\n- (navigation as Navigation).process = new OpenPromise();\n-\nconst navigationFlags = new NavigationFlags();\n// If no proper last nav... | TypeScript | MIT License | aurelia/aurelia | fix(router): re-use navigation when refresh | 1 | fix | router |
67,494 | 20.05.2021 17:30:47 | -7,200 | dea458e20cf6dbd1b42452edcfa08e511f836f7a | refactor(router): remove old AppTask with | [
{
"change_type": "MODIFY",
"diff": "@@ -103,15 +103,15 @@ export class RouterConfiguration {\nRouterConfiguration.options = RouterOptions.create();\n// TODO: Old AppTask, remove before beta\n- if (AppTask.with != null) {\n- return container.register(\n- ...DefaultComponents,\n- ...DefaultResources,\n- AppTa... | TypeScript | MIT License | aurelia/aurelia | refactor(router): remove old AppTask with | 1 | refactor | router |
777,419 | 20.05.2021 17:33:51 | -7,200 | 66158f0c5c869700671f992234df8948c58fc385 | chore: update trial page overview layout | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Changes**\n+\n+- Webui: layout update of trial overview tab.\n",
"new_path": "docs/release-notes/2389-webui-update-trial-overview.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "& > small { font-size: var(--theme-sizes-font-... | Python | Apache License 2.0 | determined-ai/determined | chore: update trial page overview layout [DET-5411] (#2389) | 1 | chore | null |
889,620 | 20.05.2021 17:48:42 | -28,800 | 339570e17c76355eff1c13c9084958d41ce512a2 | fix(webui): add autofocus on some dialogs | [
{
"change_type": "MODIFY",
"diff": "<v-col>\n<v-text-field\nv-model=\"newCollection\"\n+ autofocus\n:label=\"$t('dialog.add_to_collection.field_search_create')\"\n@keydown.enter=\"create\"\n:error-messages=\"duplicate\"\n",
"new_path": "komga-webui/src/components/dialogs/CollectionAddToDialog.vue",
... | Kotlin | MIT License | gotson/komga | fix(webui): add autofocus on some dialogs | 1 | fix | webui |
889,620 | 20.05.2021 18:02:38 | -28,800 | 2473090c36bf12cc04b5c457020f54ae046e58e5 | feat(webui): book import path is saved to local storage | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,7 @@ export const persistedModule: Module<any, any> = {\nsort: {},\nroute: {},\n},\n+ importPath: '',\n},\ngetters: {\ngetCollectionFilter: (state) => (id: string) => {\n@@ -89,5 +90,8 @@ export const persistedModule: Module<any, any> = {\nsetLibraryRoute(sta... | Kotlin | MIT License | gotson/komga | feat(webui): book import path is saved to local storage | 1 | feat | webui |
889,620 | 20.05.2021 18:03:06 | -28,800 | b7a371b7eacae68f850a5862db3c6ecfab7edee6 | feat(webui): change default theme to system | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import {Theme} from \"@/types/themes\";\nexport const persistedModule: Module<any, any> = {\nstate: {\nlocale: '',\n- theme: Theme.LIGHT,\n+ theme: Theme.SYSTEM,\nwebreader: {\npaged: {\nscale: '',\n",
"new_path": "komga-webui/src/plugins/persisted-sta... | Kotlin | MIT License | gotson/komga | feat(webui): change default theme to system | 1 | feat | webui |
889,620 | 20.05.2021 18:03:30 | -28,800 | 80a520cfe5ac73792b3815080b267d67399d71c8 | fix(webui): display file browser errors in snackbar | [
{
"change_type": "MODIFY",
"diff": "<template>\n+ <div>\n<v-dialog v-model=\"modalFileBrowser\"\nmax-width=\"450\"\nscrollable\n</v-card-actions>\n</v-card>\n</v-dialog>\n+\n+ <v-snackbar\n+ v-model=\"snackbar\"\n+ bottom\n+ color=\"error\"\n+ >\n+ {{ snackText }}\n+ <v-btn\n+ text\n+ @click=\"snackbar = fa... | Kotlin | MIT License | gotson/komga | fix(webui): display file browser errors in snackbar | 1 | fix | webui |
71,242 | 20.05.2021 18:13:35 | 14,400 | 2a3133595172a14e98636d26fd20dd818de374b1 | chore: move ownership from Romain to Adam | [
{
"change_type": "MODIFY",
"diff": "@@ -78,8 +78,8 @@ jobs:\n{\"keywords\":[\"(@aws-cdk/aws-dlm)\",\"(aws-dlm)\",\"(dlm)\"],\"labels\":[\"@aws-cdk/aws-dlm\"],\"assignees\":[\"njlynch\"]},\n{\"keywords\":[\"(@aws-cdk/aws-dms)\",\"(aws-dms)\",\"(dms)\"],\"labels\":[\"@aws-cdk/aws-dms\"],\"assignees\":[\"njlyn... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: move ownership from Romain to Adam (#14797) | 1 | chore | null |
317,646 | 20.05.2021 18:42:58 | -7,200 | 9999260e9e590247b05ea11b4eb4c8c87fa932e4 | feat(git): disable status by default
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,7 @@ Local changes can also shown by default using the following syntax for both the\n\"foreground\": \"#193549\",\n\"background\": \"#ffeb3b\",\n\"properties\": {\n+ \"display_status\": true,\n\"display_stash_count\": true,\n\"display_upstream_icon\": true\n... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(git): disable status by default
resolves #723 | 1 | feat | git |
599,886 | 20.05.2021 18:59:26 | -32,400 | 97d016d889ec7c04cecf03c375fb3a3ee69a96b5 | refactor(ui): touch up menu/back button coloring to look better on background images | [
{
"change_type": "MODIFY",
"diff": "@@ -69,8 +69,8 @@ const Layout: React.FC = ({ children }) => {\n}}\n>\n<button\n- className={`px-4 ${\n- isScrolled ? 'text-gray-200' : 'text-gray-400'\n+ className={`px-4 text-white ${\n+ isScrolled ? 'opacity-90' : 'opacity-70'\n} focus:outline-none md:hidden transition... | TypeScript | MIT License | sct/overseerr | refactor(ui): touch up menu/back button coloring to look better on background images | 1 | refactor | ui |
317,646 | 20.05.2021 19:12:43 | -7,200 | 7a85ee30d755b0e58c33dfc5e2a26a96d479f44e | fix(osc99): append \ when inside a root directory
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ func (a *ansiUtils) init(shell string) {\na.escapeLeft = \"%{\"\na.escapeRight = \"%}\"\na.hyperlink = \"%%{\\x1b]8;;%s\\x1b\\\\%%}%s%%{\\x1b]8;;\\x1b\\\\%%}\"\n- a.osc99 = \"%%{\\x1b]9;9;%s\\x1b\\\\%%}\"\n+ a.osc99 = \"%%{\\x1b]9;9;\\\"%s\\\"\\x1b\\\\%%... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(osc99): append \ when inside a root directory
resolves #724 | 1 | fix | osc99 |
777,417 | 20.05.2021 19:18:34 | 25,200 | f9e099e06746a79a2eaf51a89acc264fc5c301e1 | docs: update parameter string | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ class ExperimentReference:\ndef wait(self, interval: int = 5) -> None:\n\"\"\"\n- Wait for experiment to reach complete or a terminal state.\n+ Wait for the experiment to reach a complete or terminal state.\nArguments:\ninterval (int, optional): An inter... | Python | Apache License 2.0 | determined-ai/determined | docs: update parameter string (#2412) | 1 | docs | null |
815,593 | 20.05.2021 19:18:45 | -32,400 | 567b98d538a28d97228d06df94dc36648b663de1 | perf: use KeyedPriorityQueue to replace BTreeMap/HashSet | [
{
"change_type": "MODIFY",
"diff": "@@ -1339,6 +1339,7 @@ dependencies = [\n\"faux\",\n\"futures 0.3.12\",\n\"governor\",\n+ \"keyed_priority_queue\",\n\"lru\",\n\"rand 0.7.3\",\n\"tempfile\",\n@@ -2838,9 +2839,13 @@ dependencies = [\n[[package]]\nname = \"indexmap\"\n-version = \"1.0.2\"\n+version = \"1.6.... | Rust | MIT License | nervosnetwork/ckb | perf: use KeyedPriorityQueue to replace BTreeMap/HashSet | 1 | perf | null |
269,469 | 20.05.2021 19:21:48 | -7,200 | 8db935ff15974be530d440059aeee4b32cc43848 | feat: add support for name templates to NFPM contents | [
{
"change_type": "MODIFY",
"diff": "@@ -174,19 +174,32 @@ func create(ctx *context.Context, fpm config.NFPM, format, arch string, binaries\nif err != nil {\nreturn err\n}\n- name, err := tmpl.New(ctx).\n+ tmpl := tmpl.New(ctx).\nWithArtifact(binaries[0], overridden.Replacements).\nWithExtraFields(tmpl.Field... | Go | MIT License | goreleaser/goreleaser | feat: add support for name templates to NFPM contents (#2229) | 1 | feat | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.