Sterling Camden

Results 18 comments of Sterling Camden

hey @jimthedev, i love that commitizen educates me about the available options, but after a while i've become so familiar with the list of options that it would be faster...

i believe the appropriate behavior is that editor.tabSize would be tabSize normally but if editor.insertSpaces == true then editor.tabSize would indicate indentSize. would that be possible?

I️ don’t think vscode has that option (indentSize) but I️ might have missed it On Fri, Nov 10, 2017 at 6:01 PM Masahiro Wakame wrote: > when convertTabsToSpaces: true, tab...

@rasenplanscher any chance you could publish this fix? @jonschlinkert

another +1. rush has this: https://rushjs.io/pages/advanced/watch_mode/ for inspo (oh just read https://github.com/vercel/turbo/issues/986#issuecomment-1104142740 but link could still be helpful for reference). Works really well if you want to build everything in...

@jdalton > Continuing to use Babel is the way at the moment until I can get to making `esm` work. Is this still the recommendation? jest is the last barrier...

From my scans of GitHub threads, it seems like jest has its own require implementation so even on the new experimental module system in node it wasn’t working, but I...

just another piece of info here that this also seems to apply to running turbo itself which is not a great look. aka: `turbo typecheck:all` (which is `"typecheck:all": "turbo run...

My vote is to find a way to achieve this and stay declarative fwiw.

thanks for the workaround! would be great t fix this for real as it was very confusing