Florian Mettetal

Results 25 comments of Florian Mettetal

@silvenon there's finally been some movement on that flexboxgrid PR. The author of FBG wants to keep the package size small, and if people want the extra features use https://github.com/lgg/flexboxgrid-helpers...

Sorry - I'm swamped with my new job. This react-flexbox-grid package should be updated to use https://github.com/evgenyrodionov/flexboxgrid2 , I am very glad that @evgenyrodionov (author of redux-logger) stepped up to...

I just added the following to my `jest.setup.js` ``` crypto = require('@trust/webcrypto') ```

@shirshak55 99% of the time I'd agree with you "node- " helps identify the project, but the organization is "nodejitsu" :-/ Real shame this package is unmaintained

I've merged this PR (and modified it a bit) and published it at @tgrx/http-proxy https://github.com/TGRstack/node-http-proxy

I have found that https://github.com/jeremyb31/rtl8822bu works without error

wow - sorry I missed that! I know its a little superfluous but I typically focus on code examples so ``` ... ... resolve: {plugins: ...} // your existing example...

You can close the ticket The answer is to add the map to .flowconfig for each alias like below **.flowconfig** ``` [options] module.name_mapper='^universal' ->'/src/universal' ```

I saw that global CSS is in the webpack config - is global.css supposed to be accessed the same way other .css files? I suppose I made an assumption here...

That's exactly how I thought it was supposed to work! :-)