-
The "fix" in https://github.com/summernote/summernote/issues/379 actually broke the way we use Summernote. We leverage Webpack to package our front-end assets and it statically analyzes require calls/…
-
When setting pcb2gcode to mill my holes with a 0.2mm milling bit, I get the attached. As you can see all the holes are offset, but only in the x-axis.
![pcbtogcodeerror](https://cloud.githubuserconte…
-
### Description
I have followed every instruction in creating a nicely forked react-scripts package and published it to npm as `unicodeveloper-react-scripts`. The url is [https://github.com/unicodeve…
-
```
% create-react-app --version
create-react-app version: 0.3.0
```
```
% create-react-app react
Creating a new React app in /tmp/react.
Installing packages. This might take a couple minute…
ghost updated
5 years ago
-
Node version:
v6.3.1
npm version:
3.10.3
Operating system:
ubuntu:xenial docker container
Command line used:
root@5a5d40d8a0d3:/FrontEnd# npm start -s
sh: 1: rimraf: not found
sh: 1: babel-node: not …
-
> ## Please provide us with the following information:
1. OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
OSX 10.11.6
2. Versions. Please run `ng --version`. If…
-
Menu.Item is using lodash startCase() function for upper casing first letter of an item name.
"case" methods [deburr ](https://lodash.com/docs/#deburr) strings.
So **"active Items (28)"** becomes …
-
When you call `startCase` method on a translation with diacritics, there is implicit triggered `deburr` method.
```this.props.translator.startCase().t('translationWithDiacritics');```
it returns…
-
injected jspm.config.js
``` javascript
"other-bundle-67086677c4.js": [
"npm:jquery@3.1.1.js",
"npm:jquery@3.1.1/dist/jquery.js",
"npm:lodash@4.16.1/_Symbol.js",
"npm:lodash@4.…
-
When a word is entered with a tilde (árbol), it does not execute "onSelect" because 'arbol' !== 'árbol'.
I have added the following code and modified "isExactMatch" to make this work:
```
isExact…