Anmol Mahajan

Results 7 comments of Anmol Mahajan

@frederikhors and @a8m are we working on this? We have a similar use case and suffering from same problem. Let me know if this is supported in ent or not.

Generally I use this lib for these kind of use cases: https://github.com/gorhom/react-native-bottom-sheet

@ImamAlfariziSyahputra Here you go: ``` import React, { useEffect } from 'react'; import { Html5Qrcode } from 'html5-qrcode'; import Header from 'components/shared/Header'; import styles from './QRScanner.scss'; export enum CameraFacingMode {...

I'm not sure if this would address the problem, however we recently had similar behaviour in our organization when the grpc client abruptly stopped delivering requests to our GRPC server....

hey @GeoffreyPlitt , can you try by explicitly setting the log level to `debug`? ``` const tracer = require('dd-trace').init({ runtimeMetrics: true, logger: { logLevel: 'debug', debug: console.log, error: console.log, warn:...

Is there any update on this feature? It would be beneficial to include in the Temporal UI, which is extremely important to us.

We are also seeing the same problem. When we use the `server reflection` proto definition, everything works great. However, when we make a GRPC call while importing the proto file,...