Taylor Buchanan
Taylor Buchanan
I'm also getting the `Output file has not been built from source file` error when building project references containing `vue` files. I switched to project references after encountering [this](https://stackoverflow.com/q/64051706/1409101) issue....
I've started adding `// @ts-expect-error vue-tsc bug` above every `vue` file import to ignore the error. This seems to preserve type-checking in the file so, though painful, it's a workaround...
I just confirmed the new version of `vue-tsc` (2.0.26) resolved my issue. Thank you!
I've been trying to find a solution for this, but it's not straightforward. The best non-custom workaround for my use case is the [`INIT_CWD`](https://stackoverflow.com/a/58443938/1409101) environment variable, but this assumes that...
Looks like `eslint-config-standard` doesn't work either even though they added support for the flat config format. There were breaking changes to the format in ESLint 9. https://github.com/standard/eslint-config-standard/issues/410
Unfortunately not. See https://github.com/RxDave/Rxx/issues/1#issuecomment-253692776. You might try [akarnokd/reactive-extensions](https://github.com/akarnokd/reactive-extensions). Though it is not a direct replacement, it is written by one of the members of the ReactiveX team.
`FileImageSource` is marked as `sealed`. Xamarin pretty much just converts it to a `string` internally to reference the file path directly on each platform anyway, so a custom control (for...
Another workaround is to implement the missing logic in a custom renderer, [as described here](http://stackoverflow.com/a/38549836/1409101): ### iOS Example ``` protected override void OnElementPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) { base.OnElementPropertyChanged(sender, e); if...
I was having this same issue under Jenkins 2.345 with Azure AD plugin 191.vfc8019068670. I could not upgrade to the latest plugin version due to #198 but I couldn't fix...
@timja It appears that there is no `/me` request made when the page is loaded with "Project-based Matrix Authorization Strategy" selected and the drop-down is changed to "Azure Active Directory...