Sam Ward
Sam Ward
I realize this is an implementation detail of the client web engines, but I would like to hear your perspective. Do you know if calling Eval permanently consumes memory in...
Hi! This issue is about getting Kiss to compile without worrying about Cargo dependencies. I have two suggestions: 1. Use `"rev"` in the dependency sections of `Cargo.toml` to pull in...
In my API I use a variation of camel casing that preserves uppercase in abbreviations. For example, `userId` becomes `userID`. Normally this is interpreted as camel case and I would...
If a single read or write exceeds the amount specified in the rate limit, then nothing stops that read or write from exceeding the rate limit. For example, if I...
**Describe what happened:** There are several APM obfuscation options that are not available as env vars: ``` apm_config.obfuscation.elasticsearch.enabled apm_config.obfuscation.elasticsearch.keep_values apm_config.obfuscation.elasticsearch.obfuscate_sql_values apm_config.obfuscation.mongodb.enabled apm_config.obfuscation.mongodb.keep_values apm_config.obfuscation.mongodb.obfuscate_sql_values apm_config.obfuscation.sql_exec_plan.enabled apm_config.obfuscation.sql_exec_plan.keep_values apm_config.obfuscation.sql_exec_plan.obfuscate_sql_values apm_config.obfuscation.sql_exec_plan_normalize.enabled apm_config.obfuscation.sql_exec_plan_normalize.keep_values apm_config.obfuscation.sql_exec_plan_normalize.obfuscate_sql_values apm_config.obfuscation.http.remove_query_string...
Go-SDL/ttf does not build successfully on Go 1.0.1. ``` $ go get -u github.com/banthar/Go-SDL/ttf # github.com/banthar/Go-SDL/ttf 1: error: 'TTF_GetFontHinting' undeclared (first use in this function) 1: note: each undeclared identifier...