Patrick Tăng

Results 9 issues of Patrick Tăng

If database setting have defined rules, then create a statement without put options, the exception will be thrown Bug from here: https://github.com/ra0o0f/arangoclient.net/blob/020a2a3a606dc7c301377836c7a531aca07256bb/src/ArangoDB.Client/ArangoDatabase.cs#L197 This case options always null. Should change to:...

I don't see any API support to checking collection existed or not. And same for indexer, how to get information indexes of the collection.

feature

### Question I concern about the performance of stream sheets. For example, My plant has 300 standalone machines, each machine needs collection sensor data for (vibration/temperature/speed) of many motors and...

### Scenerio: - I created project call `FooProgram` is windows form with localization support and use new-style csproj. And I reference to `System.Resources.Extensions` and configure `true` - Then I create...

bug
needs-more-info

I use WPF with VSTO/Winform + WPF host then need show Toast. But from `WindowPositionProvider` need pass parentWindow. So I only have HWND main window handler only and it isn't...

Does script support reference to csproj instead of dll? For example `#r “../library/util.csproj”`

feature request

/// /// Invoked a command when an event raises /// public class EventToCommand : Behavior { private Delegate handler; private EventInfo eventInfo; ``` public static readonly BindableProperty EventNameProperty = BindableProperty.Create(p...

Please convert project to PCL type for Xamarin used.