-
Only seems to happen with significant zoom, e.g. 150%.
[Example code](https://svelte-omnisite.vercel.app/playground/hello-world?version=5.0.3#H4sIAAAAAAAACn1VTW_jNhD9KwM2C9uBLTlJsQfaclv0WqCH9hYFWFo…
-
Given that editing huge buffers (e.g., `fned vcs_info`) isn't very performant right now, shall we default `ZSH_HIGHLIGHT_MAXLENGTH` to some reasonable value if it's unset?
Users will still be able …
-
When the user does not allow the buffer to refill, frame numbers are often out by one frame. The first frame in one camera view should not be there and causes the disparity. See example:
```
/data…
-
Even as we're gathering feedback on the new [Teaching Activity page search & filter UI](https://flukeout.github.io/curriculum-db-ui-test/) we've decided to also start building it as we go. We can make…
-
@BlackCapCoder I was looking through the source code and noticed that it was possible for the host to drop bytes if the PC is sending data to the host quicker than the guest could ask for it.
Curre…
-
I'm running a pretty recent build of master (9a2a8a8, I think) on macOS with the following config:
```
(defcfg
input (iokit-name)
output (kext)
fallthrough true
)
(defsrc
esc f1 …
-
Hi Jason!
Thank you so much for all your help, thus far. I have been able to successfully get my application to function and add features as necessary! One issue I have come across is the refresh r…
-
Brackets' completions are very nice and helpful, but may be distracting in their current implementation.
I think the experience could be improved by changing the default behavior, or at least offeri…
-
This is an enhancement request.
The results could be saved to a file and there could be an option to show all of them by date. This could be helpful in tracking overall progress.
And maybe later…
-
I find it a bit confusing that `hhmm` is supported as absolute time, but `+hhmm` can't be used as duration.
I'll be checking how to add that format myself, but I'm wondering if anybody else has any…