Moshe Yamini

Results 12 issues of Moshe Yamini

It will be good idea to expose all the functionality of usage. Like a Promise : ifNeedUpdate, downloadUpdate etc...

On real device(Ionic app), if the cursor is before character the input field is not deleted. In browser it's working fine. ![for_github](https://user-images.githubusercontent.com/7037149/85225240-6068a500-b3d8-11ea-9962-6ea1136399b8.gif)

investigating
await feedback

Like for non gregorian calendar...

### Version 5.26.2 ### Describe the bug Getting this error when trying to use translations inside the redirect function: ``` if (!user) throw redirect(302, `/auth?error=${get(t).auth.need_to_sign_up_first()}`); ``` When my translation file...

bug

I am trying to achieve this: ![Screenshare - 2022-12-28 10_08_11 PM](https://user-images.githubusercontent.com/7037149/209867007-b7a2bc89-37bd-46dc-9d50-0b5bc2b36366.gif) Now I did this by editing the aside style of the drawer(left: 200px) and putting the above elements with...

I successfully achieved dynamic parsing with the help of another parameter in the same JSON. Like this: ```dart @JsonSerializable() class MySpecialModel { ... final DataType type; @JsonKey(fromJson: _dataFromJson, readValue: _dataReadValue,)...

Type: enhancement

## 🚀 Feature Requests Right now if we want to use this plugin with a map, we can't zoom the map in the right way because we don't know the...

good first issue
platform: android
type: enhancement
P3

Where can I find information about location accuracy? Like interval for iOS and Android for sampling the GPS, and explanation for all levels like LOW, BATTERY_SAVING, etc.

Hi, thanks for the nice package. I want to listen to events when the bottom sheet is get a specific anchor. I mean that if the bottom sheet opened and...

enhancement
new issues

**Current behavior:** When I send the following request: ``` { "to": "*****", "collapse_key": "type_a", "notification": { "body": "Body of Your Notification", "title": "Shalom " }, "data": { "notification_android_icon": "notification_icon", "body":...