acrazing
acrazing
Currently, the cache filename use `JSON.stringify` to create cache key, it could not process function options just like `getCustomTransformers`, this PR changes it to use `object-hash` to process it.
Add optional fields support for java and cpp. Based on #537.
disabledMinutes should receive parameter hour from 0 to 23 rather than 0 to 12 if use12Hours is true
The `hour` is clamped at before get `disabledMinutes` at .
It seems to be `not implemented` since version 1.20, and it has not been implemented yet? For some reason, I need to print the request and the response body (gzipped)...
**Use as a npm package should not import cli dependencies.** It always import cli packages like `yargs`, `ora` when I use it as a npm package, it is useless. **Describe...
目前 `ktctl preview --expose local:remote` 无法指定 service 的 port name, istio 无法识别协议, 导致注入失败. 因为 istio 依赖于 service port 中的 name 前缀来探测服务提供的协议: . 或者是 `appProtocol`. 是否可以允许这样注入 port name 呢: `ktctl preview...
**Feature description:** When run `buf lint`, can check if all fields has some protovalidate options. Especially for: - string/bytes max length - repeated/map max items **Problem it solves or use...
Code snippet: ```ts import { Readable } from 'node:stream'; import Papa from 'papaparse'; const stream = new Readable({ objectMode: true, read() {}, }); Papa.parse(stream, { delimiter: ',', newline: '\r\n', skipEmptyLines:...
## 🐛 Bug Report wb.xlsx.writeFile is very very very slow. Lib version: 4.4.0 ## Steps To Reproduce ```javascript console.time('xlsx'); const rows: any[] = []; const keys: string[] = []; for...