-
---
# Enhance LinkedObjectPool unit tests
## Description:
Add additional unit tests to the `LinkedObjectPoolTest` class to improve test coverage and ensure robust functionality of the `LinkedObjec…
-
### Which @angular/* package(s) are relevant/related to the feature request?
core
## Changelog
June 2, 2024: Added section on relying on external libraryes
### Description
We have been re…
-
## Group overview
Discussion group devoted to 'bridging' between FDC3 implementations (aka Desktop Agents), allowing applications running on one Desktop Agent to integrate with FDC3 applications runn…
-
Consider the following code:
```js
function update(isAdd, value, then) {
let fn = isAdd
? (x) => x + value
: (x) => x - value;
return then(fn);
}
function multiply(value) {
…
-
# Motivation
First, for the purpose of the following examples, let's assume that in principle it's possible to constant-fold anything that's considered `final`. The reality is more complex, but thi…
-
Can an unused variable option please be added? This simply helps reduce noise in source files. Thanks
-
UPDATE: June 11, 2021
**Is your feature request related to a problem? Please describe.**
Currently we use mobilnetv2 with a 300x300 input tensor (image) by default for object detection.
It stru…
-
`reqwest::blocking::Body` can be easily built from any `Read` object. I'm working on trying to convert some of this code to async, but can't for the life of me figure out how to do something similar i…
-
Hello everyone, i have issues getting the event from angulartics2On="click" angularticsEvent="DownloadClick" angularticsCategory="test" [angularticsProperties]="{label: 'Fall Campaign'}" in the Tag As…
-
All,
I wanted to collate all the information about the outages with varied hubs in a single place. I see this useful from multiple perspectives,
1. Help us write consolidated incident reports in…