Saad Ahmed

Results 4 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"; ```