d4h0

Results 147 comments of d4h0

> It's not that I've abandoned it, but it's become less of a priority because I don't find playwright clients as attractive as I used to. At the time of...

@qdm12: Sounds great! Will this also work with custom OpenVPN configs? This would be really amazing.

Thank you, @qdm12, I'll give that a try!

@samajammin: Shouldn't this be defined in `gatsby-browser.js`? I'm pretty sure, calling `trackCustomEvent` outside the browser will fail because `window` doesn't exist.

Thanks for creating this theme, @GreasySlug! It is much better for my crappy eyes than the other themes. One problem I see, are comments. The contrast is way too low...

> I have a feeling that most of them use green, is green correct? I'm not sure if green is often used for high-contrast themes, but there seem to be...

Thanks, @GreasySlug, this looks great! Btw., I think italic text is more difficult to read than non-italic text, but I'm not completely against using italic for comments. Italic has the...

@zkat: I think, @TheButlah might mean the following: Eyre: ```rust fn main() -> eyre::Result { eyre::bail!("eyre"); } ``` Output: ``` Error: eyre Location: src/main.rs:85:5 ``` Miette: ```rust fn main() ->...

Would this make it possible to use this separate codec crate to build clients/servers that are not async? I think, this would be amazing (for example, for building a client/server...

> Is there any way, an attacker that got access to my system could use Vopono to execute arbitrary commands? Vopono seems to interact with several complex systems, so I...