Trung Lê
Trung Lê
### Are you using the latest Dosbox-Staging Version? - [X] I have checked releases and am using the latest release. ### Different version than latest? 0.81.1 ### What Operating System...
asdf is a version managers for many programming languages. IMHO it is better to install programming languages locally for every users
A page outlines list of nodes uptime. It should also provide additional details such as scheduled downtime
Version: 0.8.20 Steps to reproduce: ``` $ uname -ar Linux shrimp-paste 6.8.9-300.fc40.ppc64le #1 SMP Thu May 2 18:35:21 UTC 2024 ppc64le GNU/Linux (Fedora 40) $ rustc --version rustc 1.77.0 (aedd173a2...
### Description Linux distro for PowerPC 64 LE tend to come in 2 pagesizes, either 4k or 64k. Fedora goes with 64k whilst Debian goes with 4k. AFAIK you could...
``` $ # gcc version 14.1.1 20240522 (Red Hat 14.1.1-4) (GCC) $ export CFLAGS="-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -m64 -mcpu=power8 -mtune=power9 -fasynchronous-unwind-tables -fstack-clash-protection -fdiagnostics-color=always...
## Description In order to get deno run on linux-ppc64le platform, the rusty_v8 must firstly support the architecture. There are patches to V8 to support ppc64le (which are not accepted...
### Describe what happened ```ts const albTargetGroup = new aws.lb.TargetGroup(`blah`, { stickiness: { enabled: true, type: "appCookie", }, }); ``` I got error that `type` is incorrect. The type source...
``` /__w/Q2RTX/Q2RTX/extern/openal-soft/alc/backends/alsa.cpp:396:11: warning: enumeration value 'SND_PCM_STATE_PRIVATE1' not handled in switch [-Wswitch] 396 | switch(state) | ^ ``` The compiler gives me that warning and so it's seems to me `SND_PCM_STATE_PRIVATE1`...