Shon Feder

Results 158 issues of Shon Feder

Closes #38 This is still WIP. I've just generated the API modules, and confirmed they build, and that `dune test` runs. I'll have a look at the tests this week,...

Greetings! Would you be open to adding support for the Sheets API? I'd be willing to have a go at running the generation tooling and seeing if I could open...

HI! I'm looking for some tips on concurrent execution of API calls. Ideally, it'd be nice to add support for Lwt (I'm happy to put some work into this, if...

Looking at the monadic examples, I was surprised to find the absence of expected tokens `bind`, `>>=`, or `let*`, and instead an abundance of `

It seems doom-emacs now uses `code-review` with magit by default (since https://github.com/hlissner/doom-emacs/pull/5846). So the readme info seems to need revisions. I killed some time trying to figure out why I...

**Describe the bug** Buffer is crashing when visiting https://www.zsa.io/moonlander with message: ``` WARN - Warning: Web process terminated for buffer 20 (opening https://www.zsa.io/moonlander/) because it crashed WARN - Warning: JavaScript...

bug
help-wanted
not-reproducible

Hello! I haven't been able to figure out how to get my results included in the "Correct only" results in the generated tables. This is despite having spent quite some...

question

I've run through the steps for installing bloop, but the instructions for command completions seem to be missing any info explaining how to actually get the scripts downloaded or initialized...

docs
cli

- [ ] Tests added for any new code - [ ] Ran `make fmt-fix` (or had formatting run automatically on all files edited) - [ ] Documentation added for...

Some times we need to construct a case class or apply a method with very many arguments. In this cases, it is generally easier to read the applications and grock...