Edu
Edu
Related to this is the fact that when creating a `defaultOptions` object, there's a type error for the `mutationFn` prop, ```ts const defaultOptions: DefaultOptions = {}; const queries: QueryObserverOptions =...
The discussion proved useful, will close.
Yeah, noticed this too. Took mine from https://vim.fandom.com/wiki/Moving_lines_up_or_down
@zhammer were you able to figure it out?
That's how regexes work, the `$` has special meaning, You'll just have to escape the character in your regexes. Not sure modifying the special char you're using you're using to...
Perhaps split into two issues for easier tracking?
For those looking for a solution that doesn't involve changing the version of yarn you're using, editing `package.json` to include the version of the package you want and then running...
@Eugeny good to know, although that should not be necessary. According to the docs, > All relative paths found in the configuration file will be resolved relative to the configuration...
@RyanZim would now be a good time to reconsider the closed PR? https://github.com/jprichardson/node-fs-extra/pull/194 Would it at least be possible for ensureFile to return the "ensured" file? Otherwise need to perform...
Seems that writing default content and having a handle to the file are being requested because there's a need for them -- are they really that niche? With the PR...