bonedaddy

Results 115 issues of bonedaddy

# Overview The `init_module` function is not called automatically through move unit tests, leading to hard to test module publish behaviors. For example if one sets up global state in...

bug
move
community

The readme showcases an example that after a reaction is clicked, it is automatically unset. This doesn't appear to be the default behavior, and im unable to figure out how...

Not really sure if this is an applicable issue since it's not really related to the code, but reporting anyways. The instructions for converting the pcap files into hccapx files...

Was playing around with the hash monster earlier, and noticed that the captured pcap files are named like "0000.pcap", "000A.pcap". I have a few questions, and suggestions. # Question *...

libp2p isn't perfect, especially pubsub, however there are certains measures you can take to achieve optimal results, which don't appear to be done here. Additionally there's a lot of configuration...

I've tried the instructions listed below to run `innernet-server` as a non-root user, however i just get the error message: * https://github.com/tonarino/innernet/issues/41 * https://github.com/tonarino/innernet/pull/94 ``` Error: Operation not permitted (os...

# Overview By default rust uses the system's default memory allocator which tends to be `malloc`. `malloc` is sufficient for light workloads, however under heavy workloads, and lots of memory...

# Overview Heap allocation is inefficient in `index::blocks`, as it initializes a vector with an empty capacity and pushes elements into the vec. This will result in numerous allocations being...

I'm not sure what the problem is but occasionally I'll go to view notes I haven't visited in awhile, and they will be missing content. The previous revisionss are still...