text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto"><a href="http://jsfiddle.net/3gxA5/3/" rel="nofollow">http://jsfiddle.net/3gxA5/3/</a></p> <ol dir="auto"> <li>Click "Data 1" to open popover</li> <li>Close popover with the 'hide' or 'destroy' button</li> <li>Try to click "Data 3" to activate it's popover</li> </ol> <p dir="auto">Trying to inspect elemen...
<p dir="auto">i searched for an already opened issue but did not found any that was reporting this exact problem.</p> <p dir="auto">I'm trying to use the destroy method on tooltip (bootstrap v3) but it does not remove the element from the DOM.</p> <p dir="auto">Any idea ?</p> <p dir="auto">Fiddle : <a href="http://jsfi...
1
<h1 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h1> <h2 dir="auto">Information</h2> <p dir="auto">One more question did run_bertology also support albert model?<br> Model I am using (Bert, XLNet ...): Bert</p> <p d...
<h3 dir="auto">System Info</h3> <p dir="auto">Transformers: 4.25.1<br> Python: 3.10.8<br> OS: Manajro-KDE</p> <h3 dir="auto">Who can help?</h3> <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sgugger/hovercard" data-octo-click="hovercard-link-click" data-octo-dime...
0
<p dir="auto">I'm currently building an vim extension for vscode when I encountered this problem.<br> I need to bind keys such as <code class="notranslate">i</code> in <code class="notranslate">Normal Mode</code> and unbind it in <code class="notranslate">Insert Mode</code> so suggestions and other vscode's builtin fea...
<ul dir="auto"> <li>VSCode Version: 1.2.0-insider</li> <li>OS Version: Windows, OS X, Linux</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Create a new app or open an existing one.</li> <li>Hit F5 to start debugger.</li> </ol> <p dir="auto">When no <code class="notranslate">launch.json</code> file...
0
<p dir="auto">Sometimes you want to define a complex variable dictionary and do not want to create a separate vault file for passwords. It would be cool for history purpose to use a plain yml file for variable definition and inline vault variable content like the following. This feature is described by <a class="user-m...
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">2.0.0 (devel <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/139138c6049a375acd7cf765b987b8223d19b1b6/hovercard" href="https://github.com/ansi...
0
<p dir="auto">Is there anything in place supporting this yet? Wanted to ask before I implement my own.</p>
<p dir="auto">Hi,<br> I'm wondering which steps are necessary to move from the greedy decoder currently implemented to an actual beam search decoder. Is this enhancement already in someone's roadmap? If not, could anyone tell me which is the right point in the code where to add this functionality?<br> Thanks a lot!<br>...
1
<p dir="auto">I've described the original issue at <a href="http://stackoverflow.com/questions/25601380/neo4j-merge-with-comma-in-pattern-throws-invalid-syntax-unlike-match-or-crea" rel="nofollow">stackoverflow.com</a>.</p> <p dir="auto">CREATE and especially MATCH support more or less complex patterns that can't be w...
<p dir="auto">I am not for certain this is a bug, but looks like so.</p> <p dir="auto">First add 3 duplicate nodes by<br> CREATE (:Person {Name:'Peter'})<br> CREATE (:Person {Name:'Peter'})<br> CREATE (:Person {Name:'Peter'})</p> <p dir="auto">Then add another 3 duplicate nodes by<br> CREATE (:Person {Name:'Tom'})<br> ...
0
<p dir="auto">Having stacked versions of all possible linear algebra functions would be nice, lstsq being one in particular.</p> <p dir="auto">See also <a href="http://stackoverflow.com/questions/30442377" rel="nofollow">http://stackoverflow.com/questions/30442377</a> regarding a workaround using svd.</p> <p dir="auto"...
<p dir="auto">Many <code class="notranslate">linalg</code> functions are already broadcastable, <code class="notranslate">lstsq</code> isn't.</p> <p dir="auto">A workaround is via <code class="notranslate">svd</code> which is already broadcasted:</p> <div class="highlight highlight-source-python notranslate position-re...
1
<p dir="auto">(*** This section is for bug reports and feature requests only. This is NOT a help site. Do not ask help questions here. If you need help, please use stackoverflow. ***)</p> <h5 dir="auto">Description of the problem</h5> <p dir="auto">Error: WebGL: texImage2D: Incurred CPU-side conversion, which is very s...
<h5 dir="auto">Description of the problem</h5> <p dir="auto">When I try to clone a mesh object I expect it will be full cloned, with "new" material and geometry objects. Is this behavior on purpose?</p> <h5 dir="auto">Three.js version</h5> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
0
<p dir="auto">To extract the port from a random port in a Deno.listen is somewhat painful:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" const listener = Deno.listen({ port: 0, transport: &quot;tcp&quot; }); //@ts-ignore const {po...
<p dir="auto">Ctrl+Z stopped Deno run<br> but I don't know why, after another <code class="notranslate">deno run</code> the port of the server (was 8080) were still in use.<br> so I tried to use a random free port with the 0.</p> <p dir="auto">after a console.warn(server), I got:</p> <div class="snippet-clipboard-conte...
1
<p dir="auto">I was looking for an easy/straightforward way to open observatory for my app. <code class="notranslate">flutter --help</code> doesn't appear to give me an option to <code class="notranslate">flutter observe</code>.</p> <p dir="auto">Is there another way to open the observatory for my app? Or, should we ma...
<p dir="auto">This could be done via an additional keycode command, like <code class="notranslate">K</code>. The logic to launch devtools is fairly straightforward. For example, see the following code in dwds:</p> <p dir="auto"><a href="https://github.com/dart-lang/webdev/blob/master/dwds/lib/src/servers/devtools.dart"...
1
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/calvinII/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/calvinII">@calvinII</a> on 2016-05-31T18:35:14Z</p> <h5 dir="auto">ISSUE TYPE</h5> <ul ...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report / Feature Idea</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ini_file</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.4.2...
0
<p dir="auto"><a href="https://console.cloud.google.com/storage/kubernetes-jenkins/logs/kubernetes-e2e-gce-scalability/7790/" rel="nofollow">https://console.cloud.google.com/storage/kubernetes-jenkins/logs/kubernetes-e2e-gce-scalability/7790/</a></p> <p dir="auto">Failed: BeforeSuite {Kubernetes e2e suite}</p> <div cla...
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-scalability/7761/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-scalability/7761/</a></p> <p dir="auto">Failed: BeforeSuite {Kubernetes e2e suite}</p> <div cla...
1
<hr> <h3 dir="auto">System information</h3> <ul dir="auto"> <li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>:</li> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>:</li> <li><strong>TensorFlow installed from (source or binary...
<p dir="auto"><em>Please make sure that this is a build/installation issue. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em></p> <p d...
0
<p dir="auto">For select field, if we press keyboard, it should focus on the option start with the letter same as key press.</p> <p dir="auto">Give a simple select with 3 options:</p> <blockquote> <p dir="auto"><code class="notranslate">&lt;Select value={this.state.age} onChange={this.handleChange} inputProps={{ name: ...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
0
<p dir="auto">I seem to get this error at random times while training a GaussianHMM.</p> <p dir="auto">Is this because of underflow?</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" File &quot;train_states.py&quot;, line 156, in &lt;module&gt;...
<p dir="auto">On Ubuntu 13.10 (Saucy), with numpy 1.8.0 and scipy 0.13.3, I get the following failure:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="====================================================================== ERROR: sklearn.cluster...
1
<p dir="auto">The nav starts out great once you lower the bowser width the nav becomes stacked, this is great. Once you open the window back up the nav items are in two rows. Here's a pic.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/951d4a5f2d194bf565...
<p dir="auto">The justified nav example (<a href="http://getbootstrap.com/examples/justified-nav" rel="nofollow">http://getbootstrap.com/examples/justified-nav</a>) collapses perfectly when the screen is narrowed, but when the screen is expanded it get wonky.<br> <a target="_blank" rel="noopener noreferrer nofollow" hr...
1
<p dir="auto">I am trying to implement Deno in WinGet package manager. I converted the ps1 file into an exe file and i have tested the installer, but I have a 2 big problems.</p> <ul dir="auto"> <li>I dont have a website to host the installer.</li> <li>Since I cannot create a manifest (for the reason i just said) i can...
<p dir="auto">Please add support for WinGet Packages releases.</p> <p dir="auto">Details on how to available here: <a href="https://github.com/microsoft/winget-pkgs">https://github.com/microsoft/winget-pkgs</a></p>
1
<h5 dir="auto">ISSUE TYPE</h5> <p dir="auto">Feature Idea</p> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">handlers</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.1.0"><pre class="notranslate...
<p dir="auto">same problem as this closed ticket<br> <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="69010378" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/10753" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/10...
0
<p dir="auto">While I'm not an Objective-C developer, I did some digging on the webs and it looks like getting the coordinates/position of the Dock Icon for a particular app is possible. Please see <a href="http://stackoverflow.com/a/6684646/416845" rel="nofollow">this response</a> and the <a href="http://stackoverflow...
<h3 dir="auto">Problem Description</h3> <p dir="auto">In electron 5.x, there'll be a LOG file in the ~/Library/Application Support/xxx/(userData directory), which is a duplicate with mine.<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/11768033/67834762-339f0f0...
0
<p dir="auto">The output shape for multi-label predict_proba is inconsistent :-(<br> The OneVsRest classifier produces (n_samples, n_classes) (like multi-class)<br> where for example RandomForestClassifier produces a list of probabilities per label, which are each (n_samples, 2) or (n_samples, 1).</p> <p dir="auto">Not...
<p dir="auto">The <code class="notranslate">decision_function</code> and <code class="notranslate">predict_proba</code> of a multi-label classifier (e.g. <code class="notranslate">OneVsRestClassifier</code>) is a 2d arrays where each column correspond to a label and each row correspond to a sample. (added in 0.14?)</p>...
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/bonfire-return-largest-numbers-in-arrays" rel="nofollow">http://www.freecodecamp.com/challenges/bonfire-return-largest-numbers-in-arrays</a> has an issue.</p> <p dir="auto">This issue occurs no matter what code I put in. Believe something in the ba...
<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">while trying to type $($(".slot")[0]).html(slotOne);<...
0
<p dir="auto">Here is the problem:<br> I would like to train a network with two different shapes of input tensor. Each epoch chooses one type. Here I write a small code:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import tensorflow as tf im...
<p dir="auto">I am trying to build a convolution (followed by max_pool) for variable length input size. Since the length of the input in a batch should be the same, I set the batch size to 1. However, for some reason ksize in tf.nn.max_pool is a list attribute required at run-time. This would prevent any neural network...
1
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.4.1 pre-built release</li> <li>Tensorflow =&gt; 1.8.0 latest master</li> <li>Operating System / Platform =&gt; Windows 10 64bit</li> <li>Compiler =&gt; Visual Studio 2015</li> </ul> <p dir="auto">I have retrained an image classifier ba...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.1</li> <li>Operating System / Platform =&gt; OS X 10.13.6</li> <li>Compiler =&gt; clang</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">I installed opencv using homebrew and it installed fine. I edited the rb file to ...
0
<h3 dir="auto">Describe your issue.</h3> <p dir="auto"><strong>Version used</strong> : <code class="notranslate">Using cached scipy-1.6.1.tar.gz (27.3 MB)</code></p> <p dir="auto">I've attached the log file and the suspected issue - <a href="https://github.com/scipy/scipy/files/8765273/scipy-compile.log">scipy-compile....
<p dir="auto">My issue is about ...</p> <h4 dir="auto">Reproducing code example:</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Sample code to reproduce the problem"><pre class="notranslate"><code class="notranslate">Sample code to reproduce...
0
<p dir="auto">MWE:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@inline use(i::Int64) = Base.llvmcall(&quot;&quot;&quot;%slot = alloca i64 store volatile i64 %0, i64* %slot %val...
<p dir="auto">Somehow all atomics became really slow and allocating. Example:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; using Base.Threads julia&gt; using BenchmarkTools julia&gt; a = Atomic{Int64}(0); julia&gt; @btime atomic_a...
1
<h2 dir="auto">Steps to Reproduce</h2> <ol dir="auto"> <li>run: <code class="notranslate">flutter create --with-driver-test my_project</code></li> <li>Notice that <code class="notranslate">enableFlutterDriverExtension();</code> inside <code class="notranslate">main.dart</code> main method</li> <li>Add TextField to you...
<h2 dir="auto">Steps to Reproduce</h2> <ol dir="auto"> <li>Open flutter_gallery project</li> <li>Put enableFlutterDriverExtension(); in lib/main.dart</li> <li>Run app, try to use android keyboard in any input field, it is not showing.</li> </ol> <div class="snippet-clipboard-content notranslate position-relative overfl...
1
<h4 dir="auto">Describe the workflow you want to enable</h4> <p dir="auto">Can we add a feature in LinearRegression that could remove collinearity (exact collinearity) in the data?.</p> <h4 dir="auto">Describe your proposed solution</h4> <p dir="auto">My proposal is to add an extra argument like remove_collinearity if ...
<p dir="auto">I wonder whether we should add unsupervised feature selection using correlation. It's a strategy that's very common in statistics and might just have it for completeness.<br> It's certainly more useful than the variance based one, which I think is useless for any threshold != 0.</p>
1
<p dir="auto">Essentially, store whatever is stored in a sysimage with user packages compiled into it in the standard precompile files.</p> <p dir="auto">I would assume that this, in combination with <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="393627692" data-permission-text="Tit...
<p dir="auto">Try running <code class="notranslate">Pkg.available()</code></p>
0
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/confirm-the-ending#?solution=%0Afunction%20confirmEnding(str%2C%20target)%20%7B%0A%20%20%2F%2F%20%22Never%20give%20up%20and%20good%20luck%20will%20find%20you.%22%0A%20%20%2F%2F%20--%20Falcor%0A%20%20if%20(str.endsWith(target))%7B%0A%20%20%20%20ret...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function confirmEnding(str, target) { // &quot;Never give up and good luck will find you.&quot; // -- Falcor return str.endsWith(target) // if I don't end with semi-colon it will pass. } confir...
1
<p dir="auto">When trying to compile this code:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pub fn write_to_log(line: String) { use std::fs::{File, OpenOptions}; let resFile = OpenOptions::new().read(true).write(tru...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;std macros&gt;:4:19: 4:46 error: invalid reference to argument `1` (there is 1 argument) &lt;std macros&gt;:4 write ! ( $ dst , concat ! ( $ fmt , &quot;\n&quot; ) , $ ( $ arg ) * ) ) ; ...
1
<p dir="auto">See three examples:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import tensorflow as tf x = tf.constant(1.0) x = tf.Print(x, ['x']) y = tf.constant(2.0) y = tf.Print(y, ['y']) z = tf.constant(3.0) z = tf.Pr...
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import tensorflow as tf w = tf.Variable(0) op1 = tf.assign(w, 1) op2 = tf.assign(w, 2) op_1 = tf.constant('op1') op_2 = tf.constant('op2') op1 = tf.Print(op1, [op_1]) op2 = tf.Pri...
1
<p dir="auto">Hi guys,</p> <p dir="auto">I met an issue, I want to use Table View to show the table column, I succeed to create slice like this:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/8220811/17132618/1d7d8d6a-5355-11e6-8fc4-3f47fc98d675.png"><img src=...
<p dir="auto">Within the SQL Editor section of SQL Lab, when you select the “+” icon beside the current tab to create a new query, the name of the query gets increased incrementally (see the image below) [except there is consistently a duplicate name for the first two].</p> <p dir="auto"><a target="_blank" rel="noopene...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><inp...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" 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">Coming from Python, I was really surprised to find that Julia has no way to execute code after a <code class="notranslate">try</code> block <em>only</em> if no exception/error was caught. Right now it seems the only way to get around this is something like:</p> <div class="highlight highlight-source-julia...
<blockquote> <p dir="auto">master (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/JuliaLang/julia/commit/70b6afa4328d2c4a0aef4c432c85a30eca83aadb/hovercard" href="https://github.com/JuliaLang/julia/commit/70b6afa4328d2c4a0aef4c432c85a30eca83aadb"><tt>70b6afa</tt></a>):</p> </...
0
<p dir="auto">Describe what you were doing when the bug occurred:</p> <ol dir="auto"> <li>Went to profiler tab</li> <li>Record profiler</li> <li>Stop record and got this error</li> </ol> <hr> <h2 dir="auto">Please do not remove the text below this line</h2> <p dir="auto">DevTools version: 4.10.1-f160547f47</p> <p dir="...
<p dir="auto">Describe what you were doing when the bug occurred:</p> <ol dir="auto"> <li>Profiling <a href="https://recharts.org/en-US/api/LineChart" rel="nofollow">recharts library</a></li> <li>Filtered on commits greater than 3s</li> <li>Walking through the commits doing a next &gt; next</li> </ol> <hr> <h2 dir="aut...
1
<p dir="auto">It seems likely that 0.4 will see a transition to array views (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="26319160" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/5556" data-hovercard-type="pull_request" data-hovercard-u...
<p dir="auto">I fixed complex dot(), but it still does not work correctly. I can't figure out what might be wrong. The only thing I can think of is that the C interface probably does not know how to return complex numbers.</p>
0
<p dir="auto">Consider:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="using BenchmarkTools struct Foo{T} x::T end const m = [1,2,3] const k = 1:3 @btime Foo(k); @btime Foo(m);"><pre class="notranslate"><code class="notranslate">using B...
<p dir="auto">Add <code class="notranslate">sum_kbn(itr)</code> and <code class="notranslate">sum_kbn(f, itr)</code> methods.</p> <p dir="auto"><a href="https://discourse.julialang.org/t/why-sum-kbn-cant-sum-generators/1717/2" rel="nofollow">https://discourse.julialang.org/t/why-sum-kbn-cant-sum-generators/1717/2</a></...
0
<p dir="auto"><del><a href="https://pantheon.corp.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/24138/kubernetes-pull-test-unit-integration/21794" rel="nofollow">https://pantheon.corp.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/24138/kubernetes-pull-test-unit-integration/21794</a></del><br> ...
<p dir="auto">It failed in <a href="https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/24291/kubernetes-pull-test-unit-integration/22014/" rel="nofollow">https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/24291/kubernetes-pull-test-unit-integration/22014/</a><...
1
<h3 dir="auto">System Info</h3> <p dir="auto">Each run of the trainer two tfevent files are being generated, it looks like this:<br> /runs<br> --Feb27_09-46-42_...<br> ----events.out.tfevents....0<br> ----/1677491207.0429652<br> ------events.out.tfevents....1</p> <p dir="auto">When reading these files with TensorBoard ...
<p dir="auto">Hello,</p> <p dir="auto">I wanted to use Roberta for Sentence classification on protein sequences which I have converted into sentences. So first I train a tokenizer for my custom vocabulary.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy...
0
<p dir="auto">Not sure how much room there is to improve this, but the error message for the following user error doesn't provide much information about where the error occurs:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; struct In...
<p dir="auto">As <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/StefanKarpinski/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/StefanKarpinski">@StefanKarpinski</a> noted <a href="https://github.com/kmsquire/Log...
0
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.1.4</p> <h3 dir="auto">Operating System</h3> <p dir="auto">Amazon Linux 2 AMI</p> <h3 dir="auto">Versions of Apache Airflow Providers</h3> <p dir="auto"><em>No response</em></p> <h3 dir="auto">Deployment</h3> <p dir="auto">Other</p> <h3 dir="auto">Deployment de...
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.1.4 (latest released)</p> <h3 dir="auto">Operating System</h3> <p dir="auto">Ubuntu 20.04</p> <h3 dir="auto">Versions of Apache Airflow Providers</h3> <p dir="auto"><em>No response</em></p> <h3 dir="auto">Deployment</h3> <p dir="auto">Virtualenv installation</p...
1
<p dir="auto">The recompose dependency doesn't have the createHelper.js file.</p> <p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="228130428" data-permission-text="Title is private" data-url="https://github.com/acdlite/recompose/issues/380" data-hovercard-type="issue" da...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">...
0
<p dir="auto">I've just installed scrapy and I'm trying to just run "scrapy shell" command, yet am somehow met with a weird error, see output below:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PC:~ user$ scrapy shell 2018-09-24 06:12:34 [sc...
<p dir="auto">The goal is to add python 3.7 to travis and pass all tests, the first beta was already released at the end of January.</p>
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=npadgett" rel="nofollow">Nick Padgett</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5660?redirect=false" rel="nofollow">SPR-5660</a></strong> and commented</p> <p dir="auto">I am currently ingesting JSON through ...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sivabbl" rel="nofollow">Sivakumar</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4869?redirect=false" rel="nofollow">SPR-4869</a></strong> and commented</p> <p dir="auto">I am getting below error while I am depl...
0
<p dir="auto">Hello,<br> while running the program at <a href="https://github.com/raintank/raintank-metric/tree/master/metric_tank">https://github.com/raintank/raintank-metric/tree/master/metric_tank</a><br> I'm seeing mark-and-scan times of <del>15s cpu time, 2000</del>2500 ms clock time. (8 core system) for a heap of...
<p dir="auto">by <strong><a href="mailto:porjo38@yahoo.com.au">porjo38@yahoo.com.au</a></strong>:</p> <pre class="notranslate">Anchor link history for Golang API web pages is broken when browsing with Firefox. For example: 1. browse to <a href="http://golang.org/pkg/net/" rel="nofollow">http://golang.org/pkg/net/</a>...
0
<p dir="auto"><a href="https://bitbucket.org/tiran/storeroom/" rel="nofollow">https://bitbucket.org/tiran/storeroom/</a></p>
<p dir="auto">We really need to automate this and have an official workflow and policy for security releases.</p> <p dir="auto">Fixes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="20603230" data-permission-text="Title is private" data-url="https://github.com/psf/requests/issues/165...
1
<p dir="auto">Summary: there is some non-deterministic crash while doing <code class="notranslate">make check</code> that is easier for me to reproduce when I set environment variable <code class="notranslate">RUST_THREADS=2</code> during the <code class="notranslate">make check</code>. This is on a build with both <c...
<p dir="auto">E.g. every <code class="notranslate">Examples</code> heading on <a href="http://doc.rust-lang.org/nightly/std/primitive.str.html" rel="nofollow">http://doc.rust-lang.org/nightly/std/primitive.str.html</a> has the same id (<code class="notranslate">examples</code>) and all link to <a href="http://doc.rust-...
0
<p dir="auto">I am trying to override Grid class names injected by Material-UI, I use the following prop</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;Grid container spacing={24} classes={{ 'spacing-xs-24': classes.myspacing }...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">...
0
<p dir="auto">I wanted to use the features of canvas (group, chord, chain ...) to manage my workflow.</p> <p dir="auto">If we take the graph just behind, I didn't succeed to find a way to execute it without having double nodes for the dependencies.<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https:/...
<p dir="auto">Consider the following (where A, B, C, D, E are tasks):</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sub_A = A.s() chord_D = chord([sub_A, B.s()], D.s()) chord_E = chord([sub_A, C.s()], E.s()) res = group(chord_D, chord_E)()"><...
1
<p dir="auto">Helllo, I have a problem with installation angular2 beta 15</p> <blockquote> <p dir="auto">npm install angular2 -d<br> npm info it worked if it ends with ok<br> npm info using npm@3.8.7<br> npm info using node@v5.9.1<br> npm info attempt registry request try <a class="issue-link js-issue-link" data-error-...
<p dir="auto">Running <code class="notranslate">npm i --save angular2</code> or <code class="notranslate">npm i --save angular2@2.0.0-beta.15</code> is returning the following error:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-cont...
1
<ul dir="auto"> <li>VSCode Version: 0.10.11</li> <li>OS Version: 10.11.3</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Open a js file in vs code.</li> <li>Type yield keyword.<br> Notice the color of the text is black. Instead of blue.</li> </ol>
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/joaomoreno/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/joaomoreno">@joaomoreno</a> on December 14, 2015 13:52</em></p> <p dir="auto"><a ta...
1
<p dir="auto">The first time I built it successfully (build_windows.bat), but it didn't seem to find CUDA or cuDNN. I deleted the build directory and tried<br> set USE_CUDA=ON<br> It seemed to find the GPU locations successfully. However this error eventually popped up:</p> <p dir="auto">"C:\Users\pazzu\Documents\pytor...
<p dir="auto">Can we have <code class="notranslate">unique</code> to return unique rows and cols as well, similar to <code class="notranslate">numpy.unique</code>? Example usage to give an idea:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&...
0
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-test/13272/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-test/13272/</a></p> <p dir="auto">Failed: BeforeSuite {Kubernetes e2e suite}</p> <div class="snippet-...
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-scalability/8770/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-scalability/8770/</a></p> <p dir="auto">Failed: BeforeSuite {Kubernetes e2e suite}</p> <div cla...
1
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><input...
<p dir="auto">Replica sets are support by celery now for brokers and result backends, but I seem to have trouble when specifying ports on the individual nodes in the mongodb URL.</p> <p dir="auto">In my settings:</p> <p dir="auto">MONGODB_CONNECTION_URI = 'mongodb://localhost:27037,localhost:27038,localhost:27039'</p> ...
0
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.35.0]</li> <li>Operating System: [Windows 10, possibly All]</li> <li>Browser: [Edge, possibly All]</li> <li>Other info: node v20.2.0, npm 9.6.6</li> </ul> <h3 dir="auto">Source code</h3> <p dir="auto">No source is needed. It is clear after usin...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.XX]</li> <li>Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.]</li> <li>Browser: [Chromium]</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="c...
0
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong><br> With 5.0.0-beta.14 the generated code for <a href="https://github.com/bvaughn/react-virtualized/blob/1a85f588420378aee32216e1c7f51d61155eb2b6/source/CellMeasurer/index.js">https://github.com/bvaughn/react-virtualized/blo...
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">Under some circumstances, the tree shaking process for an unused default export would only remove the variable definition while still preserves the variable reference in an expression like <code class="notr...
1
<h2 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature</h2> <p dir="auto">Support for Same and valid convolutions in the Conv2d and related operations</p> <h2 dir="auto">Motivation</h2> <p dir="auto">I just started ...
<p dir="auto">The implementation would be easy, but could help many people suffered from the headache of calculating how many padding they need.</p> <p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ezyang/hovercard" data-octo-click="hovercard-link-click" data-oc...
1
<p dir="auto">In numpy.ma.core calls to <code class="notranslate">property</code> are used instead of the <code class="notranslate">@property</code> and <code class="notranslate">@property.setter</code> decorator. These should be refactored with an eye to rebuilding the documentation to make sure the docstrings do not ...
<p dir="auto">Python 2 isinstance(a, basestring) has no analog in python 3.</p>
0
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Virtual Desktops have been a feature of windows for a long time. However, there is no way to configure how you interact with the feature, and especially, there is no keybinding to send the current window to a virtual desktop. Adding a menu in Powe...
<p dir="auto">One of the thing I've found lacking ever since I started using the virtual desktops is the ability to move a window with you while moving to another virtual desktop.</p> <p dir="auto">Currently, we can move to another desktop using the shortcut <code class="notranslate">ctrl + win + left/right</code>, I f...
1
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: ^1.16.0-next-alpha-oct-7-2021</li> <li>Operating System: Linux</li> <li>Node.js version: v12.20.0</li> <li>Browser: Firefox</li> </ul> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" dat...
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: 1.2.1</li> <li>Operating System: Mac</li> <li>Node version: 14.5</li> <li>Browser: Chromium</li> </ul> <p dir="auto"><strong>Code Snippet</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows Version 10.0.18362.239 Windows Terminal version (if applicable): 0.3.2171.0 Any other software? None needed to reproduce this."...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Set up the Windows Terminal to have and return a UIA tree.</p> <h1 dir="auto">Proposed technical implementation details (optional)</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task...
0
<p dir="auto"><code class="notranslate">Vue.extend()</code> works well but i think there is no way to extend the corresponding template without changing scope. Here is an example of what i'd like to achieve. <code class="notranslate">&lt;block&gt;</code> is like <code class="notranslate">&lt;slot&gt;</code> but i renam...
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto"><code class="notranslate">&lt;template&gt; &lt;span&gt;&lt;/span&gt; &lt;span&gt;&lt;/span&gt; &lt;/template&gt;</code></p> <h3 dir="auto">What does the proposed API look like?</h3> <p dir="auto"><code class="notranslate">&lt;template&gt; &lt;&gt; ...
0
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="284912806" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/18968" data-hovercard-type="pull_request" data-hovercard-url="/pandas-dev/pandas/pull/18968/hovercard" href="https://...
<p dir="auto">I have a dataframe that contains a datetime64 column that seems to be losing some digits after a groupby.first(). I know that under the hood these are stored at nanosecond precision, but I need them to remain equal, since I'm merging back onto the original frame later on. Is this expected behavior?</p> <d...
0
<p dir="auto">Starting with this engine roll: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="340795300" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/19322" data-hovercard-type="pull_request" data-hovercard-url="/flutter/flutter/pull/193...
<p dir="auto">Starting with this engine roll: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="340795300" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/19322" data-hovercard-type="pull_request" data-hovercard-url="/flutter/flutter/pull/193...
1
<p dir="auto"><strong>Symfony version(s) affected</strong>: 4.1.0</p> <p dir="auto"><strong>Description</strong><br> Symfony 4.1.0 logs a request.CRITICAL whenever authentication is required.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[201...
<p dir="auto"><strong>Symfony version(s) affected</strong>: 4.1.0</p> <p dir="auto"><strong>Description</strong></p> <p dir="auto">Seems like ever since <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="279849633" data-permission-text="Title is private" data-url="https://github.com/sym...
1
<h3 dir="auto">Environment</h3> <ul dir="auto"> <li>Dubbo version: 2.7.3-SNAPSHOT</li> <li>Operating System version: macOS</li> <li>Java version: java8、java12</li> </ul> <h3 dir="auto">Steps to reproduce this issue</h3> <p dir="auto">引入redis服务:<br> 在dubbo-consumer.xml中定义</p> <div class="snippet-clipboard-content notran...
<p dir="auto">In jdk8 the interface supports static method.<br> The compilation of static methods should be excluded when generating the proxy.<br> If not excluded, the following exception will be thrown:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-...
1
<p dir="auto">Just changed a project to Bootstrap 2.3.2 (the only change I made was to change 2.3.1 to 2.3.2 in the .js and .css links to the netdna CDN. Now any dropdowns on mobile don't work when you tap them (they work fine in a desktop browser if I resize the browser window so that the header nav.nav-collapse coll...
<p dir="auto">I had a project using more or less the same menu and it worked. Found out it was using Bootstrap version 2.3.1. Compared version 2.3.2 and 2.3.1 and found that in version 2.3.2 there's this snippet of CSS that reads:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" da...
1
<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 [版本 10.0.18362.295] Windows Terminal version (if applicable): 0.4.2382.0 Profile Font: Consolas Any other software? Remote Lin...
<p dir="auto">Current tags and unused tags cannot be clearly distinguished</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/20833242/65652866-d1e01680-e045-11e9-87cb-8b79a36e0625.jpg"><img src="https://user-images.githubusercontent.com/20833242/6565...
0
<p dir="auto">flutter_gallery__transition_perf_with_semantics delta_missed_frame_build_budget_count regressed after <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="256792086" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/12039" data-hover...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Performing hot reload... Reloaded 0 of 415 libraries in 866ms. flutter: ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ flutter: The following asse...
0
<h3 dir="auto">Vue.js version</h3> <p dir="auto">1.0.21</p> <h3 dir="auto">My code here</h3> <p dir="auto">my svg-icon component:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;template&gt; &lt;svg viewBox=&quot;0 0 24 24&quot; pr...
<h3 dir="auto">Vue.js version</h3> <p dir="auto">1.0.16</p> <h3 dir="auto">Reproduction Link</h3> <p dir="auto"><a href="http://jsfiddle.net/5sH6A/320/" rel="nofollow">http://jsfiddle.net/5sH6A/320/</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">JSfiddle above... inspect console and errors will show up.</...
1
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-kubemark-500-gce/7797/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-kubemark-500-gce/7797/</a></p> <p dir="auto">Failed: [k8s.io] Density [Feature:Performance] should allow s...
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-kubemark-500-gce/6840/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-kubemark-500-gce/6840/</a></p> <p dir="auto">Failed: [k8s.io] Density [Feature:Performance] should allow s...
1
<p dir="auto">Ran a cluster with preemptible minions - the load balancer service stopped working after 24 hours.</p> <p dir="auto">Manually simulated the same issue by deleting all minion nodes at once. The health check for the target pool disappeared.</p>
<p dir="auto">Need to add reconciler logic to the service controller sync loop to allow cloud provider packages to reconcile healthcheck and target pools created/needed by the service loadbalancer feature.</p>
1
<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">Although Powertoys Run is great for quickly finding applications, it doesn't find system menus. Like Setting, ...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Windows 10 Home Single Language 1909 PowerToys version: 0.18.1 PowerToy module for which you are reporting the bug (if applicable): Run"><pre clas...
0
<p dir="auto">We accidentally applied PureRenderMixin to a page that that rendered the same result given the same props and state, however, it broke the page since the context changed (for a isUserLoggedIn).</p>
<p dir="auto">I know <code class="notranslate">this.context</code> is not officially there but quite a few libraries rely on it, and it seems like it's getting into shape with <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="48577524" data-permission-text="Title is private" data-url="...
1
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">When plotting something with imshow using LogNorm with more than 17 orders of magnitude, it reports <code class="notranslate">ValueError: minvalue must be positive</code> when it should be -I believe- a precision related error. ...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">.imshow() with LogNorm produces incorrect and inconsistent coloring.</p> <p dir="auto"><strong>Code for reproduction</strong></p> <p dir="auto">In this example the same array was plotted twice. The first .imshow() call plots th...
1
<p dir="auto">Hi, when I compile a ts file which contains following imports</p> <p dir="auto"><code class="notranslate">import Navigations from './navigations.tsx';</code></p> <p dir="auto">it outputs exactly the same line</p> <p dir="auto"><code class="notranslate">import Navigations from './navigations.tsx';</code></...
<p dir="auto">Currently, TS can't find modules when you use a file extension in the import name (<code class="notranslate">import {Foo} from './foo.ts';</code>) - <a href="https://github.com/systemjs/systemjs/releases/tag/0.17.0">SystemJS updated</a> and file extensions are now <a href="https://github.com/whatwg/loader...
1
<h1 dir="auto">Weekly Report of Dubbo</h1> <p dir="auto">This is a weekly report of Dubbo. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.<br> It is all done by <a class="user-mention notranslate" data-hovercard-type="user" dat...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
0
<p dir="auto">Version: 1.0.0<br> OS Version: Microsoft Windows NT 10.0.19041.0<br> IntPtr Length: 8<br> x64: True<br> Date: 08/04/2020 05:19:54<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
<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...
<p dir="auto">For English only, other languages we will close it directly.</p> <p dir="auto">Please answer these questions before submitting your issue. Thanks!</p> <h3 dir="auto">Which version of Sharding-Sphere do you using?</h3> <h3 dir="auto">Expected behavior</h3> <h3 dir="auto">Actual behavior</h3> <h3 dir="auto"...
0
<p dir="auto">In case of lightmaps, the engine assumes a secondary uv set was defined. In many cases, such as online configurators where users change only the color of the material, the lightmaps do share the same primary uv set. The engine should assume that if a lightmap is set, and if no secondary set is provided th...
<p dir="auto">I've noticed some duplication in renderer source (WebGLRenderer) as well as the fact that the whole thing is sparsely annotated and is several thousands lines long. Maybe pull it apart somewhat? Extract abstract classes or routines out of it perhaps? Extra documentation in code wouldn't go amiss either. I...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
<p dir="auto"><a href="https://material-ui.com/api/dialog/" rel="nofollow">https://material-ui.com/api/dialog/</a></p> <p dir="auto">Would love to have a flag to make dialog box draggable. It could have a draggable handle or just all dialog would be draggable.</p> <p dir="auto">I use a dialog box for settings and stuff...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/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"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report =&gt; search github for a similar issue or PR before submitting [x] feature request [ ] support request =&g...
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X ] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&...
0
<p dir="auto">Currently, I developing a component that requires both props and themes object.</p> <p dir="auto">At first, it works great with theme object</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const styles = theme =&gt;...
<h3 dir="auto">Description</h3> <p dir="auto">When using <code class="notranslate">createStyleSheet</code>, there is no way (at least that i know of) to access the component's props. I think this is important, as sometimes it is wanted to pass sizes, url images, and other stylings as props to the component.</p> <p dir=...
1
<h5 dir="auto">Description of the problem</h5> <p dir="auto">Works only in Chrome</p> <p dir="auto">If I use Raycaster to IntersectObject I can experience some unpredictable problem in extream slowdown of the raycasting.</p> <p dir="auto">To reproduce that problem you should somewhere in the code declare Vector3 with s...
<h5 dir="auto">Description of the problem</h5> <p dir="auto">So I'm not sure what to even call this... I guess an oddity more than anything. I noticed this on a site i have when my raycasting was way slower than i had expected in certain scenarios. Here is the easiest way to reproduce:</p> <ul dir="auto"> <li>Use this ...
1
<p dir="auto">I'm experiencing an error with Symfony 2.2.3 (I had to move back to 2.2.2) when clearing cache</p> <p dir="auto">php app/console -v cache:clear<br> Clearing the cache for the dev environment with debug true</p> <p dir="auto">[Symfony\Component\DependencyInjection\Exception\InactiveScopeException]</p> <p d...
<p dir="auto">Hi developpers, and many thanks for your great job on symfony.</p> <p dir="auto">Here is a bug I've notice on Symfony version 2.3.30</p> <p dir="auto">I have:</p> <ul dir="auto"> <li>In my form class:</li> </ul> <div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir...
0
<h1 dir="auto">Weekly Report of Dubbo</h1> <p dir="auto">This is a weekly report of Dubbo. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.<br> It is all done by <a class="user-mention notranslate" data-hovercard-type="user" dat...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
0
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Win32NT 10.0.18362.0 Windows Terminal version (if applicable): 0.5.2762.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows ...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.0 Windows Terminal version (if applicable): 0.6.2951.0_x64 Any other software? * Powershell 7 Preview (x64) * WSL - Ubuntu"><pre lang=...
0
<p dir="auto">Hi All,</p> <p dir="auto">I've got lambda function which I access via API Gateway.<br> This function works ok when I test it via Postman or via this test which uses <code class="notranslate">request</code> library:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data...
<h4 dir="auto">Summary</h4> <p dir="auto">I have noticed that npm package includes the <code class="notranslate">dist</code> folder which contains both minified and full versions of axios. At the same time, the npm package itself is only using the <code class="notranslate">lib</code> folder. Is there a reason to ship p...
0
<p dir="auto">See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="139191093" data-permission-text="Title is private" data-url="https://github.com/xdebug/vscode-php-debug/issues/21" data-hovercard-type="issue" data-hovercard-url="/xdebug/vscode-php-debug/issues/21/hovercard" href="htt...
1
<p dir="auto">The Keyboard Manager can map keys onto keys, and shortcuts onto shortcuts, but it would be good if it could also map shortcuts onto keys, and vice-versa. For example, I'd like to map ctrl-E onto Up Arrow, but that isn't possible in the current beta version.</p>
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Ability to remap a single key (² for example, sleeping in the top left corner of my KB), and assign it for example to alt+space, in order to open powertoys run, or to "open a new terminal", or whatever</p>
1
<p dir="auto">Forked from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="40954231" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/1007" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/1007/hovercar...
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.): no</p> <p dir="auto"><strong>What keywords did you search...
0
<p dir="auto">Broadcasting a unitary operation like <code class="notranslate">exp</code> against a <code class="notranslate">Symmetric</code> matrix should be almost 2x faster since it only needs to process 1/2 the elements.<br> But instead is is almost 2x slower.<br> (So like 4x slower than expected)</p> <div class="...
<p dir="auto">Currently, <code class="notranslate">map</code> and <code class="notranslate">broadcast</code> on <code class="notranslate">Symmetric</code> arguments don’t take advantage of the fact that you only have to compute <code class="notranslate">n*(n+1)/2</code> elements of the output matrix instead of <code cl...
1
<h1 dir="auto">PowerToys Run should allow + shortcuts</h1> <h1 dir="auto">Proposed technical implementation details (optional)</h1>
<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.17763.737 PowerToys version: 0.12.0.0 PowerToy module for which you are reporting the bug (if applicable): N/A"><pre class="notranslate"><cod...
0
<p dir="auto">This code causes an ICE:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() { println!(&quot;x&quot;); return; let test = if x() { 1 } else { 2 }; } fn x() -&gt; bool { unreachable!() }"><pre c...
<p dir="auto">error: internal compiler error: debuginfo::create_local_var_metadata() - Referenced variable location is not an alloca!<br> Test.rs:131 let take = if num_items &lt;= split_by {<br> ^~~~<br> note: the compiler unexpectedly panicked. this is a bug.<br> note: we would appreciate a bug report: <a href="...
1
<p dir="auto">When a key binding on Windows matches a menu shortcut, such as the file menu's "Alt-f", the menu drops down and the bound command runs after the menu is dismissed.</p> <p dir="auto">This makes it impossible to map keys like Alt-f, Alt-n, etc. which are common readline, bash, emacs, keys.</p> <p dir="auto"...
<p dir="auto">I'm on Windows 7, Atom version 0.113.0.</p> <p dir="auto">When I use Alt+Shift+S, I get two menu - both the Alt+S menu and the Alt+Shift+S menu. Alt seems to underline the menu options that can be selected next (F for File, E for Edit, etc.) but that underlining, and the ability to select a menu option, s...
1
<p dir="auto">Declaring a <code class="notranslate">const</code> a second time in a switch should be possible if the second statement is unreachable.</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="testytest = () =&gt; { switch...
<blockquote> <p dir="auto">Issue originally reported by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ssilve1989/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ssilve1989">@ssilve1989</a> in <a class="issue-lin...
0
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2> <ul dir="auto"> <li>PowerToys version: 0.23</li> <li>PowerToy Utility: Remap</li> <li>Running PowerToys as Admin: Yes</li> <li>Windo...
<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.0 PowerToy module for which you are reporting the bug (if applicable): Power La...
0
<p dir="auto">As we continue to make progress on supporting Windows Containers for Kubernetes, the next logical thing to tackle is supporting volumes and mounts. This issue is to track the work required to make volumes and mount work on Windows containers</p>
<p dir="auto">Once the Kubelet is able to run on Windows, look into supporting volumes and persistent volumes on Windows pods.</p>
1