text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto"><code class="notranslate">import.meta.url</code> is replaced by the current file location at the build time.<br>
<a href="https://github.com/webpack/webpack/blob/main/lib/dependencies/ImportMetaPlugin.js#L9... | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">When configuring an entry point like this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="module.exports = {
entry: './path/to/my/e... | 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/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected ... | <p dir="auto">I have been using this piece of code to asynchronously load one of heavy component on my client side. It was working like a charm:</p>
<p dir="auto"><code class="notranslate">const DynamicChart = dynamic( import('../components/LineChart/LineChart'), { loading: () => <SectionPlaceholder><Loader... | 0 |
<h3 dir="auto">Describe the bug</h3>
<p dir="auto"><code class="notranslate">custom_op</code> usage leads to duplicated entries in query cache.</p>
<p dir="auto">I have found this issue by discovering a memory leak in my application. We have big queries with size <code class="notranslate">~1 Mb</code> and with default ... | <p dir="auto"><strong>Migrated issue, originally created by Marcin Lulek (<a href="https://github.com/ergo">@ergo</a>)</strong></p>
<p dir="auto">Hello,</p>
<p dir="auto">I'm not sure if I was always using SA in wrong way or there is a bug in 1.2 version.</p>
<p dir="auto">Setters need to be named same way as hybrid pr... | 0 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto"><a href="https://github.com/zeit/next.js/tree/canary/examples/with-firebase-hosting-and-typescript">https://github.com/zeit/next.js/tree/canary/examples/with-firebase-hosting-and-typescript</a></p>
<p dir="auto">Next.js cannot find pages ... | <h1 dir="auto">Bug report</h1>
<p dir="auto">My project has a custom structure but so far it worked pretty well. Since I updated to v9.0.7 I get this error:</p>
<p dir="auto"><code class="notranslate">Error: > Couldn't find a </code>pages<code class="notranslate">directory. Please create one under the project root a... | 1 |
<p dir="auto">Hi guys, my settings shows up and then goes back. I really don't know where does the program start from, please would someone provide the drawing to get an idea so that i could fix the issue. Even while debugging i can't see the settings show up. Someone please help me.</p> | <h1 dir="auto">Environment</h1>
<p dir="auto">W10 Pro V1903 Build 18362.295<br>
PowerToys: 0.11.0<br>
Settings Screen</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run "ver" at a command prompt]
PowerToys ver... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=cronoschris" rel="nofollow">Kerboriou christophe</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4533?redirect=false" rel="nofollow">SPR-4533</a></strong> and commented</p>
<p dir="auto">We can't deserialize or ser... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=rajeev1982" rel="nofollow">Rajeev Sharma</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7637?redirect=false" rel="nofollow">SPR-7637</a></strong> and commented</p>
<p dir="auto">I am new to Spring Framework. I am ... | 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>
When rendering with a suspense config, time spent before rendering appears to be subtracted from the timeout of the suspense config. If I spend ... | <p dir="auto">I was playing around with some unstable Suspense APIs and noticed this strange behaviour when using <code class="notranslate">React.unstable_withSuspenseConfig</code>.</p>
<p dir="auto">If I understood correctly, the purpose of <code class="notranslate">timeoutMs</code> field is to tell React: "I'm okay w... | 1 |
<h2 dir="auto">Add support to FancyZones editor for pixel coordinates to allow for fine-grained FancyZones setups</h2>
<p dir="auto">The idea is to describe/configure the FancyZone rectangles as origin + dimensions in pixels in the UI.</p>
<p dir="auto">This would help for video streaming and screen sharing setups, tha... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Sizing of custom zones in editor by dragging mouse is a little bit coarse (hit and miss) in terms of getting close to edges of screen symmetrically and allowing window edges of multiple zones to line up neatly. Some possible solutions are suggeste... | 1 |
<p dir="auto">This has long been missing from JS/TS environments: the ability to easily serialize and reify a function, along with its contextual dependencies. I see this being useful to enable colocation of code intended for execution in different environments. This will be useful to the creation of experiences that b... | <p dir="auto">Hi, I'm trying out the unstable <code class="notranslate">Deno.upgradeWebSocket</code> and encountered an issue accepting a WebSocket from Firefox.</p>
<p dir="auto">Firefox is sending this <code class="notranslate">connection: "keep-alive, Upgrade"</code> header when connecting to a websocket. That cause... | 0 |
<p dir="auto">Using function shorthand in Object literals:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var store = {
save() { },
load() { },
delete() { },
}"><pre class="notranslate"><span class="pl-k">var</span> <span ... | <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var foo = {
try() {},
throw() {},
catch() {},
switch() {},
// etc.
}"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-s1">foo</span> <span class="pl-c1"... | 1 |
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/RLH/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/RLH">@RLH</a> and I have been discussing this problem for the past week. This issue is to track our... | <p dir="auto">by <strong>dop251</strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
1. Create a package with the following code:
package bug
type S struct {}
func (s *S) test() {
goto end
end:
return
}
2. Create another package that imports the first one:
package importbug
impor... | 0 |
<h3 dir="auto">Is there an existing issue for this?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li>
</ul>
<h3 dir="auto">Current Behavior</h3>
<p dir="auto">I have <code class="n... | <h3 dir="auto">Current Behavior:</h3>
<p dir="auto">running <code class="notranslate">npx @package@version</code> generate it with the current install version</p>
<h3 dir="auto">Expected Behavior:</h3>
<p dir="auto">it should be generated with the given version</p>
<h3 dir="auto">Steps To Reproduce:</h3>
<p dir="auto">... | 1 |
<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... | <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/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><inp... | 0 |
<blockquote>
<p dir="auto">Issue originally reported by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/babel-bot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/babel-bot">@babel-bot</a> in <a class="issue-link j... | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TypeError: Property types[0] of UnionTypeAnnotation expected node to be of a type ["FlowType"] but instead ... | 0 |
<p dir="auto">Tab-completing a name prefixed with <code class="notranslate">@</code>, like <code class="notranslate">@undefined.<tab></code> shows an error, when i think ideally it would just do nothing. I ran into this when trying to type <code class="notranslate">@Meta.dump</code> and save myself those 4 extra... | <p dir="auto">Open julia with REPL, type <code class="notranslate">@nonexist.</code> and hit Tab:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" _ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Docume... | 1 |
<h3 dir="auto">Problem description</h3>
<p dir="auto"><code class="notranslate">DatePicker</code> <code class="notranslate">onDismiss</code> function called, when select date.<br>
Here's working <a href="https://www.webpackbin.com/bins/-KlPNcoGu2kPB4zDUmwz" rel="nofollow">bin</a> that reproduces the problem.<br>
Materi... | <h2 dir="auto">Feature request</h2>
<h3 dir="auto">Description</h3>
<p dir="auto">I think it's ok to call <code class="notranslate">dismiss</code> function when date is changed. My case:<br>
I have two DatePickers, when I select date from first one, it closes (<code class="notranslate">autoOk</code> prop) and then I op... | 1 |
<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... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<div class="highlight highlight-source-groovy-gradle notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" //glide
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'"><pre class="notranslate"> <span class=... | <p dir="auto">Hi! I'm using Glide in a Listview that loads preview images</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Glide.with(activity)
.load(stringUrl)
.centerCrop()
.crossFade()
.into(imageView);"><pre class="notransla... | 0 |
<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... | <p dir="auto">Uhh I don't know if this whole checklist is useful.. Just run <code class="notranslate">celery <anything> --help</code> and instead of printing help it would attempt to run the command instead. E.g. <code class="notranslate">celery worker --help</code> will start worker.</p>
<p dir="auto">Tried 4.4.... | 0 |
<p dir="auto">The <code class="notranslate">shared_preferences</code> plugin only works for the app itself, not when running unit tests. To my mind this means that the</p>
<p dir="auto">Exception report</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-co... | <p dir="auto"><a href="https://flutter.io/setup-windows/#clone-the-repo" rel="nofollow">https://flutter.io/setup-windows/#clone-the-repo</a> currently recommends to add flutter to the <code class="notranslate">PATH</code> with the following command:</p>
<div class="highlight highlight-source-batchfile notranslate posit... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ X ] feature request"><pre class="notranslate"><code class="notranslate">[ X ] feature request
</code></pre></div>
<p dir="auto"><strong>Current behavior</strong></p>
<p dir="auto">The current error ... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting"><pre class="notranslate"><code class="notr... | 0 |
<p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">The axis arrows of the TransformControls are aligned with the component's local coordinate system, even if the default "world" space is used. Dragging the arrows still works as normal, so the movement of the object does not match the drag direction of th... | <p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">TransformControls setSpace() does not update gizmo transform as it did in Three r127.</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.org/examples/?... | 1 |
<ul dir="auto">
<li>Electron Version: v2.0.2</li>
<li>Operating System (Platform and Version): Linux</li>
<li>Last known working Electron version:</li>
</ul>
<p dir="auto"><strong>Expected Behavior</strong><br>
while using window's background property in electron API and CSS background property I should get a similar r... | <ul dir="auto">
<li>Electron version: 1.7.x</li>
<li>Operating system: macOS 10.12.5</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">Setting a window <code class="notranslate">backgroundColor</code> should produce the same visual result as setting it via CSS.</p>
<h3 dir="auto">Actual behavior</h3>
<p di... | 1 |
<p dir="auto">Note this is the step before actual compilation occurs. I'm not sure how to debug it, but below is the output for the compilation.</p>
<p dir="auto">Here is my babelrc</p>
<div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-conte... | <p dir="auto">Inspired by <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="191777331" data-permission-text="Title is private" data-url="https://github.com/babel/minify/issues/300" data-hovercard-type="issue" data-hovercard-url="/babel/minify/issues/300/hovercard" href="https://github.... | 0 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.3.2 AND 2.4.2</p>
<h3 dir="auto">What happened</h3>
<ul dir="auto">
<li>Was running on version 2.3.2, out of sudden, scheduler keeps crashing and restarting. Upgrading to 2.4.2 does not resolve the issue.</li>
<li>It appears that one particular pipeline cannot ... | <p dir="auto">Let's say that you have a DAG with 8 retries and email_on_failure=True.</p>
<p dir="auto">The first 6 times it fails due to a server conn error, and on the 7th it works. I really don't care why it failed the first six times, and I will care just if it fails the 8th time.</p>
<p dir="auto">It would be nice... | 0 |
<p dir="auto">Note: I am not trying to get help fixing my code. I am only reporting what I think is a bug in typescript.</p>
<p dir="auto">See branch "AddVS15" of <a href="https://github.com/kevinpas/Klib6">https://github.com/kevinpas/Klib6</a></p>
<p dir="auto">There are two imports in the startup file "Klib6/Tests/C... | <p dir="auto">Issue moved from <a href="http://typescript.codeplex.com/workitem/2448" rel="nofollow">http://typescript.codeplex.com/workitem/2448</a><br>
If a require statement has a non-relative path (eg. require('mymod') ) then tsc will search all directories from the container of the requiring file all the way up to... | 1 |
<p dir="auto">Is there a command that will run my file without opening the debug console and without opening the debug tab?</p> | <p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Wosi/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Wosi">@Wosi</a> on October 13, 2015 14:22</em></p>
<p dir="auto">I'm looking for a way to... | 0 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
df = pd.DataFrame(columns=["A", "B", "C"])
df.set_index(["... | <h3 dir="auto">Small Example</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [13]: import pandas as pd
...:
...: df1 = pd.DataFrame(data=dict(A=[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
...: ... | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">When saving the figure as a PDF, the items are grouped unusually, which leads to unexpected results when shown in a viewer that supports <a href="https://www.makeuseof.com/tag/create-knockout-effect-photoshop-illustrator/" rel="... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">The baseline images for the rgba_markers test (rgba_markers.{png,pdf,svg}) clearly show differences in rendering between agg, pdf and svg:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://use... | 1 |
<p dir="auto"><strong>Elasticsearch version</strong>: 5.0.0-alpha5</p>
<p dir="auto"><strong>Plugins installed</strong>: []</p>
<p dir="auto"><strong>JVM version</strong>: Oracle Java 1.8.0_102</p>
<p dir="auto"><strong>OS version</strong>: Windows 10 x86_64</p>
<p dir="auto"><strong>Description of the problem includin... | <p dir="auto">Sort by a column of type 'short' throws an exception</p> | 0 |
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-manipulate-arrays-with-unshift" rel="nofollow">http://freecodecamp.com/challenges/waypoint-manipulate-arrays-with-unshift</a> has an issue.<br>
The error is in the assert function. It says <code class="notranslate">toLowerCase()</code> is not ... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-manipulate-arrays-with-unshift" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-manipulate-arrays-with-unshift</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p>
<p dir="... | 1 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.34.3]</li>
<li>Operating System: [macOS 13.2.1]</li>
<li>Browser: [Chromium, Firefox]</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-lis... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.XX]: 1.32.3</li>
<li>Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.]: Windows 10</li>
<li>Browser: [All, Chromium, Firefox, WebKit]: Chromium</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-t... | 0 |
<p dir="auto">Right now I have managed to setup a single webpack configuration and webpack-dev-server (hotload) that managing all my subprojects/plugins at the same time.</p>
<p dir="auto">However, I would like to be able to resolve folders for each subproject, such as <code class="notranslate">/components</code>, so a... | <p dir="auto">I am upgrading existing apps from webpack 4.43.0 to webpack 5.0.0-beta.28. I am seeing multiple deprecation warnings. I am using</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=""webpack": "^5.0.0-beta.28",
&quo... | 0 |
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="102609240" data-permission-text="Title is private" data-url="https://github.com/golang/go/issues/12278" data-hovercard-type="issue" data-hovercard-url="/golang/go/issues/12278/hovercard" href="https://github.com/golang/go/... | <p dir="auto">If someone is working in a tree where they have gone to the trouble to vendor a package, as long as the vendored copy is visible (not blocked by internal) we should make sure the vendored copy is always preferred. Otherwise goimports may hurt more than it helps in these situations.</p>
<p dir="auto">Once ... | 1 |
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.3.x-dev</td>
</tr>
</tbod... | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>no</td>
</tr>
<tr>
<td>Feature request?</td>
<td>yes</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>master</td>
</tr>
</tbody>
... | 1 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<p dir="auto">I would consider it a feature 😈</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">React does not put any limits on recursive rendering, using higher-order components. Ho... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<ul dir="auto">
<li>Feature (possibly bug?)</li>
</ul>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">I've been trying out the new Context API in my project and it's awesome. However, i... | 1 |
<p dir="auto">Requests fails on the URL <code class="notranslate">http://www.whatbird.com/forum/index.php?/gallery/image/291517-foo/</code>, which is a 301 redirect to</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="http://www.whatbird.com/foru... | <p dir="auto">See this issue on Requests: <a href="https://github.com/kennethreitz/requests/issues/1472">https://github.com/kennethreitz/requests/issues/1472</a></p>
<p dir="auto">This is the truncated traceback:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboa... | 1 |
<p dir="auto">Hello all, I'm new to FastAPI but I believe this is the right place to be posting this even though the issues I believe stems from Pydantic as I'm using it in the context of FastAPI. I'm running this in Pycharm 2020.2 but have also tried it outside of an IDE.</p>
<h3 dir="auto">Description</h3>
<p dir="au... | <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 added a very descriptive title to this issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c... | 0 |
<p dir="auto"><strong>Glide Version</strong>:4.6.1<br>
<strong>Integration libraries</strong>: okhttp3<br>
<strong>Device/Android Version</strong>:all<br>
<strong>Issue details / Repro steps / Use case background</strong>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snipp... | <p dir="auto">After the Make Project, it still prompts "can not resolve symbol 'GlideApp',Ask for help~</p>
<p dir="auto">`compile 'com.github.bumptech.glide:glide:4.0.0-RC1'</p>
<p dir="auto">annotationProcessor 'com.github.bumptech.glide:compiler:4.0.0-RC1'`</p>
<p dir="auto"><code class="notranslate">@GlideModule pu... | 0 |
<p dir="auto">Namespace packages are the source of all kinds of user errors.</p>
<p dir="auto">This would involve moving basemap (and any other 3rd-party packages that install into <code class="notranslate">mpl_toolkits</code>, if they exist) to the top-level and installing a shim so it could still be imported from the... | <h3 dir="auto">Bug summary</h3>
<p dir="auto">As of <a href="https://setuptools.pypa.io/en/latest/history.html#v67-3-0" rel="nofollow">setuptools v67.3.0</a> the use of <code class="notranslate">pkg_resources.declare_namespace</code> in <a href="https://github.com/matplotlib/matplotlib/blob/f6e0ee49c598f59c6e6cf4eefe47... | 1 |
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="sns.distplot(np.concatenate([np.zeros(100), np.ones(10)]))"><pre class="notranslate"><span class="pl-s1">sns</span>.<span class="pl-en">distplot</span>(<span class="pl-s1">np</span>... | <p dir="auto">lmplot Method does not give a good sense of regressed line when axes boundaries are far from zero and not in scale. It might be a good idea to write a method or argument to somehow (either on the plot or as print) output the intercept and slope of the regressed line.</p> | 0 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<p dir="auto">I Haven't written any custom code.</p>
<h4 dir="auto">Problem description</h4>
<p dir="auto">I'm trying to install Pandas with pip install pandas, and I'am encountering the following error:</p>
<div class="highlight highlight-source-shel... | <p dir="auto">Now that pip 19 is out, we can attempt to re-add pyproject.toml</p>
<hr>
<p dir="auto">The release of pip version 10 and the presence of a <code class="notranslate">pyproject.toml</code> in our latest released versions gives problems for installing pandas in the following cases:</p>
<p dir="auto"><strong>... | 1 |
<h3 dir="auto">Website or app</h3>
<p dir="auto"><a href="https://www.youtube.com/" rel="nofollow">https://www.youtube.com/</a></p>
<h3 dir="auto">Repro steps</h3>
<p dir="auto">I was watching a video on youtube when I noticed the new video hover features which were not there on the 15th of January 2022.<br>
This then ... | <h3 dir="auto">Website or app</h3>
<p dir="auto">youtube.com, github.com, gmail.com, lucidchart.app</p>
<h3 dir="auto">Repro steps</h3>
<ol dir="auto">
<li>Open any web app not made with React (e.g.: youtube.com, amazon.com, github.com, gmail.com, lucidchart.app)</li>
<li>The react icon is ON and the popover message sa... | 1 |
<p dir="auto">Got another ICE, this time it only shows itself when compiled with debug info (rustc -g error.rs).<br>
Also of note is that another ICE shows itself if the State wrapper is removed (I can file a separate report for that if you want but I figure they might be the same issue).</p>
<div class="highlight high... | <p dir="auto">I thought that my example in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="53175754" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/20368" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/20368/hovercar... | 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.18362.10019]]
Windows Terminal version (if applicable):Windows Terminal (Preview) Version: 0.5.2681.0
Any other software?"><pre lang="n... | <p dir="auto">Windows Terminal Preview crashes when using right click to copy multiple lines of text in PowerShell 7.0.0-preview.4.</p>
<p dir="auto"><a href="https://aka.ms/AA6486q" rel="nofollow">Feedback Hub link with crash</a></p>
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate pos... | 1 |
<p dir="auto">I would like to set an http request timeout in the kubernetes Go client, however:</p>
<ol dir="auto">
<li>The underlying http client is not exposed.</li>
<li>Even if I access the underlying http client through an (admittedly inelegant) cast and set the timeout, requests fail because the Transport does not... | <p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.): "scheduledjob", "scheduledjob replace", "scheduledjob not found", "scheduledjob FailedGet"</p>
<hr>
<p dir="auto"><strong>Is this a BUG REPORT or ... | 0 |
<p dir="auto">We <a href="https://github.com/Microsoft/vscode/blob/master/src/vs/base/browser/htmlContentRenderer.ts#L283">have</a> a little markdown renderer that support bold, italic, and link but I think it wrong wrt to bold and italic. It uses <code class="notranslate">*</code> and <code class="notranslate">_</code... | <p dir="auto">In case of an exception while debugging code you have the chance to jump to the line of the source code by clicking on the underlined text in red.</p>
<p dir="auto">That feature is not available in a hove message but it might be a good idea to allow the user to click on a link in a hover message and "do s... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submi... | <p dir="auto">That means <code class="notranslate">NgClass</code> is broken.</p>
<p dir="auto">The reason is annoyingly that IE 11 <a href="https://connect.microsoft.com/IE/feedback/details/1046039/classlist-not-working-on-svg-elements" rel="nofollow">doesn't support <code class="notranslate">classList</code> on SVG el... | 1 |
<p dir="auto">Example PR:<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="146042379" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/23876" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/23876/h... | <p dir="auto">FYI. I just noticed this when I am working with several PRs, <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="143085160" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/23400" data-hovercard-type="pull_request" data-hover... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">Prior to the changes I was able to press the Run Code 1x and received my positive feedback and move to the next challenge. Now I have to press it after I receive my postive feedback to go to the next challenge. Was this intentionally done?</p>
<p dir="auto">Challenge <a href="http://... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-iterate-over-arrays-with-map" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-iterate-over-arrays-with-map</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p>
<p dir="auto... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ERROR: /home/wenjian/pkgs/tensorflow/tensorflow/core/kernels/BUILD:2207:1: no such package 'base': BUILD file not found on package path and referenced by '//tensorflow/core/kernels:android_tensorflow_... | <p dir="auto">I am having trouble configuring the latest master branch (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/tensorflow/tensorflow/commit/dbe7ee0dfa9e5ab26284522379f2747510fc267b/hovercard" href="https://github.com/tensorflow/tensorflow/commit/dbe7ee0dfa9e5ab2628452... | 1 |
<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... | <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... | 0 |
<h3 dir="auto">Describe your issue.</h3>
<p dir="auto">About a year ago (commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/scipy/scipy/commit/6b08e087171479b30fc2dc015d2074a24844789e/hovercard" href="https://github.com/scipy/scipy/commit/6b08e087171479b30fc2dc015d2074a248... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/645" rel="nofollow">http://projects.scipy.org/scipy/ticket/645</a> on 2008-04-19 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nilswagner01/hovercard" data-octo-click="hovercard-link-click" d... | 0 |
<p dir="auto">persist datasource implementation YAML in registry center like this is not good:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="ds_0: !!org.apache.commons.dbcp.BasicDataSource
accessToUnderlyingConnectionAllowe... | <h3 dir="auto">Brief description of bug</h3>
<h4 dir="auto">Self-Diagnosis</h4>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have reviewed the documentation.</li>
<li class="task-list-item"><input type="checkbox" id="" ... | 0 |
<ul dir="auto">
<li>Electron version: 1.7.3</li>
<li>Operating system: Windows 10</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">ipc message from parent to child webview should deliver while both webPreferences['contextIsolation'] = true and webPreferences['sandbox'] = true</p>
<h3 dir="auto">Actual beh... | <ul dir="auto">
<li>Electron version: 1.8.2</li>
<li>Operating system: MacOS, Windows10</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">ipc messages from the main process should be sent to the renderer process when both <code class="notranslate">sandbox</code> and <code class="notranslate">contextIsolati... | 1 |
<p dir="auto">So I have this implementation of a select menu as follows:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import * as React from 'react';
import TextField from 'material-ui/TextField';
import { MenuItem } from 'mat... | <p dir="auto">When writing theme overrides, (following <a href="https://material-ui.com/customization/themes/#the-other-variables" rel="nofollow">https://material-ui.com/customization/themes/#the-other-variables</a>) changing the shadows array doesn't override the default shadow style. Other elements like spacing and t... | 0 |
<p dir="auto"><strong>Glide Version</strong>:<br>
3.7.0</p>
<p dir="auto"><strong>Device/Android Version</strong>:<br>
Reproduced on Android 7.0 emulator and various 6.0 devices (Nexus 5, Galaxy Note 5, others)</p>
<p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:</p>
<p dir="auto">Sup... | <p dir="auto"><strong>Glide Version</strong>: 4.2.0<br>
<strong>Integration libraries</strong>: none</p>
<p dir="auto"><strong>Issue details</strong>: I have an <code class="notranslate">ImageView</code> that needs to be refreshed often, but each time there is a change the image <strong>flickers</strong> white (unless... | 1 |
<p dir="auto">Describe what you were doing when the bug occurred:</p>
<ol dir="auto">
<li>I was debugging one of my react components and found the issue.</li>
<li>As soon as I open react dev tools, and scroll I encountered this problem</li>
<li></li>
</ol>
<hr>
<h2 dir="auto">Please do not remove the text below this li... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong> Feature</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">React dev tools has the very useful "inspect dom node" feature that ties a component in your tree to its particular dom node.</p>
... | 0 |
<p dir="auto">I just upgraded to 18.1 w/ conda. I started noticing this problem in some notebooks I created before the upgrade but recently revisited for further analysis.</p>
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative... | <h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
import numpy
s = pd.Series([1, 2, 3, 4, numpy.nan])
s.quantile(0.5)
nan"><pre class="notrans... | 1 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<p dir="auto">I was on a Unsaved File and I used Ctrl+W to close it.</p>
<p dir="auto"><strong>Atom Version</strong>: 0.186.0<br>
<strong>System</strong>: Mac OS X 10.10.1<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Un... | <p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>Right-click a file in the left column. (The file I used was green, not added to Git, and empty.)</li>
<li>Click Delete.</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.186.0<br>
<strong>System</strong>: Mac OS X 10.10.2<br>
<strong>Thrown... | 1 |
<p dir="auto">Does anyone have any thoughts?</p>
<p dir="auto">The application can be compiled to run on both Android and iOS simulator (and through an attached iPhone in debug mode) - functions as expected. The application has been uploaded to Google Play and functions appropriately. The crash occurs after you have go... | <p dir="auto">The method updatePassword(to:..) is missing from the FirebaseAuth.currentUser().</p>
<p dir="auto">This means we can not update a authenticated user's password in app. We have have to send a password reset email instead which means the user has to leave the app.<br>
This exists on the<a href="https://fire... | 0 |
<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... | <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 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">no_log</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">2.3</p>
<h5 dir="auto">CONFIGURATION</h5>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">Centos</p>
<h5 dir="auto">SUMMARY</h5>
<p di... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">no_log</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.1.0
config fil... | 1 |
<p dir="auto">The icons from material-ui-icon have no TS typings, so there's no way to import them without getting a (Could not find a declaration module for module FOOBAR) warning.<br>
The only workaround is to use an old const AddIcon = require('material-ui-icons/Add').default;</p>
<ul class="contains-task-list">
<... | <p dir="auto">I am trying to change the default color for the palette for example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import { red, grey } from 'material-ui/colors'
const theme = createMyTheme({
palette: {
primary: red['300'... | 0 |
<p dir="auto">Maybe something like this?</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) Object.defineProperty(d,... | <p dir="auto">The following code:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var i = 0, j = 0;
class Base {
get instanceAccessor() { return ++i; }
static get staticAccessor() { return ++j; }
toString = () =>... | 1 |
<p dir="auto">MSRA's deformable Convolution Net needed~<br>
i found that it had been implement in pytorch at :<a href="https://github.com/oeway/pytorch-deform-conv">https://github.com/oeway/pytorch-deform-conv</a><br>
is there any possiblity add this module into core of pytorch?</p> | <h2 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature</h2>
<p dir="auto">Exactly as introduced in Microsoft paper : <a href="https://arxiv.org/pdf/1703.06211.pdf" rel="nofollow">https://arxiv.org/pdf/1703.06211.pdf... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https... | <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 |
<h3 dir="auto">Description</h3>
<p dir="auto">Building a kd-Tree can be done in O(n(k+log(n)) time and should (to my knowledge) not depent on the details of the data. However, the KDTree implementation in scikit-learn shows a really poor scaling behavior for my data. I cannot produce this behavior with data generated b... | <p dir="auto">I don't know if this is related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="125766835" data-permission-text="Title is private" data-url="https://github.com/scikit-learn/scikit-learn/issues/6147" data-hovercard-type="issue" data-hovercard-url="/scikit-learn/scikit... | 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" 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... | 0 |
<p dir="auto">It is very common to add statistical annotations when comparing boxplots or barplots. See the screenshot for an example.</p>
<p dir="auto">(A) Are there any plans to include a similar feature or (B) to at least facilitate the addition of such annotations?</p>
<p dir="auto"><a target="_blank" rel="noopener... | <p dir="auto">Seems like there is something preventing heatmap annotation but I'm not sure what. To reproduce this just run the example <a href="http://stanford.edu/~mwaskom/software/seaborn/examples/heatmap_annotation.html?highlight=heatmap" rel="nofollow">here</a>.</p>
<p dir="auto">This is what I get:</p>
<p dir="au... | 0 |
<p dir="auto">Does anyone thought about adding support for fluent API (something similar/same as Dart does)?</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class A {
k = 10;
constructor(private n) {
}
run(): void { ... ... | <p dir="auto">With <code class="notranslate">noImplicitAny: true</code> set, the following should fail, but it doesn't:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const x = ({ f }) => 1;"><pre class="notranslate"><span cl... | 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/xxxx</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-li... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/react</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-l... | 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/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | <p dir="auto">There is a difference between timeout and network timeout. In FailoverClusterInvoker, whether it is timeout or network timeout, it is ignored. If it is a business timeout, then two retry attempts will cause an avalanche effect. In FailfastClusterInvoker, there is no fault tolerance for network timeouts. I... | 0 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.3.0</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">Hello!</p>
<p dir="auto">I'm using taskflow api for my dag and was trying to run the last task even if the previous task failed, I used <code class="notranslate">@task(trigger_rule=TriggerRule.ALL_DONE)</c... | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.3.2 (latest released)</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">Using TaskFlow API and have 2 tasks that lead to the same downstream task. These tasks check for new data and when found will set an XCom entry of the new filename for the downstream to ... | 1 |
<h5 dir="auto">Description of the problem</h5>
<p dir="auto">I have an issue when I export a JSON file from Maya using the JSONExporter. I have been trying to export a character with morph targets, but can see no option for this on export and no field for 'Morph Targets' in the JSON file after export.</p>
<p dir="auto"... | <p dir="auto"><a href="http://browserify.org/" rel="nofollow">Browserify</a><br>
Moving to this architecture has advantages and disadvantages. Please add your thoughts.</p>
<p dir="auto">Note: this does not require three.js consumers to use browserify.</p> | 0 |
<p dir="auto">We are building a Numpy python wheel from source, and binding it to a version of MKL that is installed on our cluster. Since Numpy 1.19, a single test fails when running <code class="notranslate">numpy.test()</code> :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" d... | <p dir="auto">python-3.8.3, numpy 1.19.0</p>
<p dir="auto">numpy is compiled against intel mkl 2018.2.199 (newer versions of mkl + numpy => nvidia's nvblas no longer work )</p>
<p dir="auto">OS ubuntu linux.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard... | 1 |
<p dir="auto">Starting the 0.3 pre-release binary on Mac 10.8.5 and also another machine with 10.9.1 just stops after the the call</p>
<p dir="auto">"exec '/Users/.../.../julia.app/Contents/Resources/julia/bin/julia'</p>
<p dir="auto">[Process completed]</p>
<p dir="auto">0.2 works.</p> | <p dir="auto">Julia-0.3.0-prerelease-d2d9bd93ed for OSX 10.6 64-bit crashes instantly at launch on an iMac model iMac10,1 with Mac OS X 10.6.8 processor Intel Core 2 Duo 3.06 GHz</p>
<p dir="auto">I don't have any debug tools on this machine but I think it is an illegal instruction.</p>
<p dir="auto">Julia 0.2 for OSX ... | 1 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project... | <p dir="auto">Before I begin, I am aware that this is a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="135753957" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/4583" data-hovercard-type="issue" data-hovercard-url="/electr... | 0 |
<p dir="auto">When a site redirects to an URL containing "/../", requests passes it verbatim instead of interpreting it.</p>
<h2 dir="auto">Expected Result</h2>
<p dir="auto">requests should remove the ".." component and the previous component, by interpreting the ".." as meaning "parent folder".<br>
All real browsers ... | <p dir="auto">Browser & other tools seem to ignore trailing dot in the URL. Unfortunately <code class="notranslate">requests</code> does not.</p>
<p dir="auto">Compare</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ curl -s https://github... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=youngm" rel="nofollow">Mike Youngstrom</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3370?redirect=false" rel="nofollow">SPR-3370</a></strong> and commented</p>
<p dir="auto">There are cases where PersistenceAnno... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=prickus" rel="nofollow">Osvaldas Grigas</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8269?redirect=false" rel="nofollow">SPR-8269</a></strong> and commented</p>
<p dir="auto">When using AnnotationConfigApplicati... | 0 |
<p dir="auto">...to have a better visual separation from files</p> | <p dir="auto">Can you please add file icons support in the tree view?</p>
<p dir="auto">I know that access from extension to the DOM is restricted. But it will be good to add some language-id attribute to the tree-view element. For example in the <a href="https://github.com/Microsoft/vscode/blob/master/src/vs/base/part... | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">Create a nested navigator. The top level navigator handles back just fine, but a WillPopScope within the inner navigator is completely ignored.</p>
<p dir="auto">This is still the case if a WidgetsBindingObserver is used with the inner navigator.</p>
<h2 dir="auto">D... | <p dir="auto"><a href="https://docs.google.com/document/d/1Q0jx0l4-xymph9O6zLaOY4d_f7YFpNWX_eGbzYxr9wY/edit#heading=h.l6kdsrb6j9id" rel="nofollow">Design doc</a></p>
<p dir="auto">The goal for this refactoring:</p>
<ul class="contains-task-list">
<li class="task-list-item">
<p dir="auto"><input type="checkbox" id="" di... | 1 |
<p dir="auto"><strong>Apache Airflow version</strong>:<br>
2.1.0</p>
<p dir="auto"><strong>Environment</strong>:</p>
<ul dir="auto">
<li><strong>Cloud provider or hardware configuration</strong>:</li>
<li>AWS ECS EC2 mode. RDS PostgreSQL for DB.</li>
<li><strong>OS</strong> (e.g. from /etc/os-release):</li>
<li>RedHat<... | <p dir="auto"><strong>Apache Airflow version</strong>: 2.1.0</p>
<p dir="auto"><strong>Browsers</strong>: Chrome and Firefox</p>
<p dir="auto"><strong>What happened</strong>:</p>
<p dir="auto">Before upgrading to 2.1.0</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.git... | 1 |
<p dir="auto">If you know how to fix the issue, make a pull request instead.</p>
<ul class="contains-task-list">
<li>[x ] I tried using the <code class="notranslate">@types/node</code> package and had problems.</li>
<li>[ x] I tried using the latest stable version of tsc. <a href="https://www.npmjs.com/package/typescri... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/xxxx</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-li... | 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): No</li>
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10</li>
<li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the... | <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): Windows 10</li>
<li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if th... | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto">We have a multi-page website that uses Webpack v4. Some pages have entry files. All pages have UI that needs JS to run.</p>
<p dir="auto">In the past, we have had an entry that acts as a global JS initializer. This contains code for the site navigation, modernizr, and other ... | <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/niieani/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/niieani">@niieani</a></p>
<ul class="contains-task-list">
<li class="task-list-item">
<p dir="a... | 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" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<p dir="auto">Hi, I would like to have an option to be able to add an apiPort, same as baseUrl to playwright.config what could possibly improve the way I can manage the projects - also helping to handle api testing.</p> | <p dir="auto">Let us know what functionality you'd like to see in Playwright and what your use case is.<br>
Do you think others might benefit from this as well? <strong>Yes</strong></p>
<p dir="auto">From time to time, we like to test our API as well with Playwright. Sometimes the format is different from the baseUrl, ... | 1 |
<p dir="auto">When running the following query:</p>
<div class="highlight highlight-source-cypher notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="FOREACH ( n0 IN [] | CREATE ()<-[x:A]-(), ({n1:endNode(x).n2}) )"><pre class="notranslate"><span class="pl-k">FOREACH</span> (... | <p dir="auto">Attempting to create a uniqueness constraint causes Neo4J to hang.</p>
<p dir="auto"><strong>Neo4j Version:</strong> 3.2.6<br>
<strong>Operating System:</strong> Ubuntu 16.04<br>
<strong>API:</strong> Cypher in web interface, also occurs from Py2Neo</p>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto... | 0 |
<p dir="auto">I did some work in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="189329851" data-permission-text="Title is private" data-url="https://github.com/vercel/next.js/issues/259" data-hovercard-type="pull_request" data-hovercard-url="/vercel/next.js/pull/259/hovercard" href=... | <p dir="auto">Repo will add CI for automatic testing when have new pull request ?</p> | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<p dir="auto">I'm doing</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" def start_requests(self):
while 1:
words = read_a_list_wanna_crawl()
ips = get_a_ip_list()
if words.count() > 0:
... | <p dir="auto">Hey, I'm wondering what would be the correct way of suspending the crawler in a scenario like this:</p>
<ul dir="auto">
<li>Crawl a table page per page</li>
<li>Stop once an item on the page has already been processed</li>
</ul>
<p dir="auto">Let's say I have 5 pages defined in the start_urls, these pages... | 0 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="question" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2753.png">❓</g-emoji> Questions and Help</h2>
<h3 dir="auto">Please note that this issue tracker is not a help form and this issue will be closed.</h3>
<p dir="auto">We have a set of <a href... | <p dir="auto">Going through the code, I see there is already support for ROI Pooling CUDA kernels. It would be great to have support for various ROI Pooling operations as easy to add layers to facilitate research in object detection and semantic/instance segmentation.</p>
<p dir="auto">Here is a live checklist:</p>
<ul... | 0 |
<h4 dir="auto">Challenge Name</h4>
<p dir="auto">Record Collection</p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">If I test by hand updateRecords(5439, "tracks", "Take a Chance on Me"); it wont work, otherwise any other test will work and valid challenge.</p>
<p dir="auto">try :</p>
<h4 dir="auto">Invalid C... | <p dir="auto">I think it would be better if only the most recent version of a project is shown on one's profile page. Let the discussion begin!</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/10459779/10044696/f2e3a110-61ca-11e5-98f3-0100007b0452.... | 0 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Whenever I do <code class="notranslate">npm run build</code> it doesn't remove the old files from previous builds inside the .next folder. This eventually causes the <code class="notranslate">.next/server/static/</code> folder to have a l... | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto"><code class="notranslate">core-js</code> is getting loaded in my bundles, multiple times actually, both in my <code class="notranslate">main.js</code> file and my <code class="notranslate">_app.js</code> file, and I have no use for it.</p... | 0 |
<p dir="auto">It appears that when there is a path outside the plotting limits then not all the path coordinates get plotted. When I run the code below with <code class="notranslate">xmax=1.1</code> versus <code class="notranslate">xmax=1.0</code>, the axvspan is plotted wrong in latex. Inspection of the pgf file for... | <p dir="auto">I have a figure that I need to compile using PGF backend because the \Game symbol is incorrect (another issue will be opened for that problem).</p>
<p dir="auto">But when I do, the curves bounding the fill seem to get cropped to the visible window, which breaks the fill, as seen here:</p>
<p dir="auto"><a... | 1 |
<p dir="auto">On this page, clicking the link <strong>[source]</strong> brings you to a 404 page:<br>
<a href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.trapz.html" rel="nofollow">https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.trapz.html</a></p> | <p dir="auto">I wanted to consult the source code of interpolate univariate at the following link :<br>
<a href="http://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.UnivariateSpline.html#scipy.interpolate.UnivariateSpline" rel="nofollow">http://docs.scipy.org/doc/scipy/reference/generated/scipy.interp... | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Since <code class="notranslate">v4.20.0</code> defining an <code class="notranslate">output.library</code> as an Array results in <code class="notranslate">var = undefined</code> without a <code class="notransl... | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Combination of <code class="notranslate">output.libraryTarget: 'window'</code> and <code class="notranslate">output.library: string[]</code> gives an erroneous rusult:</p>
<div class="snippet-clipboard-cont... | 1 |
<p dir="auto">Bug fixes to <code class="notranslate">Table</code> and <code class="notranslate">TableBody</code> components.</p>
<p dir="auto">I have made some bug fixes to <code class="notranslate">v0.20.0</code>, how can I submit them as a PR? There's no base branch for that version.</p>
<p dir="auto"><a href="https:... | <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/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<p dir="auto">A... | 0 |
<p dir="auto">Suppose we wish to form a prediction by bagging a number of SVCs.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np
from sklearn.svm import SVC
from sklearn.ensemble import BaggingClassifier
# ... | <p dir="auto">Hi,</p>
<p dir="auto">The BaggingClassifier does not check if the number of classes of the random drawn samples for one of its estimators matches the number of classes in the dataset, resulting in an error message when its predict method is used:</p>
<div class="snippet-clipboard-content notranslate posit... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.