text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">Hello,</p>
<p dir="auto">I am looking at the gradient computation in Gaussian Process Kernel module. My understanding is that there we are trying to compute <math-renderer class="js-inline-math" style="display: inline" data-static-url="https://github.githubassets.com/static" data-run-id="a887106cd854ad6ec... | <h4 dir="auto">Description</h4>
<p dir="auto">As discovered in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="208141122" data-permission-text="Title is private" data-url="https://github.com/scikit-learn/scikit-learn/issues/8373" data-hovercard-type="pull_request" data-hovercard-url=... | 1 |
<p dir="auto">Adapting from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="121424392" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/6029" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/6029/hovercard" h... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2932786/9593657/294e292c-5006-11e5-903d-ad9b659d2f47.gif"><img src="https://cloud.githubusercontent.com/assets/2932786/9593657/294e292c-5006-11e5-903d-ad9b659d2f47.gif" alt="jsxcompletionsomitsimport" da... | 1 |
<p dir="auto">I've been using zeit's <code class="notranslate">ncc</code> to slim down and build our transpiled APIs into tiny, minified, individual scripts that run without any node_modules present on our servers/containers. It's <strong><em>absolutely</em></strong> fantastic.</p>
<p dir="auto">I tried to us ncc w/ Ne... | <p dir="auto">Hi, according to the v3-beta docs, next.js support exporting to static html, and apparently also support "dynamic routes". Was wondering if there was some documentation on how to create dynamic routes when exporting static html.</p>
<blockquote>
<p dir="auto">This is a way to run your Next.js app as a sta... | 0 |
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): no (<a href="https://www.tensorflow.org/alpha/tutorials/keras/feature_columns" rel="nofollow">https://www.tensorflow.org/alpha/tutorials/keras/feature... | <p dir="auto">Do we have any options to control the number of threads in TF-Slim both in training and evaluation processes?</p>
<p dir="auto">Specifically, I use <a href="https://github.com/pudae/tensorflow-densenet">this network</a> for my classification problem. I changed the evaluation part in a way that runs train ... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Stijn van Drongelen (<a href="https://github.com/rhymoid">@rhymoid</a>)</strong></p>
<p dir="auto">I programmatically create a bunch of (complex) <code class="notranslate">INSERT ... SELECT</code> statements. I regularly use the pattern</p>
<div class="snippet... | <p dir="auto">Apart from having option to select isolation level, it may come handy to create a transaction in a read only mode. This option is supported on postgres, see <a href="https://www.postgresql.org/docs/current/sql-set-transaction.html" rel="nofollow">https://www.postgresql.org/docs/current/sql-set-transaction... | 0 |
<p dir="auto">Following the discussion on Slack.</p>
<p dir="auto">Currently this works :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> (1:2) - (1.0:2)
0.0:0.0:0.0"><pre class="notranslate"><code class="notranslate">julia> (1:2) ... | <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="record_reference_images = true
recordpath = "blah"
if record_reference_images
cd(homedir()) do
isdir(dirname(recordpath)) || run(`git clone git@github.com:SimonDa... | 0 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+"... | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">iss... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen" rel="nofollow">Sam Brannen</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7827?redirect=false" rel="nofollow">SPR-7827</a></strong> and commented</p>
<h4 dir="auto">Overview</h4>
<p dir="auto">Spring 3.0... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sgarlatm" rel="nofollow">Matthew Sgarlata</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2233?redirect=false" rel="nofollow">SPR-2233</a></strong> and commented</p>
<p dir="auto">Let me preface this by saying I kn... | 0 |
<p dir="auto">Have code like this:</p>
<p dir="auto">setTimeout(null, () => {</p>
<p dir="auto">});</p>
<p dir="auto">Run "Format". The end result is:</p>
<p dir="auto">setTimeout(null,() => {</p>
<p dir="auto">});</p>
<p dir="auto">There is a whitespace missing between "null" and the lambda.</p> | <p dir="auto">Not sure if it has been reported yet, tried to find similar issues but didn't find anything.</p>
<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>
<div class="highlight highlight-source-ts notranslate position-relative o... | 0 |
<p dir="auto">I want to sample <code class="notranslate">uint8</code>s uniformly including the maximum value of 255, but this doesn't work:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from jax import random, numpy as jnp
... | <p dir="auto">According to randint docstring: <code class="notranslate">Sample uniform random values in [minval, maxval) with given shape/dtype.</code></p>
<p dir="auto">However because of the conversion here </p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a... | 1 |
<p dir="auto">The following example duplicates <code class="notranslate">i</code> declaration.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="for (let i = 0; i < 5; i++);
for (let i = 0; i < 5; i++);"><pre class="notransla... | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current behavior</strong></p>
<p dir="auto">Spreading an HTMLcollection over an array does not work in iPhone 4s and produces this error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Inval... | 0 |
<p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">typescript@1.9.0-dev.20160409</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="export enum SMTypeEnum { // расположены в ... | <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="
interface A<a> {
brand: 'a';
nested: a;
}
interface B<a> {
brand: 'b';
nested: a;
}
type C<a> = A<a> | B<a>;
type D = C<D> | stri... | 0 |
<p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8.10</p>
<h2 dir="auto">Problem</h2>
<p dir="auto">Sometimes we want to opt-out strict object literal check for a specific property. Some types have large amount or even unlimited number of properties, and we only want to model the most frequently u... | <p dir="auto">If there's a decorator that takes all optional parameters it's easy to mistake and write</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@decorator class A {}"><pre class="notranslate"><code class="notranslate">@decorator class A ... | 0 |
<p dir="auto">This issue is similar to the issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="15803105" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/3283" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/3283/ho... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<ul dir="auto">
<li>module name: user</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansibl... | 0 |
<p dir="auto">Backtrace from <a href="https://travis-ci.org/JuliaWeb/HTTP.jl/jobs/425829426" rel="nofollow">HTTP.jl travis run</a>:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="running async 1, 1:100, Pair{Symbol,Int64}[:ve... | <p dir="auto">Could probably be an error instead?</p>
<p dir="auto"><code class="notranslate">sock.handle</code> is a null pointer here<br>
</p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a href="https://github.com/JuliaLang/julia/blob/5dbf45a2997acd26e0f72a... | 1 |
<p dir="auto">As shown in screenshot the select tag is not properly styled.<br>
Tested on stock browser on android 4.1.2 and 4.2.1.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/bae69501dbd1600b03804bdbec0a4a4e4911018c7079b63092b8cfbc8cc8748f/6874747073... | <p dir="auto">Bootstrap version 2.3.1<br>
Samsung S3 default android browser<br>
android 4.1.1</p>
<p dir="auto">the <select> looks identical to an <input> -- there's no dropdown "icon" on the right side.. for multiple <select multiple="multiple"> there's no "scrollbar" or content</p>
<p dir="auto">to... | 1 |
<p dir="auto">The solution suggested in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="125284470" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/6382" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/6382/... | <p dir="auto">Relates to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="74445037" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/3089" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/3089/hovercard" href=... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li>[] I have checke... | <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 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<p dir="auto"><strong>BEFORE</strong></p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="df_india.groupby('sector').id.count().sort_values().plot.bar();"><pre ... | <h4 dir="auto">Code Sample</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Series([10**x for x in range(5)]).plot.bar()
Series([10**x for x in range(5)]).plot.bar(logy=True)"><pre class="notranslate"><span class="pl-v">Serie... | 1 |
<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
import random
str_values = ['a', 'b']
data = [[random.choice(str_values), random.choice(st... | <p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="186382820" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/14547" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/14547/hovercard" href="https://... | 1 |
<p dir="auto">Current webpack modules have several details that are not exactly spec-compliant, particularly when circular references are involved. It is "good enough" for most current cases, but in order to be as close to the spec as we can get without <code class="notranslate">Proxy</code>, I was thinking of how to c... | <h1 dir="auto">Bug report</h1>
<p dir="auto">I have an issue with <a href="https://www.npmjs.com/package/planout" rel="nofollow">planout</a> that bundled fine with Webpack 4 but no longer works with Webpack 5.</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
Module is not loaded:</p>
<div class="sni... | 0 |
<p dir="auto">When bundling code that uses the <code class="notranslate">renderToString</code> method, multiple versions of react-dom are included in the bundle.</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import { renderToSt... | <p dir="auto">Using destructuring assignment on objects falsely triggers <code class="notranslate">use-exhaustive-deps</code>. For example, I would expect the following not to trigger lint rule:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export 'CC=gcc -lgcc'
export LDSHARED="/opt/freeware/lib64/python3.7/config-3.7m/ld_so_aix gcc -bI:/opt/freeware/lib64/python3.7/config-3.7m/python.exp"
export CFLAGS="-pthread -fno-str... | <p dir="auto">bash-5.0# gcc -v<br>
Using built-in specs.<br>
COLLECT_GCC=gcc<br>
COLLECT_LTO_WRAPPER=/opt/freeware/libexec/gcc/powerpc-ibm-aix6.1.0.0/6.3.0/lto-wrapper<br>
Target: powerpc-ibm-aix6.1.0.0<br>
Configured with: ../gcc-6.3.0/configure --prefix=/opt/freeware --mandir=/opt/freeware/man --infodir=/opt/freeware... | 1 |
<ul dir="auto">
<li>VSCode Version: Latest insiders</li>
<li>OS Version: Win10</li>
</ul>
<p dir="auto">see gif<br>
i have settings javascript.validation.enable set to false</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/5f16dda9afe5d3531ddaedde8d1c0f73a... | <ul dir="auto">
<li>VSCode Version: 0.10.13 (insider)</li>
<li>OS Version: OS X 10.10.5</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<p dir="auto">1.create a new .js file and past the following example code in:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipb... | 1 |
<p dir="auto">I'm trying to pass an <code class="notranslate">Input</code> component styled with styled-components into select and getting the warning:<br>
<code class="notranslate">Material-UI: you have provided an invalid value to the </code>input<code class="notranslate">property., We expect an element instance of t... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Ex... | 0 |
<p dir="auto">There seems to be an outdated tutorial page online at <a href="https://matplotlib.org/users/beginner.html" rel="nofollow">https://matplotlib.org/users/beginner.html</a> . It has the old “Matplotlib 2.0.0rc2 is available – Install the release candidate now!“ banner.</p>
<p dir="auto">I guess it’s not reach... | <p dir="auto">On the current live docs, the examples page claims to be from release <code class="notranslate">2.0.2</code>, but it should be <code class="notranslate">2.1</code>: <a href="http://matplotlib.org/examples/index.html" rel="nofollow">http://matplotlib.org/examples/index.html</a></p> | 1 |
<p dir="auto">Looking at the demos on <a href="http://material-ui.com" rel="nofollow">http://material-ui.com</a> for Buttons I noticed the click effect is broken in Firefox. The click effect works fine on Lists though, so there's just something weird going on with buttons in Firefox. It works fine on Chrome.</p> | <p dir="auto">I am using Firefox 45 on Linux, and the demo app at <a href="http://www.material-ui.com/#/customization/themes" rel="nofollow">http://www.material-ui.com/#/customization/themes</a> (version 0.14.4) shows that the ripple effect works well for everything but the buttons.</p>
<p dir="auto">That includes the ... | 1 |
<p dir="auto">I have a DAE model that previews fine in macOS Catalina with animation. Drag and dropping into GLTF converter (<a href="https://blackthread.io/gltf-converter/" rel="nofollow">https://blackthread.io/gltf-converter/</a>) shows the model but not the animation. Animations from a test FBX do show.</p>
<p dir... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">Hello,</p>
<p dir="auto">The following is a <strong>solution</strong> to a problem I have just faced with the <strong>animations</strong> parsed by the new ColladaLoader.</p>
<p dir="auto">I use Autodesk Maya 2017, and when exporting the 3D model containing a... | 1 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">A monitor edge management screen to virtually link monitor edges to allow the mouse to flow from one to another. Currently available program called littlebigmouse isn't the most reliable and is no longer active. When it works it is extremely smoot... | <p dir="auto">I want to be able to share my zones independently as screens in Teams etc.<br>
e.g. 4K screen split into 4x1080p zones - I want different applications in each zone and the ability to share a zone rather than an application or screen.<br>
Is this a FancyZones enhancement or a Teams integration request?</p> | 0 |
<h2 dir="auto">Environment info</h2>
<ul dir="auto">
<li><code class="notranslate">transformers</code> version: 4.0.0 --rc1</li>
<li>Platform: Colab</li>
<li>Python version: 3.6.9</li>
<li>PyTorch version (GPU?): TESLA V4</li>
<li>Tensorflow version (GPU?): 2.3.0</li>
<li>Using GPU in script?: YES</li>
<li>Using dist... | <h2 dir="auto">Environment info</h2>
<p dir="auto">Google colab</p>
<h3 dir="auto">Who can help</h3>
<p dir="auto">T5: <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/patrickvonplaten/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="... | 1 |
<p dir="auto">Given a role:</p>
<p dir="auto">web_server /<br>
tasks /<br>
main.yml<br>
files /<br>
httpd.conf</p>
<p dir="auto">And a task:</p>
<ul dir="auto">
<li>name: sync | httpd confnig<br>
synchronize: src=httpd.conf dest=/etc/apache2/conf.d/widget.conf</li>
</ul>
<p dir="auto">You'll get an error because it ass... | <p dir="auto">When trying to run a playbook with the synchronize module, the relative path is relative to where you are executing the playbook from, and it does not follow the roles logic.</p>
<p dir="auto">Example Playbook:</p>
<p dir="auto">-- roles/server/files/etc/scripts/test1.txt<br>
-- roles/server/files/etc/scr... | 1 |
<p dir="auto">Maybe related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="225224445" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/24139" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/24139/hovercard" href="... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">contrib/inventory/proxmox.py</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible... | 1 |
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/weaseal/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/weaseal">@weaseal</a> on 2016-12-02T01:49:18Z</p>
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">ec2_ami module</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.0.0
co... | 1 |
<p dir="auto">Playwright transpiles test files with Babel. However, by default, Babel reads browserslist config although Playwright actually doesn't need it. This introduces conflicts when the root project uses browserslist.</p>
<p dir="auto">For example, when the package.json contains:</p>
<div class="snippet-clipboar... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: 1.31.2</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I provided exact source code that allows reproducing t... | 0 |
<p dir="auto">I made a simple example script to showcase what I experienced</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import requests
import time
print('About to do a request that will timeout')
start_time = int(time.t... | <p dir="auto">I wanted to install using pip and it gives me the following error:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="PS C:\Users\bla> pip install requests
Downloading/unpacking requests
Real name of requireme... | 0 |
<pre class="notranslate">To reproduce, create the following three files:
testit.go
package testit
extern_test.go:
package testit_test
import (
"code.google.com/p/rog-go/testit"
)
func init() {
testit.Register()
unused
}
intern_test.go:
package testit
... | <p dir="auto">hi,</p>
<p dir="auto">with the upcoming go-1.5 and the import of (a modified version of) the x/tools/go/types package into the stdlib, <code class="notranslate">golang.org/x/tools/go/loader</code> needs to be updated.</p>
<p dir="auto">the following program will fail to compile:</p>
<div class="highlight ... | 0 |
<ul dir="auto">
<li>VSCode Version:
<ul dir="auto">
<li>0.10.12-insider</li>
<li>Commit: <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/ef2a1fcaa553d14d7731b284a5ac5e4a55c42936/hovercard" href="https://github.com/microsoft/vscode/commit/ef2a1fcaa553d14... | <ul dir="auto">
<li>VSCode Version:
<ul dir="auto">
<li>0.10.12-insider</li>
<li>Commit: <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/ef2a1fcaa553d14d7731b284a5ac5e4a55c42936/hovercard" href="https://github.com/microsoft/vscode/commit/ef2a1fcaa553d14... | 1 |
<p dir="auto">If the metric name/expression is the same as the SORT BY metric, the SORT BY metric is re-added to the SELECT clause (necessary for sorting) which results in selecting the expression twice which then introduces ambiguity resulting in the query engine returning an error.</p>
<h3 dir="auto">Expected results... | <p dir="auto">The workflow docker-ephemeral-env.yml is referencing action aws-actions/amazon-ecr-login using references v1. However this reference is missing the commit <a href="https://github.com/aws-actions/amazon-ecr-login/commits/57206dc28c379a6eebdce44c592109d2e97e031d">57206dc28c379a6eebdce44c592109d2e97e031d</a>... | 0 |
<ul dir="auto">
<li>VSCode Version: 1.0</li>
<li>OS Version: Windows 10, rs1_lkg selfhost</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Turn editor.renderWhitespace on.</li>
<li>Open a file with significant whitespace not at the start of a line.</li>
</ol>
<p dir="auto">Compare Visual Studio Code... | <p dir="auto">I have a use case to render whitespace but we seem to not render whitespace between words in a line:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/900690/13599004/3708247c-e521-11e5-81a0-8bbe6d4218c8.png"><img src="https://cloud.gi... | 1 |
<p dir="auto"><a href="https://archive.today/VkEJb" rel="nofollow">404</a> on the PDF documentation.</p> | <p dir="auto">When I create a new blueprint, the template_folder is added to a Flask defined path, and the precedence to locate a template is</p>
<ol dir="auto">
<li><code class="notranslate">app/templates/</code> first</li>
<li><code class="notranslate">app/my-blueprint/templates/</code> second</li>
</ol>
<p dir="auto... | 0 |
<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... | <h2 dir="auto">Bug Report</h2>
<h3 dir="auto">Which version of ShardingSphere did you use?</h3>
<p dir="auto">I am using the 4.0.0-RC2 build by myself from the source<br>
【BTW】the build fail in openjdk, success only in Oracle jdk. it seems the build use a tool only available in Oracle jdk</p>
<h3 dir="auto">Which proje... | 1 |
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p>
<p dir="auto">No.</p>
<p dir="auto"><strong>What keyw... | <p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p>
<p dir="auto"><strong>What keywords did you search in... | 0 |
<p dir="auto">So I downloaded the new RC2 from the customize section, very excited to try the new grid with the col-xs and col-md on it. I have been pulling my hair why it doesn't work. So I searched the css file with col-xs and it turns out it doesn't exist. :(</p>
<p dir="auto">Please correct me if it is just me.</p> | <p dir="auto">When using the customizer, the column classes appear to be the ones from RC1. Not sure if anything else wasn't updated, as this was simply the most noticeable omission.</p> | 1 |
<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 => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report
[x] feature request"><pre class="notranslate"><code class="notranslate">[x] bug report
[x] feature request
... | 0 |
<p dir="auto">I'd like the ability to extend the default playwright <code class="notranslate">tsconfig.json</code> beyond just the currently allowed <code class="notranslate">compilerOptions</code> of <code class="notranslate">baseUrl</code> and <code class="notranslate">path</code>.</p>
<p dir="auto">I am using playwr... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: 1.28.1</li>
<li>Operating System: Win 10</li>
<li>Browser: Chrome</li>
<li>Coding Lang: Java</li>
</ul>
<p dir="auto"><strong>Steps</strong></p>
<p dir="auto">On the page:</p>
<ul dir="auto">
<li>
<p dir="auto">Make sure the element in question is ... | 0 |
<h2 dir="auto">Problem Description</h2>
<p dir="auto">onFocus not firing on select element, I essentially have this except it has menu elements inside of it:<br>
<code class="notranslate"><SelectField value={value} onFocus={() => console.log('I am focused')} /></code><br>
and when I click in the select, no eve... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Ex... | 0 |
<p dir="auto">Describe what you were doing when the bug occurred:</p>
<p dir="auto">I have a large form with multiple checkboxes. I am trying to see the performance of my value change for the checkboxes. When I record my interaction that works but when I click on the performance timeline commits in the extension it fai... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
BUG</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
App doesn't render in IE11 and below.</p>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce and if p... | 0 |
<p dir="auto">A number of us have shown interest in implementing seq2seq models in Keras <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="206947870" data-permission-text="Title is private" data-url="https://github.com/keras-team/keras/issues/5358" data-hovercard-type="issue" data-hove... | <p dir="auto">I used code below to combine 2 mobile-net model. After combine i save model as combined.hdf5.<br>
Keras version: 2.2.0 Using TensorFlow backend.<br>
TensorFlow version: 1.8.0</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="model_A... | 0 |
<p dir="auto">hello i am new to this so my issue is i wanna work with flutter but i wanna do it offline but evry time i disconnect from intrenet i cant creat a new project<br>
i found online the commande --offline but i dont realy know where to add it</p>
<p dir="auto">ps:i am using windows</p> | <p dir="auto">Presumably after having done <code class="notranslate">flutter cache populate</code> or some such while online.</p>
<p dir="auto">Right now there are a bunch of cases where we assume online. I think this is far from critical, but there are still times when people are offline and would like to do developm... | 1 |
<p dir="auto">After the version r74 the BoxHelper does not work for sprites - ( Sprite & SpriteMaterial) because the BoxHelper uses the function Box3 and that function needs geometry to calculate the min, max....</p>
<p dir="auto">Before and r74 the Sprite had:</p>
<p dir="auto">geometry: THREE.BufferGeometry<br>
g... | <p dir="auto">glTF handles nodes with their indices (<code class="notranslate">nodeIndex</code> or <code class="notranslate">nodeId</code> in <code class="notranslate">GLTFParser</code>). So some extension data in glTF-based file formats (e.g. <a href="https://dwango.github.io/en/vrm/vrm_spec/#model-bone-mapping-json-e... | 0 |
<p dir="auto">I can not download the version of the bootstrap 3<br>
<a href="https://codeload.github.com/twbs/bootstrap/zip/v3.0.0-rc1-dist">https://codeload.github.com/twbs/bootstrap/zip/v3.0.0-rc1-dist</a></p> | <p dir="auto">The affix component is not working on the doc pages it stays on top of the page.</p> | 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">will seek reporting this upstream as this likely breaks the SQL standard:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-sni... | <p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto"><a href="https://mariadb.com/kb/en/library/mariadb-1029-changelog/" rel="nofollow">https://mariadb.com/kb/en/library/mariadb-1029-changelog/</a></p>
<p dir="auto">This f... | 1 |
<p dir="auto">The PCG generator used by Numpy has a significant amount self-correlation. That is, for each sequence generated from a seed there is a large number of correlated, nonoverlapping sequences starting from other seeds. By "correlated" I mean that interleaving two such sequences and testing the result you obta... | <p dir="auto">I wanted to build the PDF documentation (using Sphinx 2.2.1 and current versions of scipy, matplotlib, etc from <code class="notranslate">pip install</code> and using numpy from git at <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/numpy/numpy/commit/b83f10ef7ee... | 0 |
<p dir="auto">I got a warning :<br>
"An empty string has been transmitted to « getElementById() ». @ jquery.min.js:4"<br>
When I click somewhere on the document.</p>
<p dir="auto">I got only jQuery 2.0.3 and bootstrap 3.0.3 loaded.</p> | <p dir="auto">I am Using Firefox 22.</p>
<p dir="auto">Reproduce:</p>
<ul dir="auto">
<li>Open <a href="http://getbootstrap.com/components/" rel="nofollow">http://getbootstrap.com/components/</a></li>
<li>The error is visible in the console when clicking anywhere in the page but a dropdown menu.</li>
</ul>
<p dir="auto... | 1 |
<p dir="auto">Fueled by the success of React, several alternative virtual DOM implementations have emerged, such as <a href="https://muut.com/riotjs/" rel="nofollow">Riot</a>, <a href="http://lhorie.github.io/mithril/" rel="nofollow">Mithril</a>, <a href="https://github.com/Raynos/mercury">Mercury</a>, and <a href="htt... | <p dir="auto">The JSX transform is currently coupled to React, but other libraries could potentially make use of the syntax. There are libraries like jsx-transform (<a href="https://github.com/alexmingoia/jsx-transform">https://github.com/alexmingoia/jsx-transform</a>) that make the transform more generic and allow you... | 1 |
<p dir="auto">In the <code class="notranslate">material-ui-next</code> example, if you add a subcomponent to the page which uses the <code class="notranslate">withStyles</code> HOC, changing any of the style properties breaks HMR.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" i... | <p dir="auto">I'm trying to add a custom Social component to my site that adds several relevant meta tags, but it's setting the <code class="notranslate"><title></code> to an empty string. I have the title defined in <code class="notranslate">_document.js</code> and don't change it anywhere else in the codebase. ... | 0 |
<p dir="auto">To search for a package / theme in the settings tab, I have to type in the search query then click (if looking for a package) the themes button, then the package button to have Atom search for a package matching that string.</p> | <p dir="auto">Saw a tweet that the search for new packages doesn't work.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/378023/8426066/6df8c252-1f47-11e5-918a-71a9279b2ce5.gif"><img src="https://cloud.githubusercontent.com/assets/378023/8426066/6... | 1 |
<h2 dir="auto">Summary</h2>
<p dir="auto">Installing numpy on aarch64 via pip using command "pip3 install numpy" tries to build wheel from source code</p>
<h2 dir="auto">Problem description</h2>
<p dir="auto">Numpy don't have wheel for aarch64 on PyPI repository. So, while installing numpy via pip on aarch64, pip build... | <p dir="auto">Manylinux2014 got released with support for wider selection of architectures: aarch64, arm32, ppc64le, s390x. Are there plans to use it for releasing wheels for other architectures than x86-64/i686?</p>
<p dir="auto">Would cut "pip install numpy" times A LOT of aarch64 platform.</p> | 1 |
<p dir="auto">On Mac OS X, you can change the text of the primary "OK" button in open and save dialogs by providing a "prompt": <a href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSSavePanel_Class/index.html#//apple_ref/occ/instp/NSSavePanel/prompt" rel="nofollow">http... | <p dir="auto">A Choose dialog is just like an Open dialog, but not only does it have a custom title, it also has a custom name for the “Open” button. Two examples where it is helpful:</p>
<ul dir="auto">
<li>choosing a directory where downloaded files should be saved – you “Choose” the directory</li>
<li>using a dialog... | 1 |
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>no</td>
</tr>
<tr>
<td>Feature request?</td>
<td>yes</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>yes</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.3.x</td>
</tr>
</tbody>
... | <p dir="auto">Similar issue to (in the sense of having a similar context) than <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="38601842" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/11460" data-hovercard-type="issue" data-hovercard-url="... | 1 |
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: N/A</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Docker nightly</li>
<li><strong>TensorFlow installed from (so... | <p dir="auto">The Golang api <a href="https://godoc.org/github.com/tensorflow/tensorflow/tensorflow/go#Tensor.WriteContentsTo" rel="nofollow">WriteContentsTo</a> can be used to writes the serialized contents of a tensor to io.Writer, where the tensor is built from golang scalars, slices, and arrays.</p>
<p dir="auto">Y... | 0 |
<p dir="auto">Applying filter on the box plot didn't update the view .</p>
<h3 dir="auto">Expected results</h3>
<p dir="auto">Should update box plot view after running query</p>
<h3 dir="auto">Actual results</h3>
<p dir="auto">Box plot only updates after saving the view.</p>
<h4 dir="auto">Screenshots</h4>
<p dir="auto... | <p dir="auto">When following the <a href="http://airbnb.io/caravel/installation.html" rel="nofollow">standard install instructions</a>, example datasets are installed. If a new user is assigned the role 'Alpha', they are able to view the database, tables, slices and dashboards. If a new role is created by duplicating t... | 0 |
<p dir="auto">What do you think about returning promises from transforms? I have a case where I need to perform some async operation in a transform.</p> | <p dir="auto">I'm trying to replicate a working auth request with axios (currently implemented using reqwest). I've read through <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="121216920" data-permission-text="Title is private" data-url="https://github.com/axios/axios/issues/167" dat... | 0 |
<p dir="auto">I noticed that the topmost widget in a Stack will always intercept touch events, even when its opacity is set to 0.0. From the doc <a href="https://docs.flutter.io/flutter/widgets/Opacity-class.html" rel="nofollow">https://docs.flutter.io/flutter/widgets/Opacity-class.html</a>,</p>
<div class="snippet-cli... | <p dir="auto">This will prevent stacked items which are not visible from blocking items which are nevertheless "behind" them.</p> | 1 |
<h5 dir="auto">ISSUE TYPE</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">core</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
ansible 2.0.1.0"><pre class="not... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">when / when not conditional</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">From devel branch:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snipp... | 1 |
<p dir="auto">Before, a very nice white with shadows button was generated when using the "btn" class without any other class like "btn-primary" for example.</p>
<p dir="auto">Now, in BS3, it is gone.</p>
<p dir="auto">Please put it back.</p>
<p dir="auto">Same goes with all input-x sizes, badge colors and many many mor... | <p dir="auto">I suppose I could have posted in the BS3 thread, but at some point individual topics about BS3 need to have their own thread.</p>
<p dir="auto"><strong>Buttons</strong></p>
<ul dir="auto">
<li>I don't think the hover colour change is drastic enough. On all but the green button, I can barely discern any c... | 1 |
<p dir="auto">在“Pre-instantating singletons in org.springframework.bean.factory.support.DefaultListableBeanFactory@30d94ae4:”之后:一直循环报这个上面的title:<br>
即:[Finalizer] WARN in [com.alibaba.dubbo.config.ReferenceConfig$1.finalize(ReferenceConfig.java:106)] -[DUBBO] ReferenceConfig(null) is not DESTROYED when FINALIZE,dubbo v... | <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">Go spec says:</p>
<blockquote>
<p dir="auto">For real and imag, the argument must be of complex type, and the return type is the corresponding floating-point type: float32 for a complex64 argument, and float64 for a complex128 argument. <strong>If the argument evaluates to an untyped constant, it must be ... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="package main
const _ int = real(10i)"><pre class="notranslate"><code class="notranslate">package main
const _ int = real(10i)
</code></pre></div>
<p dir="auto">=></p>
<div class="snippet-clipboard-... | 1 |
<h2 dir="auto">Bug report</h2>
<p dir="auto">The PDF logo doesn't look quite right, viewed in Adobe Acrobat, Preview, and Google Chrome (on macOS). If you look closely at the center, there are some extra features there that don't show up in, for instance, the svg.</p>
<p dir="auto"><a href="https://github.com/matplotli... | <p dir="auto">matplotlib.pyplot.spy does not work correctly for sparse matrices with a large number of entries (>= 2**32). I would guess it has something to do with the value range of int32.</p>
<p dir="auto">An example that reproduces the bug is:</p>
<div class="snippet-clipboard-content notranslate position-relati... | 0 |
<p dir="auto">Using babel 6.1.2, the following js:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export default {}"><pre class="notranslate"><span class="pl-k">export</span> <span class="pl-k">default</span> <span class="pl-kos... | <p dir="auto">Let's say we have the following very simple code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const a = 3;
export default a;"><pre class="notranslate"><code class="notranslate">const a = 3;
export default a;
</code></pre></div... | 1 |
<p dir="auto">For example, I have a playbook named remotesetup.yml and I run it from the command line like that:</p>
<p dir="auto">ansible-playbook remotesetupp.yml -K</p>
<p dir="auto">It will ask for the sudo password even if the file doesn't exist (I made a typo, two p at the end).<br>
In the same way, if there's a ... | <p dir="auto">Let met present you the following example :</p>
<p dir="auto">sandboxy.yml playbook</p>
<hr>
<ul dir="auto">
<li>hosts: backup<br>
sudo: True<br>
sudo_user: david<br>
gather_facts: False</li>
<li>hosts: main<br>
sudo: True<br>
sudo_user: foofoo<br>
gather_facts: False</li>
</ul>
<p dir="auto">When I run a... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=cronoschris" rel="nofollow">Kerboriou christophe</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4534?redirect=false" rel="nofollow">SPR-4534</a></strong> and commented</p>
<p dir="auto">the AxisBeanMappingServiceP... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=cronoschris" rel="nofollow">Kerboriou christophe</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4534?redirect=false" rel="nofollow">SPR-4534</a></strong> and commented</p>
<p dir="auto">the AxisBeanMappingServiceP... | 1 |
<p dir="auto">java.lang.Throwable: Explicit termination method 'end' not called<br>
at dalvik.system.CloseGuard.open(CloseGuard.java:223)<br>
at java.util.zip.Inflater.(Inflater.java:106)<br>
at com.android.okhttp.okio.GzipSource.(GzipSource.java:62)<br>
at com.android.okhttp.internal.http.HttpEngine.unzip(HttpEngine.j... | <p dir="auto"><strong>Glide Version</strong>:<br>
4.6.0</p>
<p dir="auto"><strong>Integration libraries</strong>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="implementation 'com.github.bumptech.glide:glide:4.6.0'
annotationProcessor 'com.g... | 0 |
<p dir="auto">For small structs/enums (size <= <code class="notranslate">uint</code>) we currently prefer to pass them as immediate values (good) but unlike clang we don't "cast" them to an appropriately sized integer type but pass them around as first class aggregates (not so good).</p>
<p dir="auto">While LLVM sup... | <p dir="auto"><em>Version of Rust</em>: rustc 0.13.0-nightly (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/c89417130f042c58adc60012e7cddc4ef70b70b9/hovercard" href="https://github.com/rust-lang/rust/commit/c89417130f042c58adc60012e7cddc4ef70b70b9"><tt>... | 0 |
<p dir="auto">I think this 1rem=10px is the defacto standard in the industry by now? You operate with a different scale, 1 rem = 16px?</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https:/... | <h2 dir="auto">Summary</h2>
<p dir="auto">I would love to see cursor: 'not-allowed' for disabled button. <a href="http://www.material-ui.com/#/components/raised-button" rel="nofollow">http://www.material-ui.com/#/components/raised-button</a> . It's not possible to make it work nicely with conditional inline react style... | 0 |
<p dir="auto">When I am writing a declaration file, I found it really frustrating repeating the inherited method that returns the instance itself for a correct return type.</p>
<p dir="auto">E.g. for animation library GSAP, many classes are inherited from class <code class="notranslate">Animation</code>, I have to repe... | <p dir="auto">The early discussions about generics had this feature outlined, but it never made it into the final version for some reason. Meanwhile, it would be extremely helpful in some cases. The use case that it most dear to my heart is Knockout:</p>
<div class="snippet-clipboard-content notranslate position-relati... | 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/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><inp... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/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"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<p dir="auto">Request a feature, even though it migth be there already but I just don't know how to set it up.</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Basically I have <... | <p dir="auto"><strong>I'm submitting a bug report</strong></p>
<p dir="auto"><strong>Webpack version:</strong> 2.1.x</p>
<p dir="auto"><strong>Please tell us about your environment:</strong><br>
Windows 10</p>
<p dir="auto"><strong>Current behavior:</strong><br>
cannot specify options</p>
<div class="snippet-clipboard-... | 0 |
<p dir="auto">I'm running on a CentOS ( release 7.4.1708 ) Linux environment that is on a Linux-based HPC. Python version 2.7.</p>
<p dir="auto">I'm running a script to visualize TF-IDF values using the Isomap algorithm ( incorporating sci-kit learns) and then using a 3D scatterplot to visualize possible relationships... | <p dir="auto">In my AWS Ubuntu 14.02 instance I installed the matplotlib dependencies and then via pip I installed matplotlib:</p>
<p dir="auto">sudo apt-get build-dep python-matplotlib</p>
<p dir="auto">sudo pip install matplotlib</p>
<p dir="auto">sudo pip freeze:<br>
matplotlib==1.4.0</p>
<p dir="auto">in a brand ne... | 1 |
<p dir="auto">Works with a basic example:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="await Deno.serve({ port: 8000 }, () => new Response());"><pre class="notranslate"><span class="pl-k">await</span> <span class="pl-smi">D... | <p dir="auto">Deno Flash server crashes when it serves simple requests. Here is the full content of my <code class="notranslate">src/main.ts</code> file:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Deno.serve({
handler(requ... | 1 |
<p dir="auto">Ported from internal gates failures:</p>
<p dir="auto">The following five tests are failing on Core editions:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="DimensionsTests::TestSetConsoleScreenBufferSize#metadataSet2
DimensionsT... | <p dir="auto">Two things I suggest to create in the feature of Windows Terminal V0.4:<br>
<strong>1.</strong> Ctrl + Backspace: you know when you write the cmd's you can delete the cmd's (Word by Word), but your terminal can't do that, your terminal delete (Char by Char).<br>
<strong>2.</strong> Ctrl + Space (Windows ... | 0 |
<p dir="auto">When using the Symfony Form Type "time", e.g.</p>
<p dir="auto"><code class="notranslate">$builder->->add('fromTime', 'time', [ 'widget' => 'choice', 'attr' => ['class' => 'form-control'], 'model_timezone' => "UTC", 'view_timezone' => "Europe/Berlin" ])</code></p>
<p dir="auto">The "r... | <p dir="auto">As discussed in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="11396161" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/7187" data-hovercard-type="issue" data-hovercard-url="/symfony/symfony/issues/7187/hovercard" href="http... | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">Bar chart with Axes3d does not correctly set the log z scale. There is a note in the doc: <a href="https://matplotlib.org/mpl_toolkits/mplot3d/api.html#mpl_toolkits.mplot3d.axes3d.Axes3D.set_zscale" rel="nofollow">here</a> sayin... | <p dir="auto"><a href="https://sourceforge.net/tracker/?func=detail&aid=3314771&group_id=80706&atid=560720" rel="nofollow">Original report at SourceForge, opened Fri Jun 10 12:29:24 2011</a></p>
<p dir="auto">If you enable a log scale when doing a 3D scatter plot, nothing is created and the program crashes.... | 1 |
<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>
<p dir="auto"><strong>Current behavior</strong></p>
<ul dir="auto">
<li><a href="https://babeljs.io/repl#?browsers=firefox%2047&build=&builtIns=false&spec=false&loose=true&code_lz=JYWwDg9gTgLgBAYQuCA7Apq-AzKy4DkAAgOYA2oI6UA9AMbKQZYEDcAUKJLHMFtQGd0dGMDRxc-AmQgATAIYCAFjT... | 1 |
<pre class="notranslate">go version:
go version devel +4971493b0e14 Tue Oct 01 23:44:20 2013 -0400 darwin/amd64
the code:
<a href="https://gist.github.com/mitchellh/3883097d9d57fccbfb88">https://gist.github.com/mitchellh/3883097d9d57fccbfb88</a>
(the code actually works fine on play.golang.org, I'm not sure what chan... | <p dir="auto">Let <code class="notranslate">foo.go</code> be:</p>
<div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="package main
// Foo does nothing.
func Foo() {}"><pre class="notranslate"><span class="pl-k">package</span> main
<spa... | 0 |
<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-6366?redirect=false" rel="nofollow">SPR-6366</a></strong> and commented</p>
<p dir="auto">Cannot import bean definitions using cl... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=yozh" rel="nofollow">Stepan Koltsov</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8257?redirect=false" rel="nofollow">SPR-8257</a></strong> and commented</p>
<div class="snippet-clipboard-content notranslate posi... | 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">... | <p dir="auto">TextField with type="datetime-local" doesn't fit in TableCell, if Table has a fixed layout. So, it isn't possible to open the date editor.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched th... | 0 |
<h5 dir="auto">System information (version)</h5>
<p dir="auto">OpenCV => 4.2.5<br>
Operating System / Platform => Android 10<br>
Compiler => Visual Studio 2019 / Android Studio</p>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">When running a "DetectTextRectangles" from a "TextDetectionModel_EAST"<br>
... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.5.2</li>
<li>Operating System / Platform => Windows 64 Bit:</li>
<li>Compiler => Visual Studio 2017</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">java app crash when calling init(Mat image, Rect boundingBox) ... | 1 |
<p dir="auto">Following behaviour:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
# version '0.12.0'
!wget -O 'Vertikale_Netzlast_2013.csv' 'http://www.50hertz.com/transmission/files/sync/Netzkennzahlen/N... | <p dir="auto">I have what appears to be a valid <code class="notranslate">Series</code> with a time series index as follows:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [41]: inactive
Out[41]:
2010-06-10 20:43:07 37.2
2010-06-21 06:3... | 1 |
<p dir="auto">The following code fails to compile due to the two adjacent <code class="notranslate"><</code>.</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait Test {
type X;
fn foo() -> Option<<Self as... | <h3 dir="auto">STR</h3>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![feature(associated_types)]
trait Trait {
type Type;
// OK
fn method() -> <Self as Trait>::Type;
// Can't parse
fn method() -&... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">that is, all the functions in <a href="http://www.postgresql.org/docs/9.4/static/functions-json.html" rel="nofollow">http://www.postgresql.org/docs/9.4/static/functions-... | <p dir="auto"><strong>Migrated issue, originally created by Frazer McLean (<a href="https://github.com/RazerM">@RazerM</a>)</strong></p>
<p dir="auto">As mentioned in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="384636807" data-permission-text="Title is private" data-url="https://... | 0 |
<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-8252?redirect=false" rel="nofollow">SPR-8252</a></strong> and commented</p>
<p dir="auto">Allow ref= as well as <bean/> for... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mdeinum" rel="nofollow">Marten Deinum</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6996?redirect=false" rel="nofollow">SPR-6996</a></strong> and commented</p>
<p dir="auto">Currently it is quite hard to reuse be... | 1 |
<p dir="auto">Sorry I can't give more context as to how/when this happened, just got picked up by our crash tracker</p>
<p dir="auto">Caused by: java.lang.NullPointerException<br>
at com.bumptech.glide.manager.RequestTracker.clearRequests(RequestTracker.java:80)<br>
at com.bumptech.glide.RequestManager.onDestroy(Reques... | <p dir="auto">Hi !<br>
use v3.5<br>
e.manager.RequestTracker.pauseRequests (SourceFile:57)<br>
com.bumptech.glide.RequestManager.pauseRequests (SourceFile:151)<br>
com.bumptech.glide.RequestManager.onStop (SourceFile:181)<br>
com.bumptech.glide.manager.ActivityFragmentLifecycle.onStop (SourceFile:55)<br>
com.bumptech.g... | 1 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><inpu... | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contrib... | 0 |
<p dir="auto">Hello to all,<br>
on my Windows 10, I installed tensorflow 1.5 and it works, but if I try to upgrade to tensorflow 1.7 it don't works, appeare the error:<br>
<strong>ImportError: DLL load failed<br>
ModuleNotFoundError: No module named '_pywrap_tensorflow_internal'</strong></p>
<p dir="auto">Microsoft C++... | <p dir="auto">As announced in release notes, TensorFlow release binaries version 1.6 and higher are prebuilt with AVX instruction sets. This means on any CPU that do not have these instruction sets either CPU or GPU version of TF will fail to load with any of the following errors:</p>
<ul dir="auto">
<li><code class="n... | 1 |
<h4 dir="auto">Describe the workflow you want to enable</h4>
<p dir="auto">The following is a proposal for an additional feature_selection method. I would like to propose a simple feature selection function that removes highly correlated feature columns using the Pearson product-moment correlation coefficients. The thr... | <p dir="auto">I am updating some code in <code class="notranslate">imbalanced-learn</code> to use the estimator tag. In some way, I was able to add a new entry in the <code class="notranslate">_DEFAULT_TAGS</code> and use the implementation of <code class="notranslate">_safe_tags</code>.</p>
<p dir="auto">I have the fo... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">win_updates</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ansible --version
ans... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">Module: win_updates</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.1.0
... | 1 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>For English only</strong>, other languages will not accept.</p>
<p dir="auto">Before report a bug, make sure you have:</p>
<ul dir="auto">
<li>Searched open and closed <a href="https://github.com/apache/shardingsphere/issues">GitHub issues</a>.</li>
<li>Read document... | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>For English only</strong>, other languages will not accept.</p>
<p dir="auto">Before report a bug, make sure you have:</p>
<ul dir="auto">
<li>Searched open and closed <a href="https://github.com/apache/shardingsphere/issues">GitHub issues</a>.</li>
<li>Read document... | 0 |
<p dir="auto">Example: <a href="http://getbootstrap.com/javascript/#modals" rel="nofollow">http://getbootstrap.com/javascript/#modals</a></p>
<ol dir="auto">
<li>Click "launch demo modal"</li>
<li>Close window by clicking X</li>
<li>Click "launch demo modal" again</li>
<li>Close window by clicking at black page area</l... | <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"><strong>Describe the bug</strong></p>
<p dir="auto">The recent transmission framebuffer is awesome 🎉 but I ran into a couple issues:</p>
<ul dir="auto">
<li>The aspect ratio of the transmission framebuffer is uncoupled from the current render target, creating x / y warping dependent on viewing dimensions... | <p dir="auto">Reposting <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="778246160" data-permission-text="Title is private" data-url="https://github.com/mrdoob/three.js/issues/21000" data-hovercard-type="issue" data-hovercard-url="/mrdoob/three.js/issues/21000/hovercard?comment_id=862... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.