Christopher Bloom

Results 20 comments of Christopher Bloom

Also throwing this out there: Make sure to restart your `docksal-vhost-proxy` and `docsal-dns` containers after applying @cybtachyon's powershell script: ![image](https://user-images.githubusercontent.com/295127/90943802-48a99f00-e3d0-11ea-964b-a6a75e76822b.png)

@obriat you are a GOD. This worked perfectly. Wow.

The VSCode team seems super active and responsive. I bet after seeing Rekit, they'd be really open to API features suggestions!

@supnate do you have a list of specific limitations you were running up against? I know, it's probably a ton of work to list it all out, but the VSCode...

Chiming in here as well with the error: ``` TypeError: element.outerWidth is not a function ``` Since we do not use jQuery, we cannot use this directive :(

Was literally poking in the guts of PL this week looking to live-route requests instead of writing to the filesystem and was inching toward this direction.

Get out of my head @sghoweri, this is MY EXACT USE CASE. Let me guess, you've Webpack'd pretty much everything and this is the last bit needed to get this...

Revisiting this now that the Drupal 8.4 js coding standards are basically AirBnB: https://www.drupal.org/docs/develop/standards/javascript/eslint-settings Note the core/package.json now including: ``` ... "eslint": "3.19.0", "eslint-config-airbnb": "14.1.0", "eslint-plugin-import": "2.2.0", "eslint-plugin-jsx-a11y": "4.0.0", "eslint-plugin-react":...

Should we open this work against https://github.com/phase2/pattern-lab-starter instead?

For what it's worth to anybody running into this, we're just making sure that we destroy any immer wrappers when data is being called out to helper functions, like so....