Victor Golovanenko

Results 20 issues of Victor Golovanenko

It would be nice to implement Apple geolocation provider. References: https://github.com/zadewg/GS-LOC https://github.com/microg/AppleWifiNlpBackend

enhancement

I need to make my HTTPS link clickable. Are there any ways (special lable or markup)?

feature

When I add the main container to the window at the very beginning (after creating the container), the interface is displayed correctly. ```nim import nigui app.init() let window = newWindow()...

bug
Windows-specific

Unfortunately, currently NiGui does not have a template for creating an "About" dialog. `window.alert()` and `window.msgBox()` do not allow you to adjust the font size, centering, set the icon, so...

feature

It would be convenient to analyze the vulnerability of routers if debug output (`DEBUG_PRINT` macros) were available through the command line flag. It can be `--debug` or verbosity level 4...

I would like to be able to filter networks by BSSID, OUI, or by part of BSSID from the filter popup. OUI is the first 3 bytes of the BSSID....

enhancement

replace PDE_DATA() with pde_data(): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=359745d78351c6f5442435f81549f0207ece28aa rename complete_and_exit to kthread_complete_and_exit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cead18552660702a4a46f58e65188fe5f36e9dfe use eth_hw_addr_set: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5b6d5affd27486ec9152a66df1741cf67782712a

Problem: now I see that kernel versions up to 5.8 are supported, and I want to build driver version 5.3.9 with the kernel 4.9 (4.9.238), but I get errors (you...