elderapo
elderapo
```ts import * as cli from "cmd-ts"; cli.flag({ long: "skip", type: cli.boolean, // First of all it's possible to specify type here. Unessesery I think. defaultValue: () => true, //...
https://github.com/nettofarah/mysql-schema-ts/issues/19
Besides generating `T` & `TWithDefault`, generate schema type/interface like this: ```ts export type Schema = { // this name could contain database name mby? user: { normal: User; withDefaults: UserWithDefaults...
Similar to [custom error message](https://github.com/ozkanonur/nestjs-rate-limiter#-errorMessage) but allow to throw a whole custom error. Something like: ```ts import { RateLimit } from 'nestjs-rate-limiter' @RateLimit({ onRateLimit: () => { new MyCustomError(); }...
Logs from the sidecar container: ```bash Create Google Drive service-account.json file. Create rclone.conf file. I0507 16:49:15.733740 1 deleg.go:130] sidecar "msg"="environment is not set" "key"="MY_SERVER_ID_OFFSET" I0507 16:49:15.734008 1 deleg.go:130] sidecar "msg"="environment...
When restoring big backups it takes some time to finish. Would be awesome if we could track the progress.
grpc support
Are there any plans/eta on supporting GRPC through cloudflared/argo tunnel?
This repo doesn't seem to have discussions open so sorry if I am asking this in the wrong place but here we go... Would be nice to expose this library...
I think it would be handy to have array-like helper functions in the core or utils/helpers package. ```ts const numbersChannel = new Channel(() => {}); const oddNumbersChannel = filterChannel(numbersChannel, item...
#### Ledger Live Version and Operating System - tested on Ledger Live [v2.39.2](https://github.com/LedgerHQ/ledger-live-desktop/releases/tag/v2.39.2), [master](https://github.com/LedgerHQ/ledger-live-desktop/commit/8acf2c0726c4c1e8d649e8c4db32511636e69b07) + on some older versions, and seems like it has been broken since forver. - Platform...