text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">I have a query to join 2 tables ( t_order, t_order_item).<br> <strong>sql:</strong><br> SELECT<br> i.goods_pic,<br> o.order_id,<br> o.create_time,<br> i.store_id AS shop_id,<br> i.store_name AS shop_name,<br> o.total_amount,<br> o.receiver_detail_address AS receiver_address,<br> o.freight_amount,<br> o.<c...
<p dir="auto">sql like that insert into table(id, name) values (1, ?)on duplicate key update name = ?<br> when parameter after on duplicate key update that has some bug</p>
0
<p dir="auto">Please go to Stack Overflow for help and support:</p> <p dir="auto"><a href="https://stackoverflow.com/questions/tagged/tensorflow" rel="nofollow">https://stackoverflow.com/questions/tagged/tensorflow</a></p> <p dir="auto">If you open a GitHub issue, here is our policy:</p> <ol dir="auto"> <li>It must be ...
<p dir="auto">As announced in release notes, TensorFlow release binaries version 1.6 and higher are prebuilt with AVX instruction sets. This means on any CPU that do not have these instruction sets either CPU or GPU version of TF will fail to load with any of the following errors:</p> <ul dir="auto"> <li><code class="n...
1
<p dir="auto">Hi guys,<br> I'm trying to test the performance of my app by using react perf tools. The problem is its not working.<br> I call</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Perf.start() Perf.stop() Perf.printWasted()"><pre cl...
<p dir="auto">It would be great if in debug mode react would warn you when you pass in a property on props which is not specified in the propTypes object for that component. i.e. a way to enforce that props should ONLY have the props specified in propTypes and no others.</p> <p dir="auto">This would prevent use of undo...
0
<p dir="auto">Just a remark, though: the default key bindings for "Shrink/expand selection" (Shift+Alt+Left/Right) conflict with a feature that doesn't exist yet, but which I hope will be implemented someday: column selection. In Visual Studio, and many other editors, if you hold Alt at the same time as you change the ...
<p dir="auto">Please Implement Column Mode selection/editing.</p> <p dir="auto">Previously requested here<br> <a href="https://visualstudio.uservoice.com/forums/293070-visual-studio-code/suggestions/7761618-implement-column-mode-selection-editing" rel="nofollow">https://visualstudio.uservoice.com/forums/293070-visual-s...
1
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.3.3 (latest released)</p> <h3 dir="auto">What happened</h3> <p dir="auto">Our schedulers have crashed on two occasions after upgrading to Airflow 2.3.3. The same DAG is responsible each time, but this is likely due to the fact that it is the only dynamic task m...
<p dir="auto"><strong>Description</strong></p> <p dir="auto">In order to use the production image we are already working on a helm chart, but we might want to add a production-ready docker compose that will be able to run airflow installation.</p> <p dir="auto"><strong>Use case / motivation</strong></p> <p dir="auto">...
0
<p dir="auto">Hi guys. I'm getting really weird behavior in my latest project. I assume it's a bug in React.<br> I want to override default browser context menu. I subscribed for <code class="notranslate">contextmenu</code> and <code class="notranslate">click</code> events in <code class="notranslate">componentDidMount...
<p dir="auto">I'd like to configure my testsuite to fail if there are any react warnings triggered.</p> <p dir="auto">I'm currently using a variant on this SO answer <a href="http://stackoverflow.com/questions/29651950/karma-and-react-have-warnings-to-cause-errors" rel="nofollow">http://stackoverflow.com/questions/2965...
0
<p dir="auto">Using --target feature in rust will hard-code the provided path in the library. Linking these libraries against applications will fail if they use same target.json but with a different (e.g., relative) path.</p> <p dir="auto">I tried this code:<br> lib.rs:</p> <div class="snippet-clipboard-content notrans...
<p dir="auto">the ./configure output is :</p> <p dir="auto">configure: looking for configure programs<br> configure: found program cmp<br> configure: found program mkdir<br> configure: found program printf<br> configure: found program cut<br> configure: found program head<br> configure: found program grep<br> configure...
0
<p dir="auto">One can't cast static data to a static pointer to a trait. This seems like a valid corner case that should be implemented.</p>
<p dir="auto">I had a brief chat on IRC today about adding support for deducing the function return type. I realize we decided against doing this a couple years ago, but I think it's worth revisiting in light of iterators. One of the challenges with our iterators is that the types of complex iterators are unwieldy. For...
0
<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="weeks = pd.Series(pd.date_range('2018-01', '2018-02', freq='7D', tz='America/New_York')) week_ago = weeks.groupb...
<p dir="auto">need a systematic test of all groupby methods here.</p> <p dir="auto">This works as expected:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pd.DataFrame({'time': [pd.Timestamp('2012-01-01 13:00:00+00:00')], 'A': [3...
1
<p dir="auto">Versions:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ rustc --version rustc 0.11.0-pre (11aa731 2014-05-23 14:56:24 -0700) host: x86_64-unknown-linux-gnu $ uname -a Linux test 3.13-1-amd64 #1 SMP Debian 3.13.10-1 (2014-04-15...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="servo/src/support/glfw/glfw-rs/src/lib/lib.rs:1:1: 1:1 error: internal compiler error: debuginfo::set_members_of_composite_type() - Already completed forward declaration re-encountered. ... task 'rust...
1
<p dir="auto">Analogous to how you would swap workspaces with Win-Ctrl-Arrow keys, holding down shift also takes the currently focused window to the new workspace. (I remember this from my old Ubuntu system).</p> <p dir="auto">(I'm so stupid with the edits and such, I'm sorry)</p>
<p dir="auto">One of the thing I've found lacking ever since I started using the virtual desktops is the ability to move a window with you while moving to another virtual desktop.</p> <p dir="auto">Currently, we can move to another desktop using the shortcut <code class="notranslate">ctrl + win + left/right</code>, I f...
1
<p dir="auto">Create two roles, for instance "nginx" and "tomcat"; define variable files in each role with a 'version' variable, set to match expected versions of nginx and tomcat; create a playbook which associates both 'nginx' and 'tomcat' roles to a set of hosts.</p> <p dir="auto">Depending on order of execution, it...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">Playbooks/Roles</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.1.0 conf...
0
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/factorialize-a-number#?solution=var%20numberValue%20%3D%201%3B%0Afunction%20factorialize(num)%20%7B%0A%20%20for%20(i%3D1%3B%20i%3C%3D%20num%3B%20i%2B%2B)%20%7B%0A%20%20%20%20numberValue%20*%3D%20i%3B%0A%20%20%7D%0A%20%20return%20Number(numberValue...
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/factorialize-a-number#?solution=var%20count%3D1%3B%0Afunction%20factorialize%28num%29%20%7B%0A%20%20for%28var%20i%3D1%3B%20i%3C%3Dnum%3Bi%2B%2B%29%7B%0A%20%20%20%20%0A%20%20%20%20count%3D%20count%20*%20i%3B%0A%20%20%20%20%0A%20%20%7D%0A%20%20retur...
1
<p dir="auto">Summary/tldr:<br> It would be nice with more String support in the Java API and a tf.reduce_sum which supports string concatenation.</p> <p dir="auto">Body:<br> I have successfully hacked in the custom ops of syntaxnet into the Tensorflow master as I wish to run syntaxnet from my Java NLP pipeline.</p> <p...
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes</li> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Arch Linux</li> <li>Tensorflow installed from (source or binary): pip</li> <li>T...
0
<p dir="auto">Below is my code to reproduce problem:</p> <p dir="auto">function downloadFile(fileName, content){<br> var aLink = document.createElement('a');<br> var blob = new Blob([content]);<br> var evt = document.createEvent("HTMLEvents");<br> evt.initEvent("click", false, false);<br> aLink.download = fileName;<br>...
<p dir="auto">Thanks for the nice project, folks.</p> <p dir="auto">I'm using electron to wrap our web application in a webview and distribute this application this way.</p> <p dir="auto">Unfortunately we discovered that links with the <code class="notranslate">download</code> attribute don't work.</p> <p dir="auto">E....
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=krancour" rel="nofollow">Kent Rancourt</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8485?redirect=false" rel="nofollow">SPR-8485</a></strong> and commented</p> <p dir="auto">HTML5 supports a variety of new form ...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=arthur.branham@morganstanley.com" rel="nofollow">Arthur</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3030?redirect=false" rel="nofollow">SPR-3030</a></strong> and commented</p> <p dir="auto">When creating beans ...
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/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"> 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
<h5 dir="auto">ISSUE TYPE</h5> <p dir="auto">Feature Idea</p> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">core</p> <h5 dir="auto">ANSIBLE VERSION</h5> <p dir="auto">2.1</p> <h5 dir="auto">CONFIGURATION</h5> <h5 dir="auto">OS / ENVIRONMENT</h5> <h5 dir="auto">SUMMARY</h5> <p dir="auto">As ansible has some long keys...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Feature idea</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto"><a href="https://github.com/scop/bash-completion">bash-completion script</a></p> <h5 dir="auto">ANSIBLE VERSION</h5> <p dir="auto">Not a feature in current devel branch.</p> <h5 dir="auto">OS / EN...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected Behavior</h...
<h1 dir="auto">Feature request</h1> <p dir="auto">Example using Next JS with Google Ad Sense</p> <h2 dir="auto">Is your feature request related to a problem? Please describe.</h2> <p dir="auto">Yes, having an example would be good</p> <p dir="auto">A clear and concise description of what you want and what your use case...
0
<p dir="auto">Calculating a Jacobian returns substantially different answers on CPU vs. TPU.</p> <p dir="auto">In the example below, we calculate the Jacobian, sum its rows and compare it to the gradient of the sum (calculated using gradient). When running on CPU, the answers are indeed almost identical, however, when ...
<p dir="auto">Follow-up from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="559452832" data-permission-text="Title is private" data-url="https://github.com/google/jax/issues/2161" data-hovercard-type="issue" data-hovercard-url="/google/jax/issues/2161/hovercard" href="https://github...
1
<p dir="auto">I've seen a multitude of warnings in the docs build that reflected incorrect formatting and/or broken docs in the docs build. We should enforce a "no-warnings-allowed" situation for the docs.</p> <p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ezy...
<p dir="auto">should be easy to implement with <code class="notranslate">diagonal</code>.</p>
0
<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] feature request"><pre class="notranslate"><code class="notranslate">[X] feature request </code></pre></div> <h3 dir="auto">Problem statement...
<p dir="auto">Feature request to support selectors like</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="md-input-container &gt; input"><pre class="notranslate"><code class="notranslate">md-input-container &gt; input </code></pre></div> <p dir="...
0
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.8.2 and Nigtly</p> <p dir="auto"><strong>Code</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="private _appendScript (): void { this._script = this._crea...
<p dir="auto">There have been a few cases reported by customers that using <code class="notranslate">--watch</code> has been on the slow side. We should elicit feedback to understand what's going on.</p> <p dir="auto">Examples:</p> <ul dir="auto"> <li><a href="https://www.reddit.com/r/typescript/comments/48rzzq/protip_...
0
<p dir="auto">Here's an example:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/791485/13717982/e8178412-e7e5-11e5-8b49-86b6774fb5c2.PNG"><img src="https://cloud.githubusercontent.com/assets/791485/13717982/e8178412-e7e5-11e5-8b49-86b6774fb5c2.PN...
<ul dir="auto"> <li>VSCode Version: 0.10.11</li> <li>OS Version: win10 10586.164</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>open folder containing clone of remote origin master</li> <li>click on git branch status area in bottom left corner, or enter ctrl+p or f1+&gt;Git: Checkout, and enter na...
0
<p dir="auto">The new JSX transform don't support preact from <code class="notranslate">deno.json</code>:</p> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{ &quot;compilerOptions&quot;: { &quot;jsx&quot;: &quot;react-jsx&q...
<p dir="auto">I'm not sure if it's known but it seems remote dynamic import is quite slow. For example</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="async function main() { const t = performance.now(); await Promise.all([ ...
0
<p dir="auto">With the latest 2.5 dev branch (but also with v2.5.0-BETA1), it's no longer possible to serialize a FormView instance. When trying, <code class="notranslate">Exception: Serialization of 'Closure' is not allowed</code> is thrown, see <a href="https://travis-ci.org/craue/TwigExtensionsBundle/builds/24253905...
<p dir="auto">Hi all,</p> <p dir="auto">I have a weird issue that I can't figure out why.</p> <p dir="auto">I have an entity <code class="notranslate">User</code>, which has a boolean field <code class="notranslate">enabled</code>. When I try to update the entity with a form, all other non-boolean fields are updated, o...
0
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="~ # ansible-playbook --version ansible-playbook 2.0.0.2 config file = configured module search pat...
<p dir="auto">There's a bug with the apt-python module on older versions of debian when you try to update the cache.</p> <p dir="auto">I've got what I think is a good patch to fix it.</p>
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=grzes" rel="nofollow">Grzegorz Grzybek</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6714?redirect=false" rel="nofollow">SPR-6714</a></strong> and commented</p> <p dir="auto">There is:</p> <div class="snippet-cli...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=aclement" rel="nofollow">Andy Clement</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6831?redirect=false" rel="nofollow">SPR-6831</a></strong> and commented</p> <p dir="auto">Spin off from <a class="issue-link js-...
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 =&gt; search github for a similar issue or PR before submitting [x] feature request [ ] support request =&g...
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report [ ] feature request [ ] support request =&gt; Please do not submit support request here, instead see https:...
0
<p dir="auto">Hi all,</p> <p dir="auto">I've got some problems with the intl component.</p> <p dir="auto">I have a form where the user can pick a date and a time, but when the time is "cast" in the controller, the hours is two hours back. For example if i pick 10:10 in the form i will have 08:10 in my controller.</p> <...
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="169390852" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/19531" data-hovercard-type="issue" data-hovercard-url="/symfony/symfony/issues/19531/hovercard" href="https://github.co...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="let f = &amp;[99]; println!(&quot;{:?}&quot;, match [1,2,3,4] { [x, ..xs] =&gt; (x, xs), [] =&gt; (9, f) });"><pre class="notranslate"><code class="notranslate">let f = &amp;[99]; println!("{:?}", mat...
<p dir="auto">Compiling the following code (with current master) results in "error: non-exhaustive patterns: vectors of length 2 not covered". I don't know if this ought to be valid, but at least the error-message is wrong, because obviously there is a match-branch for vectors of length 2.</p> <div class="highlight hig...
1
<h1 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature request</h1> <p dir="auto">Output the token probabilities along with the tokens when generating sequence.</p> <h2 dir="auto">Motivation</h2> <p dir="auto">For u...
<h1 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature request</h1> <p dir="auto">output probabilities of generated sequences in generate function (generation utils)</p> <p dir="auto">thank you so much! :)</p>
1
<h3 dir="auto">It is a...</h3> <p dir="auto"><g-emoji class="g-emoji" alias="lady_beetle" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41e.png">🐞</g-emoji> BUG</p> <h3 dir="auto">What is the current behavior?</h3> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="h...
<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">I have a component which listens for resize events (via a BlueprintJS ResizeSensor). When loading a component dynami...
1
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>For English only</strong>, other languages will not accept.</p> <p dir="auto">Before report a bug, make sure you have:</p> <ul dir="auto"> <li>Searched open and closed <a href="https://github.com/apache/incubator-shardingsphere/issues">GitHub issues</a>.</li> <li>Rea...
<h3 dir="auto">Which version of ShardingSphere did you use?</h3> <p dir="auto">master batch</p> <h3 dir="auto">Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?</h3> <p dir="auto">ShardingSphere-Proxy</p> <h3 dir="auto">Expected behavior</h3> <p dir="auto">/metadata/schemaName/tables broadcast tab...
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/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">...
0
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong><br> In OSX using a Jupyter notebook with Matplotlib 2.0.2 and inline display, subplots apparently render after all the code in a cell has executed. The result is that if an object changes between one subplot plot call and the next, only the newes...
<p dir="auto">The following code produces a horizontal gradient plot instead of a horizontal line:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np import matplotlib.pyplot as plt import matplotlib.cm Z=np....
1
<p dir="auto">Challenge <a href="http://beta.freecodecamp.com/en/challenges/html5-and-css/headline-with-the-h2-element" rel="nofollow">headline-with-the-h2-element</a> has an issue.</p> <p dir="auto">If i click run test i can't see the text of the test cases and i can ALWAYS pass the challenge even if the code is not c...
<p dir="auto">For the <code class="notranslate">feature/curriculum-expansion</code> branch only. When this branch is running locally, the challenge tests are all passing, even when no answer / incorrect code is typed into the editor. The assert messages aren't showing on screen anymore either - it's just the green chec...
1
<p dir="auto"><em>homeview_appbar_background.xml</em> (my drawable alias)</p> <div class="highlight highlight-text-xml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt; &lt;bitmap xmlns:android=&quot;http://schem...
<p dir="auto">We have a placeholder shape drawable (or sometimes shown directly as <code class="notranslate">.load(R.drawable.abc)</code>) which fails to display. The onException listener is called, but e is null.</p> <p dir="auto">The logs contain only:</p> <pre class="notranslate">com.example.app D/skia﹕ --- SkImageD...
1
<h1 dir="auto">Environment</h1> <p dir="auto">Terminal Version: 0.2.1831.0<br> Windows 10 Enterprise V1903, OS build 18362.30,<br> FarManager 3.0 build 5354 x64</p> <h1 dir="auto">Steps to reproduce</h1> <ol dir="auto"> <li>Open FarManager in Windows Terminal.</li> <li>Press 'Ctrl+o' to switch to panel view.</li> <li>T...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18362.175] Windows Terminal version (if applicable): 0.2.1715.0 Screen 1920x1200 default settings for windows ...
0
<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> Webpack is generating the following error when running our build:</p> <div class="snippet-clipboard-content notranslate position-relative over...
<p dir="auto">dist/dev:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1177434/93346354-2e7aa980-f834-11ea-8b93-093b17f25191.png"><img width="533" alt="Screenshot 2020-09-16 at 15 28 37" src="https://user-images.githubusercontent.com/1177434/93346354-2e7aa980-f...
0
<p dir="auto">My apologies for the off topic issue, but since I can't post to golang-nuts I was not sure where else to raise this.</p> <p dir="auto">I appear to have been banned from the golang-nuts group, but am not sure why. Is it possible to clarify why, or possibly reinstate my membership? It would have been throug...
<pre class="notranslate"><a href="http://play.golang.org/p/cNlOycuLzl" rel="nofollow">http://play.golang.org/p/cNlOycuLzl</a> is this: package main import ( "bytes" "encoding/gob" "time" ) type Update struct { Time time.Time // *** Note1 : Works if change from time.Time -&gt; int ***// } t...
0
<p dir="auto">as discussed in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="148549379" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode/issues/5297" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode/issues/5297/hovercard" href="h...
<p dir="auto">Some extension relay on hard coded paths that are not exposed by vscode. See for example <a href="https://github.com/shanalikhan/code-settings-sync">code-sittings-sync</a>. Those extension are broken in the insiders version. I see t two possible ways:</p> <ol dir="auto"> <li>Just expose all paths used by ...
1
<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...
<p dir="auto">Please:<br> Revert <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="740316314" data-permission-text="Title is private" data-url="https://github.com/google/jax/issues/4867" data-hovercard-type="pull_request" data-hovercard-url="/google/jax/pull/4867/hovercard" href="https...
0
<p dir="auto">Hi,</p> <p dir="auto">When indexing a numpy array with a jax.numpy array, and the jax array has a singleton dimension, the dimension is lost. This behaviour is different if both are numpy arrays, or both are jax arrays.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto"...
<p dir="auto">When you try to index a numpy ndarray with a DeviceArray, the numpy array tries to interpret the jax array as a tuple.</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as onp import jax.numpy as np x...
1
<h4 dir="auto">Code Sample</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd import datetime # 4 examples: df = pd.DataFrame({0: [1, None]}) # Works df = pd.DataFrame({0: [None, 1]}) # Works df = pd.Da...
<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="&gt;&gt;&gt; import pandas as pd &gt;&gt;&gt; nat = pd.NaT &gt;&gt;&gt; x = pd.Series([nat]) &gt;&gt;&gt; x.eq(n...
1
<p dir="auto"><code class="notranslate">index.js</code> file in all of <code class="notranslate">bower-angular-*</code> repositories has a syntax error:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="require('./angular-sanitize'...
<p dir="auto">I've got a webpack-based angular project that uses the angular-mocks package for our test suite. Did a fresh install today and got the 1.3.9 package of angular-mocks and started getting the error on launch:</p> <p dir="auto"><code class="notranslate">ReferenceError: mocks is not defined</code></p> <p dir...
1
<p dir="auto">The following shows only 1 failed test:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; @testset &quot;foo $i&quot; for i=1:3 @test 2==3+i end foo 1: Test Failed Expression: 2 == 3 + i...
<p dir="auto"><code class="notranslate">@testset</code> should constitute rollback points for exceptions (execution should continue on the next testset), and indeed it's the case, but only for nested testsets:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-...
1
<ul class="contains-task-list"> <li class="task-list-item"> <p dir="auto"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I want to talk about <code class="notranslate">jquery/jquery.d.ts</code>.</p> <ul dir="auto"> <li>The authors of that type definition are cc/ <a class="user-ment...
<p dir="auto">I have an issue during writing a piece of declaration for existing node.js module - bluebird.js. The module has a method named <code class="notranslate">props</code> which gets an object has promises in it then return an object have same property names. It seems like object-version <code class="notranslat...
0
<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="# Your code here "><pre class="notranslate"><span class="pl-c"># Your code here</span></pre></div> <h4 dir="auto...
<h4 dir="auto">Here's my code</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 from numpy.random import randn az = pd.DataFrame({ 'A' : ['a1', 'a1', 'a2', 'a3'] , 'B' : ['b1', 'b2...
0
<h3 dir="auto">Vue.js version</h3> <p dir="auto">2.0.3</p> <h3 dir="auto">Reproduction Link</h3> <p dir="auto"><a href="https://jsfiddle.net/xereda/zbt6sn1h/42/" rel="nofollow">https://jsfiddle.net/xereda/zbt6sn1h/42/</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Change the values for latitude and longit...
<p dir="auto">I'm in process migrating an application from Vue 1.x to 2.0.3. In this application I'm having several selects where each v-model binds to an individual index of an array . This is without problems in Vue 1.x but in version 2 it does not update. I believe this is a potential bug.</p> <p dir="auto">I have ...
1
<h2 dir="auto">Bug Report</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I would like to work on a fix!</li> </ul> <p dir="auto"><strong>Current Behavior</strong><br> <code class="notranslate">scope.crawl()</code> do...
<blockquote> <p dir="auto">Copying from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="220430459" data-permission-text="Title is private" data-url="https://github.com/babel/notes/issues/19" data-hovercard-type="pull_request" data-hovercard-url="/babel/notes/pull/19/hovercard" href="...
0
<p dir="auto">Requiring the user to ensure that only one instance of celerybeat exists across their cluster creates a substantial implementation burden (either creating a single point-of-failure or encouraging users to roll their own distributed mutex).</p> <p dir="auto">celerybeat should either provide a mechanism to ...
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">iss...
0
<p dir="auto">Compiling dprint-plugin-typescript v0.29.1<br> error[E0308]: mismatched types<br> --&gt; /home/l/.cargo/registry/src/github.com-1ecc6299db9ec823/deno-1.3.1/main.rs:554:7<br> |<br> 554 | syntax,<br> | ^^^^^^ expected enum <code class="notranslate">swc_ecma_parser::Syntax</code>, found a differe...
<p dir="auto">I'm getting a compilation error when importing fromFileUrl from "<a href="https://deno.land/std@0.51.0/path/posix.ts" rel="nofollow">https://deno.land/std@0.51.0/path/posix.ts</a>"</p> <p dir="auto">My trivial test case is:</p> <p dir="auto">import { fromFileUrl } from "<a href="https://deno.land/std@0.5...
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/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
<p dir="auto">I let a fullscreen dialog appear in my web application and have a TextField being automatically focused. The field is kind of focused, but the blinking | is not displayed.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/8998518/325105...
0
<h3 dir="auto">Problem</h3> <p dir="auto"><code class="notranslate">rcParams["savefig.directory"]</code> sets the default directory used by the figure-saving dialog. It is either a fixed firectory (defaulting to $HOME), or, if an empty string, uses the current directory of the process. After saving a figure, its valu...
<h3 dir="auto">Problem</h3> <p dir="auto"><code class="notranslate">rcParams["savefig.directory"]</code> sets the default directory used by the figure-saving dialog. It is either a fixed firectory (defaulting to $HOME), or, if an empty string, uses the current directory of the process. After saving a figure, its valu...
1
<p dir="auto">I do a fair bit of editing in Markdown, and I like to hard-wrap blocks of text at column 120 (as opposed to the visual wrapping that happens in VSCode based on the editor.wrappingColumn setting).</p> <p dir="auto">It would be really helpful to have a visual guide at a user-defined column number. This vis...
<p dir="auto">Ruler settings would be helpful for showing end of row text.<br> <strong>Sublime text</strong>:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/3235047/12016568/ae2bb45c-ad5d-11e5-8a91-c8ef43c7a0cb.png"><img src="https://cloud.githubusercontent.co...
1
<h3 dir="auto">System information</h3> <ul dir="auto"> <li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: Yes</li> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Ubuntu 16.04</li> <li><strong>TensorFlow installed from (sour...
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="136722135" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tensorflow/issues/1300" data-hovercard-type="issue" data-hovercard-url="/tensorflow/tensorflow/issues/1300/hovercard" href="https:/...
1
<p dir="auto">I am using the Chart.js library which does auto-sizing of the chart on window resize. It does that by using setTimeout() and clearTimeout() when the event is triggered.</p> <p dir="auto">The <code class="notranslate">clearTimeout</code> is tripping zone.js</p> <p dir="auto">Plunkr: <a href="http://plnkr.c...
<p dir="auto">[x] bug report</p> <p dir="auto">Either of these will crash zones</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var timerId = 42; // anything that isn't actually a handle clearInterval(timerId); // Error: cannot read property 'c...
1
<p dir="auto">For the datepicker &amp; the timepicker components, it'd be very cool to have the option to make certain days/times unavailable, say for a booking app for instance.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" check...
<blockquote> <p dir="auto">Material-UI was designed with the Roboto font in mind. So be sure to include it in your project. Here are some instructions on how to do so.</p> </blockquote> <p dir="auto">The "some instructions" link is redirecting back to the fonts preview page.</p>
0
<p dir="auto"><a href="https://github.com/golang/go/blob/master/src/net/ipsock.go#L204">https://github.com/golang/go/blob/master/src/net/ipsock.go#L204</a></p> <div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type addrList []Addr func...
<p dir="auto">The following example program:</p> <div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="package main import ( &quot;net&quot; ) func main() { net.Listen(&quot;tcp&quot;, &quot;localhost:8080&quot;) ...
1
<p dir="auto">Calling the pd.Series interpolate with method='time' returns inconsistent results when the first or the last value is NaN.</p> <p dir="auto">When the first value is NaN, interpolation is <strong>not</strong> performed on the first value. This is, for me, the expected behaviour since interpolation is not p...
<p dir="auto">See also the discussion at <a href="http://stackoverflow.com/questions/25255496/dataframe-interpolate-extrapolates-over-trailing-missing-data" rel="nofollow">StackOverflow</a>.</p> <p dir="auto">Linear interpolation on a series with missing data at the end of the array will overwrite trailing missing valu...
1
<p dir="auto">Matrices and array environments would be useful to display with matplotlib.</p> <p dir="auto">Here is a stackoverflow question that is related: <a href="http://stackoverflow.com/questions/26329177/how-to-display-a-matrix-in-the-matplotlib-annotations" rel="nofollow">http://stackoverflow.com/questions/2632...
<p dir="auto"><a href="https://sourceforge.net/tracker/?func=detail&amp;aid=2766156&amp;group_id=80706&amp;atid=560723" rel="nofollow">Original report at SourceForge, opened Wed Apr 15 14:40:54 2009</a></p> <p dir="auto">MPL currently has great math support for single line equations, but not for multiple line ones. We...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In file included from /mnt/sda2/delaat/julia/deps/libuv/include/uv.h:67:0, from src/unix/async.c:25: /mnt/sda2/delaat/julia/deps/libuv/include/uv-private/uv-unix.h:132:1: error: unkno...
<p dir="auto">Hi,</p> <p dir="auto">On <code class="notranslate">0.1.1</code> tag and master I get the following make error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In file included from /home/user/RedHatEnterpriseWS6/julia-master/deps/...
1
<h3 dir="auto">Version</h3> <p dir="auto">2.6.11</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codesandbox.io/s/vue2611-q4ky0?file=/src/components/HelloWorld.vue" rel="nofollow">https://codesandbox.io/s/vue2611-q4ky0?file=/src/components/HelloWorld.vue</a></p> <h3 dir="auto">Steps to reproduc...
<h3 dir="auto">Version</h3> <p dir="auto">2.6.0-beta.1</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codepen.io/frlinw/pen/OreZMz" rel="nofollow">https://codepen.io/frlinw/pen/OreZMz</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Click on "Click me"</p> <h3 dir="auto">What is ex...
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 (if applicable): 0.6.2951.0 Any other software? Not important # Steps to reproduce Laptop DELL XPS 9560 (...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Microsoft Windows [Version 10.0.18362.418] Windows Terminal version (if applicable): 2019.1022.2157.0 Any other software? (WSL)"><pre lang="none" class="notranslate"><...
0
<p dir="auto">I have a dialog with a table in it that requires scrolling. The table contains a column that contains icons with tooltips. Everything is okay when tooltip placement='bottom'. When I change placement to 'right' an additional scrolling bar appears inside the dialog.</p> <ul class="contains-task-list"> <li...
<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/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="wolverine:kubernetes-0.7.1 pires$ ./build/make-run-images.sh +++ Verifying Prerequisites.... +++ Setting boot2docker clock You don't have a local copy of the golang docker image. This image is 450MB. ...
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="173930785" data-permission-text="Title is private" data-url="https://github.com/kubernetes/test-infra/issues/470" data-hovercard-type="issue" data-hovercard-url="/kubernetes/test-infra/issues/470/hovercard" href="https://g...
0
<p dir="auto">Prompted by this deprecation warning:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Warning: In the future `findall(A)` will only work on boolean collections. Use `findall(x-&gt;x!=0, A)` instead."><pre class="notranslate"><cod...
<p dir="auto">Example:</p> <p dir="auto">This is printing ARGS / args at the start of <code class="notranslate">process_options</code> in <code class="notranslate">client.jl</code>.</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-conte...
0
<h3 dir="auto">System Information</h3> <p dir="auto">OpenCV versions tested: 4.5.5, 4.7.0<br> Operating System / Platform: Ubuntu 18.04<br> Device: NVIDIA Jetson TX2 DevKit<br> CUDA version: 10.2<br> CUDNN version: 8.2.1</p> <h3 dir="auto">Detailed description</h3> <p dir="auto">Hi,</p> <p dir="auto">I was using OpenCV...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.0.1.25</li> <li>Operating System / Platform =&gt; Windows 64 bit</li> <li>Compiler =&gt; MSC v.1900 64 bit (AMD64)</li> </ul> <h5 dir="auto">Detailed description</h5> <div class="snippet-clipboard-content notranslate position-relative...
0
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow):<br> Yes, duplicated the minimal code from documentation snippet from <a href="https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/...
<hr> <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>:<br> No</li> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>:<br> N/A</li> <li><strong>Mobile device (e.g. iPhone 8...
0
<h1 dir="auto">Implement a feature that split one window into multiple windows</h1> <p dir="auto">Usually , when we start a terminal , and make a connection ,then the whole connection will occupy the whole window, I hope we can split one window into multiple ,then we can start connection in each sub window , then we ca...
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">When opening a new CMD tab, the width of the tab is small due to the name of the prompt being small "cmd." This makes it a little uncomfortable, and if the tabs were to have a minimum width it would give it more space, specially when you're bl...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> 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">Plugins will want to do something at least for hot-restart. <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/johnmccutchan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/johnmccutchan">@johnmccutcha...
<p dir="auto">I think it would be an OK design choice if they didn't. But it's probably better if they do.</p> <p dir="auto">If we need to add new API to teach plugins about hot-reload or hot-restart we might need to do that sooner rather than later.</p> <p dir="auto">FYI <a class="user-mention notranslate" data-hover...
1
<ul dir="auto"> <li>VSCode Version: 1.2.0 stable</li> <li>OS Version: Tried it on OS X 10.10.5 and Ubuntu 16.04</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Open a file where breakpoints are supported</li> <li>Set a breakpoint at any line</li> <li>Right click the breakpoint and select "Edit Brea...
<ul dir="auto"> <li>VSCode Version: 1.1.1</li> <li>OS Version: Windows 7 SP1</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Open folder in the VSCode with many subdirectories</li> <li>Navigate to some file in sub-sub directory and start to edit it</li> <li>Press Ctrl+O to open other file from the ...
0
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-give-your-javascript-slot-machine-some-stylish-images" rel="nofollow">http://freecodecamp.com/challenges/waypoint-give-your-javascript-slot-machine-some-stylish-images</a> has an issue. Please describe how to reproduce it, and include links to...
<p dir="auto">I lost most of my work last night when there were problems on the server. I think this is the 4th time this has happened with my account. My points number reflects over 300 while my map does not.<br> I have been working at this for close to a year, if not over a year.<br> And the issue was closed even tho...
0
<p dir="auto">Hi,</p> <p dir="auto">can you integrate a Mega Menu into bootstrap3?</p> <p dir="auto">There is a solution already made by someone?</p> <p dir="auto">Thanks</p>
<p dir="auto">i think it will be useful...</p>
1
<p dir="auto">Similarly to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="252845724" data-permission-text="Title is private" data-url="https://github.com/puppeteer/puppeteer/issues/540" data-hovercard-type="issue" data-hovercard-url="/puppeteer/puppeteer/issues/540/hovercard" href="...
<p dir="auto">Similarly to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="252845724" data-permission-text="Title is private" data-url="https://github.com/puppeteer/puppeteer/issues/540" data-hovercard-type="issue" data-hovercard-url="/puppeteer/puppeteer/issues/540/hovercard" href="...
1
<p dir="auto">I would think that the right thing to do here is to silently carry on, if there is no upstream tracking branch than there is nothing to update.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ERROR: Update finished with errors. =&...
<p dir="auto">Starting from a tagged version:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; Pkg.checkout(&quot;TaylorSeries&quot;, &quot;warningsv05&quot;) INFO: Checking out TaylorSeries warningsv05... ERROR: GitError(Code:ERROR, C...
1
<p dir="auto">I migrate from webpack from 1.x to latest 2.3.1, when I start, always show module.entry is invalid.</p> <p dir="auto">my webpack config as follwing, I did not see any issue in the config.</p> <p dir="auto">var webpack = require('webpack');<br> var autoprefixer = require('autoprefixer');<b...
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">If we have two modules say A and B. A and B imports react.<br> During dynamic import of these two module I found react code to be duplicated.</p> <p dir="auto"><strong>If the current behavior is a bug, plea...
0
<p dir="auto">1.Go to settings<br> 2. Keybindings and find alt-s<br> 3. Select text and righ-click</p> <p dir="auto"><strong>Atom Version</strong>: 1.0.0<br> <strong>System</strong>: Unknown Windows Version<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: Can...
<p dir="auto">I right-clicked on a folder in the tree view</p> <p dir="auto"><strong>Atom Version</strong>: 0.194.0<br> <strong>System</strong>: Windows 7 Entreprise<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: Cannot find module './context-menu'<br> Erro...
1
<p dir="auto">I ues python 2.7.9 and requests 2.5.1<br> when I do like this:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="files = {'file1':('中文','hello')} r = requests.post('http://test',files=files)"><pre class="notranslate"><code class="no...
<p dir="auto">This code:</p> <p dir="auto">requests.post(url, files={"file": open(u"漢字.o8d", "r")})</p> <p dir="auto">will return a 200, but the file is never uploaded.</p> <p dir="auto">I can upload that file by posting in the browser so this doesn't seem to be a server-side issue. Also, if I change the name of the fi...
1
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.): No</p> <p dir="auto"><strong>What keywords did you search...
<p dir="auto">There are a number of small pieces of discussion scattered across this and the rkt repository related to how to handle networking setup; I'd like to consolidate this discussion here, talk about all the issues and options I know about, and hopefully figure out what the best option is.</p> <p dir="auto">Dis...
0
<p dir="auto"><strong>Migrated issue, originally created by tosh</strong></p> <p dir="auto">Hi there,</p> <p dir="auto">I use SQLAlchemy 0.8.3 (so maybe it's fixed in newer releases) with MySQL 5.1.73.<br> When I do the query</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-sn...
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
1
<p dir="auto">React version: 17.0.1<br> React Reconciler version: 0.26.1</p> <h2 dir="auto">Steps To Reproduce</h2> <ol dir="auto"> <li>I upgraded from <code class="notranslate">react@17.0.0</code> to <code class="notranslate">react@17.0.1</code> and from <code class="notranslate">react-reconciler@0.26.0</code> to <cod...
<p dir="auto">When a function passed through props is used inside <code class="notranslate">useCallback</code>, the <code class="notranslate">react-hooks/exhaustive-deps</code> eslint rule give a false positive.</p> <p dir="auto">Using a value on the props object or reference the function doesn't generate a warning. On...
0
<p dir="auto">TODO:</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> create_table_with_out_of_line_check</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked="">...
<p dir="auto">1、Which version of ShardingSphere did you use?<br> shardingsphere-jdbc:5.0.0-alpha</p> <p dir="auto">2、Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?<br> shardingsphere-jdbc</p> <p dir="auto">3、Expected behavior:<br> excute sql like "INSERT INTO user_info ( id, name, sex, updateTi...
0
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1931" rel="nofollow">http://projects.scipy.org/numpy/ticket/1931</a> on 2011-08-10 by trac user tlatorre, assigned to unknown.</em></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipbo...
<p dir="auto">This is to gather and close some other issues. The NEP 50 proposal would close it. In many cases using int64 as the default Python integer for scalar operations (where we disable value-based logic) can be surprising</p> <ul dir="auto"> <li><a class="issue-link js-issue-link" data-error-text="Failed to l...
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"> 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"><code class="notranslate">CartesianIndices</code> seems to enforce <code class="notranslate">Int</code> even if the arguments are of a different type; e.g.,</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="x = Int32(3) @show typeof...
<p dir="auto">Due to <code class="notranslate">LinearIndices</code> only supporting <code class="notranslate">Int</code>s, <code class="notranslate">keys</code> and <code class="notranslate">LinearIndices</code> do not work when the indices are not representable as <code class="notranslate">Int</code>s:</p> <div class=...
1
<h1 dir="auto">The problem</h1> <ul dir="auto"> <li>Neo4J version: 3.4.5 (community)</li> <li>Operating System: Ubuntu 16.04</li> <li>API/Driver: Python driver 1.6.2</li> </ul> <p dir="auto">When a node string property participates in an index. Neo4J imposes a (reasonable) limit on its <strong>byte</strong> length. How...
<p dir="auto">Add node.prop.indexOf('str') and rel.prop.indexOf('str') so that one could then use SUBSTRING to get to a value in the property. See:</p> <p dir="auto"><a href="http://stackoverflow.com/questions/19830600/neo4j-getting-data-out-of-and-ordering-on-node-properties-when-the-property-h" rel="nofollow">http:/...
0
<ul dir="auto"> <li>Electron version: 0.37.2</li> <li>Operating system: Windows 10</li> </ul> <p dir="auto">Trying to access the id property of a window from the renderer side, I am getting this error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-con...
<ul dir="auto"> <li>Electron version: 0.36.9</li> <li>Operating system: Mac</li> </ul> <p dir="auto">We're still trying to nail down repro steps in Slack, but it seems to happen on 0.36.9 when calling <code class="notranslate">remote</code> methods. Specifically, we build context menus using <code class="notranslate">r...
1
<p dir="auto">Currently if a historical tier has a replication factor of 1 (meaning only 1 copy of the data across the tier) then any particular node cannot be shut down for planned maintenance without temporarily loosing the ability to query data which was hosted there.</p> <p dir="auto">As a user of Druid, I would li...
<p dir="auto">This ask is that historical nodes are able to be put into a maintenance mode such that their nodes do not count towards the replication threshold. This allows for scaling tiers down in a more controlled manner.</p> <p dir="auto">We occasionally have capacity issues as we scale our cluster such that a lowe...
1
<p dir="auto">I saw two common usage patterns of Timer.Reset:</p> <p dir="auto">First is ensuring that a sequence of events happens in a timely fashion:</p> <div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="timeout := time.NewTimer(T) ...
<p dir="auto">A common idiom is to keep a single timer and extend its<br> use by calling Timer.Reset.</p> <p dir="auto">From a naive reading of the documentation, these two<br> lines are equivalent except for saving some garbage:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" dat...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 18363.657 PowerToys version: 0.15.2 PowerToy module for which you are reporting the bug (if applicable): FancyZones"><pre class="notranslate"><c...
<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.387] PowerToys version: 0.12.0.0 PowerToy module for which you are reporting the bug (if applicable): FancyZones"><pre class="...
1
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><input type="che...
<h2 dir="auto">Checklist</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br> (if you are not able to do this, then at le...
0
<p dir="auto">Currently the ListItem supports a prop called <code class="notranslate">initiallyOpen</code> and an event <code class="notranslate">onNestedListToggle</code>. It would be great if it could simply accept <code class="notranslate">open</code> as a prop which overrides the internal state.</p>
<p dir="auto">I am using material-ui in a project with react router. And I want to control which ListItems show there nestedLists. This is unfortunately not possible because i can't control wether a listItem is "open" or not.<br> I know there is a Prop to control if its initially open. But I want to change it from my p...
1
<p dir="auto">At the moment, having this in a mapping throws a parsing error:</p> <p dir="auto">"topic_date" : { "type" : "date", "format": "date_optional_time||yyyy-MM-dd'T'HH:mm" }</p>
<p dir="auto">The following mapping:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="'index': { 'properties': { 'date_created': { 'type': 'date', 'index': 'not_analyzed', 'format: 'date_time||date...
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">Bundled dependencies ...
<h3 dir="auto">Current Behavior:</h3> <p dir="auto">Bundled dependencies do not export executables when packing.</p> <h3 dir="auto">Expected Behavior:</h3> <p dir="auto"><code class="notranslate">npm pack</code> output should include scripts under <code class="notranslate">.bin</code> to launch any executables provided...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ec2_group</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.1.0 config ...
<p dir="auto">Based on <a href="https://groups.google.com/d/topic/ansible-project/UGb8i7wU8Jk/discussion" rel="nofollow">https://groups.google.com/d/topic/ansible-project/UGb8i7wU8Jk/discussion</a>.<br> This feature will be awesome to have for continuous application deployments where build/deploy scripts (Ant, Maven) a...
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"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p> <p dir="auto">kubeadm master join</p> <hr> <p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one):</p> <p dir="a...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><inp...
<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