Adam Goldman

Results 47 comments of Adam Goldman

for vscode there are two packages: - [js snippets](https://marketplace.visualstudio.com/items?itemName=visioncan.vscode-jss-snippets) - [CSS-in-JS](https://marketplace.visualstudio.com/items?itemName=paulmolluzzo.convert-css-in-js) The second one has more installs but I couldn't get it to work :/

@sergeche the behavior would be very similar: for example inside a `.jsx` file, pressing `bgc` would expand to ``backgroundColor: '#'` - with the cursor after the `#`. Notice: 1. properties...

Guys put your metro and babel config here. Also, try to run the package with a freshly installed RNA project, to see if the problem is in your source code...

I ditched typeform, doesn't work for embedding + power using. I developed my own platform, much faster and better ;)

Can u share your code @commandtab ? How do you trigger that? Did you fork the project?

I've tried different types of node images all make the same error ``` // server.js var mongoose = require('mongoose'); var express = require('express'); var app = express(); var config =...

Which wizard? I changed the image to `dockunit/prebuilt-images:nodejs-mongodb-mocha-jasmine-4.2.1` but I still get the same error which makes sense, since my app doesn't know the ip of the docker container, so...

what do u mean check mongoDB on localost? it is already pointing to localhost `mongodb://localhost/nodeparking_dev`

because I get the reference error I posted `Error: connect ECONNREFUSED 127.0.0.1:27017`

Yea it's 3 seconds for getting the image (which already exist locally) and another 13 seconds for npm install Is there a way around it? I'm guessing there isn't ......