-
### Is it a bug?
- [X] I know this is an issue with the app, and contacting Mullvad support is not relevant.
### I have checked if others have reported this already
- [X] I have checked the issue t…
-
如题在Linux 环境上安装失败
我先贴个log在上面,看看你能不能帮忙看下,我初步看是出错在 fis-sass的build.js文件中 .
看看能不能帮忙看看
sudo npm install -g fis-parser-sass
fis-sass@3.1.3 install /usr/lib/node_modules/fis-parser-sass/node_modules/fis-sa…
-
Hi All
do we have an option to read the information in an `.fis` file, and using this information, create and return an FIS structure, similar to one we have in [fuzzy-logic-toolkit](https://octave.…
-
~ npm install --registry=http://r.cnpmjs.org -g fis-plus
npm http GET http://r.cnpmjs.org/fis-plus
npm http 200 http://r.cnpmjs.org/fis-plus
npm ERR! Error: EACCES, mkdir '/usr/local/lib/node_modul…
-
Every time I try to play with sonic in the rings corner, first of all, it will be automatically set to blue ring ona high number and overlapping the 'rings' text and second of all, if I try to so much…
-
# 建立目录
``` javascript
-test-fis
-static
-js
+a.js
+b.js
+c.js
-fis-conf.js
```
# fis-conf.js 内容如下
``` javascript
fis.set('…
-
- **操作系统**:mac 最新系统 【和操作系统估计没什么关心】
- **Node版本**:0.12.7
- **FIS版本**: v3.4.13
- **解决方案**:
- **依赖插件**:
"devDependencies": {
"fis-parser-less": "^0.1.3",
"fis-postprocessor-autoprefixer": "0…
-
假如有两个配置文件fis-module.js(各个模块公共的配置文件)和fis-config(每个模块的个性化配置文件),如何让fis-config.js继承fis-module.js???
在fis-config.js文件中调用fis.extend?
-
fis-conf.js
```
// 启用插件
fis.hook('relative');
// 让所有文件,都使用相对路径。
fis.match('**', {
relative: true
})
fis.match('::package', {
postpackager: fis.plugin('loader', {
allInOne: true
})
});
fi…
-
If I use your code quality of image corrupted .
private Bitmap decodeFile(File f) {
final int MAX_SIZE = 400;
try {
```
BitmapFactory.Options o = new BitmapFactory.Options();
…