linuxerwang

Results 10 comments of linuxerwang

@junghoahnsc What do you mean multiple bazel projects? Are these projects completely separated workspaces? Bazel originates from Google's monolithic code management which is good at managing all projects in one...

If you don't have fakeroot, set file owner manually and remove fakeroot from waf.

I am not familiar with rpm build. Please feel free to implement it and create a PR.

Sorry about that. I don't have any device with rk3399 so I am not sure what's wrong. It seems the USB product id is correct though.

Which board are you using? The message looks odd. It should print out the hexadecimal of an address, like this: Flash memory at 0x315ff789 is differnt from file! btw, I...

First of all, you have to boot your device in bootloader mode. If even so you still keep getting this error, maybe (but very less likely) your NAND is damaged....

Update: Fortunately I found a solution which avoid using the ? operator: http://www.booneputney.com/development/postgresql-jsonb-question-mark-operator-alternative/ `Where("(jsonb_col->'authors'->?) IS NOT NULL", "johndoe")` The above line did the trick. ================== Original post: Is it possible...

gobazel would not copy source code to GOPATH, instead, it maps source code with FUSE. You can think of it as kind of symlinks. Once all source code files are...

Unfortunately, I do not have access to the abundant server resources for the test any more. I suggest you find some resources and test it by yourself. Good luck.