text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">Hello,</p>
<p dir="auto">I faced this issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="151262308" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/24829" data-hovercard-type="issue" data-hovercard-url="/kubernetes/k... | <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>.): bo</p>
<p dir="auto"><strong>What keywords did you search... | 0 |
<p dir="auto">This is needed for compatibility with <code class="notranslate">histogram</code>, which deprecated <code class="notranslate">normed</code> in favor of <code class="notranslate">density</code>.</p> | <h3 dir="auto">Reproducing code example:</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ python3 -c 'print(1.0<1.0+1.0j)'
Traceback (most recent call last):
File "<string>", line 1, in <module>
TypeError: '<' no... | 0 |
<p dir="auto"><strong>What is the current behavior?</strong><br>
Using <code class="notranslate">.stopPropagation</code> in an <code class="notranslate">onFocus</code> event on a textarea or its parent causes the cursor to disappear or render at an incorrect location in Firefox.</p>
<p dir="auto">You can see the vanish... | <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>
When the onFocus event handler of an element calls stopPropagation, the cursor of the element as well as the selection is not shown in Firefox... | 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 |
<pre class="notranslate">1. What is a short input program that triggers the error?
package pkg
type A interface{}
type B interface{}
func F(a A) {
control := make(chan B)
control <- a
}
2. What is the full compiler output?
example.go:8: internal compiler error: syslook: can't find runtime.convE2E
... | <p dir="auto">by <strong><a href="mailto:louisk@google.com">louisk@google.com</a></strong>:</p>
<pre class="notranslate">There is a bug in the RPC server that causes an infinite loop (with infinite error
messages on the console) if there is an error condition on the socket. This bug
triggers routinely on Windows, but ... | 0 |
<p dir="auto">The source of the problem is <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="412876962" data-permission-text="Title is private" data-url="https://github.com/JuliaData/DataFrames.jl/issues/1730" data-hovercard-type="issue" data-hovercard-url="/JuliaData/DataFrames.jl/iss... | <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> function f()
try
g()
finally
end
end
g() = (_true ? error() : _true ? 0 : false)
_true = true;
julia> f()
Unr... | 1 |
<h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">Allow the users to switch tabs easily like in Edge or other applications that allow multiple tabs. It will be very helpful to be able to switch tabs. This is possible in many linux terminals and helps with activity management, where the user d... | <p dir="auto">Ctrl+Tab allows you to move forward through open tabs. I'd like an option that works like Alt+Tab so I can just press Ctrl+Tab once to go to a previous tab and Ctrl+Tab a second time to go back to the current tab.</p> | 1 |
<p dir="auto">I have old versio 0.7.20 and I open XML file<br>
I can use RMB (Right Mouse button) to "Format Code" for easy reading.</p>
<p dir="auto">But after I update to 0.10.2 that is not possible anymore.</p> | <p dir="auto">before the update I could use alt+shift+f to code format an xml file. After the update this no longer works (using windows version 0.10.1)</p> | 1 |
<p dir="auto">Symfony choice fields with <code class="notranslate">expanded</code> set to <code class="notranslate">true</code> don’t render the selected option correctly when the value in the underlying entity is <code class="notranslate">false</code>.</p>
<p dir="auto">This affects Symfony 2.7.</p>
<h2 dir="auto">Ste... | <p dir="auto">I have a form with the following code:</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$form = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\ChoiceType', null, array(
'multiple' =>... | 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
from decimal import Decimal
df = pd.DataFrame({'id': [1], 'x': [1], 'y': [Decimal(1)]})
df.g... | <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> import pandas as pd
>>> pd.CategoricalIndex(['a', 'b'], categories=['a', 'b']).equals(
... pd.CategoricalIndex(['a', 'b'], categories=['b', 'a']))
False"><... | 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/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected ... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected ... | 0 |
<p dir="auto">I've taken a project I was working on from the 1.5 beta, and simply switched from CommonJS modules to System. I now seem to be getting the title error on startup which suggests something is perhaps amiss in the output?</p>
<p dir="auto">I've not managed to create a small reproduction yet, but here are the... | <p dir="auto">Using this contrived example again,</p>
<p dir="auto">Export file with super class:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/// foo.ts
export class Foo {
a: string;
}"><pre class="notranslate"><span class=... | 1 |
<p dir="auto">Under some circumstances, <code class="notranslate">trace</code> returns a scalar on a 3-D masked array, even though it should return a vector. It appears to be related to the mask, as illustrated below.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-c... | <p dir="auto">When <code class="notranslate">column_stack</code>ing two arrays, the dtype of the result is the dtype of the input arrays (if they are are the same). However, if the endianness of the input array is not the system endianness, it is not respected.</p>
<p dir="auto">MWE:</p>
<div class="highlight highlight... | 0 |
<p dir="auto">Right now it doesn't seem possible to opening multiple project folders in the same window which imho is a bit constraining. If you are working on modular modern projects it's a must have to be productive.</p> | <p dir="auto">Programs typically offer .tar.gz packages instead of zips on Linux.</p> | 0 |
<p dir="auto">Please attach a small application (ideally just one main.dart file-> Normal start up app</p>
<p dir="auto"><a href="https://gist.github.com/moesaeed/48a805de81b262ab9cb759413799ea86#file-main-dart">https://gist.github.com/moesaeed/48a805de81b262ab9cb759413799ea86#file-main-dart</a></p>
<div class="snip... | <p dir="auto">Loading and displaying images using Image.file gets slow and causes a crash when there are more than a few images.</p>
<p dir="auto">This originated from a <a href="https://stackoverflow.com/questions/52212087/fastest-way-to-display-100-or-more-images-in-flutter" rel="nofollow">stackoverflow </a> question... | 0 |
<p dir="auto">Sometimes, Japanese file (UTF-8) gets garbled.<br>
Maybe that arises when I replace strings that contains Japanese charactors.</p>
<p dir="auto">ref:<br>
<a href="http://yogoma.hatenablog.com/entry/2015/04/20/043907" rel="nofollow">http://yogoma.hatenablog.com/entry/2015/04/20/043907</a> (JP)</p>
<p dir="... | <p dir="auto">sometimes a chinese-char become '���',(as we all know that in charset utf-8, a chinese-char need 3 byte )</p> | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">in the following schema:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="+-------------------------------------------*
| people (abstract) --- ha... | <p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">I could not find a way to do that and I think it's an enhancement request.</p>
<p dir="auto">Would be really nice to have a way to cast between classes. I mean, when you have Person and Employee classes, for example (where ... | 0 |
<p dir="auto">If you have a question or would like help and support, please ask at our<br>
<a href="https://discuss.pytorch.org/" rel="nofollow">forums</a>.</p>
<p dir="auto">If you are submitting a feature request, please preface the title with [feature request].<br>
If you are submitting a bug report, please fill in ... | <h2 dir="auto">Issue description</h2>
<p dir="auto">The <code class="notranslate">__version__</code> provided by Pytorch is wrong</p>
<p dir="auto">See <a href="https://github.com/pytorch/pytorch/blob/v0.4.1/setup.py#L246">this line</a></p> | 1 |
<p dir="auto">The following simple example shows an issues with zero values when calling <code class="notranslate">loglog</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import matplotlib.pyplot as plt
nu = [1e2, 1e3, 1e4, 1e5, 1e6, 1e... | <p dir="auto">Consider the following test code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from numpy import *
from matplotlib.pyplot import *
x = arange(-10,10)
y = (1.0 - 1.0/(x**2+1))**20
figure()
semilogy(x, y, "-o")
grid(... | 1 |
<p dir="auto">Hi, below is the code I am using, POM along with fixtures. Please suggest the best way that I can change the viewport to fullscreen</p>
<p dir="auto">//basepage.fixtures.ts<br>
import MicrosoftLoginPage from '../pages/microsoftlogin.page'<br>
import {test as basetest} from '@playwright/test'<br>
import SB... | <p dir="auto">How to launch browser.newContext() or browser.newPage() in fullscreen ? There is no way to pass full-screen via options while calling browser.newContext(options).</p> | 1 |
<p dir="auto">An error is raised when making a numpy array consisting of numpy arrays with ndim > 1 with different sizes.</p>
<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... | <p dir="auto">This behavior is a little confusing:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> np.asarray([np.zeros((10, 3)), np.zeros(10)])
VisibleDeprecationWarning: Creating an ndarray from ragged nested s... | 1 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/648" rel="nofollow">http://projects.scipy.org/numpy/ticket/648</a> on 2008-01-21 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/chanley/hovercard" data-octo-click="hovercard-link-click" data-o... | <p dir="auto">np.percentile claims to function with the <code class="notranslate">q</code> argument (the percentiles to calculate) being either a scalar or an array_like. However, the initial lines of code do:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-... | 0 |
<p dir="auto">If you do <code class="notranslate">make install</code> with previous installed versions, multiple copies of all the libraries get left in (for me) <code class="notranslate">/usr/local/lib/rustc/x86_64-apple-darwin/lib</code>. Then the next time you try building something with the installed rustc, it'll p... | <p dir="auto">It was disabled in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="50301165" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/19362" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/19362/hovercard" hr... | 0 |
<p dir="auto">/Users/jra/bin/gomobile: type github.com/kellydunn/golang-geo.Point not defined in package package marshrutme ("github.com/jeffallen/marshrutme")</p>
<p dir="auto">"in package package" is because the error is "in package %s", with %s filled by a types.Package, which has a String() method that puts "packag... | <p dir="auto">by <strong><a href="mailto:fish@freigeist.org">fish@freigeist.org</a></strong>:</p>
<pre class="notranslate">The example should be pretty self-explanatory: <a href="http://play.golang.org/p/u5_eyPkjNs" rel="nofollow">http://play.golang.org/p/u5_eyPkjNs</a>
Happens on go1.1 installed via gvm on Ubuntu 12.... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | <p dir="auto">现在的版本能支持服务跨组调用吗?(2.6.0上试过不行)</p>
<ul dir="auto">
<li>provider group A<br>
<code class="notranslate"><dubbo:registry protocol="zookeeper" address="192.168.50.130:2181" check="false" group="A"/> <dubbo:service interface="com.alibaba.dubbo.demo.DemoService" ref="demoService"/></code></li>
<li>con... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=ramnivas" rel="nofollow">Ramnivas Laddad</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4306?redirect=false" rel="nofollow">SPR-4306</a></strong> and commented</p>
<p dir="auto">Currently, the base aspect for doma... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=baronludwig" rel="nofollow">Marc Ludwig</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6121?redirect=false" rel="nofollow">SPR-6121</a></strong> and commented</p>
<h4 dir="auto">Overview</h4>
<p dir="auto">We have... | 0 |
<p dir="auto">The option <code class="notranslate">app.conf.worker_pool</code> is not honored. As I've been requested in previous issues to follow the template, I will try to.</p>
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="tas... | <h2 dir="auto">Checklist</h2>
<p dir="auto">I'm <code class="notranslate">pip</code> installing Celery from <code class="notranslate">master</code>.</p>
<h2 dir="auto">Steps to reproduce</h2>
<p dir="auto">Submit a task to an SQS broker and verify that there are 1 messages available and 0 messages "in flight" (total me... | 0 |
<p dir="auto">You can only avoid having your constant call backs to google analytics or atom.io servers described as something other than spyware when you ask the user first if they would like you to turn on these features.</p>
<p dir="auto">Your access to google analytics should only be enabled with the "send anonymou... | <p dir="auto">You need to leave the metrics disabled by default and then at least ask users, first time they activate the editor, whether they would allow it to be enabled.</p>
<p dir="auto">I for one will not allow spyware to run on my box, hence I disable or remove such applications, but Atom doesn't provide a clue i... | 1 |
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/lchccieurope/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/lchccieurope">@lchccieurope</a> on 2016-05-20T08:57:50Z</p>
<h5 dir="auto">ISSUE TYPE... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">pam_limits</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.1.0
config fi... | 1 |
<p dir="auto">Feels like when we are doing changes in <code class="notranslate">std</code> that a whole build of Deno plus the full test suite of Deno is unnecessary for validating a change to <code class="notranslate">std</code> and we should consider some mechanism to only test <code class="notranslate">std</code> po... | <p dir="auto">for discussion and tracking, i'll put together a PR.</p>
<p dir="auto">Currently, even for a small change in std the entire 20 minute long build process is run. This would enable fixes to std to be tested much quicker.</p>
<p dir="auto">This is related to <a class="issue-link js-issue-link" data-error-tex... | 1 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.5.0</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">Prior to Azure provider 5.0.0, <code class="notranslate">WasbHook.get_file</code> only required three arguments (<code class="notranslate">file_path</code>, <code class="notranslate">container_name</code>,... | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.5.0</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">The Azure WASB log task handler is no longer working.</p>
<h3 dir="auto">What you think should happen instead</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">How to reproduce</h3>
<p dir="auto">... | 1 |
<p dir="auto">I am using the Drawer component in the nav bar with the MenuIcon. In earlier releases, this worked as expected. When the MenuIcon was clicked, the Drawer would open, and clicking on any of the Drawer items, or outside the Drawer would close the Drawer. However, with the latest release, I notice that once ... | <p dir="auto">In some folders in the project there are places where there are different modules and their types/tests which reside in the same folder.</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... | 0 |
<p dir="auto">While sitting with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/stefanv/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/stefanv">@stefanv</a> last week we discussed (and then <a class="user-mentio... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> M = sp.csr_matrix((np.array([-2, 4]), np.array([0, 0]), np.array([0, 2])))
>>> M.A
array([[2]])
>>> (M > 1).A
array([[False]], dtype=bool)"><pre class="notranslate"><... | 0 |
<h4 dir="auto">Binary Agents</h4>
<p dir="auto"><a href="https://www.freecodecamp.com/challenges/binary-agents" rel="nofollow">https://www.freecodecamp.com/challenges/binary-agents</a></p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">One of the help links that's suppose to direct to Mozilla documentation on Stri... | <p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/caesars-cipher" rel="nofollow">Caesars Cipher</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Firefox/45.0</code>.<br>
Please describe how to reproduce this issue... | 1 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">My import dependency tree looks like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- main app
- components library
- antd"><pre class="notranslate">... | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">I'm trying to add wix-style-react plugin inside my NextJS project but I'm unable to build. Inside their <a href="https://github.com/wix/wix-style-react">documentation</a>, they say they use Stylable, SASS and CSS Modules.</p>
<p dir="aut... | 1 |
<h5 dir="auto">Issue Type:</h5>
<p dir="auto">Fancy Corner Case Bug</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">Introduced in current devel as well as 1.8.2 and up.<br>
In the 1.8 tree, the bug was introduced by <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansibl... | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">ansible 1.5.4</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Ubuntu 12.04 x64 running Ansible, managing 13.10 x64 hosts</p>
<h5 dir="auto">Summary:</h5>
<ul dir="auto">
<li>Attempting to use 'group_by:' w... | 1 |
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>yes/no</td>
</tr>
<tr>
<td>RFC?</td>
<td>yes/no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.4.7</td>
</tr>
</... | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>yes</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.4.7</td>
</tr>
</tbody>
... | 1 |
<p dir="auto">See this issue for more details, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="82101402" data-permission-text="Title is private" data-url="https://github.com/TypeStrong/atom-typescript/issues/365" data-hovercard-type="issue" data-hovercard-url="/TypeStrong/atom-typesc... | <p dir="auto">Soon after the new settings view was included, I noticed this odd item:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/835148/5810676/3dce3714-a018-11e4-980e-30126bab9d21.png"><img src="https://cloud.githubusercontent.com/assets/835... | 1 |
<p dir="auto">by <strong>vivaneon</strong>:</p>
<pre class="notranslate">What is the expected output? What do you see instead?
--- cd ../misc/cgo/stdio
rm -rf *.[568vqo] *.a [568vq].out *.cgo[12].go *.cgo[34].c *.so _obj _test
_testmain.go hello fib chain run.out
cgo file.go
could not determine kind of name for C.CS... | <p dir="auto">by <strong>robert.hencke</strong>:</p>
<pre class="notranslate">This is peculiar, but I was able to get someone else to reproduce this.
What steps will reproduce the problem?
1. Open the cgo life example ($GOROOT/misc/cgo/life)
2. Open life.go
a. Change //export GoStart to //export Aaa
b. Change //export... | 0 |
<p dir="auto">The folder test_plugin/, while showing an example, is not mentioned anywhere in the manual, and is not easy to find (since the name does not indicate it also being an example)</p>
<p dir="auto">This could be a good first issue.</p> | <p dir="auto">Currently the runtime API would support the compiler option of <code class="notranslate">lib</code>, but it would fail in most scenarios where if a lib is included that isn't inlined into the TypeScript compiler. For example <code class="notranslate">lib: [ "esnext", "dom" ]</code> would fail, because <c... | 0 |
<p dir="auto">also while installing other packages the search becomes unresponsive, as do the install buttons on other search results.</p> | <p dir="auto">See: <a href="https://discuss.atom.io/t/terrible-bug-update-all-packages-freeze-my-machine/17106" rel="nofollow">https://discuss.atom.io/t/terrible-bug-update-all-packages-freeze-my-machine/17106</a></p>
<p dir="auto">I assume that Atom trying to update 120 packages at once consumed too many resources?</p... | 1 |
<p dir="auto">DaemonRestart Scheduler should continue assigning pods to nodes across restart<br>
is failing with some kind of ssh error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/... | <p dir="auto">The test is in flaky suite and no one seems to care. We need an owner for this test.</p>
<p dir="auto">cc <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wojtek-t/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https:/... | 1 |
<ul class="contains-task-list">
<li><strong>I'm submitting a ...</strong></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> bug report</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> feature requ... | <h2 dir="auto">I'm submitting a...</h2>
<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
</code></pre></div>
<h2 dir="aut... | 1 |
<p dir="auto">Firstly, show the code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="km = joblib.load(filename)
cluster_labels = km.predict(X)
silhouette_avg = silhouette_score(X, cluster_labels)
# Compute the silhouette scores for each sample... | <p dir="auto">With scikit-learn 0.15.2, numpy 1.9.1, python 2.7.8 (on OS X), the following code segfaults:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy
import sklearn.cluster
numpy.random.seed(1)
X = numpy.random.random((50000,... | 1 |
<p dir="auto">paramiko has a helper class SSHConfig() which can read in ~/.ssh/config.<br>
This might be helpful if special configuration is done to hop to a second<br>
host, hardcode ports or other special configuration, so that the config does<br>
not need to get duplicated for ansible.</p>
<p dir="auto">best regards... | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">Introduced in v2.0.0-0.3.beta1, bug not present in v2.0.0-0.2.alpha2.</p>
<h5 dir="auto">Ansible Configuration:</h5>
<p dir="auto">in ansible.cfg, use a directory as inventory</p>
<div class="snippet-clipboar... | 0 |
<h1 dir="auto">* Electron version: v0.3.75</h1>
<ul dir="auto">
<li>Operating system:win7 x64</li>
</ul>
<p dir="auto">example:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/11253729/14663322/51d51b32-06f2-11e6-888f-c92c6b639e60.png"><img src="h... | <p dir="auto">Found this issue on a project, tested against the electron-quick-start and found the problem still exists.</p>
<p dir="auto">Simply adding "frame: false" to the new BrowserWindow() call will cause it.</p>
<ul dir="auto">
<li>Electron version: 0.37.5</li>
<li>Operating system: Windows</li>
</ul>
<p dir="au... | 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="# Your code here
import pandas as pd
df =pd.read_excel('Financial Sample1.xlsx')
print (df)"><pre class="notrans... | <p dir="auto">we need to make the API's more explicit/consistent.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="create_table
delete_table
table_exists"><pre class="notranslate"><code class="notranslate">create_table
delete_table
table_exists
... | 0 |
<p dir="auto">This code example</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<label [class.has-error]="!username.valid">
<div>Login</div>
<input type="text" ngControl="use... | <p dir="auto">I've come across a really weird error right after upgrading to Beta 1: Every time I drop a <code class="notranslate">[class.whatever]</code> or any other attribute binding within a nested DOM element wrapped by a <code class="notranslate">ngForm</code> element I get the infamous <code class="notranslate">... | 1 |
<h4 dir="auto">Challenge Name</h4>
<p dir="auto">Any challenge, <strong>both beta and production</strong></p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">The exact same code works in Chrome but not in Firefox. In Firefox, the output just above the tests says that the tests were completed, but tests that had t... | <p dir="auto">Trying to complete lessons, but code is becoming unmanageable:</p>
<ul dir="auto">
<li>flags auto duplicate themselves, so instead of <code class="notranslate"><p></code> I get <code class="notranslate"><pp></code></li>
<li>same with content, <code class="notranslate">hello</code> paragraph be... | 0 |
<h3 dir="auto">Problem</h3>
<p dir="auto">I'm trying to create a plot which "zooms in" on a subset of a large dataset (I am plotting the entire dataset because it's much more convenient than clipping the underlying dataset). I can do this pretty easily for the x-axis with ax.set_xlim(), because I know what the x-limits... | <p dir="auto">I filed a matplotlib bug report via GitHub: When x-axis limits are overridden via <code class="notranslate">pyplot.xlim</code>, the default y-axis limits may no longer be sensible. If limits are overridden for one axis, new limits should be calculated for the remaining axes. The image at the following U... | 1 |
<p dir="auto">The ReactTransistionGroup assumes that children should be prepended to their siblings when inserted into the parent. I think we should add an optional prop that allows configuration to prepend or append children. I have working code I can submit a pull request I just wanted to make sure I wasn't missing s... | <p dir="auto">In ReactTransitionGroup given a dynamic array of children e.g. first <code class="notranslate">['A', 'B']</code> then <code class="notranslate">['B', 'C']</code> while ReactTransitionGroup holds on to the exiting DOM nodes we see <code class="notranslate">['A', 'B', 'C']</code> in the DOM before <code cla... | 1 |
<p dir="auto">Summary.</p>
<p dir="auto">When REQUESTS_CA_BUNDLE has been set as an environment variable, the verify property in a requests.Session() will always be ignored.</p>
<h2 dir="auto">Expected Result</h2>
<p dir="auto">requests.Session always uses REQUESTS_CA_BUNDLE unless a certificate bundle has been assigne... | <p dir="auto">One would expect that when the caller explicitly asks to make unverified requests, then the <code class="notranslate">REQUESTS_CA_BUNDLE</code> environment variable doesn't affect it. The reality is different, however.</p>
<div class="highlight highlight-source-python notranslate position-relative overflo... | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-assignment-with-minus-equals#?solution=var%20a%20%3D%2011%3B%0Avar%20b%20%3D%209%3B%0Avar%20c%20%3D%203%3B%0A%0A%2F%2F%20Only%20modify%20code%20below%20this%20line%0A%0Aa%20-%3D%206%3B%0Ab%20-%3D%2015%3B%0Ac%20-%3D%201%3B%0A%0A%0A" rel="no... | <p dir="auto">Thanks to Thad for reporting. His words:</p>
<p dir="auto">I have a question about the code output area. I'm referring to the area just under the Reset, Help and Bug buttons on the left side of the page at FCC. It seems that there was a change to how that functions in the past few days.</p>
<p dir="auto">... | 1 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">When upgrade to v9.0.7. <code class="notranslate">css-loader</code> throw an API schema error. It won't happens in v9.0.6. Seems <code class="notranslate">minimize</code> has been removed from the options of <code class="notranslate">css-... | <p dir="auto">I did correct by document and I import ./style.scss file in my js file<br>
but i have this error i asked in stackoverflow but i dont get answer<br>
please help me to fix it</p>
<p dir="auto">package.json<br>
dependencies{<br>
"@zeit/next-sass": "^1.0.1",<br>
"next": "^9.0.6",<br>
"node-sass": "^4.12.0",<... | 1 |
<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">High CPU usage with n... | <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">Running <code class="... | 1 |
<h3 dir="auto">Problem</h3>
<p dir="auto"><code class="notranslate">plt.scatter</code> accepts both singular and plural forms of the <code class="notranslate">linewidth(s)</code> and <code class="notranslate">edgecolor(s)</code> attributes. The plural forms are documented in the function signature, but the singular for... | <p dir="auto">Potentially related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="108381825" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/5143" data-hovercard-type="issue" data-hovercard-url="/matplotlib/matplotlib/issues/5143/h... | 0 |
<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
cyrillic_filename = "./файл_1.csv"
# 'c' engine fails:
df = pandas.read_csv(cyrillic_fil... | <h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<p dir="auto"><code class="notranslate">test.txt</code> and <code class="notranslate">test_é.txt</code> are the same file, only the name change:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" ... | 1 |
<p dir="auto">Hi, allow me to ask for a question about Tensorflow feature:</p>
<p dir="auto">Firstly, I uses the nearly-latest Tensorflow version v1.10 and the system has NCCL 2.0 installed.</p>
<p dir="auto">As is known that NCCL 2.0 has already supported Cross-Node multiple GPU training with fully NCCL management, bu... | <p dir="auto">I have built tensorflow from scratch for the Knights Landing and it seems to give only 4-5images/sec. Can someone give a procedure to run these standard benchmarks?</p> | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.1</li>
<li>Operating System / Platform => Ubuntu 16.04 64Bit</li>
<li>Compiler => gcc 5.4.0</li>
<li>TensorFlow => 1.4.0</li>
<li>Model => faster_rcnn_resnet50_coco <a href="http://download.tensorflow.org/models/object_de... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4 installed with pip</li>
<li>Operating System / Platform => Ubuntu 16.04</li>
<li>Python => Python 3.5.2</li>
<li>Tensorflow => 1.5</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I'm trying to load in a pret... | 1 |
<ul dir="auto">
<li>
<p dir="auto">OpenCV = >3.4.1```</p>
</li>
<li>
<p dir="auto">Operating System / Platform => Windows 64 Bit</p>
</li>
<li>
<p dir="auto">Compiler => Visual Studio [2017]</p>
</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I have used the Facenet code to train a model and... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.1</li>
<li>Operating System / Platform => Windows 64 Bit</li>
<li>Compiler => Visual Studio 2015</li>
</ul>
<h5 dir="auto">description</h5>
<p dir="auto">I'm using the tf_importer.cpp to import a tensorflow pb frozen model. Howeve... | 1 |
<p dir="auto">The <code class="notranslate">DataFrame</code> constructor supports numpy's ndarray of primitive type, recarray (or structured array) or a masked array of simple type. It breaks when given a masked recarray:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir... | <p dir="auto">as it stands</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [24]: tuples = [(randint(10), randint(10)) for _ in range(10)]
In [25]: mi = MultiIndex.from_tuples(tuples)
In [26]: df = DataFrame(index=mi, columns=mi)"><pre clas... | 0 |
<p dir="auto">When the animation is done between placeholder and new image then the placeholder is stretched during the animation. Please do only the fade animation without modifying the imagesize.</p> | <p dir="auto"><strong>Glide Version/Integration library (if any)</strong>: 3.5.2<br>
<strong>Device/Android Version</strong>: S4/4.4<br>
<strong>Issue details/Repro steps</strong>: Load a different sized thumbnail and image, or placeholder and image and note the result:<br>
<a target="_blank" rel="noopener noreferrer n... | 1 |
<p dir="auto">the following will now fail due to <code class="notranslate">.col-xs-12</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@import 'twitter/bootstrap';
.test {
.text-center;
.text-uppercase;
.col-xs-12;
}"><pre class="n... | <p dir="auto">Hello everyone</p>
<p dir="auto">I found out that the following code won't work in the LESS package of Bootstrap v3.2.0.</p>
<div class="highlight highlight-source-sass notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=".main-col {
&:extend(.col-md-16 all);
... | 1 |
<p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.): "lock is held by" "has not yet expired"</p>
<hr>
<p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one): BUG REPORT... | <p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p>
<h2 dir="auto">kube-dns, kubeadm, headless service, service</h2>
<p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choo... | 0 |
<p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">Many scenes use a CubeCamera to generate static reflections.</p>
<p dir="auto">On 132 or 133 Standard Materials do not show the reflection. Either if set via material.envMap or scene.environment</p>
<p dir="auto"><strong>To Reproduce</strong></p>
<p dir=... | <p dir="auto">It may be a duplicate one, but i can't find it...<br>
and has my english is poor i made a fiddle : <a href="http://jsfiddle.net/Turboconnard/34btU/56/" rel="nofollow">http://jsfiddle.net/Turboconnard/34btU/56/</a></p>
<p dir="auto">I don't know if it's a bug or if it's normal for a plane to display like t... | 0 |
<p dir="auto">DAO层使用 MyBatis,当使用 INSERT INTO VALUES<br>
ON DUPLICATE KEY UPDATE<br>
语句时,UPDATE 部分参数全都会丢失</p> | <p dir="auto">Please answer these questions before submitting your issue. Thanks!<br>
开源不易,我们希望将精力放在完成新功能和解决有价值的问题上,为了让大家的配合更具有效率,请填写以下列出的全部问题</p>
<h3 dir="auto">Which version of Sharding-Jdbc do you using?(您使用的Sharding-Jdbc版本为?)</h3>
<p dir="auto">1.5.41</p>
<h3 dir="auto">Expected behavior (您预期的结果是)</h3>
<p dir="auto... | 0 |
<p dir="auto">Hello. I found a memory leak in <strong>com.bumptech.glide.request.target.ViewTarget</strong>.</p>
<p dir="auto"><strong>GlideDrawableImageViewTarget</strong> provide a memory leak. It keeps a reference to my activity. And GC can not release the activity.</p>
<p dir="auto"><a target="_blank" rel="noopener... | <p dir="auto"><strong>Glide Version</strong>: com.github.bumptech.glide:glide:3.7.0<br>
<strong>Integration libraries</strong>:</p>
<div class="highlight highlight-source-groovy-gradle notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" debugCompile 'com.squareup.leakcanary:... | 1 |
<p dir="auto">I setup o 2-node kubernetes cluster using docker containers, as described here: <a href="https://github.com/kubernetes/kubernetes/blob/release-1.1/docs/getting-started-guides/docker-multinode.md">https://github.com/kubernetes/kubernetes/blob/release-1.1/docs/getting-started-guides/docker-multinode.md</a><... | <p dir="auto">When running a containerized kubernetes cluster I cannot spawn pods due to <code class="notranslate">file does not exist</code> errors when trying to mount their secret volumes:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ku... | 1 |
<p dir="auto">When cloning a skeleton, the bones and boneInverses arrays of the cloned skeleton still reference the arrays from the original skeleton. Hence when the original skeleton is animated, the bones on the cloned skeleton are also affected. Is this the intended behavior?</p>
<p dir="auto"></p><div class="Box Bo... | <p dir="auto">There are a few things which geometry.clone() doesn't copy a reference to, which it should.</p>
<p dir="auto">.bones<br>
.skinWeights<br>
.skinIndices<br>
.animations<br>
.animation</p>
<p dir="auto">are all left without references to the original, which leads to skinning being broken unless the reference... | 1 |
<h5 dir="auto">Issue Type: Bug Report</h5>
<h5 dir="auto">Ansible Version: 1.5</h5>
<h5 dir="auto">Environment: CentOS 6.5</h5>
<h5 dir="auto">Summary: includes in templates loose their variable context</h5>
<h5 dir="auto">Steps To Reproduce:</h5>
<p dir="auto">In one template file i have this code snippet:<br>
{% for ... | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">ansible 1.5</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">debian 7</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">Variables go out of scope inside an included template</p>
<h5 dir="auto">Steps To Reprodu... | 1 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Dynamic routing to page with ant.design Table component doesn't work.<br>
Bug only appears on build. On dev run it works properly.</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">I have two pages: Main and Sub.<br>
Sub page contains co... | <h1 dir="auto">Examples bug report</h1>
<h2 dir="auto">Example name</h2>
<p dir="auto">with-ant-design-less<br>
<a href="https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-less">https://github.com/zeit/next.js/tree/canary/examples/with-ant-design-less</a></p>
<h2 dir="auto">Describe the bug</h2>
<p di... | 1 |
<p dir="auto">I would like to prevent MUI from optimising classNames:</p>
<ul class="contains-task-list">
<li>
<p dir="auto">development: <code class="notranslate">.MuiAppBar-root-12</code></p>
</li>
<li>
<p dir="auto">production: `.c12``<br>
documentation: <a href="https://material-ui.com/customization/css-in-js/#clas... | <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">Context: <a href="https://tour.golang.org/basics/3" rel="nofollow">https://tour.golang.org/basics/3</a></p>
<p dir="auto">Change the title above to describe your issue and add your feedback here, including code if necessary</p>
<p dir="auto">hI</p>
<p dir="auto">I did not understand the description export... | <p dir="auto">Context: <a href="https://tour.golang.org/basics/3" rel="nofollow">https://tour.golang.org/basics/3</a></p>
<p dir="auto">This page tells that exported name must start with upper character, but it does not say what the "exported name" means. Also, "Exported identifiers" maybe more aligned with other mat... | 1 |
<h3 dir="auto">First check</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c... | <h3 dir="auto">Describe the bug</h3>
<p dir="auto">HTTP exceptions are not <del>raised</del> propagated inside a dependency which encapsulates the <code class="notranslate">yield</code> in a try except statement.<br>
Only custom exceptions are <del>raised</del> propagated if I understand correctly.</p>
<h3 dir="auto">T... | 1 |
<p dir="auto">If <code class="notranslate">test.ts</code> is:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const { symlinkSync, readFileSync } = Deno;
try {
const s = readFileSync("./test_private/file");
console.log(s);
} catc... | <p dir="auto">e.g. Currently creating a symlink under write-allowed directory to other directories would allow escaping the perm rules and access any file.</p> | 1 |
<p dir="auto">Assuming that windows and webviews inherit the nodeintegration setting from parents, and nodeintegration is disabled, is still possible to run JS with full node integration via the Preload function.</p>
<p dir="auto"><code class="notranslate"><webview src="data:text/html,<script>require('child_pr... | <p dir="auto">Currently webview tag is available even when node integration is off, this can introduce security problems since webview can be used to execute arbitrary code.</p>
<p dir="auto">Refs <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="123867656" data-permission-text="Title ... | 1 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2>
<ul dir="auto">
<li>Windows build number: 19041.388</li>
<li>PowerToys version: 0.20.0</li>
<li>PowerToy module:PR Run</li>
</ul>
<h... | <p dir="auto">Popup tells me to give y'all this.</p>
<p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p>
<p dir="auto">Version: 1.0.0<br>
OS Version: Microsoft Windows NT 10.0.19041.0<br>
IntPtr Length: 8<br>
x64: True<br>
Date: 07/31/2020 17:29:59<br>
Exce... | 1 |
<p dir="auto">For example, as of this writing, the <code class="notranslate">StrAllocating::to_owned</code> method is annotated with <code class="notranslate">#[deprecated = "obsolete, use </code>to_string<code class="notranslate">"]</code>, but <a href="http://doc.rust-lang.org/std/str/trait.StrAllocating.html#method.... | <p dir="auto">Platform: Windows, rust nightly.</p>
<p dir="auto">The optimizations made to fix <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="31373630" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/13472" data-hovercard-type="issue" data-... | 0 |
<p dir="auto">Using requests 2.13.0 I can't seem to pass a non-ascii value as "data" on a PUT.</p>
<p dir="auto">This might be a duplicate of issue <a href="https://github.com/kennethreitz/requests/issues/2638">https://github.com/kennethreitz/requests/issues/2638</a>.</p>
<p dir="auto">How should I send a unicode stri... | <p dir="auto">Python version: 2.7.12 and 3.5.2<br>
Requests version: 2.11.1</p>
<p dir="auto">I'm sorry if this is a duplicate, but I don't know what the issue is, so I also don't even know how to look for it in the search... But this might be a bug, so I decided to report.</p>
<p dir="auto">When I run this in Python 2... | 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 verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><inpu... | <p dir="auto">PR for proposed fix to this issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="592251302" data-permission-text="Title is private" data-url="https://github.com/celery/celery/issues/6020" data-hovercard-type="pull_request" data-hovercard-url="/celery/celery/pull/6020/... | 0 |
<p dir="auto">Modals that have been opened and closed and reopened are not being closed using the x or the close button. The live example modal from the docs shows this <a href="http://getbootstrap.com/javascript/#modals" rel="nofollow">http://getbootstrap.com/javascript/#modals</a>.</p>
<p dir="auto">Open the modal.<... | <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">I'm looking for implementing proper highlighting for C# code using a server that inspects the code, and tokenizes it. The server part is already done, however, it seems that Atom doesn't support asynchronous Grammars (or I'm just not finding any documentation on it).</p>
<p dir="auto">Please add an API li... | <p dir="auto">I am looking to enhance the language definition for <code class="notranslate">typescript</code>, which is currently extremely lacking. Typescript itself provides a highly efficient tokenizer service that could be used to provide a grammar.</p>
<p dir="auto">I have two questions.</p>
<p dir="auto">Is the ... | 1 |
<p dir="auto">In pearsonr function of scipy.stats, there is the following code:</p>
<p dir="auto">r_num = n_(np.add.reduce(xm_ym))<br>
r_den = n_np.sqrt(ss(xm)_ss(ym))<br>
r = (r_num / r_den)</p>
<p dir="auto">Since r_num is numerator and r_den is denominator. The common factor n is unnecessary.</p> | <p dir="auto">Gina Helfrich from NumFocus pointed out that our code of conduct is not linked to the <a href="https://github.com/scipy/scipy/community">Community page </a>. It's current location is <a href="https://github.com/scipy/scipy/tree/master/doc/source/dev/conduct">here</a>.</p>
<p dir="auto">Should we relocate ... | 0 |
<p dir="auto">All of the "Help" and "Pair" links in all Waypoints and Bonfires (as far as I've seen) are dead links. If you click either, you get a pop up window and then if you click on the "Take me to the help room" or "Take me to the pair programming room" the link is dead.</p> | <p dir="auto">When on the Bonfire, clicking the Help button produces a pop-up that reads:</p>
<p dir="auto">Need some help?<br>
Remember to use Read-Search-Ask.<br>
If you've already read the errors and searched Google, you should ask for help.<br>
This will take you to our help room.</p>
<p dir="auto">The Take Me to ... | 1 |
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-create-a-form-element" rel="nofollow">http://freecodecamp.com/challenges/waypoint-create-a-form-element</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.<br>
Upon the load of this lesson, it w... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-line-up-form-elements-responsively-with-bootstrap" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-line-up-form-elements-responsively-with-bootstrap</a> has an issue.</p>
<p dir="auto">I think the problem is happening on all... | 1 |
<ul dir="auto">
<li>Electron version: 1.0</li>
<li>Operating system: OS X EL Capitan</li>
</ul>
<p dir="auto">Anyone can tell me how to implement it?</p> | <p dir="auto">Actually achieving vibrancy is fairly easy. You simply make the NSVisualEffectView the content view of the mac window. The issue with this is that it blurs the whole window, which is obviously not ideal. The way I see it there are couple different ways of going about this. There could be an API that allow... | 1 |
<p dir="auto">env: macOS<br>
tf version: master brunch</p>
<p dir="auto">I built tensorflow on <code class="notranslate">macOS</code> using <code class="notranslate">build_all_ios.sh</code>. Then I tried to load <code class="notranslate">frozen.pb</code> data created by python program. Here is a code to load graph in <... | <p dir="auto">I am trying to load the simple trained model, but I am facing the following issue:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="No OpKernel was registered to support Op 'RandomShuffleQueue' with these attrs
[[Node: shuffle_bat... | 1 |
<p dir="auto">It used to, the code is still here, so it's probably something that changed in either OrbitControls or TransformControls</p>
<p dir="auto"><a href="https://threejs.org/examples/#misc_controls_transform" rel="nofollow">https://threejs.org/examples/#misc_controls_transform</a></p> | <p dir="auto">The <a href="https://threejs.org/examples/?q=controls#misc_controls_transform" rel="nofollow">Transform Controls</a> example isn't responding to any mouse input when you try to move the box around.</p>
<p dir="auto">This is working however on mobile Safari and mobile Chrome.</p>
<h5 dir="auto">Three.js ve... | 1 |
<p dir="auto">Services should have a proxy subresource just like the one for pods (pods/proxy). The endpoint should be the equivalent of the current /proxy/services/[name] endpoint.</p> | <p dir="auto">We created and added "pods/proxy" subresource to remove the need for the generic top level prefix proxy. We should add the equivalent for service and convert all code to use it (code that does not have to be backwards compatible with a Kube 1.0 or 1.1 server, such as e2e). We should mark the "proxy/serv... | 1 |
<p dir="auto">I wrote a program to watch an incoming files in inbox folder and it's working fine, except some garbage shows on the screen, however, this works fine one Windows 10. I used the following code:</p>
<p dir="auto">import { green, magenta, red, bold, underline } from "<a href="https://deno.land/std/fmt/colors... | <p dir="auto">On Windows, escape sequences don't color Deno's output and display as ordinary text.</p>
<p dir="auto">For example, an error stack trace looks like:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Uncaught SyntaxError: Unexpected ... | 1 |
<h2 dir="auto">Feature request</h2>
<p dir="auto"><strong>What is the expected behavior?</strong><br>
If you do "webpack --watch" it's currently only detecting and recompiling when existing files are changed.</p>
<p dir="auto"><strong>What is motivation or use case for adding/changing the behavior?</strong><br>
I ... | <h2 dir="auto">Feature request</h2>
<p dir="auto"><strong>What is the expected behavior?</strong><br>
Currently, there is no way to tell Webpack to watch additional paths for changes when using <code class="notranslate">watch</code>. It would be nice if this was possible.</p>
<p dir="auto"><strong>What is motivat... | 1 |
<p dir="auto">Hi ,</p>
<p dir="auto">The programming image that appears.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/13035720/9622656/f206616a-50ea-11e5-87d8-df21ad8f756e.png"><img src="https://cloud.githubusercontent.com/assets/13035720/9622656/f206616a-50... | <p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/target-a-specific-child-of-an-element-using-jquery#?solution=fccss%0A%20%20%24%28document%29.ready%28function%28%29%20%7B%0A%20%20%20%20%24%28%22%23target1%22%29.css%28%22color%22%2C%20%22red%22%29%3B%0A%20%20%20%20%24%28%22%23target1%22%29.prop%2... | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1897" rel="nofollow">http://projects.scipy.org/numpy/ticket/1897</a> on 2011-07-07 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jpaalasm/hovercard" data-octo-click="hovercard-link-click" dat... | <p dir="auto">There is a decent amount of overlap in <a href="https://github.com/numpy/numpy/blob/main/doc/source/dev/index.rst#building-docs">documentation subsection of the dev/index page</a> and the more detailed <a href="https://github.com/numpy/numpy/blob/main/doc/source/docs/howto_build_docs.rst">documentation bu... | 0 |
<p dir="auto">Simply trying to add <code class="notranslate">OrbitControls</code> to <code class="notranslate">three.min.js</code> by following the instructions in the Wiki. Working from a fresh clone of the master branch of r120 on a Windows 10 machine with current Node and npm. Added the line</p>
<p dir="auto"><code ... | <p dir="auto">Ricardo, why did you delete the reported issue?<br>
I'm a 3DS Max user since the DOS era, so I know very well what I'm saying.<br>
Again:</p>
<ul dir="auto">
<li>import an object (OBJ, DAE, whatever) with many childrens.</li>
<li>perform some scale/rotation/position changes on the imported object (all the... | 0 |
<hr>
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: No</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: CentOS</li>
<li><strong>TensorFlow installed from (source... | <p dir="auto">The tf.image.resize_images() seems to use a strange padding option, which one is not clear to me at the moment. I tried to replicate the bilinear interpolation with various padding options in for example skimage, but cant replicate the behaviour.</p>
<p dir="auto">It would be nice to be able to set the pa... | 0 |
<p dir="auto">I'm used to this from KeyPirinha (well, a plugin), so bear with me:</p>
<p dir="auto">I'd like to be able to sleep, restart, shut down, log off and hibernate from PTR. I could make programs to do this and have them in my start menu to work around this for now, but this feels like something that would (a) ... | <p dir="auto">As per this twitter <a href="https://twitter.com/vcsjones/status/1254099596143460354" rel="nofollow">conversation</a>, it would be nice to have the ability to execute system commands such as sleep, shutdown ,and switch user account from within the launcher via the use of friendly keywords.</p>
<p dir="aut... | 1 |
<p dir="auto">One of the great features of IPython is that you are able to embed it in a currently executing program <code class="notranslate">IPython.embed()</code> so you can muck around with the current state at that point. This would be a great feature to support with the new REPL.</p> | <p dir="auto">Debugging code is currently print() based. This isn't a particularly great solution.</p>
<p dir="auto">Spun this issue off of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3472205" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/is... | 1 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<p dir="auto">Report a bug</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
My bundle gets compiled several times.</p>
<p dir="auto"><strong>If the current behavior is a bug, please provide the ste... | <p dir="auto"><strong>Bug: I'm using webpack to build the server using target node, but the output claims requireEnsure as undefined!</strong></p>
<p dir="auto"><code class="notranslate">TypeError: __webpack_require__.e is not a function</code></p>
<p dir="auto">The function is related to webpack requireEnsure. It make... | 0 |
<p dir="auto">add random_state parameter to SVC.predict_proba() to allow reproducibility.<br>
this is needed since SVC.predict_proba() uses cross validation</p> | <p dir="auto">From one run to another sklearn.metrics.tests.test_metrics.test_precision_recall_curve failed. Any ideas <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jnothman/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://... | 1 |
<p dir="auto">It cost me quite some time to figure out that if I want to have a structured representation of my underlying decision tree I can use the <code class="notranslate">tree_</code> attribute of the <a href="http://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html#examples-using... | <h4 dir="auto">Description</h4>
<p dir="auto">(Motivated by some questions in the mailing list)<br>
I couldn't find a place where the attributes of the underlying <code class="notranslate">tree_</code> objects of <code class="notranslate">DecisionTree<Classifier/Regressor></code> were documented. They're fairly u... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.