Tridy

Results 9 comments of Tridy

I am trying to see if there is a way of using LINQ with Arango, so I ended up there. I looked at the project tests and was able to...

Would something like this solve it? ``` [PublicAPI] public static partial class SettingsEntityExtensions { public static T NewInstance(this T settingsEntity) where T : ISettingsEntity { T newInstance = DeepCopyWithJson(settingsEntity); if...

+1. I have several portable programs on a non-system drive and would like to include them when searching for programs.

I have the same problem but for a simple non-recurring event. this is on Simple Calendar Pro. And this is a show stopper, I am glad it brings me 1...

@adegans Thanks for the info. Well, I do not want to take my chances. There are some alternative calendar apps but I kind of got used to SCP. Let's hope...

I will go back to One Calendar for now (onecalendar.nl). It looks like I have used it before. I guess I will figure out soon why I switched to SCP.

I forgot to mention that `AutoGenerateColumns="True"` will have the same problem when the `Tags` property is set to null. there is a workaround for that: 1. Add event handler to...

not a solution, just a bit more details: it is possible to add a "Custom" part to the connection string, for example: `Persist Security Info=False;User [email protected];Authentication="Active Directory Interactive";Encrypt=True;` as a...

That indeed helped to start scaffolding ![image](https://github.com/user-attachments/assets/095f88d4-1f0b-49ef-ad39-525a01621630) However in the process it still got an error: Could not get database structure during scaffolding. Check the logs at: /home/xxx/.local/share/NetPad/Logs From the...