jackiealex
jackiealex
``` javascript fis.config.set('roadmap', { path: [{ reg: /^\/views\/(.*\.html)/i, release: 'xx/$&' //$&表示全部匹配的内容 // useStandard: false }] ... ``` 本这么写只想处理项目下的views/目录的,但是却把项目下面的所有东西都拷贝了一遍,这类问题如何避免???
新需求,FIS 中产出的map.json 虽然反应了资源编译后的额映射路径,但是这个由于FIS采用了全静态资源编译,使得map.json文件过于巨大,能否标记出这些文件的引用状态,used:false/true。这样前端工程师就可以得出一份简版的map.json做一些前端以来管理的事情
fixed: fix the execute path
Device info: GPU Type: A100, 40G memory Python 3.8.10 (default, Jun 4 2021, 15:09:15) +-----------------------------------------------------------------------------+ | NVIDIA-SMI 525.105.17 Driver Version: 525.105.17 CUDA Version: 12.0 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M|...
keyCode of delete or del on mac is 8 not 46, which not dispatch the event
anyone can resolve the problem?
//module1.js ``` javascript define(['angularAMD', 'ng-sortable'], function() { var app = angular.module("module1", ['ui.router', 'ng-sortable']); app.config(['$stateProvider', function($stateProvider) { $stateProvider.state({ name: 'module1', url: '/module1', templateUrl: './sortable.html', controller: function ($scope) { } }); }...
error: compiler.resolvers.normal is null
[ERROR] unable to load plugin [fisp-parser-utc] or [fis-parser-utc] in ...
**Background:** I use program to create education handout, that contains many mathematical and chemical formulas. **Problem** complex formulas are inconvenient to create by using `new Math`, because data source is...