Marcin Kossakowski
Marcin Kossakowski
I noticed there was a fix added for Python 3 to the way session string is handled but I'm still having problems. `data = self.serializer.loads(want_bytes(val))` When this line executes in...
I'm not sure where are currently Scastie snippets stored but I would find it useful if I could easily save them to and access form Github Gists. Was this ever...
I know I can access each indexing e.g. `.get(0)` but how do I iterate over it? ``` val list = jawn.ast.JParser.parseFromString("""{"stuff": [1,2,3]}""").get val stuff = list.get("stuff") for (item
This PR is to updated `awscala` dependency to newest version - 0.8.4 I've been getting following errors when trying to `put` records into DB. ``` java.lang.NullPointerException at awscala.dynamodbv2.BillingModeSummary$.apply(TableMeta.scala:103) at awscala.dynamodbv2.TableMeta$.apply(TableMeta.scala:21)...
Would be nice to be able to indicate 2 field names in csv file that would represent geo_point.
Hi there, would like to contribute to your project. Many databases support bitwise operations so I think this would be useful.
I see the ability to deserialize a message but is there a way to construct a new message?
Hi. I'm doing class lookup on list of jars from Spring application and getting bellow error. asm-7.1.jar is available in list of jars I'm loading. classutils: 1.5.0 Java version: 1.8.0_265...
I'm using multi-checkbox form element following solution from http://wtforms.simplecodes.com/docs/1.0.1/specific_problems.html (bottom of the page) I'm getting this error: `File ".../python3.4/site-packages/wtformsparsleyjs/core.py", line 292, in __init__ super(SelectMultipleField, self).__init__(widget=Select(multiple=True), *args, **kwargs) TypeError: __init__() got...