text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 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 [97]: s1 = pd.Series([1,2,3], index=[4,5,6])
In [98]: s2 = pd.Series([1,3,2], index=s1)
In [99]: s2
Out[... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> d = pandas.Series({('1ab','2'): 3, ('1ab',3):4}, )
>>> d = pandas.concat([d,d])
>>> d = pandas.concat([d,d], axis=1)
>>> pickle.loads(pickle.dumps(d))
0... | 0 |
<p dir="auto">Maybe it does not cover main idea of 6to5 compiler, but it will be great if we will have ability to specify for which environment we wrote our application.<br>
For example, I wrote some modern application of latest version of Firefox and Google Chrome, but according this table <a href="http://kangax.githu... | <p dir="auto">Possibly through a <code class="notranslate">blacklistUserAgent</code> option or something. Would use the kangax compat-table. Important to note that it does not guarantee complete spec compliancy on the vendors end.</p>
<p dir="auto">References:</p>
<ul dir="auto">
<li><a href="https://github.com/kangax/... | 1 |
<p dir="auto">When input GLTF file contains accessors with stride that doesn't match the expected stride based on the accessor type, GLTFLoader creates the interleaved attribute as follows:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var ib... | <p dir="auto">The main source code has recently been ported to ES2015 modules (see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="164650131" data-permission-text="Title is private" data-url="https://github.com/mrdoob/three.js/issues/9310" data-hovercard-type="pull_request" data-hove... | 0 |
<h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>create new plugin<br>
<code class="notranslate">flutter create --org com.example --template=plugin utf8err</code></li>
<li>modify file <code class="notranslate">utf8err\android\src\main\java\com\example\utf8err\Utf8errPlugin.java</code> content to:</li>
</ol>
<... | <h2 dir="auto">Steps to Reproduce</h2>
<ul dir="auto">
<li>Create a Material scaffold flutter app that <strong>does not</strong> use push.</li>
<li>Make sure <code class="notranslate">aps-environment</code> is not set.</li>
<li>And that the App ID settings on the Developer portal do not have Push enabled.</li>
<li>Buil... | 0 |
<p dir="auto">Currently there are <code class="notranslate">MuiCardHeader</code> and <code class="notranslate">MuiCardContent</code> stylesheets available for overrides, there is not <code class="notranslate">MuiCard</code> though. I need to globally override Card top and bottom margins.</p>
<ul class="contains-task-l... | <h2 dir="auto">FontIcon inside an IconButton loose is color from props</h2>
<p dir="auto">In material-ui.alpha.1 when you put a FontIcon with color props inside an IconButton the prop will not work.<br>
I think is related to this commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://git... | 0 |
<p dir="auto">% RUST_BACKTRACE=1 rustc z.rs<br>
z.rs:32:23: 32:27 error: internal compiler error: this path should not cause illegal move<br>
z.rs:32 let xs = unsafe { *x.s };<br>
^~~~<br>
note: the compiler unexpectedly panicked. this is a bug.<br>
note: we would appreciate a bug report: <a href="http://doc.rust-l... | <p dir="auto">Input:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="struct T(u8);
fn t() -> *mut T {
unsafe { 0u8 as *mut T }
}
fn main() {
let a = unsafe { *t() };
}"><pre class="notranslate"><span class="pl-k">s... | 1 |
<p dir="auto">Summary.<br>
Python 3.7.0b3 has a new warning:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=".../python3.7/site-packages/requests/models.py:177: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from ... | <p dir="auto">~/requests/models.py:170: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working<br>
if isinstance(hook, collections.Callable):</p>
<p dir="auto">I created a venv in Python 3.7 and got the warning when using pip.<... | 1 |
<h2 dir="auto">Environment info</h2>
<ul dir="auto">
<li><code class="notranslate">transformers</code> version: 4.0.1</li>
<li>Platform: Linux-4.15.0-132-generic-x86_64-with-glibc2.10</li>
<li>Python version: 3.8.5</li>
<li>PyTorch version (GPU?): 1.7.1+cu110 (True)</li>
<li>Tensorflow version (GPU?): not installed (NA... | <h2 dir="auto">Environment info</h2>
<ul dir="auto">
<li><code class="notranslate">transformers</code> version: 4.0.0</li>
<li>Platform: Linux 18.04</li>
<li>Python version: 3.6.9</li>
<li>PyTorch version (GPU?): 1.70 (True)</li>
<li>Tensorflow version (GPU?): N/A</li>
<li>Using GPU in script?: Yes</li>
<li>Using distr... | 1 |
<p dir="auto">Using commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/7fbbfe6bf29b984275c9bc59754e8ec053838781/hovercard" href="https://github.com/rust-lang/rust/commit/7fbbfe6bf29b984275c9bc59754e8ec053838781"><tt>7fbbfe6</tt></a> I am experiencing ... | <p dir="auto">It seems that <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="53628346" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/20692" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/20692/hovercard" href="https:... | 0 |
<p dir="auto">I guess this is as designed, but should we somehow improve this experience?<br>
Windows.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1926584/12579941/f0de0b08-c42b-11e5-9609-16f45e790013.png"><img src="https://cloud.githubusercon... | <ul dir="auto">
<li>VSCode Version:</li>
</ul>
<p dir="auto">1.1.1</p>
<ul dir="auto">
<li>OS Version:</li>
</ul>
<p dir="auto">Windows 7</p>
<p dir="auto">Scenario 1:</p>
<p dir="auto">We have git hooks installed (a mix of #!/bin/sh and #!/bin/node). The printout messages from these do not show in the VSCode console, ... | 0 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">When using <code class="notranslate">_app.js</code> page for common stuff (like creating redux store) - these libraries are duplicated between pages.</p>
<h2 dir="auto">To Reproduce</h2>
<ol dir="auto">
<li>Checkout <a href="https://gith... | <p dir="auto">When running next.js on top of Docker with express my app is not hot reloading. It hot reloads without Docker as expected.</p>
<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... | 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 verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><inpu... | <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">I have a screenshot test using flutter_driver where I'm taking a screenshot of a Widget which contains an Image widget which is created via <code class="notranslate">new Image.asset('myasset.png', key: const Key('a'))</code>. The test code looks like this:</p>
<div class="snippet-clipboard-content notrans... | <p dir="auto">Collecting a screenshot with <code class="notranslate">driver.screenshot()</code> after calling <code class="notranslate">driver.waitUntilNoTransientCallbacks()</code> doesn't guarantee that the current frame's display list will have reached the GPU before the screenshot is taken.</p> | 1 |
<p dir="auto">v1-beta12</p>
<p dir="auto">As per title. If you swipe on an element with a button/button base (i.e. a list item with an action on it), the ripple effect fires.</p>
<p dir="auto">This isn't usually that bad of a problem, however if you are scrolling through a list of items with actions on mobile it is rea... | <p dir="auto">In a case of mine, I am opening a slider onClick and then unmounting it through render logic.</p>
<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/callemall/materi... | 0 |
<hr>
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li>**Xcode 9.3 and Mac OS is 10.13.4 **:</li>
<li><strong>TensorFlow r1.2</strong>:</li>
<li><strong>iPhone 7 plus</strong>:</li>
</ul>
<h3 dir="auto">Describe the problem</h3>
<p dir="auto">NSString* graph_path = FilePathForResourceName(model_file_name, @"t... | <p dir="auto">It be nice to have autocompletion for the tensorboard arguments.<br>
I experimented a bit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/Era-Dorta/tensorflow/commit/3c217767cd47560c776232207a05b08b6f2cb166/hovercard" href="https://github.com/Era-Dorta/tensorflow... | 0 |
<p dir="auto">tensorflow 1.2 release will support python 3.6?</p> | <p dir="auto">The current .whl does not support python 3.6. Please update to support the latest version of python. Thanks!</p>
<p dir="auto">C:\WINDOWS\system32>python --version<br>
Python 3.6.0</p>
<p dir="auto">C:\WINDOWS\system32>pip install --upgrade <a href="https://storage.googleapis.com/tensorflow/window... | 1 |
<h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">Arguments to the program. for example the ability to specify which mingw one would want to load, mingw64, mingw32, or msys2. like we can in VSCode</p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1>
<p dir="auto">This... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Current tab styling is ugly, it would be better if some customization options are added:</p>
<ol dir="auto">
<li>Custom Tabs Position: {Top, Bottom, Sides}</li>
<li>Custom Tabs height and font size (Affects oversized + button and down pointing ar... | 0 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">Other Airflow 2 version (please specify below)</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">I am running airflow 2.4.2 in EKS 1.22 with minor tweaks to official helm chart. I am observing in UI, in task logs each log line is coming twice. Attaching a scree... | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.4.2</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">We upgraded airflow from 2.4.1 to 2.4.2 and immediately notice that every task log line is duplicated <em>into</em> CloudWatch. Comparing logs from tasks run before upgrade and after upgrade indicates that... | 1 |
<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>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.3.0</td>
</tr>
</tbody>
<... | <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>maybe?</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
</tbody>
</table>
<p dir="auto">What is the recommended wa... | 1 |
<p dir="auto">Updated to 0.189 and i see this :<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/419606/6994170/e01d57aa-db34-11e4-905e-de5abc8ed118.png"><img src="https://cloud.githubusercontent.com/assets/419606/6994170/e01d57aa-db34-11e4-905e-de5abc8ed118.pn... | <p dir="auto">Since the last update Atom is displaying what seems to be a control character on empty rows as well as in front of single row numbers. I am using this font in Atom for a long time and this only started showing recently / in the last version. Other fonts seem to have an empty symbol in place for this.</p>
... | 1 |
<p dir="auto">Version: 1.0.0<br>
OS Version: Microsoft Windows NT 10.0.19041.0<br>
IntPtr Length: 8<br>
x64: True<br>
Date: 08/10/2020 14:52:44<br>
Exception:<br>
System.ObjectDisposedException: Cannot access a disposed object.<br>
Object name: 'Timer'.<br>
at System.Timers.Timer.set_Enabled(Boolean value)<br>
at Syste... | <p dir="auto">Popup tells me to give y'all this.</p>
<p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p>
<p dir="auto">Version: 1.0.0<br>
OS Version: Microsoft Windows NT 10.0.19041.0<br>
IntPtr Length: 8<br>
x64: True<br>
Date: 07/31/2020 17:29:59<br>
Exce... | 1 |
<p dir="auto">I have a hard time replicating this issue since it will require me filling up the disk again, but in a nutshell the problem is that when I edit a file in Atom, if the disk space is not enough to save it, I find that the file content is erased.</p>
<p dir="auto">This happened to me more than once (yeah I n... | <p dir="auto">Copying code from another source and pasting into an untitled doc causes Atom to crash with no error message. Still happening after restart.</p>
<p dir="auto">Running Xubuntu 14.04</p> | 0 |
<p dir="auto"><em>Please make sure that this is a bug. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em></p>
<p dir="auto"><strong>Syste... | <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>: Yes</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Linux Mint 18.2 Sonya (based on Ubuntu 16.04)</li>
<li><stron... | 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/no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.2.2</td>
</tr>
</tbod... | <p dir="auto">Given an new symfony 3.2 project, with this simple Command :</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<?php
namespace AppBundle\Command;
use Symfony\Component\Console\Command\Command;
use Symfony\Comp... | 1 |
<h1 dir="auto">Describe the bug</h1>
<p dir="auto">With the new version <code class="notranslate">1.4.0</code> the call <code class="notranslate">engine.dialect.has_table</code> fails for sqlite. This didn't happen in the previous version <code class="notranslate">1.3.23</code>.</p>
<p dir="auto"><strong>Note</strong><... | <p dir="auto"><strong>Describe the bug</strong><br>
This code</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import sqlalchemy
print(sqlalchemy.__version__)
engine = sqlalchemy.create_engine('sqlite://')
# this works on 1.3... | 1 |
<p dir="auto">As a rule of thumb, naming conventions should always include some kind of a package/namespace/prefix/suffix to indicate which plugin objects belong to.</p>
<p dir="auto">In this case, there was none of that and ".modal" was used which is now causing a conflict when you use any other plugins with the same ... | <p dir="auto"><a href="http://jsfiddle.net/colllin/jZUbB/" rel="nofollow">http://jsfiddle.net/colllin/jZUbB/</a></p>
<p dir="auto">Unless I'm using it incorrectly... sorry for the bad news :)</p> | 1 |
<h3 dir="auto">Description</h3>
<p dir="auto">Just like the author of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="527656071" data-permission-text="Title is private" data-url="https://github.com/tiangolo/fastapi/issues/731" data-hovercard-type="issue" data-hovercard-url="/tiangolo... | <h3 dir="auto">First check</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c... | 0 |
<h3 dir="auto">Describe your issue.</h3>
<p dir="auto">There is a serious bug in the implementation of Kummer's hypergeometric function. If the first two parameters a, b are real, we have that hyp1f1(a, b, z) should be the conjugate of hyp1f1(a, b, np.conj(z)). This is not always the case. Examples are provided belo... | <p dir="auto">I am using the <code class="notranslate">quad</code> function from <code class="notranslate">scipy.integrate v0.19.1</code> to integrate functions with a square-root like singularity at each end of the integration interval such as for example</p>
<div class="snippet-clipboard-content notranslate position-... | 0 |
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Deno.bench(function a() {
});
Deno.bench(function b() {
});"><pre class="notranslate"><span class="pl-v">Deno</span><span class="pl-kos">.</span><span class="pl-en">bench</span><span ... | <p dir="auto">Hello,</p>
<p dir="auto">I've a behavior in Deno.bench that I cannot explain :</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Deno.bench("noop", () => {});
Deno.bench("noop", () => {});
De... | 1 |
<p dir="auto">Hi React Community, reading the features related to useState and batching, im finding problems where the state is not updated or when i have memoised a method using <code class="notranslate">useCallback</code></p>
<p dir="auto">i would like to suggest about add a method to get the state in useState, an ex... | <p dir="auto">feature request: getState, example, const [state, setState, getState] = useState(null);</p>
<p dir="auto">it is ok to use the simple variable in a dependent uses effect, but not ok in not a dependant use effect.</p>
<p dir="auto">the state is a simple variable. which is closure passed into functions, so ... | 1 |
<p dir="auto">Okay, at risk of looking like a fool, I thought I would turn here for help. Using the versions of several popular javascript libraries below, I am attempting to run some basic tests to see if atom-shell would be useful to me.</p>
<p dir="auto">Versions<br>
atom-shell: 0.12.3<br>
angularjs: 1.3.0<br>
boots... | <p dir="auto">jQuery contains something along this lines:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if ( typeof module === "object" && typeof module.exports === "object" ) {
// set jQuery in `m... | 1 |
<h1 dir="auto">Weekly Report of Dubbo</h1>
<p dir="auto">This is a weekly report of Dubbo. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.<br>
It is all done by <a class="user-mention notranslate" data-hovercard-type="user" dat... | <h1 dir="auto">Weekly Report of Dubbo</h1>
<p dir="auto">This is a weekly report of Dubbo. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.<br>
It is all done by <a class="user-mention notranslate" data-hovercard-type="user" dat... | 0 |
<p dir="auto">The .col-md class is not present in precompiled build.</p> | <p dir="auto">When using the customizer, I made the following change:</p>
<ul dir="auto">
<li>@font-family-sans-serif - Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif</li>
</ul>
<p dir="auto">Left everything else as default and downloaded it. When dropping it, noticed that no definitions for .navbar-collapse. I... | 1 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong> Feature</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">The <code class="notranslate">ref</code> attribute passed to a DOM node can be either a callback or a <code class="notranslate">Re... | <p dir="auto">Before React 16.3 we were able to proxy the same element ref to multiple listeners, for example, to grab hold of the element for internal purposes and also expose it publicly, like so:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipbo... | 1 |
<p dir="auto">this does not seem to work with multiple screens, any plans on extending that feature?</p> | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Currently the new FZ editor only comes up and applies zone layouts to the primary monitor. In order to get a layout on a different monitor, the original custom editor is needed. Bret and Jeff have a design for this change and now they need to im... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">I have tried this steps but it fails to get minions.</p>
<p dir="auto">core@kube-00 ~ $ kubectl get minions<br>
Error: Get <a href="http://localhost:8080/api/v1beta3/minions" rel="nofollow">http://localhost:8080/api/v1beta3/minions</a>: dial tcp 127.0.0.1:8080: connection refused</p>... | <p dir="auto">I was trying to follow these instruction @ <a href="https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/azure.md">https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/azure.md</a> to build some containers and manage it but I can’t... | 1 |
<p dir="auto">From <a href="https://ci.appveyor.com/project/flutter/flutter/build/1.0.10832" rel="nofollow">https://ci.appveyor.com/project/flutter/flutter/build/1.0.10832</a>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="15:03 +2123 ~20: lo... | <p dir="auto">cupertino_picker_demo.dart results in bulid Error.</p>
<p dir="auto"><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/flutter/flutter/commit/2a8e35cc9c42e6957b069439eaa56207afed5ea2/hovercard" href="https://github.com/flutter/flutter/commit/2a8e35cc9c42e6957b06943... | 0 |
<p dir="auto">Okay please check this fiddle out: <a href="http://jsfiddle.net/p97xS/3/" rel="nofollow">http://jsfiddle.net/p97xS/3/</a><br>
So the issue is, When you open or close a popover by clicking the element on which the <code class="notranslate">popover</code> is initiated everything works well. Good!</p>
<p dir... | <p dir="auto">i searched for an already opened issue but did not found any that was reporting this exact problem.</p>
<p dir="auto">I'm trying to use the destroy method on tooltip (bootstrap v3) but it does not remove the element from the DOM.</p>
<p dir="auto">Any idea ?</p>
<p dir="auto">Fiddle : <a href="http://jsfi... | 1 |
<pre class="notranslate">$ cd fmt
$ go vet -x
/Users/r/go/pkg/tool/darwin_amd64/vet doc.go export_test.go fmt_test.go format.go
print.go scan.go scan_test.go stringer_test.go
$ # Add the -v flag
$ /Users/r/go/pkg/tool/darwin_amd64/vet -v doc.go export_test.go fmt_test.go format.go
print.go scan.go scan_test.go stringer... | <p dir="auto">by <strong>vinay.ys</strong>:</p>
<pre class="notranslate">Fresh build of the latest tip (parent: 19011:ae14bde9ce3c tip) failed reflect test.
Build log is attached.
What steps will reproduce the problem?
Reran ./all.bash and it succeeded fine. So, no simple reproduction
Which compiler are you using (5... | 0 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/11151000/45806794-84272480-bcf4-11e8-872c-7828c49657b9.png"><img src="https://user-images.githubusercontent.com/11151000/45806794-84272480-bcf4-11e8-872c-7828c49657b9.png" alt="screenshot 114" style="max-... | <p dir="auto">I have noticed that spider_idle signal is not called when the last issued request is filtered out by dedupe filter.</p>
<p dir="auto">Example spider:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from scrapy import log, signals
... | 0 |
<p dir="auto">This was a nice, though unexpected change with 3.2, but i have one request. Can we pretty please have table-related display options? Obviously I can just add these myself to my instance, but I would love to see this officially supported. The use case is legit to me; something like input group add-ons, whi... | <p dir="auto">I really need ".visible-*-table-cell".</p> | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">I am trying to build latest TF with CUDNN 6.0 + CUDA 8.0 on Ubuntu 14 but it failed with the following error message. I found some similar issue (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="121548025" data-permission-text="Title is private" dat... | <p dir="auto">Hey guys,</p>
<p dir="auto">I can compile the cpu version of tensorflow 1.2.0-rc2 without any problem, however, i am blocked when i try to compile the gpu version. I spend almost the whole day to install tensorflow 1.2.0-rc2 gpu version in our cluster, however there is no lucky.</p>
<h3 dir="auto">Here is... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/requirejs</code> package and had problems.</li>
</ul>
<p dir="auto"><strong>package.json</strong><br>
`<br>
"devDependencies"... | <p dir="auto">I'm getting the following error when I compile my sails project from my lodash typings.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error TS2403: Subsequent variable declarations must have the same type. Variable '_' must be ... | 0 |
<h3 dir="auto">Describe the workflow you want to enable</h3>
<p dir="auto">Currently, there is no way to derive the <em>Sensitivity</em> or the <strong>Specificity</strong> from the confusions matrics<br>
The only way to be calculated is to do it yourself. this can be simple if you are doing a simple binary classifica... | <p dir="auto">I'm not sure if this is intended, but I was confused that the <code class="notranslate">score</code> function after grid search uses a different scorer than the scorer defined in <code class="notranslate">GridSearchCV</code>.</p>
<p dir="auto">Example:</p>
<div class="highlight highlight-source-python not... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">If a exception raise in commit() function, rollback() function would be called and then the exception would be re-raised. The re-raising of the exception may be failed when sqlalchemy work with a coroutine framework such as... | <p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">We have an oracle database with multiple schemas defined. When I try to add a table to a particular schema using SQA (see attached example), the operation fails because a table with the same name is found inside one or mor... | 0 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="s1=pd.Series([True,False,True,True])
s2=pd.Series([True,True,False])
s1.index=pd.MultiIndex.from_tuples( [(0, 2), (1, 1), (1, 2), ... | <p dir="auto">Something seems to be wrong with s1 == s2 when s1 and s2 don't have the same index. Here is a snippet example:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import operator
import pandas
s1 = pandas.Series([1,... | 1 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Feature Idea</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">The --limit option</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.4.0 (d... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">systemd</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.4.0
config file = ... | 0 |
<p dir="auto">I wanna ask where and how to see the log details(exit code 137,what!) when superset container not started:</p>
<p dir="auto">File /home/superset/superset/assets/src/../backendSync.json was saved!<br>
Done in 4.81s.<br>
yarn run v1.12.3<br>
$ NODE_ENV=production webpack --mode=production --colors --progres... | <p dir="auto">Thank you for all your contributions.</p>
<p dir="auto">To keep the project maintainable, please help the community by</p>
<ul dir="auto">
<li>
<p dir="auto"><g-emoji class="g-emoji" alias="put_litter_in_its_place" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f6ae.png">🚮</g-e... | 0 |
<h3 dir="auto">Is there an existing issue for this?</h3>
<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 existing issues</li>
</ul>
<h3 dir="auto">Current Behavior</h3>
<p dir="auto"><code class="notransl... | <h3 dir="auto">Current Behavior:</h3>
<p dir="auto"><code class="notranslate">npm uninstall -g <package></code> doesn't run the <code class="notranslate">preuninstall</code> script</p>
<p dir="auto">Also, <code class="notranslate">npm install -g <package></code> doesn't run the <code class="notranslate">pr... | 0 |
<p dir="auto">source code <code class="notranslate">test.js</code> as below:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function testable(target) {
target.isTestable = true;
}
@testable
class MyTestableClass {}"><pre clas... | 1 | |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: 1.27.1</li>
<li>Operating System: Windows</li>
<li>Browser: MS Edge</li>
<li>Other info: CI/CD on the GitLab platform using windows image containers</li>
</ul>
<h3 dir="auto">Source code</h3>
<p dir="auto"><strong>Config file</strong></p>
<div cla... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.34.3</li>
<li>Operating System: macOS 11.6.1</li>
<li>Browser: All</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" che... | 0 |
<p dir="auto">It seems to me, that the source code of unit-tests.html here <a href="https://angular.io/docs/ts/latest/testing/jasmine-testing-101.html" rel="nofollow">https://angular.io/docs/ts/latest/testing/jasmine-testing-101.html</a> isn't correct. It should be:</p>
<div class="snippet-clipboard-content notranslat... | <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="[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submi... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import seaborn as sns
sns.histplot([20.002347, 20.002347, 51.004152, 19.00218, 20.002346])"><pre class="notranslate"><code class="notranslate">import seaborn as sns
sns.histplot([20.002347, 20.002347,... | <p dir="auto">Hello! It is my first Github bug report, so please let me know if some additional info is needed.<br>
I'm trying to use sns.pairplot for some pandas DataFrame and in result my computers are running out of memory and losing terminals with all the data.<br>
The problem set of digits (csv) can be downloaded ... | 1 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.6.10</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/just_ben1996/5bfs80gk/14/" rel="nofollow">https://jsfiddle.net/just_ben1996/5bfs80gk/14/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ul dir="auto">
<li>Create a component with a :is... | <p dir="auto">vuejs does not behave properly when use v-model with dynamic component .</p>
<p dir="auto">jsfiddle adress:<br>
<a href="http://jsfiddle.net/zuomingcai/4pukLmnc/1/" rel="nofollow">http://jsfiddle.net/zuomingcai/4pukLmnc/1/</a></p>
<p dir="auto">focus the input element in above fiddle and press any key to ... | 1 |
<p dir="auto">After modifying the value of the <code class="notranslate">indices</code> attribute of a <code class="notranslate">csr_matrix</code>, several operations on the matrix produce segfaults. However, other sparse matrix types (<code class="notranslate">lil_matrix</code> and <code class="notranslate">coo_matrix... | <p dir="auto">A <code class="notranslate">csr_matrix</code> can be constructed with malformed data (column indices that are out of bounds) without crashing. This can lead to later segfaults when (I guess) out of bounds memory is accessed. In my application, it didn't crash 100% of the time, but was more random, as is c... | 1 |
<p dir="auto">Running <code class="notranslate">npm run install</code> and <code class="notranslate">npm run start --p 3000</code> locally works no issues using same version of node.<br>
Once deployed using the package.json below I'm receiving errors as in the Heroku Logs below.<br>
Big thanks for all the effort being ... | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">First bug report so patience appreciated. Following an installation of @material-ui/core receive "Invalid hook call". Traced the issue back to any hook in general and react installation location.</p>
<h2 dir="auto">To Reproduce</h2>
<p di... | 0 |
<p dir="auto"><a href="https://github.com/facebook/react/pull/5744" data-hovercard-type="pull_request" data-hovercard-url="/facebook/react/pull/5744/hovercard">facebook/react/pull/5744</a></p>
<p dir="auto">It seems with the newest update v15 when passing props into a child component with the spread operator the consol... | <p dir="auto">React version: 16.13.1</p>
<h2 dir="auto">Steps To Reproduce</h2>
<ol dir="auto">
<li>In a project with React, and react-leaflet@2.7.0</li>
<li></li>
</ol>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import React fr... | 0 |
<p dir="auto">It could be useful to be able to intercept dialog events from webview (alert, confirm, prompt) to be able to implement our own gui.</p>
<p dir="auto">Also it is part of chrome webview events<br>
<a href="https://developer.chrome.com/apps/tags/webview#event-dialog" rel="nofollow">https://developer.chrome.c... | <ul dir="auto">
<li>Output of <code class="notranslate">node_modules/.bin/electron --version</code>: v3.0.8</li>
<li>Operating System (Platform and Version): Ubuntu 18.0.4</li>
</ul>
<p dir="auto">When running electron like:</p>
<p dir="auto">npx electron web/spectron/example/index.js the appPath (via app.getAppPath())... | 0 |
<p dir="auto">I wanted to understand if we could create BDD Style tests similar to the ones that we'd create using cucumber with the playwright test runner. we use the test runner extensively in our playwright automation framework (Visual regression is an example).</p>
<p dir="auto">Kindly advise.</p> | <p dir="auto">Our team has a case to use the BDD test, Playwright has any plan to add their own BDD implementation using the playwright test runner? That would be great if to have.</p>
<p dir="auto">This can help many people who want to use BDD along with Playwright. That's where cucumber became popular 😉</p> | 1 |
<p dir="auto">In Node we have <a href="https://nodejs.org/api/os.html#os_os_eol" rel="nofollow">os.EOL</a> which abstracts the OS.</p>
<p dir="auto">In Deno we have <a href="https://deno.land/std/fs/eol.ts" rel="nofollow">std/fs/eol</a> which is an os-invariant enumeration. The <a href="https://deno.land/typedoc/index.... | <p dir="auto">I get this error; in the Deno 1.23.2.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error: Unable to output during bundling.
Caused by:
0: load_transformed failed
1: failed to analyze module
2: failed to resolve htt... | 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="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | <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... | 1 |
<p dir="auto">Maybe there's some really easy way to make this work in TS that I'm not seeing.</p>
<p dir="auto">I want to load jQuery as an AMD module, not as a global. <code class="notranslate">jquery.d.ts</code>as currently defined does not export a jquery external module. Instead it defines the $ and jQuery variable... | <p dir="auto">In the <code class="notranslate">package.json</code> for this package, currently there is:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""dependencies": {
"@types/react": "*"
},"><pre class="not... | 0 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1462282/79713061-7a272800-8281-11ea-97d5-d5cc2d8f5b1b.png"><img src="https://user-images.githubusercontent.com/1462282/79713061-7a272800-8281-11ea-97d5-d5cc2d8f5b1b.png" alt="image" style="max-width: 100%... | <p dir="auto">When searching 'cmd', can't find command prompt</p> | 1 |
<p dir="auto">Well this is a downer. I just spun up a new build machine and started cruising through the build, probably not paying as much attention as I should. Here's an excerpt:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="checking for ... | <p dir="auto">Summary of situation:<br>
built julia-1.2.0-rc2 from source for centos6 with gcc 6.4.0 and -DGLIBCXX_USE_CXX11_ABI=0<br>
dlopen an .so which embeds some simple julia code. “Lifted” into global namespace with dlopen(RTLD_NOW | RTLD_GLOBAL)<br>
from a maya plugin.</p>
<p dir="auto">jl_init() results in this... | 0 |
<p dir="auto">Hi there,</p>
<p dir="auto">we're currently test driving some of our old scripts remotely from ansible and if we choose to use it probably will for some time.</p>
<p dir="auto">On the one hand ansible makes it really easy to automate workflows that span multiple servers (that we'd like to use) on the othe... | <p dir="auto">Would love to see each 'shell' (&other) command creathave an option that creates a pipe for the duration of the process and pipes it's output into the pipe real time.</p>
<p dir="auto">Doing some long lived load generation and Ansible is crucial, but I don't know how to monitor process, short of addin... | 1 |
<h2 dir="auto">Motivations</h2>
<p dir="auto">A lot of JavaScript library/framework/pattern involve computation based on the property name of an object. For example <a href="http://backbonejs.org/" rel="nofollow">Backbone</a> model, functional transformation <code class="notranslate">pluck</code>, <a href="https://gith... | <p dir="auto">Often a method will take as a string the name of a property of some object that it's working on. A common example would be <a href="http://backbonejs.org/#Model-get" rel="nofollow">http://backbonejs.org/#Model-get</a></p>
<p dir="auto">It would be ideal if TypeScript could provide compile-time checking on... | 1 |
<p dir="auto">The links defined in the following lines of code result in a 404 not found page when browsing the <a href="https://deno.land/manual" rel="nofollow">Deno manual</a>, due to their location being written relative to the repository file structure and not the docs website URL structure.</p>
<p dir="auto">Found... | <p dir="auto">I was confused how my scripts weren't available (even <a href="https://github.com/denoland/deno/issues/8361" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/8361/hovercard">mistakenly blamed $DENO_DIR variable</a>), but turns out my installed scripts aren't available with the exact <... | 0 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">Cannot pickle a plot result if use <code class="notranslate">tight_layout</code> method on the plot with datetime objects.</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<div class="highlight highlight-source-pytho... | <p dir="auto">To help us understand and resolve your issue, please fill out the form to the best of your ability. You can feel free to delete the sections that do not apply.</p>
<h3 dir="auto">Bug report</h3>
<ul dir="auto">
<li>A short 1-2 sentences that succinctly describes the bug</li>
</ul>
<p dir="auto">get functi... | 1 |
<p dir="auto">Is there a simple way to expose the XHR object so that it can be aborted, or is this better off being handled somehow in a response interceptor?</p> | <h4 dir="auto">Describe the bug</h4>
<p dir="auto">Typing definitions in v0.22.0 are incorrect for Axios class methods. Request (eg. <a href="https://github.com/axios/axios/blob/master/index.d.ts#L146">https://github.com/axios/axios/blob/master/index.d.ts#L146</a>) methods typings indicate request data and response sho... | 0 |
<p dir="auto">Hi,</p>
<p dir="auto">For example, I'd like to insert some new layers to VGG model before the dense layers, load the parameters, freeze them and continue training.</p>
<p dir="auto">I followed some old issues, which are popping up the top dense and outupt layers, adding new layers and the dense and output... | <p dir="auto">i want to apply timedistributed to dropout - the reason is i want each timestep to have exactly x% of the features dropped.</p>
<p dir="auto">i am also using batch_shape for my input with a given batch size since this is required for stateful rnn in my full code. when batch size is given the timedistribut... | 0 |
<h1 dir="auto">What / Why</h1>
<blockquote>
<p dir="auto">I've been unable to install anything (e.g. <code class="notranslate">npm install npm-groovy-lint</code>) because of an error that wouldn't go away.</p>
</blockquote>
<h2 dir="auto">When</h2>
<ul dir="auto">
<li>Every time I try <code class="notranslate">npm ins... | <h3 dir="auto">Is there an existing issue for this?</h3>
<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 existing issues</li>
</ul>
<h3 dir="auto">This issue exists in the latest npm version</h3>
<ul clas... | 0 |
<p dir="auto">The thrown TransformationFailedException is swallowed by the form component<br>
it is happening in the code block bellow</p>
<p dir="auto">excerpt from Form.php starting at line 631</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="... | <p dir="auto">Hey!</p>
<p dir="auto">I dig into an issue with the form component.</p>
<p dir="auto">First, the use case:</p>
<p dir="auto">A customer would like to have a date form field splitted in a single text field for the date part and two dropdown fields for the hour and minute. For invalid input, it would like ... | 1 |
<p dir="auto">[x ] I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</p>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto">Text field of this select field should not be cleared when its dropdown is opened.</p>
<h2 dir=... | <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/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">... | 0 |
<p dir="auto">requested by @bartlomieu following our chat on the deno/lobby i'm opening an issue concerning, how can we do to write a plugin in pure C code ?<br>
for exemple:</p>
<p dir="auto">-- hello.c</p>
<div class="highlight highlight-source-c notranslate position-relative overflow-auto" dir="auto" data-snippet-cl... | 1 | |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=cbeams" rel="nofollow">Chris Beams</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8667?redirect=false" rel="nofollow">SPR-8667</a></strong> and commented</p>
<hr>
<p dir="auto"><strong>Affects:</strong> 3.0.6, 3.1... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=gbrehmer" rel="nofollow">Gerrit Brehmer</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7278?redirect=false" rel="nofollow">SPR-7278</a></strong> and commented</p>
<p dir="auto">The recommended way to develop REST-... | 0 |
<h3 dir="auto">System Info</h3>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="transformers branch main"><pre class="notranslate">transformers branch main</pre></div>
<h3 dir="auto">Wrong Codes in examples/pytorch/**_no_trainer.p... | <h3 dir="auto">System Info</h3>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="When I finetuned the text classification model based on the glue no trainer script, I found a bug in our script.
The URL is below:
https://github.com/... | 1 |
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes</li>
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10</li>
<li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if th... | <p dir="auto"><code class="notranslate">tf.keras.layers.Concatenate</code> used to operate in a very straightforward way with the Keras functional API for building DenseNet-esque feedforward networks.</p>
<p dir="auto">The code below works in TF 1.13 but fails in 1.14, 2.0.0a0 and beyond.</p>
<p dir="auto">I also teste... | 1 |
<p dir="auto">I am filing this issue per <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sebmarkbage/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sebmarkbage">@sebmarkbage</a>.</p>
<p dir="auto">See this bin as... | <p dir="auto">Now that flat bundles are mostly done (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="219349987" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/9327" data-hovercard-type="pull_request" data-hovercard-url="/facebook/react/pull... | 0 |
<p dir="auto">The script attached to the 2.0 docs which compresses and generates the javascript is pumping files as as "boostrap.min.js" instead of "bootstrap.min.js"</p> | <p dir="auto">Using this framework has been great every time but I was wondering if you could put back the black/inverse colored labels/buttons in the latest bootstrap release?</p>
<p dir="auto">Thanks for your work and time,</p>
<p dir="auto">Jon Chiappetta</p> | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ 16%] Linking CXX executable ../../bin/example_phase_unwrapping_unwrap
cd /home/khurram/LIBRARIES/OPENCV34/opencv/build/modules/phase_unwrapping && /home/khurram/miniconda3/bin/cmake -E cmake... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV =>3.4.3</li>
<li>Operating System / Platform => Ubuntu14.04</li>
<li>Compiler =>cmake</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">My project runs normal which contains other OpenCV module until I attach parts of... | 0 |
<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/apache/incubator-shardingsphere/issues">GitHub issues</a>.</li>
<li>Rea... | <h3 dir="auto">Which version of ShardingSphere did you use?</h3>
<p dir="auto">5.0.0-alpha</p>
<h3 dir="auto">Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?</h3>
<p dir="auto">ShardingSphere-Proxy</p>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">I use XA transaction configuation, but the... | 0 |
<p dir="auto">This template is for miscellaneous issues not covered by the other issue categories.</p>
<p dir="auto">For questions on how to work with TensorFlow, or support for problems that are not verified bugs in TensorFlow, please go to <a href="https://stackoverflow.com/questions/tagged/tensorflow" rel="nofollow"... | <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>:</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Linux Ubuntu 16.04/Windows 10</li>
<li><strong>TensorFlow instal... | 0 |
<p dir="auto">Over a year ago, we had the <code class="notranslate">kubernetes-build</code> job down <5m. It's now coming in at 30m. Some of that shot up really recently, too, looking at the build time trend:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubuserconten... | <p dir="auto">Version-Release number of selected component (if applicable):<br>
Server Version: version.Info{Major:"1", Minor:"4+", GitVersion:"v1.4.0-alpha.0.1310+8741217179860e", GitCommit:"8741217179860e9f0ce37997c810f61170a3672a", GitTreeState:"clean", BuildDate:"2016-07-07T06:54:04Z", GoVersion:"go1.6.2", Compiler... | 0 |
<p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">Hi Three Team,</p>
<p dir="auto">i am facing a great Perfomance drop while setting the correct color encoding for an cubemap used as scene.environment.</p>
<p dir="auto">The drop occours in: WebGLProgram @ three.module.js:18311</p>
<p dir="auto">Thx<br>
... | <p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">The introduction of <code class="notranslate">SRGB8_ALPHA8</code> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="999998796" data-permission-text="Title is private" data-url="https://github.com/mrdoob/three.js/issue... | 1 |
<p dir="auto">CSS for Table is a little wonky when viewed in IE 11 most egregious issues are TableFooter and TableRow do not respect the padding or spacing</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have search... | <p dir="auto">Icon button color = unset, disabled = true -> disabled color<br>
Icon button color = primary | accent | contrast, disabled = true -> primary | accent | contrast color</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbo... | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/414" rel="nofollow">http://projects.scipy.org/numpy/ticket/414</a> on 2007-01-08 by trac user lbolla, assigned to unknown.</em></p>
<p dir="auto">[[BR]]<br>
Wrong results are given by subtract.reduce and divide.reduce, with respect to the... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/413" rel="nofollow">http://projects.scipy.org/numpy/ticket/413</a> on 2007-01-08 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rkern/hovercard" data-octo-click="hovercard-link-click" data-oct... | 1 |
<h2 dir="auto">🐛 Bug</h2>
<p dir="auto">Hello, I’m running a GAN model with some second-order regularization. The training went well at the beginning and the loss decreased. However, after a random period of time, ranging from 3000-8000 updates, the segfault occurs and the training was terminated automatically.</p>
<h... | <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">Hello, I’m running a GAN model with some second-order regularization. The training went well at the beginning and the loss decreased. However, after... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => : 3.4.1:</li>
<li>Operating System / Platform => :MacOS High Sierra 10.13.6:</li>
<li>Compiler => :Xcode 10.0:</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">command prompt : make -j2</p>
<p dir="auto">Scanning ... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.1.2 dev</li>
<li>Operating System / Platform => Mac OS X 64 Bit 10.15.1</li>
<li>Compiler => Python 3.6</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">Hello all, I recently retrained a model and wanted to run ... | 0 |
<p dir="auto">There is a lot of semi-duplication / differences in the <code class="notranslate">Series()</code> and <code class="notranslate">DataFrame()</code> methods.</p>
<p dir="auto">Maybe it's worth taking a look through them and regularising.</p>
<p dir="auto">Fwiw, I prefer <code class="notranslate">tostring</... | <p dir="auto">I've needed this feature 3 or 4 times recently.<br>
The way I've typically done it is by making a new dataframe, concatenating the many dataframes after renaming their columns to identify to which dataframe they originally belonged, dropping all NA from the concatenated dataframe, and then splitting up th... | 0 |
<p dir="auto"><strong>Glide Version</strong>: 3.8.0</p>
<p dir="auto"><strong>Integration libraries</strong>: none</p>
<p dir="auto"><strong>Device/Android Version</strong>: any</p>
<p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:</p>
<p dir="auto">I try to load a gradient, which is ... | <h2 dir="auto">Idea</h2>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Glide.with(this).load(bitmap).into(imageView);
Glide.with(this).load(drawable).into(imageView);"><pre class="notranslate"><span class="pl-smi">Glide</span>.<s... | 1 |
<ol dir="auto">
<li>Load stocks app.</li>
<li>Wait for it to load completely.</li>
<li>Tap a row.</li>
<li>Wait for the transition to complete.</li>
<li>Hit back.</li>
</ol>
<p dir="auto"><code class="notranslate">[StockRowPartKey AAPL:arrow]</code> is seen twice somehow.</p> | <p dir="auto">There should be real way to execute code in background. I know that this is a duplicate. But it is FFF***ing hard to create a simple alarm clock using a Framework that "almighty Google" supports.</p> | 0 |
<p dir="auto">The plotting functions on DataFrames always have grid=True. This overrides user settings in matplotlibrc.</p>
<p dir="auto">If you have to created a desired default plot style with the rc file, you want every plot to show with this style unless otherwise specified.<br>
Because pandas overrides this settin... | <p dir="auto">When using df.plot() to creat a simple line chart from a dataframe, the expected behavior is that, if no 'grid' keyword is passed, the plot will default to the matplotlib 'axes.grid' rcParam setting to determine whether to show a grid or not. However (in 0.16), the grid is always being shown, regardless ... | 1 |
<h2 dir="auto">Feature Request</h2>
<p dir="auto"><strong>For English only</strong>, other languages will not accept.</p>
<p dir="auto">Please pay attention on issues you submitted, because we maybe need more details.<br>
If no response anymore and we cannot make decision by current information, we will <strong>close i... | <p dir="auto">Please answer these questions before submitting your issue. Thanks!</p>
<h3 dir="auto">2.0.0.M1</h3>
<h3 dir="auto">各节点都更新成功</h3>
<h3 dir="auto">执行操作后,无响应</h3>
<h3 dir="auto">表t_order</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conten... | 0 |
<p dir="auto">When making higher order functions that return functions, type parameters are not preserved in return type. Notice in the following example how <code class="notranslate">identityM</code> has the generic type parameter <code class="notranslate">A</code> changed into <code class="notranslate">{}</code>, res... | <p dir="auto">Motivating example (one of many):</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function compare<T>(lhs: T, rhs: T): boolean {
return lhs === rhs;
}
if(compare('1', 1)) { // Expected: Error -- I made 'com... | 1 |
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// https://msdn.microsoft.com/en-us/library/windows/apps/hh700334.aspx
tempFolder.createFileAsync("tempfile.txt", Windows.Storage.CreationCollisionOption.replaceExisting)
... | <p dir="auto">I have the following code:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" query(id: number) {
return this.$http
.get('/api/Entity/' + id)
.then(function (data) {
retu... | 1 |
<p dir="auto">I'm trying to get TensorBoard working with Keras.<br>
It looks like I'm able to run an initial model with tf (1.12.0) and keras (2.1.6-tf). I have some simple code. Listed below:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboar... | <p dir="auto">TensorBoard in Keras crashes deep in the callbacks for the end-of-epoch. Here's a simplified version of the code:</p>
<h1 dir="auto">The Code</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import pandas as pd
import keras
from k... | 1 |
<p dir="auto">Discussed in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="75355912" data-permission-text="Title is private" data-url="https://github.com/angular/angular/issues/1818" data-hovercard-type="issue" data-hovercard-url="/angular/angular/issues/1818/hovercard" href="https:/... | <p dir="auto">In the existing material design library for Angular 1, there are some components that use a concept of "responsive attributes". Say you have a component like <code class="notranslate">md-grid-list</code>, which has an attribute <code class="notranslate">cols</code>. You can specify the value conditionally... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mlarchet" rel="nofollow">Mathieu Larchet</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-1718?redirect=false" rel="nofollow">SPR-1718</a></strong> and commented</p>
<p dir="auto">When configuring a PropertyPlaceHol... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=radim.tlusty" rel="nofollow">Radim Tlusty</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6379?redirect=false" rel="nofollow">SPR-6379</a></strong> and commented</p>
<p dir="auto">it's probably related to <a class=... | 0 |
<p dir="auto">Hi folks,<br>
Wondering if someone can please help with this import error on a fresh install.</p>
<p dir="auto">Background: Recently started a new conda environment with a couple of basics like jupyter, numpy, scipy. I'm using MacOS High Sierra 10.13.4, and python3.7</p>
<p dir="auto">The specific error i... | <h2 dir="auto">Steps to reproduce:</h2>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import functools
from absl import app
import jax
from jax.experimental import maps
from jax.experimental.pjit import PartitionSpec
from jax.... | 0 |
<p dir="auto">I am getting this error when printing an array or a sparse matrix:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Virals-MacBook-Pro 05:50:20 {master} ~/julia$ ./julia
_
_ _ _(_)_ | A fresh approach t... | <p dir="auto">On <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/JuliaLang/julia/commit/2e56f22f2151f20ae3e670bdf9d529927d648024/hovercard" href="https://github.com/JuliaLang/julia/commit/2e56f22f2151f20ae3e670bdf9d529927d648024"><tt>2e56f22</tt></a> and Mac OS 10.9 I get:</p>... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.