text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<h4 dir="auto">Code Sample</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd df = pd.DataFrame({ 'a': [1, 1, 2, 3], 'b': [None, 1, 2, 3], 'c': [1,2,3,4], }) grouped = df.groupby(('a', 'b')) pr...
<p dir="auto">ENH: maybe for now just provide a warning if dropping the nan rows when pivotting...</p> <p dir="auto">rom ml</p> <p dir="auto"><a href="http://stackoverflow.com/questions/16860172/python-pandas-pivot-table-silently-drops-indices-with-nans" rel="nofollow">http://stackoverflow.com/questions/16860172/python...
1
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce/21728/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce/21728/</a></p> <p dir="auto">Failed: [k8s.io] V1Job should scale a job up {Kubernetes e2e suite}</p> <div ...
<p dir="auto">/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:127<br> Aug 16 08:11:16.645: Couldn't delete ns "e2e-tests-v1job-gmj3l": namespace e2e-tests-v1job-gmj3l was not deleted within limit: timed out waiting for the condition, pods remaining: []<br> /go/src/k...
1
<p dir="auto">Forked from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="57521563" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/4396" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/4396/hovercar...
<p dir="auto">See issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="64830457" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/6079" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/6079/hovercard" href...
0
<p dir="auto">When renaming a file the file explorer becomes grey. After hitting ENTER to confirm the changed name, the explorer view (file names) stays grey instead of becoming white. Does appear randomly. The working files view works as expected.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow"...
<ul dir="auto"> <li>VSCode Version: 1.2.0</li> <li>OS Version: OS X 10.11.5 (15F34)</li> </ul> <p dir="auto">Kudos:</p> <p dir="auto">I love the new integrated terminal feature!</p> <p dir="auto">Task I am trying to do:</p> <p dir="auto">Clear the screen after typing a series of terminal commands.</p> <p dir="auto">Ste...
0
<ul dir="auto"> <li>Electron version: 3.1.1</li> <li>Operating system: Mac 10.12.2</li> </ul> <h3 dir="auto">Expected behavior</h3> <p dir="auto">When I refresh the app by pressing <code class="notranslate">command+r</code> the page should refresh and the vibrancy effect should not be removed.</p> <h3 dir="auto">Actua...
<ul dir="auto"> <li>Electron version: 1.4.13 (currently the latest)</li> <li>Operating system: OS X El Capitan (10.11.4)</li> </ul> <h3 dir="auto">Expected behavior</h3> <p dir="auto">When the web page reloads the vibrancy set on the <code class="notranslate">BrowserWindow</code> should remain active.</p> <h3 dir="aut...
1
<blockquote> <p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Riim/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Riim">@Riim</a></p> </blockquote> <h3 dir="auto">Bug informa...
<p dir="auto">It fails with <code class="notranslate">"&lt;name&gt;" is read-only</code>.</p> <p dir="auto">Sample code:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class A { b() { const b = 1; } }"><pre class="notran...
0
<p dir="auto">Let's say we have two pages: PageA, PageB, and they have pageA.js and pageB.js. Both of them depdends on a common bunch of stuffs, which can be packed into a file called "common.js".<br> pageA.js:<br> <code class="notranslate">require(['common', 'someOtherThingsANeeds'], function(){//do sth.})</code><br> ...
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">Webpack 5 persistent cache + EnvironmentPlugin: environment variables changing doesn't affect cache.</p> <p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</stron...
0
<p dir="auto">When you clone an Object3D object that contains animation, the newly created object cannot be displayed in the scene.</p>
<p dir="auto">Skinned material need their own geometry to work. This is because the material deforms the geometry, so if you share the same geometry between two meshes with deformation, things are going to get weird (at least that's how I understand it).</p> <p dir="auto">Now the problem is, if you load a mesh from a F...
1
<p dir="auto">if you load a gltf model with some skinned animation and then try to clone that mesh - you will find yourself in a bit of a pickle!</p> <p dir="auto">Skinned geometry loaded with GLTF has no "bones" property, which is expected by "SkinnedMesh", see:<br> </p><div class="Box Box--condensed my-2"> <div cla...
<h5 dir="auto">Description of the problem</h5> <p dir="auto">GLTF2 models that are clones do not displayed correctly. This is for a number of reasons</p> <ul dir="auto"> <li>the onBeforeRender callback is not copied</li> <li>GLTFShader is not cloned across</li> <li>SkinnedModel skeleton is reinitialised to 0 bones and ...
1
<p dir="auto">Not certain if this is a bug or defined behaviour (but then the error message is not clear in any case).</p> <p dir="auto">In 0.13.1:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [28]: df = pd.DataFrame(np.random.randn(9).re...
<p dir="auto">Series.unique returns an numpy array but np.unique(series) returns a series. Not sure if it is intentional but it might be better to keep both the calls consistent.</p> <p dir="auto">In [173]: a[:10]<br> Out[173]:<br> 0 4<br> 1 210<br> 2 210<br> 3 210<br> 4 3197<br> 5 3197<br> 6 ...
0
<p dir="auto">This code:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type A end Base.convert{F}(::Type{A}, x::F, v::Union{F,Vector{F}} = one(F)) = A()"><pre class="notranslate">type A <span class="pl-k">end</span> Base<spa...
<p dir="auto">This works:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; f(x::Int; y::Union(Symbol, Int)=:foo) = println(y) # methods for generic function f f(x::Int64) at none:1 julia&gt; f(1) foo julia&gt; f(1, ...
1
<p dir="auto">I know there are a lot of threads out there but I cannot found an "official" solution to this question.</p> <p dir="auto">What is the best way of removing the padding between the columns, and the container?</p> <p dir="auto">Sorry if the question already have an answer.</p>
<p dir="auto">I have tried to make my layout <strong>100%</strong>. And for that I didn't use any <code class="notranslate">&lt;div class ="container"&gt;</code>. Just started with <code class="notranslate">&lt;div class ="row"&gt;</code>.</p> <div class="highlight highlight-text-html-basic notranslate position-relativ...
1
<p dir="auto">Per <a href="https://arxiv.org/abs/1502.01852" rel="nofollow">https://arxiv.org/abs/1502.01852</a> I'm giving the channel-wise <a href="http://pytorch.org/docs/stable/nn.html#torch.nn.PReLU" rel="nofollow">PReLUs</a> a try, as in:</p> <div class="snippet-clipboard-content notranslate position-relative ove...
<p dir="auto">Previously, my desktop was using libtorch 1.2.0 release and everything worked.<br> After generating the exe, I wanted to take the notebook for on-site deployment. I installed libtorch on the notebook. At that time, it had been updated to 1.3.1 but reported the C4146 error. Even if I commented out everythi...
0
<ol dir="auto"> <li>What version of Go are you using (<code class="notranslate">go version</code>)?<br> 1.6</li> <li>What operating system and processor architecture are you using (<code class="notranslate">go env</code>)?<br> linux amd64</li> <li>What did you do?<br> <a href="https://play.golang.org/p/1zJjQLBlMK" rel=...
<p dir="auto">This is a follow-up to issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="137069594" data-permission-text="Title is private" data-url="https://github.com/golang/go/issues/14553" data-hovercard-type="issue" data-hovercard-url="/golang/go/issues/14553/hovercard" href="...
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/sharding-sphere/sharding-sphere/issues">GitHub issues</a>.</li> <li>Rea...
<h3 dir="auto">Which version of ShardingSphere did you use?</h3> <p dir="auto">4.0.0-RC1<br> jOOQ 3.11.11</p> <h3 dir="auto">Which project did you use? Sharding-JDBC or Sharding-Proxy?</h3> <p dir="auto">Sharding-JDBC</p> <h3 dir="auto">Expected behavior</h3> <div class="snippet-clipboard-content notranslate position-r...
0
<p dir="auto">Right now Scikit-Learn provides several <a href="http://scikit-learn.org/stable/modules/naive_bayes.html" rel="nofollow">Naive Bayes models</a>.</p> <ul dir="auto"> <li><code class="notranslate">GaussianNB</code>: For continuous features that are assumed to be Gaussian distributed.</li> <li><code class="n...
<p dir="auto">Random Forest is a popular classification technique; recent benchmarks [1][2] have shown that performance of sklearn's RandomForestClassifier is inferior to competing software implementations.</p> <p dir="auto">The performance penalty most likely stems from the underlying tree building procedure, however,...
0
<p dir="auto">penguins = sns.load_dataset("penguins")<br> sns.displot(data=penguins, x="flipper_length_mm", col='species', facet_kws=dict(sharex=False, sharey=False))</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/3391614/218545874-ff5a5360-3310-4...
<p dir="auto">I am trying to use <code class="notranslate">displot</code> to plot distributions of different variables in the same figure. I might be using <code class="notranslate">displot</code> incorrectly, but it seems to me that the <code class="notranslate">sharex</code> option passed to <code class="notranslate"...
0
<h3 dir="auto">Bug summary</h3> <p dir="auto">In jupyter lab, the code snippet below sets the title of the axis to the x,y coords of a mouse click, however in matplotlib 3.5.2 specifically, the clicks aren't registered unless I'm clicking around using the pan or zoom controls of the interactive widget. Downgrading to m...
<h3 dir="auto">Bug summary</h3> <p dir="auto">A regression between release versions 3.5.1 and 3.5.2 causes figures to fail to redraw after an initial plot is added using the <code class="notranslate">pyplot</code> interface in an interactive IPython session. This has been observed with both <code class="notranslate">py...
1
<p dir="auto">The ES7 proposal is available at: <a href="https://github.com/leebyron/ecmascript-more-export-from">https://github.com/leebyron/ecmascript-more-export-from</a></p> <p dir="auto">The additions include:</p> <p dir="auto">reexporting default:</p> <div class="highlight highlight-source-ts notranslate position...
<p dir="auto">Looking at history : <a href="https://github.com/Microsoft/TypeScript/commits/master/bin/lib.d.ts">https://github.com/Microsoft/TypeScript/commits/master/bin/lib.d.ts</a></p> <p dir="auto">Was there on April 11 : <a href="https://github.com/Microsoft/TypeScript/blob/6f1feffe6710a3201fb46a0b01e16051bfc18a2...
0
<p dir="auto">Autocompletion of variable names, auto closing of brackets and so on doesn't seem to work in .jsx-files. Shouldn't these files work the same way as the regular .js-files with the exception of supporting the JSX syntax?</p>
<p dir="auto">I know VSCode has not support JSX yet but it didn't appear so much error highlights in the last version, even I had already changed my language mode into <code class="notranslate">Plain Text</code>.<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/...
1
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.4.1</li> <li>Operating System / Platform =&gt; Windows 64 Bit</li> <li>Compiler =&gt; Visual Studio 2017</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto"><code class="notranslate">cv::MotionJpegCapture</code> crashes i...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 2.4+ (All versions since 2012)</li> <li>Operating System / Platform =&gt; Debian 64 Bit</li> <li>Compiler =&gt; GCC 6</li> </ul> <h5 dir="auto">Detailed description</h5> <h6 dir="auto">Background</h6> <p dir="auto">I found this issue whi...
0
<p dir="auto">When running Flutter on desktop (<a href="https://github.com/google/flutter-desktop-embedding">desktop embedder</a>), hitting the Enter key while editing a TextField doesn't call onSubmitted or onEditingComplete. This only happens on iOS and Android simulators.</p>
<p dir="auto">Enter key blurs the field, which is unexpected. It essentially maps to the "done" key on the android keyboard which hides the keyboard, but that seems wrong when using a physical keyboard. We should seek UX guidance on what the right behavior is here.</p>
1
<p dir="auto">I'm working on a library using TypeScript called <a href="https://github.com/jiaweihli/monapt">monapt</a>. I have a grunt task to compile multiple files and concatenate them together. However, the output definition has some potential downsides. (I can't remember exactly what they are at the moment, but ...
<p dir="auto">Tried using allowJs with a minified version of google analytics and ran into some duplicate identifier errors. Cut down testcase:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function bar(a) { ...
0
<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...
<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...
1
<h5 dir="auto">Feature Request</h5> <p dir="auto">I like sticking with Three.js' built in animation system so everything works off the same clock. Most of the stuff you find on the internet suggests using a third party tweening api, but that must be out of date because AnimationClip.js really takes care of business f...
<h5 dir="auto">Description of the problem</h5> <p dir="auto">I would like to refactor THREE.Interpolant to be a bit simplier base class that has less assumptions about how it will be used. This would make it more flexible.</p> <p dir="auto">I would like to make the following changes:</p> <ul dir="auto"> <li>Remove the...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd] Windows Terminal version (if applicable): Any other software?"><pre lang="none"...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Version 10.0.18362.239 Windows Terminal version (if applicable):0.2.1831.0 Symfony 4.3"><pre lang="none" class="notranslate"><code class="notrans...
0
<p dir="auto">This is a somewhat cosmetic/quality of life issue, but I found the compiler error in this particular case could have been much more helpful.</p> <p dir="auto"><strong>TypeScript Version:</strong> 1.8.9</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate positi...
<p dir="auto"><strong>TypeScript Version:</strong><br> 1.8.7</p> <p dir="auto"><strong>Code</strong></p> <p dir="auto">tsconfig.json</p> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{ &quot;compilerOptions&quot;: { &...
1
<p dir="auto">class Test { static name = "what"; } will report "what" for Test.name in IE11 but "Test" in FF and Chrome. This seems to be by design (<a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Function/name" rel="nofollow">https://developer.mozilla.org/en/docs/Web/JavaScript/R...
<p dir="auto"><strong>TypeScript Version:</strong><br> 1.8.5</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function FeedPig(what:number) { print(&quot;the pig ate &quot; + what + &quo...
0
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Windows build number: [Version 10.0.18362.267] Windows 10 Professional Version 1903 Windows Terminal version (if applicable): whatever is out-of-the-box Any other sof...
<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.5.2762.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows build nu...
0
<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"><code class="notranslate">torch.mean</code> currently only accepts a single dimension. It should also accept a tuple of dimensions like <code...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> mean</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> var, std</li> <li class="task-list-item"><input type="...
1
<p dir="auto">Hi,</p> <p dir="auto">I'm just wondering why <code class="notranslate">numpy</code> can be installed on Windows using <code class="notranslate">pip</code>, while for <code class="notranslate">scipy</code> it seems that it requires a compilation?</p> <p dir="auto">Are there any plans to make this command w...
<p dir="auto">It would be very helpful to have binary wheel packages for Windows platform.</p> <p dir="auto">I think it might work to build those wheels using Appveyor service: <a href="http://www.appveyor.com/" rel="nofollow">http://www.appveyor.com/</a></p>
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ pwd /tmp/scratch $ ls main.go x_amd64.s x_other.go $ cat main.go package main func main() { println(foo()) } $ cat x_amd64.s TEXT ·foo(SB), 7, $0 MOVQ $43, ret+0(FP) RET $ cat x_ot...
<p dir="auto">Please answer these questions before submitting your issue. Thanks!</p> <ol dir="auto"> <li>What version of Go are you using (<code class="notranslate">go version</code>)?</li> </ol> <p dir="auto">go version devel +beabd87 Tue Mar 8 06:02:15 2016 +0000 freebsd/amd64</p> <ol dir="auto"> <li>What operating ...
0
<p dir="auto">When performing a hot reload in an application which uses a plugin with background execution, the background isolate is not updated with the latest code.</p>
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">For my App i using the TabbarView(). On the Profile Page i get bottom overflow issue, when the keyboard open...</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/27279514/43768420-99039b2a-9a37-11e...
0
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">I start a SimpleDialog with a list in it . When I start the Dialog on the phone all is fine. In the emulator I get an exception which does not provide info to get to the root cause or useable information. (for me ;))<br> Phone and Emulator:<br> • Android SDK built fo...
<p dir="auto">The <code class="notranslate">AboutListTile</code> class that provides list of all licenses used by an app contains a lot of duplicates.</p> <p dir="auto">The class is located here: <a href="https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/material/about.dart">https://github.com/flu...
0
<p dir="auto">[f|t]s_module_loader has unnecessary duplicated code.</p>
<p dir="auto">Hello,</p> <p dir="auto">After trying for a couple of time on many different install, Deno does not seem to build on ARM platforms,</p> <p dir="auto">I know there is a bug that has been recently patched after the NAPI bug that occured :</p> <div class="snippet-clipboard-content notranslate position-relati...
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">Not sure if this is a bug or something I'm doing wrong. I've upgraded to v1.0.0-alpha.1 to fix issues with the react-tap-event-plugin, and trying to modify things to suit the new docs but my drawer won't open.</p> <p dir="auto">When I attempt to open it, I get this error:</p> <div class="snippet-clipboard...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=arjen.poutsma" rel="nofollow">Arjen Poutsma</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5690?redirect=false" rel="nofollow">SPR-5690</a></strong> and commented</p> <p dir="auto">See <a class="issue-link js-issu...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=newry" rel="nofollow">Ray</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9802?redirect=false" rel="nofollow">SPR-9802</a></strong> and commented</p> <p dir="auto">We tried to upgrade Spring framework from 2.5.5 to...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.1.0"><pre class="notranslate"><code class="notranslate">ansible 2.1.1.0 </code>...
<p dir="auto">The ability to have role dependencies is nice, but it would be even better to be able to<br> call a role as a task with parameters. It would still be ok having to define the role as a<br> dependency in meta, but perhaps with a run tag, for example:</p> <p dir="auto">meta/main.yml</p> <div class="snippet-...
0
<p dir="auto">I can write Persian text (almost same as Arabic) in Atom even though it does not appear right to left. I can live with it, the problem is when I try to edit the text and I position the cursor somewhere inside the text and begin to type, the characters appear somewhere else, a few characters away.</p> <p d...
<p dir="auto">Halp ticket:</p> <ul dir="auto"> <li>support/e61e5074bc3011e396a434cf997499c3</li> </ul> <blockquote> <p dir="auto">Support for Unicode is incomplete. Unicode characters are shown, but the cursor get stuck, and the navigation with the keyboard arrows stop working.</p> </blockquote> <p dir="auto">The user ...
1
<p dir="auto">Instead of consuming 250 milli-cores, recourse consumer consumes nearly 400 milli-cores. This causes flakiness of autoscaling e2e tests:<br> <a href="http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-autoscaling/1521/" rel="nofollow">http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-auto...
<p dir="auto"><a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce-autoscaling/1893/" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce-autoscaling/1893/</a></p> <p dir="auto">Horizontal pod autoscaling (scale resource: CPU) [Skipped] ...
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....
<p dir="auto">I have a function that is called several times in a loop that is trying to access cookies, but after few times i get the following error:</p> <p dir="auto">Electron: 1.4.11</p> <p dir="auto">Cannot get property 'cookies' on missing remote object 16127<br> Error: Cannot get property 'cookies' on missing re...
0
<p dir="auto">Very helpful in storing additional info per property. for example a display name or some other application specific annotations for a property</p>
<p dir="auto">A mapping can have a _meta element - but it only keeps it if declared on the top level.<br> When using the _meta to annotate a mapping, or keeping custom configuration on it, or using it for some binding - a lot of times besides the top level you also need more custom data on a field level. So you need th...
1
<h2 dir="auto">PC details</h2> <ul dir="auto"> <li>scipy==0.12.0</li> <li><code class="notranslate">Linux dana 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:52:24 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux</code></li> <li>Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz</li> <li>Linked against Intel MKL (though issue replicated o...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/642" rel="nofollow">http://projects.scipy.org/scipy/ticket/642</a> on 2008-04-15 by trac user AchimGaedke, assigned to unknown.</em></p> <p dir="auto">Hello!</p> <p dir="auto">I use scipy.optimize.leastsq to adopt paramters of a model to ...
0
<p dir="auto">The scipy implementation of the hyp1f1 function exhibits a huge inaccuracy based on a comparison to mpmath's arbitrary-precision and double-precision implementations (shown below) as well as GSL, all of which agree (GSL gives <code class="notranslate">1.649746910616242567826e+00</code>). The input here co...
<p dir="auto">hyp1f1 explodes for modestly large arguments. For example:</p> <p dir="auto">scipy.special.hyp1f1(30, 70, 20j)</p> <p dir="auto">returns</p> <p dir="auto">(-1748.2243027213672+51.441200608645886j)</p> <p dir="auto">which is completely wrong (whenever 1 &lt; a &lt; b and z is purely imaginary, abs(1F1(a,b,...
1
<p dir="auto">I am using the gradle 2.8 and java 1.8.0_20 to build the master branch of the elasticsearch and get the error:<br> <strong>AutoExpandReplicas.java:44 : cannot assign to the final variable min</strong><br> <strong>min = Integer.parseInt(sMin);</strong><br> I have searched the google and there is no answer....
<p dir="auto">I've just updated to JDK 7 update 72 and 1.4.0.Beta1 doesn't work any more (win 8.1).</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# java -version java version &quot;1.7.0_72&quot; Java(TM) SE Runtime Environment (build 1.7.0_7...
0
<ul dir="auto"> <li>Electron version: v1.8.2-beta.3</li> <li>Operating system: window7</li> </ul> <h3 dir="auto">Expected behavior</h3> <h3 dir="auto">Actual behavior</h3> <p dir="auto">Open DevTools, click on any key in the console, the entire application crashes</p> <p dir="auto">####Scenario Restore</p> <ol dir="a...
<ul dir="auto"> <li>Electron version: 1.8.2-beta.3</li> <li>Operating system: Windows_NT 10.0.15063</li> </ul> <h3 dir="auto">Expected behavior</h3> <p dir="auto">When devtools are open I should be able to type directly into the console.</p> <h3 dir="auto">Actual behavior</h3> <p dir="auto">When you type into the conso...
1
<ol dir="auto"> <li>Right Click</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 0.209.0<br> <strong>System</strong>: Microsoft Windows 8.1<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: Cannot find module './context-menu'<br> Error: Cannot find modu...
<p dir="auto">I right-clicked on a folder in the tree view</p> <p dir="auto"><strong>Atom Version</strong>: 0.194.0<br> <strong>System</strong>: Windows 7 Entreprise<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: Cannot find module './context-menu'<br> Erro...
1
<p dir="auto">Can no longer start superset in docker on latest master branch (commit: <code class="notranslate">ff6773df4ed7d3baca15f19baf30a793b4fce248</code>)</p> <h3 dir="auto">Expected results</h3> <p dir="auto"><code class="notranslate">docker-init.sh</code> script doesn't error out.</p> <p dir="auto">Here's the c...
<p dir="auto">When setting up hierarchical filters, the user might select the parent filter to be the child filter and the child filter to be the parent. While this is an obvious mistake from the user, the UI should not freeze but should instead emit a proper error.</p> <h4 dir="auto">How to reproduce the bug</h4> <ol ...
0
<p dir="auto">For the one who will tag this issue: Affects <strong>Linux</strong> version. Likely is a bug. Causes a crash.</p> <p dir="auto">I'm not sure where the issue is, but since it's Atom that crashes as a result, I assume I should report it here. If it turns out to be issue somewhere else, I'll take my time to ...
<p dir="auto">Atom Version: 0.129.0<br> Video of me triggering the bug: <a href="http://ara.sh/private/atom-crash.ogv" rel="nofollow">http://ara.sh/private/atom-crash.ogv</a><br> Reproducible every time.</p> <p dir="auto">Environment:<br> Ubuntu 14.04 (all updates installed as of filing this issue)<br> Unity desktop en...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
0
<ul dir="auto"> <li>Output of <code class="notranslate">node_modules/.bin/electron --version</code>: v5.0.0-beta.1</li> <li>Operating System (Platform and Version): Windows 10 Version 1803 build 17134.523</li> <li>Output of <code class="notranslate">node_modules/.bin/electron --version</code> on last known working Elec...
<ul dir="auto"> <li><strong>Electron Version</strong> (output of <code class="notranslate">node_modules/.bin/electron --version</code>): <ul dir="auto"> <li>5.0.0-beta.2</li> </ul> </li> <li><strong>Operating System</strong> (Platform and Version): <ul dir="auto"> <li>Windows 7 Professional (SP1)</li> </ul> </li> </ul>...
1
<p dir="auto"><strong>Description</strong><br> <a href="https://phpunit.de/announcements/phpunit-8.html" rel="nofollow">PHPUnit 8</a> has just been released. In addition to new features, the following has been deprecated and will be removed in PHPUnit 9:</p> <ul dir="auto"> <li><code class="notranslate">assertInternalT...
<p dir="auto"><strong>Description</strong><br> Allow to specifying a "message name" which define the type of message that can be handled.</p> <p dir="auto"><strong>Example</strong></p> <p dir="auto">Simple use-case where my main message can be extended:</p> <div class="highlight highlight-text-html-php notranslate posi...
0
<p dir="auto"><strong>Thanks for reading!</strong></p> <p dir="auto">I will show something to intro this issue.</p> <p dir="auto"><strong>I have test two images:</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="image one original size 1...
<p dir="auto">Sometimes we need to load image for center inside, but I have not found this method!</p> <p dir="auto">Can add method for center inside?</p>
1
<p dir="auto">Running on super old distro (don't ask), yields errors:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ /home/glen/.deno/bin/deno --help /home/glen/.deno/bin/deno: /lib64/libgcc_s.so.1: version `GCC_4.0.0' not found (required by...
<p dir="auto">Previously I was able to use <code class="notranslate">--target x86_64-unknown-linux-musl</code> on rusty_v8 and deno (excluding the plugin). <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="534497075" data-permission-text="Title is private" data-url="https://github.com/...
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....
<ul dir="auto"> <li>Electron version: 1.8.4, recent master (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/electron/electron/commit/0d7becff87743924f4fe639b802c405af47672aa/hovercard" href="https://github.com/electron/electron/commit/0d7becff87743924f4fe639b802c405af47672aa">...
1
<ul dir="auto"> <li>VSCode Version: 1.0.0</li> <li>OS Version: Windows 10</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Create a simple html component (Angular, Aurelia, etc.) file. For example: "my-component.html"</li> <li>Set its content to something like: "<code class="notranslate">&lt;templat...
<ul dir="auto"> <li>VSCode Version: 1.0.0</li> <li>OS Version: OSX 10.11.4</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Try to auto format the following HTML<br> <code class="notranslate">&lt;template&gt;&lt;div&gt;Hello&lt;/div&gt;&lt;div&gt;World&lt;/div&gt;&lt;/template&gt;</code></li> </ol> ...
1
<p dir="auto">Hi,</p> <p dir="auto">Would it be possible to have PointCloud.raycast() supporting PointCloud.material.sizeAttenuation = true?</p> <p dir="auto">Right now PointCloud.raycast() assumes that all the particles are of the same size, which is not the case if sizeAttenuation is used.</p> <p dir="auto">Many than...
<p dir="auto">Thanks so much for adding PointCloud support for RayCasting in r.61! Unless I am missing something, the current implementation assumes that the points are all of the same size. Is it possible to make the raycaster aware of the gl_PointSize of each point, rather than uniformly using params.PointCloud.thr...
1
<p dir="auto">sometimes, you can get a large array of flakes due to oome errors.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" +++ [0307 09:08:06] Building go targets for linux/amd64: cmd/hyperkube +++ [0307 09:08:27] Placing binaries SU...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Project: kubernetes-jenkins-pull Zone: us-central1-b +++ [0307 10:43:30] Verifying Prerequisites.... +++ [0307 10:43:40] Building Docker image kube-build:build-8f5624d469. +++ [0307 10:44:35] Running ...
1
<p dir="auto">In version 14.2, if the duplicate filter should detect whether the URL its ignoring has been sent to a Spider previously. If not, it should not silently ignore the duplicate URL. A recent Request I did had a 302 redirect to an identical URL, before redirecting to a unique URL. It took half an hour before ...
<h3 dir="auto">Description</h3> <p dir="auto">In Scrapy 2.6, an ItemLoader instantiated with a base item keeps a reference to a single same item and instead of loading new items, it repeats the values added, therefore, producing duplicate items.</p> <h3 dir="auto">Steps to Reproduce</h3> <p dir="auto">Run the following...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=tedberg" rel="nofollow">Ted Bergeron</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4528?redirect=false" rel="nofollow">SPR-4528</a></strong> and commented</p> <p dir="auto">Based on my article: <a href="http://w...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jacorob" rel="nofollow">Bob Jacoby</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7940?redirect=false" rel="nofollow">SPR-7940</a></strong> and commented</p> <p dir="auto">One of my beans (using the <code class="n...
0
<p dir="auto">system:W7 32<br> npm:2.15.0<br> node:V4.4.2<br> electron:v1.1.0</p> <p dir="auto">Masters,I am new to electron and nodejs,please help me.<br> When I run "npm install --save-dev electron-rebuild", install unsuccess</p> <p dir="auto">Partial log:<br> 14474 error Windows_NT 6.1.7601<br> 14475 error argv "D:\...
<p dir="auto">system:W7 32<br> npm:2.15.0<br> node:V4.4.2<br> electron:v1.1.0</p> <p dir="auto">Masters,I am new to electron and nodejs,please help me.<br> When I run "npm install --save-dev electron-rebuild", install unsuccess</p> <p dir="auto">Partial log:<br> 14474 error Windows_NT 6.1.7601<br> 14475 error argv "D:\...
1
<p dir="auto">The type system does a great job at mirroring most type patterns in JS, all except mixins/traits, anything that decorates types - which unfortunately is very common in JS.</p> <p dir="auto">Without it the type system remains incomplete - that is, we're still one step short of being able to describe JavaSc...
<p dir="auto">It would simplify a lot of use cases if we could override relational, equality, additive, and Multiplicative operators.</p> <p dir="auto">My initial thoughts on how this would work is that functions would replace the operators with functions when compiling to JavaScript.</p> <div class="snippet-clipboard-...
0
<p dir="auto">I have two containers in a stack and both containers have GestureDetector.The OnTap for the first container is working fine but it's not working with another container.<br> The first container is the image and the second one is the green background aligned partially over the first container.</p> <div clas...
<h2 dir="auto">Steps to Reproduce</h2> <ol dir="auto"> <li>installed flutter and dependencies</li> <li>started the ios simulator</li> <li>created an app</li> <li>wanted to run the app on ios but got errors</li> </ol> <p dir="auto">What should I do?</p> <p dir="auto">This is the log of output...from command line...</p> ...
0
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">ansible 1.6.3</p> <h5 dir="auto">Environment:</h5> <p dir="auto">Ubuntu 14.04</p> <h5 dir="auto">Summary:</h5> <p dir="auto">When using apache2_module for mpm_prefork a change occurs every playbook run, even ...
<p dir="auto">In Ansible Version 1.6.2 the module 'apache2_module', which was added in 1.6, always lists apache modules when being enabled as 'changed' if they have some dependencies.</p> <p dir="auto">Tested with the modules headers, deflate, rewrite, ssl.<br> Here's the output from Ansible:</p> <div class="snippet-cl...
1
<p dir="auto">It is hard to get the zone to the correct position and correct size with the mouse.</p> <p dir="auto">It would be great if we get a edit button left of the close button. There i want to put in the position (x pos, y pos) and the size (width, height) - like in the program WindowManager.</p> <p dir="auto">A...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">When creating custom zones, it's very hard to resize them exactly as you want. In order to get the result you desire, you need to do pixel-perfect movements with the mouse on zones with thick borders.<br> <a target="_blank" rel="noopener noreferre...
0
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">Follow the steps to integrate Google Sign In to iOS app from <a href="https://github.com/flutter/plugins/tree/master/packages/google_sign_in">here</a></p> <h2 dir="auto">Logs</h2> <p dir="auto"><code class="notranslate">flutter run</code> output</p> <div class="snipp...
<h2 dir="auto">Steps to Reproduce</h2> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="set -x mkdir -p Made_Podfiles_use_symlinks_to_local_pods_NOT_WORKING/ pushd Made_Podfiles_use_symlinks_to_local_pods_NOT_WORKING/ flutter cr...
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-generate-random-whole-numbers-with-javascript" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-generate-random-whole-numbers-with-javascript</a> has an issue. Please describe how to reproduce it, and include links to screens...
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-generate-random-whole-numbers-with-javascript" rel="nofollow">http://freecodecamp.com/challenges/waypoint-generate-random-whole-numbers-with-javascript</a> has an issue. Please describe how to reproduce it, and include links to screenshots if ...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> 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">Is there a way to get the equivalent of console.log functionality for the trace (e.g. page.log)? We have a few console.log but they obviously appear in the console and you can't determine when they occurred in relation to steps in the trace.</p>
<p dir="auto">When I use test.step I was expecting to see that step in the trace viewer actions list and not just in the source panel. This would be nice to see and be able to jump to a particular test location or at least have more context while diagnosing the test run. Especially if the contained step were indented...
1
<p dir="auto">Currently, both <code class="notranslate">&lt;small&gt;</code> and <code class="notranslate">small</code> are set to a <code class="notranslate">font-size</code> of 85% <em>fixed</em>. The <code class="notranslate">@font-size-small</code> is <em>not</em> used to set it.</p> <p dir="auto">See <a href="http...
<p dir="auto">Right now, the misc <code class="notranslate">.small</code> mixin in <code class="notranslate">type.less</code> is <a href="https://github.com/twbs/bootstrap/blob/10e9fef85c6afde2b3804df928d9351b0f110a6c/less/type.less#L80">hardwired to <code class="notranslate">85%</code></a>. That same 85% of base <a hr...
1
<p dir="auto">I was surprised (pleasantly so) to read that events bubble through portals and up the component tree rather than the DOM tree. Obviously this means I can detect clicks that occur within my component or child components without having to worry about whether they happen to be portal hosted.</p> <p dir="auto...
<p dir="auto">React version: 17.0.2<br> Relay version: 12.0.0</p> <h2 dir="auto">Steps To Reproduce</h2> <ol dir="auto"> <li>Wrap a component with an ErrorBoundary class to manage errors. Something like this:</li> </ol> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clip...
0
<p dir="auto">So I was trying to workout why my parallel code was taking so long.<br> After-all I only sent the big datastructures once, though a closure as the function that was mapped over.<br> That should happen, once (I thought), since the function is constant<br> Not so</p> <p dir="auto">MWE:</p> <div class="snipp...
<p dir="auto">[Originally posted on -dev by Fermat 618: https://groups.google.com/d/topic/julia-dev/MOt74gNrc9E/discussion]</p> <p dir="auto">When I assign a lambda to a function,</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; f(x) =...
0
<h2 dir="auto">📝 Provide a description of the new feature</h2> <p dir="auto"><em>What is the expected behavior of the proposed feature? What is the scenario this would be used?</em></p> <hr> <p dir="auto">I hope there's some configurable preference for setting priorities of results in PT run.<br> For example, I can s...
<h1 dir="auto">History</h1> <p dir="auto">When first launched, it would be great if PowerToys Run could display a history of the last commands run (until keyboard input is made). This would help to replicate the old Run command's dropdown functionality which displays a history of commands.</p>
0
<p dir="auto">Because of PHP 7, <code class="notranslate">Symfony\Component\Console\Application::renderException()</code> should also accept <code class="notranslate">\Throwable</code> type.</p>
<p dir="auto">when a command throws a fatal error in PHP7, the exception produced is handled by global error handler, not application error handler.</p> <p dir="auto">thus the error message is properly handled, but the exit code is not.</p> <p dir="auto">such code for example (for tests or more) could lead to such beha...
1
<p dir="auto">From <a class="issue-link js-issue-link notranslate" rel="noopener noreferrer nofollow" href="https://task.ms/21430356">MSFT:21430356</a></p> <p dir="auto">After CTRL+Scroll to zoom in and out a ton, the text gets garbled</p> <p dir="auto">I scrolled with CTRL+Scroll to make it really small and really big...
<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.18932.1000] Windows Terminal version (if applicable): 0.2.1831.0 Any other software? VIM - Vi IMproved 8.1 (2018 ...
0
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p> <p dir="auto">I would love to be able to use Drizzle from SQLAlchemy... so it sort of needs a dialect. I'll start working on one...</p> <hr> <p dir="auto">Attachments: <a href="../wiki/imported_issue_attachments/1869/add_drizzle_dialect....
<p dir="auto"><strong>Migrated issue, originally created by Chris Wilson (<a href="https://github.com/qris1">@qris1</a>)</strong></p> <p dir="auto">We have a complex system with mapped classes defined in many different files, used by different applications. Therefore we use derived-map polymorphic loading to load only ...
0
<p dir="auto">Hi, I created an env with conda, installed TF, then installed PyTorch, then "pip install git+<a href="https://github.com/huggingface/transformers">https://github.com/huggingface/transformers</a>", but when I ran 'python -c "from transformers import pipeline; print(pipeline('sentiment-analysis')('I hate yo...
<ul dir="auto"> <li><code class="notranslate">transformers</code> 4.2</li> <li>Platform: MacOS</li> <li>Python version: 3.7.9</li> <li>PyTorch version (GPU?): CPU</li> <li>Tensorflow version (GPU?): CPU</li> <li>Using GPU in script?: No</li> <li>Using distributed or parallel set-up in script?: No</li> <li>Pip Version: ...
1
<p dir="auto">The following code snippet:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np print(np.array(-2, dtype=np.float32).astype(np.uint8))"><pre class="notranslate"><span class="pl-k">import</span> <s...
<p dir="auto">With <code class="notranslate">ndarray.astype(..., casting="unsafe")</code> float arrays with NaN/inf will be converted to <code class="notranslate">np.iinfo(dtype).min/max</code>,</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipbo...
1
<p dir="auto">After closing a modal once, when I open it again and try to close (using the "Close" buton or "X" button) nothing happens.</p> <p dir="auto">I found that it has to do with commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/twbs/bootstrap/commit/a4f0e8d37ab109...
<p dir="auto">Hi,</p> <p dir="auto">The code used on last Thursday worked fine. But after updated to latest code on Monday (GMT+8), the modal dialog when clicks to dismiss for seconds onward cannot be close.</p> <p dir="auto">I am checking on source code line 932, if I commented out this line then it is working again.<...
1
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1080" rel="nofollow">http://projects.scipy.org/scipy/ticket/1080</a> on 2009-12-29 by trac user mshafiei, assigned to unknown.</em></p> <p dir="auto">the new version of scipy i.e. 0.7.1 and 0.7.0 des not include the "signal" subpackage. ...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1079" rel="nofollow">http://projects.scipy.org/scipy/ticket/1079</a> on 2009-12-29 by trac user mshafiei, assigned to unknown.</em></p> <p dir="auto">I installed new version of the scipy () for windows using exe file for python 2.5 and th...
1
<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>Windows build number: [Windows 10 - 2004]</li> <li>PowerToys version: 0.20.0</li> </ul> <p dir="auto">Please op...
<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
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">import_tasks</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 conf...
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">1.8.2</p> <h5 dir="auto">Environment:</h5> <p dir="auto">OSX 10.8.5</p> <h5 dir="auto">Summary:</h5> <p dir="auto">Fact gathering fails when cloud module deletes server and roles play is called with a when co...
0
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/aayushkapoor206/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/aayushkapoor206">@aayushkapoor206</a> on April 7, 2016 19:33</em></p> <ul dir=...
<p dir="auto">In VS Code (as it uses the built in formatter, I assume this is the best place to put the issue), the TS formatting produces this:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="foo() .then&lt;void&gt;( function(): void { }...
1
<p dir="auto">Right now while using decorators the javascript seems to work, but the types are too strict.</p> <p dir="auto">As you can see <a href="http://www.typescriptlang.org/Playground#src=declare%20var%20_%3A%20any%3B%0Aexport%20function%20Throttle%28milli%3A%20number%29%20%7B%0A%09interface%20Throttled%20extends...
<p dir="auto">If we can get this to type check properly, we would have perfect support for boilerplate-free mixins:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="declare function Blah&lt;T&gt;(target: T): T &amp; {foo: number} ...
1
<p dir="auto">I desire to visualize a mesh + its wireframe. The mesh is open and therefore some back faces are visible.</p> <p dir="auto">Using a solid color for the wireframe gives uneven contrast between the shaded triangles and the unshaded edges:</p> <p dir="auto"><a href="http://jsfiddle.net/4nf8y3z1/1/" rel="nofo...
<p dir="auto">Know of anything like that? Trying to learn more about the history, approach, goals, etc.<br> Thanks!</p>
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.0.0</li> <li>Operating System / Platform =&gt; Windows7</li> <li>Compiler =&gt; VS</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">In <code class="notranslate">haarfeatures.cpp</code> in OpenCV I see the following im...
<p dir="auto">Can anyone suggest how to create pbtxt file for architecture other than ssd, mask -rcnn and faster-rcnn.</p> <h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; <g-emoji class="g-emoji" alias="grey_question" fallback-src="https://github.githubassets.com/images/icons/emoji/u...
0
<p dir="auto">Hi,</p> <p dir="auto">I am new to electron. I tried to build my own Internet browser with several tabs using electron. Each tab contains a webview element. I have put src value to each webview element but I found when I launch the browser only the webview in active tab was immediately loading. The rest of...
<p dir="auto">Hi,</p> <p dir="auto">It would be nice if element can be detached into separate window for rendering. I don't know if this can be done in electron atm.</p>
1
<h3 dir="auto">Describe the workflow you want to enable</h3> <p dir="auto">I need to use <code class="notranslate">StratifiedGroupKFold</code> on my data.</p> <p dir="auto">Unlike <code class="notranslate">cross_validate</code>, <code class="notranslate">SequentialFeatureSelector.fit</code> method has no <code class="n...
<h3 dir="auto">Describe the workflow you want to enable</h3> <p dir="auto">I would like to be able to pass sample weights to the <code class="notranslate">fit</code> method of the estimator in <code class="notranslate">SequentialFeatureSelector</code>. (<code class="notranslate">SelectFromModel</code> has this feature ...
1
<p dir="auto">I'm not sure what the best medium to have this discussion in, so let's just use an issue for now.</p> <h3 dir="auto">WorkspaceView</h3> <p dir="auto"><strong>Add</strong></p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"...
<p dir="auto">Not sure how to describe this or what actually caused it. After hitting cmd+z a few times, the debugger opened and code started duplicating in my file strangely. I restarted atom and tried to open the folder again, but the window stays white and I get this in the console:</p> <div class="snippet-clipboard...
0
<h5 dir="auto">ISSUE TYPE</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 1.9.4 configured module search path = None"><pre class="notranslate"><code class="notranslate...
<p dir="auto">From <a href="https://groups.google.com/forum/#!topic/ansible-project/2JDkLFsvMcA" rel="nofollow">https://groups.google.com/forum/#!topic/ansible-project/2JDkLFsvMcA</a></p> <p dir="auto">I'm having some trouble with the new Ansible 2 when trying to run ping on a host that works with 1.9.4.</p> <p dir="au...
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-add-a-submit-button-to-a-form#?solution=%3Clink%20href%3D%22http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster%22%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-add-a-submit-button-to-a-form" rel="nofollow">Waypoint: Add a Submit Button to a Form</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chr...
1
<p dir="auto">Hi all,</p> <p dir="auto">In my Electron app, I capture navigation events from a webview in the main window and display the contents in a second window.</p> <p dir="auto">Capturing the event and displaying the selected contents in the second window using <code class="notranslate">webview.addEventListener(...
<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"> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.</li> <li ...
0
<p dir="auto">Looking at wells (<a href="http://getbootstrap.com/components/#wells" rel="nofollow">http://getbootstrap.com/components/#wells</a>) and contextual text and backgrounds (<a href="http://getbootstrap.com/css/#helper-classes" rel="nofollow">http://getbootstrap.com/css/#helper-classes</a>) and noticed these a...
<p dir="auto">I've coded:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;div class=&quot;well bg-success&quot;&gt;some text&lt;/div&gt;"><pre class="notranslate"><code class="notranslate">&lt;div class="well bg-success"&gt;some text&lt;/di...
1
<p dir="auto">I am building a blog with Next.js. I need my contact page to include a contact form so visitors can send emails via Nodemailer.</p> <p dir="auto">I am fairly new to Express so I feel in a little over my head. Should I be customizing the Next.js server?</p> <p dir="auto">Or should I make a separate server?...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected ...
0
<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 =&...
<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 =&...
1
<p dir="auto">So, I use my text editor for all kinds of things (writing code, reading readmes, editing dotfiles, etc). One of the things I do most often during any given day is open up large log files to troubleshoot Enterprise problems. These files can sometimes get as large as 500-800MB.</p> <p dir="auto">I just trie...
1
<p dir="auto">First discussed here: <a href="https://discourse.julialang.org/t/unnecessary-where-t-causes-huge-performance-drop/31078" rel="nofollow">https://discourse.julialang.org/t/unnecessary-where-t-causes-huge-performance-drop/31078</a></p> <p dir="auto">Given the following functions in a Julia 1.3rc4 session:</p...
<p dir="auto">Under some circumstances, having an unused typevar in a method definition causes the method to unexpectedly allocate and perform poorly. For example:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; func...
1
<p dir="auto">Adjacent patch objects which share an edge show a visible seam at the coincident edge for edgecolor=None. I've verified via reading the raw text in the pdf file that the points are precisely coincident and only polygons exist and there are no lines outlining the patches. The problem continues for raster...
<p dir="auto">This is the underlying problem raised in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="6572843" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/1178" data-hovercard-type="pull_request" data-hovercard-url="/matplotlib/m...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/xxxx</code> package and had problems.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-li...
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/andy-ms/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/andy-ms">@andy-ms</a> <a class="user-mention notranslate" data-hovercard-type="user" data-hover...
0
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; df = pd.DataFrame([[1, 2], [3, 4]], columns=['a', 'b']) &gt;&gt;&gt; ar = np.array(0) &gt;&gt;&gt; df.iloc[ar] Traceback (most recent call last): ... ... File &qu...
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <p dir="auto">The code below works correctly.</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="df=pd.DataFrame([[1,2],[3,4]]) df.iloc[np.array([0])]"><pre cl...
1