Kasper

Results 267 comments of Kasper

Sure. Don't know how Rustwasm works, but the reason I like the named arguments is that it's less verbose, and imo clearer, than this: ```rs fn command(args: (String, String, bool))...

Makes sense. From that datepicker, `zh-TW`, `zh-CN`, `ja`, `ko` and `ar` have the year first. Would be good to find a full list somewhere. Implementation: Add a `monthFirst` property to...

I found Apple's documentation/guidelines that talk about about where data should be stored: macOS Library Directory Details: https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/MacOSXDirectories/MacOSXDirectories.html macOS File System Basics, section "The Library Directory Stores App-Specific Files": https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html#//apple_ref/doc/uid/TP40010672-CH2-SW1

> I think the location where we store config files, specifically (the rest i don't care about) is something that can't be changed. For example, a package could be accidentally...

Not sure what exactly the issue is. Could you provide a REPL link and clear specific instructions?

Edit: nvm, I see the issue! Confused >= with

For now I'd recommend just not using specific `min`/`max` values. Instead, you should use a `min` at the start of a day (`0:00:00.000`) and a `max` at the end of...

@gersomvg It's nice for a random color generator. That could be solved by generating the color in a in `+page.server.ts`, but I decided to disable SSR instead of creating the...