Jakob Grabner

Results 10 comments of Jakob Grabner

@lzybkr When I set > ```powershell > Set-PSReadLineKeyHandler -Key Tab -Function Complete > ``` I actually get a exception inside a git repo. Also it is not quite the same...

> I like this idea. Seems like it would be handy for remote branches: > > `o` 👉 `origin/` 👉 `origin/m` 👉 `origin/master` > > and path completion: > >...

You can show any text you want by setting: `` circleView.setTextMode(TextMode.TEXT); // Set text mode to text to show text circleView.setText("Text"); //shows the given text in the circle view ``...

Of course you can, not directly with my lib, but just put the circleview in a viewgroup (like framelayout) and put a button on top of it.

Custom typeface should work fine: ``` //custom typeface Typeface font = Typeface.createFromAsset(getAssets(), "fonts/ANDROID_ROBOT.ttf"); mCircleView.setTextTypeface(font); mCircleView.setUnitTextTypeface(font); ``` Maybe you can post your solution for arabic numbers, i could help other with...

I can't reproduce this error, could you please retry with the latest version. If the error still exists please let me know.

It should work, the lib uses nothing fancy. But I never used React Native, so I can't tell for sure.

@yunikkk thanks for exposing `os()` from commander. I updated the PR to use it.

Looks like the linked issue (https://github.com/libsdl-org/SDL/issues/4924) is fixed already, any chance getting this also fixed in scrcpy?

Thanks for the tip @Goooler I had a quick look but licensee does not look like a replacement. IT seems to do something different.