__label__bug "A porta de acesso ao servidor não é mostrada corretamente na página 'latest news' Ao acessar a página inicial ou a página 'latest news' no menu à esquerda, pode-se ver o campo 'featured article', o qual contém informações como IP e porta do servidor e versão do 'client' a ser utilizado. A porta, no entanto, é sempre mostrada como 7171 independentemente da escolhida no arquivo de configuração do servidor." __label__bug "scala presentation compiler Scala presentation compiler can only be accessed on designated thread. This crash is easily reproducible for me if I select a name in any nontrivial piece of code. `````` ____ _ / ___|___ | |__ _ __ __ _ TM | | / _ \| '_ \| '__/ _` | | |__| (_) | |_) | | | (_| | \____\___/|_.__/|_| \__,_| ________________________________________ | version 1.0.5 - (c) 2016 Martin Ring | [INFO] [06/23/2016 10:37:09.033] [scratch-akka.actor.default-dispatcher-3] [scratch] serving presentation from /Users/psp/scratch/cobra-scratch/scratch [INFO] [06/23/2016 10:37:09.034] [scratch-akka.actor.default-dispatcher-3] [scratch] server is listening on localhost:8080 [INFO] [06/23/2016 10:37:10.300] [scratch-akka.actor.default-dispatcher-8] [scratch] initializing new scala document 'code_snippet_1' [ERROR] [06/23/2016 10:37:15.677] [scratch-akka.actor.default-dispatcher-14] [akka.actor.LocalActorRefProvider(akka://scratch)] guardian failed, shutting down system java.lang.AssertionError: assertion failed: Race condition detected: You are running a presentation compiler method outside the PC thread.[phase: ] Please file a ticket with the current stack trace at https://www.assembla.com/spaces/scala-ide/support/tickets at scala.tools.nsc.interactive.Global.assertCorrectThread(Global.scala:537) at scala.reflect.internal.Symbols$Symbol.rawInfo(Symbols.scala:1590) at scala.reflect.internal.Symbols$Symbol.signatureString(Symbols.scala:2676) at scala.reflect.internal.Symbols$Symbol.defString(Symbols.scala:2724) at scala.reflect.internal.TypeDebugging$$anonfun$typeParamsString$1.apply(TypeDebugging.scala:149) at scala.reflect.internal.TypeDebugging$$anonfun$typeParamsString$1.apply(TypeDebugging.scala:149)``` `````` " __label__bug "Failed to create an external role because the URL validation is incorrect According to the [API Reference](https://personium.github.io/en/apiref/1.5.8/245_Create_External_Role.html), the External Role Name (URL) is at most contains 6 slashes (""/""). https://{UnitFQDN}/{CellName}/__role/__/{ExtRoleName} Function [externalRole.prototype.getExternalRoleInfo](https://github.com/dixonsiu/app-uc-unit-manager/blob/master/src/js/externalRole.js#L172) must be fixed. " __label__bug support inline image link bot unsupport inlink image link for example: use inlint bot [@bold](https/t.me/bold) send custom markdown `[image](https://avatars.githubusercontent.com/u/0)` __label__bug "I have 0 idea on what is going on other than its very interesting(Observing bug) So I was observing a game that just finished then got pulled into another one and was being pulled back and forth between the two. Don't know what I did to get this but it happened. Console was also normal, didn't show anything. ![movies tv 12_31_2017 5_48_39 am](https://user-images.githubusercontent.com/22626084/34462060-0a26bf70-edf0-11e7-94e9-bbaa65c010ce.gif) " __label__bug """Link Accounts"" option does not render correctly server side The ""Link Accounts"" option - that is displayed on the profile page when a user is signed in - does not show linked accounts when rendered with server side rendering. This should be updated to show how to achieve the same functionality rendering both client and server side pages. There are multiple different ways to achieve this." __label__bug "Moving payments between cars If a user wants to move an online payment to a different car, we currently don't have the GUI for that even though the database update is super simple. " __label__bug "Add ability to use PIDs of existing objects Providing a full pid in the `-n` option will ingest an object with that PID; if an object with that PID already exists, the operation is skipped and logged. Problem/bug is, we can only provide a single PID in `-n`, and there could be many object input directories. So we need a way to get PIDs for every object in the input directory. Work in #5 will let us get a PID from the FOXML, if it is present in the input directory (currently under development). Perhaps we can provide an option indicating that the object input directory encodes the pid. Of course, there are some characters that may exist in PIDs that you don't want in directory names, e.g., `:` on Windows), so they should be URL-encoded. " __label__bug "High DPI scaling is off I'm using a Surface Pro 2 connected to an external 1920x1080 display. Some text looks really small since it isn't being scaled properly. ![pic](https://cloud.githubusercontent.com/assets/741153/7991572/f51c7796-0aad-11e5-85e7-f88b353b4e76.png) " __label__bug "Issue triggering old pre-compiled synthdefs in v3.9 I tried to throw `v3.9-beta1` into Sonic Pi but ran into an issue triggering the pre-compiled synthdefs. This behaviour can be reproduced with vanilla SuperCollider: ``` s = Server.new s.boot // s.sendMsg( '/d_loadDir', ""/Users/sam/Development/sonic-pi/etc/synthdefs/compiled/tmp/"" ); s.sendMsg(""/s_new"", ""sonic-pi-beep"", x = s.nextNodeID, 1, 1); ``` Where the `tmp` directory contains a single synthdef: https://github.com/samaaron/sonic-pi/blob/master/etc/synthdefs/compiled/sonic-pi-beep.scsyndef EDIT (Brian): v1 file here: https://github.com/samaaron/sonic-pi/blob/36496b69e7e821562c6608a276b4536229d38250/etc/synthdefs/compiled/sonic-pi-beep.scsyndef The behaviour I observe is that scsynth silently dies when attempting to trigger the synthdef. This may be because support for the older synthdef byte code has been deprecated? Sonic Pi's synthdefs are compiled with Overtone, which hasn't yet been updated to support the latest byte code format. If support for older synthdefs has been deprecated, it would be nice for SuperCollider to not silently die and instead print a warning explaining that the older byte code format has been deprecated - it should also probably listed as a breaking change in the release notes :-) " __label__bug "Error 500 when visiting /notifications ``` [2018-01-03T17:28:37] INFO PID-7302 TID-23392020 Rails: Started GET ""/notifications"" for X.X.X.X at 2018-01-03 17:28:37 +0100 [2018-01-03T17:28:37] INFO PID-7302 TID-23392020 ActionController::Base: Processing by NotificationsController#index as HTML [2018-01-03T17:28:37] INFO PID-7302 TID-23392020 ActionController::Base: Completed 500 Internal Server Error in 392ms (ActiveRecord: 110.2ms) [2018-01-03T17:28:37] FATAL PID-7302 TID-23392020 Rails: [2018-01-03T17:28:37] FATAL PID-7302 TID-23392020 Rails: ActionView::Template::Error (invalid date): [2018-01-03T17:28:37] FATAL PID-7302 TID-23392020 Rails: 11: .media-object.pull-left 12: = person_image_link note.actors.first, :size => :thumb_small, :class => 'hovercardable' 13: .media-body 14: = notification_message_for(note) 15: %div 16: = timeago(note.updated_at) [2018-01-03T17:28:37] FATAL PID-7302 TID-23392020 Rails: [2018-01-03T17:28:37] FATAL PID-7302 TID-23392020 Rails: app/helpers/notifications_helper.rb:93:in `strptime' app/helpers/notifications_helper.rb:93:in `locale_date' app/helpers/notifications_helper.rb:50:in `opts_for_birthday' app/helpers/notifications_helper.rb:20:in `object_link' app/helpers/notifications_helper.rb:77:in `notification_message_for' app/views/notifications/_notification.haml:14:in `_app_views_notifications__notification_haml___3417256652389374919_83805620' app/views/notifications/index.html.haml:71:in `block (2 levels) in _app_views_notifications_index_html_haml___1645221757046757183_94675240' app/views/notifications/index.html.haml:70:in `each' app/views/notifications/index.html.haml:70:in `block in _app_views_notifications_index_html_haml___1645221757046757183_94675240' app/views/notifications/index.html.haml:58:in `each' app/views/notifications/index.html.haml:58:in `_app_views_notifications_index_html_haml___1645221757046757183_94675240' ``` @Rete2 maybe you want to have a look at that?" __label__bug The reset view button is not working in the Explorer The Location Widget's reset button should reset the view to north-up and nadir. __label__bug "MDC Select floating label overflows to top ### What MDC-Web Version are you using? 0.0.27 ### What browser(s) is this bug affecting? Chrome (also others I guess) ### What OS are you using? Mac ### What are the steps to reproduce the bug? 1. Create a select box with very small options e.g. `Opt1, Opt2, Opt3` 2. Put the surface label bigger than options length e.g. `Select an option` 3. When selection an option in browser, notice that floating label is broken ### What is the expected behavior? If the floating label is quite big to display, may be add ellipses to it. ### What is the actual behavior? The text overflows out of the select viewport " __label__bug Unable to easily reset view to north-up and nadir - [ ] The [R] key should reset the view - [ ] The reset button associated with the Location Widget should reset the view __label__bug "Ram percentage higher than 100% System stats: PHP 5.6.12 Win 10 v. 1703 (OS Build 15063.674) CPU: Ryzen 1700 32 GB Ram ![image](https://user-images.githubusercontent.com/30420691/31829275-643fade2-b582-11e7-823b-e80d7e44529b.png) CPU seems correct, ping seems correct, uptime is stuck at 0, RAM is over 100% " __label__bug Make Contr. color same as game chat make them same yollowy orange pls __label__bug Player profiles should be deleted when an account is banned or deleted @jbasrai if you're interested grab it if not I can do it when I get around to it I'm sure. __label__bug unární mínus dodělat nefungují záporné hodnoty __label__bug "Setting restricted to a numeric range doesn't restrict when changed and changed again After atom/atom#6526 is merged, this can be tested with the following steps: 1. Open Settings View 2. Move to ""Font Size"" field 3. Add three zeros 4. Wait for the value to change to 100 5. Add three zeros again **Expected:** Atom to change the value in the text field back to 100 **Actual:** Atom leaves the bad value in the text field (though the good value of 100 in the `config.cson` is saved) I haven't yet been able to find another setting that has a numeric range with a maximum value. " __label__bug ETCD configuration problem ``` # etcdctl cluster-health cluster may be unhealthy: failed to list members Error: client: etcd cluster is unavailable or misconfigured error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused ``` __label__bug "v16: KeyError: 0 in get_head_blob_hash for old failed downloads ## The Issue Noticed this issue while starting up the latest version of the daemon. I have an older install, so it looks like it tries to start some previously uncomplete/failed downloads while iterating through my claims. This could be part of a bigger issue, I'll see if I can get it to reproduce in other ways. Couple examples where this happens are in the logs at the end. ### Steps to reproduce 1. Start Daemon 2. Check logs for errors 3. See Key error after previously failed downloads try to start. ### Expected behaviour Error more gracefully? ### Actual behaviour KeyError ## System Configuration - LBRY Daemon version: 0.16RC1 - LBRY App version: 0.16RC1 - LBRY Installation ID: - Operating system: Windows ## Anything Else ``` 2017-09-19 09:47:51,891 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://battlefront-ii-storytrailer (5c3d3c) is finished 2017-09-19 09:47:51,904 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://hitmans-bodyguard-trailer (3303b0) is running 2017-09-19 09:47:51,914 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://thelovewitch-trailer (59edac) is finished 2017-09-19 09:47:51,964 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://bellflower-trailer (618fbb) is finished 2017-09-19 09:47:51,986 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://itsadisaster-threesome (395066) is finished 2017-09-19 09:47:51,987 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://jinglebellrocks-trailer (224aa1) is finished 2017-09-19 09:47:52,009 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://pub (57fdb5) is finished 2017-09-19 09:47:52,025 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://lbryscrreen1 (2dab0b) is finished 2017-09-19 09:47:52,072 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://lbryscrreen1 (2dab0b) is finished 2017-09-19 09:47:52,082 INFO lbrynet.core.client.ConnectionManager:42: Connection Manager The Hitman’s Bodyguard - Redband Trailer (2017).mp4 initialized 2017-09-19 09:47:52,084 INFO lbrynet.core.client.ConnectionManager:42: Connection Manager 1 - 'Fear the Boom and Bust' - Keynes vs. Hayek Rap Battle.mp4 initialized 2017-09-19 09:47:52,099 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://kedi-trailer (5731e9) is stopped 2017-09-19 09:47:52,114 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://kedi-trailer (5731e9) is stopped 2017-09-19 09:47:52,142 CRITICAL twisted:154: Unhandled error in Deferred: 2017-09-19 09:47:52,144 CRITICAL twisted:154: Traceback (most recent call last): File ""site-packages\twisted\internet\defer.py"", line 1299, in _inlineCallbacks File ""site-packages\lbrynet\core\client\BlobRequester.py"", line 70, in get_new_peers_for_head_blob File ""site-packages\lbrynet\core\client\DownloadManager.py"", line 103, in get_head_blob_hash KeyError: 0 2017-09-19 09:47:52,150 CRITICAL twisted:154: Unhandled error in Deferred: 2017-09-19 09:47:52,150 CRITICAL twisted:154: Traceback (most recent call last): File ""site-packages\twisted\internet\defer.py"", line 1299, in _inlineCallbacks File ""site-packages\lbrynet\core\client\BlobRequester.py"", line 70, in get_new_peers_for_head_blob File ""site-packages\lbrynet\core\client\DownloadManager.py"", line 103, in get_head_blob_hash KeyError: 0 ``` ``` 2017-09-19 09:47:52,316 INFO lbrynet.core.client.ConnectionManager:42: Connection Manager 04 - Casually Explained - How to Make a S̶̷̶u̶̷̶c̶̷̶c̶̷̶e̶̷̶s̶̷̶s̶̷̶f̶̷̶u̶̷̶l YouTube Channel.mp4 initialized 2017-09-19 09:47:52,319 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://wonderwoman (cafe79) is finished 2017-09-19 09:47:52,331 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://linked-ep5 (8abb1d) is finished 2017-09-19 09:47:52,357 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://itsadisaster-sd (620a0d) is finished 2017-09-19 09:47:52,358 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://webpagetest1 (860df8) is finished 2017-09-19 09:47:52,362 CRITICAL twisted:154: Unhandled error in Deferred: 2017-09-19 09:47:52,364 CRITICAL twisted:154: Traceback (most recent call last): File ""site-packages\twisted\internet\defer.py"", line 1299, in _inlineCallbacks File ""site-packages\lbrynet\core\client\BlobRequester.py"", line 70, in get_new_peers_for_head_blob File ""site-packages\lbrynet\core\client\DownloadManager.py"", line 103, in get_head_blob_hash KeyError: 0 2017-09-19 09:47:52,394 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://three-2 (a87310) is finished 2017-09-19 09:47:52,430 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://bellflower (d3fb4a) is finished 2017-09-19 09:47:52,444 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://itsadisaster-trailer (c7e6d3) is finished 2017-09-19 09:47:52,460 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://ucb--TvGZVGAFEY (f97e0b) is finished 2017-09-19 09:47:52,466 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://rare-exports (3ac065) is running 2017-09-19 09:47:52,480 INFO lbrynet.core.client.ConnectionManager:42: Connection Manager RareExports_Oscilloscope_LBRY.mp4 initialized 2017-09-19 09:47:52,496 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://ucb-iC-NIQmjyBw (b2d739) is finished 2017-09-19 09:47:53,085 CRITICAL twisted:154: Unhandled error in Deferred: 2017-09-19 09:47:53,085 CRITICAL twisted:154: Traceback (most recent call last): File ""site-packages\twisted\internet\defer.py"", line 1299, in _inlineCallbacks File ""site-packages\lbrynet\core\client\BlobRequester.py"", line 70, in get_new_peers_for_head_blob File ""site-packages\lbrynet\core\client\DownloadManager.py"", line 103, in get_head_blob_hash KeyError: 0 2017-09-19 09:47:53,104 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://ucb-WtrLpRZv8qg (ac3d09) is finished ``` ``` 2017-09-19 09:47:53,115 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://bladerunner2049-trailer (e7e40a) is running 2017-09-19 09:47:53,115 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://3047760w (fef2f6) is finished 2017-09-19 09:47:53,118 INFO lbrynet.core.client.ConnectionManager:42: Connection Manager Blade Runner 2049 - Official Trailer (2017 Release).mp4 initialized 2017-09-19 09:47:53,118 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://tomtestpub001 (4401a1) is finished 2017-09-19 09:47:53,148 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://skylabrecords (4b8f4c) is finished 2017-09-19 09:47:53,164 CRITICAL twisted:154: Unhandled error in Deferred: 2017-09-19 09:47:53,164 CRITICAL twisted:154: Traceback (most recent call last): File ""site-packages\twisted\internet\defer.py"", line 1299, in _inlineCallbacks File ""site-packages\lbrynet\core\client\BlobRequester.py"", line 70, in get_new_peers_for_head_blob File ""site-packages\lbrynet\core\client\DownloadManager.py"", line 103, in get_head_blob_hash KeyError: 0 2017-09-19 09:47:53,180 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://sl-cIGaEBWcJ5w (8461b4) is stopped 2017-09-19 09:47:53,194 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://sl-cIGaEBWcJ5w (8461b4) is stopped 2017-09-19 09:47:53,203 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://sl-cIGaEBWcJ5w (8461b4) is finished 2017-09-19 09:47:53,232 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://sl-cIGaEBWcJ5w (8461b4) is finished ``` ``` 2017-09-19 09:47:53,963 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://boomandbust (fe94ab) is running 2017-09-19 09:47:53,966 INFO lbrynet.core.client.ConnectionManager:42: Connection Manager 1 - 'Fear the Boom and Bust' - Keynes vs. Hayek Rap Battle.mp4 initialized 2017-09-19 09:47:53,971 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://re-3kPfCEo5Wgw (6e5c8c) is finished 2017-09-19 09:47:54,000 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://tjm-G1SdCNdPDL8 (83fe62) is finished 2017-09-19 09:47:54,013 CRITICAL twisted:154: Unhandled error in Deferred: 2017-09-19 09:47:54,013 CRITICAL twisted:154: Traceback (most recent call last): File ""site-packages\twisted\internet\defer.py"", line 1299, in _inlineCallbacks File ""site-packages\lbrynet\core\client\BlobRequester.py"", line 70, in get_new_peers_for_head_blob File ""site-packages\lbrynet\core\client\DownloadManager.py"", line 103, in get_head_blob_hash KeyError: 0 2017-09-19 09:47:54,032 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://coloradobridge (2657d5) is finished 2017-09-19 09:47:54,043 INFO lbrynet.file_manager.EncryptedFileDownloader:32: lbry://samhyde2070 (78b1c9) is finished ``` ## Screenshots " __label__bug "v4.4.3 最后一个配置文件被buttom bar(?)遮住了 Please read FAQ then answer these questions before submitting your issue. Thanks! ### Environment * Android version: Android O (OPM1.171019.011) * Device: Nexus 6P * Shadowsocks version: v 4.4.3 * Last version that did not exhibit the issue (if applicable): ### Configuration _Put an `x` inside the [ ] that applies._ * [ x] IPv4 server address * [ ] IPv6 server address * [x ] Client IPv4 availability * [ ] Client IPv6 availability * Encrypt method: * Route * [ x] All * [ ] Bypass LAN * [ ] Bypass China * [ ] Bypass LAN & China * [ ] GFW List * [ ] China List * [ ] Custom rules * [ ] IPv6 route * [ ] Apps VPN mode * [ ] Bypass mode * Remote DNS: 8.8.8.8 * [x ] DNS Forwarding * Plugin configuration (if applicable): * [x ] Auto Connect * [ ] TCP Fast Open * If you're not using VPN mode, please supply more details here: ### What did you do? 添加多个配置文件 ### What did you expect to see? 配置文件能全部展现 ### What did you see instead? 最后一个配置文件被buttom bar(还是navigation bar ?)遮住。向上拉也不能完全展示 " __label__bug 固件升级-安装按钮字体待调整 显示字体极小 __label__bug "[4.0.0-beta.7] Reloading in deep component leads to reloading the whole state (root component) I have pretty big project with a lot of decorators. In v3 reloading in a deep and independent component leaded to reload only that component. Now if I reload `