Graham Hannington
Graham Hannington
Hi @BoldMonday, In issue #93, you [commented](https://github.com/IBM/plex/issues/93#issuecomment-414718560): > So far we had no conversations about support for 3270 terminals. I gather this means that, when IBM briefed you about requirements...
builtin/globals.lua is nice, thank you. `@{require}` yields the desired link to the Lua Reference Manual, but I'd like to render the function name "require" inside an HTML code element, so...
I'm trying to understand the behavior of [OkHttpClient/Builder/readTimeout](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-ok-http-client/-builder/read-timeout/) and [.../writeTimeout](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-ok-http-client/-builder/write-timeout/). I'm finding that the current docs omit significant details. So I'm "falling back" on third-party docs that I'm not sure...
The default template generates a project-level index page that contains a two-column table for each kind of module, such as topics ("Manual"), code modules, and examples. The columns contain the...
I'm currently including readme-style text for my project's index page directly in ldoc.ltp, marked up in HTML. This works, but I'd prefer to keep that text in a separate .md...
Could you please enhance svg-buddy to embed multiple font weights (e.g. bold); ideally, also multiple font styles (e.g. italic)? CSS snippet from an SVG file exported from CorelDRAW 2021: ````...
## load.sh Usage example comments reflect the old positional command-line parameters, not the new named parameters: ``` # Usage examples: # env KIBANA_INDEX='.kibana_env1' ./load.sh # ./load.sh http://test.com:9200 # ./load.sh http://test.com:9200...
## Background to this suggestion I help to develop a product that forwards logs to Logstash over TCP as either CSV or JSON Lines. The product can forward hundreds of...
**Why is this needed**: In November 2023, [Elastic announced](https://www.elastic.co/blog/esql-elasticsearch-piped-query-language) a new query language, ES|QL (Elasticsearch Query Language). I acknowledge that, currently, ES|QL is still in technical preview. From the [Elasticsearch...
Any idea why? With apologies if I should be reporting this (that is, asking for help) somewhere else (please let me know). ## Environment - Microsoft Visual Studio Code (VS...