Abbath
Abbath
``` [1 of 7] Compiling Network.Socks5.Parse ( Network/Socks5/Parse.hs, dist/build/Network/Socks5/Parse.o ) Network/Socks5/Parse.hs:74:5: error: ‘fail’ is not a (visible) method of class ‘Monad’ | 74 | fail errorMsg = Parser $ \buf...
### Brief description When dumping packets with random bytes the following happens: ``` Traceback (most recent call last): File "/home/user/test2.py", line 10, in packet.pdfdump("test.pdf") File "/home/user/.local/lib/python3.10/site-packages/scapy/base_classes.py", line 474, in pdfdump...
Говнокод
Кто-то минусит все говнокоды подряд и они скрываются.
В второй секции первой главы "то что стоит за – является комментарием"
`exponent` from `RealFloat` now returns 0.
I want to use `Data.Complex` to do tricks like this: ```haskell ghci> (-5) ** 5 :: Complex (CReal 50) -3125.0000000000000000 :+ 0.0000000000000000 ``` But some functions from `Data.Complex` (`log`, `sqrt`)...
## Before Reporting an Issue - I have read the kickstart.nvim README.md. - I have read the appropriate plugin's documentation. - I have searched that this issue has not been...