text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">I have generated a million binomial numbers using <code class="notranslate">scipy.stats.binom.rvs(n = 100, p = 0.5, size = 1000000)</code> , and certainly did not expected a histogram to have 'gaps':</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercont... | <p dir="auto">An issue that arises when plotting histograms of discrete data with Matplotlib seems to also come up in <code class="notranslate">distplot</code> as well. That is, there are often empty bins in the histogram that are entirely artifacts of the plot. See here for an example with Poisson data:</p>
<p dir="au... | 1 |
<p dir="auto">I trying <code class="notranslate">Native HTTP/2</code> web server.</p>
<p dir="auto">I catch exception when run <a href="https://deno.com/blog/v1.9#native-http%2F2-web-server" rel="nofollow">Deno v1.9 Native HTTP/2</a> sample code with debug log.</p>
<div class="highlight highlight-source-ts notranslate ... | <p dir="auto">See example and link to source below.</p>
<p dir="auto"><code class="notranslate">example.ts</code>:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const r = new Request('https://example.com');
console.log(r);"><pr... | 1 |
<p dir="auto">by <strong>robert.swiecki</strong>:</p>
<pre class="notranslate">It prints:
prog.go:55: undefined: closed
prog.go:56: undefined: closed</pre> | <p dir="auto">by <strong>hanbing.liu</strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
1. Check <a href="http://golang.org/doc/go_mem.html" rel="nofollow">http://golang.org/doc/go_mem.html</a>
On "is allowed to observe":
"""
A read r of a variable v is allowed to observe a write w to v i... | 0 |
<p dir="auto">Currently this code compiles, but it shouldn't:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait MyMul<RHS, Res>
{
fn mul(&self, rhs: &RHS) -> Res;
}
fn foo<T: MyMul<f64, f64>&g... | <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use t::T;
mod t {
pub trait T {}
}
struct S;
impl T for S {}
impl T {} // oops
fn main() {}"><pre class="notranslate"><span class="pl-k">use</span> t<span class="pl-kos">::</s... | 0 |
<p dir="auto">This works:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let strOrArray: Array<string> | string;
let str: string;
if (typeof strOrArray === 'string') {
// No error
str = strOrArray;
}"><pre class="notra... | <p dir="auto">I just found out that property access expressions doesn't work on type predicate functions and <code class="notranslate">instanceof</code> type guards.</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="
class A {
... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.2 (installed from apt)</li>
<li>Operating System / Platform => Ubuntu 20.04</li>
<li>Compiler => gcc 10.3.0</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<div class="snippet-clipboard-content notranslate position-relative ov... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.2 and 4.2</li>
<li>Operating System / Platform => Ubuntu 18.04 and 20.04 for OpenCV 3.2 and 4.2, respectively</li>
<li>Compiler => clang 12</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<div class="snippet-clipboard-content ... | 1 |
<p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8.10</p>
<p dir="auto"><strong>Code</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const a=false;
if (a) {
console.log('should be unreachable')... | <p dir="auto">Allow duplicated members in multiple interface declarations, as long as they are identical. Optional compiling warnings are acceptable, to assist developers to remove redundant codes at convenient time.</p>
<p dir="auto">This should not generate any errors, example:</p>
<p dir="auto">shim.d.ts</p>
<div cl... | 0 |
<p dir="auto">Hi, I'm trying to debug my app by visual studio code and when I run the app for debugging, the app starts and stays on a white screen but it's fine when I use the <code class="notranslate">flutter run</code> command on terminal.<br>
It works fine when I use android studio!</p>
<div class="snippet-clipboar... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">I am attempting to run a test I created, this is the <code class="notranslate">unit_test.dart</code></p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import 'package:do_and_st... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request =&g... | <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>
<h3 dir="auto">Relevant Package</h3>
<p dir="auto"><code class="notranslate">@angular/compiler</code></p>
<h3 dir="auto">Description</h3>
<p dir="a... | 1 |
<p dir="auto">The response returned by these clients in their <code class="notranslate">getResponse</code> method is an HttpFoundation response whereas the BrowserKit class (which is their parent classs) tells it returns a BrowserKit response (which has a different API).</p> | <p dir="auto">If you run cache:warmup the twig templates that are in the bundles directory get into the cache folder but not if u use a custom namespace path for twig. I don't know if Symfony renders the cache on first call/open of a custom path template.</p>
<p dir="auto"><a href="http://symfony.com/doc/current/cookbo... | 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 => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https:... | 1 |
<p dir="auto">I have few filters in dashboards and until i click on the <strong>Filter button</strong> in sidebar the dashboard data does not load. I have option <strong>Select the first value</strong> checked in one of the filter and unchecking the same loads the data easily.<br>
But i need this selecting the first va... | <h2 dir="auto">[SIP] Proposal for moving frontend assets to the base of the repo</h2>
<h3 dir="auto">Motivation</h3>
<p dir="auto">Currently frontend assets are embedded in the superset package under <code class="notranslate">superset/assets/</code>, which is symlinked in<code class="notranslate">superset/assets/static... | 0 |
<h3 dir="auto">Description</h3>
<p dir="auto">I am unable to install the latest version of JAX 0.4.12 through the command:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pip install --upgrade "jax[cuda12_pip]" -f https://storage.goog... | <h3 dir="auto">Description</h3>
<p dir="auto">For CUDA 12.1 and cuDNN 8.8 No wheel is available. The suggested whl to use was CUDA 12 and cuDNN 8.9 but this does not work and I only have cuDNN 8.8.</p>
<p dir="auto">Thanks,</p>
<h3 dir="auto">What jax/jaxlib version are you using?</h3>
<p dir="auto">jaxlib==0.4.12</p>
... | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">Upon loading asset image (on some phones, in some side state), the flutter engine hangs, while actual process continues to execute. Sometimes, Android produces ANR error.</p>
<p dir="auto">I am on <code class="notranslate">v0.3.0</code>. If I switch to <code class="n... | <h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>Using the <a href="https://github.com/flutter/plugins/tree/master/packages/url_launcher">url_launcher</a> plugin:<br>
run the example code calling <code class="notranslate">launch("tel://21213123123")</code></li>
</ol>
<p dir="auto">(this issue is also document... | 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 => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&... | <p dir="auto">I'm trying to add an anchor link on my current angular2 app.<br>
I've made the navigation first using the fragment attribute and because It didn't work I've referenced the fragment by using the router navigation. I couldn't make it work in both scenarios.</p>
<p dir="auto">I've been playing with <a href="... | 1 |
<p dir="auto">This code:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() {
let _test = main as usize; ... | <p dir="auto">I think the new unconditional_recursion lint has a bug. For example I get a warning for this code:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![allow(unstable)]
fn print_type_of<T>(_: &T) -> () ... | 1 |
<p dir="auto"><strong>What version of Go are you using (go version)?</strong><br>
go version go1.4.2 darwin/amd64</p>
<p dir="auto"><strong>What operating system and processor architecture are you using?</strong><br>
OS X 10.10.3 x86-64</p>
<p dir="auto"><strong>What did you do?</strong><br>
Set <code class="notranslat... | <pre class="notranslate">windows-386 just failed with:
<a href="http://build.golang.org/log/3cd6be46a4c7dbe6774fdc891e6417568f4b2b88" rel="nofollow">http://build.golang.org/log/3cd6be46a4c7dbe6774fdc891e6417568f4b2b88</a>
# ..\test
# go run run.go -- fixedbugs/bug015.go
bug015.go:11: missing error "overflow"
FAIL ... | 0 |
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/crawshaw/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/crawshaw">@crawshaw</a> <a class="user-mention notranslate" data-hovercard-type="user" data-ho... | <p dir="auto">The <a href="http://golang.org/x/mobile/app" rel="nofollow">http://golang.org/x/mobile/app</a> package lets you run all-Go apps on desktop darwin and linux with nothing more than the stock Go build. Just <code class="notranslate">go get</code> and you're programming. This is done via cgo: we ask for a win... | 1 |
<p dir="auto">I'm working on figuring out how to reproduce this consistently, but thought I would go ahead and get the issue started. All of the scrambled filenames are <code class="notranslate">.less</code> and <code class="notranslate">.css</code> files, which makes me think it has something to do with the <code clas... | <p dir="auto">Most noticeable in the tree view, resizing it, scrolling, etc. makes it redraw and go away.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/671378/5666877/fe272bc4-9717-11e4-9d81-c6f737e03def.png"><img src="https://cloud.githubuserco... | 1 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.5.15</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/cckLd9te/950/" rel="nofollow">https://jsfiddle.net/cckLd9te/950/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">when you type on the input, view not update with the input ... | <p dir="auto">Hi,</p>
<p dir="auto">I'm new to Vue and I'm having a problem when I update the parent data, the child props is not updated.<br>
Here's my code. If you click any of the Save button, element[0] of Parent will be updated to new value which is "Test" but if you check Child prop it wasn't updated.</p>
<p dir=... | 0 |
<p dir="auto">Atom es un excelente editor de codigo fuente, pero su sistema de instalacion es bastante obfuscado y no permite una version portable de su programa. Deseo que en las proximas versiones de Atom pueda ser portable.</p> | <p dir="auto">I don’t really stick to one computer to program, and some computers don’t have editors. Currently I use Sublime Text portable, but it would be great if there was a portable version of Atom.</p> | 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">When running <code cl... | 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="# Your code here
import pandas as pd
df = pd.DataFrame({'A':[10, 20, 30], 'B': [ 'foo', '3', '4'], 'T': [pd.Time... | <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
foo = pd.DataFrame.from_records(
[
(pd.datetime(2016,1,1), 'red', 'dark', 1, '8'... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Horizontal pod autoscaling [Skipped][Autoscaling Suite] should scale from 5 pods to 3 pods and from 3 to 1 (scale resource: Memory)
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernet... | <p dir="auto">After <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="107136739" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/14156" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/14156/hovercard" ... | 1 |
<p dir="auto">I've been trying to get a simple Angular 2 (beta 1) app running with a minified build (using webpack) - with no success. The cause seems to be the mangle option in the UglifyJSPlugin (with mangle: false it works fine but is 260k heavier).</p>
<p dir="auto">To reproduce the issue, I have created a minimal ... | <p dir="auto">When using minified bundles with SystemJS, and a simple snippet like this</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" <template ngFor #item [ngForOf]="items" #i="index">
<li>{{... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.2.0</li>
<li>Operating System / Platform => Ubuntu 18.04</li>
<li>Compiler => Ubuntu terminal (g++)<br>
-Compiled using g++ stitch.cpp -o app pkg-config --cflags --libs opencv "</li>
</ul>
<h5 dir="auto">Detailed description</h5>
... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.3</li>
<li>Operating System / Platform => Ubuntu 16.04 64bit</li>
<li>Compiler => GCC 5.4.0</li>
<li>Cuda => 9.2</li>
<li>TBB/MKL => 2018 Update 3 (2018.3.222)</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="a... | 0 |
<p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8.0</p>
<p dir="auto"><strong>Code</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// A self-contained demonstration of the problem follows...
class ... | <p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8.x and nightly</p>
<p dir="auto"><strong>Code</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class C1 { item: string }
class C2 { item: string[] }
... | 1 |
<p dir="auto">Hello,</p>
<p dir="auto">I found out that Atom collects analytic data to improve the program. There is nothing bad about this idea. But I think, it would be a better way to ask the user to Opt-In this analytics.</p>
<p dir="auto">Currently, the user has to disable the metrics plugin (= do an Opt-Out), but... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/fd1612d70d3c0def3e66aca98c6ecb6622145678248529a9063c98b14b040cb4/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3539372f3938333033392f61343135623132322d303833612d313165332d386164662d39613131... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<p dir="auto">Feature Idea</p>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">yum module</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">2.3</p>
<h5 dir="auto">SUMMARY</h5>
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Feature Idea</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<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 file = /opt/uss/ansible/co... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="C:\>ver
Microsoft Windows [Version 10.0.18362.175]
C:\>where wt.exe
C:\Users\Roy\AppData\Local\Microsoft\WindowsApps\wt.exe
C:\>echo %LocalAppData%
LOCALAPPD... | <h1 dir="auto">Environment</h1>
<p dir="auto">Platform ServicePack Version VersionString</p>
<hr>
<p dir="auto">Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0</p>
<p dir="auto">Windows Terminal<br>
0.4.2382.0</p>
<p dir="auto">Powershell version<br>
$PSVersionTable.PSVersion ... | 0 |
<p dir="auto">Step 0:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/14037032/63910158-2b115600-ca58-11e9-9259-984636ce5c0c.png"><img src="https://user-images.githubusercontent.com/14037032/63910158-2b115600-ca58-11e9-9259-984636ce5c0c.png" alt="image" style="m... | <h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">As a user I want to be able to paste long commands that are spread over multiple lines where the linebreaks are escaped with <code class="notranslate">\</code>. Example below</p>
<div class="highlight highlight-source-shell notranslate positio... | 0 |
<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.165.0<br>
<strong>System</strong>: Mac OS X 10.10.1<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: spawn gofmt... | <p dir="auto">Hi. I just install go-plus and try to edit file which is created by command in terminal so when I click save I get the exception. Here is the step to reproduce this bug.</p>
<ol dir="auto">
<li>Edit file.go</li>
<li>Command+s then I get this exception.</li>
</ol>
<p dir="auto"><strong>Atom Version</strong... | 1 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2639200/3579876/adf4e840-0bca-11e4-84da-3e4192ec6d22.png"><img src="https://cloud.githubusercontent.com/assets/2639200/3579876/adf4e840-0bca-11e4-84da-3e4192ec6d22.png" alt="image" style="max-width: 100%... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/28033c92148abeb57dd81e83fa9c3abdcad96f665486b686a0a46ed30becaa55/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313738392f323334363535322f37643135383935632d613534332d313165332d393837642d3633... | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">I am trying to write an application which has the same navigation drawer in all the activities including the one's present in the navigation drawer. Whenever I try to open an activity from the navigation drawer of the same activity, I get the error</p>
<h4 dir="auto"... | <p dir="auto">This seems like a regression from the scrolling refactor. Possibly the same as <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="208614231" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/8271" data-hovercard-type="issue" data-... | 0 |
<h3 dir="auto">Bug report</h3>
<p dir="auto">Pick events are fired twice instead of once following <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="549605493" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/16220" data-hovercard-type="... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>duplicate pick events occurring in 3.4.rc1</strong></p>
<p dir="auto">In MNE-Python, our CIs that test against 3.4.rc1 are failing, because pick events are getting fired twice for every time an artist is picked (this is not happening on 3.3.4). It's happening in a ve... | 1 |
<p dir="auto">I added the code in .vimrc:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="let &t_SI.="\e[5 q"
let &t_SR.="\e[4 q"
let &t_EI.="\e[1 q""><pre class="notranslate"><code class="notranslate">... | <p dir="auto">In the new Terminal properties page, you can set your "Cursor shape and color"... Cool! But right now you can only set the cursor fg color, and you can not set bg color. For example, I'm trying to set up the "terminal" to look like an old "green screen" terminal. To do so I set console bg color to black a... | 1 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/34624/kubernetes-pull-build-test-gci-e2e-gce/2334/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/34624/kubernetes-pull-build-test-gci-e2e-gce/2334/</a></p>
<p dir="auto">Failed: [k8... | <p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gce/478/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gce/478/</a></p>
<p dir="auto">Failed: [k8s.io] Kubectl client [k8s.io] Simple pod should support exec {... | 1 |
<p dir="auto">I've setup the default dags that come with the installation. Celery/RabbitMQ is working now and when I run a task, I get this error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sqlalchemy.exc.IntegrityError: (sqlite3.Integrity... | <p dir="auto">I have a DAG I want to run at 10:30am and 3:30pm every day, but I'm not sure what the best way to specify this is in Airflow. I can't just set the schedule interval on a single DAG, because the interval between jobs is not uniform (alternates between 5 and 19 hours).</p>
<p dir="auto">Is there an easy wa... | 0 |
<p dir="auto">Currently I think the only way to perform multiple commands in succession is to create an extension. It would be good if this was supported by keybindings.json.</p>
<p dir="auto">See <a href="http://stackoverflow.com/q/37009184/1156119" rel="nofollow">http://stackoverflow.com/q/37009184/1156119</a></p> | <p dir="auto">When creating keyboard shortcuts, it would be nice if you could pass an array of commands (to execute like a macro) that would run the commands in that order.</p>
<p dir="auto">So take this for example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-cli... | 1 |
<p dir="auto">im trying to run the voice recognition example</p>
<p dir="auto">for some reason specifying a clip_duration_ms diffren from 1000 generate an error while freezing the model.</p>
<p dir="auto">so running<br>
python tensorflow/examples/speech_commands/freeze.py<br>
--wanted_words=yes<br>
--clip_duration_ms=2... | <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. I am running the Audio recognition tutorial</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Ubuntu 14.04<... | 1 |
<p dir="auto">The problem I found can be reproduced with the <a href="http://www.typescriptlang.org/Playground#src=function%20builder%28%29%20%7B%0D%0A%09return%20new%20class%20House%20%7B%0D%0A%09%09public%20open%28%29%3Avoid%20%7B%0D%0A%09%09%09console.info%28'house%20is%20open'%29%3B%0D%0A%09%09%7D%0D%0A%09%7D%0D%0A... | <p dir="auto">tested on <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/TypeScript/commit/690b87c2097b0101969c941f085b1f660ecc1a7e/hovercard" href="https://github.com/microsoft/TypeScript/commit/690b87c2097b0101969c941f085b1f660ecc1a7e"><tt>690b87c</tt></a></p>
<p di... | 1 |
<p dir="auto">This bug is about cmd/go returning a useful error message when an invalid GOOS/GOARCH pair is used.</p>
<p dir="auto">See confusion in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="97704295" data-permission-text="Title is private" data-url="https://github.com/golang/g... | <p dir="auto">by <strong>myannikos</strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. run the attached program (schedtest.go)
What is the expected output?
"suffixarray done" after a few minutes, normal termination after 1h
Wh... | 0 |
<p dir="auto">Operating System:<br>
Ubuntu 16.04</p>
<p dir="auto">Installed version of CUDA and cuDNN:<br>
server@server:~$ ls -l /usr/local/cuda/lib64/libcud*<br>
-rw-r--r-- 1 root root 560184 9月 7 09:56 /usr/local/cuda/lib64/libcudadevrt.a<br>
lrwxrwxrwx 1 root root 16 9月 7 09:56 /usr/local/cuda/lib64/libcud... | <h3 dir="auto">Environment info</h3>
<p dir="auto">Operating System:<br>
OS 10.10.5</p>
<p dir="auto">Installed version of CUDA and cuDNN:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ls -l /usr/local/cuda/lib/libcud*
-rwxr-xr-x 1 root ... | 1 |
<p dir="auto">I am working on adding batchnorm in the discriminator in WGAN-GP. However, I encountered a bug where <strong>gpu memory continues to increase</strong> when using <strong>batchnorm double backprop</strong>. This bug only occurs when using batchnorm. If i remove batchnorm from the model, the bug doesn't occ... | <p dir="auto">This is probably related to the previous <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="246937771" data-permission-text="Title is private" data-url="https://github.com/pytorch/pytorch/issues/2264" data-hovercard-type="issue" data-hovercard-url="/pytorch/pytorch/issues/... | 1 |
<p dir="auto"><code class="notranslate"><webview></code> elements are able to detect and/or override many of their guest web pages' actions, such as when guest web pages attempt to close themselves and open new windows. However, there is a need for detecting and overriding another type of guest-page event: when a... | <p dir="auto">It could be useful to be able to intercept dialog events from webview (alert, confirm, prompt) to be able to implement our own gui.</p>
<p dir="auto">Also it is part of chrome webview events<br>
<a href="https://developer.chrome.com/apps/tags/webview#event-dialog" rel="nofollow">https://developer.chrome.c... | 1 |
<p dir="auto">I'll log this for now:</p>
<p dir="auto">on ubuntu 16.04.2<br>
numpy 1.13.1 installed fine on python 3.6.2.rc1<br>
numpy 1.13.0 installed fine on python 3.7.0a0 (heads/master:6969eaf)</p>
<p dir="auto">Numpy 1.13.1 failure in building:</p>
<div class="snippet-clipboard-content notranslate position-relativ... | <p dir="auto">When i use a float32 dtype array as the argument to numpy.fft.rfft, I get a complex128 dtype array as the output instead of a complex64 dtype array.<br>
Similarly, when I use a complex64 dtype array as the argument to numpy.fft.irfft, I get a float64 dtype array instead of a float32 dtype array.<br>
Here ... | 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>vars</li>
<li>jinj2 templates</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-cont... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">script</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">Latest unstable version:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-co... | 0 |
<p dir="auto">Trying to get <a href="https://github.com/kennethreitz/requests/blob/master/README.rst?raw=true">https://github.com/kennethreitz/requests/blob/master/README.rst?raw=true</a> fails. Getting <a href="https://github.com/kennethreitz/requests/raw/master/README.rst">https://github.com/kennethreitz/requests/raw... | <p dir="auto">Starting in 2.6.1 an exception is thrown if a connection with chunked transfer-encoding is reused. I suspect that the bug is in the bundled urllib3 which was upgraded from 1.10.2 to 1.10.3.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snipp... | 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 |
<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"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p>
<p dir="auto"><strong>What keywords did you search in... | 0 |
<p dir="auto">Not able to create <a href="https://c9.io" rel="nofollow">Cloud9</a> account.<br>
Its asking credit card details to create an account.</p> | <p dir="auto">c9.io has been acquired by AWS and now requires the use of a credit card. Heroku also requires the use of a credit card for hosting - and also requires learning a bunch of Heroku-specific concepts - so it was never an optimal solution either.</p>
<p dir="auto">Many people outside of the US (and many peopl... | 1 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.... | <h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">I used to have (with Symfony 2.6) parameters in app/config/config.yml in this form :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="...
parameters:
my-parameter: 123"><pre class="notranslate"><code class... | <p dir="auto">The TimezoneType Field Type uses <code class="notranslate">\DateTimeZone::listIdentifiers()</code> to get the texts that are shown in the generated <code class="notranslate">select</code> HTML tag. Of course these are in perfect english. I've added all the texts needed to translate it in my AppBundle YAML... | 0 |
<p dir="auto">If I am unable to pass in my secondary FirebaseApp into FirebaseAuth is there another way to achieve this?<br>
I can only access the second database if I leave it in test mode and allow third party read/writes.</p> | <p dir="auto">Firebase auth still using google-service.json. if i use them, can only authenticate for 1 firebase.<br>
So how can i use multiple firebase for authentication?<br>
Please help.</p> | 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?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+... | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">iss... | 0 |
<p dir="auto">Templates exist to resolve placeholders in pieces of text and can only be used in indexed scripts and ingest. While scripts are used in many other places and exist to flexible execute custom logic related to the context it is running in.</p>
<p dir="auto">Templates are integrated into the script infrastru... | <p dir="auto">could you also change src/main/java/org/elasticsearch/index/mapper/core/TypeParsers.java (line 66) to support empty array for "fields"?</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" } else if (fieldName.equals("fields&qu... | 0 |
<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>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>4.0.3</td>
</tr>
</tbody>
<... | <p dir="auto">Hello,</p>
<p dir="auto">Using the example below (smallest I could think of).</p>
<p dir="auto">If you try the given controller, you will have the following results:</p>
<ul dir="auto">
<li>test1 : all OK [as expected]</li>
<li>test2 : "is not three" [as expected]</li>
<li>test3 : <strong>_CRASH</strong>_... | 1 |
<p dir="auto">by <strong>aChrisSmith</strong>:</p>
<pre class="notranslate">It appears that go does not emit DWARF debugging information when building programs
using cgo. (At least not on OS X / Darwin; haven't checked on another other OS.) Ideally
debugging information would be present regardless of using cgo. And, if... | <p dir="auto">by <strong>xofyarg</strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. start a tls server[1] writing in go with tls pkg
2. connect the server using a client built with openssl
3. send something to server
What is the... | 0 |
<p dir="auto">I have an interface that is supposed to have a function signature of:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(param: {prop: boolean}): any"><pre class="notranslate"><code class="notranslate">(param: {prop: boolean}): any
... | <p dir="auto">Destructuing is not handled correctly (either object literal or array binding pattern) in during declaration emit.</p>
<p dir="auto">Eg.</p>
<p dir="auto"><code class="notranslate"> TypeScript</code><br>
var { a, b } = { a: "10", b: 10 };</p>
<div class="snippet-clipboard-content notranslate position-rela... | 1 |
<blockquote>
<p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vadzim/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vadzim">@vadzim</a></p>
</blockquote>
<h3 dir="auto">Bug i... | <p dir="auto">I'm building an SSR template, and when I use @babebl/register and then execute webpack (config), the system reported an error.<br>
I tried @babel/polyfill and @babel/plugin-transform-runtime, but none of them worked.</p>
<h3 dir="auto">Input code</h3>
<p dir="auto"><code class="notranslate">index.js:</cod... | 0 |
<h3 dir="auto">Bug report</h3>
<p dir="auto">When I try to run the tests, all the <code class="notranslate">.svg</code> tests fail because of an Inkscape crash. When a svg test runs, an Inkscape window opens:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/61976... | <p dir="auto">Hi,</p>
<p dir="auto">I think the fill_between function should take a drawstyle option. It would be both handy and consistent.</p>
<p dir="auto">Here is a post from someone else requesting the feature, with a figure illustrating why this is needed:<br>
<a href="http://old.nabble.com/fill_between-with-draw... | 0 |
<p dir="auto">Simply trying to save a file to D:\ raises the following error:</p>
<p dir="auto">EPERM: operation not permitted, mkdir 'd:'</p> | <p dir="auto">In version 0.10.1 it is no longer possible to write to the root of a drive (which worked up to 0.9.1).<br>
When trying to save to e.g. <code class="notranslate">r:\example.txt</code>, the following error message appears:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto... | 1 |
<p dir="auto">by <strong><a href="mailto:hanks_j@ligo-wa.caltech.edu">hanks_j@ligo-wa.caltech.edu</a></strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. Setup a web-server serving https with a certificate from a local CA
2. Poi... | <pre class="notranslate">What steps will reproduce the problem?
1. go get github.com/josharian/gostripbug
2. cd $GOPATH/src/github.com/josharian/gostripbug
3. make
What is the expected output?
Hello
What do you see instead?
runtime: function symbol table header: 0x0x0 0x0x0
fatal error: invalid function symbol tab... | 0 |
<p dir="auto">The node module <code class="notranslate">util</code> uses <code class="notranslate">Object.create</code> in the <code class="notranslate">inherit</code>-function. But in IE8 and lower <code class="notranslate">Object.create</code> is not defined. Thus <code class="notranslate">util</code> requires a shim... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
I'd say it's a feature.</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
Currently, all messages (be it warnings, errors, etcetera) are hard-coded, which reduces maintainability.</p>
<p dir="auto... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request =&g... | <p dir="auto">I'm recapping a discussion I just had with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alxhub/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/alxhub">@alxhub</a> and <a class="user-mention notran... | 1 |
<p dir="auto">This is what I had to do to get Raven's Sentry client working with Celery:</p>
<p dir="auto">Disable the logger to avoid duplicates in Sentry (one would be logged in <code class="notranslate">celery.worker.job</code> with no frames locals, the other one with the root logger with locals).</p>
<div class="s... | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">iss... | 0 |
<p dir="auto">My use case is to better integrate my Electron app into the desktop environment. This includes being able to copy a file to clipboard and paste it to the native OS explorer/finder as well as to drag and drop between the app and the desktop.</p>
<p dir="auto">As of today the closest I can get is by leverag... | <p dir="auto">i want to get image file from clipboard.</p>
<p dir="auto">when right-click an image on a web page and copy it, i can get the image file from both browser's <code class="notranslate">onpaste</code> event and <code class="notranslate">clipboard</code> module that electron provided.</p>
<p dir="auto">when i... | 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 core (ssh login)</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.... | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Feature Idea</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">1.8</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Any</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">I think it would be really nice to have some <code class="notranslate">role_name</code> available as... | 0 |
<p dir="auto">The Assert\Valid is not taken into account and the form is just considered valid, even if the constraints are not met. The issue can be reproduced by taking the example over here :<br>
<a href="http://symfony.com/doc/current/book/forms.html#embedding-a-single-object" rel="nofollow">http://symfony.com/doc/... | <p dir="auto">I have an entity where I'm using the following validators:</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/**
* @Assert\Callback(methods={"isValid"}, groups={"group1", "group2"})
... | 1 |
<p dir="auto">OS:CentOS Linux release 7.5.1804 (Core)<br>
proxy version:shardingsphere-5.1.2<br>
zookeeper version:zookeeper-3.6.3 (three nodes,cluster mode)</p>
<p dir="auto">Hi<br>
when config mutli zookeeper server(cluster mode),Failed to start proxy service port(3307).</p>
<p dir="auto">server.yaml:</p>
<div class=... | <p dir="auto">2.0版本还不支持insert into * ()values(<em>)(</em>)(*)</p>
<p dir="auto">这种value后面的还不支持么?</p> | 0 |
<p dir="auto">Please support font that loaded by the <a href="https://msdn.microsoft.com/en-us/library/windows/desktop/dd183326%28v=vs.85%29.aspx" rel="nofollow">AddFontResource</a>* function for the sake of the non-admin workers.<br>
Along with the portable mode(<a class="issue-link js-issue-link" data-error-text="Fai... | <p dir="auto">I hope vscode can open files by mutiple windows such as sublime text</p> | 0 |
<p dir="auto">I'm working on an extension and have a <code class="notranslate">CompletionItemProvider</code>. It works good when writing code. But it's annoying when it pops up suggestions inside of strings and comments.<br>
I don't want the suggestions to appear in that cases.</p>
<p dir="auto">I had a look at other e... | <p dir="auto">I'm trying to fix <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="118952199" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode-go/issues/103" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode-go/issues/103/hovercard" h... | 1 |
<p dir="auto">We seem to be having an issue with the validator service when using collections and the validator to check for unique entities.</p>
<p dir="auto">The validator will correctly find any issues before persisting the entity to the doctrine manager.</p>
<p dir="auto">The validator seems to check the data in th... | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>no</td>
</tr>
<tr>
<td>Feature request?</td>
<td>yes</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>yes</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.x (maybe 2.x and 4.x als... | 0 |
<p dir="auto">The same question as <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="330986580" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/18345" data-hovercard-type="issue" data-hovercard-url="/flutter/flutter/issues/18345/hovercard" hr... | <p dir="auto">I have a SliverAppBar with a flexibleSpace that holds information that will change in height. I simply want my AppBar to determine it's height at runtime rather than the static expandedHeight option. Do I really need to calculate the height of this widget before I pass it to the flexibleSpace? Or is there... | 1 |
<h2 dir="auto">🐛 Bug</h2>
<p dir="auto">Pytorch-1.0-Cuda-10.0 with ONNX-1.2.1 and 1.3.0. Export onnx model core dumps on Ubuntu on GPU instance</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Steps to reproduce the behavior:</p>
<p dir="auto">Spin up an Ubuntu with GPU instance like EC2 p2 or g3</p>
<ol dir="auto">... | <h2 dir="auto">🐛 Bug</h2>
<p dir="auto">Pytorch-1.0-Cuda-10.0 with ONNX-1.2.1 and 1.3.0. Export onnx model core dumps on Ubuntu on GPU instance</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Steps to reproduce the behavior:</p>
<p dir="auto">Spin up an Ubuntu with GPU instance like EC2 p2 or g3</p>
<ol dir="auto">... | 1 |
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/target-the-parent-of-an-element-using-jquery#?solution=%0Afccss%0A%20%20%24(document).ready(function()%20%7B%0A%20%20%20%20%24(%22%23target1%22).css(%22color%22%2C%20%22red%22)%3B%0A%20%20%20%20%24(%22%23target1%22).prop(%22disabled%22%2C%20true)%... | <p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/use-jquery-to-modify-the-entire-page" rel="nofollow">Use jQuery to Modify the Entire Page</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.29... | 1 |
<h3 dir="auto">Describe the workflow you want to enable</h3>
<p dir="auto">The Markov Chain is an algorithm that can generate data from data.</p>
<p dir="auto">The idea of the Markov Chain was first published in 1906.</p>
<p dir="auto">It fits SK-Learn's model of <code class="notranslate">fit</code>, <code class="notra... | <p dir="auto">First off, I didn't find any mentioning of RFECV in the userguide.</p>
<p dir="auto">Update: rest of this issue was fixed.</p> | 0 |
<blockquote>
<p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/taion/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/taion">@taion</a></p>
</blockquote>
<h3 dir="auto">Bug info... | <h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">💻</g-emoji></h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on th... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Dave Hirschfeld</strong></p>
<p dir="auto">As detailed in <a href="https://github.com/zzzeek/sqlalchemy/pull/382" data-hovercard-type="pull_request" data-hovercard-url="/zzzeek/sqlalchemy/pull/382/hovercard">GH#382</a> the <code class="notranslate">dialects.ms... | <p dir="auto"><strong>Migrated issue, originally created by Dan Stovall</strong></p>
<p dir="auto">In MSSQL a ROWVERSION or TIMESTAMP column do not contain a date time. Instead the contain an 8-byte integer. Currently, the column is set as sqlachemy.sql.sqltypes.TIMESTAMP, which is an instance of the DateTime type. ... | 1 |
<ul dir="auto">
<li>VSCode Version: Version 0.10.11 (0.10.11)</li>
<li>OS Version: OS X 10.10.5</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Write code as screenshot below</li>
</ol>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/ass... | <p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/f111fei/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/f111fei">@f111fei</a> on February 23, 2016 6:14</em></p>
<p dir="auto">version: 0.10.1... | 1 |
<p dir="auto">Hi Team, There is problem in Axios v1.1. Axios not respond with axios.get and axios.post. Please use previous version of axios for solve this problem.</p> | <p dir="auto"><strong>Describe the bug</strong><br>
My project is working strangely,I compare the current version with the previous one,The following code creates an BUG.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// version... | 0 |
<p dir="auto">Challenge [Replacing If Else Chains with Switch](<a href="https://www.freecodecamp.com/challenges/replacing-if-else-chains-with-switch#?solution=%0Afunction%20chainToSwitch(val)%20%7B%0A%20%20var%20answer%20%3D%20%22%22%3B%0A%20%20%2F%2F%20Only%20change%20code%20below%20this%20line%0A%2F*%0A%20%20if%20(va... | <p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/comparisons-with-the-logical-and-operator#?solution=%0Afunction%20testLogicalAnd%28val%29%20%7B%0A%20%20%2F%2F%20Only%20change%20code%20below%20this%20line%0A%0A%20%20if%20%28val%3C%3D50%20%26%26%20val%3E%3D25%29%20%7B%0A%0A%20%20%20%20%20%20retur... | 1 |
<p dir="auto">As it said in this issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="13658627" data-permission-text="Title is private" data-url="https://github.com/mrdoob/three.js/issues/3382" data-hovercard-type="issue" data-hovercard-url="/mrdoob/three.js/issues/3382/hovercard" h... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">Hello all, I've run into an issue where I have a series of promises concurrently calling <code class="notranslate">TextureLoader.load</code>, and occasionally the call simply doesn't appear to be triggering its success/failure callback, which leaves promises ... | 0 |
<p dir="auto"><strong>TypeScript Version:</strong><br>
1.8.7</p>
<p dir="auto"><strong>Code</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface Test {
field: {[key: string]: string};
}
var test: Test;
var foo ... | <p dir="auto">Various libraries I use want to see dictionary "loops" that take some number of key/value pairs and operate on them. E.g.:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="async.auto<any>({
'foo': (cb) => getFoo(cb),
... | 1 |
<p dir="auto">Currently you can mix BM25 and the classic similarity in the same index:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
"book" : {
"properties" : {
"title" : { "type" : "... | <p dir="auto">This issue addresses a few topics:</p>
<ul dir="auto">
<li>separating <code class="notranslate">string</code> fields out into <code class="notranslate">text</code> and <code class="notranslate">keyword</code> fields (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="91511... | 0 |
<p dir="auto">Hi</p>
<p dir="auto">When I open a git-controlled folder, and possibly change some settings, then Code creates a .vscode directory directly inside that folder, and stores files such as settings.json or launch.json in it.</p>
<p dir="auto">That folder either has to be checked in or .ignored, which is OK on... | <p dir="auto"><strong>Environment:</strong></p>
<ul dir="auto">
<li>VS Code Version 0.10.9</li>
<li>Mac OS 10.10.5</li>
<li>Node.js v4.3.1</li>
</ul>
<p dir="auto"><strong>Steps to Reproduce:</strong><br>
Create a new directory named cluster-test<br>
Create a new file cluster-test\app.js with sample code from <a href="... | 0 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
The code below causes a <code class="notranslate">Duplicate declaration "values"</code> error.</p>
<p dir="auto"><strong>Input Code</strong></p>
<ul dir="auto">
<li>REPL or Repo link if applicable: <a href="https://babeljs.io/repl/build/... | <p dir="auto">In Babel 5, it was possible to do this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="() => {
console.log("test");
}();"><pre class="notranslate"><code class="notranslate">() => {
console.log("test");
}()... | 0 |
<p dir="auto">Any thoughts on what might be driving this error and causing the build to fail? I installed the latest version of Visual Studio Community and tried running it from the VS command prompt as well.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-c... | <h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.... | 0 |
<p dir="auto">Hi, using different indexers on a dataframes with timezone-aware timestamps may return naive timestamps. (A brief search attempt didn't turn up any related issues.)</p>
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-r... | <h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="data = {'name':['John', 'Anderson'], 'date':[pd.Timestamp(2017,3,13,13,32,56), pd.Timestamp(2017,2,16,12,10,3)]}
test_df = pd.DataF... | 1 |
<p dir="auto">by <strong>axel.schreiner</strong>:</p>
<pre class="notranslate">godoc binds GOPATH/src to /src/pkg;
i.e., directories below GOPATH/src contain packages, not commands;
i.e., HTTP requests for /cmd/FOO only work if FOO is in GOROOT/src/cmd.
Looks to me like godoc cannot readily document user-written comma... | <pre class="notranslate">Well, since pprof is actually a perl script. It just doesn't work on windows. "go
tool" assumes that every tool ends with the ".exe" suffix on microsoft
operating system and pprof isn't.
Perhaps it should be removed from tool directory on windows at all? It's under
"misc" anyways, if someone r... | 0 |
<p dir="auto">This looks like a regression in Electron 4. In Electron 3 the electron file is executable, in 4 it is not.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/900690/60866810-96456580-a229-11e9-8ec8-c0f2a3b4643a.png"><img src="https://use... | <p dir="auto">Compiled binaries on Linux do no compile properly and show up as shared files, I have been told by the team at electron-packager that this is an electron bug and not a electron-packager bug as seen here as well as an explanation of the bug here:</p>
<p dir="auto"><a class="issue-link js-issue-link" data-e... | 1 |
<p dir="auto">Hi,<br>
I can not get this to work at all. When I have a row with x-popovers and they are set with offset, they do not follow the container when resizing the window:<br>
<a href="http://bootply.com/91910" rel="nofollow">http://bootply.com/91910</a></p>
<p dir="auto">If I remove the offset it works:<br>
<a... | <p dir="auto">Chrome for Mac. Taken from the docs.</p>
<p dir="auto">Open the popovers. Resize. Boom.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/5f33627dbe6e5c824fa49762f54ecfab403442cbd35042878c0021f4c5482e9e/68747470733a2f2f662e636c6f75642e67697468... | 1 |
<p dir="auto">we have quite a lot of code to support .mode (internally we use pretty much the same algos as <code class="notranslate">.value_counts()</code>)</p>
<p dir="auto">but unless I am not understanding isn't.</p>
<p dir="auto"><code class="notranslate">x.mode() == x.value_counts(sort=True).index[0]</code> ?</p>... | <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="[1] df = pd.DataFrame([[1,2]])
[2] df.iloc[0, 1:] = df.iloc[0, 1:].apply('{:+.2f}'.format)
[3] df
0 1
0 1 [+2.00]"><pre class="notranslate">[<span class="pl-c1">1</span>]... | 0 |
<p dir="auto">The mobx example does not work with jest configured(I use the .babelrc config as in jest example).<br>
I believe there is problem with .babelrc configuration with env</p>
<p dir="auto">So, if .babelrc config is same as jest then, tests run but mobx doesn't and vice-versa.</p>
<ul class="contains-task-l... | <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?q=is%3Aissue">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="au... | 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 => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | <h2 dir="auto">Problem</h2>
<p dir="auto">Assume the following HTML snippet</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<button title="OK" tooltip="When done." (click)="..." *if="..... | 0 |
<p dir="auto">This proposal is based on a working implementation at:<br>
<a href="https://github.com/yortus/TypeScript/tree/granular-targeting">https://github.com/yortus/TypeScript/tree/granular-targeting</a><br>
To try it out, clone it or install it with <code class="notranslate">npm install yortus-typescript</code></... | <p dir="auto">I have the below overloaded function declaration for a function in my class</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="private _forEachBindingContext(bindingContext: IContext, fn: (bindingContext: IContext) =&g... | 0 |
<p dir="auto">Can I request for the TypeDefinition file for the latest version to be published at <code class="notranslate">npm</code>?</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https... | <p dir="auto">Got the following error when compiling:<br>
<code class="notranslate">TouchRipple.d.ts(2,33): error TS7016: Could not find a declaration file for module 'react-transition-group'</code>, fixed by adding a dev dependency to <code class="notranslate">@types/react-transition-group</code></p>
<ul class="cont... | 0 |
<p dir="auto">Currently I have an <code class="notranslate">Input</code> sitting inside the <code class="notranslate">label</code> of a <code class="notranslate">Chip</code>, and the way "backspace" is handled causes several issues with this text input. I'm able to stop the <code class="notranslate">onDelete</code> fun... | <p dir="auto">This mixin appears in many components, checking if <code class="notranslate">context.muiTheme</code> has changed.</p>
<p dir="auto">First of all, I do not see why this component is necessary besides supporting dynamic theme. This can be done by creating a new theme context instance, React will then tell i... | 0 |
<p dir="auto">Example package.json file:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
"paths": {
"lib_a": "./path/to/lib/a"
},
"scripts": {
"lib_a:build": "tsc -p $... | <h1 dir="auto">What / Why</h1>
<p dir="auto">error:</p>
<p dir="auto">`npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.<br>
npm WARN deprecated circular-json@0.5.9: C... | 0 |
<p dir="auto">I'm trying to train a model in a multiprocessing <code class="notranslate">Process</code>, but when a model already exist in the parent scope, the process will freeze at the initialization of the <code class="notranslate">Embedding</code> layer. I'm using Keras 2.0.5, Tensorflow 1.1.0, and only running on... | <p dir="auto">The graph visualization is confusing. There are too many nodes on the graph compared to the actual model, seems the nodes are repeatedly logged many times.</p>
<p dir="auto">For example, see parts of the graph of a simple 0-hidden layer network:<br>
<a target="_blank" rel="noopener noreferrer nofollow" hr... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.