Alejandro Exojo

Results 7 issues of Alejandro Exojo

The config section of the manpage starts with: ``` There are several ways to turn the various knobs on `@TRANSFORMED_PACKAGE_NAME@`. In order of ascending precedence, they are: * `VARIABLE=foo @TRANSFORMED_PACKAGE_NAME@`...

## Expected Behavior I expected to be able to find a way to make the poly interface comparable, so one could compare the value stored in it. It's reasonably easy...

I expected to be able to return a const reference to a non-copyable object, like std::type_info: ```cpp struct Introspectable : te::poly { const std::type_info& type() const { return te::call([](auto const&...

Hello. I'm Alex, "suy" or "disperso" on internet and the like, and I have a proposal and request for comments to make about the future of EEex to anyone interested,...

Hola Alex. 👋🏼 😃 Thank you for the template. It has helped me a lot on setting up my project, and I will probably need to look at it again...

bug

When you attempt to mount at a path which is already an OSXFUSE volume, you get: ``` mount_osxfusefs: mount point /foo is itself on a OSXFUSE volume ``` But `fuse_loop`...