text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV = 4.5.0</li>
<li>Operating System / Platform => Raspbian 32 Bit</li>
<li>Compiler => Visual Studio 2017</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">This is my program:<br>
import cv2<br>
img = cv2.imread('test.png',1... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4</li>
<li>Operating System / Platform => aarch64 (debian based OS)</li>
<li>Compiler => g++ 8.3.0</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I have opencv as an external dependency that I compile from sourc... | 1 |
<p dir="auto">Code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="macro_rules! macro_ {
($t:ty) => {
#[test]
fn test() { }
}
}
struct Foo;
struct Bar;
macro_!(Foo);
macro_!(Bar);"><pre class="notranslate"><code cla... | <p dir="auto">TaskBuilder::spawn() is causing a "conditional jump or move depends on uninitialized values(s)" error in valgrind.</p>
<p dir="auto"><code class="notranslate">fn main() { spawn(proc() {}) }</code><br>
Is the absolute minimum required to reproduce, and the error message is still present if a TaskBuilder is... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="c... | 0 |
<p dir="auto">I am testing the latest VS Code insiders build (Version 0.10.10-insider (0.10.10-insider)). With the introduction of the new Salsa JS language service, "Goto symbol" no longer works for JS files with old module pattern (anonymous closure) or with AMD modules. I understand that, as documented, Salsa can't ... | <p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/warpdesign/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/warpdesign">@warpdesign</a> on February 17, 2016 11:21</em></p>
<p dir="auto">I hav... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [Versión 10.0.18363.900]
PowerToys version: V0.19.2 (and V0.19.1)
PowerToy module for which you are reporting the bug (if applicable):Keyboard Man... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<ul dir="auto">
<li>I want to map 'Print Screen' single button to run a shortcut 'Win Key + Print Screen'. To take screenshot with single key.</li>
<li>Remap keys only allow one key as source and target.</li>
<li>Remap shortcuts doesn't allow source to be one k... | 0 |
<p dir="auto">Hi,</p>
<p dir="auto">First of all, thank you for a great library that I'm using almost daily. I have recently updated seaborn to the latest version, and I'm now facing a bug that I did not have before. When a dataset is missing x/hue pairs, using pointplot will throw a ValueError. See minimal example bel... | <p dir="auto">Hi guys,</p>
<p dir="auto">I recently updated python packages, and it broke my script running under python 3.8. Sadly, I don't have a list of the previous versions. I try to reinstall fresh on python 3.9, but the problem persists. Both on Mac OS 10.15 and Windows 10. Here are the versions presently used:<... | 1 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/2004" rel="nofollow">http://projects.scipy.org/numpy/ticket/2004</a> on 2011-12-23 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/charris/hovercard" data-octo-click="hovercard-link-click" data... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1973" rel="nofollow">http://projects.scipy.org/numpy/ticket/1973</a> on 2011-11-04 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/bsouthey/hovercard" data-octo-click="hovercard-link-click" dat... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 2.4.13.7-4-gfd63c6041</li>
<li>Operating System / Platform => Windows 10.0.17134 AMD64</li>
<li>Compiler => Visual studio 15 2017</li>
<li>CMake =>3.12.3</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">If I set... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.4.0</li>
<li>Operating System / Platform => Ubuntu/docker</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I was trying to inference on Yolo trained model using OpenCV 4.4.0 with a python code.<br>
The issue I had i... | 0 |
<p dir="auto"><strong>Glide Version</strong>: 4.5.0</p>
<p dir="auto"><strong>Integration libraries</strong>: okhttp3-integration</p>
<p dir="auto"><strong>Device/Android Version</strong>: doesn't seem device related. The warning shows on emulators and every test devices I have.</p>
<p dir="auto"><strong>Issue detai... | <p dir="auto">I'm trying to use glide 4.0.0-RC0 by Gradle:</p>
<div class="highlight highlight-source-groovy-gradle notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="dependencies {
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.caverock:androidsvg:1.2.2... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">I followed the new instructions for the <a href="https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/cmake/README.md">CMake build on Windows</a>.<br>
The C++ example program <code class="notranslate">tf_tutorials_example_trainer.exe</code> build and run successful... | <p dir="auto">(Copied from <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/laudney/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/laudney">@laudney</a>'s comment on <a class="issue-link js-issue-link" data-error-... | 1 |
<p dir="auto">When Python Requests is used to contact a server which returns multiple <code class="notranslate">Set-Cookie</code> response headers, Python Requests combines them into one header field with the values separated by commas.</p>
<h2 dir="auto">Expected Result</h2>
<p dir="auto">Using Nginx as my origin serv... | <p dir="auto">Many web-apps send cookie in multiple Set-Cookie headers, one header for one cookie. Requests joins this headers in one big header separate by comma.</p>
<p dir="auto">From same webapp to requests.get</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipb... | 1 |
<p dir="auto">Hi,<br>
afraid I'm a flutter newbie. I was asked to report this bug.<br>
I'll report back if I crack it.<br>
Many thanks,<br>
Andy.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Performing hot reload...
Syncing files to device A... | <p dir="auto">The "Text Fields" option is hidden underneath the Android system buttons. I am on a Nexus 6P.</p>
<p dir="auto">I can scroll up to see "Text Fields" but then the list animates back down. The last item I can see is "Tooltips".</p> | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+fontSize">issues</a> of this repository and believe that th... | <p dir="auto">Is there any possibility that as part of the release process, the ES2015 Components can be included as part of the published NPM artifacts?</p>
<p dir="auto">I'm working in a large React app, which is already doing transpiling and I don't want the babel transform-runtime as part of every component (babel-... | 0 |
<p dir="auto">I dragged in an XML file (with the extension <code class="notranslate">.config</code>) into Atom and it tried to render it in the browser. Running v. 0.209.0 on Windows Server 2008 R2.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/... | <p dir="auto">Atom's drag&drop feature seem quite buggy. Sometimes it just won't open a dragged file, but even worse bug is when decides to open the file as if it was a real browser, efectively replacing the entire editor with the content of the file.</p>
<p dir="auto">Video: <a href="http://youtu.be/EPRRFs9SQbs" r... | 1 |
<p dir="auto">Hi.<br>
I like this project very much. Please note that I have troubles to change the program's settings (see below), so that, it is possible that some of my comments/ideas may already be available.</p>
<ol dir="auto">
<li>I use Visual Studio and every time I select settings option, a window with Visual S... | <p dir="auto">I installed the terminal from the windows app store, created a powershell tab, ran a command.</p>
<p dir="auto">I then wanted to copy that command text, so I highlighted it, then pressed ctrl + c but it doesn't appear to have copied the command text. I also tried ctrl + shift + c. Getting desperate I righ... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">We are currently implement <a href="https://github.com/AnalyticalGraphicsInc/3d-tiles/tree/master/TileFormats/Batched3DModel">b3dm</a> (a format that encapsulates glTF) support in our project and have encountered a few problems with the current GLTFLoader implementation.</p>
<p dir="... | <p dir="auto">After introducing support for texture repeat and offset in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="894609103" data-permission-text="Title is private" data-url="https://github.com/mrdoob/three.js/issues/21852" data-hovercard-type="pull_request" data-hovercard-url... | 0 |
<p dir="auto">I've upgraded from Symfony 2.3 to Symfony 2.5 and encountered a problem.</p>
<p dir="auto">Before I had the following code (entity with: <code class="notranslate">Assert\Callback(methods={"isEmailCollectionValid", "isCompanySelected"})</code>)</p>
<div class="highlight highlight-text-html-php notranslate... | <p dir="auto">Hello,</p>
<p dir="auto">When using Validator 2.5 to validate an array of scalars, the <code class="notranslate">propertyPath</code> of the returned violations has really strange values.</p>
<p dir="auto">Consider the following script:</p>
<div class="snippet-clipboard-content notranslate position-relativ... | 1 |
<ul dir="auto">
<li>VSCode Version:0.10.13 insiders</li>
<li>OS Version:Windows 10</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Open a file with characters without indenting</li>
<li>Set cursor to the right and try to column select moving mouse to the left<br>
You can't select the first characte... | <ul dir="auto">
<li>VSCode Version: 0.10.13-insider</li>
<li>OS Version: Windows 10</li>
</ul>
<p dir="auto">I am properly enjoying the new <em>insider</em> release - it offers so much! - and it is with great regret that I must file this first bug...</p>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Create ... | 1 |
<p dir="auto">Sorry if this is a duplicate. I searched and searched and I didn't find something quite the same, but it <em>is</em> similar and probably related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="352877413" data-permission-text="Title is private" data-url="https://git... | <ul dir="auto">
<li>Electron version: 1.7.10</li>
<li>Operating system: Mac OS High Sierra and Mac OS Sierra</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">shell.openExternal() should open the url in the chrome new tab.</p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">If you open a url using shell.... | 0 |
<p dir="auto">[X] feature request</p>
<p dir="auto">This is a feature I am proposing for a future Angular.</p>
<p dir="auto"><strong>Current behavior</strong></p>
<p dir="auto">Both FormGroup and FormControl provide <code class="notranslate">.valueChanges</code>, and observable stream of changes to the control or group... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report => search github for a similar issue or PR before submitting
[X] feature request
[ ] support request =&g... | 0 |
<p dir="auto">Extended from <a href="http://stackoverflow.com/questions/37032251/tensorflow-image-resize-mess-up-image-on-unknown-image-size" rel="nofollow">Stackoverflow question</a></p>
<h3 dir="auto">Environment info</h3>
<p dir="auto">Operating System: Ubuntu 14.04 / OS X Yosemite</p>
<p dir="auto">Installed versio... | <p dir="auto">It looks like the op <code class="notranslate">tf.image.resize_images()</code> has no effect on the image shape when the parameters <code class="notranslate">new_height</code> and <code class="notranslate">new_width</code> are dynamically computed (this is possible since the fix of issue <a class="issue-l... | 1 |
<p dir="auto">Hi team ,<br>
I am facing trouble while navigation from one challenge to next challenge. It is showing error while I move to next challenge after completion of the current challenge successfully.<br>
I am attaching screenshot also.<br>
Please help.</p>
<p dir="auto"><a target="_blank" rel="noopener norefe... | <p dir="auto">Intermediate Algorithm Scripting challenge "Missing Letter" - helpful links "String.charCodeAt()" url link is incorrect.</p> | 0 |
<p dir="auto">I seem to be getting setFunctionBreakpoints requests after the launch request whereas setBreakpoints requests come in before the launch request. Should I be using the configurationDone request or something here? BTW the extension is configured to send the initialized event in the processing of the initi... | <ul dir="auto">
<li>VSCode Version: 0.10.12-alpha</li>
<li>OS Version: Windows10</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Launch app and open a folder for "Blank Node.js TypeScript" project.</li>
<li>Click on debug icon from the view bar and set node debugger.</li>
<li>It will generate a lau... | 0 |
<p dir="auto">Setting up <a href="https://github.com/SphinxKnight/Twitter-Assistant">https://github.com/SphinxKnight/Twitter-Assistant</a>, at the <code class="notranslate">npm run build</code>, a TS1005 error was thrown. This is due to the signature of the <code class="notranslate">isArray</code> method in <code class... | <p dir="auto">This interface contains:<br>
isArray(arg: any): arg is Array;<br>
but I think it should be:<br>
isArray(arg: any): boolean;</p>
<p dir="auto">It doesn't compile as it is.</p> | 1 |
<p dir="auto">React version: 18.0.x, 18.1.x, 18.2.x</p>
<h2 dir="auto">Steps To Reproduce</h2>
<ol dir="auto">
<li>Visit provided sandbox</li>
<li>Open console and observe logs displayed twice.</li>
<li>Click the button and observe the rendering log happens twice, the effect log happens once.</li>
</ol>
<p dir="auto">L... | <p dir="auto">When trying to use react-addons-perf@15.1.0 in Google Chrome, it is found that after Perf.start(), error messages displayed<br>
Warning: There is an internal error in the React performance measurement code. Did not expect ctor timer to start while componentDidMount timer is still in progress for another i... | 0 |
<p dir="auto">When working in a CSS file (or presumably any type of file), if the file is updated from an outside source, the position of the page will reset causing you to have to scroll back down to where you were.</p>
<p dir="auto">Case: When working in CSS, I often work both directly in the CSS and via Chrome Dev T... | <p dir="auto">steps to reproduce</p>
<ol dir="auto">
<li>open a log file in atom</li>
<li>scroll part way down the file</li>
<li>add new line to end of log file with an external tool/editor and save</li>
<li>go back and view the log file in atom</li>
</ol>
<p dir="auto">expected</p>
<ul dir="auto">
<li>log file is relo... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.5.1, on Mac OS X 10.13.5 17F77, locale en-CR)
[✓] Android toolchain - develop for Android devices (Android SDK... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.5.1, on Mac OS X 10.13.6 17G65, locale pt-BR)
[✓] Android toolchain - develop for Android devic... | 1 |
<h2 dir="auto">Guidelines</h2>
<p dir="auto">Please note that GitHub issues are only meant for bug reports/feature requests.<br>
If you have questions on how to use Neo4j, please ask on <a href="http://stackoverflow.com/questions/tagged/neo4j" rel="nofollow">StackOverflow</a> instead of creating an issue here.</p>
<p d... | <p dir="auto">The Neo4j server was starting just fine... Then I uninstalled and re-installed Java (to deal with another issue), and now the Neo4j server cannot even start!</p>
<ul dir="auto">
<li>
<p dir="auto">Neo4j version: Community Edition 3.4.9</p>
</li>
<li>
<p dir="auto">Operating system: Windows 10</p>
</li>
... | 1 |
<p dir="auto">I am working on an app with messaging capability. When the app has been force closed or is running in the background the user receives a push notification. Clicking on the notification opens the app and ideally brings them to the thread of the message they just received. However, currently I am pushing th... | <p dir="auto">We should document how to add deep links to an app. This is the first<br>
use case mentioned in the larger discussion mentioned <a href="https://github.com/flutter/flutter/issues/10975#issuecomment-315862405" data-hovercard-type="issue" data-hovercard-url="/flutter/flutter/issues/10975/hovercard">in bug 1... | 1 |
<h3 dir="auto">Bug summary</h3>
<p dir="auto">The contour label (clabel) manual mode fails place any labels. When I click the plot I get an error:<br>
'QuadContourSet' object has no attribute 'ax'<br>
and no labels are added.<br>
I put the Contour Label Demo as an example with clabel option manual=True, but this has ha... | <h3 dir="auto">Bug summary</h3>
<p dir="auto">I used to be able to use a legend picker as described in this <a href="https://matplotlib.org/stable/gallery/event_handling/legend_picking.html" rel="nofollow">matplotlib tutorial</a>.<br>
It doesn't work anymore. I bet it was an up</p>
<h3 dir="auto">Code for reproduction<... | 1 |
<p dir="auto">Hello,</p>
<p dir="auto">I follow the installation steps to use stocks examples which is in examples/stocks folder.</p>
<p dir="auto">There, I executed pub get command and it was ok. Then, I tried to launch the sky_tool like said in the steps by steps instructions.</p>
<p dir="auto">On examples/stocks fol... | <p dir="auto">Rough TODO list:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Make //flutter/snapshotter work on Windows.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-ch... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18363.657]
PowerToys version: v0.17.0
PowerToy module: Markdown-Preview"><pre class="notranslate"><code class="not... | <p dir="auto">As often Markdown files contain technical instructions, it would be nice if the text in Markdown files could be selected and copied.</p>
<blockquote>
<p dir="auto">Note: I am the author of <a href="https://github.com/Atrejoe/MarkdownPreview">MarkdownPreview</a>, a Windows Explorer preview pane extension l... | 1 |
<p dir="auto">PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE</p>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.0.5-5441b09</p>
<p dir="auto">Call stack: at n.value (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:16721)<br>
at m (chrome... | <p dir="auto">PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE</p>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.0.4-3c6a219</p>
<p dir="auto">Call stack: at n.value (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:16721)<br>
at m (chrome... | 1 |
<p dir="auto">In Turkish QWERTY keyboards AltGr + q (right Alt) key combination means @ character. This combination does nothing at all in 1.121. I've also checked the keybindings. There is no keybinding on AltGr + q</p> | <blockquote>
<p dir="auto">Atom doesn't handle keyboards with Right Alt (i.e. AltGr). This is a very basic mistake. I have a Hungarian keyboard layout, I can only write specific keys like "|" (pipe) by pressing Right Alt (AltGr) and then W, which Atom doesn't recognize and treat like Alt-W or something?<br>
The point i... | 1 |
<p dir="auto">Even if the beta_distribution of the parameters shouldn't < 0, function rk_beta in distribution.c should check the arguments</p> | <p dir="auto">I'm currently trying to hunt down a <code class="notranslate">SystemError</code>, and could use some help. Basically, it occurs when attempting certain failing conversions from unicode to string arrays:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="aut... | 0 |
<h4 dir="auto">Issue Description</h4>
<p dir="auto">The new Wiki search does not allow scrolling through the article titles. Only the first title in the list is clickable.</p>
<h4 dir="auto">Browser Information</h4>
<ul dir="auto">
<li>Browser Name, Version: Chrome, Firefox, Edge</li>
<li>Operating System: Windows 10</... | <p dir="auto">When I mouse over the faded out links, my pointer doesn't turn into the click finger icon. It will for the links that aren't faded, though.</p> | 1 |
<h3 dir="auto">Problem revoking a subfolder</h3>
<p dir="auto">Currently you cannot revoke a subfolder permission.<br>
<strong>example :</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="///1. Request permissions needed
c... | <p dir="auto">I'm experiencing a strange bug with <code class="notranslate">Deno</code>.</p>
<p dir="auto">When a exception is thrown the main process panics. This is the trace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="thread 'main' pani... | 0 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto"><code class="notranslate">Path.intersects_path</code> returns <code class="notranslate">True</code> for the following paths, when they don't intersect at all (as shown by Shapely). This is a simplified <code class="notranslate">... | <p dir="auto">This no longer works:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import matplotlib.pyplot as plt
from cycler import cycler
plt.rc('axes', prop_cycle=(
cycler('dashes', [(None, None), (None, None), (6, 6... | 0 |
<p dir="auto">by <strong><a href="mailto:r@rcrowley.org">r@rcrowley.org</a></strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
1. `8g fence.go && 8l fence.8 && ./8.out`
2. In another terminal, send SIGUSR2 to the 8.out process.
What is the expected output?
18:49:05.074168 f... | <p dir="auto">by <strong>aka.spin</strong>:</p>
<pre class="notranslate">It would be nice to set additional library path to gotest. Like "-L" in *l.</pre> | 0 |
<h4 dir="auto">Description</h4>
<p dir="auto">Enter into the doc directory and try to make and generate pdf manual file, failed.</p>
<h4 dir="auto">Steps/Code to Reproduce</h4>
<ol dir="auto">
<li>Update the codebase to the latest version.</li>
<li>Enter into the "doc" directory, and type the cmd: make latexpdf</li>
... | <p dir="auto">We currently use Travis to run unit tests with various versions of dependencies, including python 2. But we only run the examples when building the docs in python 3 with Circle CI. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="265913081" data-permission-text="Title is... | 1 |
<h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">In Windows 10, whenever Windows Terminal is launched it automatically launches as the Powershell profile even when opening a new terminal tab. The user should have free control on which profile they wish to use as default.</p>
<h1 dir="auto">... | <p dir="auto"><code class="notranslate">right click </code>position the cursor somewhere on the text displaying on the console, and while holding <code class="notranslate">shift button</code> move the cursor somewhere else and then <code class="notranslate">right click</code> to select the text between the 2 positions ... | 0 |
<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 "><pre class="notranslate"><code class="notranslate">[x] bug report
</code></pre></div>
<p dir="auto"><strong>Current behavior</s... | <p dir="auto">UPD: Given discussion below, apparently the behavior is what it supposed to be. I am not closing, as there might be some more discussion.</p>
<p dir="auto"><strong>I'm submitting a ...</strong> [x ] bug report</p>
<p dir="auto"><strong>Current behavior</strong><br>
I created a couple of routes with data ... | 0 |
<p dir="auto">Flow now has <a href="https://medium.com/flow-type/even-better-support-for-react-in-flow-25b0a3485627" rel="nofollow">better support for React</a>. We should upgrade the <code class="notranslate">with-flow</code> example to use the new version of flow.</p>
<p dir="auto">Also, I don't know much about addin... | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Page open from Link not use assetPrefix to load chunked js when using granularChunks</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Steps to reproduce the behavior, please provide code snippets or a repository:</p>
<p dir="auto">Let's... | 0 |
<p dir="auto">Currently there is no User feedback when a user attempts to verify that a challenge is complete. The change from a tick to an X is very subtle and I would suggest implementing a screen flash. This would be especially helpful with people with slow/unreliable internet connections where it may take a while f... | <p dir="auto">The <code class="notranslate">Run tests (ctrl + enter)</code> button in waypoints doesn’t give any visual feedback when the wrong code is submitted.</p>
<p dir="auto">It would be nice to have this, especially useful to a novice <code class="notranslate">Camper</code>.</p> | 1 |
<p dir="auto">I started trying to use VSCode with ES6 and I'm running into this. Changing the declaration to <code class="notranslate">import * as path from 'path'</code> for example works for intellisense, but then babel's transpiled output is invalid. Is there a plan to switch to the current syntax? If not, could an... | <p dir="auto">I try to do this:<br>
<code class="notranslate">import React, {Component} from 'react';</code></p>
<p dir="auto">But I don't know how to define the <code class="notranslate">react.d.ts</code> to support this valid ES6 behavior.</p>
<p dir="auto">The compiler produces this error:<br>
<code class="notransla... | 1 |
<p dir="auto">alpine 3.5 python 2.7<br>
Installing tensorflow using pip succesfully, but after <code class="notranslate">import</code> tensorflow` I got this</p>
<blockquote>
<p dir="auto">ImportError: Error relocating /usr/lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow_internal<br>
.so: __sprintf_chk... | <h1 dir="auto">OS</h1>
<p dir="auto">Host: Windows 10 Professional 64bit<br>
Docker container : Alpine<br>
<code class="notranslate">/ # cat /etc/issue</code><br>
Welcome to Alpine Linux 3.6<br>
Kernel \r on an \m (\l)</p>
<p dir="auto"><code class="notranslate">/ # uname -a</code><br>
Linux 3b851449cb60 4.9.27-moby ... | 1 |
<h4 dir="auto">Challenge Name</h4>
<p dir="auto">All challenges in which there is a lot of code<br>
For example Warn your Users of a Dangerous Action</p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">Sometime when I go to next challenge something strange occurs. I'm pointing to one place, but it seems that in fac... | <p dir="auto">Style Text Inputs as Form Controls<br>
<a href="https://www.freecodecamp.com/challenges/style-text-inputs-as-form-controls" rel="nofollow">https://www.freecodecamp.com/challenges/style-text-inputs-as-form-controls</a></p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">My cursor will not move through... | 1 |
<h3 dir="auto">Website or app</h3>
<p dir="auto">It's empty project creating with 'react-native init'</p>
<h3 dir="auto">Repro steps</h3>
<ol dir="auto">
<li>Start rn app in debug mode</li>
</ol>
<h3 dir="auto">How often does this bug happen?</h3>
<p dir="auto">Every time</p>
<h3 dir="auto">DevTools package (automated)... | <p dir="auto">The following code generates two <code class="notranslate"><button></code>'s and an <code class="notranslate"><input></code> field whose type changes respective to the type of button clicked (or dependent on the component <code class="notranslate">state</code>).</p>
<p dir="auto">So, if my ren... | 0 |
<p dir="auto">Describe what you were doing when the bug occurred:</p>
<ol dir="auto">
<li>Profiling my react web page</li>
<li></li>
<li></li>
</ol>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.1.2-5184346da</p>
<p dir="auto">Call stack: at Map.has ()<br>
at I... | <p dir="auto">With 10,000 item nesting in <code class="notranslate">DeeplyNestedComponents</code> case:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/810438/55670638-f3bec480-587e-11e9-850d-8a247aa42f7c.png"><img width="432" alt="Screen Shot 2019... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report
[ ] feature request
[ ] support request"><pre class="notranslate"><code class="notranslate">[x] bug report
[ ] feature request
[ ] support request
</code></pre></div>
<p dir="auto"><str... | <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
[ x ] support request... | 0 |
<p dir="auto">When trying out the standard lineplot example on my machine, the code stops with an error in algorithm.py line 85:</p>
<p dir="auto"><code class="notranslate">TypeError: Cannot cast array data from dtype('int64') to dtype('int32') according to the rule 'safe'</code></p>
<p dir="auto">line 85 is: <code cla... | <p dir="auto">Using the latest commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/mwaskom/seaborn/commit/74ca1908ff88383a722df51b4adfed4e3e84a83b/hovercard" href="https://github.com/mwaskom/seaborn/commit/74ca1908ff88383a722df51b4adfed4e3e84a83b"><tt>74ca190</tt></a>, it a... | 0 |
<p dir="auto">Currently hydration warnings only appear in the console and can be easy to miss. Since hydration errors can have very bad effects we should trigger the dev-error-overlay to make sure the user is aware of them</p> | <h1 dir="auto">Feature request</h1>
<p dir="auto">When a hydration error occurs, Next.js should open the error overlay since this is considered a fatal event.</p>
<p dir="auto">The code should be hot-linked so users can click-to-open in their editor.</p>
<p dir="auto">We did not implement this previously because React ... | 1 |
<p dir="auto">Test case: <a href="http://play.golang.org/p/9oz7e7AKzd" rel="nofollow">http://play.golang.org/p/9oz7e7AKzd</a></p>
<p dir="auto">In the example above A embeds b which embeds c. There are public functions on b, which is shown correctly in godoc as belonging to A. However, it seems like godoc only searche... | <pre class="notranslate">Fix the cmd/godoc side of issue
<a href="https://code.google.com/p/go/source/detail?r=f5b37c93e4c5bb2962c" rel="nofollow">https://code.google.com/p/go/source/detail?r=f5b37c93e4c5bb2962c</a> added some methods to
go1.txt that were always there, but neither cmd/godoc nor cmd/api (both with the... | 1 |
<p dir="auto">API Routes should emulate lambdas with run-to-completion semantics. This behavior should ensure API routes don't misbehave when deployed to production.</p>
<p dir="auto">Closes <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="5820" data-permission-text="Title is private"... | <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">Context</... | 0 |
<blockquote>
<p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/FranzPoize/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/FranzPoize">@FranzPoize</a></p>
</blockquote>
<h3 dir=... | <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="> babel . --out-dir dist
SyntaxError: Expected atom at position 2
\p{Script_Ex
^
at bail (/home/shm... | 0 |
<p dir="auto">I am having a confusing problem. It does look like a bug and hence I am reporting here, not sure if duplicate.</p>
<p dir="auto">I am using ansible version 2.0.0 locally on OSX El Capitan, to run a series of steps which sets up my machine for development for my project. The last step here is to add a few ... | <p dir="auto">Ansible crashes when creating links with_items and using <code class="notranslate">ansible_connection=local</code>. Here an example playbook for reproducing the behavior:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- name: the... | 1 |
<p dir="auto">I was designing my app using the <code class="notranslate">Layout</code> features provided by <a href="https://material-ui-1dab0.firebaseapp.com/layout/grid" rel="nofollow">material-ui@next</a>, I had some trouble du to the fact that <code class="notranslate">gutter</code> properties makes grow my contain... | <p dir="auto">The <code class="notranslate"><Grid container></code> extends beyond its parent, with half of spacing size.<br>
I have marked the extra width in red, also setting spacing to zero fixes the problem.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.gith... | 1 |
<p dir="auto">I just updated npm<br>
in the message I see<br>
run <code class="notranslate">npm fund</code> for details</p>
<p dir="auto">I ran npm fund and got<br>
npm WARN config global <code class="notranslate">--global</code>, <code class="notranslate">--local</code> are deprecated. Use <code class="notranslate">--... | <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">CI failure can be see... | 0 |
<p dir="auto">FAILED! => {"changed": false, "error_record": {"CategoryInfo": {"Activity": "", "Category": 14, "Reason": "RuntimeException", "TargetName": "Timed out waiting for scheduled task to start", "TargetType": "String"}, "ErrorDetails": null, "Exception": {"Data": {}, "ErrorRecord": {"CategoryInfo": "NotSpeci... | <p dir="auto"><em>From @autogun on September 19, 2016 13:44</em></p>
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">win_updates</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">ansible 2.1.1.0<br>
config file = /etc/ansible/ansible.cfg<b... | 1 |
<p dir="auto">Do not be imported to the mainstream?</p>
<p dir="auto"><code class="notranslate"> input::-ms-clear {display: none;} </code></p>
<blockquote>
<p dir="auto">・Text in right aligned input gets cuts off when using -ms-clear<br>
<a href="http://connect.microsoft.com/IE/feedback/details/776537" rel="nofollow">h... | <p dir="auto">When you add <code class="notranslate">text-align: right;</code> to a textbox (<code class="notranslate"><input type="text" /></code>) the last part of the text inside the textbox isn't displayed completely in Internet Explorer 10 as soon as the textbox loses focus.</p>
<p dir="auto">As long as the ... | 1 |
<p dir="auto">I'm currently attempting to compile a library called nalgebra (<a href="https://github.com/sebcrozet/nalgebra">https://github.com/sebcrozet/nalgebra</a>), but I am met with the following ICE each time I try to compile the project:</p>
<div class="snippet-clipboard-content notranslate position-relative ove... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="% uname -a
Darwin pair 14.1.0 Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64
% rustc --version --verbose
rustc 1.0.0-dev (a45e11773 2015-01-2... | 1 |
<p dir="auto">I just noticed after I update to version alpha <code class="notranslate">27</code> that if I have the following <code class="notranslate">@RouteConfig</code>:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@RouteCo... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="class MyClass {
constructor(@Attributes() atts: Map<string, string>)
}"><pre class="notranslate"><code class="notranslate">class MyClass {
constructor(@Attributes() atts: Map<string, stri... | 0 |
<p dir="auto">Playpen link: <a href="http://is.gd/LITiE8" rel="nofollow">http://is.gd/LITiE8</a><br>
Example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="use std::collections::HashSet;
fn main() {
let mut v = Vec::new();
foo(&m... | <p dir="auto"><a href="https://github.com/Ms2ger/servo/tree/ICE-reftests">https://github.com/Ms2ger/servo/tree/ICE-reftests</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="../../tests/reftest.rs:116:53: 116:64 error: mismatched types:
expe... | 1 |
<h4 dir="auto">Python Code</h4>
<ul dir="auto">
<li><strong>Before pd.melt</strong></li>
</ul>
<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({'A': {0: 'a', 1: 'b', 2: 'c'},
... | <p dir="auto">When using <code class="notranslate">melt</code>, I'd expect the type of the columns specified as <code class="notranslate">id_vars</code> to be preserved.<br>
Categorical types seem to be lost in the process:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" d... | 1 |
<p dir="auto">In Symfony <code class="notranslate">2.3.24</code> I'm receiving an PHP Fatal error while trying to throw 404 Exception with <code class="notranslate">createNotFoundException</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=... | <p dir="auto">In Symfony 2.7, we made it possible to use most features of Symfony without enabling the templating component (assuming you don't use a bundle relying on them of course).<br>
However, we have 3 shortcut methods in the base controller which are not compatible with such setup and force the usage of the temp... | 0 |
<p dir="auto">I keep failing to make defaults paramaters for my annotation routes.</p>
<p dir="auto">Look my routing.yml:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="some_route:
resource: "@CoreBundle/Controller/&q... | <p dir="auto">Say I import the following route:</p>
<p dir="auto">app/config/routing.yml</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="AcmeBusinessBundle_client:
resource: "@AcmeBusinessBundle/Resources/config/routin... | 1 |
<p dir="auto">Currently with the mysql_db module state=import tries to import the database again, thus making it non-idempotent. This is the error i'm getting; msg: ERROR 1062 (23000) at line 30: Duplicate entry '1' for key 'PRIMARY'</p>
<p dir="auto">With this playbook:</p>
<ul dir="auto">
<li>name: create website dat... | <p dir="auto">This happened in my last run, I can't get it to happen again. But it asked to be reported so here it is.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" [WARNING]: Calculating checksum failed unusually, please report this to the ... | 0 |
<p dir="auto">I am trying to run a python script from power BI, I have installed all the modules and dependencies but still get this error. I have uninstall and reinstall numpy but still not working. I installed python 3.8 and I am using windows 10. I do not think I have multiple python versions of python installed</p>... | <ul dir="auto">
<li>
<p dir="auto">how you installed Python - installed from this link <a href="https://www.python.org/ftp/python/3.8.3/python-3.8.3-amd64.exe" rel="nofollow">https://www.python.org/ftp/python/3.8.3/python-3.8.3-amd64.exe</a></p>
</li>
<li>
<p dir="auto">how you installed numpy - opened a notebook and w... | 1 |
<p dir="auto">I add class 'ng-animate' to a component, but when route changed, ng-enter and ng-leave was not added to the component.</p> | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> feature request</li>
</ul>
<p dir="auto"><strong>Current behavior</strong><br>
Router replaces the... | 1 |
<p dir="auto">In my application users have localized usernames.<br>
So user switch functionality doesn't work for russian usernames (maybe because browser change urls to something like <a href="http://domain.com/?_switch_user=%CF%F3%F5" rel="nofollow">http://domain.com/?_switch_user=%CF%F3%F5</a></p> | <p dir="auto">As a reminder, the Routing component is not fully unicode aware. There are cases that work and some don't work.</p>
<p dir="auto">Using a unicode string as content for a routing variable works currently, e.g. <code class="notranslate">/{var}</code> with <code class="notranslate">var='€1'</code> works as e... | 1 |
<blockquote>
<p dir="auto">The editor is not responding. Would you like to force close it or just keep waiting?</p>
</blockquote>
<p dir="auto">This is the message I keep getting sometimes when I try and close tabs or windows. Specifically, when I try to close a window that has the settings tab opened.</p> | <p dir="auto">This happens every time I quit atom now. I just pulled and built 10 seconds before this issue was created.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/69169/2612103/3096e72a-bbb8-11e3-9727-8bd7b3a08809.png"><img src="https://clou... | 1 |
<p dir="auto">clicking one or multiple task instances from /taskinstance/list/ view and choosing any new state, results in error screen</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/4283/96177660-3180bc80-0efc-11eb-8056-c9e3303b81a6.png"><img wid... | <p dir="auto">As part of the work on AIP-39 we want to make it so that <em>every</em> TaskInstance in the DB has DagRun.</p>
<p dir="auto">Now at "run time" this is already the case (baring the case where someone might delete a DagRun. Rare, now only possible by direct DB? I can't remember if Browse -> DagRuns allow... | 0 |
<p dir="auto">While working on a webhook auth server, I've found that the <code class="notranslate">kube-apiserver</code> logs don't include useful info when the API server fails to parse the response from the auth server. For example, the following response looks okay (the problem was the missing Content-Type header)... | <p dir="auto">Today I set up an apiserver with <code class="notranslate">--authorization-mode=Webhook,ABAC</code> and (accidentally) pointed the webhook at an endpoint that did not return a proper <code class="notranslate">SubjectAccessReview</code> object. The apiserver seemed to send the request payload to the server... | 1 |
<h3 dir="auto">Vue.js version</h3>
<p dir="auto">1.0.23</p>
<h3 dir="auto">Reproduction Link</h3>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<div id="currencies">
<br />{{currencies[0] | currency}... | <h3 dir="auto">Version</h3>
<p dir="auto">2.6.14</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="http://microseeds.com/vue-bug.html" rel="nofollow">http://microseeds.com/vue-bug.html</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ul dir="auto">
<li>use Chrome to load <a href="http://microseeds.com/vue... | 0 |
<p dir="auto">The markdown editor very nicely supports nested language syntax highlighting which is awesome. One small addition to make things easier is adding a autocomplete list of standard language names used in markdown. Cursor after three ticks ``` would list the languages.</p>
<p dir="auto">Optionally showing a s... | <ul dir="auto">
<li>VSCode Version: 1.2.0</li>
<li>OS Version: OS X 10.11.5</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Open VSCode</li>
<li>Open any folders</li>
<li>Browse some code (eg. c++, ts, php). Loading speed should be normal at this point.</li>
<li>Leave VSCode alone and do step 3 eve... | 0 |
<h4 dir="auto">Describe the workflow you want to enable</h4>
<p dir="auto">As a continuation to <a href="https://github.com/scikit-learn/scikit-learn/issues/18105" data-hovercard-type="issue" data-hovercard-url="/scikit-learn/scikit-learn/issues/18105/hovercard">18105</a>, I would like to propose a feature addition to ... | <p dir="auto">I propose a <code class="notranslate">__sk_clone__</code> method that <code class="notranslate">clone</code> calls (if the method exist). This way arbitrary objects can define how they want to be cloned. This is similar to mechanism behind <code class="notranslate">__sk_is_fitted__</code> + <code class=... | 0 |
<p dir="auto">Hi,</p>
<p dir="auto">For a project, I have created a Wizard plugin (the breacrumber is inspired from <a href="http://jsfiddle.net/weswinham/ySfN6/" rel="nofollow">http://jsfiddle.net/weswinham/ySfN6/</a>).</p>
<p dir="auto">If you want, you can integrate it.</p>
<p dir="auto">Cheers</p>
<hr>
<p dir="auto... | <p dir="auto">It would be great if you could add a progress tracker navigation device to your supported styles / examples.</p>
<p dir="auto">These are now pretty common place navigation items and I would think that other people would want this too.</p>
<p dir="auto">I've subverted a 'pager' for this purpose with some c... | 1 |
<p dir="auto">It would be great to have a way to access the values in:</p>
<p dir="auto"><code class="notranslate">#[link(name = "blob", vers = "1.0", author = "foo")];</code></p>
<p dir="auto">To print usage info in executables without duplicating this info.</p> | <p dir="auto">I'm going to naively suggest this because it seems like a better idea than making a copy of the whole <code class="notranslate">str</code> library for things that return <code class="notranslate">@str</code>. Now people can tell me why that's a bad idea :-)</p> | 0 |
<p dir="auto">It seems like <code class="notranslate">google/roberta2roberta_L-24_wikisplit</code> should be pre-processed differently than originally thought:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from transformers... | <h3 dir="auto">System Info</h3>
<ul dir="auto">
<li><code class="notranslate">transformers</code> version: 4.28.0.dev0</li>
<li>Platform: Linux-4.15.0-175-generic-x86_64-with-glibc2.27</li>
<li>Python version: 3.10.10</li>
<li>Huggingface_hub version: 0.13.4</li>
<li>Safetensors version: not installed</li>
<li>PyTorch ... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=hanswesterbeek" rel="nofollow">Hans Westerbeek</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4335?redirect=false" rel="nofollow">SPR-4335</a></strong> and commented</p>
<p dir="auto">This issue is identical to: <... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jtuchscherer" rel="nofollow">Johannes Tuchscherer</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8319?redirect=false" rel="nofollow">SPR-8319</a></strong> and commented</p>
<p dir="auto">When there are a lot of re... | 0 |
<p dir="auto">For the keyboard manager on remaping shortscuts, it would be really help full if I didn't have to have a modifer key along with another key. For example i'm attempting to remap Alt + Left to F2 however I can't do that as it require a modifer key so I would have to do Alt + F2.</p>
<p dir="auto">I did a se... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Ability to remap a single key (² for example, sleeping in the top left corner of my KB), and assign it for example to alt+space, in order to open powertoys run, or to "open a new terminal", or whatever</p> | 1 |
<p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">A specific test file (for color space testing) is causing threejs to become unresponsive and take the entire browser with it.</p>
<p dir="auto"><strong>To Reproduce</strong></p>
<p dir="auto">Steps to reproduce the behavior:</p>
<ol dir="auto">
<li>downl... | <p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">This appears to be the core issue behind <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1034512293" data-permission-text="Title is private" data-url="https://github.com/google/model-viewer/issues/2915" data-hovercard-... | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">I'm trying to use tabs to navigate between multiple forms, at my first program I used the example at the cookbook, using the default controller. The problem occurs if I tap at the TextField on the first tab, then I go to the last tab and when I return to the first ta... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">I have a PageView that contains the top level widgets for my app, with switching between them controlled by a BottomNavBar. As per <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Hixie/hovercard" data-octo-click="hovercard-li... | 1 |
<p dir="auto"><code class="notranslate">fetch('https://httpbin.org/cookies/set?foo=bar', cookies={'foo1':'bar1'}, meta={'dont_merge_cookies': True}, headers={'Cookie':'foor2=bar2'})</code></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="request... | <p dir="auto">This example is <a href="http://doc.scrapy.org/en/latest/topics/request-response.html#request-objects" rel="nofollow">straight from the documentation</a>, and does not work because if dont_merge_cookies is set on the request, then the cookie middleware skips all cookie processing and no cookies are ever s... | 1 |
<h1 dir="auto">Examples bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">When using a complete copy of with-ant-design-less sample, styles are loaded after an initial page render when nextjs is built to production</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Steps to reproduce the behavior, plea... | <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 ... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Ex... | <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>
<h2 dir="auto">... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">dependency</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.3.0
config fi... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Commit 3b69ef7e8b34d736770aed8f2b31cfec522ed2d8"><pre class="notranslate"><code class="notr... | 1 |
<p dir="auto">Hi guys.<br>
I'm working in project that's support Angular 2 and I want to upload images directly to API.<br>
How could I use Angular to do similar job ?<br>
I tried using [(ng-model)] with input type file. and I get path look like <code class="notranslate">C:/fakepath/imagename.png</code>.</p> | <p dir="auto"><strong>I'm submitting a ...</strong></p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> bug report</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" chec... | 0 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<p dir="auto">Executing</p>
<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({'a':[pd.Timestamp('2010-02-01'),
... | <p dir="auto">Hello guys, I'm using the apply method with axis=1 argument and returning a list for each row. The weird thing is when the length of this list is equal to the number of features in the original dataframe, this apply returns another dataframe, and a series if anything else. I don't know if this is intended... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">I am new to rust and was trying to write a simple program when I ran into this failure. The failure message with backtrace enabled is as follows :</p>
<p dir="auto">RUST_LOG=rustc=1,::rt::backtrace rustc list.rs<br>
rust: task 7f8a7b415f20 ran out of stack<br>
error: internal compil... | <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="enum FingerTree<A> {
Empty,
Single(A),
Deep(Node<A>)
}
struct Node<A> {
count: int,
front: Digit<A>,
inner: ~FingerTree<(A,A)>,
... | 1 |
<h3 dir="auto">Bug summary</h3>
<p dir="auto">Import of matplotlib leads to <code class="notranslate">KeyError: 'webagg.port'</code> on Slackware64-current.<br>
Seems related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1058947669" data-permission-text="Title is private" data-u... | <p dir="auto">When setting both the <code class="notranslate">markeredgecolor</code> and the <code class="notranslate">markerfacecolor</code> as a rgba tuple, the transparency of both seems to be set to the one of <code class="notranslate">markerfacecolor</code>. Could this be a bug in matplotlib or am I making a mista... | 0 |
<p dir="auto">It would be great if we can have either a <code class="notranslate">jitter</code> command or a <code class="notranslate">jitter</code> flag in <code class="notranslate">scatter</code>.<br>
I'm refering to something like <a href="http://docs.ggplot2.org/current/geom_jitter.html" rel="nofollow">ggplot2's ge... | <h1 dir="auto">Bug report</h1>
<h3 dir="auto">Bug summary</h3>
<p dir="auto">Changing the figure's dpi via <code class="notranslate">fig.set_dpi()</code> does not have the desired effect. There are strange things happening when saving or showing the figure as detailed below.</p>
<h3 dir="auto">Bug 1 - saving</h3>
<p di... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="c... | 0 |
<p dir="auto"><strong>Steps to reproduce and a minimal demo of the problem</strong><br>
Examine the response object returned by any <code class="notranslate">http.get</code></p>
<p dir="auto"><strong>Current behavior</strong><br>
<code class="notranslate">res.ok</code> is undefined.</p>
<p dir="auto"><strong>Expected/d... | <p dir="auto">I'm doing this</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" return this.http.request(request)
.map(res => {
if (!res.ok) {
console.error(res.ok);
... | 1 |
<p dir="auto">Even in the official website, checking this on an iphone4 doesn't display properly also.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-... | <p dir="auto">The bottom of both controls gets cut off by the navigation bar. Repros on the examples on material-ui.com</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/77620/8881551/e3c309aa-320e-11e5-8314-32f514bcd871.png"><img src="https://clou... | 1 |
<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"><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.): logging, logging level</p>
<hr>
<p dir="auto">I am using <code class="notranslate">--logtostderr=true</code> and I would like to be able to see on... | 0 |
<blockquote>
<p dir="auto">scipy.linalg.eigh</p>
</blockquote>
<p dir="auto"><strong>click</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
Not Found
The requested URL /doc/scipy-1.8.0/html-scipyorg/reference/reference/generated/scipy... | <p dir="auto"><a href="https://numpy.org/doc/stable/reference/generated/numpy.linalg.inv.html" rel="nofollow">Here</a>, for example, is a link to scipy.linalg.inv which is erroneously</p>
<blockquote>
<p dir="auto"><a href="https://docs.scipy.org/doc/scipy/reference/reference/generated/scipy.linalg.inv.html#scipy.linal... | 1 |
<p dir="auto">Very often we have code that uses <code class="notranslate">transferPropsTo</code>, but it's very heavy handed. Often times we just want to add a class or some style based on an option.</p>
<p dir="auto">Currently if we want to do that it looks something like this:</p>
<div class="highlight highlight-sour... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
This is a feature request.</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
There doesn't appear to be a way to pass context when calling <code class="notranslate">renderer.create</code></p>
<p dir... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | <h2 dir="auto">I'm submitting a...</h2>
<p dir="auto">[X] Bug Report<br>
[X] Feature request<br>
I am not sure if the behavior is intended but it clearly causes problems.</p>
<h2 dir="auto">Current behavior</h2>
<p dir="auto">We are unable to detach a ViewRef from <strong>ViewContainerRef A</strong> and attach it to a... | 1 |
<ul dir="auto">
<li>[*] 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>[*] I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a dupl... | <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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.