text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.4.1</li> <li>Operating System / Platform =&gt; Ubuntu 16.04 amd64</li> <li>Compiler =&gt; g++ 5.4</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">I try to use cudacodec VideoReader to read a mkv :<br> <code class="notr...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.4.3</li> <li>CMake =&gt; 3.12.3</li> <li>Operating System / Platform =&gt; OSX 10.13.6</li> <li>Compiler =&gt; clang(?)</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">When configuring my OpenCV project, I get the foll...
0
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>Current Behavior</strong><br> Set up a TypeScript repository with Babel and <a href="https://babeljs.io/docs/en/babel-plugin-transform-typescript/" rel="nofollow">plugin-transform-typescript</a>. Add this code:</p> <p dir="auto"><strong>Input Code</strong></p> <div c...
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/TheLarkInn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/TheLarkInn">@TheLarkInn</a> asked, and it seems like a discussion worth having.</p> <p dir="...
0
<p dir="auto">This happened after I switched branches in git, and had folder open, which was unavailable in branch that I switched to.<br> Atom was open in background, GitHub app was on top.</p>
<p dir="auto">Right-click in the tree view to rename a file (which is currently open in the editor) and the file gets copied/duplicated to the new name while the old file remains open. They are not symlinked as editing one does not produce changes in the other after closing/reopening.</p> <p dir="auto">Renaming a direc...
0
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p> <p dir="auto">Bug</p> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">When importing an undefined named import, it doesn't produce any warning or error in build, but fail at runtime. I a...
<p dir="auto"><strong>I'm submitting a feature request</strong><br> <strong>Webpack version:</strong><br> 2.1.0-beta.21</p> <p dir="auto"><strong>Please tell us about your environment:</strong><br> Linux</p> <p dir="auto"><strong>Current behavior:</strong><br> When I try to import a named import, it fails silently if t...
1
<p dir="auto">In <a href="http://getbootstrap.com/customize/#less-variables" rel="nofollow">http://getbootstrap.com/customize/#less-variables</a>, the nav bar on the left eases navigation in the page. However, when there is too much content and the height of the screen is too low, it becomes impossible to see the conte...
<p dir="auto">On the <strong>Components</strong> page of the Bootstrap docs, the sidebar becomes too tall for the viewport when <code class="notranslate">scrollspy</code> causes the sidebar subheadings to show.</p> <p dir="auto">The sidebar cannot be scrolled or manipulated to show content below the viewport.</p> <p di...
1
<p dir="auto"><code class="notranslate">sum(skipmissing(x))</code> is reasonably fast, but since <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="333568119" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/27651" data-hovercard-type="pull_req...
<p dir="auto">Unfortunately, the impressive speed boosts that were made for Julia on Linux seem to have been lost in translation. On the same machine, I get ~0.6 secs on Linux vs. ~6 on Windows.</p>
0
<p dir="auto"><strong>Elasticsearch version</strong>: 5.0.0-alpha5<br> <strong>Plugins installed</strong>: []</p> <p dir="auto"><strong>JVM version</strong>: openjdk version "1.8.0_91"</p> <p dir="auto"><strong>OS version</strong>: Linux 4.4.0-28-generic <a class="issue-link js-issue-link" data-error-text="Failed to lo...
<p dir="auto">When using Netty4 HTTP transport type I have the following issue:</p> <h4 dir="auto">Netty4</h4> <p dir="auto">Starting master using <code class="notranslate">http.type: netty4</code></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conten...
1
<p dir="auto">Version 0.10.10</p> <p dir="auto">In previous versions formatting was adding space in anonymous function like this:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function() {}"><pre class="notranslate"><code class="notranslate">...
<p dir="auto">Hi</p> <p dir="auto">I was wondering if there's any option to change the JavaScript code formatting rules used?</p> <p dir="auto">I'm a big fan of code formatting but when VS code formats my code to insert spaces after my anonymous function keywords then it can really upset people that I work with who hav...
1
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; a = rpad(&quot;\u2003&quot;, 5) &quot;  &quot; julia&gt; length(a) #4 in 0.4-dev, 5 in 0.3.7 4 julia&gt; map(x-&gt;convert(Uint32, x), collect(a)) #0.4-dev has one fewe...
<p dir="auto">Julia compiles OpenBLAS to <code class="notranslate">libopenblas.so</code>. This may be a problem for calling libraries that link to a system <code class="notranslate">libopenblas.so</code>, because the runtime linker may substitute Julia's version instead. The problem is that Julia's version is compil...
0
<p dir="auto">Related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="294607323" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/10528" data-hovercard-type="issue" data-hovercard-url="/numpy/numpy/issues/10528/hovercard" href="https://github...
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Foo(ctypes.Structure): _fields_ = [('one', ctypes.c_uint8), ('two', ctypes.c_uint32)] _pack_ = 2"><pre class="notranslate"><span class="pl-k">class</span> <span class=...
1
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: v1.31</li> <li>Operating System: All</li> <li>Browser: All</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I ...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.31.2]</li> </ul> <h3 dir="auto">Source code</h3> <p dir="auto">I am having trouble with TS errors when trying to use parameterized projects following the the <a href="https://playwright.dev/docs/test-parameterize#parameterized-projects" rel="no...
0
<p dir="auto">I couldn't find an existing tracking issue for this feature, please mark as a duplicate if I've missed anything.</p> <p dir="auto">This is something that would be required for jspm support in Babel CLI, where we'd want to use dynamic <code class="notranslate">import()</code> to reference plugins directly,...
<p dir="auto">Today I came across what looks like a bug.</p> <p dir="auto">If you try to destructure arguments to a function that's within an array it silently fails instead of giving a SyntaxError.</p> <p dir="auto">The failing code looks like:</p> <div class="highlight highlight-source-js notranslate position-relativ...
0
<h3 dir="auto">Describe the workflow you want to enable</h3> <p dir="auto">Currently the GeneralizedLinearRegressor module only allows a scalar <code class="notranslate">alpha</code> regularization parameter to be used for all parameters. However, sometimes the modeler would like to input different amounts of regulariz...
<h4 dir="auto">Description</h4> <p dir="auto">This is a feature request in allow flexibility in elastic net, which allows the user to apply separate penalties to each coefficient of the L1 term. The default value of this penalty factor is 1, meaning the regular elastic net behavior. If the penalty factor of a feature i...
1
<p dir="auto">I'm setting up a <a href="http://kubernetes.io/v1.0/docs/getting-started-guides/docker-multinode.html" rel="nofollow">docker-multinode</a> k8s. I'm trying to mount a volume (in this case, a secret). Originally, I was getting this issue:<br> <code class="notranslate">Unable to mount volumes for pod "servic...
<p dir="auto">When I try to create a pod which mounts secret volumes I get a <code class="notranslate">Unable to mount volumes for pod: exit status 1</code> error. For instance, when trying to create the example pod from <a href="https://github.com/kubernetes/kubernetes/tree/master/docs/user-guide/secrets">https://gith...
1
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sjudd/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sjudd">@sjudd</a> Can I work on this?</p>
<p dir="auto">I'm using 4.0.0-RC0, I added it by Gradle:</p> <blockquote> <p dir="auto">repositories {<br>  mavenCentral() // jcenter() works as well because it pulls from Maven Central<br> }<br> dependencies {<br>  compile 'com.android.support:appcompat-v7:25.3.1'<br>  compile 'com.github.bumptech.glide:glide:4.0.0-RC...
0
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">It crashes on Mac Osx.</p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto"><code class="notranslate">plt.plot()</code> fails with error</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="libc++abi.dylib: terminating with uncaught ...
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/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">...
<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/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected Be...
0
<p dir="auto">Hi, guys!<br> This is actually a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="5680068" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/4958" data-hovercard-type="issue" data-hovercard-url="/symfony/symfony/issu...
<p dir="auto">Now paths to files with translations adds when container compiles <a href="https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php#L407">https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/DependencyInjectio...
0
<p dir="auto">Currently making a Cypher request over the REST API returns results as nested arrays that contain maps instead of just an array of maps. This makes it harder to decode. I currently read the entire response and then do string replaces to fix it up before decoding it. If the format was more standard (espe...
<p dir="auto">Suppose I have this node:</p> <p dir="auto">(n:person {name: "Bob Smith", city: "Boston"})-[:brother]-(n:person {name: "Dave Smith"})</p> <p dir="auto">and this node:</p> <p dir="auto">(n:person {name: "Bob Smith", haircolor: "brown"})-[:brother]-(n:person {name: "Frank Smith"})</p> <p dir="auto">It would...
0
<p dir="auto">We recently added a <a href="http://scikit-learn.org/dev/glossary.html" rel="nofollow">Glossary</a> to our documentation, which describes common parameters among other things. We should now replace descriptions of <code class="notranslate">random_state</code> parameters to make them more concise and infor...
<h4 dir="auto">Description</h4> <p dir="auto">With TSNE from sklearn v0.19.2 python 3.6 with mahalanobis metric I am getting following error<br> ValueError: Must provide either V or VI for Mahalanobis distance<br> How to provide an <strong>method_parameters</strong> for the Mahalanobis distance?</p> <h4 dir="auto">Ste...
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...
<p dir="auto">Installed nightly build using</p> <blockquote> <p dir="auto">pip3 install tensorflow-1.1.0rc0-cp35-cp35m-win_amd64.whl<br> on Windows 7 Professional x64. Simple run gives warning that the libs were not compiled to use SSE, SSE2, SSE3, SSE4.1, SSE4.2 and AVX instructions even though available.</p> </block...
0
<p dir="auto">In a few documentation places<br> <a href="http://getbootstrap.com/css/#helper-classes-clearfix" rel="nofollow">http://getbootstrap.com/css/#helper-classes-clearfix</a><br> <a href="http://getbootstrap.com/css/#less-mixins-vendor" rel="nofollow">http://getbootstrap.com/css/#less-mixins-vendor</a> (scroll ...
<p dir="auto">Just like less code in <a href="http://getbootstrap.com/css/#grid-less" rel="nofollow">CSS#Less Mixins</a></p> <p dir="auto">It should be less format, not css format.</p> <p dir="auto">But I can't find the html template with a <code class="notranslate">{ highlight less }</code> format.</p> <p dir="auto">H...
1
<ul dir="auto"> <li>VSCode Version: 0.10.11</li> <li>OS Version: Fedora 23, 64bit</li> </ul> <p dir="auto">It would be great if there's an option for (auto-completion):</p> <ul dir="auto"> <li>Pressing <kbd>Tab</kbd> will replace the rest.</li> <li>Pressing <kbd>Enter</kbd> will insert into current caret position.</li>...
<ul dir="auto"> <li>VSCode Version: 1.4.0</li> <li>OS Version: Windows 10</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Create a method called <code class="notranslate">methodOne</code></li> <li>Write some code that calls this method as <code class="notranslate">methodTwo()</code></li> <li>Place ...
1
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.5.3</p> <h3 dir="auto">What happened</h3> <p dir="auto">Pleas consider the following scenario</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from typing import TYPE_...
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.5.1</p> <h3 dir="auto">What happened</h3> <p dir="auto">When using the TaskFlow API, I like to generally keep a good practice of adding type annotations in the TaskFlow functions so others reading the DAG and task code have better context around inputs/outputs,...
1
<p dir="auto">I think we should add support for that.<br> Though it's still tricky when using it in grid-search because that requires a custom scorer (via make_scorer) every time :-/</p>
<p dir="auto">to reproduce:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np np.random.seed(13) classes = np.array(['yes', 'no']) y = classes[np.random.randint(2, size=10)] t = classes[np.random.randint(2, s...
1
<h2 dir="auto">Bug Report</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I would like to work on a fix!</li> </ul> <p dir="auto"><strong>Current Behavior</strong><br> I have a <code class="notranslate">. browserlistr...
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="371619167" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/8897" data-hovercard-type="pull_request" data-hovercard-url="/babel/babel/pull/8897/hovercard?comment_id=490659840&amp;comm...
1
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto"><code class="notranslate">v-model.lazy</code> on component is ignored and wasted, while <code class="notranslate">.number</code> and <code class="notranslate">.trim</code> are effective.</p> <h3 dir="auto">What does the proposed API look like?</h3>...
<h3 dir="auto">Version</h3> <p dir="auto">2.6.11</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codesandbox.io/s/naughty-shape-p1plw?fontsize=14&amp;hidenavigation=1&amp;theme=dark" rel="nofollow">https://codesandbox.io/s/naughty-shape-p1plw?fontsize=14&amp;hidenavigation=1&amp;theme=dark</a><...
0
<h3 dir="auto">Describe the bug</h3> <p dir="auto">XGBRegressors accepts nan values. Which is defined in the tag <code class="notranslate">force_all_finite='allow-nan</code><br> But if define</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard...
<h4 dir="auto">Describe the bug</h4> <p dir="auto">I can't seem to get the <code class="notranslate">RegressorChain</code> working with pipelines that include a <code class="notranslate">ColumnTransformer</code>. I posted an issue on StackOverflow with more: <a href="https://stackoverflow.com/questions/68430993/sklearn...
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>4.1</td> </tr> </tbody> </t...
<p dir="auto">I propose to add the following constraints for validating <code class="notranslate">Traversable</code> instances and arrays:</p> <ul dir="auto"> <li><code class="notranslate">Each</code>: Validates that each entry satisfies some constraint (replaces <code class="notranslate">All</code>, which should be de...
1
<h3 dir="auto">System information</h3> <ul dir="auto"> <li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>:<br> Yes.</li> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>:<br> Linux Ubuntu 16.04.3</li> <li><strong>TensorFlow ins...
<p dir="auto">Please go to Stack Overflow for help and support:</p> <p dir="auto"><a href="https://stackoverflow.com/questions/tagged/tensorflow" rel="nofollow">https://stackoverflow.com/questions/tagged/tensorflow</a></p> <p dir="auto">If you open a GitHub issue, here is our policy:</p> <ol dir="auto"> <li>It must be ...
0
<p dir="auto">Hello, my BatchInserter failed after successfully having imported more than 75 million nodes with this exception:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Exception in thread &quot;main&quot; java.lang.NumberFormatException...
<p dir="auto">I am trying to create relationships between nodes that are distinct. Right now, I can only return distinct. Is there any way for me to match distinct or create distinct? For example:</p> <p dir="auto">match (p:Player), (n:Games) where p.id = n.id<br> create (p)-[:has_played]-&gt;[n]</p> <p dir="auto">Ther...
0
<p dir="auto">For Kotlin projects, Glide currently makes use of KAPT. This is generally quite slow since it requires generating Java stubs before the annotation processing step.</p> <p dir="auto">KSP offers an alternative to this by making it easier for annotation processors like Glide to more directly use Kotlin's com...
<p dir="auto">Hi,<br> I have a multi account app, where each account has its own dagger component, and a okhttp instance (theyre cloned from the same base instance so they share threadpools etc). However account specific okhttp client instance has its own authenticator (reauth is specific per account, as its api url is...
0
<h1 dir="auto">什么时候出汉化版</h1> <h1 dir="auto">When will it be available in Chinese?</h1>
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">The windows key shortcut guide UI strings need to be localized.</p> <p dir="auto">The application will be localized in the following langauges:</p> <table role="table"> <thead> <tr> <th>Language</th> <th>Culture Code</th> </tr> </thead> <tbody> <t...
1
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/63644977/91653239-a5881200-eac0-11ea-99f4-73e40b1c0388.jpg"><img src="https://user-images.githubusercontent.com/63644977/91653239-a5881200-eac0-11ea-99f4-73e40b1c0388.jpg" alt="Screenshot_20200830-125652_...
<p dir="auto">In this Documention <a href="https://numpy.org/devdocs/user/absolute_beginners.html" rel="nofollow">https://numpy.org/devdocs/user/absolute_beginners.html</a><br> Sum of rows of an numpy array is denoted by b.sum(axis=0), but the axis should be equal to 1 for sum of rows and 0 for sum of columns.</p> <p ...
1
<p dir="auto">It would be very useful for packages to be able to extend chained comparisons like</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="using ModelingToolkit @variables x, y -1 &lt; y - x^2 &lt; 1"><pre class="notra...
<p dir="auto">The representation of sparse matrices allow for duplicates. This seems prone to errors, for instance computing the number of non-zeros entries would be incorrect.</p> <p dir="auto">Since this is not allowed in full matrices, does it make any sense to have this be the behavior for sparse matrices?</p> <div...
0
<p dir="auto">Choose one: is this a bug report or feature request? Bug report</p> <h3 dir="auto">Input Code</h3> <p dir="auto"><a href="https://babeljs.io/repl/#?babili=false&amp;browsers=&amp;build=&amp;builtIns=false&amp;code_lz=MYewdgzgLgBATiA7jAvDALAbgFCkrUAGwFcBbMVGAJh2wHo6YAREAUwjFkRDgGtsAbgEM4MAN4wA2gkQBdAFzipRM...
<p dir="auto">Choose one: is this a bug report or feature request?<br> bug</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="const a = { 1: 0, 2: 1, 3: 2 } const i = 1 const { [i]: val, ...rest } =...
1
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-link-to-external-pages-with-anchor-elements" rel="nofollow">http://freecodecamp.com/challenges/waypoint-link-to-external-pages-with-anchor-elements</a> has an issue. Please describe how to reproduce it, and include links to screenshots if poss...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-target-the-same-element-with-multiple-jquery-selectors" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-target-the-same-element-with-multiple-jquery-selectors</a> has an issue. Please describe how to reproduce it, and includ...
1
<p dir="auto"><strong>Migrated issue, originally created by Robert Scott (<a href="https://github.com/ris">@ris</a>)</strong></p> <p dir="auto">Using sqlalchemy 1.1.4 with postgresql 9.6.</p> <p dir="auto">The result of an <code class="notranslate">IS NULL</code> comparison is a boolean and in postgres it is usable as ...
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p> <p dir="auto">e.g.:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="--- a/lib/sqlalchemy/sql/operators.py +...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Feature Idea</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">firewalld 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.3.0 (d...
<p dir="auto">Just got this error:</p> <p dir="auto">TASK: [Launch new EC2 instance] *********************<br> fatal: [127.0.0.1] =&gt; failed to parse: ....<br> {"msg": "InvalidGroup.NotFound: The security group 'sg-4508022d' does not exist", "failed": true}</p> <p dir="auto">It would be great if either ID or the secu...
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.188.0<br> <strong>System</strong>: Mac OS X 10.10.2<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught TypeError: Cannot ...
<p dir="auto">Steps to reproduce:</p> <ol dir="auto"> <li>Nothing? I left my laptop on for a bit and it eventually went into sleep mode while I did other stuff. Interesting information is at the bottom of this report.</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 0.177.0<br> <strong>System</strong>: linux 3...
1
<h1 dir="auto">Bug report</h1> <h2 dir="auto">Describe the bug</h2> <p dir="auto">When I add for example 5 files in "pages" folder, and add classic "Link" routing - it works until I do 1-2 minutes break. After 2 minutes when I try to use site there work only 2 routes - rest don't react. Hot reload still works fine, eve...
<h1 dir="auto">Bug report</h1> <h2 dir="auto">Describe the bug</h2> <p dir="auto">Either <code class="notranslate">Link</code> or <code class="notranslate">Router</code> stops working when doing client side routing. It seems that HMR may be interrupting the transition between pages. It occurs most frequently if the app...
1
<p dir="auto">I migrated to the latest Blender exporter, had error on my project file which previously worked. I started a new blender file and found the same error persists.</p> <p dir="auto">To reproduce:</p> <ol dir="auto"> <li>create a new blender file</li> <li>create cube</li> <li>apply blender material</li> <li>...
<h5 dir="auto">Description of the problem</h5> <p dir="auto">Blender Exporter Fails to produce a .json file and throws an error that could be improved with clarity</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Traceback (mo...
1
<p dir="auto">Right now,you need follow code to handle xml content.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="CssSelector::disableHtmlExtension(); $xxx=$crawler-&gt;filter('response&gt;tradeBase&gt;total_fee')-&gt;text();"><pre class="not...
<p dir="auto">... but that's not really possible when using it from BrowserKit as the Crawler is created directly.</p> <p dir="auto">From <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="15599538" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/iss...
1
<p dir="auto">The "cd" function doesn't automatically expand tilde to your home directory, which is somewhat inconvenient, especially for interactive use. Is this an explicit design decision? We could have "cd" just check if ENV["HOME"] is defined, and if so substitute it for ~.</p> <div class="snippet-clipboard-conten...
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/timholy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/timholy">@timholy</a> implemented <code class="notranslate">tilde_expand</code> (see <a href="h...
1
<p dir="auto">Hi,</p> <p dir="auto">I have a simple dataframe with a multiindex.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="stats.index.names Out[67]: FrozenList([u'day', u'category'])"><pre class="notranslate"><code class="notranslate">st...
<p dir="auto">I'm running in what seems to be a bug.<br> I'm using pandas version '0.13.0rc1-29-ga0a527b' from github, python 3.3 on a linux Mint 15 64 bits.</p> <p dir="auto">Here's a minimal example that fails:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" d...
0
<p dir="auto">Where <code class="notranslate">trait T: U { ... }</code> , implictly coerce from <code class="notranslate">&amp;T</code> to <code class="notranslate">&amp;U</code>, etc.</p> <p dir="auto">See <a href="https://github.com/rust-lang/rfcs/blob/master/text/0401-coercions.md">RFC 401</a>.</p> <p dir="auto">Par...
<p dir="auto">In the <a href="http://doc.rust-lang.org/std/str/index.html" rel="nofollow"><code class="notranslate">std::str</code> API docs</a>, some Struct descriptions beginn with <code class="notranslate">///</code>.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubu...
0
<p dir="auto">flutter' app crash met with gomobile package .aar</p> <ol dir="auto"> <li> <p dir="auto">I follow the guidence <a href="https://flutter.io/platform-channels/" rel="nofollow">https://flutter.io/platform-channels/</a> ... It works; I can see the result in Simulator.</p> </li> <li> <p dir="auto">I write a si...
0
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">When calling <code class="notranslate">matplotlib</code> on macOS the user is logged out...</p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class="highlight highlight-source-python notranslate position-relat...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">Trying to view a plot made with Python 3.7, Spyder, and IPython with the Tkinter backend causes a crash and the macOS Mojave login screen appears.</p> <p dir="auto"><strong>Code for reproduction</strong></p> <p dir="auto">Any ki...
1
<p dir="auto">any plan to expose typescript parser under Deno namespace?<br> it would be primitive requirement for making code generator or transformations<br> if Deno uses swc under the hood it would be great if we get parser under Deno namespace for development tools;<br> like</p> <div class="highlight highlight-sour...
<p dir="auto">Should print to stdout a JSON blob representing the typescript AST.</p>
1
<h4 dir="auto">Describe the bug</h4> <h4 dir="auto">Steps/Code to Reproduce</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="To duplicate the issue, please refer to attached zip file. In there you will find a copy of Python script and input d...
<p dir="auto">Saw this piece of code when reading the implementation of <code class="notranslate">VotingClassifier</code></p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if isinstance(y, np.ndarray) and len(y.shape) &gt; 1 an...
0
<h3 dir="auto">Describe the issue:</h3> <p dir="auto">Let's consider the following subroutine in a <code class="notranslate">test.f90</code> file that declares an automatic array from two variables(*):</p> <div class="highlight highlight-source-fortran-modern notranslate position-relative overflow-auto" dir="auto" data...
<h3 dir="auto">Describe the issue:</h3> <p dir="auto">Let's consider the following subroutine in a <code class="notranslate">test.f90</code> file that declares an automatic array from two variables(*):</p> <div class="highlight highlight-source-fortran-modern notranslate position-relative overflow-auto" dir="auto" data...
1
<p dir="auto">Hi,</p> <p dir="auto">While buildling pandas 0.20.3 on Debian I had 3 timezone handling related test failures.</p> <p dir="auto">I also get the 3 errors when running the tests in a virtualenv with 0.20.3 installed via pip</p> <p dir="auto">The error tracebacks:</p> <div class="snippet-clipboard-content no...
<p dir="auto">see for example: <a href="http://stackoverflow.com/questions/9556892/pandas-dataframe-desired-index-has-duplicate-values" rel="nofollow">http://stackoverflow.com/questions/9556892/pandas-dataframe-desired-index-has-duplicate-values</a></p>
0
<p dir="auto">In Julia Master (and 1.6)</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; f(x) = (T=eltype(x); mapreduce(v-&gt;T(v), +, x)) julia&gt; @code_warntype f([3,4,5]) MethodInstance for f(::Vector{Int64}) from f(x) in Main at...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function foo(a::AbstractVector) T = eltype(a) b = Vector{T}() c = [Set{T}() for x in a] return length(c) end a = rand(1:10, 200);"><pre class="notranslate"><code class="notranslate">f...
1
<p dir="auto">This 3x regression from Julia 1.2 to Julia 1.3 / 1.5 on the simplest random walk simulation is not good:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function walk(T) x = 0 for i in 1:T ...
<p dir="auto">Default RNGs in threads slowdown performance in Julia 1.3.</p> <p dir="auto">Here is my environment:</p> <blockquote> <p dir="auto">julia&gt; versioninfo(verbose=true)<br> Julia Version 1.3.0<br> Commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/JuliaLang/ju...
1
<p dir="auto">Sublime Text has an option to match case when doing find and replace (so find "foo" and replace "bar" would change "foo" to "bar", "FOO" to "BAR" and "Foo" to "Bar"). Does Atom offer this?</p>
<p dir="auto">When you search for abc (case insensitive) and want to replace it with xyz, it should match on Abc and replace it with Xyz. This is a feature that I found useful in sublime.</p>
1
<p dir="auto">Hi! After last update i Can't use my PowerToys. When I open the application I see the menu for 1 second and afer that all the window became white with anyting inside...<br> I try to Uninstal and instal last version, i try to uninstal anda instal .NET core but nothing change...<br> Help!</p> <p dir="auto">...
<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.18363.836] PowerToys version: 0.18"><pre class="notranslate"><code class="notranslate">Windows build number: Micro...
1
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/628" rel="nofollow">http://projects.scipy.org/numpy/ticket/628</a> on 2007-12-09 by trac user behrisch, assigned to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/cournape/hovercard" data-octo-cl...
<p dir="auto">Minor, but:</p> <p dir="auto"><code class="notranslate">numpy.histogram</code> deprecates the <code class="notranslate">normed</code> parameter and introduces a new <code class="notranslate">density</code> parameter. <code class="notranslate">numpy.histogram2d</code> should use the same interface.</p> <p ...
0
<p dir="auto">I have somehow managed to install the Distributions package without having any trace of it on my system. I'm on v0.3.8. For example,</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; using Distributions #...
<p dir="auto">it works fine if the package is in .julia/v0.x, but if it is somewhere else then it claims there is no <code class="notranslate">test/runtests.jl</code> even if my <code class="notranslate">LOAD_PATH</code> is set such that i can <code class="notranslate">using</code> it. i know that the recommended dev ...
1
<p dir="auto">Hi</p> <p dir="auto">getting weird lines on different font sizes, fontFace changes does not help.<br> Seeing this on all light backgrounds, not vim only.</p> <p dir="auto">Thx<br> Martin<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/3341435/65060...
<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.207 Windows Terminal version (if applicable): 0.2.1831.0, Windows Store Build Any other software? .Net Core SDK 3.0.100-preview6-01226...
0
<p dir="auto"><strong>Elasticsearch version</strong>:<br> 5.0 RC1<br> <strong>Plugins installed</strong>: []<br> discovery-ec2<br> repository-s3</p> <p dir="auto">Using the docker image on ArchLinux</p> <p dir="auto"><strong>Description of the problem including expected versus actual behavior</strong>:<br> discovery ec...
<p dir="auto"><strong>Elasticsearch version</strong>: 5.0.0 (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/elastic/elasticsearch/commit/e02a4800bdd43f73406e1a7acb616efe98142e4c/hovercard" href="https://github.com/elastic/elasticsearch/commit/e02a4800bdd43f73406e1a7acb616efe9...
1
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p> <p dir="auto">I want to request a feature</p> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">Using <code class="notranslate">Symbols</code> as element keys throws a type error.</p> <p d...
<hr> <h2 dir="auto">Please do not remove the text below this line</h2> <p dir="auto">DevTools version: 4.0.2-2bcc6c6</p> <p dir="auto">Call stack: at d (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:5744)<br> at e.getCommitTree (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11...
0
<h2 dir="auto">I tried to install caffe2 by following this link "<a href="https://caffe2.ai/docs/getting-started.html?platform=ubuntu&amp;configuration=compile" rel="nofollow">https://caffe2.ai/docs/getting-started.html?platform=ubuntu&amp;configuration=compile</a> "</h2> <p dir="auto">Every step was sucesfully compil...
<p dir="auto"><strong>### Installation guide followed -</strong><br> <a href="https://caffe2.ai/docs/getting-started.html?platform=ubuntu&amp;configuration=compile" rel="nofollow">https://caffe2.ai/docs/getting-started.html?platform=ubuntu&amp;configuration=compile</a></p> <h3 dir="auto"><strong>Error Output</strong><...
1
<p dir="auto">imshow() ignores or misinterprets the <code class="notranslate">aspect</code> kwarg when <code class="notranslate">interpolation='none'</code>. The bug appears only in svg output, does not seem to be a problem in pdf or png output. The minimal code to reproduce the bug is below:</p> <div class="highlight ...
<h3 dir="auto">Bug report</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import matplotlib.pyplot as plt import matplotlib.gridspec as gridspec fig = plt.figure() gs = gridspec.GridSpec(2, 1) ax1 = fig.add_subplot(gs[0]) ax2 = fig.add_subplo...
0
<p dir="auto">Would be great if I could exclude paths when using the Find In Files form. For instance, I would like to exclude <code class="notranslate">log/</code> and <code class="notranslate">index.js</code> while searching the rest of my project. Is this possible? If not, I think it would be a great addition!</p>
<p dir="auto">When searching, filters can be specified. However, there's no way to exclude paths from the search.</p> <p dir="auto">E.g.: <code class="notranslate">*.js, -*.min.js</code> cannot be used to exclude minified files from a search of JS</p>
1
<p dir="auto">Deno doesn't support <code class="notranslate">require</code> but there is one thing where <code class="notranslate">require</code> wins against ES6 imports:</p> <p dir="auto">In Node.js we can do</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-sn...
<p dir="auto">I'm writing code using dynamic module import for dynamically generated code (tool like node-dev). In Deno, once module imported dynamically, they will be never updated while process running. Are there some way to invalidate module cache? In node.js, required module can be deleted.</p> <div class="highligh...
1
<h2 dir="auto">Feature request</h2> <p dir="auto"><strong>What is the expected behavior?</strong><br> When handling images with 'asset/resource' using server-side rendering, we do not want the image file to be emitted, but we do want the image URL to be populated in the HTML in the server bundle. The client bundle...
<p dir="auto">I'm having problems with my bundle creation script that uses webpack. The process prints out "Killed" and exits, which indicates that its getting killed by the linux out of memory killer. I'm also seeing this unhelpful error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow...
0
<p dir="auto">Reproduce:</p> <ul dir="auto"> <li>open a file</li> <li>edit a file</li> <li>close tab (<kbd>Ctrl-F4</kbd> on Windows)</li> <li>press <kbd>N</kbd></li> </ul> <p dir="auto">The "Save / Cancel / Don't save" dialog should respond to key-presses of <kbd>Y</kbd> and <kbd>N</kbd> since it's conceptially posing ...
<p dir="auto">(this is possibly windows only, tested with 0.113.0)</p> <p dir="auto"><strong>Steps To Reproduce</strong></p> <ul dir="auto"> <li>Open Atom</li> <li>Type something into a new editor or change an existing file (doesn't matter which)</li> <li>Attempt to close the tab (for example <code class="notranslate">...
1
<p dir="auto">Could be related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="123225492" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode/issues/1520" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode/issues/1520/hovercard" hre...
<ul dir="auto"> <li>VSCode Version: 0.10.11</li> <li>OS Version: Windows 7 Professional</li> </ul> <p dir="auto">Steps to Reproduce:</p> <p dir="auto">I have a \ character defined as a string in an update query. The Syntax highlighting is incorrectly escaping the following ' and displaying the rest of the script as a s...
1
<p dir="auto">This is a weird one. I've tested this with both the client cookie and doctrine provider and the outcome is the same.</p> <p dir="auto">I've implemented "Remember Me" login functionality for our application.</p> <p dir="auto">I also have an AuthenticationListener implemented which updates the 'User' entit...
<p dir="auto"><strong>Symfony version(s) affected</strong>: 4.2</p> <p dir="auto"><strong>Description</strong></p> <p dir="auto">After clicking <code class="notranslate">Settings</code> in the profiler menu</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-cop...
0
<p dir="auto">Was: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="54745980" data-permission-text="Title is private" data-url="https://github.com/rust-lang/prev.rust-lang.org/issues/89" data-hovercard-type="issue" data-hovercard-url="/rust-lang/prev.rust-lang.org/issues/89/hovercard"...
<p dir="auto">Recent changes landed that broke Rust on Mac OS 10.9 (Mavericks) and above, see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="42678136" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/17214" data-hovercard-type="issue" data-h...
0
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: v1.33.0</li> <li>Operating System: macOS 12.6.5</li> <li>Browser: All</li> <li>Other info: Node 16.13.0, React 18.2</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" d...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.32.3]</li> <li>Operating System: [All]</li> <li>Other info: GitLab pipeline</li> </ul> <h3 dir="auto">Source code</h3> <p dir="auto">For importing the results from my GitLab pipeline I use the extended Junit reporter which was fine so far.<br> ...
0
<p dir="auto"><strong>Describe the bug</strong></p> <p dir="auto">There is a problem with the EffectComposer in combination with a multisampled rendertargets.<br> This combination produce artefacts when two or more passes like RenderPass or TexturePass are enabled.</p> <p dir="auto"><strong>To Reproduce</strong></p> <p...
<p dir="auto">Somehow mostof my EffectComposers, which use WebGLMultisampleRenderTargets, have become broken with v135.</p> <p dir="auto">NOTE: this problem only occurs on windows. On my mac it is fine.</p> <p dir="auto">You can see from the picture that things are pixelated. It seems to me that some render target isn'...
1
<p dir="auto">Hi,</p> <p dir="auto">Related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="90761003" data-permission-text="Title is private" data-url="https://github.com/keras-team/keras/issues/277" data-hovercard-type="pull_request" data-hovercard-url="/keras-team/keras/pull/27...
<p dir="auto">Please make sure that the boxes below are checked before you submit your issue.<br> If your issue is an <strong>implementation question</strong>, please ask your question on <a href="http://stackoverflow.com/questions/tagged/keras" rel="nofollow">StackOverflow</a> or <a href="https://keras-slack-autojoin....
0
<p dir="auto">Hi,<br> I installed Visual Studio Community 2013 and Typescript 1.4. When I changed all my enums to const enum (btw, very nice feature, thanks!) I noticed that compile-on-save feature doesn't handle this feature well.</p> <p dir="auto">When I use those const enums in other file than the one it was define...
<ul dir="auto"> <li>have two external modules (a.ts which defines and exports an enum, b.ts which uses the enum)</li> <li>emit the JS code for b.ts</li> <li>emit the JS code for a.ts and notice that the enum reference is inlined (<code class="notranslate">console.log(0 /*A*/);</code>)</li> <li>change a.ts and emit only...
1
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use std::num::Float; struct Point {x: f64, y: f64} fn compute_distance(p1: &amp;Point, p2: &amp;Point) -&gt; f64 { let x_d = p1.x - p2.x; let y_d = p1.y - p2.y; Float::s...
<h3 dir="auto">STR</h3> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// seq.rs use std::collections::HashMap; use std::hash::Hash; pub trait Seq&lt;T&gt; { #[cfg(ice)] fn add_elem(&amp;mut self, T); #[cfg(not(ice))...
1
<p dir="auto">I am a windows user with two windows monitors. I tend to have shortcuts on my desktop ordered in a way unique to me. There are times that I either accidentally sort my icons, or Windows mess up when my monitor goes to sleep, and they all move around.</p> <p dir="auto">My father is a software engineer who ...
<p dir="auto">It would be great to have a tool to save AND restore the location of all shortcut icons on the desktop.</p> <p dir="auto">For some reason with single monitor, or multiple monitors with different resolutions, different zoom/font size/icon size and spacing/etc. The location of these icons is reset and you'r...
1
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1985" rel="nofollow">http://projects.scipy.org/numpy/ticket/1985</a> on 2011-11-22 by trac user gsiisg, assigned to unknown.</em></p> <p dir="auto">I notice that when I plot two variables, the x and y axis are flipped according to the onl...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1830" rel="nofollow">http://projects.scipy.org/numpy/ticket/1830</a> on 2011-05-14 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/samtygier/hovercard" data-octo-click="hovercard-link-click" da...
1
<p dir="auto">Currently the scripting API allows to return arbitrary objects. This is an issue for search scripts because they might be called billions of times in a single search request and missing information about the return type makes things harder to optimize.</p> <p dir="auto">So we could look into specializing ...
<p dir="auto">I get 'T'/'F' and also 't' terms for a boolean field, leading to problems when filtering on the field. The below gist reproduces this:-</p> <p dir="auto"><a href="https://gist.github.com/4284891">https://gist.github.com/4284891</a></p> <p dir="auto">This is on elasticsearch 0.20.1, a quick check on 0.19.1...
0
<p dir="auto">Version: 1.0.0<br> OS Version: Microsoft Windows NT 10.0.18363.0<br> IntPtr Length: 8<br> x64: True<br> Date: 08/06/2020 20:22:56<br> Exception:<br> System.ObjectDisposedException: Cannot access a disposed object.<br> Object name: 'Timer'.<br> at System.Timers.Timer.set_Enabled(Boolean value)<br> at Syste...
<p dir="auto">Popup tells me to give y'all this.</p> <p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p> <p dir="auto">Version: 1.0.0<br> OS Version: Microsoft Windows NT 10.0.19041.0<br> IntPtr Length: 8<br> x64: True<br> Date: 07/31/2020 17:29:59<br> Exce...
1
<p dir="auto">PT threw and error and crashed. Trying to launch again, it threw a "PT Run got an error" box with some info and suggested creating a new ticket here. I have uploaded the requested document to this ticket as well.</p> <p dir="auto">Exception message:<br> Version: 1.0.0<br> OS Version: Microsoft Windows NT...
<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">e.g. <a href="http://t_rost.rosfirm.ru/" rel="nofollow">http://t_rost.rosfirm.ru/</a> is valid URL</p> <p dir="auto"><a href="https://github.com/symfony/Validator/blob/0a118a6e885937378d41b97b152ecec2058c89dc/Constraints/UrlValidator.php#L29">https://github.com/symfony/Validator/blob/0a118a6e885937378d41b...
<p dir="auto">Url validator accept as valid an url like the following:<br> <a href="http://testsub+domanin.domanin.com:8080/test" rel="nofollow">http://testsub+domanin.domanin.com:8080/test</a></p> <p dir="auto">but does not accept<br> <a href="http://test_sub_domanin.domanin.com:8080/test" rel="nofollow">http://test_s...
1
<p dir="auto">There are several issues currently with the mailing list on librelist:</p> <ol dir="auto"> <li>The website (<a href="http://librelist.com/" rel="nofollow">http://librelist.com/</a>) is currently down. This might be transient, or this might be because the service has been slowly decaying over the last mont...
<p dir="auto">Typing issue between <code class="notranslate">mypy</code> <em>0.960</em> (and all prior versions I tested) and <code class="notranslate">Flask</code> <em>2.1.2</em>. Not sure whether the issue is in mypy or Flask, but I guess it has something to do with the later.</p> <div class="highlight highlight-sour...
0
<p dir="auto">I just upgraded to <code class="notranslate">next@6.0.0</code>, I use a custom server, when I try to <code class="notranslate">run dev</code>, I get an error.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="npm run dev &gt; front...
<p dir="auto">Can Next.js emit split chunks for server side code? Does this provide any meaningful boost to the build speed?</p> <p dir="auto">We need to measure and test this theory.</p>
0
<p dir="auto">I was thinking about recommending Atom to a friend, and I went to the <a href="https://atom.io/" rel="nofollow">https://atom.io/</a> to see if there were Windows builds. The site saw I was on Linux, showed me the .deb and .rpm links, and a link for "Other platforms". That page contained this text:</p> <bl...
<p dir="auto">Atom version: 0.189.0<br> Operating system: Linux Mint 17 Cinnamon 64-bit<br> Installed from the .deb package.</p> <p dir="auto">After using the editor for a while (~10 minutes) the moment I press the middle mouse button (to paste some text into editor) the whole editor crashes. The issue does not appear ...
0
<h3 dir="auto">Bug summary</h3> <p dir="auto">This possible bug seems to be related to some incompatibility between the “extend” argument in “plt.figure.colorbar” and “.ax.invert_yaxis()” functions. More specifically, if I just extend the max of colorbar (second figure) or just invert the y-axis of the colorbar, everyt...
<h3 dir="auto">Bug summary</h3> <p dir="auto">The "over value" and the "under value" of colormap are not correctly shown when using ax.invert_yaxis (invert_xaxis if the colorbar is horizontal) function.</p> <h3 dir="auto">Code for reproduction</h3> <div class="highlight highlight-source-python notranslate position-rela...
1
<p dir="auto">This code snippet causes a link failure. I am guessing it is because the return type of foo is not publicly exported from the crate it is causing a link failure in the test.</p> <p dir="auto">I tried this (reduced) code:</p> <p dir="auto">lib.rs</p> <div class="highlight highlight-source-rust notranslate ...
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// foo.rs pub use foo::Bar; pub fn test() -&gt; Bar&lt;i32&gt; { loop {} } mod foo { pub type Bar&lt;T&gt; = Result&lt;T, Baz&gt;; pub struct Baz; impl Baz { ...
1
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">I would like to be able to bind PowerToys Run to windows key + f.</p> <h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">I would like this because ctrl F is most other ' normal' searches. The windows system wide equivalen...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">When editing a FanzyZones layout, it would be handy to also see the pixel dimensions of each zone (perhaps just below the zone number).</p> <h1 dir="auto">Proposed technical implementation details (optional)</h1>
0
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/crutkas/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/crutkas">@crutkas</a> (PS I miss you) :-)</p> <h1 dir="auto">Environment</h1> <div class="snipp...
<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"><em>What is the expected behavior of the proposed feature? What is the scenario this would be used?</em></p> ...
0
<h3 dir="auto">Current Behavior:</h3> <p dir="auto">When a dependency is specified as dev dependency and as optional peer dependency, it is not installed.</p> <h3 dir="auto">Expected Behavior:</h3> <p dir="auto">I expect all dev dependencies to be installed.</p> <h3 dir="auto">Steps To Reproduce:</h3> <div class="sni...
<h3 dir="auto">Current Behavior:</h3> <p dir="auto">When a dependency is specified as a <code class="notranslate">devDependency</code> <strong>and</strong> as a <code class="notranslate">peerDependency</code>, it is not installed. I tested it with npm@7.0.2, everything worked well with npm &lt; 7.</p> <h3 dir="auto">Ex...
1
<p dir="auto">Shouldn't there be a white-space between inline DOM elements separated by a line break [1]?</p> <p dir="auto">I think this example describes the situation pretty well: <a href="http://jsfiddle.net/bstst/kb3gN/2847/" rel="nofollow">http://jsfiddle.net/bstst/kb3gN/2847/</a></p> <p dir="auto">Right now the w...
<h3 dir="auto">Website or app</h3> <p dir="auto">google.com</p> <h3 dir="auto">Repro steps</h3> <p dir="auto">This started after last update 4.20.0<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/11052469/137713404-e6702959-7870-46a6-8566-4cfe61d25309.png"><img ...
0
<h3 dir="auto">First Check</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c...
<h3 dir="auto">First Check</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c...
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 want a feature that helps me to resize my window to specific size given by user input ( 1024x724 or 1280x720...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Sizing of custom zones in editor by dragging mouse is a little bit coarse (hit and miss) in terms of getting close to edges of screen symmetrically and allowing window edges of multiple zones to line up neatly. Some possible solutions are suggeste...
1
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">This was working until recently. Started failing all of the sudden after a Windows 10 update.</p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class="highlight highlight-source-python notranslate position-rela...
<p dir="auto">I have an animated graph using <code class="notranslate">FuncAnimation</code>. I call tight_layout() on resize to fix the layout:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fig.canvas.mpl_connect('resize_event', lambda *x: pl...
1
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">After setting scale to <code class="notranslate">'log'</code> the default limits can cut off datapoints depending on the order of plotting.</p> <p dir="auto">Note: calling <code class="notranslate">set_xscale</code>/<code class=...
<p dir="auto">As mentioned <a href="http://stackoverflow.com/q/38800189/3904031" rel="nofollow">in this SE question</a> a scatter plot is not autoscaling to include all of the data if <code class="notranslate">plt.yscale('log')</code> is used after <code class="notranslate">plt.scatter()</code>. This happens for the y-...
1
<ul class="contains-task-list"> <li>[X ] I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> This has already been asked to the <a href="https://groups.google...
<p dir="auto">Under high load we encountered duplicate job execution, as well as <code class="notranslate">WorkerLostError: Worker exited prematurely: exitcode 155</code> exceptions.</p> <p dir="auto">We use <code class="notranslate">--max-memory-per-child</code> which leads to workers recycling (exit code 155) between...
0
<p dir="auto">This is a hypothetical but I couldn't find a good answer to it and thought might ask it here. Let's say my project requires <code class="notranslate">foo@0.0.2</code> and <code class="notranslate">bar@0.0.1</code>. In the meantime, <code class="notranslate">bar</code> requires <code class="notranslate">fo...
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">Our webpack build produces 15 chunks (3 initial <code class="notranslate">manifest</code>, <code class="notranslate">main</code>, <code class="notranslate">vendor</code> + the rest are dynamic chunks via <code...
0
<p dir="auto">We started getting this deprecation warning but I don't know what to do with it. Is there somewhere in your documentation that would explain this more? Thanks! Example log: <a href="https://github.com/astropy/astropy/runs/6838665326?check_suite_focus=true">https://github.com/astropy/astropy/runs/683866532...
<p dir="auto"><a href="https://sourceforge.net/tracker/?func=detail&amp;aid=3106214&amp;group_id=80706&amp;atid=560721" rel="nofollow">Original report at SourceForge, opened Tue Nov 9 15:40:14 2010</a></p> <p dir="auto">The "pip" installation tool uses this URL to find the correct version of the matplotlib package:<br...
0
<p dir="auto">So I cloned from the repo and cover 4 files, it works fine now :)</p>
<p dir="auto">When using a customized version of Bootstrap 3.0 the Glyph icons don't work. The font file sizes differ from the "normal" version.</p>
1
<h3 dir="auto">Bug summary</h3> <p dir="auto">The image added in the text bbox is not saved with savefig if setting a bbox.<br> savefig without option do save the image</p> <h3 dir="auto">Code for reproduction</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" dat...
<h3 dir="auto">Bug summary</h3> <p dir="auto">figimage() is producing inconsistent results.</p> <p dir="auto">It appears a transform is sometimes applied to the image and sometimes not.</p> <h3 dir="auto">Code for reproduction</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-aut...
1
<h3 dir="auto">Bug summary</h3> <p dir="auto"><code class="notranslate">FigureCanvasQTAgg.__init__(self, mpl_fig.Figure())</code> gives <code class="notranslate">TypeError: FuncAnimation.__init__() missing 2 required positional arguments: 'fig' and 'func'</code>. Was working in matplotlib 3.5.2. Same Problem appears by...
<h3 dir="auto">Bug summary</h3> <p dir="auto">Hi 👋🏼<br> When using the recently released PySide 6.5.0 with matplotlib 3.7.1 and python 3.10, an error is raised at FuncAnimation initialization that doesn't happen with the same code on previous PySide versions.</p> <h3 dir="auto">Code for reproduction</h3> <div class="...
1