Jake Hartman

Results 6 comments of Jake Hartman

My $0.02 is that animation should always be meaningful from a UX perspective. Sideward sliding is not. Setting `visibility: hidden` on the `.sortable-drag` element and `opacity: 1` on the `.sortable-ghost`...

EDIT: Please disregard; vscode-stylelint was working after all. The issues I was testing it against were formatting ones, which I had not realized were [deprecated in v15](https://stylelint.io/migration-guide/to-15#deprecated-stylistic-rules) in favor of...

Agreed, this would be a great help in fixing peer mismatches without blowing away all deps. Until then, I have this script in my monorepo's top-level `package.json`: ```json { "scripts":...

Alternative idea that would satisfy my use case: a flag to exclude packages with `private: true`.

Awesome. It'll be great not having to edit `.generatelicensefile` for each new package in the monorepo. Thank you!

Perhaps I'm misunderstanding your suggestion, but can't you just point the source directories in firebase.json to the isolate output? An example from my own project: ```json { "functions": [ {...