d4h0

Results 52 issues of d4h0

Hi, I'd like to add support for Nuclei to [async-tungstenite](https://docs.rs/async-tungstenite/0.8.0/async_tungstenite/index.html) (a crate for WebSocket clients and server), but I'm relatively new to Rust and the docs of Nuclei seem to...

Hi, Can you – or can I somehow – add the utility font 'Baseline Em'? Baseline Em has only one glyph and is useful for creating real baseline grids (for...

Hi, I just discovered `eventually` via the Reddit post today, and because I have never seen event sourcing in action I looked for an example. There is the [example app](https://github.com/ar3s3ru/eventually-rs/blob/master/eventually-app-example),...

Hi, Thank you so much for creating Vopono! So far, it seems to work very well :) I'm wondering what the best way would be to script Vopono. For example,...

I've found the cause of the following error (mentioned in [another issue](https://github.com/jamesmcm/vopono/issues/150#issuecomment-1129247713)): ``` usage: sudo -h | -K | -k | -V usage: sudo -v [-ABknS] [-g group] [-h host]...

Hi, I'm wondering if there is any chance Apollo would publish the [introspection code of 'rover'](https://github.com/apollographql/rover/blob/main/crates/rover-client/src/operations/graph/introspect/schema.rs) as a separate crate. I'd like to download the GraphQL schema of a GraphQL...

apollo-encoder
introspection

Hi, How would a user replace the `select!` macro of Crossbeam when using this library?

Hi, I like `reqwest` quite a lot, however there is often one significant pain point for me: If I read the response body (e.g. via `json` or `text`), the `Response`...

I just tried to execute the default Rust template, and it took a long time to build. The problem is, that there is no indicator of what is happening. I...

needs design

Hi, Would it be possible to automatically implement `Render` for everything that implements `TemplateOnce`? So this: ``` ``` ...would become this: ``` ``` ...which would improve ergonomics a bit, which...

Type: Feature