Jim Porter
Jim Porter
What are the downsides to a lot of console logging? As long as the logging we do is intentional, and not just random junk from development, I think we're fine.
We should get this for free with https://github.com/tcoopman/image-webpack-loader, which I think would be a better way to do image loading than what we have now.
Let's start doing this (manually as we add SVG files). @pdehaan @devinreams, do either of you have opinions on what config we should use for `svgo`? I was leaning towards...
Why are we providing the ability to selectively import logins? That's going to be a lot of extra effort for something I'm not sure people are going to need, at...
Here's how I plan on dividing this up. The following is intentionally brief, but I'll add more details when we settle on things and file issues for each bit: 1....
Since this is just a temporary UI (we'll eventually have an intro on Test Pilot or something), I'm not sure how much time we want to spend keeping this in...
Adding `-g` to compiler options and saying `make` only regenerates Makefile, doesn't rebuild targets
Fair point. I'm not sure what the best way to handle this is, though.
Adding `-g` to compiler options and saying `make` only regenerates Makefile, doesn't rebuild targets
But then ~~literally~~ almost every change to `build.bfg` would trigger a full rebuild. That might be the right way to do things, but I'd have to convince myself there's not...
Adding `-g` to compiler options and saying `make` only regenerates Makefile, doesn't rebuild targets
Oh, I should note, this only applies to Make. Ninja works fine: "Outputs implicitly depend on the command line that was used to generate them, which means that changing e.g....
Adding `-g` to compiler options and saying `make` only regenerates Makefile, doesn't rebuild targets
This is probably the right way to fix this issue: https://www.cmcrossroads.com/article/rebuilding-when-cppflags-changes I might be able to simplify it since I can do arbitrary stuff during configuration.