Samuel Marks

Results 339 comments of Samuel Marks

I'll manually make these changes and/or apply the given patch first chance I get (probably 24 hours from now) In the interim I've given [@BillyONeal](https://github.com/BillyONeal) write access to my vcpkg...

Yes I'm sure this is fine

Band-aid solution: ```py self.line_color = QColor(*self.label_file.lineColor) if hasattr(self.label_file, "lineColor") else DEFAULT_LINE_COLOR self.fill_color = QColor(*self.label_file.fillColor) if hasattr(self.label_file, "fillColor") else DEFAULT_FILL_COLOR ``` …but yeah [still TODO:] need to cycle through the different...

You'll get warnings or errors without the `tf.compat` variants of `tf.compat.v1.Session()` and `tf.compat.v1.global_variables_initializer()`. E.g., look at their source code https://github.com/tensorflow/tensorflow/blob/r2.1/tensorflow/python/client/session.py#L1511-L1676

Thanks for your feedback --- @an-tao: Great to hear! - Yeah I think I just read past the Postgres and MySQL line (also redis hasn't made the README yet) In...

@marty1885 I don't mind using trunk versions of compilers, just so long as I can support all the target OSs I care about. Which today is macOS, Windows, and Linux....

Just took another look. Does drogon not have a `CREATE TABLE` in C++ code? - A quick search brought up https://github.com/an-tao/drogon/blob/ffda846/orm_lib/tests/db_test.cc#L91-L103 (I'm asking because https://drogon.docsforge.com/master/database-general/database-orm/#model-class-interface) Orm++ does [proper schema migration...

@an-tao Yeah I saw that but was a little confused. So you can generate model classes from existing tables, but you can't create new tables from existing model classes? -...

What error are you getting? - Probably best creating a new issue… PS: You can probably just macro the UUID lib and use https://android.googlesource.com/platform/development/+/73a5a3b/ndk/platforms/android-20/include/linux/uuid.h directly. Older solutions: https://stackoverflow.com/q/11888055

Oh I didn't realise this project was keen to reactivate. Sure, I'll send a PR now.