Sharon (Sean) Rolel

Results 20 issues of Sharon (Sean) Rolel

is there a way to apply multiple aliases, e.g. ``` [ 'module-resolver', { alias: { '^lazy!(.*)': '\\1', bundles: './static/bundles', }, }, ], ``` I would like `lazy!bundles/some/file` to resolve to...

These would not be committed, rather used for debugging.

I'm trying this with as little as 1 async API call, renderToMarkup is anywhere between 100-200ms but getDataFromTree is 500-1200ms. I found https://github.com/apollographql/react-apollo/issues/2122 but even with 2.3.1 and 2.5.8 I...

It's a weird use-case, but this doesn't throw in React 15.

The file path and its sourceMapUrl path are joined to infer the sourcemap's url, but I use ts-node to compile my typescript and it caches the sourcemaps in a different...

bug
help wanted

I think the typical use case calls to listen only to `change`.

hello, we'd like to use `_sumo_metadata`, but we currently send our logs as text only. would it be possible to send a message like this: ``` { _sumo_metadata: {...}, message:...

version 0.2.3 ``` stage('deploy') { dir('app') { kubernetesDeploy(kubeconfigId: 'kubeconfigId', configs: 'dev/*.yaml') } } ``` I get (though it did find the file names in the folder): `ERROR: java.lang.IllegalStateException: No matching...

bug

Hi, would it be possible to perform the opposite transformation? (json style to css/scss)

help wanted

Hello, is there any way at all to use functions such as group_concat? I looked at https://github.com/slick/slick/issues/923 but there doesn't seem to be any updates. I'm willing to use any...