Ray

Results 39 comments of Ray

Hi @dharasty, while the 2008 version of the GeoJSON spec supported multiple Coordinate Reference Systems, the officially adopted RFC standard removed that support and fixes the CRS to WGS84 for...

@chrisn thank you for taking the time to review this. Are you sure `secondsToPixels` is the var of concern here? If so I'm not sure I follow. I looked at...

How about "spout" and "SHOUT" instead? [button spout] WE ARE HUMANS! [button SHOUT]

Thanks for this suggestion @docuracy; also I agree that _granularity_ is a good name for this concept. However, a larger conversation has to be had about extending the scope of...

`difflib` is what is currently in use for this buggy feature. The diffing algorithm used by `difflib` is called Ratcliff-Obershelp and seems to be generic in regards to data type...

Update: the existing packages I mentioned are GPLv2 licensed which may not be desired so perhaps just a direct implementation of the Levenshtein algorithm could be added for this feature....

It has been broken down into Rust! https://github.com/asonix/activitypub

Some pure Rust options are emerging: [`tokio_smtp`](https://docs.rs/tokio-smtp/0.3.0/tokio_smtp) and [`samotop`](https://crates.io/crates/samotop) crates both seem worth a look. Both use [`tokio`](https://github.com/tokio-rs/tokio) under the hood for asynchronous handling, which makes sense since the email...

@BanjoFox you're welcome! I'd be happy to give this a try. Still learning though. `samotop` would be my first choice.

Hey @cthorner do you have time to walk me through the original code somehow? If so, I can maintain the Marketo plugin for the time being. I have one open...