NotAFile
NotAFile
I have defined a shared type and method as follows: ```rust #[cxx::bridge] mod ffi { struct MyPair() -> MyPair { extern "C" { #[link_name = "cxxbridge1$test"] fn __test; } unsafe...
https://pypi.python.org/pypi/pyenet/1.3.13.1 The pyenet package seems to no longer exist
This allows you to get notified when enet is done with the packet, i.e. it has been transmitted successfully.
during the creation of https://github.com/piqueserver/piqueserver/pull/361, I noticed that the enet callbacks swallow any exceptions in python space silently.
I am unable to get pyenet to compile under windows due to linking errors. Some instructions would be greatly appreciated.
The `generate_nonce` function uses a very questionable method for random number generation. The schema is `hmac(math.random() + "random" + os.time(), "keyyy")`. I am not familiar with the security requirements for...
I'm not sure how possible this is given the implementation, but it would be useful to be able to copy things from my password manager without them showing up or...
add the new disconnect reasons
I often leave glowing bear running on my computer while I do other things. If I have a certain channel selected, I won't get any notifications for that channel on...
I sometimes want to put the output of ag into a pager for easier consumption e.g. `ag term | less`, however ag then detects it is writing into a pipe...