sm2017

Results 72 issues of sm2017

Please add `DateField` https://mui.com/x/react-date-pickers/date-field/

enhancement

How to read Chunk of a file ?

When we call `String smsCode = await SmsRetriever.startListening();` , `startListening` return a `Future` , once SMS received it resolved But if we call `SmsRetriever.stopListening();`, assume the user enter the code...

In TypeScript there is no way to add variant to TextField, there is no `TextFieldPropsVariantOverrides` or `BaseTextFieldPropsVariantOverrides` Is there any temporary workaround? ```TS declare module '@mui/material/TextField' { interface TextFieldPropsVariantOverrides {...

component: text field
typescript

What is difference between `sergey-dryabzhinsky/nginx-rtmp-module` and `arut/nginx-rtmp-module` ? Can you compare? Why you have no release from Mar 2016?

question

How can I add headers in the oauth request like `resourceOwnerPasswordGrant` I want to add `Accept-Language` header to let server know the language of the client

I am wondering why `interface Text` has no height value? How can I calculate it?

Please see https://stackoverflow.com/questions/68046141/slow-postgres-result I don't know that is a sequelize issue or something else, I created a gist like changes simply fetch few results from database I run the gist...

How can I check a value added in HLL data or not

## What's going wrong? I am using `CMD ["pm2-runtime", "start", "ecosystem.config.js", "--env", "production"]` in my Dockerfile to run my applications in the docker via pm2 Outside of docker `pm2 start...