Tal500

Results 38 issues of Tal500

work in progress, still on draft. Roadmap?: 1. Use `calc(% + px)` to handle the splitter size, so the sizing will be expected and there will be no overflow. This...

PR sveltejs/sites#445 is merged, fixing benmccann/esm-env#1, but still not deployed. After the change will finally be deployed to the official svelte.dev site, we can merge this changes safely. A simple...

Following #9, we need to have accessibility for the splitter, by ARIA attributes and by keyboard interaction. 1. [MDN on `separator` role](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/roles/separator_role) 2. [W3 on windows splitter](https://www.w3.org/WAI/ARIA/apg/patterns/windowsplitter/). 3. See also...

enhancement

Just a draft, need still to work on it.. fixes #11

I'd like to have an option to skip installation of optional dependencies. Currently, this option sadly isn't supported even at the official Heroku node.js buildpack. I believe the user should...

enhancement

Thanks for this awesome one header project! Hope that this project is still alive :-) I was trying to find a solution for a problem that wasn't described in this...

The output dist code in stream-polyfill assumes the browser know how to handle the "=>" expression. I suggest to automate the conversion by using [babel rollup plugin](https://www.npmjs.com/package/@rollup/plugin-babel), together with babel/preset-env...

Currently, VSCode-R launches the R LSP by itself internally. While for simple use-cases it sounds fine, a more advance user would like to control the exact command that is being...

feature-request