Aero
Aero
_warning: could not load inserted library '/usr/local/lib/libproxychains4.dylib' into library validated process because no suitable image found._ How to produce: High Sierra 10.13.6 ``` git clone https://github.com/rofl0r/proxychains-ng cd proxychains-ng ./configure --prefix=/usr/local...
Using: ``` "dependencies": { "@material-ui/core": "^4.9.5", "inferno": "^7.4.2", "inferno-compat": "^7.4.2", "inferno-scripts": "7.0.4" } ``` got: ``` Attempted import error: 'memo' is not exported from 'react' (imported as 'React'). ``` App.js...
I installed an app called "ShadowsocksX-NG" and then whenever I restart my computer, `/Users/admin/Library/Application Support/ShadowsocksX-NG/ss-local -c ss-local-config.json` will be running in the background. This is undesirable. I can delete `com.qiuyuzhou.shadowsocksX-NG.http.plist`...
Should be able to use as such: ``` const blinksocks = require('blinksocks'); blinksocks.run('h2').listen(8080); ``` AND ``` const http2 = require('http2'); const blinksocks = require('blinksocks'); const server = http2.createServer().listen(8080); server.on('stream', (stream,...
Modded webpack.config.js: ``` const webpack = require('webpack') const path = require('path') module.exports = { devtool: 'source-map', entry: { 'app': [ 'babel-polyfill', 'react-hot-loader/patch', './src/index' ] }, output: { path: path.resolve(__dirname, './dist'),...
Instead of using a completely different component for markdown people should be able to switch between the editor and markdown so less time would be spent to match the code...
Tested on Samsung S8 Plus, none of the features work. I have Alipay and WeChat installed on my phone, steps of which cannot be read (with root permission granted by...
看了一下源码好像没有这个功能
I have two screens and one is running a 1280 * 720 resolution and the other one running a 1920 * 1080 resolution. I want to use --window-height flag to...
### Is your feature request related to a problem? If the library I'd like to import has document operation, qwik will give me this error: `[vite] Internal server error: document...