text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ansible-vault</p> <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 confi...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ansible-vault</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="→ ansible --version a...
0
<p dir="auto">DateTimeType, when used with the widget "text", currently duplicates the invalid error when an invalid value is entered.</p> <p dir="auto">Also, it should be possible to configure the "invalid" messages of both the "date" and the "time" field.</p>
<p dir="auto">Suppose you have an entity "Task" with a "status" property of type Integer (stored in the database as an integer).</p> <p dir="auto">You can define an action to set the status of a Task as:</p> <div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snipp...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=donnchadh" rel="nofollow">Donnchadh O Donnabhain</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3359?redirect=false" rel="nofollow">SPR-3359</a></strong> and commented</p> <p dir="auto">Here is a simple test case:...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=simonwg" rel="nofollow">Simon Wong</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9464?redirect=false" rel="nofollow">SPR-9464</a></strong> and commented</p> <p dir="auto">The issue could be revealed if MyBatis fo...
0
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait Foo { fn foo(&amp;self); } macro_rules! foo { () =&gt; (); ($a:expr, $($n:expr,)*) =&gt; ( impl Foo for [(); $a] { fn foo(&amp;self) { ...
<p dir="auto">Test case:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn main() { []; }"><pre class="notranslate"><code class="notranslate">fn main() { []; } </code></pre></div> <p dir="auto">Output:</p> <div class="snippet-clipboard-content...
1
<p dir="auto">Currently, using app.test_client() together with multi-threaded environment will fail:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from concurrent.futures import ThreadPoolExecutor from flask import Flask, jsonify app = Flas...
<p dir="auto">The following code defines a simple app, and queries it from a test that uses threads:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import threading from flask import Flask import pytest def create_app(): ...
1
<p dir="auto">The instructions are: "Let's delete the "tails" property from myDog."</p> <p dir="auto">and the test being run is "Delete the property "bark" from myDog." The test should test whether the key-value pair for tails prop is removed.</p>
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-delete-properties-from-a-javascript-object#?solution=var%20ourDog%20%3D%20%7B%0A%20%20%22name%22%3A%20%22Camper%22%2C%0A%20%20%22legs%22%3A%204%2C%0A%20%20%22tails%22%3A%201%2C%0A%20%20%22friends%22%3A%20%5B%22everything!%22%5D%2C%0A%20%20%22b...
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 =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&g...
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&g...
1
<p dir="auto">I tried getting the inverse (related to issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="437943844" data-permission-text="Title is private" data-url="https://github.com/google/jax/issues/646" data-hovercard-type="issue" data-hovercard-url="/google/jax/issues/646/ho...
1
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-add-alt-text-to-an-image-for-accessibility" rel="nofollow">http://freecodecamp.com/challenges/waypoint-add-alt-text-to-an-image-for-accessibility</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possib...
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-import-a-google-font" rel="nofollow">http://freecodecamp.com/challenges/waypoint-import-a-google-font</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p> <p dir="auto">I noticed new waypoint...
1
<h3 dir="auto">Feature request</h3> <p dir="auto">##transformers.AutoModel.from_pretrained()## module allows to load pretrained models from local directories as well. The local pickle files path is an argument of the above function. These files can have different encoding types.</p> <p dir="auto">A parameter called 'e...
<p dir="auto">Dear HuggingFace team,</p> <p dir="auto">There is unfortunately no option to reopen the bugs, the issue I reported here [1] still exists with testing the last version of transformers. I add my comments on the same ticket. Could you kindly reopen this bug?</p> <p dir="auto">The variations are very high aft...
0
<p dir="auto">Right now no unboxed closures are Copy, but there's no reason that 0-size closures or those with only copy captures couldn't be Copy.</p>
<h3 dir="auto">Description:</h3> <p dir="auto">Internal compiler error with the following code:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pub trait Trait {} impl PartialEq for Trait { fn eq(&amp;self, other: &amp;Sel...
0
<h3 dir="auto">Which version of ShardingSphere did you use?</h3> <p dir="auto">4.0.0-RC1 error<br> 3.1.0 normal</p> <h3 dir="auto">Which project did you use? Sharding-JDBC or Sharding-Proxy?</h3> <p dir="auto">sharding-jdbc</p> <h3 dir="auto">Expected behavior</h3> <p dir="auto">rewrite sql contains schema,so can right...
<h2 dir="auto">Use version</h2> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" &lt;dependency&gt; &lt;groupId&gt;org.apache.shardingsphere&lt;/groupId&gt; &lt;artifactId&gt;sharding-jdbc-spring-boot-starter&lt;/artifactId&gt; ...
0
<h3 dir="auto">Model description</h3> <p dir="auto">Swin2SR is a Swinv2-based model for image super resolution and compression.</p> <h3 dir="auto">Open source status</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> The m...
<h3 dir="auto">System Info</h3> <p dir="auto">I'm running into an issue where I'm not able to load a 4-bit or 8-bit quantized version of Falcon or LLaMa models. This was working a couple of weeks ago. This is running on Colab. I'm wondering if anyone knows of a fix, or why this is no longer working when it was 2-3 week...
0
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: 1.9.1</li> <li>Operating System: Mac</li> <li>Browser: Chrome</li> </ul> <p dir="auto"><strong>Describe the bug</strong></p> <p dir="auto">I'm currently scraping tiktok using this unofficial tiktok api which uses playwright <a href="htt...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.XX]</li> <li>Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.]</li> <li>Browser: [All, Chromium, Firefox, WebKit]</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-lis...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ cargo build Compiling libc v0.1.10 Compiling log v0.3.2 Compiling link-crash v0.1.0 (file:///C:/Users/%D0%90%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80/Document s/link-crash) error: li...
<p dir="auto">Currently the compiler makes basically no attempt to correctly use <code class="notranslate">dllimport</code>. As a bit of a refresher, the Windows linker requires that if you're importing symbols from a DLL that they're tagged with <code class="notranslate">dllimport</code>. This helps wire things up cor...
1
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/15936231/92454136-c6ecaa80-f1f2-11ea-9868-4d31a1724743.png"><img src="https://user-images.githubusercontent.com/15936231/92454136-c6ecaa80-f1f2-11ea-9868-4d31a1724743.png" alt="image" style="max-width: 10...
<p dir="auto">Lets say I have code like this:</p> <p dir="auto">foo.ts:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import { myDep } from &quot;https://unpkg.com/my_dep@0.0.5/myDep.ts&quot;"><pre class="notranslate"><code class="notranslate...
0
<p dir="auto">Sorry, long post :)</p> <p dir="auto">I know this project is <strong>web</strong>pack, though it seems to have quite a lot of features (well done by the way). I've started writing a node packer (and I came up with a similar <a href="https://github.com/jpillora/node-bale/blob/master/templates/main.js">boot...
<h2 dir="auto">Feature request</h2> <p dir="auto">Here is the bug-ish issue I'm running into:</p> <p dir="auto"><a href="https://github.com/jedwards1211/webpack-code-splitting-issue/tree/two-async-chunks">https://github.com/jedwards1211/webpack-code-splitting-issue/tree/two-async-chunks</a></p> <h3 dir="auto"><cod...
0
<p dir="auto">The last patches for the modal break some functionality. One is easy to test.</p> <p dir="auto"><a href="http://jsfiddle.net/MUu4K/1/" rel="nofollow">http://jsfiddle.net/MUu4K/1/</a></p> <p dir="auto">In the fiddle above, try to close the modal, open it and then close it again by the button "close" or the...
<p dir="auto">Hi,</p> <p dir="auto">The code used on last Thursday worked fine. But after updated to latest code on Monday (GMT+8), the modal dialog when clicks to dismiss for seconds onward cannot be close.</p> <p dir="auto">I am checking on source code line 932, if I commented out this line then it is working again.<...
1
<p dir="auto"><em>Please make sure that this is a build/installation issue. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em></p> <p d...
<p dir="auto">I noticed that tensorflow always takes about ~2min before it actually starts to compute. I've been trying to find out, why this happens, and nothing really worked so far.</p> <p dir="auto"><a href="https://www.tensorflow.org/install/install_windows" rel="nofollow">Tensorflow site</a> says, I should use CU...
1
<p dir="auto">This issue is explained in details in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="69690167" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/2839" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/i...
<p dir="auto">TypeScript support only two way of TSX transformation:</p> <ol dir="auto"> <li>Preserve. I can compile to preserve and process file by classic JSX transform. This way support many framework.</li> <li>React. This is hard coded transformation only for React. This way is not honest in relation to other frame...
0
<h3 dir="auto">Apache Airflow Provider(s)</h3> <p dir="auto">vertica</p> <h3 dir="auto">Versions of Apache Airflow Providers</h3> <p dir="auto">3.1.0</p> <h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.3.2</p> <h3 dir="auto">Operating System</h3> <p dir="auto">MacOS - arm64</p> <h3 dir="auto">Deployment</h3>...
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.2.0</p> <h3 dir="auto">Operating System</h3> <p dir="auto">Debian buster</p> <h3 dir="auto">Versions of Apache Airflow Providers</h3> <p dir="auto"><em>No response</em></p> <h3 dir="auto">Deployment</h3> <p dir="auto">Astronomer</p> <h3 dir="auto">Deployment de...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">cloudflare_dns</p> <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 "><pre...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">mount module</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.1.0 conf...
0
<p dir="auto">Text inside of tooltips will not be wrapped if the element is inside a ´.btn-group´.</p> <p dir="auto">See here:<br> <a href="http://jsfiddle.net/VGuTj/" rel="nofollow">http://jsfiddle.net/VGuTj/</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;div class=&quot;btn-group&quot;&gt; &lt;a class=&quot;btn&quot; rel=&quot;popover&quot; data-content=&quot;Lorem ipsum dolor sit amet.&quot;&gt;Click me!&lt;/a&gt; &lt;/div&gt;"><pre lang="ħtm...
1
<p dir="auto">It would be great if we can allow user to adjust position of the "debug-actions-widget" according to their choice.<br> What we will get out of it:</p> <ol dir="auto"> <li>We have one open issue (# 4332) where user not able to see the linter error message as it is covered by debug-actions-widget .</li> <li...
<p dir="auto">I have two screens which I regularly switch between. My font size is configured to be just right on one of them, but it appears far too large on the other monitor.</p> <p dir="auto">This is probably an advanced feature request, but I would like to have a way to configure the font size differently for each...
0
<p dir="auto">As per <a href="https://groups.google.com/forum/#!topic/flutter-dev/mcbtlgRea-g" rel="nofollow">this thread</a>, platforms messages are relayed on and must be responded to on the main thread.</p> <p dir="auto">This should probably be documented, both at the <a href="https://github.com/flutter/website/blob...
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">Honestly, a bunch of things can cause Flutter to segfault.</p> <ul dir="auto"> <li> <p dir="auto">Scrolling a list with a bunch of images sometimes causes a segfault.</p> </li> <li> <p dir="auto">Using the observatory sometimes causes a segfault.</p> </li> </ul> <p d...
1
<p dir="auto">Hello! I've updated <code class="notranslate">matplotlib</code> to the latest version (3.1.1) and got an issue: imshow draws half of the first and last lines when I use <code class="notranslate">set_yticks</code>.</p> <p dir="auto">Example:</p> <div class="snippet-clipboard-content notranslate position-re...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">The very top and bottom of the heatmaps are getting truncated to 1/2 height in version <code class="notranslate">3.1.1</code>. This does not happen for version <code class="notranslate">3.0.3</code>.</p> <p dir="auto">This is th...
1
<h1 dir="auto">Why Mypy re-enable</h1> <p dir="auto">For a few weeks MyPy checks have been disabled after the switch to Python 3.7 (per <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1039799030" data-permission-text="Title is private" data-url="https://github.com/apache/airflow/issu...
<p dir="auto"><strong>Description</strong><br> Allow DAG to accept list of cron expression and schedule the dag in correlation to all of them.<br> Similar to how it can be done in cron job</p> <p dir="auto"><strong>Use case / motivation</strong><br> Some scheduling like: every 10 min between 16:30 to 18:10 can not be o...
0
<p dir="auto">Got the following when building (app still runs though):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="flutter: The following assertion was thrown building MaterialApp(dirty, state: _MaterialAppState#c51fa): flutter: 'package:fl...
<p dir="auto">By specifying the <code class="notranslate">builder</code> of a <code class="notranslate">MaterialApp</code> widget, it should be possible to use a custom <code class="notranslate">Navigator</code> (or no navigator at all. The assertions of the <code class="notranslate">WidgetsApp</code> constructor make ...
1
<p dir="auto">Using {% raw %} in templates does not stop jinja2 variable substitution</p> <ul dir="auto"> <li>ansible 1.4 -devel <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/4f139673865b713ad6b5e90aa79575a19b2b237e/hovercard" href="https://github.com/...
<p dir="auto">I have a variable <code class="notranslate">hbase_standalone</code> that's set to <code class="notranslate">false</code> in defaults but for my current host it's <code class="notranslate">true</code>. And here's how my dependencies look like:</p> <div class="snippet-clipboard-content notranslate position-...
0
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">I use facebook sdk for live video and import fb sdk, i also have a file named sdk.js, when building with webpack, the fb sdk file will be add hash.</p> <ul dir="auto"> <li> <p dir="auto">Before<br> <a tar...
<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> Uncaught ReferenceError: vendor_dll is not defined<br> Possibly because output.library Template variables are not replaced<br> <strong>If the ...
0
<h3 dir="auto">Version</h3> <p dir="auto">2.5.22</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codesandbox.io/embed/vue-template-b6c06?fontsize=14&amp;hidenavigation=1&amp;theme=dark" rel="nofollow">https://codesandbox.io/embed/vue-template-b6c06?fontsize=14&amp;hidenavigation=1&amp;theme=dar...
<h3 dir="auto">Version</h3> <p dir="auto">2.6.10</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codesandbox.io/s/vue-template-wn53r" rel="nofollow">https://codesandbox.io/s/vue-template-wn53r</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Just see the code and the console info.</...
1
<p dir="auto"></p><div class="Box Box--condensed my-2"> <div class="Box-header f6"> <p class="mb-0 text-bold"> <a href="https://github.com/pandas-dev/pandas/blob/3a7f956c30528736beaae5784f509a76d892e229/pandas/plotting/_core.py#L2649-L2666">pandas/pandas/plotting/_core.py</a> </p> <p class="mb-0 col...
<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; df = pd.DataFrame({&quot;A&quot;: range(4), &quot;color&quot;: ['red', 'blue', 'blue', 'red']}) &gt...
1
<h1 dir="auto">Bug report</h1> <p dir="auto">Webpack v4.12 is not respecting setting the mode via config file.</p> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">If I set the mode with module.exports in the webpack.config.js, I receive the configuration warning that the mode is not set.<...
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p> <p dir="auto">Report a bug</p> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">When i load the files from <code class="notranslate">scss</code> in webpack.dev the filepath is good:</p>...
0
<p dir="auto"><em>Please make sure that this is a bug. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em></p> <p dir="auto"><strong>Syste...
<h3 dir="auto">Description</h3> <p dir="auto">I'm trying to understand how TF generates batches from <code class="notranslate">TFRecord</code> file format, how to implement the basic idea of evaluate the whole validation dataset after a full epoch so I've done a small experiment.</p> <p dir="auto">Basically I've added ...
0
<p dir="auto"><strong>Migrated issue, originally created by jek (<a href="https://github.com/jek">@jek</a>)</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[08:31](08:31) &lt;Crys_&gt; SA emits &quot;like 'str%'&quot; for startswith. ...
<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"><strong>Migrated issue, originally created by Anonymous</strong></p> <p dir="auto">(original reporter: ged) As you know, I've been playing with a C extension lately. I am at the point where I have translated all the RowProxy methods which benefit from more speed, and all common result processors (the resu...
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p> <p dir="auto">to make it easier to support joined-table inheritance with no explcit discriminator, as well as any functional situation:</p> <div class="snippet-clipboard-content notra...
0
<p dir="auto">Hello everybody.<br> I must be crazy to keep on trying to run cutting-edge open-source software on my old (but quite stable...) XP laptop !</p> <p dir="auto">Version : julia-0.3.0-prerelease-8f1fbec-win32<br> "C:\Julia 0.3.0-prerelease\bin&gt;julia" just crashes without a sigh ...</p> <p dir="auto">Here i...
<p dir="auto"><code class="notranslate">@Distributed.everywhere</code> fails if you <code class="notranslate">import Distributed</code></p> <p dir="auto">it works only if <code class="notranslate">using Distributed</code></p>
0
<p dir="auto">Similar to react-router's <code class="notranslate">Link</code>, it would be nice to be able to customize CSS when a link is active, e.g with an <code class="notranslate">activeClassName</code> property.</p>
<p dir="auto">Im trying to integrate elastic APM (<a href="https://www.elastic.co/solutions/apm" rel="nofollow">https://www.elastic.co/solutions/apm</a>).<br> When I import elastic-apm-node (<a href="https://github.com/elastic/apm-agent-nodejs">https://github.com/elastic/apm-agent-nodejs</a>) package inside my pages/i...
0
<p dir="auto">I am using <a href="http://bepo.fr/wiki/Accueil" rel="nofollow">BÉPO keyboard layout</a> and I am not able to produce a <em>""</em> in the <em>atom-text-editor</em>. However it works fine in <em>setting menu</em> and in the <em>command prompt</em> (ctrl+shift+p menu), and everything word fine if I switch ...
<p dir="auto">Original issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="28529842" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/1625" data-hovercard-type="issue" data-hovercard-url="/atom/atom/issues/1625/hovercard" href="https://github.c...
1
<p dir="auto">When trying to use evaluateAll or dispatchEvent in a specific web page, an TypeError: extraEngines is not iterable error is throw</p> <p dir="auto">Seems to be the same bug as <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1440014352" data-permission-text="Title is pri...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: v1.32</li> <li>Operating System: Windows 10, Ubuntu 20</li> <li>Browser: Chromium</li> <li>Other info:</li> </ul> <p dir="auto">When using a "setup" in project dependencies and you run a test with <code class="notranslate">--repeat-each</code> the ...
0
<p dir="auto">It was accident i encounter this issue.<br> if i have a typescript file as follows<br> module myMoudle {<br> interface iTest {</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="t2:iTest; x3:number;"><pre class="notranslate"><code cl...
<p dir="auto">Hi,</p> <p dir="auto"><strong>TS Version</strong>: 1.4</p> <p dir="auto">The following code:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var x: any; /* var bar; */"><pre class="notranslate"><span class="pl-k">va...
1
<p dir="auto">Flaky occurrence:</p> <p dir="auto"><a href="https://circle.pytorch.org/build-details.html?build_id=2161720" rel="nofollow">https://circle.pytorch.org/build-details.html?build_id=2161720</a></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-...
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2> <p dir="auto"><code class="notranslate">TestDistBackend.test_DistributedDataParallel_SyncBatchNorm_Diff_Input_Sizes_Running_Value</code> seems to be flaky</p> <di...
1
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto">This feature will allow to do validation based on the value of other properties.</p> <h3 dir="auto">What does the proposed API look like?</h3> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-sn...
<h3 dir="auto">Version</h3> <p dir="auto">2.6.10</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codepen.io/leevscript/pen/gOawPgP" rel="nofollow">https://codepen.io/leevscript/pen/gOawPgP</a></p> <h3 dir="auto">Steps to reproduce</h3> <div class="snippet-clipboard-content notranslate position-...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I tried using the <code class="notranslate">@types/lodash</code> package and had problems.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c...
<p dir="auto"><code class="notranslate">lowdb-tests</code> are failing on master, probably due to a typescript change. It looks like the <code class="notranslate">If&lt;...&gt;</code> types no longer work properly.</p> <p dir="auto">The good news is, in TS2.8 we can use conditional types, which do the same thing in a m...
0
<h2 dir="auto"><g-emoji class="g-emoji" alias="question" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2753.png">❓</g-emoji> Questions &amp; Help</h2> <p dir="auto">When using En-Fr XLMModel in transformers library,<br> I found that result from tokenizing a whole sentence is different from t...
<h2 dir="auto">🐛 Bug</h2> <p dir="auto">Model I am using: <strong>Bert</strong><br> Language I am using the model on: <strong>English</strong></p> <h2 dir="auto">To Reproduce</h2> <p dir="auto">Call <code class="notranslate">bertTokenizer.tokenize("text", return_tokens_mapped_to_origin=True)</code><br> Result:</p> <bl...
1
<p dir="auto">Now the automated interface is not displayed with mouse like icons. It is difficult to understand what you are doing if you have not seen it yourself</p>
<p dir="auto">It would be nice to natively have support for a mouse helper. So if running in headful mode, or taking a screenshot, or video recording, one would see where the mouse is, text selections, drag &amp; drops, and where it clicks during a failure.</p> <p dir="auto"><a class="user-mention notranslate" data-hov...
1
<p dir="auto">I am using SciPy (version 1.2.0) for some reasons with a simulation software.<br> In my case, I need to model the structure in the simulation software based on the results of calculation on variables. The results from the simulation software is the objective function.<br> However, mostly the design variab...
<p dir="auto">Given a constrained optimisation problem, the <code class="notranslate">L-BFGS-B</code> routine (and perhaps others) step outside the prescribed bounds to estimate the gradient despite <code class="notranslate">keep_feasible = True</code>. Is this the correct usage of this parameter in <code class="notran...
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.2681.0 Powershell Core: 6.2.1 Powershell Modules: posh-git: 1.0.0 PSReadLine: 2.0.0"><pre lang="none" ...
<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.18995.1] Windows Terminal version (if applicable): 0.5.2681.0 "><pre class="notranslate"><code class="notranslate">Microsoft Windows [Ve...
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
<p dir="auto">The bench release step in CI is sometimes failing in the past ~2 days, looking through the full logs shows a panic. I noticed it is happening for a few people:</p> <p dir="auto"><a href="https://github.com/denoland/deno/runs/8141440030?check_suite_focus=true">https://github.com/denoland/deno/runs/81414400...
<p dir="auto">The benchmarks page shows ~50k ms for the sendfile benchmark but the actual max latency was around 240ms in the CI.</p> <p dir="auto">It might be related to this float parsing error: <a href="https://github.com/denoland/deno/runs/7954136163?check_suite_focus=true#step:41:159217">https://github.com/denolan...
1
<p dir="auto">test case, from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="384635415" data-permission-text="Title is private" data-url="https://github.com/sqlalchemy/sqlalchemy/issues/3583" data-hovercard-type="issue" data-hovercard-url="/sqlalchemy/sqlalchemy/issues/3583/hovercar...
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p> <p dir="auto">After executing <code class="notranslate">table.tometadata(metadata)</code>, the new table's new column's <code class="notranslate">info</code> dictionaries are references to the original columns' dictionaries instead of a ...
0
<p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the superset logs for python stacktraces and included it here as te...
<p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the superset logs for python stacktraces and included it here as text if any</...
0
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/peterneubauer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/peterneubauer">@peterneubauer</a>: 'Probably that is not right, especially if we are expe...
<p dir="auto">Sorry for the long title, feel free to rename :)</p> <p dir="auto">The <a href="https://neo4j.com/guides/upgrade/" rel="nofollow">upgrade docs for 3.3</a> state that <code class="notranslate">3.0.any</code> -&gt; <code class="notranslate">3.3.1</code> is a supported path, but mentions no caveats. Addition...
0
<h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Provide a description of the new feature</h2> <p dir="auto">I would love to have <em>Keyboard Manager</em> to feature keyboard macros.</p>
<h2 dir="auto">Keyboard Manager should allow mapping complex keyboard events in <code class="notranslate">Key</code> and <code class="notranslate">Mapped To</code> parameters</h2> <p dir="auto">Currently, the keyboard manager allows for remapping of simple keyboard events, such as single key-down, to a different keyboa...
1
<p dir="auto">What is the way to translate document title in angular 2.<br> I can change document title with <code class="notranslate">Title</code> service but how can I translate it?<br> Angular 2 supports translations only in component templates with <code class="notranslate">i18n</code> directive. I cannot use it in...
<blockquote> <p dir="auto">ng2-quickstart@1.0.1 start E:\portal\ng2-webpack-aot<br> webpack-dev-server --progress --inline --hot</p> </blockquote> <p dir="auto">keywords if/then/else require v5 option<br> 10% building modules 3/3 modules 0 active <a href="http://127.0.0.1:8010/" rel="nofollow">http://127.0.0.1:8010/</a...
0
<p dir="auto"><code class="notranslate">issubset(x, y)</code> is incredibly slow with vectors of strings compared with the equivalent <code class="notranslate">isempty(setdiff(x, y))</code>. This is because it uses <code class="notranslate">elt in y</code> rather than building a dictionary/set. Of course, <code class="...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="g = [1:10_000_000;] m = sample(1:1_000_000, 40_000, replace=false) @time z = intersect(g,m); 196.291597 seconds (20 allocations: 1.001 MB)"><pre class="notranslate"><code class="notranslate">g = [1:1...
1
<p dir="auto">Choose one: is this a bug report or feature request? Bug report.</p> <h3 dir="auto">Input Code</h3> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="callee(castee: CastTo)"><pre class="notranslate"><span class="pl-en">ca...
<h3 dir="auto">Input Code</h3> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="state.set('foo': bar)"><pre class="notranslate"><span class="pl-s1">state</span><span class="pl-kos">.</span><span class="pl-en">set</span><span class="p...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=gackir" rel="nofollow">Robert Gacki</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9635?redirect=false" rel="nofollow">SPR-9635</a></strong> and commented</p> <p dir="auto">Lets say I have an annotated handler met...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=victorwon" rel="nofollow">Victor</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-843?redirect=false" rel="nofollow">SPR-843</a></strong> and commented</p> <p dir="auto">In SchedulerFactoryBean class, the following ...
0
<p dir="auto">Consider the following example:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const PairUnion = Union{Pair{Int,Int8},Pair{Int,UInt8}} array = PairUnion[1=&gt;0x2] function pair1(a) x, y = a[1] x =&gt;...
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; a = (&quot;foo&quot; =&gt; &quot;bar&quot;, &quot;baz&quot; =&gt; nothing); julia&gt; function f(a, i) y = iterate(a, i) if y !== nothing ...
1
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>no</td> </tr> <tr> <td>Feature request?</td> <td>yes</td> </tr> <tr> <td>BC Break report?</td> <td>no</td> </tr> <tr> <td>RFC?</td> <td>no</td> </tr> <tr> <td>Symfony version</td> <td>any</td> </tr> </tbody> </t...
<p dir="auto">For Symfony2 Router with the help of standart bundle (sensio extra) we can write ParamConverters to convert request param=&gt;object. Is there any standart way to use reversed convertion?</p> <p dir="auto">Now we must do something like this:<br> path('DevBlogBundle_post_show',{'post':post.id})<br> While a...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald" rel="nofollow">Keith Donald</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5406?redirect=false" rel="nofollow">SPR-5406</a></strong> and commented</p> <p dir="auto">Simple thing we can do:</p> <ul dir="au...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=hannes.schmidt" rel="nofollow">Hannes Schmidt</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7867?redirect=false" rel="nofollow">SPR-7867</a></strong> and commented</p> <p dir="auto">Spring's annotation-based REST...
0
<p dir="auto">The following consistently causes a segfault in 0.4 final release (as well as 0.4-rc1), and the same line of gf.c. I created a branch of ApproxFun that shows the bug. Note that the <code class="notranslate">--check-bounds=yes</code> appears necessary to reproduce.</p> <div class="highlight highlight-so...
<p dir="auto">I think I might have stumbled across a bug, possibly in type inference though I'm not sure.</p> <p dir="auto">I'd expect that running the following would print "ok" 3 times, instead it prints "ok" once then two blank lines.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-a...
1
<p dir="auto">LayerError Traceback (most recent call last)<br> in <br> 1 # this takes around 1 minute<br> 2 # print(next(data_generator(Q1_test,Q2_test,512,pad=vocab[''],shuffle=False)))<br> ----&gt; 3 accuracy = classify(Q1_test,Q2_test, y_test, 0.7, model, vocab, batch_size = 512)<br> ...
<p dir="auto">code:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" def gumbel_sample(log_probs, temperature=1.0): &quot;&quot;&quot;Gumbel sampling from a categorical distribution.&quot;&quot;&quot; u = numpy.rando...
1
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/2f0b01e13bc77afb13304ea490e1a1c635b6deb3038224bbe5d827b3b85b4a40/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f353132303931372f3930323130392f36376233653139652d666238652d313165322d393565332d...
<p dir="auto">Hi,<br> I test version 3.0 RC1. I have a problem when I hive my website with my mobile. In Fact when I am on my home page and show my menu I don't hidden this menu. Why ? Because de first item on the nav is "active" and the button (show/hid) is in background.</p> <p dir="auto">I hope that I am clear.</p> ...
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 =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&g...
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&g...
1
<p dir="auto">I've written a repro test here:<br> <a href="https://github.com/prashantv/listener-repro/blob/master/main.go">https://github.com/prashantv/listener-repro/blob/master/main.go</a></p> <p dir="auto">It basically does the following:</p> <ul dir="auto"> <li>Start a listener</li> <li>Create <code class="notrans...
<p dir="auto">Go version: go1.4.2<br> OS: Linux 3.13 x86_64</p> <p dir="auto">The following test demonstrates what I consider a bug:</p> <div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="package foo import ( &quot;log&quot; &...
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"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><inp...
0
<p dir="auto">It's common case for continuous deployment to change elasticsearch's client and index independently. This leads to the case when <code class="notranslate">fieldValueFactorFunction</code> is added to the client but index is not rebuilt yet. I use <code class="notranslate">missing</code> property. Unfortuna...
<p dir="auto">In the snippet below, index <code class="notranslate">analyzertest1</code> has an analyzer defined with <code class="notranslate">filters</code>, and <code class="notranslate">analyzertest2</code> - with <code class="notranslate">filter</code>. The latter works, the former doesn't (see also <a class="issu...
0
<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>: CentOS 7.2 (and also Windows 10)</li> <li><strong>Mobile devi...
<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>: archlinux</li> <li><strong>Mobile device (e.g. iPhone 8, Pixel...
1
<ul dir="auto"> <li>VSCode Version: 0.10.11</li> <li>OS Version: Mac OS X Yosemite (10.10.5)</li> <li>Default syntax highlighting</li> <li>Issue persists when running VSCode with <code class="notranslate">--disable-extensions</code></li> </ul> <p dir="auto">Syntax highlighting gets confused within for loop. Strings don...
<p dir="auto">Ported from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="94376232" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript-Sublime-Plugin/issues/285" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript-Sublime-Plugi...
1
<p dir="auto"><a href="https://github.com/huggingface/transformers/blob/53ce3854a16ad2a715bc6ac8af3e30c18b5a1d11/src/transformers/activations.py#L21">gelu = getattr(F, "gelu", _gelu_python)</a></p> <p dir="auto">should be changed to:</p> <div class="highlight highlight-source-python notranslate position-relative overfl...
<h1 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h1> <p dir="auto">BERT breaks during FP16 training due to the gelu function.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" da...
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-target-the-children-of-an-element-using-jquery#?solution=fccss%0A%20%20%24%28document%29.ready%28function%28%29%20%7B%0A%20%20%20%20%24%28%22%23target1%22%29.css%28%22color%22%2C%20%22red%22%29%3B%0A%20%20%20%20%24%28%22%23target1%22%29.pr...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-clone-an-element-using-jquery#?solution=fccss%0A%20%20%24%28document%29.ready%28function%28%29%20%7B%0A%20%20%20%20%24%28%22%23target1%22%29.css%28%22color%22%2C%20%22red%22%29%3B%0A%20%20%20%20%24%28%22%23target1%22%29.prop%28%22disabled%...
1
<p dir="auto">Back in January, <a href="https://github.com/atom/electron/commit/bda3711815ef0e01ae0c380dbc262d7efd604aa9#diff-b0dbfed07f681b0f2ecb1eb01f0ed85b">it was documented</a> that an API to set window shape would be coming once an upstream bug was resolved. That bug was already "lower than Priority 1" at the tim...
<p dir="auto">As commented here, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="52707377" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/949" data-hovercard-type="pull_request" data-hovercard-url="/electron/electron/pull/949/hovercard?c...
1
<p dir="auto">ansible 0.8 (devel <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/761330b125d1809fa72cd0ca06a441363ad85847/hovercard" href="https://github.com/ansible/ansible/commit/761330b125d1809fa72cd0ca06a441363ad85847"><tt>761330b</tt></a>) last upda...
<p dir="auto">Thanks to a tip earlier, I'm using <code class="notranslate">ansible_python_interpreter</code> to jiggle with the Python version nodes can use: hosts in my inventory have that variable set accordingly.</p> <p dir="auto">Installing 0.7 now allows me to use some of the new cool features, but I find certain ...
1
<h3 dir="auto">Vue.js version</h3> <p dir="auto">1.0.20</p> <h3 dir="auto">Reproduction Link</h3> <p dir="auto"><a href="https://jsfiddle.net/ardoramor/hyk86ca3/" rel="nofollow">https://jsfiddle.net/ardoramor/hyk86ca3/</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Run fiddle, examine console.</p> <h3 dir...
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto">Keep-alive filter by slot instance.</p> <p dir="auto">I need to use it to filter my route component in <code class="notranslate">router-view</code> by <code class="notranslate">:key="$route.fullPath"</code></p> <h3 dir="auto">What does the proposed...
0
<h4 dir="auto">Challenge</h4> <p dir="auto">Using Objects for Lookups<br> <a href="https://www.freecodecamp.com/challenges/using-objects-for-lookups" rel="nofollow">https://www.freecodecamp.com/challenges/using-objects-for-lookups</a></p> <h4 dir="auto">Issue Description</h4> <p dir="auto">Cannot progress to the next c...
<p dir="auto">Challenge tests for jQuery fail to run if syntax errors are present in a campers code.</p> <p dir="auto">Examples:<br> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="161661570" data-permission-text="Title is private" data-url="https://github.com/freeCodeCamp/freeCodeCa...
1
<p dir="auto">Hi<br> I am using transformer 4.1.1 on multiple gpus with distributed launch script below, the n_gpu set in this case is 1 instead of actual n_gpus, could you tell me how I can access to the total number of ranks calling the launcher with? Is there any variable in huggingface library which could show the ...
<p dir="auto">Hi<br> I am using transformer 4.1.1 on multiple gpus with distributed launch script below, the n_gpu set in this case is 1 instead of actual n_gpus, could you tell me how I can access to the total number of ranks calling the launcher with? Is there any variable in huggingface library which could show the ...
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"> I would like to work on a fix!</li> </ul> <p dir="auto"><strong>Current behavior</strong></p> <p dir="auto">When using the programmatic API, babel always ...
<h2 dir="auto">Bug Report</h2> <p dir="auto">This related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="356502875" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/8617" data-hovercard-type="issue" data-hovercard-url="/babel/babel/issues/86...
1
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><inpu...
<p dir="auto">The Task.retry function sets a default "countdown" option even if "eta" is set, and passes on these options to Task.apply_async. Apply_async ignores "eta" if "countdown" is set. Hence, "retry" always ends up ignoring "eta". Bug exists in both 2.1 &amp; 2.2</p>
0
<ul dir="auto"> <li>VSCode Version: 0.10.11</li> <li>OS Version: Mac OS X 10.10.5</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Create a new javascript file and add this source</li> </ol> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-cop...
<p dir="auto">… and I can't turn it off by setting <code class="notranslate">javascript.validate.enable</code> false.</p> <p dir="auto">Perhaps this is a soft documentation bug: the <a href="https://code.visualstudio.com/Updates" rel="nofollow">release notes</a> proudly mention <code class="notranslate">experimentalObj...
1
<p dir="auto">As <code class="notranslate">numpy.matrix</code> <a href="https://github.com/numpy/numpy/pull/10142" data-hovercard-type="pull_request" data-hovercard-url="/numpy/numpy/pull/10142/hovercard">will be removed</a>, we should remove SciPy's dependency in 1.1.0:</p> <ul class="contains-task-list"> <li class="t...
<p dir="auto">While sitting with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/stefanv/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/stefanv">@stefanv</a> last week we discussed (and then <a class="user-mentio...
1
<p dir="auto">Thank u for the excellent works on next@5.<br> I found that it uses 'blob:<a href="http://localhost:3000/0xxxxxxx" rel="nofollow">http://localhost:3000/0xxxxxxx</a>' to load css/scss into the page after dom is rendered.<br> So the users will see the page without styles about 1 or 2 seconds. I believe it i...
<p dir="auto">In <a href="https://github.com/hanford/nextjs-cssmodules">this small repo</a> I've illustrated <code class="notranslate">next-css</code> not working with SSR, this is a blocker from my team moving off of <a href="https://github.com/traveloka/styled-modules">https://github.com/traveloka/styled-modules</a> ...
1
<p dir="auto">The ParameterBag class is implemented in two components and has different interfaces.</p> <p dir="auto"><code class="notranslate">Symfony\Component\HttpFoundation\ParameterBag</code><br> <code class="notranslate">Symfony\Component\DependencyInjection\ParameterBag</code></p> <p dir="auto">I can understand ...
<p dir="auto">Hello,</p> <p dir="auto">After a discussion on Symfony Slack about environment variables and CLI around my question:</p> <blockquote> <p dir="auto">I’m interested into how the community solves the <em>environnement variable and the CLI</em>.</p> </blockquote> <p dir="auto">It seems that nothing solid came...
0
<h1 dir="auto">Feature request</h1> <h2 dir="auto">Is your feature request related to a problem? Please describe.</h2> <p dir="auto">Currently it is not possible to display two separate Next.js-based applications on the same page, if one attemps to do so, he gets an error. It is caused by the fact that Next.js-based ap...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <p dir="auto">I notice t...
0
<p dir="auto">Not sure if this is related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="797738933" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/9348" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/9348/hovercard...
<p dir="auto">I have no idea what exactly happened</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="thread '&lt;unnamed&gt;' panicked at 'called `Option::unwrap()` on a `None` value', cli\lsp\tsc.rs:806:43 note: run with `RUST_BACKTRACE=1` envir...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <p dir="auto">Next5 caus...
<h1 dir="auto">Bug report</h1> <h2 dir="auto">Describe the bug</h2> <p dir="auto">In the case using <code class="notranslate">target: 'serverless'</code> flag in <code class="notranslate">next.config.js</code>, the <a href="https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-less">with-ant-design-less<...
0
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong><br> The most recent recent publish of <code class="notranslate">@babel/types</code> is not compiling with TypeScript. The error is <code class="notranslate">TS8020</code>, JSDoc types can only be used inside documentation comments.</p> <p di...
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ babel ./test.js --no-babelrc --presets=module:@babel/preset-react --plugins=module:@babel/plugin-transform-regenera...
0
<p dir="auto">Hi,</p> <p dir="auto">I've been experiencing some dificulty using Pkg.init() and Pkg.add() behind a corporate proxy. See below...</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[31510:31508 - 0:1029] 01:16:24 [root@gb-slo-svb-013...
<p dir="auto">I'm seeing the following issue when trying to use <code class="notranslate">Pkg.init()</code> on a fresh build of master:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ./julia _ _ _ _(_)_ | A fres...
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.418 Windows Terminal version (if applicable): Any other software?"><pre lang="none" class="notranslate"><code class="notranslate">Windows b...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Very often when I'm working on a project, I want to open multiple tabs in the same directory. For example, for a web React project, I might want one tab for <code class="notranslate">npm start</code>, another for <code class="notranslate">npm test...
0
<p dir="auto">Several puzzling behaviors appear below wherein calling <code class="notranslate">Series.iloc[int]</code> for a Series with a MultiIndex gives confusing results. Namely, I see unexpected indices mutated. Unexpected indices read and then added to others. As well as more than one index being mutated. Co...
<p dir="auto">I'll propose a</p> <p dir="auto"><code class="notranslate">cache_datetime=False</code> keyword as an addition to <code class="notranslate">read_csv</code> and <code class="notranslate">pd.to_datetime</code></p> <p dir="auto">this would use a lookup cache (a dict will probably work), to map datetime string...
0
<p dir="auto">If you add multiple child elements to a ToolTip, you will receive the following error:</p> <p dir="auto"><strong>Invariant Violation</strong><br> Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to exp...
<p dir="auto">Hi, for the url here: <a href="https://github.com/callemall/material-ui/blob/v1-beta/docs/src/pages/guides/testing.md#examples">Testing Documentation of material UI</a> where is 'material-ui/test-utils' coming from? is that a package included or does that need to be installed separately?</p> <p dir="auto"...
0
<p dir="auto">Hello,</p> <p dir="auto">there are some issues with <a href="http://twbs.github.io/bootstrap/" rel="nofollow">http://twbs.github.io/bootstrap/</a></p> <p dir="auto">here are errors from chrome console</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipb...
<p dir="auto">Hey guys. Did you notice that the home page mentioned in the title is broken?</p> <p dir="auto">This is what I see since a few weeks (!) now.<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/dea6925fae3c5c2228e0ce860e12401ad2c8977b201d70c2cb98c4402dd42a58/...
1
<p dir="auto">I want to use <code class="notranslate">sklearn.compose.ColumnTransformer</code> consistently (not parallel, so, the second transformer should be executed only after the first) for intersecting lists of columns in this way:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-a...
<p dir="auto"><a href="https://scikit-learn.org/stable/modules/clustering.html#k-means" rel="nofollow">In the documentation</a> , you wrote:</p> <blockquote> <p dir="auto">The algorithm supports sample weights, which can be given by a parameter sample_weight. This allows to assign more weight to some samples when compu...
0
<p dir="auto">I've upgraded to matplotlib 1.4.0 and am getting invalid EPS files (according to Preview) when I save figures that use</p> <p dir="auto">basemap (1.0.7). The same figure in PNG or PDF format works fine. I also saved a bar chart in EPS that worked.</p> <p dir="auto">I have verified that this happens in bot...
<p dir="auto">the following script works fine on python 2.7.8, however it produces a non valid eps file on python 3.4.1.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy as np import matplotlib from matplotlib import pyplot as plt ...
1
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/6461412/13253842/82ed2eac-da3e-11e5-8082-0f3d9003781e.png"><img src="https://cloud.githubusercontent.com/assets/6461412/13253842/82ed2eac-da3e-11e5-8082-0f3d9003781e.png" alt="image" style="max-width: 10...
<ul dir="auto"> <li>VSCode Version: 1.1.0</li> <li>OS Version: Windows 8.1 <ul dir="auto"> <li>C# extension used in some screen shots below: <a href="https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.0.5-rc2"><code class="notranslate">v1.0.5-rc2</code></a></li> </ul> </li> </ul> <h5 dir="auto">Steps to Repr...
0
<p dir="auto">Not sure whether this is actually a <code class="notranslate">requests</code> bug, but trying here first as it's here it manifests.</p> <p dir="auto">I'm using a http proxy for https traffic, and it works fine for normal GET, POST and PUT requests using <code class="notranslate">requests</code>. However, ...
<p dir="auto">I am using the chunked request body feature (<code class="notranslate">data=generator</code>). When defining a HTTP proxy and sending a request to a HTTPS URL, <code class="notranslate">requests</code> is trying to perform a TLS handshake with the (HTTP) proxy server, instead of sending a CONNECT request ...
1
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>yes</td> </tr> <tr> <td>Feature request?</td> <td>no</td> </tr> <tr> <td>BC Break report?</td> <td>yes/no</td> </tr> <tr> <td>RFC?</td> <td>yes/no</td> </tr> <tr> <td>Symfony version</td> <td>3.4.7</td> </tr> </...
<p dir="auto">Hey guys!</p> <p dir="auto">Currently, there's no standard way of retrieving the absolute URL to an asset. This would be useful when generating asset paths in a template for an email. Would be cool a function like:</p> <div class="highlight highlight-text-html-twig notranslate position-relative overflow-a...
0
<p dir="auto">Since <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="541937783" data-permission-text="Title is private" data-url="https://github.com/DefinitelyTyped/DefinitelyTyped/issues/41225" data-hovercard-type="pull_request" data-hovercard-url="/DefinitelyTyped/DefinitelyTyped/pu...
<p dir="auto">i noticed that i get compile errors when i have any of above references. Do i miss something?</p>
0
<p dir="auto">Title says it all :-)</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/22350/11778683/51fc7cfa-a256-11e5-8026-66d27009b80f.png"><img src="https://cloud.githubusercontent.com/assets/22350/11778683/51fc7cfa-a256-11e5-8026-66d27009b80f.png" alt="image" style="max-width: 100%;"...
1
<p dir="auto"><strong>Describe the bug</strong></p> <p dir="auto">ShapePath makes holes in wrong shape plane if shapes added in specific order.</p> <p dir="auto"><strong>To Reproduce</strong></p> <p dir="auto">Steps to reproduce the behavior:</p> <p dir="auto">Create ShapePath as described below</p> <p dir="auto"><em><...
<h5 dir="auto">Description of the problem</h5> <p dir="auto">When creating a polygon with constructPathShape.toShapes the order of the constructpathshapes commands plays a role which shouldn't be the case. (I think so)<br> I am adding a hole than the outer vertice then again a hole.<br> The last hole is not recognized....
1