Yubao Liu

Results 43 comments of Yubao Liu

@MichaelDaum Please review again, it now supports Apache mod_fcgid and Nginx FastCGI, the latter is used by default. I tried to make Apache mod_proxy_fcgi work but failed, that's why the...

Any further review feedback? Could we get this merged?

Agree with @timlegge, usually people use Docker because they don't want to learn how to do manual installation, two commands `docker build` and `docker run` are enough, or even just...

macOS 14.3 node 21.6.1 pro 3.2.1 依然出现这个问题。 ``` $ pro create myapp (node:20664) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...`...

Got this issue too on Slackware current, the script `/usr/share/sddm/scripts/Xsession` is outdated, it doesn't source `/etc/profile` which brings many important environment variables. The `Xsession` at https://github.com/sddm/sddm/blob/37a39d07ce14251bbe643f1ddfcbdd4684859927/data/scripts/Xsession#L29 is correct, fixed by...

Add this section to /etc/sddm.conf to turn off qtvirtualkeyboard on **Alpine Linux Edge**: ``` [General] InputMethod= ``` Now Enter key works as expected. I checked Slackware-current, it sets `InputMethod=qtvirtualkeyboard`, I...

I just did some dirty hack to make ActiveJDBC can accept an encrypted object for query parameters and return encrypted object too from result set. ```java public class NameEnc {...

Possible converter interface: ```java public interface Converter { // cls is required so that we can share an converter among sub classes of T T fromDatabase(ResultSet rs, int i, Class...

Two month passed, just a ping … ;-)