code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/lib/console_web/controllers/router/device_controller.ex b/lib/console_web/controllers/router/device_controller.ex @@ -153,8 +153,8 @@ defmodule ConsoleWeb.Router.DeviceController do
Devices.update_device(device, %{
"last_connected" => event.reported_at_naive,
- "frame_up" => event.data["frame_up"],
- "fram... | 4 |
diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json "Encode text",
"Decode text",
"Remove Diacritics",
- "Unescape Unicode Characters"
+ "Unescape Unicode Characters",
+ "Convert to NATO alphabet"
]
},
{
| 0 |
diff --git a/templates/copyedit/note.txt b/templates/copyedit/note.txt @@ -3,7 +3,7 @@ This graphic accompanies __AUTHOR__'s story, running __TIME__, about __SUBJECT__
{% pluralize %}
These graphics accompany __AUTHOR__'s story, running __TIME__, about __SUBJECT__.
{% endtrans %}
-Story URL (not yet published): http://... | 3 |
diff --git a/blockchain.js b/blockchain.js @@ -9,10 +9,10 @@ const {Transaction, Common} = ethereumJsTx;
import addresses from 'https://contracts.webaverse.com/ethereum/address.js';
import abis from 'https://contracts.webaverse.com/ethereum/abi.js';
let {
- main: {Account: AccountAddress, FT: FTAddress, NFT: NFTAddress... | 0 |
diff --git a/packages/app/src/components/Sidebar/PageTree/Item.tsx b/packages/app/src/components/Sidebar/PageTree/Item.tsx @@ -216,7 +216,7 @@ const Item: FC<ItemProps> = (props: ItemProps) => {
if (monitor.isOver()) {
setIsOpen(true);
}
- }, 1000);
+ }, 600);
}
},
canDrop: (item) => {
@@ -410,7 +410,7 @@ const Item: F... | 7 |
diff --git a/index.js b/index.js @@ -20,10 +20,10 @@ class Option {
constructor(flags, description) {
this.flags = flags;
- this.required = flags.indexOf('<') >= 0; // A value must be supplied when the option is specified.
- this.optional = flags.indexOf('[') >= 0; // A value is optional when the option is specified.
+... | 14 |
diff --git a/assets/js/components/adminbar/AdminBarImpressions.js b/assets/js/components/adminbar/AdminBarImpressions.js @@ -65,7 +65,7 @@ function AdminBarImpressions( { WidgetReportZero } ) {
}
if ( isZeroReport( searchConsoleData ) ) {
- return <WidgetReportZero moduleSlug="search-console" widgetSlug={ WIDGET_SLUG }... | 2 |
diff --git a/src/sections/target/MolecularInteractions/IntactTab.js b/src/sections/target/MolecularInteractions/IntactTab.js @@ -79,6 +79,7 @@ function IntactTab({ ensgId, symbol, query }) {
</Typography>
</>
),
+ exportValue: row => row.targetB?.approvedSymbol || row.intB,
width: '40%',
},
{
@@ -106,6 +107,8 @@ functi... | 1 |
diff --git a/src/core/Utils.test.js b/src/core/Utils.test.js @@ -168,11 +168,21 @@ describe('core/utils', () => {
})
it('should determine the filetype from the extension', () => {
- const file = {
+ const fileMP3 = {
name: 'foo.mp3',
data: 'sdfsfhfh329fhwihs'
}
- expect(utils.getFileType(file)).toEqual('audio/mp3')
+ c... | 0 |
diff --git a/ui/app/app.js b/ui/app/app.js @@ -395,7 +395,7 @@ App.prototype.renderDropdown = function () {
h(DropdownMenuItem, {
closeMenu: () => this.setState({ isMainMenuOpen: !isOpen }),
onClick: () => { this.props.dispatch(actions.lockMetamask()) },
- }, 'Lock'),
+ }, 'Log Out'),
h(DropdownMenuItem, {
closeMenu: (... | 10 |
diff --git a/CHANGELOG.md b/CHANGELOG.md All notable changes to this project are documented in this file.
-## Head
+## 13.4.0
- Added: `ignore:["delay"]` to `time-min-milliseconds` ([#4743](https://github.com/stylelint/stylelint/pull/4743)).
- Added: `ignoreFunctions: []` to `value-keyword-case` ([#4733](https://github... | 6 |
diff --git a/src/resources/views/crud/filters/date_range.blade.php b/src/resources/views/crud/filters/date_range.blade.php "{{trans('backpack::crud.november')}}",
"{{trans('backpack::crud.december')}}"
],
- "firstDay": {{var_export($filterOptions['weekFirstDay'] ?? 0)}}
+ "firstDay": {{var_export($filterOptions['firstD... | 1 |
diff --git a/src/react/projects/spark-react/src/SprkPagination/SprkPagination.js b/src/react/projects/spark-react/src/SprkPagination/SprkPagination.js @@ -70,7 +70,7 @@ const SprkPagination = (props) => {
>
<li>
<SprkLink
- href="#"
+ href="#nogo"
onClick={e => goToPage(e, currentPage - 1)}
additionalClasses={leftLinkC... | 3 |
diff --git a/lib/GoogleHome.js b/lib/GoogleHome.js @@ -1376,7 +1376,7 @@ class GoogleHome {
let smartName = this.getSmartName(objects, id);
if (!(smartName === undefined) && (smartName === 'ignore' || smartName === false)) {
- this.adapter.log.warn(id +" is ignored because the property smartName is false or ignore. To ... | 7 |
diff --git a/dual-contouring.js b/dual-contouring.js @@ -185,25 +185,48 @@ const _parseTerrainVertexBuffer = (arrayBuffer, bufferAddress) => {
const biomes = new Int32Array(arrayBuffer, bufferAddress + index, numBiomes * 4);
index += Int32Array.BYTES_PER_ELEMENT * numBiomes * 4;
- // biome weights
+ // biomes weights
c... | 0 |
diff --git a/src/index.js b/src/index.js @@ -66,9 +66,4 @@ const plugin = postcss.plugin('tailwind', config => {
])
})
-plugin.defaultConfig = function() {
- // prettier-ignore
- throw new Error("`require('tailwindcss').defaultConfig()` is no longer a function, access it instead as `require('tailwindcss/defaultConfig')... | 2 |
diff --git a/docs/README.md b/docs/README.md @@ -193,12 +193,9 @@ Next Install Prerequisites: Open a command line and type
This is similar to Linux. First install Xcode and [homebrew](https://brew.sh/)
if you do not already have these installed.
-Then install the pre-requisite packages using brew -- the instructions be... | 2 |
diff --git a/editor/sanitize.js b/editor/sanitize.js @@ -162,7 +162,7 @@ svgedit.sanitize.sanitizeSvg = function(node) {
// TODO(codedread): Programmatically add the se: attributes to the NS-aware whitelist.
// Bypassing the whitelist to allow se: prefixes.
// Is there a more appropriate way to do this?
- if (attrName.... | 11 |
diff --git a/content/publishing-yaml/distribution.md b/content/publishing-yaml/distribution.md @@ -85,6 +85,10 @@ publishing:
rollout_fraction: 0.25 # Rollout fraction (set only if releasing to a fraction of users): value between (0, 1)
```
+If you are getting a 400 error related to app being in draft status it means y... | 3 |
diff --git a/edit.js b/edit.js @@ -6430,7 +6430,7 @@ for (let i = 0; i < tools.length; i++) {
break;
}
case 'firstperson': {
- document.dispatchEvent(new MouseEvent('mouseup'));
+ // document.dispatchEvent(new MouseEvent('mouseup'));
renderer.domElement.requestPointerLock();
break;
}
@@ -6438,7 +6438,7 @@ for (let i = ... | 2 |
diff --git a/app/models/geocoding.rb b/app/models/geocoding.rb @@ -37,10 +37,6 @@ class Geocoding < Sequel::Model
attr_reader :started_at, :finished_at
attr_reader :log
- def self.get_geocoding_calls(dataset, date_from, date_to)
- dataset.where(kind: 'high-resolution').where('geocodings.created_at >= ? and geocodings.c... | 2 |
diff --git a/config/sidebar.yml b/config/sidebar.yml @@ -520,12 +520,6 @@ articles:
- title: View Signing Certificates
url: /config/tenant-settings/signing-keys/view-signing-certificates
hidden: true
- - title: Copy Signing Certificates
- url: /config/tenant-settings/signing-keys/copy-signing-certificates
- hidden: tru... | 2 |
diff --git a/token-metadata/0xB4742e2013f96850a5CeF850A3bB74cF63B9a5D5/metadata.json b/token-metadata/0xB4742e2013f96850a5CeF850A3bB74cF63B9a5D5/metadata.json "symbol": "EAN",
"address": "0xB4742e2013f96850a5CeF850A3bB74cF63B9a5D5",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
... | 3 |
diff --git a/Makefile b/Makefile @@ -75,8 +75,8 @@ test-browser: create-html-runners ${TARGETS}
travis-chewbacca:
./node_modules/.bin/chewbacca --threshold ${CHEWBACCA_THRESHOLD} `echo ${TRAVIS_COMMIT_RANGE} | sed -e 's/\.\.\..*//;'` -- test/benchmark.spec.js
-.PHONY: travis-old
-travis-old: test-transpiled coverage
+.... | 10 |
diff --git a/lib/utils.js b/lib/utils.js @@ -74,7 +74,8 @@ function hasAlreadyProcessedMessage(msg, ID=null, key=null) {
return false;
}
-const defaultPrecision = {temperature: 2, humidity: 2, pressure: 1, pm25: 0, power: 2, voltage: 2, current: 2};
+const defaultPrecision = {temperature: 2, humidity: 2, pressure: 1, p... | 12 |
diff --git a/src/nodejs/systemHandler.js b/src/nodejs/systemHandler.js @@ -27,11 +27,12 @@ class SystemHandler {
process() {
let promise;
if (this.declaration.licsene) {
- if (this.declaration.license.regKey) {
+ if (this.declaration.license.regKey || this.declaration.license.addOnKeys) {
promise = this.bigIp.onboard.l... | 11 |
diff --git a/core/server/web/site/middleware/serve-public-file.js b/core/server/web/site/middleware/serve-public-file.js @@ -4,7 +4,11 @@ const path = require('path');
const errors = require('@tryghost/errors');
const config = require('../../../../shared/config');
const urlUtils = require('../../../../shared/url-utils'... | 14 |
diff --git a/src/templates/security-scheme-template.js b/src/templates/security-scheme-template.js @@ -189,8 +189,8 @@ async function onInvokeOAuthFlow(securitySchemeId, flowType, authUrl, tokenUrl,
const sendClientSecretIn = authFlowDivEl.querySelector('.oauth-send-client-secret-in') ? authFlowDivEl.querySelector('.oa... | 7 |
diff --git a/src/encoded/schemas/changelogs/analysis_step.md b/src/encoded/schemas/changelogs/analysis_step.md Change log for analysis_step.json
=================================
+Schema version 4
+----------------
+
+* *analysis_step_types*, *input_file_types*, *output_file_types*, *qa_stats_generated*, *parents*, *al... | 0 |
diff --git a/main.go b/main.go @@ -37,7 +37,7 @@ func main() {
//content security policy
csp := map[string][]string{
- "default-src": {"'self'", "'unsafe-inline'"},
+ "default-src": {"'self'", "'unsafe-inline'", "*.uservoice.com"},
"script-src": {
"'self'",
"'unsafe-inline'",
@@ -48,7 +48,7 @@ func main() {
"*.epam.com... | 1 |
diff --git a/src/components/pagination/README.md b/src/components/pagination/README.md @@ -26,7 +26,7 @@ For pagination that changes to a new URL, use the
:per-page="perPage"
:current-page="currentPage"
small
- ></b-pagination>
+ ></b-table>
</div>
</template>
| 1 |
diff --git a/.circleci/config.yml b/.circleci/config.yml @@ -21,6 +21,12 @@ jobs:
environment:
- CODECLIMATE_REPO_TOKEN: c92188dcdeaca7d9732f8ea38fdd41d6bff18dc27a8d6f8b64a5b1311b7b6c21
steps: *defaults
+ "node-14":
+ docker:
+ - image: circleci/node:14-browsers
+ environment:
+ - CODECLIMATE_REPO_TOKEN: c92188dcdeaca7... | 3 |
diff --git a/source/indexer/test/Index-unit.js b/source/indexer/test/Index-unit.js @@ -244,7 +244,7 @@ contract('Index Unit Tests', async accounts => {
it('should allow an entry to be updated by the owner', async () => {
// set an entry from the owner
- let result = await index.setLocator(aliceAddress, 2000, aliceLocat... | 3 |
diff --git a/src/libs/Authentication.js b/src/libs/Authentication.js +/* eslint-disable rulesdir/no-api-in-views,rulesdir/no-api-side-effects-method */
+
import requireParameters from './requireParameters';
import * as Network from './Network';
import * as NetworkStore from './Network/NetworkStore';
import updateSessio... | 4 |
diff --git a/src/core/operations/ParseQRCode.mjs b/src/core/operations/ParseQRCode.mjs @@ -33,6 +33,14 @@ class ParseQRCode extends Operation {
"value": false
}
];
+ this.patterns = [
+ {
+ "match": "^(?:\\xff\\xd8\\xff|\\x89\\x50\\x4e\\x47|\\x47\\x49\\x46|.{8}\\x57\\x45\\x42\\x50|\\x42\\x4d)",
+ "flags": "",
+ "args":... | 0 |
diff --git a/src/MUIDataTable.js b/src/MUIDataTable.js @@ -260,6 +260,8 @@ class MUIDataTable extends React.Component {
componentDidMount() {
this.setHeadResizeable(this.headCellRefs, this.tableRef);
+ this.setState({ pagination: this.options.pagination });
+
// When we have a search, we must reset page to view it unle... | 2 |
diff --git a/src/og/control/index.js b/src/og/control/index.js @@ -16,6 +16,7 @@ import { Sun } from "./Sun.js";
import { ZoomControl } from "./ZoomControl.js";
import { MouseWheelZoomControl } from "./MouseWheelZoomControl.js";
import { Lighting } from "./Lighting.js";
+import { LayerAnimation } from "./LayerAnimation... | 0 |
diff --git a/checkfiles/checkfiles.py b/checkfiles/checkfiles.py @@ -616,7 +616,6 @@ def check_file(config, session, url, job):
file_stat = os.stat(local_path)
except FileNotFoundError:
errors['file_not_found'] = 'File has not been uploaded yet.'
- update_content_error(errors, 'File was not uploaded to S3')
if job['run... | 0 |
diff --git a/src/data/image.test.js b/src/data/image.test.js @@ -38,6 +38,15 @@ describe("image", () => {
});
});
+ it("returns correctly when dimensions are provided but there is no image details for image id", () => {
+ const imageDimensions = { width: 500, height: 200 };
+ const imageId = "image-id";
+
+ const gette... | 0 |
diff --git a/js/monogatari.js b/js/monogatari.js @@ -244,9 +244,11 @@ $_ready(function() {
function loadFromSlot(slot) {
document.body.style.cursor = "wait";
playing = true;
+
+ resetGame ();
+
$_("section").hide();
$_("#game").show();
- $_("[data-character]").remove();
var data = JSON.parse(Storage.get(slot));
engine ... | 7 |
diff --git a/src/components/svg/SVGComponents.js b/src/components/svg/SVGComponents.js @@ -28,7 +28,7 @@ SVGIcon.defaultProps = {
onClick: null,
}
-export const SVGBox = ({ children, className, size = '40' }) =>
+export const SVGBox = ({ children, className, size }) =>
<SVGComponent
className={classNames(className, 'SV... | 12 |
diff --git a/articles/multifactor-authentication/google-auth/dev-guide.md b/articles/multifactor-authentication/google-auth/dev-guide.md @@ -37,7 +37,6 @@ function (user, context, callback) {
context.multifactor = {
provider: 'google-authenticator',
// issuer: 'Label on Google Authenticator App', // optional
- // key: ... | 2 |
diff --git a/test/acceptance/rate-limit.test.js b/test/acceptance/rate-limit.test.js @@ -325,7 +325,7 @@ function rateLimitAndVectorTilesTest(usePostGIS) {
redisClient.SELECT(5, () => {
redisClient.del('user:localhost:mapviews:global');
- done();
+ setTimeout(done, 1000);
});
});
});
| 1 |
diff --git a/src/hooks/getSceneNavigationContext/extendSceneNavigationContext.js b/src/hooks/getSceneNavigationContext/extendSceneNavigationContext.js @@ -65,6 +65,7 @@ const collectSceneData = (scene) => {
const data = {
flags: scene.data.flags,
name: scene.data.name,
+ navName: scene.data.navName,
// dimensions
width... | 11 |
diff --git a/src/client/js/components/CustomNavigation.jsx b/src/client/js/components/CustomNavigation.jsx @@ -7,8 +7,6 @@ import {
const CustomNavigation = (props) => {
const [activeTab, setActiveTab] = useState('');
- // const [activeComponents] = useState(new Set([]));
-
// [TODO: set default active tab by gw4079]
c... | 10 |
diff --git a/packages/app/src/components/Page/DisplaySwitcher.jsx b/packages/app/src/components/Page/DisplaySwitcher.jsx @@ -15,6 +15,7 @@ import PageAccessories from '../PageAccessories';
import PageEditorByHackmd from '../PageEditorByHackmd';
import EditorNavbarBottom from '../PageEditor/EditorNavbarBottom';
import H... | 7 |
diff --git a/dual-contouring.js b/dual-contouring.js @@ -240,6 +240,43 @@ w.getHeightfieldRange = (x, z, w, h, lod) => {
allocator.freeAll();
}
};
+w.getChunkSkylight = (x, y, z, lod) => {
+ const allocator = new Allocator(Module);
+
+ // const gridPoints = chunkSize + 3 + lod;
+ const skylights = allocator.alloc(Uint8... | 0 |
diff --git a/client/components/at-internet/at-internet.config.js b/client/components/at-internet/at-internet.config.js @@ -28,9 +28,7 @@ angular.module("managerApp")
.then(me => {
config.countryCode = me.country;
config.currencyCode = me.currency && me.currency.code;
- })
- .catch(err => console.log(err))
- .finally(()... | 12 |
diff --git a/assets/js/googlesitekit/datastore/modules/modules.js b/assets/js/googlesitekit/datastore/modules/modules.js @@ -35,7 +35,6 @@ const START_FETCH_SET_MODULE_STATUS = 'START_FETCH_SET_MODULE_STATUS';
const FETCH_SET_MODULE_STATUS = 'FETCH_SET_MODULE_STATUS';
const FINISH_FETCH_SET_MODULE_STATUS = 'FINISH_FETC... | 2 |
diff --git a/js/webcomponents/bisweb_grapherelement.js b/js/webcomponents/bisweb_grapherelement.js @@ -58,7 +58,6 @@ class GrapherModule extends HTMLElement {
this.graphWindow=null;
this.resizingTimer=null;
this.buttons=[];
- this.extrawidth = 0;
}
/** create the GUI (or modifiy it if it exists)
@@ -88,6 +87,7 @@ class... | 1 |
diff --git a/package.json b/package.json },
"dependencies": {
"@projectstorm/react-diagrams": "^5.3.2",
- "@ufx-ui/bfx-containers": "0.8.5",
- "@ufx-ui/core": "0.8.5",
+ "@ufx-ui/bfx-containers": "0.8.6",
+ "@ufx-ui/core": "0.8.6",
"axios": "^0.21.1",
"bfx-api-node-models": "^1.2.4",
"bfx-api-node-util": "^1.0.8",
| 3 |
diff --git a/shared/graphql/queries/community/getCommunity.js b/shared/graphql/queries/community/getCommunity.js @@ -71,10 +71,23 @@ export const getCommunityByMatchQuery = gql`
`;
const getCommunityByMatchOptions = {
- options: ({ match: { params: { communitySlug } } }) => ({
+ options: ({
+ match: {
+ params: { commu... | 1 |
diff --git a/src/components/KeyboardSpacer/BaseKeyboardSpacerPropTypes.js b/src/components/KeyboardSpacer/BaseKeyboardSpacerPropTypes.js @@ -7,11 +7,12 @@ const propTypes = {
/** Callback to update the value of keyboard status along with keyboard height + top spacing. */
onToggle: PropTypes.func,
- /** Platform specifi... | 7 |
diff --git a/CHANGELOG.md b/CHANGELOG.md ## 7.14.3 (unreleased)
-### Breaking
-
### Feature
- Added missing components for Email and Url widgets #1246 @rexalex
-
- Show backend validation errors on corresponding fields #1246 @rexalex
-
- Validation implemented for add user/group @rexalex
- Show Username when Firstname ... | 6 |
diff --git a/CHANGELOG.md b/CHANGELOG.md #### Improvements and Bug Fixes
+- [#599](https://github.com/marklogic/node-client-api/issues/599) - Expose the 3rd parameter of op.fromSPARQL.
- [#638](https://github.com/marklogic/node-client-api/issues/638) - (Documentation Fix) - Parameters "start" and "length" have no effec... | 0 |
diff --git a/token-metadata/0xFbC1473E245b8AfBbA3b46116e0B01f91A026633/metadata.json b/token-metadata/0xFbC1473E245b8AfBbA3b46116e0B01f91A026633/metadata.json "symbol": "CRU",
"address": "0xFbC1473E245b8AfBbA3b46116e0B01f91A026633",
"decimals": 0,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"
}... | 3 |
diff --git a/scripts/npm_scripts/generateCerts.js b/scripts/npm_scripts/generateCerts.js @@ -6,38 +6,36 @@ const runShellCommand = require('./runShellCommand').runShellCommand;
const binariesPath = '/tmp/fabric-binaries';
const version = '1.4.0';
-const darwinTarFile = 'hyperledger-fabric-darwin-amd64-' + version + '.t... | 7 |
diff --git a/.travis.yml b/.travis.yml @@ -8,6 +8,6 @@ before_install:
- docker pull cartoimages/windshaft-testing
script:
- - docker run -e POSTGIS_VERSION=2.4 -v `pwd`:/srv cartoimages/windshaft-testing
+ - docker run -e POSTGIS_VERSION=2.4 -v `pwd`:/srv cartoimages/windshaft-testing bash docker-test.sh
language: gen... | 4 |
diff --git a/CHANGELOG.md b/CHANGELOG.md +# v3.10.1
+
+- This is the first patch release after master diverged for release 4.0.0.
+ This change reintroduces explicit versions of binary dependencies since the
+ postinstall hook interfered with some build systems because these binary
+ dependencies would be pruned.
+
# v... | 6 |
diff --git a/articles/libraries/auth0js/index.md b/articles/libraries/auth0js/index.md @@ -220,6 +220,59 @@ webAuth.passwordlessVerify({
);
```
+## Extract the authResult and get user info
+
+After authentication occurs, the `parseHash` method parses a URL hash fragment to extract the result of an Auth0 authentication ... | 0 |
diff --git a/Source/Scene/ModelExperimental/PntsLoader.js b/Source/Scene/ModelExperimental/PntsLoader.js @@ -282,12 +282,13 @@ function processDracoAttributes(loader, draco, result) {
// Transcode Batch ID (3D Tiles 1.0) -> Feature ID (3D Tiles Next)
if (defined(result.BATCH_ID)) {
+ var batchIds = result.BATCH_ID.arra... | 9 |
diff --git a/userscript.user.js b/userscript.user.js @@ -34438,16 +34438,22 @@ var $$IMU_EXPORT$$;
return src.replace(/(\/uploads\/news\/[^/]*\/)thumb(\/[0-9]+\.[^/.]*)$/, "$1images$2");
}
- if (domain === "c6oxm85c.cloudimg.io" ||
+ if (domain_nosub === "cloudimg.io" ||
// https://mediaproxy.salon.com/width/354/https:... | 7 |
diff --git a/src/containers/plugins/SimpleRestContainer.js b/src/containers/plugins/SimpleRestContainer.js @@ -110,7 +110,7 @@ module.exports = class SimpleRestContainer {
const retries = this.caps[Capabilities.SIMPLEREST_PING_RETRIES] || Defaults[Capabilities.SIMPLEREST_PING_RETRIES]
this._waitForPingUrl(pingConfig, r... | 11 |
diff --git a/app/models/carto/visualization.rb b/app/models/carto/visualization.rb @@ -218,7 +218,9 @@ class Carto::Visualization < ActiveRecord::Base
end
def partially_dependent_on?(user_table)
- derived? && layers_dependent_on(user_table).instance_eval { any? && !all? }
+ return false unless derived?
+ layer_dependen... | 2 |
diff --git a/experimental/adaptive-tool/resources/lg/lg.tmLanguage.json b/experimental/adaptive-tool/resources/lg/lg.tmLanguage.json },
"template_name_line":{
"patterns": [{
- "match": "(^\\s*#\\s*[a-zA-Z0-9_]+)(\\(.*\\))?",
+ "match": "(^\\s*#\\s*[a-zA-Z0-9_.]+)(\\(.*\\))?",
"captures": {
"1": {
"name":"markup.bold.te... | 0 |
diff --git a/userscript.user.js b/userscript.user.js @@ -96236,7 +96236,9 @@ var $$IMU_EXPORT$$;
// https://i.rtings.com/assets/products/t90JF7wr/lg-48-cx-oled/design-small.jpg -- 693x390
// https://i.rtings.com/assets/products/t90JF7wr/lg-48-cx-oled/design-medium.jpg -- 1778x1000
// https://i.rtings.com/assets/product... | 7 |
diff --git a/CommentFlagsHelper.user.js b/CommentFlagsHelper.user.js // @description Always expand comments (with deleted) and highlight expanded flagged comments, Highlight common chatty and rude keywords
// @homepage https://github.com/samliew/SO-mod-userscripts
// @author @samliew
-// @version 4.7.1
+// @version 4.7... | 2 |
diff --git a/flinkx/src/main/scala/edp/wormhole/flinkx/eventflow/UmsProcessElement.scala b/flinkx/src/main/scala/edp/wormhole/flinkx/eventflow/UmsProcessElement.scala @@ -48,7 +48,7 @@ class UmsProcessElement(sourceSchemaMap: Map[String, (TypeInformation[_], Int)],
override def processElement(value: (String, String, St... | 3 |
diff --git a/lib/node_modules/@stdlib/ml/incr/kmeans/lib/init_kmeansplusplus.js b/lib/node_modules/@stdlib/ml/incr/kmeans/lib/init_kmeansplusplus.js @@ -41,25 +41,27 @@ var squaredCorrelation = require( './squared_correlation.js' );
* @param {Array} out - output array
* @param {Function} dist - distance function to app... | 14 |
diff --git a/core/algorithm-builder/environments/nodejs/wrapper/package.json b/core/algorithm-builder/environments/nodejs/wrapper/package.json "author": "",
"license": "ISC",
"dependencies": {
- "@hkube/nodejs-wrapper": "^2.0.21"
+ "@hkube/nodejs-wrapper": "^2.0.22"
},
"devDependencies": {}
}
\ No newline at end of fil... | 3 |
diff --git a/src/lib/wallet/GoodWalletClass.js b/src/lib/wallet/GoodWalletClass.js @@ -172,7 +172,7 @@ export class GoodWallet {
// UBI Contract
this.UBIContract = new this.wallet.eth.Contract(
UBIABI.abi,
- get(ContractsAddress, `${this.network}.FixedUBI`, UBIABI.networks[this.networkId].address),
+ get(ContractsAddre... | 0 |
diff --git a/src/base/tool.js b/src/base/tool.js @@ -134,6 +134,7 @@ const Tool = Component.extend({
return utils.extend(
this.model_binds,
{
+ "readyOnce": () => this.setResizeHandler(),
"change": function(evt, path) {
if (_this._ready) {
_this.model.validate();
| 12 |
diff --git a/public/app/js/cbus-data.js b/public/app/js/cbus-data.js @@ -805,7 +805,7 @@ cbus.broadcast.listen("updateFeedArtworks", function(e) {
});
cbus.broadcast.listen("queueChanged", function() {
- localforage.setItem("cbus-last-queue-urls", cbus.audio.queue.map(elem => elem.src));
+ localforage.setItem("cbus-las... | 1 |
diff --git a/package.json b/package.json "test:styles": "docker run --rm -v $(pwd):/src backstopjs/backstopjs test --configPath=backstop.config.js",
"test:watch": "lerna run --parallel test:watch",
"test": "lerna run test",
- "ci:styles": "backstop test --configPath=backstop.config.js",
+ "ci:styles": "backstop test --... | 12 |
diff --git a/src/__tests__/integration/handler/handlerPayload.test.js b/src/__tests__/integration/handler/handlerPayload.test.js @@ -105,17 +105,19 @@ describe('handler payload tests', () => {
// path: 'callback-with-context-done-handler',
// },
- {
- description: 'when handler calls callback and returns Promise',
- ex... | 2 |
diff --git a/react/package.json b/react/package.json },
"scripts": {
"test": "jest --config ./src/jest-config.js --coverage --verbose",
- "test:watch": "jest --config ./src/jest-config.js --verbose --watch",
+ "test:watch": "jest --config ./src/jest-config.js --coverage --verbose --watch",
"test:generate-output": "jest... | 13 |
diff --git a/assets/js/modules/analytics/datastore/properties.js b/assets/js/modules/analytics/datastore/properties.js @@ -154,6 +154,7 @@ const baseActions = {
if ( PROPERTY_CREATE === propertyID ) {
registry.dispatch( STORE_NAME ).setSettings( {
propertyID,
+ internalWebPropertyID: '',
profileID: PROFILE_CREATE,
} );... | 12 |
diff --git a/articles/quickstart/native/ios-objc/dashboard-default.md b/articles/quickstart/native/ios-objc/dashboard-default.md @@ -7,7 +7,7 @@ budicon: 715
<%= include('../../../_includes/_package', {
org: 'auth0-samples',
repo: 'auth0-ios-objc-sample',
- path: '00-Login',
+ path: '01-Login',
requirements: [
'CocoaPo... | 1 |
diff --git a/src/screens/ParadeMapScreen/__snapshots__/component.test.js.snap b/src/screens/ParadeMapScreen/__snapshots__/component.test.js.snap @@ -24,6 +24,8 @@ exports[`renders correctly 1`] = `
"longitudeDelta": 4.1e-8,
}
}
+ showsMyLocationButton={true}
+ showsUserLocation={true}
style={
Object {
"bottom": 0,
| 3 |
diff --git a/index.js b/index.js @@ -43,15 +43,6 @@ exports.clean = async function() {
console.log('Clean complete.');
};
-async function connect(options) {
- const keyStore = new UnencryptedFileSystemKeyStore('./neardev');
- options.deps = {
- keyStore,
- };
- // TODO: search for key store.
- return await nearjs.conne... | 1 |
diff --git a/struts2-jquery-grid-showcase/pom.xml b/struts2-jquery-grid-showcase/pom.xml <spring.version>5.3.21</spring.version>
<hibernate.version>5.6.9.Final</hibernate.version>
<javax.inject.vesion>1</javax.inject.vesion>
- <javassist.version>3.17.1-GA</javassist.version>
- <velocity.version>1.7</velocity.version>
-... | 2 |
diff --git a/app/components/email-unsubscribe.js b/app/components/email-unsubscribe.js @@ -51,7 +51,7 @@ export default Component.extend({
yield repo && repo.auth.currentUser._rawPermissions;
} catch (e) {}
- return repo && repo.isCurrentUserACollaborator ? repo : null;
+ return repo;
}).drop(),
didInsertElement() {
| 11 |
diff --git a/package.json b/package.json "codecov": "cat coverage/*/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js",
"prebuild": "rimraf es lib dist",
"build": "run-p build:** && run-p css:**",
- "css:prod": "node-sass --output-style compressed src/stylesheets/datepicker.scss > dist/datepicker.min.css",
- "css... | 13 |
diff --git a/examples/src/examples/animation/locomotion.tsx b/examples/src/examples/animation/locomotion.tsx @@ -26,8 +26,7 @@ class LocomotionExample extends Example {
<AssetLoader name='walkAnim' type='container' url='static/assets/animations/bitmoji/walk.glb' />
<AssetLoader name='jogAnim' type='container' url='stat... | 7 |
diff --git a/src/module/actor/mixins/actor-damage.js b/src/module/actor/mixins/actor-damage.js @@ -507,16 +507,16 @@ export const ActorDamageMixin = (superclass) => class extends superclass {
let actorUpdate = {};
const newData = duplicate(originalData);
- const damageRoundingAdvantage = game.settings.get("sfrpg", "dam... | 7 |
diff --git a/shared/js/background/classes/score.es6.js b/shared/js/background/classes/score.es6.js @@ -76,7 +76,7 @@ class Score {
isaMajorTrackingNetwork () {
let result = 0
if (this.specialPage || !this.domain) return result
- const parentCompany = utils.findParent(this.domain.split('.'))
+ const parentCompany = util... | 3 |
diff --git a/package.json b/package.json "name": "find-and-replace",
"main": "./lib/find",
"description": "Find and replace within buffers and across the project.",
- "version": "0.215.12",
+ "version": "0.215.13",
"license": "MIT",
"activationCommands": {
"atom-workspace": [
| 6 |
diff --git a/src/backend/mode_gpu.js b/src/backend/mode_gpu.js function flatten(arr) {
if (GPUUtils.isArray(arr[0])) {
if (GPUUtils.isArray(arr[0][0])) {
+ // Annoyingly typed arrays do not have concat so we turn them into arrays first
+ if (!Array.isArray(arr[0][0])) {
+ return [].concat.apply([], [].concat.apply([], ... | 1 |
diff --git a/avatars/avatars.js b/avatars/avatars.js @@ -2787,4 +2787,15 @@ class Avatar {
Avatar.waitForLoad = () => loadPromise;
Avatar.getAnimations = () => animations;
Avatar.getAnimationMappingConfig = () => animationMappingConfig;
+let avatarAudioContext = null;
+const getAudioContext = () => {
+ if (!avatarAudio... | 0 |
diff --git a/world.js b/world.js @@ -272,7 +272,7 @@ appManager.addEventListener('appadd', e => {
const _bindHitTracker = () => {
const hitTracker = hpManager.makeHitTracker();
- scene.add(hitTracker);
+ app.parent.add(hitTracker);
hitTracker.add(app);
app.hitTracker = hitTracker;
@@ -287,7 +287,7 @@ appManager.addEven... | 11 |
diff --git a/examples/website/trips/package.json b/examples/website/trips/package.json },
"dependencies": {
"deck.gl": "^6.2.0",
+ "@deck.gl/experimental-layers": "^6.2.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-map-gl": "^3.3.0"
"buble-loader": "^0.5.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
+ "ht... | 1 |
diff --git a/core/quill.js b/core/quill.js @@ -622,7 +622,7 @@ function shiftRange(range, index, length, source) {
if (range == null) return null;
let start;
let end;
- if (index instanceof Delta) {
+ if (index.transformPosition) {
[start, end] = [range.index, range.index + range.length].map(pos =>
index.transformPosit... | 11 |
diff --git a/examples/CenterMode.js b/examples/CenterMode.js @@ -8,12 +8,26 @@ export default class CenterMode extends Component {
centerMode: true,
infinite: true,
centerPadding: '60px',
- slidesToShow: 3,
- speed: 500
+ slidesToShow: 4,
+ speed: 500,
};
+ const settings2 = {
+ ...settings,
+ infinite: false
+ }
+ con... | 0 |
diff --git a/Source/Shaders/CloudCollectionFS.glsl b/Source/Shaders/CloudCollectionFS.glsl @@ -42,7 +42,7 @@ vec2 voxelToUV(vec3 voxelIndex) {
// Interpolate a voxel with its neighbor (along the positive X-axis)
vec4 lerpSamplesX(vec3 voxelIndex, float x) {
vec2 uv0 = voxelToUV(voxelIndex);
- vec2 uv1 = uv0 + vec2(inve... | 1 |
diff --git a/packages/core/src/computePosition.ts b/packages/core/src/computePosition.ts @@ -15,8 +15,13 @@ export const computePosition: ComputePosition = async (
if (__DEV__) {
if (platform == null) {
- throw new Error(
- ['Floating UI Core: `platform` property was not passed.'].join(' ')
+ console.error(
+ [
+ 'Floa... | 1 |
diff --git a/src/lib/services/PhysicalKeyboard.ts b/src/lib/services/PhysicalKeyboard.ts @@ -55,7 +55,6 @@ class PhysicalKeyboard {
if (options.physicalKeyboardHighlightPress) {
if (options.physicalKeyboardHighlightPressUsePointerEvents) {
buttonDOM.onpointerdown();
- buttonDOM.onpointerup();
} else if (options.physica... | 12 |
diff --git a/src/Widgets/GoogleMapsWidget/GoogleMapsWidgetComponent.js b/src/Widgets/GoogleMapsWidget/GoogleMapsWidgetComponent.js @@ -29,7 +29,7 @@ function GoogleMapsWidgetComponent(props) {
);
}
-function InteractiveMap({ address, apiKey, zoom, children }) {
+function InteractiveGoogleMap({ address, apiKey, zoom, ch... | 10 |
diff --git a/apps/agpsdata/settings.js b/apps/agpsdata/settings.js @@ -35,7 +35,7 @@ function buildMainMenu() {
},
"Refresh every" : {
value : settings.refresh / 60,
- min : 12,
+ min : 6,
max : 168,
step : 1,
format : v => v + "h",
| 12 |
diff --git a/appveyor.yml b/appveyor.yml @@ -80,7 +80,7 @@ build_script:
Copy-Item "output\${PACKAGE_NAME} Setup ${PACKAGE_VERSION}.exe" "releases\${env:RELEASE}-win-ia32.exe"
Get-ChildItem releases
if ($env:APPVEYOR_REPO_TAG -eq 'false' -or $env:APPVEYOR_REPO_TAG -eq 'False') {
- npm run github-release -- --owner=chet... | 10 |
diff --git a/lib/waterline/collection.js b/lib/waterline/collection.js @@ -6,7 +6,6 @@ var _ = require('@sailshq/lodash');
var extend = require('./utils/system/extend');
var LifecycleCallbackBuilder = require('./utils/system/lifecycle-callback-builder');
var TransformerBuilder = require('./utils/system/transformer-buil... | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.