Justin D. Harris

Results 77 comments of Justin D. Harris

On a similar note, I'd like to be able instantiate **all** singletons when my server starts, something analogous to Guice's [Stage.PRODUCTION](https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/Stage.html#PRODUCTION). Any particular reasons why it's not supported? Would you...

So for Guice it only knows about the singletons mentioned in the module or through dependencies. It would be a great start to instantiate those.

Nice! What should happen when you make a child injector from a parent with a default scope? Currently it looks like it's ignored but this might not be so intuitive....

I do think this is super useful. Sorry I didn't mean to start a whole covfefe over the parent/child thing. It might be interesting to think about how Guice would...

@JamesHenry looks a lot like the example on Stackoverflow which also shows the react-scripts command to use that custom env: `npx react-scripts test --env=./test/custom-test-env.js` https://stackoverflow.com/a/57713960/1226799

@pandasxx I'm not sure why you asked me to check. Did you mean to tag someone else?

Sorry I'm not sure. You can look at files on GitHub related to what you want to change and click Blame to see who has changed them. Good luck. I...

Thanks for your interest in NewsQA! 1. The columns for the generated files are different from the columns from newsqa-data-v1.csv since newsqa-data-v1.csv does not have the document/story text. There is...

One of the generated files should have all of those columns. I forgot which one but I can check later if you can't find it. It's probably the one that...