Geoff Langenderfer

Results 26 issues of Geoff Langenderfer

Is it possible to record webcam and desktop together?

enhancement

- which docker image do we need? ``` $ make db ERROR: Couldn't connect to Docker daemon - you might need to run `docker-machine start default`. make: *** [makefile:13: db]...

I had to make the following ocaml changes to compile ``` - Char.lowercase_ascii + Char.lowercase (* deprecated since ocaml 4.03.0 *) ```

I'm tyring to [update some old elm code](https://github.com/GabiGrin/elm-codemirror/blob/master/example/Main.elm). I ran into this issue: ``` > /home/g/work/elm-codemirror/example/elm-stuff/0.19.1/d.dat: openBinaryFile: resource busy (file is locked) ``` To reproduce: ``` git clone https://github.com/GabiGrin/elm-codemirror.git cd...

[This shows up in a comment](https://github.com/elm/core/blob/master/src/Basics.elm#L856) and [in the docs](https://package.elm-lang.org/packages/elm/core/latest/Basics#(%3E%3E)). A compilable example would save beginners' time. For example: ``` > composed = cos >> sin : Float -> Float...

in my conda env: python -c "import gnuradio.wxgui.forms" results in: ``` Traceback (most recent call last): File "", line 1, in File "forms.py", line 64, in class _form_base(pubsub, wx.BoxSizer): TypeError:...

``` PS C:\Users\geoff\work\ConferencePlanner> dotnet add package Microsoft.EntityFrameworkCore.SqlServer --version 3.1.1 Could not find any project in `C:\Users\geoff\work\ConferencePlanner\`. PS C:\Users\geoff\work\ConferencePlanner> dotnet add package Microsoft.EntityFrameworkCore.Sqlite --version 3.1.1 Could not find any project in...

I'd like to contribute, but I can't build. What I've tried: - `bash build.sh` - `cabal build run-server` [1] Could we add build instruction to readme or CONTRIBUTING.md? [1]: ```...

``` example-helloworld on  update_solana_test_validator_instructions is 📦 v0.0.1 via ⬢ v17.7.1 on ☁️ [email protected](us-central1) ❯ solana-test-validator zsh: abort (core dumped) solana-test-validator example-helloworld on  update_solana_test_validator_instructions is 📦 v0.0.1 via ⬢...

Not sure if this is a bug in v2 USDC vault or I'm missing something: - [I've deposited to v2 USDC vault](https://etherscan.io/tx/0x0231f43c93f070d7b1918f2296b0146bff8320135e4c6efe1a518e7317dc506b) - yet no indication I've received yUSDC ![yearn...