Erudition

Results 48 issues of Erudition

```shell Auto patching ELF binary: ./emulator/lib64/gles_swiftshader/libGLES_CM.so Setting RPATH to: /home/adroit/.guix-profile/lib:/home/adroit/.guix-profile/lib:/home/adroit/.guix-profile/lib:/home/adroit/.guix-profile/lib:/home/adroit/.guix-profile/lib:/home/adroit/.guix-profile/lib ```

The script always overwrites the binary's RPATH, even if the old value contains paths that allow access to libraries not found in the global `$libs` search path. Instead, perhaps we...

autopatchelf can fail like: ```shell Auto patching ELF binary: build-tools/30.0.3/bcc_compat No package found that provides library: libbcinfo.so ``` despite the library NOT being "not found" (the original RPATH contained a...

https://github.com/alphacep/vosk-api/ This project has a libre, offline-capable speech recognition engine that's over 90% accurate - perfect for autoedit! Vosk is a speech recognition toolkit. The best things in Vosk are:...

enhancement

I'm currently using nativescript but qt just works with every platform out of the box, would love to use it

### The problem My first cron-scheduled backup did not run, and there's a log entry as shown in the title. ### What version of Rclone Backup has the issue? 3.1.0...

Using the new unified Pointer events API we can handle both touch and cursor at once.

The README is very basic, currently it does not include the following steps: How to get it `git clone https://github.com/excitoon/video-remove-silence.git` Go into the new folder `cd video-remove-silence` Make the correct...

It tries to look for `elm-make`, but the proper command is now `elm make`.

I would like to use web components for nicer inputs when rendering my form. From what I can tell, this package forces you to use it's own provided `input` element,...