Loren ☺️

Results 280 comments of Loren ☺️

Hi @YOU54F, great FR, appreciate you submitting! Wanted to check whether you're still up for submitting a PR for this?

Re: UX, here are my personal prefs: - User opens `/page?tab=javascript#heading` - `JavaScript` tab group is opened (regardless of LocalStorage) - If there isn't an existing LocalStorage tab choice saved,...

> I'm mainly thinking about /page?tab=javascript—do we scroll to the first tab group on the page with a JavaScript option? I'd say no, for flexibility's sake. If we autoscroll, then...

On a separate note, I think it would be nice to: Whenever a tab is clicked, if there's a way to identify it (by `` `id` or `groupId`), put in...

I'd be happy with always adding on every single click. I don't remember any sites with this exact tab-maintenance feature, but plenty of apps edit the URL on each click...

Fixed by changing `[email protected]` to `[email protected]` in `.meteor/versions`. Ref: https://github.com/meteor/meteor/issues/9730

Okay! Does it look correct? In particular, while $100 is a common valuation during C corp formation, does the FMV change if you have no revenue or funding? I'm told...

you can now configure keyboard shortcuts for hyper commands: https://github.com/zeit/hyper/blob/7f804cf66cd948357471333bccf39e0abc9a844b/app/keymaps/darwin.json i guess the solution is to either add `editor:move-to-beginning-of-word` to hyper or write an extension

### I propose: - Keep built-in Keyword search attributes as Keywords - Allow wildcards and/or regexes in List Filters ### Background info Summarizing comments from internal Slack: - Wildcard search...

Another alternative: I don't know how performant this is, but @mjameswh shared that BETWEEN works on Keywords, so for example: `WorkflowId BETWEEN "myprojid1-" AND "myprojid1-zzzzzzzzzzz"` would match `'myprojid1-randomalpha'`