repo stringlengths 7 67 | org stringlengths 2 32 ⌀ | issue_id int64 780k 941M | issue_number int64 1 134k | pull_request dict | events list | user_count int64 1 77 | event_count int64 1 192 | text_size int64 0 329k | bot_issue bool 1 class | modified_by_bot bool 2 classes | text_size_no_bots int64 0 279k | modified_usernames bool 2 classes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
lavas-project/lavas | lavas-project | 318,619,767 | 152 | null | [
{
"action": "opened",
"author": "yuu2lee4",
"comment_id": null,
"datetime": 1524908414000,
"masked_author": "username_0",
"text": "https://lavas.baidu.com/guide/v2/advanced/service-worker\r\n`Service Worker 的模板位于 /config/service-worker.js `\r\n\r\n应该是 `/core/service-worker.js ` 吧",
"title": "一些文档错误",
"type": "issue"
},
{
"action": "closed",
"author": "easonyq",
"comment_id": null,
"datetime": 1524985479000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "easonyq",
"comment_id": 385230709,
"datetime": 1524985479000,
"masked_author": "username_1",
"text": "没错,这里文档编写错误了,已经修复,感谢你的指正!",
"title": null,
"type": "comment"
}
] | 2 | 3 | 168 | false | false | 168 | false |
zxing/zxing | zxing | 320,131,329 | 1,004 | null | [
{
"action": "opened",
"author": "Valarini",
"comment_id": null,
"datetime": 1525397818000,
"masked_author": "username_0",
"text": "When passing a byte array representing a text encoded in SJIS, the guessEncoding method from StringUtils misses, categorizing the text as UTF-8 encoded.",
"title": "StringUtils guessEncoding cannot diferentiate SJIS from UTF-8",
"type": "issue"
},
{
"action": "closed",
"author": "srowen",
"comment_id": null,
"datetime": 1525411604000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "srowen",
"comment_id": 386508592,
"datetime": 1525411604000,
"masked_author": "username_1",
"text": "There is no way to disambiguate every byte sequence, because some byte sequences are a valid encoding of a string in SJIS and UTF-8. You don't provide any example or detail here.",
"title": null,
"type": "comment"
}
] | 2 | 3 | 330 | false | false | 330 | false |
gilf/angular2-indexeddb | null | 291,209,723 | 56 | null | [
{
"action": "opened",
"author": "curious29",
"comment_id": null,
"datetime": 1516800733000,
"masked_author": "username_0",
"text": "I tried indexed db in IE Edge but it is giving Data Error",
"title": "Not working in IE edge",
"type": "issue"
},
{
"action": "created",
"author": "gilf",
"comment_id": 361057636,
"datetime": 1517140895000,
"masked_author": "username_1",
"text": "Can you be more specific?\r\nI've checked the library and it is working in IE Edge.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "gilf",
"comment_id": null,
"datetime": 1517140895000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "andrey-yumasoft",
"comment_id": 361392695,
"datetime": 1517261334000,
"masked_author": "username_2",
"text": "At least update and add methods don't work in Edge when called without `key` parameter. \r\nIf I remove `key` at objectStore.put(value, key); at update method code it starts working in Edge.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "StudioKodeMike",
"comment_id": 364154500,
"datetime": 1518105081000,
"masked_author": "username_3",
"text": "I am also getting this error when trying to use add() \r\n\r\nIs there a fix for this?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Bobgentry",
"comment_id": 372042363,
"datetime": 1520699071000,
"masked_author": "username_4",
"text": "I'm also having the same problem.\r\nI really need a workaround for this",
"title": null,
"type": "comment"
}
] | 5 | 6 | 478 | false | false | 478 | false |
BrightspaceUI/icons | BrightspaceUI | 235,316,213 | 130 | {
"number": 130,
"repo": "icons",
"user_login": "BrightspaceUI"
} | [
{
"action": "opened",
"author": "dlockhart",
"comment_id": null,
"datetime": 1497290620000,
"masked_author": "username_0",
"text": "Looks like because demo-template blows away the `Polymer` object in the first line, it can't be included _after_ Polymer.\r\n\r\nWe should probably fix this in the latest version of the demo-template.",
"title": "switching order of inclusion of d2l-demo-template around",
"type": "issue"
},
{
"action": "created",
"author": "dlockhart",
"comment_id": 307873710,
"datetime": 1497291411000,
"masked_author": "username_0",
"text": "PR to fix demo-template:\r\nhttps://github.com/Brightspace/d2l-demo-template-ui/pull/14",
"title": null,
"type": "comment"
}
] | 1 | 2 | 281 | false | false | 281 | false |
DmitrySoshnikov/regexp-tree | null | 217,502,588 | 10 | null | [
{
"action": "opened",
"author": "mathiasbynens",
"comment_id": null,
"datetime": 1490694048000,
"masked_author": "username_0",
"text": "Why is `\\a` special (i.e. marked as `meta`)? https://github.com/username_1/regexp-tree/blob/f4c21f12888efff7088fc7734db3273920150bcd/src/generator/__tests__/generator-basic-test.js#L51\r\n\r\n```\r\n$ regexp-tree -e '/\\a/'\r\n{\r\n \"type\": \"RegExp\",\r\n \"body\": {\r\n \"type\": \"Char\",\r\n \"value\": \"\\\\a\",\r\n \"kind\": \"meta\"\r\n },\r\n \"flags\": []\r\n}\r\n```\r\n\r\nIs it not just a simple escape like e.g. `\\e`?\r\n\r\n```\r\n$ regexp-tree -e '/\\e/'\r\n{\r\n \"type\": \"RegExp\",\r\n \"body\": {\r\n \"type\": \"Char\",\r\n \"value\": \"e\",\r\n \"kind\": \"simple\",\r\n \"escaped\": true\r\n },\r\n \"flags\": []\r\n}\r\n```",
"title": "Why is `\\a` special-cased?",
"type": "issue"
},
{
"action": "created",
"author": "DmitrySoshnikov",
"comment_id": 289833138,
"datetime": 1490719820000,
"masked_author": "username_1",
"text": "Ah, seems I had in mind Ruby's `\\A` (same as `^`) when made this typo. In any case `\\a` is not correct, and we're not going to support `\\A` either yet, so we should remove `a` from [special chars](https://github.com/username_1/regexp-tree/blob/master/src/parser/regexp.bnf#L65). Thanks for the catch!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "DmitrySoshnikov",
"comment_id": 289848149,
"datetime": 1490722927000,
"masked_author": "username_1",
"text": "Fixed in https://github.com/username_1/regexp-tree/commit/499d82673fd71307d2cec96521e6ca5f15ad07de (and in `0.0.14`).",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "DmitrySoshnikov",
"comment_id": null,
"datetime": 1490722927000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "mathiasbynens",
"comment_id": 290026962,
"datetime": 1490777774000,
"masked_author": "username_0",
"text": "499d82673fd71307d2cec96521e6ca5f15ad07de removed `b` and `B` too. Was that intentional?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "DmitrySoshnikov",
"comment_id": 290157499,
"datetime": 1490807396000,
"masked_author": "username_1",
"text": "Yeah, they were unnecessary there, since `\\b`, and `\\B` are [handled separately](https://github.com/username_1/regexp-tree/blob/master/src/parser/regexp.bnf#L51-L52) yielding different token types, and are [parsed](https://github.com/username_1/regexp-tree/blob/master/src/parser/regexp.bnf#L279-L280) as `Assertion`, not as a meta `Char`. And in a character class `[\\b]` it's handled as well, and is [parsed](https://github.com/username_1/regexp-tree/blob/master/src/parser/regexp.bnf#L529-L530) as a meta `Char` (backspace).",
"title": null,
"type": "comment"
}
] | 2 | 6 | 1,636 | false | false | 1,636 | true |
Athlee/ATHKit | Athlee | 202,866,137 | 17 | null | [
{
"action": "opened",
"author": "Mozharovsky",
"comment_id": null,
"datetime": 1485274812000,
"masked_author": "username_0",
"text": "## Description \r\n\r\n`ATHImagePickerController` has a few flaws with fetching the photos. First of all, sometimes it fetches really weird stuff which cannot be displayed (`CoreGraphics` error). Then it also crashes when the library is empty (obviously, `beyond the bounds` fatal error). This are critical issues which must be fixed. \r\n\r\n## Tasks \r\n\r\n- [ ] Fetch photos correctly (normally we would fetch them by using `PHFetchOptions` with a predicate) \r\n- [ ] Fix `beyond the bounds` error (just add `guard` statements to cell configuring methods)",
"title": "[ATHImagePickerController] Fetching photos issue",
"type": "issue"
},
{
"action": "created",
"author": "Mozharovsky",
"comment_id": 274860441,
"datetime": 1485276128000,
"masked_author": "username_0",
"text": "When albums are empty we should also provide a way to set custom initial image. \r\nA static variable on `ATHImagePickerController` named `emptyImage`.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "Mozharovsky",
"comment_id": null,
"datetime": 1485278490000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 1 | 3 | 695 | false | false | 695 | false |
aiidateam/aiida_core | aiidateam | 241,626,232 | 625 | null | [
{
"action": "opened",
"author": "lekah",
"comment_id": null,
"datetime": 1499672713000,
"masked_author": "username_0",
"text": "It would be nice to have control over how many levels are being recursed up and downwards when generating a graph. Also, such a function should ideally be in common.utils (so it can be used from the verdi shell).",
"title": "Set maximum depth levels in when generating graph",
"type": "issue"
},
{
"action": "closed",
"author": "lekah",
"comment_id": null,
"datetime": 1500359312000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 1 | 2 | 212 | false | false | 212 | false |
certbot/certbot | certbot | 196,149,455 | 3,928 | null | [
{
"action": "opened",
"author": "pde",
"comment_id": null,
"datetime": 1481920726000,
"masked_author": "username_0",
"text": "There will probably be a few of these left over since #3836 landed. We can track them here.",
"title": "Tracking bug for possible unit test parallelization heisenbugs",
"type": "issue"
},
{
"action": "created",
"author": "pde",
"comment_id": 267690506,
"datetime": 1481920730000,
"masked_author": "username_0",
"text": "https://isnot.org/bugs/py33-io.txt",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "pde",
"comment_id": 268664464,
"datetime": 1482360561000,
"masked_author": "username_0",
"text": "I sometimes see this from `t27`:\r\n```\r\n======================================================================\r\nFAIL: Test that relevant_values() can reject a default value.\r\n----------------------------------------------------------------------\r\nTraceback (most recent call last):\r\n File \"/home/username_0/certbot/certbot/tests/storage_test.py\", line 565, in test_relevant_values_default\r\n self.assertEqual(self._test_relevant_values_common(values), {})\r\nAssertionError: {'rsa_key_size': 2048} != {}\r\n- {'rsa_key_size': 2048}\r\n+ {}\r\n\r\n----------------------------------------------------------------------\r\nRan 575 tests in 8.439s\r\n\r\nFAILED (failures=1)\r\nPlease deploy a DNS TXT record under the name\r\n_acme-challenge.foo.com with the following value:\r\n\r\nSlui_IKoxhFjRRete7mBO4dnCu24lJt4G4q1k-CO1ho\r\n\r\nOnce this is deployed,\r\nERROR: InvocationError: '/home/username_0/certbot/.tox/py27/bin/nosetests -v certbot --processes=-1 --process-timeout=100'\r\n summary \r\nERROR: py27: commands failed\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "dashaxiong",
"comment_id": 268792183,
"datetime": 1482410616000,
"masked_author": "username_1",
"text": "Here's one that has been cropping up occassionally. It occurs on a `tox` run of all supported pythons, `py35` has the error. Yet running `tox -e py35` by itself doesn't.\r\n\r\n```\r\nERROR: test_non_systemd_os_info (certbot.tests.util_test.OsInfoTest)\r\nTraceback (most recent call last):\r\n File \"/home/craig/Engineering/certbot/.tox/py35/lib/python3.5/site-packages/mock/mock.py\", line 1305, in patched\r\n return func(*args, **keywargs)\r\n File \"/home/craig/Engineering/certbot/certbot/tests/util_test.py\", line 418, in test_non_systemd_os_info\r\n self.assertEqual(get_os_info()[0], 'nonsystemd')\r\n File \"/home/craig/Engineering/certbot/certbot/util.py\", line 236, in get_os_info\r\n return get_python_os_info()\r\n File \"/home/craig/Engineering/certbot/certbot/util.py\", line 327, in get_python_os_info\r\n platform.system(),\r\n File \"/usr/local/lib/python3.5/platform.py\", line 1095, in system\r\n return uname().system\r\n File \"/usr/local/lib/python3.5/platform.py\", line 1061, in uname\r\n processor = _syscmd_uname('-p', '')\r\n File \"/usr/local/lib/python3.5/platform.py\", line 818, in _syscmd_uname\r\n output = f.read().strip()\r\nValueError: I/O operation on closed file.\r\n\r\nRan 574 tests in 8.150s\r\n\r\nFAILED (errors=1)\r\nERROR: InvocationError: '/home/craig/Engineering/certbot/.tox/py35/bin/nosetests -v certbot --processes=-1 --process-timeout=100'\r\n```",
"title": null,
"type": "comment"
}
] | 3 | 7 | 2,965 | false | true | 2,477 | true |
hakimel/reveal.js | null | 181,656,280 | 1,718 | null | [
{
"action": "opened",
"author": "masahirokjp",
"comment_id": null,
"datetime": 1475843250000,
"masked_author": "username_0",
"text": "We are add to new transition to turn a page of a book.\r\nIt is most standard for jQuery UI Plugin .\r\nRegard,",
"title": "It is feature requests that add to new transition.",
"type": "issue"
},
{
"action": "created",
"author": "christinakayastha",
"comment_id": 257156951,
"datetime": 1477840421000,
"masked_author": "username_1",
"text": "There is a page effect available, use `data-transition=\"page\"`\r\nAdded the example to demo.html",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "demoneaux",
"comment_id": null,
"datetime": 1481681380000,
"masked_author": "username_2",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "demoneaux",
"comment_id": 266922232,
"datetime": 1481681380000,
"masked_author": "username_2",
"text": "Yep, there is a \"page\" transition which is similar to flipping pages of a book.",
"title": null,
"type": "comment"
}
] | 3 | 4 | 280 | false | false | 280 | false |
giscafer/hexo-theme-cafe | null | 301,394,233 | 38 | null | [
{
"action": "opened",
"author": "guangxiao",
"comment_id": null,
"datetime": 1519908941000,
"masked_author": "username_0",
"text": "",
"title": "请问如何启动?",
"type": "issue"
},
{
"action": "closed",
"author": "giscafer",
"comment_id": null,
"datetime": 1520269604000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 2 | 0 | false | false | 0 | false |
SergVro/FindExportImport | null | 368,647,464 | 1 | null | [
{
"action": "opened",
"author": "Marvin-Brouwer",
"comment_id": null,
"datetime": 1539175492000,
"masked_author": "username_0",
"text": "If you install this package in the latest version of EPiServer you get the following error:\r\n`Could not load type 'EPiServer.PlugIn.GuiPlugInAttribute' from assembly 'EPiServer, Version=11.x.x.x, Culture=neutral, PublicKeyToken=xxxxxxx'.`\r\nAfter some Googling I found this article:\r\nhttps://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2017/12/could-not-load-type-episerver-plugin-guipluginattribute-from-assembly/\r\nApparently They moved the attribute from \"EPiServer.PlugIn\" to \"EPiServer.Cms.AspNet\" since EPiServer 11.",
"title": "Episerver moved the GuiPlugInAttribute to another assembly",
"type": "issue"
}
] | 1 | 1 | 553 | false | false | 553 | false |
datacarpentry/OpenRefine-ecology-lesson | datacarpentry | 215,131,745 | 80 | null | [
{
"action": "opened",
"author": "ErinBecker",
"comment_id": null,
"datetime": 1489787640000,
"masked_author": "username_0",
"text": "05-save-export.md talks about saving or exporting a project. These are each described in 1-3 sentences. Can make this section clearer and more engaging by including screenshots illustrating the steps and/or some exercises.\r\n\r\nCan also describe in more detail why you might want to export a project.",
"title": "05-save-export.md is really bare and short",
"type": "issue"
}
] | 1 | 1 | 298 | false | false | 298 | false |
Kazuma/sparkly | null | 70,017,454 | 19 | {
"number": 19,
"repo": "sparkly",
"user_login": "Kazuma"
} | [
{
"action": "opened",
"author": "tachikomapocket",
"comment_id": null,
"datetime": 1429676116000,
"masked_author": "username_0",
"text": ":hamster::hamster::hamster: <br /> <br /> Strategy bundler\nPowered by <a href=\"http://tachikoma.io/?utm_source=github&utm_medium=pull_request&utm_campaign=build5996495269829794879\">Bundle Update as a Service - Tachikoma.io</a>",
"title": "Exec tachikoma update 20150422041139",
"type": "issue"
},
{
"action": "created",
"author": "naoto",
"comment_id": 95024997,
"datetime": 1429676257000,
"masked_author": "username_1",
"text": ":cat: :cat: :cat:",
"title": null,
"type": "comment"
}
] | 3 | 3 | 557 | false | true | 243 | false |
fubarnetes/bhyve-multiboot | fubarnetes | 299,513,416 | 28 | {
"number": 28,
"repo": "bhyve-multiboot",
"user_login": "fubarnetes"
} | [
{
"action": "opened",
"author": "fabianfreyer",
"comment_id": null,
"datetime": 1519334662000,
"masked_author": "username_0",
"text": "",
"title": "makefiles: clean up everything",
"type": "issue"
}
] | 2 | 2 | 0 | false | true | 0 | false |
fundacionjala/enforce-sonarqube-plugin | fundacionjala | 201,790,885 | 120 | null | [
{
"action": "opened",
"author": "sachinshinde729",
"comment_id": null,
"datetime": 1484813700000,
"masked_author": "username_0",
"text": "Hello Team,\r\n\r\n**Facing few issues related to parsing.** \r\n\r\n1. **Not able to parse SOQL** : select Id from case where (LastModifiedDate> : lstCallLog[0].CreatedDate AND LastModifiedById =: UserInfo.getUserId());\r\n2. **Not able to parse SOQL** : Select Id,Name From RecordType Where IsActive =true limit:Limits.getLimitQueryRows()-Limits.getQueryRows();\r\n3. **Parsing issue SOQL** : select Id from case where (LastModifiedDate >: lstCallLog[0].CreatedDate);\r\n4. **Record type** : RecordTypeId =: Schema.Sobjecttype.Case.getRecordTypeInfosByName().get(System.Label.Case_Type1).getRecordTypeId()]);\r\n5. **Record type 2nd issue** : RecordTypeId =: Utilities_HF.getMapOfRecordTypeId(System.label.EmployerDetail_Controller_Contact_HF).get(System.label.EmployerDetail_Controller_Billing_Contact_HF).Id order by LastModifiedDate desc LIMIT 10];\r\n\r\n\r\nRegards, Sachin",
"title": "Issue for SOQL and System Parameter Passing.",
"type": "issue"
}
] | 1 | 1 | 861 | false | false | 861 | false |
OfficeDev/Open-XML-SDK | OfficeDev | 128,172,233 | 73 | null | [
{
"action": "opened",
"author": "Numpsy",
"comment_id": null,
"datetime": 1453474544000,
"masked_author": "username_0",
"text": "I just tried to run some document handling code that i'm trying to port from Windows to OS X/Mono using the latest SDK/system.io.packaging, and some some errors that seem to be down to zip handling.\r\nI thought i'd give the units test a go to see what those do, and got rather a lot of failures.\r\n\r\nHowever, looking at the output, a load of those look as though they could be down to hard coded path separators in the tests.\r\n\r\ne,g,\r\n\r\n DocumentFormat.OpenXml.Tests.DocumentTraverseTest.TraverseWordDocument [FAIL]\r\n System.IO.DirectoryNotFoundException : Directory '/Users/rwebb/Documents/gitrepos/Open-XML-SDK/TestDataStorage/v2FxTestFiles/wordprocessing\\paragraph' not found.\r\n \r\nI'm guessing that the paths in /DocumentFormat.OpenXml.Tests/OpenXmlDomTest/OpenXmlCompositeElementTestClass.cs should be using the system path separator char instead of hardcoding things like @\"presentation\\smallset\" ?",
"title": "[OSX] test failures due to hard coded path separators?",
"type": "issue"
},
{
"action": "created",
"author": "EricWhiteDev",
"comment_id": 174244553,
"datetime": 1453603247000,
"masked_author": "username_1",
"text": "I'm not surprised. This definitely needs addressed. One of the action items coming up is to port the Open-Xml-Sdk to COREFX, which is multi-platform, so this certainly will be addressed in that process.\r\n\r\nI think I am a couple of months out from tackling this work. Of course, pull requests are welcome. :-)",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "sergey-tihon",
"comment_id": 196056643,
"datetime": 1457904826000,
"masked_author": "username_2",
"text": "separators should be fixed in #82",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Numpsy",
"comment_id": 277290789,
"datetime": 1486138666000,
"masked_author": "username_0",
"text": "I think these should all be sorted in vNext now.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "twsouthwick",
"comment_id": 345138004,
"datetime": 1510890571000,
"masked_author": "username_3",
"text": "This issue has been addressed at some point and all tests are passing. Closing issue.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "twsouthwick",
"comment_id": null,
"datetime": 1510890571000,
"masked_author": "username_3",
"text": "",
"title": null,
"type": "issue"
}
] | 4 | 6 | 1,391 | false | false | 1,391 | false |
googlevr/gvr-unity-sdk | googlevr | 266,718,461 | 758 | null | [
{
"action": "opened",
"author": "reinier450",
"comment_id": null,
"datetime": 1508388030000,
"masked_author": "username_0",
"text": "No code was modified by me. \r\nAll that happened was that Unity updated to the latest version,\r\nand needed me to update to the latest Android SDK.\r\n\r\n\r\nI have not altered any function, I have no error messages, my phone just tells me that the app stopped working. I even tried using the demoscene with a brand new project and the problem persisted.\r\nI am exporting on the correct android version number, I can't figure out what's wrong.",
"title": "Unity exports broken apps crashing on start.",
"type": "issue"
},
{
"action": "created",
"author": "martinbilello",
"comment_id": 338023854,
"datetime": 1508443924000,
"masked_author": "username_1",
"text": "Hi, can you attach the result of a logcat here so we can have more information about the crash?\r\n\r\nThanks",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "fredsa",
"comment_id": null,
"datetime": 1508964004000,
"masked_author": "username_2",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "fredsa",
"comment_id": 339464244,
"datetime": 1508964004000,
"masked_author": "username_2",
"text": "@username_0 Please reopen if you have additional details which would help us reproduce this issue.",
"title": null,
"type": "comment"
}
] | 3 | 4 | 638 | false | false | 638 | true |
sigopt/sigopt-examples | sigopt | 183,171,151 | 62 | {
"number": 62,
"repo": "sigopt-examples",
"user_login": "sigopt"
} | [
{
"action": "opened",
"author": "oliviakim95",
"comment_id": null,
"datetime": 1476487637000,
"masked_author": "username_0",
"text": "@iandewancker @username_1 @alexandraj777",
"title": "xgboost classifier example",
"type": "issue"
},
{
"action": "created",
"author": "pfhayes",
"comment_id": 254269652,
"datetime": 1476724039000,
"masked_author": "username_1",
"text": "lgtm but @iandewancker should take a look",
"title": null,
"type": "comment"
}
] | 2 | 2 | 78 | false | false | 78 | true |
pimusicbox/mopidy-musicbox-webclient | pimusicbox | 245,916,530 | 247 | null | [
{
"action": "opened",
"author": "BboyJemini",
"comment_id": null,
"datetime": 1501126517000,
"masked_author": "username_0",
"text": "First timer here. I apologize in advance for being vague.\r\nJust popped the image onto my sd card and set up as the manual says, but I can't seem to load anything. \r\n\r\nJust keeps saying \"Trying to reach Musicbox, please wait.\"\r\n\r\nTried wifi, everything was enabled correctly, and hard wired in. Nada - same thing.\r\nJust trying to pull music from Spotify - that's it. \r\n\r\nThe only thing I've really had to touch in the settings is the wifi settings, and the spotify login. Other than that, everything is as-is. \r\nPlease let me know what I'm doing wrong, and what I can do to fix this. I'd love to have this up and running. This is the first audio \"project\" I've done with my Pi and want to see what it is capable of. \r\nThanks in advance. \r\n\r\nRunning a Raspberry Pi model B (yes, old, no doubt)",
"title": "Not working...",
"type": "issue"
},
{
"action": "created",
"author": "BboyJemini",
"comment_id": 318249687,
"datetime": 1501126694000,
"masked_author": "username_0",
"text": "Should have mentioned as well - Running on v0.7.0RC4",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "jiminorris",
"comment_id": 320889458,
"datetime": 1502181222000,
"masked_author": "username_1",
"text": "Having the same issue here on Pi2 0.7 RC5. \r\nOnly difference is that I'm playing local (in the SD) music. \r\n0.6 was working fine, but got a bigger SD and opted for the 0.7 RC when I set it up.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "kingosticks",
"comment_id": 320900405,
"datetime": 1502183985000,
"masked_author": "username_2",
"text": "@username_0, If you have large Spotify playlists it will take a while for the slower Raspberry Pi model B to load them all up the first time. If it's doing this you should see the \"Trying to reach...\" message flicker on and off. Are you able to login (remotely via SSH or with a keyboard) and take a look at the log files:\r\n* /var/log/mopidy/mopidy.log\r\n* /var/log/musicbox_startup.log\r\n\r\n@username_1, are you sure it's finished scanning your music collection? Just the contents of /var/log/musicbox_startup.log is probably relevant in your case.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "BboyJemini",
"comment_id": 322535834,
"datetime": 1502818712000,
"masked_author": "username_0",
"text": "Sorry for the delay. Summer holiday and I haven't been on my devices. \n\n\nThanks for the info. I managed to get it working on my pi zero w. I think I'll use the older pi for another project. \n\n\nThanks,\n\n\nStu",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "jcass77",
"comment_id": null,
"datetime": 1507350604000,
"masked_author": "username_3",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "jcass77",
"comment_id": 334909674,
"datetime": 1507350604000,
"masked_author": "username_3",
"text": "Doesn't sound like there's anything more to do here, please re-open if required.",
"title": null,
"type": "comment"
}
] | 4 | 7 | 1,977 | false | false | 1,977 | true |
jhipster/generator-jhipster | jhipster | 73,192,850 | 1,441 | null | [
{
"action": "opened",
"author": "dearnani",
"comment_id": null,
"datetime": 1430796639000,
"masked_author": "username_0",
"text": "I have created a new application with the same database ( MySQL, with admin credentials )\r\n\r\nthrowing the following liquidbase checksum exception:\r\n\r\nliquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\nclasspath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\nThe following is the full stack trace:\r\n\r\ncd C:\\Users\\Yatin\\Desktop\\Nani\\mywork\\jhipster29; \"JAVA_HOME=C:\\\\Program Files\\\\Java\\\\jdk1.8.0_25\" cmd /c \"\\\"\\\"C:\\\\Program Files\\\\NetBeans 8.0.2\\\\java\\\\maven\\\\bin\\\\mvn.bat\\\" -Dexec.args=\\\"-classpath %classpath org.yatin.rajani.Application\\\" -Dexec.executable=java -Dexec.classpathScope=runtime -Dmaven.ext.class.path=C:\\\\Users\\\\Yatin\\\\AppData\\\\Roaming\\\\NetBeans\\\\8.0.2\\\\maven-nblib\\\\netbeans-eventspy.jar -Dfile.encoding=UTF-8 -Pdev org.codehaus.mojo:exec-maven-plugin:1.2.1:exec\\\"\"\r\nRunning NetBeans Compile On Save execution. Phase execution is skipped and output directories of dependency projects (with Compile on Save turned on) will be used instead of their jar artifacts.\r\nScanning for projects...\r\n \r\n------------------------------------------------------------------------\r\nBuilding yatin2 0.0.1-SNAPSHOT\r\n------------------------------------------------------------------------\r\n\r\n--- exec-maven-plugin:1.2.1:exec (default-cli) @ yatin2 ---\r\norg.yatin.rajani.Application - Starting Application on Yatin-PC with PID 4268 (C:\\Users\\Yatin\\Desktop\\Nani\\mywork\\jhipster29\\target\\classes started by Yatin in C:\\Users\\Yatin\\Desktop\\Nani\\mywork\\jhipster29)\r\norg.yatin.rajani.Application - Running with Spring Boot v1.2.3.RELEASE, Spring v4.1.6.RELEASE\r\norg.jboss.logging - Logging Provider: org.jboss.logging.Slf4jLoggerProvider\r\norg.yatin.rajani.config.AsyncConfiguration - Creating Async Task Executor\r\norg.yatin.rajani.config.MetricsConfiguration - Registering JVM gauges\r\norg.yatin.rajani.config.MetricsConfiguration - Initializing Metrics JMX reporting\r\norg.yatin.rajani.config.DatabaseConfiguration - Configuring Datasource\r\norg.yatin.rajani.config.DatabaseConfiguration - Configuring Liquibase\r\norg.springframework.boot.context.embedded.tomcat.TomcatStarter - Error starting Tomcat context: org.springframework.beans.factory.BeanCreationException\r\n[WARN] org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt\r\norg.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:133) [spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474) ~[spring-context-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118) [spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:686) [spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:320) [spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.yatin.rajani.Application.main(Application.java:59) [classes/:na]\r\nCaused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:98) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:75) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:378) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:155) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:157) [spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:130) [spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\t... 5 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; \r\n\r\nnested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1210) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:368) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1119) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:209) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:165) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:160) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:143) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:74) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:234) [spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.selfInitialize(EmbeddedWebApplicationContext.java:221) [spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.access$000(EmbeddedWebApplicationContext.java:84) [spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:206) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:54) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5151) ~[tomcat-embed-core-8.0.20.jar:8.0.20]\r\n\tat org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) ~[tomcat-embed-core-8.0.20.jar:8.0.20]\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409) ~[tomcat-embed-core-8.0.20.jar:8.0.20]\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1399) ~[tomcat-embed-core-8.0.20.jar:8.0.20]\r\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_25]\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_25]\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_25]\r\n\tat java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_25]\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:649) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 34 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:164) ~[spring-context-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1365) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:957) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:606) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 36 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1210) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:523) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:512) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.security.config.annotation.web.configuration.AutowiredWebSecurityConfigurersIgnoreParents.getWebSecurityConfigurers(AutowiredWebSecurityConfigurersIgnoreParents.java:52) ~[spring-security-config-4.0.0.RELEASE.jar:na]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_25]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_25]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_25]\r\n\tat java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_25]\r\n\tat org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:112) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:129) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.expression.spel.ast.MethodReference.access$000(MethodReference.java:49) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:342) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:88) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:120) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:242) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:161) ~[spring-context-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 40 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 62 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1210) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 64 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 75 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:313) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1477) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1222) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 77 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:444) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1119) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 90 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:293) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 98 common frames omitted\r\nCaused by: liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:196) ~[liquibase-core-3.3.2.jar:na]\r\n\tat liquibase.Liquibase.update(Liquibase.java:196) ~[liquibase-core-3.3.2.jar:na]\r\n\tat liquibase.integration.spring.SpringLiquibase.performUpdate(SpringLiquibase.java:353) ~[liquibase-core-3.3.2.jar:na]\r\n\tat liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:317) ~[liquibase-core-3.3.2.jar:na]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1633) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 107 common frames omitted\r\norg.springframework.boot.SpringApplication - Application startup failed\r\norg.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:133) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474) ~[spring-context-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:686) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:320) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.yatin.rajani.Application.main(Application.java:59) [classes/:na]\r\nCaused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:98) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:75) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:378) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:155) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:157) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:130) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\t... 5 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1210) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:368) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1119) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:209) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:165) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:160) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:143) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:74) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:234) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.selfInitialize(EmbeddedWebApplicationContext.java:221) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.access$000(EmbeddedWebApplicationContext.java:84) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:206) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:54) ~[spring-boot-1.2.3.RELEASE.jar:1.2.3.RELEASE]\r\n\tat org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5151) ~[tomcat-embed-core-8.0.20.jar:8.0.20]\r\n\tat org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) ~[tomcat-embed-core-8.0.20.jar:8.0.20]\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409) ~[tomcat-embed-core-8.0.20.jar:8.0.20]\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1399) ~[tomcat-embed-core-8.0.20.jar:8.0.20]\r\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_25]\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) ~[na:1.8.0_25]\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) ~[na:1.8.0_25]\r\n\tat java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_25]\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:649) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 34 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:164) ~[spring-context-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1365) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:957) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:606) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 36 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1210) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:523) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:512) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.security.config.annotation.web.configuration.AutowiredWebSecurityConfigurersIgnoreParents.getWebSecurityConfigurers(AutowiredWebSecurityConfigurersIgnoreParents.java:52) ~[spring-security-config-4.0.0.RELEASE.jar:na]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_25]\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_25]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_25]\r\n\tat java.lang.reflect.Method.invoke(Method.java:483) ~[na:1.8.0_25]\r\n\tat org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:112) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:129) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.expression.spel.ast.MethodReference.access$000(MethodReference.java:49) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:342) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:88) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:120) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:242) ~[spring-expression-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:161) ~[spring-context-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 40 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 62 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1210) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 64 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 75 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:313) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1477) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1222) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 77 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:444) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1119) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 90 common frames omitted\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:293) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 98 common frames omitted\r\nCaused by: liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:196) ~[liquibase-core-3.3.2.jar:na]\r\n\tat liquibase.Liquibase.update(Liquibase.java:196) ~[liquibase-core-3.3.2.jar:na]\r\n\tat liquibase.integration.spring.SpringLiquibase.performUpdate(SpringLiquibase.java:353) ~[liquibase-core-3.3.2.jar:na]\r\n\tat liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:317) ~[liquibase-core-3.3.2.jar:na]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1633) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570) ~[spring-beans-4.1.6.RELEASE.jar:4.1.6.RELEASE]\r\n\t... 107 common frames omitted\r\nException in thread \"main\" org.springframework.context.ApplicationContextException: Unable to start embedded container; nested exception is org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:133)\r\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:474)\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)\r\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:686)\r\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:320)\r\n\tat org.yatin.rajani.Application.main(Application.java:59)\r\nCaused by: org.springframework.boot.context.embedded.EmbeddedServletContainerException: Unable to start embedded Tomcat\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.initialize(TomcatEmbeddedServletContainer.java:98)\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.<init>(TomcatEmbeddedServletContainer.java:75)\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getTomcatEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:378)\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.getEmbeddedServletContainer(TomcatEmbeddedServletContainerFactory.java:155)\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.createEmbeddedServletContainer(EmbeddedWebApplicationContext.java:157)\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.onRefresh(EmbeddedWebApplicationContext.java:130)\r\n\t... 5 more\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1210)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)\r\n\tat org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:368)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1119)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:209)\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:165)\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAsRegistrationBean(ServletContextInitializerBeans.java:160)\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.addAdaptableBeans(ServletContextInitializerBeans.java:143)\r\n\tat org.springframework.boot.context.embedded.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:74)\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.getServletContextInitializerBeans(EmbeddedWebApplicationContext.java:234)\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.selfInitialize(EmbeddedWebApplicationContext.java:221)\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.access$000(EmbeddedWebApplicationContext.java:84)\r\n\tat org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.onStartup(EmbeddedWebApplicationContext.java:206)\r\n\tat org.springframework.boot.context.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:54)\r\n\tat org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5151)\r\n\tat org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1409)\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1399)\r\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\r\n\tat java.lang.Thread.run(Thread.java:745)\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration.setFilterChainProxySecurityConfigurer(org.springframework.security.config.annotation.ObjectPostProcessor,java.util.List) throws java.lang.Exception; nested exception is org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:649)\r\n\tat org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)\r\n\t... 34 more\r\nCaused by: org.springframework.beans.factory.BeanExpressionException: Expression parsing failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:164)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1365)\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:957)\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:606)\r\n\t... 36 more\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1210)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:523)\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:512)\r\n\tat org.springframework.security.config.annotation.web.configuration.AutowiredWebSecurityConfigurersIgnoreParents.getWebSecurityConfigurers(AutowiredWebSecurityConfigurersIgnoreParents.java:52)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:483)\r\n\tat org.springframework.expression.spel.support.ReflectiveMethodExecutor.execute(ReflectiveMethodExecutor.java:112)\r\n\tat org.springframework.expression.spel.ast.MethodReference.getValueInternal(MethodReference.java:129)\r\n\tat org.springframework.expression.spel.ast.MethodReference.access$000(MethodReference.java:49)\r\n\tat org.springframework.expression.spel.ast.MethodReference$MethodValueRef.getValue(MethodReference.java:342)\r\n\tat org.springframework.expression.spel.ast.CompoundExpression.getValueInternal(CompoundExpression.java:88)\r\n\tat org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:120)\r\n\tat org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:242)\r\n\tat org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:161)\r\n\t... 40 more\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springframework.security.core.userdetails.UserDetailsService org.yatin.rajani.config.SecurityConfiguration.userDetailsService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)\r\n\tat org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)\r\n\t... 62 more\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDetailsService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1210)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)\r\n\t... 64 more\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.yatin.rajani.repository.UserRepository org.yatin.rajani.security.UserDetailsService.userRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)\r\n\tat org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)\r\n\t... 75 more\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepository': Cannot create inner bean '(inner bean)#76712d67' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:313)\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:129)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1477)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1222)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)\r\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)\r\n\t... 77 more\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#76712d67': Cannot resolve reference to bean 'entityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)\r\n\tat org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634)\r\n\tat org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:444)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1119)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:299)\r\n\t... 90 more\r\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/yatin/rajani/config/DatabaseConfiguration.class]: Invocation of init method failed; nested exception is liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)\r\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:293)\r\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)\r\n\tat org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)\r\n\t... 98 more\r\nCaused by: liquibase.exception.ValidationFailedException: Validation Failed:\r\n 1 change sets check sum\r\n classpath:config/liquibase/changelog/00000000000000_initial_schema.xml::00000000000001::jhipster is now: 7:979cdc38a000f73875133577857ab6e9\r\n\r\n\tat liquibase.changelog.DatabaseChangeLog.validate(DatabaseChangeLog.java:196)\r\n\tat liquibase.Liquibase.update(Liquibase.java:196)\r\n\tat liquibase.integration.spring.SpringLiquibase.performUpdate(SpringLiquibase.java:353)\r\n\tat liquibase.integration.spring.SpringLiquibase.afterPropertiesSet(SpringLiquibase.java:317)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1633)\r\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570)\r\n\t... 107 more\r\n------------------------------------------------------------------------\r\nBUILD FAILURE\r\n------------------------------------------------------------------------\r\nTotal time: 1:28.448s\r\nFinished at: Tue May 05 08:34:43 IST 2015\r\nFinal Memory: 14M/34M\r\n------------------------------------------------------------------------\r\nFailed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project yatin2: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]\r\n\r\nTo see the full stack trace of the errors, re-run Maven with the -e switch.\r\nRe-run Maven using the -X switch to enable full debug logging.\r\n\r\nFor more information about the errors and possible solutions, please read the following articles:\r\n[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException",
"title": "updated jhipster, created a new application with same db liquidbase checksum exception",
"type": "issue"
},
{
"action": "closed",
"author": "jdubois",
"comment_id": null,
"datetime": 1430814611000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "jdubois",
"comment_id": 98992759,
"datetime": 1430814611000,
"masked_author": "username_1",
"text": "You have a Liquibase checksum error, because there is a difference between your actual database schema and what JHipster generates.\r\n\r\nThis is possible, it depends from which version you upgraded (we need more information on that -> as always, please provide your JHipster versions). This is a normal behavior to me, at least as I don't have more information this looks normal for the moment.\r\n\r\nDo a 'mvn liquibase:diff' to see the difference between your actual database and what JHipster generates. This should help you solve that issue. Or do a diff with your old code and your new code, and you will see what JHipster changed in your Liquibase files.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "DjihadBengati",
"comment_id": 275537126,
"datetime": 1485470478000,
"masked_author": "username_2",
"text": "I had this problem with the v3.12.2 and the only solution to resolve it was to delete my database and create a new one.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "emgsilva",
"comment_id": 283485041,
"datetime": 1488405697000,
"masked_author": "username_3",
"text": "Any suggestions as of how to solve this without having to delete/recreated the DB? I have just added a few \"required\" to entities - did not change anything else on the entities data model, and also got similar Liquid base issue (version of JHipster: 4.0.6).",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "gmarziou",
"comment_id": 283637102,
"datetime": 1488456619000,
"masked_author": "username_4",
"text": "Clearing the checksums might not help because Liquibase may try to run migrations that have already been applied. In this case, what I do is to run the migrations on an empty database and then copy the generated checksums to the old database.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "imadbougataya",
"comment_id": 353134157,
"datetime": 1513792082000,
"masked_author": "username_5",
"text": "deleted the checksum tables and everything got generated just fine after this error occured",
"title": null,
"type": "comment"
}
] | 6 | 7 | 114,665 | false | false | 114,665 | false |
palantir/plottable | palantir | 145,772,947 | 3,072 | null | [
{
"action": "opened",
"author": "m4dc4p",
"comment_id": null,
"datetime": 1459796064000,
"masked_author": "username_0",
"text": "The alignment of tick labels on category axis depends on the orientation of the axis. I would like more direct control over label alignment (e.g., \"left\", \"right\", or \"center\"). \r\n\r\n* If not set, labels should render according to existing behavior.\r\n* Alignment should be applied before rotating text.\r\n* Alignment also implies that a \"padding\" setting must be present, otherwise labels will be rendered next to the outer edge of the axis in certain cases.",
"title": "Align label text on Category Axis",
"type": "issue"
}
] | 1 | 1 | 456 | false | false | 456 | false |
reduxjs/redux-thunk | reduxjs | 327,931,393 | 200 | null | [
{
"action": "opened",
"author": "tquinlan1992",
"comment_id": null,
"datetime": 1527721998000,
"masked_author": "username_0",
"text": "With redux-thunk 2.3.0, awesome-typescript-loader 3.5.0, and typescript 2.8.3 I'm getting the following error. \r\n\r\nNot sure where the cause may lie, if it's a cause from redux-thunk or my setup with typescript.\r\n\r\nERROR in [at-loader] ./node_modules/redux-thunk/index.d.ts:14:84\r\n TS2315: Type 'Middleware' is not generic.",
"title": "Getting \"TS2315: Type 'Middleware' is not generic.\"",
"type": "issue"
},
{
"action": "created",
"author": "arieldf",
"comment_id": 393423678,
"datetime": 1527748670000,
"masked_author": "username_1",
"text": "@username_0 I get the exact same error and have not managed to resolve it yet",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "raviqqe",
"comment_id": 393424551,
"datetime": 1527748930000,
"masked_author": "username_2",
"text": "Update redux to 4.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "arieldf",
"comment_id": 393432386,
"datetime": 1527750846000,
"masked_author": "username_1",
"text": "@username_2 I am in fact using Redux 4",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "jonantoine",
"comment_id": 393522071,
"datetime": 1527771626000,
"masked_author": "username_3",
"text": "I ran into this as well. My package.json file dependencies look like this:\r\n` \"redux\": \"^3.7.2\",`\r\n` \"redux-thunk\": \"^2.2.0\",`\r\n\r\nI am not ready to update to redux 4.x yet. But the fact that I would have to upgrade to resolve this issue seems to me a breaking change and redux-thunk 2.3.0 should really be 3.0.0.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "timdorr",
"comment_id": null,
"datetime": 1527775288000,
"masked_author": "username_4",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "tquinlan1992",
"comment_id": 393663476,
"datetime": 1527797297000,
"masked_author": "username_0",
"text": "Thanks! I should have read the release notes for redux-thunk 2.3.0...",
"title": null,
"type": "comment"
}
] | 5 | 7 | 840 | false | false | 840 | true |
yiisoft/yii2-sphinx | yiisoft | 337,078,769 | 104 | null | [
{
"action": "opened",
"author": "bitdevelopment",
"comment_id": null,
"datetime": 1530293480000,
"masked_author": "username_0",
"text": "### What steps will reproduce the problem?\r\n1. Having AnySQL (MySQL, SQL or any similar dbo) table that is relational to data in sphinx.\r\n### What's problem?\r\nIt can be many relational tables, that are not having search query data, but needs to be presented along with results from sphinx. \r\nCurrent effective workaround is to fetch models/array of data from sphinx, pull column with `ArrayHelper`, and select relational tables from other database.\r\nSnippets are not so good in this as they are having too many calls which defies a reason for `eagerLoading`\r\n\r\n### What would be desirable?\r\nIt would be desirable if `yii\\sphinx\\ActiveQuery::with()` can accept `yii\\db\\ActiveQuery` results, and in other cases (joinWith, innerJoinWith, etc...) raises error that relation cannot be called.\r\n\r\nOther option would be to add another method that would handle this case. like `withSQL()` or similar.\r\n\r\n### Additional info\r\nI think this issue is not related only to `sphinx<=>SQL` but to `AnySQL1<=>AnySQL2`, but with sphinx it can become a nightmare when refactoring is needed. \r\n\r\nI'd like to help and solve this, as I setup dev environment now, just first to get references from you guys how you look at this.",
"title": "Enhancement of `with()` relation",
"type": "issue"
},
{
"action": "created",
"author": "samdark",
"comment_id": 401495856,
"datetime": 1530313961000,
"masked_author": "username_1",
"text": "`with()` is accepting AR relations only by design and it's not a good decision to extend it they way you are suggesting. For your case I think you need to create SQL view, a model for it and then use it in `with()`.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "samdark",
"comment_id": null,
"datetime": 1530313961000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 3 | 1,420 | false | false | 1,420 | false |
laravel/framework | laravel | 347,176,628 | 25,067 | null | [
{
"action": "opened",
"author": "alfonsobries",
"comment_id": null,
"datetime": 1533244374000,
"masked_author": "username_0",
"text": "- Laravel Version: 5.7\r\n- PHP Version: 7.2\r\n- Database Driver & Version: mysql\r\n\r\n### Description:\r\nI'm trying to create a custom validation rule or at least use a closure custom validation but I cannot achieve that the function was called when the request value is empty.\r\n\r\n### Steps To Reproduce:\r\n\r\n1. Create a closure validation rule\r\n2. Send an empty attribute\r\n3. The function is ignored\r\n\r\nExample:\r\n```\r\n$this->validate($request->all(), [\r\n\t'users.email' => function($attribute, $value, $fail) {\r\n\t\t\tdd(\"This is not called when the $value (user[0].email = '') is empty\");\r\n\t\t\t// My custom condition for example only require email if the user is admin\r\n\t\t\t// ....\r\n }\r\n]);\r\n```",
"title": "Custom rules and Closures are not called if value is empty",
"type": "issue"
},
{
"action": "created",
"author": "alfonsobries",
"comment_id": 410070057,
"datetime": 1533244468000,
"masked_author": "username_0",
"text": "btw i create this PR that is useful to solve this kind of rules:\r\nhttps://github.com/laravel/framework/pull/25066",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "alfonsobries",
"comment_id": 410072923,
"datetime": 1533245164000,
"masked_author": "username_0",
"text": "I find that i need to use the extendImplicit function this solves my problem \r\nValidator::extendImplicit('foo', function ($attribute, $value, $parameters, $validator) {\r\n return $value == 'foo';\r\n});\r\n\r\nIts possible to achieve using validation closures?",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "alfonsobries",
"comment_id": null,
"datetime": 1533648525000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "surgiie",
"comment_id": 434867782,
"datetime": 1541024439000,
"masked_author": "username_1",
"text": "@username_0 same issue here. Wondering why it doesnt call when the request input is empty.",
"title": null,
"type": "comment"
}
] | 2 | 5 | 1,149 | false | false | 1,149 | true |
Alhadis/language-apl | null | 333,604,718 | 2 | null | [
{
"action": "opened",
"author": "jayfoad",
"comment_id": null,
"datetime": 1529402897000,
"masked_author": "username_0",
"text": "¯2.2e¯20j¯3.3e¯30 is a single numeric literal in APL, but [Lightshow shows me](https://github-lightshow.herokuapp.com/?utf8=%E2%9C%93&scope=source.apl&grammar_format=auto&grammar_url=&grammar_text=&code_source=from-text&code_url=&code=%C2%AF2.2e%C2%AF20j%C2%AF3.3e%C2%AF30) that it is coloured in a mixture of red and blue.\r\n\r\nThere are railway diagrams for the syntax in section 6.1.2 of the ISO Extended APL standard, but it may be simpler to match a superset, e.g. (in egrep syntax): `([¯0-9]|\\.[0-9])[¯0-9A-Za-z]*`",
"title": "Improve syntax colouring for numeric literals",
"type": "issue"
},
{
"action": "closed",
"author": "Alhadis",
"comment_id": null,
"datetime": 1529475422000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 2 | 518 | false | false | 518 | false |
GMOD/Apollo | GMOD | 93,877,203 | 468 | null | [
{
"action": "opened",
"author": "mpoelchau",
"comment_id": null,
"datetime": 1436385616000,
"masked_author": "username_0",
"text": "Hi y'all,\r\n\r\nI noticed this on our current instance of WA1.0.4 and was able to replicate the issue on the WA2 demo on icebox. If you drag and drop evidence into the Uca track (I've tried RNA-Seq reads and mRNA so far) and flip the strand, models are 1) not truncated at the first stop codon in either the display or the gff3, and 2) the protein sequence is truncated, but not always at the first stop codon. I've created some examples of this on the icebox WA2 site for Honey1 at Group1.1:963667..963843 (177 b). It seems that the gff3 and display coordinates are calculated from the original strand. \r\n\r\n\r\n\r\n\r\nIssue may or may not be related to issue #55. \r\n\r\nAlso, from looking at the protein sequences calculated from these models, I have to admit that I'm confused as to how WA2 determines whether a TGA should represent a selenocysteine or a stop codon in the calculated protein sequence. I look forward to reading the documentation on this later on!",
"title": "'Move to Opposite Strand' function does not recognize stop codons in display or gff3",
"type": "issue"
},
{
"action": "created",
"author": "nathandunn",
"comment_id": 119715714,
"datetime": 1436385768000,
"masked_author": "username_1",
"text": "Ack. I will take a look. Glad you found it in both as I used the smart code in both.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "deepakunni3",
"comment_id": 119741351,
"datetime": 1436392247000,
"masked_author": "username_2",
"text": "@username_1 The fact that the transcript, once flipped to the opposite strand, doesn't have the proper CDS is because setLongestORF() method is not being called.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "deepakunni3",
"comment_id": null,
"datetime": 1436456949000,
"masked_author": "username_2",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "nathandunn",
"comment_id": 120059480,
"datetime": 1436459381000,
"masked_author": "username_1",
"text": "Still need to have @username_3 and @username_0 check this.",
"title": null,
"type": "comment"
},
{
"action": "reopened",
"author": "nathandunn",
"comment_id": null,
"datetime": 1436459381000,
"masked_author": "username_1",
"text": "Hi y'all,\r\n\r\nI noticed this on our current instance of WA1.0.4 and was able to replicate the issue on the WA2 demo on icebox. If you drag and drop evidence into the Uca track (I've tried RNA-Seq reads and mRNA so far) and flip the strand, models are 1) not truncated at the first stop codon in either the display or the gff3, and 2) the protein sequence is truncated, but not always at the first stop codon. I've created some examples of this on the icebox WA2 site for Honey1 at Group1.1:963667..963843 (177 b). It seems that the gff3 and display coordinates are calculated from the original strand. \r\n\r\n\r\n\r\n\r\nIssue may or may not be related to issue #55. \r\n\r\nAlso, from looking at the protein sequences calculated from these models, I have to admit that I'm confused as to how WA2 determines whether a TGA should represent a selenocysteine or a stop codon in the calculated protein sequence. I look forward to reading the documentation on this later on!",
"title": "'Move to Opposite Strand' function does not recognize stop codons in display or gff3",
"type": "issue"
},
{
"action": "created",
"author": "mpoelchau",
"comment_id": 120089332,
"datetime": 1436465212000,
"masked_author": "username_0",
"text": "So - is this supposed to be fixed on the demo site (http://icebox.lbl.gov/Apollo2/annotator/index)? Because it doesn't look like it is - I just re-created the same broken model (Name=GB42147-RAa, Group1.1:963204..964163 (961 b), Honey1). Let me know if I'm missing something!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nathandunn",
"comment_id": 120090009,
"datetime": 1436465402000,
"masked_author": "username_1",
"text": "We haven’t updated the server yet. Sorry. \n\nNathan\n\n\n>",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nathandunn",
"comment_id": 120168718,
"datetime": 1436482331000,
"masked_author": "username_1",
"text": "@username_0 I'll update this next week when we tag RC2. In the interim, it should be on the mainline.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mpoelchau",
"comment_id": 120399677,
"datetime": 1436531572000,
"masked_author": "username_0",
"text": "Great, thanks!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mpoelchau",
"comment_id": 124552286,
"datetime": 1437750252000,
"masked_author": "username_0",
"text": "Looks like it works on icebox now - thanks!",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "monicacecilia",
"comment_id": null,
"datetime": 1438742606000,
"masked_author": "username_3",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "monicacecilia",
"comment_id": 127823527,
"datetime": 1438742606000,
"masked_author": "username_3",
"text": "Bingo on RC3. woop woop! (i.e. yes, it works as expected). :dancer:",
"title": null,
"type": "comment"
}
] | 4 | 13 | 3,061 | false | false | 3,061 | true |
bblum/landslide | null | 111,196,243 | 205 | null | [
{
"action": "opened",
"author": "bblum",
"comment_id": null,
"datetime": 1444747685000,
"masked_author": "username_0",
"text": "landslide-id: job.c:237: run_job: Assertion `((((__extension__ (((union { __typeof(child_status) __in; int __i; }) { .__in = (child_status) }).__i))) & 0x7f) == 0) && \"wait returned before child exit\"' failed.\r\n../run-control-experiment.sh: line 41: 17847 Terminated ./landslide -v -C -p $TEST_CASE -c 1 -t${SECS}",
"title": "landslide-id: wait returned before child exit assertion",
"type": "issue"
},
{
"action": "created",
"author": "bblum",
"comment_id": 147738167,
"datetime": 1444747735000,
"masked_author": "username_0",
"text": "seems to show up right around timeout time... but sometimes not?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "bblum",
"comment_id": 147738216,
"datetime": 1444747745000,
"masked_author": "username_0",
"text": "```\r\n==== PROGRESS REPORT ====\r\ntotal time elapsed: 9h 59m 10s\r\n[JOB 0] Running (42.749071%; ETA 20h 10m 37s)\r\n Log: id/ls-output.log.S6jlIP -- PPs: { 'mutex_lock' 'mutex_unlock' }\r\n=========================\r\n[JOB 0] progress: 91604/214282 brs (42.749119%), ETA 21h 15m 45s (elapsed 9h 59m 1s)\r\n[JOB 0] progress: 91605/214284 brs (42.749214%), ETA 20h 36m 1s (elapsed 9h 59m 2s)\r\n[JOB 0] progress: 91606/214286 brs (42.749405%), ETA 20h 26m 50s (elapsed 9h 59m 3s)\r\n[JOB 0] progress: 91607/214287 brs (42.749500%), ETA 20h 10m 42s (elapsed 9h 59m 3s)\r\n[JOB 0] progress: 91608/214290 brs (42.749524%), ETA 20h 39m 54s (elapsed 9h 59m 4s)\r\n[JOB 0] progress: 91609/214292 brs (42.749548%), ETA 20h 41m 7s (elapsed 9h 59m 5s)\r\n[JOB 0] progress: 91610/214294 brs (42.749596%), ETA 20h 52m 33s (elapsed 9h 59m 6s)\r\n[JOB 0] progress: 91611/214296 brs (42.749619%), ETA 20h 44m 49s (elapsed 9h 59m 6s)\r\nlandslide-id: job.c:237: run_job: Assertion `((((__extension__ (((union { __typeof(child_status) __in; int __i; }) { .__in = (child_status) }).__i))) & 0x7f) == 0) && \"wait returned before child exit\"' failed.\r\n../run-control-experiment.sh: line 41: 17847 Terminated ./landslide -v -C -p $TEST_CASE -c 1 -t${SECS}\r\nSlept for 36120 secs; issuing kill signals\r\nmv: error writing ‘/afs/andrew.cmu.edu/usr12/username_0/masters/p2-id-logs/test-paraguay-trycontrol-gamma/paraguay/s14-group-25/ls-output.log.S6jlIP.gz’: Disk quota exceeded\r\nmv: failed to extend ‘/afs/andrew.cmu.edu/usr12/username_0/masters/p2-id-logs/test-paraguay-trycontrol-gamma/paraguay/s14-group-25/ls-output.log.S6jlIP.gz’: Disk quota exceeded\r\nLogs copied into /afs/andrew.cmu.edu/usr12/username_0/masters/p2-id-logs/test-paraguay-trycontrol-gamma/paraguay/s14-group-25; moving on\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "bblum",
"comment_id": 147798110,
"datetime": 1444759577000,
"masked_author": "username_0",
"text": "it's just a race of my testing automation scripts. a rogue \"slept for X seconds; issuing kill signals\" happens from another job and takes out a landslide process. asserting here in quicksand is ok; there's no other way it could handle it.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "bblum",
"comment_id": null,
"datetime": 1444759577000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 1 | 5 | 2,380 | false | false | 2,380 | true |
trufflesuite/ganache | trufflesuite | 281,874,243 | 157 | null | [
{
"action": "opened",
"author": "ToJen",
"comment_id": null,
"datetime": 1513194656000,
"masked_author": "username_0",
"text": "I downloaded Ganache from the [website](http://truffleframework.com/ganache/). \r\n\r\nI ran `chmod a+x ganache-1.0.1-x86_64.AppImage` and ran with `./ganache-1.0.1-x86_64.AppImage`.\r\n\r\nPLATFORM: linux\r\nGANACHE VERSION: 1.0.1\r\n\r\nEXCEPTION:\r\nError: Lost heartbeat from server process!\r\n at Timeout.setInterval [as _onTimeout] (/src/Services/Chain.js:86:30)\r\n at ontimeout (timers.js:365:14)\r\n at tryOnTimeout (timers.js:237:5)\r\n at Timer.listOnTimeout (timers.js:207:5)",
"title": "System Error when running Ganache 1.0.1 on linux",
"type": "issue"
},
{
"action": "created",
"author": "benjamincburns",
"comment_id": 356179624,
"datetime": 1515473526000,
"masked_author": "username_1",
"text": "Thanks for reporting this. This should be fixed as of our latest release, v1.0.2, which is out just now!",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "benjamincburns",
"comment_id": null,
"datetime": 1515473526000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 3 | 580 | false | false | 580 | false |
aionnetwork/aion | aionnetwork | 301,446,390 | 68 | {
"number": 68,
"repo": "aion",
"user_login": "aionnetwork"
} | [
{
"action": "opened",
"author": "yulongaion",
"comment_id": null,
"datetime": 1519918020000,
"masked_author": "username_0",
"text": "There are two more raw LRUMap in `TransactionStore.java` and `BlockPropagationHandler.java`. The original authors have synchronized all access to the map, so there is no need to synchronize again.\r\n\r\nResolves #65",
"title": "Synchronize LRUMap",
"type": "issue"
},
{
"action": "created",
"author": "aion-jin",
"comment_id": 369633638,
"datetime": 1519919132000,
"masked_author": "username_1",
"text": "Please put all LRU changes in one pull request.",
"title": null,
"type": "comment"
}
] | 2 | 2 | 259 | false | false | 259 | false |
googlemaps/google-maps-services-java | googlemaps | 199,886,231 | 222 | {
"number": 222,
"repo": "google-maps-services-java",
"user_login": "googlemaps"
} | [
{
"action": "opened",
"author": "jmarcelo",
"comment_id": null,
"datetime": 1484069856000,
"masked_author": "username_0",
"text": "Documents correct usage of GeoApiContext, since the wrong usage could cause a lot of threads alive in JVM.",
"title": "Correct usage of GeoApiContext",
"type": "issue"
},
{
"action": "created",
"author": "domesticmouse",
"comment_id": 271731875,
"datetime": 1484091086000,
"masked_author": "username_1",
"text": "Thanks!",
"title": null,
"type": "comment"
}
] | 2 | 2 | 113 | false | false | 113 | false |
kubernetes/kubernetes | kubernetes | 273,710,495 | 55,679 | null | [
{
"action": "opened",
"author": "tengqm",
"comment_id": null,
"datetime": 1510649379000,
"masked_author": "username_0",
"text": "/kind bug\r\n\r\n*What happened**:\r\nWhen requesting a Pod creation with alpha.kubernetes.io/nvidia-gpu specified, I was hoping that the creation is a failure because I didn't enable the Accelerators feature gate. However, it succeeded. The pod is stuck in Pending status which is fine.\r\n\r\n**What you expected to happen**:\r\nI'm expecting that a Pod requesting GPU will be rejected when its container resource requirements are validated. Having the GPU usage guarded by the feature gate will help cleaning removing it in future when device plugin stabilizes.\r\n\r\n**How to reproduce it (as minimally and precisely as possible)**:\r\nDisable Accelerators feature gate and create a Pod with GPU request or limit, the pod is successfully created. It means that the feature gate is not doing its job.\r\n\r\n**Anything else we need to know?**:\r\n\r\n**Environment**:\r\n- Kubernetes version (use `kubectl version`):\r\n- Cloud provider or hardware configuration:\r\n- OS (e.g. from /etc/os-release):\r\n- Kernel (e.g. `uname -a`):\r\n- Install tools:\r\n- Others:",
"title": "Pods with GPU requests should be rejected early if Accelerators feature gate is off",
"type": "issue"
},
{
"action": "created",
"author": "dims",
"comment_id": 344731151,
"datetime": 1510780676000,
"masked_author": "username_1",
"text": "/sig node",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mindprince",
"comment_id": 375757687,
"datetime": 1521829285000,
"masked_author": "username_2",
"text": "/close\r\n\r\nThis is deprecated in 1.10 and going to be removed in 1.11: https://github.com/kubernetes/kubernetes/pull/61498",
"title": null,
"type": "comment"
}
] | 6 | 7 | 2,650 | false | true | 1,160 | false |
jcampbell05/cocoapods-deploy | null | 189,161,935 | 8 | null | [
{
"action": "opened",
"author": "marcomorain",
"comment_id": null,
"datetime": 1479141729000,
"masked_author": "username_0",
"text": "Cocoapods has changes the layout of the specs repo recently enough, as part of the gitHub performance issues: https://github.com/CocoaPods/CocoaPods/issues/5002\r\n\r\nAs far as I can tell this has broken `pod deploy`.\r\n\r\nAre there any plans to update this project to support the new spec repo format? I'm happy to work on a PR for this if you would like @username_2",
"title": "Compatibility with new cocoapods spec layout",
"type": "issue"
},
{
"action": "created",
"author": "dodongo",
"comment_id": 260391232,
"datetime": 1479142267000,
"masked_author": "username_1",
"text": "Also very interested in this. Currently this plugin is the only way we can have reasonable CI test run times with Cocoapods 1.0+. \r\n\r\nCocoapods did provide a copy of the old repo at `https://github.com/CocoaPods/Old-Specs.git` but it sounds like new version updates will only be made to `https://github.com/CocoaPods/Specs.git`. \r\n\r\nI would love for this plugin to be part of cocoapods proper, but in the meanwhile it seems like we should be able to change the way we parse the specs repo depending on the source specified.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "marcomorain",
"comment_id": 260392319,
"datetime": 1479142467000,
"masked_author": "username_0",
"text": "From my reading of https://github.com/CocoaPods/Core/blob/master/lib/cocoapods-core/source/metadata.rb#L41 it looks like the new layout adds 3 levels of folders, each using a character from the MD5 of the pod name, for example, `https://github.com/CocoaPods/Specs/blob/master/Specs/d/a/2/Alamofire/1.1.5/Alamofire.podspec.json`",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "jcampbell05",
"comment_id": 260397359,
"datetime": 1479143498000,
"masked_author": "username_2",
"text": ":) I'm happy for a PR @username_0 - I don't have much time for this right now so contributions are appreciated :)",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "jcampbell05",
"comment_id": 260902356,
"datetime": 1479290014000,
"masked_author": "username_2",
"text": "Started some work on fixing this and I've found a way to inject custom data into the lockfile.\r\n\r\nI just need to grab the location of the podspec and store it in the lockfile when cocoapod figures out which one to use.\r\n\r\nHopefully this will make the plugin future proof and long term I'll talk to the cocoapod guys at how I can interstate a few of these features",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "dodongo",
"comment_id": 263889358,
"datetime": 1480516770000,
"masked_author": "username_1",
"text": "@username_2 Is there a work in progress branch for this? Would love to help if I can.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "jcampbell05",
"comment_id": 264136074,
"datetime": 1480588090000,
"masked_author": "username_2",
"text": "@username_1 Sure I have my work so far at https://github.com/username_2/cocoapods-deploy/tree/s/NewLayout \r\n \r\nIt just contains some code that I'm aiming to use so that I can infer the Podspec URL during the resolve step in `pod install` or `pod update`.\r\n\r\nThen I hope to store this in the Lockfile using the patch to allow me to write to that.\r\n\r\nThen I need to update the `pod deploy` code to use this lockfile infomation and to do thhe usual magic of swapping out the podspec requirements for URL ones.\r\n\r\nThen hopefully we can get this released and hopefully in Cocoapods one day!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "jcampbell05",
"comment_id": 267298064,
"datetime": 1481798957000,
"masked_author": "username_2",
"text": "@username_1 Have you worked on this ? I'm going to try and resume what I did.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "jcampbell05",
"comment_id": null,
"datetime": 1495980868000,
"masked_author": "username_2",
"text": "",
"title": null,
"type": "issue"
}
] | 3 | 9 | 2,435 | false | false | 2,435 | true |
Azure/toketi-iothubreact | Azure | 185,524,825 | 9 | null | [
{
"action": "opened",
"author": "dluc",
"comment_id": null,
"datetime": 1477520094000,
"masked_author": "username_0",
"text": "Current schema:\r\n\r\n* Multiple blocks\r\n* camelCase\r\n\r\n```\r\niothub {\r\n\t...auth settings...\r\n}\r\n\r\niothub-stream {\r\n\t...streaming settings...\r\n}\r\n\r\niothub-checkpointing {\r\n\t...checkpointing settings...\r\n}\r\n```\r\n\r\nProposed schema\r\n\r\n* One block\r\n* dashes, no camelCase (like akka http://doc.akka.io/docs/akka/current/general/configuration.html)\r\n\r\n```\r\niothub-react {\r\n\tauth {\r\n\t\t...auth settings...\r\n\t}\r\n\r\n\tstream {\r\n\t\t...streaming settings...\r\n\t}\r\n\r\n\tcheckpointing {\r\n\t\t...checkpointing settings...\r\n\t}\r\n}\r\n```",
"title": "Finalize configuration schema",
"type": "issue"
},
{
"action": "closed",
"author": "dluc",
"comment_id": null,
"datetime": 1488931124000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 1 | 2 | 507 | false | false | 507 | false |
yarpc/yarpc-go | yarpc | 253,784,460 | 1,268 | {
"number": 1268,
"repo": "yarpc-go",
"user_login": "yarpc"
} | [
{
"action": "opened",
"author": "abhinav",
"comment_id": null,
"datetime": 1504036619000,
"masked_author": "username_0",
"text": "We already support the behavior where using two consecutive `$` signs\nallows you to escape `$` signs. This adds a test for that behavior.",
"title": "interpolate: Add test for $$ behavior",
"type": "issue"
}
] | 2 | 2 | 137 | false | true | 137 | false |
rlerdorf/php-memcached | null | 137,836,725 | 3 | {
"number": 3,
"repo": "php-memcached",
"user_login": "rlerdorf"
} | [
{
"action": "opened",
"author": "remicollet",
"comment_id": null,
"datetime": 1456915135000,
"masked_author": "username_0",
"text": "Using https://github.com/igbinary/igbinary7",
"title": "Fix build with igbinary",
"type": "issue"
},
{
"action": "created",
"author": "laruence",
"comment_id": 191594951,
"datetime": 1456984512000,
"masked_author": "username_1",
"text": "thanks, merged ;)",
"title": null,
"type": "comment"
}
] | 2 | 2 | 60 | false | false | 60 | false |
gibbed/SteamAchievementManager | null | 330,522,170 | 77 | null | [
{
"action": "opened",
"author": "bradr0012485",
"comment_id": null,
"datetime": 1528434914000,
"masked_author": "username_0",
"text": "I've restarted my PC a few times already and it still isn't fixed. I'm on Windows 10 64bit Build 17134.\r\n\r\nTried running the program with admin permissions and without.\r\n\r\nAny ideas? Thanks.",
"title": "Steam not running",
"type": "issue"
},
{
"action": "created",
"author": "bradr0012485",
"comment_id": 395650287,
"datetime": 1528435127000,
"masked_author": "username_0",
"text": "Just tried running SAM with compatibility mode in Windows 8 and it worked. \r\n\r\nSeems to be an issue on newer builds of Windows 10?",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "gibbed",
"comment_id": null,
"datetime": 1533684341000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 3 | 320 | false | false | 320 | false |
walkor/Workerman | null | 298,815,062 | 275 | null | [
{
"action": "opened",
"author": "atyachin",
"comment_id": null,
"datetime": 1519178007000,
"masked_author": "username_0",
"text": "Hi,\r\n\r\nI'm new to Workerman.\r\nI'm trying to implement a simple WebSocket client that listens on a remote socket, print out the messages and exists after X minutes (where X is an argument).\r\nI followed the AsyncTcpConnection sample in the project's homepage, however it's not clear to me where's the best place to call Worker::stopall(). \r\nPlacing it inside $ws_connection->onMessage would not guarantee a proper exit after X minutes, and I don't want to depend on a message to arrive in order to exit the client.\r\n\r\nAny advice would be appreciated.\r\n\r\nThanks.",
"title": "Simple WebSocket client - exit after X minutes",
"type": "issue"
},
{
"action": "created",
"author": "atyachin",
"comment_id": 367307243,
"datetime": 1519215167000,
"masked_author": "username_0",
"text": "I tried the following:\r\n\r\n$worker->onWorkerStart` = function() use ($maxtime) {\r\n // set timer to exit the process\r\n \\Workerman\\Lib\\Timer::add($maxtime, function() {\r\n echo \"Work ended.\".PHP_EOL;\r\n Worker::stopAll();\r\n }); \r\n // do more stuff\r\n\r\n\r\nHowever, the process is terminated and immediately restarting...",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "walkor",
"comment_id": 367558838,
"datetime": 1519271282000,
"masked_author": "username_1",
"text": "try the following:\r\n```php\r\n$worker->onWorkerStart = function() use ($maxtime) {\r\n // set timer to exit the process\r\n \\Workerman\\Lib\\Timer::add($maxtime, function() {\r\n echo \"Work ended.\".PHP_EOL;\r\n // Send signal SIGINT to master pid and then stop all processes.\r\n posix_kill(posix_getppid(), SIGINT);\r\n });\r\n // do more stuff\r\n```",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "walkor",
"comment_id": null,
"datetime": 1519786620000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 4 | 1,343 | false | false | 1,343 | false |
pytest-dev/pytest-xdist | pytest-dev | 230,945,688 | 147 | null | [
{
"action": "opened",
"author": "azmeuk",
"comment_id": null,
"datetime": 1495611078000,
"masked_author": "username_0",
"text": "Hi. It seems I cannot disable xdist, the following script fails.\r\n```bash\r\nmkdir pytest-xdist-test; cd pytest-xdist-test\r\nvirtualenv -p python3 env\r\n./env/bin/pip install pytest pytest-xdist pytest-sugar\r\necho \"def test_false(): assert False\" > test_foobar.py\r\npytest -p no:xdist test_foobar.py\r\n```\r\n```\r\nTest session starts (platform: linux, Python 3.6.1, pytest 3.1.0, pytest-sugar 0.8.0)\r\nrootdir: /home/eloi/pytest-xdist-test, inifile:\r\nplugins: xdist-1.16.0, sugar-0.8.0\r\nINTERNALERROR> Traceback (most recent call last):\r\nINTERNALERROR> File \"/home/eloi/pytest-xdist-test/env/lib/python3.6/site-packages/_pytest/main.py\", line 105, in wrap_session\r\nINTERNALERROR> session.exitstatus = doit(config, session) or 0\r\nINTERNALERROR> File \"/home/eloi/pytest-xdist-test/env/lib/python3.6/site-packages/_pytest/main.py\", line 140, in _main\r\nINTERNALERROR> config.hook.pytest_collection(session=session)\r\nINTERNALERROR> File \"/home/eloi/pytest-xdist-test/env/lib/python3.6/site-packages/_pytest/vendored_packages/pluggy.py\", line 745, in __call__\r\nINTERNALERROR> return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)\r\nINTERNALERROR> File \"/home/eloi/pytest-xdist-test/env/lib/python3.6/site-packages/_pytest/vendored_packages/pluggy.py\", line 339, in _hookexec\r\nINTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)\r\nINTERNALERROR> File \"/home/eloi/pytest-xdist-test/env/lib/python3.6/site-packages/_pytest/vendored_packages/pluggy.py\", line 334, in <lambda>\r\nINTERNALERROR> _MultiCall(methods, kwargs, hook.spec_opts).execute()\r\nINTERNALERROR> File \"/home/eloi/pytest-xdist-test/env/lib/python3.6/site-packages/_pytest/vendored_packages/pluggy.py\", line 614, in execute\r\nINTERNALERROR> res = hook_impl.function(*args)\r\nINTERNALERROR> File \"/home/eloi/pytest-xdist-test/env/lib/python3.6/site-packages/_pytest/main.py\", line 150, in pytest_collection\r\nINTERNALERROR> return session.perform_collect()\r\nINTERNALERROR> File \"/home/eloi/pytest-xdist-test/env/lib/python3.6/site-packages/_pytest/main.py\", line 605, in perform_collect\r\nINTERNALERROR> self.config.pluginmanager.check_pending()\r\nINTERNALERROR> File \"/home/eloi/pytest-xdist-test/env/lib/python3.6/site-packages/_pytest/vendored_packages/pluggy.py\", line 498, in check_pending\r\nINTERNALERROR> (name, hookimpl.plugin))\r\nINTERNALERROR> _pytest.vendored_packages.pluggy.PluginValidationError: unknown hook 'pytest_xdist_node_collection_finished' in plugin <module 'pytest_sugar' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x7f45f9176358>)>\r\n\r\n\r\nResults (0.00s):\r\n```\r\nHowever `pytest -p no:xdist -p no:sugar test_foobar.py` seems to work.",
"title": "Cannot disable xdist with -p no:xdist if pytest-sugar is installed",
"type": "issue"
},
{
"action": "created",
"author": "RonnyPfannschmidt",
"comment_id": 303643212,
"datetime": 1495611406000,
"masked_author": "username_1",
"text": "this is a bug in pytest plugin management xdist itself cant do anything about it\r\nthe combination happens because of an interactionb etween opting out of a plugin, and requiring the hooks of that plugin\r\n\r\ndoes it happen with pytest 3.0.x ?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "azmeuk",
"comment_id": 303643338,
"datetime": 1495611442000,
"masked_author": "username_0",
"text": "No, I am using pytest 3.1.0.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "RonnyPfannschmidt",
"comment_id": 303643642,
"datetime": 1495611518000,
"masked_author": "username_1",
"text": "i just checked\r\nthe bug is in pytest-sugar - https://github.com/Frozenball/pytest-sugar/blob/master/pytest_sugar.py#L82",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "azmeuk",
"comment_id": 303643661,
"datetime": 1495611525000,
"masked_author": "username_0",
"text": "With `pip install -U \"pytest<3.1.0\"` it provokes the following error:\r\n```\r\nTraceback (most recent call last):\r\n File \"./env/bin/pytest\", line 11, in <module>\r\n sys.exit(main())\r\n File \"/home/eloi/pytest-xdist-test/env/lib/python3.6/site-packages/_pytest/config.py\", line 56, in main\r\n config.pluginmanager.check_pending()\r\n File \"/home/eloi/pytest-xdist-test/env/lib/python3.6/site-packages/_pytest/vendored_packages/pluggy.py\", line 498, in check_pending\r\n (name, hookimpl.plugin))\r\n_pytest.vendored_packages.pluggy.PluginValidationError: unknown hook 'pytest_xdist_node_collection_finished' in plugin <module 'pytest_sugar' (<_pytest.assertion.rewrite.AssertionRewritingHook object at 0x7f0121788c88>)>\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "azmeuk",
"comment_id": 303643807,
"datetime": 1495611565000,
"masked_author": "username_0",
"text": "Ok, I will post them a bug report then. Thank you!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "RonnyPfannschmidt",
"comment_id": 303644007,
"datetime": 1495611629000,
"masked_author": "username_1",
"text": "thanks, closing this one then, please put a reference into the bug you report them\r\n\r\nfor sanity they should do their checks in a pytest-configure hook and/or declare the hook optional",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "azmeuk",
"comment_id": null,
"datetime": 1495611857000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 8 | 4,037 | false | false | 4,037 | false |
harrymitchinson/openbadges-google-apps-script | null | 307,579,083 | 26 | {
"number": 26,
"repo": "openbadges-google-apps-script",
"user_login": "harrymitchinson"
} | [
{
"action": "opened",
"author": "harrymitchinson",
"comment_id": null,
"datetime": 1521713582000,
"masked_author": "username_0",
"text": "Implement workflows",
"title": "Update config.yml",
"type": "issue"
}
] | 2 | 2 | 301 | false | true | 19 | false |
nordnet/cordova-universal-links-plugin | nordnet | 172,455,633 | 79 | null | [
{
"action": "opened",
"author": "rolinger",
"comment_id": null,
"datetime": 1471873390000,
"masked_author": "username_0",
"text": "During the \"cordova build iOS\" as well as in Xcode's \"build to simulator/device\" I am getting the following errors:\r\n\r\n`warning: no rule to process file '/Users/test/dev/myApp/platforms/ios/myApp/Plugins/cordova-universal-links-plugin/Model/CULHost.h' of type sourcecode.c.h for architecture x86_64\r\nwarning: no rule to process file '/Users/test/dev/myApp/platforms/ios/myApp/Plugins/cordova-universal-links-plugin/Model/CULPath.h' of type sourcecode.c.h for architecture x86_64\r\nwarning: no rule to process file '/Users/test/dev/myApp/platforms/ios/myApp/Plugins/cordova-universal-links-plugin/Parser/CULXmlTags.h' of type sourcecode.c.h for architecture x86_64\r\nwarning: no rule to process file '/Users/test/dev/myApp/platforms/ios/myApp/Plugins/cordova-universal-links-plugin/Parser/CULConfigXmlParser.h' of type sourcecode.c.h for architecture x86_64\r\nwarning: no rule to process file '/Users/test/dev/myApp/platforms/ios/myApp/Plugins/cordova-universal-links-plugin/Utils/NSBundle+CULPlugin.h' of type sourcecode.c.h for architecture x86_64`",
"title": "Warning during build on iOS breaking universal-links",
"type": "issue"
},
{
"action": "created",
"author": "nikDemyankov",
"comment_id": 242967769,
"datetime": 1472380726000,
"masked_author": "username_1",
"text": "Usually this warning is because of some misconfiguration in the project: header files are added to the build phase. Cordova itself is responsible for setting up the project. So I would suggest to try one of the following:\r\n\r\n1. Remove and then add ios platform. And try to build again.\r\n2. Clean up the project: first try from the console, then from xcode.\r\n3. In Xcode go to Build Phases tab and remove these headers from it.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "jpduckwo",
"comment_id": 255263309,
"datetime": 1477009478000,
"masked_author": "username_2",
"text": "I also have this problem recurring whenever I regenerate the cordova project, I don't get any other problems like this for other plugins and I'm using 8. Is there something that can be changed in the plugin to handle this better?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nikDemyankov",
"comment_id": 255394286,
"datetime": 1477060601000,
"masked_author": "username_1",
"text": "Found what causing it. Will fix that.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nikDemyankov",
"comment_id": 255395158,
"datetime": 1477060788000,
"masked_author": "username_1",
"text": "Fixed in repo, will release new version a bit later.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rolinger",
"comment_id": 255398547,
"datetime": 1477061543000,
"masked_author": "username_0",
"text": "good to know. I had to remove the plugin from my ios build. once updated I will load it again into my ios project. Thanks",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "nikDemyankov",
"comment_id": null,
"datetime": 1477224804000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "nikDemyankov",
"comment_id": 255585290,
"datetime": 1477224804000,
"masked_author": "username_1",
"text": "Released v1.2.1. Should be fixed.",
"title": null,
"type": "comment"
}
] | 3 | 8 | 1,947 | false | false | 1,947 | false |
NuGet/Home | NuGet | 365,113,648 | 7,346 | null | [
{
"action": "opened",
"author": "v-longmin",
"comment_id": null,
"datetime": 1538211633000,
"masked_author": "username_0",
"text": "## Details about Problem\r\nNuGet Version: NuGet Client Dev\\5.0.0.5535\r\nVS Version: D16.0stg\\28128.3000\r\nOS Version: Build 17134.rs4_release.180410-1804 \r\n## Detailed repro steps \r\n1. Launch VS.\r\n2. New a Visual C# -> Window Classic Desktop -> ClassLibrary (.NET Framework) project.\r\n3. Right-click on the project and click ‘Manage NuGet Packages…’.\r\n4. Select ‘Packages.config’ as package management format in Package Manager Settings window and click 'OK'.\r\n5. Install a package (for example, Newtonsoft.json 11.0.2).\r\n## Excepted\r\nThe package should be installed successfully.\r\n## Actual\r\nThere is an error occur in the Error List as below screenshot\r\n\r\n## Note\r\n1. The issue also repro in addition to the .NetCore template.\r\n2. The issue doesn’t repro on selecting ‘PackageReference’ as package management format in Package Manager Settings.\r\n3. The issue doesn’t repro on D15.9stg + NuGet Client Release-4.9.0-Preview4\\4.9.0.5536.",
"title": "[Test Failure] Error ‘Object reference not set to an instance of an object’ occurred in the Error List after installing a package into a .NET Framework project",
"type": "issue"
},
{
"action": "created",
"author": "rrelyea",
"comment_id": 426098074,
"datetime": 1538436822000,
"masked_author": "username_1",
"text": "@username_0 - can you please attach the call stack when the null ref first chance exception is fired?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "PatoBeltran",
"comment_id": 427160342,
"datetime": 1538685377000,
"masked_author": "username_2",
"text": "This should have been fixed by https://github.com/NuGet/NuGet.Client/pull/2452, @username_0 please confirm in the next validation",
"title": null,
"type": "comment"
}
] | 3 | 3 | 1,282 | false | false | 1,282 | true |
mtgred/netrunner | null | 327,345,103 | 3,559 | {
"number": 3559,
"repo": "netrunner",
"user_login": "mtgred"
} | [
{
"action": "opened",
"author": "msbeck",
"comment_id": null,
"datetime": 1527603992000,
"masked_author": "username_0",
"text": "Copied laamb and changes values for engolo",
"title": "KA: Engolo implemented",
"type": "issue"
},
{
"action": "created",
"author": "Saintis",
"comment_id": 392798004,
"datetime": 1527604252000,
"masked_author": "username_1",
"text": "I'd be tempted to refactor Engolo and Laamb functionality into a helper function called `wrestling-breaker` or similar.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Saintis",
"comment_id": 392807872,
"datetime": 1527605831000,
"masked_author": "username_1",
"text": "Good stuff!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "NoahTheDuke",
"comment_id": 392884032,
"datetime": 1527618189000,
"masked_author": "username_2",
"text": "Fixed `wrestling-breaker` label and msg:\r\n```clojure\r\n :label (str \"Make currently encountered ice gain \" ice-type)\r\n :msg (msg \"make \" (:title current-ice) \" gain \" ice-type)\r\n```\r\nTest:\r\n```clojure\r\n(deftest wrestling-breakers\r\n ;; Engolo, Laamb - Check ability to give a piece of ice a specific subtype\r\n (do-game\r\n (new-game (default-corp [\"Ichi 1.0\"])\r\n (default-runner [\"Laamb\" \"Engolo\"]))\r\n (play-from-hand state :corp \"Ichi 1.0\" \"HQ\")\r\n (take-credits state :corp)\r\n (core/gain state :runner :credit 100)\r\n (play-from-hand state :runner \"Laamb\")\r\n (play-from-hand state :runner \"Engolo\")\r\n (let [ichi (get-ice state :hq 0)\r\n laamb (get-program state 0)\r\n engolo (get-program state 1)]\r\n (run-on state \"HQ\")\r\n (core/rez state :corp ichi)\r\n (is (not (core/has-subtype? (refresh ichi) \"Barrier\")) \"Ichi shouldn't start with Barrier subtype\")\r\n (is (not (core/has-subtype? (refresh ichi) \"Code Gate\")) \"Ichi shouldn't start with Code Gate subtype\")\r\n (card-ability state :runner laamb 2)\r\n (is (core/has-subtype? (refresh ichi) \"Barrier\") \"Laamb should give Ichi the Barrier subtype\")\r\n (card-ability state :runner engolo 2)\r\n (is (core/has-subtype? (refresh ichi) \"Code Gate\") \"Engolo should give Ichi the Code Gate subtype\"))))\r\n```",
"title": null,
"type": "comment"
}
] | 3 | 4 | 1,507 | false | false | 1,507 | false |
uwblueprint/foe | uwblueprint | 232,712,234 | 6 | null | [
{
"action": "opened",
"author": "dinahshi",
"comment_id": null,
"datetime": 1496268760000,
"masked_author": "username_0",
"text": "",
"title": "[Android] User authentication with backend",
"type": "issue"
},
{
"action": "closed",
"author": "luisasanmartin",
"comment_id": null,
"datetime": 1516667135000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 2 | 0 | false | false | 0 | false |
torch/cunn | torch | 134,975,680 | 216 | {
"number": 216,
"repo": "cunn",
"user_login": "torch"
} | [
{
"action": "opened",
"author": "stephenbalaban",
"comment_id": null,
"datetime": 1455916202000,
"masked_author": "username_0",
"text": "Just a little capitalization change.",
"title": "Fixed sizeaverage -> sizeAverage typo.",
"type": "issue"
},
{
"action": "created",
"author": "soumith",
"comment_id": 186412976,
"datetime": 1455917125000,
"masked_author": "username_1",
"text": "thanks, already fixed a bit earlier than your PR via https://github.com/torch/cunn/commit/245663965a4807c33551c70876ee930659dd75d7",
"title": null,
"type": "comment"
}
] | 2 | 2 | 166 | false | false | 166 | false |
AScustomWorks/AS | null | 307,470,054 | 11 | null | [
{
"action": "opened",
"author": "ndrspcfd",
"comment_id": null,
"datetime": 1521680612000,
"masked_author": "username_0",
"text": "Hi, rather than clutter up Fundamental's issues with my half-baked delay implementation, which you expressed interest in, I'll paste it here and clutter up your issues instead - feel free to delete it of course... :)\r\n\r\nSo in my module's constructor, I create an instance of the stk delayA delay line:\r\n\r\n```\r\nlong maxDelay = engineGetSampleRate() * MAX_DELAY_SECS;\r\ndelay = new stk::DelayA(0.5, maxDelay);\r\n```\r\n\r\nThen the module's step method is something like:\r\n\r\n```\r\nvoid DelBoy::step() {\r\n float len = /* get the delay length param value */\r\n float sig = /* get the input value */\r\n sig = sig / 10.0001 + 0.5;\r\n outputs[SIGNAL_OUT].value = (delay->tick(sig) + delay->tapOut(len)) / 2.0;\r\n}\r\n```\r\n\r\n(This untested code, since I've edited it down a bit for simplicity. As you will be able to see, it lacks a feedback param too! But should be enough to get started with)\r\n\r\nAs for inclu:qsion, I copied Stk.h, Stk.cpp, DelayA.h and DelayA.cpp into my plugin src/ folder and just needed `#include \"DelayA.h\"` in my module cpp file I think that was it. If I was intending to release, of course, I hope I'd have a less offensively naive way of amalgamating the stk dependency.. :)",
"title": "Response re: the Fundamental issues Delay thread",
"type": "issue"
},
{
"action": "created",
"author": "AScustomWorks",
"comment_id": 375171165,
"datetime": 1521690675000,
"masked_author": "username_1",
"text": "Hehe, good! Already made the update with the fix as found on Fundamental delay v0.6.0, but I'll definitely will check this option. Thanks a lot!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ndrspcfd",
"comment_id": 375378955,
"datetime": 1521737692000,
"masked_author": "username_0",
"text": "I get the impression there's probably a ton of interesting and high-quality dsp code in the STK as yet un-utilised by plugin authors ;-)",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "AScustomWorks",
"comment_id": 376042219,
"datetime": 1522037971000,
"masked_author": "username_1",
"text": "Indeed, after v0.6 goes public I'll take a closer look to STK ;)",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "AScustomWorks",
"comment_id": null,
"datetime": 1522309420000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 5 | 1,537 | false | false | 1,537 | false |
webgme/webgme | webgme | 73,327,595 | 359 | {
"number": 359,
"repo": "webgme",
"user_login": "webgme"
} | [
{
"action": "opened",
"author": "ksmyth",
"comment_id": null,
"datetime": 1430835555000,
"masked_author": "username_0",
"text": "I am seeing server crashes from invalid input",
"title": "storage/mongo: dont ASSERT on user-provided input",
"type": "issue"
},
{
"action": "created",
"author": "kecso",
"comment_id": 99093923,
"datetime": 1430835887000,
"masked_author": "username_1",
"text": "I think we should also replace the ASSERT(typeof callback = 'function'), as that is also 'user input'",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "lattmann",
"comment_id": 99094588,
"datetime": 1430835998000,
"masked_author": "username_2",
"text": "@username_1 would you please fix the failing test?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ksmyth",
"comment_id": 99121268,
"datetime": 1430840850000,
"masked_author": "username_0",
"text": "By \"user\", I meant \"someone accessing the server via socket.io\", not a user of storage/mongo.js",
"title": null,
"type": "comment"
}
] | 3 | 4 | 286 | false | false | 286 | true |
praeclarum/sqlite-net | null | 295,342,543 | 693 | null | [
{
"action": "opened",
"author": "dompham",
"comment_id": null,
"datetime": 1518049468000,
"masked_author": "username_0",
"text": "I'm using the beta for sqlite-net-sqlcipher and when I try to open the connection then SetKey (or executing PRAGMA), I get the error in the title. However, I can pull the file off the device and verify it is not encrypted. Furthermore, if I just remove the setkey on subsequent runs, it'll access the DB fine. Uncommenting any of the three key lines will cause this error.\r\n\r\n```\r\n var dbSql = new SQLiteConnection(folderPath + \"/test.sqlite\");\r\n\r\n //dbSql.Execute(\"PRAGMA Key = 'helloworld'\");\r\n //dbSql.ExecuteScalar<string>(\"PRAGMA Key = 'helloworld'\");\r\n dbSql.SetKey(\"helloworld\");\r\n\r\n dbSql.CreateTable<fakesql>();\r\n dbSql.Insert(new fakesql());\r\n```",
"title": "File is encrypted or is not a database",
"type": "issue"
},
{
"action": "created",
"author": "ericsink",
"comment_id": 363960484,
"datetime": 1518049832000,
"masked_author": "username_1",
"text": "What platform?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "dompham",
"comment_id": 363960938,
"datetime": 1518049966000,
"masked_author": "username_0",
"text": "Xamarin iOS",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ericsink",
"comment_id": 363962965,
"datetime": 1518050493000,
"masked_author": "username_1",
"text": "Is this a newly created sqlite file? I *think* it needs to be. What happens if you change test.sqlite to a name that definitely does not exist yet?\r\n\r\nAlso, to verify what sqlite library you're actually calling, call `dbSql.ExecuteScalar<string>(\"SELECT sqlite_version()\");` and see what it returns.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "dompham",
"comment_id": null,
"datetime": 1518051317000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "dompham",
"comment_id": 363965595,
"datetime": 1518051317000,
"masked_author": "username_0",
"text": "3.8.10.2 and BOOM! You are correct about the new name. Thanks for your time!",
"title": null,
"type": "comment"
}
] | 2 | 6 | 1,129 | false | false | 1,129 | false |
coveo/react-vapor | coveo | 337,110,914 | 703 | {
"number": 703,
"repo": "react-vapor",
"user_login": "coveo"
} | [
{
"action": "opened",
"author": "sroy3",
"comment_id": null,
"datetime": 1530300306000,
"masked_author": "username_0",
"text": "Will need https://github.com/coveo/vapor/pull/533 before style is ready",
"title": "Diff viewer",
"type": "issue"
},
{
"action": "created",
"author": "otaillon",
"comment_id": 403576303,
"datetime": 1531160985000,
"masked_author": "username_1",
"text": "Looking good 😀\r\n\r\nBut, I have an alignment bug in Firefox on Mac OS 🤔\r\n\r\n\r\n\r\nAlso, line-numbers and code fonts should be 14px to be in line with Charles-Erick's future _Font size harmonization 2.0_.\r\n\r\nAlso also, line-numbers text should be #373737 as it's not passing the contrast test as it is.\r\n\r\nSorry for the style changes, I should have re-visited the mockups.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "otaillon",
"comment_id": 403586685,
"datetime": 1531163057000,
"masked_author": "username_1",
"text": "Also, why is there a hand when hovering the line numbers ? They are not clickable",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "sroy3",
"comment_id": 407414749,
"datetime": 1532440441000,
"masked_author": "username_0",
"text": "@username_1 demo has been updated",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "otaillon",
"comment_id": 407415577,
"datetime": 1532440590000,
"masked_author": "username_1",
"text": "Looking good 👍🏻",
"title": null,
"type": "comment"
}
] | 3 | 6 | 702 | false | true | 702 | true |
cjbarber/ToolsOfTheTrade | null | 358,362,696 | 344 | {
"number": 344,
"repo": "ToolsOfTheTrade",
"user_login": "cjbarber"
} | [
{
"action": "opened",
"author": "thorsteneckel",
"comment_id": null,
"datetime": 1536484176000,
"masked_author": "username_0",
"text": "Added Zammad to Customer Support/Help Desks section.",
"title": "Added Zammad Customer Support/Help Desks tool",
"type": "issue"
},
{
"action": "created",
"author": "davisonio",
"comment_id": 419748851,
"datetime": 1536531206000,
"masked_author": "username_1",
"text": "Thanks for the contribution :)",
"title": null,
"type": "comment"
}
] | 2 | 2 | 82 | false | false | 82 | false |
trakt/Plex-Trakt-Scrobbler | trakt | 144,845,723 | 297 | null | [
{
"action": "opened",
"author": "matthewdias",
"comment_id": null,
"datetime": 1459417411000,
"masked_author": "username_0",
"text": "just installed the plugin and its not loading.\r\n\r\nPlex Media Server.log\r\n```\r\nMar 31, 2016 04:29:50 [0x10cd94000] ERROR - Timeout or error reading status line from plug-in pipe [com.plexapp.plugins.trakttv], we're killing it.\r\nMar 31, 2016 04:29:50 [0x10cd94000] DEBUG - Stopping [com.plexapp.plugins.trakttv].\r\nMar 31, 2016 04:29:50 [0x10cd94000] DEBUG - [com.plexapp.plugins.trakttv] Killing.\r\nMar 31, 2016 04:29:50 [0x10cd94000] ERROR - Error received reading configuration for com.plexapp.plugins.trakttv\r\nMar 31, 2016 04:29:50 [0x10cd94000] DEBUG - Stopping [com.plexapp.plugins.trakttv].\r\n```",
"title": "loading plugin fails",
"type": "issue"
},
{
"action": "created",
"author": "fuzeman",
"comment_id": 203871737,
"datetime": 1459420215000,
"masked_author": "username_1",
"text": "Could you upload the latest plugin [log file](https://github.com/trakt/Plex-Trakt-Scrobbler/wiki/Log-files)? Can't really see what's happening with just the Plex Media Server log file..",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "matthewdias",
"comment_id": 204120661,
"datetime": 1459457316000,
"masked_author": "username_0",
"text": "@username_1 No logs have been generated since I updated the plugin. The earliest logs are from 3/20, which was before I downloaded the updated .bundle and replaced the old one.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "fuzeman",
"comment_id": 204827441,
"datetime": 1459640321000,
"masked_author": "username_1",
"text": "Hmm, that makes identifying this issue hard...\r\n\r\n-------------------\r\n\r\nOnly things that come to mind are:\r\n - Ensure the ```Plug-ins/Trakttv.bundle/Contents``` directory exists\r\n - Ensure the ```Plug-ins/Trakttv.bundle``` directory is owned by the \"plex\" user *(```chown -R plex:plex Plug-ins/Trakttv.bundle```)*",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "matthewdias",
"comment_id": 204839857,
"datetime": 1459645277000,
"masked_author": "username_0",
"text": "@username_1 When I do that I get `plex: illegal group name`. (I'm on os x btw). Doing `ps aux | grep Plex` it just shows my user account.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "fuzeman",
"comment_id": 204851549,
"datetime": 1459649087000,
"masked_author": "username_1",
"text": "What version of Plex Media Server are you using? I'll need to reproduce this issue in a virtual machine to try debug the issue.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "matthewdias",
"comment_id": 204865247,
"datetime": 1459658055000,
"masked_author": "username_0",
"text": "0.9.16.3",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "fuzeman",
"comment_id": 205818605,
"datetime": 1459864672000,
"masked_author": "username_1",
"text": "Tested the plugin on OS X 10.9.5 and couldn't see any issues.\r\n\r\n-------------------\r\n\r\nThe only way we can really find out why the plugin isn't starting up is by running the following command in \"Terminal\" *(replace ```<USERNAME>``` with your account username)*:\r\n```\r\nPYTHONHOME=\"/Applications/Plex Media Server.app/Contents/Resources/Python\" PYTHONPATH=\"/Applications/Plex Media Server.app/Contents/Resources/Python/lib/python2.7\" PLEXBUNDLEDEXTS=1 \"/Applications/Plex Media Server.app/Contents/Resources/Plex Script Host\" \"/Applications/Plex Media Server.app/Contents/Resources/Plug-ins-cece46d/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py\" --server-version 0.9.16.3.1840-cece46d \"/Users/<USERNAME>/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle\"\r\n```\r\n\r\nThis command will start the plugin up in your terminal and display any error that is causing the plugin to crash.\r\n\r\n**Note:** This command assumes your \"Plex Media Server\" application is installed at: ```/Applications/Plex Media Server.app```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "matthewdias",
"comment_id": 206263742,
"datetime": 1459935841000,
"masked_author": "username_0",
"text": "result:\r\n`Error starting framework core for /Users/Matthew/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle.`",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "fuzeman",
"comment_id": 206617476,
"datetime": 1459985036000,
"masked_author": "username_1",
"text": "I think this is an issue with Plex Media Server itself, there has been some discussions on the forum about this issue here:\r\n - https://forums.plex.tv/discussion/127904/made-the-mistake-of-updating-pms",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "fuzeman",
"comment_id": null,
"datetime": 1460718141000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 11 | 2,917 | false | false | 2,917 | true |
ClosedXML/ClosedXML | ClosedXML | 322,299,065 | 843 | null | [
{
"action": "opened",
"author": "mnts26",
"comment_id": null,
"datetime": 1526045686000,
"masked_author": "username_0",
"text": "## Read and complete the full issue template\r\n\r\n**Do you want to request a *feature* or report a *bug*?**\r\n- [ x] feature\r\n\r\nIf you are logging a possible bug or feature request, please test with [the latest development build](https://ci.appveyor.com/project/ClosedXML/ClosedXML/branch/develop/artifacts) first.\r\n\r\n**Version of ClosedXML**\r\n\r\ne.g. 0.87.1\r\n\r\n**What is the current behavior?**\r\nI have following excel files and i want get to know those cells is range. \r\n\r\n\r\n\r\n**What is the expected behavior or new feature?**\r\nfor example:\r\nCELL: HEADER IS (A1:G4)\r\n : BODY IS (A5:G15) \r\n : FOOTER IS (A16:G21) \r\n\r\n\r\n**Did this work in previous versions of our tool? Which versions?**\r\n\r\nNo\r\n\r\n## Reproducibility\r\n**This is an important section. Read it carefully. Failure to do so will cause a 'RTFM' comment.**\r\n\r\n\r\n**Code to reproduce problem:**\r\n```c#\r\npublic List<List<IXLCell>> TemplateFileLoaderExcel(string path, int sheet_number)\r\n {\r\n try\r\n {\r\n temp_wb = new XLWorkbook(path);\r\n temp_wsh = temp_wb.Worksheet(sheet_number);\r\n IXLRange work_sheet_range = temp_wsh.RangeUsed(true);\r\n max_row = work_sheet_range.RangeAddress.LastAddress.RowNumber;\r\n max_col = work_sheet_range.RangeAddress.LastAddress.ColumnNumber;\r\n for (int row = 1; row <= max_row ; row++)\r\n {\r\n list_of_kjs_cell = new List<IXLCell>();\r\n for (int col = 1; col <= max_col ; col++)\r\n {\r\n IXLCell cell = temp_wsh.Cell(row, col); \r\n // In here how to get that cell is range?\r\n \r\n }\r\n }\r\n temp_wb.Dispose();\r\n }\r\n catch (System.IO.IOException e)\r\n {\r\n Console.WriteLine(e.Message);\r\n }\r\n }\r\n```\r\n- [ ] I attached a sample spreadsheet. (You can drag files on to this issue)",
"title": "To get merged cell's range.",
"type": "issue"
},
{
"action": "created",
"author": "Pankraty",
"comment_id": 388368498,
"datetime": 1526046413000,
"masked_author": "username_1",
"text": "On the latest version you can to do this:\r\n`temp_wsh.MergedRanges.GetIntersectedRanges(cell.Address).FirstOrDefault();`\r\n\r\nOn previous version there should be \r\n`temp_wsh.MergedRanges.Where(r => r.Contains(cell)).FirstOrDefault();`\r\n\r\nIt is less efficient but works too.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "igitur",
"comment_id": 388388849,
"datetime": 1526050623000,
"masked_author": "username_2",
"text": "I think we should add some helper methods to make this easier.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "igitur",
"comment_id": 388552376,
"datetime": 1526128636000,
"masked_author": "username_2",
"text": "Oh, I see there is already a `cell.MergedRange()`. @username_0 I think that's exactly what you're looking for. Just upgrade to latest version.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "igitur",
"comment_id": 388552416,
"datetime": 1526128681000,
"masked_author": "username_2",
"text": "@username_1 `XLCell.MergedRange()` 's implementation should probably be updated to use `GetIntersectedRanges`, right?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Pankraty",
"comment_id": 388552574,
"datetime": 1526128855000,
"masked_author": "username_1",
"text": "You are right. After I implemented this method I searched all the occurences of `Intersects`, but should also check `Contains` method.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mnts26",
"comment_id": 388605853,
"datetime": 1526194628000,
"masked_author": "username_0",
"text": "@username_1 @username_2 Thank you guys that exactly what i looked for. Sorry guys i've one more question how to inserting picture into merged cells. (about size )",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mnts26",
"comment_id": 388612642,
"datetime": 1526202835000,
"masked_author": "username_0",
"text": "I mean how to insert a picture to BODY IS (A5:G15). Image is resized.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mnts26",
"comment_id": 388619302,
"datetime": 1526210200000,
"masked_author": "username_0",
"text": "**Code to reproduce problem:**\r\n```c#\r\n for (int row = 1; row <= max_row; row++)\r\n {\r\n for (int col = 1; col <= max_col; col++)\r\n {\r\n IXLCell cell = temp_wsh.Cell(row, col);\r\n if (cell.IsMerged() && !string.IsNullOrEmpty(cell.GetString()) && cell.GetString().Contains(\"%\"))\r\n {\r\n int row_id = temp_wsh.MergedRanges.Where(r => r.Contains(cell)).FirstOrDefault().FirstRowUsed().RowNumber();\r\n int col_id = temp_wsh.MergedRanges.Where(r => r.Contains(cell)).FirstOrDefault().LastColumn().ColumnNumber();\r\n var imagePath = @\"C:\\temp\\cando.png\";\r\n using (FileStream strm = new FileStream(imagePath, FileMode.Open))\r\n {\r\n XLPicture pic = new XLPicture { ImageStream = strm, Name = \"test image\" };\r\n pic.NoResize=false;\r\n pic.NoChangeAspect=false;\r\n pic.NoMove=false;\r\n pic.AddMarker(new XLMarker \r\n { \r\n // START POINT.\r\n ColumnId = temp_wsh.MergedRanges.Where(r => r.Contains(cell)).FirstOrDefault().FirstColumnUsed().ColumnNumber(),\r\n RowId = temp_wsh.MergedRanges.Where(r => r.Contains(cell)).FirstOrDefault().FirstRowUsed().RowNumber()\r\n // i want End Point too.\r\n ....................\r\n\r\n });\r\n var markers = pic.GetMarkers();\r\n Console.WriteLine(\"markers : \" + markers.ToString());\r\n temp_wsh.AddPicture(pic);\r\n }\r\n }\r\n }\r\n }\r\n temp_wb.Dispose();\r\n }\r\n```\r\nHere is my result\r\n\r\n\r\nBut actually i want\r\n\r\n",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "igitur",
"comment_id": 388624344,
"datetime": 1526215558000,
"masked_author": "username_2",
"text": "Please create separate issues for separate problems.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mnts26",
"comment_id": 388626101,
"datetime": 1526217394000,
"masked_author": "username_0",
"text": "@username_2 #847 created.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mnts26",
"comment_id": 388637681,
"datetime": 1526227710000,
"masked_author": "username_0",
"text": "This is issue is resolved.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "igitur",
"comment_id": null,
"datetime": 1526227782000,
"masked_author": "username_2",
"text": "",
"title": null,
"type": "issue"
}
] | 3 | 13 | 5,428 | false | false | 5,428 | true |
dotnet/orleans | dotnet | 335,119,473 | 4,708 | null | [
{
"action": "opened",
"author": "talarari",
"comment_id": null,
"datetime": 1529776763000,
"masked_author": "username_0",
"text": "We're using a timeout for slow storage request, but since the built in blob storage provider doesn't expose any time out configuration we just stop waiting for the task to complete instead of canceling it (basically racing it with a timeout task, we're using Polly's pessimistic timeout for this).\r\n\r\nWhat effect does something like that have in Orleans?",
"title": "What happens if I don't await an async operation",
"type": "issue"
},
{
"action": "created",
"author": "ReubenBond",
"comment_id": 402867564,
"datetime": 1530828624000,
"masked_author": "username_1",
"text": "It's fine to not await a storage call from the grain's perspective. Just be sure that you call `.Ignore()` on the result so that it does not bubble up to the UnobservedTaskException handler.\r\n\r\nAs soon as you return from the async grain method (or the task returned from the grain method completes), other messages can be processed and they will be interleaved on the activation's task scheduler with the new message.\r\n\r\nOne issue that may come up is that the interleaving of calls may result in inconsistent state exceptions. To guard against that, you can put your writes to storage behind an AysncLock (you can find implementations of such a lock in the Nito.AsyncEx library or in online articles, or in the Orleans codebase - but that one is not publicly exposed).",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "talarari",
"comment_id": 404751534,
"datetime": 1531467174000,
"masked_author": "username_0",
"text": "We ended up copying over the blob storage provider code and adding a timeout with cancellation token. Thanks.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "talarari",
"comment_id": null,
"datetime": 1531467174000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 4 | 1,231 | false | false | 1,231 | false |
mscdex/ssh2 | null | 37,682,847 | 161 | null | [
{
"action": "opened",
"author": "mondwan",
"comment_id": null,
"datetime": 1405101671000,
"masked_author": "username_0",
"text": "# Please throw errors on following case.\r\n\r\n1. Call connect() twice without end()\r\n2. Execute exec() if connection has already been closed\r\n\r\n# Why they are necessary\r\nAlthough this is my responsibility for handling state of SSH2 as discussion on #72, (Don't send commands on closed socket), I spent many time from solving and discovering them during debugging .....\r\n\r\nConsider following code\r\n\r\n```\r\ns = new ssh2()\r\n// Reference the same ssh2 object accidentally \r\no1.ssh = s\r\no2.ssh = s\r\n\r\n// Currently, there are no errors will be throw even I register the error event\r\no1.ssh.connect();\r\no2.ssh.connect();\r\n\r\n// Simulate closing the connection unexpectedly\r\no1.ssh.end();\r\n\r\n//Result for closing that connection unexpectedly is horrible\r\nQ.delay(3000).then(function () {\r\n // assume this code block can return a promise correctly if the ssh hasn't closed\r\n o2.ssh.exec(callback); // No errors, but there is no callback will be fired back since we have closed the socket already\r\n}.then(function () {\r\n //You cannot chain since callback won't be executed\r\n}).catch(function (err) {\r\n //No errors will be caught since o2.ssh.exec() 'works' \r\n})\r\n\r\n// Program simply TERMINATED silently\r\n/*\r\nIn this example, we can track and solve this issue easily. However, what if you are nesting bunch of Promises and what if those horrible end() comes with probability?\r\nYour program sometime works as expected but sometime get terminated suddenly without showing any errors. It is horrible....\r\n\r\nPlease publish errors or throw errors on above case.....\r\n*/\r\n```",
"title": "Feature Request: Please throw errors on connect() and exec()",
"type": "issue"
},
{
"action": "created",
"author": "mscdex",
"comment_id": 71406143,
"datetime": 1422237503000,
"masked_author": "username_1",
"text": "Errors are now thrown when disconnected as of e38ded5905 and outstanding callbacks at time of disconnection are automatically called as of bb7d08bce4.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "mscdex",
"comment_id": null,
"datetime": 1422237504000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 3 | 1,712 | false | false | 1,712 | false |
zendframework/zend-http | zendframework | 160,405,411 | 61 | {
"number": 61,
"repo": "zend-http",
"user_login": "zendframework"
} | [
{
"action": "opened",
"author": "neilime",
"comment_id": null,
"datetime": 1465992230000,
"masked_author": "username_0",
"text": "",
"title": "Improve setOptions behavior",
"type": "issue"
},
{
"action": "created",
"author": "ezimuel",
"comment_id": 237544315,
"datetime": 1470315383000,
"masked_author": "username_1",
"text": "@username_0 can you give me more info about it? Do you have any usage example that show this improvement? Thanks!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "neilime",
"comment_id": 258313055,
"datetime": 1478218879000,
"masked_author": "username_0",
"text": "Here is a use case\r\n\r\nThis is the code of a factory that instanciate an adapter according to a defined configuration: \r\n\r\n```php\r\n// Get http client adapter config\r\n$config = $serviceLocator->get('config');\r\n$httpClientAdapterConfig = $config['http_client_adapter'];\r\n/*\r\nRetrieve an array(\r\n 'type' => '\\Zend\\Http\\Client\\Adapter\\Curl',\r\n 'options' => array(\r\n 'proxyhost' => 'localhost', \r\n ),\r\n);\r\n*/\r\n$adapterType = $httpClientAdapterConfig['type'];\r\n$adapter = new $adapterType();\r\n$adapter->setOptions($httpClientAdapterConfig['options']);\r\nreturn $adapter;\r\n```\r\nIf I want to override this adapter for tests, according to this PR, I just have to update the config for the tests (in the phpunit Bootstrap or something else)\r\n```php\r\narray(\r\n 'http_client_adapter' =>array(\r\n 'type' => '\\Zend\\Http\\Client\\Adapter\\Test',\r\n 'options' => array(\r\n 'response' => 'HTTP/1.1 200 OK\\r\\n\\r\\n', \r\n ),\r\n ),\r\n);\r\n```\r\n\r\nI hope my comment is understandable.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ezimuel",
"comment_id": 273496958,
"datetime": 1484751398000,
"masked_author": "username_1",
"text": "@username_0 I'm sorry but I don't see a value for our code base. We already have setter for all the options that you suggested and people can use it without the configuration array that you proposed.",
"title": null,
"type": "comment"
}
] | 2 | 4 | 1,310 | false | false | 1,310 | true |
Woersty/LoxBerry-Plugin-cam-connect | null | 296,002,619 | 26 | null | [
{
"action": "opened",
"author": "Cobru",
"comment_id": null,
"datetime": 1518208286000,
"masked_author": "username_0",
"text": "letzte Aktivität im MS geht nicht mehr zumindest bei mir nicht .",
"title": "letzte Aktivität",
"type": "issue"
},
{
"action": "closed",
"author": "Woersty",
"comment_id": null,
"datetime": 1518374543000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 2 | 64 | false | false | 64 | false |
angelsix/dna-web | null | 276,815,603 | 13 | null | [
{
"action": "opened",
"author": "angelsix",
"comment_id": null,
"datetime": 1511693572000,
"masked_author": "username_0",
"text": "After processing files, we should add OS specific toast style notifications, starting with Windows. \r\n\r\nSo on complete whether success or failure have a toast style popup indication so the user can see the result without swapping to the output of the console",
"title": "Add notifications on success/error",
"type": "issue"
}
] | 1 | 1 | 258 | false | false | 258 | false |
openshift/origin-web-console | openshift | 234,529,585 | 1,666 | {
"number": 1666,
"repo": "origin-web-console",
"user_login": "openshift"
} | [
{
"action": "opened",
"author": "spadgett",
"comment_id": null,
"datetime": 1496928939000,
"masked_author": "username_0",
"text": "This fixes two issues:\r\n\r\n* Don't enable the save button before the user modifies the YAML. The intent in the code is for the button to only enable after the user types something.\r\n* Don't prompt about unsaved changes when the user navigates away immediately.",
"title": "Don't mark YAML editor as immediately changed",
"type": "issue"
},
{
"action": "created",
"author": "jwforres",
"comment_id": 307166539,
"datetime": 1496941595000,
"masked_author": "username_1",
"text": "[merge]",
"title": null,
"type": "comment"
}
] | 3 | 5 | 594 | false | true | 266 | false |
projectriff/riff | projectriff | 297,669,442 | 282 | {
"number": 282,
"repo": "riff",
"user_login": "projectriff"
} | [
{
"action": "opened",
"author": "jldec",
"comment_id": null,
"datetime": 1518750059000,
"masked_author": "username_0",
"text": "```\r\n~/riff/riff/samples/shell/echo (simpler-echo)$ riff publish -d world -r \r\nPosting to http://192.168.99.100:31982/requests/echo\r\nhello\r\nworld\r\n```",
"title": "simplify shell echo sample",
"type": "issue"
},
{
"action": "created",
"author": "jldec",
"comment_id": 366352890,
"datetime": 1518813796000,
"masked_author": "username_0",
"text": "@username_2 i took @markfisher's suggestion and added a \"hello\" sample. The echo sample just has `cat` now. What do you think?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "trisberg",
"comment_id": 366361825,
"datetime": 1518816108000,
"masked_author": "username_1",
"text": "Squashed and merged as commit ce2d769cbc18c4c5c469f1b5e91db5684c77273c",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "glyn",
"comment_id": 366426393,
"datetime": 1518856271000,
"masked_author": "username_2",
"text": "@username_0 `cat` LGTM, but you'll probably need to give a brief explanation in demos as not everyone will know that `cat` reads from standard input by default. (I had to look it up, for example.)",
"title": null,
"type": "comment"
}
] | 3 | 4 | 531 | false | false | 531 | true |
simondlevy/Hackflight | null | 315,144,459 | 15 | null | [
{
"action": "opened",
"author": "juangallostra",
"comment_id": null,
"datetime": 1523983577000,
"masked_author": "username_0",
"text": "There exists this add-on [board](https://www.tindie.com/products/TleraCorp/battery-voltage-monitor-add-on/) for battery sensing that will be useful.",
"title": "Battery Check and Buzzer",
"type": "issue"
},
{
"action": "closed",
"author": "simondlevy",
"comment_id": null,
"datetime": 1598427075000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 2 | 148 | false | false | 148 | false |
tadzik/panda | null | 111,695,987 | 236 | null | [
{
"action": "opened",
"author": "paultcochrane",
"comment_id": null,
"datetime": 1444939238000,
"masked_author": "username_0",
"text": "I happened to notice a repeatable problem. With `Linenoise` already installed, and after updating the MoarVM/NQP/Rakudo stack followed by a `./rebootstrap.pl` in `panda`, `Linenoise` fails its tests with the following output:\r\n\r\n ==> Testing Linenoise\r\n Could not find file 'Build.pm' for module Build.pm\r\n in block at /home/cochrane/Projekte/OSSProjekte/perl6/MoarVM/install/share/perl6/site/lib/Panda/Tester.pm:10\r\n in sub indir at /home/cochrane/Projekte/OSSProjekte/perl6/MoarVM/install/share/perl6/site/lib/Panda/Common.pm:20\r\n in method test at /home/cochrane/Projekte/OSSProjekte/perl6/MoarVM/install/share/perl6/site/lib/Panda/Tester.pm:5\r\n in method install at /home/cochrane/Projekte/OSSProjekte/perl6/MoarVM/install/share/perl6/site/lib/Panda.pm:141\r\n in method resolve at /home/cochrane/Projekte/OSSProjekte/perl6/MoarVM/install/share/perl6/site/lib/Panda.pm:219\r\n in sub MAIN at bin/panda:18\r\n in block <unit> at bin/panda:145\r\n\r\nHowever, if one simply installs `Linenoise` directly\r\n\r\n ./bin/panda install Linenoise\r\n\r\nno such error appears and `Linenoise` installs without a problem.\r\n\r\nAny idea as to why this may be?",
"title": "Linenoise fails in rebootstrap but installs fine via direct install",
"type": "issue"
},
{
"action": "closed",
"author": "niner",
"comment_id": null,
"datetime": 1452343318000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "niner",
"comment_id": 170236420,
"datetime": 1452343318000,
"masked_author": "username_1",
"text": "Closing since rebootstrap.pl is gone and thus the issue should be void.",
"title": null,
"type": "comment"
}
] | 2 | 3 | 1,250 | false | false | 1,250 | false |
mhjabreel/CharCNN | null | 316,166,594 | 12 | null | [
{
"action": "opened",
"author": "luckystar1992",
"comment_id": null,
"datetime": 1524211414000,
"masked_author": "username_0",
"text": "hi,\r\nWhy you set the input layer size equal to 1014 and in your another code repository CharCnn_Keras, you \r\nput a config.json file, is that a config file of caffee or torch? thanks.",
"title": "why input_layer size is 1014",
"type": "issue"
},
{
"action": "created",
"author": "mhjabreel",
"comment_id": 451993820,
"datetime": 1546878626000,
"masked_author": "username_1",
"text": "Hi @username_0,\r\nThis is just a parameter represents the maximum length of the text, you can adjust it as you want. The value 1014 was chosen by the authors of the paper. They claimed that the most important and informative features that can distinguish the topics of texts can be found in the first 1014. \r\n\r\nBest.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "mhjabreel",
"comment_id": null,
"datetime": 1546878627000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 3 | 503 | false | false | 503 | true |
guardian/frontend | guardian | 287,498,811 | 18,769 | {
"number": 18769,
"repo": "frontend",
"user_login": "guardian"
} | [
{
"action": "opened",
"author": "walaura",
"comment_id": null,
"datetime": 1515602199000,
"masked_author": "username_0",
"text": "`holder than 13 years` 🙅",
"title": "Fix typo in /consents",
"type": "issue"
},
{
"action": "created",
"author": "walaura",
"comment_id": 356659531,
"datetime": 1515602323000,
"masked_author": "username_0",
"text": "@jfsoul there's no testing whatsoever on the scala side of the new templates :(",
"title": null,
"type": "comment"
}
] | 2 | 3 | 439 | false | true | 103 | false |
mijecu25/dsa | mijecu25 | 67,975,701 | 1 | null | [
{
"action": "opened",
"author": "karan",
"comment_id": null,
"datetime": 1428883083000,
"masked_author": "username_0",
"text": "Without a license, this project isn't open source and no one can use the code.\n\nPlease use something like http://choosealicense.com/ to decide what license to use. I recommend MIT or GPL.",
"title": "Add a license file",
"type": "issue"
},
{
"action": "created",
"author": "miguelvelezmj25",
"comment_id": 92155936,
"datetime": 1428883921000,
"masked_author": "username_1",
"text": "The LICENSE file is in the root folder. I have also added it in the README file.\r\n\r\nThanks!",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "karan",
"comment_id": null,
"datetime": 1428886666000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 3 | 278 | false | false | 278 | false |
OpenAngelArena/oaa | OpenAngelArena | 320,697,545 | 2,191 | null | [
{
"action": "opened",
"author": "Trildar",
"comment_id": null,
"datetime": 1525677159000,
"masked_author": "username_0",
"text": "Vanilla Drums seem to not appreciate being told to not use charges. There have been numerous reports of it causing lag and the active only working the first time. Easiest solution is probably just to re-implement the item since it should be a fairly simple item.",
"title": "Re-implement Drums of Endurance",
"type": "issue"
},
{
"action": "created",
"author": "Sythrus",
"comment_id": 386995233,
"datetime": 1525681522000,
"masked_author": "username_1",
"text": "Doesn't Imba already have drums without charges?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Trildar",
"comment_id": 387037795,
"datetime": 1525692931000,
"masked_author": "username_0",
"text": "Dunno, if it does, we can probably just ask them if we can ~~steal~~ use their code. Though there aren't really many active OAA developers to even do that right now.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "DarthRecca",
"comment_id": 394130320,
"datetime": 1527992890000,
"masked_author": "username_2",
"text": "I'm on it. Will try to report by tomorrow. Also won't be using branch/forks so how do I submit the code?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Haganeko",
"comment_id": 394130356,
"datetime": 1527992959000,
"masked_author": "username_3",
"text": "If you don't use git, someone will have to use it for you.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "mikibun",
"comment_id": 395983297,
"datetime": 1528562935000,
"masked_author": "username_4",
"text": "Has this been submitted yet? @username_2 @username_3",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "DarthRecca",
"comment_id": 395985160,
"datetime": 1528564735000,
"masked_author": "username_2",
"text": "@username_4 It has been submitted. But before it is closed or merged, I am going to test it out. Just need to find some free 1-2 hours time. Will be done before this week-end.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "MountainEucalyptus",
"comment_id": 450468126,
"datetime": 1546062825000,
"masked_author": "username_5",
"text": "Has this been resolved and the issue not closed or is it still not fixed? I am wanting to start trying to help with OAA and if this is not resolved then it could be ideal",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "DarkoniusXNG",
"comment_id": 450495489,
"datetime": 1546092381000,
"masked_author": "username_6",
"text": "There is a Pull Request for this. But it was never added for some reason.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "DarkoniusXNG",
"comment_id": null,
"datetime": 1604185443000,
"masked_author": "username_6",
"text": "",
"title": null,
"type": "issue"
}
] | 7 | 10 | 1,102 | false | false | 1,102 | true |
googlemaps/google-maps-services-go | googlemaps | 207,963,640 | 88 | {
"number": 88,
"repo": "google-maps-services-go",
"user_login": "googlemaps"
} | [
{
"action": "opened",
"author": "jmacwhyte",
"comment_id": null,
"datetime": 1487201649000,
"masked_author": "username_0",
"text": "I was looking for this data point and realized it was missing!",
"title": "added adr microformat to PlaceDetailsResult",
"type": "issue"
},
{
"action": "created",
"author": "domesticmouse",
"comment_id": 280185294,
"datetime": 1487203855000,
"masked_author": "username_1",
"text": "Thanks!",
"title": null,
"type": "comment"
}
] | 3 | 3 | 345 | false | true | 69 | false |
CartoDB/cartodb | CartoDB | 246,009,678 | 12,527 | null | [
{
"action": "opened",
"author": "rjimenezda",
"comment_id": null,
"datetime": 1501154846000,
"masked_author": "username_0",
"text": "Might be related to #12480\r\n\r\nThis doesn't always happen, but if you filter a histogram while there's a time series, the playback range is limited to where the data is. This might be acceptable, although I don't think it used to behave like this. Problem comes up when you clear the filter, playback might get out of bounds.\r\n\r\n",
"title": "Animation issues with filtered histograms",
"type": "issue"
},
{
"action": "created",
"author": "xavijam",
"comment_id": 318367259,
"datetime": 1501163298000,
"masked_author": "username_1",
"text": "I feel it should be fixed with last changes from aggregation guys @username_2 @ivanmalagon.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rjimenezda",
"comment_id": 318626196,
"datetime": 1501240366000,
"masked_author": "username_0",
"text": "Currently digging my way out of this, I'm quite close to the cause of the problem.\r\n\r\nIf someone complains about this, a temporary fix is to resize the browser window.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rjimenezda",
"comment_id": 319013490,
"datetime": 1501492701000,
"masked_author": "username_0",
"text": "Fix:\r\n\r\nhttps://github.com/CartoDB/cartodb.js/pull/1685/commits/fe8daaf2b0369b96030d40cbea38a1e832be3022",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rubenmoya",
"comment_id": 320630892,
"datetime": 1502102500000,
"masked_author": "username_2",
"text": "I was trying to do the acceptance and I found this: #12567",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rubenmoya",
"comment_id": 320643853,
"datetime": 1502106895000,
"masked_author": "username_2",
"text": "Seems like the last issue only happens with some datasets. I used a different one and tried to reproduce this but I can't, so let's deploy it :)\r\n\r\nAlso, I think the changes are already in the time-series-aggregation branch.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "xavijam",
"comment_id": 320649217,
"datetime": 1502108603000,
"masked_author": "username_1",
"text": "Yep, so... going there!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "xavijam",
"comment_id": 320656191,
"datetime": 1502110662000,
"masked_author": "username_1",
"text": "Deployed!",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "xavijam",
"comment_id": null,
"datetime": 1502110662000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 3 | 9 | 1,109 | false | false | 1,109 | true |
Talend/data-prep | Talend | 287,049,511 | 1,010 | {
"number": 1010,
"repo": "data-prep",
"user_login": "Talend"
} | [
{
"action": "opened",
"author": "skermabon",
"comment_id": null,
"datetime": 1515495773000,
"masked_author": "username_0",
"text": "* bug fix and add Integration Tests\r\n* Split Integration Test between OS and EE\r\n\r\n**Link to the JIRA issue**\r\nhttps://jira.talendforge.org/browse/TDP-4953\r\n\r\n**Please check if the PR fulfills these requirements**\r\n- [ ] The commit(s) message(s) follows our [guidelines](https://github.com/talend/tools/blob/master/tools-root-github/CONTRIBUTING.md#commit-message-format)\r\n- [x] Tests for the changes have been added (for bug fixes / features)\r\n- [ ] Docs have been added / updated (for bug fixes / features)\r\n- [ ] The code coverage on new code is > 75 % for backend and > 95% for frontend\r\n- [ ] The new code does not introduce new technical issues (sonar / eslint)\r\n- [x] Functional tests have been performed\r\n- [ ] Docker configuration files for config-std or config-cloud profiles are impacted\r\n\r\n**Please check the browsers you've tested on**\r\n- [ ] Chrome, Firefox, Safari, Edge, IE11\r\n- [ ] No, that's bad, this PR should not be merged !\r\n- [ ] No, and no need to (backend changes only)",
"title": "fix(TDP-4952): \"KMS customer master key\" is always mandatory",
"type": "issue"
},
{
"action": "created",
"author": "build-talend-tdp",
"comment_id": 356256666,
"datetime": 1515496900000,
"masked_author": "username_1",
"text": "Pull request test result: [success](https://ci-tdp.datapwn.com/job/data-prep_pull-request_master/36/) [:star:](https://ci-tdp.datapwn.com/job/data-prep_pull-request_master/36/)",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "build-talend-tdp",
"comment_id": 356348061,
"datetime": 1515517439000,
"masked_author": "username_1",
"text": "Pull request test result: [success](https://ci-tdp.datapwn.com/job/data-prep_pull-request_master/44/) [:star:](https://ci-tdp.datapwn.com/job/data-prep_pull-request_master/44/)",
"title": null,
"type": "comment"
}
] | 2 | 3 | 1,346 | false | false | 1,346 | false |
heroku/cli-engine | heroku | 246,467,126 | 250 | {
"number": 250,
"repo": "cli-engine",
"user_login": "heroku"
} | [
{
"action": "opened",
"author": "RasPhilCo",
"comment_id": null,
"datetime": 1501278488000,
"masked_author": "username_0",
"text": "@dickeyxxx WIP, waiting on type update https://github.com/heroku/cli-engine-command/pull/43",
"title": "add ns to topic and cmd cache",
"type": "issue"
}
] | 2 | 2 | 91 | false | true | 91 | false |
dennisdoomen/FluentAssertions | null | 148,640,829 | 393 | null | [
{
"action": "opened",
"author": "RyanBuzzInteractive",
"comment_id": null,
"datetime": 1460721062000,
"masked_author": "username_0",
"text": "I wanted to check the number of times RaisePropertyChanged had been raised for a particular property.\r\n\r\nI expected to type:\r\n\r\n`myVm.ShouldRaisePropertyChangedFor(vm => vm.myProperty).Count().ShouldBeEquivalentTo(2);`\r\n\r\nThis failed - the count returned was for ALL RaisePropertyChange events, not the specific one I am testing.\r\n\r\nI have written a quick extension method:\r\n\r\n` public static int SpecificRaisePropertyChangedCount(this IEnumerable<RecordedEvent> value, string propertyName)\r\n {\r\n return value.Select(r => r.Parameters)\r\n .SelectMany(s => s)\r\n .Count(p => p is PropertyChangedEventArgs && (p as PropertyChangedEventArgs).PropertyName == propertyName);\r\n }`\r\n\r\nso you can now do:\r\n\r\n`myVm.ShouldRaisePropertyChangedFor(vm => vm.myProperty).SpecificRaisePropertyChangedCount(nameof(myVm.myProperty)).ShouldBeEquivalentTo(2);`\r\n\r\nSorry I haven't submitted this as a pull request - I'm up to my neck in it and no time to clone the repo etc, but feel free to add it or whatever (or tell me that I could have done it with the existing code easily ^_^ )",
"title": "ShouldRaisePropertyChangedFor followed by Count behaves unexpectedly (solution here)",
"type": "issue"
},
{
"action": "created",
"author": "dennisdoomen",
"comment_id": 210760070,
"datetime": 1460793189000,
"masked_author": "username_1",
"text": "Thanks for reporting this. I'll take a look at it.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "BrunoJuchli",
"comment_id": 422381811,
"datetime": 1537275361000,
"masked_author": "username_2",
"text": "This is caused by https://github.com/fluentassertions/fluentassertions/issues/337",
"title": null,
"type": "comment"
}
] | 3 | 3 | 1,248 | false | false | 1,248 | false |
nedbat/coveragepy | null | 335,127,919 | 263 | null | [
{
"action": "opened",
"author": "nedbat",
"comment_id": null,
"datetime": 1379435564000,
"masked_author": "username_0",
"text": "*Originally reported by* **Remi Rampin (Bitbucket: [username_2](https://bitbucket.org/username_2), GitHub: [username_2](https://github.com/username_2))**\n\n----------------------------------------\n\nI would very much like the HTML report to have a tree view, that would show aggregated totals for packages consisting of several modules.\n\nMight work on it if I get the time.\n\n----------------------------------------\n- Bitbucket: https://bitbucket.org/ned/coveragepy/issue/263",
"title": "Tree view for HTML report",
"type": "issue"
},
{
"action": "created",
"author": "boris-42",
"comment_id": 588637354,
"datetime": 1582181256000,
"masked_author": "username_1",
"text": "@username_0 nice! do you need some help?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "remram44",
"comment_id": 589106582,
"datetime": 1582211780000,
"masked_author": "username_2",
"text": "The frontend was completely rewritten since, so the pull request is no longer relevant. But the issue might be :wink:",
"title": null,
"type": "comment"
}
] | 3 | 3 | 618 | false | false | 618 | true |
zalando-stups/fullstop | zalando-stups | 92,621,767 | 202 | {
"number": 202,
"repo": "fullstop",
"user_login": "zalando-stups"
} | [
{
"action": "opened",
"author": "jbellmann",
"comment_id": null,
"datetime": 1435839231000,
"masked_author": "username_0",
"text": "",
"title": "updated to spring-boot 1.2.5.RELEASE",
"type": "issue"
},
{
"action": "created",
"author": "review-ninja",
"comment_id": 118011598,
"datetime": 1435839232000,
"masked_author": "username_1",
"text": "<a href=\"http://app.review.ninja/zalando-stups/fullstop/pull/202\" target=\"_blank\"><img src=\"http://app.review.ninja/32521417/pull/202/badge\" alt=\"ReviewNinja\"/>",
"title": null,
"type": "comment"
}
] | 2 | 2 | 160 | false | false | 160 | false |
gisaia/ARLAS-d3 | gisaia | 348,401,730 | 47 | null | [
{
"action": "opened",
"author": "MohamedHamouGisaia",
"comment_id": null,
"datetime": 1533660224000,
"masked_author": "username_0",
"text": "\r\n\r\nThe interval between buckets in this example is 0.5 knot. The tick '3' is the result of rounding '2.5' \r\n\r\n",
"title": "HISTOGRAM/SWIMLANE : Implement a system of rounfing key values when interval < 1",
"type": "issue"
},
{
"action": "closed",
"author": "MohamedHamouGisaia",
"comment_id": null,
"datetime": 1536840566000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 1 | 2 | 332 | false | false | 332 | false |
lerna/lerna | lerna | 189,849,068 | 410 | {
"number": 410,
"repo": "lerna",
"user_login": "lerna"
} | [
{
"action": "opened",
"author": "hzoo",
"comment_id": null,
"datetime": 1479331281000,
"masked_author": "username_0",
"text": "",
"title": "test node 7",
"type": "issue"
}
] | 2 | 2 | 151 | false | true | 0 | false |
adafruit/DHT-sensor-library | adafruit | 344,707,518 | 111 | null | [
{
"action": "opened",
"author": "FeyverkSoft",
"comment_id": null,
"datetime": 1532585421000,
"masked_author": "username_0",
"text": "https://github.com/adafruit/DHT-sensor-library/blob/c97897771807613d456b318236e18a04b013410b/DHT.cpp#L72\r\n\r\n`force` is not used in the code. :)",
"title": "readHumidity(bool force) `force` is not used in the code",
"type": "issue"
},
{
"action": "created",
"author": "Tijgerd",
"comment_id": 413442519,
"datetime": 1534401793000,
"masked_author": "username_1",
"text": "I think this boolean is still present to support backwards compatibility.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "L0laapk3",
"comment_id": 453052016,
"datetime": 1547117155000,
"masked_author": "username_2",
"text": "No, its definitely being used in the read function",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Tijgerd",
"comment_id": 453053513,
"datetime": 1547117475000,
"masked_author": "username_1",
"text": "Please show me in the code below where the _force_ bool is being used\r\n```C++\r\nfloat DHT::readHumidity(bool force) {\r\n float f = NAN;\r\n if (read()) {\r\n switch (_type) {\r\n case DHT11:\r\n f = data[0];\r\n break;\r\n case DHT22:\r\n case DHT21:\r\n f = data[0];\r\n f *= 256;\r\n f += data[1];\r\n f *= 0.1;\r\n break;\r\n }\r\n }\r\n return f;\r\n}\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "L0laapk3",
"comment_id": 453055966,
"datetime": 1547117976000,
"masked_author": "username_2",
"text": "Its fairly obvious if you compare `readTemperature` to `readHumidity`:\r\nhttps://github.com/adafruit/DHT-sensor-library/blob/c97897771807613d456b318236e18a04b013410b/DHT.cpp#L72-L74\r\n\r\nhttps://github.com/adafruit/DHT-sensor-library/blob/c97897771807613d456b318236e18a04b013410b/DHT.cpp#L35-L38\r\n\r\nThey're both supposed to call `read(bool force)`\r\nI think its fairly obvious.\r\n\r\nhttps://github.com/adafruit/DHT-sensor-library/blob/c97897771807613d456b318236e18a04b013410b/DHT.cpp#L123-L129",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Tijgerd",
"comment_id": 453070783,
"datetime": 1547121364000,
"masked_author": "username_1",
"text": "I understand what you are saying but `force `is NEVER used in the readHumidity function!\r\nIt defaults to `read(false)`\r\n\r\nIf you use the readHumidity function, you can give whatever value you want to `force` but it won't have any impact!\r\n\r\nhttps://github.com/adafruit/DHT-sensor-library/blob/c97897771807613d456b318236e18a04b013410b/DHT.h#L47",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "L0laapk3",
"comment_id": 453082571,
"datetime": 1547124036000,
"masked_author": "username_2",
"text": "Im not claiming the current code isnt syntactically correct, it obviously is or it wouldn't have compiled and they would have never published it.\r\n\r\nThe whole point of this issue is that if you call `readHumidity` with `force = true`, you should probably actually force an update of the sensor values (analogue to `readTemperature`) instead of just doing nothing with it.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Tijgerd",
"comment_id": 453086246,
"datetime": 1547124872000,
"masked_author": "username_1",
"text": "Tell me then, where is the `force` bool transferred into the `read()` function?\r\nWhen you just call `read()` without any value between the hooks \" ( ) \", the default `false` value will be used in the `read()` function.\r\n\r\ne.g.: calling `readHumidity(true)` will not force your MCU into doing anything different in comparison to calling `readHumidity(false)`\r\n\r\nprove me wrong",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "L0laapk3",
"comment_id": 453087637,
"datetime": 1547125167000,
"masked_author": "username_2",
"text": "Thats the entire issue mate, `force` doesn't do anything right now and it should. I don't know how many other ways I need to reformulate the same thing so I'm just going to give up",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Tijgerd",
"comment_id": 453101895,
"datetime": 1547128192000,
"masked_author": "username_1",
"text": "I believe we are both saying the same thing in a different way.\r\nWe both agree that the function doesn't do anything with the provided bool, but it should.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "PaintYourDragon",
"comment_id": null,
"datetime": 1547258805000,
"masked_author": "username_3",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "PaintYourDragon",
"comment_id": 453710559,
"datetime": 1547258805000,
"masked_author": "username_3",
"text": "Fixed in 1.3.1. Thanks!",
"title": null,
"type": "comment"
}
] | 4 | 12 | 2,580 | false | false | 2,580 | false |
moment/moment | moment | 247,788,791 | 4,099 | {
"number": 4099,
"repo": "moment",
"user_login": "moment"
} | [
{
"action": "opened",
"author": "atefBB",
"comment_id": null,
"datetime": 1501783388000,
"masked_author": "username_0",
"text": "@username_1 @noureddineme DONE !",
"title": "fix typo in 'monday' word in arabic",
"type": "issue"
},
{
"action": "created",
"author": "ichernev",
"comment_id": 339154560,
"datetime": 1508884031000,
"masked_author": "username_1",
"text": "@abdelsaid @username_2 @ElFadiliY @kikoanis @nusretparlak @noureddineme Does this look ok?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ichernev",
"comment_id": 339154675,
"datetime": 1508884059000,
"masked_author": "username_1",
"text": "@username_0 you need to fix the corresponding test files, as you can see the build is failing.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "xsoh",
"comment_id": 339569853,
"datetime": 1509000887000,
"masked_author": "username_2",
"text": "@username_1 Yes 👍",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "atefBB",
"comment_id": 339575485,
"datetime": 1509002538000,
"masked_author": "username_0",
"text": "Hey @username_1 how to fix `the corresponding test files`?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "xsoh",
"comment_id": 339638776,
"datetime": 1509018080000,
"masked_author": "username_2",
"text": "I'll explain it in Arabic.\r\n@username_0 \r\nيجب تعديل الملفات داخل هذا [الرابط](https://github.com/moment/moment/tree/develop/src/test/locale) \r\nلتتناسب مع الحالة الصحيحة تقوم بتشغيل\r\n `npm test` الـ\r\nلتتأكد من أن العملية تمت بنجاح ثم ترفع ملفات \r\nثم ترفعها هنا",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "atefBB",
"comment_id": 339677169,
"datetime": 1509026741000,
"masked_author": "username_0",
"text": "@username_1 DONE !",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "marwahaha",
"comment_id": 353356906,
"datetime": 1513864638000,
"masked_author": "username_3",
"text": "@username_0 - you're failing some of the tests. Can you investigate and fix ?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "atefBB",
"comment_id": 353368772,
"datetime": 1513867638000,
"masked_author": "username_0",
"text": "@username_3 I'll check when I have time!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "marwahaha",
"comment_id": 380371935,
"datetime": 1523435490000,
"masked_author": "username_3",
"text": "@username_0 - any updates?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "marwahaha",
"comment_id": 455741200,
"datetime": 1547864533000,
"masked_author": "username_3",
"text": "This has been sitting for a long time, so I will close it.\r\n\r\nThanks for opening this request.\r\nPlease re-open if you still would like to contribute and get the tests to pass.\r\nYou are welcome to join on as a locale author.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "atefBB",
"comment_id": 455787274,
"datetime": 1547909832000,
"masked_author": "username_0",
"text": "Hey. I don't know why tests fails! Any indication to solve it?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "marwahaha",
"comment_id": 455821205,
"datetime": 1547937611000,
"masked_author": "username_3",
"text": "You can see the results here:\r\nhttps://travis-ci.org/moment/moment/jobs/366601636\r\n\r\nYou can also run `grunt test` to run the tests on your computer.",
"title": null,
"type": "comment"
}
] | 5 | 14 | 1,937 | false | true | 1,116 | true |
crate/crate | crate | 157,692,714 | 3,583 | {
"number": 3583,
"repo": "crate",
"user_login": "crate"
} | [
{
"action": "opened",
"author": "seut",
"comment_id": null,
"datetime": 1464706615000,
"masked_author": "username_0",
"text": "",
"title": "use separate links for `sys.checks` and `sys.node_checks`",
"type": "issue"
},
{
"action": "created",
"author": "mfussenegger",
"comment_id": 222715230,
"datetime": 1464706679000,
"masked_author": "username_1",
"text": "lgtm",
"title": null,
"type": "comment"
}
] | 2 | 2 | 4 | false | false | 4 | false |
cloudfoundry/cf-deployment-concourse-tasks | cloudfoundry | 261,690,940 | 32 | {
"number": 32,
"repo": "cf-deployment-concourse-tasks",
"user_login": "cloudfoundry"
} | [
{
"action": "opened",
"author": "Samze",
"comment_id": null,
"datetime": 1506701251000,
"masked_author": "username_0",
"text": "The current set-feature-flag task only allows diego_docker + task_creation to be set. We would like to be able to enable/disable any feature flags.\r\n\r\nThis PR is an alternative design, its more a conversation starter. Thoughts?\r\n\r\nNote: Totally not backward compatible or anything sensible like that.",
"title": "Allow dynamic list of feature flags to be enabled/disabled",
"type": "issue"
},
{
"action": "created",
"author": "dsabeti",
"comment_id": 333241140,
"datetime": 1506719775000,
"masked_author": "username_1",
"text": "Hey @username_0. I really like the idea behind this change. It's definitely backwards-incompatible, but that's what major version bumps are for! It's been a minute since the last major version bump, so I'm amenable to doing one soon. Let me see if I can find any other good backwards-incompatible changes that we should include for cf-deployment-concourse-tasks 5.0",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rowanjacobs",
"comment_id": 333392350,
"datetime": 1506878792000,
"masked_author": "username_2",
"text": "Since bbl 5.0 has recently been released, which requires a jumpbox on all IAASes, perhaps a suitable change would be requiring an open SSH tunnel for all tasks which dial the BOSH director.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "dsabeti",
"comment_id": 333935504,
"datetime": 1507055241000,
"masked_author": "username_1",
"text": "@username_2, bbl 5.0 seems like a good change to fold in as well. Since we're already using `bbl print-env`, this should automatically establish the ssh connection, right? My understanding is that by upgrading to bbl 5.0, the real breaking change in the interface of this repo will be that we will _require_ users to provide their bbl/IAAS creds to each task.\r\n\r\ncc @evanfarrar",
"title": null,
"type": "comment"
}
] | 5 | 6 | 1,584 | false | true | 1,227 | true |
ops4j/org.ops4j.pax.cdi | ops4j | 144,194,680 | 30 | {
"number": 30,
"repo": "org.ops4j.pax.cdi",
"user_login": "ops4j"
} | [
{
"action": "opened",
"author": "astefanutti",
"comment_id": null,
"datetime": 1459240582000,
"masked_author": "username_0",
"text": "…I Weld",
"title": "[PAXCDI-216] ClassNotFoundException for Weld client proxies in PAX CD…",
"type": "issue"
},
{
"action": "created",
"author": "hwellmann",
"comment_id": 202781827,
"datetime": 1459241270000,
"masked_author": "username_1",
"text": "Can you please isolate the issue and provide a self-contained test (without Camel or other external dependencies) that demonstrates it?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "astefanutti",
"comment_id": 202820138,
"datetime": 1459246339000,
"masked_author": "username_0",
"text": "Yes, I'll try to write a minimal test.\r\n\r\nThe issue is very well described in http://blog.osgi.org/2008/08/classy-solutions-to-tricky-proxies.html. The proposed solution is only applicable to JDK proxies and as Weld (and other CDI implementations) use subclass proxying, not JDK proxies, this make things more complicated.\r\n\r\nIndeed, we can use a delegating class loader that have access to the proxy types closure (Weld mixin classes, parent classes, ...) but that doesn't work for classes being proxied that either inherit from parent class with default visibility modifier or have proxied methods whose return type has the default visibility modifier. This is actually the issue you faced at https://github.com/ops4j/org.ops4j.pax.cdi/commit/5c1c8e2ed5eb774f52769cd35dbdeb66ccd9b3ba#diff-17ac1db282a6026cc8e7c0f9ce20226fR40. In that case, the only solution, apparently is to use the same defining class loader for the proxy class as that of the bean type, otherwise `IllegalAccessError` is thrown. This what caused the `org.ops4j.pax.cdi.test.SecurityTest` test to fail as DeltaSpike security extension is having a method whose return type is _package-private_.\r\n\r\nThe former solution, that is using a delegating class loader that have access to the proxy types closure, was previously approximated by using a class loader with a delegating bundle containing the CDI extensions and Weld bundles: https://github.com/ops4j/org.ops4j.pax.cdi/blob/85ab25d9d4a6758f8beb96992ef1f56635cc687f/pax-cdi-weld/src/main/java/org/ops4j/pax/cdi/weld/impl/WeldCdiContainer.java#L82-L83. However, that does not cover the use case of proxying a class whose parent class is in another bundle as described in http://blog.osgi.org/2008/08/classy-solutions-to-tricky-proxies.html (which happen to be the case of a lot of Camel components, hence the Camel test cases). Ideally, that solution should enable to avoid using a `WeavingHook` to add dynamic imports on Weld mixin classes.\r\n\r\nSo the proposed PR is a solution to that general problem, mixing both approach using an heuristic to determine what class loader to use. It could be refined by iterating over all the proxiable methods of the bean types closure to identify methods whose return type has the default visibility modifier. But that'd be costly and still would not resolve the case where the bean type being proxied inherit from a class in a different bundle and that has methods with _package-private_ return types.\r\n\r\nLet me know what you think.",
"title": null,
"type": "comment"
}
] | 2 | 3 | 2,633 | false | false | 2,633 | false |
jbox-web/redmine_jenkins | jbox-web | 302,164,327 | 62 | {
"number": 62,
"repo": "redmine_jenkins",
"user_login": "jbox-web"
} | [
{
"action": "opened",
"author": "dannyperez",
"comment_id": null,
"datetime": 1520222167000,
"masked_author": "username_0",
"text": "Update dependencies for Redmine 3.4.4",
"title": "Update Gemfile",
"type": "issue"
},
{
"action": "created",
"author": "michaelmeneses",
"comment_id": 439671923,
"datetime": 1542523835000,
"masked_author": "username_1",
"text": "Working for me\r\nRedmine 3.4.x",
"title": null,
"type": "comment"
}
] | 2 | 2 | 66 | false | false | 66 | false |
solana-labs/solana-web3.js | solana-labs | 362,386,348 | 7 | {
"number": 7,
"repo": "solana-web3.js",
"user_login": "solana-labs"
} | [
{
"action": "opened",
"author": "mvines",
"comment_id": null,
"datetime": 1537481389000,
"masked_author": "username_0",
"text": "",
"title": "Add getAccountInfo",
"type": "issue"
}
] | 2 | 2 | 0 | false | true | 0 | false |
Azure/azure-sdk-for-python | Azure | 293,043,570 | 1,864 | null | [
{
"action": "opened",
"author": "nitzmahone",
"comment_id": null,
"datetime": 1517379488000,
"masked_author": "username_0",
"text": "The current implementation of profile-versioned operations properties on the main client class will override the requested REST API version in favor of the one defined in the internal default profile.\r\n\r\neg:\r\n```\r\nc = ComputeManagementClient(adalcred, subscription_id=subid, api_version='2016-04-30-preview', base_url=active_cloud.endpoints.resource_manager)\r\n\r\nprint(c.virtual_machines.api_version)\r\nprint(c.disks.api_version)\r\n```\r\n\r\nI'd expect to get `2016-04-30-preview` for both of these, but since `disks` is defined in the internal profile, it uses that value first (returning `2017-03-30` in this case). Short of supplying a different profile, there doesn't appear to be a way to get the requested API version for versioned operations sets defined by the default profile.\r\n\r\nThis can be worked around by passing an empty dictionary for the profile, but it's not intuitive without looking at the SDK source to see the default profile behavior, and I'm not sure if it's \"kosher\" (eg, is it safe to assume that the profile will always be a simple dictionary, and that empty is OK?)...",
"title": "api_version is ignored for sub-versioned operations with SdkProfile",
"type": "issue"
},
{
"action": "created",
"author": "lmazuel",
"comment_id": 362019698,
"datetime": 1517422083000,
"masked_author": "username_1",
"text": "@username_0 That's the behavior I wanted: api_version as a default value less important than profile. For instance, if you write:\r\n```python\r\nprint(c.resource_skus.api_version)\r\n```\r\n'2016-04-30-preview' does not exists for this one, so I have to use the profile, so the idea was:\r\n- Use profile first\r\n- If no key in profile, fallback to api_version\r\n- If still nothing, fail\r\n\r\nThis indeed means that if you don't change the profile, changing api_version is a partial change. It's why I updated the doc:\r\n```python\r\n :param str api_version: API version to use if no profile is provided, or if\r\n missing in profile.\r\n```\r\n\r\nIf you didn't find it obvious, I'm a little concerned, I expect SDK to be obvious so you don't ask yourself this kind of question.\r\n\r\nDid you expect `c.resource_skus` to fail because there is no `2016-04-30-preview` for this one?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nitzmahone",
"comment_id": 362078599,
"datetime": 1517434549000,
"masked_author": "username_0",
"text": "I think in the grand scheme of things, once profiles are \"first class citizens\", this is probably the behavior we want... Probably more to the point: nobody will want/care about specific api_versions in the face of properly-formed and fully-supported profiles, because that's the only way end-users will interface with it.\r\n\r\nThe question you ask is another one that I went back to the source and did lots of Googling around for the underlying REST API's versioning behavior to try and figure out, as I (wrongly) assumed the entire provider as-currently-defined was released under a given version, not that topic areas could be versioned separately. I went back and found a comment you made on a different Ansible issue to that effect (after the fact- it was an issue I didn't get notifications on). So now that I understand how that all works, it makes sense, but it seems like both the Azure REST API docs and the SDK docs could be clearer about that versioning behavior (your new docstring on `api_version` definitely helps).",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nitzmahone",
"comment_id": 362079122,
"datetime": 1517434665000,
"masked_author": "username_0",
"text": "(because I did wonder exactly \"what happens if I ask for an operations class that's not defined for a given REST API version, which led me down a long Google/\"to the code!\" rabbithole ;) )",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "lmazuel",
"comment_id": 371268851,
"datetime": 1520453487000,
"masked_author": "username_1",
"text": "Hi @username_0 \r\nI thoughts about this one, and I think this is confusing and you're right. I will release soon the new major version (kwargs only args, new LRO implementation, etc.) and I want to take this opportunity to refactor this one as well.\r\n\r\nI want to:\r\n- Make `api_version` and `profile` mutually exclusive. This solves this issue here. Profile can take a `None` key if you want to say \"everything else I didn't define explicitly\".\r\n- I'm adding a `Profile` class. By default the new signature will then be:\r\n```python\r\ndef __init__(self, credentials, subscription_id, api_version=None, base_url=None, profile=Profile.default)\r\n```\r\nAnd `Profile.default` will be by default valued `Profile.latest`.\r\n\r\nMeaning you can create your client this way if you want to explictly say \"I want latest\":\r\n```python\r\nclient = ComputeMangementClient(creds, sub, profile=Profile.latest)\r\n```\r\nI will support the known profiles as well:\r\n```python\r\nclient = ComputeMangementClient(creds, sub, profile=Profile.v2017_09_03)\r\n```\r\n`profile`can still get a dictionnary as right now, I don't change that.\r\n\r\nIf you use `default`, you could also change the default profile as the application level:\r\n```python\r\nProfile.default = Profile.v2017_09_03\r\n```\r\nThis would mutate all created client automatically to the new profile if you do that in the middle of your application. \r\n\r\nI would really appreciate if you can give me your thoughts on this :)\r\nThanks!\r\n\r\nFYI @johanste",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "lmazuel",
"comment_id": null,
"datetime": 1532466957000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "lmazuel",
"comment_id": 407554806,
"datetime": 1532466957000,
"masked_author": "username_1",
"text": "Everything I just said was released recently, and I even made Compute/Resource as stable 4.0.0/2.0.0.\r\nFeel free to email me or comment if necessary :)\r\nThanks!",
"title": null,
"type": "comment"
}
] | 2 | 7 | 4,789 | false | false | 4,789 | true |
Microsoft/vscode | Microsoft | 147,463,647 | 5,168 | null | [
{
"action": "opened",
"author": "ospatil",
"comment_id": null,
"datetime": 1460388311000,
"masked_author": "username_0",
"text": "- VSCode Version: 0.10.11\r\n- OS Version: OS X El Capitan 10.11.4\r\n- Node Version: 5.10.1\r\n\r\nSteps to Reproduce:\r\n\r\n1. Launch code from terminal `code .`. It fails with the following error - \r\n```bash\r\nFile \"<string>\", line 1\r\nimport os,sys; print os.path.realpath(sys.argv[1])\r\n ^\r\nSyntaxError: invalid syntax\r\n/usr/local/bin/code: line 10: ./MacOS/Electron: No such file or directory\r\n```\r\n\r\nIt used to work perfectly alright before the OS X upgrade to 10.11.4. Just to be sure, I uninstalled code from PATH and installed it again through command palette but no luck.",
"title": "VS Code can not be launched from terminal on Mac",
"type": "issue"
},
{
"action": "created",
"author": "bpasero",
"comment_id": 208404298,
"datetime": 1460388842000,
"masked_author": "username_1",
"text": "Weird. @username_3 @username_2 ever seen this?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Tyriar",
"comment_id": 208497534,
"datetime": 1460400791000,
"masked_author": "username_2",
"text": "This is only part of the OSX launch script, a small Python script is used I think to get the current directory. We really don't want to rely on Python unless we absolutely have to. This might be happening due to a [super old Python version](https://docs.python.org/2/library/os.path.html#os.path.realpath) or something, not really a problem we want to bother figuring out.\r\n\r\n@username_3 was the purpose of this to get the actual hard link for the file? [I needed to do this for the Linux one too](https://github.com/Microsoft/vscode/blob/master/resources/linux/bin/code.sh#L23) when I moved the CLI to the program directory. Should probably do something similar `readlink` seems like it's available on OSX. Here's the Linux code:\r\n\r\n```\r\nif [ ! -L $0 ]; then\r\n\t# if path is not a symlink, find relatively\r\n\tVSCODE_PATH=\"$(dirname $0)/..\"\r\nelse\r\n\tif which readlink >/dev/null; then\r\n\t\t# if readlink exists, follow the symlink and find relatively\r\n\t\tVSCODE_PATH=\"$(dirname $(readlink $0))/..\"\r\n\telse\r\n\t\t# else use the standard install location\r\n\t\tVSCODE_PATH=\"/usr/share/@@NAME@@\"\r\n\tfi\r\nfi\r\n```",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ospatil",
"comment_id": 208506627,
"datetime": 1460401850000,
"masked_author": "username_0",
"text": "It could be _super new Python version_ also :wink: . What I have is `Python 3.5.1 :: Anaconda custom (x86_64)`.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "joaomoreno",
"comment_id": 208723685,
"datetime": 1460441289000,
"masked_author": "username_3",
"text": "Duplicate of #3790, fixed by 70ab81b95eebca26dd5465b3d0b8e094140b5a4b\r\n\r\n@username_2 `readlink` is not the same on OS X. It's a rollercoaster of *doesn't works*.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "joaomoreno",
"comment_id": null,
"datetime": 1460441291000,
"masked_author": "username_3",
"text": "",
"title": null,
"type": "issue"
}
] | 4 | 6 | 1,996 | false | false | 1,996 | true |
BrightspaceUI/navigation | BrightspaceUI | 358,068,167 | 5 | {
"number": 5,
"repo": "navigation",
"user_login": "BrightspaceUI"
} | [
{
"action": "opened",
"author": "CarolBusman",
"comment_id": null,
"datetime": 1536327080000,
"masked_author": "username_0",
"text": "Creation of highlight buttons for the nav.",
"title": "Cbusman/add d2l navigation button highlight",
"type": "issue"
},
{
"action": "created",
"author": "CarolBusman",
"comment_id": 422824947,
"datetime": 1537367232000,
"masked_author": "username_0",
"text": "I believe I've hit all the comments, this PR can be reviewed once more @dlockhart @username_1 @m6jones @mtjandra",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "dbatiste",
"comment_id": 422827624,
"datetime": 1537367658000,
"masked_author": "username_1",
"text": "LGTM!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "CarolBusman",
"comment_id": 424067585,
"datetime": 1537811946000,
"masked_author": "username_0",
"text": "@dlockhart I believe I've touched all the comments, let me know if I've missed any, or if there are any other issues with this PR.",
"title": null,
"type": "comment"
}
] | 2 | 4 | 287 | false | false | 287 | true |
dmwm/WMCore | dmwm | 231,340,089 | 7,874 | {
"number": 7874,
"repo": "WMCore",
"user_login": "dmwm"
} | [
{
"action": "opened",
"author": "ericvaandering",
"comment_id": null,
"datetime": 1495719020000,
"masked_author": "username_0",
"text": "Pylint --3k is warning about all these divisions. No idea why, but there is no reason to promote a variable to float to ensure floating point division anymore",
"title": "No need to promote to float with future division",
"type": "issue"
},
{
"action": "created",
"author": "ericvaandering",
"comment_id": 304043631,
"datetime": 1495726950000,
"masked_author": "username_0",
"text": "@username_1 please merge",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "amaltaro",
"comment_id": 304052799,
"datetime": 1495729075000,
"masked_author": "username_1",
"text": "awesome!",
"title": null,
"type": "comment"
}
] | 3 | 6 | 1,246 | false | true | 188 | true |
nexmo-community/nexmo-ruby-quickstart | nexmo-community | 370,390,431 | 36 | {
"number": 36,
"repo": "nexmo-ruby-quickstart",
"user_login": "nexmo-community"
} | [
{
"action": "opened",
"author": "Cyan101",
"comment_id": null,
"datetime": 1539648690000,
"masked_author": "username_0",
"text": "",
"title": "Added link to the experimental golang client",
"type": "issue"
},
{
"action": "created",
"author": "lornajane",
"comment_id": 471453560,
"datetime": 1552294379000,
"masked_author": "username_1",
"text": "Thanks but we're not ready to link to the golang client yet, so I'll close this.",
"title": null,
"type": "comment"
}
] | 2 | 2 | 80 | false | false | 80 | false |
geohot/qira | null | 251,464,972 | 193 | {
"number": 193,
"repo": "qira",
"user_login": "geohot"
} | [
{
"action": "opened",
"author": "bannsec",
"comment_id": null,
"datetime": 1503202010000,
"masked_author": "username_0",
"text": "Tracing through the change that had been made to Flask, this change will make Qira at least run correctly. However, the API used is still marked as deprecated so that would need to be updated at some point.\r\n\r\nRef #192",
"title": "multiple values for keyword argument 'log'",
"type": "issue"
},
{
"action": "created",
"author": "geohot",
"comment_id": 475483954,
"datetime": 1553226187000,
"masked_author": "username_1",
"text": "Fixed upstream :)",
"title": null,
"type": "comment"
}
] | 2 | 2 | 235 | false | false | 235 | false |
aws/aws-lambda-dotnet | aws | 233,903,649 | 129 | null | [
{
"action": "opened",
"author": "Kralizek",
"comment_id": null,
"datetime": 1496757983000,
"masked_author": "username_0",
"text": "I guess we all know the pain brought onto us by the poor versioning of the package NETStandard.Library 1.6.1. \r\n\r\nI know the latest versions of `Amazon.Lambda.Tools` solved it at deploy-time, but I wonder if there is a reason why the simple package version constraint wouldn't work?\r\n\r\nI am thinking of something like `<PackageReference Include=\"NETStandard.Library\" Version=\"[1.6.0]\" />` added to the package `Amazon.Lambda.Core`. This will give us an error at restore-time if we're using packages of newer runtimes.",
"title": "Solving the issue of NETStandard.Library 1.6.1",
"type": "issue"
},
{
"action": "created",
"author": "JNBarnes",
"comment_id": 306500835,
"datetime": 1496758790000,
"masked_author": "username_1",
"text": "IS this referencing the fact that deplying to AWS throws?:\r\n`Project is referencing NETStandard.Library version 1.6.1. Max version supported by netcoreapp1.0 is 1.6.0.`\r\n\r\nIf so, what is the solution? I have not been able to get it resolved.\r\n\r\nThanks,",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Kralizek",
"comment_id": 306567747,
"datetime": 1496771979000,
"masked_author": "username_0",
"text": "@username_1 I guess you have no other solution than using .NET Core 1.0 and therefore use the package (directly or indirectly) with the version 1.6.0.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "normj",
"comment_id": 313766260,
"datetime": 1499454080000,
"masked_author": "username_2",
"text": "That is an interesting idea. I was playing around with it and you really don't get a very helpful error messages. This is what I got when I tried it out.\r\n\r\n```\r\nPackage restore failed. Rolling back package changes for 'AWSLambda1'.\r\n```\r\n\r\nI'd rather give our messaging during deployment then get issues opened about why I can't restore a package.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "normj",
"comment_id": null,
"datetime": 1499454080000,
"masked_author": "username_2",
"text": "",
"title": null,
"type": "issue"
}
] | 3 | 5 | 1,265 | false | false | 1,265 | true |
aspnet/EntityFrameworkCore | aspnet | 346,117,446 | 12,852 | null | [
{
"action": "opened",
"author": "orobert91",
"comment_id": null,
"datetime": 1533031135000,
"masked_author": "username_0",
"text": "Given the following query:\r\n\r\n```\r\nvar inventorySummary = myContext.InventoryEntries\r\n .Include(ie => ie.PurchaseOrderItem).ThenInclude(poi => poi.PurchaseOrder)\r\n .Where(ie => new HashSet<Guid>() { new Guid(\"cdd40f38-d3ff-4d2f-be66-ace7f2090745\") }.Contains(ie.PurchaseOrderItem.PurchaseOrderId.Value))\r\n .GroupBy(ie => new { ie.Item, ie.Warehouse })\r\n .Select(g => new InventorySummaryEntry() {\r\n Entries = g.ToList()\r\n })\r\n .ToListAsync();\r\n```\r\n\r\nOne would expect that` Entries` contains` InventoryEntry` with their included` PurchaseOrderItem`, but they do not:\r\n\r\nAssert.NotNull(inventorySummary.Entries.First().PurchaseOrderItem) //Fails\r\n\r\n- Removing `GroupBy()` and `Select()` clause produces the expected result\r\n- Keeping `GroupBy(...)` but replacing `Where(...)` by simple equality (`.Where(ie => ie == new Guid(\"cdd40f38-d3ff-4d2f-be66-ace7f2090745\")`) also produces the expected result.",
"title": "Include() not working when filtered with Contains() and aggregating to list",
"type": "issue"
},
{
"action": "created",
"author": "ajcvickers",
"comment_id": 409689159,
"datetime": 1533150709000,
"masked_author": "username_1",
"text": "@username_2 to reference in 3.0 Include issue and respond to customer.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "smitpatel",
"comment_id": 409734349,
"datetime": 1533159864000,
"masked_author": "username_2",
"text": "```C#\r\nusing System;\r\nusing System.Collections.Generic;\r\nusing System.Linq;\r\nusing Microsoft.EntityFrameworkCore;\r\nusing Microsoft.Extensions.Logging;\r\n\r\nnamespace EFSampleApp\r\n{\r\n public class Program\r\n {\r\n public static void Main(string[] args)\r\n {\r\n using (var db = new MyContext())\r\n {\r\n // Recreate database\r\n db.Database.EnsureDeleted();\r\n db.Database.EnsureCreated();\r\n\r\n // Seed database\r\n db.Add(\r\n new InventoryEntry\r\n {\r\n Item = 1,\r\n Warehouse = 1,\r\n PurchaseOrderItem = new PurchaseOrderItem\r\n {\r\n PurchaseOrder = new PurchaseOrder\r\n {\r\n Id = new Guid(\"cdd40f38-d3ff-4d2f-be66-ace7f2090745\")\r\n }\r\n }\r\n }\r\n );\r\n\r\n db.SaveChanges();\r\n }\r\n\r\n using (var db = new MyContext())\r\n {\r\n // Run queries\r\n var inventorySummary = db.InventoryEntries\r\n .Include(ie => ie.PurchaseOrderItem)\r\n .ThenInclude(poi => poi.PurchaseOrder)\r\n .Where(ie => new HashSet<Guid>()\r\n {\r\n new Guid(\"cdd40f38-d3ff-4d2f-be66-ace7f2090745\")\r\n }\r\n .Contains(ie.PurchaseOrderItem.PurchaseOrderId.Value))\r\n .GroupBy(ie => new { ie.Item, ie.Warehouse })\r\n .Select(g => new\r\n {\r\n Entries = g//.ToList()\r\n })\r\n .ToList();\r\n\r\n Console.WriteLine(inventorySummary[0].Entries.First().PurchaseOrderItem.PurchaseOrder);\r\n }\r\n\r\n Console.WriteLine(\"Program finished.\");\r\n }\r\n }\r\n\r\n\r\n public class MyContext : DbContext\r\n {\r\n private static ILoggerFactory LoggerFactory => new LoggerFactory().AddConsole(LogLevel.Trace);\r\n\r\n // Declare DBSets\r\n public DbSet<Blog> Blogs { get; set; }\r\n public DbSet<InventoryEntry> InventoryEntries { get; set; }\r\n\r\n protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)\r\n {\r\n // Select 1 provider\r\n optionsBuilder\r\n .UseSqlServer(@\"Server=(localdb)\\mssqllocaldb;Database=_ModelApp;Trusted_Connection=True;Connect Timeout=5;ConnectRetryCount=0\")\r\n //.UseSqlite(\"filename=_modelApp.db\")\r\n //.UseInMemoryDatabase(databaseName: \"_modelApp\")\r\n .EnableSensitiveDataLogging()\r\n .UseLoggerFactory(LoggerFactory);\r\n }\r\n\r\n protected override void OnModelCreating(ModelBuilder modelBuilder)\r\n {\r\n // Configure model\r\n }\r\n }\r\n\r\n public class Blog\r\n {\r\n public int Id { get; set; }\r\n }\r\n\r\n public class InventoryEntry\r\n {\r\n public int Id { get; set; }\r\n public int Item { get; set; }\r\n public int Warehouse { get; set; }\r\n public PurchaseOrderItem PurchaseOrderItem { get; set; }\r\n }\r\n\r\n public class PurchaseOrderItem\r\n {\r\n public int Id { get; set; }\r\n public Guid? PurchaseOrderId { get; set; }\r\n public PurchaseOrder PurchaseOrder { get; set; }\r\n }\r\n\r\n public class PurchaseOrder\r\n {\r\n public Guid Id { get; set; }\r\n }\r\n}\r\n```\r\n\r\nApparently we fail to identify where to put Include in QueryModel.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "smitpatel",
"comment_id": 409734446,
"datetime": 1533159886000,
"masked_author": "username_2",
"text": "Related #12795",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Menighin",
"comment_id": 472001663,
"datetime": 1552397539000,
"masked_author": "username_3",
"text": "Just hit a similar problem. On the following query, the included `ScheduledStopActivity` and `ScheduledStopActivityTranslations` are `null` if I filter with the `Contains`. If not, they are defined:\r\n\r\n var entities = _context.DbScheduledStop.Include(o => o.ScheduledStopActivity).ThenInclude(s => s.ScheduledStopActivityTranslations)\r\n .Include(o => o.Vehicle).Include(o => o.Location)\r\n .Where(o => idList.Contains(o.TrainId))\r\n .ToList();\r\n\r\nChecking the query, there is no join for those entities.\r\n\r\nIs it the same problem? Is there a workaround for this?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "smitpatel",
"comment_id": 472075874,
"datetime": 1552408154000,
"masked_author": "username_2",
"text": "@username_3 - Can you file a new issue with repro code? Based on initial investigation done on this issue, it was caused because of GroupBy + Contains combination. Since you query does not contain GroupBy, it may be similar issue but with different root cause.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "dracan",
"comment_id": 475973135,
"datetime": 1553443698000,
"masked_author": "username_4",
"text": "I've just hit the same issue. I'm using `GroupJoin`. Works as expected if my query doesn't include `Contains`, however if I use contains, then navigation property is null.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "smitpatel",
"comment_id": null,
"datetime": 1574302178000,
"masked_author": "username_2",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "smitpatel",
"comment_id": 556839396,
"datetime": 1574302178000,
"masked_author": "username_2",
"text": "Won't fix as per #17068",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "kot-pilot",
"comment_id": 578086051,
"datetime": 1579863896000,
"masked_author": "username_5",
"text": "i have the same situation, include is ignored when filtering with 'contains' of some array/list\r\nlike \r\n\r\nvar entities=context.Items.Include(x=>x.SubItem).Where(x => statuses.Contains(x.Status)).ToList()\r\n\r\nMaybe it's already fixed? Or some workaround for that?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "zuckerthoben",
"comment_id": 678094475,
"datetime": 1597995570000,
"masked_author": "username_6",
"text": "Did you find a solution for the Include with contains problem? @username_5 @username_4 @username_3",
"title": null,
"type": "comment"
}
] | 7 | 11 | 6,150 | false | false | 6,150 | true |
opensheetmusicdisplay/opensheetmusicdisplay | opensheetmusicdisplay | 219,391,945 | 115 | null | [
{
"action": "closed",
"author": "sebastianhaas",
"comment_id": null,
"datetime": 1502863837000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 2 | 3 | 3,716 | false | true | 0 | false |
bensquire/php-image-optim | null | 293,931,412 | 9 | {
"number": 9,
"repo": "php-image-optim",
"user_login": "bensquire"
} | [
{
"action": "opened",
"author": "alexander-schranz",
"comment_id": null,
"datetime": 1517586377000,
"masked_author": "username_0",
"text": "fixes #8.\r\n\r\nMozJpeg can not be used on the same file as input and output so we need to create a temporarily file: https://github.com/mozilla/mozjpeg/issues/248",
"title": "Fix mozjpeg support",
"type": "issue"
},
{
"action": "created",
"author": "bensquire",
"comment_id": 377937014,
"datetime": 1522678124000,
"masked_author": "username_1",
"text": "and again, thanks for the commit!",
"title": null,
"type": "comment"
}
] | 2 | 2 | 193 | false | false | 193 | false |
michael-lazar/rtv | null | 72,059,531 | 98 | null | [
{
"action": "opened",
"author": "nedson",
"comment_id": null,
"datetime": 1430367993000,
"masked_author": "username_0",
"text": "My web browser (w3m) is not opened when I press o or enter.The link changes color, but nothing happens. I have confirmed that w3m is the default system browser - in fact, at the moment it is the only browser installed. \r\n\r\nAny suggestions? What am I missing?",
"title": "browser not opened when pressing enter or 'o'",
"type": "issue"
},
{
"action": "created",
"author": "michael-lazar",
"comment_id": 97664683,
"datetime": 1430370952000,
"masked_author": "username_1",
"text": "I don't think that the current implementation will work for terminal based browsers. What we're currently doing is opening a new subprocess in the background every time you press `o`. This allows you to open several tabs without having to block the RTV window and wait for the tabs to be closed. \r\n\r\nI think you raise a good point though, we really should support w3m and similar programs. For terminal browsers we would need to temporarily halt the curses program, similar to how the text editor currently works.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nedson",
"comment_id": 97832878,
"datetime": 1430406779000,
"masked_author": "username_0",
"text": "This would make sense since this is a terminal based Reddit app, I'm sure many folks spend a lot of time wrangling servers and would appreciate not having to open a browser to view an article.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "michael-lazar",
"comment_id": 102262357,
"datetime": 1431666875000,
"masked_author": "username_1",
"text": "Fixed in 1b6fed2. \r\n\r\nYou can now set a default browser using the ``$BROWSER`` variable. If ``$BROWSER`` points to a terminal-based application, or RTV detects that you are running without a display, it will attempt to open the browser inside of the terminal. Please let me know if this works out for you.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "michael-lazar",
"comment_id": null,
"datetime": 1431666875000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "nedson",
"comment_id": 102411238,
"datetime": 1431699421000,
"masked_author": "username_0",
"text": "Awesome!!!!! I'm getting it setup now...Thank you!~",
"title": null,
"type": "comment"
}
] | 2 | 6 | 1,319 | false | false | 1,319 | false |
Haehnchen/idea-php-toolbox | null | 237,374,326 | 69 | {
"number": 69,
"repo": "idea-php-toolbox",
"user_login": "Haehnchen"
} | [
{
"action": "opened",
"author": "CarsonF",
"comment_id": null,
"datetime": 1498001726000,
"masked_author": "username_0",
"text": "A real world example of this is with Flysystem. You pass in a handler object to [ `Filesystem::get()`](https://github.com/thephpleague/flysystem/blob/master/src/Filesystem.php#L359-L372) which is then populated and returned.\r\n```php\r\n$file = $filesystem->get('foo.txt', new File());\r\n```\r\n\r\n---\r\n\r\nOn a side note, I'm pretty confused on what's allowed in `PhpTypeProvider3#getType`.\r\n\r\nCan you use an method of the (sub)element given or are you restricted to only certain ones?\r\n\r\nLike `PhpReference` has `getFQN`, `resolveLocalType`, `resolveLocalType`, `resolveGlobal`, `getType`. Are all of these ok to use? or only some? Do none of these need the `PhpIndex`?",
"title": "Allow resolving parameter types from new expressions. `foo(new Bar())`",
"type": "issue"
},
{
"action": "created",
"author": "Haehnchen",
"comment_id": 310401421,
"datetime": 1498142569000,
"masked_author": "username_1",
"text": "merged :+1: \r\n\r\ni never tried `resolveLocal...` they are new since versions, by naming they are valid in this scope to me. i am just using: `getFQN`, `getType`, `getClassReferences`, `getTypes`.\r\n\r\nhttps://github.com/username_1/idea-php-phpunit-plugin/tree/master/src/de/espend/idea/php/phpunit/type will also help you to investigate allowed methods.",
"title": null,
"type": "comment"
}
] | 2 | 2 | 1,011 | false | false | 1,011 | true |
swapcoinz/swapcoinz-core | swapcoinz | 352,376,834 | 3 | null | [
{
"action": "opened",
"author": "RoyArends",
"comment_id": null,
"datetime": 1534823844000,
"masked_author": "username_0",
"text": "Users of your software that enable DNSSEC will not be able to validate DNS after October the 11th 2018.\n\nYour repository contains a unbound-anchor.c file without the new DNSSEC trust-anchors:\n\n\". IN DS 19036 8 2 49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5\\n\";\n\nIt should also include:\n\n\". IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D\\n\";\n\nMore information can be found at: https://www.icann.org/resources/pages/ksk-rollover\n\nPlease don’t hesitate to get in touch.\n\nWarmly,\n\nRoy Arends\nICANN",
"title": "please update root-zone trust-anchors in unbound-anchor.c file",
"type": "issue"
}
] | 1 | 1 | 547 | false | false | 547 | false |
emberjs/ember.js | emberjs | 179,890,176 | 14,375 | null | [
{
"action": "opened",
"author": "runspired",
"comment_id": null,
"datetime": 1475097003000,
"masked_author": "username_0",
"text": "I bumped into this bug while working to update smoke-and-mirrors and have isolated it to a replication here: https://ember-twiddle.com/8919375a62be789878e0c5162a97da84?openFiles=components.parent-component.js%2Ctemplates.components.child-component.hbs\r\n\r\nThis is a bug in two parts.\r\n\r\nThe setup for **part 1** is roughly this:\r\n\r\n- a parent has a child component\r\n- the child registers itself to the parent during the child's `init`\r\n- the parent updates a property that should reflected into the ui on the child during the parent's `didInsertElement`\r\n\r\nAt this point, the ui will silently fail to update. The update failure is expected for glimmer2, I'm not sure the silent part is, but we're updating from the parent's `didInsertElement` hook not the child's.\r\n\r\n**Part 2** is where this comes from occasional heisenbug to serious heisenbug for complex component setups.\r\n\r\n- schedule the same property update via `run.next` in `didInsertElement`\r\n- DO NOT remove the original property update.\r\n\r\nWhile this is a contrived example (the dev can see that they've set the property and then attempt to set it again identically within the `run.next`, it also exposes a common complexity, and the dev may not be able to see this so clearly in practice.\r\n\r\nUsing `run.next`, the UI state will still silently fail to update. Remove the initial (non `run.next`) set to see the state be correctly reflected into the ui.",
"title": "Glimmer2 render no-op heisenbug (with certainty)",
"type": "issue"
},
{
"action": "created",
"author": "Serabe",
"comment_id": 250305223,
"datetime": 1475097845000,
"masked_author": "username_1",
"text": "Thank you for the really well documented report!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "runspired",
"comment_id": 250324553,
"datetime": 1475103072000,
"masked_author": "username_0",
"text": "Per @krisselden this tracks to [this change](https://github.com/emberjs/ember.js/commit/1a5e9c4e4710da71ab6f283c04fc2b3dfb7b2b1b#diff-81a6bd748241dc482155a442e12bc32eR195) by @rwjblue to add support for multiple roots. There is a new plan in place for multiple roots so we should be able to both have multiple roots and not error silently here.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "chancancode",
"comment_id": null,
"datetime": 1475791122000,
"masked_author": "username_2",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "chancancode",
"comment_id": 252100704,
"datetime": 1475791122000,
"masked_author": "username_2",
"text": "Fixed in #14427",
"title": null,
"type": "comment"
}
] | 3 | 5 | 1,822 | false | false | 1,822 | false |
bazelbuild/rules_go | bazelbuild | 213,391,130 | 299 | null | [
{
"action": "opened",
"author": "jayconrod",
"comment_id": null,
"datetime": 1489164129000,
"masked_author": "username_0",
"text": "In the rest of the Bazel world, tests run in a sandbox which is logically similar to the project's root directory.\r\n\r\nIn the Go world, `go test` runs tests in their package directory.\r\n\r\nIn this set of rules `go_test` runs in a sandbox logically similar to the Bazel package where the test is declared.\r\n\r\nWe should provide a mechanism to support both the Bazel and Go conventions. We want to be able to import and test non-Bazel Go projects, but we also don't want to surprise people who are used to the way Bazel works with other languages.\r\n\r\nI propose adding a `rundir` attribute to the `go_test` rule which would provide some control. By default, this would be the project root directory (following Bazel convention). By default, Gazelle would set this to be the Go package directory, so that imported tests continue to work.\r\n\r\ncc @username_1 @rosun82",
"title": "Add options to go_test for controlling working directory",
"type": "issue"
},
{
"action": "created",
"author": "pmbethe09",
"comment_id": 285753545,
"datetime": 1489172059000,
"masked_author": "username_1",
"text": "That sounds like a good plan. gazelle should add 'test_style = \"Go\"', or whatever the flag look like, but leave alone any pre-existing go_test.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "jayconrod",
"comment_id": null,
"datetime": 1490219146000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
},
{
"action": "created",
"author": "jayconrod",
"comment_id": 288549903,
"datetime": 1490219146000,
"masked_author": "username_0",
"text": "Duplicate of #162",
"title": null,
"type": "comment"
}
] | 2 | 4 | 1,017 | false | false | 1,017 | true |
google/boardgame.io | google | 282,727,640 | 16 | null | [
{
"action": "opened",
"author": "ryanschneider",
"comment_id": null,
"datetime": 1513548187000,
"masked_author": "username_0",
"text": "I'm curious if you've thought about how to handle secret state like a deck to draw from and players hands? Perhaps using key pairs to encrypt/decrypt the state? For a deck, this would require a trusted server component that can decrypt, deal, and re-encrypt the deck state, but feels like an approach that works. \r\n\r\nI planned on using such an approach for a game I wanted to make using Firebase but never got around to building the backend (though I have an old iOS Swift 2 code base for the prototype client using Game Centers old pass and play system). it was basically Leterpress with Poker hands, perhaps I'll try porting it to this time permitting (but it needs secret state, hence my question).",
"title": "Secret state?",
"type": "issue"
},
{
"action": "created",
"author": "nicolodavis",
"comment_id": 352333404,
"datetime": 1513576755000,
"masked_author": "username_1",
"text": "Very good question.\r\n\r\nThis wasn't really on the roadmap for v1.0, but I think we should prioritize it. Maybe just have all secret information only on the server? A deck of cards could just show how many cards there are on the client (it doesn't really need anything else in order to render the deck).\r\n\r\nI don't see the value in encryption for this use case.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "a3qz",
"comment_id": 352334581,
"datetime": 1513577322000,
"masked_author": "username_2",
"text": "I have experimented with this a little bit in side projects, and the only approach to this that has seemed feasible to me other than \"trust your players not to dig into the javascript on your site to cheat\" is to, in multiplayer, assign each instance a unique identity and for items such as player's hands and the deck in card games, let the server handle what each player is given/can see. \r\n\r\nThis library seems at least for now more focused on running the whole game client side and like a more traditional board game, which makes the trust the player approach seem fairly reasonable.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ryanschneider",
"comment_id": 352467211,
"datetime": 1513612249000,
"masked_author": "username_0",
"text": "So, IMO, the main value of encryption is that the same state can continue to be seen and replicated by all parties, but the private parts would only be visible by those who have access.\r\n\r\nImagine this state object for a game of heads up Texas Holdem:\r\n\r\n```javascript\r\n{\r\n\tdeck: {\r\n\t\tcount: 42,\r\n\t\tencrypted_contents: \"encrypted w/ Server key\"\r\n\t},\r\n\tpot: 30,\r\n\tboard: [\"Ad\", \"3h\", \"2s\"]\r\n\tplayers: [\r\n\t\t{\r\n\t\t\thand: {\r\n\t\t\t\tcount: 5,\r\n\t\t\t\tencrypted_contents: \"encrypted w/ p1 key\"\r\n\t\t\t},\r\n\t\t\tchips: 200\r\n\t\t},\r\n\t\t{\r\n\t\t\thand: {\r\n\t\t\t\tcount: 5,\r\n\t\t\t\tencrypted_contents: \"encrypted w/ p2 key\"\r\n\t\t\t},\r\n\t\t\tchips: 270\r\n\t\t}\r\n\t]\r\n}\r\n```\r\n\r\nAnd then imagine a pure transform function `D(State, Keys...)` that decrypts `encrypted_contents` when it's valid for one of the keys passed in.\r\n\r\nP1's view of the State becomes `D(State, P1Key)`:\r\n\r\n```javascript\r\n{\r\n\tdeck: {\r\n\t\tcount: 42,\r\n\t\tencrypted_contents: \"encrypted w/ Server key\"\r\n\t},\r\n\tpot: 30,\r\n\tboard: [\"Ad\", \"3h\", \"2s\"]\r\n\tplayers: [\r\n\t\t{\r\n\t\t\thand: {\r\n\t\t\t\tcount: 5,\r\n\t\t\t\tencrypted_contents: \"encrypted w/ p1 key\",\r\n contents: [ \"As\", \"Kd\" ] // added by state xform function\r\n\t\t\t},\r\n\t\t\tchips: 200\r\n\t\t},\r\n\t\t{\r\n\t\t\thand: {\r\n\t\t\t\tcount: 5,\r\n\t\t\t\tencrypted_contents: \"encrypted w/ p2 key\"\r\n\t\t\t},\r\n\t\t\tchips: 270\r\n\t\t}\r\n\t]\r\n}\r\n```\r\n\r\nWhile P2's would be `D(State, P2Key)`:\r\n\r\n```javascript\r\n{\r\n\tdeck: {\r\n\t\tcount: 42,\r\n\t\tencrypted_contents: \"encrypted w/ Server key\"\r\n\t},\r\n\tpot: 30,\r\n\tboard: [\"Ad\", \"3h\", \"2s\"]\r\n\tplayers: [\r\n\t\t{\r\n\t\t\thand: {\r\n\t\t\t\tcount: 5,\r\n\t\t\t\tencrypted_contents: \"encrypted w/ p1 key\"\r\n\t\t\t},\r\n\t\t\tchips: 200\r\n\t\t},\r\n\t\t{\r\n\t\t\thand: {\r\n\t\t\t\tcount: 5,\r\n\t\t\t\tencrypted_contents: \"encrypted w/ p2 key\",\r\n contents: [ \"3d\", \"3c\" ] // added by state xform function\r\n\t\t\t},\r\n\t\t\tchips: 270\r\n\t\t}\r\n\t]\r\n}\r\n```\r\n\r\nAnd, if the server has access to the p1 and p2 keys, it would have a complete view of the plaintext state `D(State, [P1Key, P2Key, ServerKey])`:\r\n\r\n```javascript\r\n{\r\n\tdeck: {\r\n\t\tcount: 42,\r\n\t\tencrypted_contents: \"encrypted w/ Server key\",\r\n contents: [ /*...*/ ] // added by state xform function\r\n\t},\r\n\tpot: 30,\r\n\tboard: [\"Ad\", \"3h\", \"2s\"]\r\n\tplayers: [\r\n\t\t{\r\n\t\t\thand: {\r\n\t\t\t\tcount: 5,\r\n\t\t\t\tencrypted_contents: \"encrypted w/ p1 key\",\r\n contents: [ \"As\", \"Kd\" ] // added by state xform function\r\n\t\t\t},\r\n\t\t\tchips: 200\r\n\t\t},\r\n\t\t{\r\n\t\t\thand: {\r\n\t\t\t\tcount: 5,\r\n\t\t\t\tencrypted_contents: \"encrypted w/ p2 key\",\r\n contents: [ \"3d\", \"3c\" ] // added by state xform function\r\n\t\t\t},\r\n\t\t\tchips: 270\r\n\t\t}\r\n\t]\r\n}\r\n```\r\n\r\nLikewise there would be an encryption function `E(State, Keys...)` that removes `contents` and updates the `encrypted_contents` value as well, such that `E(D(State, Keys...), Keys...) == State`.\r\n\r\nThis implementation requires a trusted server. There are encryption models that don't (see: https://en.wikipedia.org/wiki/Mental_poker) however I think that's way outside the scope of a v1, where as I think something like the above could be on the v1.x roadmap.\r\n\r\nIf worried about cheating (and on any multiplayer game on the Internet you need to be), there are some other things to keep in mind if going down this route sounds interesting:\r\n\r\n- Which keys are valid for which parts of the state tree should also be defined somewhere (either in code or in a section only editable by the trusted server). This prevents a user from doing something crazy like encrypting the board w/ their key.\r\n- The encrypted contents should include the path to the contents (e.g. `players[0].hand`) to prevent copy attacks (otherwise a player could swap the deck and their hand when submitting, and the server might decrypt and re-encrypt).\r\n- Likewise you might want a nonce in the overall state (just a value that increases by 1 with each turn submission), and embed that in the encrypted contents as well, to prevent replay attacks (A player keeping his encrypted hand from 3 turns ago and then pasting it back in later). However, this requires then re-encrpyting w/ the new nonce on each submission.\r\n- These aren't high-value secrets, the keys just need to be big enough to prevent brute-forcing during a game (but keep in mind that a player could decrypt a game several months later with enough compute power to learn if you were bluffing in the final hand or not).\r\n- New keys should be used per game, and distributed at the start. Since there's already a trusted server required it should probably just generate the keys for each game and give them to the player outside of the state.\r\n\r\nAnyways, I think my key point is that cryptography would let a single state be shared by all players without giving all the players access to all the information, which IMO feels simpler and more in line w/ the React/Redux philosophies than trying to manage and merge different states per player in an adhoc way.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rgfoley",
"comment_id": 352559789,
"datetime": 1513631771000,
"masked_author": "username_3",
"text": "This seems really similar to the issue I submitted ( #23 ), so I guess I'll just share my opinion here. I think cryptography is overkill for the intended use-case. I think for most games, showing the client only the information it needs to know is a more accurate abstraction than cryptography.\r\n\r\nAs far as philosophy goes, I believe that for most multiplayer games the client state is essentially just a projection of a subset of the global state (the authoritative source). It seems like the cryptography approach effectively achieves the same goal, but I don't really see any tangible value it adds.\r\n\r\nIf the goal is a p2p approach, there still needs to be some master (or host, to use gaming terminology), so I'm having trouble seeing any unique benefit this confers.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "a3qz",
"comment_id": 352565067,
"datetime": 1513632975000,
"masked_author": "username_2",
"text": "I agree with @username_3, for the intended use case, an implementation of encryption would add overhead and complexity when really that kind of data is better off staying in an \"authoritative source\" and letting the server handle things that the player should not have access to. \r\n\r\nIn theory in a symmetric game with hidden areas, what the players have in their states would still follow the same structure, just it would represent different things, and would be interpreted by the server.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "w74",
"comment_id": 352825973,
"datetime": 1513703806000,
"masked_author": "username_4",
"text": "i say having \"hidden\" information is important (especially if we want demos as hidden role games are the easiest to program) but crypto is a little too much.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Kinrany",
"comment_id": 352873799,
"datetime": 1513714532000,
"masked_author": "username_5",
"text": "It would be nice to separate the game logic from the visibility logic.\r\n\r\nMaybe you could use something like GraphQL to specify the part of the game state that is available to each player?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "jmcshane",
"comment_id": 352939978,
"datetime": 1513734097000,
"masked_author": "username_6",
"text": "I want to echo @username_3 as I research how to use this library to implement a couple specific games I am interested in testing out. It would be great to have the game object have \"client\" plugins and \"server\" plugins to the game object, where the client plugin data goes to the browser based on a matching playerId of some sort and the server plugin data does not appear to any user.\r\n\r\nI'm definitely interested in contributing in this direction, but would like to hear more from @username_1 before proceeding.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nicolodavis",
"comment_id": 352964830,
"datetime": 1513745792000,
"masked_author": "username_1",
"text": "Some great ideas in here. Thanks for the discussion, guys!\r\n\r\nLet's start with something simple, and expand from there as we see use-cases that need them. There are two parts to what needs to happen for this feature to become a reality:\r\n\r\n## 1. Make the client-side code aware of who the current player is\r\n\r\nA simple prop to the returned React component on the client will do. In reality, the notion of a player needs to become a first-class citizen in the library.\r\n\r\n```\r\nReactDOM.render(<App gameid=\"...\" currentPlayer=\"...\" />, ...)\r\n```\r\n\r\n## 2. Defining areas of state that are private\r\n\r\nI actually think a simple object inside `G` that's reserved for players will do the trick.\r\n\r\n```\r\nG: {\r\n players: {\r\n 0: {...},\r\n 1: {...},\r\n 2: {...},\r\n }\r\n}\r\n```\r\n\r\nI've used `0`, `1` and `2` as keys here, but depending on what [1] does to how players are keyed, this will need to change accordingly. Whenever a `players` object is used inside `G`, the framework will know to delete all the keys that don't correspond to the current player before sending it over to the client.\r\n\r\n@username_6 Do you want to take a stab at this? I can take [1] if you want to do [2].",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nicolodavis",
"comment_id": 352970982,
"datetime": 1513748859000,
"masked_author": "username_1",
"text": "Good point. Actually there isn't a good story for that (yet).\r\n\r\nThe server currently merely relays information between clients, and doesn't really do much more. With #7 and other ideas in this space, we'll eventually need to have the server start being a \"player\", at which point the model we have here should fit naturally (with the syntax modified suitably).",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "ryanschneider",
"comment_id": 352971966,
"datetime": 1513749257000,
"masked_author": "username_0",
"text": "Maybe just a convention that player 0 is the game itself? If so maybe call\nit clients instead of players, and make the distinction between the server\n(which just relays messages), and the “game client” which is client 0 and\nhas access to the entire client state.\n\nI’m just spitballing I’m sure much better terms can be decided on.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Kinrany",
"comment_id": 352986197,
"datetime": 1513754804000,
"masked_author": "username_5",
"text": "Three other things:\r\n\r\n1. Sharing secret information. Games like Secret Hitler, or something with teams.\r\n\r\n2. Fog of war in a game with tiles, like Carcassonne.\r\n\r\n3. Would making information public (e.g. player's position on the board) mid-turn work fine?",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "amitport",
"comment_id": 352993149,
"datetime": 1513757159000,
"masked_author": "username_7",
"text": "This is one of the main use-cases I considered for cardforest.com, which was my attempt on making something very similar to boardgame.io (think boardgame.io + stackblitz) (a bit outdated) (not released)\r\n\r\nInstead of using redux (which wasn't really a thing when I started), I used a mutable state object that wrapped in a proxy that keeps track of changes (open source at https://github.com/CardForest/master-class). This makes writing the game logic a lot more natural. This also made it possible to write specialized serialization adapters that can decide how to serialize the changes/state for each player.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "Felizardo",
"comment_id": 353087536,
"datetime": 1513782424000,
"masked_author": "username_8",
"text": "@username_1 Definitively we are going to need one \"player\" to be the game itself. Specially when there is dice, we can model the dice being an action taken by this player.\r\n\r\nThe only thing to keep in mind, though, is that we shouldn't assume that this player must live in the server. If the person is playing a single player game, there should be no need to connect to the internet. Specially given efforts on Progressive Web Apps, which I want to explore, we could have an installed app that runs offline with AI and all.\r\n\r\nBut if it is a multiplayer game, we definitively want the server to be throwing the dices, keeping the secret state, etc...",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "rgfoley",
"comment_id": 353149415,
"datetime": 1513795710000,
"masked_author": "username_3",
"text": "I think a good starting point is to acknowledge the server as the golden source of state information for the game at any given time. From there, each player is given some filtered view of the state the corresponds to what they need to know. Using that information, the player dispatches actions that cause the state to change on the server and the cycle continues.\r\n\r\nFor games like chess, the server view and player view are the same thing, so no filtering is needed. For games like poker, the server should know both players' hands, but should only let a player see their own hand.\r\n\r\nThe downside of the approach mentioned by @username_1 is that you may want to broadcast some partial state (for example, the number of cards in the other player's hand), which makes having player-specific slices a bit difficult to work with.\r\n\r\nAnother challenge presented by this method is how to support team-oriented games. Imagine a card game consisting of two teams of two players. They cannot see the other team's cards, but they can see their partner's cards.\r\n\r\nEven more challenging would be state that is revealed only to certain players. Imagine a strategy game. Perhaps, by default, I cannot see another player's resources. If some kind of \"spy\" unit allows me to see that player's resources, how do I conditionally show that state?\r\n\r\nI think if we start to consider the myriad exceptions to each rule, the solution is to have a way \"hooks\" in the server logic to apply filtering rules to the global state. These \"hooks\" would amount to the business logic that make up the rules of a particular game. From there, we can use the method suggested by @username_1 to just have player-specific slices of state, and let the server worry about hydrating them with \"need-to-know\" information.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "amitport",
"comment_id": 353165993,
"datetime": 1513799650000,
"masked_author": "username_7",
"text": "@username_3 sorry for repeating the shameless plug (last time, I promise), but https://username_7.gitbooks.io/master-class/content/docs/serialization.html is a valid implementation for all the use cases you mention (not perfect, a bit out dated, but worth looking into).\r\n\r\nThe state object has a `snapshot` method that accepts a `mapper` function. The `mapper` is called on every property in the state object tree (deep properties), it has access to context (such as the property's location and schema options) and can map the property to something else (e.g., an object representing an hidden/partial/augmented state)\r\n(I can explain more, but I'm not sure if anyone cares :/ )",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nicolodavis",
"comment_id": 353240724,
"datetime": 1513823273000,
"masked_author": "username_1",
"text": "I think some sort of mapping function (a reducer, essentially) that takes the global state and provides a client specific view makes a lot of sense.\r\n\r\nThe filtering I suggested above based on the `players` object could be one such reducer that comes bundled with the library. The user is free to implement more complex ones for other game types.\r\n\r\nI need to think a bit more about the server as a player. I agree that this should not dilute the single player experience, which is important whole prototyping.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nicolodavis",
"comment_id": 353248231,
"datetime": 1513826599000,
"masked_author": "username_1",
"text": "@username_7 cardforest looks really neat, btw!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nicolodavis",
"comment_id": 353490397,
"datetime": 1513901852000,
"masked_author": "username_1",
"text": "Tracking effort in the space at https://github.com/google/boardgame.io/projects/4 if people are curious about the roadmap.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "nicolodavis",
"comment_id": 357026410,
"datetime": 1515697078000,
"masked_author": "username_1",
"text": "Closing this in favor of the one remaining item at #72",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "nicolodavis",
"comment_id": null,
"datetime": 1515697078000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 9 | 22 | 15,229 | false | false | 15,229 | true |
google/ExoPlayer | google | 381,007,067 | 5,107 | null | [
{
"action": "opened",
"author": "chakravarthidantu",
"comment_id": null,
"datetime": 1542260047000,
"masked_author": "username_0",
"text": "Before filing an issue:\r\n-----------------------\r\n- Search existing issues, including issues that are closed.\r\n- Consult our FAQs, supported devices and supported formats pages. These can be\r\n found at https://google.github.io/ExoPlayer/.\r\n- Rule out issues in your own code. A good way to do this is to try and\r\n reproduce the issue in the ExoPlayer demo app.\r\n- This issue tracker is intended for bugs, feature requests and ExoPlayer\r\n specific questions. If you're asking a general Android development question,\r\n please do so on Stack Overflow.\r\n\r\nWhen reporting a bug:\r\n-----------------------\r\nFill out the sections below, leaving the headers but replacing the content. If\r\nyou're unable to provide certain information, please explain why in the relevant\r\nsection. We may close issues if they do not include sufficient information.\r\n\r\n### Issue description\r\nHLS url is not playing in exo player, only audio is playing. Video track is not rendered.\r\n\r\n### Reproduction steps\r\nUse {\r\n \"name\": \"HLS Test\",\r\n \"uri\": \"http://vod.apsfl.co.in:8888/hls1/Teluguone/Seema_Simham/index.m3u8\"\r\n }\r\nin mediaexolist.json under HLS section and start playback.\r\n\r\n### Link to test content\r\nhttp://vod.apsfl.co.in:8888/hls1/Teluguone/Seema_Simham/index.m3u8\r\n\r\n### Version of ExoPlayer being used\r\n2.9.0\r\n\r\n### Device(s) and version(s) of Android being used\r\nTested on Android versions - 5.1, 7.0 and 8.0\r\n\r\n### A full bug report captured from the device\r\n[Exo_player_VOD_issue.txt](https://github.com/google/ExoPlayer/files/2583767/Exo_player_VOD_issue.txt)",
"title": "Unable to play HLS video in exoplayer, only audio no video.",
"type": "issue"
},
{
"action": "created",
"author": "ojw28",
"comment_id": 439900753,
"datetime": 1542635798000,
"masked_author": "username_1",
"text": "Note - More test streams are in the ref'd issue (which may or may not be exactly the same issue - it's worth checking those ones too).",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "tonihei",
"comment_id": 439907310,
"datetime": 1542637071000,
"masked_author": "username_2",
"text": "Could be that the ref'd issue is different after all. This stream (#5107) apparently doesn't detect a video track at all, whereas the other one (#5108) detects a track but only shows a black screen.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "chakravarthidantu",
"comment_id": 441377765,
"datetime": 1543075554000,
"masked_author": "username_0",
"text": "Do I have any update on this issue. We are eagerly waiting for your feedback.",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "AquilesCanta",
"comment_id": 441598431,
"datetime": 1543229674000,
"masked_author": "username_3",
"text": "It would seem to me that the video in [1] uses a stream type that we don't support. I'll mark as an enhancement and will have a look as soon as I have some time. @username_0 you are also welcome to send a pull request for adding support. \r\n\r\n[1] http://vod.apsfl.co.in:8888/hls1/Teluguone/Seema_Simham/index.m3u8",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "chakravarthidantu",
"comment_id": 441602605,
"datetime": 1543230587000,
"masked_author": "username_0",
"text": "Even though the stream type is not supported, at least video track should appear right. If video track is rendered and exo player dont have support for that format, I can understand, but how to solve video track issue.\r\n\r\nDo you have any solution to get video track to be rendered by exo player (even if playback fails).",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "ojw28",
"comment_id": null,
"datetime": 1599951306000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 4 | 7 | 2,618 | false | false | 2,618 | true |
dbuenzli/topkg | null | 367,718,855 | 133 | null | [
{
"action": "opened",
"author": "dbuenzli",
"comment_id": null,
"datetime": 1538993069000,
"masked_author": "username_0",
"text": "opam's dev decided to break the `opam-publish` workflow without notice. This prevents the current `topkg` from publishing anything to the OCaml `opam-repository`. \r\n\r\nAs far as I understand it's no longer possible to publish a directory with separate URIs and `descr` these have to be folded in the `opam` file and then this has to be `opam-publish`ed.\r\n\r\nSo the code for generating the package description [here](https://github.com/username_0/topkg/blob/master/src-bin/opam.ml#L21-L45) has to be adapted aswell as the invocation of `opam-publish` [here](https://github.com/username_0/topkg/blob/master/src-care/topkg_care_opam.ml#L21-L29).",
"title": "Support for opam-publish v2.0.0",
"type": "issue"
},
{
"action": "closed",
"author": "dbuenzli",
"comment_id": null,
"datetime": 1539531463000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 1 | 2 | 636 | false | false | 636 | true |
spring-cloud/spring-cloud-stream-binder-kafka | spring-cloud | 313,309,476 | 357 | null | [
{
"action": "opened",
"author": "danishgarg",
"comment_id": null,
"datetime": 1523451017000,
"masked_author": "username_0",
"text": "However, when using kafka streams binder, the binder automatically creates a -repartition topic because the serialization/deserialization code uses the **map** function on the stream. This marks the stream for re-partitioning and any subsequent group by operation done by client code results in creation of a repartition topic.\r\nThe use of Spring cloud stream should ideally be transparent and side effect free. Since there is no serialization/deserialization done by the framework when it comes to keys, there is a case to use **mapValues** instead of **map** when doing message value serialization/deserialization. This will prevent creation of any extra topics.",
"title": "Kafka streams binder creates a -repartition topic even though no key modifying operations are done by client code",
"type": "issue"
},
{
"action": "created",
"author": "sobychacko",
"comment_id": 380451148,
"datetime": 1523453218000,
"masked_author": "username_1",
"text": "@username_0 Thank you for reporting the issue. We will look into it soon. In the meantime, contributions are welcomed!",
"title": null,
"type": "comment"
},
{
"action": "created",
"author": "sabbyanandan",
"comment_id": 380465419,
"datetime": 1523455734000,
"masked_author": "username_2",
"text": "Hi, @username_0. Good write-up! Thanks for bringing it to our attention. Let us know if you have any other suggestions for improvements.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "sobychacko",
"comment_id": null,
"datetime": 1523475278000,
"masked_author": "username_1",
"text": "",
"title": null,
"type": "issue"
}
] | 3 | 4 | 918 | false | false | 918 | true |
riceissa/aiwatch | null | 360,687,211 | 7 | null | [
{
"action": "opened",
"author": "riceissa",
"comment_id": null,
"datetime": 1537138582000,
"masked_author": "username_0",
"text": "currently only positions with a non-NULL start date are shown",
"title": "Show positions with NULL start date in \"Full history of additions and subtractions\" table",
"type": "issue"
},
{
"action": "created",
"author": "riceissa",
"comment_id": 477392810,
"datetime": 1553731568000,
"masked_author": "username_0",
"text": "example of the problem is at https://orgwatch.issarice.com/?organization=Effective%20Altruism%20Foundation#full-history-of-additions-and-subtractions\r\n\r\ncurrently the last two rows look like:\r\n\r\n```\r\nDate | Number of positions | Number of positions added | Number of positions removed\r\n...\r\n2017-06-29 | 7 | 2 | -4\r\n2018-09-03 | 2 | 9 | -14\r\n```\r\n\r\nThis is unintuitive because one might think \"we started out with 7 positions, so how can 14 people leave at once?\" What's happening is that the people who got cleared from the page on that day were people who don't have a definite starting date, so they never appeared in the table when their positions were added.",
"title": null,
"type": "comment"
},
{
"action": "closed",
"author": "riceissa",
"comment_id": null,
"datetime": 1553731649000,
"masked_author": "username_0",
"text": "",
"title": null,
"type": "issue"
}
] | 1 | 3 | 724 | false | false | 724 | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.