Torleif Berger

Results 62 comments of Torleif Berger

Discovered the `transform` function gets a `ctx` with an `addIssue` function, so this seems to be a workaround of sorts... ```ts z .positive() .nullable() .transform((value, ctx): number => { if...

Not sure if they have an official API... but I know at least that it is possible to export sessions as TCX when stroke data (which works great to add...

Looking around, there are at least these two URLs that could be helpful: **Export all sessions in a year as CSV** `https://log.concept2.com/season//export` **Export stroke data for a single session as...

Same with climbing for me, which I have manually entered into Endomondo to keep track of "time spent exercising".

It did eventually start syncing, where it did report progress as a percentage, which is great. But here as well, it would be good if it was possible to display...

@LonJonn Is it possible to make use of your fork instead of this one in a project until this is fixed?

Any progress on this? I'm new with Tailwind and also copied the custom screens example because I find those easier to relate to than then default `lg` and such. Really...

Wouldn't be possible to hook into router events either? https://github.com/zeit/next.js/blob/canary/examples/with-loading/pages/_app.js My understanding of Next is pretty newb, so you're probably right, but yeah. 🤔

Sorry, wasn't aware the 🙃 smiley was considered offensive or ungrateful, I just wanted to be nice. Removed it now.

Just another screenshot: Main issue is the header at the top, which is getting our default `p` color, and as a result is almost invisible. The second issue is our...