panigrah

Results 4 comments of panigrah

I just found this snippet. Is it sufficient to use it in `TextStep.getMessage()` where previous value is getting replaced with the actual value - or will it break something? ```...

i dont think the typings are there for deno. This is what I ended up doing: ``` //file ./utils/phone.ts import { createRequire } from "https://deno.land/std/node/module.ts"; const require = createRequire(import.meta.url) const...

The dry-rb project also adopts a similar model, although they go with dry-rb. https://github.com/dry-rb Proposal 1 - ok Proposal 2 - ok Proposal 3 - by deprecation - I am...

copy this into a file called `react-native-rating-element.d.ts` anywhere in your project source code. ```javascript declare module 'react-native-rating-element' { import { ViewStyle } from 'react-native' interface RatingProps { rated?: number totalCount?:...