text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">If you initialize a <code class="notranslate">CounterVectorizer</code> and try to perform a transformation without training you will get a <code class="notranslate">NotFittedError</code> exception.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" da... | <p dir="auto">Before some recent changes, CountVectorizer raised a cryptic error when a given vocabulary that was not unique. Now, the code that led to this error is gone, and a non-unique vocabulary can slip in. Sometimes this is fine (I assume. My code works at least.). Sometimes I get a segfault. I've narrowed it do... | 0 |
<p dir="auto">Powertoys 0.13.0<br>
W10 version: 10. 0.18362.145</p>
<p dir="auto">Description:<br>
Powertoys decides that the user has held down a modifier to invoke Fancyzone switching and does not let up, even when nothing is being held down.</p>
<p dir="auto">affected keys are the number row. i.e.<br>
1!2@3#4$5%6^7&... | <h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Provide a description of the new feature</h2>
<p dir="auto"><em>What is the expected behavior of the proposed feature? What is the scenario this would be used?</em></p>
... | 0 |
<p dir="auto">GitHub issues are for bugs / installation problems / feature requests.<br>
For general support from the community, see <a href="https://stackoverflow.com/questions/tagged/tensorflow" rel="nofollow">StackOverflow</a>.<br>
To make bugs and feature requests more easy to find and organize, we close issues tha... | <p dir="auto">The link <a href="https://www.tensorflow.org/versions/tensorboard/README.html" rel="nofollow">https://www.tensorflow.org/versions/tensorboard/README.html</a> for README file in <a href="https://www.tensorflow.org/versions/master/how_tos/summaries_and_tensorboard/index.html" rel="nofollow">tensorboard</a> ... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=yeecn" rel="nofollow">CN Yee</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5404?redirect=false" rel="nofollow">SPR-5404</a></strong> and commented</p>
<p dir="auto">Spring beans are not available within <code cla... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen" rel="nofollow">Sam Brannen</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4072?redirect=false" rel="nofollow">SPR-4072</a></strong> and commented</p>
<p dir="auto">AbstractTestNGSpringContextTests's spri... | 1 |
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>yes</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>>4.0.3</td>
</tr>
</tbo... | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>yes</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.4</td>
</tr>
</tbody>
</... | 1 |
<ul dir="auto">
<li>Electron Version: 2.0.0</li>
<li>Operating System (Platform and Version): windows 8.1</li>
<li>Last known working Electron version: none</li>
</ul>
<p dir="auto"><strong>Expected Behavior</strong><br>
I create a browerwindow with frame: false and transparent: true, when i use maximize(), i need the ... | <p dir="auto">Currently, the <em>bluetooth-select-device</em> event is within the main process. If the user wants to mimick standard WebBluetooth behavior, the renderer process needs to display a dialog.</p>
<p dir="auto">Also, receiving a long list of devices (with many duplicates!) is not user-friendly. The user need... | 0 |
<p dir="auto">Abstract and concrete parametric types can inherit from other parametric types with contradictory type constraints for example:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> abstract type A{T<:Int}... | <p dir="auto">Suppose we have the following definitions</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#type this into session 1
abstract Domain{T<:Number}
immutable Interval{T} <: Domain{T}
a::T
b::T
end"><pre ... | 1 |
<p dir="auto">I've reported this problem before on discourse but apparently I didn't file an issue, and the fix was not included in 0.5.1. There is a performance bug in 0.5.0, and also now in 0.5.1, with arrays that have 6 or more subscripts. The bug is fixed in 0.4.7 and was also fixed in 0.6.0 last time I checked. ... | <p dir="auto">A few months back, I reported on discourse that arrays with 5 or more subscripts have severe performance problems in 0.5.0. This has apparently still not been fixed in 0.5.0 (although it is fixed in 0.6.0). I've noticed on github that several important packages are preparing to drop 0.4 support. If the... | 1 |
<p dir="auto">In button-groups.less we have a style to stick grouped buttons together:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=".btn-group > .btn + .btn {
margin-left: -1px;
}"><pre class="notranslate"><code class="notranslate">.btn... | <p dir="auto"><a href="http://jsfiddle.net/JEBdk/5/" rel="nofollow">http://jsfiddle.net/JEBdk/5/</a></p>
<p dir="auto">tooltip or popover on btn-group. the btn-group is not display correctly!<br>
the last btn have not round corners and between the btn's is a space.</p>
<p dir="auto">my suggestion, by generating the tip... | 1 |
<h4 dir="auto">Challenge Name</h4>
<p dir="auto">All challenges</p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">Cursor appears in the position a user clicks. But when a keyboard button is pressed, the curser jumps one line down. In the linked video I press "enter".</p>
<p dir="auto"><a href="https://dl.dropbox... | <p dir="auto">In all the exercises, we the users are forced to press the enter key before writing any code.</p>
<hr>
<h4 dir="auto">Update:</h4>
<p dir="auto">We have locked the conversation temporarily on this thread to collaborators only, this has been resolved in staging, and will be live soon.</p>
<p dir="auto">The... | 1 |
<h3 dir="auto">Official Helm Chart version</h3>
<p dir="auto">1.7.0 (latest released)</p>
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.3.1</p>
<h3 dir="auto">Kubernetes Version</h3>
<p dir="auto">1.23.10</p>
<h3 dir="auto">Helm Chart configuration</h3>
<div class="snippet-clipboard-content notranslate pos... | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.2.5</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">This is a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1187998885" data-permission-text="Title is private" data-url="https://github.com/apache/airflow/is... | 0 |
<p dir="auto">all.bash runs with test -short. However, sometimes non-short tests break. See e.g. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="68470758" data-permission-text="Title is private" data-url="https://github.com/golang/go/issues/10455" data-hovercard-type="issue" data-hov... | <p dir="auto">The builders run the -short tests. However, we've seen non-short tests fail in the past. It'd be good for at least one builder somewhere on at least one arch/os to run the full suite.</p>
<p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bradfitz/ho... | 1 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">iss... | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><inpu... | 0 |
<p dir="auto">As <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="256206011" data-permission-text="Title is private" data-url="https://github.com/pallets/flask/issues/2468" data-hovercard-type="issue" data-hovercard-url="/pallets/flask/issues/2468/hovercard" href="https://github.com/p... | <p dir="auto">The link <a href="http://flask.pocoo.org/docs/0.12/.latex/Flask.pdf" rel="nofollow">http://flask.pocoo.org/docs/0.12/.latex/Flask.pdf</a> referenced from <a href="http://flask.pocoo.org/" rel="nofollow">http://flask.pocoo.org/</a> is broken.</p> | 0 |
<ul dir="auto">
<li>Electron version: 0.37.5</li>
<li>Operating system: Linux</li>
</ul>
<p dir="auto">We recently switched to Electron 0.37.5 for VS Code and changed our build scripts to replace ffmpeg with the version you guys offer as separate download. Our understanding is that this version is built with the target... | <ul dir="auto">
<li>Electron version: all</li>
<li>Operating system: Linux</li>
</ul>
<p dir="auto">The library in the electron binaries archive is stripped. Download electron-v0.37.2-linux-x64.zip and ffmpeg-v0.37.2-linux-x64.zip. Extract both archive and check the libffmpeg.so. In the electron archive it is stripped,... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="c... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | 0 |
<p dir="auto"><strong>Current behavior</strong><br>
Within a form which (by error) contains two inputs fields with the same "name" attribute value (firstName is this case) Angular binds all the validations for both fields</p>
<p dir="auto"><strong>Expected behavior</strong><br>
I expected to throw an error or apply the... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | 0 |
<p dir="auto"><strong>Elasticsearch version</strong>: 2.3.2</p>
<p dir="auto"><strong>Plugins installed</strong>: [mapper-attachments]</p>
<p dir="auto"><strong>JVM version</strong>: 1.8</p>
<p dir="auto"><strong>OS version</strong>: Windows</p>
<p dir="auto"><strong>Description of the problem including expected versus... | <p dir="auto"><strong>Elasticsearch version</strong>:<br>
2.3.2</p>
<p dir="auto"><strong>JVM version</strong>:<br>
1.7.0_101 x64</p>
<p dir="auto"><strong>OS version</strong>:<br>
Ubuntu 14.04</p>
<p dir="auto"><strong>Description of the problem including expected versus actual behavior</strong>:<br>
Hi,<br>
i am usin... | 1 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">main (development)</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">when I start airflow 2.4.0b1 with the <code class="notranslate">apache-airflow-providers-google==8.3.0</code></p>
<p dir="auto">the webserver log give :</p>
<div class="snippet-clipboard-conte... | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">main (development)</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">Some of the (Google: TestDataflowPythonOperator) unit tests and system tests are failing with:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snipp... | 1 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [1]: from collections import OrderedDict
In [2]: import pandas as pd
In [3]: pd.__version__
Out[3]: u'0.21.0'... | <p dir="auto">Have you ever written code that looks like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="if isinstance(d.index, MultiIndex):
results = []
for l in d.index.levels:
for x in baz(l):
results.append(fo... | 0 |
<p dir="auto">I have some properties of a deeply nested entity that need to be decimal. I have them marked up that way via the ORM Doctrine column type. Symfony2 renders an input field with a pattern attribute.</p>
<p dir="auto">I am validating via AJAX. I post over the data, use the form bindRequest to setup an instan... | <p dir="auto">If you accidentally use <code class="notranslate">{% if is_granted('ROLE_EMPLOYEE') %}</code> in a view that does not have a Firewall/TokenStorage enabled the AuthorizationChecker throws an exception:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipb... | 0 |
<p dir="auto">Using the UCI HAR Dataset from this paper:<br>
[1] Davide Anguita, Alessandro Ghio, Luca Oneto, Xavier Parra and Jorge L. Reyes-Ortiz. A Public Domain Dataset for Human Activity Recognition Using Smartphones. 21th European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Lea... | <p dir="auto">Similar to <a href="https://stackoverflow.com/q/65206970/10447904" rel="nofollow">https://stackoverflow.com/q/65206970/10447904</a>:</p>
<p dir="auto">(searched through GH issues with terms "None y axis inverted" as well as throwing in a "None"/"object" term in there, before opening this issue)</p>
<p dir... | 0 |
<h3 dir="auto">Motivation</h3>
<p dir="auto">Native indexing tasks currently support only text file formats because <code class="notranslate">FirehoseFactory</code> is tightly coupled with <code class="notranslate">InputRowParser</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id... | <p dir="auto">This proposal is about extending Druid to support multi-stage distributed queries, something that I think will be really exciting and amp up what Druid is capable of.</p>
<h2 dir="auto">Motivation</h2>
<p dir="auto">Today Druid's distributed query stack is single-stage: the Broker receives a query, slices... | 0 |
<p dir="auto">It is noticed here: <a href="http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown" rel="nofollow">http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown</a></p> | <p dir="auto">Bootstrap's hierarchical menus are a lot like Mac OSX, i.e., broken. I'd like to suggest two changes that would greatly improve usability:</p>
<ol dir="auto">
<li>Don't hide the menu when you click on a divider or bottom/top padding.</li>
<li>Implement mouse movement tracked submenu display, like the one ... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<h2 dir="auto">Question</h2>
<p dir="auto">the method InsertValue.getParameters use parametersCount to subList the parameters。but when counting the paramCount just accept ParameterMarkerExpressionSegment. so that when my insert sql has parameters like ifnull(?,1) , the value of paramCount is uncorrected 。finally<br>
t... | <p dir="auto">parameter is not correctly resolved when parsing sql like <code class="notranslate">insert ...... on duplicate key set column=? </code></p>
<p dir="auto">please checkout InsertDuplicateKeyUpdateClauseParser.java</p>
<p dir="auto">version: lastest</p> | 0 |
<ul class="contains-task-list">
<li><strong>I'm submitting a ...</strong></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> feature request</li>
</ul>
<p dir="auto"><strong>Current behavior</strong></p>
<p dir="auto">(ngSubmit)="onSubmit()" do not trigger when use... | <p dir="auto">In the <a href="https://angular.io/docs/ts/latest/api/common/NgForm-directive.html" rel="nofollow"><code class="notranslate">ngForm</code> directive documentation</a>, the page says that the directive can be used as an attribute <code class="notranslate">ngForm</code> (selector <code class="notranslate">[... | 1 |
<p dir="auto">Unfortunately, it's not clear what action I can take, as a developer. Can we give more guidance about what I should do now?</p>
<p dir="auto">I'm trying to run the gallery app on my iPad, and I got this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-cl... | <p dir="auto">Can we suggest to the user what to do to recover from this error? I'm not sure what to do now. Thanks for any tips!</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="~/Code/flutter/examples/flutter_gallery[master] $ flutter --versio... | 1 |
<p dir="auto">This compiles</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn func(){}
fn main(){
run(func);
run(func);
}
fn run<T>(f: T)
where T: Fn() + Copy{
f();
}"><pre class="notranslate"><span class="... | <p dir="auto">Ran into another bug today, unfortunately the compiler doesn’t tell me any more than this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error: internal compiler error: unexpected panic
note: the compiler unexpectedly panicked. ... | 0 |
<ul dir="auto">
<li>Electron Version: 2.0.6</li>
<li>Operating System (Platform and Version): Windows</li>
<li>Last known working Electron version: Unknown</li>
</ul>
<p dir="auto"><strong>Expected Behavior</strong><br>
Using the <code class="notranslate">navigator.geolocation.getCurrentPosition</code> method, it shoul... | <ul dir="auto">
<li>Electron version: v1.6.6</li>
<li>Operating system: OSX</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">Return the position object usually return by <code class="notranslate">navigator.geolocation.getCurrentPosition</code></p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">Nothing... | 1 |
<p dir="auto">Describe what you were doing when the bug occurred:</p>
<ol dir="auto">
<li>Moving in next commits in Profiler dev tool in Ranked chart mode</li>
</ol>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.2.1-3816ae7c3</p>
<p dir="auto">Call stack: at ch... | <p dir="auto">PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE</p>
<p dir="auto">I got this error when I click 'Ranked'.</p>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.0.4-3c6a219</p>
<p dir="auto">Call stack: at chrome-extension://fmkadmapgofadopljbjfkapd... | 1 |
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">zypper_module</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.1.0"><pre class="notranslate"><code class=... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.0.1.0
config file = /home/ansible/.ansible.cfg
configured module search path... | 0 |
<p dir="auto">How to fix the bug right click in navbar (disapear) in firefox ?</p>
<p dir="auto">Replace this code in line 142 in file dropdown.js:</p>
<p dir="auto">Old code:<br>
.on('click.bs.dropdown.data-api', clearMenus)</p>
<p dir="auto">New code:<br>
.on('click.bs.dropdown.data-api', function(e) { if (e.button =... | <p dir="auto">I have some kind of problem with twitter-bootstrap and firefox. I have a dropdown menu. If I click on the menu and right click on its submenu, firefox closes the dropdown. Thats how user cannot open the sub menus in new tab.</p> | 1 |
<ul dir="auto">
<li>[*] I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li>[*] I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a dupl... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><inp... | 0 |
<p dir="auto">The standard OSX mouse pointer for editing text is a <strong>very</strong> similar color to the editor's background, sometimes making it really hard to see where the pointer is. Maybe allowing default Atom themed mouse pointer sets would be a good idea.</p>
<hr>
<p dir="auto">Atom Version: 0.115.0<br>
OS... | <p dir="auto">The I-bar cursor is currently always black in Atom. This makes it very hard to track when using a theme with a dark background. Sublime inverts this cursor when you're using a dark theme... and it's quite wonderful. I'd love if Atom did this too.</p>
<p dir="auto">I don't think you can take a screensho... | 1 |
<p dir="auto">It appears as though the user-agent header that Symfony2 BrowserKit sets is incorrect. I've been bashing my head against Behat for a few hours trying to test against a site running an IIS6 server (fails with IIS7 as well).</p>
<p dir="auto">The server responds with:<br>
HTTP/1.1 400 Bad Request (Invalid H... | <p dir="auto">Current state of collections mapping is not flexible and make a lot of troubles.</p>
<p dir="auto">In SF 2.0 if user sets by_reference property to false, setter for collection was called, e.g. setItems().<br>
Now (SF 2.1) if object have method addItem(), this method is called.</p>
<p dir="auto">Lets take ... | 0 |
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.): No</p>
<p dir="auto"><strong>What keywords did you search... | <p dir="auto">Compilation error in pkg/util/mount/mount_unsupported.go. GetDeviceNameFromMount declared twice. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="171543127" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/30724" data-hove... | 0 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Sometimes when I have links they don't want to load in my dev environment. However when it's on the cloud it works fine. I'm not sure why.</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Don't really know what steps I can do. Sometime'... | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Either <code class="notranslate">Link</code> or <code class="notranslate">Router</code> stops working when doing client side routing. It seems that HMR may be interrupting the transition between pages. It occurs most frequently if the app... | 1 |
<p dir="auto">Let's say I ran</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="npx playwright test --grep=@test"><pre class="notranslate"><code class="notranslate">npx playwright test --grep=@test
</code></pre></div>
<p dir="auto">Is there a way... | <p dir="auto">Since Playwright 1.19, the list of cases is now generated before the Global Setup (see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1131426052" data-permission-text="Title is private" data-url="https://github.com/microsoft/playwright/issues/12018" data-hovercard-type... | 1 |
<p dir="auto">by <strong><a href="mailto:harmen@typetypetype.net">harmen@typetypetype.net</a></strong>:</p>
<pre class="notranslate">- What does 'go version' print?
go version devel +b3abbfe35b6f Thu Sep 04 23:14:21 2014 -0400 linux/amd64
- What steps reproduce the problem?
This (correctly) doesn't compile:
_ ... | <p dir="auto">by <strong><a href="mailto:peter.dain@btinternet.com">peter.dain@btinternet.com</a></strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
When looking up description of for example bytes.Index in bytes package, clicking on the
godoc HTML link takes you to the tag for index of the ... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=grzegorzborkowski" rel="nofollow">Grzegorz Borkowski</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7238?redirect=false" rel="nofollow">SPR-7238</a></strong> and commented</p>
<p dir="auto">I run unit tests using ... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=phantom_john" rel="nofollow">John Wu</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6353?redirect=false" rel="nofollow">SPR-6353</a></strong> and commented</p>
<h2 dir="auto">The Symptom</h2>
<ul dir="auto">
<li>E... | 1 |
<h2 dir="auto">❓ Questions and Help</h2>
<p dir="auto">Under PyTorch's no gradient mode, any tensor returned by operations shouldn't create a new or extend an existing computation graph (i.e. <code class="notranslate">requires_grad</code> should be false and <code class="notranslate">grad_fn</code> should be <code clas... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> x = torch.randn(3, requires_grad=True)
>>> with torch.no_grad():
... print(x[1])
...
tensor(-0.0967, requires_grad=True)"><pre class="notranslate"><code class="notranslate">>... | 1 |
<p dir="auto"><strong>Node.js</strong> can't autocomplete after update 0.10.10, and i have the <code class="notranslate">typings</code>...</p>
<p dir="auto">If i try to user a new WS for test, __dirname can't underline to show me download it, and just reference works</p> | <p dir="auto">I found this going through the /docs/runtimes/Node.js walkthrough after seeing a doc feedback verbatim saying that typings weren't being picked up.<br>
After creating an express application, trying to get IntelliSense for node and express types fails.<br>
If I roll-back to 0.10.8, the typings are picked u... | 1 |
<h3 dir="auto">Bug report</h3>
<h4 dir="auto">Bug summary</h4>
<p dir="auto">There is an inconsistency between the <a href="http://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.bar.html#matplotlib.axes.Axes.bar" rel="nofollow">matplotlib's documentation</a> and actual outcome of the bar plot function. The documentati... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">Using <code class="notranslate">bar</code>, the first input argument is not used for the left edge of the bar, but rather the center, as if the kwarg <code class="notranslate">align='center'</code> was used. However, the desired... | 1 |
<p dir="auto">My code is following and the gif animation is slow, can yo u correct me the usage of code in order to showing gif normally? you can email me the detail:<a href="mailto:1933772028@qq.com">1933772028@qq.com</a></p>
<p dir="auto">RequestOptions o = new RequestOptions();<br>
Glide.with(h.imageView3.getContext... | <p dir="auto">Hello</p>
<p dir="auto">If you have url and try to load it multiple times with a different view size, image will not be loaded from cache, instead from network again and again.</p>
<p dir="auto">My guess would be glide uses "size" as part of the key, which leads to a new key every time we have different v... | 0 |
<p dir="auto">When datasource name is long, the menu (after use clicks the three dots) renders off - cuts off. It’s still on the screen but below the chart instead of rendering to the left.</p>
<h3 dir="auto">Expected results</h3>
<p dir="auto">Render to the left.</p>
<h3 dir="auto">Actual results</h3>
<p dir="auto">Cu... | <p dir="auto">when I use docker-compose to start superset,error happen.</p>
<h3 dir="auto">Expected results</h3>
<p dir="auto">I want superset-init container to work,but error happen</p>
<h3 dir="auto">Actual results</h3>
<p dir="auto">superset_init | Traceback (most recent call last):<br>
superset_init | File ... | 0 |
<p dir="auto">Full browser height on MBA 13 inch:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/037e5fc2fc9ad864d6137bfa218fc6943fb95a8058f41e997e2773ca5c1370c8/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313930393533392f31303633... | <p dir="auto">When you display some item that has a lot of subitems, the nav grows so much that it doesn't fit on some resolutions, and some of the items aren't shown.</p>
<p dir="auto"><a href="http://oi43.tinypic.com/2ivjtyv.jpg" rel="nofollow">http://oi43.tinypic.com/2ivjtyv.jpg</a></p>
<p dir="auto">On that screens... | 1 |
<p dir="auto">The .mobi file of the documentation has gone missing, does anyone know the whereabouts of it?</p>
<p dir="auto">EDIT: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="18261440" data-permission-text="Title is private" data-url="https://github.com/pallets/flask/issues/841"... | <p dir="auto">I'm trying to use <code class="notranslate">mido</code> package with <code class="notranslate">flask</code>. I noticed a couple issues.</p>
<ol dir="auto">
<li>
<p dir="auto"><code class="notranslate">mido.get_input_names()</code> : doesn't recognize a new ports that opened after the <code class="notransl... | 0 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-give-your-javascript-slot-machine-some-stylish-images" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-give-your-javascript-slot-machine-some-stylish-images</a> has an issue. Please describe how to reproduce it, and include ... | <p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-give-your-javascript-slot-machine-some-stylish-images" rel="nofollow">http://freecodecamp.com/challenges/waypoint-give-your-javascript-slot-machine-some-stylish-images</a> has an issue. Please describe how to reproduce it, and include links to... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | <ul dir="auto">
<li>[ x ] I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li>[ x ] I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a ... | 0 |
<ul dir="auto">
<li>Electron version: 0.37.7</li>
<li>Operating system: Windows 64, Ubuntu 14.04, 15.10</li>
</ul>
<p dir="auto">One of the application of us packaged with electron 0.37.7 will quit silently before seeing the window when run. The cause is found, using debugger on a ubuntu 14.04 virtual machine, to be <... | <ul dir="auto">
<li>Electron version: 0.37.7</li>
<li>Operating system: MacOS 10.11.4</li>
</ul>
<p dir="auto">Create a directory with the attached <code class="notranslate">package.json</code> and <code class="notranslate">main.js</code> files. The app just calls <code class="notranslate">app.makeSingleInstance</code>... | 1 |
<p dir="auto">(I'm <em>fairly</em> sure this worked in the previous release)</p>
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.0
Windows Terminal version (if applicable):0.4.2382.0"... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Platform ServicePack Version VersionString
-------- ----------- ------- -------------
Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0
Any... | 0 |
<p dir="auto">Since it is not necessary to have <strong>package.json</strong> file with <strong>deno</strong>, how can I as a developer have a similar experience just as we have with <strong>npm scripts</strong> in <strong>package.json</strong> while using <strong>node.js</strong> environment?</p> | <p dir="auto">Import from url is very hard to use. I think is not a good idea.<br>
If so,</p>
<ol dir="auto">
<li>We must manage more js files not our own development.</li>
<li>Heavily dependent on the network, because the third package also can import another packages.</li>
</ol>
<p dir="auto">Like C#\Java, the nuget... | 1 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>...</li>
<li>...</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.192.0<br>
<strong>System</strong>: Unknown Windows Version<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: ENOE... | <p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>Invoke atom for non-existent file: <code class="notranslate">atom Dockerfile</code></li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.190.0<br>
<strong>System</strong>: Mac OS X 10.9.5<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir... | 1 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>For English only</strong>, other languages will not accept.</p>
<p dir="auto">Before report a bug, make sure you have:</p>
<ul dir="auto">
<li>Searched open and closed <a href="https://github.com/sharding-sphere/sharding-sphere/issues">GitHub issues</a>.</li>
<li>Rea... | <p dir="auto">sharding jdbc & proxy<br>
version:3.1.0<br>
when i use sql like<br>
" select snapshot_no from pt_item_base_snapshot where snapshot_no ='20190304152137155168409726302111' "<br>
sharding-sphere can't get the value of column snapshot_no correctly<br>
, it's always be -1;<br>
I debug the source code ,in t... | 0 |
<h2 dir="auto">Feature request</h2>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<p dir="auto">I'm currently using the asset/resource module rule to explicitly generate a JSON bundle containing runtime settings (pure JSON - no JS) with the filename "[name].[contenthash].bundle.json". When impo... | <p dir="auto">During app rebuild this error happens:</p>
<p dir="auto">let data = module.buildInfo.jsonData;<br>
TypeError: Cannot read property 'jsonData' of undefined</p>
<p dir="auto">Webpack 5.42.0</p> | 0 |
<p dir="auto">Running Atom Version 0.176.0 (0.176.0) and atom-fixmyjs 1.3.0<br>
Originally from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="56325194" data-permission-text="Title is private" data-url="https://github.com/sindresorhus/atom-fixmyjs/issues/7" data-hovercard-type="issu... | <p dir="auto">I made a package called <a href="https://atom.io/packages/tidy-markdown" rel="nofollow">tidy-markdown</a>, that depends on an npm package of the <a href="https://github.com/slang800/tidy-markdown">same name</a> (and currently the same version too). The atom package is just a thin wrapper around the npm pa... | 1 |
<p dir="auto">I frequently get asked about post-pruning. Often using single trees is important for interpretability, and post-pruning can help both interpretability and generalization performance.<br>
[I'm surprised there is no open issue on this, but I couldn't find one]</p> | <p dir="auto">Everything is in the title. This behaviour comes from the <code class="notranslate">__iter__(self)</code> method of <strong>ParameterSampler</strong>. By creating a generator that randomly picks each time values for every parameter independently, there is no way to prevent collision.<br>
If <code class="n... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected ... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected ... | 0 |
<h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">💻</g-emoji></h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a ... | <p dir="auto">Following code produces the error:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const hello = async () => {
const he = { ll: '2' }
const { ll } = he
}"><pre class="notranslate"><span class="pl-k">const</sp... | 1 |
<p dir="auto">I'm using Session.request to do GET from a HTTPS URL where the the server side certificate may be invalid. For testing purposes, if the certificate is invalid, I want to retry the GET with 'verify=False'. I'm reusing the Session for the retry, but the second request also fails even though I specify 'ver... | <p dir="auto">Using a website that has a self-signed cert, the following use of verify=False fails:<br>
import requests<br>
s = requests.Session()<br>
r = s.get('<a href="https://selfsignedsite" rel="nofollow">https://selfsignedsite</a>')<br>
<em>traceback</em><br>
r = s.get('<a href="https://selfsidnedsite" rel="nofol... | 1 |
<p dir="auto">yes~I can run all my code in atom-shell,but I didn't find the way to package the code into a app just like node-webkit,any one can tell me the magic?</p> | <p dir="auto">It would be awesome to get packaging support with embedding resourses to executable file<br>
Discussed a lot here: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="8167264" data-permission-text="Title is private" data-url="https://github.com/nwjs/nw.js/issues/151" data-h... | 1 |
<h3 dir="auto">Description</h3>
<p dir="auto">When I have multiple feeds and a blocking feed storage, I get duplicated feed logs.</p>
<h3 dir="auto">Steps to Reproduce</h3>
<ol dir="auto">
<li>Create a <code class="notranslate">test.py</code> file with this <a href="https://gist.github.com/StasDeep/236922e448ac33b354cf... | <p dir="auto">While installing scrapy in python virtual environment I am getting the below error. please help on this</p>
<p dir="auto">Installing collected packages: pyasn1, pyasn1-modules, service-identity, twisted<br>
Running setup.py install for twisted ... error<br>
ERROR: Command errored out with exit status 1:<b... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> sparse.hstack( [] )
Traceback (most recent call last):
File "<ipython-input-143-f5f1847514fe>", line 1, in <module>
sparse.hstack( [] )
File "C:\Pytho... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> import numpy as np
>>> from scipy import sparse
>>> sparse.hstack( (sparse.csr_matrix([[1,2]]), np.array([[]])) )
Traceback (most recent call last):
File "<ip... | 1 |
<p dir="auto">Trying to build latest git tree (<code class="notranslate">git describe --tags</code> calls it <code class="notranslate">v1.3.0-rc1-2262-g74cfc64734</code>):</p>
<blockquote>
<p dir="auto">ERROR: /build/tensorflow-git/src/tensorflow/tensorflow/tools/pip_package/BUILD:101:1: no such package '@llvm//': java... | <h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: No</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Arch Linux</li>
<li><strong>TensorFlow installed from (source ... | 1 |
<ul dir="auto">
<li>Electron version: the one bundled with Atom 1.7.1, also 0.36.0</li>
<li>Operating system: Linux</li>
</ul>
<p dir="auto">The "focus()" call does not actually focus the window, it only raises it. Focus remains in the caller app (terminal, for instance).</p>
<p dir="auto">No "focus stealing prevention... | <p dir="auto">I am hitting an issue where a window (in Windows 10) is not being put to the front when I call focus() on it. The same code brings the window to the front on Windows 8 and below, so something must have changed in Windows 10 with regards to window management.</p>
<p dir="auto">What I see happening is that ... | 1 |
<p dir="auto">Trying out electron for the first time and downloaded the latest version 0.28 (win x64). I basically copy and pasted the tutorial code from Quick Start (<a href="https://github.com/atom/electron/blob/master/docs/tutorial/quick-start.md">https://github.com/atom/electron/blob/master/docs/tutorial/quick-sta... | <ul dir="auto">
<li>Electron version: v1.7.5</li>
<li>Operating system: MacOS</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">WebView opens external website e.g <a href="https://google.com" rel="nofollow">https://google.com</a></p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">When creating a WebView... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Compiling water v0.14.34-alpha (file:///mnt/host/kmcg3413.net/water.rs)
/mnt/host/kmcg3413.net/water.rs/src/compat.rs:53:1: 61:2 error: internal compiler error: impl `VtableImpl(impl_def_id=DefId {... | <h3 dir="auto">STR</h3>
<p dir="auto">Didn't have time to write a shorter snippet</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![crate_type = "lib"]
#![feature(associated_types, lang_items, unboxed_closures)]
#![n... | 1 |
<p dir="auto">I wanted to exclude all of the tensorflow logs in output. I searched and found that one or both of these setting should work:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="os.environ['TF_CPP_MIN_LOG_LEVEL']='3'
tf.logging.set_ve... | <p dir="auto">In the softmax documentation on page:</p>
<p dir="auto"><a href="http://tensorflow.org/tutorials/mnist/beginners/index.md" rel="nofollow">http://tensorflow.org/tutorials/mnist/beginners/index.md</a></p>
<p dir="auto">There is a set of images showing an example of what the function is doing:</p>
<p dir="au... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=adamj" rel="nofollow">Adam Murray</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2128?redirect=false" rel="nofollow">SPR-2128</a></strong> and commented</p>
<p dir="auto">The form implementation class org.springfr... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=drcgjung" rel="nofollow">Dr. Christoph G. Jung</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2727?redirect=false" rel="nofollow">SPR-2727</a></strong> and commented</p>
<p dir="auto">I just stumbled over an issue... | 0 |
<h3 dir="auto">Describe your issue.</h3>
<p dir="auto">with scipy1.10 scipy.interpolate.RegularGridInterpolator object gives the following error message when the <strong>call</strong> method is used:</p>
<h3 dir="auto">Reproducing Code Example</h3>
<div class="highlight highlight-source-python notranslate position-rela... | <h3 dir="auto">Describe your issue.</h3>
<p dir="auto">Invoking <code class="notranslate">RegularGridInterpolator</code> for a 2D interpolation problem where the data array is <code class="notranslate">float32</code> crashes.</p>
<h3 dir="auto">Reproducing Code Example</h3>
<div class="highlight highlight-source-python... | 1 |
<p dir="auto">There is a fiddle illustrating the problem here <a href="http://jsfiddle.net/lddubeau/kcbFY/" rel="nofollow">http://jsfiddle.net/lddubeau/kcbFY/</a></p>
<p dir="auto">(It imports 3.0.0 RC2 rather than what is on the wip branch. I tried to get the fiddle to get the latest from github but jsfiddle complaine... | <p dir="auto">It seems there is something funky happening when compiling the the less files to plain old css. While porting 3.0.0-wip to Sass I noticed duplicate rules in the bootstrap.css generated by recess:</p>
<p dir="auto">A good example is in lines <a href="https://github.com/twitter/bootstrap/blob/3.0.0-wip/dist... | 0 |
<p dir="auto">I fit exactly same data to LinearRegression() function but get two slightly different model coeficients.</p>
<p dir="auto">1st try:<br>
3260 12/05/2018 12:41:59 PM self.ref_price_psf_model.coef_1 = 0.8927025598257011<br>
3260 12/05/2018 12:41:59 PM self.ref_price_psf_model.coef_2 = -1.697037974902777e-05<... | <p dir="auto"><code class="notranslate">LinearRegression</code> is sometimes not deterministic, as shown by the following test:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from sklearn.linear_model import LinearRegression... | 1 |
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>yes</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.4 ? maybe also before</t... | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>no</td>
</tr>
<tr>
<td>Feature request?</td>
<td>yes</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>-</td>
</tr>
</tbody>
</table>
<p dir="auto">One of the most fru... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | <p dir="auto">I have been struggling with issues using the paper-data-table written in polymer<br>
(more information about the issue and my questetion is here: [http://stackoverflow.com/questions/36864501/using-paper-datatable-in-angular2](The issue)<br>
One of the suggested solution is to surround the table with: <br>... | 0 |
<p dir="auto">There are many native features that will require listening to windows messages and alter them.<br>
It's important to hook to the original wndproc so we'll be able to alter messages as well.<br>
After digging in I noticed there is a PreHandleMSG in here <a href="https://github.com/atom/electron/blob/master... | <p dir="auto">There are many native Windows features that will require listening to some <code class="notranslate">WM</code> or another. Right now there isn't a great way in Atom Shell to do this. AFAICT, your best bet is to:</p>
<ol dir="auto">
<li>Create your own native node module</li>
<li>Include <code class="notra... | 1 |
<p dir="auto">If you call <code class="notranslate">jl_init()</code> from a Windows application without a console, Julia 0.7 and 1.0 will abort the application after trying and failing to duplicate an invalid stdio handle. Julia 0.6 was less strict (and possibly less correct) about this but at least the apparent resul... | <p dir="auto">Currently, <code class="notranslate">convert</code> is used to extract the magnitude of a quantity, or alternatively to give units to a dimensionless quantity. This happens in the <code class="notranslate">Dates</code> code in <code class="notranslate">Base</code>, and the behaviour has inspired similar b... | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Make the WM tile automatically and properly.<br>
Allow key binding for mode select (priority or other or grid)<br>
Allow you to group custom presets into a custom template which you can then switch to using the binding describer above.<br>
(When ... | <h2 dir="auto">Be able to change the template "on the fly" by using a keyboard shortcut.</h2>
<p dir="auto">When I press the given shortcut, it activates the template associated.<br>
Then, the next time I use "Shift-drag" to place a windows into a template area, the areas shown corresponds to newly selected template.</... | 0 |
<p dir="auto">Users can consume the options appropriately or pass them down to recursive <code class="notranslate">Deno.inspect()</code> calls.</p> | <p dir="auto"><em>Edit: the current proposal is here <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="728670624" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/8099" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/8099/h... | 1 |
<p dir="auto">Using a samsung 7 tablet<br>
when doing challenges, "Go to my next challenge" link does not work when tablet is in portrait mode, but works fine in landscape</p> | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-say-hello-to-html-elements" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-say-hello-to-html-elements</a> has an issue. Please describe how to reproduce it, and include links to screen shots if possible.</p>
<p dir="auto">I... | 1 |
<p dir="auto">Hello,</p>
<p dir="auto">I want to apologize first if someone ask it before, I did a lot of searches, and I didn't find an answer, so.. as I don't know if that's an issue or not, I post it there.</p>
<p dir="auto">I have, for many events (but not all) the following issue :<br>
My listeners are called 2 ti... | <p dir="auto"><strong>I'm submitting a ...</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submi... | 0 |
<p dir="auto">AFAIK, it would be great if two types of interfaces are defined, which would help developers to do better source reusing. And also that there maybe other things in same situation, I hope somebody else can commit them here too.</p>
<p dir="auto">At first, for the request builders, there are SearchRequestBu... | <p dir="auto">Copied from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="59081520" data-permission-text="Title is private" data-url="https://github.com/elastic/elasticsearch/issues/9901" data-hovercard-type="pull_request" data-hovercard-url="/elastic/elasticsearch/pull/9901/hovercar... | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/create-decimal-numbers-with-javascript#?solution=var%20ourDecimal%20%3D%205.7%3B%0A%0A%2F%2F%20Only%20change%20code%20below%20this%20line%0Avar%20myDecimal%20%3D%201.1%3B%0A%0A" rel="nofollow">Create Decimal Numbers with JavaScript</a> has an issue... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/create-decimal-numbers-with-javascript#?solution=var%20ourDecimal%20%3D%205.7%3B%0A%0A%2F%2F%20Only%20change%20code%20below%20this%20line%0Avar%20myDecimal%20%3D%201.0%3B%0A%0A" rel="nofollow">Create Decimal Numbers with JavaScript</a> has an issue... | 1 |
<p dir="auto"><strong>Preflight Checklist</strong><br>
[x ] I have read the Contributing Guidelines for this project.<br>
[ x] I agree to follow the Code of Conduct that this project adheres to.<br>
<strong>Issue Details</strong></p>
<ul dir="auto">
<li>Electron Version:<br>
8.2.1</li>
<li>Operating System:<br>
window ... | <p dir="auto"><strong>Preflight Checklist</strong><br>
[x ] I have read the Contributing Guidelines for this project.<br>
[ x] I agree to follow the Code of Conduct that this project adheres to.<br>
<strong>Issue Details</strong></p>
<ul dir="auto">
<li>Electron Version:<br>
8.2.1</li>
<li>Operating System:<br>
window ... | 1 |
<p dir="auto">After upgrading Flutter, when I build my app I started getting following error :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Execution failed for task ':app:processDebugManifest'. [ +5 ms] >
Manifest merger failed : Attri... | <p dir="auto">pressing 'r' results in error</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Error -32601 received from application: Method not found
Hot reload was rejected:
'package:flutter/src/semantics/semantics.dart': malformed type: line 2... | 1 |
<blockquote>
<p dir="auto">Querying the GitHub API failed. This is usually caused by a network outage or because you have reached your hourly API rate limit of 60 requests.</p>
</blockquote>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/16542492/8215... | <p dir="auto"><a href="https://deno.land/std" rel="nofollow">https://deno.land/std</a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/23056320/81916390-577cfa80-9606-11ea-89d8-752ed1a2cb64.png"><img src="https://user-images.githubusercontent.com/23056320/819163... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/tmp# ls -lt sklearn-test* | head
-rw------- 1 buildslave buildslave 213 Jan 14 01:07 sklearn-test8Yh7h6.gz
-rw------- 1 buildslave buildslave 209 Jan 14 01:07 sklearn-testbux42U.bz2
-rw------- 1 buil... | <h4 dir="auto">Description</h4>
<p dir="auto"><code class="notranslate">KBinsDiscretizer</code> with <code class="notranslate">strategy='quantile'</code> is producing duplicate bins when used on data which don't have uniform distribution.</p>
<h4 dir="auto">Steps/Code to Reproduce</h4>
<div class="highlight highlight-s... | 0 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.5.13</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/6vps8vej/" rel="nofollow">https://jsfiddle.net/6vps8vej/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto">
<li>Select one of the </li>
</ol>
<h3 dir="auto">What is expected... | <h3 dir="auto">Version</h3>
<p dir="auto">2.5.17-beta.0</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/Pomer/vdq3wbtL/1/" rel="nofollow">https://jsfiddle.net/Pomer/vdq3wbtL/1/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Simple you can change Vue from 2.5.17 to 2.5... | 0 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contrib... | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contribution guide... | 0 |
<p dir="auto">Using a tangent space normal map and DoubleSide phong material doesn't show lighting effects on Android Chrome. (Desktop Chrome seems to be fine, changing to FrontSide also works)</p>
<p dir="auto"><strong>Code</strong></p>
<p dir="auto"><a href="https://gist.github.com/nbilyk/809fc2a3fc1644a72048038e01a... | <p dir="auto"><strong>Description of problem</strong></p>
<p dir="auto">Models appear to be washed out/metallic when they are loaded on certain Android devices.<br>
From the tested devices Google Pixel and OnePlus phones display this issue.<br>
Models are loaded in .glb format (packed with PBR textures), the scene cont... | 1 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.5.13</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/50wL7mdz/94716/" rel="nofollow">https://jsfiddle.net/50wL7mdz/94716/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto">
<li>navigate to page-a to make keep-alive to cache pa... | <h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">There are many cases where attributes passed to a Vue component should not be added to the root element, but rather a sub-element. For example, in <a href="https://github.com/almino/semantic-ui-vue2/blob/master/src/elements/Input.vue">this UI compo... | 0 |
<p dir="auto">Plugin will say cannot load plugin dispite no code has been changed but seems to work on WIndows. flash last worked on Electron 4.2.6 on Linux</p>
<p dir="auto">E.g:</p>
<p dir="auto">Gamer World based on Electron 4.2.6 (working Linux)<br>
<a href="https://imgur.com/o6dvCP2.png" rel="nofollow">https://img... | <p dir="auto">this is navigator.plugins console<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/31099607/59558885-cb95d380-902e-11e9-97d2-2d3901eccd41.png"><img src="https://user-images.githubusercontent.com/31099607/59558885-cb95d380-902e-11e9-97d2-2d3901eccd41... | 1 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<p dir="auto">I'm trying to build on a system with a Radeon VII and Ryzen 3800x running Ubuntu 19.04 with ROCm installed from AMD's repository as described <a hre... | <h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<p dir="auto"><code class="notranslate">Tensor.expand</code> does not detach when called inside <code class="notranslate">torch.no_grad()</code>.</p>
<h2 dir="aut... | 0 |
<h3 dir="auto">Which version of ShardingSphere did you use? shardingsphere-proxy 4.1.1,it also happens at 5.0.0-alpha version.</h3>
<p dir="auto">myApp(jdbc) --> shardingsphere-proxy --> PostgreSQL 12.5, compiled by Visual C++ build 1914, 64-bit</p>
<p dir="auto"><code class="notranslate"><dependency>... | <p dir="auto">For English only, other languages we will close it directly.</p>
<p dir="auto">Please answer these questions before submitting your issue. Thanks!</p>
<p dir="auto">Before submit a new issue, please check existed issue first, to make sure your issue is not a duplicated one.</p>
<h3 dir="auto">Which versio... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report => search github for a similar issue or PR before submitting
[X] feature request
[ ] support request =>... | <h1 dir="auto">🚀 feature request</h1>
<h3 dir="auto">Relevant Package</h3>
<p dir="auto">This feature request is for @angular/router</p>
<h3 dir="auto">Description</h3>
<p dir="auto">Consider populating the router.config…children array the same for static and lazy loaded routes.</p>
<h3 dir="auto">Describe the solutio... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report => search github for a similar issue or PR before submitting
[ x ] feature request
[ ] support request =... | <p dir="auto">As far as I can tell there is no good way to make a decorator conditionally applied. My experience is with Angular 2 in Dart, for an internal app (zny@). This is a feature request for some template syntax or something similar (maybe an automatically generated input for all directives like applyDirectiveNa... | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto">(This is a continuation of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="326079746" data-permission-text="Title is private" data-url="https://github.com/webpack/webpack/issues/7381" data-hovercard-type="issue" data-hovercard-url="/webpac... | <p dir="auto">webpack 2.1.0-beta.21</p>
<p dir="auto">Sorry if it is a duplicate bug report but at least I failed to find one in so many opened issues.</p>
<p dir="auto">ExtractTextPlugin is not enabled, CommonsChunkPlugin is not enabled, happypack is not enabled.. it just broke, sometimes.</p>
<p dir="auto">Config: <a... | 0 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.6.11</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/sqh8jL65/4/" rel="nofollow">https://jsfiddle.net/sqh8jL65/4/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto">
<li>Add the bindings <code class="notranslate">:selected="'se... | <h3 dir="auto">Version</h3>
<p dir="auto">2.5.13</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/50wL7mdz/165238/" rel="nofollow">https://jsfiddle.net/50wL7mdz/165238/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Create a component property that has <code class="not... | 0 |
<p dir="auto"><a href="http://stackoverflow.com/questions/18646668/pandas-hdfstore-duplicate-items-error/18668217#18668217" rel="nofollow">http://stackoverflow.com/questions/18646668/pandas-hdfstore-duplicate-items-error/18668217#18668217</a></p> | <p dir="auto">from <a href="http://stackoverflow.com/questions/11991627/selecting-a-subset-of-a-pandas-dataframe-indexed-by-datetimeindex-with-a-list-of" rel="nofollow">stackoverflow</a></p>
<p dir="auto">The original frame can not be shared, but following code reproduces the issue.</p>
<div class="highlight highlight-... | 0 |
<p dir="auto">We can improve the searchability of our challenges by including additional text and links in the descriptions of these challenges.</p>
<p dir="auto">We could add the following to the top of a challenge lesson description.</p>
<p dir="auto">(these breadcrumbs would be clickable and lead to cert/topic landi... | <p dir="auto">Challenge <a href="http://www.freecodecamp.org/challenges/waypoint-add-borders-around-your-elements" rel="nofollow">http://www.freecodecamp.org/challenges/waypoint-add-borders-around-your-elements</a> has an issue. Please describe how to reproduce it, and include links to screen shots if possible.</p>
<p ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.