Christian Murphy
Christian Murphy
Thanks for raising an issue @JounQin! 🙇 Is this something you are raising because you think it may be a potential issue? Or have you seen it cause a memory...
A related edge case which can happen on the tail of emphasis next to emphasis ```markdown *a*_b__ ```
It could also be worth considering using an existing JVM binding for ffmpeg, like https://github.com/bramp/ffmpeg-cli-wrapper Which can provide a more idiomatic API, additional validation, simpler progress reporting, and better error...
This sounds great. :+1: It would be great if the data could be collected as https://xapi.com/overview and/or https://www.imsglobal.org/activity/caliper so that an outside system can provide the temporal views (E.G. https://www.influxdata.com,...
> I'm not sure the dependency of ES or InfluxDB will solve the request. Different DBs give it a different names [hypertables](https://docs.timescale.com/v1.2/getting-started/creating-hypertables), [search aggregation](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations.html), [continuous queries](https://docs.influxdata.com/influxdb/v1.7/query_language/continuous_queries/), etc. Conceptually they all...
Maybe align toward google code style so there is consistency across languages? https://google.github.io/styleguide/javascriptguide.xml https://google.github.io/styleguide/javaguide.html https://google.github.io/styleguide/htmlcssguide.html ``` root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true indent_style...
 :stuck_out_tongue_winking_eye: But in all seriousness. Put any group of developers in a room and ask them about code style and they will disagree. Creating a new code style will...
Moving to embedded Rhino over packaged rhino could be good. :+1: In terms of speed an security, newer versions of Rhino are better, but still lag behind [SpiderMonkey](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey) or [V8](https://v8.dev/)....
> I just want to note all the little things that I'm constantly tripping over while running releases, so I can remember them next time, or we alleviate them. Thanks...
:bellhop_bell: @apetro friendly reminder that this is close to being merge-able.