Meir

Results 4 issues of Meir

Hi, I wrote a script that can translate a whole file or parts of it using the OpenAI API. (#30883) Example of usage (use `source.xml` as template, translate to French,...

ui
multilanguage

### I tried this: A minimal example: ``` bring cloud; let api = new cloud.Api(); api.get("/:id", inflight (req) => { let id = req.vars.get("id"); return { body: "id: {id}", status:...

๐Ÿ› bug
๐ŸŽจ sdk
good first issue
โ˜๏ธ aws

### I tried this: ``` let tests: Map = { "foo": inflight () => { return "..."; }, "bar": inflight () => { return "..."; }, }; let runTest =...

โœจ enhancement
๐Ÿ“ language-design
๐Ÿงช testing
needs-discussion

https://github.com/p0f/p0f/blob/4abbd20ecd7421461e360c77a98dff98e08a8b10/docs/README#L526-L539 According to the readme of p0f, the value of `ittl` can be in the following formats: ``` \d+ \d+- \d+\d+ \d+? ``` Currently the script is working for the...