Adrian

Results 572 comments of Adrian
trafficstars

I'd rather improve the UI so people realize that they should NOT "delete and re-add" but rather "edit and replace" - which preserves the old ID... That said, at least...

I'd also love to see an update - the warning is harmless (so far, dunno when the deprecated object gets removed for good) but nonetheless annoying.

IMHO snapshot files should be excluded from any kind of linters/formtters - they are data, not code. Anyway, I'd like to have an option to include a trailing linebreak in...

I'm not talking about additional requests (I'm already using `hasMore`). I'm talking about these scroll bars: ![image](https://user-images.githubusercontent.com/179599/39135331-f8db4600-4718-11e8-9c90-4517161e48f3.png) There are horizontal ones as well. Since the scrollable element is the body/document...

+1 Actually.. since this **bug** (what @pferreir posted) is open for **two years** now: Should this project be considered inactive/dead? It seems to be nice but having references between two...

I tried this yesterday evening in my own application and the while it "worked", I ended up getting a plain `dict` instead of the proper instance for the referenced object....

**Disclaimer: I'm not the maintainer/owner of this project and most likely you are a good person with good intentions.** But with my cybersecurity hat on, and having seen too many...

Yes, copy the email implementation from Django; its dependencies on other Django stuff are basically non-existent, and as far as I know it's the best mail sending implementation that's available...

@Lvl4Sword except that this won't handle all the ugly edge cases there are when it comes to emails.

Well you are passing utf-8 bytes and not unicode for the body right now...