David Pennington

Results 73 comments of David Pennington

Thank you, these links were very helpful. Perhaps you should add them to the readme. The automatic garbage collection of sync.Pool seems like it would kind of defeat the purpose...

What would it take to expose a basic key/value store interface for the bees? We could even make it iterable since most Go key/value stores (bbolt, badger, etc..) all support...

I was just looking at this as well. Seems throwing a an embedded go store like boltdb/bbolt/badger onto beehive as a way to persist information would keep things simple yet...

Would love to see TypeScript definitions maintained as well. How do you namespace or use the type definitions provided by dts-gen?

@banna360, sorry for the delay, I didn't see your issue. What version of PHP are you using? ``` $ php -v > PHP 7.1.7 ``` The following works for me...

At the moment I'm planning on building another discussion system probably using go or node to make the system more performant and allow some shared resources between requests.

Do you have the PDO extension installed? What version of PHP do you have installed? What error is shown?

Thanks for reporting this! Looking back over the code I'm assuming [this is the line](https://github.com/Xeoncross/forumfive/blob/master/forum.php#L288) that is somehow being reported on. What I can't figure out is why the output...

If you logout and then log back in, the session counter [will be reinstated](https://github.com/Xeoncross/forumfive/blob/master/forum.php#L185). However, you are right that [it displays nothing](https://github.com/Xeoncross/forumfive/blob/master/index.php#L369) instead of "0".