Keith Brings
Keith Brings
…ng table creation
Hey, I'm happy to take over this project if needed as I use it for my clients work.
I require ets: compressed for a project, but am unable to specify mnesia storage_options using just amnesia to define and create tables. I sent a pull request that has my...
To avoid the need for multiple index rows it would be ideal to be able to perform partial pattern matching on tuples e.g. :mnesia.match_object({AMNESIA.TABLE, {:tuple, :encoded, :cartesian, :index, :_}) But...
Hello sheharyarn, as mentioned previously I have a forked version of your library which adds support for priority levels, sharded workers (to avoid supervisor bottlenecks), node tenancy (jobs only run...
Hello, the image in the documentation references a exometer_stackdriver reporter. Is that still in existence somewhere or has it been deprecated due to google api changes, etc. I've been scouring...
JSON output blows up when encountering null date time fields. It attempt to format them without verifying that they have a value. 1:46:06.638 [error] Unhandled Error: error:function_clause. Stacktrace: [{erlydtl_dateformat,monthname,[0],[{file,"src/filter_lib/erlydtl_dateformat.erl"},{line,361}]},{erlydtl_dateformat,tag_to_value,3,[{file,"src/filter_lib/erlydtl_dateformat.erl"},{line,179}]},{erlydtl_dateformat,replace_tags,5,[{file,"src/filter_lib/erlydtl_dateformat.erl"},{line,76}]},{boss_model_manager_boss_db,'-to_json/1-fun-0-',1,[{file,"src/boss/model_manager_adapters/boss_model_manager_boss_db.erl"},{line,65}]},{lists,map,2,[{file,"lists.erl"},{line,1237}]},{lists,map,2,[{file,"lists.erl"},{line,1237}]},{boss_model_manager_boss_db,to_json,1,[{file,"src/boss/model_manager_adapters/boss_model_manager_boss_db.erl"},{line,59}]},{boss_json,json_data1,3,[{file,"src/boss/boss_json.erl"},{line,55}]}]
**Describe the bug** Sampling timeouts occur under load on my IOT facing API nodes. Need a way to increase timeouts or expose other configuration settings to avoid this exception. ...
I have a requirement on this functionality for synchronizing my stage/dev environments with the production data sets. It may also be useful if you have a restricted auth account by...
error_logger has been replaced since OTP 21 with the erlang logger method. Is there a strong requirement her on retaining. Is there any objection to my preparing a pull request...