Vladimir Dementyev
Vladimir Dementyev
Hey, Thanks for the detailed report. > Is this intended or am I missing something? Yes, that's how it's designed. Per-thread cache works in the context of [_authorization behavior_](https://actionpolicy.evilmartians.io/#/behaviour), i.e.,...
> In cases where the policies are used in channels (or similar long-lived contexts), we'd want to avoid including this, correct? It's fine to use in channels, since they use...
Hey, First, `#load_from_sources` is a private method, and is not supposed for public usage. You can use `#load` or simply `.new`—that should be enough. The `config_path:` value must be a...
Thanks for reporting! Will be fixed in the coming-soon v2.
Hey @osjjames, Thanks for the proposal. I like the idea and see how it can be helpful (thanks for the detailed examples). However, the `ShowIf` terminology/interface looks too verbose; I'd...
Looks great! I'd only suggest renaming `#fallback` to `#placeholder` (use more UI-oriented language), and we're good to merge (well, docs and change logs would be helpful, too).
Well, it's not for older versions (as you can see from CI). But I think we can move it to the corresponding `*.gemfile`
Thanks for the report! I've pushed a fix to master, could you please give it a try? @bmulholland @geoffharcourt
> rubocop told me to add it to the plugins as test_prof It should be 'test-prof', not 'test_prof'. Could you please provide a full stacktrace? I wonder what triggers the...
What are the absolute numbers (in MB/GB)? Do you collect AnyCable instrumentation? It'd be helpful to see `clients_num`, `broadcast_msg_total`, `streams_num` and RPC-related metrics.