Lim Socheat

Results 14 issues of Lim Socheat

I tried to display **DescribedFeatureOverlay** to the widget locates on the middle left of the screen. ![Screenshot_1606553405](https://user-images.githubusercontent.com/6656644/100498032-ed870580-3191-11eb-8a6a-21a68af5d3bd.png) ``` prefixIcon: DescribedFeatureOverlay( featureId: 'date', tapTarget: Icon(Icons.calendar_today), contentLocation: ContentLocation.above, overflowMode: OverflowMode.clipContent, title: Text('Date'),...

I tried to send push notification to a topic using on-demand as below: **on-demand:** ``` public function created(Promotion $promotion) { Notification::route(FcmChannel::class, null) ->notify(new PromotionCreatedNotification($promotion)); } ``` **notification:** ``` public function...

``` flutter: [2021-10-06 10:06:41.702176 | Catcher | INFO] ------- STACK TRACE ------- flutter: [2021-10-06 10:06:41.705496 | Catcher | INFO] #0 RangeError.checkValidRange (dart:core/errors.dart:338:9) flutter: [2021-10-06 10:06:41.706480 | Catcher | INFO] #1...

Cannot get it to work. ``` WARN in ./.nuxt/vee-validate.js "export 'default' (imported as 'VeeValidate') was not found in 'vee-validate' ``` > modules: [ > // Doc: https://axios.nuxtjs.org/usage > '@nuxtjs/axios', >...

bug
help wanted

Your requirements could not be resolved to an installable set of packages. ``` Problem 1 - Root composer.json requires laravel-arcanist/inertia-response-renderer ^0.5.0 -> satisfiable by laravel-arcanist/inertia-response-renderer[0.5.0]. - laravel-arcanist/inertia-response-renderer 0.5.0 requires inertiajs/inertia-laravel...

**Describe the bug** Cannot click to capture image/open camera When No Ablumn Found `W/ActivityThread(13055): handleWindowVisibility: no activity for token android.os.BinderProxy@22067a8 E/RecyclerView(13055): No adapter attached; skipping layout D/EGL_emulation(13055): eglMakeCurrent: 0xe32055a0: ver...

bug

It returns error: ``` #1 Share.text (package:esys_flutter_share/esys_flutter_share.dart:18:14) #2 _ReportScreenState.build. (package:news_wire/screens/report.dart:76:21) #3 _InkResponseState._handleTap (package:flutter/src/material/ink_well.dart:635:14) #4 _InkResponseState.build. (package:flutter/src/material/ink_well.dart:711:32) #5 GestureRecognizer.invokeCallback (package:flutter/src/gestures/recognizer.dart:182:24) #6 TapGestureRecognizer._checkUp (package:flutter/src/gestures/tap.dart:365:11) #7 TapGestureRecognizer.handlePrimaryPointer (package:flutter/src/gestures/tap.dart:275:7) #8 PrimaryPointerGestureRecognizer.handleEvent (package:flut ```

### Is your feature request related to a problem? Please describe... Cannot mask phone field to accept only number ### Describe the solution you'd like Allow v-mask directive https://www.npmjs.com/package/v-mask

Trying to attach an image from the gallery. it is rendered as base64 but not displaying the image. there is space inside encoded base64.

enhancement

Is there any document for Vue3 Composition API?