Dylan Praul
Dylan Praul
Hi! Great bot - hoping to integrate it further as we play around with it more. Dependabot has an excellent setting where auto-merging can be restricted to only occur during...
#### Reproduction See stackblitz: https://stackblitz.com/edit/ngx-sharebuttons-ouvmm4?file=src%2Fapp%2Fapp.module.ts Steps to reproduce: 1. Override `windowObj` in `ShareButtonsModule.withConfig()`, e.g. ```ts ShareButtonsModule.withConfig({ debug: true, windowObj: { location: { origin: 'https://www.example.com' } }, }), ``` 2. Observer...
## Description When data labels are enabled, chart generation in data-dense charts takes a particularly long time. This is because the label-creation code calls [`getBoundingClientRect`](https://developer.mozilla.org/en-US/docs/Web/API/Element/getBoundingClientRect) on each point created to...
In data-dense charts with data-points enabled, most of the time spent rendering the chart is spent on creating the data points. This can be observed in the screenshots in #1089...
Never written any C# before this, so please bear with me here. Included here is: - A settings page for LDAP configuration - LDAP authentication provided by [Novell.Directory.Ldap.NETStandard](https://github.com/dsbenghe/Novell.Directory.Ldap.NETStandard), based loosely...
Hi! Firstly - you've done incredible work on this library, as well as on keeping it updated over the years. I appreciate the immense amount of effort you've put into...
I understand that Draft pull requests are a fairly new feature, so maybe it's just that the workflow hasn't been entirely ironed out with how they work with the Jira...
Something appears to have changed in Chrome 95 and the extension now displays the following in the console: > Can't verify license request signature; either the platform is wrong or...
Hi there! Fantastic work on this library (and on golden-layout itself). Now that golden-layout v2 has been released, do you have a roadmap for updating to support the new version?...
## Description When columns are grouped and have different `xs` per each column, the chart renders lines connecting empty points incorrectly. ## Steps to check or reproduce Lots of data...