PrincessLunaOfficial
PrincessLunaOfficial
Allows SpatialHashingInterestManagement to include NetworkConnection.clientOwnedObjects into grid projection checks. It allows player to leave his pet anywhere and all entities around pet are considered IsWorthUpdating().
Virtualization of huge amount of items in Select element does not work correctly. You may test it in your own example here https://antblazor.com/en-US/components/select If you enter "22" in search box...
Currently CreateFromIconfontCN function of IconService requires a scriptUrl as a parameter. Not every application is able to access external resources. Please add alternative method that reads required .js file from...
If the filter in the table has custom FilterDropdown with Search as a child element, filter icon in the table header will not be highlighted if you fill the searchbox....
I tried this code: ```rust let client = Client::builder() .danger_accept_invalid_certs(true) .build() .unwrap(); let bot = Arc::new(Bot::with_client("TOKEN", client)); ``` I expected to see this happen: Bot declared successfully. Instead, this happened:...
Tried to build simple application ` public class ScannerDevice { private const string DEFAULT_SOURCE = "CS 2553ci"; private readonly TwainSession twain; private readonly ILogger logger; // declare a logger public...