-
## Problem
Right now Fleet pulls all installers (twice; see #23494) for all teams every time GitOps runs, even if the set of installers is identical. This is necessary because there's no way to speci…
-
for inherited class, `equals` and `hashCode` methods are generated wrong.
in micronaut 4.6.2:
````java
@Override
public boolean equals(Object o) {
if (this == o) {
…
-
### PROBLEM
There has been a few people who have mentioned that they would like to create Object IDs from a hash of the Object contents. The argument is that this would help during deduplication of C…
-
> Idea:
>
> - `--skip` to skip downloading a file if it already exists with the same filename
> - `--skip-hash` to skip downloading a file if it already exists AND the MD5 hash has not changed (mor…
-
👋 Hello all Ruby devs! We're seeking feedback on a feature we're working on. The SDKs team will be adding optional static type annotation RBIs to our stripe-ruby library. We do not plan to introduce r…
-
On Bun version 1.1.31 the following happens:
```
FrozenError: can't modify frozen Hash: {}
cause: {
"$$id": 4,
"$$frozen": true,
"$$comparable": false
}
```
Object with $$id: 4 is the …
-
### Code
```Rust
fn main() {
const I = 0; // type ommitted
std::arch::x86_64::_mm_shuffle_ps(todo!(), todo!(), const {I});
}
```
Judging by [this comment](https://github.com/rust-lang/rust…
-
I need to import an 256 AES key. but I am starting to think my TPM does not support this key length?
I read that the parent key must be bigger than the imported key. so I am running this:
tpm2_c…
-
[An object is not a hash.](http://www.devthought.com/2012/01/18/an-object-is-not-a-hash/)
Currently example fails with usernames such as `constructor`.
We solve this partially with https://github.co…
-
Python can, by default, hash objects subclassing `object`. Every instance is guaranteed a unique hash for the session, which conflicts with the behavior of superhash as prescribed by its current unit …