Saad Ahmed

Results 12 comments of Saad Ahmed

I just found out that you have you to build the notebooks too (I should read the nbdev stuff in more detail). So I'll open this once I have done...

@jph00 yeah your approach is far cleaner but your code doesn't work because `as_tensor()` doesn't accept `requires_grad` and `pin_memory` keyword arguments. I just erased them in `as_tensor()`'s arguments and it...

I am probably late but this is because you need to add a rule in the routing table to route that particular ip to the wireguard interface. This is not...

You would need to import the css theme file from highlight.js like this: ``` typescript import "highlight.js/styles/atom-one-dark.css"; ```

~For anyone having the same problem, using `exec_always` instead of `exec` in `exec swayosd-server` did the job for me~ Don't do this. Instead, just restart your sway session (reloading config...

> Access to the variable `vpnAdapter` isn't synchronised, and so the check for `vpnAdapter == null` in the `io` coroutine is suspect. But `super.onRevoke()` only calls `stopself()` which doesn't use...

Closing because already fixed. [Reference](https://github.com/celzero/rethink-app/issues/1545#issuecomment-2252874572)

> You're running WireGuard in *Advanced* mode? Rethink does not respect port number in *Advanced* mode (chooses at random). In simple mode (adding this to issue description now) > That's...

> Okay, we found the bug and have fixed it. Thanks! Where can I see the commit for that? If there isn't, can I make the PR? > Moving `stopVpnAdapter`...

How does this handle csv and tsv?