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
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. | |
# For additional information regarding the format and rule options, please see: | |
# https://github.com/browserslist/browserslist#queries | |
# For the full list of supported browsers by the Angular framework, please see: | |
# https://angular.io/guide/browser-support | |
# You can see what browsers were selected by your queries by running: | |
# npx browserslist |
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
export type bytes = number; | |
export class BlobStreamer { | |
protected readonly defaultChunkSize = 64 * 1024; // 64k (more is faster but makes chrome crash on large blobs?!) | |
private offset: bytes = 0; | |
constructor(private blob: Blob) { | |
this.rewind(); | |
} |
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
mbp:kubernetes example$ ./cluster/kubectl.sh logs wow-pod backend | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 1669k 100 1669k 0 0 1692k 0 --:--:-- --:--:-- --:--:-- 1739k | |
npm WARN package.json [email protected] No description | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No README data | |
> [email protected] install /tmp/bundle/programs/server/node_modules/fibers | |
> node ./build.js | |
`linux-x64-v8-3.14` exists; testing |