-
**Is this a BUG REPORT or FEATURE REQUEST?**:
> Uncomment only one, leave it on its own line:
>
/kind bug
> /kind feature
**What happened**:
Iam unable to bind storage class and provi…
-
Specification: http://w3c.github.io/manifest/
Browser support coming soon in: [Chrome](https://code.google.com/p/chromium/issues/detail?id=366145) and [Firefox](https://bugzilla.mozilla.org/show_bug.c…
alrra updated
6 years ago
-
## Description
Getting a segment fault when using Cheevos, and running a game. https://hastebin.com/xonohanizu.pas
```
==20303==ERROR: AddressSanitizer: attempting double-free on 0x6110004e1dc0…
-
Add an example to the README of importing jsonx with the `@MirrorsUsed` annotation for dart2js users. This library is useful without mirrors, but it can be confusing how to import it without incurring…
-
Suddenly out of the blue I started getting the "The Dart Analyzer has terminated. Save your changes then reload the project to resume." error in Visual Studio Code.
![image](https://user-images.githu…
-
https://github.com/cyverse/cyverse-sdk/blob/master/src/templates/tacc-stampede-storage.jsonx
still points to `gateway.stampede.tacc.utexas.edu` which yields authentication errors
```
staff.stam…
-
##### Description
The Scala client codegen escapes terms which may be fairly common in response models (path, lazy, match, type). These are prefixed with an underscore with no serialization f…
-
This tool is great but i can't find maybe its possible but i did not find it. To have a listing of version of differents packages like apache version postgresql version and kernel version . It's could…
-
### Expected behavior
I would expect it at least copy from vendor if it can't check it out
### Actual behavior
It is trying to fetch it by url, while it is actually a forked version, so go get would…
-
```
import jsonxs
d={'a': [{'e': 'f'}, {'x': 'y'}]}
jsonxs.jsonxs(d, 'a[0].e')
'f'
jsonxs.jsonxs(d, 'a[0].e', jsonxs.ACTION_SET, 'q')
Traceback (most recent call last):
File "", line 1,…