text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">Steps to reproduce:</p> <ol dir="auto"> <li>right click on project folder in tree view, open or closed</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 0.211.0<br> <strong>System</strong>: Microsoft Windows 8.1 Pro<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p d...
<p dir="auto">I right-clicked on a folder in the tree view</p> <p dir="auto"><strong>Atom Version</strong>: 0.194.0<br> <strong>System</strong>: Windows 7 Entreprise<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: Cannot find module './context-menu'<br> Erro...
1
<p dir="auto"><strong>Update from bpasero:</strong><br> The main issue is that our glob patterns are folder based (e.g. exclude <code class="notranslate">**/node_modules</code>) and not file based (e.g. exclude <code class="notranslate">**/node_modules/**</code>). When we apply the patterns to in-memory editors and edi...
<p dir="auto">feature request: since the build system is kinda useless when build steps require multiple commands, being able to send commands to the integrated terminal from script.</p> <p dir="auto">my personal reason for this is that for skyrim modding, its a multiple step build system which requires the editor bein...
0
<h4 dir="auto">Problems with :</h4> <ul dir="auto"> <li>Create a JavaScript Slot Machine</li> <li>Bring your JavaScript Slot Machine to Life</li> <li>Give your JavaScript Slot Machine some Stylish Images</li> </ul> <h4 dir="auto">Issue Description</h4> <p dir="auto">Despite entering the code correctly and as illustra...
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/en/challenges/basic-javascript/create-a-javascript-slot-machine" rel="nofollow">create-a-javascript-slot-machine</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Ch...
1
<p dir="auto">As an user, when completing challenges in a non-english language and running into a challenge that does not have an active translation, I want a notification explaining that translation is being worked on, and the current one is missing. And invitation to contribute with it, perhaps?</p> <p dir="auto">Sai...
<p dir="auto">cc/ <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/QuincyLarson/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/QuincyLarson">@QuincyLarson</a></p>
1
<h4 dir="auto">Challenge Name</h4> <p dir="auto">All of them.</p> <h4 dir="auto">Issue Description</h4> <p dir="auto">Whenever I start a new challenge and try to place my curser in the code to start editing it, my curser won't go to or move to where I need it to go. I can place my curser somewhere near where I need i...
<h4 dir="auto">Challenge Name</h4> <p dir="auto"><a href="https://www.freecodecamp.com/challenges/style-text-inputs-as-form-controls" rel="nofollow">https://www.freecodecamp.com/challenges/style-text-inputs-as-form-controls</a><br> But its the same with all other challenges.</p> <h4 dir="auto">Issue Description</h4> ...
0
<h3 dir="auto">Reproducing code example:</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [1]: import numpy as np In [2]: import sys In [3]: sys.version Out[3]: '3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit...
<p dir="auto">Simple demo:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [1]: np.uint8(0) - np.uint8(1) RuntimeWarning: overflow encountered in ubyte_scalars Out[1]: 255 In [2]: np.uint8(0)[...] - np.uint8(1)[...] Out[2...
1
<p dir="auto">It'd be nice if <code class="notranslate">displaysize(tty)</code> after <code class="notranslate">close(tty)</code> can throw an exception rather than segfault. MWE:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content...
<p dir="auto">When redefining a variable containing an anonymous function with an anonymous function containing the variable itself, that reference is not expanded properly before the new assignment. Therefore, the new function (now bound to the variable) contains a reference to itself and not the old function.</p> <p ...
0
<p dir="auto">I have the following ES6 class</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class MyClass { constructor(){ this.myclassvar = 'abc'; } }"><pre class="notranslate"><span class="pl-k">class</span> <s...
<p dir="auto">Currently <code class="notranslate">import myClass from './myClass.ts';</code> transpile to <code class="notranslate">var myClass_ts_1 = require('./myClass.ts')'</code>.</p> <p dir="auto">Since <code class="notranslate">myClass.ts</code> is transpile to <code class="notranslate">myClass.js</code>, the tra...
0
<p dir="auto">It appears that <code class="notranslate">GC_Diff.allocd</code> can sometimes be negative after <code class="notranslate">GC_Diff()</code> is called. This causes a <code class="notranslate">DomainError</code> when <code class="notranslate">prettyprint_getunits()</code> (called from <code class="notranslat...
<p dir="auto">I believe the following was caused by a call to <code class="notranslate">@time</code>, but I haven't been able to narrow it down:</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="ERROR: LoadError: DomainError: lo...
1
<p dir="auto">Clicking "Restart and Update" from the release notes page or the Atom menu causes Atom to close and fail to restart. Moreover, upon restarting manually, Atom is not updated.</p> <p dir="auto">I have tried clearing the ~/.atom/storage directory, as suggested <a href="https://github.com/atom/atom/issues/569...
<p dir="auto">Using the Restart and Update button on the release notes view doesn't properly restart and update. Atom closes, but it never restarts. When launched again, it hasn't updated. Restart and update from the Atom Menu works fine.</p> <p dir="auto">2010 iMac, OSX 10.10.2</p>
1
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.0</li> <li>Operating System / Platform =&gt; ARM 64</li> <li>Compiler =&gt; GCC</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">I passed the input image with lena.jpg, got the following error.<br> error: (-215:Assertio...
<p dir="auto">Inside the function, outer quads might be added through function icvAddOuterQuad. However, icvAddOuterQuad doesn't check the bound of the allocated quads buffer when adding a new quad. The same bug has existed as early as opencv 2.4, as well as in 3.0.</p> <p dir="auto">I verified this bug with the follow...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=ttimbul" rel="nofollow">Thomas Timbul</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5199?redirect=false" rel="nofollow">SPR-5199</a></strong> and commented</p> <p dir="auto">For the sake of clarity/modularisation...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=dlux" rel="nofollow">Balázs Szabó</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-884?redirect=false" rel="nofollow">SPR-884</a></strong> and commented</p> <p dir="auto">When a proxy is created with the lookup-meth...
0
<p dir="auto">Following the example given in the documentation I am using <code class="notranslate">rv_continuous</code> to generate a custom pdf. The following code snippet works as expected in scipy v0.18.1 but exhibits a very large (~GB) memory consumption when run with scipy v0.19.0</p> <div class="highlight highli...
<p dir="auto">After updating Scipy to 0.19.0 I have experienced an increase in memory consumption which seems to be related to integrate.quad. The following code calculates some quadratures and checks the available RAM before and after:</p> <div class="highlight highlight-source-python notranslate position-relative ove...
1
<p dir="auto">--- FAIL: TestAddTwoFireEarly (10.15s)<br> delaying_queue_test.go:92: unexpected err: timed out waiting for the condition</p> <p dir="auto"><a href="https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/24164/kubernetes-pull-test-unit-integration/22236/build-log.txt" rel="nofollow">https://storag...
<p dir="auto"><a href="https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/26631/kubernetes-pull-test-unit-integration/28744/" rel="nofollow">https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/26631/kubernetes-pull-test-unit-integration/28744/</a></p> <p dir="a...
1
<h4 dir="auto">Challenge Name</h4> <p dir="auto"><a href="http://beta.freecodecamp.com/en/map" rel="nofollow">http://beta.freecodecamp.com/en/map</a></p> <h4 dir="auto">Issue Description</h4> <p dir="auto">I have noticed that each time I move onto a new challenge the old code still displays on the iPhone screen even ...
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/warn-your-users-of-a-dangerous-action" rel="nofollow">Warn your Users of a Dangerous Action</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrom...
0
<p dir="auto">When hitting various breakpoints in a complicated program, it might be helpful for the stack frame area of the debug viewlet to highlight / animate in a tasteful fashion the stack frame delta.</p> <p dir="auto">e.g.</p> <p dir="auto">Before stack<br> fileA:35<br> fileB:40<br> fileC:50</p> <p dir="auto">-&...
<p dir="auto">In the <code class="notranslate">tasks.json</code> configuration file, you can specify a task to be defined as a watch task by stating <code class="notranslate">isWatching: true</code>. I don't believe I see any benefit to explicitly stating that a task is a watch task.</p> <p dir="auto">What I believe w...
0
<p dir="auto">I'm since one year in programming, but never seen an issue this, no matter how many times I updated angular cli, uninstalled node, but the issue is still there, the only difference it make that the error or issue change it's names.</p> <p dir="auto">I'm trying to run ng new to create a project since 2, 3...
<h3 dir="auto">*Updated* as of 01/15/2021</h3> <p dir="auto"><strong>Note: Please read <a href="https://github.com/npm/cli/wiki/%22cb()-never-called%3F-Exit-handler-never-called%3F-I'm-having-the-same-problem!%22">this doc</a> before filing a new issue.</strong></p>
1
<p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="46428546" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/8596" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/8596/hovercard" href="https://git...
<p dir="auto"><a href="http://stackoverflow.com/questions/22044766/adding-row-to-pandas-dataframe-changes-dtype/22045011#22045011" rel="nofollow">http://stackoverflow.com/questions/22044766/adding-row-to-pandas-dataframe-changes-dtype/22045011#22045011</a></p> <p dir="auto">A bit non-trival (maybe coerce back after) if...
1
<h4 dir="auto">Description</h4> <p dir="auto">I thinks default value of n_clusters is not always 2, as passing the same data points will be clustered as two different clusters which is not possible practically:</p> <h4 dir="auto">Steps/Code to Reproduce</h4> <p dir="auto">Example:</p> <blockquote> <blockquote> <blockq...
<h3 dir="auto">Describe the issue linked to the documentation</h3> <p dir="auto">There are two <code class="notranslate">and</code> in the description of <code class="notranslate">sklearn.metrics.log_loss</code> function, <a href="https://github.com/scikit-learn/scikit-learn/blob/2beed55847ee70d363bdbfe14ee4401438fba05...
0
<p dir="auto">I'm developing an app and want to dynamically load content into my application. I am using flux, so there is a fairly defined pipeline for getting and managing data.</p> <p dir="auto">What I want is to do something like this:</p> <div class="highlight highlight-source-js notranslate position-relative ove...
<hr> <h2 dir="auto">Note from maintainers:</h2> <p dir="auto">We know this is an issue and we know exactly what set of problem can be solved. We want this too but it is a <em>hard problem</em> with our current architecture. Additional comments expressing desire for this feature are not helpful. Feel free to subscribe t...
1
<blockquote> <p dir="auto">Font rendering looks non-native. In particular, on non-retina displays with subpixel font rendering enabled, it looks like your fonts are using a different rendering engine (Freetype?) and at least are not using subpixel antialiasing. It looks janky. I suppose you don't notice on a retina dis...
<p dir="auto">I install many versions, when I try the version more than 0.187.0 ,it can't display chinese normal. I have read former Issues, many people say I can't try to change the font-family , but it doesn't work.</p>
0
<p dir="auto">I want to go through Tensorflow's CUDA kernels and optimize them. It seems like all the CUDA kernels are defined in <code class="notranslate">tensorflow/core/kernels</code> and <code class="notranslate">tensorflow/contrib</code> with some helper functions in <code class="notranslate">tensorflow/core/util<...
<p dir="auto">I want to go through Tensorflow's CUDA kernels and optimize them. It seems like all the CUDA kernels are defined in <code class="notranslate">tensorflow/core/kernels</code> and <code class="notranslate">tensorflow/contrib</code> with some helper functions in <code class="notranslate">tensorflow/core/util...
1
<p dir="auto">I may be totally off on this, but I wanted to point it out...</p> <p dir="auto">I noticed that on the "Customize" page, you can set the @screen-sm-min, @screen-md-min, @screen-lg-min variables, as well as the @container-sm, @container-md and @container-lg variables. But after compiling it, I still seem to...
<p dir="auto">When customizing bootstrap (e.g. <a href="http://getbootstrap.com/customize/?id=7880081" rel="nofollow">http://getbootstrap.com/customize/?id=7880081</a>) and setting<br> @screen-md-min = 1280px<br> @screen-lg-min = 1900px<br> @container-md = ((1220px + @grid-gutter-width))<br> @container-lg = ((1860px + ...
1
<p dir="auto"><strong>System information</strong>.</p> <ul dir="auto"> <li>Have I written custom code (as opposed to using a stock example script provided in Keras): No</li> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Win10</li> <li>TensorFlow installed from (source or binary): Anaconda</li> <li>T...
<p dir="auto"><strong>System information</strong>.</p> <ul dir="auto"> <li>Have I written custom code (as opposed to using a stock example script provided in Keras: no</li> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.04</li> <li>TensorFlow installed from (source or binary): binary</li> <li>Te...
0
<p dir="auto">ref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="114165539" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/16560" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/16560/hovercard" href="h...
<p dir="auto">Background: Client proposal in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="111705231" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/15730" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernet...
1
<p dir="auto">I'm running into huge build time issues with webpack. We're using a combination of TypeScript, CoffeeScript, and SCSS. I've tried poking around with disabling source maps and other stuff but it seems like the core issue is that the compilers for these languages are just slow. If I understand correctly, al...
<p dir="auto">The current watch mode for webpack is fairly good at caching load results and general workload between file changes as long as you keep the same webpack process running. The initial build for some projects, on the other hand, can be on the order of more than a minute. This can make the build process very ...
1
<p dir="auto">A example.</p> <p dir="auto">In my computer output.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="4.814477205276489 0.03499555587768555"><pre class="notranslate"><code class="notranslate">4.814477205276489 0.03499555587768555 </...
<p dir="auto">I just started learning PyTorch, but it is puzzling that neither Pycharm nor VS Code can automatically complete the code for some functions, such as torch.empty(), torch.zeros(), etc.<br> Can you give me some advice?<br> Thanks~ o(<em> ̄︶ ̄</em>)o</p>
0
<p dir="auto">Currently, if I close the editor and open it again, I have to go through the same steps to open the project again. Why not to remember the previously opened project and open it automatically once the user starts the editor?</p>
<p dir="auto">A feature I love about ST2 and iA Writer, which I'm missing in Atom, is when you quit the app with open windows (including unsaved documents), they all appear again when you reopen.</p> <p dir="auto">This has saved me countless times in my workflow to handle having to do a system restart for software upda...
1
<p dir="auto">relevant snippet:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- name: grab benchmark results fetch: src={{ result.test_archive }} dest=&quot;{{ staging_dir }}/{{ ansible_hostname }}/&quot; flat=yes TASK: [grab benchmark re...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ec2_vpc_igw</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.1.0 confi...
0
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p> <p dir="auto">Feature.</p> <p dir="auto"><strong>If this is a feature request, what is motivation or use case for changing the behavior?</strong></p> <p dir="auto">webpack-cli does a lot of neat things, but it's huge,...
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong><br> Currently have 42 line of codes in a utils.js file which will be used in another Module Federation.</p> <p dir="auto"><strong>Federate Module 1</strong></p> <p dir="auto">delta.js // with 22 line of codes</p> <div class=...
0
<p dir="auto">It works, but when i run it again it fails.<br> Some sort of state / data race condition i think.<br> Kind of worrying...</p> <p dir="auto">Env:<br> OSX Sierra.<br> Flutter was installed with the git clone command.<br> Wow i am on alpha. Is this why its flaky ?</p> <div class="snippet-clipboard-content no...
0
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">Some colorbar labels are printed twice when I use a colorbar with LogNorm and small ranges of numbers after setting the ticks manually with set_ticks().</p> <p dir="auto">See figure below: By setting the minor_thresholds to some...
<p dir="auto">Travis has been failing a lot lately, and I'm pretty sure the reason is baseline image reuse + parallel tests. I believe pytest parallelizes across extension and baseline image, so when a test writes to the same baseline more than once, there's a high possibility that one figure will be saved on top of an...
0
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-serial/1619/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-serial/1619/</a></p> <p dir="auto">Failed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource...
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/10735/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/10735/</a></p> <p dir="auto">Multiple broken tests:</p> <p dir="auto">Failed: [k8s.io] Kubectl client [k8s...
1
<p dir="auto"><strong>Apache Airflow version</strong>: 1.10.15</p> <p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>):</p> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>OS</strong> (e.g. from /etc/os-releas...
<p dir="auto"><strong>Apache Airflow version</strong>: 2.0.1</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><strong>Cloud provider or hardware configur...
1
<p dir="auto"><a href="http://stackoverflow.com/questions/38530831/webpack-vendor-chunk-changing-every-time" rel="nofollow">http://stackoverflow.com/questions/38530831/webpack-vendor-chunk-changing-every-time</a></p> <p dir="auto"><strong>Webpack version:</strong><br> "^1.13.1"</p> <p dir="auto"><strong>Please tell us ...
<p dir="auto">I'm trying to split my vendor code from my app code and got it all working. However, every time I change some code in my app and create a new build, the vendor file gets a new chunkhash and thus is downloaded by the clients again. The contents are exactly the same though.</p> <p dir="auto">Here is a fully...
1
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/clone-an-element-using-jquery" rel="nofollow">Clone an Element Using jQuery</a> has an issue.<br> User Agent is: <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 S...
<p dir="auto">Spanish language translation for PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="164689007" data-permission-text="Title is private" data-url="https://github.com/freeCodeCamp/freeCodeCamp/issues/9647" data-hovercard-type="pull_request" data-hovercard-url="/freeCodeCam...
0
<h3 dir="auto">Describe the bug</h3> <p dir="auto">I am unable to use big integer columns with <code class="notranslate">tuple_</code> when querying the DB.</p> <h3 dir="auto">To Reproduce</h3> <p dir="auto">The following code is a minimal example:</p> <div class="highlight highlight-source-python notranslate position...
<p dir="auto"><strong>Migrated issue, originally created by Henrique Alves (<a href="https://github.com/hcarvalhoalves">@hcarvalhoalves</a>)</strong></p> <p dir="auto">I'm trying to do something that, in principle, should be simple: inject a expression-based column into an ORM-based Query. I've tried this:</p> <div cla...
0
<p dir="auto">by <strong>rounin.urashima</strong>:</p> <pre class="notranslate">./hello displays Illegal instruction using hg update default on ARM CPU based CISCO Linksys NSLU2 Before filing a bug, please check whether it has been fixed since the latest release. Search the issue tracker and check that you're running ...
<pre class="notranslate">Enabling cpu profiling on a go program running on arm produces warnings from the runtime. alarm(~/internet) % crawl -a 202 -b 114 -c 206 -d 221 2013/08/02 04:00:05 profile: cpu profiling enabled, /tmp/profile167829215/cpu.pprof runtime: unexpected return pc for runtime.parfordo called from 0x...
0
<p dir="auto">VSCode support extension, that's good. but i found extension will not auto update. nor auto check update , nor notify us to update.</p> <p dir="auto">So i suggest can you please improve extension update?</p> <ol dir="auto"> <li>Auto check update</li> <li>Notify user to update or not</li> <li>User can sett...
<p dir="auto">Such as <a href="https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/browser/parts/editor/editorStatus.ts#L910"><code class="notranslate">IEncodingSupport::setEncoding</code></a> , i want to code an extension for detect file's encoding. now detect encoding successed, but i don't known how to ...
0
<p dir="auto">How do we add additional responses (e.g. 401, 403, 500, etc..) to the documentation other than the default 200 response and the 422 validation error response?</p>
<h3 dir="auto">First check</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I used the GitHub search to find a similar issue and didn't find it.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" cl...
0
<h1 dir="auto">Multiple FancyZones</h1> <p dir="auto">Hi all,</p> <p dir="auto">I would like to have the possibility to activate a whole different layout by holding another set of keys. Example: 1) holding Shift key while dragging a Template previously attributed to that command would appear; 2) holding Ctrl + Shift k...
<ul dir="auto"> <li>User defined, meaning that the user can actually customize the hotkeys to there own liking</li> <li>not Microsoft Predefined hotkeys, that cant be changed (microsoft is bad at this)</li> </ul> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercon...
1
<h3 dir="auto">Problem description</h3> <p dir="auto">When we display a list of MenuItems, hovering the mouse results in whatever the mouse landing on being highlighted. From that state, keyboard controls (assuming the list is receiving them) change what is selected, and therefore the highlighting, but the hover highl...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
0
<p dir="auto">In UI<br> <a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/72373858/238871572-c3b3b6ff-56c5-43d3-9161-5ab927761554.png"><img src="https://user-images.githubusercontent.com/72373858/238871572-c3b3b6ff-56c5-43d3-9161-5ab927761554.png" alt="obraz" style="max-width:...
<p dir="auto">Running playwright test with a test that have a dependency. For example the below snippet will run the <code class="notranslate">setup</code> dependency when running <code class="notranslate">npx playwright test</code>. In UI mode I would reasonably expect the same - in that when running a test that has a...
1
<p dir="auto">I am pretty sure this is not a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="391937613" data-permission-text="Title is private" data-url="https://github.com/google/jax/issues/132" data-hovercard-type="issue" data-hovercard-url="/google/jax/issues/132/hove...
<p dir="auto">Please:</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate issues.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Provi...
0
<p dir="auto"><strong>Apache Airflow version</strong>:<br> 1.10.9</p> <p dir="auto"><strong>Environment</strong>:<br> Google Cloud Compute Instance</p> <ul dir="auto"> <li><strong>OS</strong> (e.g. from /etc/os-release):<br> Red Hat Enterprise Linux Server<br> Version 7.7</li> <li><strong>Kernel</strong> (e.g. <code cl...
<p dir="auto">I am using an AWS ec2 instance and installed apache-airflow there. Following steps, I am doing in that instance,</p> <ol dir="auto"> <li>After initiating airflow with 'airflow initdb', I created a user with <strong>Admin</strong> role using 'airflow create_user' option and in airflow.cfg changed rbac = T...
1
<h2 dir="auto">Code</h2> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn foo1(x: &amp;str) { println!(&quot;foo1({})&quot;, x); } fn foo2(x: &amp;str) { println!(&quot;foo2({})&quot;, x); } macro_rules! wtf { ...
<p dir="auto">With the exception of metavariables with <code class="notranslate">ident</code> and <code class="notranslate">tt</code> fragment specifiers, a macro that passes a metavariable into another macro which contains the raw tokens specified by that metavariable in the matcher will throw a <code class="notransla...
1
<p dir="auto">I also think is a pain-in-the-ass to have to manually click on "Only in selection".</p> <p dir="auto">NetBeans handles this quite good, if you had a selection before searching it will automatically activate that for you.</p>
<p dir="auto">Hello, i try change keybind for ctrl-alt-f and dont work. I using windows7 and latest version of Atom.</p> <p dir="auto">'atom-workspace atom-text-editor:not([mini])':<br> 'ctrl-alt-f: 'editor:fold-selection'<br> i changed to<br> 'atom-workspace atom-text-editor:not([mini])':<br> 'ctrl-alt-1: 'editor:fold...
0
<p dir="auto">According to <a href="https://github.com/plnice/can-i-drop-jetifier">https://github.com/plnice/can-i-drop-jetifier</a>, Glide still references support libs and Jetifier cannot be turned off.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-...
<div class="highlight highlight-source-ruby notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class com.bumptech.glide.load.engine.GlideException: Failed to load resource 11-27 19:24:00.443 5411-5411/com.pic*****:******* E/Glide: class com.bumptech.glide.load.engine.GlideExcep...
0
<p dir="auto">I am trying to build the celery docker container as mentioned in the docs to setup the dev environment. But docker build fails with below error,</p> <p dir="auto"><strong>Command:</strong> docker-compose build celery<br> <strong>docker_Version:</strong> Docker version 19.03.2, build 6a30dfc<br> <strong>d...
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the relevant section in the<br> <a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contrib...
0
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes</li> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 18.04</li> <li>TensorFlow installed from (source or binary): binary...
<p dir="auto">This is a little difficult to explain, and I'm guessing someone has to have run into it before, but it would be nice to at least get an explanation for what's going on here.</p> <p dir="auto">The issue I'm finding is that when you specify a <code class="notranslate">model_dir</code> argument for any tflea...
0
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/flipside/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/flipside">@flipside</a>: 'I don't use the data browser graph view as much as I'd like to becau...
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/peterneubauer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/peterneubauer">@peterneubauer</a>: ''</p>
1
<h2 dir="auto">Bug Report</h2> <p dir="auto"><strong>For English only</strong>, other languages will not accept.</p> <p dir="auto">Before report a bug, make sure you have:</p> <ul dir="auto"> <li>Searched open and closed <a href="https://github.com/apache/incubator-shardingsphere/issues">GitHub issues</a>.</li> <li>Rea...
<p dir="auto">Bug Report<br> For English only, other languages will not accept.</p> <p dir="auto">Before report a bug, make sure you have:</p> <p dir="auto">Searched open and closed GitHub issues.<br> Read documentation: ShardingSphere Doc.<br> Please pay attention on issues you submitted, because we maybe need more de...
0
<p dir="auto">Sometimes you need to parse and modify URL yourself. There is parse_url function in PHP. But it returns all components as array. Rebuilding the URL from the array is a little bit cumbersome because you need lots of checks like here <a href="http://stackoverflow.com/questions/4354904/php-parse-url-reverse-...
<p dir="auto">Naïve list gathered with grep. Let's make using each of these usable, standalone, in a PSR-7 centric app, or just check if there is something to do, or decide to not do it.</p> <h2 dir="auto">May handle PSR-7:</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" dis...
1
<h1 dir="auto">What</h1> <p dir="auto">This is related to this <a href="https://github.com/npm/npm/issues/14528" data-hovercard-type="issue" data-hovercard-url="/npm/npm/issues/14528/hovercard">issue</a> about Upper Case/Lower Case environment variables and npm script.</p> <p dir="auto">I understand that due to node ca...
<p dir="auto">? Would you like to add Angular routing? Yes<br> ? Which stylesheet format would you like to use? CSS<br> CREATE myApp/angular.json (3033 bytes)<br> CREATE myApp/package.json (1068 bytes)<br> CREATE myApp/README.md (995 bytes)<br> CREATE myApp/tsconfig.json (783 bytes)<br> CREATE myApp/.editorconfig (274 ...
0
<p dir="auto">The change in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="282143936" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/13567" data-hovercard-type="pull_request" data-hovercard-url="/flutter/flutter/pull/13567/hovercard" href...
<p dir="auto">I'm not sure what was changed, but I suddenly couldn't run my app on Android devices. I've already tried <code class="notranslate">flutter clean</code>. Please see the console output below. Thanks!</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboar...
0
<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.10.0-11a2ae3a0d</p> <p dir="auto">Component stack: CommitFlamegraphAutoSizer@moz-extension://6d279fb6-5484-4bfe-af1b-7776429...
<p dir="auto">Describe what you were doing when the bug occurred:</p> <ol dir="auto"> <li>Go to profile tag</li> <li>Click to record</li> <li>After stop recording, click on any commits.</li> </ol> <hr> <h2 dir="auto">Please do not remove the text below this line</h2> <p dir="auto">DevTools version: 4.9.0-75726fadfd</p>...
1
<p dir="auto">Dear development team,</p> <p dir="auto">I'm using Glide to display product images in my app, e.g. on product detail page:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Glide.with( context ) .load( url ) .thumb...
<p dir="auto"><strong>Glide Version</strong>:4.2.0 and before</p> <p dir="auto"><strong>Integration libraries</strong>:OkHttp3</p> <p dir="auto"><strong>Device/Android Version</strong>:All</p> <p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:<br> 1.Clear App Cache from system setting<...
1
<p dir="auto">It seems that the <a href="https://github.com/numpy/numpy/blob/master/doc/release/1.9.0-notes.rst#the-diagonal-and-diag-functions-return-readonly-views">promised</a> change of <code class="notranslate">diag</code>/<code class="notranslate">diagonal</code> to return a writeable view was forgotten in 1.10 a...
<p dir="auto">The ndarray.diagonal method currently returns a view, but it is not writeable. It is documented to return a writeable view in 1.10.</p>
1
<p dir="auto">Hi,</p> <p dir="auto">I must say I'm new to typescript, but I try to use it with React and Redux.</p> <p dir="auto">I met the next case, here I'm trying to use the decorator <code class="notranslate">@connect</code> together with my component:</p> <div class="highlight highlight-source-js notranslate posi...
<p dir="auto">One of the best 2d physics engines available: <a href="https://github.com/josephg/Chipmunk-js">https://github.com/josephg/Chipmunk-js</a></p> <p dir="auto">Despite a low user base it has great potential and seems to be more up-to-date than the popular Box2dWeb.</p> <p dir="auto">TypeScript definitions wou...
0
<p dir="auto"><strong>Migrated issue, originally created by Aidan Kane (<a href="https://github.com/aidankane">@aidankane</a>)</strong></p> <p dir="auto">I'm seeing slightly surprising behaviour around loading options when an entity is already in the session identity_map. I've attached a self-contained test case so you...
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p> <p dir="auto">this patch begins to provide this behavior. However a lazyloader from an expired object emits a second unnecessary load (or an unnecessary join, depending on how you lo...
1
<p dir="auto">should raise when <code class="notranslate">orient='columns'</code> and index is non_unique<br> <code class="notranslate">orient='index'</code> and column is non_unique?</p> <p dir="auto">I'm trying out to_json and read_json on a data frame with 800k rows. However, after calling to_json on the file, read_...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2761597/25880143/a872d5e8-3503-11e7-90f0-2244a52845d4.png"><img width="939" alt="screen shot 2017-05-09 at 10 03 25 pm" src="https://cloud.githubusercontent.com/assets/2761597/25880143/a872d5e8-3503-11e7...
0
<p dir="auto">the "well" class is as close as I can find to a generic rounded corner container. However, that seems somewhat specialized to me. How do you feel about a more simplistic rounded corner box without the inner box shadow?</p>
<p dir="auto">Would you consider adding a component that is not a well, thumbnail, or modal, but something in between? Especially with Modal dropping the .hide class in v3 I see a great need. For example, take a look here on GitHub at the ReadMe box. It has similarities to a modal in that it has a heading and sits "abo...
1
<p dir="auto"><em>From @voxking on March 14, 2016 23:12</em></p> <ul dir="auto"> <li>VSCode Version: 0.10.10</li> <li>OS Version: Windows 10</li> </ul> <p dir="auto">Typescript says things are duplicate when i move a file around.<br> My guess is that the location of the file is not updated in the typescript service pro...
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">If the version number were in the sources, i could answer this. bower says it's 1.8.x</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-...
0
<p dir="auto">ES version: 1.4.4.<br> One of our clients is running ES in a virtual server (OVH VPS).<br> From what I understand, ElasticSearch stopped working after one hour with the following error.<br> This error was repeated a couple of times at the end of the log file, then the whole VM crashed.</p> <div class="sni...
<p dir="auto">When I create multiple documents which have the same output value in the completion field, a suggest completion request only retrieves one object.<br> I guess it is a feature, however, once we may set different payloads to those documents, it would make sense to retrieve multiple suggestions with the same...
0
<p dir="auto">Hello ,</p> <p dir="auto">I've got a problem ... my files in PHP are not coloring ... it always happens that involves files in PHP ... any solution? My Atom is in Patch 0.201.0</p> <p dir="auto">Thank you !!</p> <p dir="auto">Waiting for answers !</p>
<p dir="auto">I <del>am</del> was using Elementary OS and version 0.107.0, and when I write PHP and this happens:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/6370419/3374663/022c136c-fbc1-11e3-8108-f2331315bf33.png"><img src="https://cloud.githubusercontent...
1
<p dir="auto">When some libraries get ahold of a Promise, they don't always add an <code class="notranslate">onFulfilled</code> handler, and they don't always add an <code class="notranslate">onRejected</code> handler using <code class="notranslate">.catch()</code>. Sometimes it looks like this:</p> <p dir="auto"><code...
<p dir="auto">example of styled-jsx-postcss broken after commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/vercel/next.js/commit/559c25253ea4a50fbc04ef37f466d9e9b616512a/hovercard" href="https://github.com/vercel/next.js/commit/559c25253ea4a50fbc04ef37f466d9e9b616512a"><t...
0
<ul dir="auto"> <li>[ x] 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="auto">Expected Behavior</h2> <p dir="auto">A page's <code class="notranslate">getInitialProps</code> should only be calle...
<h1 dir="auto">Bug report</h1> <p dir="auto">[ event ] build page: /<br> [ wait ] compiling ...<br> [ event ] build page: /about<br> [ ready ] compiled successfully - ready on <a href="http://localhost:3000" rel="nofollow">http://localhost:3000</a><br> [ event ] disposing inactive page(s): /next/dist/pages/_error<br> ...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><input type="c...
0
<h3 dir="auto">Bug report</h3> <p dir="auto">It seems matplotlib's 3d plot components is not rendering things right. The lines are disappearing at the top of surface plot.</p> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class="highlight highlight-source...
<p dir="auto">This is the underlying problem raised in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="6572843" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/1178" data-hovercard-type="pull_request" data-hovercard-url="/matplotlib/m...
1
<p dir="auto">Adding <code class="notranslate">search_after</code> option to the search api will allow better deep pagination support for search request that don't use the scroll api.</p> <p dir="auto">The <code class="notranslate">search_after</code> option should be used to hold the last seen sort value for each sear...
<p dir="auto">The settings are as follows:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" &quot;products_v2&quot;: { &quot;settings&quot;: { &quot;index&quot;: { &quot;creation_date&quot;: &quot;1475684313640&quot...
0
<p dir="auto">Spun off from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="157049204" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/6895" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/6895/hovercard" href="https:/...
<p dir="auto">I would like to propose a feature to be implemented in react based on this library <a href="https://github.com/myckhel/react-use-component">https://github.com/myckhel/react-use-component</a></p> <p dir="auto">The <code class="notranslate">react-use-component</code> was created to limit the use of memoised...
0
<pre class="notranslate">misc/cgo/test fails after this change <a href="https://golang.org/cl/7304104/" rel="nofollow">https://golang.org/cl/7304104/</a> test crashes sometimes. Perhaps, this will help you: (gdb) disas Dump of assembler code for function runtime.usleep: 0x00416680 &lt;+0&gt;: mov %fs:0x14,...
<pre class="notranslate">What steps will reproduce the problem? 1. When moving code from file A to file B, I copy file A's imports as well. 2. Run gofmt, which sorts the imports. 3. Compile the code, which detects unused imports, which I can remove. 4. I still need to remove duplicate unnamed imports manually. What is...
0
<p dir="auto">The class <a href="https://docs.flutter.io/flutter/widgets/AnimatedBuilder-class.html" rel="nofollow"><code class="notranslate">AnimatedBuilder</code></a> should have its name replaced. As it is not related to animation in reality.</p> <p dir="auto">For example, the following is possible :</p> <div class=...
<p dir="auto">hi, i have met the problem when i run the lib/main.dart, the below is crash log</p> <p dir="auto">Flutter crash report; please file at <a href="https://github.com/flutter/flutter/issues">https://github.com/flutter/flutter/issues</a>.</p> <h2 dir="auto">command</h2> <p dir="auto">flutter run</p> <h2 dir="a...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">import_role</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.4.2.0"><pre c...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ansible-inventory</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="2.4.1.0-2.4.3.0">...
0
<p dir="auto">Maybe I am overlooking something, but <code class="notranslate">useMount</code> and <code class="notranslate">useUpdate</code> seem to be useful.</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// Ignore didMount. B...
<p dir="auto"><a href="https://github.com/facebook/react/blob/v17.0.2/packages/react/package.json#L7">version</a><br> React version:</p> <p dir="auto">why react version in tag v17.0.2 is 17.0.0, Which commit is the source code of version 17.0.2 react</p> <h2 dir="auto">Steps To Reproduce</h2> <ol dir="auto"> <li></li> ...
0
<p dir="auto">Hi all,<br> Maybe this is not the right place to ask for hints but is the place that I know ;)</p> <p dir="auto">In order to improve the efficiency of a python script, I am trying to convert a script based on a lot of "for loop" operations on a points cloud thanks to Numpy to speed up the process.</p> <p ...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/2171" rel="nofollow">http://projects.scipy.org/numpy/ticket/2171</a> on 2012-06-19 by trac user edcjones, assigned to unknown.</em></p> <p dir="auto">I use up-to-date Debian testing (wheezy) linux, amd64 architecture. I have installed pa...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ismaelvc@toybox ~/D/julia (master)&gt; julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: http://docs.julialang.org _ ...
<p dir="auto">With fish as my default shell, I get the below error. Presumably that is because in Fish, (x) is like $x in bash and not a grouping operator.</p> <p dir="auto">julia&gt; ;ls<br> fish: Illegal command name '(ls)'<br> Standard input: (ls) &amp;&amp; true<br> ^<br> ERROR: failed process: Process(<code class=...
1
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">ansible 1.4.3</p> <h5 dir="auto">Environment:</h5> <p dir="auto">RHEL 6.5 from RHEL 6.5; bug appears to be generic though.</p> <h5 dir="auto">Summary:</h5> <p dir="auto">The hack at <a href="https://github.co...
<p dir="auto">This is regarding the discussion at <a href="https://groups.google.com/forum/#!topic/ansible-project/89nAO_ncAs0" rel="nofollow">https://groups.google.com/forum/#!topic/ansible-project/89nAO_ncAs0</a></p> <p dir="auto">The idea is to be able to add a prefix to apt and yum so that the following would work:...
1
<p dir="auto"><a href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/get_started/os_setup.md">https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/get_started/os_setup.md</a></p> <p dir="auto">The above link is broken. Loading leads to a 404 error.</p>
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow):Yes</li> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Win 10</li> <li>TensorFlow installed from (source or binary):binary</li> <li>Tenso...
0
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run &quot;ver&quot; at a command prompt] Microsoft Windows [Version 10.0.19041.329] PowerToys version: 0.19.0 PowerToy module for which you are r...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Version 10.0.20150.1000] PowerToys version: 19.0 PowerToy module for which you are reporting the bug (if applicable): FancyZones"><pre class="notr...
1
<p dir="auto">The RandomState_ctor function in numpy.random.<strong>init</strong> makes an call to construct a new RandomState object without an explicit seed. The unseeded call results in an access to /dev/urandom which is wildly expensive. Given that the purpose of this function to add in pickling, so that the inte...
<p dir="auto">I see the following warning when building the 1.22.0 docs:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="preparing documents... WARNING: unsupported theme option 'collapse_navigation' given"><pre class="notranslate"><code class=...
0
<p dir="auto">A subset of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="21049138" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/9875" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/9875/hovercard" href="https://gi...
<p dir="auto">This includes rust-lang.org, the tutorials, guides, manuals and API docs.</p> <p dir="auto">I think most of us value the spare style on our home page, so we want to preserve that general aesthetic, though not that specific design. We need something attractive and consistent across all of our pages, that c...
1
<p dir="auto">Would it make sense to define <code class="notranslate">Base.iterate(::Nothing) = nothing</code> ?</p> <p dir="auto">HTTP.jl has a generic interface that accepts anything iterable.<br> A user has reported <code class="notranslate">method matching iterate(::Nothing)</code> when they passed <code class="not...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; setdiff!([1, 2, nothing], nothing) ERROR: MethodError: no method matching start(::Nothing) Closest candidates are: start(::Core.SimpleVector) at essentials.jl:533 start(::Base.MethodList...
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="che...
<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="che...
0
<p dir="auto">I'm using scipy's Fisk distribution. The <a href="https://github.com/scipy/scipy/blob/v1.6.3/scipy/stats/_continuous_distns.py">documentation</a> says the pdf is:</p> <p dir="auto"><code class="notranslate">f(x, c) = c x^{-c-1} (1 + x^{-c})^{-2}</code>,</p> <p dir="auto">but it should be:</p> <p dir="auto...
<p dir="auto">In <code class="notranslate">_continuous_distns.py</code> [1] the method <code class="notranslate">burr_gen._pdf()</code> specifies the PDF of the Burr distribution, which is also used by the Fisk distribution (<code class="notranslate">fisk_gen._pdf()</code>).</p> <p dir="auto">The current PDF is <code c...
1
<p dir="auto">I am seeing frequent deadlocks when running tasks simplified to the below. (I purged out all the logging and a few database interactions to keep things clear.) Calling the task that calls everything else usually runs &lt;15 tasks before locking, and restarting the workers a few times eventually clears u...
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><inpu...
0
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1755" rel="nofollow">http://projects.scipy.org/scipy/ticket/1755</a> on 2012-10-26 by trac user jose, assigned to unknown.</em></p> <p dir="auto">I've isolated the problem to a single case. Here is the code:</p> <div class="snippet-clipbo...
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/783" rel="nofollow">http://projects.scipy.org/scipy/ticket/783</a> on 2008-11-06 by trac user mauger, assigned to unknown.</em></p> <p dir="auto">interpolate.bisplrep is causing a segfault when kx=3, ky=3, s=0 for reasonably smooth data. ...
1
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1354" rel="nofollow">http://projects.scipy.org/scipy/ticket/1354</a> on 2011-01-12 by trac user bubla, assigned to unknown.</em></p> <p dir="auto">Hello, as stated in the summary, something needs to be done with the Scipy FFT implementati...
<h2 dir="auto">Problem</h2> <p dir="auto"><code class="notranslate">_linprog.py</code> solves linear programming problems, originally via the simplex method. An implementation of the interior-point method was later added via <code class="notranslate">_linprog_ip.py</code> using the original <code class="notranslate">_l...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">apt module</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="12:40 $ ansible --version a...
<p dir="auto">Closing as duplicate of 8736</p>
0
<p dir="auto"><strong>Elasticsearch version</strong>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# elasticsearch --version Version: 2.3.4, Build: e455fd0/2016-06-30T11:24:31Z, JVM: 1.8.0_91"><pre class="notranslate"><code class="notranslat...
<p dir="auto">With <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="194577362" data-permission-text="Title is private" data-url="https://github.com/elastic/elasticsearch/issues/22073" data-hovercard-type="pull_request" data-hovercard-url="/elastic/elasticsearch/pull/22073/hovercard" h...
0
<h3 dir="auto">Version</h3> <p dir="auto">Vue: 2.6.10<br> TS: 3.3.4000 and 3.4.5</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://github.com/octref/vue-prop-type-error">https://github.com/octref/vue-prop-type-error</a></p> <h3 dir="auto">Steps to reproduce</h3> <ul dir="auto"> <li><code class="n...
<h3 dir="auto">Version</h3> <p dir="auto">2.6.10</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://github.com/Patcher56/ts3.4.x-vuejs-issue">https://github.com/Patcher56/ts3.4.x-vuejs-issue</a></p> <h3 dir="auto">Steps to reproduce</h3> <ol dir="auto"> <li>create a new vue typescript project (wit...
1
<p dir="auto">Hello! any plans to make dockerize deno? If this is not done, I like to help.</p> <p dir="auto">Nathan Aw (Singapore)</p>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/hayd/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/hayd">@hayd</a> started a while <a href="https://github.com/hayd/deno-docker">https://github.com/h...
1
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">imshow is not displaying data accurately. Non existent values displayed in images, white spots as shown below. This issue was also occurring in 3.2.1.</p> <p dir="auto"><strong>Code for reproduction</strong></p> <div class="hi...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto"><code class="notranslate">imshow()</code> plots different results between versions 3.1.2 and 3.2.2 for masked numpy arrays. The latest version is missing pixels that were plotted in the older version.</p> <p dir="auto"><strong>C...
1
<p dir="auto">[Enter steps to reproduce below:]</p> <ol dir="auto"> <li>Selected text</li> <li>Right clicked it</li> </ol> <p dir="auto"><strong>Atom Version</strong>: 1.0.0<br> <strong>System</strong>: Microsoft Windows 8.1<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">U...
<p dir="auto">I right-clicked on a folder in the tree view</p> <p dir="auto"><strong>Atom Version</strong>: 0.194.0<br> <strong>System</strong>: Windows 7 Entreprise<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: Cannot find module './context-menu'<br> Erro...
1
<p dir="auto">Since 2.1.0, Button dropdown menu items cannot be clicked/selected on iPhone (Unable to test on other touch devices to confirm). The dropdown menu closes as soon as you try to click an item from the dropdown.</p> <p dir="auto">This issue is repeatable on the Bootstrap Sample Page: <a href="http://twitter....
<p dir="auto">Right now, you need one of the Javascript plugins for the links to be disabled completely, otherwise if you just have a hash, it will take you to the top of the page. An easy way to fix this is to allow a <span> tag for disabled "links" with the same properties as anchors within .pagination so it doesn't ...
0
<p dir="auto">React version: latest</p> <h2 dir="auto">Steps To Reproduce</h2> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function App() { return &lt;h1 onClick={console.log}&gt;h1&lt;/h1&gt;; // console.log is replaced by &...
<h3 dir="auto">Which website or app were you using when the bug happened?</h3> <p dir="auto">Please provide a link to the URL of the website (if it is public), a CodeSandbox (<a href="https://codesandbox.io/s/new" rel="nofollow">https://codesandbox.io/s/new</a>) example that reproduces the bug, or a project on GitHub t...
0
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/949380/13030590/73fad894-d265-11e5-97bd-36f2db4481a9.gif"><img src="https://cloud.githubusercontent.com/assets/949380/13030590/73fad894-d265-11e5-97bd-36f2db4481a9.gif" alt="shift-tab" data-animated-imag...
<p dir="auto">I wanted to indent multiple lines at once but it failed. This is how it looks like when I select some lines and press <kbd>Tab</kbd>. Sometimes it works though, like when creating an untitled file in split screen.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud....
1
<h3 dir="auto">System information</h3> <ul dir="auto"> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>:<br> Ubuntu 16.04 (ppc64le)</li> <li><strong>TensorFlow installed from (source or binary)</strong>:<br> Installed from source (v1.0.1)</li> <li><strong>TensorFlow version (use command belo...
<p dir="auto">###Environment info:<br> Operating System: Ubuntu 16.04 (ppc64le)</p> <p dir="auto">###Installed version of CUDA and cuDNN: cuda &amp; OpenCL disabled and all other features enabled</p> <p dir="auto">###Build and test INFO<br> Built TF (version 1.0.1) successfully on Ubuntu 16.04 and RHEL 7.3.<br> Now I a...
1
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">Following <a href="https://flutter.io/getting-started/" rel="nofollow">getting-started</a>, created myapp with command <em>flutter create myapp</em> then hit flutter run. Probably same as issue <a class="issue-link js-issue-link" data-error-text="Failed to load title...
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">On the iOS simulator...</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="flutter create new-project cd new-project/ flutter run"><pre class="notranslate"><code class="notranslate">flutter crea...
1
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn foo(a: int, a: bool) { println(fmt!(&quot;%?&quot;, a)); } fn main() { foo(42, false); }"><pre class="notranslate"><span class="pl-k">fn</span> <span class="pl-en">foo</spa...
<p dir="auto">The librustc binary contains 657 string constants containing "bounds check". There is opportunity for reduction here.</p>
0