Taras Bunyk

Results 19 comments of Taras Bunyk

Same error for the following diagram, while trying it online on http://flowchart.js.org/ : ``` st=>start: Start e=>end: End recruitment=>operation: Recruitment eligibility=>operation: Eligibility consent=>operation: Consent randomization=>condition: Randomization intervention=>inputoutput: Intervention measurement1=>subroutine: Measurement...

I recently found out that there is a linter for that: https://github.com/ashanbrown/makezero That also has "Consider whether this should be part of prealloc itself." in TODO.

Point is - the more money russia loses now, the less war reparations they will have to pay later. Nginx - yes. Postgresql, Google - do not pay taxes in...

Yes, for me it worked when I unzipped downloaded dist folder from https://github.com/ilgizar/ilgizar-candlestick-panel/blob/master/pack/ilgizar-candlestick-panel.zip to `/usr/local/var/lib/grafana/plugins` Probably this should be described somewhere in README.

Yes, because of this I got "memcache: no servers configured or available" during Get call, but could have "address 127.0.0.1: missing port in address" during New call which would save...

So, the recommended way is to define schema twice? Once for database, once for request validation?

While thinking about this, I came to idea that probably I could use some introspection on `db.Model` to generate JSON Schema from it.

There is library https://github.com/podhmo/alchemyjsonschema, it gives me error "AttributeError: 'Table' object has no attribute 'mapper'", so I did it like this: ```python import json from jsonschema import validate from gino...

Oh, so I see since this forgetting is not linear, the only way is to define what is best to review in every moment is to call `predictRecall` with all...

Interesting how this pattern would look like if scenes would need to send additional data to each other. For example, menu scene maybe would want to send selected game map...