Lee Avital

Results 9 comments of Lee Avital

Do we need to make any special allowances for the redhat kernels that show up as kernel version 3.x ?

- How important is maintaining Node's loading algorithm? If the point is to emulate a browser, it's not unreasonable to that different modules live in different trees (/vendor, /app) -...

I can't say for browserify, as I've never used it myself. Karma-commonjs-preprocessor allows you to register a function that rewrites a file name. So if you had a folder named...

I'm pretty sure I got this error even when I had a single no-args constructor declared. I don't have a good reproduction at the moment though

An alternative is to call `System.setProperty()` upon startup when those environment variables are set. It's not immediately clear which is preferable.

I'm working around it by hardcoding the proxy values in the launcher-config, but this is something I'll have to repeat every time I add a service.

I took a crack at the 'temporary file solution' in https://github.com/martinvonz/jj/pull/3945

I was able to get past this issue by manually setting the mysql user password. It looks like the docker compose example in the readme doesn't correctly set the mysql_user's...

@aptalca it did not