Bill Barry

Results 19 issues of Bill Barry

Currently you need to specify the pie chart data, labels and links in 3 separate lists. If you specify links you need to also sort the first two links before...

There is a function exposed `getCountryCallingCode(countryCode: CountryCode): CountryCallingCode)` but no inverse of this function: ```typescript export function getAllCountryCodes(countryCallingCode: CountryCallingCode): CountryCode[] | undefined { return metadata.country_calling_codes[countryCallingCode]; } ``` This would be...

### Bug description: Accordion activeIds api documentation states: > An array or comma separated strings of panel ids that should be opened **initially**. However the activeIds property reacts to updates......

type: doc
component: accordion

**Describe the bug** ``` Warning: C:\temp\updatecheck\node_modules\@swimlane\ngx-charts\__ivy_ngcc__\fesm2015\swimlane-ngx-charts.js depends on 'clone-deep'. CommonJS or AMD dependencies can cause optimization bailouts. ``` in a new angular cli app using ngx-charts 19.1.0 For more info...

Bug
Investigate

**Describe the bug** in version 18 the following code worked: ```typescript this.data = ['No Data']; this.colors = new ColorHelper({ domain: ['#ccc'] }, ScaleType.Ordinal, this.data, null); ``` ```html

Bug

I have a method which works in demo mode: ```csharp private async Task GetAccountIdAndSetApiClientUsingJwt(bool isDemoMode, CancellationToken token) { // TODO: cache authToken for timespan related to authToken.expires_in? // how to...

responded

notably: RequestJWTUserToken, GenerateAccessToken, GetUserInfo, and RequestJWTApplicationToken All 4 (and overloads) are making http requests but are only offered as sync methods.

enhancement
area-sdk
DCM-5024

It would be nice if there was a way to bring up a tech tree for a mod set and allow recipes to be enabled per researched technologies. Particularly for...

enhancement
factorio

**Describe the bug** This is going to be frustrating... We have a scanning application performing compliance scans against our application which overnight makes a large number of requests to the...