Brian Bugh

Results 109 comments of Brian Bugh

I couldn't find any way to get csharpier to verbosely print what files it's loading, but without `.csharpierignore`: ``` dotnet csharpier . --check Total time: 20383ms Total files: 2293 files...

I came here to suggest that `getUnit()` have some kind of unit type as well. I was surprised that this wasn't already available, since players have visual knowledge of what...

The first thing I see that could be potentially causing the issue is that you're both using `export default {}` instead of `export default Vue.extend({})`. See the [docs about Vue...

Are there plans for this? We have a lot of cases where we do live updated forms, and want to have a "saving..." a la Google Docs. The amount of...

That looks plausible. In one case, we have a form with 10 fields. If the user changes a field, we send a mutation to the server with the update, and...

`ApolloMutation` works great! We've started using the component operations and it makes the code so nice and easy. Thank you for the PROTIP!

That doesn't work for me. I've imported vue-apollo as shown and in multiple other places. The only situation that works for a `DocumentNode` is assigning with a function: ```typescript import...

The watch mode sounds nice, but I don't think a watch command is going to resolve some of the complexities of running an app in development. Currently we're using a...

We meet again, Alex! Thanks for the reply. I did an `earthly prune` earlier to keep moving forward, and after changing more things in the Earthfile working on getting things...

When I did earthly prune without `--reset`, this was the output. It lists 64gb again, so I'm wondering if there's a hard value of 64gb somewhere? earthly prune log ```...