Tiago Cesar Katcipis

Results 38 issues of Tiago Cesar Katcipis

I'm using gojson here and I need to check for some obligatory fields on my JSON. AFAIK the only way to do that using only Go (no other third party...

# Reason for This Change Adding support to `attributes` inside `tm_dynamic` as a way to generate blocks using an object/map as the source of the blocks attributes. This is useful...

# Reason for This Change Add support to set a global to `unset`, which unsets the global. References to it will fail as if the global was never defined. ##...

Not sure if exposing a Log method is the best way to go, but wanted to respect the debug configuration.

Today when there is multiple files that matches with possible init files (eg. init and init.sh) we just silently load the first one (which one is it ? I don't...

I thought about modeling our concurrency primitives as function, instead of syntactic constructions or overloading the rfork call. The idea would be to have two builtin functions: * go() *...

enhancement

Shell has a crappy support to cleanup using traps, a good use case is to remove temporary directories: ``` file=$(mktemp file.XXXXXXX) trap "rm -f $file" EXIT # Rest of the...

enhancement

Small binaries (probably from enzo) that have more predictable behavior and nicer APIs This way we can use commands on the stdlib and still have predictable behavior when executing the...

enhancement

It would be great to finally have some way to structure data that is not solely positional (lists). The idea is to build something with a syntax very close to...

enhancement