Bachu

Results 11 issues of Bachu

Hi, I have a gRPC Server hosted in Kestrel with gRPC Web enabled. It uses the default certificate. ``` public void ConfigureServices(IServiceCollection services) { services.AddGrpc(); services.AddCors(o => o.AddPolicy("AllowAll", builder =>...

Hi, Test Scenario: Angular page with 30 Dropdowns with 120 items each, 30 Tabs, 100 Checkboxes and 20 buttons. #### Demos Angular + HTML: https://github.com/msbasanth/AngularHtmlHeavyUIApp Angular + Polymer WebComponents: https://github.com/msbasanth/AngularPolymerHeavyUIApp...

wontfix

Hi, We have a WebComponent library based on Polymer & LitElement. I have it in a monorepo with yarn. With an Angular application when I import elements implemented using LitElement...

wontfix

Hi, I am looking into nice example which updates canvas with huge number of lines progressively. https://echarts.apache.org/examples/en/editor.html?c=linesGL-ny&gl=1 Good to see _appendData_ API, it matches one usecase which I am looking...

### What problem does this feature solve? When we have data visualization which shows multiple parameters in single chart we need to modify visualization or data displayed through additional controls...

en
stale
waiting-for: community

Dear All, I tried adding leapjs-plugins in Added two scripts in index.html ` ` With by just adding `declare var Leap;` in one of the class I could use Leap....

## Expected behavior I have an angular app where different UI parts are from different teams and they are using their own version of LitElement UI components. With scoped elements...

Hi, First of thanks for this utility for transferring arrays to WebAssembly. I am able to pass smaller arrays without issue to WebAssembly code. When I increase the array size...

**Version Used**: Visul Studio 2017 v15.5 Roslyn v2.3.0 .Net Standard v1.3 **Steps to Reproduce**: 1. Created an provider assembly with XML documentation generated as .xml 2. Referenced this assembly in...

Bug
Area-Compilers
Investigation Required

**Version** 5.0.16 **Describe the bug** LiteDB Constructor fails when trying to load a huge DB file 50GB. `Database = new LiteDatabase("C:\\test.localdb", BsonMapper);` When I debug the breakpoint reaches till here...

bug