Can't use import in ES6 in Visual Studio Code [duplicate] - ecmascript-6

This question already has an answer here:
Node.js plans to support import/export ES6 (ECMAScript 2015) modules
(1 answer)
Closed 5 years ago.
Can I use ES6 module syntax with Node.js starting from version 8?
Similar questions have already been asked on this site, but answers there are obsolete. I wonder if the situation has changed with new version of Node.js?

https://medium.com/the-node-js-collection/an-update-on-es6-modules-in-node-js-42c958b890c
It is in progress but the ETA is 2018 at the earliest.

Related

Can I use Chrome's native messaging API in an extension to open a local HTML file in my default text editor (eg. Sublime Text)? [duplicate]

This question already has answers here:
Use 'Chrome Native Messaging' from Sublime Text plugin
(1 answer)
Start an external application from a Google Chrome Extension?
(4 answers)
Closed 6 years ago.
I'm just getting started with Chrome extensions and I was wondering if this is feasible.
I'll often navigate to a local HTML file and open it up for viewing in Chrome. I'd like to be able to click an extension's icon to automatically take that local file URL and open up the file in a text editor installed on my computer (like Sublime Text for example).
As some commenters have pointed out, a duplicate question was asked 6 years ago. The accepted answer is deprecated today, but a more up-to-date answer (3 years ago) cites the native messaging API as a possible solution.
I'm hoping someone with a great understanding of it can tell me whether or not my end goal here is possible using this tech.

Are the Font Awesome 3.2 docs still accessible? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am using Font Awesome 3.2. Font Awesome just released version 4.0. Prior to the 4.0 release I would view Font Awesome's documentation at http://fortawesome.github.io/Font-Awesome/icons/. The new version has differing icon names and makes it difficult to work between the old and new documentation.
Are the 3.2 docs still available? Can I download 3.2 docs?
The documentation for 3.2.1 has been archived at:
http://fortawesome.github.io/Font-Awesome/3.2.1/
There's an article for upgrading from 3.1.2 to 4 on the Github wiki for the Font Awesome project:
Upgrading from 3.2.1 to 4
You can also download earlier releases from the project's Releases page. The 3.2.1 release does include docs, but they must be compiled to be useful.
Generally speaking, you can always check the Wayback Machine as a last resort, which has cached versions of some of the docs from previous releases based on date:
Cached version of FontAwesome site from 3.2.1 release
I just wrote a set of SED regexp to convert class name of font-awesome 4.0.0 to font-awesome.3.2.1 equivalent.
Look at this :
https://gist.github.com/guli/7154067
To use it :
sed -f sed_rules.sed < font-awesome.css > font-awesome.css.fixed
Feel free to comment or fix the gist :)
I've written a simple Python tool to migrate HTML from font awesome 3.2 to 4.0. It may be of use to you.
You can grab it here: https://github.com/robert-b-clarke/font-awesome-3-to-4
Tested migrating a batch of Django templates from font awesome v3.2.1 to v4.0.3. Patches, fixes and tweaks are of course welcome :)

How to get the Full stack trace of all the methods executed while rendering? [duplicate]

This question already has answers here:
StackTrace in Flash / ActionScript 3.0
(8 answers)
Closed 8 years ago.
In my Flex application i need to get the stack trace of the methods executed from the creation of my application and need to check how much time spend for rendering a particular component or container.
Throw a new error, catch it, make it to string, maybe parse it.

How to migrate a data base from mysql to postgres [duplicate]

This question already has answers here:
MySql to PostgreSql migration
(8 answers)
Closed 9 years ago.
I have a file .sql and I can't open it with pgadmin.
How do I import it?
The PostgreSQL wiki has a lot of interesting links for exactly this: http://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL#MySQL

MySQL Table Structure Visualization? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Mysql Visualization Tools
Is there an online tool or an app that can create a graph or an image of an imported database that shows the relationship between the tables inside it?
If an app is okay: MySQL Workbench
have a look at DB Visualizer
dbForge does this as well, so it seems you have lots of options.
Link: http://www.devart.com/dbforge/mysql/studio/download.html