Stylus CSS Transitions - css-transitions

I've been using Stylus on a project recently, and now I'm trying to write a CSS transition. Of course, first thing you do is copy and paste the documentation's example, but I can't figure out why that won't compile. What's wrong with this Stylus?
$keyframe-name = pulse
#keyframes {$keyframe-name}
for i in 0..10
{10% * i}
opacity (i/10)
In case it's relevant, I'm using the Gulp Stylus plugin to compile.

The most obvious answer is that you have an outdated version of Stylus, try to run npm update. In the latest versions of Stylus everything works pretty well, see the live demo at jsbin (there is Stylus 0.47.1 ATM).

Related

WebStorm light theme still shows dark menu

I am using the version of WebStorm, 2018.1
When I try to set the look&feel from Darcula to a light appearance, it does not completely do that. Some parts of the UI stick to the dark theme.
Any ideas how I can solve this?
You are using Material Theme UI plugin right?
It sets own GUI Theme in some another way (overrides stuff on the go?). You have to disable the plugin first and restart IDE. After that you can use bundled GUI Themes.
That's how it worked before .. so must still work the same even now.

How to use different IDE with Netsuite

I'm admittedly new to Netsuite, so this may be obvious, although I've been unable to find anything specific one way or the other. In fact, I don't even attend any training until next week, but I'm trying to get part of my development environment setup with one of the editors/IDEs I prefer. I know that Netsuite offers an Eclipse plugin, but I'm not an Eclipse fan. I'd prefer to use either WebStorm or TextMate. (I'm on MacOS Sierra)
I tried installing the WebStorm plugin, but it's throwing an exception and is not functional. I submitted a bug on GitHub, but what I'd really like to know is if it's possible for me to write my own script to upload/download files to the cabinet, so I could just roll my own feature in TextMate. Is this possible, and if so, how? (Just a link to the docs is perfectly fine)
In other words, is it possible via their API, to submit changes to a script I've been working on in another editor/IDE? Or interact with our cabinet? (Not sure if I'm using the proper NS verbiage, but hopefully you get my intent) I'm thinking about writing a Python script, that accepts a local script path as a parameter, that will then get submitted to our cabinet. Thanks for the help in advance.
I wrote a plugin for JetBrains IDEs (I use WebStorm specifically though) that mimics NetSuite's Eclipse plugin. Feel free to take a look. It is open source and has ~1500 downloads at the current moment.
https://plugins.jetbrains.com/plugin/8305?pr=
If you are the same person that opened this issue (https://github.com/Topher84/NetSuite-Tools-For-WebStorm/issues/7), it has been closed and was due to using an older version of WebStorm.
I don't like eclipse personally, so I just make my scripts in whatever and use Netsuite's script backend to upload the scripts as 'new' when I'm done. If I want to change them, simply use their backend again to 'edit' the script. You'll see a simple editor, where you can change things, or you just copy and paste what you have in there. It's a little more work than something integrated, but it does work..

How to add a live (interactive) console window to Atom?

Is it possible to add a live (interactive) console window to Atom? Note that this is similar to the article on adding a live console session to LightTable, except that it is for Atom.
Essentially, I am interested in the integrated terminal emulation that Geany is capable of doing:
Is there any way to do this in the Atom text editor from Github?
Yes it is possible. Don't know how they did, but there is a package "paltformio-ide". Installing it would add the windows powershell in atom, like this one:
You might take a look at Atom Terminal Panel packages.
I started using platformio-ide-terminal. Project URL: https://atom.io/packages/platformio-ide-terminal
Being used to webstorm live console I like terminal-plus a lot
I recomend you use "platformio-ide-terminal"
platformio-ide-terminal should be better because it was fork of terminal-plus.
and most of the features and usage are same as terminal-plus.
read some docs here and you will love it.
https://atom.io/packages/platformio-ide-terminal
Boy, do things change. As of May 2018, terminal-panel, atom-terminal-panel and terminal-plus haven't been updated in years and aren't compatible with the new versions of Atom.
At the moment, platformio-ide-terminal also doesn't support the latest stable version of Atom (1.26) - it's only been maintained up to Atom 1.25. platformio-ide-terminal is also the terminal for platformio-ide, an IoT IDE. I don't recommend it for non-IoT applications.
So there doesn't seem to be a good terminal application for Atom's non-IoT use cases right now, unless you want to use an old version of Atom.
The most recent versions of atom-ide-ui now provide an integrated terminal that you can open (default keyboard shortcut Ctrl-Shft-T on MacOS).
It seems to be pretty smoothly integrated, even properly using all your normal environment options.

Where can I find old Ember/Ember-data links?

Since some upgrades, the ember-data-latest no longer works with my code. For now, I would still like to finish my project on the outdated version before upgrading. Specifically, I would like to know where I can find versions of these online:
Ember-data: v0.13-54-g105cfc1
Ember: Version: v1.0.0-rc.6.1
Ember: Version: v1.0.0-rc.6-62-g213039a
I think beside from forking the repo and checking out the tags you need and build it yourself, a place to go is: http://builds.emberjs.com/
But hurry, I'm not sure how long it will stay there.
IMHO you should make the effort an port everything ember to the new releases.
Hope it helps anyway.

Leiningen 2 interactive mode

Is the "interactive" task not available anymore for leiningen 2? Is there any alternative or plugin with a similar functionality? I am using leiningen 2.0.0-preview4
I'll note the last paragraph probably explains what's going on:
https://groups.google.com/d/msg/leiningen/whV-VUdKSWM/O9H7cUQbGF8J
I should note that I'm considering dropping the interactive task in
2.0 in favour of Jark. You may want to try it instead:
http://icylisper.in/jark/start.html While the upcoming Jark version
intends to support running lein tasks, it unfortunately appears to be
nonfunctional currently.
Edit
The link that is provided gave a 404, but digging around GitHub and I found it:
http://icylisper.github.com/jark/