text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<ul dir="auto">
<li>VSCode Version: 0.10.11</li>
<li>OS Version: Windows 10 1511</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<p dir="auto">In a typescript file, have</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let varNam... | <p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/f111fei/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/f111fei">@f111fei</a> on February 23, 2016 6:14</em></p>
<p dir="auto">version: 0.10.1... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.1.0</li>
<li>Operating System / Platform => Linux 4.4.0</li>
<li>Compiler => See below</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">On a multi-core system, <code class="notranslate">setNumThreads</code> doesn... | <h5 dir="auto">System information Raspberry PI 4 Centos7</h5>
<ul dir="auto">
<li>OpenCV => 4.2</li>
<li>Operating System / Platform => Centos 7 / ARMV7L</li>
<li>Compiler => CMAKE3</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">In the installation process, after cloning openCV from official... | 0 |
<h4 dir="auto">Code Sample</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> pd.to_timedelta(0.123_456_789, unit='s').components
Components(days=0, hours=0, minutes=0, seconds=0, milliseconds=123, microseconds=457... | <p dir="auto">I think this is rounding prematurely, though not entirely sure. Could also just be loss of precision when converting from a float -> int64.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [12]: pd.to_datetime(1434743731.8770... | 1 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1408" rel="nofollow">http://projects.scipy.org/scipy/ticket/1408</a> on 2011-03-11 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rgommers/hovercard" data-octo-click="hovercard-link-click" dat... | <p dir="auto">the result is that it will raise an error when any of the sub-block has a 0 dimension.</p>
File "/usr/local/lib/python2.7/dist-packages/scipy/sparse/construct.py", line 579, in bmat
raise ValueError('blocks[:,%d] is all None' % bcol_lengths.argmin())
ValueError: blocks[:,0] is all None | 0 |
<p dir="auto">I am using <code class="notranslate">pandas.__version__==0.14.0</code>.<br>
This is my first bug report in github so excuse my possibly poorly formatted submission.</p>
<p dir="auto">This bug report might be related to, or duplicate:</p>
<ol dir="auto">
<li><a class="issue-link js-issue-link" data-error-t... | <p dir="auto">Timestamp stores the value in a <code class="notranslate">datetime64[ns]</code> internal representation. For most purposes this is fine, but I'd love if I could choose the internal precision, for example to use <code class="notranslate">datetime64[s]</code> instead.</p>
<p dir="auto">When I do timeseries ... | 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>.):</p>
<p dir="auto"><strong>What keywords did you search in... | <p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="144290180" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/23576" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/23576/hovercard" href="... | 0 |
<p dir="auto">I've been writing a custom debug adapter for vscode and have been running into the following issue:</p>
<p dir="auto">When deploying your extension in server mode ( at least I haven't tested on extension host mode ), and the you drop stop the client abruptly, for any reason, whilst the front-end is still ... | <p dir="auto">Whenever there is a long running debug adapter request and a spinner appears in the UI, this spinner does not disappear when the session is terminated (in fact the full variables viewlet does not disappear in this case). Since starting a new debug session does not work in this situation, only a window rel... | 1 |
<p dir="auto">I was trying to compile my project directly to ES6 and use <a href="https://github.com/zloirock/core-js">core-js</a> for shims (they seem to cover a lot more than es6-shim), but it looks like I get a an error:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="... | <p dir="auto">Is there a reason for not using <a href="https://github.com/zloirock/core-js">core-js</a>? From the <a href="http://kangax.github.io/compat-table/es6/#typescript" rel="nofollow">es6 compat table</a> core-js covers a lot more than <a href="http://kangax.github.io/compat-table/es6/#es6shim" rel="nofollow">e... | 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/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<p dir="auto">I've been ... | <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 |
<p dir="auto">I'm finding a very odd issue that I was able to replicate on multiple machines.</p>
<p dir="auto">I have an html+js app that I wrapped around with Electron. I am having problem with the MacOS distribution.<br>
There is one HTML text field that won't let me paste text into it. This bug only happens after I... | <p dir="auto">I’ve run into an <a href="https://github.com/coolwanglu/neovim.as/issues/7" data-hovercard-type="issue" data-hovercard-url="/coolwanglu/neovim-e/issues/7/hovercard">odd issue testing the <em>Neovim.AS</em> Atom Shell app</a>, where I cannot get its window to accept keyboard input on OS X 10.10.2 when I st... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald" rel="nofollow">Keith Donald</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4747?redirect=false" rel="nofollow">SPR-4747</a></strong> and commented</p>
<p dir="auto">Web Flow 2 introduces the following pre... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=robertm" rel="nofollow">Robert Macaulay</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3398?redirect=false" rel="nofollow">SPR-3398</a></strong> and commented</p>
<p dir="auto">If you make a call to preventTransac... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Feature Idea</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">azure_rm_common.py</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">The current definition of the azure_rm common module utils doesn't allow overriding the various built-in endpoints (auth, table/blo... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">lineinfile in combination with_items</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content... | 0 |
<p dir="auto">From <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="53765208" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/3318" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/3318/hovercard" href... | <p dir="auto">Currently all flags are defined in the binary which makes a big mess. We need some way to deal with duplicate names.</p>
<p dir="auto">cc @kubernetes/goog-control-plane</p> | 0 |
<p dir="auto">Hi! I can install jax but not jaxlib on debian stretch with python3.9.</p>
<p dir="auto">What version do I need to get this to work? Is it even possible?</p>
<p dir="auto">Thanks for any help!!</p>
<p dir="auto">Dockerfile:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-a... | <p dir="auto">Potentially related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="916640295" data-permission-text="Title is private" data-url="https://github.com/google/jax/issues/6932" data-hovercard-type="issue" data-hovercard-url="/google/jax/issues/6932/hovercard" href="https:... | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto">Using FuncAnimation with a generator causes a crash when the generator raises a StopIteration.</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clip... | <p dir="auto">Using the widget "Cursor" with "use but=True" occurs the occurrence of duplicate crosshairs.<br>
When "useblit=False" work correct."Cursor" is activated in the event of a button (PyQt5)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conte... | 0 |
<h3 dir="auto">Preflight Checklist</h3>
<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 <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.... | <h3 dir="auto">Preflight Checklist</h3>
<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 <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.... | 1 |
<p dir="auto">This surprised me; happens at both the REPL and in scripts (and no startup file).</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> 1*2
2
julia> a*b = b*a # errors as I expect:
ERROR: error in method ... | <p dir="auto">Not sure if this is intended:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> UUID
ERROR: UndefVarError: UUID not defined
julia> using Random: UUID
julia> UUID(x::String) = UUID(rand(UInt128)) #... | 1 |
<p dir="auto">I keep on trying to do courses but seem to be unable to open any section. (JavaScript, Html j Query and so on) . Keep on getting the same error "Oops! Something went wrong. Please try again later"</p> | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-bring-your-javascript-slot-machine-to-life" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-bring-your-javascript-slot-machine-to-life</a> has an issue.</p>
<p dir="auto">When trying to edit the code to update the slot boxes... | 0 |
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="728455034" data-permission-text="Title is private" data-url="https://github.com/denodrivers/mysql/issues/87" data-hovercard-type="issue" data-hovercard-url="/denodrivers/mysql/issues/87/hovercard" href="https://github.com/... | <p dir="auto"><strong>Use case</strong>: As a a module developer, I want to run periodic tasks during the execution of my module. This can be accomplished via <code class="notranslate">setTimeout</code> or <code class="notranslate">setInterval</code> for example. However, I do not want these timers to block the exit... | 1 |
<p dir="auto">by <strong><a href="mailto:eleanor@games-with-brains.com">eleanor@games-with-brains.com</a></strong>:</p>
<pre class="notranslate">Add a function to reflect which allows a channel to be created via reflection given the
type of the element it should contain. Should obviously also include the ability to
spe... | <pre class="notranslate">src/pkg/path/filepath/path_windows.go says that "ListSeparator = ':'". This is
an error because paths are separated by ';' in Windows.</pre> | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">use case:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from sqlalchemy import *
from sqlal... | <p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">poc should allow us to consolidate <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="384627265" data-permission-text="Title is private"... | 1 |
<p dir="auto"><strong>Description</strong><br>
Symfony currently uses:</p>
<p dir="auto"><code class="notranslate">if ('\\' !== DIRECTORY_SEPARATOR) { // PHP does not run in Windows }</code></p>
<p dir="auto">in many places. This could be changed to something like:</p>
<p dir="auto"><code class="notranslate">if (Operat... | <p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="430118081" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/30955" data-hovercard-type="pull_request" data-hovercard-url="/symfony/symfony/pull/30955/hovercard" href="https://gith... | 0 |
<p dir="auto">Have I written custom code: Yes<br>
OS Platform and Distribution: Linux Ubuntu 17.04<br>
TensorFlow installed from: source<br>
TensorFlow version: 1.6.0-rc1<br>
Python version: 3.6<br>
Bazel version: 0.10<br>
GCC/Compiler version: 6.0<br>
CUDA/cuDNN version: CUDA 9.1 cuDNN 7.0.5<br>
GPU model and memory: ... | <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>:<br>
Linux Ubuntu 16.04</li>
<li><strong>TensorFlow installed from... | 1 |
<p dir="auto">I'm building scipy from the latest source for the first time, running on Ubuntu in WSL2 on Windows 11. I tried following <a href="https://scipy.github.io/devdocs/dev/contributor/conda_guide.html#conda-guide" rel="nofollow">the conda guide</a>, but am getting errors when building. Searching around for the ... | <p dir="auto">I ran into a problem running <code class="notranslate">dev.py</code> that appears to be caused by the shebang line <code class="notranslate">#!python3</code> in the file <code class="notranslate">scipy/_build_utils/cythoner.py</code>. If I change it to <code class="notranslate">#!/usr/bin/env python</cod... | 1 |
<p dir="auto">This has started to happen to me yesterday out of the blue. I have Mac Pro OS v 10.9.5. Now I can't even provision my machines properly - Mac just reboots (it hangs on the first run, after I ^C and run another one - it reboots).<br>
I've tried applying fix from the note above to sshpass 1.05 and tried to ... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<ul dir="auto">
<li>Dependencies</li>
<li>Conditionals</li>
<li>Playbooks</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-... | 0 |
<p dir="auto">Enable a filtered query to apply filter to both parent and child documents but return parent documents for has_child query.</p>
<p dir="auto">e.g.<br>
curl -X PUT "<a href="http://localhost:9200/foobar" rel="nofollow">http://localhost:9200/foobar</a>" -d "{"mappings":{"Foo":{},"Bar":{"_parent":{"type":"Fo... | <p dir="auto">this issue is based on the thread at location<br>
<a href="https://groups.google.com/forum/?hl=en&fromgroups#!topic/elasticsearch/VCwQoZ1Aj4I" rel="nofollow">https://groups.google.com/forum/?hl=en&fromgroups#!topic/elasticsearch/VCwQoZ1Aj4I</a></p>
<p dir="auto">requesting to allow using update AP... | 0 |
<p dir="auto">Microsoft Windows [Versión 10.0.18363.836]<br>
PowerToys Release v0.18.1<br>
PowerToys Run Module</p>
<p dir="auto">PowerToys Run Shortcut doesn't work at all. try to call it with different shortcuts, but it never pops up.</p>
<p dir="auto">The v0.18 worked well. I have uninstalled and reinstalled and eve... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [Version 10.0.18362.836]
PowerToys version: v0.18.1
PowerToys: PowerToys Run"><pre class="notranslate"><code class="notranslate">Windows build nu... | 1 |
<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"><pre class="notranslate"><code class="notranslate">[x] bug report
</code></pre></div>
<p dir="auto"><strong>Current behavior</st... | <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 =&... | 1 |
<p dir="auto">Compiling the following code:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=""use strict";
export default class {};"><pre class="notranslate"><span class="pl-s">"use strict"</span><span class="pl-kos">;</... | <p dir="auto">Reported by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kuon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kuon">@kuon</a> in:<a class="issue-link js-issue-link" data-error-text="Failed to load... | 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/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"> 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... | 0 |
<p dir="auto">If you know how to fix the issue, make a pull request instead.</p>
<ul class="contains-task-list">
<li>[x ] I tried using the <code class="notranslate">@types/xxxx</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" chec... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I tried using the <code class="notranslate">@types/xxxx</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-che... | 0 |
<p dir="auto">I'm getting the following error:</p>
<p dir="auto"><code class="notranslate">Uncaught SecurityError: Blocked a frame with origin "http://localhost:8080" from accessing a frame with origin "https://w.soundcloud.com". The frame requesting access has a protocol of "http", the frame being accessed has a prot... | <h3 dir="auto">Version</h3>
<p dir="auto">2.6.14</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codepen.io/toshirin/pen/GROapeK" rel="nofollow">codepen.io</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto">
<li>Go to: <a href="https://codepen.io/toshirin/pen/GROapeK" rel="nofollow">... | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1564" rel="nofollow">http://projects.scipy.org/scipy/ticket/1564</a> on 2011-11-20 by trac user laserson, assigned to unknown.</em></p>
<p dir="auto">Hi all,</p>
<p dir="auto">I have been looking for the source of some segfaults I have be... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/720" rel="nofollow">http://projects.scipy.org/scipy/ticket/720</a> on 2008-08-08 by trac user aisaac, assigned to unknown.</em></p>
<p dir="auto">NumPy has <code class="notranslate">trapz</code> in the <code class="notranslate">function_b... | 0 |
<p dir="auto">First of all, thanks for provide great tools for e2e testing</p>
<p dir="auto">But do it possible do thing like in cypress components test currently ?</p>
<p dir="auto"><a href="https://docs.cypress.io/guides/component-testing/introduction" rel="nofollow">https://docs.cypress.io/guides/component-testing/i... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.32.0</li>
<li>Operating System: macOS 13.2</li>
<li>Browser: Chromium</li>
</ul>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="test('Associated Content Edit... | 0 |
<h3 dir="auto">Is this a bug report or feature request?</h3>
<p dir="auto">Bug</p>
<p dir="auto"><a href="https://github.com/julien-f/issue-babel-env-duplicate">Repro repo</a>.</p>
<h3 dir="auto">Input Code</h3>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-sn... | <p dir="auto">See: <a href="https://github.com/babel/babel/pull/7869/files#r189395861">https://github.com/babel/babel/pull/7869/files#r189395861</a></p>
<blockquote>
<p dir="auto">Hey all, I'm concerned about this. Now that we've defined the ability to pass options to Babylon plugins, ordering becomes critical. What if... | 0 |
<h5 dir="auto">Description of the problem</h5>
<p dir="auto">It would be great to have the option to render in grayscale. It could be implemented as a new tonemapping type and set in renderer.tonemapping.</p> | <p dir="auto">I see that there's been some work done in the past in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="386811031" data-permission-text="Title is private" data-url="https://github.com/mrdoob/three.js/issues/15360" data-hovercard-type="pull_request" data-hovercard-url="/mr... | 1 |
<p dir="auto">Add ability to flip from vertical to horizontal bar charts</p> | <p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p>
<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 superset logs for python stacktraces and included it here as te... | 1 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<p dir="auto">bug</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Setup:</p>
<ul dir="auto">
<li>A Component with a counter in it to track the number of renders.</li>
<li>A container... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
Bug</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
A specific order of unmounting and remounting <code class="notranslate">unstable_createReturn</code>s from <code class="notranslate">react-call-... | 0 |
<p dir="auto">The e2e test <code class="notranslate">Load capacity [Feature:Performance] should be able to handle 30 pods per node</code> fails frequently in the scalability test suite with the error: <code class="notranslate">/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/density.go:144... | <p dir="auto">Examples:<br>
<a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce-scalability/4970/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce-scalability/4970/</a><br>
<a href="http://kubekins.dls.corp.google.com/view/Critical%... | 1 |
<p dir="auto">Hi, I am the maintainer of the <a href="https://github.com/Sh1d0w/multi_image_picker">multi_image_picker</a> plugin. A developer has reported an issue, where when you return from an Activity, a TextField no longer can open the keyboard if you focus the text field.</p>
<p dir="auto">When you invoke the ima... | <p dir="auto">Running flutter gallery, in text_field_demo.dart, if I type any string of letters into the Name field, an underline appears beneath them. After I press enter, this underline persists. However, once I click the field again, the underline disappears, and does not reappear after pressing enter a second time.... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=juan.farre" rel="nofollow">Juan Antonio Farré Basurte</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8123?redirect=false" rel="nofollow">SPR-8123</a></strong> and commented</p>
<p dir="auto">I've noticed that Simp... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=youngm" rel="nofollow">Mike Youngstrom</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2359?redirect=false" rel="nofollow">SPR-2359</a></strong> and commented</p>
<p dir="auto">I'm trying out 2.0 rc3-SNAPSHOT build... | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<h1 dir="auto">Proposed technical implementation details (optional)</h1> | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Currently, if I put a window into a zone, then take it out of the zone, it retains the size of the zone. There should be an option for it to go back to it's original, or "pre-zoned" size.</p>
<h1 dir="auto">Proposed technical implementation detail... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald" rel="nofollow">Keith Donald</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7544?redirect=false" rel="nofollow">SPR-7544</a></strong> and commented</p>
<p dir="auto">Currently empty form fields are mapped ... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald" rel="nofollow">Keith Donald</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7380?redirect=false" rel="nofollow">SPR-7380</a></strong> and commented</p>
<p dir="auto">ParserConverter, which invokes parser.p... | 1 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.36]</li>
<li>Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.]</li>
<li>Browser: [All, Chromium, Firefox, WebKit]</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-lis... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.32.2</li>
<li>Operating System: Windows 10</li>
<li>Browser: Chromium</li>
<li>Other info:</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... | 0 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
The transpilation result of generator functions is incomplete when a specific preset is enabled.</p>
<p dir="auto"><strong>Input Code</strong><br>
The following code doesn't transpile correclty with the "firefox >= 45" preset enabled.... | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong></p>
<p dir="auto">Class with a generator method like this:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Foo {
method(){
thia.val = 10... | 1 |
<p dir="auto">Given this rust:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="class apple {
let one_field_is_required: int;
new() {
self.one_field_is_required = 0;
for [1,2,3].each |_x| {}
// let _dummy = 4;
... | <p dir="auto">The compiler panics when you put an extern function inside a structure implementation.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="struct Dummy;
impl Dummy {
pub extern fn printme() {
println!("Hello...")... | 0 |
<p dir="auto">I was trying to build <a href="https://github.com/maurizi/rgtk/tree/update-to-latest-master">https://github.com/maurizi/rgtk/tree/update-to-latest-master</a></p>
<p dir="auto">The backtrace is below:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipbo... | <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">Part of what made node.js take off so much wasn't the http server, but rather, the runtime's ability to allow developers to use JS to write a server, mobile app, and even hardware.</p>
<p dir="auto">In that same spirit, wouldn't it be advantageous to add direct support for serial, usb, ble, etc?</p>
<p d... | <p dir="auto">This is a list to track the Web APIs (as per <a href="https://developer.mozilla.org/en-US/docs/Web/API" rel="nofollow">MDN API specifications list</a>) that are implemented in Deno.</p>
<ul class="contains-task-list">
<li class="task-list-item">
<p dir="auto"><input type="checkbox" id="" disabled="" class... | 1 |
<p dir="auto">On Android there's a bug in the margin/paddings/floats CSS of the radio buttons.</p>
<p dir="auto">See:</p>
<ul dir="auto">
<li>On Android (bug): *</li>
</ul>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/000b6f157a6f9e93a735d3e3ce7763ce02274b... | <p dir="auto">Checkboxes defined as per the examples render with the text floating at least half a line higher than the actual check box.</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<label class="checkbox"&... | 1 |
<p dir="auto">This is something similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="287601442" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/10363" data-hovercard-type="issue" data-hovercard-url="/numpy/numpy/issues/10363/hovercard" hr... | <p dir="auto">If only given 0d inputs, even if they are of type <code class="notranslate">ndarray</code>, ufuncs will decay their output to a scalar via <code class="notranslate">[()]</code> (as noted in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="30352675" data-permission-text="... | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto">matplotlib.pyplot picture is corrupted when the picture is too wide</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<p dir="auto">A minimum working example is here:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" di... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">If I try to save a figure with 1024**3 pixels or more, the Python interpreter crashes.</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<p dir="auto">The following script segfaults for me on two separate machines:</p... | 1 |
<p dir="auto">Using <code class="notranslate">atom --safe</code>, Version 0.152.0</p>
<p dir="auto">OS X 10.9.5</p>
<p dir="auto">Nothing is logged to the developer console on crash. Seems to happen when editing any file.</p>
<p dir="auto">The file rename is successful in every case.</p>
<p dir="auto">Anywhere else I s... | <p dir="auto">I was deleting a file and selected "Move to Trash".</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Process: Atom Helper [18018]
Path: /Applications/Atom.app/Contents/Frameworks/Atom Helper.app/Conte... | 1 |
<p dir="auto">I have a problem to update an entity which have more than 250 fields in a form. No assert validator, and a basic template twig.</p>
<p dir="auto">On PHP 5.4:<br>
In SF2.1, no problem, I sumbit the form, it takes 1-2 seconds to do that.<br>
In SF2.2 or 2.3, I have a "maximum execution time" error ! I try t... | <p dir="auto">Hello,</p>
<p dir="auto">I upgraded to Symfony 2.3 recently an application.</p>
<p dir="auto">This application has a form with 500 rows and 5 fields in each rows: 2500 fields.</p>
<p dir="auto">With Symfony 2.3 and the button support feature the form takes 110 seconds (70% of the total request processing ... | 1 |
<p dir="auto">... because we include <code class="notranslate">es6-shim.d.ts</code> in our transitive typings.</p> | <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 =&... | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/2175" rel="nofollow">http://projects.scipy.org/numpy/ticket/2175</a> on 2012-06-21 by trac user eyurtsev, assigned to unknown.</em></p>
<p dir="auto">An error message comes up when I try to pickle the result of<br>
numpy.mean on a masked ... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/2155" rel="nofollow">http://projects.scipy.org/numpy/ticket/2155</a> on 2012-06-11 by trac user r0k3, assigned to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/pierregm/hovercard" data-octo-clic... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=al0" rel="nofollow">Oleksandr Alesinskyy</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2503?redirect=false" rel="nofollow">SPR-2503</a></strong> and commented</p>
<p dir="auto">I have following context.xml</p>
<p... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=hpaluch" rel="nofollow">Henryk Paluch</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-344?redirect=false" rel="nofollow">SPR-344</a></strong> and commented</p>
<p dir="auto">There is an problem in JPetStore applica... | 0 |
<h2 dir="auto">🐛 Bug</h2>
<p dir="auto">I'm using the nightly build: 1.0.0.dev20181123. This issue is very similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="377413314" data-permission-text="Title is private" data-url="https://github.com/pytorch/pytorch/issues/13569" data-ho... | <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">Gradients aren't backpropagated when all three conditions are met:</p>
<ol dir="auto">
<li>Use <code class="notranslate">torch.utils.checkpoint</cod... | 1 |
<p dir="auto">I have a figure that I need to compile using PGF backend because the \Game symbol is incorrect (another issue will be opened for that problem).</p>
<p dir="auto">But when I do, the curves bounding the fill seem to get cropped to the visible window, which breaks the fill, as seen here:</p>
<p dir="auto"><a... | <h3 dir="auto">Problem</h3>
<p dir="auto">I usually want to zoom into some specific regions of a plot. Using the "rectangle" method feels slow given that Google Maps and similar services allow zooming using the mouse wheel.</p>
<h3 dir="auto">Proposed Solution</h3>
<p dir="auto">There are some work-arounds available on... | 0 |
<p dir="auto">When creating html with <code class="notranslate">df.style</code> e.g.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="df.style.apply(color_f, axis=1).render()"><pre class="notranslate"><span class="pl-s1">df</s... | <p dir="auto">I am working on a financial simulation (<a href="https://github.com/MartinPyka/financial_life">financial_life</a>), in which I would like to collect my timeseries data in a DataFrame during simulation. However, while looking through several posts on StackOverflow and experimenting with timeit, I noticed t... | 0 |
<p dir="auto">Describe what you were doing when the bug occurred:</p>
<ol dir="auto">
<li>Go to profile tag</li>
<li>Click to record</li>
<li>After stop recording, click on any commits.</li>
</ol>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.9.0-75726fadfd</p>... | <blockquote>
<p dir="auto">mergeObjectsWithNoDuplicateKeys(): Tried to merge two objects with the same key: %s</p>
</blockquote>
<p dir="auto">Understandably general given that this is used to merge a couple things, but the actual use case is when <code class="notranslate">getIntialState</code> or <code class="notransl... | 0 |
<p dir="auto">I came across this while trying to see the English analyzer, but I forgot to change <code class="notranslate">tokenizer</code> to <code class="notranslate">analyzer</code>.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="GET /_ana... | <p dir="auto">This is basically the opposite of how the histogram currently acts: fixed interval and dynamic number of buckets.</p>
<p dir="auto">My use case is that I would like to build a price range style aggregation for filtering products:</p>
<p dir="auto">$0 - $100<br>
$101 - $200<br>
$201 - $300<br>
$301 - $400<... | 0 |
<p dir="auto">I took this example navbar from the Bootstrap docs page (<a href="http://getbootstrap.com/components/#navbar-default" rel="nofollow">http://getbootstrap.com/components/#navbar-default</a>) but I'm using an input-group instead of a form-group inside navbar-form.</p>
<p dir="auto">See example: <a href="http... | <p dir="auto">When you have an input-group (I've only tested it with a button) inside a navbar the form doesn't align and makes the navbar height way longer.</p> | 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 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">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
A clear and concise description of the behavior.</p>
<p dir="auto"><strong>Input Code</strong></p>
<ul dir="auto">
<li>REPL or Repo link if applicable:</li>
</ul>
<p dir="auto"><a href="https://babeljs.io/repl#?babili=false&browsers=... | <p dir="auto">The following snippet:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="(function(x, f = () => x) {
var x;
var y = x;
x = 2;
return [x, y, f()];
})(1)"><pre class="notranslate"><span class="pl-kos">(</... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> win <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alexandrudima/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensio... | 0 | |
<p dir="auto"><strong>TypeScript Version:</strong> 1.8.10</p>
<p dir="auto"><strong>Code</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export default new class Foo {
@someDecorator
someMethod() {}
}"><pre class="no... | <p dir="auto">Not sure if this is by design or not, but the following gives a compile error of "Decorators are not valid here" with TypeScript 1.8:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let testClass = new class {
t... | 1 |
<p dir="auto">np.argsort([7,4,5])</p>
<blockquote>
<p dir="auto">array([1, 2, 0])</p>
</blockquote>
<p dir="auto">Expected behaviour should be array([2,0,1])</p> | <p dir="auto">The argsort function seems to be broken. Looking at the code provided, the argsort for rows [0, 1] is correct but it's messed up for rows [2, 3].<br>
I tested this on different NumPy installations and versions 1.11.0 and 1.12.0</p>
<div class="highlight highlight-source-python notranslate position-relativ... | 1 |
<p dir="auto">zoom rectangle can't work in 3d</p> | <p dir="auto">Chances are, this will probably fall on me to address, but I am documenting it here in case someone else realizes the issue.</p>
<p dir="auto">When creating 3d axes in the old manner (ie, ax = Axes3D(fig)), the panning and zooming features are completely useless and often produces incomprehensible results... | 1 |
<p dir="auto">If you know how to fix the issue, make a pull request instead.</p>
<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/xxxx</code> package and had problems.</li>
<... | <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/sequelize</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="ta... | 0 |
<p dir="auto">The below was reported by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/HDembinski/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/HDembinski">@HDembinski</a> in a comment on <a class="issue-link j... | <h3 dir="auto">Describe your issue.</h3>
<p dir="auto">Currently there are two ways to lint changes locally. <code class="notranslate">tools/lint_diff.py</code> behaves as expected (and is what is ran in the CI job) whereas <code class="notranslate">dev.py lint</code> picks up lots up unrelated changes.</p>
<h3 dir="au... | 1 |
<h3 dir="auto">Context</h3>
<p dir="auto">The next <strong>RubyOnRails</strong> version will include support for websockets (<a href="http://nithinbekal.com/posts/rails-action-cable/" rel="nofollow">read about it</a> or <a href="https://github.com/rails/rails/pull/22586" data-hovercard-type="pull_request" data-hovercar... | <p dir="auto">Hi everyone,</p>
<p dir="auto">We had this discussion before, but at a point when we didn't have composer yet. I would like to bring this topic up again now.</p>
<h5 dir="auto">Problem (updated December 5, 2012)</h5>
<p dir="auto">I just had a longer discussion with <a class="user-mention notranslate" dat... | 0 |
<p dir="auto">If you know how to fix the issue, make a pull request instead.</p>
<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/xxxx</code> package and had problems.</li>
<... | <p dir="auto">Sorry I don't have much more info as I can't currently spend time investigating the root cause but I thought I would bring this discussion to your attention <a href="http://stackoverflow.com/questions/41232228/running-npm-start-fails-due-to-error" rel="nofollow">http://stackoverflow.com/questions/41232228... | 0 |
<p dir="auto">I've been thinking about this for a while; and I thought I should share the notion.<br>
I'm happy to have it shouted down as a bad idea (particularly if a good explanation is given),<br>
but I figured I should share, incase it is infact a good idea.</p>
<p dir="auto"><a href="http://docs.julialang.org/en/... | <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ julia -v
julia version 0.7.0-beta
$ time julia -e 'println("hello world")'
hello world
real 0m0.406s"><pre class="notranslate">$ julia -v
julia version 0.7.0-beta
$ ... | 0 |
<p dir="auto">In sagaconfigurationloader.loadconfigurationproperties method of distributed transaction saga, sagaconfigurationloader. Class. Getclassloader(). Getresource (configuration_file) is used to read saga.properties. When the project runs as a jar package, it will report the wrong path and cannot find the file.... | <p dir="auto">Please answer these questions before submitting your issue. Thanks!<br>
开源不易,我们希望将精力放在完成新功能和解决有价值的问题上,为了让大家的配合更具有效率,请填写以下列出的全部问题</p>
<h3 dir="auto">Which version of Sharding-Jdbc do you using?(您使用的Sharding-Jdbc版本为?)</h3>
<p dir="auto">2.0.3</p>
<h3 dir="auto">Expected behavior (您预期的结果是)</h3>
<p dir="auto"... | 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/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"> 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... | 0 |
<p dir="auto">hi, guys, i wrote a Filter whice extends ActionFilter.Simple , and override the method : apply(String action, ActionResponse response, ActionListener listener). when i invoke method: client.prepareSearch, the apply method was invoked twice whice is not i wanted, once is enough. is there sth i missed... | <p dir="auto">A standard GET by ID results in a single log entry in the audit log. Search (_search) results in two identical log entries. Every time.</p>
<ul dir="auto">
<li>Default ES 1.6.0 installation.</li>
<li>Added latest Shield.</li>
<li>Added "search_admin" user.</li>
</ul>
<p dir="auto">Everything works great o... | 1 |
<h4 dir="auto">Description</h4>
<p dir="auto">Some OpenML datasets cannot be fetched due to an <code class="notranslate">IndexError</code> when converting the arff data.</p>
<h4 dir="auto">Steps/Code to Reproduce</h4>
<p dir="auto">This happens for multiple datasets, e.g. dataset ids 25, 46, 62.<br>
Code to reproduce ... | <p dir="auto">OpenML <a href="https://www.openml.org/d/62" rel="nofollow">'zoo' dataset</a> fails to load.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> import sklearn.datasets
>>> sklearn.datasets.fet... | 1 |
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-target-elements-by-class-using-jquery" rel="nofollow">http://freecodecamp.com/challenges/waypoint-target-elements-by-class-using-jquery</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p>
<p... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-create-a-javascript-slot-machine" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-create-a-javascript-slot-machine</a> has an issue.</p>
<p dir="auto">The four Javascript slot machine exercises all display the JS section of ... | 1 |
<h4 dir="auto">Description</h4>
<p dir="auto">Output of SVC.decision_function for one observation depends on the other observations --> it is not independant.</p>
<h4 dir="auto">Steps/Code to Reproduce</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy... | <h3 dir="auto">Describe the workflow you want to enable</h3>
<p dir="auto">In my dreams, a new <code class="notranslate">InferenceData</code> class would simplify training and prediction to look more like</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-... | 0 |
<h3 dir="auto">Bug summary</h3>
<p dir="auto">Pyplot can't parse mathtext string, where there is a latin chatacter after greek letter (with spacing of course)</p>
<h3 dir="auto">Code for reproduction</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-... | <p dir="auto">I've noticed there is push in the documentation for using objects over the pyplot functions. I agree that this the best way to use Matplotlib(other than the set_ get_ methods). The problem I have is that Jedi(used in Spyder IDE and other editors) doesn't recognize the return types of some Matplotlib funct... | 0 |
<p dir="auto">When adding something like the following to pubspec.yaml:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="flutter:
assets:
- ../../../../some_file"><pre class="notranslate"><code class="notranslate">flutter:
assets:
- ... | <p dir="auto">This was specifically happening with font assets. A font folder was unexpectedly being created as a sibling to the build directly.</p> | 1 |
<p dir="auto">Seen on <code class="notranslate">rustc 0.12.0-pre-nightly (4d4eb1023 2014-08-02 23:36:09 +0000)</code></p>
<p dir="auto">When compiling my <a href="https://github.com/TyOverby/irc-message/tree/e66c15e216720a2af23325a150318ea2c2d8bc4b">irc message parsing library</a> rustc uses as much CPU and memory as i... | <h1 dir="auto">Test Case</h1>
<p dir="auto">To reproduce, download the two files in this gist and attempt to build <code class="notranslate">mkrust.rs</code>:</p>
<p dir="auto"><a href="https://gist.github.com/bkoropoff/537951c596ba24166f06">https://gist.github.com/bkoropoff/537951c596ba24166f06</a></p>
<h1 dir="auto">... | 1 |
<p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8</p>
<p dir="auto"><strong>Code</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="async function scanPorts() {
let result = await Promise.all(devi... | <p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8.9</p>
<p dir="auto"><strong>Code</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Promise.all([Promise.resolve('')]); // has type Promise<Promis... | 1 |
<p dir="auto">Current<code class="notranslate">tf.data.dataset</code>class only support <code class="notranslate">padded_batch</code> method which would pad every component into same shape, but there are cases that some component may not be padable, e.g., in object detection input pipeline, the ground truth calsses and... | <p dir="auto">Current TF dataset class only support fixed size padding for batching different sized input elements, however there are cases like in object detection, we may need to batch images according to their aspect ratios, i.e., push images with similar aspect ratio into one batch and pad them with minimal extra p... | 1 |
<p dir="auto">Firebase Auth sendPasswordReset does not handle errors correctly when the email address does not exist. I receive this error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="W/BiChannelGoogleApi(15859): [FirebaseAuth: ] getGoogleA... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">flutter 0.5.1</p>
<ol dir="auto">
<li>a form in AnimatedSize</li>
<li>Tap any textfield</li>
<li>keyboard show up with a white padding to overlap all widget<br>
similar issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2807427... | 0 |
<p dir="auto">It could be cool that Image.network send an event when the image is ready to display.</p> | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[00036.034] 02660.02697> EXCEPTION CAUGHT BY SERVICES
[00036.038] 02660.02697> The following SocketException was thrown resolving a single-frame image stream:
[00036.038] 02660.02697> Faile... | 1 |
<p dir="auto">use .gitignore to know which files and folders not to search into (think <code class="notranslate">node_modules</code> or <code class="notranslate">packages</code>)</p> | <ul dir="auto">
<li>VSCode Version: 1.0.0 (1.0.0)</li>
<li>OS Version: OSX 10.11.4 (15E65)</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Create a new project with git repository initialised.</li>
<li>Create a folder /foo/bar</li>
<li>Add a symlink from /foo/bar to /bar <code class="notranslate">l... | 0 |
<p dir="auto">Please:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate issues.</li>
</ul>
<p dir="auto">I am running <code class="notranslate">JAX</code> on a <code class="notranslate">Fedora 35</code>... | <p dir="auto">Please:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate requests.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Des... | 0 |
<p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8.9</p>
<p dir="auto"><strong>Code</strong></p>
<p dir="auto">With the following function</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function foo(a) {
... | <p dir="auto">Consider,</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function isString(obj: any): obj is string {
return typeof typeof obj === "string";
}
function foo(value: (string|number)): number {
if (... | 0 |
<p dir="auto">This week <a href="https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/VAEv-MUFGC8" rel="nofollow">Chrome announced their intent to ship WebGL 2.0</a> so I guess it's about time to start adding support!</p>
<p dir="auto">There are already some PRs that add support to <code class="notranslate"... | <p dir="auto">This is about the way you manage smoothing groups in OBJLoader <a href="https://github.com/mrdoob/three.js/blob/dev/examples/js/loaders/OBJLoader.js#L583-L602">(your remark about it)</a> and more generally about BufferGeometry Groups rendering.</p>
<blockquote>
<p dir="auto"><a class="user-mention notrans... | 0 |
<p dir="auto">A min or max aggregation of a date field returns a floating point number, epoch milliseconds, despite it being internally stored as a long. Should it really return an long? In some rare cases, will floating point not return an entirely accurate answer?</p> | <p dir="auto">I store 64-Bit-Twitter-IDs in a long field in Elasticsearch documents:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""tweetId": {
"type": "long"
}"><pre class="notranslate"><code class="notranslat... | 1 |
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-target-a-specific-child-of-an-element-using-jquery" rel="nofollow">http://freecodecamp.com/challenges/waypoint-target-a-specific-child-of-an-element-using-jquery</a> has an issue. Please describe how to reproduce it, and include links to scree... | <h4 dir="auto">Challenge Name</h4>
<p dir="auto"><a href="http://beta.freecodecamp.com/en/map" rel="nofollow">http://beta.freecodecamp.com/en/map</a></p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">If you collapse or expand the "Responsive Web Design" sub-list from the map list, it expands or collapses the wh... | 0 |
<p dir="auto"><code class="notranslate">OptionsResolve::resolve</code> method produces <code class="notranslate">Options::all</code> call before validating option values. <code class="notranslate">Options::all</code> call then executes normalizers with options that have not been validated yet. This makes it impossible ... | <div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<?php
/** @Route */
class Controller
{
/** @Route */
method action()
}"><pre class="notranslate"><span class="pl-ent"><?php</span>
<span class="pl-c">/** @Route */</s... | 0 |
<p dir="auto">I was viewing the <a href="https://flask.palletsprojects.com/en/2.0.x/testing/" rel="nofollow">testing docs</a> and found that the <code class="notranslate">create_app</code> function imported for the fixture is not used. Also <code class="notranslate">flaskr</code> is not imported directly, only the <cod... | <p dir="auto">Hello everybody.</p>
<p dir="auto">Please, forgive my poor english, and do not get me wrong, my question is not malicious.</p>
<p dir="auto">Actually, are any plans to reach version 1.0? Or at least reach a new version?</p>
<p dir="auto">1.0, or a more fluid release versions can be a way to attract more u... | 0 |
<p dir="auto">Describe what you were doing when the bug occurred:</p>
<ol dir="auto">
<li>In React Profiler, under bar chart, clicked one of the components</li>
<li></li>
<li></li>
</ol>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.0.6-a39d9c3</p>
<p dir="auto... | <p dir="auto">PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE</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 n.value (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:16721)<br>
at m (chrome... | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>... deal flutter build apk</li>
<li>...</li>
<li>...</li>
</ol>
<h2 dir="auto">Logs</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Reading input...
Reading program jar [D:\FlutterSD... | <p dir="auto">We have an issue with Flutter connected to Cloud Firestore in offline mode.</p>
<p dir="auto">Specifically, if you have a ListView builder that displays data from a <strong>Firestore Collection</strong>:</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto... | 0 |
<p dir="auto">Looking for a way to get a parsed <code class="notranslate">deno info</code> object in user.land. Is there a way to avoid implementing it?</p> | <p dir="auto">JavaScript in the browser does not check imports for environmental (ex: dom use in workers) errors. Deno, however, by default does. This creates problems for browser based code running in deno. We need a flag to skip this checking so that deno behaves like the browser.</p>
<p dir="auto">Example: I have a ... | 0 |
<p dir="auto">!TypeError: Path must be a string. Received null! when trying to debug in Node using VSC Insiders. Works fine in regular VSC.</p> | <p dir="auto">Using VSCode 0.10.10-insider on Windows 7</p>
<p dir="auto">I can no longer debug my JavaScript in this build. It just throws this error</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/563860/13458737/2bef9a1e-e0c3-11e5-82fa-0e1dae4e... | 1 |
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import require = require('collisionExportsRequireAndAlias_file1'); // Error
//!!! Duplicate identifier 'require'. Compiler reserves name 'require' in top level scope of an external modu... | <p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8.x</p>
<p dir="auto"><strong>Code</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// A self-contained demonstration of the problem follows...
functi... | 0 |
<h3 dir="auto">Describe the workflow you want to enable</h3>
<p dir="auto">As a user who specify weighted metrics/scoring such as balanced accuracy, I would like the scoring <code class="notranslate">GridSearchCV</code> uses for optimising and <code class="notranslate">best_score_</code> to be weighted as well. Based o... | <h4 dir="auto">Description</h4>
<p dir="auto"><code class="notranslate">GridSearchCV</code> and <code class="notranslate">RandomizedSearchCV</code> do not allow for passing parameters to the <code class="notranslate">scorer</code> function. This could be made possible by adding an extra <code class="notranslate">scorer... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.