Christopher Dieringer
Christopher Dieringer
# Context n/a # Problem description & Solution i want my gui's entrypoint/window to be launched from a menubar # Examples and MockUps is a cross platform menubar implementation in...
i have `01-intro.md`, `02-wat.html` , `03-why.md`, then the rest of the boilerplate that comes with an `prez --init`. out of the `.html` slide, i can only navigate _down_ to `03-why.md`,...
**Intended outcome:** `useQuery` to yield `{loading: false, data: { ...data-from-cache... }}` **Actual outcome:** `useQuery` yields `{loading: true, data: { ...data-from-cache...}}` **How to reproduce the issue:** an easily cloneable, runnable reproduction...
**Choose one:** is this a 🐛 bug report ## Expected Behavior `-d, --debug` to give me verbose logs, per the README ## Current Behavior the bankai TUI still renders, w/...
# problem - i want to embed bankai in my server per #398, but need the rendered route to be derived via external state (e.g. my user's state, owned by...
**What version of standard?** 12.0.1 **What operating system, Node.js, and npm version?** node 11, osx, npm 6.x **What did you expect to happen?** by providing: ```json "standard": { ... "parser":...
# problem statement - standard has no opinion on function arg linebreaks # discussion it would be nice to have _some_ opinion on this. support for this generally comes in...
greetings. thx for the great lib. i see that you offer `.zoomAbs(...)`, but my content is unknown ahead of time. how would you feel about offering a `.fit()` method that...
# Problem See #1477, supersedes #1493 # Solution - port arg detection into the packagemanager abstraction - add `version` tracking into the struct, as arg separator is often contingent on...
## context JSOO has long been the sole, defacto provider mapping OCaml input to JavaScript output. This project has existed for well over a decade, and has the primary function...