Antony Male

Results 352 comments of Antony Male

Marking as draft until I can test -- relying on your CI/CD, as I haven't quite figured how to build everything locally. I think tha requires your approval however...

Ah, this duplicates #82. Can we please look at merging one of these? It means that nobody within my company can use distrod, without some hackery

Thanks for your reply! Right, I get the use of `--`. I think the confusing thing is that I passed an argument which `dotnet-script` doesn't know about (`build`), yet it...

Right, but it's fragile: you can add new arguments at any time, and that will suddenly break users. Or you can change how argument parsing is handled (as happened with...

I don't know whether this is the same issue or not, but I'm seeing new gas readings only start to come in around midday: ![image](https://user-images.githubusercontent.com/568104/215279101-a77ded61-8751-4348-854c-a83f164bd1cc.png) The totals in home assistant...

Thanks! I've unlisted v1.1.0 until I get a chance to look into this

> Maybe related, is this a typo on line 69? > > https://github.com/canton7/PropertyChanged.SourceGenerator/blob/94690bbaa71d8e7c6c1bc9e7e3b3f63b4b15dbc6/src/PropertyChanged.SourceGenerator/Generator.cs#L69 Good spot, thanks. It shouldn't be possible to actually hit that code path: we only generate an...

> > Good spot, thanks. It shouldn't be possible to actually hit that code path: we only generate an `INotifyPropertyChanging` implementation if the user explicitly adds that interface to their...

Most of this seems to be changing "initialises" to "initializes". "Initialise" is a valid British English spelling, and it's the one that I use.

> It depends on which branch you have selected. It deletes code constantly for me with `main` selected. See above. Select a branch other than `main`, and it works fine.