Jason Jarrett
Jason Jarrett
I'd love to be able to run the following in the browser (just prototyping myself) - and have it load the editor: ```html import monaco from '//dev.jspm.io/monaco-editor/esm/vs/editor/editor.main.js'; console.log(monaco); ``` Currently...
Hey All, I'd be interested in this on windows as well... Not sure if it helps, but wrote a custom `cd` command in PowerShell which give it some fun features....
Here's an example of a packaging tool that puts search front-and-center. [CocoaPods](http://cocoapods.org/) - think a workflow that looked something like. 1. Enter search into search box on home screen 2....
Overall I like it. One improvement could be to find a way to make the search stand out better, I glossed right over it (and I was looking for it...)
:+1:
Hey All, I think I'm getting this issue - as JSPM init wouldn't work for me... let me know if I can help to provide details to help diagnose. I'm...
@fatihhayri in the context of a react component, how would you represent the JSON of a react element with this kind of selector? Can you show what the JSON should...
I do see your provided conversion. I'd like to understand more as I'm still not following the actual use case. Can you provide a https://codesandbox.io/ example showing this type of...
It could be possible - this project is using https://www.npmjs.com/package/css to parse the css into the object representation. It has a [stringify](https://www.npmjs.com/package/css#cssstringifyobject-options) method that could reverse it.
I like the idea... This might be a layer before what this is doing... Like step 1 - use post-css to get current-css. Step 2: then turn that into react-json?