interfect

Results 23 issues of interfect

gnomecast generated this ffmpeg command for my mp3: ``` ffmpeg -i /home/anovak/Downloads/06-Lai-Power-Anemia-Spaghetti-Junction-Remix.mp3 -map 0:1 -map 0:0 -c:a copy -c:v h264 /var/tmp/gnomecast_pid1050110_transcode_s4ydti6n.mp4 ``` ffmpeg sees a video stream in here, but...

**Describe the Bug** I upgraded to Beaker 1.1, having put some sites on my watchlist a long time ago. Now, when I start Beaker, I get an eyeball icon popping...

bug

I'm rendering a bunch of spheres, with a particle system on each. I want to eventually achieve a glow effect, but right now I'm just using the default star-shape texture....

On Ubuntu 16.04, librevault-daemon crashes immediately on startup like this: ``` (gdb) run Starting program: /usr/bin/librevault-daemon [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". __ __ _ _...

bug

**Pre-Submit Checklist**: - Check applicable sources for existing issues: - [Windows Known Issues](https://docs.safing.io/portmaster/install/windows#known-issues) - [X] [Linux Known Issues](https://docs.safing.io/portmaster/install/linux#compatibility) - [X] [Github Issues](https://github.com/safing/portmaster/issues?q=is%3Aissue+label%3Abug) **What happened**: Today I had some trouble resolving...

bug
waiting for input

The derive macro for components seems to be assuming that the literal string "Component" in my source code is going to point to `specs::Component`. https://github.com/amethyst/specs/blob/d4435bdf496cf322c74886ca09dd8795984919b4/specs-derive/src/lib.rs#L72 This isn't true if I...

I recently ordered a SAMD51 Thing Plus, and I wanted to try and use the on-board SPI flash memory chip (an Adesto AT25SF041 on my board). It looks like the...

After building on a Raspberry Pi Zero W, `./go-ssb` crashes immediately on startup with one of: ``` t=35.351562ms starting=metrics addr=localhost:6078 go-sbot: failed to instantiate ssb server: During db.vlog.open error: Open...

I'm trying to make a tiny SSB server out of a Pi Zero W, but some of the native libraries (I think) that `ssb-server` ships with don't actually seem to...

I'm using a machine with an 8 core, 16 thread CPU, and plenty of CPU memory, but no GPU compatible with current ML toolkits; ROCm dropped support for my hardware...