Juan Wajnerman

Results 8 issues of Juan Wajnerman

Currently the recorder is destroyed (unless `autoDestroy` is disabled) when `pause()` is called, and even if `autoDestroy` is disabled the recording cannot be resumed because the `MediaRecorder` requires that `resume()`...

Something I realize from #365 is that we don’t have a way to yank versions once tagged. Is it deleting the tag an option for this? We should ensure `--prune`...

I continued the PR made by @hsaid. Right now I'm able to compile and use autocomplete.

The following code doesn't compile, complaining about `undefined local variable or method 'x' for top-level` ```crystal {% if flag?(:foo) %} x = 1 {% else %} x = 2 {%...

kind:bug
topic:compiler:semantic

I was looking for a library to control my AC from an ESP8266 and this one worked on the first try. Thank you for this! (I have a Carrier compatible...

Despite the window is resized before and after move, sometimes the resulting frame doesn't match the expected one. I observed this bug specially when windows are close to the display...

### Motivation In a Rails project is common to have helpers defined in a base controller. Currently those helpers are declared on every `.rbi` file for descendant controllers unless those...

How are named resolvers supposed to be used with `Maybe` fields? Given that `NamedResolverT` must be instantiated with a `m (NamedRef a)`, if the value is of type `Maybe x`,...