Ethan Witherington
Ethan Witherington
I am experiencing the same issue. Setting: ``` html:text.html.basic ``` Versions: 
I am experiencing a similar issue involving a parse error and redirects. From the bash manpage: > A simple command is a sequence of optional variable assignments followed by blank-separated...
I'm seeing the same behavior / having the same problem. Running `xo` in a sub-package does not seem to "search upwards" and find the parent package.json config. ``` - package.json...
I've found the discrepancy! From lines [103](https://github.com/xojs/xo/blob/37e14580c275a15fa36435d0cda7d45d3c515828/lib/options-manager.js#L103) and [104](https://github.com/xojs/xo/blob/37e14580c275a15fa36435d0cda7d45d3c515828/lib/options-manager.js#L104C3-L104C3) of `lib/options-manager.js`: ```js options.cwd = path.resolve(options.cwd || process.cwd()); const configExplorer = cosmiconfig(MODULE_NAME, {searchPlaces: CONFIG_FILES, loaders: {noExt: defaultLoaders['.json']}, stopDir: options.cwd}); ``` Note...
Just ran into this today. We have a single consumption function app, running one instance on a 5-minute timer trigger. It has never changed pricing tiers, and it has never...
In case anyone else is tying to deploy scalesets and comes across this - the azure-native provider v2 only exposes `v20230801`, which has the broken definition. Downgrade to azure-native v1...
@mikhailshilkov, thanks for looking into this, and I apologize for my delayed response. - We are using Typescript. - I'll put our VMSS function at the end of this comment...
I downloaded all of our state files, manually removed the offending `discControllerType` lines, and re-uploaded them to our Azure storage account. I also enhanced our error logging to get a...
Hey, no worries at all about timing - I managed to get a mixed-provider setup working; such that vm scalesets are running on v1 and everything else is on v2....
A big +1 for this. Using the azure-native provider and creating just three resources, we're seeing: ``` [xxx]$ NODE_OPTIONS=--max-old-space-size=6000 tsc --extendedDiagnostics Files: 30888 Lines of Library: 29152 Lines of Definitions:...