Dhruv Jain

Results 7 issues of Dhruv Jain

``` :: Proceed with installation? [Y/n] (1/1) checking keys in keyring [#######################] 100% (1/1) checking package integrity [#######################] 100% (1/1) loading package files [#######################] 100% (1/1) checking for file conflicts...

![image](https://user-images.githubusercontent.com/74945202/127460240-bc9aaa25-4ba1-43a6-b533-c0d9d194c2f4.png) ![image](https://user-images.githubusercontent.com/74945202/127460271-77c43145-00e8-42ab-a779-c0b63c613784.png) no idea what causes this the patches i have enabled are: ``` alpha anysize anysize_nobar boxdraw clipboard columns font2 ligatures newterm openurlonclick scrollback scrollback_mouse sixel sync w3m xresources...

![image](https://user-images.githubusercontent.com/74945202/129787189-aa76c861-df51-4eb1-9b42-791ae3a95282.png) See the borders, they aren't equal. Please help me fix this it's driving me nuts

- [x] Does this PR have a descriptive title that could go in our release notes? - [ ] Does this PR add any new dependencies? - [ ] Does...

About Chapter 31, Semaphores. The description of semaphores and semaphore unlock(wait) operation in the book is different from the POSIX standard The POSIX standard states that the value of a...

is there any way to run this on linux? if yes could you please tell me the instructions

module.cpp ```c++ #include "GarrysMod/Lua/Interface.h" #include #include #include /* require "HelloWorld" print( TestFunction( 5, 17 ) ) */ using namespace GarrysMod::Lua; using namespace std; LUA_FUNCTION( MyExampleFunction ) { double first_number =...