-
PR #41625, in an effort to rationalize the MIR pipeline, introduced queries that yield a `Steal` type. Cribbing from a [rather long and overwrought comment that I wrote][c], the idea is to model linea…
-
# Bw-Tree's Base and Extension (1)
>Source Paper:
>
>- [The Bw-Tree: A B-tree for New Hardware](https://15721.courses.cs.cmu.edu/spring2020/papers/06-oltpindexes1/bwtree-icde2013.pdf)
>- [Buildi…
-
1. **Define Problem Scope**:
- Identify expected input and output.
2. **Break Down Logic**:
- Divide the problem into small, manageable steps or calculations.
- Arrange steps sequentially, e…
-
There are few recent commits touching CRLF line endings handling, but it's not obvious to me what the overall strategy is, as well as what's currently implemented in terms of converting CRLF to LF on …
-
## `public` functions not called the contract should be declared `external` instead
contracts [are allowed](https://docs.soliditylang.org/en/latest/contracts.html#function-overriding) to override the…
-
coverage in %
- R/arc2.R: 0.00%
- R/argo.R: 0.00%
- R/caching.R: 0.00%
- R/cmorph.R: 0.00%
- R/defunct.R: 0.00%
- R/ersst.R: 0.00%
- R/homr_definitions.R: 0.00%
- R/meteo_cache.r: 0.00%
- …
-
First, thank's for this great library!
I've managed to compile & run the sd_msc.ino example on PlatformIO / Lolin-S3 in a few minutes!
I wonder about the transfer speed, can only reach 200KB/s for…
-
The test `app-luatest/http_client_test.lua` is restarted for 2-3 times almost every CI run as far as I see. Also, it is restarted after being killed by timeout, which is, for example, on `coverage` wo…
-
### Suggested enhancement
Expose the necessary APIs so that the QUIC protocol can leverage mbedTLS.
### Justification
For [microsoft/msquic](https://github.com/microsoft/msquic), we are inves…
-
Would it be technically possible to implement something comparable to the mongo GridFS? I think that you already know how it works, but some remininding is always useful!
You basically send a file to…