Robert

Results 50 comments of Robert

@Ahmedgagan it was me who requested that and thanks. So please correct me if I'm wrong, but this adds a rake task that is optional and can be run on...

@Ahmedgagan ah, the code clean-up helped hide that (we should probably consider separate PRs for code clean-up or diffs get harder to inspect) ok I'd strongly recommend that's made a...

@Ahmedgagan no problem and thanks for the code cleanup, just a suggestion (and note to self) as probably good practice. It's a much welcomed feature, I'm sure, so thank you,...

Hmmm, caching is not possible? How about something like: ``` def self.channel_cache_key(channel) "slack_channel_#{channel}" end match /.*/ do |client, data, match| mychannel = Rails.cache.fetch(channel_cache_key(data.channel), expires_in: 1.hour) do web_client = Slack::Web::Client.new web_client.conversations_info(channel:...

@angusmcleod OK using the associated Discourse branch, `discovery-named-outlets` the Calendar comes up in the Category tab, however, shouldn't it be resilient such that it works before and after the change,...

hey @jumagura could you please add CI here (back-end tests running and back-end linting) so we can see that the tests are passing? my suggestion here is not to make...

This has hit me too as my code supports the vision model. Thanks for raising.

@ausangshukla have to disagree. Marshall is working fine for me under Ruby `3.3.0` and `3.3.2`. I have pulled this code into my own library folder and run the specs, and...

Yes, I'd love to add support and for any emerging primary publicly-accessible LLM from Google. Not whether but when I get around to it. PR welcome in meantime!