phiresky

Results 120 issues of phiresky

Currently there's only the method anchorme() which returns only text and anchorme.list() which returns each link as a span with meta information. It would be useful to have a method...

enhancement
next-release

Something like https://github.com/mlin/sqlite_zstd_vfs. Pretty different in the tradeoffs and design decisions, but still should be compared to.

env-logger is no longer maintained: https://github.com/env-logger-rs/env_logger/issues/159#issuecomment-1160443092 API of tracing is similar

i.e. create a mode where only the content is displayed and scaled according to the window size, so it can be more easily embedded into other pages via an iframe.

**Describe the feature request** It's possible to get a list of documents in a firestore collection. But the documents only contain the fields in the document, not the IDs of...

enhancement

hi everyone! I've managed to make tantivy work in WASM with partial loading of queries via HTTP Range requests. This means it's possible to host a tantivy search engine on...

With js_export, all errors in a function are reduced to be located at the #[js_export] annotation: without js_export: ``` error[E0308]: mismatched types --> src/lib.rs:27:71 | 27 | let mut writer...

[calamine::Reader](https://docs.rs/calamine/0.16.1/calamine/trait.Reader.html) requires the inner Read to also be Seek. I'm thinking of using calamine to add support for xlsx and ods to [ripgrep-all](https://github.com/phiresky/ripgrep-all) (see https://github.com/phiresky/ripgrep-all/issues/36). But since there the read...

## 📖 Documentation As a long time user I tried recommending io-ts to someone, but they were weren't convinced because they couldn't figure out how to use it. The documentation,...

It would be good if there would be a standard handler that handles all types that provide a static method `from_dict(data) -> T` as well as a instance method `to_dict(self)...

enhancement