Mathias Andersen

Results 8 issues of Mathias Andersen

I am attempting to run some of the configurations from #446 to achieve a signed binary on macos. However I am lacking a basic example of how to use/run these...

'dict_values' object does not support indexing @keras_text\models\sentence_model.py:38 limits this librabry to python 2.x import error for @keras_text\models\__init__.py. Library should de-list py3 support from PYPI while this persists.

current: input_y = [1, 2, 3, 1] self.y result to: [1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 ] changed to: self.y...

I just want to check in on this one, as I expect a different behaviour. From the docs, we have: ``` # fire every 10 seconds @crython.job(second=range(0,60,10)) ``` which is...

question
hacktoberfest

As Django supports custom user models with more than 30 char usernames, maybe the max_length=30 on LoginUsernameForm and SignupForm should fit the used user model for the input fields, instead...

Traceback (most recent call last): File "test_wabbit_wappa.py", line 146, in training() File "test_wabbit_wappa.py", line 73, in training ('b', -1 - random.random())] File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/wabbit_wappa/**init**.py", line 290, in send_example result = self.send_line(line,...

I have a problem where reports are simply terminated too soon. I am uncertain about the exact cause, but doing a simple division: file_size / chunk_size = 495.0 I find...