Ayende Rahien

Results 19 issues of Ayende Rahien

In https://github.com/skerkour/kerkour.com/blob/main/2022/rust_file_encryption_with_password/src/main.rs#L75 (and in many other places), you are assumption that the only scenario where you'll get less than the number of requested bytes is when you are at the...

I was trying to write a small test server with rustls and I run into this issue: https://github.com/briansmith/webpki/issues/54 I was trying to use: `openssl s_client -connect 127.0.0.1:4888 -tls1_2` to test...

…e / insert cycle if we can avoid it ### Issue link https://issues.hibernatingrhinos.com/issue/RavenDB-19025 ### Additional description When indexing the same thing, skip updating the index. When indexing *similar* things, only...

v5.4

### Issue link https://issues.hibernatingrhinos.com/issue/RavenDB-19109 ### Additional description Manual way to disable a database or an index via the file system. Helps to do that if we have to disable a...

v5.4

…und operation ### Issue link https://issues.hibernatingrhinos.com/issue/RavenDB-19040 ### Additional description Changed the way we are handling metrics caching. We now compute the value in the background and not waiting for it...

v5.4

### Issue link https://issues.hibernatingrhinos.com/issue/RavenDB-17793 ### Additional description Right now this is just to centralize the sharding code to allow for easier prefix handling.

v6.0

…nsert ### Issue link https://issues.hibernatingrhinos.com/issue/RavenDB-17122 ### Additional description A sync call in an async context may stall for a long time, see: https://ayende.com/blog/166913/mixing-sync-async-calls ### Type of change - Bug fix...

v4.2

RavenDB-17305 RavenDB servers should trust the other side of a TLS connection if they use the same certificate RavenDB-17306 Allow to configure explicitly trusted certificates via environment variables ### Issue...

v5.2

See here: https://github.com/banksystembg/BankSystem/blob/master/src/Web/BankSystem.Web/Areas/MoneyTransfers/Controllers/InternalController.cs#L97-L127 You have two calls to `CreateMoneyTransferAsync()`, one to withdraw the money and the other to deposit it. However, they are done as two separate database transactions, which...

High priority

… on strings. Also handle string.Compare() == 0, also allow to run string.CompareOrginal as Exact(foo == bar) queries. ### Issue link https://issues.hibernatingrhinos.com/issue/RavenDB-19286 ### Type of change - New feature ###...

v5.4