nbanyan

Results 4 issues of nbanyan

Storage space can be an issue when training models, especially when using a Google collab and saving the model to a google drive so it isn't lost when the collab...

stale

### Description With glossaries, the current auto_append option does not let pages override abbreviation declarations because it is added to the end of the page. ### Benefits An option to...

P: maybe
T: feature

Currently the `abbr` extension implements the last definition of an abbreviation. In MkDocs with the `pymdownx.snippet` extension, a glossary can be auto-appended to Markdown pages. The problem is that this...

feature
someday-maybe
extension

We're seeing a couple issues when clicking on chart datapoints in playbooks. * In **bar_graph.tsx** and **line_graph.tsx** the `element[0]` fed into `props.onClick` doesn't have an `_index` member, so `undefined` is...