Git Product home page Git Product logo

alm-tools.github.io's People

Contributors

basarat avatar jdanyow avatar ryancavanaugh avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

alm-tools.github.io's Issues

State-of-the-art in Typescript world

@basarat will you consider to publish the very cool stuff you did here also for Atom? I always try to change to something else, but I have all the workflow and tool chain working in Atom, so it is quite difficult to chain to anything else. I would not even mind to pay premium price to get the support and updates just like Wallaby does. To summarise my experience:

  1. Sublime - Supported by Microsoft, but quite dodgy experience, errors appear only in console, no nice dedicated pane such as Linter with TSLint in Atom. No help with import path statements.
  2. VS Code - Still has a long way to go. Errors appear and disappear, require to rebuild the whole application. Missing tabs, missing dedicated error panes. No help on import paths, slow compilation. Positive - Uses pure tsc to compile the project, so you get latest features during compilation and error detection.
  3. VS Community 2015 - Looks quite nice, but on MAC and Linux you need to run it in VM. Also it's quite slow on compilation side. Projects need to be run as Typescript HTML with obj and bin created. But, has everything one need.
  4. ALM Tools, looks very nice and has quiet a lot of features. But it's proprietary editor missing all the goodies from the editors such as inclusion of test tools such as Wallaby JS, Minimap, Linting .. parallel support for multiple programming languages and their transpiration (CSSx, JSX ...)
  5. Atom - Till now it is the best there is for typescript, yet the support is falling behind to bring in the latest in Typescript. You put so much love in this project and it can be seen. Will you consider creating a "Premium" package?

alm.tools hacked?

Hi,

Just a heads-up:
There looks to be some issues with the content on alm.tools compared to alm-tools.github.io. It looks like some spammy links and content has been injected into the site.

Take care.

When I use QuickFix Import File, the Path is always lowercase.

So if i have a File "../TestTest.js" and i want to get the class "Test" from it then it should be:
import { Test } from "../TestTest";
but I get:
import { Test } from "../testtest";

So the Path gets lowercased when I use QuickFix - in my case this will result in an file-not-found error on my server.
It would be awesome if someone could help!

Thanks for your Time, and I love this piece of software!

~nerothe

v2.28.0 not working on Windows 7

Installed alm.tools on Windows 7 x64 using npm v3.10.9 on node v6.9.1
When starting alm (or alm -i) I'm getting:

F:\dev\trial\alm\test-proj1>alm
Version: 2.28.0
DASHBOARD: (Please open in chrome) http://localhost:4444
F:\data\user.cpl\AppData\Roaming\npm\node_modules\alm\src\server\workers\lang\core\simpleValidator.js:34
                        if (!validValues.some(function (valid) { return valid.toLowerCase() === value_1.toLowerCase(); })) {
                                                                                                        ^
TypeError: value_1.toLowerCase is not a function

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.