Karl Lehenbauer

Results 17 issues of Karl Lehenbauer

The "share" command gives erroneous results and/or triggers coredumps if its arguments aren't perfect. For instance, "share", generates a weird error. "share attach" generates a coredump. Also, the share command...

Using yajl or whatever, add a direct JSON return capability. It can be a direct C-to-C thing and since type inspection from C is trivial and fast we can generate...

"Normal" speedtables are automatically regenerated if their definition changes or if speedtables itself is updated. Speedtables generated by stapi based on DDL read from PostgreSQL are not automatically regenerated. This...

I think this argument also should be required else if you have multiple speedtables it causes problems (?).

If speedtables startup detects that a compiled shared library is out of date but it can't recompile the shared library due to permissions problems, it should load the old shared...

From examining the yajl source and docs, if a non-null number callback function is defined in a yajl_callbacks structure and subsequently passed to yajltcl_make_parser, when the parser is used, the...

The openai package for Python recognizes an environment variable, OPENAI_API_KEY, and will get the key from that if set. I recommend implementing that. You might consider using the openai package...