Robin Stocker

Results 123 comments of Robin Stocker

Hey! Yeah, extraction of plain domains would be handy. I think we'd need to be able to specify an "include list" of domains that should be detected, otherwise it tends...

Hey Charles! Thanks for getting in contact. I've used JRuby myself before, so I'm eager to help make it work better there if it makes sense. > CharSequence is great,...

onig-sys: https://github.com/rust-onig/rust-onig/blob/master/onig_sys/build.rs

I can submit a PR for this if it helps with the consideration :).

@frewsxcv Yes, I don't want to run the whole `apt-get` and cleanup dance in my own Dockerfile. If space is a concern, then I'd probably start with replacing `build-essential` by...

> but it isn't yet possible to build a rustc targeting musl. (Or at least it wasn't at the time.) It is, and there's an excellent Docker image for that...

> But I also don't know off hand if time units are being consistently parsed for all formats Would it be acceptable to make this dependent on the format? I'm...

My idea was to just add the "ms" if we're certain about what unit a time is in. But if you're ok with potentially showing the wrong unit for some...

> @robinst you seem to have been involved with this do you know if it's enabled and working to stop individual regexes from taking too long? Yeah, it's enabled by...