text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">Displaying Google Maps inside a Bootstrap layout gives some problems.</p>
<p dir="auto">Check out the examples below.</p>
<p dir="auto"><a href="http://jsbin.com/evuduw/" rel="nofollow">http://jsbin.com/evuduw/</a> (master - bad)</p>
<p dir="auto"><a href="http://jsbin.com/evuduw/3" rel="nofollow">http://... | <p dir="auto">When a "bare bones" Google Map is embedded on a Bootstrap-styled page inside a grid row & span, the terrain drop-down menu gets pushed off the side of the map:</p>
<p dir="auto"><a href="http://imagebin.org/index.php?mode=image&id=174078" rel="nofollow">http://imagebin.org/index.php?mode=image&... | 1 |
<h1 dir="auto">Please, add an ability to take into account the Caps Lock key status when remapping shortcuts and maybe other keys which can be turned on and off.</h1>
<p dir="auto">The reason behind this is the following. Some laptops, for instance Surface Book, doesn't contain a numpad and any special key which turns ... | <p dir="auto">Dozens of us don't use Caps Lock at all during our normal workflow (dozens!), so it would be nice to be able to use it as an extra modifier when using the Remap Shortcuts functionality.<br>
This is already a thing in macOS world thanks to tools like Karabiner Elements or BetterTouchTool that allow yout to... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">Does tensorflow version r1.9 support Intel Xeon E5645 CPU?</p>
<p dir="auto">Thanks !<br>
Alan</p> | <p dir="auto">As announced in release notes, TensorFlow release binaries version 1.6 and higher are prebuilt with AVX instruction sets. This means on any CPU that do not have these instruction sets either CPU or GPU version of TF will fail to load with any of the following errors:</p>
<ul dir="auto">
<li><code class="n... | 1 |
<p dir="auto">On Julia master (so the conditional below evaluates as <code class="notranslate">true</code>).</p>
<p dir="auto">This works:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> module MyMod
"&q... | <p dir="auto">Noted during <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="239772670" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/22631" data-hovercard-type="pull_request" data-hovercard-url="/JuliaLang/julia/pull/22631/hovercard" href... | 1 |
<p dir="auto">Hi everyone,</p>
<p dir="auto">I found a wrong highlighting in for loop, please have a look below screenshot.<br>
This error can make all below lines go wrong syntax highlight too.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/5317... | <p dir="auto">Ported from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="94376232" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript-Sublime-Plugin/issues/285" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript-Sublime-Plugi... | 1 |
<p dir="auto">There are a few parts to this ticket:</p>
<p dir="auto"><strong>Functionality</strong><br>
There is this logic (</p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a href="https://github.com/elastic/elasticsearch/blob/c57951780e0132c50b723d78038ab7... | <p dir="auto">Shared 5 will not get assigned after an upgrade from 1.5.0 to 1.6.0.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[root@ls2-es-lb ~]# curl -XGET "http://localhost:9200/_cluster/state/routing_table,routing_nodes/logstash-cd... | 1 |
<p dir="auto">Currently, you'll get an unexplained</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error: unresolved modulename: std"><pre class="notranslate"><code class="notranslate">error: unresolved modulename: std
</code></pre></div>
<p di... | <p dir="auto">If you write something like <code class="notranslate">#debug["%u", 10]</code>, the type error (unsigned vs signed int) gets reported in <code class="notranslate">core.rs</code>, at the definition of <code class="notranslate">#debug</code>, rather than at the point of use. This is very confusing and makes... | 1 |
<p dir="auto">details here:<br>
<a href="https://groups.google.com/forum/#!topic/druid-user/K7YmcBJM6T4" rel="nofollow">https://groups.google.com/forum/#!topic/druid-user/K7YmcBJM6T4</a></p>
<p dir="auto">please help!</p> | <p dir="auto">all the tasks keep restarting with this error in the logs:<br>
I tried:</p>
<ul dir="auto">
<li>upgrading node from 0.12.1 to 0.12.2</li>
<li>spinning a whole new server and created a replica.<br>
Completely unrecoverable!</li>
</ul>
<div class="snippet-clipboard-content notranslate position-relative over... | 1 |
<p dir="auto">I just stumbled upon an illegal instruction while redefining a function called with splatting, under some peculiar conditions. Here is a minimal test case:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="b = 1
v ... | <p dir="auto">I found that sometimes function overwriting does not work right away. The method redefinition warning gets triggered, but the old function definition is used.<br>
Here is a minimal test case which shows the bug (the last call fails, but calling <code class="notranslate">f()</code> again then produces <cod... | 1 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Steps to reproduce the behavior:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-... | <h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<p dir="auto">I am not sure if this is reproducible for every environment, but I hit the following error when trying to set cuda device in processes. What is weir... | 0 |
<p dir="auto">While running an example from recommender system package for movielens data, the performance of multithreaded parallel version does not seem to scale well.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2932535/14580833/f10bfc04-03f... | <p dir="auto">I ran my <a href="https://github.com/ranjanan/MT-Workloads/blob/master/Logistic%20Regression/logreg.jl">Logistic Regression benchmark</a> for threads. Not sure if this is related to earlier issues or not, but I thought I'd post an issue anyway.<br>
Usually the output would be (on a version of master somet... | 1 |
<p dir="auto">This may sound weird but a deno.info api would be really helpful for me. (Exposing the output of the deno info command in some form without having to access the CLI.)</p>
<p dir="auto">My use case is having deno make requests for the module and all imported modules to the webserver it's also running (allo... | <p dir="auto">Currently "deno info <a href="https://deno.land/std/http/file_server.ts" rel="nofollow">https://deno.land/std/http/file_server.ts</a>" will display a dependency graph of the specified module. It would be nice to be able to access this information in a programmatic way.</p>
<div class="snippet-clipboard-co... | 1 |
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-delete-properties-from-a-javascript-object" rel="nofollow">Waypoint: Delete Properties from a JavaScript Object</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/... | <p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-delete-properties-from-a-javascript-object#?solution=var%20ourDog%20%3D%20%7B%0A%20%20%22name%22%3A%20%22Camper%22%2C%0A%20%20%22legs%22%3A%204%2C%0A%20%20%22tails%22%3A%201%2C%0A%20%20%22friends%22%3A%20%5B%22everything!%22%5D%2C%0A%20%20%22b... | 1 |
<p dir="auto">Here's my problem.</p>
<p dir="auto">Using react-router 1.0, i'm going to be re-rendering trees that are 90% the same. We use an external lib for an api that produces video mark up. Totally out of our hands. They modify the dom and that's how it has to be.</p>
<p dir="auto">My problem comes in that when t... | <p dir="auto">When writing a component that contains a set of large subtrees that stay relatively the same, but are simply moved around such that React's virtual DOM diffing can't detect the movement, React will end up recreating huge trees it should simply be moving.</p>
<p dir="auto">For example, pretend <code class=... | 1 |
<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.18362.175
Windows Terminal version (if applicable): 0.2.1831.0"><pre lang="none" class="notranslate"><code class="notranslate">Window... | <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.18362.295]
Windows Terminal version (if applicable): Version: 0.4.2382.0
Any other software?"><pre lang="none" cl... | 0 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
Bug</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
The DOM property <code class="notranslate">dateTime</code> isn't converted to its lowercase attribute counterpart <code class="notranslate">date... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<p dir="auto">Bug</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">ReactDOMServer generates camelCased markup for the <code class="notranslate">cellSpacing</code> and <code class="not... | 1 |
<p dir="auto">Failed: <a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-test/13512/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-test/13512/</a></p>
<p dir="auto">Run so broken it didn't make JUnit output!</p> | <p dir="auto">Failed: <a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-test/13477/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke-test/13477/</a></p>
<p dir="auto">Run so broken it didn't make JUnit output!</p> | 1 |
<p dir="auto">I went through <a href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tensorboard/README.md#my-tensorboard-isnt-showing-any-data-whats-wrong">this</a>:</p>
<ol dir="auto">
<li><code class="notranslate">tensorboard --logdir=output/trash --debug</code> showed the expected path</li>
<li><co... | <h3 dir="auto">Environment info</h3>
<p dir="auto">Operating System: Mac OS X<br>
Using virtualenv</p>
<p dir="auto">Installed version of CUDA and cuDNN: None<br>
(please attach the output of <code class="notranslate">ls -l /path/to/cuda/lib/libcud*</code>):</p>
<p dir="auto">If installed from binary pip package, provi... | 1 |
<p dir="auto">App Component template</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<tabs>
<tab-link>Chat notification component goes here</tab-link>
<tab>Chat display component goes in here<... | <p dir="auto">Previously discussed with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vsavkin/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vsavkin">@vsavkin</a> and <a class="user-mention notranslate" data-ho... | 1 |
<p dir="auto">This is on scipy 0.13.0:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from scipy.signal import lti
import matplotlib.pyplot as plt
for zeta in [0.99999, 1.00000, 1.00001]:
H = lti([1],[1,2*zeta,1])
t,y = H.step()
p... | <p dir="auto">A 6th order analog filter appears very distorted in scipy.signal.step compared to Octave:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="z = array([], dtype=float64)
p = array([-2.8576, -2.8576, -2.8576, -2.8576, -2.8576, -2.8576... | 1 |
<h1 dir="auto">Description of the new feature/enhancement</h1>
when typing "shift + insert",wsl should insert the content in clipboard into command line
<h1 dir="auto">Proposed technical implementation details (optional)</h1> | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ctrl+c for copy
ctrl+v for past"><pre class="notranslate"><code class="notranslate">ctrl+c for copy
ctrl+v for past
</code></pre></div>
<p dir="auto">why we can't use <code class="notranslate">ctrl+... | 0 |
<p dir="auto">Using your latest version, turns out webpack is producing broken JS code<br>
<a href="https://gist.githubusercontent.com/binarykitchen/a1899291fc3b470ba83cb9a245317775/raw/60de0910ca0a6bef87d96a202de8faa0ffb785ce/gistfile1.txt" rel="nofollow">https://gist.githubusercontent.com/binarykitchen/a1899291fc3b47... | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
React app doesn't load and throws this console error.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/23143990/46099049-a4cefe80-c17a-11e8-9317-65a1e5c923db.png">... | 0 |
<h4 dir="auto">Describe the bug</h4>
<p dir="auto">I observe a memory leak when I request a file and pipe to another request and I get the error "Request body larger than maxBodyLength limit"</p>
<h4 dir="auto">To Reproduce</h4>
<p dir="auto">To reproduce the problem, I request a file of 20MB and pipe to another reques... | <h4 dir="auto">Describe the bug</h4>
<p dir="auto">I observe a memory leak when I pipe two requests with a file and I get the error "Request body larger than maxBodyLength limit"</p>
<h4 dir="auto">To Reproduce</h4>
<p dir="auto">To reproduce the problem, I request a file of 20MB and pipe to another request.<br>
Bellow... | 1 |
<p dir="auto">tsc version 1.7.5<br>
target == es6</p>
<p dir="auto">Notice how the import of 'routes' changes to 'routes_1' in the compiled version (<em>var routes_1 = require('../common/routes');</em>), but the object literal for 'routes' (<em>react_router_1.match({ routes, location: req.url }</em>...) does not.</p>
<... | <p dir="auto">Using typescript@next (1.8.0-dev.20151109) and the following compilerOptions:</p>
<div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=""compilerOptions": {
"target": "ES6",
"modul... | 1 |
<p dir="auto">Proxy <code class="notranslate">CONNECT</code> support is required for https urls to work.</p>
<p dir="auto">When proxy support was added to Scrapy, urllib still didn't supported CONNECT, but that has been fixed now:<br>
<a href="http://bugs.python.org/issue1424152" rel="nofollow">http://bugs.python.org/i... | <p dir="auto">I have a spider that's throwing the following error when trying to crawl this URL.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> fetch('https://vconnections.org/resources')
2015-08-12 10:07:28 [sc... | 0 |
<p dir="auto">This is a feature request.</p>
<p dir="auto">I suggest that we can assign DOM <code class="notranslate">Node</code> to the member of <code class="notranslate">vm.$data</code> like following example.</p>
<p dir="auto">Template:</p>
<div class="highlight highlight-text-html-basic notranslate position-relati... | <p dir="auto">I've already mentioned it in issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="39429551" data-permission-text="Title is private" data-url="https://github.com/vuejs/vue/issues/384" data-hovercard-type="issue" data-hovercard-url="/vuejs/vue/issues/384/hovercard" href=... | 1 |
<p dir="auto">This is magical:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> (1:4) .+ (1:4)
2:2:8"><pre lang="juilia" class="notranslate"><code class="notranslate">julia> (1:4) .+ (1:4)
2:2:8
</code></pre></div>
<p dir="auto">I l... | <p dir="auto">Julia 1.0:</p>
<p dir="auto">I observed that when starting up Julia with the <code class="notranslate">--math-mode=fast</code> option, I get incorrect results for sinpi and cospi functions.</p>
<p dir="auto">With the default math mode:</p>
<div class="snippet-clipboard-content notranslate position-relativ... | 0 |
<h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">The ability to create a new tab with 'Run as a different user' option would be nice. I often need to run shells as different users.</p> | <h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">Add ability to open new tabs that run one (or more) custom command before the opening</p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1>
<p dir="auto">In the profile.json add add a new field, for example <code class=... | 0 |
<p dir="auto">Possibly related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="114612516" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/2751" data-hovercard-type="issue" data-hovercard-url="/babel/babel/issues/2751/hovercard" href="https:/... | 0 | |
<p dir="auto">Fancy Zones does not work on applications which have their own sub-windows ?</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.17763.1039]
PowerToys version: 0.14 - 0.15
PowerToy module for which you are reporting the bug (if applicable): Fa... | 1 |
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">If I use react hooks inside a page or component<br>
<code class="notranslate">import Comp from '../../comp</code><br>
in nextjs everything work fine, if I use react hooks inside a component in an external library<br>
<code class="notranslate">import { Comp } from 'my-c... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues?q=is%3Aissue">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<p dir="aut... | 0 |
<p dir="auto">When import external module, we should have a completion list for names of external modules.</p> | <p dir="auto">Hi,</p>
<p dir="auto">Visual Studio (2013 Ultimate) provides intellisense for the src attribute for script elements, by reading the file system and displaying available files or folders.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d806f3... | 1 |
<p dir="auto">On a fresh Julia 0.3 install on windows 8.1, I get this odd behaviour, where size(A) indicates that the 3rd and 4th dimensions are of size 0, when A is an array of dimension 3 or 4. This is illustrated below:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" di... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help(... | 1 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/10984/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/10984/</a></p>
<p dir="auto">Failed: [k8s.io] Job should fail a job {Kubernetes e2e suite}</p>
<div class=... | <p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/9800/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/9800/</a></p>
<p dir="auto">Failed: [k8s.io] Job should delete a job {Kubernetes e2e suite}</p>
<div class=... | 1 |
<p dir="auto">After the configuration is completed, there is basically no need to modify the configuration. This is a low-frequency operation. The tray icon has only one setting option, which is a waste of tray space. I hope to provide the option to hide the tray icon.</p> | <p dir="auto">Hello,</p>
<p dir="auto">could FancyZones have such possibility to alt-tab over windows snapped to the same zone?</p>
<p dir="auto">Let's say I have 3 zones on my monitor and for example each zone has three different applications snapped into it. Could for example shortcut alt+tab+1 switch just between ap... | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Hi there! I'd love the ability to fuzzy search for Control Panel tasks like I can in the Start Menu. For instance, if I search for "partition", I see <strong>Create and format hard disk partitions</strong> which takes me to <strong>Disk Managemen... | <p dir="auto">Sometimes the usual way of pasting from clipboard doesn't work (I'm looking at you, vSphere client..).<br>
A perfect addon would be to paste Clipboard content as keystrokes with a special keyboard shortcut - CTRL+SHIFT+V for example.</p> | 0 |
<pre class="notranslate">GOARCH=386
$ hg identify
b950f00ad6f1 tip
changeset: 7774:b950f00ad6f1
tag: tip
user: Russ Cox <rsc@golang.org>
date: Tue Mar 15 22:33:57 2011 -0400
summary: gofix: procattr
unexpected fault address 0xb8002000
throw: fault
[signal 0xb code=0x1 addr=0xb8002... | <pre class="notranslate">[as mentioned by manveru in #golang-nuts]
Run the following piece of code through gofmt.
The text inside the comment is indented.
Run that text through gofmt again.
The text inside the comment is indented one more time.
At the least, gofmt should be idempotent.
I think it should also preserve... | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
When I use webpack to bundle code that includes a Web Worker which contains a dynamic import, the resulting code erroneously duplicates the file path of the chunk that it's trying to load. Instead of requesting something... | <h1 dir="auto">Bug report</h1>
<p dir="auto">I have import some of my modules dynamically based on button click, i have used like below"</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import { Button } from '@syncfusion/ej2-buttons';
// Initi... | 0 |
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>maybe</td>
</tr>
<tr>
<td>Feature request?</td>
<td>yes/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.3.8</td>
</tr>
</tb... | <p dir="auto">A simple example—</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use Symfony\Component\Validator\Constraints as Assert;
use Symfony\Component\Validator\Validation;
use Doctrine\Common\Annotations\AnnotationRegi... | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto">The <code class="notranslate">direction="column"</code> setting appears to break the <code class="notranslate">label_mode="L"</code> option for <code class="notranslate">AxesGrid</code>.</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<div class="highlight hig... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">Axes of <code class="notranslate">mpl_toolkits.axes_grid1.axes_grid.Grid</code> (and <code class="notranslate">ImageGrid</code>) are not positioned correctly when <code class="notranslate">direction='column'</code>. This affects... | 1 |
<p dir="auto">Hi<br>
I am currently writing a pretty simple implementation of a binary tree and appear to have stumbled upon an internal compiler error that only occurs when compiling with the debugInfo (-g) flag the compiler insisted i report it. :)<br>
p.s. I am running under windows 7 on a 32 bit machine</p>
<p dir... | <p dir="auto">Compiling libcore with -g leads to the following error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error: internal compiler error: Type metadata for ty::t '&[core::fmt::rt::Piece<>]' is already in the TypeMap!"><pre... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="plt.plot([1,2,3,8,6,4,3,1],'o-',label='राष्ट्र')
plt.xlabel('निवृत्ति प्रतिशत')
plt.ylabel('चक्रीय ब्याज')
plt.legend()"><pre class="notranslate"><code class="notranslate">plt.plot([1,2,3,8,6,4,3,1],'... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">Title sums it up all I guess.<br>
Related:</p>
<ul dir="auto">
<li>Issue <a href="https://github.com/matplotlib/matplotlib/issues/3517" data-hovercard-type="issue" data-hovercard-url="/matplotlib/matplotlib/issues/3517/hovercar... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.2</li>
<li>Operating System / Platform => Ubuntu 18.04</li>
<li>Compiler => cmake3.10.2</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">It caused an error following after <code class="notranslate"> import cv2... | <p dir="auto"><a href="http://pullrequest.opencv.org/buildbot/builders/3_4_coverage-lin64-debug/builds/112/steps/test_core/logs/stdio" rel="nofollow">Build</a>:</p>
<details>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ RUN ] hal_intrin25... | 0 |
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<div><span>Get</span> the Best Price</div> // Text in one lineline"><pre class="notranslate"><span class="pl-kos"><</span><span class="pl-ent">div</span... | <p dir="auto">related to issues <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="16856611" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/8500" data-hovercard-type="pull_request" data-hovercard-url="/twbs/bootstrap/pull/8500/hovercard" href=... | 1 |
<p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>Playwright Version: 1.12.3</li>
<li>Operating System: Windows</li>
<li>Node.js version: 14.17</li>
<li>Browser: Chromium, Firefox</li>
<li>Extra:</li>
</ul>
<p dir="auto"><strong>Code Snippet</strong></p>
<p dir="auto">The code sample generates full page... | <p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>Playwright Version: 1.10.0</li>
<li>Operating System: Mac</li>
<li>Node.js version: 12</li>
<li>Browser: Chromium</li>
<li>Extra:<br>
Base Docker image: mcr.microsoft.com/playwright:v1.10.0-focal</li>
</ul>
<p dir="auto"><strong>Code Snippet</strong></p>... | 1 |
<pre class="notranslate">What steps will reproduce the problem?
This simple code reveals an infinite print loop:
package main
import "fmt"
import "log"
import "runtime/debug"
var count = 0
type foo struct {
i int
}
func (f foo) String() string {
count++
if count > 10 {
debug.PrintStack()
... | <p dir="auto">by <strong>mddkpp</strong>:</p>
<pre class="notranslate">1. What is a short input program that triggers the error?
package main
import "fmt"
type A [10]int
var a A
func main() {
a.pp()
b := &a
c := &b
c.pp() // or just use (&(&a)).pp()
}
func (a A) pp() { fmt.Printf... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request =&g... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https:... | 0 |
<p dir="auto">TestDualStackUDPListener still fails on Dragonfly sometimes.</p>
<p dir="auto">From <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/golang/go/commit/f6d1009431c4d4677a292be5a78f57c239929d4b/hovercard" href="https://github.com/golang/go/commit/f6d1009431c4d4677a29... | <p dir="auto">Not sure the version of dragonfly builder but the root cause of test flakiness comes from the kernel changes like the following:<br>
<a href="http://gitweb.dragonflybsd.org/dragonfly.git/commit/727ccde8cce813911d885b7f6ed749dcea68a886" rel="nofollow">http://gitweb.dragonflybsd.org/dragonfly.git/commit/727... | 1 |
<p dir="auto">pandas 0.14 <a href="http://pandas.pydata.org/pandas-docs/version/0.15.0/whatsnew.html#whatsnew-0140-api" rel="nofollow">changed <code class="notranslate">.iloc</code></a> to accept out-of-bounds indexers for slices. I think we should do the same for <code class="notranslate">.loc</code>, for similar reas... | <p dir="auto">I didn't directly find an issue about it, or an explanation in the docs, but I stumbled today on the following, which did surprise me a bit:</p>
<p dir="auto">Considering the following dataframe:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-... | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/passing-values-to-functions-with-arguments#?solution=%2F%2F%20Example%0Afunction%20ourFunction%28a%2C%20b%29%20%7B%0A%20%20console.log%28a%20-%20b%29%3B%0A%7D%0AourFunction%2810%2C%205%29%3B%20%2F%2F%20Outputs%205%0A%0A%2F%2F%20Only%20change%20code... | <p dir="auto">I am trying the exercise given for the above lesson. The link is given below:<br>
<a href="http://www.freecodecamp.com/challenges/passing-values-to-functions-with-arguments#?solution=%2F%2F%20Example%0Afunction%20ourFunction(a%2C%20b)%20%7B%0A%20%20console.log(a%20-%20b)%3B%0A%7D%0AourFunction(10%2C%205)%... | 1 |
<p dir="auto">Helllo,<br>
I'm very love material-ui and react.<br>
I need to use these components. Is it possible to support these components.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/14047941/29375934-0465b61a-82e1-11e7-800c-23b40d5a42b8.pn... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Component</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Tests (at least unit tests)</li>
<li class="task-list-item"><input type... | 1 |
<p dir="auto">I hope I'm not reporting an issue that's already known. Starting with matplotlib==2.0.0b1, pyplot.bar does not cycle through colors anymore. Instead, if I pass list of colors, it only uses color 'C0'.</p>
<p dir="auto">Minimum code to reproduce bug:</p>
<div class="highlight highlight-source-python notran... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">pyplot.plot worked fine (including version 2.0.0) with the Qt4/PySide backend specified in matplotlibrc. With version 2.0.1, it seems to try to use Qt5 instead and fails.</p>
<p dir="auto"><strong>Code for reproduction</strong>... | 0 |
<p dir="auto">Hi, I faced a problem unable to cast an object as a method. While this is handled automatically using an if / else block (and congratulation to the guys who implemented this), this is not working yet into a switch case nor manually. Here is <a href="http://www.typescriptlang.org/Playground#src=%0Ainterfac... | <p dir="auto">I have the following code:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function logNumber(v: number) { console.log("number:", v); }
function logString(v: string) { console.log("string:", v); ... | 1 |
<p dir="auto">sys.getsizeof() uses the <code class="notranslate">__sizeof__</code> method, if defined, to return a Python object's full memory footprint (including owned data areas that lay outside of the basic object structure).</p>
<p dir="auto">Currently:</p>
<div class="snippet-clipboard-content notranslate positio... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1683" rel="nofollow">http://projects.scipy.org/numpy/ticket/1683</a> on 2010-11-22 by trac user ghazel, assigned to unknown.</em></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboar... | 1 |
<p dir="auto">I've got a numpy.ndarray of shape (24569,) (also tried with (24569,1)) with samples of random variables (not the distribution)</p>
<p dir="auto"><code class="notranslate">fit_alpha, fit_loc, fit_beta=stats.gamma.fit(data)</code></p>
<p dir="auto">results in fit_alpha and fit_loc being nans, while fit_beta... | <p dir="auto">When fitting a distribution, it would be useful to be able to specify shape parameter starting values with keywords instead of args- eg</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="scipy.stats.gamma.fit(mydata, floc=0, a=2)"><p... | 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 TensorFlow): Yes</li>
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Google Colab</li>
<li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if ... | <hr>
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: Yes</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Ubuntu 16.04</li>
<li><strong>Mobile device (e.g. iPhone... | 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/fluent-ffmpeg</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> <a href="https://github.com/blog/821-mention-somebody-they-re-notified">Mention</a> the authors (see <code class="notranslate">Definitions by:</code> in <code class="notranslate">index.d.... | 0 |
<p dir="auto">Regarding <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="48718782" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/9556" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/9556/hovercard" href="https://gi... | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto"><code class="notranslate">ansible 1.8.2</code></p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Mac OSX 10.9 running against Ubuntu 14.04.</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">When defining a stri... | 0 |
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="56927930" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/22063" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/22063/hovercard" href="https://github.com/r... | <p dir="auto">Quick over: the <code class="notranslate">cfg()</code> attribute can't be used to do multiple-declaration of rust types/fns/mods along multiple-dimensions of consideration (OS, arch) without signifigant hurdle-jumping-through'ing. I spoke with <a class="user-mention notranslate" data-hovercard-type="user"... | 0 |
<p dir="auto">Re-opening <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="12592940" data-permission-text="Title is private" data-url="https://github.com/ansible/ansible/issues/2526" data-hovercard-type="issue" data-hovercard-url="/ansible/ansible/issues/2526/hovercard" href="https://g... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">docker_container module</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.1.... | 0 |
<h3 dir="auto">Description</h3>
<p dir="auto">Hey Team Airflow!<br>
Can you please add support for v4.1.0 of flask-appbuilder?<br>
I keep getting vulnerabilities issues that got fixed -<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1203358094" data-permission-text="Title is pr... | <h3 dir="auto">Body</h3>
<p dir="auto">FAB 4.0.0 keeps a lot of our imporant dependencies from upgrading - including some with CVEs. We should make the effort to upgrade FAB to 4.0.0 soon to make sure we have it in 2.4.0 (or if possible even in 2.3.* line.</p>
<p dir="auto">It has a number of UI dependencies though ... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Ex... | <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">Cu... | 0 |
<h3 dir="auto">Problem</h3>
<p dir="auto">I'd like to display equations using matplotlib in realtime. However, matrix and array require usetex=true and slows down rendering significantly.</p>
<h3 dir="auto">Proposed solution</h3>
<p dir="auto">It is very helpful if you could implement the matrix or array to work withou... | <p dir="auto"><a href="https://sourceforge.net/tracker/?func=detail&aid=2766156&group_id=80706&atid=560723" rel="nofollow">Original report at SourceForge, opened Wed Apr 15 14:40:54 2009</a></p>
<p dir="auto">MPL currently has great math support for single line equations, but not for multiple line ones. We... | 1 |
<p dir="auto">Steps to reproduce:</p>
<ol dir="auto">
<li>Create new empty ASP.NET project in Visual Studio</li>
<li>Add TypeScript file to project</li>
<li>Accept prompt to add TypeScript functionality to project</li>
<li>From command-line, build the solution:</li>
</ol>
<p dir="auto"><code class="notranslate">msbuild... | <p dir="auto">Typescript compiler lacks a native way of maintaining compilation options and source files for a given compilation unit like a project or a module. Using /// can help ease the problem, but there is still a tax of adding and managing the references and it does not handle the compilation options issue. Mor... | 0 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.2.3 (latest released)</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">I followed all the instructions to set up Breeze for the first time but when I run <code class="notranslate">./breeze</code> I get the following error:</p>
<div class="snippet-clipboard-c... | <p dir="auto"><strong>Apache Airflow version</strong>: 2.1.3</p>
<p dir="auto"><strong>Apache Airflow Provider versions</strong> (please include all providers that are relevant to your bug):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="apach... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">I noticed that only linux (using cxOracle) there's an object leak with a specific kind of usage.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fr... | <p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">When I try to use objects linked by relation with backref memory is not released neither after objectstore.flush() nor objectstore.clear() nor objectstore.expunge() nor gc.collect()<br>
When I break backref relation memory ... | 1 |
<p dir="auto">need to emit a 2.0 warning for this, no magic SQL things like this should happen</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" def distinct(self, *expr):
r"""Apply a ``DISTINCT`` to the query and retur... | <p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">Starting with r2598, I'm seeing some failures with how I'm using the<br>
association proxy. I've modified the<br>
examples/association/proxied_association.py file which... | 0 |
<p dir="auto">On master, as a small example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [1]: df = pd.DataFrame([[1,2,3,4],[5,6,7,8]], columns=['A','B','A','B'])
In [2]: df
Out[2]:
A B A B
0 1 2 3 4
1 5 6 7 8
In [4]: df.t... | <p dir="auto">30% slowdown and up.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="melt_dataframe | 2.7920 | 2.1487 | 1.2994 |
concat_small_frames | 22.1807 | 17.0054 | 1.3043 |
d... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request =&g... | <p dir="auto">I notice there is no control value accesor for inputs of type "file"</p> | 1 |
<p dir="auto">High Priority:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> <code class="notranslate">repeat</code></li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox... | 1 | |
<p dir="auto">i can build and run the app fine locally but when i try deploying to heroku i get this</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="remote: -----> Building dependencies
remote: Installing nod... | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>Edit +++ ON HOLD</strong> I just had a lightbulb moment. I will post my discovery/misunderstanding in the next few hours. This ticket can probably be closed then, but I have to test my new theory first…</p>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Multiple ... | 0 |
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.): no</p>
<p dir="auto"><strong>What keywords did you search... | <p dir="auto">Reported by a couple users. For example:<br>
<a href="http://stackoverflow.com/questions/34732597/kubernetes-pod-cant-connect-through-service-to-self-only-to-other-pod-contai" rel="nofollow">http://stackoverflow.com/questions/34732597/kubernetes-pod-cant-connect-through-service-to-self-only-to-other-pod-c... | 0 |
<p dir="auto">I think that the help text should be changed to indicate that the selector $(container) needs to be used. If used as is it does not work.<br>
Instead of<br>
$("#target4").appendTo("#left-well");<br>
it should read<br>
$("#target4").appendTo($("#left-well"));</p>
<p dir="auto">Challenge <a href="http://ww... | <p dir="auto">A bug seems to be present: Chrome 46.0.2490.86 m; Windows 8.1 with respect to <code class="notranslate">appendTo()</code> function.</p>
<p dir="auto"><code class="notranslate">$("#target2").appendTo($("#right-well"));</code> does work, but not the <code class="notranslate">$("#target2").appendTo("#right-w... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ flutter create myapp
...app created..
$ cd myapp
$ flutter run"><pre class="notranslate"><code class="notranslate">$ flutter create myapp
...app created..
$ cd myapp
$ flutter run
</code></pre></div... | <h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>Start a Timer with a 30 second delay - set the callback to fire a method to make a sound using (package <code class="notranslate">audioplayers: ^0.7.8</code>)</li>
<li>Lock the phone</li>
<li>Wait 30 seconds. Notice that the sound was not fired right away. Some... | 0 |
<p dir="auto">Am I the first one find it out?</p>
<p dir="auto">v1-beta2 AppBar<br>
If there is an icon button on the left the title, the icon button margin-left is large than margin-top and margin-bottom.</p>
<p dir="auto">I don't know if it is a issue.</p> | <p dir="auto">Since upgrading from material-ui@1.0.0-beta.12 to >=1.0.0-beta.13, my application cannot even boot up, it crashes straight with an error message.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have ... | 0 |
<p dir="auto">The help gives no info about the fact that a function is deprecated.<br>
EDIT: Unless you notice that it is defined in <code class="notranslate">deprecated.jl</code>.</p>
<p dir="auto">Example:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-sn... | <p dir="auto">Unlike other iterable types, <code class="notranslate">Task</code> seem to advance on <code class="notranslate">done</code> instead of <code class="notranslate">next</code>. Is there a reason for this - it seems to break the iteration contract. eg.</p>
<div class="highlight highlight-source-julia notransl... | 0 |
<p dir="auto">In angular 1 we transform form data in this way <code class="notranslate">ng-model-options="{ getterSetter: true }"</code>. In my plunk <a href="http://plnkr.co/edit/hWuOlOQn9iTlTKEL38sM?p=preview" rel="nofollow">http://plnkr.co/edit/hWuOlOQn9iTlTKEL38sM?p=preview</a> emails input can be a comma delimited... | <p dir="auto">Implementing custom formatters and parsers is a common way to extend control types in Angular 1.</p>
<p dir="auto">I think there are two ways to do it in Angular 2:</p>
<ul dir="auto">
<li>Implement parsers and formatters similar to Angular 1</li>
<li>Make defining new value accessors easier, so the use c... | 1 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.32.3]</li>
<li>Operating System: [ubuntu-20.04]</li>
<li>Browser: [Chromium]</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" cla... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.32.0-focal, v1.35.1</li>
<li>Operating System: Ubuntu 22.04.2 LTS</li>
<li>Browser: Chromium</li>
<li>Docker version 24.0.4, build 3713ee1</li>
<li>Docker Compose version v2.19.1</li>
<li>self-hosted azure devops agent (3.217.1, 3.220.2 и 3.220.... | 0 |
<p dir="auto">While tracing codes, found that:</p>
<p dir="auto">Inside ReactCompositeComponentMixin.mountComponent, the code reads</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" // These should be set up in the constructor, but as a conve... | <p dir="auto">Hello there!</p>
<p dir="auto">We, in our team, love the new Hooks API!<br>
But it comes with one negative thing we are experiencing since the 16.8 update...</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Hooks can only be called... | 0 |
<p dir="auto">Is there any existing feature for printing the scene tree to the console, e.g. for debugging? I'm finding it a bit time-consuming to expand <code class="notranslate">node.children</code> recursively in the JS Console. If not, I wanted to propose something along the lines of:</p>
<div class="highlight high... | <p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">JPEG textures in an input GLB get exported as PNG, causing such models to grow enormously in size.</p>
<p dir="auto"><strong>To Reproduce</strong></p>
<p dir="auto">Steps to reproduce the behavior:</p>
<ol dir="auto">
<li>Go to <a href="https://threejs.o... | 0 |
<h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">Improve the console User Experience by using the console schema "Campbell". Currently, using the "Solarize Dark", makes it harder to read and the bash console colors are gone.</p>
<h1 dir="auto">Proposed technical implementation details (op... | <p dir="auto">When I don't use the terminal for some time (preferably when I left my PC unattended for some time...), the window just disappeared.</p>
<p dir="auto">Since I have little to no idea on how this can be reproduced consistently, I mainly want to post this here in case other people observe the same behavior.<... | 0 |
<p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8.0.10 & nightly (1.9.0-dev.20160601)</p>
<p dir="auto"><strong>Code</strong></p>
<p dir="auto">Small example project here: <a href="https://github.com/unindented/ts-webpack-example">https://github.com/unindented/ts-webpack-example</a></p>
<p di... | <p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">This is reproducible both in VSCode 1.0 and in the playground (<a href="https://www.typescriptlang.org/play/#src=interface%20A%20%7B%0D%0A%09x%3A%20number%3B%0D%0A%7D%0D%0A%0D%0Ainterface%20B%20%7B%0D%0A%09x%3A%20string%3B%0D%0A%7D%0D%0A%0D%0Aconst%20... | 0 |
<p dir="auto">I am trying to use scipy.dendrogram to create a dendrogram of genomics data.<br>
Unfortunately, the dendrogram fails with a recursion error</p>
<p dir="auto">THis code worked for slightly smaller datasets but maybe the data is malformed.<br>
Note: the data used here where created using sch.linkage(distan... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/449558/24775834/72fa00fc-1aec-11e7-81cd-6c60eb9a294a.png"><img src="https://cloud.githubusercontent.com/assets/449558/24775834/72fa00fc-1aec-11e7-81cd-6c60eb9a294a.png" alt="image" style="max-width: 100%... | 1 |
<h3 dir="auto">Proposed new feature or change:</h3>
<p dir="auto">As the title, <code class="notranslate">Bfloat16</code> is a new data type of <code class="notranslate">float number</code> that is used in cuda A100 cards and intel CPU. Does <code class="notranslate">numpy</code> have any plan to support <code class="n... | <h2 dir="auto">Feature</h2>
<p dir="auto">Hi,<br>
I am working at PaddlePaddle(chinese DL framework). We and other DL frameworks would extremely benefit from integrated bfloat16 numpy datatype. I have seen that TF added its own implementation and lately a standalone pip package <a href="https://pypi.org/project/bfloat1... | 1 |
<p dir="auto">Symfony 4.1.0</p>
<p dir="auto">Hello when I deploy my symfony application on my production server it does not work it shows me an error that is the following :</p>
<p dir="auto"><code class="notranslate">Attempted to call an undefined method named "hasBeenStarted" of class "Symfony\Component\HttpFoundati... | <p dir="auto"><strong>Symfony version(s) affected</strong>: >=4.0.12, >=4.1.1</p>
<p dir="auto"><strong>Description</strong><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1055691/41904511-e146d426-7938-11e8-9243-54e1a03cde18.png"><img src="https://user-i... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18363.836
PowerToys version: 0.18.1
PowerToy module for which you are reporting the bug (if applicable):Fancy Zones"><pre class="notranslate"... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18363 build 18363
PowerToys version: 0.19.0
PowerToy module for which you are reporting the bug (if applicable):
PowerToys Run
# Steps to re... | 0 |
<h1 dir="auto">Environment</h1>
<p dir="auto">Microsoft Windows [Version 10.0.17763.557]</p>
<p dir="auto">other software:</p>
<ol dir="auto">
<li>Chrome Version 77.0.3865.90 (Official Build) (64-bit)</li>
<li>vstudio about (note the Resharper because this is where it happened):<br>
Microsoft Visual Studio Professional... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 18362.207
Windows Terminal version (if applicable):
Any other software? VS2019 with Windows 10 SDK 17763"><pre lang="none" class="notranslate"><c... | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto">As written on the title I have the issue of having <code class="notranslate">__webpack_exports__</code> that is undefined when loading (later) a second entry point.</p>
<p dir="auto">I'm using the latest lib versions <code class="notranslate">webpack@5.35.0</code> and <code ... | <p dir="auto">Hi sokra,</p>
<p dir="auto">I just got involved in another JS project and decided to stick with the tools I am familiar with, i.e. webpack, among others. Unfortunately when I created a new project I ran into some strange errors I could not explain. I ended up cleaning my old project of all generated conte... | 0 |
<p dir="auto">Hello,</p>
<p dir="auto">I am trying to load vtk files in three.js using the VTKLoader. The vtk files are produced by paraview. However, the loader fails silently and no vtk data is shown on the browser.<br>
Any suggestion?<br>
Thank you!</p> | <p dir="auto">I would like to ask for advice because of I have one use case where I need to load VTK file which is a BINARY DATASET STRUCTURED POINTS, which represents a segmented image.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# vtk Dat... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<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">To repro:</p>
<ol dir="auto">
<li>Launch an Electron app (hello world/default fiddle will do)</li>
<li>Open DevTools</li>
<li>Find a minified JS file, e.g. renderer_init.js</li>
<li>Click the "Pretty Print" button in DevTools</li>
</ol>
<p dir="auto">Expected behavior:<br>
The JS in the DevTools view is r... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows Terminal version: Microsoft Windows [Version 10.0.18362.239]
Linux subsystem in Windows <a href="https://www.microsoft.com/en-us/p/kali-linux/9pkr34tncv... | <p dir="auto">Windows version is 10.0.16299.248<br>
Bash is using locale en_US.UTF-8</p>
<p dir="auto">When i use the Arrow keys to go back on the command line, and start typing, what has previously been written will be overwritten IF I have passed over a space character using the right Arrow key (not expected). If I d... | 0 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
Using typescript if I have a class that extends from another class fields in the extending class are overwritten with undefined. This happens after the constructor has finished and it occurs in the defineProperty.js of babelRuntime.</p>
... | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
When a class (B) extends another class (A) and includes a type definition to narrow the type of something specified in class A, it will set the narrowed property's value to undefined. This diverges from the TSC behavior.<br>
The output f... | 1 |
<p dir="auto">A way to make a custom proptype required would be useful. Maybe some form of the <a href="https://github.com/facebook/react/blob/master/src/core/ReactPropTypes.js#L93">createChainableTypeChecker</a> factory could be exposed?</p> | <p dir="auto">This one is hard to explain or reproduce but I'll try...</p>
<p dir="auto">I'm using the following mixin which has changed slightly from the original I found in a gist a while back:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard... | 0 |
<p dir="auto">Trying to install scipy 0.14.0 under Python 3.3.4 but got test errors on three modules with the configuration listed below.<br>
Using LAPACK, ATLAS, and BLAS rpm’s that comes with Red Hat 6.</p>
<p dir="auto">Any help would be appreciated.</p>
<p dir="auto">Dwayne</p>
<h1 dir="auto"></h1>
<h2 dir="auto">F... | <p dir="auto">Hello,</p>
<p dir="auto">I compiled scipy 0.13.3 succesfully on my CentOS laptop on which I run the following kernel:<br>
2.6.32-431.11.2.el6.x86_64</p>
<p dir="auto">I have a two core proc (0,1) of the following type:</p>
<blockquote>
<blockquote>
<p dir="auto">more /proc/cpuinfo<br>
processor : 0<... | 1 |
<p dir="auto">Since v0.0.6 of package jqueryui.TypeScript.DefinitelyTyped, there're compilations errors when referencing jqueryui.d.ts. I tried v0.0.7 and I have the same errors.</p>
<p dir="auto">Signature for 'position' is duplicated<br>
Signature for 'hide' is duplicated<br>
Signature for 'show' is duplicated<br>
Si... | <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/node</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-li... | 0 |
<p dir="auto">Sorry if this is sparse on details. I mainly want to determine if there is a bug with <code class="notranslate">showDrawer</code> or with the way I attempted to use it.</p>
<p dir="auto">Yesterday, I attempted to use <code class="notranslate">showDrawer</code> with the <a class="commit-link" data-hovercar... | <p dir="auto"><a href="https://github.com/Hixie"><img src="https://avatars.githubusercontent.com/u/551196?v=3" align="left" width="96" height="96" hspace="10" style="max-width: 100%;"></a> <strong>Issue by <a href="https://github.com/Hixie">Hixie</a></strong><br>
<em>Wednesday Oct 07, 2015 at 21:22 GMT</em><br>
<em>Ori... | 1 |
<p dir="auto">This was very surprising to me, and took me a very long time to figure out:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> using Random
julia> rng = Random.GLOBAL_RNG
_GLOBAL_RNG()
julia> deepc... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="let
function wat()
a::String = "wat"
println(a)
end
a::String = "me"
wat()
end"><pre class="notranslate"><code class="notranslate">let
function wat()
a::Stri... | 0 |
<p dir="auto">Was reading up on changes for Android P, and it led me to file this...</p>
<p dir="auto"><a href="https://android-developers.googleblog.com/2017/11/getting-your-android-app-ready-for.html" rel="nofollow">https://android-developers.googleblog.com/2017/11/getting-your-android-app-ready-for.html</a><br>
<a h... | <p dir="auto">We should make sure our text fields trigger the autofill support:<br>
<a href="https://developer.android.com/guide/topics/text/autofill.html" rel="nofollow">https://developer.android.com/guide/topics/text/autofill.html</a></p> | 1 |
<p dir="auto">Misc. Window Management bucket</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Make sure caption controls "dim out" when window loses NC focus (<code class="notranslate">WM_NCACTIVATE</code>?)</li>
<li class="task-lis... | <ul dir="auto">
<li>Your Windows build number: (Type <code class="notranslate">ver</code> at a Windows Command Prompt)</li>
</ul>
<p dir="auto">Microsoft Windows [Version 10.0.18362.113]</p>
<ul dir="auto">
<li>What you're doing and what's happening: (Copy & paste specific commands and their output, or include scr... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.