Jesse Hallam
Jesse Hallam
In my experience, the behaviour of APCu under high fragmentation depends on the configuration and usage scenario. In our particular case (lots of small objects, a few fairly large objects),...
I do really mean `apc.ttl`, and am referring to its usage in the following: https://github.com/krakjoe/apcu/blob/87c0ac6fef9ae4ac85090562db5d9b4f899163db/apc_cache.c#L789 To my knowledge, APCu is still the only option for a in-memory-only solution (modulo Yac,...
@bbodenmiller, is this something you might be interested in helping add to our desktop app?
@dhadiseputro, this is an interesting conundrum. The `@` prefixing was recently added to help link a GitHub post back to the Mattermost user of interest. Clicking on a username in...
@rien, with respect to the plugin id: if you change it everywhere you find it, it should "just work". Note that it's present in the `plugin.json`, as well as the...
I can sort of see an argument to treat the `MessageWillBePosted` as an edit event, not unlike if the user had edited their own post. This would store the "original...
Note that this has a non-zero impact on performance if a user mistakenly leaves these stubs in place: the server optimizes away the need to notify plugins of hooks that...
I'm not particularly fond of the "implement the method" magic that currently exists. I'd much rather have something like a `p.API.RegisterExecuteCommand(p.ExecuteCommand)` (or `p.Hooks.RegisterExecuteCommand(p.ExecuteCommand)`). In principle, this is possible, but it...
> That would just be another place that needs to be updated whenever a new hook is implemented :) So in my proposal, that would be the /definition/ of the...
Hi @joho1968! Thanks for opening this ticket here -- ironically, we have an open ticket with a very similar description back in the server repository where you first filed a...