-
The following struct field's presence causes AutoMigrate to cycle between (*Scope).GetModelStruct and (*Scope).GetStructFields resulting in stack overflow. Note that the field is slice of the same typ…
-
Using bleve with the recent BytesSafeAfterClose() optimization (commit 11262c793f1d), and with the bleve metrics KVStore wrapper (around leveldb), I somehow got an infinite loop.
btw, I was playing a…
-
okay, time for end-to-end.
The obvious part:
we use `sodium.crypto_box(message, nonce, my_private_key, your_public_key)`
The nonce can be the hash of the previous message, that will ensure that it is…
-
Often in middleware, typically for the sake of logging, access to the http status code and content length of the response are required. And the way this is always done is to wrap the ResponseWriter th…
-
This seems nice, but abuses notation.
-
Odoo Server Error
Traceback (most recent call last):
File "/opt/odoo/openerp/http.py", line 538, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/od…
-
Have not seen Associative Rule Learnining Algorithms in any python libraries so far. Is this something for statsmodel? or is it more for scikit learn?
Basically what they do is you input a list of t…
-
I'm trying to include a simple tree representation that I wrote in java as part of my clojure project. It works perfectly when using lein on the command line, but cursive can't find the dependency and…
-
update_stores runs out of memory on really large projects.
To reproduce:
1. Setup new instance
2. Setup `firefox` project based on PO files used on mlo
3. Observer project does not show stats even af…
-
I've updated to the latest go 1.3.3 to ensure there's no compatibility issues, and have updated the sessions, oauth2 and martini oauth2 packages and have tested with Google login and Github login and …