Dale E. Moore
Dale E. Moore
newbie question: aplay works, oto gets "ALSA lib confmisc.c:767:(parse_card) cannot find card '0'"
Howdy all y'all, I'm sorry for what will probably be a very newbie question but I can't seem to find my way forward. I've taken example/main.go and aplay works without...
Howdy all y'all, I like that I'm able to fyne-cross examples and make distribution-ready executables for other platforms. But, I was sad to find that Solitaire is larger than the...
I'm just learning kivy-designer. I struggled to get it installed and this was the first instance of opening a .kv and looking around. I'd looked around, ran the program and...
## Environment Info kivy: 1.9.1 pygments: 2.2.0 docutils: 0.13.1 watchdog: 0.8.3 jedi: 0.10.0 gitpython: 2.1.1 six: 1.10.0 kivy-garden: 0.1.4 Platform: Linux-4.4.0-58-generic-x86_64-with-Ubuntu-16.04-xenial Python: 3.5.2 ## Traceback Traceback (most recent call last):...
Nice stuff, Christopher! But at [https://github.com/cgrant/gin-gorm-api-example](https://github.com/cgrant/gin-gorm-api-example) you point at [http://cgrant.io/tutorials/go/simple-crud-api-with-go-gin-and-gorm/](http://cgrant.io/tutorials/go/simple-crud-api-with-go-gin-and-gorm/) when I think it's now [https://cgrant.io/code/go/simple-crud-api-with-go-gin-and-gorm/](https://cgrant.io/code/go/simple-crud-api-with-go-gin-and-gorm/) Keep up the good works! [email protected]
Howdy all y'all, My Pixel 5a running Android 13 cannot find a web browser. My Android browser is NOT one of these (xdg-open chrome google-chrome firefox). I get something like...
Howdy all y'all, I'm trying to find and display a post's header image. Is this a good place to look for it? ``` posts, resp, err = cl.Subreddit.TopPosts(ctx, subreddit, &reddit.ListPostOptions{...
pip version 10 fails: ``` buildozer@ee1efff30458:/buildozer$ pip install --upgrade pip Traceback (most recent call last): File "/usr/bin/pip", line 9, in from pip import main ImportError: cannot import name main ```...
Context: https://go.dev/tour/concurrency/8 go: downloading golang.org/x/tour v0.0.0-20201207214521-004403599411 # example ./prog.go:7:6: missing function body ./prog.go:11:6: missing function body Go build failed.