Ainsley Ellis

Results 9 comments of Ainsley Ellis

@elpadrinoIV @Telroshan HTML actually used to have an `` tag in its very early days, as noted by the [Obsolete and deprecated elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element#obsolete_and_deprecated_elements) section of the MDN HTML elements reference....

> @heyainsleymae - I think `` within `SVG` elements is different and not outdated: it is to [include images into svg](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image). @dalito Yes, you're correct, but the question was why...

There are two types of accessibility changes that come to mind first: 1. Swap some ``s with more semantic elements, add accessible names to tables, etc. 2. Change pagination ``...

The most straightforward way to improve semantics for the "Panel options" dropdown would involve swapping out the Font Awesome icon indicators with native form controls, essentially pulling out that component...

> Yeah, I'd like to check out that ProseMirror component example you mentioned, if possible. I should have a demo up in the next couple days. I decided to pull...

Another thing I haven't mentioned yet is that this and the semantic work will open up the opportunity to refactor the CSS as well. I've intentionally avoided doing so on...

Do you remember what you meant by this? Is it referring to viewing a single panel at a time and changing the visible panel at a chosen interval? Or maybe...

The following command would allow you to parse the log entries you provided: ``` goaccess example.log --date-format=%d/%b/%Y --time-format=%T --log-format='"%^:"%d:%t %z","remote_addr": "%h","app": "%^","referer": "%R","request": "%U","status": %s,"bytes": %b,"agent": "%u","x_forwarded": "~h{ }","up_addr": "%^","up_host":...

The issue involves both your time and log formats; you need to add more information on how the XFF field is delimited, and the time format specified in your config...