Saikat Chakrabortty
Saikat Chakrabortty
[feature-request] Many people I believe call the API as it is, and calling REST API in case of inter-service communication sometimes is heavy, in which case gRPC would be really...
When working on scale it makes sense to have submission priority. Usecase Example: Some people might want some requests to be taken up and processed instantly. or as soon as...
**Is your feature request related to a problem? Please describe.** It happens very often that we might want to do the changes and then commit later at once, required mostly...
[HELP WANTED] Hi, I want to generate a token that will last for a certain time, say for `7200` second, that is two hour. what is want to do is,...
Facing issue while using CeleryExecutor. while the working is launching, its crashing with the below error: ``` PermissionError: [Errno 13] Permission denied: '/usr/airflow/logs/scheduler' ``` can we have a PVC or...
trying out the same method step by step, Composer version: v0.20.8 getting this error: ``` ➜ dist git:(master) ✗ composer network start --networkName my-network --networkVersion 0.0.1 --networkAdmin admin --networkAdminEnrollSecret adminpw...
trying to disable dragging or dropping in 0th position [i.e first element.] here is what i have done so far https://stackblitz.com/edit/ng2-dragula-781-776-fhkhfm?embed=1&file=src/app/app.component.ts any idea, how do i disable dragging or dropping...
how should i implement this using custom `user` model [Persisted Model]. while using third party[Auth0] for login/signup. we after storing user details, without password in our `user` [persisted model] .
HI devs, @EragonJ @elarnellis @lexoyo @g33kidd @CrackerakiUA I want to upload a file successfully, but it's not uploading completely. and there is no parameter to pass the file size. the...
i'm trying to get only nearby places in the search result, not the result from anywhere in the world. i guess people are using `radious` option for that . [here](https://stackoverflow.com/questions/32393134/getting-results-of-nearby-places-from-users-location-using-google-maps-api-in-a)...