text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">when execute sql that likes follow<br>
INSERT INTO stock_age (<br>
tenant_id,<br>
warehouse_no,<br>
sku_no,<br>
lot_no,<br>
package_no,<br>
owner_no,<br>
product_level,<br>
md5_value,<br>
qty<br>
)<br>
VALUES<br>
(<br>
'T123456',<br>
'26',<br>
'S011',<br>
'1',<br>
'1',<br>
'ownerNo',<br>
'1',<br>
'asdsdfd... | <p dir="auto">The sharding-proxy and sharding-scaling modules are both use MySQL protocol, there are lots of duplicated codes.<br>
It is better to create a new module to process database protocol. The tasks are:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" cla... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues?q=is%3Aissue">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="au... | <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>
<p dir="auto"><a class="... | 0 |
<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/matplotlib/matplotlib/blob/31d2c2ff9b652a03d58c77529326e21a2cdb31ae/lib/matplotlib/tests/test_axes.py#L1132-L1155">matplotlib/lib/matplotlib/tests/test_axes.py</a>
<... | <p dir="auto">The <code class="notranslate">pcolormesh</code> test says that <a href="https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/tests/test_axes.py#L991-L992">masked colour arrays are supported</a>, but this masked <code class="notranslate">Zm</code> variable is never used in the test. It appea... | 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="import pandas as pd
import numpy as np
bins = np.arange(0, 100, 10)
bins.flags.writeable = False
pd.cut(np.aran... | <p dir="auto">Dear all,</p>
<p dir="auto">Here from the mailing list: <a href="https://groups.google.com/forum/#!topic/pydata/jKiPOvYUQ1c" rel="nofollow">https://groups.google.com/forum/#!topic/pydata/jKiPOvYUQ1c</a></p>
<p dir="auto">I have an excel table about family ages like this</p>
<table role="table">
<thead>
<t... | 0 |
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/alexcrichton/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/alexcrichton">@alexcrichton</a> has indicated this may be related to using newer versions ... | <p dir="auto">Just a heads-up to others: mingw-w64 (not sure about other platforms) GCC 5.x appears to be subtly mis-compiling LLVM, which results in a segmentation fault during rustc's codegen.<br>
I've seen this with x86_64-5.1.0- and i686-5.2.0- toolchains. In the former case LLVM had to be compiled with asserts (-... | 1 |
<p dir="auto">Challenge <a href="http://beta.freecodecamp.com/en/challenges/applied-visual-design/adjust-the-width-of-an-element-using-the-width-property" rel="nofollow">adjust-the-width-of-an-element-using-the-width-property</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 10.0; W... | <p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/comment-your-javascript-code#?solution=%2F%2FI%20don't%20agree%20that%20a%20comment%20is%20good%20to%20clarify%20the%20function%20of%20parts%20of%20your%20code%0A%0A%2F*%0A%20A%20good%20code%20can%20be%20determined%20with%20just%20the%20name%20of%... | 0 |
<table role="table">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspa... | <p dir="auto">Hi,</p>
<p dir="auto">I'm building an application with Twitter Bootstrap one of the reasons because I need it to be responsive and readable with hand-held devices.</p>
<p dir="auto">The responsive layout works like a charm, but tables not so much, they have a fixed min width where they can't go any thiner... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/react-redux</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/react-redux</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="... | 1 |
<p dir="auto">An estimator with multioutput support can be used for multilabel problems such as <a href="https://github.com/scikit-learn/scikit-learn/blob/ee328faa3601b40944ad43e28bce71860d39f2de/sklearn/ensemble/forest.py#L758"><code class="notranslate">RandomForestClassifier</code></a>. Its <a href="https://github.co... | <p dir="auto">Right now, the content of <code class="notranslate">classes_</code> and the shape of the output of <code class="notranslate">predict_proba</code> and <code class="notranslate">decision_function</code> are inconsistent between estimators.<br>
If an <a href="http://scikit-learn.org/dev/modules/multiclass.ht... | 1 |
<p dir="auto">Please go to Stack Overflow for help and support:</p>
<p dir="auto"><a href="https://stackoverflow.com/questions/tagged/tensorflow" rel="nofollow">https://stackoverflow.com/questions/tagged/tensorflow</a></p>
<p dir="auto">If you open a GitHub issue, here is our policy:</p>
<ol dir="auto">
<li>It must be ... | <p dir="auto">In my programe, I use f.nn.embedding_lookup as follow:</p>
<p dir="auto">embedding = tf.get_variable("embedding", [200000, 128], tf.float32, initializer=tf. random_normal_initializer(stddev=0.1), trainable=True,partitioner=tf.fixed_size_partitioner(10))</p>
<p dir="auto">word_embedding = tf.nn.emb... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=juergen.hoeller" rel="nofollow">Juergen Hoeller</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5587?redirect=false" rel="nofollow">SPR-5587</a></strong> and commented</p>
<p dir="auto">Spring 3.0 provides compatib... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jbrackett" rel="nofollow">Josh Brackett</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7781?redirect=false" rel="nofollow">SPR-7781</a></strong> and commented</p>
<p dir="auto">In Spring 3.0.4 this works as expect... | 0 |
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: Yes</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Linux Ubuntu 16.04</li>
<li><strong>TensorFlow installed from... | <p dir="auto">Bug. Compiled Tensorflow 1.8 and 1.9rc0 both fail. Linux Mint 18.2. Python-3.5.2 CUDA 9.0/CuDNN 7.0</p>
<p dir="auto">Have I written custom code: I've attached a file<br>
OS Platform and Distribution: Linux Mint 18.2<br>
TensorFlow installed from: source<br>
TensorFlow version: 1.8 and 1.9rc0<br>
Bazel... | 1 |
<pre class="notranslate">unsafe.Sizeof(image.RGBAColor{}) == 8
this means that a 32-bit-per-pixel image actually
uses 64 bits, which seems a harsh price to pay.
in general, i'd hope that a struct size be padded
to fulfill the alignment requirement of its largest member
and no more.</pre> | <p dir="auto">multipart.ReadForm is supposed to store up to maxMemory bytes in RAM and then the remainder on disk. The idea, presumably, is to prevent RAM exhaustion.</p>
<p dir="auto">Temporary files are created using ioutil.TempFile. os.TempDir is used to determine the temporary directory to use. However, os.TempDir(... | 0 |
<p dir="auto">If I place Grid inside a Collapse component, it doesn't expand and collapse smoothly. It expands a little more than needed and then collapses a bit back. Is that a bug? Or is there some workaround to use Grid inside collapsible part of the UI? Thanks.</p>
<ul class="contains-task-list">
<li class="task-... | <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 |
<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>
<p dir="auto">I just sta... | 0 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature</h2>
<p dir="auto">Support for RPCs having timeouts is being added in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="521237... | <h2 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature</h2>
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="510335566" data-permission-text="Title is private" data-u... | 1 |
<p dir="auto">I have some problems with non-accurate placing of images created by imshow. Output to PNG works fine, but the squares are rectangular and misaligned with the grid when plotting small squares to PDF (order of magnitude around 1-2 inches for the whole plot). I didn't inspect the contents of PDF, but I suspe... | <p dir="auto">The following script show a mis-alignment between grid lines and image patterns while they should be aligned:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np
import matplotlib
matplotlib.use('... | 1 |
<p dir="auto">From the documentation on <a href="https://material-ui.com/layout/grid/#full-width-vs-centered" rel="nofollow">Full-width vs Centered</a>, both example look pretty much the same (except for different column size for child items but I don't think that's what "full-width" and "centered" are about, correct m... | <h3 dir="auto">Problem description</h3>
<p dir="auto"><strong>Only on Firefox</strong>, day 2016-10-16 is missing and day 2016-10-15 is duplicated. Actually, it seems like the October month, in every year, has a pair of missing/duplicate days. Examples:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nof... | 0 |
<p dir="auto">On current master (0.4.0-dev+6723), I ran <code class="notranslate">Pkg.update()</code> and got this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="INFO: Computing changes...
ERROR: TypeError: map_to!: in typeassert, expected Ar... | <p dir="auto">Reproduce on</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Version 0.4.0-dev+6540 (2015-08-08 20:25 UTC)
Commit f64cb1d* (0 days old master)"><pre class="notranslate"><code class="notranslate">Version 0.4.0-dev+6540 (2015-08-08 ... | 1 |
<p dir="auto">without running any celery worker<br>
celery --version</p>
<blockquote>
<blockquote>
<blockquote>
<p dir="auto">4.3.1 (rhubarb)<br>
celery inspect ping<br>
Error: No nodes replied within time constraint.<br>
echo $?<br>
69</p>
</blockquote>
</blockquote>
</blockquote>
<p dir="auto">pip install celery==5.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?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">iss... | 0 |
<p dir="auto">React version: 16.12.0</p>
<h2 dir="auto">Steps To Reproduce</h2>
<p dir="auto">A component that suspends as a result of a context update is never rendered to DOM after suspension is finished.</p>
<p dir="auto">Link to code example:</p>
<p dir="auto"><a href="https://codesandbox.io/s/react-suspense-conte... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
bug (I think?)</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content... | 1 |
<p dir="auto">As per <a href="https://stackoverflow.com/questions/52267297/why-does-an-instance-of-the-keras-sequence-iterate-forever" rel="nofollow">Goodword's question</a>, the <code class="notranslate">keras.utils.Sequence</code> class seems to iterate forever instead of stopping after a full epoch. To duplicate, ru... | <p dir="auto">Hi, guys. I want to extract features through CNN and do sequence labeling. I have looked at <a href="https://github.com/fchollet/keras/issues/129" data-hovercard-type="issue" data-hovercard-url="/keras-team/keras/issues/129/hovercard">#129</a>, but could not catch it. I'm trying to implement <a href="http... | 0 |
<p dir="auto">I am running Symfony 4.2 and trying to create two Bootstrap 3 radio buttons. Here is the HTML for what I want to create:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<div class="btn-group btn-group-justified" data... | <p dir="auto">Working on some internal code, I was having trouble understanding certain error messages. The main reason was because I wrote a "parameter" instead of "parameters". To save others some time, I wanted to show a nice possible alternative value that <em>is</em> allowed instead. I know that Symfony has a lot ... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by 0xANDREW NA (<a href="https://github.com/0xANDREW">@0xANDREW</a>)</strong></p>
<p dir="auto">(SQLAlchemy 1.0.11)</p>
<p dir="auto">Column definition in model:</p>
<p dir="auto"><code class="notranslate">public_data = Column(MutableDict.as_mutable(JSON), nullab... | <p dir="auto"><strong>Migrated issue, originally created by zoomorph (<a href="https://github.com/zoomorph">@zoomorph</a>)</strong></p>
<p dir="auto">Listening for changes to a scalar attribute can be done via the 'set' event:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-s... | 1 |
<p dir="auto">Here's a clear definition of set equality. One sees that order is not explicit at all.<br>
<a href="https://proofwiki.org/wiki/Definition:Set_Equality" rel="nofollow">https://proofwiki.org/wiki/Definition:Set_Equality</a><br>
Two sets are equal iff they contain the same elements:<br>
∀x:(x∈A⟺x∈B)⟺A=B<br>
... | <p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-sift-through-text-with-regular-expressions" rel="nofollow">http://freecodecamp.com/challenges/waypoint-sift-through-text-with-regular-expressions</a> has an issue.</p>
<p dir="auto">it wants a regular expression <code class="notranslate">/and+... | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/309" rel="nofollow">http://projects.scipy.org/scipy/ticket/309</a> on 2006-11-17 by trac user Axel, assigned to unknown.</em></p>
<p dir="auto">The PyEM example "Creating, sampling and plotting a mixture" on<br>
<a href="http://www.ar.med... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/310" rel="nofollow">http://projects.scipy.org/scipy/ticket/310</a> on 2006-11-17 by trac user Axel, assigned to unknown.</em></p>
<p dir="auto">The PyEM example "Creating, sampling and plotting a mixture" on<br>
<a href="http://www.ar.med... | 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>
<p dir="auto">Hi, I'm tr... | <p dir="auto">this is server.js</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="
const defaultHandlerWrapper = (app) => {
const handler = app.getRequestHandler();
return ({ raw, url }, hapiReply) => {
return handler... | 0 |
<h3 dir="auto">flutter run -v</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ flutter run -v
[ +20 ms] [/Users/hao/Documents/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[ +29 ms] Exit code 0 from: git rev-parse --abbrev-ref --symb... | <p dir="auto">I get this exception that the flutter runtime exception handler wants the to report, so here it is. This is inside an integration test that is setup according to the cookbook, apart from having a mocked http.Client which is passed to the app.</p>
<p dir="auto">We use the same way of mocking in our unit te... | 0 |
<p dir="auto">When resizing your browser down to the minimum width and then bringing it back to full size the menu items wrap below the navigation. Doing it again compounds the problem. See pictures and <a href="http://getbootstrap.com/examples/justified-nav/" rel="nofollow">http://getbootstrap.com/examples/justified... | <p dir="auto">The justified nav example (<a href="http://getbootstrap.com/examples/justified-nav" rel="nofollow">http://getbootstrap.com/examples/justified-nav</a>) collapses perfectly when the screen is narrowed, but when the screen is expanded it get wonky.<br>
<a target="_blank" rel="noopener noreferrer nofollow" hr... | 1 |
<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... | <h3 dir="auto">Describe the bug</h3>
<p dir="auto">The interactive API docs interface misinterprets big integers.</p>
<h3 dir="auto">To Reproduce</h3>
<p dir="auto">Here I use the example from the <a href="https://fastapi.tiangolo.com/" rel="nofollow">FastAPI homepage</a>.</p>
<ol dir="auto">
<li>Create a file with:</l... | 1 |
<p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>Playwright Version: 1.2.0</li>
<li>Operating System: Windows</li>
<li>Node version: 10/12/14</li>
<li>Browser: Webkit</li>
<li>Extra: Running as GitHub Action</li>
</ul>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" dat... | <p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>Playwright Version: 1.1.1</li>
<li>Operating System: Windows</li>
<li>Browser: WebKit 1269</li>
</ul>
<p dir="auto"><strong>Bug description</strong><br>
When trying to test screenshots with webkit, I noticed that font rendering looks a bit weird and no fon... | 1 |
<p dir="auto">As pointed out in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="611080044" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/5048" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/5048/hovercard" href="https... | <p dir="auto">It contains a lot of duplicated functionality. <a href="https://github.com/denoland/deno/blob/9049213867d30f7df090a83b6baf3e0717a4d2d2/.github/workflows/build.yml#L13">lint should be a new "kind" of build which only runs on ubuntu</a>.</p> | 0 |
<p dir="auto">Just found this text rendering error in part of <a href="https://github.com/mapbox/mapbox-gl-native/blob/master/src/clipper/clipper.cpp#L4336-L4340">https://github.com/mapbox/mapbox-gl-native/blob/master/src/clipper/clipper.cpp#L4336-L4340</a></p>
<p dir="auto">This is what it looks like, see all the ?<br... | <p dir="auto">Text:</p>
<blockquote>
<p dir="auto">这上面的夜的天空,奇怪而高,我生平没有见过这样奇怪而高的天空。他仿佛要离开人间而去,使人们仰面不再看见。然而现在却非常之蓝,闪闪地睒着几十个星星的眼,冷眼。他的口角上现出微笑,似乎自以为大有深意,而将繁霜洒在我的园里的野花草上。</p>
</blockquote>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/49931/6959354/a30f8... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jberry" rel="nofollow">James Berry</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4229?redirect=false" rel="nofollow">SPR-4229</a></strong> and commented</p>
<p dir="auto">in CommonsMultipartResolver.isMultipart, ... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jberry" rel="nofollow">James Berry</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4228?redirect=false" rel="nofollow">SPR-4228</a></strong> and commented</p>
<p dir="auto">in CommonsMultipartResolver.isMultipart, ... | 1 |
<p dir="auto">i use vue1.0.24 Version.</p>
<p dir="auto">i want wirte a plugin .<br>
may be use Vue.mixin way to implement</p>
<p dir="auto">html5 have localStorage.getItem localStorage.setItem.</p>
<p dir="auto">i want localStorage.xxx responsive view.</p>
<p dir="auto">like</p>
<div class="snippet-clipboard-content n... | <h3 dir="auto">Version</h3>
<p dir="auto">2.6.10</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codepen.io/anon/pen/dxGVOg?editors=1010#0" rel="nofollow">https://codepen.io/anon/pen/dxGVOg?editors=1010#0</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">In your render function, crea... | 0 |
<h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">💻</g-emoji></h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a ... | <p dir="auto">In addition to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="813959646" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/12851" data-hovercard-type="issue" data-hovercard-url="/babel/babel/issues/12851/hovercard" href="https://gi... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p> | <p dir="auto">My goal is to update many rows at once on a Postgres database using sqlalchemy. My setting is :</p>
<ul dir="auto">
<li>I have a table created with <code class="notranslate">sqlalchemy.Table(...)</code></li>
<li>The primary key is, say, <code class="notranslate">a</code>, <code class="notranslate">b</code... | 0 |
<p dir="auto">No compatible version found: babel-template@^6.24.1</p>
<p dir="auto">I'm trying to resolve by pinning versions with npm-shrinkwrap, but I'm very new to this.<br>
It seems that these libraries are suddenly incompatible with node 7.x</p>
<div class="snippet-clipboard-content notranslate position-relative o... | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong></p>
<p dir="auto">Transpilation of the code fails with the following error.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TypeError: D:\Git\babel-duplicate-declara... | 0 |
<p dir="auto">If the function is defined in another js file especially when in same directory, Visual Studio doesn't find it which is weird.</p> | <p dir="auto">I found this going through the /docs/runtimes/Node.js walkthrough after seeing a doc feedback verbatim saying that typings weren't being picked up.<br>
After creating an express application, trying to get IntelliSense for node and express types fails.<br>
If I roll-back to 0.10.8, the typings are picked u... | 1 |
<p dir="auto">on both the css and components pages in the documentation it refers to btn-lg btn-sm and btn-xs but in reality in the css files it is referred to as btn-large btn-small and btn-mini</p> | <p dir="auto">To increase/decrease the size of form controls, you can add the classes input-lg or input-sm (at least according to the website [http://getbootstrap.com/css/#forms] - which is the most consistent solution). In the css code, however, the classes are called input-large and input-small.</p> | 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="import pandas as pd
df=pd.DataFrame({'variable': ['a','a','b','b','c','c'],
'value' : [1000,200... | <p dir="auto">The function below has been incorrectly implemented. If the frame has an index with duplicated values, you will get a result with more than <code class="notranslate">n</code> rows and not properly sorted. So <code class="notranslate">nsmallest</code> and <code class="notranslate">nlargest</code> for DataF... | 1 |
<h2 dir="auto">Error message when starting PowerToys when resuming from power save mode:</h2>
<p dir="auto">Version: 1.0.0<br>
OS Version: Microsoft Windows NT 10.0.18363.0<br>
IntPtr Length: 8<br>
x64: True<br>
Date: 08/01/2020 10:18:30<br>
Exception:<br>
System.ObjectDisposedException: Cannot access a disposed object... | <p dir="auto">Popup tells me to give y'all this.</p>
<p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p>
<p dir="auto">Version: 1.0.0<br>
OS Version: Microsoft Windows NT 10.0.19041.0<br>
IntPtr Length: 8<br>
x64: True<br>
Date: 07/31/2020 17:29:59<br>
Exce... | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/bonfire-no-repeats-please" rel="nofollow">http://www.freecodecamp.com/challenges/bonfire-no-repeats-please</a> has an issue.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/bonfire-no-repeats-please" rel="nofollow">http://www.freecodecamp.com/challenges/bonfire-no-repeats-please</a> has an issue. Please describe how to reproduce it, and include links to screen shots if possible.</p>
<p dir="auto">The tests for this bo... | 1 |
<h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">Macs and PCs use different keyboard modifiers for the same tasks, i.e. <code class="notranslate">CTRL C</code> and <code class="notranslate">CMD C</code> or in keyboard event terms <code class="notranslate">.ctrl</code> and <code class="notranslate... | <p dir="auto">This is a follow up of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="302109623" data-permission-text="Title is private" data-url="https://github.com/vuejs/vue/issues/7740" data-hovercard-type="issue" data-hovercard-url="/vuejs/vue/issues/7740/hovercard?comment_id=3713... | 0 |
<p dir="auto">v0.122.0</p>
<p dir="auto">Turn on "show invisibles". Then quit atom.</p>
<p dir="auto">Then in terminal, under your working directory, type "atom" (open in dev mode).</p>
<p dir="auto">It does not show invisibles.</p> | <p dir="auto">Atom 0.122.0<br>
OS X 10.9.4</p>
<p dir="auto">The 0.122.0 update seems to have an issue with invisible characters being hidden on launch even though they are enabled. Disabling and re-enabling fixes the issue until the next time Atom is launched.</p>
<p dir="auto">I ran Atom in safe mode then with a clea... | 1 |
<p dir="auto">Repeating over a set of objects in a template throws a TypeError when attempting to call a method with the same name as a local variable. In this case looping over a list of "action" objects and dynamically generate buttons i.e.</p>
<p dir="auto">Edit: More concise example: <a href="https://plnkr.co/edit/... | <p dir="auto">This is what it takes to set three query parameters as of beta.2:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" var params = new URLSearchParams();
params.set('search', term);
params.set('action', 'opensearch');
... | 0 |
<p dir="auto">It would be nice if you could write the address of the site and open it in the default browser.</p>
<p dir="auto">(Было бы неплохо, если можно было писать адрес сайта и открывать его в браузере по умолчанию.)</p> | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">I want to be able to start a web search from the launcher.<br>
Ideally, I'd type <code class="notranslate">bing power toys</code> and it would navigate to <code class="notranslate">https://www.bing.com/search?q=power+toys</code> in my default brow... | 1 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">ansible-2.2.0.0</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible-playbook 2.2.0... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">roles</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.1.0
config file... | 0 |
<p dir="auto"><a href="https://sourceforge.net/tracker/?func=detail&aid=3057301&group_id=80706&atid=560723" rel="nofollow">Original report at SourceForge, opened Wed Sep 1 04:54:13 2010</a></p>
<p dir="auto">instead of only:<br>
plt.figure(1)<br>
the following:<br>
plt.figure('today')<br>
would open a figu... | <p dir="auto">I think the use of logging in matplotlib is not right.</p>
<p dir="auto">Unfortunately the official logging documentation is not quite comprehensive. I'll try to explain in the following how I understand that logging should be used.</p>
<p dir="auto"><strong>TLDR: I propose to just remove <code class="not... | 0 |
<p dir="auto">My electron app cannot go in fullscreen mode.</p>
<p dir="auto">I've tried multiple ways to enter fullscreen:</p>
<ul dir="auto">
<li>Clicking fullscreen button in native frame</li>
<li>Using <code class="notranslate">setFullScreen</code> method on window</li>
<li>Using <code class="notranslate">fullscree... | <p dir="auto">When trying to activate fullscreen, an error message appears in the terminal and the app briefly "flashes", but doesn't change size at all. This happens any way I've tried to activate fullscreen (from renderer thread using remote, from main thread, from clicking on the fullscreen window button, from the O... | 1 |
<p dir="auto">Doing a crosstab on two Series with the same name throws an error. This is due to a dictionary (indexed by the series name) in the crosstab function being used to store the data. Not sure if this is a feature or a bug, but a default similar to the behavior when Series without name are compared would be ... | <p dir="auto">Pandas 0.10.1.<br>
It's throwing a FutureWarning "set_index with inplace=True will return None from pandas 0.11 onward" when I call set_index, <strong>_even though I already changed my code to be compliant with that change so the warning is not relevant</strong>_. It prints that warning anytime you call t... | 0 |
<p dir="auto">if i generate a page fixture in before all hook, and use the same page for all test blocks, i cant generate a video for failing tests, is there any workaround for this.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="**before all*... | <p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>Playwright Version: 1.14.1</li>
<li>Operating System: Linux</li>
<li>Node.js version: v14.16.0</li>
<li>Browser: chromium</li>
</ul>
<p dir="auto"><strong>Code Snippet</strong></p>
<ol dir="auto">
<li>Clone this repo: <a href="https://github.com/xrash/pwt-... | 1 |
<p dir="auto">Babel is already an insanely powerful tool as is, but being able to input an AST would allow people using other AST utilities outside of Babel (e.g. UglifyJS2) or even languages that generate ESTree ASTs (like the experimental <a href="https://github.com/anko/eslisp">eslisp</a>) to plug in the output into... | <p dir="auto">I want to build ES6 by learning <a href="https://github.com/estree/estree">https://github.com/estree/estree</a> and <a href="https://github.com/jquery/esprima">https://github.com/jquery/esprima</a> and then generate ES5 code. Can I do this with babel?</p> | 1 |
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux RedHat 7.6</li>
<li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A</li>
<li>TensorFlow installed from (source or binary): source</li... | <p dir="auto">Consult: excuse me, write own model file, called collapse, iOS,</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/8908244/27081496-407ad54a-5073-11e7-8464-faab2ca4836e.png"><img src="https://user-images.githubusercontent.com/8908244/270... | 0 |
<p dir="auto">Describe what you were doing when the bug occurred:<br>
simple running profiler and popout this error</p>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.6.0-6cceaeb67</p>
<p dir="auto">Call stack: at j (chrome-extension://fmkadmapgofadopljbjfkapdko... | <h3 dir="auto">Describe what you were doing when the bug occurred:</h3>
<ol dir="auto">
<li>I did profiling on a list, that gets updated on each pagination api call.</li>
<li>Once the profiling was done, I moved around in the Profiler to view the Flamegraph</li>
<li>Moving to second capture, the Profiler crashed.</li>
... | 1 |
<p dir="auto">npm ERR! cb() never called!</p>
<p dir="auto">npm ERR! This is an error with npm itself. Please report this error at:<br>
npm ERR! <a href="https://npm.community" rel="nofollow">https://npm.community</a></p>
<p dir="auto">npm ERR! A complete log of this run can be found in:<br>
npm ERR! /root/.npm... | <h1 dir="auto">What / Why</h1>
<p dir="auto">While installing npm packages</p>
<h2 dir="auto">When</h2>
<p dir="auto">npm install request@latest<br>
npm WARN deprecated request@2.88.2: request has been deprecated, see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="427331880" data-pe... | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.1.2</li>
<li>Operating System / Platform => Windows 7 64 bit</li>
<li>Compiler => Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => :3.4</li>
<li>Operating System / Platform => :CentOS-7.5 64Bit:</li>
<li>Compiler => :GCC:</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">The RPM installation package under CENTOS was automatically added with LIB... | 0 |
<p dir="auto">This is valid typescript</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface Bar {
name: string;
}
export default Bar;
"><pre class="notranslate"><span class="pl-k">interface</span> <span class="pl-smi">B... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export default abstract class B {
}"><pre class="notranslate"><code class="notranslate">export default abstract class B {
}
</code></pre></div>
<p dir="auto">By the way, the same with</p>
<div class... | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-create-a-form-element#?solution=%3Clink%20href%3D%22http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster%22%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0... | <p dir="auto">I think I wrote correctly but it doesn't work like I thought :(<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/13378727/10334974/3089e878-6d18-11e5-8f89-d9420cb51a43.jpg"><img src="https://cloud.githubusercontent.com/assets/13378727/10334974/3089... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=diwakar" rel="nofollow">diwakar</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7084?redirect=false" rel="nofollow">SPR-7084</a></strong> and commented</p>
<p dir="auto">Code</p>
<hr>
<p dir="auto">import org.sprin... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=wshields" rel="nofollow">William Shields</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3390?redirect=false" rel="nofollow">SPR-3390</a></strong> and commented</p>
<p dir="auto">form:errors is a pretty crude mecha... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="shell> !
bash: syntax error near unexpected token `)'
shell> (
bash: syntax error near unexpected token `)'"><pre class="notranslate"><code class="notranslate">shell> !
bash: syntax error ne... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="shell> ./julia -E "println(ARGS)"
bash: syntax error near unexpected token `('
shell> ./julia -E \"println(ARGS)\"
"println(ARGS)"
shell> ./julia -E println\(A... | 1 |
<p dir="auto">I'm using Bootstrap 3 RC1 and even though there is nothing but a row and a column, I can scroll horizontally (just a little bit). I guess there shouldn't be any horizontal scrolling at all.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-c... | <p dir="auto">My (empty) row always causes a horizontal scrollbar to appear (~10px), and I don't think just hiding it is the best solution. Here's my code:</p>
<div class="highlight highlight-text-html-basic notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="<div class="... | 1 |
<p dir="auto">I seem to have broken the dragonfly builder after:</p>
<p dir="auto">syscall: allow nacl's fake network code to Listen twice on the same address<br>
<a href="https://go-review.googlesource.com/16650" rel="nofollow">https://go-review.googlesource.com/16650</a> (rev <a class="commit-link" data-hovercard-typ... | <p dir="auto"><a href="https://groups.google.com/d/topic/golang-nuts/sbzs9j5M-hs/discussion" rel="nofollow">Link to original mailing list post</a>.</p>
<p dir="auto">Over here, I have a demo package: <a href="https://github.com/pwaller/vendor-collision">https://github.com/pwaller/vendor-collision</a></p>
<p dir="auto">... | 0 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.36.1]</li>
<li>Operating System: [Windows 10]</li>
<li>Browser: [Chromium, Firefox, WebKit]</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="" ... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.31.2</li>
<li>Operating System: Ubuntu 22.04 LTS</li>
<li>Browser: All</li>
<li>Other info:</li>
</ul>
<p dir="auto">This may simply need to be clarified in the docs but it would also be good to know if this is possible.</p>
<h3 dir="auto">Sourc... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto"><code class="notranslate">fetch</code> module</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-cop... | <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="ansible 2.1.0
config file =
configured module search path = Default w/o overrides"><p... | 0 |
<p dir="auto">Hi,</p>
<p dir="auto">Once the code is run, the output shows #target5 button twice. There seems to be some bug in the system.<br>
Screenshot Attached.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/8476026/12215285/a147aed0-b6db-11e... | <p dir="auto">Hi,<br>
Though I did everything required for this challenge when I click on 'run tests' it does not take me to the next challenge, instead, it keeps on saying 'keep trying'. Going on the help site, I have discovered another person having exactly the same problem. Please help us.<br>
Thank you.</p>
<p dir=... | 0 |
<p dir="auto">Currently only the project tree reloads. But if a file was modified outside vscode the working file is never updated. You have to close the file and re-open.</p>
<p dir="auto">So working files should have some sort of message that a file has been modified outside vscode, and give the option to reload. But... | <p dir="auto">As above. I've been testing it out by switching branches in git using terminal and the file does not update. Sublime & Atom do it immediately, but with Code you have to switch out and back into the file in order for it to update.</p> | 1 |
<p dir="auto">Description of problem:</p>
<p dir="auto">Version-Release number of selected component (if applicable):</p>
<p dir="auto">How reproducible:<br>
always</p>
<p dir="auto">Steps to Reproduce:<br>
1.ip addr add fe80::1 dev p14p14<br>
2. nc -6 -l 1234<br>
3. python -c "import requests; requests.get('http://[fe... | <p dir="auto">Some IPv6 addresses contains the '%' sign ( link-local addresses : ex. fe80::21b:63ff:feab:e6a6%eth0 or [fe80::21b:63ff:feab:e6a6%eth0] )<br>
When using this addresses the requests library raises the fallowing exception: "requests.exceptions.InvalidURL: Invalid percent-escape sequence: 'et'"<br>
(raised b... | 1 |
<p dir="auto">Per the design guide, it is acceptable to have an action in a dialog disabled:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/228987/9752984/cca97ee4-566b-11e5-8996-9b11377824c2.png"><img src="https://cloud.githubusercontent.com/assets/228987/975... | <p dir="auto">Hi,</p>
<p dir="auto">It will be nice if the Dialog component recognizes the disabled property when it generates the dialog actions from JSON object.</p> | 1 |
<p dir="auto">Would you please add iterator in NodeList interface as <a href="https://dom.spec.whatwg.org/#old-style-collections" rel="nofollow">DOM4 spec</a> says?</p>
<div class="highlight highlight-source-webidl notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="IDL[Exposed=... | <p dir="auto">Update: This issue is now only for the following collections:</p>
<ul dir="auto">
<li>MediaList</li>
<li>StyleSheetList</li>
<li>CSSRuleList</li>
</ul>
<p dir="auto">Originally it was about NodeList as well, but that was fixed (along with DOMTokenList) in <a class="issue-link js-issue-link" data-error-tex... | 1 |
<p dir="auto">Please consider merging <code class="notranslate">mean</code> and <code class="notranslate">average</code> and deprecating one in order to simplify the numpy interface and reduce confusion.</p> | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [23]: a = np.ones(3, 'i4, O')
In [24]: a[0] = a[1]
---------------------------------------------------------------------------
ValueError Traceback (most recent call... | 0 |
<p dir="auto">Looks like the <a href="https://github.com/zeit/next.js/blob/master/server/build/webpack.js#L100"><code class="notranslate">babel-runtime</code> alias in the webpack config</a> is causing babel to transpile incorrectly. Any async function defined on the module fails because <code class="notranslate">_rege... | <p dir="auto">Hey guys, when I try to implement a custom .babelrc with next.config.js, I get a build error and it looks like its ignoring React Components (JSX).</p>
<p dir="auto">.babelrc:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-... | 0 |
<p dir="auto">From <a href="https://stackoverflow.com/q/51228928/2901002" rel="nofollow">SO question</a>:</p>
<p dir="auto"><strong>Sample</strong>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="np.random.seed(57)
idx = pd.CategoricalIndex([... | <p dir="auto">Retrieving a dataframe previously stored in a HDFStore with a row label "nan" (string) is incorrectly retrieved as NaN.</p>
<p dir="auto">My blog talks more about this issue: <a href="http://makeyourowntextminingtoolkit.blogspot.co.uk/2016/09/pandas-dataframe-hdfstore-bug.html" rel="nofollow">http://makey... | 0 |
<p dir="auto">Hi,</p>
<p dir="auto">I am getting an exception when I try to execute following code</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="runOnDraw(new Runnable() {
@Override
public void run() {
Glide.w... | <p dir="auto">It is interesting to see how some applications like A+Gallery or QuickPic show images loaded into the disk cache very fast and smooth.<br>
Imagine I have 1000 images.<br>
They are shown inside a ListView or RecyclerView.<br>
About 20 to 50 images gonna appear on the screen.<br>
On scroll I get to the imag... | 0 |
<p dir="auto">When I have a Component that takes more just RouteParams in its constructor, I get a TypeScript definition error in the editor. The code runs, but the typings file likely needs to be updated. here is my component<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubuserconte... | <p dir="auto">I'm a bit puzzled about this one. I think it appeared on alpha 34. I didn't upgrade by then.<br>
Now I updated to angular alpha35, "systemjs-builder": "^0.13","systemjs": "^0.18.10".</p>
<p dir="auto">With a simple route config like</p>
<div class="highlight highlight-source-js notranslate position-relat... | 1 |
<p dir="auto">While rebuilding packages with Python 3.9.0 on macOS Homebrew (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="718139045" data-permission-text="Title is private" data-url="https://github.com/Homebrew/homebrew-core/issues/62560" data-hovercard-type="pull_request" data-ho... | <p dir="auto">Xcode 12 for OS X was just released, and I can't build scipy with it. The command <code class="notranslate">pip3 install . -v --user</code> fails, ending with</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" error: Command "... | 1 |
<h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">💻</g-emoji></h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a ... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/20358391/220269773-94d0257f-4ebf-4671-8750-27ef621c9ad4.png"><img width="1137" alt="image" src="https://user-images.githubusercontent.com/20358391/220269773-94d0257f-4ebf-4671-8750-27ef621c9ad4.png" style... | 1 |
<p dir="auto">I am able to see the landscape mode properly but portrait mode also showing preview as<br>
landscape mode.</p>
<p dir="auto">I am doing camera frames processing dynamically.</p>
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => <g-emoji class="g-emoji" alias="grey_questio... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => <g-emoji class="g-emoji" alias="grey_question" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2754.png">❔</g-emoji></li>
<li>Operating System / Platform => <g-emoji class="g-emoji" alias="grey_question" fallb... | 0 |
<p dir="auto">Needs some API tweaking since the Clipboard's APIs are asynchronous.</p> | <p dir="auto">A user is reporting that launching URLs on his OnePlus 5 (running Android 8.1) has a 2 second delay before launching. On my LG Stylo 2 (5.1) it is instant, as it is on my iPhone 5c running iOS 10.</p>
<p dir="auto">I have tried both of these and they produce the same results.</p>
<div class="highlight hig... | 0 |
<p dir="auto">It seems that one of the likeable features of TypeScript, compared to Babel lets say, is that it emits readable code.</p>
<p dir="auto">Consider the following code:</p>
<p dir="auto">X.ts:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-cl... | <p dir="auto">We have a typescript application and a use a file per class. There are lots of benefits to this the major one being source control conflict reduction.</p>
<p dir="auto">We compile our app using the --out compiler flag but I think there is room for some serious optimization of the compilers output for modu... | 1 |
<h3 dir="auto">What version of Go are you using (<code class="notranslate">go version</code>)?</h3>
<p dir="auto">Tested on go1.6 darwin/amd64 and go1.6 linux/amd64</p>
<h3 dir="auto">What operating system and processor architecture are you using (<code class="notranslate">go env</code>)?</h3>
<p dir="auto">Mac:</p>
<d... | <p dir="auto">The plan9/mksysnum_plan9.sh script has a duplicated, mangled copyright header:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-st... | 0 |
<p dir="auto">This <a href="https://gist.github.com/Gerhut/0a5b94f81b84617ac23c">gist</a> records my input file & output files when using <code class="notranslate">common</code> and <code class="notranslate">system</code> module option.</p>
<p dir="auto">In <a href="https://gist.github.com/Gerhut/0a5b94f81b84617ac2... | <p dir="auto">Not sure if this is your bug. When calling babel for following example (loop.js) I got an unusable output.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="for (let i = 0; i < 10; i++) {
console.log(i);
}"><pre ... | 1 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">I was wondering if the "single-key/multi-use" functionality of <a href="https://github.com/ililim/dual-key-remap">dual-key-remap</a> might be something that would complement the Keyboard Manager.</p>
<p dir="auto">The canonical usage example is to... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">I would like it to support mapping holding a key to a function, e.g. holding CapsLock key for a given period to switch input language</p> | 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">Hi, during training, I noticed that when specifiying weights for CrossEntropyLoss, using the 'mean' reduction produces a different loss output, comp... | <p dir="auto">In <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="485013489" data-permission-text="Title is private" data-url="https://github.com/pytorch/pytorch/issues/25169" data-hovercard-type="pull_request" data-hovercard-url="/pytorch/pytorch/pull/25169/hovercard" href="https://g... | 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>Windows build number: 19042.421 (insider build)</li>
<li>PowerToys version: 0.20</li>
<li>PowerToy module: Start... | <p dir="auto">Popup tells me to give y'all this.</p>
<p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p>
<p dir="auto">Version: 1.0.0<br>
OS Version: Microsoft Windows NT 10.0.19041.0<br>
IntPtr Length: 8<br>
x64: True<br>
Date: 07/31/2020 17:29:59<br>
Exce... | 1 |
<p dir="auto">I can't seem to get any numpad shortcuts .. tried '1' and it really just fires on the '1' key.<br>
Would expect something like 'numpad0' to 'numpad9'.</p>
<p dir="auto">Guess it's a missing feature so far?</p> | <p dir="auto">We have zoom hotkeys set up using accelerators for <code class="notranslate">+</code>, <code class="notranslate">-</code>, and <code class="notranslate">0</code>. These work as expected, but not when someone presses <code class="notranslate">NumPadPlus</code>, <code class="notranslate">NumPadMinus</code>,... | 1 |
<h2 dir="auto">🐛 Bug</h2>
<p dir="auto">There is a weird behaviour of a backward function when performing a reduction operation (sum) on a dense tensor generated from the sparse one. For example, just multiplying the dense tensor by one causes the generation of the RuntimeError during the backward pass: <code class="n... | <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">Some PyTorch primitives expect the gradient passed in during the backward pass to be contiguous, but not all functions produce a contiguous gradient... | 1 |
<p dir="auto">Bootstrap carousel is not working in IE( any version ). I have included bootstrap.js, bootstrap-transition.js and bootstrap-carousel.js. Any help in this regard would be appreciated. Thanks in advance.</p>
<p dir="auto">Cheers!</p> | <p dir="auto">I am getting an error in IE. The transition.js file is included in my bootstrap.min.js file and the carousel element as the 'slide' class. The page error come back as "e.support.transition.end is null or not an object. You can see here: <a href="http://www.wedlakebell.com/" rel="nofollow">http://www.wedla... | 1 |
<p dir="auto">On linux/amd64 with <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/golang/go/commit/0b9866fd561d5ecebee14d73c0a4938dec5abe7d/hovercard" href="https://github.com/golang/go/commit/0b9866fd561d5ecebee14d73c0a4938dec5abe7d"><tt>0b9866f</tt></a>. I saw this only once... | <p dir="auto">A send on an unbuffered channel to a blocked receiver writes directly to the receiver's stack. This violates the assumption made by the garbage collector that all writes to a stack happen while the receiver is executing and go through write barriers. This causes missed writes and incorrect collection of d... | 1 |
<h2 dir="auto">🐛 Bug</h2>
<p dir="auto">Load pytorch tensor created by torch.save(tensor_name, tensor_path) in c++ libtorch failed.<br>
How can I save some tensor in python, but load it in libtorch?</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">using the following code:</p>
<p dir="auto">I save tensor named piror... | <h2 dir="auto">🐛 Bug</h2>
<p dir="auto">I don't manage to import a tensor saved in PyTorch from C++. Any help on this is welcome <g-emoji class="g-emoji" alias="smile" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f604.png">😄</g-emoji></p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Sav... | 1 |
<p dir="auto">Please look at the self-explaining screenshot.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/822771/11636183/6d7bf95c-9d23-11e5-9456-19f2c772eeac.png"><img src="https://cloud.githubusercontent.com/assets/822771/11636183/6d7bf95c-9d23-11e5-9456-1... | <p dir="auto">Right now, those keywords like <code class="notranslate">import</code> <code class="notranslate">class</code> <code class="notranslate">from</code> are all plain white.</p> | 1 |
<p dir="auto"><strong>Symfony version(s) affected</strong>: 3.4.13</p>
<p dir="auto"><strong>Description</strong><br>
Binding controller service argument used to work in Symfony 3.4.12, but not in 3.4.13 anymore.</p>
<p dir="auto"><strong>How to reproduce</strong><br>
service.yml :</p>
<div class="snippet-clipboard-con... | <p dir="auto"><strong>Symfony version(s) affected</strong>: 4.1.2</p>
<p dir="auto"><strong>How to reproduce</strong><br>
Bind a value to a controller will cause the following error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" In ResolveBi... | 1 |
<p dir="auto">While the general direction are users moving from NodeJS into Deno, for me, I enjoy Deno modules while working on a bigger NodeJS/TS project that consumes npm packages.</p>
<p dir="auto">I would like to import my Deno modules back into NodeJS while retaining type declaration. Steps that I have to do now a... | <p dir="auto">Instead of an array like so:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="[
{
"runtime": "Deno/1.28.3 x86_64-apple-darwin",
"cpu": "Intel(R) Core(TM) i7-9750H CPU @ 2.... | 0 |
<p dir="auto">numpy.ma.load() fails on files generated bu numpy.ma.dump() in python3. See the following code:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from __future__ import print_function
import sys
import numpy as np... | <p dir="auto">When using numpy.ma.dump to save a masked array in Python 3:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="np.ma.dump(a, pathtofile)"><pre class="notranslate"><code class="notranslate">np.ma.dump(a, pathtofile)
</code></pre></di... | 1 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project... | <h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/main/CONTRIBUTING.md">Contributing Guidelines</a> for this project.</... | 0 |
<p dir="auto">Looks like the next server is clashing with another service I have running on 3030. Whats the full list of ports needed to run next in production and how can they be changed?</p> | 1 | |
<p dir="auto">My package.json file:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{
"scripts": {
"forever": "forever start server.js",
"db": "mongod --dbpath ./data",
"nodem... | <p dir="auto">Hi all,</p>
<p dir="auto">Looks like current trend to run NodeJs app via <strong>npm start</strong> or <strong>npm dev</strong>.<br>
By default, launch.json does not allow us to do this. It`s very unusable. My suggection - to add this feature, that allow easily cconfigure how to run app and not just by p... | 1 |
<p dir="auto">Choose one: is this a bug report or feature request?</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="let code = `class Demo extends React.Component {
constructor(props) {
... | <p dir="auto">After <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="175672408" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/4478" data-hovercard-type="pull_request" data-hovercard-url="/babel/babel/pull/4478/hovercard" href="https://github.c... | 1 |
<h3 dir="auto">Problem description</h3>
<p dir="auto">In landscape mode, the datepicker doesn't seem to be centered vertically on the screen so the bottom is cut off on smaller resolutions. You can also observe this by looking at the material-ui demos in iphone5 landscape mode (see screenshot). By playing around in res... | <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">Hello,</p>
<p dir="auto">the object <code class="notranslate">sklear.model_selection.GridSearchCV</code> is not picklable:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from sklearn.model_selection import Grid... | <p dir="auto">Currently, ColumnTransformer will return AttributeError if one of the transformers is a Pipeline object because it only checks if the transformer has get_feature_names attribute.</p>
<h4 dir="auto">Describe the workflow you want to enable</h4>
<p dir="auto">It should be able to pass the initialized column... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.