Avestura

Results 17 comments of Avestura

@MDZ007 do you click on the "Save changes" button? ![image](https://user-images.githubusercontent.com/9091958/171451229-4049016f-5a36-4d5f-a3a4-03045fd83e9e.png)

There is no technical challange in building and releasing a portable `.exe` version using GitHub actions, but I'm just lazy to do it 😅 I might do it in the...

> Should I put it on a request list or something? No, it's alright in the GitHub issues.

@colinkiama Take a look at https://github.com/0xaryan/EyesGuard/blob/a6bed66bfc0002b3effc64ee4c81d28d50a6b695/Source/EyesGuard/App.TimingAndControl.xaml.cs#L101 You can access app configuration using `App.Configuration.SomeProperty` and show a notification using `App.TaskBarIcon.ShowBalloonTip(title, message, icon)`

Hi, thanks for your feedback and sorry for such long delay. > please add a password protection option to prevent workaholics like me from accessing settings and quitting the program...

Hi @alinberce I am happy that you liked the app and thanks for submitting your feedback. > it would be good even to have it bigger or even fullscreen as...

That's all true. Roslyn is the compiler platform for only C# and VB, thus it can't analyze F# source codes. This is a sample for testing F# support, using the...

Happens to me on VS2019, Avalonia Extension v0.8.0.1 ![image](https://user-images.githubusercontent.com/9091958/56206342-61c67100-6061-11e9-93c7-fefd614d11ac.png) I realized when the IntelliSense Popup is not yet open (suggestion not started), when I type a character in `WPFTextViewHost` it...