Tony Xiao

Results 116 issues of Tony Xiao

### 💻 Environment Platform: macOS ### 📒 Description While Pomodoro mode is active, instead of showing time elapsed, show amount of time remaining. ### ⭐️ Why do you want this?...

feature request
pomodoro

Zod right now always adds `.rest(z.unknown())` to any function initiation and makes it impossible to validate that a function does not get extra parameters it does not intend ![image](https://user-images.githubusercontent.com/696842/179184877-1fed7a4d-7b7d-462b-b644-a7dd1e438924.png) Is...

To make it easier for developers to use. I see that this repo is marked as deprecated, however I don't see anywhere else where I can actually submit this PR....

One of the main reason to collapse is to make the map more readable, however because collapsed branches continue to take up space it wastes a ton of space that...

I created pino with option `useLevelLabels: true`. When formatting via pino-pretty those log lines show up as ``` [2019-04-23 13:56:29.560 +0000] USERLVL (runScript): Request did succeed ``` The log line...

I haven't seen any examples of it or docs one way or another.

Right now package.json says `"graphql": "^15.1.0",`. Does that mean 16 is not supported?

Here's an example of how we we gqtx today to be able to avoid duplicating code between implementers of the `ILedger` interface. ```ts const LedgerInterface = t.interfaceType({ name: 'ILedger', fields:...

question

Is it possible to integrate with something like (json-ts)[https://github.com/shakyShane/json-ts] such that we can automate this entire process from json based API response directly into types that validate both compile time...

I'd love to use NSLogger from other platforms like node.js or python. Just curious if the community also feels this way.

feature