Miki Tebeka
Miki Tebeka
When printing error which have causes with `%+v` verb, you'll get the stack trace several times. main.go ```go package main import ( "fmt" "github.com/friendsofgo/errors" ) func a() error { return...
``` %config SqlMagic.autopandas=True ``` ``` %%sql SELECT 1 AS one ``` ``` Done. --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () ----> 1 get_ipython().run_cell_magic('sql', '', 'SELECT 1 AS one')...
If we have code like: ```go import ( "fmt" "net/http" "os" goruntime "runtime" "strings" "unsafe" "github.com/nuclio/nuclio/pkg/errors" "github.com/nuclio/nuclio/pkg/processor/runtime" "github.com/nuclio/logger" "github.com/nuclio/nuclio-sdk-go" ) /* #include #include #include "types.h" extern response_t call_handler(unsigned long event_ptr,...
@efiShtain I'd love your take on it since the `.pem` files are in git and next to the Python process.
In order to have durable sleep, we need to replace Python's sleep with `ak.syscall("sleep", duration)` Some unrelated code cleanup changes: - AST tree recursion the right way - pytest options...
The arrow CSV package has the following options: `ReadOptions`, `ParseOptions` & `ConvertOptions`. Expose them to Go.
[SWIG](http://www.swig.org/) can probably generate all the bindings we want. It can even [support templates](https://github.com/swig/swig/tree/master/Examples/go/template).
Move all C++ code to a directory (`lib`?) and build the `.a` from there. Have a single `api.h` header file.