Nikhil
Nikhil
Mainly because of github not refreshing their data. (i guess) ### To reproduce 1. Create a repository 2. Delete the repository 3. Check the app's notification window ### Screenshots 
1. Content injection is possible. User inputs are not properly sanitized. [Look at the comments made by me (Nikhil Kumar) ](https://commudle.com/gdg-new-delhi/events/devfest-19) 2. I'm not sure but I really think that...
I have 2 monitors in extended mode. 1. 2560 x 1440 px 2. 1920 x 1080 px Context: I'm running the [mjpegstream example](https://github.com/kirides/go-d3d/tree/main/examples/mjpegstream) If I just use any one of...
After adding an issue. User will either upvote or downvote. Same thing will go with solutions and comments.
**Abstract** BLE devices are everywhere and it is secure by default. But people make communication logic based errors. I will be going a service available publicly and how it fails...
Initialized the Emulator like this - ```python3 emulator = Emulator( vfs_root=posixpath.join(posixpath.dirname(__file__), "..", "vfs"), vfp_inst_set=True, arch=androidemu.const.emu_const.ARCH_ARM64, config_path=posixpath.join(posixpath.dirname(__file__), "..", "_emu.cfg") ) lib_module = emulator.load_library("../extracted_libs/libsome.so") ``` Getting this error - ``` Traceback (most...
We should be checking if the backup that is about be restored is of the same FF version or not. https://github.dev/frappe/press/blob/64e540c843dd587a1755d870c8b7190ee02530ac/press/agent.py#L104-L130