text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">It's quite frequent we need to abstract a v-for'ed element tree as a component</p>
<p dir="auto">for example, go from <code class="notranslate"><li v-for="item in list">(something reusable)</li></code> to <code class="notranslate"><L... | <h3 dir="auto">Vue.js version</h3>
<p dir="auto">2.0.2</p>
<h3 dir="auto">Reproduction Link</h3>
<p dir="auto"><a href="http://jsfiddle.net/2vqkLkjL/1/" rel="nofollow">http://jsfiddle.net/2vqkLkjL/1/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ul dir="auto">
<li>Create a component with a nested data property: Objec... | 0 |
<p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.7.5 / 1.8.0-beta / nightly (1.9.0-dev.20160217)</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 de... | <p dir="auto">The below code raise an compilation error, which says "Property 'includes' does not exist on type 'string'.", even with the "--target es6" option.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""abcde".includes("cd... | 0 |
<ul dir="auto">
<li>Electron version: 1.4.15</li>
<li>Operating system: Windows 10</li>
</ul>
<p dir="auto">I have a simple nodeJS app that has a function to scrape file metadata. Since scraping metadata can be intensive I made the app run this as a child process using fork.</p>
<div class="snippet-clipboard-content no... | <ul dir="auto">
<li>Electron version: 1.4.14</li>
<li>Operating system: macOS Sierra</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">When I fork a process, the process should be able to require native modules compiled for the main electron process and also used by it.</p>
<h3 dir="auto">Actual behavior</... | 1 |
<p dir="auto">Hi. I have a problem with the Tray icon.</p>
<ul dir="auto">
<li><strong>Electron Version:</strong>
<ul dir="auto">
<li>8.2.5</li>
</ul>
</li>
<li><strong>Operating System:</strong>
<ul dir="auto">
<li>Ubuntu 18.04</li>
</ul>
</li>
<li><strong>Last Known Working Electron version:</strong>
<ul dir="auto">
... | <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">Atom 0.189.0 on Ubuntu.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/6136383/7001235/ad6ab0be-dc6f-11e4-8fba-8d036c5ea30b.png"><img src="https://cloud.githubusercontent.com/assets/6136383/7001235/ad6ab0be-dc6f-11e4-8fba-8d036c5ea30b.png" alt="s... | <p dir="auto">Text:</p>
<blockquote>
<p dir="auto">这上面的夜的天空,奇怪而高,我生平没有见过这样奇怪而高的天空。他仿佛要离开人间而去,使人们仰面不再看见。然而现在却非常之蓝,闪闪地睒着几十个星星的眼,冷眼。他的口角上现出微笑,似乎自以为大有深意,而将繁霜洒在我的园里的野花草上。</p>
</blockquote>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/49931/6959354/a30f8... | 1 |
<p dir="auto">Hey all, getting the error below when executing julia from a windows service. Any input is welcome.</p>
<p dir="auto">Thanks,<br>
Jon</p>
<p dir="auto">Info:</p>
<ul dir="auto">
<li>Windows 2012</li>
<li>If i start a command line prompt as my local user and run julia.exe, it loads fine.</li>
<li>If i star... | <p dir="auto">Ubuntu 14.04, julia 0.4.5<br>
I have a julia script, when I run it in a running aws instance, it works.<br>
but when I tried to run it using <code class="notranslate">user_data</code>, which means running the script after system initialization, it failed.</p>
<p dir="auto">I got the following output in <c... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Serge Koval (<a href="https://github.com/joes">@joes</a>)</strong></p>
<p dir="auto">I'm working on query precompilation layer and stumbled upon a bug: PickleType column does not automatically unpickle data received from the database.</p>
<div class="highlight... | <p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">tons of use cases for TextAsFrom that should be intuitive that don't work. When we make a TextAsFrom with a positional set of columns, those columns should be welded ... | 1 |
<p dir="auto">Version<br>
compile 'com.github.bumptech.glide:glide:4.1.1'<br>
compile 'io.reactivex:rxjava:1.1.0'<br>
Device asus zenpone2</p>
<p dir="auto">code1. load local file</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Glide.with(co... | <p dir="auto">Hello, I am a developer in China.On one model, I found a problem:<br>
Java. Lang. ClassCastException: int [] always be cast to Java. Lang. Object []<br>
...<br>
Then there will be:<br>
You cannot call glide. Get () in registercomponents() use the provided glide instance instead<br>
...<br>
It's something ... | 0 |
<p dir="auto">Hello there, I'm loading an image from a URL using the following code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Widget _bannerImage(String url, double height) {
return Container(
constraints: BoxConstraints.tigh... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">I have made a stack that has a hero with a container as a child to have the expanding background effect. The issue is the background is on-top of all other widgets until the transition is complete. The code is posted in the repository <a href="https://github.com/litt... | 0 |
<p dir="auto">When typing into a TextField on my physical Galaxy Grand Prime with Android 5.1.1 with Android's predictive text feature turned on, text becomes duplicated whenever you use the backspace key and then continue typing. I tried to duplicate these results by emulating a Galaxy Nexus with Android 5.1.1 , but t... | <p dir="auto">Hello!</p>
<p dir="auto">Within a flutter application that has TextField or TextFormField the text can get duplicated upon first time data entry.</p>
<p dir="auto">When first entering a keypress, within a field that already has text pre-filled, the text duplicates then your keypress is attached.</p>
<p di... | 1 |
<p dir="auto"><strong>Apache Airflow version</strong>:<br>
1.10.11</p>
<p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>): NA</p>
<p dir="auto"><strong>Environment</strong>:</p>
<ul dir="auto">
<li><strong>Cloud provider or hardware con... | <p dir="auto"><strong>Apache Airflow version</strong>: master branch</p>
<p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>): N/A</p>
<p dir="auto"><strong>Environment</strong>:</p>
<ul dir="auto">
<li>breeze</li>
</ul>
<p dir="auto"><st... | 0 |
<p dir="auto">Current (as of this writing) master:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> sin(1)
0.8414709848078965
julia> sin.([1])
ERROR: InexactError()
in macro expansion at ./broadcast.jl:97 [inline... | <p dir="auto">The following code fails with an <code class="notranslate">InexactError()</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="X = [1,2,3]
Y = [4 5]
broadcast(atan2, X, Y)"><pre class="notranslate"><code class="notranslate">X =... | 1 |
<p dir="auto">Searching for Base.@kwdef yields nothing.<br>
The documentation is provided in the REPL though.</p> | <p dir="auto">The <code class="notranslate">Base.@kwdef</code> is such a useful feature. I cannot think of any reason why it should not be exported. Is there any concern doing that?</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"> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="chec... | <p dir="auto">I am using celery 4.3 + Redis + flower. I have a few long-running jobs with acks_late=True and task_reject_on_worker_lost=True. I am using celery grouping to group jobs run parallelly and append result and use in parent job.</p>
<p dir="auto">In this scenario, my few jobs will run more than an hour, after... | 1 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.0 (devel f9c4fdab40) last updated 2016/05/24 13:16:23 (GMT +200)
lib/ansibl... | <h5 dir="auto">Issue Type:</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">Ansible Version:</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="v2.0.1.0"><pre class="notranslate"><code class="notranslate">v2.0.1.0
</code></pre></div... | 1 |
<p dir="auto"><strong>Steps to reproduce and a minimal demo of the problem</strong><br>
See: <a href="http://plnkr.co/edit/2ecdHTFEZiG3Q4ig8xga?p=preview" rel="nofollow">http://plnkr.co/edit/2ecdHTFEZiG3Q4ig8xga?p=preview</a><br>
Open dev tools console to see the following error:<br>
<code class="notranslate">EXCEPTION... | <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 |
<p dir="auto">setup a new project with</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="mkdir hello-next
cd hello-next
npm init -y
npm install --save react react-dom next
mkdir pages"><pre class="notranslate"><code class="notranslate">mkdir hell... | <p dir="auto">I'm using next 6.0. I'm having this problem with style jsx. It say styleId not found everytime I changed style.</p>
<p dir="auto">I have folder called 'themes' under src folder which is same level with pages folder.<br>
I use a custom .babelrc to have it resolved as absolute path.</p>
<p dir="auto"><stron... | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">library target: umd cause "<strong>webpack_exports</strong> is not defined" error</p>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong></p>
<p dir="auto... | <p dir="auto">I would like to move the discussion that started in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="628951158" data-permission-text="Title is private" data-url="https://github.com/uuidjs/uuid/issues/462" data-hovercard-type="pull_request" data-hovercard-url="/uuidjs/uui... | 0 |
<p dir="auto">In this run:<br>
<a href="http://kubekins.dls.corp.google.com:8080/view/Scalability/job/kubernetes-e2e-gke-large-cluster/51/console" rel="nofollow">http://kubekins.dls.corp.google.com:8080/view/Scalability/job/kubernetes-e2e-gke-large-cluster/51/console</a></p>
<p dir="auto">131 tests failed.<br>
However,... | <p dir="auto">In gke-large-cluster suite, two tests failed for me with the following error:<br>
"Unable to connect to the server: x509: certificate signed by unknown authority"</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="01:39:45 /go/src/... | 1 |
<p dir="auto">There seems to be a bug when plotting dataframes that has duplicates in a DatetimeIndex. It seems to only be triggered when there is at least one more non-duplicate item in the index as in the first two cases below. These result in a:</p>
<div class="highlight highlight-source-python notranslate position-... | <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
a = pandas.DataFrame({'a': ['0'], 'b': ['str']})
print(a.dtypes)
b = pandas.concat([a, pandas.D... | 0 |
<p dir="auto">I am very sorry for making dupl of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="91396291" data-permission-text="Title is private" data-url="https://github.com/angular/angular/issues/2753" data-hovercard-type="issue" data-hovercard-url="/angular/angular/issues/2753/ho... | <p dir="auto">Because the Formbuilder controls collection is typed as an AbstractControl and AbstractControl does not have an updateValue method, it requires a cast to a Control which does have an updateValue method. Only Control has an updateValue method.</p>
<p dir="auto">Preferred and shorter which is better:<br>
th... | 0 |
<p dir="auto"><code class="notranslate">deno run [OPTIONS] <SCRIPT_ARG>...</code> doesn't use import maps to resolve <code class="notranslate"><SCRIPT_ARG></code>. For example, consider:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conten... | <p dir="auto">First of all, thank you very much. I think deno with built-in typescript support is a great idea.</p>
<p dir="auto">But I don't think that package.json was a bad idea.</p>
<p dir="auto">You could improve it, for:</p>
<ul dir="auto">
<li>repetitive workflows and scripts</li>
<li>application configuration f... | 0 |
<p dir="auto">The "top margin" check description is indicating the wrong value "20px" while the correct to complete the challenge is "40px":</p>
<blockquote>
<p dir="auto">Your green-box class should give the left of elements 40px of margin.<br>
Your green-box class should give the bottom of elements 20px of margin.<br... | <p dir="auto">In the instructions for the margin, you have the pixel setting for "Top" to 20px instead of 40px.</p> | 1 |
<p dir="auto">example: <a href="https://www.wakari.io/sharing/bundle/adamgreenhall/test-scatter" rel="nofollow">https://www.wakari.io/sharing/bundle/adamgreenhall/test-scatter</a></p>
<p dir="auto">I think this happens specifically for pandas scatter plots with colorbars in ipython. The xticks are still working for:</p... | <p dir="auto">The exception handling code in _get_concatenated_data() relies on the exception not being generated in self._prepare_blocks() and can generate an exception with this non-informative error message:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard... | 0 |
<p dir="auto">but list of emulator are displayed, i tried reinstall flutter on android studio, tried flutter doctor many times, tried flutter upgrade does nothing to solve the issue, tried invalidate and restart Andrd Studio.<br>
I tried another project yet it tells the same thing, i searched on the internet tried some... | <p dir="auto">Flutter apps seem to cache the sky dart libraries in the build directory, which causes them to not be updated when new changes are made and built.</p>
<p dir="auto">Currently, the build directory should be cleared anytime dart changes are made in the engine when testing on real apps.</p> | 0 |
<p dir="auto">Take this <code class="notranslate">parameters.yml</code>:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="router.request_context.host: my.domain.com
domain: my.domain.com"><pre class="notranslate"><span class="pl... | <p dir="auto">I trying to use third-party bundle. (<a href="http://knpbundles.com/ornicar/ApcBundle" rel="nofollow">http://knpbundles.com/ornicar/ApcBundle</a>). This bundle requires me to provide <code class="notranslate">ornicar_apc.host</code> config value. I am trying to re-use existing configuration value <code cl... | 1 |
<p dir="auto"><em>Please make sure that this is a build/installation issue. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em></p>
<p d... | <p dir="auto">Hi<br>
When I tried<br>
<code class="notranslate">bazel build -c opt --config=cuda --local_resources 2048,.5,1.0 //tensorflow/tools/pip_package:build_pip_package</code></p>
<p dir="auto">, I see the following error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" dat... | 0 |
<p dir="auto">i used the following statement in typescript source file as below referred from angular.io documentation<br>
declare var angular:angular.IAngularStatic;</p>
<p dir="auto">But it giving me error -<br>
Cannot find namespace angular.</p>
<p dir="auto">I tested the same in quickstart project also. same issue<... | <p dir="auto">Hi,<br>
is there any working Angular 2 plunker with latest version of angular that works in IE11?</p>
<p dir="auto">I have some strange behavior that i want to show and help with fix. Unfortunately it is in big non-public project, so i want to prepare minimal reproduce plunks..</p>
<p dir="auto">Is there ... | 0 |
<p dir="auto"><strong>Description</strong><br>
For an real world application im using an API to authenticate that is build in symfony as well and handles all the roles and al other security things for the frontend i want to use the symfony 4 framework as well and that it use the authentication over the API.<br>
The API... | <p dir="auto"><em>(this issue is part of the <a href="http://symfony.com/blog/making-the-symfony-experience-exceptional" rel="nofollow">"DX" ("Developer eXperience") initiative</a> introduced by Symfony project)</em></p>
<p dir="auto">On the symfony-docs repository there is a <a href="https://github.com/symfony/symfony... | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.5.5</li>
<li>Operating System / Platform => MacOS Catalina 10.15.7</li>
<li>Compiler => clang, xcode</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I tried to install OpenCV from scratch but it failed to finish ... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.0.0 beta</li>
<li>Operating System / Platform => Windows 7 64 Bit</li>
<li>Compiler => Visual Studio 2015 build tool with cmake and nmake</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">compilation fails</p>
<... | 0 |
<h4 dir="auto">Code Sample</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="df = pd.DataFrame({"date": ['10000101', '20180220']})
# Timestamp limitations correctly raise exception
pd.to_datetime(df.date, errors='ra... | <p dir="auto">Copying from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="183817974" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/14448" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/14448/hovercard?comment... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">cx_oracle types that subclass _NativeUnicodeMixin but not _OracleUnicodeText are essentially text types where convert_unicode=True/'force' is entirely non functional. E... | <p dir="auto"><strong>Migrated issue, originally created by Oleg Talalov (<a href="https://github.com/olegtalalov">@olegtalalov</a>)</strong></p>
<p dir="auto">Customer's database contains BINARY_FLOAT_INFINITY value in one column in few rows.</p>
<p dir="auto">During requsting rows in fetch, function _detect_decimal c... | 1 |
<p dir="auto">I'm looking to remap 'Shift + Backspace' to 'Del'<br>
Currently, I don't see any way to do this.<br>
Users might also want to do the inverse of this as well.<br>
I can imagine a scenario where a user might want to map 'insert' to 'Control + C' and 'shift+insert' to 'control + v'</p> | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18363.836]
PowerToys version: v0.18.1
PowerToy module for which you are reporting the bug (if applicable): PowerTo... | 0 |
<p dir="auto">In Waypoint: Add Borders Around your Elements, the requirement is:</p>
<p dir="auto">Give your image a border width of 10px.</p>
<p dir="auto">However, this does not check for actual pixel width. This test is passed with any border width (1px, 5px, 50px, etc.)</p> | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-add-borders-around-your-elements" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-add-borders-around-your-elements</a> has an issue. Waypoint requires you to have a 10px border around the img element, but you can pass by wit... | 1 |
<h4 dir="auto">Challenge Name</h4>
<p dir="auto">Replacing If Else Chains with Switch</p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">Tests are evaluating commented out code. In cases where existing if/else block is left in place and commented rather than deleted the tests fail.</p>
<p dir="auto">Looks to be ... | <p dir="auto">When I complete the code that I have been working on for a bonfire there is sometimes something that I will want to change after I have already submitted and run my code. I then noticed that there will be multiple bonfire completions under your profile when you run the code more than once. This occurs eve... | 0 |
<p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8.2</p>
<p dir="auto"><strong>Problem</strong></p>
<p dir="auto">I've found that somewhere between typescript 1.6.2 and 1.8.2, it started printing relative file names in error messages instead of absolute file names. This makes it harder for us to f... | <p dir="auto">TypeScript Version: 1.8.5<br>
Visual Studio 2013 Version: 12.0.40629.00 Update 5</p>
<p dir="auto"><strong>Code</strong><br>
The code is available via a codeproject article, called "First Angular2 App with TypeScript and Visual Studio 2013." I downloaded the code, unblocked it, opened it in VS2013 and ran... | 0 |
<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/color</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-l... | <p dir="auto">React typings throws errors in terminal after installation via typings</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error TS2320: Interface 'Element' cannot simultaneously extend types 'ReactElement<any>' and 'ReactElemen... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")<br>
[x ] bug report => search github for a similar issue or PR before submitting</p>
<p dir="auto"><strong>Current behavior</strong><br>
Related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="158752959" ... | <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"><pre class="notranslate"><code class="notranslate">[x ] bug repo... | 1 |
<p dir="auto">there is a problem in <code class="notranslate">Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler</code><br>
lines 38-42</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" $method = $form->getConfig(... | <p dir="auto">I am trying to forward a request to controller action<br>
using<br>
i am inside actionA and i am trying to forward request to actionB</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$this->forward('controller:actionB', $path);"... | 0 |
<p dir="auto">Dear Pandas community, this is a duplicate of SO's <a href="http://stackoverflow.com/questions/28226074/unstack-pandas-dataframe-with-multiindex" rel="nofollow">question</a>. I have seen a lots of similar questions across the web, but unfortunately I was not able to find the answers that could help me.</p... | <p dir="auto">It would be nice to have the possibility to plot expressions. Suppose I have a dataframe with three columns: col1, col2, col3. Now I can do:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="df.plot.scatter(x='col1', y='col2')"><pre... | 0 |
<p dir="auto">This issue is observed in Chromium .......as the browser window is limited and infinite scroll comes into action as we need to navigate down to the next screen to find the element.<br>
Onclick action is performed once the element is found.<br>
But the unstable condition is thrown in between these 2 events... | <p dir="auto">Issue Description: I am writing some tests for a kanban board app built with react. i have a test that verifies the following behavior doesn't occur:</p>
<details open="" class="details-reset border rounded-2">
<summary class="px-3 py-2">
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" versi... | 0 |
<p dir="auto">At the moment we have a single major blocker to compiling scipy on Windows:</p>
<ul dir="auto">
<li>Python.org Windows binaries are compiled against an MS Visual C++ runtime, which differs with different Python versions: see <a href="https://matthew-brett.github.io/pydagogue/python_msvc.html" rel="nofollo... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1665" rel="nofollow">http://projects.scipy.org/scipy/ticket/1665</a> on 2012-05-30 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/endolith/hovercard" data-octo-click="hovercard-link-click" dat... | 0 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.... | <p dir="auto">Version: 9.3.0, 10.1.1, 11.0.0-beta.4, master<br>
Last working version: 8.5.0</p>
<p dir="auto">To repro: load this gist and hit run. It will crash within a few seconds. <a href="https://gist.github.com/19fa4b45478032494306a7388e0804a2">https://gist.github.com/19fa4b45478032494306a7388e0804a2</a><br>
Some... | 1 |
<p dir="auto"><a href="https://github.com/pallets/markupsafe/issues/286" data-hovercard-type="issue" data-hovercard-url="/pallets/markupsafe/issues/286/hovercard">This</a> issue in markupsafe is transitively included in flask, so even applications running Flask 1.1.4 are crashing on startup.</p>
<p dir="auto">Here is a... | <p dir="auto">Since the update of <a href="https://itsdangerous.palletsprojects.com/en/2.1.x/changes/#version-2-1-0" rel="nofollow">itsdangerous module</a> to version 2.1.0, Flask 1.1.2 fails to run.<br>
This is because Flask’s requirements.txt indicates to install <code class="notranslate">itsdangerous</code> >= 0.... | 1 |
<p dir="auto">It looks like Pace (or NProgress) ! So cool man!<br>
But there isn't any isomorphic loading bar component out in the React ecosystem. Yes, I tried to make one, but it just feels un-natural, and I couldn't figure out how to place loading bar during AJAX/REST request...<g-emoji class="g-emoji" alias="joy" f... | <p dir="auto">Having animated route transitions would be nice, as this is one of the many benefits through client-side routing. Doing so should be left up to the user in my opinion (some people prefer CSS transitions over more fine-grained control with <code class="notranslate">react-motion</code> etc). As I understand... | 1 |
<p dir="auto">Don't have time to implement this, but I wanted to float the idea and park it. It's pretty trivial and you can achieve the same thing with filter, but it might be nice if drop had a regex keyword. E.g., these would be equivalent</p>
<div class="snippet-clipboard-content notranslate position-relative overf... | <p dir="auto">I assume that this was officially supported before. Haven't narrowed it down any more than sometime between 0.16.2 and 0.17.0.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [1]: pd.__version__
Out[1]: '0.16... | 0 |
<p dir="auto">In my page by using <code class="notranslate">ng-outlet</code>.</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<ng-outlet class="app"></ng-outlet>"><pre class="notranslate"><span class="... | <p dir="auto">Angular 1 Component Router adds a <code class="notranslate"><div></code> who wraps the template's content :</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<ng-outlet>
<div component-name=&q... | 1 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report / Feature Idea</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ ansible --version
ansible 2.1.0.0"><pre class="not... | <p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tjbenator/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tjbenator">@tjbenator</a> on April 23, 2016 7:18</em></p>
<h5 dir="auto">ISSUE TYPE... | 1 |
<p dir="auto">PowerRun is fantastic, and I have missed it every time I switch from Mac to PC.</p>
<p dir="auto">I can search programs on my computer, and I can do simple calculations such as 9*3 and 5+2 and similar.</p>
<p dir="auto">Would is be possible to add web search and currency calculations?</p>
<p dir="auto">En... | <h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2>
<ul dir="auto">
<li>PowerToys version: Version v0.20.1</li>
<li>PowerToy Utility: FancyZones</li>
<li>Running PowerToys as Admin: Ye... | 0 |
<p dir="auto">My problem might be related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="4885817" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/4492" data-hovercard-type="issue" data-hovercard-url="/symfony/symfony/issues/4492/hoverca... | <p dir="auto">Symfony default behaviour for handling reordering in collection type is wrong.</p>
<p dir="auto">When you reorder to items saved in database as:</p>
<p dir="auto">id: 56, name: first, order: 0<br>
id: 57, name: second, order: 1</p>
<p dir="auto">After changing they positions I receive:</p>
<p dir="auto">i... | 1 |
<p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.): vSphere, "message": "no endpoints available for service "kube-dns"", kube-dns, etc -- similar issues include: <a class="issue-link js-issue-link" ... | <p dir="auto">The <code class="notranslate">test-cmd</code> script currently does not test resizing replication controllers; this is a central use-case and should have coverage in that script.</p> | 0 |
<p dir="auto">When you are building components, you often want to support both valueLink and value/onChange, which means you need a function like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="getValueLink: function(props) {
return pro... | <p dir="auto">Describe what you were doing when the bug occurred:<br>
1.<br>
2.<br>
3.</p>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.2.1-3816ae7c3</p>
<p dir="auto">Call stack: at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108<b... | 0 |
<p dir="auto">I would love to drag windows to zones without having one hand on the keyboard. But I also don't want zones enabled always when I move a window, because I like free placement too.</p>
<p dir="auto">Wouldn't it be nice when you could set a modifier by yourself? Maybe use your 5th mouse button as a modifier?... | <p dir="auto">I use 38" display (3840 x 1600) in office and 34" (3440x1440) at home.<br>
When I move in between those displays I always need to open Zones editor and apply same layout to not have smaller or bigger zones. Otherwise I have zones small (when I move from 34" to 38" display and higher resolution) or bigger ... | 0 |
<p dir="auto">I cannot reproduce it myself, but from windows-386-gce builder <a href="http://build.golang.org/log/e3bf7d994667518abb7f2a2f0064257d8c373927" rel="nofollow">http://build.golang.org/log/e3bf7d994667518abb7f2a2f0064257d8c373927</a> while building <a class="commit-link" data-hovercard-type="commit" data-hove... | <p dir="auto">Not sure this is the same as <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="58467559" data-permission-text="Title is private" data-url="https://github.com/golang/go/issues/9953" data-hovercard-type="issue" data-hovercard-url="/golang/go/issues/9953/hovercard" href="htt... | 1 |
<p dir="auto">I've been trying to get numpy working with Intel's MKL math library without much success.</p>
<p dir="auto">The first problem was convincing numpy's build process to use MKL even though I have openblas installed on my system The problem is in <code class="notranslate">distutils/system_info.py</code> chec... | <p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="604273559" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/16036" data-hovercard-type="issue" data-hovercard-url="/numpy/numpy/issues/16036/hovercard" href="https://github.com/numpy/... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Ex... | <p dir="auto">I'm currently using next.js with material-ui. I've stubbled across adding the href prop to a button, and in most cases I can wrap a button with a ..</p><p dir="auto"></p>
<p dir="auto">However, I'm struggling with Tab.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" ... | 0 |
<h2 dir="auto">Feature request: Fill name attribute or add static toString() method for all PropTypes.</h2>
<p dir="auto">For example:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const StringPropType = PropTypes.string;
expec... | <p dir="auto">Describe what you were doing when the bug occurred:<br>
I was using profiler to check the performance of my react app, and when i recorded one session, and clicked on close button, got this exception.</p>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version... | 0 |
<p dir="auto">All works fine but there are errors in console, maybe I am not properly use ngSwitchDefault directive, but there is nothing about the right location of ngSwitchDefault in docs. For example, if ngSwitchDefault must be in the same level of nesting like all ngSwitchCase or not.</p>
<div class="highlight hig... | <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... | 1 |
<p dir="auto">Hello TypeScripters.</p>
<p dir="auto">I might be opening a can of worms which might bring an age of darkness upon us (but see PS). Anyway, I've done an attempt to add language support for mixins.</p>
<p dir="auto">For the user, it is similar to the <code class="notranslate">extends</code> or <code class=... | <p dir="auto">As per ES6 grammar:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ExportDeclaration :
export * FromClause ;
export ExportClause FromClause ;
export ExportClause ;
export VariableStatement
export Declaration
export default Hoista... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=kyrill007" rel="nofollow">Kyrill Alyoshin</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9170?redirect=false" rel="nofollow">SPR-9170</a></strong> and commented</p>
<p dir="auto">I think it would be a really-reall... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer" rel="nofollow">Dave Syer</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4855?redirect=false" rel="nofollow">SPR-4855</a></strong> and commented</p>
<p dir="auto">Migrate Repeat and Retry from Spring Ba... | 1 |
<p dir="auto">Right now, as I understand it, helpers registered to the PHP templating engine aren't accesible in Twig, so any developer who writes a helper must duplicate (or at least wrap) their helper to make it available to Twig templates. To me, this seems like unnecessary work for the developer and it's bound to c... | <p dir="auto">The API of FileSystem::copy() is unintuitive and its docs are probably flawed. It says:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@param bool $override Whether to override an existing file or not"><pre class="notranslat... | 0 |
<p dir="auto">I'm pretty excited about the new xmap feature and so I took it for a spin.I know xmap is a bit unstable at the moment (or I may have done something incorrectly!) so I thought I'd raise the following issue.</p>
<p dir="auto">xmap doesn't seem to like the following (although jit is fine with it), triggering... | <p dir="auto">Hi, I'm working in a simple optimization problem with image transformations. However, the gradient function fails and I can not understand why, as there is an array without nan values to the power of a number, which is not supposed to fail but gives nan. Furthermore, the numbers are not big. I would appre... | 0 |
<p dir="auto">REF: <a href="https://github.com/scikit-learn/scikit-learn/pull/18183/files#r472079672">https://github.com/scikit-learn/scikit-learn/pull/18183/files#r472079672</a></p> | <p dir="auto">Currently, the following list of metrics will raise an error if <code class="notranslate">str</code> are provided as labels and that <code class="notranslate">pos_label</code> is not defined and needed to compute the metrics:</p>
<ul dir="auto">
<li><code class="notranslate">average_precision_score</code>... | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">When using the “WXAgg” backend, I’m unable to draw a zoom region on one of the two axes of a matplotlib figure.</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<div class="highlight highlight-source-python notransl... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong><br>
On plots with the wxagg backend, when using zoom tool the zoom box (rubberband) doesn't display properly if there are multiple subfigures. It always displays on the last subfigure, regardless of which you click and drag on. The appropriate fi... | 1 |
<p dir="auto"><strong>Glide Version</strong>: 3.0.1</p>
<p dir="auto"><strong>Integration libraries</strong>:</p>
<p dir="auto"><strong>Device/Android Version</strong>: Android 7.1.1</p>
<p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:</p>
<p dir="auto"><strong>Glide load line / <co... | <p dir="auto"><strong>Glide Version</strong>: 4.0.0 SNAPSHOT from 10/22/2016</p>
<p dir="auto">How should I implement</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="requestManager.load(avatarUrl)
.fitCenter()
.placeholder(R.dra... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto"><code class="notranslate">include</code> task</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.1.0"><pre class="notranslate"><code class="notranslate">ansible 2.1.1.0
</cod... | 1 |
<p dir="auto">Is it possible to use next.js with the new react router v4?</p> | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">We are displaying a banner for users to manage their third party cookie consent. We include the script on the page<br>
and then it goes and downloads the necessary styling.</p>
<p dir="auto">When upgrading from version <code class="notran... | 0 |
<p dir="auto">Reported by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mechanoid/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mechanoid">@mechanoid</a> here <a class="issue-link js-issue-link" data-error-te... | <p dir="auto">This is as minimal an example as I have for now (<code class="notranslate">tsc</code> version and <code class="notranslate">tsconfig.json</code> details at the bottom of this issue)</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard... | 1 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gke-serial/107/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gke-serial/107/</a></p>
<p dir="auto">Multiple broken tests:</p>
<p dir="auto">Failed: Dump... | <p dir="auto">Failed: <a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gke-serial/93/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gke-serial/93/</a></p>
<p dir="auto">Run so broken it didn't make JUnit output!</p> | 1 |
<h2 dir="auto">Issue description</h2>
<p dir="auto">Implement derivative for <code class="notranslate">torch.eig(a, eigenvectors=True)</code>.</p>
<h2 dir="auto">Code example</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import torch
a = tor... | <p dir="auto">It seems that the derivative for 'eig' is not implemented in torch 0.3.1 .post2.<br>
How could I use the derivate for 'eig'?</p> | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request =&g... | 1 |
<p dir="auto">The weekly build with nightly wheels from numpy and pandas<br>
has failed. Check the logs for any updates that need to be<br>
made in matplotlib.<br>
<a href="https://github.com/matplotlib/matplotlib/actions/runs/3209069093">https://github.com/matplotlib/matplotlib/actions/runs/3209069093</a></p> | <p dir="auto">The weekly build with nightly wheels from numpy and pandas<br>
has failed. Check the logs for any updates that need to be<br>
made in matplotlib.<br>
<a href="https://github.com/matplotlib/matplotlib/actions/runs/3163174215">https://github.com/matplotlib/matplotlib/actions/runs/3163174215</a></p> | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="~$ rustc | sh -c 'exec &0>-'
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug.
note: we would appreciate a bug report: http://... | <p dir="auto">Attempting to run <code class="notranslate">rustc --version</code> with a closed stdout will ICE:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="> rustc --version | false
error: internal compiler error: unexpected failure
note... | 1 |
<p dir="auto">by <strong>slairf</strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
1. compile a Go app (such as <a href="http://codepad.org/KFcgHcF6)" rel="nofollow">http://codepad.org/KFcgHcF6)</a> in the usual manner
2. run 'strip' on the resulting binary: strip yourBinary
3. attempt to run... | <p dir="auto">by <strong><a href="mailto:rsc+personal@swtch.com">rsc+personal@swtch.com</a></strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
1. Run build on Ubuntu 9.10, which uses gcc 4.4.1
What is the expected output? What do you see instead?
Cgo fails with the following error:
{{{
go/... | 0 |
<p dir="auto">Hello,</p>
<p dir="auto">I want to propose to you to extend router url_parser in angular, to make it smarter.</p>
<p dir="auto">On a big projects, I have to deal with complex routes which have optional params and I want to work only with one route and also keep it simple and clean, also I don't want dupli... | <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... | 0 |
<p dir="auto">Google Chrome Version 29.0.1547.62 - OSX 10.8.4</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/88b8d8112f3a01308742fdeeffaa1a3cf165e5ba6500c96d090ec7844a375279/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313639383836... | <p dir="auto">When launching the modal component (<a href="http://getbootstrap.com/javascript/#modals" rel="nofollow">http://getbootstrap.com/javascript/#modals</a>) the entire content will slightly move to the left on mac OS (haven't tried it on windows yet). With the active modal the scrollbar seem to disappear, whil... | 1 |
<p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">I'm trying to use an import map in my Deno project. I set up the import map like:</p>
<div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{
"imports": {
... | <p dir="auto">(EDIT: See comments below, this goes beyond import maps, there's a mismatch in how paths are encoded between the extension and the LSP on Windows)</p>
<p dir="auto">I'm using an import map to remap <code class="notranslate">.js</code> imports to <code class="notranslate">.ts</code> in code I share between... | 1 |
<ul dir="auto">
<li>VSCode Version: 0.10.11</li>
<li>OS Version: Windows 7, 10, Mac 10.11.4</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Start VS Code</li>
<li>Type a for loop without a spaced condition i.e j< 10<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.gi... | <ul dir="auto">
<li>VSCode Version: 1.1.1</li>
<li>OS Version: Windows 7</li>
</ul>
<p dir="auto">Hi, in my work environment only certain user agents are allowed to make http(s) requests, so I can't download any extension (<code class="notranslate">getaddrinfo ENOTFOUND marketplace.visualstudio.com marketplace.visualst... | 0 |
<p dir="auto">I'd like to let the user control whether or not to download the update. User may be using a mobile connection for all we know (tethered), so downloading automatically is not something that should happen without user consent. (same for installing automatically)</p> | <ul dir="auto">
<li>Electron version: 0.36.8</li>
<li>Operating system: OSX</li>
</ul>
<p dir="auto">Atom has a setting <code class="notranslate">core.automaticallyUpdate</code>, when it's false, we don't check for updates. It would be nice to be able to periodically check if there is an update available, report the ve... | 1 |
<p dir="auto">Apache Druid 0.23.0 contains over 450 new features, bug fixes, performance enhancements, documentation improvements, and additional test coverage from 81 contributors. <a href="https://github.com/apache/druid/milestone/45?closed=1">See the complete set of changes for additional details</a>.</p>
<h1 dir="a... | <p dir="auto">Druid version used: 0.8.3</p>
<p dir="auto">I noticed this while restarting one of my kafka replicas.</p>
<p dir="auto">It seems the realtime node read a msg twice due to this and ended up aggregating it. We saw metrics everywhere doubled due to that.</p>
<p dir="auto">Realtime nodes should check for dupl... | 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>yes/no ?</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.2.10</td>
</tr>
</t... | <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>3.4.x-dev</td>
</tr>
</tbod... | 1 |
<h3 dir="auto">Which version of ShardingSphere did you use?</h3>
<p dir="auto">we find java version: java8, full_version=1.8.0_342, full_path=/home/peilq_sharding/bisheng-jdk1.8.0_342//bin/java<br>
ShardingSphere-5.2.2-SNAPSHOT<br>
Commit ID: dirty-753c0cee8ee6fd3db00536da55b64bc5198a3758<br>
Commit Message: Optimize s... | <h2 dir="auto">Bug Report</h2>
<p dir="auto">Please answer these questions before submitting your issue. Thanks!</p>
<h3 dir="auto">Which version of ShardingSphere did you use?</h3>
<p dir="auto">4.0.0-RC2</p>
<h3 dir="auto">Which project did you use? Sharding-JDBC or Sharding-Proxy?</h3>
<p dir="auto">Sharding-JDBC</p... | 0 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.... | <ul class="contains-task-list">
<li class="task-list-item">
<p dir="auto"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.</p>
</li>
<li class="tas... | 1 |
<p dir="auto">Currently, the following script</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from jax.scipy.linalg import solve_triangular
import jax.numpy as jnp
dim = 130
x = jnp.broadcast_to(jnp.eye(dim), (2, dim, dim))
... | <p dir="auto">I am trying to apply <code class="notranslate">vmap</code> to a matrix solve, but it errors out on matrices larger than 128 x 128.</p>
<p dir="auto">Here's an example:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-cont... | 1 |
<p dir="auto">Since my question is lost in stackoverflow, I decided to post it here as a bug, as I think it is.</p>
<p dir="auto"><a href="http://stackoverflow.com/questions/38342266/shadowmap-cant-detect-all-instances-on-three-instancedbuffergeometry" rel="nofollow">http://stackoverflow.com/questions/38342266/shadowma... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">It is possible for one object/group to have multiple materials, e.g. to have 12 faces of material A and next 12 faces of material B. Current implementation does not handle it properly.</p>
<p dir="auto">I changed OBJLoader.js, now it creates not one mesh per ... | 0 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/32163/kubernetes-pull-build-test-e2e-gce/57681/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/32163/kubernetes-pull-build-test-e2e-gce/57681/</a></p>
<p dir="auto">Failed: [k8s.io] ... | <p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/11756/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/11756/</a></p>
<p dir="auto">Failed: [k8s.io] Kubectl client [k8s.io] Kubectl taint should update the tain... | 1 |
<h3 dir="auto">Description</h3>
<p dir="auto">Going through v1-alpha branch code I've noticed that in some places (like a few, but I'm sure this will grow with time) there are 'hardcoded' component names/identifiers, which in my opinion don't scale well. To improve that I suggest to move all component identifiers (valu... | <h3 dir="auto">Function values do not seem to be generated for style rules generated from <code class="notranslate">withStyles</code>. This makes it a bit annoying to have to choose-either-or or have a duplicate non-material-ui styleSheet for anything which requires a function.</h3>
<h3 dir="auto">Example: <a href="htt... | 0 |
<p dir="auto">Running scipy.stats.kendalltau on attached data gives tau = 0.12017 and two-tailed p = 0.0666</p>
<p dir="auto">Running same test (kenall tau-b) in R (cor.test), SPSS (NONPAR CORR) and the Excel Real-Statistics addin gives same value of tau but p = 0.099 in all 3 packages.<br>
<a href="https://github.com/... | <p dir="auto">The null statistics for kendall's τ is <a href="https://en.wikipedia.org/wiki/Kendall_rank_correlation_coefficient#Significance_tests" rel="nofollow">very different</a> in the case of ties. Presently, the code computes τ and then applies the null statistics for the tieless case to the general case, leavin... | 1 |
<p dir="auto">Upgrading 1.7.1 to 1.7.2 with RPM causes postun script failed.</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$ sudo rpm -Uvh elasticsearch-1.7.2.noarch.rpm
warning: elasticsearch-1.7.2.noarch.rpm: Header V4 RS... | <p dir="auto">From <a href="https://discuss.elastic.co/t/1-7-1-rpm-warns-post-remove-script-called-with-unknown-argument/26693" rel="nofollow">https://discuss.elastic.co/t/1-7-1-rpm-warns-post-remove-script-called-with-unknown-argument/26693</a>:</p>
<div class="snippet-clipboard-content notranslate position-relative o... | 1 |
<h4 dir="auto">Code Sample</h4>
<p dir="auto">url = """<a href="https://en.wikipedia.org/wiki/List_of_winners_of_the_Boston_Marathon" rel="nofollow">https://en.wikipedia.org/wiki/List_of_winners_of_the_Boston_Marathon</a>"""<br>
tables = pd.read_html(url, header=0)<br>
print(tables[0].head())</p>
<h4 dir="auto">Problem... | <p dir="auto">It seems that the apply method of a group invokes the function passed as parameter once for each group, as expectes. However, the function is invoked twice for the first group. Enclose is a short code reproducing this behavior. Is it a normal behavior or am I doing something wrong here.</p>
<p dir="auto">... | 0 |
<p dir="auto">This auto-formatted incorrectly</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="[
'two spaces indent',
{} //object placed two spaces to the left, expected to have the same indentation as text
]"><pre class="notran... | <p dir="auto">A gif probably explains it best:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/120506/5451371/78d8b932-8507-11e4-8434-23ae2691eb63.gif"><img src="https://cloud.githubusercontent.com/assets/120506/5451371/78d8b932-8507-11e4-8434-23a... | 1 |
<h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">💻</g-emoji></h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a ... | <p dir="auto">Originally from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="57024826" data-permission-text="Title is private" data-url="https://github.com/babel/karma-babel-preprocessor/issues/5" data-hovercard-type="issue" data-hovercard-url="/babel/karma-babel-preprocessor/issues... | 0 |
<p dir="auto"><strong>Symfony version(s) affected</strong>: 3.4.22</p>
<p dir="auto"><strong>Description</strong></p>
<blockquote>
<p dir="auto">A new entity was found through the relationship 'XXX#hcspData' that was not configured to cascade persist operations for entity: HCSPData@0000000023d966fc0000000028e438d7. To ... | <p dir="auto"><strong>Symfony version(s) affected</strong>: 4.2.3</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Updating symfony/dependency-injection (v4.2.2 => v4.2.3)"><pre class="notranslate"><code class="notranslate">Updating symfony/d... | 1 |
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="138944354" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/12551" data-hovercard-type="pull_request" data-hovercard-url="/pandas-dev/pandas/pull/12551/hovercard" href="https://... | <p dir="auto">Hi, guys! First of all, thanks for making this open source! =D Keep up the good work!</p>
<p dir="auto"><strong>SCRIPT</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import pandas as pd
dfs = pd.read_html('https://en.wi... | 0 |
<p dir="auto">This is meant as a meta-bug for me to collect references to places where users complained about fallout from Sound Generic Drop (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="56708388" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust... | <p dir="auto">I'm using <code class="notranslate">libcore</code> and <code class="notranslate">liballoc</code> to build a freestanding kernel, and it used to work perfectly on 1.0.0-nightly (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/2b01a37ec38db930... | 0 |
<p dir="auto">I've just noticed that a specific type-unstable broadcast fails on master, while it works fine on julia 1.5</p>
<p dir="auto">MWE:</p>
<p dir="auto">on julia 1.5</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="ju... | <p dir="auto">Running the tests for AutomotiveSimulator errors on nightly (<a href="https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/c3bb6df_vs_788b2c7/AutomotiveSimulator.1.6.0-DEV-a896693d33.log" rel="nofollow">https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/by_hash/c3bb6df_vs_788... | 1 |
<h2 dir="auto">Screenshot</h2>
<p dir="auto">[drag & drop image(s) here!]</p>
<h2 dir="auto">Description</h2>
<p dir="auto">When tried creating charts, the scroll option for Query section is missing. Due to which users are not able to access some of the functionality.</p>
<h2 dir="auto">Design input</h2>
<p dir="au... | <p dir="auto">auto ldap registration enabled, below error is first time a new user tried to login to superset. 2nd login worked</p>
<p dir="auto">Error adding new user to database. (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely)<br>
(My... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Eliot (<a href="https://github.com/saltycrane">@saltycrane</a>)</strong></p>
<p dir="auto">Using mssql, I don't see the NOLOCK hint in the generated SQL of my <code class="notranslate">select</code> query when I specify a <code class="notranslate">schema</code... | <p dir="auto"><strong>Migrated issue, originally created by Andrey Zholos (<a href="https://github.com/zholos">@zholos</a>)</strong></p>
<p dir="auto">When updating a table with a specified schema name, some parts of the generated statement refer to the table with an alias and some parts don't.</p>
<p dir="auto">A subq... | 1 |
<h4 dir="auto">Description</h4>
<p dir="auto">I think scoring of cross_val_score (also GridSearchCV and so on) is not good especially with cv={# of samples} (i.e. LeaveOneOut). In evaluating R2 or MAE values, mean of y is calculated with respect to each CV model in cross_val_score, but calculation of mean should be per... | <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from sklearn.datasets import make_regression
from sklearn.cross_validation import cross_val_score, LeaveOneOut
from sklearn.linear_model import Ridge
X, y, coef_ = make_regression(... | 1 |
<p dir="auto"><code class="notranslate">scipy.linalg.eigvalsh()</code> give a message</p>
<blockquote>
<p dir="auto">Intel MKL ERROR: Parameter 12 was incorrect on entry to ZHBRDB.</p>
</blockquote>
<p dir="auto">and return wrong eigenvalues. When the input matrix is a <strong>real Hermitian</strong> matrix or a <str... | <p dir="auto"><code class="notranslate">scipy.linalg.eigvalsh()</code> throws ValueError() for large matrices. The bug appears for arbitrary matrices.</p>
<p dir="auto">However, it also shows up in trivial examples, such as a large identity matrix, and large diagonal matrices with random coefficients in [0,1].</p>
<h3 ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.