David Federman

Results 50 comments of David Federman

Customizing the progress page would be cool too. What about when viewing other users though? Should it use your preferences of theirs?

> In App.xaml.cs you also need to remove line 36: > > ```cs > App.Current.RequiresPointerMode = Windows.UI.Xaml.ApplicationRequiresPointerMode.WhenRequested; > ``` > > Removing that make the controller act as a mouse....

This `backdrop-no-scroll` class is not something coming from either this repo or from jasmine. I suspect it's coming from your code or some other library you're using.

Can you please provide a repro or binlog?

If the behavior does not repro in Visual Studio or from command-line, I would consider this a Rider bug. I'm not very familiar with the details for how Rider does...

`CollectDeclaredReferencesDependsOn` would not be able to disable the Target. The condition for the target is evaluated before its `DependsOnTargets` are executed. I'm not opposed to this change since it makes...

Would you be able to provide a minimal repro?

I was finally able to get this working. Here's my docker-compose: ```yml services: app: container_name: filestash image: machines/filestash:latest restart: unless-stopped environment: - APPLICATION_URL= - CANARY=true - OFFICE_URL=http://wopi_server:9980 - OFFICE_FILESTASH_URL=https://${FILES_FQDN} -...

@Killerherts I know you were working on a native app on the side, can you share details about that? I'm not very familiar with developing Xbox apps, or really UI...