-
With C++11 there are several new language constructs. We need to decide how we want to format them.
The first three to tackle are: `auto`, range-based-for and lambda functions.
# `auto`
## When to u…
-
This legend is probably the closes solution to what we want:
https://github.com/yohanboniface/Leaflet.TileLegend
It relays on creating small maps inside the legend control to show the relevant data so…
-
```
What steps will reproduce the problem?
Create a FormattedDocument from attributed text with multiple trailing
newlines. I would expect this to just generate empty paragraphs at the end.
The docum…
-
```
The issue is described in two google groups discussions:
https://groups.google.com/forum/?fromgroups=#!topic/growldiscuss/MvjBA9IuPEg
https://groups.google.com/forum/?fromgroups=#!topic/growldiscu…
-
I don't know if this is a bug in the minifier in the [Visual Studio Bundler & Minifier extension](https://visualstudiogallery.msdn.microsoft.com/9ec27da7-e24b-4d56-8064-fd7e88ac1c40/) or the way jsVie…
-
RE: `WindowsAzure.Storage 6.2.2-preview`
It looks like there is a package downgrade occurring (`System.Xml.XmlSerializer`) for `dotnet cli` projects on the CI feed with your preview. Can you update t…
-
To reproduce make a test (eg. `tests/unsorted/foo_test.dart`)
```
import "package:async_helper/async_helper.dart";
test() {
***; // Compile time error.
}
main() {
asyncStart();
test();
}
```
…
-
I found the memory leak which is appearing due to this issue on AOSP
https://code.google.com/p/android/issues/detail?id=198852&sort=-opened&colspec=ID%20Status%20Priority%20Owner%20Summary%20Stars%20R…
AnuVk updated
8 years ago
-
Hi kmalalkoff,
I'm a big fan of this library. There's just one thing which is breaking our very complex app.
The quick version of this issue, is that `retain()` is called twice when a new viewModel…
piusj updated
8 years ago
-
Please see this working example: http://dojo.telerik.com/Ohiso/4
When a model has two fields with default values defined, the defaults are only applied if no values object is passed to the constructo…