-
SerialPort version: 1.7.4
NodeJS Version: 7.2.1
Operating System and Hardware Platform: OSX 10.2.1
Are you using an alternative NodeJS runtime? (eg Electron):n
### Summary of Problem
I want t…
-
I'd like to see `URL` objects' main data properties all become owned properties (or at least enumerable), i.e. `origin`, `protocol`, `username`, `password`, `host`, `hostname`, `port`, `pathname`, `se…
-
OS:
- [ ] Windows
- [x] MacOS
- [ ] Linux
_Platform:_
- [x] iOS
- [ ] Android
Output of `node -v && npm -v && npm ls --prod --depth=0`
```
v6.2.1
3.9.3
├── @exponent/react-native…
-
```js
const {URL} = require("url");
const url = "http://domain/";
expect( new URL(url) ).to.deep.match( new URL(url) );
expect({ key:new URL(url) }).to.deep.match({ key:new URL(url) }); // thro…
-
Hi,
I tried to use only links Webpart and its give me error loading always when I do gulp serve ?
[SPLoaderError.loadComponentError]:
***Failed to load component "89978bff-19d9-4fbc-87bc-42ab7…
-
I've observed something strange with `joinRelation()` when used in a recursive / nested manner.
Below a test-case to reproduce the scenario. the data is multiple relations deep and can be loaded with…
lehni updated
6 years ago
-
Hi,
We are using your Docker images when developing SPFx. It normally works like charm, but we are experiencing some issues in the following scenario:
We run a Docker image (say 1.4.0) and creates…
-
I went through the popular Chai plugins to see how their test suites fair with Chai v4. (Actually, I used the #884 build instead of the current canary release). Overall, we're in good shape. Here are …
-
something like:
```javascript
const chai = require('chai')
const expect = require('chai').expect
const chaiSubset = require('chai-subset')
const whatever = require('chai-subset').whatever
chai.u…
-
This is a pre-requisite to #65
@GlPortal/technical-officers-engine This is an interesting issue to discuss and brainstorm on.
My first choice is ~~JS. We've also talked about~~ [Squirrel 3](https…