text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Feature Idea</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">module_utils</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.2.0 co...
<p dir="auto">I suspect that <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bcoca/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/bcoca">@bcoca</a>'s atomic-copy changes in <a class="commit-link" data-hovercard-t...
0
<p dir="auto">I got the compiler to panic. Here is the <strong>backtrace</strong>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ RUST_BACKTRACE=1 cargo build Compiling mdbook v0.0.1 (file:///home/mathieu/Programming/Rust/mdbook) error: i...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="macro_rules! foo { () =&gt; () } pub fn main () { for foo!() in (1..) { } }"><pre class="notranslate"><code class="notranslate">macro_rules! foo { () =&gt; () } pub fn main () { ...
1
<p dir="auto">I start to get the feeling that the float parts of core are too huge to have them linked into every rust program. Besides, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4072811" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues...
<p dir="auto">The borrow checker gives different results when functions are manually inlined, giving confusing or annoying results.</p> <p dir="auto">The following compiles:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="struct Foo { x: in...
0
<p dir="auto"><a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce-parallel/7142/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce-parallel/7142/</a></p> <div class="snippet-clipboard-content notranslate position-relative overflow-au...
<p dir="auto">"Services" e2e test seems to be broken (flaky) on head. See:<br> <a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce/8170/console" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce/8170/console</a></p> <p dir="auto">Summ...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto"><code class="notranslate">tower_credential</code></p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-co...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">tower_credential<br> tower_*</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 18362.175 Windows Terminal version (if applicable): 0.2.1715.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows build numbe...
<p dir="auto">I added a new profile to the profiles.json specifying a font that is not installed on my system. When attempting to start the profile the app crashes with the following:</p> <blockquote> <p dir="auto">The program '[15980] WindowsTerminal.exe' has exited with code -1073741819 (0xc0000005) 'Access violatio...
1
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br> <a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contrib...
<p dir="auto">Currently, the Redis and SQS transports provide a <code class="notranslate">visibility_timeout</code> option in the config. This has an effect on how apply_async() works with either eta or countdown kwargs. The caveats regarding this are buried in:</p> <p dir="auto"><a href="http://docs.celeryproject.or...
0
<p dir="auto">Hello everyone,<br> I got the code from tensorflow website for this tutorial. It processed for a long while and got the following errors. Installing tensorflow from sources also did not work for me as it gave me many errors. so I deleted everything installed tensorflow on my Ubuntu 16.04 LTS. Please pleas...
<p dir="auto">Hello everyone,<br> I got the code from tensorflow website for this tutorial. It processed for a long while and got the following errors. Installing tensorflow from sources also did not work for me as it gave me many errors. so I deleted everything installed tensorflow on my Ubuntu 16.04 LTS. Please pleas...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- name: debug debug: msg=&quot;{{ [1,2,3]|reject('odd') }}&quot;"><pre class="notranslate"><code class="notranslate">- name: debug debug: msg="{{ [1,2,3]|reject('odd') }}" </code></pre></div> <h5 ...
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">ansible 1.8 (devel)</p> <h5 dir="auto">Environment:</h5> <p dir="auto">Ubuntu 12.04</p> <h5 dir="auto">Summary:</h5> <p dir="auto">Some jinja filters (<code class="notranslate">select_attr</code> among others...
1
<p dir="auto"><strong>Let us know what functionality you'd like to see in Playwright and what is your use case.</strong><br> A special locator to visually locate an element.</p> <p dir="auto">In taiko, browser automation library by thoughtwork, you could locate element visually like the following:<br> <code class="notr...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: v1.32.3</li> <li>Operating System: macOS 13.3.1</li> <li>Browser: All</li> <li>Other info: pnpm v7 as package manager on Node v16</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="che...
0
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; s = UDPSocket() Error showing value of type UDPSocket: ERROR: type UDPSocket has no field buffer in show at stream.jl:236 in anonymous at show.jl:1351 in with_output_lim...
<p dir="auto">it seams that show() method for UDPSocket type objects is broken.</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; UDPSocket() Error showing value of type UDPSocket: ERROR: type UDPSocket has no field bu...
1
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">Loader options publicPath doesn't seem to have any effect of for given outputs.<br> See more info on this <a href="https://github.com/webpack-contrib/mini-css-extract-plugin/issues/222" data-hovercard-type=...
<h3 dir="auto">Synopsis</h3> <p dir="auto">webpack fails when pushing animated GIFs into the loader pipeline. The file content is scrambled.</p> <p dir="auto">I tested this issue with both, <code class="notranslate">url-loader</code> and <code class="notranslate">file-loader</code>.</p> <p dir="auto">Other file types a...
0
<p dir="auto">?<br> public final haha(){</p> <p dir="auto">}</p>
<p dir="auto">From <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="52218177" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/1524" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/1524/hovercard" href="https...
1
<h4 dir="auto">Description</h4> <p dir="auto">I noticed that sklearn.metrics.pairwise.pairwise_distances function agrees with np.linalg.norm when using np.float64 arrays, but disagrees when using np.float32 arrays. See the code snippet below.</p> <h4 dir="auto">Steps/Code to Reproduce</h4> <div class="highlight highlig...
<p dir="auto">There is a new bug in master brunch, <code class="notranslate">scikit-learn/sklearn/utils/fixes.py</code><br> in line 406: <code class="notranslate">if np_version &lt; (1, 12, 0):</code> , an error occured, <code class="notranslate">TypeError: unorderable types: str() &lt; int()</code>.<br> It's because i...
0
<p dir="auto"><strong>Elasticsearch version</strong>: 2.4.0<br> <strong>JVM version</strong>: 1.8<br> <strong>OS version</strong>: Elastic Cloud</p> <p dir="auto"><strong>Description of the problem including expected versus actual behavior</strong>:</p> <p dir="auto">distanceInMiles() is not recognized when GeoPoints c...
<p dir="auto">It will be really confortable to allow call to arcDistance from GeoPoint. Indeed actually we can only call them from GeoPoints (and that will use only the first point).</p>
1
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>For English only</strong>, other languages will not accept.</p> <p dir="auto">Before report a bug, make sure you have:</p> <ul dir="auto"> <li>Searched open and closed <a href="https://github.com/apache/shardingsphere/issues">GitHub issues</a>.</li> <li>Read document...
<h2 dir="auto">Preface</h2> <p dir="auto">currently the agent module use <code class="notranslate">maven shade plugin</code> as the solution for dependency conflict, however this makes a lot of dependency duplication in different plugin modules, followings are the plugins :</p> <p dir="auto"><a target="_blank" rel="noo...
0
<p dir="auto">Any use of =&gt; in a script inside an HTML file produces an error and says you have to set target:ES6 in jsconfig.json. But doing so does not make the error go away - it only applies to .js files</p>
<p dir="auto">I use Vue and webpack to build my webapp, which allows me to write a web component like this:</p> <div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;style&gt; /*the component's css goes here*/ &lt;/style&gt; &l...
1
<p dir="auto">I was wondering if there was a technical reason to put these into one repo. It seems like it would be easier to maintain independent repos. If it is about going to one single location for everything, they could be under one organization, "DefinitelyTyped".</p>
<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 latest <code class="notranslate">angularjs/angular-component-router.d.ts</code> file in this repo and had problems.</li> <li class="task-list-item"><input typ...
0
<p dir="auto">It calls <code class="notranslate">assertDuelOptimization</code> which is fairly confusing but doesn't seem to assert a whole lot. In fact I'm not really sure what it does assert.</p> <p dir="auto">When you run the whole suite with <code class="notranslate">@Seed("A72FE66BDD9F236C")</code> it GCs fairly h...
<p dir="auto">with this see:<br> <code class="notranslate">gradle :core:integTest -Dtests.seed=9D639ADBB7706439 -Dtests.class=org.elasticsearch.search.sort.GeoDistanceIT -Dtests.method="testDuelOptimizations" -Dtests.security.manager=true -Dtests.locale=el -Dtests.timezone=CET</code></p> <p dir="auto">I run into:</p> <...
1
<p dir="auto">like cmder or other terminal,can set a shortcut key,this shortcut key can hide or show terminal window.<br> and if enable this setting ,the terminal do not show in taskbar.<br> : )</p>
<p dir="auto">The petty thing I miss most when I pop into Windows is having a separate hot key terminal for each of my three monitors. The closest i've ever been to believing in god was when I realized that was obtainable and if you could make that happen in Windows I just might have to kiss you.</p>
1
<p dir="auto">XMLHttpRequest is discouraged and will be more rare to be found in the <a href="https://github.com/whatwg/xhr/issues/19#issuecomment-106977644" data-hovercard-type="issue" data-hovercard-url="/whatwg/xhr/issues/19/hovercard">new contexts like service worker</a>.</p> <p dir="auto">Should <code class="notra...
<h4 dir="auto">Describe the bug</h4> <p dir="auto">When specifying an expected <code class="notranslate">response.data</code> type to the post method it also sets that expected type to the request body. Also, when not specifying a type, the type for the <code class="notranslate">response.data</code> gets inferred to be...
0
<p dir="auto">The majority of unique code per resource type in our <code class="notranslate">RESTStorage</code> implementations deals with populating default values on an object and validating the object prior to persistence. The other 99% of the code is pretty common across all of our resource types and could be gene...
<p dir="auto">We're using Kubernetes 1.2.1 on AWS.</p> <p dir="auto">We've been experiencing duplicate UDP packets. It happens only on a very specific setup:</p> <ol dir="auto"> <li>A pod (pod1) that exposes some UDP port</li> <li>A service that directs traffic to that pod</li> <li>Another pod (pod2) to send UDP packet...
0
<p dir="auto">When running</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" import pandas as pd index = pd.date_range('1/1/2000', periods=9, freq='0.9S') series = pd.Series(range(9), index=index) &gt;&gt;&...
<p dir="auto">from SO: <a href="http://stackoverflow.com/questions/22178642/assignment-modification-of-values-in-an-indexed-subframe-in-pandas" rel="nofollow">http://stackoverflow.com/questions/22178642/assignment-modification-of-values-in-an-indexed-subframe-in-pandas</a></p> <div class="snippet-clipboard-content notr...
0
<p dir="auto">by <strong><a href="mailto:markf@wingedpig.com">markf@wingedpig.com</a></strong>:</p> <pre class="notranslate">I posted this to go-nuts before realizing that this is probably a better place for this. I apologize for the duplication. Using code.google.com/p/go.net/html to parse and then re-render a chunk ...
<p dir="auto">by <strong>ranveerkunal</strong>:</p> <pre class="notranslate">What steps will reproduce the problem? I am trying to use: <a href="https://github.com/nsf/termbox-go">https://github.com/nsf/termbox-go</a> but when I do go build on the code I get link errors. Little Details: Code: ########################...
0
<p dir="auto"><strong>Apache Airflow version</strong>: 2.0.1</p> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuration</strong>: Google Cloud Platform Compute Engine</li> <li><strong>OS</strong> (e.g. from /etc/os-release): NAME="Ubuntu" VERSION="20.04.2 ...
<p dir="auto"><strong>Apache Airflow version</strong>: 2.0.1</p> <p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>): N/A</p> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configur...
1
<p dir="auto">I upgraded to React v16 and chai-enzyme v3, and any component test that I have that utilizes Material ui (particularly MuiThemeProvider) that is <code class="notranslate">mounted</code> throws various errors like the following:</p> <p dir="auto"><code class="notranslate">TypeError: Cannot set property 'st...
<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/material-next/material-next/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="...
0
<p dir="auto">I've been using Go for about 9 months and over that time I've come to like the explicitness of most of the language's semantics. But I feel that the language lacks some convenient ways to handle slices as you will find in most other languages. I feel that adding HOFs such as map/filter/reduce would make c...
<pre class="notranslate">See <a href="http://play.golang.org/p/OeSXsazIDS" rel="nofollow">http://play.golang.org/p/OeSXsazIDS</a> If you unmarshal &lt;Param2 int="1" /&gt; into type Param2 struct { Int *int `xml:"int,attr"` } Int will always be nil. As seen in the example, this works if Int is an element and no...
0
<p dir="auto">In the react views a new filter shows duplicated values while filtering on the database</p> <h3 dir="auto">Expected results</h3> <p dir="auto">See distinct values in the filter</p> <h3 dir="auto">Actual results</h3> <p dir="auto">what actually happens.<br> <a target="_blank" rel="noopener noreferrer nofol...
<p dir="auto">I use sample data(World Bank). But it fails to show the slices in dashboard.</p>
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"><em>bug</em></p> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">When mouse enter disabled form element, trigger <code class="notranslate">mouseenter</code> events, but it...
<h3 dir="auto">Website or app</h3> <p dir="auto"><a href="https://codesandbox.io/s/new" rel="nofollow">https://codesandbox.io/s/new</a></p> <h3 dir="auto">Repro steps</h3> <ol dir="auto"> <li>Open up Chrome inspector</li> <li>Expect Components + Profile tabs to appear</li> </ol> <p dir="auto">Computer:<br> 2019 MacBook...
0
<p dir="auto">Currently we print multiple exception stacks on a test failure. It will be good to</p> <ul dir="auto"> <li>Print only the first exception from a failing test only</li> <li>In the event of multiple exceptions from different testsets, print all of them only if an env variable is set. Default is to print onl...
<p dir="auto">I inserted one <code class="notranslate">@test 1 == 2</code> in a <code class="notranslate">@testset</code> loop in my package and this is the results:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="tree type: T...
1
<p dir="auto">Transferred from <a href="http://code.opencv.org/issues/4497" rel="nofollow">http://code.opencv.org/issues/4497</a></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="|| Brian Kamery on 2015-07-22 14:14 || Priority: Normal || Affecte...
<p dir="auto">Reason:</p> <ul dir="auto"> <li>duplicates behavior and implementation (fixed type, fixed size)</li> </ul> <p dir="auto"><a href="https://github.com/opencv/opencv/blame/0105f8fa38ec867a8e4bbc74c402afcd0e296194/modules/core/include/opencv2/core/mat.hpp#L181">relates</a> <a class="issue-link js-issue-link" ...
0
<p dir="auto">This issue appears to be very similar to issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="12542063" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/1263" data-hovercard-type="issue" data-hovercard-url="/celery/celery/issues...
<p dir="auto">Hi,</p> <p dir="auto">After upgrading Celery to 3.0.13, all tasks break showing the following message:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[2013-01-08 15:22:25,405: ERROR/MainProcess] Task varnish_bans_manager.core.tas...
1
<p dir="auto">The item (and mapping) do not exist in one of the indexes but exists in the other indexes. A sort is performed.</p> <p dir="auto">Works fine when the sort is removed from the query.</p> <p dir="auto">Here is a gist.<br> <a href="https://gist.github.com/1820642">https://gist.github.com/1820642</a></p>
<p dir="auto">We currently have a very large maven build system, comprising of 6k lines of xml. While maven parent POMs have been very useful in de-duplicating build logic across elasticsearch and plugins, the rigidity of maven has required us to begin implementing most of our test logic through <code class="notranslat...
0
<p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the superset logs for python stacktraces and included it here as text if any</...
<p dir="auto">Slices have ability to export data to CSV but it's not possible to do from dashboard</p> <p dir="auto">It's possible to open slice from dashboard to do that, but after opening slice, all dashboard filtering is lost and has to be repeated in slice</p>
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/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
0
<p dir="auto">This seems to work ok</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; &quot;doc for my custom struct&quot; struct teststruct &quot;doc for x&quot; x &quot;doc for...
<p dir="auto">From <a href="https://discourse.julialang.org/t/documenting-fields-of-parametric-type/15760" rel="nofollow">Discourse</a></p> <p dir="auto">Trying to get the documentation for <code class="notranslate">Bar.x</code> works, but not <code class="notranslate">Foo.x</code> or <code class="notranslate">Foo{Floa...
1
<p dir="auto">Show syntax error while open all es6 files in folder 'node_modules' and it's subfolders, and reopen the file, will show repeatedly syntax error in multilines.</p> <p dir="auto">open the es6 project:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/...
<p dir="auto">Hi.</p> <p dir="auto">Thanks for your product, I really enjoy using it. However I have one problem:<br> When using ES6 features, like the arrow functions, I get the message "This can only be used with ES6. Make sure to have a jsconfig.json-file which sets the target to ES6".</p> <p dir="auto">However I ha...
1
<p dir="auto">Windows 10 Home 1903</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 18362.356 Windows Terminal version: 0.5.2762.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: 18362....
<p dir="auto">Apologies if this explanation is confusing. I've mentally internalized the problem here, but I'm not sure if I can fully articulate. Here goes...</p> <p dir="auto">When receiving characters in a stream fashion (in either conhost or the Terminal), there are a bunch of situations that occur that run off the...
1
<h1 dir="auto">Symptoms</h1> <p dir="auto">On julia 0.6.1 it appears <code class="notranslate">libgit2</code> builds incorrectly on older Debian system.</p> <p dir="auto">After modifying<code class="notranslate">/deps/libgit2.mk</code> to set <code class="notranslate">-DBUILD_CLAR=ON</code> (so the <code class="notrans...
<p dir="auto">It appears that broken symlinks within the SSL_CERT_DIR can cause Julia to raise an exception during startup:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ mkdir /tmp/certs $ cd /tmp/certs $ ln -s bar foo $ l...
1
<ul dir="auto"> <li>VSCode Version: 1.0.0</li> <li>OS Version: OSX 10.11.4</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Create new <code class="notranslate">.py</code> file</li> <li>Start typing <code class="notranslate">def test():</code></li> <li>Press enter</li> </ol> <p dir="auto">Expected:<...
<p dir="auto">When declaring class in python files, the next line should has indentation. For example:</p> <ul dir="auto"> <li>type <code class="notranslate">class Class:</code></li> <li>hit Enter</li> <li>the cursor should be on position 4 (for indentation 4 spaces)</li> </ul> <p dir="auto">On the version 0.10.8 the ...
1
<p dir="auto">There are nice <code class="notranslate">failure_forward: false</code> and <code class="notranslate">use_forward: false</code> options that allow me exactly what I want - to have forwards instead of redirects. But I also want to have something like <code class="notranslate">target_forward</code> or <code ...
<p dir="auto">Probably in Symfony 2.4 I'm going to make a few changes to the form architecture to enforce a proper form lifecycle. A BC layer will be provided until Symfony 3.0.</p> <p dir="auto">I'm writing this mainly as instructions to my future me, but anyone interested in the topic is invited to chime in :)</p> <h...
0
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 1909 (18363.836) PowerToys version: 0.18.2 PowerToy module for which you are reporting the bug (if applicable): Powertoys Run"><pre class="notrans...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Add the following shortcuts to Shortcut Guide:<br> <strong>Win+Shift+S</strong> - Snip &amp; Sketch<br> <strong>Win+V</strong> - Open Clipboard (if enabled)<br> <strong>Win+.</strong> - Emoji<br> <strong>Win+T</strong> - Switch between apps in Tas...
0
<p dir="auto">After opening the user preferences (Command-comma on Mac), the status bar shows three warnings in the status bar:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/540554/13305994/938ba136-db14-11e5-8e5d-189cdfd197ff.png"><img src="htt...
<p dir="auto">Hi,</p> <p dir="auto">After updating to version 0.10.8 i have warning in the status bar.<br> The only extension installed is for golang.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/605434/12926463/2fbdd542-cf6c-11e5-8737-33522f60...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><inp...
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 read the relevant section in the<br> <a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contrib...
0
<p dir="auto"><strong>Migrated issue, originally created by 종빈 박 (<a href="https://github.com/chongkong">@chongkong</a>)</strong></p> <p dir="auto">I'm not so sure this is intended behavior or is a bug, but query().get() does not joinedload the relationship that is specified as <code class="notranslate">lazy=joinedload...
<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 patch begins to provide this behavior. However a lazyloader from an expired object emits a second unnecessary load (or an unnecessary join, depending on how you lo...
1
<p dir="auto">X-post from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="113064352" data-permission-text="Title is private" data-url="https://github.com/webpack/webpack/issues/1544" data-hovercard-type="issue" data-hovercard-url="/webpack/webpack/issues/1544/hovercard" href="https:/...
<h3 dir="auto">tl;dr</h3> <p dir="auto"><code class="notranslate">['default']</code> can be omit</p> <h3 dir="auto">Details</h3> <p dir="auto">When using an imported identifier the generated code is too verbose.<br> e.g.</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="aut...
1
<p dir="auto">Subj,<br> as example<br> I create some module in another folder ( /projects/MY_MODULE )<br> MY_MODULE not compiled, source code<br> then run npm link<br> after go to my project and run npm link MY_MODULE<br> Compile my project and have error two copies React</p> <p dir="auto">i`am try</p> <div class="snip...
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sokra/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://githu...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="git pull #2127e0d56d85ff48aafce90ab762650e46370b63 ./configure --enable-clang --disable-libcpp --prefix=/home/ken/proj/rust --enable-ccache make clean make RUSTFLAGS=-g VERBOSE=1"><pre class="notransl...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rustc: /home/rustbuild/src/rust-buildbot/slave/snap3-linux/build/src/llvm/lib/IR/DebugInfo.cpp:159: uint64_t llvm::DIVariable::getPieceOffset() const: Assertion `isVariablePiece()' failed. Aborted (co...
1
<p dir="auto">Just installed on MacOS from source (see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="293652192" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/8353" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/issues/8353/hov...
<p dir="auto">The current default ncv parameter for sparse.linalg.eigs() often leads to wrong answers.</p> <p dir="auto">In the _ArpackParams class constructor, the ncv parameter is set to the bare minimum of 2*k + 1 (where k is the number of requested eigenvalues).<br> <code class="notranslate">if ncv is None: ncv = 2...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Feature Idea</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">module: win_firewall_rule</p> <h5 dir="auto">ANSIBLE VERSION</h5> <p dir="auto">ansible 2.3.0.0<br> config file = /Users/derek/.ansible.cfg<br> configured module search path = Default w/o override...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ansible-vault, single vaulted variable</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=...
0
<h4 dir="auto">Problem description</h4> <p dir="auto">When using Pandas read_excel function with an Excel file that has a column heading that is blank, Pandas will regard the column with the blank heading as the index.</p> <p dir="auto">Consider this example file: <a href="test_file.xlsx">https://tinyurl.com/y8br2js4<...
<h3 dir="auto">Code Sample, a copy-pastable example if possible</h3> <p dir="auto"><strong>Example 1 (weird column/value assignment)</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import pandas as pd # Writing excel file with no colu...
1
<p dir="auto">Hi,</p> <p dir="auto">I would like to use the kubelet API from <code class="notranslate">pkg/kubelet/server.go</code>. However, I could not find any documentation around it. Could someone pls. point me to the right place? Thanks :)</p>
<p dir="auto">I've noticed at least 10 separate test flake issues open in which at least one failure looks like this:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e...
0
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">Details copied from <a href="https://stackoverflow.com/q/62363069/5472354" rel="nofollow">here</a>, as I believe this is a bug:</p> <p dir="auto">I understand that <code class="notranslate">constrained_layout</code> is still exp...
<p dir="auto">Ahoy!<br> I have recently updated matplotlib through conda to version <code class="notranslate">14.0</code> (<code class="notranslate">np19py27_0</code>).<br> I am using windows 8, python 2.7.7 (Anaconda distribution 2.0.2 32-bit)<br> Unfortunatelly my windows user name contains non-ascii caracter (<code ...
0
<p dir="auto">Extension to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="54532184" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/1692" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/TypeScript/pull/1692/hovercard...
<p dir="auto">Listening to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nycdotnet/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nycdotnet">@nycdotnet</a> has me fired up to tackle this one. Thanks, Steve. (...
1
<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">When use gpu to train a two-convolution-layer model, the random behavior is different in the running of two times.</p> <h2 dir="auto">To Reproduce<...
<p dir="auto">Hi,</p> <p dir="auto">I came across this problem while using pytorch:</p> <p dir="auto">The dot product between 2 vectors with floating precision can become arbitrarily small/large. This problem does not occur when using the sum and product operation separately:</p> <div class="snippet-clipboard-content n...
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.2 python</li> <li>Operating System / Platform =&gt; 20.04.1-Ubuntu x86_64</li> <li>Compiler =&gt; binary provided by apt package</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">It seems that cv2.cornerSubPix function ...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; opencv-contrib-python-headless==4.1.1.26</li> <li>Operating System / Platform =&gt; OS X</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">I create three 3-channel images and draw a circle into them. In the second case I u...
1
<p dir="auto">Perhaps it's duplicated, if it's the case, please redirect me, but how can I make a test that verifies that some piece of invalid code gets rejected by type checker?</p> <p dir="auto">Authors: <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/andy-ms/hovercard" data...
<p dir="auto">Latest changes by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jacobwgillespie/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jacobwgillespie">@jacobwgillespie</a> <a class="user-mention notransl...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ninja: Entering directory `out/R' [22/282] CC obj/vendor/crashpad/util/obj/vendor/crashpad/util/crashpad_util.gen/util/mach/crashpad_util.child_portUser.o FAILED: ../../vendor/llvm-build/Release+Asser...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ninja: Entering directory `out/D' [23/505] OBJCXX obj/vendor/breakpad/src/common/mac/dump_syms.dump_syms.o FAILED: ../../vendor/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/vendor/breakpad/src/...
1
<h3 dir="auto">Describe your issue.</h3> <p dir="auto">Installing scipy==1.8.0 fails on MacOS M1 with python3.9, because the build requires numpy 1.20.0 that doesn't build on M1 (<a href="https://github.com/scipy/scipy/blob/v1.8.0/pyproject.toml#L30">https://github.com/scipy/scipy/blob/v1.8.0/pyproject.toml#L30</a>)</p...
<p dir="auto">I'm trying to use pip to install scipy (python 3.10.2 and two different commands as visible in the terminal output) and I get a litany of errors instead of it actually installing. I don't quite know what more information would be desired - I'm on Big Sur on a 2020 M1 if that helps.</p> <p dir="auto"><a hr...
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-bring-your-javascript-slot-machine-to-life" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-bring-your-javascript-slot-machine-to-life</a> has an issue. Please describe how to reproduce it, and include links to screenshots i...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-bring-your-javascript-slot-machine-to-life" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-bring-your-javascript-slot-machine-to-life</a> has an issue.</p> <p dir="auto">The second condition for this challenge:</p> <blockqu...
1
<p dir="auto">The picture in tf.gather is wrong. It is P_5 in the <code class="notranslate">params</code> that should point to P_5 in <code class="notranslate">indices</code>.</p>
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No, using stock tensorflow</li> <li>Python version: 2.7</li> <li>Bazel version (if compiling from source): 0.22.0</li> <li>GCC/Compiler version (if co...
0
<h3 dir="auto">Bug report</h3> <p dir="auto">When plotting and saving a lot of spectrograms in a loop, there seems to be a memory leek. I'm aware that this is some kind of a common problem and I tried already all kind of combinations of plotting the figure new every step, reusing the figure, using plt.close(), plt.clo...
<p dir="auto">matplotlib seems to leak memory when I switch to log scale on the Y axis, for the functions <code class="notranslate">pcolorfast</code>, <code class="notranslate">pcolormesh</code>, <code class="notranslate">imshow</code> and <code class="notranslate">specgram</code></p> <p dir="auto">Please consider the ...
1
<p dir="auto">I have successfully run Android Demo with Tiny Yolo (<em>graph-tiny-yolo-voc.pb</em> - 60mb),:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" private static final String YOLO_MODEL_FILE = &quot;file:///android_asset/graph-yolo-...
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 Home</li> <li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: No</li> <li>TensorFlow installed from (source or binary): Source</li> ...
0
<p dir="auto">Example:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Class1 { private privateMember; } class Class2 implements Class1 { }"><pre class="notranslate"><span class="pl-k">class</span> <span class="pl-smi"...
<p dir="auto">Hi, we have a requirement to create mocks of real classes defined in code. The exact requirements are</p> <ul dir="auto"> <li>A specific mock should define the public API of the real class.</li> <li>If the public API of the real class changes in any way then the compiler should detect the corresponding br...
1
<p dir="auto">Hi,<br> There's a problem when i want to remove directories retrieved by finder instance. The problem is that the directory is successfully deleted but there was an exception generated after that:</p> <p dir="auto">RecursiveDirectoryIterator::__construct(/home/fattouch/NordnetProjects/diamant/app/../web/d...
<p dir="auto">When you access the \Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes method with <code class="notranslate">$attributesAsString = false</code>, you run into the following issue:</p> <blockquote> <p dir="auto">Uncaught exception 'Symfony\Component\Debug\Exception\ContextErro...
0
<p dir="auto">by <strong>bortzmeyer</strong>:</p> <pre class="notranslate">Which operating system are you using? Debian "squeeze" Which revision are you using? (hg identify) 9b116c4a5f91 tip Please provide any additional information below. The function isDomainName actually check that its argument is a valid HOST...
<p dir="auto">by <strong>capnm9</strong>:</p> <pre class="notranslate">uname -a Linux rpi 3.6.11+ #371 PREEMPT Thu Feb 7 16:31:35 GMT 2013 armv6l GNU/Linux A simple app with RPi specific OpenVG bindings: GOTRACEBACK=3 ./bin/clock fatal error: malloc/free - deadlock [signal 0xb code=0x1 addr=0x2f0 pc=0x2d4dc] gorou...
0
<p dir="auto">Trying to squish the memory leaks reported by valgrind during in the test suit, I noticed that we do not have tp_traverse implemented. There are two things here: First, tp_traverse for the <code class="notranslate">base</code> attribute, and second for object arrays. I guess we should implement both, or i...
<p dir="auto">Using numpy 1.15.0rc2 wheels, <code class="notranslate">numpy.dot</code> faults with a <code class="notranslate">Bus error: 10</code> if the call is made from a non main thread which is not a 'Python native' thread; in particular a Qt5 <code class="notranslate">QThreadPool</code>'s managed thread (via PyQ...
0
<p dir="auto">Seems like the HTML is appended twice to the phone viewer when a new challenge is loaded (see screen shot below). As soon as the exercise code is changed it is rendered correctly.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/12043...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-line-up-form-elements-responsively-with-bootstrap" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-line-up-form-elements-responsively-with-bootstrap</a> has an issue.</p> <p dir="auto">I think the problem is happening on all...
1
<p dir="auto">Great work on <code class="notranslate">connectOverCDP</code> <g-emoji class="g-emoji" alias="+1" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f44d.png">👍</g-emoji> I am loving the ability to connect to an existing instance rather than launch a new chrome every time.</p> <p d...
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: <code class="notranslate">"@playwright/test": "^1.28.1",</code></li> <li>Operating System: Mac</li> <li>Node.js version: 16</li> <li>Visual Studio Code version: Version: 1.74.1</li> <li>Playwright for VSCode extension version: v1.0.1</l...
0
<h2 dir="auto">Environment info</h2> <ul dir="auto"> <li><code class="notranslate">transformers</code> version: 4.9.0.dev0</li> <li>Platform: Linux-5.4.0-1043-gcp-x86_64-with-glibc2.29</li> <li>Python version: 3.8.10</li> <li>PyTorch version (GPU?): not installed (NA)</li> <li>Tensorflow version (GPU?): 2.5.0 (False)<...
<h2 dir="auto">Environment info</h2> <ul dir="auto"> <li><code class="notranslate">transformers</code> version: 4.9.0.dev0</li> <li>Platform: Linux-5.4.0-1043-gcp-x86_64-with-glibc2.29</li> <li>Python version: 3.8.10</li> <li>PyTorch version (GPU?): 1.9.0+cpu (False)</li> <li>Tensorflow version (GPU?): 2.7.0-dev2021070...
1
<p dir="auto"><strong>TypeScript Version:</strong> 3.0.3</p> <p dir="auto"><strong>Search Terms:</strong> graphql, GraphQLNonNull</p> <p dir="auto"><strong>Code</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export const UserConnect...
<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/node</code> and <code class="notranslate">@types/requirejs</code> packages and had problems.</li> <li class="task-list-item">...
0
<p dir="auto">The E2E test <code class="notranslate">Kubectl client Kubectl describe should check if kubectl describe prints relevant information for rc and pods</code> failed with:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/go/src/k8s.io...
<p dir="auto">e2e-gce/8241 failed a kubectl test which timed out getting the redis pod into running:<br> scheduler assigned redis-master-k6hgb to node .<em>-dhly (.</em>-128.243)<br> logs from kubelet on .*-dhly</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboar...
1
<p dir="auto">When I click a menu (e.g. File), mouse over to a different menu (e.g. Edit) and click again, I expect the menu to be dismissed. Instead, it flickers and I need to click again to dismiss it. If I click the same menu I clicked the first time (File in the example above), the drop down is dismissed as expec...
<p dir="auto">If I click <code class="notranslate">File</code> and then click <code class="notranslate">File</code> again, the menu closes (correctly).</p> <p dir="auto">If I click <code class="notranslate">File</code> and then click a different top-level menu item (<code class="notranslate">Edit</code>, <code class="n...
1
<p dir="auto">Panic on format:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', cli\fmt_errors.rs:211:45"><pre class="notranslate"><code class="notranslate">thread 'main' p...
<p dir="auto">I'm experiencing a strange bug with <code class="notranslate">Deno</code>.</p> <p dir="auto">When a exception is thrown the main process panics. This is the trace:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="thread 'main' pani...
1
<p dir="auto">Hello Vue Lovers! :D</p> <p dir="auto">Today I realized that there is something I really miss in VueJS that I liked in Angular2.</p> <p dir="auto">It's the ? operator. It's explained very good here:<br> <a href="https://angular.io/docs/ts/latest/guide/template-syntax.html#!#safe-navigation-operator" rel="...
<h1 dir="auto">Feature Request</h1> <h2 dir="auto">Problem</h2> <p dir="auto">While accessing the data from view in template expression, if a null object is used like below :</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{{ book }} "><pre c...
1
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p> <p dir="auto">This issue occurs under the following circumstances:</p> <ul dir="auto"> <li>When a relationship has the cascade property set to "all, delete-orphan",</li> <li>There is a UniqueConstraint set on the child model</li> <li>Sim...
<p dir="auto">When I try to compile a query with datetime parameters using <code class="notranslate">literal_binds</code>, e.g.:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from sqlalchemy import create_engine from sqlalchemy.ext.declarativ...
0
<p dir="auto">I have a textfield that has keyboard type multiline and maxLines: null. The text will wrap on any device (including my real one) while I run the code in debug mode, but only continues on the same line when I run it on release mode.<br> <code class="notranslate">new TextField( decoration: new InputDecorati...
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mehmetf/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mehmetf">@mehmetf</a></p> <p dir="auto">Turns out the effect is dependent on the widgets i...
1
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Wosi/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Wosi">@Wosi</a> on November 10, 2015 12:0</em></p> <p dir="auto">I created a <a href="htt...
<ul dir="auto"> <li>VSCode Version: 1.0.0</li> <li>OS Version: OS X El Capitan 10.11.4</li> </ul> <p dir="auto">Steps to Reproduce:</p> <p dir="auto">I'm trying to bind <code class="notranslate">quick open</code> (ctrl+p) command to <code class="notranslate">shift shift</code> (shift x2) keys like IntelliJ IDEA in VS C...
0
<p dir="auto">Was working on a <code class="notranslate">removeDiacritics()</code> helper for <code class="notranslate">deno_std</code> and it appears that Deno is not properly handling <code class="notranslate">string.normalize()</code>.<br> <strong>env</strong>:</p> <div class="snippet-clipboard-content notranslate p...
<p dir="auto">As seen in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="422116599" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/1952" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/1952/hovercard" href="https://gith...
1
<p dir="auto">Suggest assign "Shift+Win+arrow" for Fancyzones and leave "Wim+arrow" with system's twin zones, then I have 2 options at the same time, 2 half zones by "Wim+arrow" , and 3 zones (or any others you want) by "Shift+Win+arrow".<br> btw, I can drag and drop the board of both zone with "Wim+arrow" , but it nee...
<p dir="auto">I recently installed a new application.<br> But when I used PowerToys Run, I found that it could not recognize the new application.<br> Only "XXX.lnk" and "Search: path" will be displayed instead of app name and "win32 app".<br> Hope this problem can be fixed.</p>
0
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1631" rel="nofollow">http://projects.scipy.org/numpy/ticket/1631</a> on 2010-10-10 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nstange/hovercard" data-octo-click="hovercard-link-click" data...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1094" rel="nofollow">http://projects.scipy.org/numpy/ticket/1094</a> on 2009-04-24 by trac user Gerard, assigned to <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/charris/hovercard" data-octo-cli...
1
<p dir="auto">As subject says, always error msg saying "Safari cannot open the page, because it cannot open make the secure connection with the server". Has anybody encountered the problem and can you share your experience how to fix ?<br> Opening the website from Firefox is OK.<br> System: Mac 10.12.6.</p>
<hr> <h3 dir="auto">System information</h3> <ul dir="auto"> <li> <p dir="auto"><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>:<br> No</p> </li> <li> <p dir="auto"><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>:<br> Ubuntu 16.04</...
0
<ul dir="auto"> <li>User defined, meaning that the user can actually customize the hotkeys to there own liking</li> <li>not Microsoft Predefined hotkeys, that cant be changed (microsoft is bad at this)</li> </ul> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercon...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run &quot;ver&quot; at a command prompt] PowerToys version: PowerToy module for which you are reporting the bug (if applicable):"><pre class="no...
0
<h3 dir="auto">Scenario</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ deno test ${pem_hello} ./hello.ts $ deno test ${pem_world} ./world.ts # WILD PERM $ deno test -A $ deno run ${perm_hello} ./hello.ts $ deno run ${perm_...
<p dir="auto">With basic code such as this:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const baseDir = &quot;./&quot;; const watcher = Deno.watchFs(baseDir); for await (const event of watcher) { console.log(event); }"><pre...
0
<ul dir="auto"> <li><code class="notranslate">transformers</code> version: 3.0.2</li> <li>Platform: Linux</li> <li>Python version: 3.6</li> <li>PyTorch version (GPU?): 1.4 (GPU)</li> <li>Using GPU in script?: Yes</li> <li>Using distributed or parallel set-up in script?: No</li> </ul> <h3 dir="auto">Who can help</h3> <p...
<p dir="auto">transformers/examples/seq2seq/finetune.py 219row :<br> if max(scheduler.get_last_lr()) &gt; 0:<br> warnings.warn("All learning rates are 0")</p> <p dir="auto">why, is there something i left?</p>
1
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class PDMixIn(object): @property def _constructor(self): return self.__class__ class DF(PDMixIn, pd.DataFrame): _metadata = ['my_prop'] def __init__(self,...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#!/bin/env python &quot;&quot;&quot; Example bug in derived Pandas Series. __finalized__ is not called in arithmetic binary operators, but it is in in some booleans cases. &gt;&gt;&gt; m = MySeries(...
1
<p dir="auto"><code class="notranslate">pyplot.stem()</code> does not work when the data contains dates because <code class="notranslate">axes.stem()</code> forces the data to float (</p><div class="Box Box--condensed my-2"> <div class="Box-header f6"> <p class="mb-0 text-bold"> <a href="https://github.com/...
<p dir="auto">Hey everyone,</p> <p dir="auto">I recently updated to MPL 1.3.1 on our group workstation and the stem function does not work anymore with datetime objects as the first argument floating point values on the y axis (same length of course). A similar issue with the same error was reported here two weeks ago:...
1
<p dir="auto">Error 'IO error: Broken pipe (os error 32)' contains boxed error of unknown type:<br> Io(Os { code: 32, kind: BrokenPipe, message: "Broken pipe" })<br> Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }<br> error: Uncaught (in promise) Error: IO error: Broken pipe (os error 32): Broken pipe (os err...
<p dir="auto">[Using Deno 1.28.0]</p> <p dir="auto">I frequently have the following exception that kills my program:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error: Uncaught (in promise) Error: IO error: Broken pipe (os error 32): Broken...
1
<p dir="auto">Moving a file using the <code class="notranslate">mv</code> command while it is open in atom causes it to show the following error-message.</p> <p dir="auto"><code class="notranslate">Uncaught TypeError: Cannot call method 'getScreenRow' of undefined /usr/local/share/atom/resources/app/src/editor.js:1311<...
<h2 dir="auto">Repro Steps</h2> <ol dir="auto"> <li>Open Atom</li> <li>Create file <code class="notranslate">foo.md</code></li> <li>Highlight file in tree view</li> <li>Press Delete button</li> <li>Click "Delete" option (not "Move to Trash")</li> </ol> <p dir="auto"><strong>Expected:</strong> No error occurs<br> <stron...
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/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><inp...
0
<p dir="auto">Is there any support to do async validation only when the form field lost focus or it is blur or when the user is done his data entry?<br> currently validation is happening for each and every character entry, which is not right. I want to call a validation only when the user has completed his input for th...
<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...
0
<p dir="auto">Run your app on an Android Emulator</p> <p dir="auto">Type something in a textformfield (which has a validator)<br> call .clear() on a TextEditingController</p> <p dir="auto">Type with the on screen keyboard: fine<br> Type with your computer's keyboard: crash<br> iOS: fine</p> <p dir="auto"><code class="n...
<p dir="auto">There is strange situation, when I enter the value for Phone number after completing the above fields then app crashes. All the text fields are right aligned. And keyboardType = TextInputType.text. But for phone number field keyboardType is TextInputType.phone.<br> If I change the keyboardType: to TextInp...
1
<p dir="auto">Debugging crashes when adding watch and i get the below message</p> <p dir="auto"><strong>Assertion failed: object-&gt;InternalFieldCount() &gt; 0, file d:\jenkins\workspace\nodejs-msi-julien\d8c2e2bb\src\util-inl.h, line 117</strong></p> <p dir="auto">Version 0.10.10<br> Commit <a class="commit-link" dat...
<p dir="auto">When debugging a NodeJS Express.js POST method using Postman (The Chrome app) with babeljs transpiled code this error is thrown:<br> <code class="notranslate">Assertion failed: object-&gt;InternalFieldCount() &gt; 0, file d:\jenkins\workspace\nodejs-msi-julien\d8c2e2bb\src\util-inl.h, line 117</code></p> ...
1
<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 used the GitHub search to find a similar issue and didn't find it.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" cl...
<h3 dir="auto">Is your feature request related to a problem</h3> <p dir="auto">Not a bug, just a problem with my CI system.</p> <p dir="auto">I want to be able to programmatically access the openapi schema and save it to a file without running the web server</p> <h3 dir="auto">The solution you would like</h3> <p dir="a...
1
<p dir="auto">Because of the privileges control of the server,<br> The Status Code that is sometimes returned is 401<br> When I tried to process Status Code, I triggered an exception directly.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/2663988...
<p dir="auto">Hello All,</p> <p dir="auto">We are working on react-redux client application where axios library used for any XHR request. Sometimes backend service (Spring Boot REST endpoint) returns 4xx/5xx series HTTP response code. While we are trying to catch response status code from error object, found it is not ...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="a = Array(Array{Float64,1},2) a[1] = [1.;2.;3.] a[2] = [3.;4.;5.] broadcast(*,[2.;3.],a)"><pre class="notranslate"><code class="notranslate">a = Array(Array{Float64,1},2) a[1] = [1.;2.;3.] a[2] = [3.;...
<p dir="auto">The following code fails with an <code class="notranslate">InexactError()</code>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="X = [1,2,3] Y = [4 5] broadcast(atan2, X, Y)"><pre class="notranslate"><code class="notranslate">X =...
1
<p dir="auto">In this case, picture is worth 1000 words:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/3394202/33049327-275cc750-ce25-11e7-8936-153e4a5acc1b.png"><img width="989" alt="nextjs-css-bug" src="https://user-images.githubusercontent.com/3394202/33049...
<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?q=is%3Aissue">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <p dir="aut...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="➜ src git clone git://github.com/symfony/symfony.git Cloning into 'symfony'... remote: Counting objects: 144068, done. remote: Compressing objects: 100% (44515/44515), done. remote: Total 144068 (de...
<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>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>4.0.8</td> </tr> </tbody> </...
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 checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">iss...
0