-
In this code
```
/** @override */
my.Component.prototype.enterDocument = function () {
goog.base(this, 'enterDocument');
var element = this.getElementStrict();
/** @type {goog.events.EventHa…
-
Maximize robustness with fast startup and graceful shutdown
https://12factor.net/disposability
-
There is an API (`FSharpType.Format(displayContext)`) that provides a common way to present F# types to show in the editor.
But for flexible types (where generic parameters with the constraint are ju…
-
It should be easy to wrap a disposable in a disposable that logs allocation and deallocation events to a provided logger.
-
## Use case
As of this writing, a lot classes in the SDK have a method defined on them with the signature `void dispose()`. Some of the examples are,
* `TabController`
* `TextEditingControl…
-
# Issue Details
After looking at the code base currently, I noticed that this generator does not yet generate a ``foreach`` dispose loop for disposing of disposables that exist inside of a collection…
-
As per Tactical Operations page 304, and the most current TacOps errata, an infantry unit may be equipped with disposable weapons in addition to their normal attack. Any weapon which is listed with an…
jh316 updated
4 months ago
-
### Describe the bug
If a disposable battery is loaded into a device with one of the flags Electron Overflow checks for, such as ELECTROKINETIC_CHARGEABLE, Electron Overflow will recharge that batter…
-
### Description
The `Duplicate` method in `UnmanagedNetworkSerializableSerializer` causes errors when handling types that implement `IDisposable` due to pure assignment. This leads to issues such a…
-
I'm trying to implement an `IAsyncCollector` that takes a lease on a blob while it's active, releasing the lease on `Dispose` (or `DisposeAsync`). However, neither of these are called.
#### Repro s…