Rafael Grether
Rafael Grether
elrido, Thanks for your reply! It's a little weird. I think the user defined in conf.php has the SUPER privilege, as you can be seen here: https://envs.sh/ENx.png Directly from the...
Hi dausruddin, To test ANSI quotes, I suggest you do the same test I did: https://envs.sh/ENx.png If your mysql server or users permission is preventing using ANSI quotes, you will...
@dausruddin, The quoted identifiers was implemented on 1.4.0 version. But I already suspected that migrating to another server would not solve the problem. In your sql test above, did you...
Only for contribution, on my INTEL Macbook with macOS 11.6.8 (Bug Sur), glances runs perfectly fine. Maybe on ARM Mac (M1/M2) ?
@nicolargo , thanks for your reply. When I run $ glance -d, in my terminal, nothing happens. (The same occurs without -d). I wait 3 minutes, and nothing: But debug...
Hi @nicolargo Some news! I trace system calls during glance execution. The last system call was: __sysctl("hw.ncpu",2,0x8210b4884,0x8210b4878,0x0,0) = 0 (0x0) __sysctlbyname("dev.cpu.0.temperature",21,0x8210b4a6c,0x8210b4a58,0x0,0) ERR#2 'No such file or directory' __sysctlbyname("dev.cpu.1.temperature",21,0x8210b4a6c,0x8210b4a58,0x0,0) ERR#2 'No...
@nicolargo I found it. It is related to FreeBSD blackhole. But I cant identify relation between blackhole and sensors. My blackhole settings: net.inet.tcp.blackhole=2 net.inet.udp.blackhole=1 I found other issue (#1202) in...
I'm implementing /otr status, when fully tested, I will send a PR.
Hi @bdrewery Sorry, just now I saw this issue. I don't usually check here. Would it be possible to dry-run after calculating the dependencies and the build list, "start" a...
@ossenthusiast I think I can create a patch/PR for this (although I'm not familiar with Go, I am a C programmer), but I need to understand why the atotto/clipboard was...