Fernando Rosentalski
Fernando Rosentalski
Would be nice if animation origin came from bottom instead of top when it open above the SelectionMenu https://user-images.githubusercontent.com/740549/153019878-6d65f067-71cf-44a5-b726-60d816419bf5.mp4
I know that here's not the place to ask for features, but... I would like to have an option to enable fadeIn and fadeOut, and stack the requests, like if...
When using with Vuetify, I can't reset the model value https://codepen.io/talski/pen/MOxZXX?editors=1010
Hello, you say masked: false doesn't work with directive, so it would be great to have a built in mixin to unformat a masked value, like so: unformatMoney('R$ 1.234.593,20 #')...
I'm using snake case, when using multiple lines ` `` `, sometimes the column/table alias do not get replaced. The first `myModel.studentId`, just before the `or`, do not get replaced...
When I wrap the following widget with Obx, it modifies the code ```dart FocusTraversalOrder( order: LexicalFocusOrder('$colIdx'), child: Container(), ) ``` becomes ```dart Obx(() => FocusTraversalOrder( order: LexicalFocusOrder(''), child: Container(), )),...
PGSync version: 0.7.4 Postgres version: 15 Problem Description: I've tested locally and it worked, when I finally ran on my database, I got this error and it just truncated my...
Exposing a builder for dayCell with params `DateTime day` and `List events` will make things easier to customize
Would be nice to see rails 5 support, as it brings a lot of useful features like Cable and API mode