Binoy Shah

Results 6 issues of Binoy Shah

The sample applications are great, but there is no step-by-step todo to implement this thing. What if stripped down Restful API security with Authentication and Authorization is needed ? Can...

Is it possible to toggle editable mode per row or for specific cell ?

# Checklist * [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+) for similar or identical bug reports. * [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22Category%3A+Documentation%22) for existing proposed fixes. *...

Issue Type: Feature Request
Category: Deployment
Component: Logging
Category: Documentation

Once nice feature of JUnit 5 is overriding the outputs of test Method names with more human friendly `@DisplayName` annotation. Seemingly the test output does not pick up the test...

I am using nginx as a reverse proxy in front of relumin. below is the config ``` location /cluster { proxy_pass http://72.128.146.180:9090; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $http_x_forwarded_for; proxy_set_header REMOTE_ADDR...

Hi, As per discussion here https://github.com/slingdata-io/sling-cli/discussions/131, this request is to add support for incremental replications to file destinations.

enhancement