Owen Peredo Diaz

Results 14 issues of Owen Peredo Diaz

Hi, could you please add relay input support? Sample mutation query: ``` mutation categoriesUpdate($input: CategoriesUpdateInput!) { categoriesUpdate(input: $input) { category { id } errors } } ``` Regards!

enhancement
help wanted

## Features - feat: support to print previous command result with `__` or `__previous_result` - feat: Preserve regular command results as serialized values and make them available to be used...

Hi, I am using this cli with Amber and having the following: ``` $ icr $icr > require "./config/application.cr" $icr > Article.count ==> 0 $icr > Article.create(title: "sample one") ==>...

question

Hi, Is there a way to exclude sidekiq_alive queue from the sidekiq web? It affects a lot my reports because of sidekiq alive repeated jobs. Thanks!

Missing: Add tests cases for new models, new services, create/update/delete via controllers

- [x] Configure docker for local setup - [ ] Use some getting-started documentation as the default content - [ ] Improve performance - [ ] Refactor custom fields/custom field...

## Improve the performance when manipulating custom field values and custom field groups - [x] feat: unify post_type reference name - [x] feat: improve the way to calculate the post-type...

Hey guys @texpert @brian-kephart I was thinking to work on the version 3 of the CMS with the following things: - Create from scratch (excluding multisite support) - Rails 7...

discuss

Command failed: convert: unable to open image `platforms/android/res/drawable/icon.png': No such file or directory @ error/blob.c/OpenBlob/2675

waiting for response

Sample: rails g admin:scaffold_controller pharmaceutical_manufacts pharm_id:string name:string email:string status:boolean --prefix_name=dashboard --materialize