adamwox

Results 12 issues of adamwox

Hi! I have a problem with autocomplete.updateData() ```html ``` It's all about `(keyup)="szukajTowaru($event)"` ```javascript ngAfterViewInit() { const pozycje_autocomplete = document.querySelector('#pozycje_autocomplete'); M.Autocomplete.init(pozycje_autocomplete, { limit: 5 }); } szukajTowary(event:any) { const pozycje_autocomplete...

**I'm submitting a ..** ``` [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do...

flag: can be closed ?
effort0: not known (need info)
Need reproduction

Shimmer not applied: 1. Container -> BorderRadius 2. Animation to elements inside ![shimmer_animation](https://user-images.githubusercontent.com/29543667/148029515-98d2fa09-d80c-4530-9422-1ce906d54b07.png) ```dart Widget productsLoading() { return Padding( padding: const EdgeInsets.all(10), child: Shimmer.fromColors( baseColor: Colors.grey[300]!, highlightColor: Colors.grey[100]!, child: ListView.separated(...

Hi! I'm new to Android and this might be a silly question. I have an app with SwipeRefreshLayout as root layout and than a DrawerLayout. How can I use yours...

Is there a chance to support annotation for a single bar? [Introduce ability to annotate a single bar #132](https://github.com/chartjs/chartjs-plugin-annotation/pull/132) Example: [https://codepen.io/anon/pen/qLWwbx](https://codepen.io/anon/pen/qLWwbx)

Hi! Is there any way to handle some kind of "guard" for routing? How to handle token expiration? Right now the only solution is to check whether the token has...

enhancement

Hi. Can someone tell what I did wrong? Slider is not showing "normal" images, only thumbnails. If I remove `thumbImage` the slider is blank. with some borders only. ```js imageObject:...

Hi! I'm getting exception during update ``` Dapper.Contrib.Extensions.SqlMapperExtensions.Update(IDbConnection connection, T entityToUpdate, IDbTransaction transaction, Nullable commandTimeout) OptimoKasiarz.Data.Classes.SQL.UpdatePodatnik(string connectionString, Podatnicy pdt) in SQL.cs con.Update(pdt); OptimoKasiarz.Pages.Podatnik.EditModel+d__39.MoveNext() in Edit.cshtml.cs SQL.UpdatePodatnik(SQL.FirmaConnectionString, podatnik); System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)...

How to disable delimiter? I'm getting json deserialize exception because there is delimiter character at the end of string.

Hi! Is there any chance to do syntax highlight in strings and why the "if" and "endif" is not with color? ![liquid_syntax](https://user-images.githubusercontent.com/29543667/29961833-16eda6ea-8f01-11e7-8b3d-1c33bf55c308.png)