Bjorn

Results 19 issues of Bjorn

This assumes standard svn repository layout (/trunk, /branches, /tags), and that development is done on either trunk or branches.

We want to keep the line endings in the source file, regardless of what the line endings in the config file is. The algorithm for finding the line ending, and...

From: http://stackoverflow.com/questions/36263952/width-of-a-flexbox-column-grows-when-i-sort-it-only-in-chrome I have an array corresponding to items that are displayed in a flex container. The html looks like this: ``` 1 2 ... ``` and CSS: ``` .body...

The current fetching code is great for when you don't have a particular Python version installed, but with Travis and Appveyor it should be possible to use the real interpreter....

If I call debounce like this: ```js let i = 1; const logValue = debounce(() => console.log(i++), 500, true); logValue(); logValue(); logValue(); ``` it prints `1` and `2`. Is there...

> It seems virtualenvwrapper-win has some commands renamed. setvirtualenvproject -> setprojectdir; toggsitepackages -> toggleglobalsitepackages. from https://stackoverflow.com/questions/44611146/binding-virtualenv-to-project-using-setvirtualenvproject-command-doesnt-work-w/44613623#44613623 We should probably implement aliases for the "standard" names. It will help people following...

See https://github.com/nakedmind2017/virtualenvwrapper-win/commit/23acf9ee2c755c96db994b495297122a59ec7315#commitcomment-25349854 for fix.

bug

`folder_delete.bat` (https://github.com/davidmarble/virtualenvwrapper-win/blob/master/scripts/folder_delete.bat) is only used by `rmvirtualenv.bat`, and boils down to this line: ``` for /d /r "%CD%" %%d in (%1) do @if exist "%%d" rd /s/q "%%d" ``` i.e....

### Describe the problem Almost everyone was surprised about the real semantics of ``, this issue is not about that ;-) Custom Elements/Web Components always have a dash/hypen in the...

### Describe the bug If you create an element, e.g. as the handle for resizing a SplitPanel component and give it a sensible aria role ("separator"), you get a warning....