-
### Is your feature request related to a problem? Please describe.
Learners use voiceovers for playing/learning the lessons, and due to manual voiceovers in the current system, many inconsistencies…
-
# What's missing?
mod-morph behaviors can list `mods` (which trigger the modified binding) and `keep-mods` (which are passed on along with the modified binding) but there's no way to specify a mod as…
-
I'm using lightning.ai remote IDE which can serve Streamlit apps. But when running this app I get this error:
`Connection failed with status 404, and response "Streamlitwindow.prerenderReady=!1You …
-
Consider this test case:
```Go
package main
type CloseSetter interface {
Set()
Close() error
}
type S1 struct {
f int
}
func (p *S1) Close() error {
if p.f != 0 {
panic(p.f)
…
-
### Description
# nil pointer dereference
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x6551bc7173f9]
g…
-
I'd like to have a small wrapper in Elisp that allows me to perform signing and encryption actions on an Emacs buffer, however the keybase calls would need to pass on the --no-tty flag to `gpg` - othe…
-
Hi folks. Interested in feedback on some experimental promises with deferred rejection. Has this been considered as a solution?
The pattern is you create promises with rejection deferred: if they'r…
-
As per https://github.com/jonboulle/clockwork/issues/82, BlockUntil blocks on the number of active waiters, and for Timers/Tickers this means construction. Stop removes the waiter, and Reset adds it a…
-
Here's my preliminary bad idea.
When a router is assigned a func, it will no longer just call it. Instead, it will place it into something like this:
``` go
type CachedHandler struct {
Handler f…
-
```
In order to be sure TabGroupsManager is fully compatible with Firefox 36, I
will add usefull information and resources with some of the possible bugs and
changes to made in TGM code.
https://dev…