pantonis
pantonis
## I'm submitting a ... [ ] Regression (behavior that used to work and stopped working in a new release) [ ] Bug report [X] Feature request [ ] Documentation...
Can you please update to Angular 7?
Hi, Is it possible to update to latest Angular 6.x.x? Thanks
I have a page that I have two tables. When I click export button ``` Export ``` ``` ``` and the second table ``` ``` I get two files. When...
Using infura how long does it take to export all history for all tables? Any metrics?
**Describe the bug** When you have negative values in vertical bar chart some times the negative ticks are not displayed on Y axis. In this [stackblitz ](https://stackblitz.com/edit/swimlane-stacked-vertical-bar-chart-51bzpx), value for **Germany...
Hi I have ``` "1, 'John Doe', 'Micronesia, Federated States of'" ``` and the following model [DelimitedRecord(",")] public class Client { public int Id; public string Name; public string Country;...
I am trying to build src code and I get the following error ``` Unable to locate repository containing directory 'C:\Temp\\LibGit2Sharp'. LibGit2Sharp C:\Users\user1\.nuget\packages\microsoft.build.tasks.git\1.0.0-beta-63127-02\build\Microsoft.Build.Tasks.Git.targets 20 ``` Any idea how can this...
What does grid do? In the documentation it says "xs - mobile, sm - tablet, md - desktop, lg - large desktops, all - fixed width (When you use all...
Why do we have to specify grid. Carousel should be auto calculating how many items should be shown based on screen size. The way it works now it is useless....