Trung Lê

Results 73 comments of Trung Lê

Since we have officially supported darwin-arm64, wondering if we could publish the binary for linux-arm64 too? It's just natural that many devs use macOS for dev then deploy to ARM-based...

@crowlKats the MacMini or MBP M1 are the best Linux arm64 box on the market atm. Devs could run UTM (QEMU frontend) to run Linux ARM64 VM

```diff diff --git a/src/opengl.h b/src/opengl.h index c5262be..cdbfb6d 100644 --- a/src/opengl.h +++ b/src/opengl.h @@ -14,6 +14,8 @@ #define OPENGL_COLOR0_ATTRIB_BITINDEX (1

It is because the headers are inside `/usr/include/ffmpeg`, you could patch the `CMakeLists.txt` to include that path ``` diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ae2a49..83ff5b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@...

spree project has ported searchlogic to rails3, called 'rd_searchlogic'

Looks good to me. It would be great if this PR could get merged

It's hard to tell, I am on Kernel 4.2.5 (on Arch though) and the dongle works perfectly. I think you should try to upgrade to 4.2.5 to see if it...

@pteroctopus sorry, my typo, it is 4.5.2

I think what you could do is to install a different distro, like Arch and test it out. If the symptom still persist, then it is hardware fault.

Yes it does. I am running Linux 5.4.15 and can confirm it works: ``` $ lsusb Bus 001 Device 003: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter...