Shouichi Kamiya

Results 35 issues of Shouichi Kamiya

Though `rq.worker.Worker` constructor accepts many arguments (https://github.com/rq/rq/blob/eaf598d73ce234791ee22ef82f7f095aece9f2a6/rq/worker.py#L159 ), it seems that Flask-RQ2 does not support passing arguments to worker constructor. Do you guys want to support this feature? #### Background...

> Sets readonly attributes for the returned relation. The current documentation gives the impression that it can manipulate `attr_readonly`.

activerecord

### What would you like to be able to do? Can you provide some examples? Admin dashboards have to list all resources (e.g., all users). As the number of resources...

pagination

Any plan to support python or do you accept python support PR? Thanks for the awesome project!

Enhancement
Python

gRPC middleware that validates requests can be generated by embracing `protoc-gen-validate`. We generate such middleware in the company I work for and works well. It would be great if `protoc-gen-validate`...

Bug
Enhancement
Question
Go

## Is your feature request related to a problem? Please describe. Rails determines which template to use using the file extension and sets the response content type of the template...

This PR was created to understand failures when using uuid for primary keys. Hopefully, we can have a better view of uuid adaption strategy. See https://github.com/Shopify/maintenance_tasks/issues/462.

Background We use uuid for primary keys, thus `active_storage_attachments.record_id` is uuid. On the other hand, `maintenance_tasks_runs.id` is `bigint`. Therefore, when a CSV task tries to upload a CSV as an...

This is a draft PR to support grpc (see #240). The main goal is to gather feedback and agree on the interface. Thus tests are not written yet. Any feedback/comments...

Type: Feature
Status: Backlog

Hi, Is it possible to customize message key? For example, `{"message": "hello"}` instead of `{"msg": "hello"}`. We send log messages to google cloud stackdriver and it requires log messages to...

enhancement