Jason Yu

Results 41 comments of Jason Yu

Further info: The exception is thrown from here > Sieve.dll!Sieve.Services.SievePropertyMapper.FindProperty(bool canSortRequired, bool canFilterRequired, string name, bool isCaseSensitive)

Besides CustomFilter and CustomOrder Is there not build-in way to do filters and sorting with nested property? e.g. When I got some IQueryable data like ``` JSON [ { "id":...

Hi @borNfreee @webdevilopers I come across this issue when researching on how to maintain single update domain event for multiple setters. Although we are not writing php, the issue with...

Thanks @webdevilopers for your reply. Indeed we should follow SRP when design the command and triggering multiple domain events. However, sometime we may need to handle multiple events with a...

Hi, thanks for loving this app. Can I know more about what situation that cause this error? Like the image file, which Android device, etc

Hmm... I think it may because of the RAM since I only tested on very few devices (Nexus 4, Nexus 5, Nexus 7 2013, Sony Xperia S, Samsung Galaxy S3,...

I would love to do that, but I haven't create my own Google Play Developer account yet. I will update the README when I have the link available

Hi, thanks for using this app. :) It is an know issue that when you use a large image (like more than a few MB), the application will out of...

@alexeyzimarev thanks for the super quick reply, looking forward to it. We have migrated to Event Store 20.6.0 and the new `EventStore.Client.Grpc.Streams` recently and are looking for a good solution...

Tried installing `flow` and use `where flow` and added it to the `TabNine.toml` file ``` [language.javascript] command = "C:\\Users\\jason_yu\\AppData\\Roaming\\npm\\flow" args = ["lsp"] install = [["npm", "install", "-g", "flow-bin"]] ``` But...