text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">One example is the <code class="notranslate">unreachable!</code> macro, though I think I've seen it elsewhere. The documention of the macro <a href="http://doc.rust-lang.org/stable/core/macro.unreachable!.html" rel="nofollow">in libcore</a> is fine, but the docs of the same macro <a href="http://doc.rust-...
<p dir="auto">For some macros the documentation has presentation problems,<br> for others macros the documentation it is OK.<br> Problems:</p> <ul dir="auto"> <li>Variable names are not highlighted in blue</li> <li>There is an additional space between $ and the variable name (and in other places)</li> <li>Unexpected li...
1
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">1.8 (devel) - works in 1.7</p> <h5 dir="auto">Environment:</h5> <p dir="auto">running on: Linux Ubuntu<br> managing: Linux Ubuntu</p> <h5 dir="auto">Summary:</h5> <p dir="auto"><code class="notranslate">vars/...
<p dir="auto">This has come and gone over the previous releases, and is currently present on the devel branch.</p> <p dir="auto">To reproduce:</p> <p dir="auto">roles/test1/vars/main.yml:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="myvar: t...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=irwinm" rel="nofollow">Eric Fletcher</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3019?redirect=false" rel="nofollow">SPR-3019</a></strong> and commented</p> <p dir="auto">The issue appears to be a compatibility...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=bjsion" rel="nofollow">Ben Sion</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8210?redirect=false" rel="nofollow">SPR-8210</a></strong> and commented</p> <p dir="auto">It would be very helpful if the EmbeddedData...
0
<p dir="auto">without threads it is fine:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; function foo(x,y,z) for i in eachindex(y) y[i] -= z[x] end x += 1 return x end foo (generi...
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="using Images: realtype function ifi{T&lt;:Real,K,N}(img::AbstractArray{T,N}, kern::AbstractArray{K,N}, border::AbstractString, value) if border == &quot;circular&quot; &amp;&amp...
1
<p dir="auto">IS:<br> As the title says the output of deno bundle when including something from pika.dev seems to ignore pika atleast partially.</p> <p dir="auto">I created a little test repo with a "bundle.sh" script: <a href="https://github.com/katywings/deno-pika-bundle-test">https://github.com/katywings/deno-pika-b...
<h2 dir="auto">Steps to reproduce</h2> <p dir="auto">Run <code class="notranslate">deno bundle https://deno.land/x/once/index.js</code></p> <h2 dir="auto">Expected behavior</h2> <p dir="auto">It prints a bundled JavaScript code</p> <h2 dir="auto">Actual behavior</h2> <div class="snippet-clipboard-content notranslate po...
1
<p dir="auto">I have a very strange behavior with the np.dot() function. When computing:<br> np.dot(vector, vector)<br> I get a negative value, -3.68935e+19, with the array below:<br> [-0.95558429 -0.79491568 -0.34074336 -0.31960416 -0.50112027 -0.14804825<br> 0.83092237 -1.04872239 -0.06821966 0.95099533 0.23211323 ...
<p dir="auto">I've found a very strange bug. Under certain circumstances, a small number of the entries in the dot product of two 2D arrays will be wrong:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy as np nrow, ncol = 2, 69900 ...
1
<p dir="auto">Is there a simple integrated way to handle the load animation based on a condition not at the call time but at the loading time ?</p> <p dir="auto">Typical basic usage : <code class="notranslate">.animate(getUserVisibleHint() ? R.anim.abc_fade_in : R.anim.none)</code> with a viewpager that preload fragmen...
0
<h3 dir="auto">Problem description</h3> <p dir="auto">By default all IE browsers &gt; 10 show a clear icon for text input when any value is entered. Normally the icon has the same height as the input element.</p> <p dir="auto">With Material-UI the input element is far higher than the actual text, so the demo page <a hr...
<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/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected Be...
0
<p dir="auto">Since the default recommended filters for scipy are now SOS, it should make sense to use them for decimate (and other internal uses)</p> <p dir="auto">This is the current state of scipy.signal.decimate</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clip...
<p dir="auto">Importing <code class="notranslate">scipy.sparse</code> or <code class="notranslate">scipy.special</code> (from 1.0.0rc1 openblas linked wheels) on windows can fail with an ImportError if the target machine does not have msvcp140.dll (part of MS Visual C++ 2015 redistributable package) installed.</p> <h3 ...
0
<p dir="auto">Might it make sense to define <code class="notranslate">eachindex</code> on strings to be the set of valid indices into the string? That would allow some code to be generic with regards to being passed abstract arrays or strings.</p>
<p dir="auto">Using the Color package made Julia exit without any message whatsoever.<br> I pinned the error down to Color.jl line 616</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const CAT97s = [ 0.8562 0.3372 -0.1934 -0.83...
0
<p dir="auto">I just reviewed a PR with the line <code class="notranslate">case err.Error() == "http: can't write HTTP request on broken connection"</code>. That's brittle code, and it's hard to test in a way that ensures it stays in sync with any changes to the error message wording in net/http--but there's no way to ...
<p dir="auto">(From aaronlevy on IRC)</p> <p dir="auto">It's hard for a client to know when a HTTP request failed due to timeout, and when for other reasons.</p> <p dir="auto">Given a slow server</p> <div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard...
1
<p dir="auto"><strong>Description</strong></p> <p dir="auto">When a page executes too many queries it would be extremely useful to know where these queries are executed. Since these queries are generated by Doctrine it is very non-obvious where they are coming from.</p> <p dir="auto"><strong>Example</strong></p> <p dir...
<blockquote> <p dir="auto">Checking that the bundle is autoloaded FAILED</p> </blockquote>
0
<blockquote> <p dir="auto">Issue originally made by John (jan.dolezal71)</p> </blockquote> <h3 dir="auto">Bug information</h3> <ul dir="auto"> <li><strong>Babel version:</strong> 6.4.0</li> <li><strong>Node version:</strong> 4.2.0</li> <li><strong>npm version:</strong> 2.14.15</li> </ul> <h3 dir="auto">Options</h3> <di...
<p dir="auto">Feature request</p> <h3 dir="auto">Current Behavior</h3> <p dir="auto">Currently the following block:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="render` &lt;div&gt; &lt;h1&gt;Hello, world!&lt;/h1&gt;...
0
<p dir="auto">hi there, i have a question about face and vertex uvs ....</p> <p dir="auto">i sort of understend the face uv .... wich works in the faces list with a index ....</p> <p dir="auto">[ [ UV1, UV2, UV3, … ], [ UV1, UV2, UV3, … ], … ];</p> <p dir="auto">the extra [ ] is one face and thats where the index point...
<p dir="auto">In the normalmap shader here:</p> <p dir="auto"><a href="https://github.com/mrdoob/three.js/blob/master/src/renderers/shaders/ShaderLib.js#L572">https://github.com/mrdoob/three.js/blob/master/src/renderers/shaders/ShaderLib.js#L572</a></p> <p dir="auto">It defines uniforms for the various standard materia...
0
<p dir="auto">Dear <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/stas00/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/stas00">@stas00</a> and whoever else is willing to help!</p> <p dir="auto">So far I have on...
<h2 dir="auto">Environment info</h2> <ul dir="auto"> <li><code class="notranslate">transformers</code> version: 4.17.0</li> <li>Platform: Linux-4.14.252-131.483.amzn1.x86_64-x86_64-with-glibc2.9</li> <li>Python version: 3.6.13</li> <li>PyTorch version (GPU?): 1.7.1 (True)</li> <li>Tensorflow version (GPU?): not instal...
0
<p dir="auto">Originally reported by Anik Halder on the mailing list <a href="http://matplotlib.1069221.n5.nabble.com/IPython-FITS-file-plotting-problem-tp47271.html" rel="nofollow">http://matplotlib.1069221.n5.nabble.com/IPython-FITS-file-plotting-problem-tp47271.html</a></p> <p dir="auto">Consider this simple example...
<p dir="auto">The following minimal example:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import matplotlib matplotlib.use('Agg') from astropy.wcs import WCS from wcsaxes import datasets import matplotlib.pyplot as plt hdu = datasets.fetch_m...
1
<p dir="auto">Hi,</p> <p dir="auto">We are suffering a big performance hit with druid due to a dimension in our data source which has a very high cardinality. We need that dimension but only if there are significant rows with that dimension, i.e. we should ignore/discard cases where this dimension with a unique value o...
<p dir="auto">I see a problem with the current way of managing metadata about publishing segments in AppenderatorDriver. Lets say a task calls AppenderatorDriver to publish segments for a sequence, then the driver will remove the sequence information from activeSegments and publishPendingSegments map. Now, if the task ...
0
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">I used to use Hain to do /shutdown or /restart, this is a feature I surprisingly used allot!<br> My PC screen would be off and I would be able to do ALT+SPACE /restart or /shutdown without having to turn on my screen.<br> I would also use /taskkil...
<h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Provide a description of the new feature</h2> <p dir="auto">Web developers, designers or anybody that working with colors need more color formats (better color models) in...
0
<p dir="auto">Every <code class="notranslate">View</code> should have a queue of dom write operations and and a queue of dom read operations.</p> <ol dir="auto"> <li>All dom operations should be ran in the queues.</li> <li>Write operations must run bottom up (child view, then parent view).</li> <li>We need to flush the...
1
<h3 dir="auto">System Information</h3> <p dir="auto">OpenCV version: 4.6.0<br> MacBook M1 Pro<br> Venture 13.1<br> Xcode 14.1<br> Python 3.11.0</p> <p dir="auto">Command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="python opencv/platforms/i...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="** BUILD FAILED ** The following build commands failed: EmitSwiftModule normal x86_64 (in target 'opencv2' from project 'opencv2') CompileSwift normal x86_64 /Users/andy/Workspace/OpenCV/build_xcfr...
1
<h3 dir="auto">Bug summary</h3> <p dir="auto">I use the <code class="notranslate">rect</code> parameter of the figure's layout engine to set figure margins. For figures with <code class="notranslate">layout='constrained'</code> this parameter appears to be ignored if <code class="notranslate">rcParams['figure.constrain...
<h3 dir="auto">Bug summary</h3> <p dir="auto">When setting <code class="notranslate">rcParams['figure.constrained_layout.use'] = True</code> and <code class="notranslate">ax.set_aspect('equal')</code>, and saving with <code class="notranslate">bbox_inches = 'tight'</code>, the resulting figure is cropped incorrectly.</...
1
<ul dir="auto"> <li>Electron version: 1.4</li> <li>Operating system: windows</li> </ul> <h3 dir="auto">Expected behavior</h3> <p dir="auto">After taking from cookies.get I should be able to use the same output to cookies.set</p> <h3 dir="auto">Actual behavior</h3> <p dir="auto">Error: Setting cookie failed<br> at Error...
<p dir="auto">None of the cookies I am saving from my session have a <code class="notranslate">url</code> property. However, when I call <code class="notranslate">win.webContents.session.cookie.set(cookie, cb)</code> I get an error cause the cookie I am trying to set doesn't have a <code class="notranslate">url</code> ...
1
<p dir="auto">When loading a model (tensorflow, darknet) to a myriad VPU, following happens as I understood:</p> <ol dir="auto"> <li>OpenCV reads the model and converts it to the IE representation.</li> <li>The model will be transferred to the VPU.</li> <li>Ready to accept forward requests.</li> </ol> <p dir="auto">Is ...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.5.1</li> <li>Operating System / Platform =&gt; Windows 64 Bit</li> <li>Compiler =&gt; Visual Studio 2019</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">There are vertical artifacts in image after a gaussian filter of...
0
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Similar to the pipline of a screen GIF recorder I would like to request a screen video recorder. It should let us either record the whole screen or a customizable area. It also should have an option to record the sound or not. Everything else such...
<p dir="auto">Windows build number: Version 10.0.18363.836<br> PowerToys version: 0.18<br> PowerToy module for which you are reporting the bug (if applicable): PowerToys Run</p> <p dir="auto">After closing Run using escape button and also after selecting a result, when I reopen Run, the search text and search results a...
0
<p dir="auto">Good progress is made on supporting the case of packages that carry their own typings in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="60991541" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/2338" data-hovercard-type=...
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.7.5 / 1.8.0-beta / nightly (1.9.0-dev.20160217)</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="// A self-contained de...
0
<h2 dir="auto">Question</h2> <p dir="auto">batch insert 10000 record by default just need 2~3 second,but use sharding-jdbc insert need more than 2 minutes。<br> how to optimize it to improve efficiency?</p> <p dir="auto">maven version:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images....
<h3 dir="auto">Dependence</h3> <div class="highlight highlight-text-xml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" &lt;dependency&gt; &lt;groupId&gt;com.oracle.database.jdbc&lt;/groupId&gt; &lt;artifactId&gt;ojdbc8&lt;/artifactId&gt; ...
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/vuejs/vue/blob/7a8de91cd78f523fabe8452652513250871a01c6/src/compiler/codeframe.js#L16">vue/src/compiler/codeframe.js</a> </p> <p class="mb-0 color-fg-muted"> ...
<h3 dir="auto">Version</h3> <p dir="auto">2.6.10</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://jsfiddle.net/qagby1e4/" rel="nofollow">https://jsfiddle.net/qagby1e4/</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Somehow if I use the attribute "open" on a html tag, vue fills the ...
0
<h2 dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):<br> azure load balancer</h2> <p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one): Kind of both<br> <strong>Kuber...
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):<br> No</p> <p dir="auto"><strong>What keywords did you se...
0
<p dir="auto">Hi,</p> <p dir="auto">Thank you so much for creating SQLAlchemy!</p> <h3 dir="auto">Summary</h3> <p dir="auto">We are currently seeing the following error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sqlalchemy.exc.IntegrityEr...
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p> <p dir="auto">We have some code with a one-to-many relationship that we want to normally populate in an eager manner. The relationship definition had the attribute lazy="subquery" to achieve this.</p> <p dir="auto">If a query is then wr...
0
<p dir="auto">Getting an error when trying to use <code class="notranslate">DatagramConn</code> to send to the network's broadcast address.</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const msg = new TextEncoder().encode(&quo...
<p dir="auto">When using <code class="notranslate">Deno.memoryUsage()</code> without the <code class="notranslate">--unstable</code> flag, Deno causes the following error:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="error:...
0
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.33.0] (Java)</li> <li>Operating System: [macOS 13.4.1]</li> <li>Browser: [Firefox]</li> <li>Other info: M1 architecture</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox"...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [1.24.0]</li> <li>Operating System: [Windows 10 Pro]</li> <li>Browser: [Chromium]</li> <li>Playwright/test Version:[1.33.0]</li> </ul> <p dir="auto"><strong>Bug Description</strong><br> In the test I wrote, the browser stays open for about 2 minute...
0
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [2]: df = pd.DataFrame([[1, 2]], columns=pd.MultiIndex.from_product([['A'], ['a', 'b']])) In [3]: reind = df...
<p dir="auto">Dataframe.duplicated() and .drop_duplicates() are flagging rows as duplicates when they are in fact distinct.</p> <p dir="auto">This was the smallest dataset I could make to recreate the issue, but I've seen this issue on DataFrames of any size:</p> <div class="highlight highlight-source-python notranslat...
0
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/44893749/177528495-f2f79409-0476-479d-9727-92675820d330.png"><img width="975" alt="图片" src="https://user-images.githubusercontent.com/44893749/177528495-f2f79409-0476-479d-9727-92675820d330.png" style="ma...
<h2 dir="auto">ComboPooledDataSource not compatible with apache shardingsphere.</h2> <p dir="auto">I am currently trying to implement shardingshpere in my current company's codebase. Previously created an example project using HikariDataSource and it worked fine.</p> <p dir="auto">Now in companies code base uses c3p0.C...
1
<h4 dir="auto">Challenge Name</h4> <p dir="auto"><a href="https://www.freecodecamp.com/challenges/use-a-css-class-to-style-an-element#?solution=%3Cstyle%3E%0A%20%C2%A0.red-text%20%7B%0A%20%C2%A0%20%20color%3A%20red%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%0A%0A%3Ch2%20class%3D%22red-text%22%3E%0A%20%20CatPhotoApp%0A%3C%2Fh2%3E%...
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/use-a-css-class-to-style-an-element#?solution=%3Cstyle%3E%0A%20%C2%A0.red-text%20%7B%0A%20%C2%A0%20%20color%3A%20red%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%0A%0A%3Ch2%20class%3D%22red-text%22%3ECatPhotoApp%3C%2Fh2%3E%0A%0A%3Cp%3EKitty%20ipsum%20dolor%20s...
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>4.1</td> </tr> </tbody> </...
<p dir="auto">should be mapped to number input type with step="any"...yes, number supports float.</p>
0
<p dir="auto">Hi,</p> <p dir="auto">I'm writing an app with <a href="https://emojipedia.org/modifiers/" rel="nofollow">Emoji Skin Tone Modifiers</a>.</p> <p dir="auto">So, this string <code class="notranslate">" 👍 🏿"</code> should display as 👍🏿.</p> <p dir="auto">This works on Android but on iOS the modifier stays...
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/abarth/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/abarth">@abarth</a> pointed me to the hello_android-Sample. Works so far.</p> <p dir="auto">But ...
0
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: [1.19]</li> </ul> <p dir="auto"><strong>Describe the bug</strong><br> In this below POM demonstration example, visibility check element is duplicated. This is misleading in POM context. So documentation needs to updated.<br> <a href="ht...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: 1.36.0</li> <li>Operating System: OSX</li> <li>Browser: N/A</li> <li>Other info:</li> </ul> <p dir="auto"><strong>package.json config file</strong></p> <div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="au...
0
<h1 dir="auto">ISSUE TYPE</h1> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ansible-pull</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.2.0"><pre cla...
<h5 dir="auto">SUMMARY</h5> <p dir="auto">The <code class="notranslate">git</code> submodule which is used by <code class="notranslate">ansible-pull</code> when cloning the inventory repo is fixed to either initializing submodules recursively or not initializing submodules and doesn't support just initializing the firs...
1
<p dir="auto">Before 3.0.3 it was possible to setup a table with table-striped and use the contextual. Now the styling by table-striped overrules contextual classes.</p>
<p dir="auto">i have table with class .table-striped. it has 3 rows with tr.danger. only the middle one is red, the other two are default color.</p> <p dir="auto">when i remove .table-striped, it works correctly</p>
1
<p dir="auto">When using the (unofficial) <a href="https://github.com/jridgewell/babel-plugin-transform-for-of-as-array">babel-plugin-transform-for-of-as-array</a> on a <code class="notranslate">for..of</code> loop that iterates over an imported array variable, the AMD (and CommonJS) modules transform fail to rewrite a...
<p dir="auto">Thanks for Babel. I'd love for Babel to be a superset of defs.js so I can deprecate defs eventually. For that reason, I'm going through the defs test suite and will open up issues (for bugs and improvement) as I find them.</p> <div class="highlight highlight-source-js notranslate position-relative overflo...
0
<p dir="auto">If a playbook is written to include a dependency role explicitly, that role can be loaded more than once if another role depends on it. Consider this example. <code class="notranslate">base</code> is a role with no dependencies. <code class="notranslate">feature</code> is a role with a meta/main.yml file ...
<p dir="auto">As a system administrator I want to install build dependency packages for developer and buildhost machines using the same syntax I install normal packages with.</p> <p dir="auto">It would be useful if one could install build-deps via the apt module instead of mixing and matching apt module and commands fo...
0
<p dir="auto">As a Haskell programmer, I like the ability to use Unicode character in names. However, I've noticed that the character "𝒢" with the default font causes Atom to place the cursor too far to the right, creating a gap.</p>
<p dir="auto">Halp ticket:</p> <ul dir="auto"> <li>support/e61e5074bc3011e396a434cf997499c3</li> </ul> <blockquote> <p dir="auto">Support for Unicode is incomplete. Unicode characters are shown, but the cursor get stuck, and the navigation with the keyboard arrows stop working.</p> </blockquote> <p dir="auto">The user ...
1
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/use-spans-for-inline-elements#?solution=%0A%3Clink%20href%3D%22https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster%22%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%0A%20%20h2%20%7B%0A%20%20%20%20font-family%3A%20Lo...
<p dir="auto">In all the exercises, we the users are forced to press the enter key before writing any code.</p> <hr> <h4 dir="auto">Update:</h4> <p dir="auto">We have locked the conversation temporarily on this thread to collaborators only, this has been resolved in staging, and will be live soon.</p> <p dir="auto">The...
1
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-manipulate-arrays-with-unshift" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-manipulate-arrays-with-unshift</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p> <p dir="...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-manipulate-arrays-with-unshift" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-manipulate-arrays-with-unshift</a> has an issue.<br> Just a little detail that may lead to confusion: in the description of the Waypoint it's wr...
1
<p dir="auto">The Go language has this cool feature for struct composition where if you put one struct after another's values, its values are inherited into the other.</p> <div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type foo1 str...
<p dir="auto">Julia Version 0.3.0-prerelease+355 (2013-12-08 02:02 UTC)<br> 64-bit Linux (Kubuntu 13.10)</p> <p dir="auto">A brief discussion about this is also at <a href="https://groups.google.com/forum/#!topic/julia-users/8tMwmFQZFrc" rel="nofollow">https://groups.google.com/forum/#!topic/julia-users/8tMwmFQZFrc</a>...
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.165.0<br> <strong>System</strong>: Mac OS X 10.10.1<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: EEXIST, fil...
<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.165.0<br> <strong>System</strong>: Mac OS X 10.10.1<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Stack Trace</h3> <p dir="auto">Uncaught Error: EEXIST, fil...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><in...
<p dir="auto">Add missing UT for RedisRegistry which got identified as part of <a href="https://github.com/apache/incubator-dubbo/pull/3291" data-hovercard-type="pull_request" data-hovercard-url="/apache/dubbo/pull/3291/hovercard">PR</a> review</p> <ul class="contains-task-list"> <li class="task-list-item"><input type=...
0
<h3 dir="auto">Preflight Checklist</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project....
<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...
0
<p dir="auto">see <a href="http://docs.scipy.org/doc/scipy/reference/special.html" rel="nofollow">http://docs.scipy.org/doc/scipy/reference/special.html</a></p> <p dir="auto">in the Bessel Functions section.</p> <ol dir="auto"> <li>the description of jn() and jv() are identical, however jn() should be "integer order n...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; scipy.info(scipy.special.jn) jv(x1, x2[, out]) y=jv(v,z) returns the Bessel function of real order v at complex z."><pre class="notranslate"><code class="notranslate">&gt;&gt;&gt; scipy....
1
<p dir="auto">After completing a video challenge, I first see my brownie points increment by 1 and I am directed to the next challenge, but when I havigate away and come back, my recently gained brownie point(s) has/have disappeared and the recently completed challenge(s) is/are not marked as complete.</p>
<p dir="auto">I answer all of the quiz questions correctly and the box pops up saying "Congratulations!<br> Hike completed. Saving..." but then when I go back to the map or my account page there is no record of me having completed the challenge. No green checkbox, no mark on the calendar, and no point.</p> <p dir="auto...
1
<p dir="auto">After recent changes to Process (seems like today's changes), getting the following error when firing off a Process command that runs <code class="notranslate">php composer.phar dump-autoload --optimize</code></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snip...
<p dir="auto">Hello,<br> after the recent merge to 2.3 of symfony/process all my servers are returning this error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="proc_close(): 356 is not a valid process resource"><pre class="notranslate"><code...
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=" df = pd.DataFrame(list(range(9)), pd.MultiIndex.from_product([['a', 'b', 'c'], [1, 2, 3]]), ['col']) df.index #...
<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="In [2]: df = pd.DataFrame(index=range(3), columns=['A', 'B', 'C', 'D', 'E', 'F']) In [3]: df.loc[0, ['A', 'D']]...
0
<p dir="auto">Based on the documentation <a href="https://www.tensorflow.org/api_docs/python/tf/nn/in_top_k" rel="nofollow">here</a> tf.nn.in_top_k treats ties as positive, which is almost never what you'd want. This is a major flaw, which leads to misleading metrics. An all zero predictions would give you 0 error with...
<p dir="auto">This is a feature request related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="234166884" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tensorflow/issues/10489" data-hovercard-type="issue" data-hovercard-url="/tensorflow/tensorflo...
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...
<ul dir="auto"> <li>Electron version: <code class="notranslate">1.7.7</code>, <code class="notranslate">1.6.12</code></li> <li>Operating system: macOS 10.13</li> </ul> <p dir="auto">We're getting several reports of a native crash on startup for the Slack app, when running the High Sierra beta. One in particular also tr...
0
<p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p> <h2 dir="auto">I search the keywords "kube-proxy curl hang"</h2> <p dir="auto">*<em>This a BUG REPORT *</em> (choose one):</p> <p dir="auto"><...
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p> <p dir="auto">No.</p> <p dir="auto"><strong>What keyw...
0
<p dir="auto">In NumPy 1.13, <code class="notranslate">numpy.diff()</code> no longer works with Bool-Arrays:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&gt;&gt;&gt; import numpy as np &gt;&gt;&gt; np.diff([True, False, F...
<p dir="auto">Should modify the docstring accordingly, raise a meaningful error, or (preferably) make it work by hidding some logic under the hood.</p> <p dir="auto">Traceback:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [11]: x = np.arr...
1
<p dir="auto"><code class="notranslate">svds</code> lacks the ability to specify the starting vector, whereas the underlying <code class="notranslate">eigs</code> function it calls does. It would be nice to have the user be able to specify the starting vector, to be consistent with all the other iterative methods.</p>
<p dir="auto">v0 is used as the initial value for seeding the eigs computations and is supported by <code class="notranslate">eigs()</code></p>
1
<p dir="auto">From <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="158469029" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/26823" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/26823/hovercard" h...
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):<br> No</p> <p dir="auto"><strong>What keywords did you se...
0
<p dir="auto">The change introduced in <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/symfony/symfony/commit/a10844587b4494c678e8e2095a05f1bb88d06cb2/hovercard" href="https://github.com/symfony/symfony/commit/a10844587b4494c678e8e2095a05f1bb88d06cb2"><tt>a108445</tt></a> caus...
<p dir="auto">After updating Symfony from 2.6.4 to 2.6.5 handling (MongoDB) <code class="notranslate">document</code> as Field is broken.</p> <p dir="auto">Example FormType:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="public function buildF...
1
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">nightly (1.9.0-dev.20160217)</p> <p dir="auto"><strong>Code</strong></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function wrap&lt;T, U&gt;(wrapper: (arg: T)...
<p dir="auto">If we can get this to type check properly, we would have perfect support for boilerplate-free mixins:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="declare function Blah&lt;T&gt;(target: T): T &amp; {foo: number} ...
1
<h4 dir="auto">Code Sample</h4> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [19]: dates = pd.period_range('20100101','20100105', freq='D') In [20]: weights = pd.DataFrame(np.random.randn(5, 5), index=dates, columns = ['g1...
<p dir="auto">I've run into a data-dependent bug with MultiIndex. Attached are a test script and a data file generation script:</p> <ul dir="auto"> <li>sales-data.py loads CSV data from a CSV data file with read_csv and then displays a multiindexed subset.</li> <li>sales-gen.sh is an AWK script that generates CSV test ...
0
<p dir="auto">Hi,</p> <p dir="auto">What needs to be done to get only one source map to show and used for debugging. Currently there are two being created, the one being the es6 file and the other the transpiled one. (see image below.) Here is my config file:</p> <p dir="auto">var path = require('path'),<br> webpack = ...
<h1 dir="auto">Bug report</h1> <p dir="auto">Minimal repro:<br> <a href="https://github.com/Bnaya/webpack5-twice-compile-why">https://github.com/Bnaya/webpack5-twice-compile-why</a></p> <p dir="auto"><strong>What is the current behavior?</strong><br> Run the project <a href="https://github.com/Bnaya/webpack5-twice-...
0
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/8572307/12980205/b012acaa-d11e-11e5-9c9f-f2e463fdb8fa.PNG"><img width="224" alt="dd" src="https://cloud.githubusercontent.com/assets/8572307/12980205/b012acaa-d11e-11e5-9c9f-f2e463fdb8fa.PNG" style="max-...
<p dir="auto">Ported from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="94376232" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript-Sublime-Plugin/issues/285" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript-Sublime-Plugi...
1
<p dir="auto">The customize feature (<a href="http://twitter.github.io/bootstrap/customize.html" rel="nofollow">http://twitter.github.io/bootstrap/customize.html</a>) seems to be broken. I tried a few different configurations (even the default) and received the following in an error.txt:</p> <div class="snippet-clipboa...
<p dir="auto">Tried to download a customised setup but css files are empty once downloaded, the same is true for IE,Safari,FireFox and Chrome. Received a error file with the downloaded zip, message as follows:</p> <p dir="auto">A less error occured trying to build your bundle. You've likely entered an invalid input int...
1
<p dir="auto">Logged from file retry.py, line 68<br> Traceback (most recent call last):<br> File "c:\python27\lib\logging__init__.py", line 884, in emit<br> stream.write(fs % msg.encode("UTF-8"))<br> UnicodeDecodeError: 'utf8' codec can't decode byte 0xd3 in position 234: invalid continuation byte<br> Logged from file ...
<p dir="auto">Some error message as:<br> 2015-07-01 16:03:46+0800 [Launcher,7500/stderr] Traceback (most recent call last<br> ):<br> File "D:\Python27\lib\logging__init__.py", line 882, in emit<br> stream.write(fs % msg.encode("UTF-8"))<br> UnicodeDecodeError: 'utf8' codec can't decode byte 0xd3 in position 267:<br> in...
1
<h3 dir="auto">Vue.js version</h3> <p dir="auto">2.0.2</p> <h3 dir="auto">Reproduction Link</h3> <p dir="auto"><a href="http://codepen.io/anon/pen/WGyrdz" rel="nofollow">http://codepen.io/anon/pen/WGyrdz</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Just load up the page in edge or internet explorer (11)...
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto">利用keep-alive结合compontent,实现切换tab的效果。但是有多个tab用同一个组件的情况,我加了key做区分,如下:<br> &lt;component :is="currentTabComponent" :key="moduleId" &gt;&lt;/component&gt;<br> 这样,可以缓存这些使用同一个组件的tab。问题是,删除tab时,用include只能匹配组件的name或注册名,并不能区分使用相同组件的tab。<br> 然后我用$desytoy销毁,再...
0
<p dir="auto">Using kubectl create with a list no longer works. We get the output:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ _output/local/bin/linux/amd64/kubectl create -f /tmp/test.json error validating &quot;/tmp/test.json&quot;: err...
<h1 dir="auto">Proposal to create a generic interface from kubelet to cadvisor</h1> <h2 dir="auto">1. Background</h2> <p dir="auto">cadvisor was integrated with kubernetes in issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="58833302" data-permission-text="Title is private" data-...
0
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: [0.11.1]</li> <li>Operating System: [Mac Catalina]</li> </ul> <p dir="auto"><strong>package.json</strong><br> <code class="notranslate">{ "dependencies": { "playwright": "^0.11.1" } } </code></p> <p dir="auto"><strong>test.js</strong><b...
<p dir="auto">Version: <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/playwright/commit/d367a2ed3a2d583e5e82d27ac1f53caddd8aa943/hovercard" href="https://github.com/microsoft/playwright/commit/d367a2ed3a2d583e5e82d27ac1f53caddd8aa943"><tt>d367a2e</tt></a> (current ...
1
<p dir="auto">Seen on current main in job <code class="notranslate">ci/circleci: refguide_check</code>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="=================== scipy.sparse.linalg =================== scipy.sparse.linalg.svds ------...
<h3 dir="auto">Describe your issue.</h3> <p dir="auto">Lately I have seen the refguide job failing in CI multiple times in some sparse svd section: <a href="https://app.circleci.com/pipelines/github/scipy/scipy/19755/workflows/7be1af01-79dc-459c-92c4-d4a6d72c2471/jobs/66447" rel="nofollow">https://app.circleci.com/pipe...
1
<p dir="auto">**I'm submitting a bug report **</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report [ ] feature request [ ] support request"><pre class="notranslate"><code class="notranslate">[x] bug report [ ] feature request [ ] sup...
<p dir="auto">Right now, we have to specify the attribute name as a parameter of the <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Attribute/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Attribute">@Attribute<...
0
<p dir="auto">slides change sharply without transition</p>
<p dir="auto">On my site and the document I try to test Carousel on IE(7-9) I didn't see transition work. I want it work the same FF, Chrome and Safari. Everyone have any idea?</p>
1
<p dir="auto">The code for data-toggle="buttons" doesn't listen for change events. If the underlying radio/checkbox is changed by other code and fires a change event the .active class remains as-is.</p>
<p dir="auto">Maybe I'm doing something wrong, but when I use the btn-group with the radio input type and then set the input checked value, the toggle button state doesn't become active.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&lt;div c...
1
<p dir="auto">The Flask Doc Download link mentioned below are broken</p> <p dir="auto"><a href="http://flask.pocoo.org/docs/flask-docs.pdf" rel="nofollow">http://flask.pocoo.org/docs/flask-docs.pdf</a></p> <p dir="auto"><a href="http://flask.pocoo.org/docs/flask-docs.zip" rel="nofollow">http://flask.pocoo.org/docs/flas...
<h3 dir="auto">Expected Behavior</h3> <p dir="auto">For the server to start correctly, this code used to work before 1.1.2.</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from pathlib import Path ui_dist_dir = Path(__file__...
0
<p dir="auto">Currently if a compute node receives a duplicate request it just does the same query twice. Should be pretty easy to keep track of in progress queries and if a dup comes in block the request until the results are cached (pretty much all read through caches do this)</p>
<p dir="auto">CachingCostBalancerStrategyFactory registers callbacks in its <code class="notranslate">start()</code> method, which is problematic since any callbacks that happen between start of ServerInventoryView and BalancerStrategyFactory will be missed. Inventory view callbacks should generally be registered in co...
0
<p dir="auto">When using Atom (0.138.0 from zip download) on german Windows 7 with german keyboard layout the backslash (<code class="notranslate">\</code>) is entered with the <kbd>AltGr</kbd>+<kbd>ß</kbd> combination. In atom this does not enter the character in the text but swallow the keypress. <kbd>AltGr</kbd>+<kb...
<p dir="auto">Original issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="28529842" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/1625" data-hovercard-type="issue" data-hovercard-url="/atom/atom/issues/1625/hovercard" href="https://github.c...
1
<p dir="auto">When all of the points are in one hemisphere some of the Voronoi points are incorrect.</p> <p dir="auto">To be more precise, certain of the points are on the wrong side of the sphere. An example is to create a tetrahedron with the following generator points:</p> <p dir="auto">generators (polar)<br> [[-25...
<p dir="auto">As pointed out by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tylerjereddy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tylerjereddy">@tylerjereddy</a> in <a class="issue-link js-issue-link" d...
1
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4> <h1 dir="auto">Your code here</h1> <p dir="auto">import sqlite3<br> import pandas as pd<br> cnx = sqlite3.connect('database.sqlite')<br> df = pd.read_sql_query("SELECT * FROM Player_Attributes", cnx)</p> <div class="snippet-clipboard-content notransla...
<p dir="auto">Struggled with this for a while to work out why I was getting <code class="notranslate">TypeError: incompatible index of inserted column with frame index</code> when doing df['new_col'] = my_series.</p> <p dir="auto">Turns out the the series had duplicates in its index. This occured because I was importin...
0
<p dir="auto"><strong>Steps to reproduce and a minimal demo of the problem</strong></p> <p dir="auto"><a href="http://plnkr.co/edit/IAMpyeJl9rQlAcEFPoRs?p=preview" rel="nofollow">http://plnkr.co/edit/IAMpyeJl9rQlAcEFPoRs?p=preview</a></p> <p dir="auto"><em>What steps should we try in your demo to see the problem?</em><...
<p dir="auto"><code class="notranslate">npm install</code> is failing on a change done on May 1st is causing all fresh/clean checkouts to fail</p> <p dir="auto">Reproduced by</p> <p dir="auto">First Bad (you can also use master(as of <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github...
0
<p dir="auto">Julia has a few setting that can controlled through environmental variables. Most of these settings are undocumented in the manual. From a cursory scan of Julia base these seem to be the available environmental variables settings for Julia:</p> <div class="snippet-clipboard-content notranslate position-re...
<p dir="auto">It would be useful to have a doc section on envvars, seeing as we're starting to get more of them (that are quite useful as well!) Things like <code class="notranslate">JULIA_PKGDIR</code>, <code class="notranslate">JULIA_LOAD_PATH</code> (once <a class="issue-link js-issue-link" data-error-text="Failed ...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Automatically signing iOS for device deployment using specified development team in Xcode project: Q48Y4UFKL8 Running pod install... Starting Xcode build... Xcode build done. Installing and launching....
<p dir="auto">My app crashes on android right after it launches on the emulator.</p> <h2 dir="auto">Code</h2> <h3 dir="auto">build.grade</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="buildscript { repositories { google() ...
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>: Custom</li> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Windows 10</li> <li><strong>TensorFlow installed from (sou...
<p dir="auto">Hi,</p> <p dir="auto">I ran into this performance issue while trying to upgrade tensorflow from version 0.12.1 to 1.X.</p> <p dir="auto">We ran a network with large embedding lookup tables:</p> <ul dir="auto"> <li>100K X 32 (for example, word embedding - with 100K unique words)</li> <li>300K X 128 (for ...
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.18363.815] PowerToys version: v0.17.0 PowerToy module for which you are reporting the bug (if applicable): PowerTo...
<p dir="auto">When PowerToys is started on windows startup an uac dialog is popping up.<br> I checked the wiki (<a href="https://github.com/microsoft/PowerToys/wiki/Release-check-list">https://github.com/microsoft/PowerToys/wiki/Release-check-list</a>) this should not be the case.<br> UAC level on my machine is default...
1
<p dir="auto">Deno lint in 1.4.0 is flagging this piece of code unreachable.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" switch (token) { case &quot;auto&quot;: return i + &quot;width: auto;&quot; + nl; case &quot;fu...
<p dir="auto">Previous related issues:</p> <ul dir="auto"> <li><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="647534313" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/6559" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/iss...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var z = () =&gt; {}; new z;"><pre class="notranslate"><code class="notranslate">var z = () =&gt; {}; new z; </code></pre></div> <p dir="auto">This code should throw per spec, but results in creating i...
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let hello = () =&gt; &quot;Yo!&quot;; let greet = new hello();"><pre class="notranslate"><span class="pl-k">let</span> <span class="pl-en">hello</span> <span class="pl-c1">=</span> <spa...
1
<p dir="auto">I'm trying to upgrade from legacy version 2.0.3 -&gt; <code class="notranslate">Sharding-JDBC 4.0.0-RC1</code>, here I have many compatibility issue, such as:</p> <ul dir="auto"> <li>FORCE INDEX will cause BAD SQL.</li> <li>LIMIT NOT WORKING with sum etc.</li> </ul> <p dir="auto">so I am wondering how muc...
<p dir="auto">version: sharding proxy 5.0.0</p> <p dir="auto">yml:</p> <p dir="auto">schemaName: sharding_db</p> <p dir="auto">dataSourceCommon:<br> username: root<br> password: 123456<br> connectionTimeoutMilliseconds: 30000<br> idleTimeoutMilliseconds: 60000<br> maxLifetimeMilliseconds: 1800000<br> maxPoolSize: 50<br...
0
<ul dir="auto"> <li>Electron version: 1.2.5</li> <li>Operating system: Windows 10</li> </ul> <p dir="auto">My application has a custom "res://" protocol. It appears to register correctly (no errors or anything) but as you can see from the picture I'm getting the error <strong>net::ERR_UNKNOWN_URL_SCHEME</strong>. This ...
<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...
0
<p dir="auto">After following the directions in the guide, I am unable to hit breakpoints in Code for the React application. I've found no way, using Next 8, to get source maps emitted, and I think that is likely related. As it stands when I launch Chrome from Code, nothing happens. Also when launching from Code, you d...
<p dir="auto">Hi Kenneth from VS Code here. We are getting reports that Script debugging no longer works in VS Code, after our users have upgraded to <code class="notranslate">Next.js 6.0+</code>. See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="323916501" data-permission-text="Ti...
1
<p dir="auto">I opened a large project with a lot of Java + bash files and CTRL+P takes forever to find and list a file. Same project gets file list indexed almost immediately when I open it in sublime text and CTRL+P file search works smooth as butter. VSCode needs to improve performance of file search.</p>
<p dir="auto">I have the following code:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" getExistingThing({ id, spaceId }: { id: string, spaceId: string }): IThingInfo { // Use the params object her...
0
<p dir="auto">Expected behavior, to be able to call something like:</p> <p dir="auto"><code class="notranslate">console.log(arg1, arg2, arg3)</code> and see the output in stdout separated by commas.</p> <p dir="auto">Actual behavior is that only the first argument is output.</p>
<p dir="auto">It appears as though if I run <code class="notranslate">console.log(err, result);</code> only <code class="notranslate">err</code> will get logged to the terminal and never <code class="notranslate">result</code>. It should log all arguments passed in as strings separated by commas.</p>
1
<h3 dir="auto">Current Behavior:</h3> <p dir="auto">When using npm@7, if the folder name in which the project is being built <em>matches</em> the name of the project in <code class="notranslate">package.json</code>, a <code class="notranslate">name</code> property is actively removed (or never set) from package-lock.js...
<h3 dir="auto">Current Behavior:</h3> <p dir="auto">package-lock.json changes depending on name of local copy of git repo, e.g. if i have two copies of the same repo locally one which matches the name in package.json and one which doesn't i get two different package-lock files, one specifies the name of the package in ...
1
<p dir="auto">Hello, I can’t remap any key to the <em>play/pause</em> key. Every other key combo works, including other media keys, but nothing works to create a play/pause key (my current keyboard is lacking media keys). Even using the option to type the key I’m choosing, and using a spare keyboard with media keys, so...
<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.19041.264` PowerToys version: `0.18.0` PowerToy module for which you are reporting the bug (if applicable): `Keyboard Manager`"><pre class="...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><inp...
<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">Would it be possible to implement this interesting paper idea with jax / flax?</p> <p dir="auto">Intelligent Matrix Exponentiation<br> paper: <a href="https://arxiv.org/pdf/2008.03936.pdf" rel="nofollow">https://arxiv.org/pdf/2008.03936.pdf</a><br> code: <a href="https://github.com/google-research/google-...
<h3 dir="auto">Description</h3> <p dir="auto">When we instantiate a BCOO array, there are situations in which we might like its <code class="notranslate">shape</code> to be a <code class="notranslate">DeviceArray</code> (or sequence of <code class="notranslate">DeviceArray</code>s). In particular, we might like the <co...
0
<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: 0.6.2951.0 3 Monitor Setup - Main Screen High-DPI (Scaling 150%, 3840x2160) - Left and right: Scaling 100%...
<p dir="auto">Currently i configure cmd.exe and pwsh.exe as taskbar shortcuts and i can configure these shortcuts to always run in admin mode when i open them.</p> <p dir="auto">Is is possible to do the same for the terminal app? Not sure if this is possible since it is a store app, and not a win32 app, but it would be...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=neilhart" rel="nofollow">Neil Hart</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2649?redirect=false" rel="nofollow">SPR-2649</a></strong> and commented</p> <p dir="auto">There is a Sun bug: <a href="http://bugs....
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mkanaley" rel="nofollow">Michael Kanaley</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2326?redirect=false" rel="nofollow">SPR-2326</a></strong> and commented</p> <p dir="auto">Spring 2.0 now supports Application...
0
<p dir="auto">Hello everyone,<br> I have a project on react / typescript with webpack 2 and different components and modules and submodules refered by the main module from outside.<br> The structure is this:<br> in index.ts - are all my exports with</p> <p dir="auto">export * from './"helper1"<br> export * from './"hel...
<p dir="auto"><strong>Do you want to request a feature or report a bug?</strong><br> Bug</p> <p dir="auto"><strong>What is the current behavior?</strong><br> When used with commonsChunk with <code class="notranslate">async:true</code> and <code class="notranslate">children:true</code> I get a message that I have missin...
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/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
<ul class="contains-task-list"> <li>[√] 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="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the <a href="https...
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 =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@Directive({ selector: 'parent child' })"><pre class="notranslate"><code class="notranslate">@Directive({ selector: 'parent child' }) </code></pre></div> <p dir="auto">Should throw an error, since...
0
<p dir="auto">Two recent requests recently to suppress logging on console <a href="http://stackoverflow.com/questions/35911252/disable-tensorflow-debugging-information" rel="nofollow">1</a>, <a href="http://stackoverflow.com/questions/35869137/avoid-tensorflow-print-on-standard-error" rel="nofollow">2</a></p> <p dir="a...
<p dir="auto"><a href="https://www.tensorflow.org/get_started/get_started" rel="nofollow">https://www.tensorflow.org/get_started/get_started</a><br> Basic Usage example output:</p> <p dir="auto">WARNING:tensorflow:Using temporary folder as model directory: C:\Users\pocherka\AppData\Local\Temp\tmpaq48b_3u<br> WARNING:te...
0
<h3 dir="auto">Version</h3> <p dir="auto">2.5.17</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codepen.io/megacromulent/pen/gdMYLx?editors=1010" rel="nofollow">https://codepen.io/megacromulent/pen/gdMYLx?editors=1010</a></p> <h3 dir="auto">Steps to reproduce</h3> <ol dir="auto"> <li>Create vu...
<h3 dir="auto">Version</h3> <p dir="auto">2.6.10</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://cdn.jsdelivr.net/npm/vue@v2.6.10" rel="nofollow">cdn.jsdelivr.net</a></p> <h3 dir="auto">Steps to reproduce</h3> <p dir="auto">Our project cannot be accessed because vue cannot be obtained from <a h...
0