Junjie Wang

Results 16 comments of Junjie Wang

I absolutely love this new feature and cannot wait for its implementation in CS. It looks like it's going to be at Stage 4 very soon. https://github.com/tc39/proposal-private-methods/commit/7aa58d7af3441d4558bd73bbad315c4ab21899ae Note that there...

The latest commit of `coffeescript 2` added the support for `{props...}` (or `{...props}`) inside ``. So `JSX` (or you can call it `CSX` now) is now **FULLY** supported! During the...

FYI, `coffeescript-2.0.0-beta4` is out! Also, to comment inside `CSX`, you can use `block comments syntax` wrapped in `{ }`. ```coffeescript {### A CSX comment ###} {### Multiline CSX comment ###}...

![Screenshot_20220416_142707](https://user-images.githubusercontent.com/8561307/163687089-f2cc2db8-0185-4650-a9c7-1068b365968f.png) Titles under "Next/Previous" are clickable, but "Next/Previous" themselves are not

[fabric3](https://pypi.python.org/pypi/Fabric3) works with Python 3.5.

What's the error message when you run `terminator` in console?

Guys, please **run `terminator` in any terminal console**. What's the **error message appeared in the terminal console**? I will need these error messages to know what's going on. The plugins...

@danboid It's possible the plugin is not loaded at all somehow in your system. You may insert the following to the very beginning of `LayoutManager.py` to test if `Terminator` at...

@danboid I think there might have been some conflicts in configuration file when upgrading `1.0` to `1.9`. As long as you manually enable it, it should work fine. I have...

@loynoir Awesome work! I love how you made it isomorphic. Previously, I was doing something similar, inlining base64 to bring wasm-pack libraries (web target) into a web worker within a...