Ali Shirvani
Ali Shirvani
You can define a custom font family and use it different sections, here is how I use `Montserrat` font for the cover letter body: ```LaTeX %------------------------------------------------------------------------------- % Configuration for fonts...
@xiongyihui I've downloaded the `deploy.py` script from google/OpenSK and run the following command: ```bash ./setup.sh ./deploy.py --board=nrf52840_mdk_dfu --opensk --programmer=none ``` But I got this error: ``` deploy.py: error: argument --board:...
@tippexs I'm going to build the container with the latest unit version, but I could not find the commit that solved this issue in the commit history. Would you please...
Hi @dunnock, thanks for your response. I am busy these days, I hope I find some free times and start this task.
Works with Go 1.14 but does not work with Go 1.14.15.
@LPardue Thanks for the detailed explanation. According to the last paragraph in your above answer, you said that `octets` is a private crate, but there is [octets.rs](https://github.com/cloudflare/quiche/blob/c4412b8431da2b78a475b62bbf176c6913c24980/quiche/src/octets.rs) in the quiche...
Thanks a lot.
Hello @spbrogan and thanks for your helpful comment. I tried to setup the development environment according tho this guide https://microsoft.github.io/mu/CodeDevelopment/prerequisites/ but I couldn't find any guide for Linux operating system....
Thanks a lot for the detailed and helpful answer.
Hi @SaiPrathyushaa, Did you find any solution?