This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "PresetList": [ | |
| { | |
| "AlignAVStart": true, | |
| "AudioCopyMask": [ | |
| "copy:mp3" | |
| ], | |
| "AudioEncoderFallback": "mp3", | |
| "AudioLanguageList": [], | |
| "AudioList": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/@scullyio/scully-plugin-puppeteer/src/lib/plugins-scully-plugin-puppeteer.js b/node_modules/@scullyio/scully-plugin-puppeteer/src/lib/plugins-scully-plugin-puppeteer.js | |
| index a9beeba..57b0ba7 100644 | |
| --- a/node_modules/@scullyio/scully-plugin-puppeteer/src/lib/plugins-scully-plugin-puppeteer.js | |
| +++ b/node_modules/@scullyio/scully-plugin-puppeteer/src/lib/plugins-scully-plugin-puppeteer.js | |
| @@ -23,7 +23,7 @@ catch (e) { | |
| // version = jsonc.parse(readFileSync(join(__dirname, '../../../package.json')).toString()).version || '0.0.0'; | |
| } | |
| const puppeteerRender = (route) => tslib_1.__awaiter(void 0, void 0, void 0, function* () { | |
| - const timeOutValueInSeconds = 25; | |
| + const timeOutValueInSeconds = scully_1.scullyConfig.renderTimeout ?? 25; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/strapi-plugin-rest-cache/server/services/cacheStore.js b/node_modules/strapi-plugin-rest-cache/server/services/cacheStore.js | |
| index 97352f1..5476520 100644 | |
| --- a/node_modules/strapi-plugin-rest-cache/server/services/cacheStore.js | |
| +++ b/node_modules/strapi-plugin-rest-cache/server/services/cacheStore.js | |
| @@ -134,8 +134,8 @@ function createCacheStoreService({ strapi }) { | |
| } | |
| return keys | |
| - .filter((key) => keysPrefixRe.test(key)) | |
| - .map((key) => key.replace(keysPrefixRe, '')); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { registerPlugin } from '@scullyio/scully'; | |
| export const PreloadCssPlugin = 'PreloadCssPlugin'; | |
| export const preloadCssHandler = async (html: string): Promise<string> => { | |
| html = html.replace( | |
| /<link rel="stylesheet" href="([\w\d\.-]+\.css)">/g, | |
| `<link rel="preload" as="style" href="$1"> | |
| <link rel="stylesheet" type="text/css" media="print" onload="this.media='all';" href="$1"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'zone.js/node'; | |
| import 'dotenv/config'; | |
| import '@ng-web-apis/universal/mocks'; | |
| import { ngExpressEngine } from '@nguniversal/express-engine'; | |
| import * as express from 'express'; | |
| import { join } from 'path'; | |
| import { AppServerModule } from './src/main.server'; | |
| import { APP_BASE_HREF } from '@angular/common'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { isPlatformBrowser } from '@angular/common'; | |
| import { Inject, Injectable, PLATFORM_ID } from '@angular/core'; | |
| import { environment } from '../../environments/environment'; | |
| @Injectable({ | |
| providedIn: 'root' | |
| }) | |
| export class LoggerService { | |
| constructor(@Inject(PLATFORM_ID) private platform: any) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Injectable } from '@angular/core'; | |
| import { Observable } from 'rxjs'; | |
| // Ref https://medium.com/@AurelienLeloup/cache-http-requests-with-rxjs-for-angular-eb9bee93824d | |
| type CacheItem<T> = { | |
| date : Date, | |
| value: Observable<T> | |
| }; | |
| @Injectable({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Patched to include timeout support | |
| */ | |
| // tslint:disable: no-string-literal | |
| // const puppeteer = require('puppeteer'); | |
| import { HandledRoute, scullyConfig, log, logError, logWarn, createFolderFor, registerPlugin, getPluginConfig } from '@scullyio/scully'; | |
| import { scullySystem } from '@scullyio/scully/src/lib/pluginManagement/pluginRepository'; | |
| import { launchedBrowser, reLaunch } from '@scullyio/scully/src/lib/renderPlugins/launchedBrowser'; | |
| import { ssl, showBrowser } from '@scullyio/scully/src/lib/utils'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "Motospeed CK62 nearly as Apple keyboard", | |
| "rules": [ | |
| { | |
| "description": "Modifiers position: Left Ctrl Alt/Option Command - Right Command Alt/Option Fn (CK62 Fn key is unused)", | |
| "manipulators": [ | |
| { | |
| "type": "basic", | |
| "from": { | |
| "key_code": "application" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { RemoteLibraryService } from './../services/remote-library.service'; | |
| import { Component, OnInit, AfterViewInit, OnDestroy } from '@angular/core'; | |
| declare global { | |
| var externalLibrary: any; | |
| var otherExternalLibrary: any; | |
| } | |
| @Component({ | |
| selector: 'app-wrapper', |
NewerOlder