code stringlengths 122 4.99k | label int64 0 14 |
|---|---|
diff --git a/Specs/Scene/EllipsoidPrimitiveSpec.js b/Specs/Scene/EllipsoidPrimitiveSpec.js @@ -55,7 +55,7 @@ defineSuite([
var e = new EllipsoidPrimitive({
center : new Cartesian3(1.0, 2.0, 3.0),
radii : new Cartesian3(4.0, 5.0, 6.0),
- modelMatrix : Matrix4.fromScale(2.0),
+ modelMatrix : Matrix4.fromUniformScale(2.0)... | 1 |
diff --git a/tools/subgraph/config/mainnet.json b/tools/subgraph/config/mainnet.json "delegateFactory_address": "0x072073f78a2d58610Ee3d5e170CA7AC9CB58a345",
"locker_address": "0xa4C5107184a88D4B324Dd10D98a11dd8037823Fe",
"pool_address": "0x7296333e1615721f4Bd9Df1a3070537484A50CF8",
- "wrapper_address": "0xdeD442725364... | 3 |
diff --git a/src/client/js/components/TopOfTableContents.jsx b/src/client/js/components/TopOfTableContents.jsx @@ -34,7 +34,7 @@ const TopOfTableContents = (props) => {
<PageAccessoriesModal
isOpen={isPageAccessoriesModalShown}
onClose={closePageAccessoriesModal}
- isActive={activeTab}
+ activeTab={activeTab}
/>
</>
);... | 10 |
diff --git a/src/components/Carousel.js b/src/components/Carousel.js @@ -638,7 +638,9 @@ export default class Carousel extends Component {
* @return {ReactElement} element
*/
renderArrowRight = () => {
- const { value, children, slides } = this.props;
+ const { children } = this.props;
+ const slides = this.getChildren... | 14 |
diff --git a/src/encoded/static/components/genome_browser.js b/src/encoded/static/components/genome_browser.js @@ -148,6 +148,8 @@ function mapGenome(inputAssembly) {
*/
const TrackLabel = ({ file, label, long }) => {
const biologicalReplicates = file.biological_replicates && file.biological_replicates.join(', ');
+ co... | 0 |
diff --git a/admin/src/data/Plex/api.js b/admin/src/data/Plex/api.js @@ -34,7 +34,7 @@ export function getUser(token) {
}
export function getServers(token) {
- let url = `https://plex.tv/pms/resources?X-Plex-Token=${token}`;
+ let url = `https://plex.tv/pms/resources?includeHttps=1&X-Plex-Token=${token}`;
let method = ... | 11 |
diff --git a/src/lib/utils/env.js b/src/lib/utils/env.js @@ -18,7 +18,7 @@ const getDefaultUrl = env => {
}
}
-export const fixNL = envValue => (envValue || '').replace(/\\n/gm, '\n')
+export const fixNL = envValue => (envValue || '').replace(/\\{1,2}n/gm, '\n')
export const appEnv = env.REACT_APP_ENV || 'development'
| 0 |
diff --git a/scripts/cl_logger.lua b/scripts/cl_logger.lua @@ -39,16 +39,16 @@ local function processDeath(ped)
end
else
if IsEntityAPed(killerPed) and IsPedAPlayer(killerPed) then
- killer = GetPlayerServerId(NetworkGetPlayerIndexFromPed(killerPed))
+ killer = NetworkGetPlayerIndexFromPed(killerPed)
elseif IsEntityAVe... | 7 |
diff --git a/app/src/renderer/components/staking/PageDelegate.vue b/app/src/renderer/components/staking/PageDelegate.vue @@ -143,7 +143,7 @@ export default {
onSubmit () {
if (this.unallocatedAtoms === this.user.atoms) {
this.$store.commit('notifyError', { title: 'Unallocated Atoms',
- body: 'You haven\'t allocated any... | 3 |
diff --git a/src/components/signup/SignupState.js b/src/components/signup/SignupState.js @@ -4,7 +4,7 @@ import { AsyncStorage, ScrollView, StyleSheet, View } from 'react-native'
import { createSwitchNavigator } from '@react-navigation/core'
import { isMobileSafari } from 'mobile-device-detect'
import _get from 'lodash... | 0 |
diff --git a/articles/logs/streams/http-event-to-slack.md b/articles/logs/streams/http-event-to-slack.md @@ -138,7 +138,7 @@ Once configured locally or deployed to your host, you can test the endpoint and
$ npm install # If running yourself
added XX packages from XX contributors in XX.XXs
-$ npm start # If running your... | 2 |
diff --git a/src/trigger.js b/src/trigger.js @@ -15,13 +15,6 @@ app.view = function(vnode) {
return project.path_with_namespace.match(r);
});
};
- const matchBranch = (project) => {
- const keys = state.search_key.split(" ");
- return keys.every((key) => {
- const r = new RegExp(key, "i");
- return project.path_with_na... | 2 |
diff --git a/src/main/webapp/starter.html b/src/main/webapp/starter.html @@ -269,7 +269,7 @@ desired effect
</button>
</div>
</div>
- <div class="box-body" ng-style="{height:myheight+'px'}" style="padding: 3px;">
+ <div class="box-body" ng-style="{height:myheight+'px'}" style="padding: 3px 0px 3px 13px;">
</div>
</div>... | 3 |
diff --git a/lib/shared/addon/components/cluster-driver/driver-import-aks/template.hbs b/lib/shared/addon/components/cluster-driver/driver-import-aks/template.hbs @showExpand={{false}}
>
<div class="row">
- <div class="col span-4 mb-0">
- <label class="acc-label" for="azureaks-tenant-id">
- {{t "clusterNew.azureaks.ten... | 2 |
diff --git a/src/lib/wallet/MultipleAddressWallet.js b/src/lib/wallet/MultipleAddressWallet.js @@ -24,12 +24,12 @@ class MultipleAddressWallet {
this.wallets = {}
}
- async ready() {
- await this.initAccounts()
+ ready() {
+ this.initAccounts()
this.wallet = this.wallets[this.addresses[0]]
}
- async initAccounts() {
+ ... | 2 |
diff --git a/scenes/treehouse.scn b/scenes/treehouse.scn "start_url": "https://webaverse.github.io/barrier/",
"dynamic": true
},
+ {
+ "position": [
+ 2,
+ 1,
+ 0
+ ],
+ "quaternion": [
+ 0,
+ 0,
+ 0,
+ 1
+ ],
+ "physics": false,
+ "start_url": "https://webaverse.github.io/damage-mesh/",
+ "dynamic": true
+ },
{
"posit... | 0 |
diff --git a/package.json b/package.json "dependencies": {
"better-simple-slideshow": "linkeddata/better-simple-slideshow#gh-pages",
"mime-types": "^2.1.13",
- "solid-ui": "^0.7.1"
+ "solid-ui": "<=0.8.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
| 11 |
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -272,7 +272,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
- Java files **must be** formatted using Intellij IDEA default code style.
- Generators JavaScript files **must follow** the eslint configuration defined at the project roo... | 1 |
diff --git a/token-metadata/0xD49ff13661451313cA1553fd6954BD1d9b6E02b9/metadata.json b/token-metadata/0xD49ff13661451313cA1553fd6954BD1d9b6E02b9/metadata.json "symbol": "ELEC",
"address": "0xD49ff13661451313cA1553fd6954BD1d9b6E02b9",
"decimals": 18,
- "dharmaVerificationStatus": {
"dharmaVerificationStatus": "VERIFIED"... | 3 |
diff --git a/test/utils/utils.js b/test/utils/utils.js @@ -54,22 +54,16 @@ function getJHipsterCli() {
// corrected test for windows user
cmd = cmd.replace(/\\/g, '/');
}
- /* eslint-disable-next-line no-console */
- console.log(cmd);
return cmd;
}
function _prepareTempEnv() {
const cwd = process.cwd();
- /* eslint-dis... | 2 |
diff --git a/src/Model.d.ts b/src/Model.d.ts @@ -85,6 +85,9 @@ type OneTypedModel = Record<string, OneField>;
Entity field signature generated from the schema
*/
type EntityField<T extends OneField> =
+ T['enum'] extends readonly EntityFieldFromType<T>[] ? T['enum'][number] : EntityFieldFromType<T>;
+
+type EntityField... | 7 |
diff --git a/react/src/components/masthead/components/SprkMastheadDropdown/SprkMastheadDropdown.js b/react/src/components/masthead/components/SprkMastheadDropdown/SprkMastheadDropdown.js @@ -167,18 +167,22 @@ SprkMastheadDropdown.propTypes = {
* library to capture data.
*/
analyticsString: PropTypes.string,
- /** Incom... | 7 |
diff --git a/src/electron/ipc-api/autoUpdate.js b/src/electron/ipc-api/autoUpdate.js @@ -7,6 +7,7 @@ export default (params) => {
if (process.platform === 'darwin' || process.platform === 'win32') {
ipcMain.on('autoUpdate', (event, args) => {
try {
+ autoUpdater.autoInstallOnAppQuit = false;
autoUpdater.allowPrerelease... | 12 |
diff --git a/userscript.user.js b/userscript.user.js @@ -11005,6 +11005,15 @@ var $$IMU_EXPORT$$;
return src.replace(/\.[0-9]+x[0-9]+(\.[^/]*)$/, "$1");
}
+ if (domain === "steamstore-a.akamaihd.net") {
+ // https://steamstore-a.akamaihd.net/public/images/v6/app/game_page_background_shadow.png?v=2
+ if (/\/public\/+ima... | 1 |
diff --git a/src/internal/Popover.spec.js b/src/internal/Popover.spec.js @@ -432,4 +432,45 @@ describe('<Popover />', () => {
// );
// });
});
+
+ describe('handleRequestTimeout()', () => {
+ let wrapper;
+ let instance;
+
+ before(() => {
+ wrapper = shallow(<Popover />);
+ });
+
+ describe('transitionDuration is auto... | 0 |
diff --git a/themes/aframe/source/css/_common.styl b/themes/aframe/source/css/_common.styl html, body
height 100%
-html
+html,
+code
font-size 14px
body
@@ -43,9 +44,11 @@ strong
code,
pre
- font-size 13px
font-family $code-font
+pre
+ font-size 13px
+
[data-is-mobile="true"]
code,
pre
| 1 |
diff --git a/app/views/devise/mailer/confirmation_instructions.html.erb b/app/views/devise/mailer/confirmation_instructions.html.erb logo_square_url = site.logo_square.url
site_url = site.url
site_name = site.name
- help_url = site.help_url
- feedback_url = site.feedback_url
- community_guidelines_url = site.community_... | 1 |
diff --git a/packages/idyll-components/src/dynamic.js b/packages/idyll-components/src/dynamic.js @@ -17,7 +17,7 @@ class Dynamic extends React.PureComponent {
this.drag = Drag.drag().on('drag', () => {
const dx = Selection.event.dx;
const { step, value, interval } = this.props;
- const newValue = Math.max(Math.min(valu... | 1 |
diff --git a/js/trackView.js b/js/trackView.js @@ -261,10 +261,8 @@ var igv = (function (igv) {
if (indexDestination < indexDragged) {
$(igv.dragged.trackDiv).insertBefore($(igv.dragDestination.trackDiv));
- igv.dragDestination.track.order = 1 + igv.dragged.track.order;
} else {
$(igv.dragged.trackDiv).insertAfter($(ig... | 12 |
diff --git a/books/views.py b/books/views.py @@ -35,6 +35,12 @@ class BookCopyReturnView(APIView):
book_copy.save()
return Response({ 'status': 'Book returned' })
+class BookDetailView(APIView):
+ def get(self, request, id=None):
+ book = Book.objects.get(pk=id)
+ serializer_class = BookDetailSerializer
+ return Respon... | 0 |
diff --git a/test/client/spec/victory-util/add-events.spec.js b/test/client/spec/victory-util/add-events.spec.js /* global sinon */
import React from "react";
-import { defaults, reduce } from "lodash";
+import { defaults, reduce, get } from "lodash";
import { mount } from "enzyme";
import { Data, addEvents } from "src... | 4 |
diff --git a/docs/support/05-release-announcement.md b/docs/support/05-release-announcement.md -## Beta Release Announcement
-
-After several months of hard work, CARTO is very proud to announce the __Beta release of CARTO.js 4.0__, which replaces our existing CartoDB.js library. We recognize that you have been anticip... | 12 |
diff --git a/edit.js b/edit.js @@ -4358,6 +4358,18 @@ planet.addEventListener('load', async e => {
const height = await geometryWorker.requestGetHeight(chunkMesh.seedNum, ncx, ncy + SUBPARCEL_SIZE, ncz, baseHeight, PARCEL_SIZE);
worldContainer.position.y = -height // - _getAvatarHeight();
+
+ const _loadGltf = u => new... | 0 |
diff --git a/renderer/components/dashboard/URL.js b/renderer/components/dashboard/URL.js @@ -45,6 +45,31 @@ const RemoveButton = styled(Button)`
const URL = ({ idx, url, error, onUpdate, onRemove, onKeyEnter }) => {
const [dirty, setDirty] = useState(false)
+
+ const validateURL = useCallback((input) => {
+ let hasErro... | 2 |
diff --git a/src/plugins/XHRUpload.js b/src/plugins/XHRUpload.js @@ -203,7 +203,7 @@ module.exports = class XHRUpload extends Plugin {
const xhr = new XMLHttpRequest()
const id = cuid()
- xhr.withCredentials = this.opts.withCredentials
+ xhr.withCredentials = opts.withCredentials
xhr.upload.addEventListener('loadstart'... | 1 |
diff --git a/index.js b/index.js @@ -168,7 +168,7 @@ const defaults = {
{ long: 'sBTC', short: 'iBTC' },
{ long: 'sETH', short: 'iETH' },
],
- MAX_DEBT: w3utils.toWei('50000000'), // 50 million sUSD
+ MAX_DEBT: w3utils.toWei('75000000'), // 75 million sUSD
BASE_BORROW_RATE: Math.round((0.005 * 1e18) / 31556926).toStrin... | 3 |
diff --git a/src/web/stylesheets/utils/_overrides.css b/src/web/stylesheets/utils/_overrides.css @@ -104,7 +104,7 @@ select.form-control:not([size]):not([multiple]), select.custom-file-control:not(
color: var(--primary-font-colour);
}
-.form-control
+.form-control,
.is-focused .form-control {
background-image:
linear-g... | 0 |
diff --git a/src/components/annotations/draw.js b/src/components/annotations/draw.js @@ -250,11 +250,6 @@ function drawRaw(gd, options, index, subplotId, xa, ya) {
var outerWidth = Math.round(annWidth + 2 * borderfull);
var outerHeight = Math.round(annHeight + 2 * borderfull);
-
- // save size in the annotation object ... | 2 |
diff --git a/_data/conferences.yml b/_data/conferences.yml - title: 3DV
year: 2020
- id: 3dv2020
+ id: threedv20
link: http://3dv2020.dgcv.nii.ac.jp/index.html
deadline: '2020-07-31 23:59:59'
- timezone: UTC-7
- date: November 25-27, 2020
+ timezone: America/Los_Angeles
+ date: November 25-28, 2020
place: Fukuoka, Japa... | 2 |
diff --git a/nerdamer.core.js b/nerdamer.core.js @@ -10862,18 +10862,25 @@ var nerdamer = (function (imports) {
var l = parse_next(); // lower
i++; // skip the ^
var u = parse_next(); // upper
- var f = parse_next();
- // skip the comma
- i++;
+ var f = parse_next(); // function
+
// get the variable of integration
var... | 2 |
diff --git a/apps/nbsite/settings.py b/apps/nbsite/settings.py @@ -213,9 +213,9 @@ LOGGING = {
}
AUTHENTICATION_BACKENDS = (
- 'django_openid_auth.auth.OpenIDBackend',
+# 'django_openid_auth.auth.OpenIDBackend',
# 'django_facebook.auth_backends.FacebookBackend',
- 'facebook.backend.FacebookBackend',
+# 'facebook.backen... | 2 |
diff --git a/lib/node_modules/@stdlib/repl/ctor/lib/commands/vars_workspace.js b/lib/node_modules/@stdlib/repl/ctor/lib/commands/vars_workspace.js @@ -28,6 +28,7 @@ var isBoolean = require( '@stdlib/assert/is-boolean' ).isPrimitive;
var isPlainObject = require( '@stdlib/assert/is-plain-object' );
var isArrayLike = requ... | 9 |
diff --git a/includes/Modules/Search_Console.php b/includes/Modules/Search_Console.php @@ -128,7 +128,6 @@ final class Search_Console extends Module implements Module_With_Screen, Module_
'sites' => 'webmasters',
'matched-sites' => 'webmasters',
'sc-site-analytics' => 'webmasters',
- 'search-keywords' => 'webmasters',
... | 2 |
diff --git a/README.md b/README.md @@ -46,15 +46,15 @@ To run Puppeteer tests generated by spearmint, install the following in your dev
To run Accessibility tests generated by spearmint on HTML, install the following in your dev dependencies.
- npm i -D axe-core regenerator jest
+ npm i -D axe-core regenerator-runtime ... | 3 |
diff --git a/readme.md b/readme.md @@ -68,7 +68,7 @@ To use the samples clone this GitHub repository using Git.
|23.facebook-events | Integrate and consume Facebook specific payloads, such as post-backs, quick replies and opt-in events.|[View][cs#23] |[View][js#23] | | | |
|24.bot-auth-msgraph | Demonstrates bot authen... | 0 |
diff --git a/ts-defs-src/runner-api/runner-api.d.ts b/ts-defs-src/runner-api/runner-api.d.ts @@ -165,6 +165,11 @@ interface Runner {
* Stops all the pending test tasks.
*/
stop(): void;
+
+ /**
+ * The absolute or relative path to the TypeScript configuration file. Relative paths resolve from the current directory (the... | 0 |
diff --git a/edit.js b/edit.js @@ -1883,7 +1883,7 @@ const [
}
}
};
- w.mine = (tracker, p, delta) => new Promise((accept, reject) => {
+ w.requestMine = (tracker, p, delta) => new Promise((accept, reject) => {
callStack.allocRequest(METHODS.mine, 256, true, offset => {
callStack.u32[offset] = tracker;
p.toArray(callSt... | 10 |
diff --git a/contracts/modules/LoanClosings.sol b/contracts/modules/LoanClosings.sol @@ -16,6 +16,7 @@ import "../interfaces/ILoanPool.sol";
import "../mixins/RewardHelper.sol";
contract LoanClosings is LoanClosingsEvents, VaultController, InterestUser, SwapsUser, LiquidationHelper, RewardHelper {
+ uint256 constant in... | 7 |
diff --git a/lib/node/NodeSourcePlugin.js b/lib/node/NodeSourcePlugin.js @@ -12,7 +12,7 @@ module.exports = class NodeSourcePlugin {
this.options = options;
}
apply(compiler) {
- let options = this.options;
+ const options = this.options;
function getPathToModule(module, type) {
if(type === true || (type === undefined ... | 14 |
diff --git a/metaversefile-api.js b/metaversefile-api.js @@ -904,6 +904,15 @@ metaversefile.setApi({
}
return app;
},
+ createAppPair(spec) {
+ let promise = null;
+ const app = metaversefile.createAppInternal(spec, {
+ onWaitPromise(newPromise) {
+ promise = newPromise;
+ },
+ });
+ return [app, promise];
+ },
createM... | 0 |
diff --git a/src/platform/web/dom/History.js b/src/platform/web/dom/History.js @@ -17,6 +17,12 @@ limitations under the License.
import {BaseObservableValue} from "../../../observable/ObservableValue";
export class History extends BaseObservableValue {
+
+ constructor() {
+ super();
+ this._lastSessionHash = null;
+ }
... | 1 |
diff --git a/articles/multifactor-authentication/developer/mfa-from-id-token.md b/articles/multifactor-authentication/developer/mfa-from-id-token.md ---
-description: Describes how to determine if a user has done multifactor authentication using their id_token and JWT
+title: Step-up Authentication with ID Tokens
+desc... | 3 |
diff --git a/index.js b/index.js @@ -115,7 +115,7 @@ exports.CommanderError = CommanderError;
/**
* Initialize a new `Command`.
*
- * @param {String} name
+ * @param {String} [name]
* @api public
*/
@@ -694,7 +694,7 @@ Command.prototype.parse = function(argv) {
* @param {Array} argv
* @param {Array} args
* @param {Arra... | 7 |
diff --git a/frontend/src/app/components/application/main-layout/main-layout.js b/frontend/src/app/components/application/main-layout/main-layout.js @@ -41,8 +41,7 @@ const navItems = deepFreeze([
{
route: 'funcs',
icon: 'functions',
- label: 'Functions',
- beta: true
+ label: 'Functions'
},
{
route: 'cluster',
| 2 |
diff --git a/public/viewjs/components/barcodescanner.js b/public/viewjs/components/barcodescanner.js Grocy.Components.BarcodeScanner = { };
-Grocy.Components.BarcodeScanner.CheckCapabilities = function()
+Grocy.Components.BarcodeScanner.CheckCapabilities = async function()
{
var track = Quagga.CameraAccess.getActiveTra... | 0 |
diff --git a/tests/phpunit/integration/Modules/Analytics/Advanced_Tracking/Script_InjectorTest.php b/tests/phpunit/integration/Modules/Analytics/Advanced_Tracking/Script_InjectorTest.php @@ -64,7 +64,7 @@ class Script_InjectorTest extends TestCase {
$output = ob_get_clean();
$expected_json = '[{"action":"test_event_wit... | 4 |
diff --git a/src/encoded/schemas/award.json b/src/encoded/schemas/award.json ]
}
},
+ "facets": {
+ "pi.lab.title": {
+ "title": "Lab"
+ },
+ "rfa": {
+ "title": "RFA"
+ },
+ "project": {
+ "title": "Project"
+ }
+ },
"columns": {
"title": {
"title": "Name"
| 0 |
diff --git a/layouts/partials/fragments/content.html b/layouts/partials/fragments/content.html {{- partial "helpers/text-color.html" (dict "self" $self "light" "secondary") -}}
">
{{- .content | markdownify -}}
- {{ partial "helpers/slot.html" (dict "root" $ "slot" "sidebar")}}
+ {{ partial "helpers/slot.html" (dict "r... | 0 |
diff --git a/source/index/contracts/Index.sol b/source/index/contracts/Index.sol @@ -153,8 +153,11 @@ contract Index is Ownable {
function getLocators(
address start,
uint256 count
- ) external view returns (bytes32[] memory result) {
-
+ ) external view returns (
+ bytes32[] memory,
+ bytes32[] memory,
+ address
+ ) {... | 3 |
diff --git a/assets/js/util/api.js b/assets/js/util/api.js @@ -39,10 +39,12 @@ export async function trackAPIError( { method, type, identifier, datapoint, erro
return;
}
+ const labelMeta = `code: ${ error.code }${ error.data?.reason ? ', reason: ' + error.data.reason : '' }`;
+
await trackEvent(
'api_error',
`${ metho... | 7 |
diff --git a/test/fp64-test/fp64-shader.spec.js b/test/fp64-test/fp64-shader.spec.js @@ -254,7 +254,7 @@ function test_float_add(gl, testName) {
}));
program.use();
program.setBuffers({
- positions: new Buffer(gl, {target: GL.ARRAY_BUFFER, data: BUFFER_DATA, size: 2})
+ positions: new Buffer(gl, {target: gl.ARRAY_BUFFE... | 1 |
diff --git a/accessibility-checker-engine/src/v2/checker/accessibility/rules/rpt-elem-rules.ts b/accessibility-checker-engine/src/v2/checker/accessibility/rules/rpt-elem-rules.ts @@ -159,8 +159,7 @@ let a11yRulesElem: Rule[] = [
", aria:treegrid[aria-haspopup], " +
", aria:treeitem[aria-errormessage], aria:treeitem[ari... | 3 |
diff --git a/src/components/inspectors/LoopCharacteristics.vue b/src/components/inspectors/LoopCharacteristics.vue @@ -303,10 +303,16 @@ export default {
case 'parallel_mi':
this.local.loopCharacteristics.$type = 'bpmn:MultiInstanceLoopCharacteristics';
this.local.loopCharacteristics.isSequential = false;
+ if (!this.m... | 12 |
diff --git a/components/temoignages.js b/components/temoignages.js import PropTypes from 'prop-types'
import BlogCard from '@/components/blog-card'
+import BlogPagination from '@/components/blog-pagination'
-function Temoignages({limit, posts}) {
+function Temoignages({limit, posts, pagination}) {
const sortedTestimoni... | 0 |
diff --git a/lib/carto/ghost_tables_manager.rb b/lib/carto/ghost_tables_manager.rb @@ -64,8 +64,6 @@ module Carto
end
def sync
- CartoDB::Logger.debug(message: 'ghost tables', action: 'linkage start', user: user)
-
cartodbfied_tables = fetch_cartodbfied_tables
# Update table_id on UserTables with physical tables with c... | 2 |
diff --git a/src/components/Form.jsx b/src/components/Form.jsx @@ -89,7 +89,7 @@ import FormioForm from 'formiojs/Form';
if (formio && submission) {
formio.submission = submission;
}
- }, [props.submission]);
+ }, [props.submission, formio]);
return <div ref={el => element = el} />;
};
| 0 |
diff --git a/services/user-mover/utils.rb b/services/user-mover/utils.rb @@ -60,10 +60,12 @@ module CartoDB
def run_command(cmd)
logger.debug "Running command: \"#{cmd}\""
+ Temfile.open('datamover') { |f| run_command_with_log(cmd, f) }
+ end
+
+ def run_command_with_log(cmd, file)
return_code = nil
log_message = ''
- ... | 9 |
diff --git a/test-complete/nodejs-optic-from-sql.js b/test-complete/nodejs-optic-from-sql.js @@ -115,6 +115,7 @@ describe('Node.js Optic from sql test', function(){
INNER JOIN opticFunctionalTest.master ON opticFunctionalTest.master.id = opticFunctionalTest.detail.masterId \
GROUP BY opticFunctionalTest.master.name \
O... | 0 |
diff --git a/processors/processExpand.js b/processors/processExpand.js * Strips off "item_" from strings, and nullifies dota_unknown.
* Does not mutate the original string.
**/
+const item_ids = require('dotaconstants').item_ids;
+
function translate(input) {
if (input === 'dota_unknown') {
return null;
@@ -191,7 +193,... | 5 |
diff --git a/src/framework/components/model/component.js b/src/framework/components/model/component.js @@ -12,11 +12,12 @@ Object.assign(pc, function () {
* @property {String} type The type of the model, which can be one of the following values:
* <ul>
* <li>asset: The component will render a model asset</li>
- * <li>b... | 7 |
diff --git a/components/landing/ChartLoader.js b/components/landing/ChartLoader.js @@ -10,9 +10,19 @@ export const ChartLoader = () => (
primaryColor={theme.colors.gray3}
secondaryColor={theme.colors.gray5}
>
- <rect x="10" y="0" rx="3" ry="3" width="380" height="6" />
- <rect x="10" y="10" rx="3" ry="3" width="201" he... | 7 |
diff --git a/src/sass/vars_only.scss b/src/sass/vars_only.scss /**
* The MIT License (MIT)
*
- * Copyright (c) Camptocamp SA
+ * Copyright (c) 2021-2022 Camptocamp SA
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), ... | 12 |
diff --git a/source/guides/core-concepts/introduction-to-cypress.md b/source/guides/core-concepts/introduction-to-cypress.md @@ -796,7 +796,7 @@ expect(true).to.be.true
```
{% note info Did you know you can write Unit Tests in Cypress? %}
-Check out our example recipes for {% url 'unit testing' recipes %} and {% url 'u... | 7 |
diff --git a/readme.md b/readme.md <img width="410" src="https://github.com/legomushroom/mojs/blob/master/motion-for-the-web-3.png?raw=true" alt="large mojs logo" />
-#### motion graphics toolbelt for the web [[mojs.io](http://mojs.io/)]
+#### motion graphics toolbelt for the web
[ given the circuit. Currently, the module generates fully functional
-verilog code for basic circuits.... | 1 |
diff --git a/src/kiri/slicer.js b/src/kiri/slicer.js connect = [],
search = 1,
nextMod = 1,
+ emitted = 0,
forks = false,
frays = false,
bridge = CONF.bridgeLineGapDistance,
let links = point.group.filter(p => !p.del);
// no need to recurse at the start
- if (links.length === 2) {
+ if (links.length === 2 && depth === ... | 1 |
diff --git a/services/acceptance/services/errortelemetry.test.js b/services/acceptance/services/errortelemetry.test.js @@ -53,6 +53,8 @@ describe('Error Telemetry service acceptance tests', () => {
.then(res => assert.fail(res))
.catch(err => {
assert.equal(err.statusCode, 400);
+ assert.equal(err.error.status, 'ERROR'... | 0 |
diff --git a/src/web/InputWaiter.mjs b/src/web/InputWaiter.mjs @@ -352,6 +352,16 @@ class InputWaiter {
const lines = inputData.input.length < (this.app.options.ioDisplayThreshold * 1024) ?
inputData.input.count("\n") + 1 : null;
this.setInputInfo(inputData.input.length, lines);
+
+ // Set URL to current input
+ const ... | 12 |
diff --git a/cloudformation_resources.go b/cloudformation_resources.go @@ -18,6 +18,18 @@ func marshalInterface(item interface{}) interface{} {
return nil
}
+// Utility function to marshal array of strings
+func marshalStringArray(vals []string) *gocf.StringListExpr {
+ if len(vals) <= 0 {
+ return nil
+ }
+ arrValues ... | 0 |
diff --git a/_data/conferences.yml b/_data/conferences.yml - title: NAACL
hindex: 90
year: 2021
- id: naacl2021
+ id: naacl21
link: https://2021.naacl.org/
deadline: '2020-11-23 23:59:00'
timezone: UTC-12
- title: SIGIR
hindex: 57
year: 2021
- id: sigir2021
+ id: sigir21
link: http://sigir.org/sigir2021/
deadline: '202... | 2 |
diff --git a/packages/idyll-layouts/src/blog/styles.js b/packages/idyll-layouts/src/blog/styles.js @@ -130,6 +130,7 @@ input {
.debug-collapse {
overflow: hidden;
+ overflow-y: scroll;
transition: height 0.3s ease-in;
margin: 0;
box-sizing: border-box;
@@ -144,8 +145,6 @@ input {
}
.icon-link {
- width: 24px;
- height:... | 2 |
diff --git a/components/measurement/nettests/web_connectivity.js b/components/measurement/nettests/web_connectivity.js @@ -105,66 +105,6 @@ const HttpResponseBodyContainer = styled(WrappedPre)`
overflow: auto;
`
-const FailureString = ({failure}) => {
- if (!failure) {
- return (
- <div>
- <Tick size={20} /> <Formatted... | 7 |
diff --git a/generators/kubernetes/templates/console/jhipster-elasticsearch.yml.ejs b/generators/kubernetes/templates/console/jhipster-elasticsearch.yml.ejs @@ -175,7 +175,6 @@ spec:
name: storage
spec:
accessModes: [ "ReadWriteOnce" ]
- storageClassName: standard
resources:
requests:
storage: 1Gi
@@ -317,7 +316,6 @@ s... | 2 |
diff --git a/src/traces/treemap/plot.js b/src/traces/treemap/plot.js @@ -175,10 +175,6 @@ function plotOne(gd, cd, element, transitionOpts) {
return x + ',' + y;
}
- function noNaN(path) {
- return path.indexOf('NaN') > -1 ? '' : path;
- }
-
var xStart = viewBarX(0);
var limitX0 = function(p) { p.x = Math.max(xStart, p... | 2 |
diff --git a/src/tokens/eth/0x515bA0a2E286AF10115284F151cF398688A69170.json b/src/tokens/eth/0x515bA0a2E286AF10115284F151cF398688A69170.json "ens_address": "",
"decimals": "18",
"website": "https://tenx.tech/en/",
- "logo": { "src": "https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-s... | 1 |
diff --git a/package.json b/package.json {
"name": "atlas",
- "version": "2.9.0",
+ "version": "2.10.0-DEV",
"description": "is an open source software tool for researchers to conduct scientific analyses on standardized observational data converted to the OMOP Common Data Model V5",
"main": "js/main.js",
"scripts": {
| 12 |
diff --git a/Source/Shaders/BillboardCollectionVS.glsl b/Source/Shaders/BillboardCollectionVS.glsl @@ -72,7 +72,7 @@ vec4 computePositionWindowCoordinates(vec4 positionEC, vec2 imageSize, float sca
if (sizeInMeters)
{
- originTranslate += originTranslate / czm_metersPerPixel(positionEC);
+ originTranslate /= czm_meters... | 1 |
diff --git a/CHANGELOG.md b/CHANGELOG.md # Changelog
-## Unreleased
+## 1.64.0
- Add tracing SDK to create spans manually, integrating seamlessly with automatic tracing - see [SDK API documentation](API.md#creating-spans-manually-with-the-sdk) for details.
- Additional validation for entry spans (that no other span is ... | 6 |
diff --git a/server/button.js b/server/button.js @@ -42,7 +42,7 @@ export function getButtonMiddleware() : (req : ExpressRequest, res : ExpressResp
let pageHTML = `
<body>
${ buttonHTML }
- <script src="https://www.paypal.com/sdk/js?client-id=${ htmlEncode(clientID) }"></script>
+ <script src="/sdk/js?client-id=${ html... | 4 |
diff --git a/articles/multifactor-authentication/index.md b/articles/multifactor-authentication/index.md @@ -66,3 +66,7 @@ You may [configure rules](/rules) for custom MFA processes, which allow you to d
## MFA Using a Custom Provider
For a detailed look at implementing a custom MFA provider, see [Multifactor Authentic... | 0 |
diff --git a/js/models/listing/Listing.js b/js/models/listing/Listing.js @@ -710,6 +710,12 @@ export default class extends BaseModel {
shipOpt.regions = ['ALL'];
}
});
+
+ if (app.serverConfig.testnet) {
+ options.attrs.metadata.escrowTimeoutHours =
+ options.attrs.metadata.escrowTimeoutHours === undefined ?
+ 1 : opti... | 12 |
diff --git a/src/components/sign/Sign.js b/src/components/sign/Sign.js @@ -36,10 +36,12 @@ class Sign extends Component {
renderSubcomponent = () => {
const { account: { url, balance }, totalAmount, sensitiveActionsCounter, status } = this.props
- const txTotalAmount = new BN(totalAmount); // TODO: add gas cost, etc
- ... | 9 |
diff --git a/snippets/imageview-zoom.jsx b/snippets/imageview-zoom.jsx @@ -31,7 +31,7 @@ function setZoomEnabled(value) {
/** @param {number} value */
function setZoomLevel(value) {
- if (imageView.zoomEnabled && value > imageView.minZoomLevel && value < imageView.maxZoomLevel) {
+ if (imageView.zoomEnabled && value >=... | 1 |
diff --git a/tests/typed_blocks/type_transfer_block_workspace_test.js b/tests/typed_blocks/type_transfer_block_workspace_test.js @@ -927,10 +927,10 @@ function test_type_transfer_block_workspace_lambdaBlockTransferManyTimes() {
var workspace = create_typed_workspace();
var otherWorkspace = create_typed_workspace();
try... | 10 |
diff --git a/src/themes/bootstrap4.js b/src/themes/bootstrap4.js @@ -42,6 +42,15 @@ export var bootstrap4Theme = AbstractTheme.extend({
afterInputReady: function (input) {
if (input.controlgroup) return
+ // set id/for
+ var id = input.name
+ input.id = id
+ // 2x parentNode, b/c range input has an <div> wrapper
+ var ... | 12 |
diff --git a/assets/sass/components/global/_googlesitekit-publisher-wins.scss b/assets/sass/components/global/_googlesitekit-publisher-wins.scss margin: 0;
}
+ .googlesitekit-publisher-win__desc:first-child > *:first-child {
+ margin-top: 0;
+ }
+
.googlesitekit-cta-link--external {
margin-right: 7px;
}
| 2 |
diff --git a/.github/workflows/build-rc.yml b/.github/workflows/build-rc.yml @@ -21,10 +21,13 @@ jobs:
- name: Build Docker Image
run: |
+ CACHE_REF=weseek/growi:3-cache
docker buildx build \
--tag growi \
--platform linux/amd64 \
--load \
+ --cache-from=type=registry,ref=$CACHE_REF \
+ --cache-to=type=registry,ref=$CA... | 4 |
diff --git a/templates/examples/extensions/py_lambda_hooks/CanvasHook/CanvasHook.py b/templates/examples/extensions/py_lambda_hooks/CanvasHook/CanvasHook.py @@ -291,20 +291,19 @@ def validate_input(event):
try:
if not error_message:
- error_message = 'You must provide a question.'
+ error_message = 'There was an error ... | 3 |
diff --git a/package.json b/package.json "lint-fix": "eslint lib example test --fix",
"heroku-postbuild": "npm install mongodb"
},
- "version": "2.0.0-pre.3",
+ "version": "2.0.0",
"files": [
"lib"
],
- "publishConfig": {
- "tag": "next"
- },
"nyc": {
"reporter": [
"lcov",
| 6 |
diff --git a/packages/material-ui-lab/src/SpeedDial/SpeedDial.d.ts b/packages/material-ui-lab/src/SpeedDial/SpeedDial.d.ts @@ -22,7 +22,15 @@ export interface SpeedDialProps
TransitionProps?: TransitionProps;
}
-export type SpeedDialClassKey = 'root' | 'actions' | 'actionsClosed';
+export type SpeedDialClassKey =
+ | '... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.