sinclairzx81

Results 16 issues of sinclairzx81

Hi, was wondering if `https://deno.land/[email protected]/wasi` could implement the `sock_accept` function on the current preview1 snapshot. I note that this function was included in the WASI snapshot a little while ago...

Hi, great project! Would it be possible to include AJV to this test suite? I think a case exists for testing AJV performance as it's possible for TypeScript to inference...

new package

Currently Smoke is built using some custom build tooling. This tooling is out of date and the future plan is to move things over to the `parcel` bundler. This includes...

Hi there, Am just reviewing solutions for offline caching, and found your project, it looks great!! I have a quick question with regards to being able to map local endpoints...

**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.11.0 **Ajv options object** ```javascript {} ``` **JSON Schema** ```json { "type": "array",...

bug report

AJV: 8.6.2 Draft: 2019-09 Hi, I've run into into a issue with `$recursiveAnchor` and `$recursiveRef` where I'm unable to target non-root schemas using `$recursiveRef`. For simplicity, below is the TypeScript...

limitation
json schema

**What version of Ajv you are you using?** 8.9.0 **What problem do you want to solve?** Optimize Schema Compilation **What do you think is the correct solution to problem?** Allow...

enhancement

### Provide environment information TypeScript 4.7.4 ### Describe the bug Hello, I'm currently trying to integrate TypeBox into tRPC, but am having some difficulties getting `input` type inferring correctly for...

✨ enhancement

# Suggestion Would be good to include the WebCodecs API as part of the TS DOM definitions https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API ## 🔍 Search Terms AudioData AudioDecoder AudioEncoder EncodedAudioChunk EncodedVideoChunk ImageDecoder ImageTrack ImageTrackList...

Hi, Just in case anyone is interested, I have few reference projects which i have slowly been putting together for the past few months that I am using as reference...