-
For layer features, provide OnHover tooltips (client side layers only) as well as Anchor tooltips.
- [x] Look at RAMP Maptip Code
- [x] Look at Hovertip for grid-embedded buttons
- [x] Design method f…
-
I am using nim 0.13.0. Updating from 0.9.1 to 0.10.2 fails with:
```
/Volumes/Macintosh_HD/Users/shauncutts/.nimble/pkgs/commandeer-0.10.2/commandeer.nim(246, 7) Error: expression 'strtabs' has no ty…
-
Initial report in https://github.com/kubernetes/kubeadm/issues/212.
I suspect that this was introduced in https://github.com/kubernetes/kubernetes/pull/43474.
What is going on (all on single mas…
jbeda updated
7 years ago
-
Questions for @ucsdlib/domm via @lsitu
Currently the skos:Concept and edm:TimeSpan classes have predicates that contain links to instances of the same class. take `hasPart` for example, in edm:TimeS…
-
### New Issue Checklist
- [x] Updated fastlane to the latest version
- [x] I have read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md)
### Issue Descrip…
eha11 updated
8 years ago
-
``` nim
import base64
var file = readFile("foo.json")
echo encode(file).decode()
```
foo.json:
```
[
{
"name": "argument_parser",
"url": "git://github.com/gradha/argument_parser/",
"m…
dom96 updated
8 years ago
-
See https://github.com/hashicorp/consul/issues/228
drnic updated
8 years ago
-
Hello,
Considering the following setup:
`Application.mk`:
```
LOCAL_PATH := $(call my-dir)
APP_BUILD_SCRIPT := $(LOCAL_PATH)/Android.mk
APP_STL := gnustl_shared
```
`Android.mk`:
```
LOCAL_PAT…
-
```
Creating a DbConnection for an EF 4.0 context is a bit of a hacky process that
is hard to get right.
The `ObjectContextUtils.CreateObjectContext()` method should provide an
overload that use re…
-
Test code:
```
type TFoo = ref object
var bar = new(TFoo)
```
Works fine when compiling to C, but fails when compiling to JS with:
```
tmp.nim(2, 18) Error: internal error: symbol has no generated …