Kasper
Kasper
I built [Embler](https://www.npmjs.com/package/embler) which lets you package binaries into `.app`, `.dmg`, `.zip` and `.tar.gz` for macOS. There's a usage example for using it together with [pkg](https://github.com/vercel/pkg). If this is something...
Debug output from running `lplogin`: ``` [2:25:08.729] LastPass CLI[Keyword] Processing complete [2:25:08.729] LastPass CLI[Keyword] Passing output '' to Run Script [2:25:08.861] ERROR: LastPass CLI[Run Script] 2845:2846: syntax error: Expected end...
@juandaco Tried this, and it seems to have fixed one issue, but `lplogin` still gives an error: ``` [11:21:37.386] LastPass CLI[Keyword] Processing complete [11:21:37.387] LastPass CLI[Keyword] Passing output '' to...
@juandaco Nevermind, I installed the workflow wrong. Works like a charm now
Would be nice for sure. I think the way to go is implement `fmt::Display` for `Unit`
Agreed, that would be a nice addition. I'm imagining it just adding the `disabled` attribute to the `` element, and making everything a bit transparent to indicate it's disabled
Sounds like a good idea, but I'm not sure if the weekday names would work. It seems you can only get `M` or `Mon`, but I think ideally we would...
`date-fns` supports all three, `M`, `Mo` and `Mon`. I don't think it's anything specific to english
Could work to add a utility function for this for people who are fine with the weekdays being `M` or `Mon` (can be an option to choose between them)
Not supported at the moment. It is technically possible to create a custom input and use the `DatePicker` component instead of `DateInput`