simmonspaul
simmonspaul
All. This is great. I had not checked the PRs before and @lonnieezell tuned me into this. I had independently cobbled rabbitMQ controllers together to fulfill this same underlying purpose...
> Just to be super clear I understood you, you are suggesting an implementation of queues that uses CodeIgniter\Model (or CodeIgniter\BaseModel) to give a common set of familiar methods? @MGatner...
@colethorsen @MGatner Thanks. Your thoughts, ideas, and consensus was exactly what I was looking for. > The concept of "MVC model" is a larger category of services, libraries, and data...
Isolating the CSS / Theme adaptation seems like a good idea and would be appreciated. eg. I can't modify the size of the left sidebar (or font sizes) so my...
I had the same issue, however this is raised and resolved as per #245
I was treading water with this for sometime. Using v2+ for the first time and no results based on the setup example. Found that the [effectiveUrl:GuzzleHttp\Message\Response:private] was correct with no...
I've tried to improve my hack to embrace the idea of strategies. Below is a standard search: $rets->Search($resource, $class, $query, [ ...$optional_parameters... ], $recursive] The $recursive parameter is a boolean...
Nice job. Thank you. Much cleaner. I'll do a deep dive when I'm next looking at that code. Thanks.
> > I implemented a quick solution for the phRETS v2 using a custom strategy/parser > > My code: @steveheinsch @troydavisson Agreed with both of you. Having a design on...
Custom dropdown to work as is (no option elements). Simply being able to render inside a "select" element. (So that eg. bootstrap there is a dropdown arrow on the right...