text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![feature(unboxed_closures)] use std::ops::Fn; fn say(x: u32, y: u32) { println!(&quot;{} {}&quot;, x, y); } fn main() { Fn::call(&amp;say, (1, 2)); }"><pre class="notranslat...
<p dir="auto">Discovered this ICE in the rollup that I'm preparing:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() { let a: &amp;fmt::Show = &amp;1i; format!(&quot;{:?}&quot;, a); }"><pre class="notransl...
1
<p dir="auto">Presently the facetgrid accept:</p> <p dir="auto">row, col, hue : strings<br> Variables that define subsets of the data, which will be drawn on separate facets in the grid.</p> <p dir="auto">Suppose I want to use a variable that it is not a column of my dataset, but that it can be computed starting from t...
<p dir="auto">When the category you are mapping out to use as the hue in facetgrid contains three items then they do not colour as they should, instead taking on a grayscale when plotted using pyplot scatter. See attached code and image.</p> <p dir="auto">This issue was fixed for lmplot from Seaborn 0.6 to 0.7, but is ...
0
<p dir="auto">Need to be able to CRUD namespace resources.</p> <p dir="auto">Do during or after the query-parameter -&gt; namespace-in-path transition.</p> <p dir="auto">A namespace object just contains the name of the namespace, and no other data that I can think of at this time.</p> <p dir="auto">An object cannot be ...
<p dir="auto">We only use the StatusReason consts defined in pkg/api/types.go.<br> Some of the constants are duplicated in api/types and api/v1beta{1,2,3}/types.go while some are not.</p> <p dir="auto">Since StatusReason* constants defined in api/v1beta{1,2,3}/types.go are not used anywhere, can we just delete them?</...
0
<p dir="auto">draw a line between two coordinates inside map , how to show multiple markers with fit zoom levell in map</p>
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">Create a TabBarView with 3 RefreshIndicators children.<br> Run the app and after changing tabs a few times (5 to 10 times) you get a " <code class="notranslate">Multiple widgets used the same GlobalKey</code>." error.</p> <div class="highlight highlight-source-dart n...
0
<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/anon/pen/pXjBQq" rel="nofollow">https://codepen.io/anon/pen/pXjBQq</a></p> <h3 dir="auto">Steps to reproduce</h3> <ol dir="auto"> <li> <p dir="auto">Trigger the mousemove event in the res...
<h3 dir="auto">Version</h3> <p dir="auto">2.5.17</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codesandbox.io/s/986x7y34v4?expanddevtools=1" rel="nofollow">https://codesandbox.io/s/986x7y34v4?expanddevtools=1</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">First of all, this is t...
0
<p dir="auto">Sorry if this is a repeat/duplicate/similar, there are tons of issues when using <code class="notranslate">limit</code> as the search term.</p> <h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Feature Idea</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">limit</p> <h5 dir="auto">ANSIBLE VERSI...
<h5 dir="auto">Issue Type:</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">Ansible Version:</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.0.1.0 config file = /home/etienne/repo/ansible.cfg configured module search...
0
<p dir="auto">We can now run tests under helgrind. For bonus fun we should be able to run under thread sanitizer (a google-backed valgrind plugin) which does similar-but-different things.</p>
<p dir="auto">Currently, the following fails to compile:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="struct Foo&lt;T&gt;; impl&lt;'a, T&gt; Foo&lt;&amp;'a T&gt; { fn foo(&amp;self) {} } impl&lt;'a, T&gt; Foo&lt;&amp;'a...
0
<p dir="auto">Not sure if the problems go together, but I cant copy from atom and paste somewhere else (ex: firefox). Also atom crashed sometime when pasting from other place to atom and this is the screen that appears<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/a...
<ul dir="auto"> <li>No drop-down for Cut,Copy &amp;Paste Only Reveal in Tree View shown<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/6115991/4435398/a543f46c-4742-11e4-87de-1153004b0f98.png"><img src="https://cloud.githubusercontent.com/assets/6115991/443539...
0
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have 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...
<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+">issu...
0
<p dir="auto">hello!<br> see screen<br> on windows i haven't any problems, but on unix atom, and ts loader emits errors. I think that its compiler mistake.<br> windows allow use not caseSensetive strings<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2854910/1...
<p dir="auto"><strong>TypeScript Version:</strong><br> 1.8.7<br> 1.8.0<br> 1.7.5</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{ &quot;exclude&quot;: [&quot;node_modules&quot;] }"><pr...
0
<p dir="auto">I think the dataset section in user guide (<a href="http://scikit-learn.org/dev/datasets/index.html" rel="nofollow">http://scikit-learn.org/dev/datasets/index.html</a>) is hard to follow. See the subsections:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snipp...
<p dir="auto">Here is an issue that I came across with Count Vectorizer and its use with Column Transformer and Pipelines</p> <p dir="auto"><a href="https://stackoverflow.com/questions/54541490/sklearn-text-and-numeric-features-with-columntransformer-has-value-error/57970935#57970935" rel="nofollow">https://stackoverfl...
0
<h1 dir="auto">Environment</h1> <p dir="auto">Windows build number: 10.0.18362.239<br> Windows Terminal version (if applicable): 0.3<br> Relatively clean OS, Ubuntu and WSL installed.</p> <h1 dir="auto">Steps to reproduce</h1> <ol dir="auto"> <li>Open the Terminal app</li> <li>Close the Terminal app</li> </ol> <p dir="...
<p dir="auto">We have a job object for the conhost in PTY mode that is supporting the connection on each tab. But this was because the conhosts weren't exiting.</p> <p dir="auto">However, conhosts should just exit when they have nothing to do.</p> <p dir="auto">This represents taking the job object off and figuring out...
1
<p dir="auto">For example the following works fine:</p> <h2 dir="auto">Box Sizing:</h2> <p dir="auto"><code class="notranslate">_base.css</code></p> <p dir="auto">But if I remove the ticks like this:</p> <h2 dir="auto">Box Sizing:</h2> <p dir="auto">_base.css:</p> <p dir="auto">Syntax highlighting no longer works for t...
<p dir="auto">If in the markdown code there is a <code class="notranslate">*</code>, everything after that character will have italic style.<br> I saw this recently in the GitHub diffs (e.g. <a href="https://github.com/github/git-lfs/commit/d8f780329b64e789553bc8ccccfb993ebc430325">this one</a>):</p> <p dir="auto"><a t...
1
<p dir="auto">My issue is about scipy.special.owens_t not returning the correct value when the second argument is infinity.</p> <p dir="auto">For example, scipy.special.owens_t(0,numpy.inf) should return 0.25, not 0.5.</p> <p dir="auto">It looks as if scipy.special.owens_t(x,numpy.inf) always returns twice the value th...
<h3 dir="auto">Describe your issue.</h3> <p dir="auto">Hello,</p> <p dir="auto"><code class="notranslate">owens_t(0, inf)</code> gives <code class="notranslate">0.5</code>. However <code class="notranslate">owens_t(a, inf)</code> is <code class="notranslate">atan(a)/(2*pi)</code> , so <code class="notranslate">owens_t...
1
<h3 dir="auto">Version</h3> <p dir="auto">2.6.8</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codesandbox.io/s/wwoxp636jk" rel="nofollow">https://codesandbox.io/s/wwoxp636jk</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Add a click listener on window in a child component</p> <h...
<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
<p dir="auto">Hi,</p> <p dir="auto">I'm new to flutter. I just installed flutter on windows 10 pro, and runned 'flutter doctor'. It is exiting unexpectedly. When running in verbose mode the output is:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-cont...
<p dir="auto">Internal: b/155674981</p> <p dir="auto">When I use <code class="notranslate">GestureDetector</code> and put <code class="notranslate">behavior</code> = <code class="notranslate">translucent</code>, I cannot tap on anything bellow it. Also when I use <code class="notranslate">GestureDetector</code> and put...
0
<p dir="auto">Apologies if this has already been asked, couldn't find anything though. But do you have the capability to utilize multiple objective functions, say a "Split" similar to "Merge"? The goal would be to implement a model like the one given here:</p> <p dir="auto"><a href="https://github.com/rbgirshick/fast...
0
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2> <p dir="auto">Version: 1.0.0<br> OS Version: Microsoft Windows NT 10.0.19041.0<br> IntPtr Length: 8<br> x64: True<br> Date: 08/12/20...
<p dir="auto">Popup tells me to give y'all this.</p> <p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p> <p dir="auto">Version: 1.0.0<br> OS Version: Microsoft Windows NT 10.0.19041.0<br> IntPtr Length: 8<br> x64: True<br> Date: 07/31/2020 17:29:59<br> Exce...
1
<p dir="auto">Hello,</p> <p dir="auto">I am trying to run two plugins at the same time however I get the following <code class="notranslate">Cannot inherit from final class</code> error on startup and neo4j fails to startup.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-sni...
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tomasteicher/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tomasteicher">@tomasteicher</a>: 'ExecutionEngine-&gt;execute method can accept params fo...
0
<h3 dir="auto">Preflight Checklist</h3> <ul dir="auto"> <li>[x ] I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.</li> <li>[x ] I agree to follow the <a href="https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md">Cod...
<h3 dir="auto">Preflight Checklist</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project...
1
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>yes</td> </tr> <tr> <td>Feature request?</td> <td>no</td> </tr> <tr> <td>BC Break report?</td> <td>no</td> </tr> <tr> <td>RFC?</td> <td>no</td> </tr> <tr> <td>Symfony version</td> <td>2.8+</td> </tr> </tbody> </...
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>yes</td> </tr> <tr> <td>Feature request?</td> <td>no</td> </tr> <tr> <td>BC Break report?</td> <td>no</td> </tr> <tr> <td>RFC?</td> <td>no</td> </tr> <tr> <td>Symfony version</td> <td>3.2.9</td> </tr> </tbody> <...
1
<p dir="auto">In <a href="https://github.com/flutter/engine/blob/master/lib/ui/window.dart#L219"><code class="notranslate">ui.window.sendPlatformMessage</code></a>, we should have a way to pass an error callback.</p> <p dir="auto">Once we had that, in <a href="https://github.com/flutter/flutter/blob/master/packages/flu...
<p dir="auto"><a href="https://docs.flutter.io/flutter/services/HostMessages-class.html" rel="nofollow">https://docs.flutter.io/flutter/services/HostMessages-class.html</a></p> <p dir="auto">We can use the <a href="https://www.dartlang.org/articles/libraries/futures-and-error-handling" rel="nofollow">Futures error hand...
1
<p dir="auto">Hello</p> <p dir="auto">I tried to index an double array {1, 2, 3, 4, 5} and let ES automatically detect the type. Then I wrote a plugin to get the value as follows</p> <p dir="auto">ScriptDocValues docHashValues = (ScriptDocValues) doc().get("array");<br> final List tmp = ((ScriptDocValues.Doubles) docHa...
<p dir="auto"><strong>Elasticsearch version</strong>:<br> alpha5</p> <p dir="auto"><strong>Plugins installed</strong>: []<br> None</p> <p dir="auto"><strong>JVM version</strong>:<br> java version "1.8.0_71"<br> Java(TM) SE Runtime Environment (build 1.8.0_71-b15)<br> Java HotSpot(TM) 64-Bit Server VM (build 25.71-b15, ...
0
<p dir="auto">Tested with Firefox last stable &amp; developer edition (Aurora).<br> If i open a new tab or one with content, and i drag it away (to open a new window), and move the cursor over Atom it closes.</p> <p dir="auto">Here the shell output:</p> <div class="highlight highlight-source-shell notranslate position-...
<p dir="auto">Atom Version: 0.129.0<br> Video of me triggering the bug: <a href="http://ara.sh/private/atom-crash.ogv" rel="nofollow">http://ara.sh/private/atom-crash.ogv</a><br> Reproducible every time.</p> <p dir="auto">Environment:<br> Ubuntu 14.04 (all updates installed as of filing this issue)<br> Unity desktop en...
1
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No</li> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS 10.14.5</li> <li>TensorFlow installed from (source or binary): <code class=...
<p dir="auto">Hi!</p> <p dir="auto">So far, I I have to say that TensorBoard is a really great tool to analyze the training procedure.<br> However, I often find myself comparing various runs and wondering "wait, which version of my code was that and which parameters did I use?".<br> Currently, the only way to "document...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="key_1 = jax.random.PRNGKey(1) key_2 = jax.random.PRNGKey(2) print(&quot;output for key_1:&quot;, jax.random.randint(key_1, (), 0, 2**31)) print(&quot;output for key_2:&quot;, jax.random.randint(key_2,...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate issues.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Provide a complete example of h...
0
<p dir="auto">[PowerToys Run] Clear Inputbox after Search</p> <p dir="auto">It would be nice to clear the Inputbox (Searchtext) after choosing a result.<br> It can be an option in settings menu to switch on or off.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/65631993/82387225-1a749600-9a54-11ea-8e53-7f5a316b176d.gif"><img src="https://user-images.githubusercontent.com/65631993/82387225-1a749600-9a54-11ea-8e53-7f5a316b176d.gif" alt="vl9jLZAIRn_Trim-output" dat...
1
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">After upgrading to 3.0.0, colormaps added to images with mpl_toolkits.axes_grid1.make_axes_locatable().append_axes overwrite the entire image. This happens in a jupyter notebook with %matplotlib inline but not with %matplotlib ...
<h3 dir="auto">Problem</h3> <p dir="auto">As discussed in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1323308840" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/23525" data-hovercard-type="pull_request" data-hovercard-url="/matpl...
0
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Can you help us out in labelling this by telling us what kind of ticket this this? You can say:</p> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">winrm_v2_fixes <a class="commit-link" data-hovercard-type="commit" data-hovercar...
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">1.9.4</p> <h5 dir="auto">Environment:</h5> <p dir="auto">Controller OSX 10.10.5<br> Targe nodes CentOS 6.6</p> <h5 dir="auto">Summary:</h5> <p dir="auto">Using ":" as a key:value format in /etc/ansible/facts/...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/xxxx</code> package and had problems.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-li...
<p dir="auto">I created my typings repository before, but since this one is already much more popular I think that I should move my typings here, so they can reach more people and people can improve them.</p> <p dir="auto">So if you don't mind, can I move my typing here?</p> <p dir="auto">Thanks in advance.</p> <p dir=...
0
<p dir="auto">In 0.10.8, if I have a TypeScript Definition for a JavaScript file, there is validation done on the parameters. This was particularly useful for finding broken APIs.</p> <p dir="auto">Example of definition file and code:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubu...
<p dir="auto">See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="129227097" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/6658" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/6658/hovercard" href="https...
1
<h3 dir="auto">System information</h3> <ul dir="auto"> <li><strong>Have I written custom code</strong>: yes</li> <li><strong>OS Platform and Distribution</strong>: Linux Ubuntu 16.04</li> <li><strong>TensorFlow installed from</strong>: source</li> <li><strong>TensorFlow version</strong>: v1.2.0-rc0-312-g0b72359 1.2.0-r...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last): File &quot;AI_control_4layer.py&quot;, line 218, in &lt;module&gt; writer) File &quot;/home/longfei/Repository/drl_navigation/saved_neural_qlearning.py&quot;...
0
<p dir="auto">I have not had a chance to test this under other conditions yet, but i suspect it may affect other non mod_rewrite url rewriting modules, and does not happen with path info based routing, nor when a bundle:controller:action style path is given.</p> <p dir="auto">given the twig snippet:</p> <div class="sni...
<p dir="auto">I am using child forms to prevent code duplication as explained here: <a href="https://symfony.com/doc/current/form/inherit_data_option.html" rel="nofollow">https://symfony.com/doc/current/form/inherit_data_option.html</a></p> <p dir="auto">But this result in "nested" fields names for child forms (<code c...
0
<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">I'm using rtx 3090 to create a simple float32 tensor in cuda. It's very weird it would take too much time after importing huggingface transformers l...
<h2 dir="auto">Edit: If you see this error, please go to <a href="https://pytorch.org/get-started/locally/" rel="nofollow">https://pytorch.org/get-started/locally/</a> and download a wheel built with cuda 11.x</h2> <hr> <p dir="auto">**Hi</p> <h1 dir="auto">I recently purchased RTX 3080 and got this error</h1> <h1 dir=...
1
<p dir="auto">I'm fleshing out the json library to add support for a <code class="notranslate">to_json</code> iface, among other things, and I'm finding a lot of code duplication between my instances. Here's an example:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-...
<p dir="auto">Hi folks,</p> <p dir="auto">I think my code is wrong, but since it says this is a compiler bug I thought I'd file it.</p> <p dir="auto">I'm on <code class="notranslate">rustc 0.11.0-pre-nightly (bb5695b95c288c442dbe528f7e1c1b08f79f033d 2014-06-29 23:36:43 +0000)</code> (os x)</p> <p dir="auto">I have the ...
0
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto">Having multiple event handlers that call the very same function add noise to the templates.<br> I propose to DRY that a bit.</p> <h3 dir="auto">What does the proposed API look like?</h3> <p dir="auto">Currently you can pass multiple functions to a ...
<h3 dir="auto">What problem does this feature solve?</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="So far a hack such as &lt;template&gt; {{foo}} &lt;/template&gt; //js var promise = new Promise(s=&gt;setTimeout(s(1))) { data:{foo:''},...
0
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; using LinearAlgebra julia&gt; LinearAlgebra.hello() ERROR: UndefVarError: hello not defined Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base ./Base.jl:26 [2] ...
<p dir="auto">Following this LoopVectorization issue asking for <code class="notranslate">begin</code>/<code class="notranslate">end</code> support: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="863088807" data-permission-text="Title is private" data-url="https://github.com/JuliaSI...
0
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">There doesn't seem to be an obvious way to detect when running from the terminal. This is a issue for applications and libraries where behavior is dependent on the terminal. For example, a Python library may require colorama for some terminals...
<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.239[run &quot;ver&quot; at a command prompt] Windows Terminal version 0.2.1831.0: Any other software? No"><pre lang="none" class="notr...
0
<p dir="auto"><strong>Description</strong></p> <p dir="auto">The old documentation for <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=63407290" rel="nofollow">Scheduler Basics</a> should be reviewed and incorporated into <a href="https://github.com/apache/airflow/tree/master/docs">Airflow Doc...
<h3 dir="auto">Apache Airflow Provider(s)</h3> <p dir="auto">google</p> <h3 dir="auto">Versions of Apache Airflow Providers</h3> <p dir="auto">apache-airflow 2.5.0<br> apache-airflow-providers-apache-beam 4.1.0<br> apache-airflow-providers-cncf-kubernetes 5.0.0<br> apache-airflow-providers-google 8.6.0<br> apache-airfl...
0
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.29.2]</li> <li>Operating System: [macOS 13.2, macOS 11.5.2] ※but, I didn't check other versions.</li> <li>Browser: [Chromium]</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <ul dir="auto"> <li>[] I provided exact source code th...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: 1.32.1</li> <li>Operating System: Windows 11</li> <li>Browser: All</li> <li>Other info: We leverage "Webpack" normally to package our test files but we are able to remove all of the "Webpackifying" except for the source map comment to repro this is...
0
<p dir="auto"><code class="notranslate">A_mul_B!(B, A, B)</code> replaces B with all zeros for the case where A is not small and square:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="X = randn(3, 2) Y = randn(3, 3) Z = randn...
<p dir="auto">It seems there is a bug in A_mul_B! when both matrices have dimension (1, 1)</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="a = fill(1.0, (1,1)) ; b = fill(1.0, (1,1)) ; A_mul_B!(a, a, b) #&gt; 1x1 Array{Float6...
1
<p dir="auto">by <strong>jackbox55</strong>:</p> <pre class="notranslate">What steps will reproduce the problem? 1. Download test case 2. extract test case 3. cd unmarshal_testcase &amp;&amp; make &amp;&amp; ./unmarshal_testcase Expected: 9th and 16th item to be parsed like the others Instead: the 9th and 17th item ar...
<pre class="notranslate">What does 'go version' print? go version go1.3.2 darwin/amd64 What steps reproduce the problem? 1. hg pull &amp;&amp; hg update 2. cd src 3. ./all.bash What happened? --- FAIL: TestParseInSydney (0.00 seconds) format_test.go:201: ParseInLocation(Feb 01 2013 EST, Sydney) = 2013-02-01 00...
0
<p dir="auto">I upgraded my game to r70 (From r63) and noticed that my torch was not moving with the camera.</p> <p dir="auto">I position the target for the spot light in-front of the camera, but it now appears I must manually call</p> <p dir="auto">this.flashLight.target.updateMatrix() ;</p> <p dir="auto">to get the l...
<p dir="auto">Bug: The changes to spotLight.target.position are not affecting.</p> <p dir="auto">Normal work with r68: <a href="http://jsfiddle.net/doexclusive/jhoe4ynr/" rel="nofollow">http://jsfiddle.net/doexclusive/jhoe4ynr/</a><br> Bug with r69 and from dev branch: <a href="http://jsfiddle.net/doexclusive/6dhdbpw9/...
1
<p dir="auto">After reading some different methods of utilizing CSS modules within Nextjs pages, I'm wanting to know if the same concept can be applied to components but with SASS. This is one of the examples I'm referencing to:</p> <p dir="auto"><a href="https://github.com/zeit/next.js/tree/canary/examples/with-next-s...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected ...
0
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><inpu...
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><inpu...
0
<h2 dir="auto">Motivation</h2> <p dir="auto">Historically organizations partaking in the release process have managed their own fork of incubator-superset which is deployed in production via a Git submodule. Both companies have been actively developing Superset and deploy internally (features and bug fixes) at a higher...
<p dir="auto">As a continuation feature to the native-filters left side panel there is a requirement on focusing users on charts by a specific user-path in watch a short summary for the current active filters that applies the current scope in order to make the dashboard more readable oriented in the cases where dashbo...
0
<h3 dir="auto">Describe your issue.</h3> <p dir="auto">I'm inconsistently getting a RuntimeWarning from scipy, seemingly only after running a matplotlib plotting function. This isn't really a problem for me, but it is weird and I didn't see it referenced anywhere so I figured I would at least raise an issue.</p> <p dir...
<h3 dir="auto">Describe your issue</h3> <p dir="auto">Several statistical distribution methods emit warnings stemming from Boost. This issue tracks the status of all of them.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <code cl...
1
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bstrie/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bstrie">@bstrie</a> So, this code raises an assertion in llvm when compiling with -g. Without -...
<p dir="auto">rust version: rustc 0.12.0-pre-nightly (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/09abbbdafc08654b78c8529c1a0c03d628bb2d91/hovercard" href="https://github.com/rust-lang/rust/commit/09abbbdafc08654b78c8529c1a0c03d628bb2d91"><tt>09abbbd<...
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 read the relevant section in the<br> <a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contribution guide...
<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"><input...
0
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p> <p dir="auto">this would expand upon _load_enums() in postgresql/base.py, so that any kind of custom type is recognized during reflection. We'd likely have to create some kind of "ad...
<p dir="auto"><strong>Migrated issue, originally created by David Lord (<a href="https://github.com/davidism">@davidism</a>)</strong></p> <p dir="auto">I have the following models:</p> <ul dir="auto"> <li><code class="notranslate">Device</code></li> <li><code class="notranslate">DeviceSource</code> has a foreign key an...
0
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/target-the-same-element-with-multiple-jquery-selectors#?solution=%0Afccss%0A%20%20%24%28document%29.ready%28function%28%29%20%7B%0A%20%20%20%20%0A%24%28%22button%22%29.addclass%28%22animated%22%29%3B%0A%24%28%22.btn%22%29.addclass%28%22shake%22%29...
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/target-the-same-element-with-multiple-jquery-selectors#?solution=%0Afccss%0A%20%20%24%28document%29.ready%28function%28%29%20%7B%0A%20%20%20%20%0A%20%20%20%24%28%22button%22%29%20.addclass%28%22animated%22%29%3B%0A%20%20%20%24%28%22.btn%22%29.addc...
1
<h3 dir="auto">Issue Details</h3> <ul dir="auto"> <li><strong>Electron Version:</strong><br> v5.0.1</li> <li><strong>Operating System:</strong><br> Linux Mint 19.1, using the Cinnamon desktop environment</li> </ul> <h3 dir="auto">Expected Behavior</h3> <p dir="auto">When creating a tray and setting a click event (but n...
<ul dir="auto"> <li> <p dir="auto">Output of <code class="notranslate">node_modules/.bin/electron --version</code>: v3.0.2 and v4.0.0</p> </li> <li> <p dir="auto">Operating System (Platform and Version): Linux bitang 4.15.0-36-generic <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1...
1
<p dir="auto">I know that the new IO is being worked on, but I could see this being a sneaky thing that gets lost.</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![feature(io)] use std::io::Write; fn main() { write!(&amp;...
<p dir="auto">The <a href="https://github.com/rust-lang/rust/pull/19654" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/19654/hovercard">final step</a> of runtime removal changes the threading/process model so that the process shuts down when the main thread exits. But several shared resour...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.0.0"><pre class="notranslate"><code class="notranslate">ansible 2.1.0.0 </code>...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">Default Variable management</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2....
0
<p dir="auto">Feature request of LSP: features like "source.addMissingImports", "source.organizeImports"</p>
<p dir="auto">It seems that there is no refactoring available when using this extension?</p> <p dir="auto">With extension off:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/12832280/120679459-1a91d900-c491-11eb-9cbd-7b03513dd975.png"><img src="https://user-ima...
1
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="52964375" data-permission-text="Title is private" data-url="https://github.com/scikit-learn/scikit-learn/issues/4014" data-hovercard-type="issue" data-hovercard-url="/scikit-learn/scikit-learn/issues/4014/hovercard" href="...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; import numpy as np &gt;&gt;&gt; x = np.array('abc', 'c') &gt;&gt;&gt; x == x array([ True, True, True], dtype=bool) &gt;&gt;&gt; np.equal(x, x) NotImplemented"><pre class="notranslate">...
1
<h2 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature</h2> <p dir="auto">label smoothing addition to standard cross entropy?</p> <h2 dir="auto">Motivation</h2> <h2 dir="auto">Pitch</h2> <h2 dir="auto">Alternativ...
<p dir="auto">Currently our cross entropy loss (i.e., <a href="https://pytorch.org/docs/stable/nn.html#crossentropyloss" rel="nofollow">nn.CrossEntropyLoss</a>) only supports a hard target class, i.e., wanting to maximize the output (log) probability of a particular class. But in many times training w.r.t. a soft targe...
1
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">It would be good to show a shortcut tooltip (<code class="notranslate">alt+1</code>, etc) when hovering on an unselected tab.</p> <p dir="auto">Users might know the shortcut only if they read Settings.</p> <h1 dir="auto">Proposed technical imp...
<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 "><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: 10.0.18362.0 </code></pre></div> <h1 dir="aut...
0
<p dir="auto">There was a bug introduced in the <code class="notranslate">walk</code> module ~1hr ago. The issue is in version <code class="notranslate">walk@2.3.11</code>. For some reason, <code class="notranslate">npm install</code> is resolving the <code class="notranslate">2.3.11</code> version, even though the lat...
<h1 dir="auto">Bug report</h1> <h2 dir="auto">Describe the bug</h2> <p dir="auto">When using next.js with a custom-server, <code class="notranslate">publicRuntimeConfig</code> is undefined in the client.</p> <h2 dir="auto">To Reproduce</h2> <p dir="auto">Check the logs on these Codesandboxes:<br> Working without a serv...
0
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <blockquote> <blockquote> <blockquote> <p dir="auto">df = pd.DataFrame({"a" : [0,1,2], "b" : [1,2,3]})<br> df[["a", "a"]].apply(lambda x: x[0] + x[1], axis = 1)</p> <h4 dir="auto">Expected Output</h4> <p dir="auto">0 0<br> 1 2<br> 2 4<br> dty...
<p dir="auto">The last line of the following code snippet does not work, while it seems it should. Am I overlooking something?</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="df = pd.DataFrame(np.random.randn(9,2), index=[1,1,1,2,2,2,3,3,3], co...
0
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>For English only</strong>, other languages will not accept.</p> <p dir="auto">Before report a bug, make sure you have:</p> <ul dir="auto"> <li>Searched open and closed <a href="https://github.com/apache/shardingsphere/issues">GitHub issues</a>.</li> <li>Read document...
<h2 dir="auto">Bug Report</h2> <h3 dir="auto">Which version of ShardingSphere did you use?</h3> <p dir="auto">5.1.1</p> <h3 dir="auto">Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?</h3> <p dir="auto">ShardingSphere-Proxy</p> <h3 dir="auto">Expected behavior</h3> <p dir="auto">i hava three data...
0
<p dir="auto"><strong>Set alphamap will make transparent material behind invisible</strong></p> <p dir="auto">In the screenshot, an aphamap is applied on the pink patch and set the transparent = true. The blue patch also set transparent = true. It can be seen that the part of the blue patch that behind the pink patch i...
<h5 dir="auto">Description of the problem</h5> <p dir="auto">We (<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Jozain/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Jozain">@Jozain</a> and myself) are currently...
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/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" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
0
<p dir="auto">On testing <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="133425257" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode/issues/2994" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode/issues/2994/hovercard" href="https:...
<p dir="auto">Testing <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="133425257" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode/issues/2994" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode/issues/2994/hovercard" href="https://g...
1
<p dir="auto"><a href="https://groups.google.com/forum/#!topic/julia-users/IHKQVFVWSMY" rel="nofollow">This is from julia-users</a>. The example is:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function g(a) if a f() ...
<p dir="auto">I have been trying to determine why a program that I am running reports a 4x difference in the amount of resident memory that Linux says Julia is requesting versus the output of <code class="notranslate">Base.summarysize()</code>. I am unclear if this is a bug or just my naivete:</p> <p dir="auto">Declare...
0
<p dir="auto">[Enter steps to reproduce below:]</p> <ol dir="auto"> <li>...</li> <li>...</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 0.165.0<br> <strong>System</strong>: linux 3.17.0-031700-generic<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: ...
<p dir="auto">Just a moment ago I stumbled upon a similar issue to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="38535094" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/3056" data-hovercard-type="issue" data-hovercard-url="/atom/atom/issues/3...
1
<p dir="auto"><strong>Is your feature request related to a problem? Please describe.</strong></p> <p dir="auto">This is a feature request for Normal-inverse-gamma distribution support at <code class="notranslate">scipy.stats</code> subpackage.</p> <p dir="auto">I will implement and open a pull request if approved.</p> ...
<p dir="auto">Right now the <a href="https://en.wikipedia.org/wiki/Normal-inverse-gamma_distribution" rel="nofollow">Normal-inverse-gamma distribution</a> is missing in <code class="notranslate">scipy.stats</code>. I think it qualifies as useful addition since it is the <a href="https://en.wikipedia.org/wiki/Conjugate_...
1
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubelet-serial-gce-e2e-ci/279/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubelet-serial-gce-e2e-ci/279/</a></p> <p dir="auto">Failed: [k8s.io] Resource-usage [Serial] [Slow] regular resource us...
<p dir="auto">We need an issue to track this.</p> <p dir="auto">Recently we added the memory eviction test <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="164568805" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/28693" data-hovercar...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
0
<p dir="auto">Maybe this is actually an issue with Visual Studio, but when I create a typescript project and provoke a build error, I'll get the error message twice in the Error List - one time from IntelliSense and one time from the compiler.</p> <p dir="auto">And it looks like - when doing something similar in C# - ...
<p dir="auto">Hi gyus,<br> I could not find duplicate so I am posting here.</p> <p dir="auto"><strong>TypeScript Version:</strong> <code class="notranslate">1.8.9</code><br> Target: <code class="notranslate">es5</code></p> <p dir="auto"><strong>Code:</strong></p> <div class="highlight highlight-source-ts notranslate po...
0
<p dir="auto">This issue is only ocuring in [Iphone 12].</p> <h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v131.1]</li> <li>Operating System: Ubuntu</li> <li>Browser: DEVICE_TYPE=iPhone12</li> <li>Other info:</li> </ul> <div class="highlight highlight-source-js notranslate position-relative ...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.33.0]</li> <li>Operating System: [Windows 11, macOS 13.2]</li> <li>Browser: [Chromium]</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="a...
0
<p dir="auto">The following code is miscompiled on my OS X laptop:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="use std; native &quot;cdecl&quot; mod libc = &quot;&quot; { fn printf(s: *u8, a: int); /* A tenuous definition, indeed. Her...
<p dir="auto">this test (src/test/run-pass/c-stack-as-value.rs) yields a LLVM compilation error:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// xfail-test native &quot;c-stack-cdecl&quot; mod rustrt { fn unsupervise();...
1
<blockquote> <p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sorgloomer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sorgloomer">@sorgloomer</a></p> </blockquote> <h3 dir=...
<blockquote> <p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/greypants/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/greypants">@greypants</a></p> </blockquote> <h3 dir="au...
0
<p dir="auto">On AlpineLinux, which is a mil based Linux distributive, some of numpy's test fail. The log is attached.<br> <a href="https://github.com/numpy/numpy/files/106482/log.txt">log.txt</a></p> <p dir="auto">There are two types of issues - one for various missed overflow/underflow exceptions, the second one is f...
<p dir="auto">I've ran into issue with linalg.solve on different systems: in RHEL and Ubuntu it will raise an LinAlgError exception, but on Alpine it will return <code class="notranslate">nan</code>.</p> <p dir="auto">Ubuntu:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" ...
1
<p dir="auto"><code class="notranslate">runFromBundle</code> on FlutterView can be called only once. Some add-to-app use cases (such as letting <code class="notranslate">RecyclerView</code> manage the lifecycle of the <code class="notranslate">FlutterView</code>) requires us to be able to unload these bundles and load ...
<p dir="auto">It might already be in the plans. But I notice the Shrine we show in flutter_gallery is the only pre-Material-theming shrine.</p> <p dir="auto">This is not at all urgent.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/11857803/40324...
0
<h3 dir="auto">Context</h3> <p dir="auto">I have a neo4j dashboard (7474) behind a reverse proxy binded on https (443)</p> <h3 dir="auto">What I get</h3> <p dir="auto">When trying to access the dashboard from https I get redirected to http</p> <div class="highlight highlight-source-shell notranslate position-relative o...
<p dir="auto">Webadmin interface doesn't use the <code class="notranslate">X-Forwarded-Host</code> and <code class="notranslate">X-Forwarded-Proto</code> headers to generate URLs. The URLs are correctly generated in the REST interface.</p> <h3 dir="auto">With 1.9.4</h3> <p dir="auto">A basic query</p> <div class="snipp...
1
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.32]</li> <li>Operating System: [Windows 11]</li> <li>Browser: [WebKit]</li> <li>Other info:</li> </ul> <p dir="auto">i set userAgent in browsercontext using launchPersistentContext as<br> <code class="notranslate">Mozilla/5.0 (iPhone; CPU iPhon...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.32.2]</li> <li>Operating System: [macOS 13.3]</li> <li>Browser: [WebKit]</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <p dir="auto"><strong>main.js file</strong></p> <div class="highlight highlight-source-js notranslate posit...
1
<p dir="auto">Regarding the <code class="notranslate">spider_idle</code> signal, <a href="https://doc.scrapy.org/en/latest/topics/signals.html#spider-idle" rel="nofollow">the doc says</a>:</p> <blockquote> <p dir="auto">If the idle state persists after all handlers of this signal have finished, the engine starts closin...
<p dir="auto">It seems to be <a href="https://github.com/scrapy/scrapy/pull/5611" data-hovercard-type="pull_request" data-hovercard-url="/scrapy/scrapy/pull/5611/hovercard">failing</a> in CI environment excepts where dependency versions are pinned. I suspect it may be because of the latest w3lib release.</p> <div class...
0
<p dir="auto">pytorch 1.0<br> DOC err:torch.nn.CrossEntropyLoss<br> if weight=NONE<br> loss(x,class)=−x[class]+log(j∑​exp(x[j])) ,The result is correct.</p> <p dir="auto">if weight!=NONE<br> loss(x,class)=weight[class]*(−x[class]+log(j∑​exp(x[j]))) ,The result is wrong?</p> <hr> <h2 dir="auto">import torch<br> import t...
<p dir="auto">Hi,</p> <p dir="auto">there is something strange in the <code class="notranslate">backward</code> step (or maybe something I don't understand). If I define a Module that takes 3 inputs, the <code class="notranslate">grad_input</code> has to be of size 3, right ? But this is not the case here (from the bac...
0
<p dir="auto">I have npm scripts for all my build tasks. How do I run these from Code? To be honest it's not a major problem switching to a console but it would be nice to run from within code.</p> <p dir="auto">I would have thought this was a candidate for standard behaviour shipped with code?</p> <p dir="auto">I look...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/3857604/13547555/f566763e-e2e8-11e5-92a3-ac69cad667fa.png"><img src="https://cloud.githubusercontent.com/assets/3857604/13547555/f566763e-e2e8-11e5-92a3-ac69cad667fa.png" alt="image" style="max-width: 10...
0
<h5 dir="auto">Description of the problem</h5> <p dir="auto">The parameter <code class="notranslate">linewidth</code> from the <code class="notranslate">LineBasicMaterial</code> <a href="https://threejs.org/docs/index.html#api/en/materials/LineBasicMaterial" rel="nofollow">class</a> is ignored. The expected outcome is ...
<h5 dir="auto">Description of the problem</h5> <p dir="auto"><code class="notranslate">LineBasicMaterial</code> no work in Chrome. Works great in Firefox. Worked in in Chrome 54 until we updated to latest release. We get the lines, they have no width. I know this has been reported a million times in regard to Windows b...
1
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pd.Series(range(10))"><pre class="notranslate"><span class="pl-s1">pd</span>.<span class="pl-v">Series</span>(<s...
<p dir="auto">rather than <code class="notranslate">display.max_rows</code> directly</p> <p dir="auto">for considency with the new 'truncate' option</p>
1
<p dir="auto">This is part of the Rust tutorial session. The whole purpose of the exercise was to find a mistake in the block expression.</p> <p dir="auto">See Exercise 2.1<br> <a href="http://pnkfelix.github.io/cyot/tutorial/exercises/ex_part_2" rel="nofollow">http://pnkfelix.github.io/cyot/tutorial/exercises/ex_part_...
<p dir="auto">When <code class="notranslate">if</code> and <code class="notranslate">else</code> arms have incompatible types, like below, the compiler should point at both arms with the evaluated type and also suggest removal of trailing semicolon if relevant.</p> <div class="snippet-clipboard-content notranslate posi...
1
<p dir="auto">Say I keep my containers as light weight as possible, perhaps using alpine or some other light weight distro.</p> <p dir="auto">When something goes wrong in a pod, it can be difficult to exec in and debug sometimes because there are no debugging tools in the container.</p> <p dir="auto">It would be awesom...
<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...
0
<p dir="auto">[Enter steps to reproduce below:]</p> <p dir="auto">1.Opened two files<br> 2. Right click to split</p> <p dir="auto"><strong>Atom Version</strong>: 1.0.0<br> <strong>System</strong>: Windows 8.1<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: C...
<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"><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...
<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 =&gt; Please do not submit support request here, instead see "><pre class="notran...
0
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: 1.35.0</li> <li>Operating System: [Ubuntu 22.04 amd64]</li> <li>Browser: [Chromium, Firefox]</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir=...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.33.0]</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-l...
0
<p dir="auto"><a href="http://freecodecamp.com/challenges/waypoint-iterate-with-javascript-while-loops" rel="nofollow">http://freecodecamp.com/challenges/waypoint-iterate-with-javascript-while-loops</a><br> Currently asks the user, "Let's try getting a for loop to work by pushing values to an array."<br> Should be, "Le...
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-iterate-with-javascript-while-loops" rel="nofollow">http://freecodecamp.com/challenges/waypoint-iterate-with-javascript-while-loops</a> has an issue.</p> <p dir="auto">Text reads, "Let's try getting a for loop to work by pushing values to an a...
1
<h3 dir="auto">Bug</h3> <p dir="auto">There is a difference between <code class="notranslate">class Base</code> and <code class="notranslate">class Base extends Object</code> that shouldn't be there.</p> <p dir="auto">Classes explicitly extending Object (and their subclasses) are always instances of Object and <strong>...
<p dir="auto">Current Babel transform, when it comes to call the parent</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError(&quot;this hasn...
1
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; versioninfo() Julia Version 1.3.0-rc4.1 Commit 8c4656b97a (2019-10-15 14:08 UTC) Platform Info: OS: Linux (x86_64-linux-gnu) CPU: Intel(R) Core(TM) i5-8250U CPU @ 1.60G...
<p dir="auto">In a few places, the performance of splatting a number has shown up: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="357406108" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/29060" data-hovercard-type="pull_request" data-hov...
1
<p dir="auto">when exporting node's properties using neo4j-shell( start p=node(1) return p;), the data within {..} seems to comply with json protocol as json object, but if there is double quotes(") in property value, no escape for it("), this cause trouble when I try to parse the property data with json libs</p>
<p dir="auto">Neo4j 2.0, attempting to copy dumped subgrap into 2nd DB, using the Movies sample graph:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="neo4j-shell -port 1338 -c 'dump match n return n limit 500;' |neo4j-shell -path aa -file - T...
1
<p dir="auto">A left-over header causes the _cat/plugin endpoint to throw :</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="curl localhost:9200/_cat/plugins {&quot;error&quot;:&quot;ElasticsearchIllegalStateException[mismatch on num }"><pre cla...
<p dir="auto">NEED: In many (if not majority cases) when present users with business analytics, the user would want to see numbers for complete data set. No matter how you aggregate it should present the same data with the same number of documents. Inability to handle "missing" values exclude those from analysis making...
0
<p dir="auto">A max number of failures or failure backoff policy for Jobs would be useful.</p> <p dir="auto">Imagine you have an ETL job in production that's failing due to some pathological input.<br> By the time you spot it, it's already been rescheduled thousands of times. As an example, I had 20 broken jobs that ke...
<p dir="auto">Today <code class="notranslate">kubectl exec sh</code> depends on a shell being present in each container image. I think we can do better.</p> <p dir="auto">What if we had something like <code class="notranslate">kubectl sh</code> which would run a statically linked busybox (or something like that) that ...
0
<p dir="auto">Hello guys, im facing a problem which im not sure if it<code class="notranslate">s a Bug on THREE.js or it</code>s really how Points works.. consider the following code:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var maxPoint...
<p dir="auto">Not sure if this is a bug, but the triangulation fails, although shape is simple. See the images, code and description of the problem:</p> <p dir="auto"><a href="http://stackoverflow.com/questions/16241854/holes-in-polygons-causes-triangulation-failure-in-three-js" rel="nofollow">http://stackoverflow.com/...
0
<p dir="auto">Hi.</p> <p dir="auto">I am trying to upsert sales data (salesId (Primary Key), itemId and description) to a table and I am running into some problems, specifically<br> (1) an attribute error: <code class="notranslate">AttributeError: 'StrSQLCompiler' object has no attribute 'visit_on_duplicate_key_update'...
<p dir="auto"><strong>Migrated issue, originally created by Dmytro Starosud (<a href="https://github.com/dima-starosud">@dima-starosud</a>)</strong></p> <p dir="auto">This is using sqlalchemy 1.2.0b3.</p> <p dir="auto">I've faced weird behavior shown in following code snippet. Assertion in that test fails. But if you c...
0
<h2 dir="auto">Problem</h2> <p dir="auto">Our code is riddled with snippets that look like this:</p> <div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if err != nil { return nil, err }"><pre class="notranslate"><span class="pl-k">if<...
<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.): external service</p> <p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>):<br> v1.5.0-alpha.0....
0
<p dir="auto">I'm using Memcached I set the following session<br> <code class="notranslate">$m = $this-&gt;get("session.handler.memcached"); $m-&gt;write($session-&gt;getId(),array("lol"=&gt;"mdr")); $m-&gt;close();</code><br> In another page , I execute this :<br> <code class="notranslate">$session = $this-&gt;getReq...
<p dir="auto">Let's say you add a time field like this:</p> <div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/** @var FormBuilderInterface $builder */ $builder-&gt;add('time', TimeTime::class, [ 'model_timezone' =&gt; 'UTC', '...
0
<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.267] Windows Terminal version: 0.3.2142.0 Any other software: * Powershell6 * Windows Subsystem for Linux - ...
<p dir="auto">Requesting that an option exist for a quake style drop down of the terminal window from the top of the screen be added. (Not unlike ConEmu for windows, Guake or Yakuake)</p>
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
0
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import jax import jax.numpy as jnp from jax.experimental import enable_x64 @jax.jit def f(x): with enable_x64(): return x.view(jnp.int64) f(jnp.arange(10).reshape(5,2)...
<p dir="auto">minimal repro:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from jax import jit, experimental @jit def f(a): with experimental.enable_x64(): return 1 + a f(1)"><pre class="notranslate"><span class="pl-...
1