text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1931590/12581872/a957344a-c439-11e5-824b-49920f6bc255.png"><img src="https://cloud.githubusercontent.com/assets/1931590/12581872/a957344a-c439-11e5-824b-49920f6bc255.png" alt="capture" style="max-width: ... | <p dir="auto">Trying to get packages from nuget. I'm not getting intellisense in project.json. In the JSON server output window I see a lot of this:<br>
<code class="notranslate">Request to the nuget repository failed: <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/200... | 1 |
<p dir="auto">At the moment the scripts directory is hard coded to <code class="notranslate">scriptsDirectory = new File(env.configFile(), "scripts");</code> but it would be handy to make this configurable.<br>
Main reason is that with the Puppet module we allow multiple instances, and it would be handy that all instan... | <p dir="auto">Since dynamic scripting is off by default since elasticsearch >=1.2 (which is good!), we have to move all our scripts to files in the <code class="notranslate">config/scripts</code> folder. It would be awesome to have an option to change that folder in the config to make it easier for using different f... | 1 |
<p dir="auto"><strong>Issues</strong></p>
<p dir="auto"><strong>Other Links</strong></p>
<ul dir="auto">
<li><a href="https://daveceddia.com/angular-2-errors/" rel="nofollow">https://daveceddia.com/angular-2-errors/</a></li>
<li><a href="http://www.bennadel.com/blog/3040-i-have-a-fundamental-misunderstanding-of-change-... | <p dir="auto"><strong>I'm submitting a ...</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submi... | 0 |
<p dir="auto">Two nodes went away as I updated the instances, but they still appear and, more importantly/confusingly, their daemonset pods are still in Running state.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ fleetctl list-machines
MAC... | <p dir="auto">I don't see any existing issues filed for this.</p>
<p dir="auto">Allow the user to instruct Kubernetes, based on data from liveness/readiness probes (or failures to start new pods at all), to automatically undo a rollout, not just pause it. This could even have a configurable maxFailures knob to specify... | 0 |
<p dir="auto">(It is very likely an issue of V8, but)<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="802496531" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/9421" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/9... | <p dir="auto">I made the mistake of switching to macOS 11.2, since I get this error on my Deno projects:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/3296671/107092259-8d50b780-6803-11eb-8fed-eda32bdd25c1.png"><img src="https://user-images.githubusercontent.c... | 1 |
<p dir="auto">twitter thread <a href="https://twitter.com/domenic/status/697921719529398272" rel="nofollow">https://twitter.com/domenic/status/697921719529398272</a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/172399/13174587/02e38508-d705-11e5-92c5-372e75f... | <p dir="auto">I am using VSC on Windows while developing for Linux-based webserver. Also, several people on my team are using Macs. It is very annoying for us to switch end of line sequence for each new file. It would be great if there was a user setting to ensure all new files are created with a certain eol sequence.<... | 1 |
<p dir="auto">My current use case is to cluster a bunch of data to generate labels, then use a classifier to draw decision boundaries and make label predictions on new data.</p>
<p dir="auto">I love using pipeline and gridsearch packages in tandem, but can't use it for this because clustering does not have a transform ... | <p dir="auto">Following up on <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="32306582" data-permission-text="Title is private" data-url="https://github.com/scikit-learn/scikit-learn/issues/3113" data-hovercard-type="pull_request" data-hovercard-url="/scikit-learn/scikit-learn/pull/3... | 1 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
After I upgrade @babel/core to v7.5.5, circleci build throw error <code class="notranslate">TypeError: helpers(...).ensure is not a function</code></p>
<p dir="auto">This error only happen in circleci environment. No error in windows or ... | <p dir="auto">It looks like if I have:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Test {
constructor() {
someService.get().then(async () => {
this.foo = 'tada';
})
}
}"><pre class="notranslate"><sp... | 0 |
<p dir="auto">When installing on Windows 7 x64 with:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install opencv-python # py 2.7"><pre class="notranslate"><code class="notranslate">pip install opencv-python # py 2.7
</code></pre>... | <p dir="auto">the installed opencv_world342.dll need "Api-ms-win-downlevel-shlwapi-l1-1-0.dll" which is not in Windows 7. (vc2015_redist.exe already installed).</p>
<p dir="auto">when I copy it from windows10, it works.</p> | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">I don't know if this is a bug or a feature, or even if you guys noticed it already and it's not an issue, but this caused me some problems so I thought I should report it.</p>
<p dir="auto">When you use the read_csv command to read a csv, you can pass the columns you want to set as ... | <p dir="auto">What do we want out of our API docs? What are the current issues?</p>
<p dir="auto">I think we're (mostly) happy with <code class="notranslate">api.rst</code>: we manually list the classes and methods that we want to include the docs, grouped by topics of our choosing.</p>
<p dir="auto">I think we're unha... | 0 |
<p dir="auto">Or it silently notices, and we should add clarity.</p>
<p dir="auto"><a href="http://kubekins.dls.corp.google.com:8081/job/kubernetes-pull-build-test-e2e-gce/26411/#" rel="nofollow">http://kubekins.dls.corp.google.com:8081/job/kubernetes-pull-build-test-e2e-gce/26411/#</a><br>
<a href="https://pantheon.co... | <p dir="auto">After running couple e2e tests on a GCE cluster created from HEAD endpoint controller stops working (no entries in controller log on master) and no endpoints are created for a service. I have this cluster still up and running - let me know if you need more data.</p>
<div class="snippet-clipboard-content n... | 1 |
<p dir="auto">Run the following program on the following input:</p>
<div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="package main
import (
"bytes"
"io/ioutil"
"os"
"golang.org/x/imag... | <p dir="auto">Run the following program on the following input:</p>
<div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="package main
import (
"bytes"
"io/ioutil"
"os"
"golang.org/x/imag... | 1 |
<p dir="auto">Using data-toggle="buttons" doesn't set the initial active state of the radio/checkbox buttons if they are already checked.</p>
<p dir="auto">In the following example, the first button should get a class of active when the widget is initialized, but it does not.</p>
<div class="snippet-clipboard-content n... | <p dir="auto">Hi guys! Love your work!</p>
<p dir="auto">Have some issues with checkbox and radio Buttons on Button-groups. I've try to pre-load option with a form, but got all buttons disabled. Hope you'll fix it.</p>
<p dir="auto">Thank you!</p> | 1 |
<p dir="auto">Getting a <code class="notranslate">TypeError</code> while using <code class="notranslate">np.unique</code> with array of <code class="notranslate">dtype=object</code></p>
<h3 dir="auto">Reproducing code example:</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-au... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/2188" rel="nofollow">http://projects.scipy.org/numpy/ticket/2188</a> on 2012-07-23 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/yarikoptic/hovercard" data-octo-click="hovercard-link-click" d... | 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 verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><inpu... | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">It would be more useful if already running programs are shown first in the results list in the quick launcher (like the old WindowWalker). <strong><em>Or maybe an option to change the priority.</em></strong></p>
<h1 dir="auto">Proposed technical i... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Enterprise 1903
PowerToys version: 0.18.0
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run"><pre class="notransl... | 1 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/11857803/19584877/b0af723e-96fc-11e6-9173-58e31efca481.PNG"><img src="https://cloud.githubusercontent.com/assets/11857803/19584877/b0af723e-96fc-11e6-9173-58e31efca481.PNG" alt="img_0002" style="max-widt... | <p dir="auto">I would expect either the whole word to wrap, or probably better to have it change phone size or ellipsize. We probably want some standardized titlebar behavior here.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/11857803/19585022... | 1 |
<p dir="auto"><code class="notranslate">.text-center</code> and <code class="notranslate">.text-right</code> do not apply to table td / th elements, as the align left rule for those takes precedence.</p>
<p dir="auto">I've added this as a workaround; an alternative might be to add <code class="notranslate">!important</... | <p dir="auto">Hi,</p>
<p dir="auto">The new <code class="notranslate">text-left</code>, <code class="notranslate">text-center</code> and <code class="notranslate">text-right</code> classes doesn't work on the table cells. Maybe it would be nice to add an <code class="notranslate">!important</code> hack to force alignme... | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Using a test of the form</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rules: [{
test: /\/filename.ext$/
}]"><pre class="notransla... | <p dir="auto">I'm attempting to use dynamic requires, but I want the mappings to have lower-case aliases (I'm experimenting with the routing). When I'm using it like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="compiler.plugin('context... | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto"><code class="notranslate">webpack-dev-server</code> (via <code class="notranslate">webpack serve</code>) compiles twice on every save in VSCode. This doesn't happen when using an other editor such as Sublim... | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
Hot module reloading is not working after updating webpack to v5.66.0.</p>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong></p>
<ul dir="auto">
<li>Clone <a href="ht... | 1 |
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tomasteicher/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tomasteicher">@tomasteicher</a>: 'When I want to delete a node, i need to delete all its r... | <p dir="auto">This a request for a convenience modifier described in the subject. This would allow Cypher queries to be constructed without having to figure out how to add additional clauses to delete the nodes' relationships.</p>
<p dir="auto">Rationale:</p>
<p dir="auto">For a "simple" delete this is easy enough:</p... | 1 |
<p dir="auto">Error Description - Screen is keep moving up and down. Following error is thrown</p>
<p dir="auto">Detail Error from the logs<br>
waiting for getByTestId('actions-7').getByTestId('button-anchor')</p>
<p dir="auto">locator resolved to <button type="button" id="button-anchor" class="css-16nx…>…</p>
<p... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.33]</li>
<li>Operating System: Mac</li>
<li>Browser: All</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c... | 0 |
<p dir="auto">I am observing that an error thrown by a dynamic import always results in an "uncaught error". Here is an example:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// a.ts
try {
await import('./b.ts')
} catch {
... | <p dir="auto">There is relevant failing test in <code class="notranslate">html/webappapis/structured-clone/structured-clone.any.js</code>. We are likely not forwarding the error somewhere.</p> | 0 |
<p dir="auto">Hi. Please see the question I have made here for a description of the problem.</p>
<p dir="auto"><a href="http://stackoverflow.com/questions/34546446/flattening-typescript-typings-or-interfaces" rel="nofollow">http://stackoverflow.com/questions/34546446/flattening-typescript-typings-or-interfaces</a></p>
... | <p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8.7</p>
<p dir="auto"><strong>Code</strong></p>
<p dir="auto">Transpiling <code class="notranslate">_apply.js</code> of <code class="notranslate">lodash-es@4.6.1</code> with the command</p>
<div class="snippet-clipboard-content notranslate position-... | 0 |
<p dir="auto">It would be nice to be able to set a flag that will trigger invariant warnings any time a prop is referenced from or passed into a component, but that was not declared in propTypes.</p> | <p dir="auto">It would be great if in debug mode react would warn you when you pass in a property on props which is not specified in the propTypes object for that component. i.e. a way to enforce that props should ONLY have the props specified in propTypes and no others.</p>
<p dir="auto">This would prevent use of undo... | 1 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">ansible-galaxy</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.5.0 (devel 33... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">ansible-vault</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... | 0 |
<blockquote>
<p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ochafik/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ochafik">@ochafik</a></p>
</blockquote>
<h3 dir="auto">Bu... | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
babel throws</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Duplicate declaration "foo" (This is an error on an internal node. Probably an internal er... | 0 |
<p dir="auto">Incorrect/invalid select tag is generated if choices have duplicate content ('Category 4').</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$f = $this->formFactory->createNamedBuilder('category', 'form')
... | <p dir="auto">Hello!</p>
<p dir="auto">Here is the new list for master :)<br>
(up to <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/symfony/symfony/commit/8725243a88b6d49d1d9a04131d09565d899c3a6c/hovercard" href="https://github.com/symfony/symfony/commit/8725243a88b6d49d1d9a0... | 0 |
<pre class="notranslate">$ cat x.go
package p
type T interface{
_()
_()
}
$ go tool 6g x.go
x.go:6: internal compiler error: sigcmp vs sortinter _ _
It's inclear what a compiler should do, and the spec is silent. See spec <a href="https://golang.org/issue/6604" rel="nofollow">issue #6604</a>.
Once 6604 is re... | <p dir="auto">by <strong>getisboy</strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
1. Compile the following code using 8g and run it:
package main
import "fmt"
func main() {
slice := make([]int, 6, 6);
fmt.Print(int(float(len(slice))), " ");
for i := 1; i < int(float(len(s... | 0 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.5.1</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">Create two files with DAGs<br>
Both DAGs must have the same ID<br>
Airflow will constantly update DAG structure/code resulting in dozens of weird behaviors and errors:</p>
<ul dir="auto">
<li>wrong DAG vis... | <p dir="auto"><strong>Description</strong></p>
<p dir="auto">I would like to see an error in Airflow UI (like <code class="notranslate">"Broken DAG: duplicate DAG-id"</code>) when a DAG is present that has the same (non-unique) DAG-id as another DAG. Currently, Airflow silently ignores one of these duplicated DAGs.</p>... | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">The <code class="notranslate">horizontalalignment</code> keyword in <a href="https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.suptitle.html" rel="nofollow">suptitle()</a> produces title alignment which is opposite to w... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto"><code class="notranslate">horizontalalignment = 'left'</code> aligns the title on the right, <code class="notranslate">horizontalalignment = 'right'</code> aligns a short title on the left, <code class="notranslate">horizontalal... | 1 |
<p dir="auto">It would be nice if the popovers could be closed not only on the same element that opens the popover. So you just click outside the popover to close it. Like dropdowns.</p> | <p dir="auto">Is it possible to add a options to make over popover hidden when we click on a popover or on the body (html page)</p>
<p dir="auto">For the feature version.</p>
<p dir="auto">Thank's for your work</p> | 1 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
<code class="notranslate">x += y</code> doesn't evaluate the <code class="notranslate">x</code> value before <code class="notranslate">await</code>ing.</p>
<p dir="auto"><strong>Input Code</strong></p>
<div class="highlight highlight-sou... | <h3 dir="auto">Input Code</h3>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="result = { __proto__: x, __proto__: y } = value;"><pre class="notranslate"><span class="pl-s1">result</span> <span class="pl-c1">=</span> <span class="p... | 0 |
<p dir="auto">Any plan about DOMParser? right now I've to switch back to Node.js and using <code class="notranslate">jsdom</code>.</p>
<p dir="auto">I've seen DOM feature request in the Issues column and someone said might release on v1.0?</p> | <p dir="auto">It would be pretty awesome if I could use Deno for parsing, transforming, and serializing XML without a third-party module, just like I can in the browser:</p>
<ul dir="auto">
<li><a href="https://gistpreview.github.io/?a27f7e83972e7af2aa0edbb242ae8ef7" rel="nofollow">https://gistpreview.github.io/?a27f7e... | 1 |
<p dir="auto">This might just be <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="341348846" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/28126" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/28126/hovercard" href... | <p dir="auto">I have been trying to get into using <code class="notranslate">missing</code> and fast <code class="notranslate">Union</code> types in my worflow and seem to be coming up with some issues. It's most easily highlighted by:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-aut... | 1 |
<p dir="auto">from mailing list</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Hi,
I'm using pandas to read in a set of tab delimited files into DataFrames. Each file has only 3-5 columns and roughly 20,000 rows. The files have a column that ... | <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="o = pd.Series(['test', np.nan, np.nan])
print 'Original has dupes: ', o.duplicated().any()
# Save and reload vi... | 0 |
<p dir="auto">Related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1054495" data-permission-text="Title is private" data-url="https://github.com/elastic/elasticsearch/issues/1029" data-hovercard-type="issue" data-hovercard-url="/elastic/elasticsearch/issues/1029/hovercard" href... | <p dir="auto">Hi all,</p>
<p dir="auto">I'd like to ask for 2 features for the terms facet that sound not too difficult to implement to me:</p>
<ul dir="auto">
<li>Adding a count / total field to the result of a terms facet, that gives the number of different terms the facet returns. For the moment I ask for maxint res... | 1 |
<p dir="auto">Please make sure that the boxes below are checked before you submit your issue.<br>
If your issue is an <strong>implementation question</strong>, please ask your question on <a href="http://stackoverflow.com/questions/tagged/keras" rel="nofollow">StackOverflow</a> or <a href="https://keras-slack-autojoin.... | <p dir="auto">Please make sure that the boxes below are checked before you submit your issue.<br>
If your issue is an <strong>implementation question</strong>, please ask your question on <a href="http://stackoverflow.com/questions/tagged/keras" rel="nofollow">StackOverflow</a> or <a href="https://keras-slack-autojoin.... | 1 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/561992/66013061-ae651200-e504-11e9-836b-f97797964504.png"><img width="827" alt="スクリーンショット 2019-10-02 11 03 44" src="https://user-images.githubusercontent.com/561992/66013061-ae651200-e504-11e9-836b-f97797... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.0
Windows Terminal version (if applicable): 0.4.2382.0
Any other software? wsl + emacs"><pre lang="none" class="notranslate"><code cla... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x ] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https... | <p dir="auto">Hey guys,</p>
<p dir="auto">I just updated to angular/compiler 2.2.4 and my ngc is no longer creating my application ngFactory files in the specified outGen folder. The last working version of angular/compiler on my stack was 2.1.2. I'm currently on node 6.9.1 and angular 2.2.4. You can check out my stack... | 0 |
<p dir="auto">Relates to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="76178424" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/3159" data-hovercard-type="pull_request" data-hovercard-url="/microsoft/TypeScript/pull/3159/hovercard" ... | <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class C {
constructor(options?: number) {
var options = (options || 0);
// !!! error TS2687: All declarations of 'options' must have identical modifiers.
}
}"><pre class="no... | 0 |
<p dir="auto">Deno panics when running <code class="notranslate">deno run --v8-flags=--disallow-code-generation-from-strings index.ts</code></p>
<p dir="auto">index.ts:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="console.log(... | <p dir="auto">Me and at least one other using Netlify edge functions are seeing</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="thread 'main' panicked at 'Failed to execute bootstrap script: EvalError: Code generation from strings disallowed fo... | 1 |
<p dir="auto">Currently (pending <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="17611345" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/8287" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rust/pull/8287/hovercard" href... | <p dir="auto">So, I have the following</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="mod tokenizer {
#[test]
fn test_tokenize_one() {
//Numbers
let string = ~"1";
let string = ~"321";
... | 0 |
<p dir="auto">The documentation (components) states that the style for small pagination is 'pagination-sm' when in fact it is 'pagination-small'. Also, 'pagination-lg' is actually 'pagination-large' in bootstrap.css.</p> | <p dir="auto">To increase/decrease the size of form controls, you can add the classes input-lg or input-sm (at least according to the website [http://getbootstrap.com/css/#forms] - which is the most consistent solution). In the css code, however, the classes are called input-large and input-small.</p> | 1 |
<p dir="auto">When using the DecisionTreeClassifier() sample_weight parameter, and weighting examples by class lable such as 2:1 for class A versus class B, the <strong>nvalues</strong> in the leaves of the tree produced by tree.export_graphviz() shows a duplicate count for the number of examples for the weighted class... | <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jmetzen/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jmetzen">@jmetzen</a> thank you for contributing the new Gaussian Process module, it is really ... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<ul dir="auto">
<li>modules/web_infrastructure/apache2_module.py</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-c... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">apache2_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.4.0.0
confi... | 1 |
<p dir="auto">For example</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="> touch empty
> kubectl rolling-update rcname -f empty
panic: runtime error: index out of range
goroutine 1 [running]:
panic(0x19dca80, 0xc82000e0d0)
/us... | <p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/33587/kubernetes-pull-test-unit-integration/47348/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/33587/kubernetes-pull-test-unit-integration/47348/</a></p>
<div class="snippet-clipb... | 0 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.5.16</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codesandbox.io/s/vn7jz1l1kl" rel="nofollow">https://codesandbox.io/s/vn7jz1l1kl</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Click the button that says "refresh"</p>
<h3 dir="auto">W... | <h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">Let me start by saying I love Vue. It is an awesome framework you guys have created, I enjoy using it, and it is at the very top of Frameworks of choice.</p>
<p dir="auto">But from day one there has been one small area where I found Vue lacking, th... | 0 |
<p dir="auto"><strong>TypeScript Version: 1.8.10</strong></p>
<p dir="auto"><strong>Code</strong><br>
This is the file in the libary</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// File ../../lib/test.ts
/**
* Created by Thom... | <p dir="auto">We have a large TypeScript project using different git repositories to separate work domains inside the project. We tend to create separate repositories for self-contained modules and use those modules in other repositories using git submodules. This helps tremendously to reduce clutter and distribute wor... | 0 |
<p dir="auto">Date filter is not working on iPhone version of chrome (49.0.2623.73) and safari, it's working on desktop chrome (48.0.2564.116)<br>
<code class="notranslate">Last</code> swipe:{{last | date:'dd MM yyyy'}} Expiry:{{expiry | date:'dd MM yyyy'}}</p> | <p dir="auto"><em><strong>Note:</strong> This is a duplication of a <a href="http://stackoverflow.com/posts/38848089/edit" rel="nofollow">stackoverflow question</a> i asked a few weeks ago without any answer.<br>
I don't know if it's related to a bug or if it's the desired behavior.<br>
As i did not find answer on stac... | 0 |
<p dir="auto">Impossible to do parallel numpy computations using python subprocesses,<br>
because just simple import numpy requires ~1Gb paging file</p>
<p dir="auto">I have 32Gb ram and 4Gb paging file<br>
this code causes an error</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" ... | <h3 dir="auto">Background</h3>
<p dir="auto">We run our compile runs with daemontools to lock virtual memory usage to around 1GB per process (important when running very very parallel builds). During update from 1.19.4 -> 1.19.5 our nightlies trip over code that uses numpy.</p>
<p dir="auto">Fine with numpy==1.19.4... | 1 |
<p dir="auto">According to the docs: <a href="https://github.com/atom/atom-shell/blob/master/docs/api/screen.md">https://github.com/atom/atom-shell/blob/master/docs/api/screen.md</a> you can access the primary display but they don't mention anything about managing other screens.</p>
<p dir="auto">Basically I want to lo... | <p dir="auto">It's more and more common to find desktops with two or even three screens. Make Atom Shell be able to detect such cases and allow the developer to show the app in a certain screen.</p> | 1 |
<p dir="auto">const printButton = document.getElementById('printButton');<br>
printButton.addEventListener('click',(event) => {<br>
const webview = document.querySelector('#printWebview')<br>
alert(webview)<br>
//webview.send('webview-print-render')<br>
webview.print({ silent: true, printBackground: true, deviceName... | <p dir="auto">Just an idea. Looking at how powerful is Electron JS I came to this idea. Being daily using apps like Spotify, Github Desktop, etc. it's been noticed by everyone that they all use separate amounts of RAM on their own since each one run's it's own runtime.</p>
<p dir="auto">Now why don't we create a common... | 0 |
<p dir="auto">If you have multiple classes in the same module namespace but defined in different files (or even just different <code class="notranslate">module</code> blocks) TypeScript's <code class="notranslate">tsc</code> will wrap every one of them into its own nest of IIFEs; one for each level of namespace nesting... | <p dir="auto">We have a typescript application and a use a file per class. There are lots of benefits to this the major one being source control conflict reduction.</p>
<p dir="auto">We compile our app using the --out compiler flag but I think there is room for some serious optimization of the compilers output for modu... | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-style-text-inputs-as-form-controls" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-style-text-inputs-as-form-controls</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p>
... | <p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-create-a-set-of-checkboxes" rel="nofollow">http://freecodecamp.com/challenges/waypoint-create-a-set-of-checkboxes</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p>
<p dir="auto">Issue: add... | 1 |
<h3 dir="auto">Bug summary</h3>
<p dir="auto">When plotting a surface and scatter points with <code class="notranslate">Axes3D</code>, either <em>none</em> of the scatter points are occluded by the surface or <em>all</em> of them are occluded. Whether or not they are occluded appears to depend upon a numerical thresho... | <h3 dir="auto">Bug summary</h3>
<p dir="auto">wspace parameter does not work using <code class="notranslate">fig.subfigures()</code> <strong>without constrained layout</strong>.</p>
<h3 dir="auto">Code for reproduction</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="... | 0 |
<p dir="auto">"VIEW SAMPLES" shows 0 rows when it should show rows</p>
<h3 dir="auto">Expected results</h3>
<p dir="auto">it should show some samples from the table</p>
<h3 dir="auto">Actual results</h3>
<p dir="auto">it shows zero rows</p>
<h4 dir="auto">Screenshots</h4>
<p dir="auto"><a target="_blank" rel="noopener ... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/67837651/101453197-cd6aeb00-38e3-11eb-919e-d818e2826eb6.gif"><img src="https://user-images.githubusercontent.com/67837651/101453197-cd6aeb00-38e3-11eb-919e-d818e2826eb6.gif" alt="ezgif-7-65388df35972" dat... | 1 |
<p dir="auto"><strong>Elasticsearch version</strong>: 2.3.5 (using <a href="https://hub.docker.com/_/elasticsearch/" rel="nofollow">https://hub.docker.com/_/elasticsearch/</a>)</p>
<p dir="auto"><strong>Plugins installed</strong>: head, license, cloud-aws, marvel-agent (marvel is disabled on tribe and master-only nodes... | <p dir="auto">Hi folks,</p>
<p dir="auto">there seems to be a regression from <strong>1.7.3</strong> to <strong>2.0.0</strong> regarding the <code class="notranslate">gateway.recover_after_time</code> setting.</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-... | 1 |
<p dir="auto">Since TypeScript is a superset of JavaScript it should be possible to compile ES6 code without errors.</p>
<p dir="auto">This valid ES6 snippets throws the following error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Error:(3,... | <p dir="auto">The following snippet is valid ES6, but does not compile due to the undeclared property <code class="notranslate">thing</code>. Since TypeScript is aiming to be a superset of ES6, how will this situation be approached?</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-au... | 1 |
<p dir="auto">If the node doesn't exist in the cache we can't deference it</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="W0612 13:30:58.798999 17771 reflector.go:334] k8s.io/kubernetes/plugin/pkg/scheduler/factory/factory.go:393: watch of *... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="panic: interface conversion: interface {} is nil, not *api.Node [recovered]
panic: interface conversion: interface {} is nil, not *api.Node
goroutine 42845 [running]:
panic(0x24413e0, 0xc8383133c... | 1 |
<p dir="auto">Given its role in ternary expressions (and perhaps in more upcoming syntactic constructs?), isn't letting <code class="notranslate">?</code> be used as a variable name allowing too much room for potential confusion?</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" dat... | <p dir="auto">I have a composite type which has a single Dict property that I thought would be interesting to access with an overloaded ? operator</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="type J9Type
propDict::Dict
end
function ?(obj... | 1 |
<p dir="auto">We've been adding a bunch of sync file system ops (aka handlers) recently - for example <code class="notranslate">deno.statSync</code>. We want to have async thread pool versions of these ops but we would like to do it without fully duplicating all of the existing code.</p>
<p dir="auto">This will require... | <p dir="auto"><g-emoji class="g-emoji" alias="wave" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f44b.png">👋</g-emoji> trying to build the latest release, but run into some build issue. The error log is as below:</p>
<details>
<summary>build failure</summary>
<div class="snippet-clipboard-... | 0 |
<h5 dir="auto">Description of the problem</h5>
<p dir="auto">When using webpack and babel in compiled code I see a lot of duplicated code mostly because of inconsistent import paths, so some modules are imported more than once.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubu... | <p dir="auto">This is an interest query for a PR.</p>
<p dir="auto">Basic idea: The program specifies the data of interest and the renderer feeds it - no exceptions.</p>
<p dir="auto">Consequences: -1000 LOC or more, easier to maintain/extend renderer, no more obscure updating bugs in the (then no longer) hard to trace... | 0 |
<p dir="auto">Pulling bug from original location in the google issue tracker: <a href="https://issuetracker.google.com/issues/72938960" rel="nofollow">https://issuetracker.google.com/issues/72938960</a></p>
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">When creating a new Flutter project in the opening screen of... | <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dnfield/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dnfield">@dnfield</a>, am having another issue with building apk release, but this time coming ... | 0 |
<p dir="auto">I found browserWindow support progressBar but it is show on taskbar. Any chance that electron can be able to support native progress bar like this:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/174891/11357143/8c6a4208-929f-11e5-9b... | <p dir="auto">It would be great to have native modal progress dialogs, for example, this small screenshot I found on Google:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/174864/9176745/2a40085c-3f5b-11e5-9190-aea67eb8306f.png"><img src="https:/... | 1 |
<p dir="auto">Everything was working fine until I did npm update, I see this problem.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TypeError: Cannot read property 'toLowerCase' of undefined
at ReactDOMServerRenderer.renderDOM (/Users/***... | <p dir="auto">Looking at many SSG specific features being built into Nextjs (especially <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="528348833" data-permission-text="Title is private" data-url="https://github.com/vercel/next.js/issues/9524" data-hovercard-type="issue" data-hoverca... | 0 |
<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... | <p dir="auto">In <code class="notranslate">pkg/kubelet/kubelet,go</code> in <code class="notranslate">getClusterDNS(...)</code>, it appends cluster DNS nameserver and search paths to the ones in the host resolv.conf.</p>
<p dir="auto">A user reported trying to add skydns nameserver address and kubernetes search paths t... | 0 |
<p dir="auto">In the docs example, click the button twice, click outside the popover, it doesn't close.</p>
<p dir="auto">Also doesn't close after the position is adjusted.</p> | <p dir="auto"><a href="http://www.material-ui.com/#/components/popover" rel="nofollow">http://www.material-ui.com/#/components/popover</a><br>
Click on button in the demo, and when popover animation is not complete click again.<br>
Now clicking out of popover has no effect</p> | 1 |
<h2 dir="auto">📝 Provide a description of the new feature</h2>
<p dir="auto">Perhaps this is already available, but I've not been able to find it.</p>
<p dir="auto">I love the new feature that allows me to hold <code class="notranslate">Shift</code> + <code class="notranslate">Ctrl</code> to snap a window to multiple ... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">using a hotkey + arrow combination for the direction, it should be possible to make a window grow or shrink</p>
<p dir="auto">When you want to grow a window that you have snapped to a smaller zone, and you want to make it temporarily larger, you ... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/react</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-l... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/xxxx</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-li... | 1 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/28599/kubernetes-pull-build-test-e2e-gce/58426/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/28599/kubernetes-pull-build-test-e2e-gce/58426/</a></p>
<p dir="auto">Failed: [k8s.io] ... | <p dir="auto">Actually there are 2 results in density test that seems conflict but NOT.</p>
<h3 dir="auto">1.throughput case</h3>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1173940/11833686/36daafea-a400-11e5-8a5e-0b854e78c013.png"><img src="http... | 0 |
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nathansobo/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nathansobo">@nathansobo</a> the Markdown Preview Buffer is awesome...now that I know I can u... | <p dir="auto">launchpad.net<br>
would you please release atom for ubuntu , as a launchpad ppa repository?</p> | 0 |
<h3 dir="auto">Reproducing code example:</h3>
<p dir="auto">Write a <code class="notranslate">demo.py</code>:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from __future__ import print_function
import time
import numpy a... | <p dir="auto">I just ran the brand new <code class="notranslate">python -X importtime -c "import numpy"</code>. Turns out that <code class="notranslate">numpy.testing</code> takes rougly 29 % (23 ms) of the total import time (80 ms), most of which (62 %, 14 ms) is the <code class="notranslate">unittest</code> module (n... | 1 |
<p dir="auto">Sometimes Atom is crashing at the startup.</p>
<h1 dir="auto">Basic information:</h1>
<ul dir="auto">
<li>Atom version: 0.194.0</li>
<li>OS: Ubuntu 15.04 x64</li>
<li>Desktop environment: Unity</li>
</ul>
<h1 dir="auto">Apport info:</h1>
<ul dir="auto">
<li>Title: Atom crashed with SIGSEGV in Hunspell::sp... | <p dir="auto">The biggest ones are selection and textmate snippets completing correctly (mentioned in bugs).</p>
<h3 dir="auto">selection</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> cmd + ctl + up/down moves line or... | 0 |
<p dir="auto">I'm on commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/9f6d389b90bfe01dc0b74d6795dcb9d3c43d98ae/hovercard" href="https://github.com/microsoft/vscode/commit/9f6d389b90bfe01dc0b74d6795dcb9d3c43d98ae"><tt>9f6d389</tt></a> (master) to c... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2193314/13258746/4bf18806-da09-11e5-9882-18b4dea62383.png"><img src="https://cloud.githubusercontent.com/assets/2193314/13258746/4bf18806-da09-11e5-9882-18b4dea62383.png" alt="image" style="max-width: 10... | 1 |
<p dir="auto">Hello,</p>
<p dir="auto">I am utilizing select fields and auto complete a lot in my app and I'd like to know if there are plans for adding multi-select for these fields. I think multi-select is widely required feature that a lot of developers can benefit from.</p>
<p dir="auto">Thanks!</p> | <p dir="auto">What do you think about multiple select?</p> | 1 |
<ul dir="auto">
<li>user settings</li>
<li>type 'editor.' -> invoke intelli-sense and choose 'editor.lineNumber'</li>
<li>notice the result, I would expect that the 'editor.' I typed gets overwritten</li>
</ul>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/22350/12582268/5ab7dc7e-c43c-11e5-916c-daf6d600c8bf.gif"><img src="https://cloud.githubusercontent.com/assets/22350/12582268/5ab7dc7e-c43c-11e5-916c-daf6d600c8bf.gif" alt="bug" data-animated-image="" sty... | 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 checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">iss... | <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 |
<pre class="notranslate">$ cat incorrect_init.go
package main
var (
a = p("a") + c + b
b = p("b") + f()
c = p("c") + f()
d = p("d") + 3
)
func f() int {
d++
return d
}
func p(s string) int {
println(s)
return 0
}
func main() {
println(a, b, c, d)
}
compiling and executing pr... | <pre class="notranslate"><a href="http://play.golang.org/p/icbjgkx71B" rel="nofollow">http://play.golang.org/p/icbjgkx71B</a>
got:
gc produces the initialization order: c b a .
want:
The variables b and c are independent of each other, and b is declared before c, so the
order should be: b c a .
gccgo reports the ord... | 1 |
<p dir="auto">While VS Code uses the same css.plist for CSS syntax highlighting as TextMate, Atom has this own forked version that is way more up to date:<br>
<a href="https://github.com/atom/language-css/blob/01146c2eac7d47455d5c964dd65eaeb209cfa778/grammars/css.cson">https://github.com/atom/language-css/blob/01146c2e... | <p dir="auto">I have set up my corporate proxy as explained on the documentation.</p>
<p dir="auto">But every time that I try to download an extension with <code class="notranslate">ext install extensionname</code>, it fails with this error:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="... | 0 |
<p dir="auto">by <strong>schwehr</strong>:</p>
<pre class="notranslate">Hi,
I am a packager for fink (apt-get managed packages on mac osx) and trying to get go to
work properly when installed via fink. I could use some help getting the package setup
correctly. I am not sure why go wants to modify files in its own tr... | <h1 dir="auto">Proposal: Vendor specification and experimental repository fetch code</h1>
<p dir="auto">Author(s): Daniel Theophanes</p>
<p dir="auto">Last updated: 2015-12-06</p>
<h2 dir="auto">Abstract</h2>
<p dir="auto">Establish a specification file format that lists dependency revisions and<br>
a package in the go... | 0 |
<p dir="auto">Trying to build the project (and using Babel JS)</p>
<p dir="auto">I get these error messages<br>
(Something in the mergeAndPrefix => Extend chain is trying to create two copies of teh same property on these lines)</p>
<p dir="auto">ERROR in ./lib/icon-button.jsx<br>
Module parse failed: F:\Projects\ap... | <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>
<p dir="auto">I f... | 0 |
<p dir="auto">Hi!</p>
<p dir="auto">I was trying to install a fresh install of the tensorflow master from source, but always run into an error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ bazel build -c opt --config=cuda --verbose_failur... | <p dir="auto">Hi</p>
<p dir="auto">Sounds like the python3 building script have some issues:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PC% bazel build -c opt //tensorflow/tools/pip_package:build_pip_package
...........
WARNING: Sandboxed ... | 1 |
<p dir="auto">Hello,</p>
<p dir="auto">Why a date field with the options below is it limited. Choice available between 1902 and 2037?</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$Builder-> add ('date', 'date', array (
... | <p dir="auto"><a href="https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Form/Extension/Core/Type/DateType.php#L277">https://github.com/symfony/symfony/blob/master/src/Symfony/Component/Form/Extension/Core/Type/DateType.php#L277</a></p>
<p dir="auto">When I set date options like</p>
<div class="highl... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> Pkg.update()
INFO: Updating METADATA...
INFO: Computing changes...
INFO: Installing ArrayViews v0.6.4
INFO: Installing Compat v0.7.7
INFO: Upgrading DataArrays: v0.2.19 => v0.2.20"><pre c... | <p dir="auto">I find that <code class="notranslate">Pkg.udpate()</code> stalls almost every time when updating a package to a new version. This is how a typical output looks like:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> Pkg.up... | 1 |
<p dir="auto">I'm using 6to5 on a big app. I like that you guys use regenerator to implement generators, so I'm confused why you care that things get renamed. I have a lot of generator functions, and if I minimize, I see the error "GeneratorFunction renamed?"</p>
<p dir="auto"><a href="http://jlongster.com/s/genfunc-er... | <p dir="auto">See <a href="https://github.com/6to5/6to5/blob/55e2010311906a05e56b8c9ecd4e11d497b5e9f8/lib/6to5/transformation/transformers/es6-generators/runtime.js#L39">here</a>.</p>
<p dir="auto">The author of this code tries to be clever and set <code class="notranslate">GF.name</code> in the line above, but this ac... | 1 |
<p dir="auto">I've tried to create a simple example that utilizes workers to send and receive messages, but the main "thread" for lack of a better word fails to receive any kind of message from my worker.</p>
<p dir="auto">According to <code class="notranslate">deno -V</code> I'm using <code class="notranslate">deno 1.... | <p dir="auto">Example:</p>
<p dir="auto"><code class="notranslate">worker.ts</code>:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="self.addEventListener('message', ev => {
try {
const {data} = ev as MessageEvent;
c... | 1 |
<p dir="auto">Sorry, the best testcase I have right now is Servo master. If you run the binary under gdb and try to break anywhere in the <code class="notranslate">compositing</code> crate, the symbols just don't exist. You can't break by filename either. You can break on mangled symbols, but there are no source positi... | <h2 dir="auto">Reproduce Steps</h2>
<ol dir="auto">
<li>Create a project using <code class="notranslate">cargo new test_rust</code></li>
<li>Edit the <code class="notranslate">lib.rs</code> file to:</li>
</ol>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snipp... | 1 |
<p dir="auto">while i was working with flutter i came across a situation that i want to access flutter plugin from my native code<br>
example</p>
<blockquote>
<p dir="auto">i set SharedPreferences using flutter code and i want to access this<br>
prefs from java</p>
</blockquote>
<p dir="auto">i achieved that by readin... | <h2 dir="auto">Steps to Reproduce</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="dependencies:
flutter:
sdk: flutter
url_launcher: ^4.0.2"><pre class="notranslate"><code class="notranslate">dependencies:
flutter:
sdk: flutter
... | 0 |
<p dir="auto">The following code:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() {
[].iter();
}"><pre class="notranslate"><span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><... | <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() {
let v = &[];
let it = v.iter();
}"><pre class="notranslate"><span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><span clas... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=willisblackburn" rel="nofollow">Willis Blackburn</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9068?redirect=false" rel="nofollow">SPR-9068</a></strong> and commented</p>
<p dir="auto">I'm trying to implement RFC... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=springboy" rel="nofollow">Rick Evans</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2566?redirect=false" rel="nofollow">SPR-2566</a></strong> and commented</p>
<p dir="auto">(c.f. comment from Matt Raible on <a cl... | 0 |
<p dir="auto">Installed the react development tools to chrome Version 89.0.4389.114 (Official Build) (64-bit)<br>
Open my development version of my react app localhost:3000 with several components and I see the react icon<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercont... | <p dir="auto">When I use DevTools to select an element on the page, it can't jump/find it.<br>
It also doesn't show it in the Components page.<br>
This was checked by finding its parent and checking the children, non of the newly generated ones are there.<br>
As a probably related bug Profiler doesn't show/record the c... | 1 |
<p dir="auto">In other programs, pressing <strong>Ctrl + Del</strong> on the end of a line would delete newline characters and bring the next line after the cursor.</p>
<p dir="auto">Example in Sublime Text:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com... | <p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>...</li>
<li>...</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.211.0<br>
<strong>System</strong>: Microsoft Windows 8.1 Pro<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Ca... | 0 |
<h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">Currently if we render a slot for multiple times (eg. inside a <code class="notranslate">v-for</code> loop), we'll get</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Dupli... | <h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">github missing repository vuejs/vue-ssr-webpack-plugin, i update webpack to version 5 and have error<br>
[vue-server-renderer-webpack-plugin] webpack config <code class="notranslate">output.libraryTarget</code> should be "commonjs2".</p>
<h3 dir="a... | 0 |
<p dir="auto">rename a file. when the commond pane disappeared ,click other fields make the pane lose focus ,then ...<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/7068058/5485917/b564cb36-86db-11e4-89df-315fd954d9be.png"><img src="https://cloud.githubusercon... | <p dir="auto">If you click away while doing "Add File" (or rename, etc), the dialog box collapses but remains visible. I think the dialog box should continue to be open even when you click away.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/8ade1d76b1f1... | 1 |
<p dir="auto">when I run :<br>
<code class="notranslate">bazel build --config=opt --config=cuda --verbose_failures //tensorflow/tools/pip_package:build_pip_package</code></p>
<p dir="auto">INFO: Found 1 target...<br>
ERROR: /home/qs/.cache/bazel/<em>bazel_qs/081cd1dbca77dcff65c775e7e860e873/external/farmhash_archive/BU... | <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</li>
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS 10.13.6</li>
<li>TensorFlow installed from (source or binary): from pip ins... | 0 |
<h2 dir="auto">Example</h2>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import { readJson } from 'https://deno.land/std/fs/mod.ts'
const f = await readJson('./settings.json')"><pre class="notranslate"><span class="pl-k">import</... | <p dir="auto">Parts of the standard library now require the <code class="notranslate">--unstable</code> option to function. I suggest we move all things that use unstable APIs into different files which are then re-exported by multiple entry points: <code class="notranslate">mod.ts</code> and <code class="notranslate">... | 1 |
<h3 dir="auto">Feature request</h3>
<p dir="auto"><g-emoji class="g-emoji" alias="hugs" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f917.png">🤗</g-emoji> Accelerate has a wrapper to help with distributed metric calculation (a tough problem!), and the <code class="notranslate">no_trainer</... | <h1 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature request</h1>
<p dir="auto"><code class="notranslate">T5ForConditionalGeneration</code> inherits <code class="notranslate">generate</code> from <code class="notr... | 0 |
<p dir="auto">One of my coworkers made the following observation:</p>
<blockquote>
<p dir="auto">I noticed the julia profiler is sampling all the threads in a deterministic order, which can skew the profile for multithreaded code. When you stop one thread holding an important mutex, you can get a pileup of threads blo... | <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> sort(unsigned.([1,0,1,0,1,1]), rev=true)
6-element Vector{UInt64}:
0x0000000000000001
0x0000000000000000
0x0000000000000001
0x0000000000000000
0x0000000000000001
0x00... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.