Sam Wheat

Results 29 comments of Sam Wheat

Another problem with implicit global usings is that because .net creates the globalusings file in the obj folder it does not create a file that you can modify as part...

Same problem but with padding: When trying to implement the suggested workaround I can cannot find class `Avalonia.Padding`. Seems like it would be a pretty low leve object and included...

There are maybe thirty lines of code which I have documented for you: ToggleMeasureEnabledCommand = new AsyncRelayCommand(ToggleMeasureEnabledCommandHandler, (m) => { // The intent of this logic is to require at...

> That is, are you calling NotifyCanExecuteChanged? Yes, see this line: ToggleMeasureEnabledCommand.NotifyCanExecuteChanged(); As mentioned the code runs fine until `CanExecute` returns false at least once. Checking than re-checking the boxes...

@binarycow Thank for your detailed answer. I can tell you with confidence that the issue I documented is not related in any way to [this one](https://stackoverflow.com/questions/335849/wpf-commandparameter-is-null-first-time-canexecute-is-called/24669638#24669638). Author of cited ticket...

@Sergio0694 Yes as soon as I have a free moment I will provide another example.

I created two test projects, one WASM one server - the animation issue is easily reproducible in the WASM project by just copying over from the demo project. Server project...

After investigating this a bit I think what I wrote above is exactly backwards: Server project is not working WASM project is working. I say this because the [css for...

Sorry, no. ________________________________ From: Thomas Norek ***@***.***> Sent: Friday, February 25, 2022 1:01 PM To: Postlagerkarte/blazor-dragdrop ***@***.***> Cc: Sam Wheat ***@***.***>; Author ***@***.***> Subject: Re: [Postlagerkarte/blazor-dragdrop] How to show outline...

I'm working on the database problem. I think it would be helpful also to create a Kanban API. What do you guys think?