A while ago I have implemented something similar to that in Python, although specifying versions requires using function calls instead of imports. Turns out in Python you can execute arbitrary code during imports via…
The article says that Consul or etcd are designed to always be up, but it’s actually quite the opposite. They both leverage Raft for maintaining consensus and thus optimize for consistency at the cost of availability in…
Wouldn't this cause lots of out-of-order packets?
You can’t parse HTML with regexps. It’s not a regular language.
Great work! I did something similar, albeit with less features, for one of my uni classes. If anyone is curious about Rust code: https://github.com/miedzinski/regex.
Is it possible to turn it off? I don't want these, but looks like I have effectively given you password to my email account. Can you remove it from your database?
Okay, something is weird. I have Outlook.com email with custom domain (previously Windows Live Domains). These kind of accounts had problems with Nylas since forever (see my old GitHub issue -…
Stuck on "Still trying to reach Nylas..." (https://a.pomf.cat/sxiair.png). Good. edit: Looks like it tries to fetch some PNG file, but all it gets is HTTP 502, I guess. (https://a.pomf.cat/xiblzy.png)
I'd recommend safety for Python. https://github.com/pyupio/safety
Of course it's just a recommendation. Why would you think otherwise? To Rust, module name is just a bunch of characters, it doesn't recognize words anyhow.
References (lifetimes and borrow checking) and mutability are there for safety, not speed.
A while ago I have implemented something similar to that in Python, although specifying versions requires using function calls instead of imports. Turns out in Python you can execute arbitrary code during imports via…
The article says that Consul or etcd are designed to always be up, but it’s actually quite the opposite. They both leverage Raft for maintaining consensus and thus optimize for consistency at the cost of availability in…
Wouldn't this cause lots of out-of-order packets?
You can’t parse HTML with regexps. It’s not a regular language.
Great work! I did something similar, albeit with less features, for one of my uni classes. If anyone is curious about Rust code: https://github.com/miedzinski/regex.
Is it possible to turn it off? I don't want these, but looks like I have effectively given you password to my email account. Can you remove it from your database?
Okay, something is weird. I have Outlook.com email with custom domain (previously Windows Live Domains). These kind of accounts had problems with Nylas since forever (see my old GitHub issue -…
Stuck on "Still trying to reach Nylas..." (https://a.pomf.cat/sxiair.png). Good. edit: Looks like it tries to fetch some PNG file, but all it gets is HTTP 502, I guess. (https://a.pomf.cat/xiblzy.png)
I'd recommend safety for Python. https://github.com/pyupio/safety
Of course it's just a recommendation. Why would you think otherwise? To Rust, module name is just a bunch of characters, it doesn't recognize words anyhow.
References (lifetimes and borrow checking) and mutability are there for safety, not speed.