text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item">
<p dir="auto"><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. <a class="commit-link... | <h1 dir="auto">problem one: request be executed at the wrong time</h1>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" def _schedule_bucket_request(self, request, bucket, tokens):
bucket.can_consume(tokens)
bu... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="c... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" 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 |
<h5 dir="auto">Description of the problem</h5>
<p dir="auto"><a href="https://jsfiddle.net/liyuanqiu/wkdgt8h7/5/" rel="nofollow">JSFiddle here</a></p>
<p dir="auto">I record the performance in Chrome when running this JSFiddle, it shows:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.gith... | <p dir="auto">Right now the only way to tell the <em>RayCaster</em> to include an object or not is with setting layers, and it is limited to checking any one of the <em>RayCaster</em>'s layers is included in the objects layers.</p>
<p dir="auto">Because this check exists outside the object in a separate function, in or... | 0 |
<p dir="auto">hi</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="when i setting file_urls "http://m.baidu.com/api?action=redirect&token=kpyysd&from=1014090y&type=app&dltype=new&refid=2650327114&tj=soft_5845028_88031... | <p dir="auto">Basically, what's happened is that my spider is unable to download the files because the file_urls provided are actually redirected to the final download link. However, because of the following code, the redirect download middleware is effectively disabled, which makes the download fail.</p>
<div class="s... | 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/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected ... | <p dir="auto">Changing the hash in the URL causes getInitialProps to be fired, which I think should've been fixed in <a href="https://github.com/zeit/next.js/pull/1250" data-hovercard-type="pull_request" data-hovercard-url="/vercel/next.js/pull/1250/hovercard">this PR</a>. See the following example repo: <a href="https... | 0 |
<p dir="auto">Deno claims to be a "secure runtime for JavaScript and TYPESCRIPT", and it is one of the main reasons why I started looking into Deno.</p>
<p dir="auto">And yet, a simple test on <code class="notranslate">deno repl</code> shows that the typescript is not really supported. Is this by design? Is this Deno's... | <p dir="auto">PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="370451551" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/998" data-hovercard-type="pull_request" data-hovercard-url="/denoland/deno/pull/998/hovercard" href="https://github.co... | 1 |
<p dir="auto">I experience the following problem using the 0.3.5 binary on Windows 7.<br>
Could anyone confirm, please ?</p>
<p dir="auto">I could go back to previous binary versions,<br>
0.3.3 was OK, the problem appeared in 0.3.4.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" ... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help(... | 1 |
<p dir="auto">I'm missing a getAssertType() function in the ConstraintViolation class which would indicate which constraint triggered the violation.</p>
<p dir="auto">This is useful when you make your own error response format, as currently it's impossible to tell which of the constraints on a member was triggered.</p> | <p dir="auto">Following my <a href="http://stackoverflow.com/q/15206637/744147" rel="nofollow">(unanswered) question at StackOverflow</a> I'm reporting this as a bug, as no one seems to know the answer.</p>
<p dir="auto">Currently there's no way that I can see to populate the <code class="notranslate">code</code> prope... | 1 |
<h3 dir="auto">Describe your issue.</h3>
<p dir="auto">Using RegularGridInterpolator on a read-only 2D array with dtype numpy.float64 raises <code class="notranslate">ValueError: buffer source is read-only</code>. Of course, read-write access shouldn't be required to interpolate.</p>
<p dir="auto">It works for 2D array... | <h3 dir="auto">Describe your issue.</h3>
<p dir="auto">Using a slightly modified version of the example from the documentation</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy
from scipy.interpolate import interpn... | 1 |
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Windows 10 v1803 Pro 64bit English</li>
<li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:N/A</li>
<li>TensorFlow installed from (source or bin... | <p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes</li>
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10</li>
<li>TensorFlow installed from (source or binary): Binary (Anacon... | 0 |
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mapreri/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mapreri">@mapreri</a> on December 24, 2014 15:19</em></p>
<h5 dir="auto">ISSUE TYPE</h... | <ul dir="auto">
<li>Feature Idea</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">ec2_group</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.2.0
config file = /home/aaron/projects/ops/... | 0 |
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function f(a, b)
for i = 1:1000000
size(a) == size(b)
end
end
julia> @time f([1], [1])
elapsed time: 0.096288154 seconds (48000208 bytes allocated, 47.00% gc time... | <p dir="auto">Hi all,</p>
<p dir="auto">The following code seems to allocate a lot of memory:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function test!(arr::Array{(Int, Int)})
for i = 1:10_000_000
arr[1] = arr... | 1 |
<p dir="auto">Support compiling multiple input .ts files into one external module.</p>
<p dir="auto">Need to determine exactly how the module boundaries are defined when doing this.</p> | <p dir="auto">For simple tsc projects, I just want to use tsc as my build command. Since tsc supports most options in tsconfig.json, it would be awesome if tsc could take --incremental as an argument, check if any of the sources are newer than the outputs and early exist if no sources are newer.</p>
<p dir="auto">Curre... | 0 |
<h3 dir="auto"><strong>update</strong> - for real ORM upsert, please see SQLAlchemy 2.0's new feature at <a href="https://docs.sqlalchemy.org/en/20/orm/queryguide/dml.html#orm-upsert-statements" rel="nofollow">https://docs.sqlalchemy.org/en/20/orm/queryguide/dml.html#orm-upsert-statements</a></h3>
<p dir="auto">Current... | <p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">Let's consider the example given in the documentation.<br>
One can do:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="s.query(User).filter(User.us... | 0 |
<p dir="auto">Is there an easy way to disable jitting for a part of the code only?</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="# can't @jax.jit because it contains a non-jittable section
def foo(a):
b = bar(a) # jittab... | <p dir="auto">It would be great to be able to <code class="notranslate">jit</code> functions that make use of custom CPU operation, i.e., implemented with NumPy arrays. This would be a really valuable extension point for integrating JAX with existing codes/algorithms, and would possibly solve the final remaining use-ca... | 1 |
<p dir="auto"><strong>Content:</strong> To support <code class="notranslate">Top(expression)</code> of SQLServer query SQL, the first step is to parse this grammar through Sharding-Parser.</p>
<p dir="auto"><strong>Difficulty Rating:</strong> ★★★☆☆</p>
<p dir="auto"><strong>Requirements:</strong><br>
- Understand <cod... | <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/incubator-shardingsphere/issues">GitHub issues</a>.</li>
<li>Rea... | 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.18363.836
PowerToys version: 0.18.2
PowerToy module for which you are reporting the bug (if applicable): Run"><pre class="notranslate"><code... | <p dir="auto">I've only tried PowerToys Run for the second time; coming from KeyPirinha, it feels a little slow, but the last release is a lot faster than it was, so kudos.</p>
<p dir="auto">I'd like to propose some settings toggles to facilitate what could become the central place to launch things on Windows machines,... | 0 |
<p dir="auto">Setting <code class="notranslate">lights: false</code> for <code class="notranslate">MeshStandardMaterial</code> throws an error in the console</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var material = new Mesh... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto"><a href="http://hedges.org/thehedges/Ver21.wrl" rel="nofollow">Here</a> is one such example of a text node with a "size" field containing only one number.</p>
<h5 dir="auto">Three.js version</h5>
<ul class="contains-task-list">
<li class="task-list-item"><inp... | 0 |
<p dir="auto">We found that Glide did not work well when loading some larger GIFs, and in order to optimize it, we converted the GIF to webp, but it's a surprise that glide does not support loading it, There are someone trying to embed Fresco's webp-animite module in Glide now, but there are some uncontrollable issues.... | <p dir="auto">Will be very great if you will add a support for WebP format. Witch includes loading WebP images and playing the animations.. Like the Fresco library does.</p>
<p dir="auto">To add support of loading images shouldn't be hard.. the challenge is to add animation playing support.</p>
<p dir="auto">Tnx.</p> | 1 |
<p dir="auto">Hi</p>
<p dir="auto">One may want to evaluate perplexity in language modelling task. In this case it is necessary to average over sequence length, then take exponent and only then average over batch size.</p>
<p dir="auto">For now it is impossible to implement such logic with <code class="notranslate">tor... | <p dir="auto">After it was verified on <a href="https://discuss.pytorch.org/t/loaded-network-has-different-shape-but-works-anyway/19398" rel="nofollow">discuss.pytorch</a> that this is indeed unwanted behaviour, I am forwarding this to you:</p>
<h2 dir="auto">Issue description</h2>
<p dir="auto">I trained a model with ... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><inp... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> 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"><strong>Glide Version</strong>:</p>
<p dir="auto"><strong>Integration libraries</strong>:</p>
<p dir="auto"><strong>Device/Android Version</strong>:</p>
<p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:</p>
<p dir="auto"><strong>Glide load line / <code class="notranslat... | <p dir="auto">It'd be great if Glide can support Jetpack compose with a composable like <code class="notranslate">GlideImage</code></p>
<p dir="auto"><strong>Expected Usage (minimum)</strong></p>
<div class="highlight highlight-source-kotlin notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard... | 1 |
<p dir="auto">Build 0.0.23-pre.43, installed via Play Store.<br>
The "Rows per page" text is cut off in portrait mode on a Nexus 5:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/22935389/35997484-e96a1928-0d19-11e8-86ad-e9648671a3d5.png"><img src... | <h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>Install the Flutter Gallery alpha from the Play store</li>
<li>Open the app & navigate to Material Components: Data tables</li>
<li>Scroll to the bottom</li>
<li>The filter on the bottom left is outside the table</li>
</ol>
<p dir="auto"><a target="_blank" ... | 1 |
<p dir="auto">Python 3.7.5 (default, Oct 31 2019, 15:18:51) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32,</p>
<blockquote>
<blockquote>
<blockquote>
<p dir="auto">import seaborn as sns<br>
import numpy as np</p>
</blockquote>
</blockquote>
</blockquote>
<blockquote>
<blockquote>
<blockquote>
<p dir="auto">sns... | <p dir="auto">python: 3.6.9<br>
seaborn version: 0.9.0<br>
matplotlib version: 3.1.2<br>
matplotlib backend: module://ipykernel.pylab.backend_inline</p>
<p dir="auto">Trying to get a diverging palette and running code from documentation:<br>
<a href="https://seaborn.pydata.org/generated/seaborn.diverging_palette.html" ... | 1 |
<p dir="auto">Hi!</p>
<p dir="auto">I'm consuming declaration files from the node packages in my project so I'm not able to modify them.<br>
Therefore I opted to override module definition.</p>
<p dir="auto">I use redux and redux-thunk. Without this override of Dispatch type all my uses of dispatch will complain about ... | <p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.9.0-dev.20160518-1.0</p>
<p dir="auto"><strong>Code</strong></p>
<p dir="auto"><code class="notranslate">bar/index.ts</code>:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboar... | 0 |
<p dir="auto">When I run an HTTPS server, somehow a request will trigger a panic error.</p>
<p dir="auto">ConnectionReset: Connection reset by peer (os error 104)</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error: Uncaught ConnectionReset: ... | <p dir="auto">I have a problem running an <code class="notranslate">https</code> server and I can't solve it on my own. I tried various things which include:</p>
<ul dir="auto">
<li>switching linux distros</li>
<li>using different ssl certificates</li>
<li>changing server configurations</li>
<li>different domains</li>
... | 1 |
<p dir="auto">I have developed a desktop app with electron.<br>
I have put setLoginItemSettings on windows startup windows , my app should start at start on windows. Some of my functionality is not working properly(Only login is working).</p> | <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/main/CONTRIBUTING.md">Contributing Guidelines</a> for this project.</... | 0 |
<p dir="auto">Most of RESTFull API's just ignores extra data submitted to their actions because in some cases doesn't make any sense show an error, mainly when you are working with unnamed forms. When you don't have subforms, a terrible workaround with problematic performance is:</p>
<div class="highlight highlight-tex... | <p dir="auto"><code class="notranslate">bind</code>ing partial parameters effectively clears all existing values from the model and only persists the new parameters that are passed in. See example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conten... | 1 |
<ol dir="auto">
<li>I want to know when will invoke "webhook" or "ABAC" in source code.</li>
<li>For mode "webhook", what resources(eg. pods) can users perform what operation(create, delete)?</li>
<li>I want to know it clearly in source code.</li>
</ol>
<p dir="auto">Thank you !</p> | <p dir="auto">1 Is webhook plugin stable?<br>
2 How webhook works?<br>
3 How can I use webhook and where can find detailed information.</p>
<p dir="auto">Thank you very much!</p> | 1 |
<p dir="auto">Managed timestamp. Always incremental.</p> | <p dir="auto">Apache Druid 0.19.0 contains around 200 new features, bug fixes, performance enhancements, documentation improvements, and additional test coverage from 51 contributors. Refer to the <a href="https://github.com/apache/druid/compare/0.18.1...0.19.0">complete list of changes</a> and <a href="https://github.... | 0 |
<p dir="auto">On a Nexus 5, go landscape. Then, open Gallery. Tap into Text inputs. Tap into "re-type password". (Actually, this happens when I tap into any text field on this demo)</p>
<p dir="auto">Here's what I see:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubuse... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">Pubspec</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="dependencies:
flutter:
sdk: flutter
video_player: ^0.6.5"><pre class="notranslate"><span class="pl-ent">depend... | 0 |
<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">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 ... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">Whenever I try to import scipy I get this error regarding 'Type'.</p>
<p dir="auto">I am using Python 3.5.1</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import scipy"><pre class="notranslate"><code class="... | <p dir="auto">Import of scipy fails with an import error:</p>
<p dir="auto">'>>> import scipy<br>
Traceback (most recent call last):<br>
File "<pyshell#1>", line 1, in <br>
import scipy<br>
File "C:\Users\user\pyvenvs\lmfit-test\lib\site-packages\scipy_<em>init</em>_.py", line 156, in <br>
from . import ... | 1 |
<h2 dir="auto">Exception:</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="...
File "inception/slim/variables.py", line 290, in variable
trainable=trainable, collections=collections)
File "/usr/local/lib/python2.7/dist-packages... | <p dir="auto">I'm using TensorFlow on Windows Server 2012, TensorFlow version is 0.12.1<br>
I've install CUDA (CUDA Version 8.0.44), and install cuDnn (cuDNN v5.1 (August 10, 2016), for CUDA 8.0).</p>
<p dir="auto">that cuDnn is build for windows 10.</p>
<p dir="auto">But when I run my tensorflow code is get some error... | 0 |
<p dir="auto">As pointed out on a <a href="https://github.com/denoland/deno_install/issues/181" data-hovercard-type="issue" data-hovercard-url="/denoland/deno_install/issues/181/hovercard">deno_install/#181</a> thread, there seems to have some issues on running Deno 1.8.0 on Windows 7, which is not a problem on Ubuntu ... | <p dir="auto">Hello today I tried to update deno from 1.7.0 to the latest version with the <code class="notranslate">deno update</code> command. However it was unable to update and threw an error of System.IO.Compression.FileSystem . The operating system I am using is Windows 7 SP1. Here is the complete log of the erro... | 1 |
<ul dir="auto">
<li>Electron version: 1.6.1</li>
<li>Operating system: MacOS</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">Show the page loaded by the webview;</p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">the webview must reload the page to show its contents.</p>
<h3 dir="auto">How to reproduc... | <p dir="auto">In the repro case below, the webview is initially created with <code class="notranslate">visibility: hidden</code>. After a short delay, we switch to <code class="notranslate">visibility: visible</code>. The expected behaviour is that github.com is displayed in the webview regardless of the timeout durati... | 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://jsbin.com/zoniwudugo/edit?html,console,output" rel="nofollow">https://jsbin.com/zoniwudugo/edit?html,console,output</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Attempt to instantiat... | <h3 dir="auto">Version</h3>
<p dir="auto">2.6.11</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codesandbox.io/s/prod-http-o0x6q?file=/src/App.vue" rel="nofollow">https://codesandbox.io/s/prod-http-o0x6q?file=/src/App.vue</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">If I assign... | 0 |
<h1 dir="auto">Feature request</h1>
<h2 dir="auto">Is your feature request related to a problem? Please describe.</h2>
<p dir="auto">There are directories in "pages" whose contents should all have the same layout. For example, an "articles" directory might have articles written in .mdx, which compile to react elements.... | <p dir="auto"><strong>Edit July 2021:</strong> The layouts example has been updated to persist state across page transitions: <a href="https://github.com/vercel/next.js/tree/canary/examples/layout-component">https://github.com/vercel/next.js/tree/canary/examples/layout-component</a></p> | 1 |
<h5 dir="auto">Description of the problem</h5>
<p dir="auto">When creating a polygon with constructPathShape.toShapes the order of the constructpathshapes commands plays a role which shouldn't be the case. (I think so)<br>
I am adding a hole than the outer vertice then again a hole.<br>
The last hole is not recognized.... | <p dir="auto">Adding this to the WebGlRenderer seems to work. It means it is not duplicating a second Frustrum instance and projection matrix.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="this.isVisible = function(target) {
console.log(&... | 0 |
<h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">💻</g-emoji></h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a ... | <h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">💻</g-emoji></h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a ... | 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 |
<p dir="auto">Hi @bschussek</p>
<p dir="auto">I'm having an issue since I've updated my code to Symfony v2.3.1, I have an embed form defined as virtual and neither <code class="notranslate">FormEvents::PRE_SET_DATA</code> event nor <code class="notranslate">setData</code> method are called anymore.</p>
<p dir="auto">I ... | <p dir="auto">Probably in Symfony 2.4 I'm going to make a few changes to the form architecture to enforce a proper form lifecycle. A BC layer will be provided until Symfony 3.0.</p>
<p dir="auto">I'm writing this mainly as instructions to my future me, but anyone interested in the topic is invited to chime in :)</p>
<h... | 1 |
<p dir="auto">Similar to how file explorers/tree views work on most platforms, it would be convenient to be able to navigate through the folder explorer using a-z. For example:</p>
<ul dir="auto">
<li><kbd>ctrl</kbd>+<kbd>0</kbd> or click to focus sidebar</li>
<li>Type "foo" in quick succession to go to the directory (... | <ul dir="auto">
<li>VSCode Version: Any</li>
<li>OS Version: Any</li>
</ul>
<p dir="auto"><strong>Feature Proposal</strong><br>
When opening a folder containing hundreds of items (for example: <code class="notranslate">node_modules</code>) There is no easy way to get to a child folder/file without scrolling around.</p>... | 1 |
<p dir="auto">All doc links reference <code class="notranslate">window.parent.goTo</code> which has possibly never worked(?)</p>
<p dir="auto">First commit referencing <code class="notranslate">window.parent.goTo</code> by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mrdoob/... | <p dir="auto">I've been looking at contributing documentation changes and noticed that there are some inconsistencies with the return value of methods.</p>
<p dir="auto">For example, <a href="http://threejs.org/docs/#Reference/Math/Vector3" rel="nofollow">Vector3's page</a> has a <code class="notranslate">this</code> a... | 1 |
<p dir="auto">The current airflow scheduler architecture can scan the DAG, understand the cron schedule defined in the DAG and submit a task to a local/remote executor. This works best for most of use cases to automate any flavor of workflows. The cron schedule can fit most of workflow patterns but there are few comple... | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.1.3</p>
<h3 dir="auto">Operating System</h3>
<p dir="auto">Linux</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Deployment</h3>
<p dir="auto">Other</p>
<h3 dir="auto">Deployment details</h3>
<p... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Feature Idea</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">vault</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">2.3</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">Extend the --output flag to work with the encrypt_string action to update/add the vari... | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">ansible 1.5.2</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Ubuntu 12.04</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">SSL verification fails when attempting to use the hipchat module</p>
<h5 dir="auto"... | 0 |
<p dir="auto">This is a roundup issue for Kubernetes 1.4 and a tracker to orient folks on the ongoing work. It is focused on all components that touch the API, but not necessarily the total system. It also serves to identify areas where folks can get involved.</p>
<p dir="auto">Track issues using <a href="https://git... | <p dir="auto">There is a lot of copied bash between the various providers. We should create a shared library that multiple providers can use that'll simplify the amount of code for each provider.</p> | 0 |
<p dir="auto">See<br>
<a href="https://groups.google.com/d/msg/elasticsearch/OZsc5ofNhag/9JfwSy-CEMwJ" rel="nofollow">https://groups.google.com/d/msg/elasticsearch/OZsc5ofNhag/9JfwSy-CEMwJ</a> where Shay says "...with the design of the facets, if shouldn't be hard to implement..."</p> | <p dir="auto">This might sound entirely trivial, but this would be a real boon for consistency in our aggregation parsing code. <code class="notranslate">doc_count</code> is currently a property of each bucket in a bucket agg, which makes it an exception when walking the aggregation tree.</p>
<p dir="auto">If we could ... | 0 |
<p dir="auto">electron-v0.30.4-linux-x64.zip<br>
Linux Mint 17.2</p>
<p dir="auto">Menus are twice (or larger?) the size they should be. This includes the context menu in dev tools which occupies a very large area but I wasn't able to capture a shot of it.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer n... | <p dir="auto">I am trying to convert my webpage to PDF using webContents.printToPDF. Most of the times its working fine but for <strong>pages containing iframe</strong> which I am using for youtube videos this method doesn't end at all. To update the electron version is impossible for my application. I tried to use web... | 0 |
<p dir="auto">This returns 0, and is not consistent with:<br>
length(“\0q”) -> 2<br>
length(utf16(“\0q”) -> 2<br>
length(utf32(“\0q”) -> 2<br>
length(utf16(“\0\uff) -> 2</p> | <p dir="auto">This <a href="http://stackoverflow.com/questions/43712385/converting-arrayarrayfloat64-1-1-to-arrayfloat64-2-in-julia" rel="nofollow">comes up periodically</a> and it's a bit embarrassing that our official answer right now involves a inefficient splatting. We should have a function – maybe call it <code c... | 0 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18362.175]
Windows Terminal version (if applicable):0.3.2171.0"><pre lang="none" class="notranslate"><code class="... | <p dir="auto">NOTE: This is different from, but may be related to, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="476508524" data-permission-text="Title is private" data-url="https://github.com/microsoft/terminal/issues/2230" data-hovercard-type="issue" data-hovercard-url="/microsof... | 1 |
<p dir="auto">Seen once:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="##### GOMAXPROCS=2 runtime -cpu=1,2,4
--- FAIL: TestGcSys (0.04s)
crash_test.go:92: building source: exit status 2
panic: runtime error: slice bounds out of ra... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="##### GOMAXPROCS=2 runtime -cpu=1,2,4
--- FAIL: TestStackOverflow (0.04s)
crash_test.go:92: building source: exit status 2
panic: runtime error: slice bounds out of range
fatal err... | 1 |
<p dir="auto">We're due to release 0.13.1 in a few days (or as soon as we clear the queue),<br>
as a bugfix release stabilising 0.13.0, allowing us to start on the 3 month release cycle for 0.14.</p>
<p dir="auto">Anything that isn't in 0.13.1 will have to wait until then to hit pypi.</p>
<p dir="auto">Any objections, ... | <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="import pandas as pd
df = pd.read_csv('https://user-name:pwd@my.fqdn.com:8080/get_content.csv')
# fails with urlo... | 0 |
<p dir="auto">Example:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Component {
static all : Array<typeof Component>
static constructor() {
Component.all.push( this )
}
}
class MyButton extends... | <p dir="auto">A <strong>static constructor</strong> is a function that is run only once when the class is loaded. It can be used to initialize static class members and maybe as entry point to the application.</p>
<p dir="auto">Suggested syntax is:</p>
<div class="highlight highlight-source-ts notranslate position-relat... | 1 |
<ul dir="auto">
<li>Electron Version: 2.0.1</li>
<li>Operating System (Platform and Version): MacOS 10.13.1</li>
<li>Last known working Electron version: 2.0.1</li>
</ul>
<p dir="auto"><strong>Expected Behavior</strong><br>
This error occurred when registered the shortcut in only meta key combination.<br>
For example, ... | <ul dir="auto">
<li>Electron version: 1.6</li>
<li>Operating system: windows 10</li>
</ul>
<p dir="auto">I can't register a combination of modifiers as a global shortcut.</p>
<p dir="auto">When doing: <code class="notranslate">globalShortcut.register( "Shift+Super", someFunction );</code> I expect to have the function... | 1 |
<ul dir="auto">
<li>Electron version: 1.4.1</li>
<li>Operating system: macOS Sierra</li>
</ul>
<p dir="auto">Crash reporter do not send data. I got empty POST variable on server !</p> | <ul dir="auto">
<li>Electron version: 1.4.0</li>
<li>Operating system: Windows 7 64bit (using exe packaged by electron-builder for "win32 x64")</li>
</ul>
<p dir="auto">If the Crash reporter wants to send something it doesn't really send anything. In the Server logs nothing is there. And no crash report seems to be tri... | 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 included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br>
(if you are not able to do this, then at le... | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contrib... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">... | 0 |
<p dir="auto">This may be a result of being an early user (or something I did wrong), if so, feel free to #wontfix, but if I right click an MD file and select "open with" to open in Chrome on OS X, I get what I believe to be every version ever installed as an option. Verified in Applications that only one version exist... | <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... | 1 |
<p dir="auto">I'm encountering the same bug reported in <a href="https://issues.apache.org/jira/browse/AIRFLOW-3534" rel="nofollow">https://issues.apache.org/jira/browse/AIRFLOW-3534</a>, with airflow 1.10.12.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-... | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.2.3 (latest released)</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">In the configuration file, we specified a <code class="notranslate">sql_alchemy_conn_cmd</code> so that the main sql alchemy connection is loaded from a command. However, when using such... | 0 |
<p dir="auto">I have an indexed BufferGeometry and indexed set of uvs. I have been unsuccessfully trying to pass uv coordinates per face per vertex to the vertex shader as it seems that BufferGeometry expects exactly one uv vertex per geometry vertex.</p>
<p dir="auto">I resorted to using Geometry.fromBufferGeometry an... | <p dir="auto">Hi guys,</p>
<p dir="auto">I wanted to try and contribute to Three.js and this thread is for discussing about the stuff i wrote.</p>
<p dir="auto">The questions that are open:</p>
<ol dir="auto">
<li>Do you want to use this functionality or do you think three.js needs it?</li>
<li>What do you think of my ... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="➜ matrix-rs git:(master) ✗ RUST_BACKTRACE=1 cargo build --verbose
Fresh rustc-serialize v0.2.4
Fresh num v0.1.5
Compiling matrix-rs v0.0.1 (file:///home/rvlander/CloudStation/WIP/mat... | <p dir="auto">This 3-liner crashes rustc:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="struct CrashIt;
impl Iterator for CrashIt { }
fn main() { }"><pre class="notranslate"><span class="pl-k">struct</span> <span class="pl-sm... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer" rel="nofollow">Dave Syer</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6525?redirect=false" rel="nofollow">SPR-6525</a></strong> and commented</p>
<p dir="auto">SpEL context is wrong in method paramet... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jzaugg" rel="nofollow">Jason Zaugg</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4686?redirect=false" rel="nofollow">SPR-4686</a></strong> and commented</p>
<p dir="auto"><code class="notranslate">@Component</cod... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">i.e. the table with composite PK and a col==itself, like in test_relationships RelationTest2:</p>
<div class="snippet-clipboard-content notranslate position-relative ove... | <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from sqlalchemy.dialect.mysql import insert
from sqlalchemy import func
insert_stmt=insert(t).values(col1=1,col2=2)
upsert_stmt=insert_stmt.on_duplicate_key_update(col2=func.coales... | 0 |
<h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">💻</g-emoji></h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a ... | <h2 dir="auto">Bug Report</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I would like to work on a fix!</li>
</ul>
<p dir="auto"><strong>Input Code</strong></p>
<div class="highlight highlight-source-js notranslate position-relat... | 1 |
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-comment-your-javascript-code" rel="nofollow">http://freecodecamp.com/challenges/waypoint-comment-your-javascript-code</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p>
<p dir="auto">If you... | <p dir="auto">The zipline-build-a-simon-game shows as complete even though I have not completed or submitted a solution. May have some relation to the recent update.</p> | 0 |
<p dir="auto">Why not add a mechanism in tree view that can visit it's parent folder?<br>
like add a line .. on the top of tree view</p>
<p dir="auto">Now I must do "Show in Finder" —> find the file in parent folder -> drag it into Atom ->"Reveal in tree view" to show the parent folder content in the tree view... | <p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chovy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/chovy">@chovy</a> on December 18, 2014 5:10</em></p>
<p dir="auto">If I open the file in... | 1 |
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/add-a-submit-button-to-a-form#?solution=%0A%3Clink%20href%3D%22https%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%20red%... | <p dir="auto">In all the exercises, we the users are forced to press the enter key before writing any code.</p>
<hr>
<h4 dir="auto">Update:</h4>
<p dir="auto">We have locked the conversation temporarily on this thread to collaborators only, this has been resolved in staging, and will be live soon.</p>
<p dir="auto">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: 18875
Windows Terminal version (if applicable): 0.5.2681.0"><pre lang="Windows" class="notranslate"><code class="notranslate">Windows build number... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Microsoft Windows [版本 10.0.18362.267]
Windows Terminal version (if applicable):0.3.2142.0"><pre lang="none" class="notranslate"><code class="notranslate">Microsoft Win... | 1 |
<div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="➜ deno install --allow-net --allow-read https://deno.land/std@0.92.0/http/file_server.ts
Download https://deno.land/std@0.92.0/http/file_server.ts
Download https://deno.land/st... | <p dir="auto">Currently, all the available signal handling API throw "unimplemented" errors for Windows platforms.</p>
<p dir="auto">It would be great to have cross-platform signal handling along the lines of <a href="https://nodejs.org/api/process.html#process_signal_events" rel="nofollow">NodeJS Process Signal Events... | 1 |
<p dir="auto">My issue is about <code class="notranslate">scipy.sparse.linalg.eigsh</code></p>
<h4 dir="auto">Reproducing code example:</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy as np
from scipy import sparse as sp
from sci... | <p dir="auto">There are numpy.linalg and scipy.linalg for good reasons (fortran and blas) but as a user including both is a pain. If scipy's version could include all numpy.linalg's function, then I could import scipy.linalg, being sure I don't have to read both manual to know if what I want to do can be done.</p>
<p d... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="c... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | 0 |
<p dir="auto">by <strong>yeswah</strong>:</p>
<pre class="notranslate">Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull", "hg update default", rebuild, and
retry
what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1.
2.
3.
When I wan... | <pre class="notranslate">The spec language is vague to non-existent regarding what happens when maps and channels
are assigned to variables (reference assignment only).</pre> | 0 |
<p dir="auto">I get this crash locally since we moved to LLVM 3.9.1. It doesn't appear if I switch back to 3.7.1.</p>
<p dir="auto">(Note that LLVM 3.9.1 incorrectly detects my CPU as <code class="notranslate">skylake-avx512</code>, while it only supports AVX2. Doesn't look like the cause of the crash, though, since fi... | <p dir="auto">On</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> versioninfo()
Julia Version 0.6.0-dev.1807
Commit 26c8d85* (2016-12-31 04:12 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin15.6.0)
CPU: Intel(R... | 1 |
<p dir="auto">Hi, I am a graduate student utilizing sklean for some data work.<br>
And when I handle the data using the Decision Trees library, I found there are some inconvenience:<br>
Neither the classificationTree nor the regressionTree supports categorical feature. <strong>That means the Decision trees model can on... | <h3 dir="auto">Describe the bug</h3>
<p dir="auto">When calling <code class="notranslate">cross_val_score</code> with a sparse data matrix <code class="notranslate">X</code> and a <code class="notranslate">RandomForestClassifier</code> with <code class="notranslate">n_jobs=-1</code>, there is a weird interaction with j... | 0 |
<p dir="auto"><code class="notranslate">.hidden-sm</code> does not work with <code class="notranslate">.nav-justified > li</code>, since the former sets <code class="notranslate">display: block !important</code> and the latter sets <code class="notranslate">display: table-cell</code>. Would be useful if these worked... | <p dir="auto">related to issues <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="16856611" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/8500" data-hovercard-type="pull_request" data-hovercard-url="/twbs/bootstrap/pull/8500/hovercard" href=... | 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">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.... | 1 |
<p dir="auto">I've just updated to 2.3.5-DEV and now the forms containing checkboxes appear to be broken.</p>
<p dir="auto">In particular this commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/symfony/symfony/commit/ed837522af4fd2050aec4fafa9dd3366b30b465d/hovercard" href... | <p dir="auto">Commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/symfony/symfony/commit/ed83752/hovercard" href="https://github.com/symfony/symfony/commit/ed83752"><tt>ed83752</tt></a> breaks form creations for new objects in some common circumstances:</p>
<p dir="auto">Fo... | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto">When using experimental dynamic routes (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="448612428" data-permission-text="Title is private" data-url="https://github.com/vercel/next.js/issues/7432" data-hovercard-type="pull_request" data-hov... | <h1 dir="auto">Feature request</h1>
<h2 dir="auto">Is your feature request related to a problem? Please describe.</h2>
<p dir="auto"><a href="https://github.com/zeit/next.js#multi-zones">Multi zones</a> is a great feature which allows to run multiple next.js apps on the same domain, but it doesn't allow to define a bas... | 1 |
<h1 dir="auto">What / Why</h1>
<p dir="auto">I'm trying to install a local package like <code class="notranslate">npm install ../package-name</code>. This fails when on an exFAT partition with the following stacktrace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-... | <h3 dir="auto">Is there an existing issue for this?</h3>
<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 existing issues</li>
</ul>
<h3 dir="auto">Current Behavior</h3>
<p dir="auto"><em>No response</em><... | 0 |
<p dir="auto">As well as specifying top, right, bottom and left, it would also be useful to be able to specify top-right, top-left, right-top, right-bottom, bottom-right, bottom-left, left-top and left-bottom. Without these options, tooltips/popovers added to elements in the corner of the window will overlap the window... | <p dir="auto">I think it would be great if we could position our popover more precisely.</p>
<p dir="auto">Adding corner support like :</p>
<p dir="auto"><a href="http://craigsworks.com/projects/qtip2/demos/tips" rel="nofollow">http://craigsworks.com/projects/qtip2/demos/tips</a></p>
<p dir="auto">Is there a way to ach... | 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 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Documentation Report</li>
</ul>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">'Edit on GitHub' <a href="http://joxi.ru/l2Z6VxFwlbVL2J?d=1" rel="nofollow">http://joxi.ru/l2Z6VxFwlbVL2J?d=1</a> link leads to 404 error page <a href="http://joxi.ru/eAO14Wfxv1Gdmo?d=1" rel="nof... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Documentation Report</li>
</ul>
<h5 dir="auto">STEPS TO REPRODUCE</h5>
<p dir="auto">Go to <a href="http://docs.ansible.com/ansible/index.html" rel="nofollow">http://docs.ansible.com/ansible/index.html</a>, click the Edit on GitHub link in the upper right corner.</p> | 1 |
<p dir="auto">Since Deno 1.31 upgrade, on startup and at each tab completion an error message is logged.<br>
Platform: windows 11</p>
<p dir="auto">Full re-install, cleaning cache, ... not solving this issue<br>
Downgrading solve it<br>
Install on VM don't seems to have this issue</p>
<div class="highlight highlight-so... | <p dir="auto">Hello. So, I was testing Deno 1.9.2 with a workload that involves <a href="https://github.com/tc39/proposal-temporal">Temporal</a> and a Postgres database. I noticed that after a few minutes, the 2GB VPS just ran out of memory after some batches of processing. I did the following:</p>
<ol dir="auto">
<li>... | 0 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.31.2]</li>
<li>Operating System: [Ubuntu 22, NixOS 22.11]</li>
<li>Browser: [All, Chromium, Firefox, WebKit]</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disa... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: <code class="notranslate">v1.32.0</code>
<ul dir="auto">
<li>Confirmed the issue <strong><em>does not exist</em></strong> in <code class="notranslate">v1.31.2</code></li>
<li>Confirmed the issue <strong><em>exists</em></strong> in <code class="notr... | 0 |
<p dir="auto">There are several functions for which I would like to see protocols constructed. I've raised issues for <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="321912435" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/11074" data-hoverc... | <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
z = np.ones((2, 3, 4))
z.sum((0, 0, 0))"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-... | 0 |
<p dir="auto">I recently tried to define special presets in <code class="notranslate">.babelrc</code> only for test environment in <a href="https://github.com/zeit/next.js/tree/v3-beta/examples/with-jest">with-jest example</a>.<br>
When importing a file for testing that uses React and/or StyledJSX and that does not man... | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">It is not possible to navigate to a page after it has been disposed by the server.</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto"><a href="https://github.com/alexanderte/next-dispose-issue">https://github.com/alexanderte/next-dispose-... | 0 |
<p dir="auto">Seems like a bug, such a comparison should definitely be allowed. Pandas Version 0.20.2, Ubuntu.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [2]: import pandas as pd
In [3]: df = pd.DataFrame({"a" : [1,2], "... | <p dir="auto">Test case:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="def test_datetimeindex__eq__():
"""Equality comparisons should never raise an exception"""
pd.DatetimeIndex(['01-J... | 1 |
<p dir="auto">Consider the following script:</p>
<p dir="auto">import pandas as PD</p>
<p dir="auto">df = PD.read_csv('sample.csv',<br>
encoding='utf8')<br>
print(df.columns[:5])</p> | <p dir="auto">I am using Pandas version 0.12.0 on a Mac.</p>
<p dir="auto">I noticed that when there is a BOM utf-8 file, and if the header row is in the first line, the read_csv() method will leave a leading quotation mark in the first column's name. However, if the header row is further down the file and I use the "... | 1 |
<p dir="auto">System:<br>
Gentoo linux<br>
btrfs root filesystm<br>
4.1.15-r1 kernel<br>
docker version: 1.9.1<br>
docker backend: btrfs<br>
kubernetes version: 1.1.7 commit:e4e6878</p>
<p dir="auto">Whenever I try to start a container which includes and emptyDir volume is gives the error<br>
Unable to mount volumes fo... | <p dir="auto">I'm setting up a <a href="http://kubernetes.io/v1.0/docs/getting-started-guides/docker-multinode.html" rel="nofollow">docker-multinode</a> k8s. I'm trying to mount a volume (in this case, a secret). Originally, I was getting this issue:<br>
<code class="notranslate">Unable to mount volumes for pod "servic... | 1 |
<p dir="auto">When you click a button of a toggle-able button group (using: data-toggle="buttons"), the radio button's parent label gets the 'active' class.</p>
<p dir="auto">But when you load a form that has a checked radio button, the respective label does NOT get that 'active' class. The button thus appears to be un... | <p dir="auto">Example at: <a href="http://jsbin.com/UFoRIYex/244/edit?html,js,output" rel="nofollow">http://jsbin.com/UFoRIYex/244/edit?html,js,output</a></p> | 1 |
<p dir="auto">For instance elements with <code class="notranslate">class="visible-xs visible-sm"</code> are never visible (neither in <code class="notranslate">xs</code> or <code class="notranslate">sm</code> viewports). Attached is the screenshot from the official Bootstrap page in a small viewport; please note that ... | <p dir="auto"><a href="https://dl.dropboxusercontent.com/u/37682778/error/index.html" rel="nofollow">https://dl.dropboxusercontent.com/u/37682778/error/index.html</a></p> | 1 |
<p dir="auto">One of the <a href="https://numpy.org/devdocs/dev/releasing.html?highlight=how%20release#build-and-archive-documentation" rel="nofollow">last steps in the release</a> is to upload documentation to numpy.org/doc via the <a href="https://github.com/numpy/doc">https://github.com/numpy/doc</a> repo. This is n... | <p dir="auto">Floating point result will appear if using numpy array of type uint64. This leads to numerically incorrect result when number is sufficiently large.<br>
Tested on Python 3.5.2, numpy 1.13.3, on Windows 10 Build 17046.1000 (Insider Preivew)</p>
<div class="highlight highlight-source-python notranslate posi... | 0 |
1 | ||
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait FTErrorMethods {
fn succeeded(self) -> bool;
}
impl FTErrorMethods for int {
fn succeeded(self) -> bool { self == 0 }
}
fn main() {
5.succeeded();
}"><pre cl... | <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait Foo {} impl Foo {} fn main() {}"><pre class="notranslate"><span class="pl-k">trait</span> <span class="pl-smi">Foo</span> <span class="pl-kos">{</span><span class="pl-kos">}</sp... | 0 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.6.0</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">After upgrading to 2.6.0 version, pipelines with SparkKubernetesOperator -> SparkKubernetesSensor stopped working correctly.</p>
<p dir="auto"><a href="https://github.com/apache/airflow/pull/29977" data... | <h3 dir="auto">Body</h3>
<p dir="auto"><strong>TL;DR:</strong><br>
Multiple providers need to handle the logic of splitting SQL statements<br>
<a href="https://github.com/apache/airflow/blob/501a3c3fbefbcc0d6071a00eb101110fc4733e08/airflow/providers/snowflake/hooks/snowflake.py#L287-L347">Snowflake.run()</a> , <a href=... | 0 |
<p dir="auto">This is the master tracking item for launcher's incorrect search results issue -</p>
<table role="table">
<thead>
<tr>
<th>Bug#</th>
<th>Title</th>
<th>PR #</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="625054193" data-permission-t... | <p dir="auto">I use a 43" 4k monitor and I'm excited with the prospect of managing my windows with FancyZones. I'm a developer and like to have my main windows large. These main windows vary depending upon what I'm doing, but include IDE's, browsers, office apps, etc. Other windows are typically floating and are fine.<... | 0 |
<p dir="auto">I have a DenseNet-like model for speech recognition (<a href="https://arxiv.org/abs/1904.03288" rel="nofollow">https://arxiv.org/abs/1904.03288</a>). My code: <a href="https://github.com/vadimkantorov/convasr/blob/master/models.py#L94">https://github.com/vadimkantorov/convasr/blob/master/models.py#L94</a... | <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>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last):
File ... | 1 |
<p dir="auto">Browser Info:<br>
Using IE9 on Windows 7 SP1.</p>
<p dir="auto">Bootstrap version:<br>
3.0.0</p>
<p dir="auto">Steps to reproduce:<br>
Visit <a href="http://getbootstrap.com/examples/theme/" rel="nofollow">http://getbootstrap.com/examples/theme/</a> using IE9 and click the dropdown link in either navbar e... | <p dir="auto">With bootstrap-theme.css included, navbar dropdowns fail to work in IE 8. (You can see a one-pixel line appear indicating they're attempting to work, however.)</p>
<p dir="auto">Test case:</p>
<p dir="auto"><a href="http://jodytate.github.io/bootstrap-dropdown-test/" rel="nofollow">http://jodytate.github.... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting"><pre class="notranslate"><code class="notranslate">[x] bug repor... | <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 => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request =&g... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.