Dimitris Vasil

Results 5 comments of Dimitris Vasil

Anyone knows how to get access to these methods in nuxt.js? - getIdFromURL - getTimeFromURL

I guess something along these lines would work.... TelephonyManager tm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); if (Build.VERSION.SDK_INT >= 28){ tm.endCall(); } Thanks for the great project btw!

I managed to get ctrl+c and ctrl+v to work as intended via the following setup in my `kitty.conf` (Kitty Terminal Emulator config file) ``` map ctrl+c copy_or_interrupt map ctrl+v paste_from_clipboard...