Erfan Safari
Erfan Safari
### Steps to reproduce set main button text to an RTL text: ```js window.Telegram.WebApp.MainButton.text = "سلام" ``` ### Expected behaviour Main Button should display RTL texts as like LTR texts....
I see this project needs node v8 and it doesn't work on newer versions (in my case node v16) Is there any plan for upgrade? I really like this
### I'm submitting a ... - [ ] bug report - [ x ] feature request - [ ] support request or question => Please do not submit support request...
``` ConnectionReset: Connection reset by peer (os error 104) at async read (deno:ext/net/01_net.js:21:19) at async BufReader.read (https://deno.land/[email protected]/io/buffer.ts:314:18) at async BufReader.readFull (https://deno.land/[email protected]/io/buffer.ts:343:28) at async WireProtocol.receive (https://deno.land/x/[email protected]/src/protocol/protocol.ts:77:34) ```
https://www.mongodb.com/docs/manual/reference/collation/
- `parseOptions` should be a sync function (not async) like mongo_next
to be updated again
we should directly use `std/testing/bdd.ts` or `Deno.test` function in our tests (not using helper functions like `testWithClient`). because new deno-vscode testing feature can't detect these tests.
``` Error - MongoError: {"topologyVersion":{"processId":"620ab5c7dea2e48072aff8bd","counter":3},"operationTime":{"$timestamp":"7064746775537516821"},"ok":0,"errmsg":"not primary and secondaryOk=false","code":13435,"codeName":"NotPrimaryNoSecondaryOk","$clusterTime":{"clusterTime":{"$timestamp":"7064746775537516821"},"signature":{"hash":"2pB18NeqyGGCrifDhThwCWzt1Sw=","keyId":{"high":1632770001,"low":1,"unsigned":false}}}} -- 34 | Error on find 29793769 Error: MongoError: {"topologyVersion":{"processId":"620ab5c7dea2e48072aff8bd","counter":3},"operationTime":{"$timestamp":"7064746775537516821"},"ok":0,"errmsg":"not primary and secondaryOk=false","code":13435,"codeName":"NotPrimaryNoSecondaryOk","$clusterTime":{"clusterTime":{"$timestamp":"7064746775537516821"},"signature":{"hash":"2pB18NeqyGGCrifDhThwCWzt1Sw=","keyId":{"high":1632770001,"low":1,"unsigned":false}}}} at WireProtocol.commandSingle (https://deno.land/x/[email protected]/src/protocol/protocol.ts:25:19) at async FindCursor.executor (https://deno.land/x/[email protected]/src/collection/commands/find.ts:6:29) at async...
saslprep module size is huge and should be only loaded when we need it