- Expand Selection logic is terrible: https://www.useloom.com/share/173a48bf9afa49228eee3d0034bf0494
- Can't drag a tab out into it's own window
- Poor support for PostCSS (even with an extension). Enabling it breaks essential features such as Emmet.
- Fuzzy file searching isn't the best.
- macros/others.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0eNqdnN1u4kgQhV9l5GsYufq/c7tvsNq71WhFwJuxBAYZGG0U8e7rBLKwpG1OnasoE81Hubqqurr6mLfqeX1sdn3bHaqnt6pdbrt99fTnW7VvX7rF+v3fDq+7pnqq2kOzqWZVt9i8//b3Yn+YH/pFt99t+8P8uVkfqtOsartV80/1JKfZQ8Jiv282z+u2e5lvFsufbdfMzQ3CnH7MqqY7tIe2OVv08cvrX91x89z0w2dM2jKrdtv98H+33bsBA2/uZ9Xr8EPM8Bmrtm+W5z+ad1Pv0IZEy6kAs0qYw+10SrTB0V6Jtjg6TIfAuNn1wB7I7UcwLVa/Ft2yWc2Xbb88tu/R9+WTou4havwZktI9gqOzDq1YU6l1aIXRIspFpddUlMmpSCdRpqoi5kWZqteK8j+0K6E9hzYAOijDPN2s6iOPRI6dSzVWtPkYFIYqE3IecbapyZ2mLnnB3G2Jbbdv+sPwl1FO0ZnGwBhXftRQolqUWpehpQA1d2l1HHqH/qXfDj+na3we2JeuZHs87I7FUmM8arJTLLkypxSRaiJXCRB0Ql0xGVnKVFJkklVmUsKDzAqFzgDZcDUwFftMy8FiEea0TZr/pCn3c3tNsk2zao+bebMefNa3y/luu27GW82yEwJcu8wUJsIYe33uBxXQJq5dj0AgZdhe+Xzsh1BXKyt20ZVO2xleYOE2kJbb3a7p58vF8xARpQ+BtyzF48Mb1lQkOUe188CaO23iTOWNg/OmHO/F02lUrjxbQlyiCjQSA5kiA6vna65ah9LqeeFgvggzZOl32nXz1wxbb4fP+LkY2rcVUGw9ML9wJDsAbM8V8gCEReDQHkBHqhIhRieKjNiclatYDpDSbhxqDh0AtHCFT51AwVDlCVjSYCkysKTBcbXKlWpV8BzMFmF47xivC/YoFtSdJAIlO0kHLE/m0PYxOtbkYd1dD+ttN3JWj0LCLTIJiIaqcIC/o6XIiLudsqVzj3e+6KmygFgbKDLiYTgDI+6HxNUdU6o7MZNT1hI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="us-ascii"?> | |
<Catalog> | |
<CUnit id="AutoTurret"> | |
<Attributes index="Light" value="1"/> | |
<Attributes index="Structure" value="0"/> | |
<LifeStart value="16"/> | |
<LifeMax value="16"/> | |
<StationaryTurningRate value="720"/> | |
<CostResource index="Minerals" value="0"/> | |
<BehaviorArray index="0" Link="LimitedDuration100seconds"/> |
Pros | Cons | Time taken | Notes | |
---|---|---|---|---|
Bike | Free Good exercise Avoids traffic | Cold in winter Frosty paths in winter | 20 minutes | "Free" because I already own several bikes |
Park & Ride | Fairly cheap Reasonably quick | Have to drive to the station Can get stuck in traffic Evening services are unreliable | 50-80 minutes | It takes longer to drive to the stop than the bus journey in the morning |
Car | Can listen to own music | Get |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM python:2.7 | |
ENV PYTHONUNBUFFERED 1 | |
RUN mkdir /var/www/ | |
RUN mkdir /var/www/project | |
WORKDIR /var/www/project | |
ADD requirements.txt /var/www/project | |
RUN pip install -r requirements.txt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>three.js webgl - particles</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> | |
<style> | |
body { | |
background-color: #000000; | |
margin: 0px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"auto_upgrade_last_run": null, | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"Anaconda", | |
"AutoPEP8", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/Blackboard (SL).tmTheme", | |
"detect_indentation": true, | |
"detect_slow_plugins": true, | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", |