Matt

Results 7 issues of Matt

I am getting an error when I am trying to run this for the first time. Not sure how to fix this one as Google doesn't give much information. `Error...

bug

Hi, will you be updating this series for Electron 9 any time soon? Matt.

How do we go about changing the divider colour that divides the items inside the picker?

Hi, wondering if you can help with an Azure Functions Typescript project. I would love to know how you got your functions into a separate folder and have it still...

Currently getting errors when running this source code: `../../../AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/get-1.17.3/lib/src/snackbar/snack_route.dart:279:8: Error: The method 'SnackRoute.install' has more required arguments than those of overridden method 'OverlayRoute.install'. void install(OverlayEntry insertionPoint) { ^ /C:/src/flutter/packages/flutter/lib/src/widgets/routes.dart:46:8: Context:...

It looks as though this hasn't been updated for a while. Are you still maintaining this at all?

### Bug Report Pipeline ``` jobs: - job: build_and_deploy_job displayName: Build and Deploy Job condition: or(eq(variables['Build.Reason'], 'Manual'),or(eq(variables['Build.Reason'], 'PullRequest'),eq(variables['Build.Reason'], 'IndividualCI'))) pool: vmImage: ubuntu-latest variables: - group: {{hidden}} steps: - checkout: self...