-
**Describe the bug**
had a chat about the error here: https://discord.com/channels/711271361523351632/1069610909296766998/1308825724760752270
So we have a matching table with these relations
``…
-
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…
-
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)
…
-
I have this example code:
```python
from typing import Protocol, final
class Proto(Protocol):
def foo(self, x: int) -> str: ...
@final
class Impl(Proto):
def foo(self, x: int) -…
-
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…
-
## Summary
You [iterate over a channel](https://github.com/getsentry/sentry-go/blob/master/transport.go#L462) in a [separate goroutine](https://github.com/getsentry/sentry-go/blob/master/transport.go…
-
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…
-
### Description
Currently, if you are using an Identity Provider (in my case an OIDC compliant provider such as Okta) in Keycloak for authentication, the user is always imported into Keycloak and is …
-
Running `dune fmt` with the dev tools feature enabled (e.g. in the developer preview) dune will install ocamlformat before using it to format the project. However, dune also runs `ocamlc` to get infor…