スィルヴァン

Results 8 issues of スィルヴァン

It is possible to **inject JavaScript** through the image url, see below: `"image":"https://www.gettyimagcadsaes.com/gi-resources/images/500px/983794168.jpg\"onerror=\"javascript:alert(document.cookie)"` ![image](https://user-images.githubusercontent.com/10768924/85372071-966d6c80-b531-11ea-9b16-82a9b7dbc499.png) You can trigger this by selecting Tag #Dragons at page 37 (at some examples, eg.: https://conduit-vanilla.herokuapp.com/#/)...

suggestion
v2

The added Repo allows programmers to compare different approches. Eg. React vs Vue.js vs Angular vs Event Driven Web Components, etc.

Hello, I went through the specifications of the todomvc and created a new candidate: https://github.com/mits-gossau/event-driven-web-components-todomvc-app Demo: https://mits-gossau.github.io/event-driven-web-components-todomvc-app/src/ Your guides have been a bit outdated, so I thought I am going...

Chrome did not properly change the cursor to resize and other cursor types on interaction. This is due to pointerType 'pen' instead of 'mouse'. Test: https://weedshaker.github.io/cssGridLayout/ / https://github.com/Weedshaker/cssGridLayout I also...

Hello, I read the comment on Issue: https://github.com/subins2000/p2pt/issues/29 and then tried to add a video track to the connection analog the description from here: https://webrtc.org/getting-started/remote-streams . The first issue was...

**Describe the solution you'd like** I am writing a new Provider for yjs, which uses p2pt called y-p2pt provider: https://github.com/Weedshaker/y-p2pt Which is truly decentral, since the handshake server is the...

enhancement

Hi and first off, great Repo! I have tested your example: https://weedshaker.github.io/event-driven-web-components-p2pt/indexExample.html and also wrote my event driven example with basically the exact same usage of the api: https://weedshaker.github.io/event-driven-web-components-p2pt/ And...

Hello, trystero is a fantastic project. It would be great, if we could plug trystero into yjs like other protocols do: https://github.com/search?q=yjs%20provider&type=repositories Actually, there is already some efforts ongoing: https://github.com/kahnpoint/y-trystero...