Versus
Versus
Likely impossible. _data_ isn't permitted scheme for chrome extensions: https://developer.chrome.com/extensions/match_patterns
Weeeeellll... It's not exactly the same, but I have added custom scratchpad page to my fork - versusvoid/rikaigu@017273c82. Can be opened by Alt+S after enabling extension. If you'll find it...
Wayland tool using python 2. Really?
axios sets content type for POST to `application/x-www-form-urlencoded` by default. Explicitly providing ```javascript headers: { 'Content-Type': 'multipart/form-data', }, ``` solves the problem Maybe from this commit https://github.com/axios/axios/commit/bc9af51b1886d1b3529617702f2a21a6c0ed5d92
I think there is some problem with check mechanism. I build folly on my machine with `CXXFLAGS='-march=native'`, install it, then try to build edencommon with same CXXFLAGS and it fails,...