Milan Raj
Milan Raj
# 🙋 feature request I'm interested in using Parcel in WebAssembly contexts such as [StackBlitz WebContainers](https://blog.stackblitz.com/posts/introducing-webcontainers/) ([relevant StackBlitz issue](https://github.com/stackblitz/webcontainer-core/issues/286#issuecomment-893663904)) and in the [VSCode Web Extension](https://code.visualstudio.com/api/extension-guides/web-extensions#update-existing-extensions-to-web-extensions) context. The former is to...
# 🐛 Bug Report When using a TypeScript configuration of `"target": "ESNext"` creating elements with `fast-foundation` and `fast-element` results in attributes not responding to value updates. For example, for a...
**Description and reproduction of the issue** The angular-eslint/template rules seem to only detect inline components created at the top-level of a file. For example, if the following component is created...
**Describe the bug:** Trying to visit servo.org I get the message: ``` error trying to connect: invalid peer certificate: UnknownIssuer ```  Guessing servo needs the ability to use the...
The current fibonacci example on `https://porffor.dev/` with content: ```js let a = 0, b = 1; Porffor.numberLog(a); Porffor.numberLog(b); for (let i = 2; i
If I configure a page using the [OWASP recommended Basic non-Strict CSP Policy](https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html#basic-non-strict-csp-policy), i.e. for example by adding the following `` tag: ```html ``` I get an error similar to...
### Describe the bug In a horizontal layout controls that are not shown still consume space unexpectedly. ### Expected behavior I expect only controls that are shown will participate in...
Would be nice to have a host binding interface that was similar to / compatible with [AssemblyScript host binding](https://www.assemblyscript.org/compiler.html#host-bindings) to be able to pick-up some of the things they have...
In #149 `Note:` comments were made consistent as just comment blocks. In discussion https://github.com/bytecodealliance/component-docs/pull/149#issuecomment-2316155910 the idea was proposed to improve in the future. Found the [mdbook-alerts](https://crates.io/crates/mdbook-alerts) crate which adds support...
**Is your feature request related to a problem? Please describe** We have a web-component that fires and event named `cancel` following the API of the [native `dialog` element where `cancel`...