text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">The <code class="notranslate">encoding/binary</code> package performs more slowly writing <code class="notranslate">uint{8,16,32,64}</code> data vs the corresponding <code class="notranslate">int{8,16,32,64}</code> data. The performance when writing <code class="notranslate">*uints</code> and <code class=... | <pre class="notranslate">The reflect slow path showed up in pprof for a uint64 data type:
<a href="https://code.google.com/r/cafxx-golang/source/detail?r=20d0244f15dc2584b540c90437f70ce7ab840219" rel="nofollow">https://code.google.com/r/cafxx-golang/source/detail?r=20d0244f15dc2584b540c90437f70ce7ab840219</a></pre> | 1 |
<p dir="auto">Playwright has a utility <code class="notranslate">toMatchScreenshot</code> that will test a screenshot of something against a predefined image that is in it's snapshot directory. I would like for it to test against an image that is at an arbitrary absolute path. If I pass in an arbitrary path, it will co... | <p dir="auto">We currently have <code class="notranslate">expect(screenshot).toMatchSnapshot(name[, options])</code> which is nice when comparing against at snapshot but it doesn't work when comparing a screenshot against a reference website which is useful for doing visual regression to see what has changed. I propose... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18363.815
PowerToys version: 0.17.0
PowerToy module for which you are reporting the bug (if applicable): FancyZones"><pre class="notranslate"... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.778
PowerToys version: 0.17.0
PowerToy module for which you are reporting the bug: FancyZones"><pre class="notranslate"><code class="no... | 1 |
<p dir="auto">When creating an <em>EffectComposer</em> with an <a href="https://github.com/mrdoob/three.js/blob/master/examples/js/postprocessing/OutlinePass.js"><em>OutlinePass</em></a> in the pipeline, the alpha channel is discarded.</p>
<p dir="auto">This is demonstrated in this <a href="https://jsfiddle.net/3foLr7s... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">After commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mrdoob/three.js/commit/b3cf1c73c279d7d9788d4a9735d17dcb7893b50c/hovercard" href="https://github.com/mrdoob/three.js/commit/b3cf1c73c279d7d9788d4a9735d17dcb... | 1 |
<p dir="auto">Hello, I found Scrollspy doesn't support Chinese ID Targets.</p>
<p dir="auto">In order to reproduce the bug, I post <a href="https://gist.github.com/wzpan/6350387">a gist</a>. It looks almost the same to the example from official Doc. A slight difference is that I modify one element's id("mdo") into a Ch... | <p dir="auto">The alert types can be customized with alert-info, alert-sucess, alert-error and alert-danger corresponding to resp. blue, green, red, red alert boxes.</p>
<p dir="auto">Please add an explicit warn style alert-warn.<br>
Note that this would correspond to the default orange alert.</p>
<p dir="auto">The rea... | 0 |
<h3 dir="auto">Description</h3>
<p dir="auto">Hello team - First of all, not sure if this is a bug.</p>
<p dir="auto">I'm having trouble setting up Python logging with Jax without running into log spam issues.</p>
<p dir="auto">The following code works as expected:</p>
<div class="highlight highlight-source-python notr... | <h3 dir="auto">Description</h3>
<p dir="auto">Importing <code class="notranslate">jaxlib.mlir._mlir_libs._mlir</code> (and by extension any modules depending on these, including <code class="notranslate">jaxlib</code> and <code class="notranslate">jax</code>), seems to render python's logging module unable to work.</p>... | 1 |
<p dir="auto">Please help, the site changes and loads behind the menu bar, the "x" button will not close the side bar. True for all safari, bing, chrome, and even using browsec Vpn. Not sure what could be causing this. Wanted to practice waypoints on the phone away from desktop to continue JavaScript lessons.</p>
<p d... | <p dir="auto">Hi,<br>
I just can't use the website with Safari as of the release of the new design.<br>
At any given time there is a blank panel on the right site of the webpage, the only links I can click on are map and chat, they both pop out a new panel that overlaps the blank one, but if I close the panel it does n... | 1 |
<p dir="auto"><a href="https://scikit-learn.org/stable/modules/model_evaluation.html#multimetric-scoring" rel="nofollow">Using multiple metric evaluation</a> has the following example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>>... | <h4 dir="auto">Description</h4>
<p dir="auto">The implementation of <code class="notranslate">_multimetric_score</code> will call every scorer individually. <a href="https://github.com/scikit-learn/scikit-learn/blob/0.19.1/sklearn/model_selection/_validation.py#L545">HERE</a></p>
<p dir="auto">Unfortunately, these scor... | 1 |
<h3 dir="auto">Description</h3>
<p dir="auto">when run scrapy shell <a href="https://zhuanlan.zhihu.com/p/344192245" rel="nofollow">https://zhuanlan.zhihu.com/p/344192245</a></p>
<p dir="auto">display:<br>
�“MemoryError: Cannot allocate write+execute memory for ffi.callback(). You might be running on a system that pre... | <h3 dir="auto">Description</h3>
<p dir="auto">I have simple Scrapy script which fails on Ubuntu 18 with weird memory error.<br>
Works fine on local Mac, but fails on remote host.<br>
Looks like a openSSL issue. Any advice is appreciated.</p>
<h3 dir="auto">Steps to Reproduce</h3>
<p dir="auto">Simply run scrapy script<... | 1 |
<p dir="auto">For some reason, the specified behavior in ES6 JavaScript (or "JavaScript 2015") of nodeLists having default iterators that allow you to iterate through them with behavior similar to <code class="notranslate">values()</code> or a <code class="notranslate">for..of</code> loop isn't defined in Babel yet.</... | <p dir="auto">I was reading this MDN page on for...of: <a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Statements/for...of" rel="nofollow">https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Statements/for...of</a> and they mentioned that you could use it with stuff from the DOM like ... | 1 |
<p dir="auto">Search for contacts saved on Outlook (365 not outlook.com)</p>
<p dir="auto">I have over 2,000 contacts in Outlook and it's very frustrating to find a contact’s phone number. On the Mac, you simply spotlight, type the name of the person and you have their phone number.</p>
<p dir="auto">I want to invoke P... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Adding links to control panel items and stuff like Device Manager would be cool - this would replace Keypirinha completely for me and many others I imagine!</p>
<p dir="auto">EDIT: Woops, feel free to add Powertoys Run to the title.</p> | 0 |
<h3 dir="auto">Body</h3>
<p dir="auto"><code class="notranslate">days_ago</code> is deprecated <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1141944778" data-permission-text="Title is private" data-url="https://github.com/apache/airflow/issues/21653" data-hovercard-type="pull_reque... | <h3 dir="auto">Body</h3>
<p dir="auto"><code class="notranslate">days_ago()</code> is deprecated <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1141944778" data-permission-text="Title is private" data-url="https://github.com/apache/airflow/issues/21653" data-hovercard-type="pull_req... | 1 |
<h2 dir="auto">Issue description</h2>
<p dir="auto">The gradient of <code class="notranslate">torch.clamp</code> when supplied with <code class="notranslate">inf</code> values is <code class="notranslate">nan</code>, even when the <code class="notranslate">max</code> parameter is specified with a finite value. Normally... | <h2 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature</h2>
<p dir="auto">Recurrent Dropout for RNN, GRU and LSTM.</p>
<h2 dir="auto">Motivation</h2>
<p dir="auto">The concept of dropout to sequence models has been ... | 0 |
<p dir="auto">Hi there after the new update my avast detected atom as a virus and as blocked it. I tried uninstalling and reinstalling it but continues to block it. What must I do?</p>
<p dir="auto">See image<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/7794... | <p dir="auto">Atom version: 0.136.0</p>
<p dir="auto">From atom 0.136.0, the following two files are falsely detected as: Win32:Malware-gen:<br>
atom-0.136.0\build\windows\Setup.exe<br>
atom-0.136.0\build\windows\Update.exe</p>
<p dir="auto">Avast version: 2015.10.0.2206<br>
Virus signatures version: 141021-0</p>
<p di... | 1 |
<h2 dir="auto">Question 1</h2>
<p dir="auto">I find that there are many unnecessary duplications in the (webpack) bundle (output)result, to be specific, they all are the helpers(like <code class="notranslate">classCheck</code>, <code class="notranslate">objectSpread</code>(due to the <code class="notranslate">object-sp... | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
<code class="notranslate">@babel/traverse</code> tries to throw a <code class="notranslate">Duplicate declaration</code> error for key duplicates in different ambient module declarations in one file. <code class="notranslate">@babel/pars... | 0 |
<p dir="auto">Google Chrome Extension does not work anymore.</p>
<p dir="auto">Google Chrome is up to date<br>
Version 83.0.4103.116 (Official Build) (64-bit)</p>
<p dir="auto">Most of the time, the new developer tabs never show up.</p>
<p dir="auto">If I kill the whole process and re-load it, sometimes it will load, s... | <h1 dir="auto">Note this issue is due to <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=1085215" rel="nofollow">CR bug 1085215</a></h1>
<p dir="auto"><strong>It is impacting several other popular extensions as well- including React, Redux, Relay, and Vue devtools.</strong></p>
<hr>
<p dir="auto">React v... | 1 |
<p dir="auto">Am trying to setup Context Api for my project but i get an error that i cannot wrap my head around, i have two files one for the data context,<br>
createDataContext is the name of the file<br>
import React, {useReducer} from 'react';</p>
<p dir="auto">export default (reducer, actions, defaultValue) => ... | <p dir="auto">Am trying to setup Context Api for my project but i get an error that i cannot wrap my head around, i have two files one for the data context,<br>
createDataContext is the name of the file<br>
import React, {useReducer} from 'react';</p>
<p dir="auto">export default (reducer, actions, defaultValue) => ... | 1 |
<p dir="auto">Having such graph: <a href="http://console.neo4j.org/r/9cwo4x" rel="nofollow">http://console.neo4j.org/r/9cwo4x</a></p>
<p dir="auto">The query works fine for the most of my cases, but in this particular case it takes an eternity to complete and returns many duplicates. Is there a way to avoid such behavi... | <p dir="auto">I tried to delete a node in neo4j console /web admin and it did not work.</p>
<p dir="auto">2013-10-15 12:39:53.473+0000 ERROR [o.n.k.i.t.TxManager]: TM error tx commit<br>
javax.transaction.HeuristicRollbackException: Failed to commit, transaction rolledback ---> javax.transaction.xa.XAException<br>
a... | 0 |
<p dir="auto">Your conversions between Rust Futures and JS Promises is probably mature, but thought I'd make you aware of this new crate owned by Rust team members Alex Crichton and Nick Fitzgerald, <a href="https://crates.io/crates/wasm-bindgen-futures" rel="nofollow">wasm-bindgen-futures</a>. It might allow you to r... | <p dir="auto">Running Cargo install deno results in the following error:</p>
<p dir="auto">Compiling deno_runtime v0.117.0<br>
error[E0432]: unresolved import <code class="notranslate">tokio_metrics::RuntimeMonitor</code><br>
--> /home/justdave/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deno_runtime-0.117.... | 0 |
<p dir="auto">I am in the process of following the exact steps as mentioned in the scipy contributer guide in order to obtain a development version of scipy . When I run the code ' python3 runtests.py -v ' on terminal , on after passing 22% of the test , it gives an error :</p>
<p dir="auto">scipy/linalg/tests/test_dec... | <p dir="auto">Hello!</p>
<p dir="auto">I'm a first-time contributor and attempting to set up a dev environment by following the instructions here: <a href="https://docs.scipy.org/doc/scipy/reference/dev/contributor/quickstart_ubuntu.html#quickstart-ubuntu" rel="nofollow">https://docs.scipy.org/doc/scipy/reference/dev/c... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x?] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https... | <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
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https:... | 0 |
<p dir="auto">The example of the <code class="notranslate">std::num</code> module speaks for itself. I can count at least three grammatical forms among the function descriptions:</p>
<ul dir="auto">
<li>indicative form (<code class="notranslate">abs: Computes the absolute value.</code>);</li>
<li>imperative form (<code... | <p dir="auto">With a lot of library code expected to change before the 1.0 release, it doesn't make much sense to do this now, but the core and std libraries should use a consistent style for API documentation. The <a href="https://github.com/mozilla/rust/wiki/Doc-using-rustdoc">wiki</a> makes some attempt at specifyin... | 1 |
<p dir="auto">Version: 1.0.0<br>
OS Version: Microsoft Windows NT 10.0.18362.0<br>
IntPtr Length: 8<br>
x64: True<br>
Date: 08/01/2020 18:47:51<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 |
<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 ... | <p dir="auto">When doing a static export with assetPrefix defined in next.config.js, stylesheet does not link properly.</p>
<p dir="auto">Script files are included as <code class="notranslate"><assetPrefix>/_next/<...>/index.js</code>, while the css file is included as <code class="notranslate">/_next/stati... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report
[x] feature request
[ ] support request"><pre class="notranslate"><code class="notranslate">[ ] bug report
... | <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 ] feature request"><pre class="notranslate"><code class="notranslate">[x ] feature request
</code></pre></div>
<p dir="... | 0 |
<p dir="auto">I couldn't find any issue for this one, thus it must be a new regression we are having here. The log can be accessed at: <a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce/12127/consoleFull" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/j... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[Fail] Port forwarding With a server that expects a client request [It] should support a client that connects, sends data, and disconnects [Conformance]
/go/src/k8s.io/kubernetes/_output/dockerized/g... | 1 |
<p dir="auto">Many comments in the .less-Files start with <code class="notranslate">//**</code> which in a lot of programming languages is equal to a multi-column comment (<code class="notranslate">/* ... */</code>). Therefore any IDE not perfectly adjusted to LESS syntax highlighting (such as VisualStudio) tend to int... | <p dir="auto">I'm not sure why the comments in the <code class="notranslate">variables.less</code> got changed to this style <code class="notranslate">//**</code>, but it my opinion it was a brave move.</p>
<p dir="auto">For me at least it prevents compilation when using the nodejs compiler <code class="notranslate">le... | 1 |
<p dir="auto">weird, Issues lists 66, and on clicking issues I get a big fat zero.<br>
So having no issues to peruse to avoid duplication, here goes.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" * Testing of dev-python/c... | <p dir="auto">Hello! I have problem I used celery with redis to send sms reminder, But now celery alway send me 2 sms/task. <code class="notranslate">(INFO/ForkPoolWorker-1, INFO/ForkPoolWorker-2)</code>, Celery can't revoke task and it alway discard task like this</p>
<div class="snippet-clipboard-content notranslate ... | 0 |
<p dir="auto">The descenders of letters are cut off in <code class="notranslate">TextField</code> when viewed in Firefox:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/5354752/32858022-fa046710-ca17-11e7-9601-232d14f1b7d9.png"><img width="200" alt="image" src=... | <p dir="auto">The latest release of Material-UI (v1.0.0-beta.9) doesn't render correctly.</p>
<blockquote>
<p dir="auto">Error in ./node_modules/material-ui/Chip/Chip.js<br>
Module not found: Can't resolve '../svg-icons/Cancel'</p>
</blockquote>
<ul class="contains-task-list">
<li class="task-list-item"><input type=... | 0 |
<p dir="auto"><strong>Steps to reproduce and a minimal demo of the problem</strong></p>
<p dir="auto">create a new A2RC1 app with angular-cli:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ng new blah
cd blah
npm start"><pre class="notranslat... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request =&g... | <p dir="auto">Create platform-node inside this repository, to be consumed by Angular Universal and other packages that would rely on platform-node. By having it inside this repository, the package will be tested and updated alongside the core, and will be maintained by the core team.</p>
<p dir="auto">The API should be... | 1 |
<ul dir="auto">
<li>VSCode Version: 1.0.0</li>
</ul>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1449826/14949863/b48dcbde-104d-11e6-983e-c9a0ad4ee2c3.png"><img src="https://cloud.githubusercontent.com/assets/1449826/14949863/b48dcbde-104d-11e6-98... | <p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vsccarl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vsccarl">@vsccarl</a> on March 10, 2016 1:2</em></p>
<p dir="auto">When defining multi... | 1 |
<p dir="auto">When you are typing on iOS, every time you hit a character the cursor is supposed to stop blinking. In a Flutter app, the cursor keeps blinking while you are typing, which is extremely distracting and a tad bit disconcerting as you can momentarily lose track of the text that is being inserted. (Interestin... | <p dir="auto">The text cursor should temporarily stop blinking when typing, hitting backspace (especially noticeable when holding down the backspace key), or when moving the text cursor.</p>
<p dir="auto">With the current behavior, the text cursor keeps blinking, which makes it sometimes hard to see which character in ... | 1 |
<p dir="auto">Hi folks,</p>
<p dir="auto">Currently in Theano I am using images2neibs to partition the image in smaller patches embedded in the architecture (an online step). However, in PyTorch, at first sight, no information regarding this feature is available.</p>
<p dir="auto">Cheers</p> | <p dir="auto">Would be good to have N-dimensional convolution and separate im2col-col2im ops, like in caffe: <a href="https://github.com/BVLC/caffe/blob/master/src/caffe/util/im2col.cu">https://github.com/BVLC/caffe/blob/master/src/caffe/util/im2col.cu</a></p> | 1 |
<p dir="auto">Minimal example:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np
from sklearn.model_selection import cross_val_score, GridSearchCV
from sklearn.base import ClassifierMixin, BaseEstimator
clas... | <p dir="auto">I'm sure this has been proposed before, but I haven't been able to find a duplicate issue. Anyways, the idea is to enable <code class="notranslate">StratifiedKFold</code> in <code class="notranslate">model_selection</code> to handle multilabel (multiclass with non-mututally exclusive categories) data. I... | 0 |
<p dir="auto">Describe what you were doing when the bug occurred:<br>
1.<br>
2.<br>
3.</p>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.2.1-3816ae7c3</p>
<p dir="auto">Call stack: at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108<b... | <p dir="auto">PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE</p>
<p dir="auto">I got this error when I click 'Ranked'.</p>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.0.4-3c6a219</p>
<p dir="auto">Call stack: at chrome-extension://fmkadmapgofadopljbjfkapd... | 1 |
<p dir="auto">For some inputs which have a step change, scipy.interpolate.interp1d returns incorrect values.</p>
<p dir="auto">The conditions for this to happen are:</p>
<ol dir="auto">
<li>The same x value should be present twice in the input with different y values, and</li>
<li>Some random property of the input: if ... | <p dir="auto">I would like to reuse the my numpy code that applies a function to a numpy matrix for application to sparse matrices. However, the or operation (<strong>or</strong>) is not supported for Boolean matrices. For example, the following code fails after converting the dok matrix to a csr matrix.</p>
<div cla... | 0 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">When using named arguments for x and y, the plots created with plt.plot respectively ax.plot are keeping empty. plt.errorbar (or ax.errorbar) are producing the desired output (see code below).<br>
The <a href="https://matplotli... | <p dir="auto">When I execute the following command:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="python3 -c "import matplotlib.pyplot as plt; plt.plot(x=[0,1], y=[0,1]); plt.show()""><pre class="notranslate"><code class="notranslat... | 1 |
<p dir="auto">Applying navbar-fixed-top to the navbar class adds unwanted behavior when forms or drop downs are used in the navbar.</p>
<p dir="auto">This can be seen in the BS examples;</p>
<ol dir="auto">
<li>try clicking in a form field at <a href="http://getbootstrap.com/examples/jumbotron/" rel="nofollow">http://g... | 1 | |
<p dir="auto"><strong>Issue</strong><br>
I am implementing custom dtypes for symbolic types: Variable, Expression, Formula, where the algebra is more or less:</p>
<ul dir="auto">
<li><code class="notranslate"><ExpressionOperand> ::= <Variable> | <Expression></code></li>
<li><code class="notranslate">&... | <p dir="auto">With NumPy master, it is currently impossible to override <code class="notranslate">ndarray @ other</code> if <code class="notranslate">other</code> also implements <code class="notranslate">__array_ufunc__</code>.</p>
<p dir="auto">Consider:</p>
<div class="highlight highlight-source-python notranslate p... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run "ver" at a command prompt]
Microsoft Windows [Version 10.0.18363.900]
PowerToys version:
0.19.2
PowerToy module for which you ar... | <p dir="auto">Microsoft Windows [Version 10.0.18363.900]<br>
PowerToys version: 0.19.1<br>
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run</p>
<p dir="auto">When I activate PT Run with the Alt-Space hot-key, the application does not always place the cursor in the search box.</p>
<p di... | 1 |
<p dir="auto">I have a system with limited network bandwidth. if I make an upload or download large file operation using the requests library, the single request is consuming the whole available bandwidth of the system. is there a way to add latency to these requests (which slows down throughout of serial requests but... | <p dir="auto">As far as I know currently it's not possible to specify the password for the client side certificate you're using for authentication.<br>
This is a bit of a problem because you typically always want to password protect your .pem file which contains the private key. <code class="notranslate">openssl</code>... | 0 |
<h3 dir="auto">Describe your issue.</h3>
<p dir="auto">I'm running a pre-post hypothesis test on a small dataset using the Wilcoxon signed rank test (scipy.stats.wilcoxon), and noticed when I validated the results the p-value did not match. It looks like it is not using the normal approximation even though ties exist.<... | <p dir="auto">My issue is about <code class="notranslate">stats.wilcoxon()</code>. <code class="notranslate">stats.wilcoxon</code> detects when d== 0, and appropriately warns that 'exact' will not work under such a circumstance. However, it reports that this is because of 'ties', and not because of the presence of 0s.<... | 1 |
<p dir="auto">This is an issue after launch my apk on a device or emulator.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/50232392/60877337-e4fcfa80-a23d-11e9-9d10-5220c54cbaad.png"><img src="https://user-images.githubusercontent.com/50232392/60877337-e4fcfa80... | <p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="401575734" data-permission-text="Title is private" data-url="https://github.com/facebook/react-native/issues/23092" data-hovercard-type="issue" data-hovercard-url="/facebook/react-native/issues/23092/hovercard" href="https... | 1 |
<p dir="auto">Hi everyone,</p>
<p dir="auto">I don't really know if I have done something wrong, but here is my problem.</p>
<p dir="auto">On every browser the carousel doesn't loop at the end of the last picture.<br>
To fixe it, I have deleted the line 1389 from bootstrap.js:</p>
<p dir="auto">if (!$next.length) retur... | <p dir="auto">carousel slide can not run cycle.</p>
<p dir="auto">btw, can you set the first item active if there's no active item?</p> | 1 |
<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">I was about to update... | <h3 dir="auto">Current Behavior:</h3>
<p dir="auto">Attempting to update a package with a tag using the <code class="notranslate">update</code> command globally causes <strong>ALL</strong> global packages to be removed.</p>
<h3 dir="auto">Expected Behavior:</h3>
<p dir="auto">Packages should not be removed when updatin... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.0
Windows Terminal version: 0.5.2762.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: 10.0.18362... | <p dir="auto">When pasting</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="gci `
C:\test\ `
| select name
"><pre class="notranslate"><code class="notranslate">gci `
C:\test\ `
| select name
</code></pre></div>
<p dir="auto">into windows powers... | 0 |
<p dir="auto">Hi</p>
<p dir="auto">When resizing the window, i notice that the position of the arrow has been changed from bottom to the center of tooltip/popover.</p>
<p dir="auto">Here is my <a href="http://jsfiddle.net/Arkni/dccpye9a/" rel="nofollow">JSfiddle</a>, and some screenshots taken from JSFiddle<br>
<a targ... | <p dir="auto">When a tooltip/popover would appear slightly offscreen to the right or left, it's correctly shifted slightly however the arrow ends up appearing in the middle of the popover, rather than at the edge of it like it should.</p>
<p dir="auto">In this case, <code class="notranslate">getViewportAdjustedDelta</c... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">Our application has a hierarchy containing items for sale: BaseItem, Item, PackItem. BaseItem is the common base class. Item is a 'normal' item, and PackItem is a collection of items sold as one.</p>
<p dir="auto">There is ... | <p dir="auto"><strong>Migrated issue, originally created by Thomas Tanner (<a href="https://github.com/ttanner">@ttanner</a>)</strong></p>
<p dir="auto">sqlalchemy HEAD, mysql 5.5.38, pymysql 0.6.6,<br>
mysql=mysql+pysql://user:password@localhost/test_schema<br>
running<br>
<code class="notranslate">py.test --db mysql ... | 0 |
<p dir="auto">There seems to be a genuine bug in <code class="notranslate">scipy.interpolate.interp2d</code>. In this example the input arrays are given as full coordinates (and not as a regular grid). This data here, is part of a much bigger non-regularly sampled surface, thus I can't call <code class="notranslate">in... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1642" rel="nofollow">http://projects.scipy.org/scipy/ticket/1642</a> on 2012-04-14 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/rgommers/hovercard" data-octo-click="hovercard-link-click" dat... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=auni_ku" rel="nofollow">Sharif Uddin</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5007?redirect=false" rel="nofollow">SPR-5007</a></strong> and commented</p>
<p dir="auto">HibernateTemplate.loadAll(clazz) return... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=isopov" rel="nofollow">Ivan Sopov</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9845?redirect=false" rel="nofollow">SPR-9845</a></strong> and commented</p>
<p dir="auto">If I inject javax.inject.Provider for crea... | 0 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.33.0</li>
<li>Operating System: macOS 13.3.1</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="ta... | <p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>Playwright Version: 1.22</li>
<li>Operating System: Mac with Docker</li>
<li>Node.js version: 14.19</li>
<li>Browser: All</li>
<li>Extra: We are using Playwright for Visual Regression</li>
</ul>
<p dir="auto"><strong>Code Snippet</strong></p>
<p dir="aut... | 0 |
<p dir="auto">React version: 17.0.2</p>
<h2 dir="auto">Steps To Reproduce</h2>
<ol dir="auto">
<li>Make nested array element like this. All element have unique, fixed key.</li>
</ol>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[Element0, [Eleme... | <p dir="auto"><g-emoji class="g-emoji" alias="point_right" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f449.png">👉</g-emoji> Please follow one of these issue templates:</p>
<ul dir="auto">
<li><a href="https://github.com/facebook/react/issues/new/choose">https://github.com/facebook/react/... | 0 |
<p dir="auto">An error message <code class="notranslate">Uncaught TypeError: Cannot call method 'remove' of undefined</code> in the console when trying to close a modal initialized without a backdrop.</p>
<p dir="auto"><a href="http://jsfiddle.net/wyuenho/wdt2A/" rel="nofollow">jsfiddle</a></p> | <p dir="auto">With options { backdrop: false }, this.$backdrop.remove() is still being called which results in an exception as this.$backdrop is null.</p>
<code class="notranslate">
hideModal: function () {
var that = this
this.$element.hide()
this.backdrop(function () {
that.remov... | 1 |
<ul dir="auto">
<li>Electron version: 1.3.3</li>
<li>Operating system: Windows</li>
</ul>
<p dir="auto">I'm reopening this issue (see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="117654309" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issu... | <p dir="auto">OS X does this for us, but Windows and Linux does not. There's absolutely no reason to have leading and trailing separators and it's difficult to not introduce leading/trailing separators in complex context menus where multiple actors modify it. Especially when using the <code class="notranslate">visible<... | 1 |
<ul dir="auto">
<li>VSCode Version: 1.0</li>
<li>OS Version: Windows</li>
</ul>
<p dir="auto">In LICENSE file it says that VS Code is licensed under MIT. However, when installing it, you have to agree to a completely different license, which says that you can't not only "reverse engineer, decompile or disassemble the s... | <p dir="auto">Today we have an interface that describes the contract of telemetry (ITelemetryService) which is OK. The bad thing is that there many implementations of that interface (AbstractTS, MainTS, ElectronTS, AbstractRemoteTS, WorkerTS, ExtHostTS, NullTS, MockTS, TestTS) which have led to leakage and duplication ... | 0 |
<h4 dir="auto">Challenge Name</h4>
<h4 dir="auto">Issue Description</h4>
<h4 dir="auto">Browser Information</h4>
<ul dir="auto">
<li>Browser Name, Version:</li>
<li>Operating System:</li>
<li>Mobile, Desktop, or Tablet:</li>
</ul>
<h4 dir="auto">Your Code</h4>
<div class="highlight highlight-source-js notranslate po... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Learn how Free Code Camp Works</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Create a GitHub Account and ... | 1 |
<p dir="auto">虽然是日志打印不对,但具体里面有没其他bug不清楚,麻烦检查下是否是版本号弄错了,非常感谢,2.5.7及之前的日志都是正确的。</p> | <p dir="auto">The <code class="notranslate">Dubbo version</code> report to registry is 2.0.1 after dubbo 2.5.9 and 2.5.10.</p>
<p dir="auto">It should be the same as the dubbo version i think.</p> | 1 |
<p dir="auto">Possible (probable) duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="30426131" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/13186" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/13186/hove... | <p dir="auto">bug.rs:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pub struct Request {
analyze: Option<int>,
unknown_command: Option<Option<bool>>,
}
pub fn default_instance() -> &'static Request {
stat... | 1 |
<p dir="auto">On Android you can double tap a word in a text field to select it, but in a flutter TextField this doesn't seem to work. You need to long press to select it.</p>
<h2 dir="auto">Steps to Reproduce</h2>
<ul dir="auto">
<li>Add a new TextField</li>
<li>Write some words</li>
<li>Double tap a word</li>
</ul> | <h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>Tap in a text field in a Flutter app.</li>
<li>Enter some text with spaces; e.g., <code class="notranslate">foo bar baz</code>.</li>
<li>Double-tap on a word.</li>
</ol>
<p dir="auto"><del>On iOS, the double-tapped word should be selected. This behaviour is iOS... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">Not sure what the precise problem is here, but on my system I get the following exception with the current sqlalchemy trunk from Subversion (revision 1344)</p>
<div class="snippet-clipboard-content notranslate position-rela... | <p dir="auto"><strong>Describe the bug</strong><br>
The column name <code class="notranslate">values</code> is causing a bug when doing an upsert with MySQL (using <code class="notranslate">pymysql</code>).<br>
For testing purposes, you can change the column name in the variable <code class="notranslate">values_column_... | 0 |
<p dir="auto">ES6 supports duplicate properties in object literals even in strict mode, but some (recent versions of) browsers still fail to parse strict mode code that has object literals with duplicate properties. Chrome 38 and Safari 8 are two browsers like this.</p>
<p dir="auto">Currently, the following code:</p>
... | <p dir="auto">The following ES6 code:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var x = {x: 1, x: 2};"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-s1">x</span> <span class="pl-c1">=</span> <span c... | 1 |
<p dir="auto">The following code (as of commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/0012b5008b32543cf61a2beba36160c42f36d704/hovercard" href="https://github.com/rust-lang/rust/commit/0012b5008b32543cf61a2beba36160c42f36d704"><tt>0012b50</tt></a... | <p dir="auto">It seems like this was broken as a result of the recent change to make newtypes structs immediate in certain cases.</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="struct TestNode(@int);
fn mm(_x: &TestNode) ... | 1 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
I would like to request a bug.</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
From what I know, it is possible to inject object in props. However, this object seems to be html escaped when insert... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<p dir="auto">A bug, but a well known and worked-around one.</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" ... | 1 |
<p dir="auto">in r69 the Raycaster object is detecting intersection with a parallel line that is shifted 3 units on the x direction (so not overlapping).</p>
<p dir="auto">BROWSER: Chromium Version 38.0.2121.0 (288663)<br>
OS: Windows 7<br>
GRAPHICS CARD: AMD Radeon HD 7570M</p>
<p dir="auto">REPRO: <a href="http://jsf... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">When importing a file exported from Blender with instanced lights, only one of each instanced light is visible.</p>
<h6 dir="auto">Instanced Lights (Failure case. <code class="notranslate">ALT</code>+<code class="notranslate">D</code>/Shared datablocks in Ble... | 0 |
<p dir="auto">When trying to run "superset db upgrade" I get an error message.</p>
<h3 dir="auto">Expected results</h3>
<p dir="auto">I was expecting a successful message and program ready to use.</p>
<h3 dir="auto">Actual results</h3>
<p dir="auto">sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) duplicate ... | <p dir="auto">We have a query that returns timeseries data with two columns:</p>
<ul dir="auto">
<li>date</li>
<li>count</li>
</ul>
<p dir="auto">I would like to simply graph the data as a line chart. However, when selecting the line chart, it requires that I choose a metric for the data, e.g. sum, average, etc</p>
<p ... | 0 |
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/accessing-objects-properties-with-variables" rel="nofollow">Accessing Objects Properties with Variables</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)... | <h4 dir="auto">Challenge Name</h4>
<p dir="auto">Accessing Objects Properties with Variables</p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto"><a href="https://www.freecodecamp.com/challenges/accessing-objects-properties-with-variables#?solution=%0A%2F%2F%20Setup%0Avar%20testObj%20%3D%20%7B%0A%20%2012%3A%20%22N... | 1 |
<h2 dir="auto">Feature request</h2>
<p dir="auto">Implement NodeJS v12+ internal package.json imports that only apply to import specifiers from within the package itself.</p>
<p dir="auto">NodeJS documentation: <a href="https://nodejs.org/api/packages.html#packages_subpath_imports" rel="nofollow">https://nodejs.org/api... | <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">When using any <code class="notranslate">devtool</code> strategy that uses <code class="notranslate">eval</code>,... | 0 |
<ul dir="auto">
<li>VSCode Version: Version 1.0.0-alpha Commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/6ea1266160aa9eb3ed6e71a5099bec3952090037/hovercard" href="https://github.com/microsoft/vscode/commit/6ea1266160aa9eb3ed6e71a5099bec3952090037"... | <ul dir="auto">
<li>VSCode Version: 0.10.11</li>
<li>OS Version: OS X 10.11.5</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Open a file and change its language.</li>
<li>Open the file in the git changes view.</li>
</ol>
<p dir="auto">The old version will be displayed in the default language for t... | 0 |
<p dir="auto">What about a dynamic RTL/LTR direction with a less variable ....</p> | <p dir="auto">Would be great to have support for right-to-left languages.</p> | 1 |
<p dir="auto">I did notice, that ansible consumes very high amount of memory, for no serious reason.</p>
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h3 dir="auto">ANSIBLE VERSION</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-... | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">1.6.2</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Ubuntu 12.04 LTS (running on travis ci)</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">The <code class="notranslate">locale_gen</code> module fails wit... | 0 |
<p dir="auto">Currently multifield mapping support path parameter per property so if you need to have several fields mapped for a property they will either all have full path name or just_name</p>
<p dir="auto">it is rather inconvenient when you want to have the property with say two secondary fields one with full name... | <p dir="auto">Hi,</p>
<p dir="auto">I have indexed documents that have a duplicate field. During the search I want to display only the document that has the highest score among its duplicate class (the group of documents that have the same field value).</p>
<p dir="auto">There has been a discussion about deduplication ... | 0 |
<p dir="auto">It would be awesome if flutter had support for the YouTube api. Right now I am using a webview to show the player in an iframe. Is it possible to implement a flutter plugin for YouTube api? I never developed for Android and iOS, just web development. Also I am new to flutter.</p> | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">I am following along with this section of the tutorial: <a href="https://codelabs.developers.google.com/codelabs/flutter-firebase/#5" rel="nofollow">https://codelabs.developers.google.com/codelabs/flutter-firebase/#5</a></p>
<p dir="auto">Repro:</p>
<ol dir="auto">
<... | 0 |
<ul dir="auto">
<li>Electron version: 1.8.2</li>
<li>Operating system: macOS 10.13.3</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">It seems like you should be able to copy text in the devtools using Cmd-C <em>regardless of whether or not the app itself has those keys assigned as menu items</em></p>
<h3... | <ul dir="auto">
<li>Electron version: 1.7.10</li>
<li>Operating system: Windows 7 64-bit</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">Sandboxing doesn't cause Electron to crash for anyone.</p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">A smallish fraction of users report crashes.</p>
<p dir="au... | 0 |
<p dir="auto">Using <code class="notranslate">Flask 2.2.2</code>, it seems that serving static resources leads to a duplicate <code class="notranslate">Date</code> HTTP Header field.</p>
<p dir="auto">Here is a simple snippet easy to understand and to show how to reproduce:</p>
<div class="highlight highlight-source-py... | <p dir="auto">I ran into some warnings from nginx that my Flask server was generating duplicate Date headers, so I investigated.</p>
<p dir="auto">Here's how to reproduce the situation:</p>
<p dir="auto">app.py</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard... | 1 |
<p dir="auto">When I try to define a variable, the following messages show.<br>
However, these messages will only show when I define the first variable.</p>
<p dir="auto">Python 3.5.2 |Anaconda 4.1.1 (64-bit)| (default, Jul 5 2016, 11:41:13) [MSC v.1900 64 bit (AMD64)] on win32<br>
Type "help", "copyright", "credits" ... | <p dir="auto">I installed TensorFlow version 1.0.0-rc2 on Windows 7 SP1 x64 Ultimate (Python 3.5.2 |Anaconda custom (64-bit)) using:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install --upgrade https://storage.googleapis.com/tensorflow... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by florent breheret (<a href="https://github.com/florentbr">@florentbr</a>)</strong></p>
<p dir="auto">python 2.7.8, firebird 2.5.3, sqlalchemy 0.9.8, fdb 1.4.3</p>
<p dir="auto">For a table with a check constraint, I noticed that this check constraint is missing... | <p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">I'm not sure about other DB backends, but postgres supports also unique/check constraints to be inspected on db. Any change to get this into SA?</p> | 1 |
<p dir="auto"><strong>TypeScript Version:</strong> 1.9.0-dev.20160523-1.0</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...
class ... | <p dir="auto">I'm using TypeScript 1.6.3 in Visual Studio 2015. The es6-promise declaration I'm using contains:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="declare class Promise<R> implements Thenable<R> {
constructor(callb... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<p dir="auto">Toggling Atom's Soft Tabs setting from Preferences\Settings\Editor Settings has no effect.<br>
The only way to toggle the setting is using Editor: Toggle Soft Tabs from the Command Palette</p> | <p dir="auto">And I have to close the current document and then reopen it in order to see the tab=>space changes.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ atom --version
0.188.0"><pre class="notranslate"><code class="notranslate">$ ... | 1 |
<p dir="auto"><a href="https://deno.land/std/manual.md#typescript-compiler-options" rel="nofollow">https://deno.land/std/manual.md#typescript-compiler-options</a></p> | <p dir="auto"><code class="notranslate">Manual</code> link <a href="https://deno.land/std/manual.md" rel="nofollow">https://deno.land/std/manual.md</a> on the page <a href="https://deno.land/" rel="nofollow">https://deno.land/</a> forwards to <a href="https://github.com/denoland/deno/tree/master/docs">https://github.co... | 1 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">2.1</p>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">OpenBSD 5.9</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">Using unarchvie for tar-archives on OpenBSD (and possibly FreeBSD/NetBSD) causes... | <h5 dir="auto">ISSUE TYPE</h5>
<p dir="auto">Bug</p>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">unarchive module</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">Ansible on OSX 10.10, installed through Homebrew.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snipp... | 1 |
<p dir="auto">I've upgraded caravel to <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/apache/superset/commit/131372740e79fa0d6ebd7484026cb9ac5918f631/hovercard" href="https://github.com/apache/superset/commit/131372740e79fa0d6ebd7484026cb9ac5918f631"><tt>1313727</tt></a> and ... | <p dir="auto"><strong>Is your feature request related to a problem? Please describe.</strong><br>
We would like to have a feature that allow users to duplicate dashboard, and optionally duplicate (deep copy of ) charts associated with the dashboard.</p>
<p dir="auto"><strong>Describe the solution you'd like</strong><br... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<ul dir="auto">
<li>user</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.0.0
... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
---
- hosts: localhost
tasks:
- name: test task
debug: msg=test
when: False
when: True
when: False"><pre class="notranslate"><code class="notranslate">
---
- hosts: loca... | 0 |
<p dir="auto">Tooltip.d.ts is missing the disable trigger props in TooltipProps.</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/material-ui/issues">issues</a> ... | <p dir="auto">Going to <a href="https://material-ui.com/demos/dialogs/#confirmation-dialogs" rel="nofollow">https://material-ui.com/demos/dialogs/#confirmation-dialogs</a> and clicking Phone Ringtone will cause the screen to go gray and a thin mostly white vertical line to appear.</p>
<ul class="contains-task-list">
... | 0 |
<p dir="auto">Needs docs on how to configure UI session timeout</p> | <p dir="auto">I have a problem. Now I reference the iframe tag in the HTML page. I reference 9 iframe tags in one page, which are different graphics, but the page is loaded slowly. After checking, I found that when the loading explore.31a5ac0d241c9667d5a2.entry.js size is 11.9M, it loads. 9 times, so the page loading s... | 0 |
<p dir="auto">When I'm on my laptop I use 13pt Monaco. When I get to work, I change font to 16pt (because of larger screen, higher resolution) and the preferred line length (80 columns) stays the same. I need to close and reopen all files in order to get it to behave correctly.</p> | <p dir="auto">This is a continuation from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="40161866" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/3254" data-hovercard-type="issue" data-hovercard-url="/atom/atom/issues/3254/hovercard?comment_id=... | 1 |
<p dir="auto">When a function has multiple optional arguments, callers of the function must use <code class="notranslate">undefined</code> to get the default, optional value.</p>
<h2 dir="auto">Proposal</h2>
<p dir="auto">Add a syntax allowing function arguments to be passed by name. Unless there is a better suggestion... | <p dir="auto">C# allows adding names of arguments in a function call:</p>
<div class="highlight highlight-source-cs notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="CalculateBMI(weight: 123, height: 64);"><pre class="notranslate">CalculateBMI<span class="pl-kos">(</span>weigh... | 1 |
<p dir="auto">The popover will not destroy properly while showing.</p>
<p dir="auto">Here is a fiddle to demonstrate it: <a href="http://jsfiddle.net/vBUFu/20/" rel="nofollow">http://jsfiddle.net/vBUFu/20/</a> [edited].<br>
Hover over the button and wait 5sec to see what i mean.<br>
(I changed the opacity of the fade c... | <p dir="auto">Using toggle popover hidden and ok. When using hide command, popover is hidden, but button inside popover still trigering mouse over.</p>
<p dir="auto"><a href="http://jsfiddle.net/conx/n8FYQ/4/" rel="nofollow">http://jsfiddle.net/conx/n8FYQ/4/</a></p> | 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>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>2.7</td>
</tr>
</tbody>
</t... | <p dir="auto">Forgive me if this is a known issue or is due to misconfiguration.</p>
<p dir="auto">I have two configuration files, config_test.yml and config.yml. The first one imports the second, so I expect all values in config_test.yml to override config.yml. However, in my bundle extension class where I am processi... | 0 |
<p dir="auto">I am in the process of migrating from RequireJS to Webpack, but following AMD module that worked in RequireJS produces "SyntaxError: missing ; before statement" with webpack:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="define(... | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
When using an import() in the base level of a file (i.e. not inside any functions/classes), webpack fetches 4 files on the browser. It's possible that this is caused by two separate issues (one about the extra <code clas... | 0 |
<p dir="auto">I just updated to 3.5 and im getting a warning when i start my application. My manifest sets the dimensions like so:</p>
<div class="highlight highlight-text-xml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<meta-data
android:name="com.sec.andro... | <p dir="auto">Glide 3.5.0<br>
com.bumptech.glide.module.ManifestParser<br>
==> GLIDE_MODULE_VALUE.equals(appInfo.metaData.getString(key))</p>
<p dir="auto">may cause ClassCastException if the manifest has meta-data for other libraries that is not a string value.</p> | 1 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1500781/12747238/ce6c4762-c9dd-11e5-8820-6e9bb5fcc173.png"><img src="https://cloud.githubusercontent.com/assets/1500781/12747238/ce6c4762-c9dd-11e5-8820-6e9bb5fcc173.png" alt="image" style="max-width: 10... | <p dir="auto">The <code class="notranslate">className</code> prop does not appear to get mapped correctly when applied to custom DOM elements in <code class="notranslate">0.14.0-rc1</code>.</p>
<p dir="auto">JSFiddle: <a href="https://jsfiddle.net/hellosmithy/5pdujnfq/1/" rel="nofollow">https://jsfiddle.net/hellosmithy... | 1 |
<p dir="auto">I am doing CI testing on different devices.</p>
<p dir="auto">Could the team make a Flutter Plugin Gallery please that uses all the official plugins and publish it to the Play and Apple store please ?</p>
<p dir="auto">It will make it much easier to test on various real devices and in saucelabs.</p> | <p dir="auto">The official flutter plugins are really useful.<br>
Would it not be smart to have a flutter gallery plugins app tmso developers can get firsthand experience and the plugin team get more cross device testing ??</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/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<p dir="auto">If you're in one of the demo app directories when you run <code class="notranslate">flutter analyze --flutter-repo</code>, it will include that directory twice (once because of the crawl, once because of the current directory having a package), which seems to result in duplicate errors sometimes? (The lat... | <h2 dir="auto">command</h2>
<p dir="auto">flutter build apk</p>
<h2 dir="auto">exception</h2>
<p dir="auto">FormatException: FormatException: Bad UTF-8 encoding 0xa8 (at offset 165)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#0 _Utf8D... | 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.... | 0 | |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<p dir="auto">In 0.18.1, a single NaN in a column will cause the reported percentiles to all be NaN. In 0.18.0 and according to the documentation, NaNs are excluded.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto... | <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="import pandas as pd
import numpy
s = pd.Series([1, 2, 3, 4, numpy.nan])
s.quantile(0.5)
nan"><pre class="notrans... | 1 |
<p dir="auto">for consistency with <code class="notranslate">dropna</code> (and also to not use <code class="notranslate">cols</code> which is being deprecated)</p>
<p dir="auto">related <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="29493759" data-permission-text="Title is private"... | <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="import numpy as np
import pandas as pd
persons = [
{
'name': ''.join([
np.random.choic... | 0 |
<ul dir="auto">
<li>VSCode Version: 1.1.1-insiders</li>
<li>OS Version: Win10</li>
</ul>
<p dir="auto">I know window.visibleEditors is supposed to contain actual text editors but it is not possible to tell at the moment if a VirtualDocument (ie a htmlContentProvider) is in view.</p>
<p dir="auto">The scenario I would n... | <p dir="auto">I have a use case where I would like to be able to get a list of all the open editors (basically exactly what is shown here).</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/5217568/20104763/68b379fa-a58c-11e6-8f48-185e5ae47060.png">... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.