-
Notifications
You must be signed in to change notification settings - Fork 949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to find the TS version i'm using ? #337
Comments
I couldn't find a way to find this out by code. |
@seveves I think it would be great! Also , another thing ( I use stackblitz a lot) : please show a "saved" message when a A CTRL+s. All you do is change the querystring without nothing being ack to the user. Also , if you can change the default template of angular to a lazy loaded module template. Great job |
All the honor belongs to @EricSimons and not me but I'm also glad that you like stackblitz :) When hitting CTRL+S the save button changes its color from blue to grey as an indicator for a successful save operation. I'm not sure if we'll change the angular template or add another one in the future. The angular-cli has no option to create a new project with lazy routing (as you can see here) and so we keep the template it simple at the moment :) |
Why has this been closed? It hasn't been fixed, has it? |
@RoyiNamir we’re a 2 man team with limited resources. The past four months we’ve been working on large high priority upgrades, a handful of which are required to make this “one line” change work reliably (ie allowing the user to install & use specific typescript versions). Reopening so I can circle back once we implement this |
@EricSimons I know you're working on allowing people to change the TS version... and that would be great. But in the short term... would it be possible just to put the current version number somewhere for reference... even if its just on the home page on the "Typescript Blank Project" button or something. I was coding something yesterday assuming Stackblitz was on TS v3.1 already and got confused when my code wasn't working. |
This comment was marked as abuse.
This comment was marked as abuse.
Unbelievable? They already mentioned they are a 2-man team with limited resources. It's an open source project with almost 500 open issues. You're welcome to make your own pull request. But in the meanwhile, unless you send a big donation their way, paying them for the excellent work they do, sit tight and relax, or start contributing. |
This comment was marked as abuse.
This comment was marked as abuse.
Wow, I am speechless. Which part of it is unjustifiable? 2 people. 500 issues. Seems kind of justifiable to me. You're using this for free without doing anything in return. The people behind this are not getting paid for working for you, and yet you complain about it taking time. I wish you luck with that attitude. This turned hostile super quick. |
This comment was marked as abuse.
This comment was marked as abuse.
Loving stackblitz and it's growth is outstanding! Keep the up the good work! Just passing through but I thought I'd at least say that this issue should likely be locked to only maintainers, or at the very least @hadnet's unproductive and unhelpful comments be hidden. @hadnet, I take open source etiquette very seriously, so in case you forgot, this is a professional open source website where your comments will be preserved forever. That said, if you insist on acting entitled, I request that you provide me with links to your own projects/products or even better any public source code that you've built or worked on. I'm sure others would like to try them out and offer you some of the same whiney complaints you have so rudely left here. |
This comment was marked as abuse.
This comment was marked as abuse.
@hadnet It's definitely not a crime, but it is more than likely against this repo's code of conduct and likely in breach of what Github would want to allow on their system. Regardless, even if we entertain your notion that you're acting justified, it still doesn't do you any favors nor is it even the strategic choice for your own agenda to act this way, eg. your specific issue is now less likely to get fixed (if it does, it will because of the positive motivation of others) and anyone who happens upon this thread is less likely to want to work with you or indulge your requests in the future. I guess it's all trade-offs though, right? 🤷♂️ |
Are you paying to use StackBlitz? or are you assisting these 2 guys with development? |
Thanks @tannerlinsley for the kind words and pointing this out- I think locking this thread & hiding some of the nasty comments in here is a good idea at this point. 🙏 @hadnet two things I want to mention before locking:
I’m happy to share that there’s a big upgrade coming out later this year that will enable this. Implementing this (and the functionality it’s associated with) in a way that doesn’t add a ton of ongoing maintenance work was/is a gigantic effort. I understand if you can’t wait any longer and need to find an alternative for the time being. For us, we have to think long term, and that means some things that appear simple won’t ship for long stretches, similar to the iPhone not shipping copy&paste for the first 4 generations of iOS. Fundamentally our job is to make hard trade offs like this. If we get most of them right, we get to keep making awesome products, and if we don’t, we’ll lose out to other solutions that do a better job. We take this responsibility seriously and I hope that’s clear from the sort of years-long moonshot bets we’ve come to be known for all in pursuit of building the best development experiences possible.
The world is full of people that are stressed and struggling right now- perhaps you are even one of them. Spreading hate, anger, name calling… it’s a race to the bottom my friend. Not only does it bring down those around you, but it also takes you down with it too. I empathize if you’re going through difficult circumstances right now, but slamming doors in the face of good people is generally not a good strategy towards living a happy and fulfilled life with meaningful relationships. It costs nothing to adopt a happy & empathetic outlook when talking with other humans. I genuinely encourage you to seek out people in your life that you can talk to. Further inflammatory comments on any StackBlitz owned repos will not be tolerated and may result in block/ban. |
Update: This issue has been resolved! When you open a TypeScript file in the latest StackBlitz editor, the Typescript version is shown in bottom right corner: You can also pick the workspace version, allowing you to configure your typescript versions on a per repo basis if desired. In Classic Editor Engineblock Projects: it is currently fixed to v4.9.5. In Classic Editor WebContainer Projects: it is currently fixed to v5.1.6. For more information on these execution environments, checkout our Environments docs page here! |
Is it possible to find the TS version currently being editing with ?
The text was updated successfully, but these errors were encountered: