-
**Is your feature request related to a problem? Please describe.**
The syntax for cfa-gcm-wrapper writer/runner/gatherer is cumbersome and repetitive. It would be easier if the necessary variables we…
-
So that we can do something like:
```javascript
const tab = tabsManager.getActive()
const [error] = await tab.remove()
```
And such...
Suggested methods:
- [x] remove
- [x] update
- [x] discard…
-
### Framework version
net8.0-ios
### Description
The `SecKeychain` class has what I believe are convenience methods like `AddGenericPassword`:
https://github.com/xamarin/xamarin-macios/blob/a6…
-
In Python, any instance method is really a static method with a `self` parameter, and the object you call the method on is implicitly passed first to this method. For example:
```python
class User:…
-
Hi folks! 👋 Would you be interested in exposing a wrapper around the low-level [OS interface database file methods](https://www.sqlite.org/c3ref/io_methods.html)? My use case is a little unusual, and …
-
Hi,
Thank you for this wrapper. It helped a lot.
When we implemented our solution, sometimes we found some methods we wanted to use, but we could not find in the C# wrapper.
Finally we were abl…
-
I got my station (S1200) last week and had some time to deal with some functions.
The sync functions work like expected, but the async functions receive garbage (mostly zeros).
While debugging I r…
-
Interfaces and super classes
- [x] Move methods from core abstract classes to wrappers and delete any not used. Run all tests up to re-generating all the project tests before deleting anything.
- [x]…
-
For the BHoM heatmap wrapper, add a parameter (bool) for IP units.
A collection can be converted to its IP equivalent using `coll = coll.to_ip()` where coll is a Data Collection.
-
warning: methods `overflowing_add` and `overflowing_neg` are never used
--> healer_core/src/mutation/buffer.rs:416:8
|
412 | trait Number: Sized {
| ------ methods in this trait
…