sksallaj82

Results 6 issues of sksallaj82

I been using previous versions to this update and switching to production has no problem. However, with the latest build I had last night, I ran into issues where I...

Needs Investigation

**Is your feature request related to a problem? Please describe.** In a way. I'm saving a DateTime object into indexDb (or localStorage), so I can use it as a timestamp...

Hi, I have been using Bolero for a PWA application for the past couple weeks. I'm trying to set up a facebook login authentication button, but I seem to be...

enhancement

In the file: api/Models/UserQueryResultsResource.cs I get an error saying that Mapper.CreateMap will be deprecated and removed in future versions of AutoMapper. > Mapper.CreateMap is obsolete: Dynamically creating maps will be...

todo

![part_text_hidden](https://user-images.githubusercontent.com/3813895/36185353-9e70acac-1106-11e8-9bb6-26cef0eb1eb2.jpg) To fix this, I added the following: > .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered { overflow: visible; } and changed line-height: >.select2-container--bootstrap4 .select2-selection--single { height: calc(2.25rem + 2px); **line-height: 1;** padding: 0.75rem...

So I'm reading the documents in the page here https://fsbolero.io/docs/Blazor And I'm getting a lot of grief on how to implement 3rd party libraries built in blazor. Like devexpress or...