text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<h2 dir="auto">Steps to Reproduce</h2>
<ul dir="auto">
<li>Create a Flutter app on Webstorm</li>
<li>Make some modifications to main.dart.</li>
<li>Run the app.<br>
Expected: new changes take effect<br>
Actual: The app goes back to the sample template that was provided on creation</li>
</ul>
<p dir="auto">I've attached... | <p dir="auto">Add infrastructure to check for program elements changed in the last reload and not executed. Use this facility in flutter tools to figure out situations where the user makes changes that will not be reflected after a hot reload and warn users about the need to do a hot restart for the changes to take eff... | 1 |
<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">This issue exists in the latest npm version</h3>
<ul clas... | <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">When installing a loc... | 1 |
<p dir="auto">I am not sure if its just me but when I run <code class="notranslate">npm config get prefix</code> it hangs around 1-2 seconds.</p>
<p dir="auto">I am using this <a href="url">https://github.com/nvm-sh/nvm</a> to manage my Node versions which uses that npm command internally when new bash shell opens.</p> | <h1 dir="auto">What / Why</h1>
<p dir="auto">This is an attempt to resurrect this unresolved bug: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="185990332" data-permission-text="Title is private" data-url="https://github.com/npm/npm/issues/14458" data-hovercard-type="issue" data-hov... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mharhen" rel="nofollow">Michael Harhen</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-321?redirect=false" rel="nofollow">SPR-321</a></strong> and commented</p>
<p dir="auto">I have written code to enable initializ... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jkuipers" rel="nofollow">Joris Kuipers</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7820?redirect=false" rel="nofollow">SPR-7820</a></strong> and commented</p>
<p dir="auto">During a consultancy gig this came up... | 0 |
<p dir="auto"><code class="notranslate">Generator</code> inherits from <code class="notranslate">Iterator</code>, <code class="notranslate">Iterator</code> inherits from <code class="notranslate">Iterable</code>. And <code class="notranslate">list([iterable])</code> takes an <code class="notranslate">Iterable</code> as... | <p dir="auto">Hi there,</p>
<p dir="auto">I have a codebase that (so far) consumes data series in the form of dict-yielding iterators, similar in form to how DataFrame's constructor accepts a list of such. Unfortunately it seems from current implementation of that constructor, there is no straightforward way to consume... | 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/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected ... | <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 |
<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>yes</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.1</td>
</tr>
</tbody>
</... | <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>yes</td>
</tr>
<tr>
<td>Symfony version</td>
<td>4.1</td>
</tr>
</tbody>
</... | 0 |
<p dir="auto">This was the underlying cause of a problem reported on stackoverflow: <a href="http://stackoverflow.com/questions/43659827/numpy-error-when-specifying-axis-in-nanmax-while-nansum-works-an-the-same-case" rel="nofollow">http://stackoverflow.com/questions/43659827/numpy-error-when-specifying-axis-in-nanmax-w... | <p dir="auto">The documentation for numpy.dual states "Aliases for functions which may be accelerated by Scipy." One of the functions supported is cholesky. One would assume (I did) that the results will be the same regardless of whether scipy is installed or not; only the execution time might vary.</p>
<p dir="auto">H... | 0 |
<p dir="auto">I worked around <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="148424102" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/8091" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/8091/hovercard"... | <p dir="auto">I want a type similar to 'any' but can be initialized only with Object compatible type.<br>
Is it possible to do this ?</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var a : {any};
a.x = 1; // OK
a["x"]... | 0 |
<h3 dir="auto">Describe the issue:</h3>
<p dir="auto">When importing Numpy or Pandas in a Python 3.11.3 Conda environment, I see (two, duplicates of the warning message listed below in "Error message" inputbox:</p>
<p dir="auto">I can't find MKL documentation explaining this warning.</p>
<p dir="auto">The messages are ... | <p dir="auto"><code class="notranslate">dask.array.Array</code> implements <code class="notranslate">__array_ufunc__</code> to make calls of ufuncs with dask arguments lazy. However current implementation of <code class="notranslate">numpy.vectorize</code> triggers computation of dask inputs during broadcasting stage.<... | 0 |
<p dir="auto">Running Glide 3.3.1 on a pre-11 device will throw</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="E/dalvikvm﹕ Could not find class 'android.app.FragmentManager', referenced from method
com.bumptech.glide.manager.RequestManagerRetr... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="java.lang.NoSuchMethodError: android.app.Activity.getFragmentManager
at com.bumptech.glide.manager.RequestManagerRetriever.get(RequestManagerRetriever.java:132)
at com.bumptech... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> f(x, _, y = nothing) = f(x,y)
WARNING: deprecated syntax "_ as an rvalue around REPL[1]:1".
f (generic function with 2 methods)"><pre class="notranslate"><code class="notranslate"... | <p dir="auto">The warnings appear only inside closures.</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> for _ in 1:10
function f(x)
_ = 10
end
end
WARNING: deprecated synt... | 1 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/13930091/89759379-a14d8200-db1c-11ea-8656-b4e2d3c322d3.png"><img src="https://user-images.githubusercontent.com/13930091/89759379-a14d8200-db1c-11ea-8656-b4e2d3c322d3.png" alt="image" style="max-width: 10... | <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... | 1 |
<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>yes</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.4 (?)</td>
</tr>
</tbody... | <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>3.2</td>
</tr>
</tbody>
</t... | 1 |
<p dir="auto">Currently, if a program is already running when I ask Run for it, it'll do nothing. I wish it'd bring it to the front and focus it so I can find it.</p>
<p dir="auto">That way, I can use Run as a way to "goto" any program, whether it's open or not.</p> | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">It would be more useful if already running programs are shown first in the results list in the quick launcher (like the old WindowWalker). <strong><em>Or maybe an option to change the priority.</em></strong></p>
<h1 dir="auto">Proposed technical i... | 1 |
<p dir="auto">In a TS file type "for" and auto-complete. You will find a 100% match "for" on the top, but the other 100% match from snippets is not there but rather at the end. If we do not sort unified across the various providers, then maybe we should take out snippets from the list and provide another way of complet... | <p dir="auto">Going for the for loop snippet:</p>
<h2 dir="auto">JavaScript (snippet is close by):</h2>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/5047891/11741172/7d04981c-9ff7-11e5-81c8-e99c45a0723c.gif"><img src="https://cloud.githubuserconten... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ERROR: Command errored out with exit status 1:
command: 'C:\Users\fidatoh\AppData\Local\Programs\Python\Python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'&quo... | <p dir="auto">looks like issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="415950521" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/13555" data-hovercard-type="issue" data-hovercard-url="/matplotlib/matplotlib/issues/13555/hover... | 1 |
<h2 dir="auto">Problem summery</h2>
<p dir="auto">I cannot install deno in a docker container. Here is what I've tried:</p>
<h3 dir="auto">install script</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ curl -fsSL https://deno.land/x/install/... | <p dir="auto">Builds for arm64 are now in CI, but are not ready for release. We still need to make some changes to make the tests work with this build.<br>
<strike>I managed to get deno to build for arm64 using the <code class="notranslate">aarch64-unknown-linux-gnu</code> target. Currently It doesn't execute successfu... | 1 |
<ul dir="auto">
<li>Electron version: 1.4.7</li>
<li>Operating system: Windows 10 (x64)</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">I am typing <code class="notranslate">npm -g install electron</code>. Electron should install as a globally accessible package.</p>
<h3 dir="auto">Actual behavior</h3>
<... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/451903/20158526/aa257bf8-a6d2-11e6-8f9d-b32d18c2f49e.PNG"><img src="https://cloud.githubusercontent.com/assets/451903/20158526/aa257bf8-a6d2-11e6-8f9d-b32d18c2f49e.PNG" alt="electron-inst" style="max-wid... | 1 |
<p dir="auto">Here's the model. Mixamo only provides binary FBX unfortunately.</p>
<p dir="auto"><a href="https://github.com/mrdoob/three.js/files/1256550/stand_1.zip">stand_1.zip</a></p>
<p dir="auto">It does load, however some of the textures fail and the whole data url gets logged to the console, which crashes the c... | <p dir="auto">Sometimes? Most of the times? In fact, it could be done even in case with face normals - if the model has enough neighbour faces with the same normal, it could even make sense :) File it under suggestions.</p> | 0 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.17763.437]
PowerToys version: Version v0.18.1
PowerToy module for which you are reporting the bug (if applicable)... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run "ver" at a command prompt] Microsoft Windows [Version 10.0.17763.1039]
PowerToys version: 0.18.1
PowerToy module for which you are ... | 1 |
<p dir="auto">I'm using babel to transpile ES6 code, my target browsers support generators, so I blacklist regenerator to improve performance, but webpack doesn't parse it at all it seems. Generators could just be parsed and treated as functions.</p>
<p dir="auto">I'm switching from browserify, which happens to parse g... | <p dir="auto">Currently webpack seems to fail parsing JavaScript code that contains ES6 syntax like generators.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Module parse failed: ..../main.js Line 20: Unexpected token *
You may need an approp... | 1 |
<h2 dir="auto">The Problem</h2>
<p dir="auto">Currently, a newly rendered <code class="notranslate">dialog</code> element can erroneously retain the "open state" a previously rendered <code class="notranslate">dialog</code> element if React <em>thinks</em> that the same element is being re-rendered. Interestingly enoug... | <p dir="auto">I'm using static markup for unit testing <a href="https://github/insin/newforms" rel="nofollow">newforms</a> output and I'd also like to support using it to render forms as static HTML.</p>
<p dir="auto">Adding a <code class="notranslate">value</code> or <code class="notranslate">defaultValue</code> to a ... | 0 |
<p dir="auto">Warning: React attempted to reuse markup in a container but the checksum was invalid. This generally means that you are using server rendering and the markup generated on the server was not what the client was expecting. React injected new markup to compensate which works but you have lost many of the ben... | <p dir="auto">I have a React app, that runs on the server and in the clients browser.</p>
<p dir="auto">When I upgrade to <code class="notranslate">v0.8.0</code>, React gives me the "Expected html differs from the given markup" warning, because there are differences in the inline style definitions. For example:</p>
<p ... | 1 |
<p dir="auto">when i set a object(which instanced Line2).scale.x < 0, Line2 disappeared? is it normal?</p>
<p dir="auto"><em><strong>Live example</strong></em></p>
<ul dir="auto">
<li><a href="https://codesandbox.io/s/lucid-browser-36v9e" rel="nofollow">jsfiddle-latest-release</a></li>
</ul> | <p dir="auto">As the title say: a <a href="https://github.com/mrdoob/three.js/blob/r98/examples/js/lines/Line2.js">Line2</a> disappears completely when the scale is set to negative on a single axis <code class="notranslate">line2.scale.set(-1, 1, 1)</code>. The line is obviously still there but it's not rendered.</p>
<... | 1 |
<p dir="auto">TV device does not support touch operation, users have to use Remote Control. We need move focus by press left, top, right, bottom direction key, and when the target widget get focus, we will press OK button to response kinds of event. But I cannot find any flutter interface to solve this interaction, muc... | <p dir="auto">As we know, tv apps use remote control's direction key to move focus from one widget to another. User needs to know which widget has got the current focus, so we may provider a focus animation effect, just draw a light widget floating on the focus widget. This light focus indicator widget will move from t... | 1 |
<p dir="auto">Please answer these questions before submitting your issue. Thanks!</p>
<ol dir="auto">
<li>What version of Go are you using (<code class="notranslate">go version</code>)?<br>
go version go1.6 linux/amd64<br>
go 1.5 also fails but go 1.4 compiles the code successfully</li>
<li>What operating system and pr... | <p dir="auto">The go 1.6 compiler panics on this 2.25 Mbyte source file containing a slice with 13240 elements: <a href="https://drive.google.com/file/d/0B2AF520HhpuzdzZhSVpPZGZkTUU/view" rel="nofollow">https://drive.google.com/file/d/0B2AF520HhpuzdzZhSVpPZGZkTUU/view</a></p>
<p dir="auto">go1.6 linux/amd64<br>
GOARCH=... | 1 |
<p dir="auto">Output of node_modules/.bin/electron --version: 3.0.3<br>
Operating System (Platform and Version): macOS Mojave 10.14</p>
<p dir="auto"><strong>Description</strong><br>
There were a few desktops. I put my electron app on one, and focused on another one. When the app's notification came and I clicked the a... | <ul dir="auto">
<li>Electron Version: 2.0.5, 2.0.6</li>
<li>Operating System (Platform and Version): macOS 10.13.6</li>
<li>Last known working Electron version: 2.0.5</li>
</ul>
<p dir="auto"><strong>Expected Behavior</strong><br>
App passing submission requirements.</p>
<p dir="auto"><strong>Actual behavior</strong><b... | 0 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.33.0</li>
<li>Operating System: Ubuntu 22.04</li>
<li>Browser: Firefox</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="tas... | <p dir="auto">Your header model generally looks something like this:</p>
<p dir="auto"></p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a href="https://github.com/microsoft/playwright/blob/9da26f9534adcbd855e37b1584a94ca673e7f4bf/types/types.d.ts#L13228-L1323... | 0 |
<h1 dir="auto">It would be nice to see the pixel amount for x/y dimensions of the fancy zone layout when resizing the zones in edit mode.</h1> | <p dir="auto">FancyZone does not work well on four monitor setup with three on one row and one above the main center screen. Only the center and screen above work with fancy Zone Left and right do not. The problem was seen in version 20 and 21. but was not present in the older version (I do not know which version it ... | 0 |
<p dir="auto">I'm using Bootstrap 2.0 and am trying to use a Modal for displaying a Markdown cheat sheet. I've set up a link to display the modal but when I click it, the modal appears briefly and then immediately disappears again.</p>
<p dir="auto">Here's my basic code:</p>
<div class="snippet-clipboard-content notran... | <p dir="auto">Code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<form class="form-horizontal" role="form">
<div class="form-group has-success has-feedback">
<label class="control-label... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=cbeams" rel="nofollow">Chris Beams</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5113?redirect=false" rel="nofollow">SPR-5113</a></strong> and commented</p>
<p dir="auto">The following paragraph is repeated twice... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=lacostej" rel="nofollow">Jerome Lacoste</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-798?redirect=false" rel="nofollow">SPR-798</a></strong> and commented</p>
<p dir="auto">In one of my beans, I return a Set of ... | 0 |
<p dir="auto"><strong>Symfony version(s) affected</strong>: 4.2.6</p>
<p dir="auto"><strong>Description</strong><br>
Rendering form with null block prefix duplicates the form default attributes in rendered html. This is major problem if we'd like to add id attribute to it as id should be unique in whole HTML document.<... | <p dir="auto">If invalid value submitted the select choice throws an exception <code class="notranslate">TransformationFailedException</code> where radio\checkbox choices set the value to <code class="notranslate">NULL</code>.</p>
<p dir="auto">This behavior cause some problems at validation stage.</p>
<ul 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">core</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.5.0
config file = /et... | <p dir="auto">I am trying to use ansible, unfortunately It does not work with my list of hosts defined in .ssh/config.</p>
<p dir="auto">In paramiko mode - my hosts are throwing "Name of service not known" - my /etc/ansible/hosts file refers to aliases defined in .ssh/config.</p>
<p dir="auto">In -c ssh - it tries conn... | 0 |
<pre class="notranslate">The deadline support in lookupIPDeadline is apparently not a real deadline, in the sense
that a goroutine is leaking on every lookup that does not return timely.
I have a bug report for mgo where someone got to 50k+ goroutines hanging on it:
<a href="https://jira.mongodb.org/browse/MGO-41" re... | <pre class="notranslate">What steps will reproduce the problem?
GC=gccgo go build sg.go
What is the expected output?
makes it to the link step with 6g
What do you see instead?
compile errors with gccgo:
_cgo_defun.c:36:1: error: unknown type name ‘byte’
_cgo_defun.c:37:1: error: stray ‘\302’ in program
_cgo_defun... | 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 checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+... | <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 checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">iss... | 0 |
<h2 dir="auto">Environment info</h2>
<ul dir="auto">
<li><code class="notranslate">transformers</code> version: Installed from git</li>
</ul>
<h2 dir="auto">Issue</h2>
<p dir="auto">The <code class="notranslate">len(AutoTokenizer.from_pretrained("t5-base"))</code> is <code class="notranslate">32100</code> but the <cod... | <h1 dir="auto"><g-emoji class="g-emoji" alias="question" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2753.png">❓</g-emoji> Questions & Help</h1>
<p dir="auto">Pretrained <code class="notranslate">T5Tokenizer </code> has vocab size of 32100 (32000 tokens plus 100 extra_ids) but the share... | 1 |
<p dir="auto">Is there any way to prohibit transpilation of "async" and "await" to the "_awaiter"? The transpiled code breaks the functionality of graphql. Seems like only babel transpiles this correctly.</p>
<p dir="auto">I would like to maintain the async and await keywords.</p>
<p dir="auto">Can it be done? Thanks.<... | <p dir="auto">I'm using babel for transpiling like:<br>
<code class="notranslate">TSX -> ES6 -> Babel + webpack -> ES5</code><br>
and I set <code class="notranslate">noEmitHelpers</code> to <code class="notranslate">true</code> in <code class="notranslate">tsconfig.json</code>, because babel handle it with sin... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 1909
PowerToys version: 19.0
PowerToy module for which you are reporting the bug (if applicable):
PowerToys Run's shortcuts can‘t wake up "... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18363.900
PowerToys version: 0.19.1
PowerToy module: PowerToys Run"><pre class="notranslate"><code class="notranslate">Windows build number: ... | 0 |
<h3 dir="auto">How are you using Babel?</h3>
<p dir="auto">@babel/eslint-parser</p>
<h3 dir="auto">Input code</h3>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import * as t from '@babel/types';
import { parse } from '@babel/parse... | <blockquote>
<p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/welefen/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/welefen">@welefen</a></p>
</blockquote>
<h3 dir="auto">Op... | 0 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2>
<ul dir="auto">
<li>PowerToys version: 0.21.1</li>
<li>PowerToy Utility: FancyZones</li>
<li>Running PowerToys as Admin: No</li>
<li... | <p dir="auto">If I have vertical taskbar setup, fancy zones sometimes gets the edge of the screen wrong so that my zones don't take up the full screen. Even if I edit the zone after changing taskbar status.</p>
<p dir="auto">Thanks folks. Chris</p> | 1 |
<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">The scheduler crashes with the following exception. Once the scheduler crashes restarts will cause it to immediately crash again. To get scheduler back working. All dags must be paused an... | <p dir="auto">There is a new design of system tests that was introduced by the <a href="https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-47+New+design+of+Airflow+System+Tests" rel="nofollow">AIP-47</a>.</p>
<p dir="auto">All current example dags need to be migrated and converted into system tests, so they can be... | 0 |
<p dir="auto">i use tensoflow model to predict with java api,why it is more slowly than python or c++ api?</p> | <p dir="auto"><em>Please make sure that this is a bug. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em></p>
<p dir="auto"><strong>Syste... | 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="https://stackoverflow.com/questions/tagged/neo4j" rel="nofollow">StackOverflow</a> instead of creating an issue here.</p>
<p ... | <p dir="auto">Creating unique constraint and getting the following result:</p>
<p dir="auto">No element found in org.neo4j.helpers.collection.Iterables$FilterIterable$FilterIterator@450b0e07</p>
<p dir="auto">Occurred while creating a typical constraint:<br>
CREATE CONSTRAINT ON (n:Movie) ASSERT n.id IS UNIQUE;</p>
<p ... | 0 |
<p dir="auto">I try to compile this program in rustc but an internal compile error occurred that:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="task <unnamed> failed at 'assertion failed: is_utf8(v)', C:\bot\slave\dist2-win\build\src\li... | <p dir="auto">In many of the core and std libraries, the iface usage is flaky and ends up duplicating a lot of code.<br>
Many ifaces only implement some small arbitrary subset of the full set of functions, for example in str and vec. It makes code look awkward when you have something like <code class="notranslate">str:... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by nyov (<a href="https://github.com/nyov">@nyov</a>)</strong></p>
<p dir="auto">Would it be possible to have a parameter to <code class="notranslate">sqlalchemy.sql.expression.select()</code> to avoid the "Ambiguous column name" exception for simple joins?<br>
I... | <p dir="auto"><strong>Migrated issue, originally created by Marcin Lulek (<a href="https://github.com/ergo">@ergo</a>)</strong></p>
<p dir="auto">adding this code to create_connect_args() corrects this issue</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-co... | 0 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>...</li>
<li>...</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.198.0<br>
<strong>System</strong>: Unknown Windows Version<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cann... | <p dir="auto">I right-clicked on a folder in the tree view</p>
<p dir="auto"><strong>Atom Version</strong>: 0.194.0<br>
<strong>System</strong>: Windows 7 Entreprise<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cannot find module './context-menu'<br>
Erro... | 1 |
<p dir="auto">I realize that <a href="https://scikit-learn.org/stable/modules/generated/sklearn.inspection.permutation_importance.html" rel="nofollow">permutation_importance</a> is a better and less biased measure than Impurity-based feature importance but it still has it uses. As illustrated <a href="https://scikit-le... | <h4 dir="auto">Description</h4>
<p dir="auto">numpydoc appends a randomized number at the end of references link tags.<br>
Related to issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="244170163" data-permission-text="Title is private" data-url="https://github.com/scikit-learn/sci... | 0 |
<p dir="auto">This is a library-wide problem. When the following is used:</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="try {
something();
} catch (e) {
throw new SomethingError(e);
}"><pre class="notranslate"><span class... | <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="try {
...
} catch (e) {
console.log(e, e.stack);
throw e;
}"><pre class="notranslate"><span class="pl-k">try</span> <span class="pl-kos">{</span>
...
<span class="pl-kos">}</sp... | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">I tried to run the flutter app from cmd using <code class="notranslate">flutter create repo</code><br>
and then <code class="notranslate">cd repo</code><br>
<code class="notranslate">flutter run</code></p>
<p dir="auto">After running this command the following errors... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">Run the gallery app, and try to show the date picker component</p>
<h2 dir="auto">Logs and Crash Reports</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="══╡ EXCEPTION CAUGHT BY RENDERING LIB... | 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 =... | <p dir="auto">In <a href="https://angular.io/docs/ts/latest/guide/ngmodule.html" rel="nofollow">the section on NgModules</a>, after introducing the shared module, the core module does not import the shared module and instead imports the CommonModule directly. The document provides no explanation and it seems some kind ... | 0 |
<p dir="auto">Would it be possible to enhance the Stepper component so that it can have only 1 step?</p>
<p dir="auto">Currently, <code class="notranslate"><Stepper></code> needs to have an array of children of <code class="notranslate"><Step></code>. I have a use case where sometimes, only 1 step is needed... | <h3 dir="auto">Description</h3>
<p dir="auto">React warns about a single child for Stepper, even though a single child works without issues.<br>
Now, it may seem strange for a Stepper to only have one step, but I can explain this use-case.</p>
<h3 dir="auto">Versions</h3>
<ul dir="auto">
<li>Material-UI: 0.17.4</li>
<l... | 1 |
<p dir="auto">E.g. if I want to de-duplicate tweets your friends are retweeting:</p>
<div class="highlight highlight-source-cypher notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="MATCH (friend) -[:retweeted]-> (tweet)
RETURN DISTINCT tweet"><pre class="notranslate"><span ... | <p dir="auto">In Cypher, there is currently no way to set an existing Node's labels to an explicit set of labels. The SET statement can be used to add labels to the set of labels for a Node, but there is no way to update all of the labels for an exiting Node. This is in contrast to Node properties where you can do SET... | 0 |
<p dir="auto">Consider:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let connection = await Deno.connectTls({hostname: "google.com", port: 443})
// No ‘await’.
connection.read(new Uint8Array(2048))
await connection... | <p dir="auto">The issue seems to be that <code class="notranslate">Deno.startTls()</code> resolves before the connection is fully setup - any writer created on the resulting tlsConnection will fail - here's a test:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipb... | 1 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<p dir="auto">It is advertised, that forward pass of JITed RNNs (e.g. GRU) is as fast as cuDNN implementation.<br>
But it is not the case.</p>
<h2 dir="auto">To R... | 1 | |
<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="# for example, index should be accepted, like so:
df.to_parquet( 'my_parquet_file.parquet', compression='gzip', ... | <p dir="auto">I'm using pandas 0.17.1</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
pd.__version__"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">pandas</span> <span cla... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by grant-humphries (<a href="https://github.com/grant-humphries">@grant-humphries</a>)</strong></p>
<p dir="auto">As I understand it <code class="notranslate">pip install sqlalchemy</code> should work on windows, but it will return a warning that the c-extensions... | <p dir="auto"><strong>Migrated issue, originally created by Frazer McLean (<a href="https://github.com/RazerM">@RazerM</a>)</strong></p>
<p dir="auto">As mentioned in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="384636807" data-permission-text="Title is private" data-url="https://... | 1 |
<p dir="auto"><strong>Glide Version</strong>: 4.4</p>
<p dir="auto"><strong>Integration libraries</strong>:</p>
<p dir="auto"><strong>Device/Android Version</strong>:</p>
<p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:</p>
<p dir="auto"><strong>Glide load line / <code class="notran... | <p dir="auto">Hey,</p>
<p dir="auto">I use Glide to download a GIF and insert it into PhotoView. Works fine, but I want to be able to save this GIF to my local storage. I have searched through issues over here, but none was viable for me.<br>
I was trying to use this part of code to get this done:</p>
<div class="snipp... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">(original reporter: ged) Continuing my speed optimization frenzy, here is a (very) experimental patch to optimize the ORM speed by using a custom ResultProxy which only returns dicts with whatever will be used by the ORM.</... | <p dir="auto"><strong>Migrated issue, originally created by Brad Kittenbrink (<a href="https://github.com/brad">@brad</a>)</strong></p>
<p dir="auto">WinPython distribution, Python 3.3, 64-bit, Windows 7 64-bit, SQLAlchemy 0.8, SQL Server 2012</p>
<p dir="auto">When trying to create a table on an existing SQL Server da... | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV 4.5.4</li>
<li>Python 3.7 (opencv installed using pip: "pip install opencv-python")</li>
<li>Ubuntu 18.04 amd64</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">Up to version 4.5.3 findContours returned contours as a list. Star... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4, master</li>
<li>Operating System / Platform => all</li>
<li>Compiler => gcc-10</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="... | 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"> 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">This is feature request, really.<br>
I suggest to implement independent scroll bar for the code mirror window. It's gonna be much easier to scroll down to the 100th line of code and still see what you should implement and additional information on it</p> | <p dir="auto">It might be more convenient if the instruction and coding area scrolled independently of each other so you can refer to each section without having to continuously scroll up and down.</p> | 1 |
<p dir="auto">Challenge <a href="http://beta.freecodecamp.com/en/challenges/applied-visual-design/use-a-google-font" rel="nofollow">use-a-google-font</a> has an issue.</p>
<p dir="auto">Similarly to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="208885134" data-permission-text="Titl... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-target-a-specific-child-of-an-element-using-jquery" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-target-a-specific-child-of-an-element-using-jquery</a> has an issue</p>
<p dir="auto">The correct way to complete the code i... | 0 |
<h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">1.7.2</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">CentOS 6.4</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">Variable substitution occur only once when delegate_to using with serial.</p>
<h5 dir="auto">... | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">all versions</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">N/A</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">There is a bug in the templating code of <code class="notranslate">delegate_to:</code> in tha... | 1 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/14129554/22622882/bd9c80a0-eb15-11e6-9ee1-3269efd7e0bd.png"><img src="https://cloud.githubusercontent.com/assets/14129554/22622882/bd9c80a0-eb15-11e6-9ee1-3269efd7e0bd.png" alt="error_2_4" style="max-wid... | <p dir="auto">Hello,</p>
<p dir="auto">I was told to post this question here:</p>
<p dir="auto">I am trying to complete a fresh install of Tensorflow on my Raspberry Pi following a failed previous install. I figured it would be easier trying to start fresh so I could more easily document my progress, and what solutions... | 1 |
<p dir="auto">by <strong>maparent</strong>:</p>
<pre class="notranslate">Tested on MacOS 10.6.2
Reproduce:
cd go/src
export LC_ALL=fr
./make.bash
error:
.../go/bin/quietgcc -ggdb -I"/Users/maparent/OpenSource/go"/include -O2
-fno-inline -c
".../go/src/cmd/gc"/y1.tab.c
.../go/src/cmd/gc/yerr.h:17: error: 'loadsys' und... | <pre class="notranslate">go version devel +4a839bf01b58 Tue May 20 15:52:08 2014 +1000 + linux/amd64
Build the attached program and run as:
export GOMAXPROCS=2
export GOGC=0
RES=`./0 2>&1`
OK=`echo $RES | grep "slice capacity smaller than length"`
if [ ! -z "$OK" -a "$OK" != " " ]; then
echo $RES
e... | 0 |
<p dir="auto">It would be very useful to read a components static attributes (not bindings). This is probably a prerequisite for to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="57540327" data-permission-text="Title is private" data-url="https://github.com/angular/angular/issues/63... | <p dir="auto">Lines 1 and 2 should read</p>
<p dir="auto"><code class="notranslate">var AppComponent = ng.Component({</code></p>
<p dir="auto">instead of</p>
<p dir="auto"><code class="notranslate">var AppComponent = ng ng.Component({</code></p>
<p dir="auto">Running the former in Chrome 46.0.2490.71 gave me a <code cl... | 0 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.5.16</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codepen.io/gamperl/pen/JZGMWK" rel="nofollow">https://codepen.io/gamperl/pen/JZGMWK</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Run the provided JSFiddle</p>
<h3 dir="auto">What is ... | <h3 dir="auto">Version</h3>
<p dir="auto">2.5.14+</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/cLdbL2t2/22/" rel="nofollow">https://jsfiddle.net/cLdbL2t2/22/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Clicking "update message" button adds dots after message.<br... | 1 |
<p dir="auto">Hello,</p>
<p dir="auto">I've came to notice that I have the following console log:<br>
<code class="notranslate">THREE.WebGLRenderer 84</code></p>
<p dir="auto">I haven't found any issues, however, it is mandatory that this specific site does not have any console logs.</p>
<p dir="auto">Is it possible to... | <p dir="auto">I mean this:<br>
<a href="https://github.com/mrdoob/three.js/blob/dev/src/materials/ShaderMaterial.js#L67">https://github.com/mrdoob/three.js/blob/dev/src/materials/ShaderMaterial.js#L67</a><br>
<a href="https://github.com/mrdoob/three.js/blob/dev/src/renderers/webgl/WebGLProgram.js#L221">https://github.c... | 0 |
<p dir="auto">It returns an array of 1's and -1's instead of what is documented.</p> | <p dir="auto">Not sure this is what we want, but I think it is:<br>
<code class="notranslate">fit</code> should not change the <code class="notranslate">random_state</code> so that fitting twice on the same data set should produce the same result.<br>
There was a comment by <a class="user-mention notranslate" data-hove... | 0 |
<p dir="auto">Please allow setting custom analyzers that use the <code class="notranslate">keyword</code> tokenizer and <a href="https://github.com/elastic/elasticsearch/issues/12394#issuecomment-128102606" data-hovercard-type="issue" data-hovercard-url="/elastic/elasticsearch/issues/12394/hovercard">safe token filters... | <p dir="auto">Sometimes you want to analyze text to make it consistent when running aggregations on top of it.</p>
<p dir="auto">For example, let's say I have a <code class="notranslate">city</code> field mapped as a <code class="notranslate">keyword</code>.</p>
<p dir="auto">This field can contain <code class="notrans... | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ flutter create hello_world
$ cd hello_world/
$ open ios/Runner.xcworkspace/ # Configure the Xcode project with my signing key
$ flutter run -d 698b4da3275b3... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">Upgrade to Xcode 8. Observe this issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="170450122" data-permission-text="Title is private" data-url="https://github.com/libimobiledevice/libimobiledevice/issues/356" data-hovercard-ty... | 1 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+... | <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 checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+D... | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.0.0 beta</li>
<li>Operating System / Platform => Windows 7 64 Bit</li>
<li>Compiler => Visual Studio 2015 build tool , cmake, nmake</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">the code in <a href="https://gi... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.0.0 beta</li>
<li>Operating System / Platform => Windows 7 64 Bit</li>
<li>Compiler => Visual Studio 2015 build tool with cmake and nmake</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">compilation fails</p>
<... | 1 |
<p dir="auto">[ x] bug report => search github for a similar issue or PR before submitting<br>
[ ] feature request<br>
[ ] support request => Please do not submit support request here, instead see</p>
<p dir="auto">If i have an html that binds a property on its component and an error happens while detection chang... | <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
[ ] feature request"><pre class="notranslate"><code class="notranslate">[X] bug report
[ ] feature request
</code></pre></div>
<p... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="panic: runtime error: index out of range [recovered]
panic: runtime error: index out of range
goroutine 9 [running]:
regexp.(*machine).backtrack(0xc2085c4ea0, 0xac7ce0, 0xc2085c4f78, 0x0, 0x2b26,... | <p dir="auto">by <strong>lvscar</strong>:</p>
<pre class="notranslate">current http lib lack of public function for sending user-defined headers
make send(src/pkg/http/client.go) public?</pre> | 0 |
<p dir="auto">by <strong><a href="mailto:goprogger@gmx.de">goprogger@gmx.de</a></strong>:</p>
<pre class="notranslate">Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
... | <p dir="auto">by <strong>serge.hulne</strong>:</p>
<pre class="notranslate">Problem:
The following code uses a map to store unique bigrams (couple of
words) from a text file (and an array to sort them according to their
frequency of occurence).
The file used for the test is :
<a href="http://www.gutenberg.org/cache/... | 0 |
<p dir="auto">I have 8 GB ram and all my apps run blazing fast, including chrome which is known these days to be laggy.<br>
Unfortunately, launch time for Atom is really slow on Ubuntu 14.04 64 bit</p> | <p dir="auto">Status: This is an ongoing effort.</p>
<p dir="auto">Via <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/kevinsawicki/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kevinsawicki">@kevinsawicki</a></... | 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.0
Details:
Platform ServicePack Version VersionString
-------- ----------- ------- -------------
Win32NT 10.0.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.0
Windows Terminal version (if applicable):
PowerShell: PowerShell 7 Preview 6
"><pre lang="none" class="notranslate"><code class="notr... | 0 |
<p dir="auto">Hi,<br>
I'm noticing the reverse nested aggregation feature is available only for the nested data model but not for parent-child. We need to use parent-child since update latency is very important to us but noticing that aggregations which are several levels deep are not possible in a single query using p... | <p dir="auto">I get these NPE after running after running for about 10 minutes or less. I did not see these NPEs with ES v1.4.1.</p>
<p dir="auto">ES v1.4.2 on tribe node and the ES clusters the tribe node is aggregating.</p>
<p dir="auto">[2015-01-06 04:08:01,591][WARN ][tribe ] [dc1-app1111] fail... | 0 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>...</li>
<li>...</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.210.0<br>
<strong>System</strong>: Unknown Windows Version<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cann... | <p dir="auto">I right-clicked on a folder in the tree view</p>
<p dir="auto"><strong>Atom Version</strong>: 0.194.0<br>
<strong>System</strong>: Windows 7 Entreprise<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cannot find module './context-menu'<br>
Erro... | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">In 3.2, <code class="notranslate">scatter</code> is color-mapping 4 points when the <code class="notranslate">c</code> input is 2D with shape (1, 4). This is a change from 3.1.</p>
<p dir="auto">The docs for <code class="notran... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">Scatter <a href="https://matplotlib.org/3.2.1/api/_as_gen/matplotlib.axes.Axes.scatter.html?highlight=scatter#matplotlib.axes.Axes.scatter" rel="nofollow">docs</a> say that in order to provide a single RGB/RGBA color for all sca... | 1 |
<p dir="auto"><strong>Apache Airflow version</strong>: 2.0.1 (possibly any?)</p>
<p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>): N/A</p>
<p dir="auto"><strong>Environment</strong>: Any</p>
<ul dir="auto">
<li><strong>Cloud provider ... | <h3 dir="auto">Description</h3>
<ul dir="auto">
<li>I met LoadJob bug in <code class="notranslate">BigQueryInsertJobOperator</code> and tried to use <code class="notranslate">GCSToBigQueryOperator</code> instead when update from Airflow 2.2.5 to 2.3.2.</li>
</ul>
<h3 dir="auto">Use case/motivation</h3>
<ul dir="auto">
... | 0 |
<h3 dir="auto">Current Behavior:</h3>
<p dir="auto">When the dependency tree contains many versions for one subdependency, npm puts the highest version at the top level (i.e., at node_modules/pkgname), even when another version has more referrals. This other version is then installed many times.</p>
<h3 dir="auto">Expe... | <h3 dir="auto">Current Behaviour:</h3>
<p dir="auto">I have some npm packages installed globally, which are command line utilities (<code class="notranslate">create-react-app</code>, <code class="notranslate">distributed-dig</code>, snyk`, and others). I recently updated to npm version 7 (7.5.2) with node 14 (14.15.4) ... | 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">React version:</p>
<h2 dir="auto">Steps To Reproduce</h2>
<p dir="auto">1.1111111111111<br>
2.22222222222</p>
<h2 dir="auto">The current behavior</h2>
<p dir="auto">fffffffffffffffffffff</p>
<h2 dir="auto">The expected behavior</h2>
<p dir="auto">gggggggggggggggg</p> | <p dir="auto">I've noticed that there's no way to access a class' statics through one of its instances.<br>
When trying to find a <code class="notranslate">statics</code> method inside an instance method, <code class="notranslate">this</code> does not contain the method. <code class="notranslate">this.statics</code> ex... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> 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-list-item-ch... | <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... | 1 |
<p dir="auto">Forgive me if this has been discussed already, but why does <code class="notranslate">sklearn.cross_validation._fit_and_score</code> use a <code class="notranslate">verbosity</code> parameter and the <code class="notranslate">print</code> function, rather than using python's <code class="notranslate">logg... | <p dir="auto">This is a proposal to use python's logging module instead of using stdout and verbose flags in the models API.</p>
<p dir="auto">Using the logging module would make it easier for the user to control the verbosity of the scikit using a single and well documented configuration interface and logging API.</p>... | 1 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/8301/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gke/8301/</a></p>
<p dir="auto">Failed: [k8s.io] Kubectl client [k8s.io] Update Demo should do a rolling update... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[BeforeEach] [k8s.io] Kubectl client
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework.go:101
STEP: Creating a kubernetes client
Mar 16 12:19:35.383: INFO: >... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">As described in this <a href="https://github.com/denoland/deno_std/issues/543#issuecomment-541817552" data-hovercard-type="issue" data-hovercard-url="/denoland/deno_std/issues/543/hovercard">issue</a>, when I run <code class="notranslate">cargo test</code> I receive this output:</p>
... | <p dir="auto"><g-emoji class="g-emoji" alias="slightly_frowning_face" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f641.png">🙁</g-emoji></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="tmnk@buildDeno:~/deno$ ./targ... | 1 |
<p dir="auto">I would like the following to work:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> x, ys... = (1,2,3)
ERROR: syntax: invalid assignment location "ys...""><pre class="notranslate"><code class="notranslate">juli... | <p dir="auto">This would be a very nice syntax for taking head and rest. Likewise <code class="notranslate">a..., b = [1,2,3]</code> might be good for slurping the initial elements into <code class="notranslate">a</code> and the tail element into <code class="notranslate">b</code>.</p> | 1 |
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/en/challenges/jquery/target-html-elements-with-selectors-using-jquery" rel="nofollow">target-html-elements-with-selectors-using-jquery</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/... | <p dir="auto">Challenge <a href="https://www.freecodecamp.com/en/challenges/html5-and-css/use-rgb-values-to-color-elements" rel="nofollow">use-rgb-values-to-color-elements</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.1; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0</code>.<br>
... | 1 |
<p dir="auto">I installed with npm the babel-core and this files are empty, i need them for system js.</p> | <p dir="auto">When I install the latest babel-core I end up with browser.js and browser.min.js as empty files with no content just some white space, each file is around 4 bytes, compared to babel-core 5.8 where browser.js is 2MB. I am using npm 2.11.3. I don't see any errors or warnings on install everything appears ... | 1 |
<p dir="auto">Hello everybody,</p>
<p dir="auto">I have a little issue with the modal component.</p>
<p dir="auto">When I open a modal, the button close (with data-dismiss attribute) works and close it. But if I reopen the same one, it's over, it doesn't work anymore. The only way to close the modal is to click outside... | <p dir="auto">Hi,</p>
<p dir="auto">The code used on last Thursday worked fine. But after updated to latest code on Monday (GMT+8), the modal dialog when clicks to dismiss for seconds onward cannot be close.</p>
<p dir="auto">I am checking on source code line 932, if I commented out this line then it is working again.<... | 1 |
<h3 dir="auto">Describe your issue.</h3>
<p dir="auto">installed with <code class="notranslate">python3.10 -m pip install scipy</code> and after a long time it returend without any error.</p>
<p dir="auto">However <code class="notranslate">python3.10 -c 'import scipy.spatial'</code> fails with:</p>
<div class="snippet-... | <h3 dir="auto">Describe your issue.</h3>
<p dir="auto">Importing <code class="notranslate">scipy.signal</code> under Py3.10 (in a venv) fails with this message (on Py3.9.4 and older it works):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ p... | 1 |
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): <a href="https://github.com/tensorflow/benchmarks/tree/cnn_tf_v1.12_compatible">tensorflow/benchmarks:cnn_tf_v1.12_compatible</a></li>
<li>OS Platform... | <h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: No</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Ubuntu 16.04 LTS (GNU/Linux 4.4.38-rt49-tegra aarch64)</li>
<l... | 0 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>For English only</strong>, other languages will not accept.</p>
<p dir="auto">Before report a bug, make sure you have:</p>
<ul dir="auto">
<li>Searched open and closed <a href="https://github.com/apache/shardingsphere/issues">GitHub issues</a>.</li>
<li>Read document... | <p dir="auto">I use 4.0.1 in my spring boot 2.2.2</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter<... | 0 |
<p dir="auto">When I click on a link with an ID, the link target shows up under the bar. This is not as noticeable for functions, which have a very large title, but here is an extreme example of what happens when I go to the docs for <a href="https://numpy.org/doc/stable/reference/arrays.scalars.html#numpy.uint8" rel="... | <h2 dir="auto">Documentation</h2>
<p dir="auto">When searching the documentation and clicking on the listed links, the link refers to a specific heading/reference in the generated documentation page. On the new HTML documentation design, the fixed top bar covers up this referenced element:</p>
<p dir="auto"><a href="ht... | 1 |
<p dir="auto">Dear all, for some reason, I recently started to have problems with torchvision, although it looks like I haven't changed anything recently.</p>
<p dir="auto">Do you have any idea what happened ?<br>
Thank you in advance for your help</p>
<div class="snippet-clipboard-content notranslate position-relative... | <h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<p dir="auto">Error using the pytorch.hub API:<br>
code:</p>
<p dir="auto">import torch<br>
from torch import hub<br>
resnet18_model = hub.load('pytorch/vision:ma... | 1 |
<p dir="auto">Currently the .gitignore generated when you type <code class="notranslate">flutter create -t module foo</code> inside <code class="notranslate">foo</code> contains the line ".android". My testing suggests excluding this from a git checkout causes problems for other people trying to check out your project.... | <p dir="auto">I have problem in following the steps of this wiki:<br>
<a href="https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps">Add Flutter to existing apps</a></p>
<p dir="auto">I have been trying to follow this wiki to create a Android Native project that can jump to an Flutter View, but I have t... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.