Anders Riutta

Results 25 issues of Anders Riutta

The waterline validation error at the bottom is shown in the terminal when you click the "Get Token" button on the "Test Auth Flows" page `http://localhost:3001/test?code=CODE_VALUE` in the example. It's...

Hello, This pull request should only change the linting. I added .jshintrc and .jscsrc files for the existing code and then updated index.js to pass the linters. -AR

The currency pound sign `£` is character code 163 (

My XML attribute contains `<` and `>`. If I send it round trip (XML --> JSON --> XML), should the final XML match the initial XML? Code snippet: ```js const...

The core of the library is now nearly feature complete, so to keep the size reasonable, we'll think twice before adding new features to the core. But sometimes additional features...

discussion
in progress

We have some major issues with IE. See [here](https://github.com/wikipathways/pathvisiojs/issues/190) for more info.

bug
help wanted

I can't repro on demand, but here's a placeholder for a bug I've noticed multiple times in Tabli 0.9.3, Chrome 52.0.2743.116 (64-bit), OS/X 10.10.5. When I've tried removing (unchecking) a...

I can't drag a tab to the top of a set (all tabs for a given window). Outside of Tabli, it's possible to drag a tab to the leftmost position,...

What do you think of adding code to this library to check that the input is an object? Right now, the code below would throw an error: ``` javascript var...

For XML with XSD-specified default values ([like this](https://github.com/ariutta/GPML/blob/e427899e179919e220280f5cf93948c8d9ae7dc8/GPML2013a.xsd#L68)), I'd like the option to tell cxml to fill in the defaults in the parsed JSON output. Right now, if the attribute...