Jesse Donat
Jesse Donat
Feature Request
Attempting to build is currently throwing the following message. ```bash # github.com/pdf/golifx/common common/subscription.go:69:23: multiple-value uuid.NewV4() in single-value context ``` The interface of the `satori/go.uuid` package changed such that there is...
I have a directory with 28,282,746 files in it on a CentOS system. The file system is XFS which should easily be able to handle it. I have essentially the...
I have the following code that worked fine in 2.x but does not seem to work at in 3.x because it is missing a bind value. While I could be...
## What version of the package or command are you using? v4.0.0-alpha.8 ## What are you trying to do? I've got a process that archives nested folders on a server....
It would appear the authors pinned post is always on top of the feed. Could we have an option to not include this post outside the normal feed of posts?...
https://3dbrew.org/wiki/MPO has details on the implementation, it'll probably be worth poking eventually.
I did quite a bit of poking around for a previous ticket before I opened it thinking "I can't be the only one" I'll happily close this if a duplicate...
ReflectionClass::getConstants (and ReflectionObject::getConstants through inheritance) both got an optional $filter param added to them in PHP 8.0 https://www.php.net/manual/en/reflectionclass.getconstants.php