Taras Mankovski
Taras Mankovski
Hey @sennyeya, I really like where this BEP is going. It has all of the elements that I was looking for: normalized api for getting builds and build providers. There...
I really like where this is going. What kind of feedback would be useful to you at this point?
Frontside is a Google Cloud user and would like to use a Deno buildpack to deploy Deno on Google Cloud Run.
Hi, what does your fix fix?
After some further consideration and research, It looks like we could use special control sequence to embed strings that would be ignored by terminals. This would allow to use them...
I’m not sure if the current DOM implementation would be compatible with tools that use JSDOM but if we used JSDOM then it would be.
I’m on mobile so hard to reference but it looks like application control sequence is universally ignored by terminals. It also allows an arbitrary string which would make them distinguishable...
Using a tree that represents DOM rather than react components would make the API more resilient to changes in React. Enzyme is not a tool that I’m personally interested in....
I’ll work on a POC. React-testing-library would be a good target and DOMish tree should be enough. We might also be able to find a small DOM implantation that would...
@vadimdemedes I created a POC using Application Control Sequences. This allows me to create a string that's ignored by most terminals, according to this discussion in [xterm.js repo](https://github.com/xtermjs/xterm.js/issues/2300). I haven't...