Arik Rahman

Results 19 comments of Arik Rahman

  ~ sudo pacman -S xdg-desktop-portal-gtk [sudo] password for arik: resolving dependencies... looking for conflicting packages... Package (1) New Version Net Change Download Size extra/xdg-desktop-portal-gtk 1.15.1-2 0.42 MiB 0.11...

Actually.reveal in finder works. Thanks!

Pull request put in for footnotes section. They need a different heading (https://github.com/sindresorhus/awesome/pull/2442#issuecomment-1330413628) however, which may be a little trickier. @ringabout How should we approach it? Maybe keep the crown...

If it's stripped down it should not have to be paywalled... aside from that why not just use Lapce at that point?

I use it purely with Home Manager but encounter the same issue. Looks like this: NixOS 2.2 is broken on home-manager, does not start properly: ❯ espanso start espanso started...

NixOS 2.2 is broken on home-manager, does not start properly: ❯ espanso start espanso started correctly! ~ took 6s ❯ :espanso :espanso: command not found ~ took 8s ❯ espanso...

In addition, this code: a = i128("270141183460469231731687303715884105727") echo(a) Results in: 99999999999999999999999999999999999999

This code: a = i128("170141183460469231731687303715884105730") Results in 2. However, a = i128("170141183460469231731687303715884105729") and a = i128("170141183460469231731687303715884105728") Are overflow. Is this intentional?