Milan Raj

Results 72 issues of Milan Raj

Is there a way to get the equivalent behavior of `docker run -it`, for example if I wanted to run the docker/doodle containers: https://hub.docker.com/r/docker/doodle/tags

Found another example that tries to put together a reusable library based on the official WASM builds of SQLite

## Bug Report ### Steps to Reproduce: 1. Create a custom element and place a perspective-viewer in the shadow root. [Stackblitz example](https://stackblitz.com/edit/perspective-inside-shadow-root?file=index.ts). 2. Notice that the perspective-viewer-datagrid and regular-table instances...

question
JS

## 🐛 Bug Looks like the current pattern for deno lock file validation does not work well for npm based dependencies. The comparison lockfile is created from the source files...

bug

**Is your feature request related to a problem? Please describe.** I'm capturing [User Timing marks and measures](https://developer.chrome.com/docs/lighthouse/performance/user-timings) in my lighthouse reports and I can see the difference if I compare...

Forgive me if I'm missing it, but is there a discussion of how the [Unicode UTR 36: UTF-8 Exploits](https://www.unicode.org/reports/tr36/#UTF-8_Exploit) are addressed by the component model strings? From what I can...

question

Trying to use the `preparePostMessage` and `rehydrateVector` helpers on the README example I get the error message: ``` Uncaught DOMException: Failed to execute 'structuredClone' on 'Window': (index) => isChunkedValid(unchunkedData, index)...

The example snippet in the README shows the `@geoarrow/geoarrow-js/worker` entrypoint but the rollup and `src/index.ts` config show a `worker` named import instead. This updates the README to reflect that difference.

Is it possible to access / add support for the CoreWebView2 SharedBuffer APIs, i.e. [CreateSharedBuffer](https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2environment.createsharedbuffer?view=webview2-dotnet-1.0.1722.45) and friends? Think it would be useful for efficient communication of some buffer content (frames...

When using tools like the python repl it would be useful for the cli history (up and down arrows) to include stdin buffers entered interactively. For example: 1. Navigate to...