LucaGabi
LucaGabi
Hi, the device enters sleep mode after period amount of inactivity .. is there a way to wake up programmatically ? Thanks!
Hi, I'm new to react-native and I was wandering how dose "persist" work? Where is the data stored ? Thanks.
``` Shim classShim = Shim.Replace(() => Console.WriteLine(Is.A())).With( delegate (string s) { Console.WriteLine("here"); }); Console.WriteLine("test"); ```
### Bug Description Update with Dictionary fails using MySql/MariaDb **Exception Message:** ```csharp RepoDb.Exceptions.KeyFieldNotFoundException HResult=0x80131500 Message=No primary key and identify found at type 'System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.Object, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral,...
Hi, I did generate the proxy but I don't understand how to use it, can you help ? Thanks.
Hi, If I have this query: ``` fetch(`http://localhost:5000/odata/ Doctors?$select=Name& $filter=DoctorSpecializations/any()& $expand=DoctorSpecializations( $select=SpecializationId,Specialization; $expand=Specialization($select=Name))`) ``` How to write it with the proxy lib? Thanks!
Here: https://clauderic.github.io/react-tiny-virtual-list/ dragging the scroll lets the scroll indicator behind the mouse when using variable heights.
Hi can I share screen in windows x ? Can I only share a certain virtual desktop ? Thanks!
Tool generates empty mapper: ```csharp [AdaptTo("[name]Dto"), GenerateMapper] public class Author : BaseEntity { public int Id { get; set; } public string Name { get; set; } public virtual ICollection...
Hi, Why would I use this instead of VueJs? Dose it have any advantage? Thanks.