-
Possibly related to https://github.com/bitcoindevkit/rust-electrum-client/issues/144.
Some Electrum servers are not working with Liana:
![image](https://github.com/user-attachments/assets/514ce8…
-
`chr19 11207681 Minda_64 N . PASS SVLEN=12043;SVTYPE=INS;SUPP_VEC=PB_Sniffles2.INS.F2M12,ONT_Sniffles2.INS.FDM12,PB_severus_INS12933,ONT_severus_INS14698
`
https://v2.genomeribbon.com/?session=https…
jzook updated
4 weeks ago
-
E.g. after https://til.simonwillison.net/sqlite/sqlite-vec my https://til.simonwillison.net/tils.db needs the `vec0` extension if you are going to browse the `vec_tils` table, but the rest of the UI s…
-
### Problem
It is a bit surprising that the index metadata needs explicit `"optional": false` and `"default_features":true` for every dependency, even though these fields have defaults and are option…
-
MWE is given from excerpt within `plot.rs`:
```
use plotly::common::Mode;
use plotly::{Layout, Plot, Scatter};
fn line_and_scatter_plot() {
let trace1 = Scatter::new(vec![1, 2, 3, 4], vec…
-
related to https://github.com/paritytech/polkadot-sdk/issues/323 and https://github.com/paritytech/substrate/issues/9724
If we simply remove the `pallet::without_storage_info`, we get an error abou…
-
The docs description mentions:
`position (relative to center of body, NOT the usual relative to current ship most positions in kOS use. Remember to offset a kOS position from the body’s position w…
-
Firstly, I'm very fond of `to_vec` -- it's served us well over the last couple of years. We know it has some shortcomings though, that we will need to address at _some_ point.
Presently we have imp…
-
I came across this while trying to implement input/output for brainfuck.
I looked at the crash for a bit in rr, it seems that something is calling index_mut without setting registers properly.
`rsi …
-
The wrapper for [`kevent()`](https://docs.rs/rustix/latest/x86_64-unknown-freebsd/rustix/event/kqueue/fn.kevent.html) is defined as follows:
```rust
pub unsafe fn kevent(
kqueue: impl AsFd,
…