Ros Sokcheanith

Results 9 comments of Ros Sokcheanith

```tsx import {CheckIcon, Select} from 'native-base'; import React, {useState} from 'react'; import {MySelectProps} from '.'; export const MySelect = ({select, selectItem}: MySelectProps) => { const [service, setService] = useState(''); return...

id_signedData and id_ct_tstInfo are the same. `contentInfo.contentType` the value was `1.2.840.113549.1.9.16.1.4` it's not `1.2.840.113549.1.7.2`.

Here is my update code. ```ts import { AsnConvert, AsnParser, OctetString } from "@peculiar/asn1-schema"; import * as assert from "assert"; import path from "path"; import fs from "fs/promises"; import {...

> Is this still reproducible with the latest version? > > If I had to guess, there might be an issue with (de-)serialization of cookies when sending them to your...

Please help review and release on this merge on this as I am stack with the version conflict and cannot update MongoDB.Driver to version 3+. Thank you.