Samuel Marks
Samuel Marks
Just started a new fork: https://github.com/SamuelMarks/enforce New features / changes (thus far): - Switch to black formatting - Upgrade all dependencies - Remove Travis and AppVeyor - Add new shields,...
New features / changes (thus far): - Switch to black formatting - Upgrade all dependencies - Remove Travis and AppVeyor - Add new shields, remove all ones - Integrate GitHub...
Do you want CMake support? - And multi OS support for the host? If so just @ tag me and I'll begin :) Related: #25
What is your opinion on this, that I originally posted almost 3 years ago? https://github.com/keras-team/keras/issues/15762 > There are a huge number of new statistical, machine-learning and artificial intelligence solutions being...
Rewrote your Python code in CMake also. [WiP: still some minor discrepancies in amalgamated `nuklear.h` to resolve] Addresses (in part): #101 #103
@LingDong- So I added C89 support and integrated CMake. Whilst I was at it, I implemented header files for all your files, being careful to only add protoypes for functions...
In Python I can do this: ```py class_reduction_v2 = ClassDef( name="ReductionV2", bases=[], keywords=[], body=[ Expr(value=set_value("foo")), Assign(targets=[Name(id="AUTO", ctx=Store())], value=set_value("auto")), Assign(targets=[Name(id="NONE", ctx=Store())], value=set_value("none")), Assign(targets=[Name(id="SUM", ctx=Store())], value=set_value("sum")), Assign( targets=[Name(id="SUM_OVER_BATCH_SIZE", ctx=Store())], value=set_value("sum_over_batch_size"), ), ],...
Tried with your default `test/api/controllers/hello_world.js` and with code created via `swagger project generate-test -t expect --force`, but all gave this error: > Error: timeout of 2000ms exceeded. Ensure the done()...
Added MSVC support, cross-platform testing in CI, and switched to more secure variants of C stdlib function (whence enabled or MSVC). This closes #176, next is to close #251 (vcpkg...