WonsonTheLazyGuy

Results 10 comments of WonsonTheLazyGuy

I dunno if committing .iml is a good idea, because for me .iml is in .gitignore btw, to make it compilable in Android Studio can be simply done by -...

@jung-kim This works, thx. But its quite frustrating that we need to enable `git config credential.helper cache`, when we enter password in real time using GUI Can ungit auto enable...

I want to set my session id (switch session) as well Anyway to implement this? Like the alternative of `session_id($sess_id_1);` in php?

I have 2 major usage: - Change color in runtime - Draw only specified group with "display" attribute (so that I can draw sprite with common in different frame. Imagine...

But the code is not thoroughly tested. I only use it with some tags I've used. You'd better test the code more with your own test case. :P

Even a text box kind of ui to edit the csv is okay for me.

@liyasthomas hi, is there any page that can state which version is the latest before GLibC dependency upgrade? I am on Debian 12 with GLibC 2.36 I would rather prefer...

@CuriousCorrelation It's okay. I understand the necessity for the change now. How about just state clearly the current support requirement of linux, but also leave a small hyperlink for people...

> @panktrip I had to do something similar to what was referenced in [another ticket](https://github.com/microsoft/WSL/discussions/4872). > > ``` > update-alternatives --set iptables /usr/sbin/iptables-legacy > update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy > ```...