text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">When writing a generical code to generate plots with sphinx documentation, this function cannot be called by other functions from the documentation in the same file</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<p... | <h3 dir="auto">Bug summary</h3>
<p dir="auto">Matplotlib is unable to apply the boundaries in the colorbar after updating to 3.5.0. Please compare the results in the screenshots between version 3.5.0 and the previous version 3.4.3.</p>
<h3 dir="auto">Code for reproduction</h3>
<div class="highlight highlight-source-pyt... | 0 |
<p dir="auto">Found this while refactoring my library after the <code class="notranslate">Vector</code> -> <code class="notranslate">Slice</code> rename</p>
<p dir="auto">STR:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="failed to find block with tag 7
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug.
note: we would appreciate a bug report: http://stat... | 1 |
<p dir="auto">For tests that must (for some reason) leak an operation or resource deno test allows us to <a href="https://deno.land/manual/testing#resource-and-async-op-sanitizers" rel="nofollow">opt out of Op and Resource sanitizing for a single test</a>. Unfortunately, the resources purposefully leaked by a "leaky" t... | <p dir="auto">It would be nice to be able to see the async objects that are leaking and their allocation stack. I think this would be useful as a command line switch to enable it while debugging. For my complex application, one part of the system seems to be affecting a different part. Their individual unit tests execu... | 1 |
<p dir="auto">Output of a session of mine:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn factorial(x: int) -> int {
if x <= 0 { 1 } else { x * factorial(x - 1) }
}
fn main() {
let x = 4;
println!("{... | <p dir="auto">The way the runtime is currently structured every time "something happens" a callback is registered with a libuv event loop that wakes up that loop to deal with it. This could be "work available to steal" or "message sent to scheduler" for example. The problem with these is that we create massive numbers ... | 0 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.6.10</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/hataketed/m0t2ng8b/4/" rel="nofollow">https://jsfiddle.net/hataketed/m0t2ng8b/4/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">just run and see the console errors</p>
<h3... | <h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">when we want to do something like hide / show password input we should add state called "IsVisible" in our data but actually this data is specific for this input not relate to our app so we shoud put it on a scope of the element to prevent our data... | 0 |
<h1 dir="auto">Feature request</h1>
<h2 dir="auto">Is your feature request related to a problem? Please describe.</h2>
<p dir="auto">Next.js v9.0.0 hard codes the root API directory path to <code class="notranslate">/pages/api</code></p>
<p dir="auto">Making this a config option would allow for a better separation of 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/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<p dir="auto">egg.js: <a href="http... | 0 |
<p dir="auto">Hey Typescript,</p>
<p dir="auto">React's current typing for setState (at <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/react/react.d.ts#L128">https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/react/react.d.ts#L128</a>) is somewhat wrong - it asks for type S, while t... | <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// Given:
interface Foo {
simpleMember: number;
optionalMember?: string;
objectMember: X; // Where X is a inline object type, interface, or other object-like type
}
// Thi... | 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" 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">It's a great step to support importing Android lib via jcenter. However, I'm having trouble in loading pretrained models into <code class="notranslate">TensorFlowInferenceInterface</code>, which says <code class="notranslate">NodeDef mentions attr 'dilations' not in Op...</code>. I think it's a compatibil... | <p dir="auto">Please go to Stack Overflow for help and support:</p>
<p dir="auto"><a href="https://stackoverflow.com/questions/tagged/tensorflow" rel="nofollow">https://stackoverflow.com/questions/tagged/tensorflow</a></p>
<p dir="auto">If you open a GitHub issue, here is our policy:</p>
<ol dir="auto">
<li>It must be ... | 1 |
<h3 dir="auto">Description</h3>
<p dir="auto">In <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="992703329" data-permission-text="Title is private" data-url="https://github.com/apache/airflow/issues/18127" data-hovercard-type="issue" data-hovercard-url="/apache/airflow/issues/18127/h... | <p dir="auto"><strong>Apache Airflow version</strong>:</p>
<p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>):</p>
<p dir="auto"><strong>Environment</strong>:</p>
<ul dir="auto">
<li><strong>Cloud provider or hardware configuration</str... | 0 |
<p dir="auto">Whenever you are coding and you press ENTER in an indented line, it will add a new line, remove the indentation and start the cursor at the beginning of that line.</p>
<p dir="auto">Setting editor.formatOnType to false disables this behavior.</p> | <ul dir="auto">
<li>VSCode Version: 0.10.11</li>
<li>OS Version: Windows 8.1</li>
</ul>
<p dir="auto">The problem is observed only in the following scenario:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="for (i=0; attr && i<attr.le... | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => opencv.js 4.1.0-pre</li>
<li>Operating System / Platform => Google Chrome 74.0.3729.39</li>
<li>Compiler => opencv.js WASM build from master branch as described <a href="https://docs.opencv.org/master/d4/da1/tutorial_js_setup.html"... | <p dir="auto">Is it feasible to merge some <a href="https://github.com/Web-Sight/opencvjs">Web-Sight</a> and <a href="https://github.com/Quramy/opencvjs">Quramy</a> bindings with master ? I don't really know how it can be done, but I would like to do it if so.</p>
<p dir="auto">It is used for example by <a class="user-... | 1 |
<p dir="auto">Hi, love this code but think I see an issue which can be seen on the live example (<a href="https://threejs.org/examples/misc_controls_transform.html" rel="nofollow">https://threejs.org/examples/misc_controls_transform.html</a>) where the user is able to toggle off an axis (X,Y or Z) but is still able to... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">Not sure how many of these are relevant to WebGL as it doens't support geometry shaders but it is a pretty decent article none the less:</p>
<p dir="auto"><a href="http://www.iquilezles.org/www/articles/stereo/stereo.htm" rel="nofollow">http://www.iquilezles.... | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/372" rel="nofollow">http://projects.scipy.org/numpy/ticket/372</a> on 2006-11-04 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/FrancescAlted/hovercard" data-octo-click="hovercard-link-click" ... | <h3 dir="auto">Reproducing code example:</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np
x = np.rec.array([('abcd',)], dtype=[('a', str)])
print(repr(x))"><pre class="notranslate"><span class="pl-k">import... | 0 |
<p dir="auto">Running a simple <code class="notranslate">select *</code> query on a DB table and getting an error: <code class="notranslate">DatetimeTZDtype' object has no attribute 'char'</code></p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-ite... | <p dir="auto">While pulling data from clickhouse within superset things work as long as fields are not of type datetime. When trying to get data for a datetime column then it gives the following python error.</p>
<p dir="auto"><code class="notranslate">AttributeError: 'DatetimeTZDtype' object has no attribute 'char'</c... | 1 |
<p dir="auto">Could you please add a setting for where the brace gets placed when autoformat runs.</p>
<p dir="auto">When the auto format runs it moves the brace to a new line. This is very annoying to me.</p> | <p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/TJSoftware/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/TJSoftware">@TJSoftware</a> on January 29, 2016 17:35</em></p>
<h5 dir="auto">Summa... | 1 |
<p dir="auto">I just upgraded my projects from pandas 0.16.2 to pandas 0.18.1, but I have a difference on some <code class="notranslate">DataFrame.resample</code> operations, with Weekly frequencies.</p>
<p dir="auto">For instance, I want to resample daily data to weekly data (<code class="notranslate">W-SUN</code>), a... | <h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# Create DF
df = pd.DataFrame(np.random.rand(5,2), columns=list('AB'), index=pd.date_range('2010-01-01 09:00:00', periods=5, freq='... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">I'm trying to upload a file that weight about 3GB and I'm getting the following error:<br>
"OverflowError: string longer than 2147483647 bytes"</p>
<p dir="auto">If I understand correctly it seems like there's a 2GB limit? didnt manage to find any reference to such limiation or how t... | <p dir="auto">Summary.</p>
<p dir="auto">When creating a session and setting <code class="notranslate">verify=False</code> with a proxy defined value error is raised. The easiest way to setup this issue is to open Fiddler4 and run the following on Windows:</p>
<div class="snippet-clipboard-content notranslate position... | 0 |
<h3 dir="auto">Describe the issue linked to the documentation</h3>
<p dir="auto">Hi folks,</p>
<p dir="auto">I am somewhat in doubt that the <code class="notranslate">sklearn.feature_selection.chi2</code> function is implemented correctly. At least, checking the source code, it is entirely unclear to me why that kind o... | <h3 dir="auto">Describe the bug</h3>
<p dir="auto">When looking for correlation between features (for feature selection), I found that sklearn implementation of Chi2 test of independence produce significantly different results from scipy.stats implementation.</p>
<p dir="auto">My sample data contains 300 records, with ... | 1 |
<p dir="auto">I have followed the below steps to generate the bug.</p>
<ul dir="auto">
<li>I have created a file named after <code class="notranslate">server.ts</code> using the below command:</li>
</ul>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conte... | <h2 dir="auto">Steps to reproduce</h2>
<p dir="auto">Create <code class="notranslate">server.js</code> with the following content:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import { serve } from "https://deno.land/std@... | 1 |
<p dir="auto">Currently, the only ways to adjust the offset and repeat are to either change it on the texture object or to change the UV coordinates of the geometry. However, there are cases where it would be useful and performant to adjust on the Material.</p>
<p dir="auto">For example, imagine creating a room where t... | <p dir="auto">I use the Texture.clone() function a lot in my code, because I need to set the UV coordinates differently on every model, and this slows down the initiation of the page considerably. If I don't clone the texture, then the scene renders instantly. So something is not optimal in the rendering pipeline.</p>
... | 0 |
<p dir="auto">My config file:</p>
<p dir="auto">{<br>
"acrylicOpacity" : 0.75,<br>
"closeOnExit" : false,<br>
"colorScheme" : "Campbell",<br>
"commandline" : "cmd.exe /k "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"",<br>
"cursorColor" : "#FFFFFF",<br>
"cursorShape" : "... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run "ver" at a command prompt]
Windows Terminal version (if applicable):
Any other software?"><pre lang="none" class="notranslate"><co... | 1 |
<ol dir="auto">
<li>ltisys:150:
<ul dir="auto">
<li>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="`# transfer function is C (sI - A)**(-1) B + D`"><pre class="notranslate"><code class="notranslate">`# transfer function is C (sI - A)**(-1) B + D`... | <h3 dir="auto">Is your feature request related to a problem? Please describe.</h3>
<p dir="auto">If we specify the covariance matrix manually, we usually do it in a form of rotation matrix and variances. So running the decomposition internally is redundant and inefficient.</p>
<h3 dir="auto">Describe the solution you'd... | 0 |
<p dir="auto">all.bash fails on fedora-vm,</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="uname -a
Linux fedora-amd64.localdomain 4.2.8-200.fc22.x86_64 #1 SMP Tue Dec 15 16:50:23 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
git rev-parse HEAD
acc7... | <p dir="auto">While stress testing TestStackBarrierProfiling at <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/golang/go/commit/54bd5a71d37f1c69d070af5daa0949092ad59c8b/hovercard" href="https://github.com/golang/go/commit/54bd5a71d37f1c69d070af5daa0949092ad59c8b"><tt>54bd5a7<... | 1 |
<p dir="auto">Hi <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mwaskom/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mwaskom">@mwaskom</a> ,</p>
<p dir="auto">I raised an issue regarding importing seaborn erro... | <p dir="auto">I'm fairly certain that I found a bug; though it could be user error on my part. If this is a known issue, please feel free to close :)</p>
<p dir="auto">Minimal Code:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-cont... | 0 |
<p dir="auto">The labels-badges. less file uses the nested ampersand & operator to create extra classes by appending "-important", "-warning" etc. to the names ".label" and ".badge".</p>
<p dir="auto">This generates some weird CSS if you use .label or .badge as a mixin on something that ends with a tag rather than ... | <p dir="auto">Simply browse the docs page in IE Tester (<a href="http://my-debugbar.com/wiki/IETester/HomePage" rel="nofollow">http://my-debugbar.com/wiki/IETester/HomePage</a>): <a href="http://twitter.github.com/bootstrap/javascript.html#tooltips">http://twitter.github.com/bootstrap/javascript.html#tooltips</a></p>
<... | 0 |
<p dir="auto">I am working on the IBM POWER9 Series cluster. When compute the fft with torch. I have to transfer it to GPU and then transfer back to CPU. It's real bad experience espcially when realted code called on Dataloader. Then I have to disable the multi-worker to prevent the error.</p>
<div class="snippet-clipb... | <h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<p dir="auto"><code class="notranslate">fft: ATen not compiled with MKL support</code> RuntimeError thrown when trying to compute Spectrogram on Jetson Nano that ... | 1 |
<pre class="notranslate">Inlined functions do not show up in backtraces. It would be interesting to add support
for inlined functions in backtraces so that inlining of non-leaf functions does not
break behaviour.</pre> | <p dir="auto">by <strong>consalus</strong>:</p>
<pre class="notranslate">On darwin amd64 at b7b92d1bdcf4+ tip:
"test.bash" in misc/cgo/stdio fails with the following output:
CGOPKGPATH= cgo -- align.go file.go test.go test1.go
6g -o _go_.6 align.cgo1.go file.cgo1.go test.cgo1.go test1.cgo1.go _cgo_gotypes.go
6c -F... | 0 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong><br>
The marker edges are not painted nicely on the edge of the marker.</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">Marker edge overlaps with marker and the edge appears to be double the width specified. This becomes obvious when you use alpha transparency and a very larger point marker with a large edge width or in the case where I noticed i... | 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... | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><inpu... | 0 |
<p dir="auto">Is this a request for help? (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>.):<br>
No</p>
<h2 dir="auto">What keywords did you search in Kubernetes issue... | <p dir="auto">Possibly a duplicate of an earlier issue. I can't delete pods and I have to keep re-trying <code class="notranslate">kubectl delete</code> which often fails. GCE.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="satnam@asia-east1-b... | 0 |
<p dir="auto">Bug.</p>
<p dir="auto">If I put several input type="radio" with same name (as in jsfiddle example below) onChange handler triggered only once for individual input when mouse click on input happen.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-sn... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
Bug</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
In React 15.6.1, this behaviour is changed; In 15.5.4, it fires the change event reliably.</p>
<p dir="auto">15.6.1 - <a href="https://codesandb... | 1 |
<h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">If some link is shown in the terminal, it would be nice to allow open it whether clicking over it.</p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1>
<p dir="auto">Maybe <code class="notranslate">ctrl+left mouse key<... | <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.476]
Windows Terminal version (if applicable): Windows Terminal (Preview) Version: 0.5.2762.0
"><pre lang="... | 0 |
<p dir="auto">I build and install Atom on my Gentoo.<br>
But when I open any file I see chrome console that contains <code class="notranslate">Uncaught Error: spawn ENOENT</code>.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/6450725/3790792/536f7a7a-1b1a-11e... | <p dir="auto">I'm getting an error when ever lint tries to run on my *.ts files:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="activate linter-csslint init.coffee:8
activate linter-jscs init.coffee:9
activate linter-jshint init.coffee:8
activ... | 1 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project... | <h3 dir="auto">Issue Details</h3>
<ul dir="auto">
<li><strong>Electron Version:</strong><br>
v5.0.2</li>
<li><strong>Operating System:</strong><br>
Windows 10</li>
</ul>
<h3 dir="auto">Expected Behavior</h3>
<p dir="auto">On app ready start nodejs worker which consoles string.</p>
<h3 dir="auto">Actual Behavior</h3>
<p... | 1 |
<p dir="auto">I'm using Atom 0.196.0 on Windows,<br>
when deleting a folder and this folder is open at atom folder explorer (enpanded on left bar)<br>
EPERM is thrown.</p>
<p dir="auto">Expected Behavior:</p>
<ol dir="auto">
<li>Atom shouldn't lock the folder,allowing to delete it from another running program</li>
<li... | <p dir="auto">Instead of vaguely explaining, here are the steps for reproducing the bug:</p>
<ol dir="auto">
<li>If you have a Yeoman-created project folder i.e. <code class="notranslate">generator-webapp</code> created project, run <code class="notranslate">grunt serve</code>. It'll create a .tmp file, and I'll assume... | 1 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.6.11</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codepen.io/davegould41/pen/qBRqyRo?editors=101" rel="nofollow"> https://codepen.io/davegould41/pen/qBRqyRo?editors=101</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ul dir="auto">
<li>Create an in... | <h3 dir="auto">Version</h3>
<p dir="auto">2.5.8</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/50wL7mdz/79189/" rel="nofollow">https://jsfiddle.net/50wL7mdz/79189/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Included in fiddle</p>
<h3 dir="auto">What is expected?<... | 1 |
<p dir="auto">I am getting a compiler failure on the latest rust under linux. The problem seems to be the combination of cross-crate, pub use and an empty struct.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="task 'rustc' failed at 'expected ... | <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// foo.rs
#[crate_type = "lib"];
pub use foo::{T, foo};
mod foo {
pub struct T;
pub fn foo(x: T) { }
}
fn bar(x: T) { }"><pre class="notranslate"><span class="pl... | 1 |
<p dir="auto">I built a project using (Merge, merge) layer once, and use share layer in another. The problem I can't find any documentation that explains how merge or share layer works like convolution or max-pooling layers.<br>
I will be grateful if anyone can direct me or suggest some paper to me ???</p> | <ul class="contains-task-list">
<li class="task-list-item">
<p dir="auto"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check that you are up-to-date with the master branch of Keras. You can update with:<br>
pip install git+git://github.com/fchollet/keras.git --upgrade --no-deps</... | 0 |
<p dir="auto">Code:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface Foo {
}
interface Bar implements Foo {
}"><pre class="notranslate"><span class="pl-k">interface</span> <span class="pl-smi">Foo</span> <span class="pl... | <p dir="auto">Now with the dedicated <code class="notranslate">Path</code> type (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="114170852" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/5462" data-hovercard-type="pull_request" data-h... | 0 |
<p dir="auto"><strong>UPDATED DESCRIPTION:</strong></p>
<p dir="auto">We now allow the original problem, but some corner cases are still unhandled. See comments below.</p>
<p dir="auto"><strong>ORIGINAL DESCRIPTION:</strong></p>
<p dir="auto">Where clauses right now require predicates to contain type parameters, as in:... | <p dir="auto">Today’s <a href="http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz" rel="nofollow">rust-nightly-x86_64-unknown-linux-gnu.tar.gz</a> is 125MiB in size. I did a <code class="notranslate">make dist-tar-bins</code> which output <del>the same</del> tarball, but only 88MiB in size. <... | 0 |
<p dir="auto">Here's the error</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Error: Plugin 0 specified in "/home/ubuntu/grok/source/node_modules/next/babel.js" provided an invalid property of "default" (While processing pr... | <p dir="auto">I just upgraded to <code class="notranslate">next@6.0.0</code>, I use a custom server, when I try to <code class="notranslate">run dev</code>, I get an error.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="npm run dev
> front... | 1 |
<p dir="auto">Right now it's "firebase_storage" instead of "plugins.flutter.io/firebase_storage"</p>
<p dir="auto">I think we should also rename <code class="notranslate">FirebaseStorage._channel</code> to <code class="notranslate">FirebaseStorage.channel</code> and mark it <code class="notranslate">@visibleForTesting<... | <p dir="auto">I happened to have a file called <code class="notranslate">BUILD</code> in my directory. I think we already had this reported but I didn't see one when searching. FYI <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/danrubel/hovercard" data-octo-click="hovercard-... | 0 |
<p dir="auto">Windows 7, atom already opened with the window in the background.<br>
When I open a file via the explorer, the symbol in the task bar is blinking but atom doesn't come to the front.<br>
Is this a wanted behavior?</p>
<p dir="auto">(I couldn't find any existing issue. If this is the case, please let me kno... | <p dir="auto">When Atom is restored but hidden behind several windows. "Open with Atom" right click function should send it to the front.</p> | 1 |
<h5 dir="auto">Description of the problem</h5>
<p dir="auto">InstancedMesh instancing breaks if the supplied material has been already been used.</p>
<p dir="auto">If a .clone() of the material is passed into the InstancedMesh, it works.</p>
<p dir="auto">Repro showing the issue... remove the .clone() operation to se... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">I'm having a problem where the InstancedMesh method <code class="notranslate">setMatrixAt</code> seems to fail (the matrix positions doesn't change visually) whenever I add another object with the same material object (not a clone) in the scene. No log/warnin... | 1 |
<p dir="auto">In continuing to try to get astropy's <code class="notranslate">Quantity</code> to behave with <code class="notranslate">__numpy_ufunc__</code>, I found what probably is another bug. One of our tests checks that an integer can be used as an <code class="notranslate">__index__</code> to, e.g., multiply a ... | <p dir="auto">There is a complex set of questions around how to handle method resolution in the presence of <code class="notranslate">__numpy_ufunc__</code>. Currently in master is an extremely complicated set of rules that isn't documented and that I don't actually understand (see <a class="issue-link js-issue-link" d... | 1 |
<p dir="auto"><strong>Glide Version</strong>:<br>
glide_version = '4.7.1'</p>
<p dir="auto"><strong>Integration libraries</strong>:<br>
retrofit_version = '2.4.0'<br>
rxjava = '2.2.0'<br>
rxandroid = '2.0.2'</p>
<p dir="auto"><strong>Device/Android Version</strong>:<br>
all</p>
<p dir="auto"><strong>Issue details / ... | <p dir="auto">Glide 4.7 :<br>
public GifDrawable(Context context, GifDecoder gifDecoder, BitmapPool bitmapPool, Transformation frameTransformation, int targetFrameWidth, int targetFrameHeight, Bitmap firstFrame) {<br>
this(context, gifDecoder, frameTransformation, targetFrameWidth, targetFrameHeight, firstFrame);<br>
}... | 0 |
<p dir="auto">After the update, the new confirm, alert and prompt do not work properly.</p>
<p dir="auto">Platform: Windows 10 x 86_64</p>
<p dir="auto">I was able to reproduce the issue in another Windows machine.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipb... | <p dir="auto">to reproduce:</p>
<p dir="auto">Linux (WSL) | Windows</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/28438021/97340972-761c3880-18aa-11eb-89d5-1a51d6ba1226.png"><img src="https://user-images.githubusercontent.com/28438021/97340972-76... | 1 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>Open legacy rails(1.2.3) project from ubuntu terminal with command "atom ."</li>
<li>...</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.165.0<br>
<strong>System</strong>: linux 3.13.0-43-generic<br>
<strong>Thrown From</strong>: Atom Cor... | <p dir="auto"><strong>TEMPORARY WORKAROUND</strong>: <code class="notranslate">ln -s /usr/share/atom/atom "/usr/share/atom/atom (deleted)"</code></p>
<p dir="auto">Uncaught Error: spawn /opt/atom/atom (deleted) ENOENT</p>
<p dir="auto"><strong>Atom Version</strong>: 0.152.0<br>
<strong>System</strong>: linux 3.13.0-40-... | 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">Bug Report</h2>
<p dir="auto">i have raise this bug for twice, but the project owner close it twice.<br>
But it's not a duplicated and nonsensical issue, it's really a bug, please pay attention to the description as below.</p>
<div class="highlight highlight-source-sql notranslate position-relative overf... | 0 |
<p dir="auto">These volumes don't support stats metrics, and yet the errors got printed out periodically for each pod.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="I0614 17:01:54.337456 30118 volume_stat_caculator.go:103] Failed to calcula... | <p dir="auto">Many volumes do not support GetMetrics and return an error when called. Because this returns an error, we cannot differentiate from an actual error condition when a volume that does support metrics fails to gather metrics. The latter should be logged and investigated, whereas the former should be silent... | 1 |
<p dir="auto">Trying to create an FTP Extension but I need a way to be able to view the contents on the FTP server. A side bar panel would be great or at least the have access to the folder panel to create a virtual tree for the user to use for navigation.</p> | <p dir="auto">One great feature that could be added to VsCode is the possibility to add more "tabs" in the letf area like the Git and the Debug one.</p>
<p dir="auto">This way one developer can add other things like Sql server browser, github issues and more<br>
<a target="_blank" rel="noopener noreferrer nofollow" hre... | 1 |
<p dir="auto">rustdoc panic in certain combinations of inline code blocks, list items and headlines :</p>
<p dir="auto">this works :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="//! - `test`"><pre class="notranslate"><code class="notrans... | <p dir="auto">When I run <code class="notranslate">make check</code> today (at commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/e72c917f7120eef8f7b2e18537a8b9589fb21b10/hovercard" href="https://github.com/rust-lang/rust/commit/e72c917f7120eef8f7b2e1... | 0 |
<p dir="auto">This has lost so much work in the las few days. I can't find a pattern: it happens in different file types and there doesn't appear to be any trigger, other than Undo.</p>
<p dir="auto">I hit (Cmd-Z, with the keyboard), and occasionally and randomly it takes the file back to some previous state, but it's ... | <p dir="auto">The default keyboard mapping for <code class="notranslate">editor:checkout-head-revision</code> is <kbd>Cmd+Alt+Z</kbd> or <kbd>Ctrl+Alt+Z</kbd> on Windows/Linux. This is pretty easy to fat-finger and there is no confirmation dialog. Also, the Redo command doesn't restore what was lost ... but Undo does .... | 1 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.36.1]</li>
<li>Operating System: [Linux 6.4.2-3-MANJARO]</li>
<li>Browser: [All]</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled=""... | <p dir="auto">Note: this is ultimately a problem between chair and keyboard but I'm filing an issue as it might be worth considering to make Playwright more robust against the problem described here. If not, maybe it'll at least help someone else who runs into this in the future.</p>
<p dir="auto"><strong>Context:</str... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> immutable Words32
lo::UInt32
hi::UInt32
end
julia> isbits(Words32)
true
julia> a=UInt64(0x123456789abcdef0)
0x123456789abcdef0
julia> b=reinterpret(Words32,... | <p dir="auto">I was wondering, why this works:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="reinterpret(Float32, Int32(0))
@assert isbits(ImmutableType1) && isbits(ImmutableType2) && (sizeof(ImmutableType1) ... | 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>
<h2 dir="auto">Every now and then, I want to use normal half-width Aero snap for one of my windows when the rest of them are... | <p dir="auto">Make it so that Win+Arrow will also cycle through Aero Snap locations as part of the rotation.</p> | 1 |
<p dir="auto">[Environment] Windows 10 1903 18362.356<br>
1.In general, when I type 'cmd' in the address bar of a folder, cmd will switch the directory location to the location of the folder.However, if the open is 'wt', it is still the same, he still opens C:\Users\XXXX,even if I did not write the parameter ”startingD... | <p dir="auto">This bug-tracker is monitored by Windows Console development team and other technical types. <strong>We like detail!</strong></p>
<p dir="auto">If you have a feature request, please post to <a href="https://wpdev.uservoice.com/forums/266908" rel="nofollow">the UserVoice</a>.</p>
<blockquote>
<p dir="auto... | 0 |
<p dir="auto">I only have this error in windows. In linux it works fine.</p>
<p dir="auto">When I type the character in settings view it does work. In the editor if I do "alt gr + [" it doesn't print the character. Instead it prints nothing at all.</p> | <p dir="auto">Original issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="28529842" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/1625" data-hovercard-type="issue" data-hovercard-url="/atom/atom/issues/1625/hovercard" href="https://github.c... | 1 |
<pre class="notranslate">This script:
#!/bin/bash
set -e
while true; do
date
rm -rf $GOPATH/pkg/linux_amd64
GOMAXPROCS=1 go install -x -work launchpad.net/juju-core/cmd/...
done
Breaks down after a couple of tries with errors like:
pack: non-object file $... | <p dir="auto">by <strong><a href="mailto:webmaster@webmaster.ms">webmaster@webmaster.ms</a></strong>:</p>
<pre class="notranslate">I use GC 1.0.1 from <a href="http://code.google.com/p/go/downloads/list" rel="nofollow">http://code.google.com/p/go/downloads/list</a>
Windows 2008 Server
Testcase:
===
package main
impor... | 0 |
<p dir="auto">When I read the documentation of the rust standard library from google, I don't know to which version of rust it refers. It could be great to have a footer with the version and a text which appear when we put our cursor on the rust logo which display the version of the library this doc refer to.</p>
<p di... | <p dir="auto">I recently was using a library whose online documentation was out of date. One of the method signatures had changed and that wasn't reflected in the documentation. I checked the source code of the project to confirm that the signature had changed, but it also would have been nice to see on the documentati... | 1 |
<p dir="auto">Per discussion at <a href="https://groups.google.com/forum/#!topic/ansible-project/A79N7LRm-9I" rel="nofollow">https://groups.google.com/forum/#!topic/ansible-project/A79N7LRm-9I</a>, when I add systems to a group using group_by, they don't get variables for that group which are defined in group_vars.</p>... | <h5 dir="auto">ISSUE TYPE</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">inventory files</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.1.0
config file = /Us... | 0 |
<p dir="auto">This issue is an exact analog of <a href="https://github.com/numpy/numpy/issues/3733" data-hovercard-type="issue" data-hovercard-url="/numpy/numpy/issues/3733/hovercard">numpy 3733</a>, because the code between these this function and <code class="notranslate">np.percentile</code> is mostly duplicated.</p... | <p dir="auto">The discussion started in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="75641955" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/4864" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/issues/4864/hovercard" href="ht... | 0 |
<p dir="auto">support/6be6d1eaa44911e38bd5c0467822a465?page=1</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/083b5472896f2ccf565018dcb5fdeacf09ee817001e0d49eb7382c48c4ff401c/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313437362f32... | <p dir="auto">First of all, can't find any references about this thing around the issue tracker, so sorry if this is a duplicate.</p>
<p dir="auto">Windows 8.1 here, title says it all. When I Alt+Tab on something else and then back to the editor the cursor disappears and forgets the place it was at. Can't immediately t... | 0 |
<p dir="auto">This is an existing issue that has been fixed, but it has returned in 3.1.1.</p>
<p dir="auto">A tooltip is not removed after parent element has been removed either in normal or modal window.</p>
<p dir="auto">I am preparing a demo.</p> | <p dir="auto">I use Tooltip on buttons initiating AJAX loads, which remove the content including the tooltip parent element. In that case the tooltip won't hide.</p>
<p dir="auto">Steps to reproduce:</p>
<ol dir="auto">
<li>Mouseover the button with tooltip</li>
<li>Tooltip is shown</li>
<li>Click the button (while the... | 1 |
<h5 dir="auto">System information (version)</h5>
<p dir="auto">OpenCV => 4.3<br>
Operating system : windows 10 64 bit<br>
Compiler : Mingw-64 v8.1.0</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="C:\opencv\build>gcc -v
Using built-in s... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.3.0</li>
<li>Operating System / Platform => Windows 64-bit</li>
<li>Compiler => mingw-w64 v7.3.0</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">Our current build script fails on our Appveyor CI build when we up... | 1 |
<p dir="auto">I got this code, a simplified form of what I saw in the Guide (section Testing):</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn three_times_four() -> int { 3 * 4 }
#[test]
fn test_1() {
assert_eq!(12, ... | <h2 dir="auto"><em>Believed</em> current test case</h2>
<p dir="auto">(pnkfelix says: "if you are looking at this bug, please try to keep this test up-to-date ... potentially by checking the newest linked dupes in the comment feed below.")</p>
<div class="highlight highlight-source-rust notranslate position-relative ov... | 1 |
<p dir="auto"><<Please describe the issue in detail here, and for bug reports fill in the fields below.>><br>
I want to use interpolate.splprep but it returns SystemError</p>
<h3 dir="auto">Reproducing code example:</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/978" rel="nofollow">http://projects.scipy.org/scipy/ticket/978</a> on 2009-07-28 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/josef-pkt/hovercard" data-octo-click="hovercard-link-click" data... | 0 |
<p dir="auto">Open Gallery, go into Expansion Panels, tap into Trip name, then tap into the Trip name text field.</p>
<p dir="auto">Notice how the cursor is at the right of the string, but the cursor handle is at the left of the string.</p>
<p dir="auto">(The expectation is that the cursor handle is under the cursor.)<... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">When I type something with the Android keyboard, the keyboard hangs on the key press animation.</p>
<p dir="auto">Code snippet:</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content... | 1 |
<h3 dir="auto">Reproducing code example:</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="python -c 'import numpy as np; np.test()'"><pre class="notranslate"><span class="pl-s1">python</span> <span class="pl-c1">-</span><spa... | <p dir="auto">I am on hackerrank, I installed anaconda before and numpy works fine on my spyder IDE but not on hackerrank. My os is windows 10 and I don't have multiple versions of python installed.</p>
<h3 dir="auto">Reproducing code example:</h3>
<p dir="auto"><code class="notranslate"> import numpy</code></p>
<div ... | 0 |
<p dir="auto">Babel 6.1.1 (babel-core 6.0.20)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="class Foo {
bar() {
let bar = 2
console.log(bar)
}
}"><pre class="notranslate"><code class="notranslate">class Foo {
bar() {
let b... | <p dir="auto">Recently, LICENSE files were added to packages/* for Babel 7 and Babel 6 (I think). However, packages/babel-runtime appears to be missing its LICENSE file.</p>
<p dir="auto">Can a LICENSE file please be added to packages/babel-runtime, like with the other packages?</p> | 0 |
<h1 dir="auto">Environment</h1>
<p dir="auto">Windows 10, PS 6, Windows Terminal.</p>
<p dir="auto">Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0<br>
PSVersion 5.1.18362.145<br>
BuildVersion 10.0.18362.145<br>
Windows Terminal version 0.6.2951.0</p>
<p dir="au... | <p dir="auto">When copying and pasting a multiline command to the terminal. I get weird extra lines and terminal errors that command was not valid.</p>
<p dir="auto">In particular this is related to PowerShell (5 and 6 core)</p>
<p dir="auto">Even function definitions that are complex also show errors</p>
<p dir="auto"... | 0 |
<p dir="auto">Lesson: <a href="http://www.freecodecamp.com/challenges/waypoint-mobile-responsive-images" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-mobile-responsive-images</a></p>
<ol dir="auto">
<li>Instructions are the wrong way around, should assign the class after instructing you to make the ne... | <p dir="auto">Challenge <a href="http://www.freecodecamp.org/challenges/waypoint-mobile-responsive-images" rel="nofollow">http://www.freecodecamp.org/challenges/waypoint-mobile-responsive-images</a> has an issue. Please describe how to reproduce it, and include links to screen shots if possible.</p>
<p dir="auto">The f... | 1 |
<p dir="auto">Debian systems generally don't install sudo, and none of our production servers have it installed. Instead, when we need to execute commands as another user, we use <code class="notranslate">su username -c</code>.</p>
<p dir="auto">Could Ansible be modified to support different user-switching techniques t... | <p dir="auto">file.set_context_if_different() contains this code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="for i in range(len(context)):
if context[i] is not None and context[i] != cur_context[i]:"><pre class="notranslate"><code clas... | 0 |
<p dir="auto">Hi,</p>
<p dir="auto">I've found a small big in the email validation that is causing me some grief.</p>
<p dir="auto">Using a compound email validator, the following email address is considered as valid: <a href="mailto:foo.@domain.com">foo.@domain.com</a></p>
<p dir="auto">However when trying to send an ... | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>v4.0.4 (probably older)</td... | 0 |
<p dir="auto">With Python 2.7 (from homebrew) on OSX 10.7.5, "sudo pip install pandas" gives:</p>
<p dir="auto">Downloading/unpacking pandas<br>
Running setup.py egg_info for package pandas</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="warnin... | <h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# A value is trying to be set on a copy of a slice from a DataFrame.
"><pre class="notranslate"><span class="pl-... | 0 |
<h1 dir="auto">Toggle console with a Hotkey</h1>
<p dir="auto">When I'm working I use a lot of windows and I think it would be a good idea to have a HotKey to toggle the console (minimize/on top).</p> | <h1 dir="auto">Environment</h1>
<p dir="auto">Version: 1903<br>
OS BUILD: 18362.10006 (Microsoft Windows [Version 10.0.18362.10006])</p>
<p dir="auto">Windows Terminal version (if applicable):</p>
<p dir="auto">Any other software?</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" da... | 0 |
<p dir="auto">Cannot style the expandalble Icon button<br>
version 0.18.1 by npm</p>
<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 ... | <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">When you use "TAB" and you select a checkbox it looks like in picture1. If you set programmatically the focus of the checkbox it does not have the effect. If you set the checkbox programmatically it doesn`t have the effect and looks like in picture2.</p>
<p dir="auto"><a target="_blank" rel="noopener nore... | <p dir="auto">In the docs, the <code class="notranslate"><Slide></code> component specifies that <code class="notranslate"><Transition></code> properties are also available. <a href="https://reactcommunity.org/react-transition-group/#Transition-prop-children" rel="nofollow">Transition allows for a function ... | 0 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/16451955/12433578/c2c6a8ce-bef9-11e5-89ae-ec2c3ac0b290.png"><img src="https://cloud.githubusercontent.com/assets/16451955/12433578/c2c6a8ce-bef9-11e5-89ae-ec2c3ac0b290.png" alt="screen shot 2016-01-19 at... | <p dir="auto">After completing a challenge I press <kbd>CTRL</kbd> + <kbd>Enter</kbd> or <kbd>Cmd</kbd> + <kbd>Enter</kbd>, this submits my challenge.</p>
<p dir="auto">Doing the same once again should take me to the next challenge as per the behaviour of the current site.</p> | 0 |
<p dir="auto">I'm very sorry about the quality of this issue report, I've yet to be able to resolve it to a smaller reproduction.</p>
<p dir="auto">The background is we have an API server which instruments types and exposes their methods over an RPC interface. This stack trace is from the sever side, attempting to disp... | <pre class="notranslate">What steps will reproduce the problem?
I'm starting a gotest of some code that uses lots of goroutines, but the process very
early (before even running any useful code).
I find this issue reproduces more readily on a specific machine x86_64, 8 cores, Fedora
14, 2.6.35.11-83.fc14.x86_64 and if... | 0 |
<p dir="auto">ESModules without dynamic import is incomplete.<br>
We cannot do this:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if( whenWeNeed() )
import 'some_thing';"><pre class="notranslate"><span class="pl-k">if</spa... | <p dir="auto">I know this is already on the radar, but wanted to create a distinct issue.</p>
<p dir="auto">(This is required for a <a href="https://github.com/denoland/deno_std/issues/193" data-hovercard-type="issue" data-hovercard-url="/denoland/deno_std/issues/193/hovercard">test runner</a>.)</p> | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">Tooltip placement In version 2.3.0 only place in top of elements By all of placement (top-right-bottom-left) !!!<br>
<a href="http://twitter.github.com/bootstrap/javascript.html#tooltips">http://twitter.github.com/bootstrap/javascript.html#tooltips</a></p> | <p dir="auto">congrats on releasing 2.3.0!<br>
I was checking out some of the docs and saw that <a href="http://twitter.github.com/bootstrap/javascript.html#tooltips">tooltips data-placement</a> is not working correctly. I think its because of the one pull request that makes options set in javascript override the optio... | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
After upgrade to Webpack@5, in development mode with HMR, module resolution fails for indirect dependencies via webpack-bundled libraries.</p>
<p dir="auto"><strong>If the current behavior is a bug, please provide the st... | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto"><code class="notranslate">__webpack_require__</code> goes bang attempting to import a library local to our project (i.e. a sibling package in the same lerna monorepo).</p>
<p dir="auto">We did not experienc... | 1 |
<p dir="auto">System Information:</p>
<ul dir="auto">
<li>OpenCV => 4.2</li>
<li>Operating System / Platform => Windows 7/ 32 Bit</li>
<li>Compiler => Visual Studio 2015</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I am currently editing cap_ffmpeg_impl.hpp in modules/videoio/src and compi... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.1.0</li>
<li>Operating System / Platform => Windows 7 64 Bit</li>
<li>Compiler => Visual Studio 2013</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<h5 dir="auto">Steps to reproduce</h5> | 1 |
<p dir="auto">The comments imply, to me, that specifying --cert-dir will cause the apiserver to look in --cert-dir for some appopriately named certs and will use those. This is in lieu of the user specifying --tls-cert-file and --tls-private-key manually.</p>
<p dir="auto">Two problems: one, the flag descriptions don't... | <p dir="auto">It seems to actually overwrite existing ones</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/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<h3 dir="auto">Description</h3>
<p dir="auto">I got following error</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[2021-11-09, 08:25:30 UTC] {base.py:70} INFO - Using connection to: id: rdb_conn_id. Host: rdb, Port: 5432, Schema: configuratio... | <h3 dir="auto">Apache Airflow Provider(s)</h3>
<p dir="auto">cncf-kubernetes</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<p dir="auto">apache-airflow-providers-cncf-kubernetes==4.4.0, but it appears in the most recent code I have seen.</p>
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">apache... | 0 |
<p dir="auto">Hi there,<br>
Challenge <a href="http://freecodecamp.com/challenges/waypoint-target-html-elements-with-selectors-using-jquery" rel="nofollow">http://freecodecamp.com/challenges/waypoint-target-html-elements-with-selectors-using-jquery</a> has an issue. Please describe how to reproduce it, and include link... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/c90da90b9d5a16c77e11b06a3d0f66d9d0b99260fa20349ac632cdc3d651a1e6/68747470733a2f2f7777772e657665726e6f74652e636f6d2f6c2f41725f63317a466f55685650584a41352d49754b766d764e5a376c65322d744b565030422f696d6167652e706e67... | 0 |
<p dir="auto">This feature was requested before <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="51282947" data-permission-text="Title is private" data-url="https://github.com/golang/go/issues/4988" data-hovercard-type="issue" data-hovercard-url="/golang/go/issues/4988/hovercard" href... | <p dir="auto">by <strong>fuzxxl</strong>:</p>
<pre class="notranslate">The Popcount (or hammington weight) is a function that determines the number of one-bits
in an integer. This function is useful for cryptographic applications and certain data
structures. As it is possible to implement this function efficiently with... | 1 |
<p dir="auto">Type the entire first line, move to the second line, the text bar starts in front of the first word on the second line and caret is placed at the beginning of the first word.</p>
<ul dir="auto">
<li>[ x] I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repos... | <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 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.0
Windows Terminal version: 0.5.2762.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: 10.0.18362... | <h2 dir="auto">Environment data</h2>
<div class="highlight highlight-source-powershell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="PS version: 5.1.17712.1000
PSReadline version: 2.0.0-beta2
os: 10.0.17712.1000 (WinBuild.160101.0800)
PS file version: 10.0.17712.1000 (WinB... | 1 |
<p dir="auto">This test is failing often on the gci-serial suite both on master and release-1.4.</p>
<p dir="auto"><a href="https://k8s-testgrid.appspot.com/google-gci#gci-serial&sort-by-failures=" rel="nofollow">Test Grid link</a></p>
<p dir="auto">GCI is the default in v1.4 and so it is imperative to at-least tri... | <p dir="auto">Forked from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="159700661" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/27194" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/27194/hovercard"... | 1 |
<h2 dir="auto">"type id is VariableTensorId" runtime error for some mobile models</h2>
<p dir="auto">guard torch::jit::load() with AutoGradMode & AutoNonVariableTypeMode</p>
<p dir="auto">Summary:<br>
Since PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="488760465" data-permis... | <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">In pytorch 1.3, when doing inference with resnet34 on CPU with variable input shapes, much more memory is used compared to pytorch 1.1 (both CPU-onl... | 0 |
<p dir="auto">The close button in the feedback dialog is wrongly positioned (try highlighting the dialog by clicking, then hovering the button).</p> | <ul dir="auto">
<li>VSCode Version: 0.10.11</li>
<li>OS Version: Windows 10</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Create a new JavaScript snippet, for example:</li>
</ol>
<div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipb... | 0 |
<p dir="auto">I had some error related to <code class="notranslate">libexpat-1</code> so as mentioned in the <a href="https://github.com/JuliaLang/julia/blob/master/README.windows.md">https://github.com/JuliaLang/julia/blob/master/README.windows.md</a> file I ran <code class="notranslate">make win-extras</code> and cop... | <p dir="auto">It happened twice. After running Pkg.update() when I launch julia it crashes immediately.<br>
On the second time I removed .julia/v0.4, rebuilt julia with make cleanall and reinstalled Pkg with Pkg.add("ImageView") and again the same thing. Launching a new julia session crashes right away.</p> | 1 |
<p dir="auto">Challenge Waypoint: Add Borders Around your Elements <a href="http://www.freecodecamp.com/challenges/waypoint-add-borders-around-your-elements" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-add-borders-around-your-elements</a> has an issue. User Agent is: code>Mozilla/5.0 Windows N... | <p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-add-borders-around-your-elements" rel="nofollow">http://freecodecamp.com/challenges/waypoint-add-borders-around-your-elements</a> has an issue. "Give your image a border width of 10px doesn't work.</p>
<p dir="auto"><a target="_blank" rel="noo... | 1 |
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mlakmal/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mlakmal">@mlakmal</a> on March 8, 2016 0:47</em></p>
<p dir="auto">We are extensively ... | <p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/isidorn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/isidorn">@isidorn</a> on January 26, 2016 15:50</em></p>
<ol dir="auto">
<li>js worksp... | 1 |
<ul dir="auto">
<li>VSCode Version: 1.2</li>
<li>OS Version: win 7</li>
</ul>
<p dir="auto">Following is the link-<br>
<a href="https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync</a></p>
<p dir="auto">Wh... | <p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Tyriar/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Tyriar">@Tyriar</a>, related to <a class="issue-link js-issue-link" data-error-text="Failed... | 1 |
<p dir="auto">by <strong>smith.malcolm.james</strong>:</p>
<pre class="notranslate">Calling syscall with float32 arguments passes the values correctly to the dll. But the
float32 return value is incorrect
What steps will reproduce the problem?
visual C++ 6.0 program:
#include "stdafx.h"
#include <stdio.h>
exte... | <p dir="auto">by <strong>arnaud.lb</strong>:</p>
<pre class="notranslate">What does 'go version' print?
go version go1.3 darwin/amd64
What steps reproduce the problem?
1. go build -gcflags "-N -l" x.go # x.go attached
2. ./x
3. gdb -p <pid>
4. info goroutines
What happened?
(gdb) info goroutines
Python Excep... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.