Nerijus Baliūnas
Nerijus Baliūnas
Please post `diff -u` or `git diff` output in order for us to see the changes.
I insert a diff against Fedora hostapd.conf for someone to try: ``` --- hostapd.conf.orig 2013-05-30 21:28:17.000000000 +0300 +++ hostapd.conf 2013-06-04 23:36:48.253877933 +0300 @@ -22,19 +22,19 @@ ignore_broadcast_ssid=0 # Uncomment these...
Is it possible to make opening link in 'Copy image link' default?
Please provide diffs, not the whole files.
Please provide diff -u wxmedit_app.cpp.orig wxmedit_app.cpp, i.e. only the differencies, not the whole file.
I tried to compile with wxWidgets 3.x by using changes made in madedit-pv, but resulting executable segfaults. I am attaching my changes. [wxmedit-wx3.diff | uploaded via ZenHub](https://www.zenhub.io/files/53f92ca12cd587622e000cb4)
Should probably be merged :)
Same here. SMART became FAILED when Percentage Used: became 100%. ``` # smartctl -i /dev/nvme0 smartctl 7.0 2018-12-30 r4883 [x86_64-linux-3.10.0-957.21.3.el7.x86_64] (local build) Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org...
The following changes make wearout detection work: Preprocessing steps 1: Regular expression: ``` ((?:(?:177 Wear_Leveling_Count|202 Percent_Lifetime_Used|202 Percent_Lifetime_Remain|202 Unknown_SSD_Attribute|230 Media_Wearout_Indicator|233 Media_Wearout_Indicator|231 SSD_Life_Left) +0x[0-9a-z]+|Percentage Used:)) +([0-9]+) \1|\2 ``` 2: JavaScript: ``` return...