Alex Plugaru

Results 12 issues of Alex Plugaru

After using imageproxy for 2 weeks it looks like it restarts a lot because of `OOMKilled` (out of memory errors). Here's the number of restarts: ``` kubectl get pods -l...

Would be great to be able to export a table using SQL inserts. Right now only CSV seems to be available. Copy Special is great, but works only for the...

enhancement
maybe-later

I'm using the latest build of go from hg repo. And when I try to install gomongo here it is: $ goinstall github.com/mikejs/gomongo/mongo goinstall: === cd /home/alex/Projects/other/go/src/pkg/github.com/mikejs/gomongo/mongo; gomake -f- install...

Currently the "mark as spam" shortcut works as expected with `!`, however Gmail does not have a native "block address" shortcut as shown in the screenshot below. It would be...

There is IMAP server implementation here (still very much WIP): https://github.com/alienscience/imapsrv It's not functional yet, but there is a lot of enthusiasm of making this server work and collaborations are...

Some products have fixed invitation links (randomly generated) that allows users to be registered in the chrome extension automatically. This will make it easier for new people in the company...

feature

I need both the client and server implementation in Go. And I need them now.. At the moment this repo is the only imap server implementation I know of and...

It looks like pynotify doesn't follow symlink directories explicitly. I looked for an explanation, but couldn't find any. Is there a reason for not following symlinks? For example this doesn't...

enhancement

It seems that {% csrf_token %} isn't generated when using multilingual pages.

API in documentation doesn't match the implementation. I'm referring to populate_form vs. recall_form.