Append this to your ~/.zshrc file.
function preexec() {
timer=$(($(date +%s%0N)/1000000))| jmails.info | |
| sacustomerdelight.co.in | |
| extrobuzzapp.com | |
| ixigo.info | |
| offer4uhub.com | |
| netecart.com | |
| 101coupon.in | |
| freedealcode.in | |
| bankmarket.in | |
| hotoffers.co.in |
| import { | |
| TaggedTemplateLiteralInvocationType, | |
| QueryResultRowType, | |
| DatabasePoolType | |
| } from 'slonik' | |
| import * as t from 'io-ts' | |
| import { Either } from 'fp-ts/Either' | |
| const query = async <T>( | |
| sqlQuery: TaggedTemplateLiteralInvocationType<QueryResultRowType>, |
| // Consistent version of `useMutableSource`, Inspired by https://github.com/pmndrs/valtio/blob/master/src/useMutableSource.ts | |
| import { useEffect, useRef, useState } from 'react'; | |
| const TARGET = Symbol('target'); | |
| const GET_VERSION = Symbol('getVersion'); | |
| export type Source<TargetType extends any, VersionType extends any> = { | |
| [TARGET]: TargetType; | |
| [GET_VERSION]: (target: TargetType) => VersionType; | |
| }; |
Rollup builds doesn't scale well in large apps. You need to increase Node's memory with --max-old-space-size=4096 to handle all the modules. This is one of Vite's highest-rated issue.
This file documents various findings and attempts to improve this issue.
NOTE: I've only been reading Rollup's source code for a while, so some of these may not be accurate.
| from Crypto.Cipher import AES, DES3 | |
| from Crypto.Hash import HMAC, SHA1, SHA512, SHA256 | |
| from Crypto.Util.Padding import pad | |
| from io import BytesIO | |
| import argparse | |
| import string | |
| import base64 | |
| import uuid | |
| import os |