k----n

Results 13 issues of k----n

### Bug/issue: - [x] Start playing the song - [x] Activate the repeat track function - [x] Click towards very end of the song - [x] Song will not repeat

hacktoberfest

The problem lies here: https://github.com/microsoft/ghcrawler/blob/0ac110780f4e8ec915dfb47f55e55cccf80892d7/lib/crawler.js#L30-L37 The path is not only `/orgList` https://github.com/microsoft/ghcrawler/blob/0ac110780f4e8ec915dfb47f55e55cccf80892d7/lib/crawler.js#L32 When reassigning `this.options.orgList`, `this.options.orgList.map(element => element.toLowerCase())` should be used and not `orgList.value.map(element => element.toLowerCase())`. https://github.com/microsoft/ghcrawler/blob/0ac110780f4e8ec915dfb47f55e55cccf80892d7/lib/crawler.js#L35

Here is some data that is gitter enriched for a pull request: ``` { "_index" : "gitter_enriched_raw", "_type" : "items", "_id" : "a9a4a861b3011c2bafdef977c72b205419449b4d", "_score" : 5.3138795, "_source" : { "metadata__updated_on"...

bug

It seems like ``` 2022-01-31 00:25:04,762 - grimoire_elk.elk - ERROR - Error enriching raw from gitter (https://gitter.im/angular/angular): Invalid IPv6 URL Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/grimoire_elk/elk.py", line 562, in...

bug

Here is the error: ``` 2022-01-30 04:53:17,513 - grimoire_elk.elk - ERROR - Error enriching raw from gitter (https://gitter.im/scala/scala): list index out of range Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/grimoire_elk/elk.py",...

bug

Rents have not been paid yet the message says "Well done! all rents are paid" ![image](https://user-images.githubusercontent.com/9467666/197375172-99eee68f-9e95-4c1d-85f4-72f258cbbab1.png)

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Open file 2. Select the `LightReference_BP.uasset` file Asset copy...

**How can you extract the package_dict from a single .uasset file?** The .uasset file lives in a path like: `/SpaceTradingShooter/Content/Blueprints/AI/BB_AI_Ship.uasset` This is related to #11 which writes: Use LegacyPackageReader directly...