-
Here's a comprehensive list of dunder methods that can be overloaded in Python:
Arithmetic Operators:
__add__: Addition (+)
__sub__: Subtraction (-)
__mul__: Multiplication (*)
__truediv__: T…
-
To be consistent, we will use `object` in place of `hash` for configuration
### Acceptance Criteria
1. Usage of `object` and `array[object]` works same as previous usage of `hash` and `array[hash]`
##…
-
According to https://support.biteasy.com/kb/rest-api/endpoints/transactions-hash there is a field "object" which contains the hex of the transaction. This doesn't seem to exist though.
Example: look …
-
## The Problem
When creating an object hash without specifying an 'of type', it defaults to `Any`. But the default 'of type' of a regular hash is `Mu`.
## Expected Behavior
```
> my %h; %h.o…
-
Similar to how it's done in the `normQuant` function
backstory:
When a Pipeline object is used as a Param value in a ParamSet, the ParamSet method `values_hash` fails to obtain a hash value. Insid…
-
## Summary
Records in the provenance metadata module are created around the assumption of an off-chain data store that holds the record information. In non-Figure use cases there are typical…
-
# Feature or enhancement
[hashlib](https://docs.python.org/3/library/hashlib.html) describes a Protocol for hash objects without implementing it.
The proposal is simply to create a concreate `Hash…
-
In the vulkan [we track](https://github.com/gaaclarke/engine/blob/1d2f19af54b702a6c83fde909f72a7533977e8f3/impeller/renderer/backend/vulkan/tracked_objects_vk.h#L32) the device buffers in the TrackedO…
-
it should duck-type/delegate [] and []= to a hash of estimated_data or something but it shouldn't actually return true for is_a?(Hash) since there's a bunch of Hash methods that don't make sense on it…
-
### Symfony version(s) affected
6.2
### Description
It seems that it it not possible to disable the listener using `EventManager`. For particular case I want to disable `SoftDeleteableListener` fro…