text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">Hello everyone,</p> <p dir="auto">I have a problem with Chrome extension - React Developer Tools, if I change component's state it's not changing in the dev tools window (as in the screenshot below) I am only able to see arrows with title "Reset value".<br> Does somebody know how it could be fixed?</p> <...
<p dir="auto">Followup from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="248067090" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/10385" data-hovercard-type="pull_request" data-hovercard-url="/facebook/react/pull/10385/hovercard" href="...
0
<p dir="auto">When faceting on more than one index, each with one shard, no replicas, and containing the same data structure, TermsFacet will return the wrong counts. This can be easily verified by running a simple query with the facet value. Additionally, changing the size parameter will cause facet results to change ...
<p dir="auto">I'm working with nested documents and have noticed that my faceted search interface is giving the wrong counts when I have more than one shard. To be more specific, I'm working with RDF triples (entity &gt; attribute &gt; value) and I'm nesting the attributes (called predicates in my example):</p> <div cl...
1
<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/facebook/react/blob/0e8db6ba424564833866a3044e62f4034ec98faa/src/renderers/dom/shared/ReactDOMComponent.js#L178-L184">react/src/renderers/dom/shared/ReactDOMComponent.js...
<p dir="auto">We're writing a WYSIWYG editor in React, and in order to place a cursor inside the rich document we use <code class="notranslate">contentEditable</code>. Understandably, React doesn't fare well with contentEditable - to get around the framework's confusion once contentEditable children are modified, we fo...
1
<p dir="auto">I followed the <a href="https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/docker.md">local Docker getting started guide</a> on Ubuntu 15.10, and found myself experiencing a host of issues with /dev/pts, most notably being unable to start any terminal emulator, being greeted ...
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.): no</p> <p dir="auto"><strong>What keywords did you search...
0
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p> <p dir="auto">given issues like <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="384632180" data-permission-text="Title is private" data-url="https:...
<p dir="auto"><strong>Describe the bug</strong></p> <p dir="auto">I have <code class="notranslate">Parent</code> and <code class="notranslate">Child</code> classes, with a one-to-many relationship. The <code class="notranslate">Child</code> class has a <code class="notranslate">backref</code> to the <code class="notran...
0
<p dir="auto">node v8.10.0<br> npm 5.6.0<br> os mac<br> webpack 4.6.0</p>
<p dir="auto">Originally posted this issue on webpack-dev-server's repo, but was told nearly all of HMR is handled by Webpack itself, so I am moving that issue over here.</p> <ul dir="auto"> <li>Operating System: Mac OS High Sierra</li> <li>Node Version: 8.10.0</li> <li>NPM Version: 5.6.0</li> <li>webpack Version: 4.1....
1
<h1 dir="auto">Environment</h1> <p dir="auto">Windows 10</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18362.175] Windows Terminal version (if applicable): 0.2.1715.0 # Steps to reprod...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.0 Windows Terminal version (if applicable): 0.4.2382.0 Any other software? tmux v2.6 zsh 5.4.2 (x86_64-ubuntu-linux-gnu)"><pre lang="n...
0
<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">The CyclicLR scheduler tries to access the optimizer's momentum parameter even if <code class="notranslate">cycle_momentum=False</code>.</p> <h2 di...
<h2 dir="auto">Issue description</h2> <p dir="auto">If I use an optimizer like adam with no momentum and follow the message of line 578 below here, passing <code class="notranslate">cycle_momentum=False</code>, line 584 throws a KeyError because key 'momentum' is not set.</p> <p dir="auto"></p><div class="Box Box--cond...
1
<p dir="auto"><a href="https://github.com/electron/electron/files/7607143/my-app.zip">my-app.zip</a></p> <p dir="auto"><a href="https://user-images.githubusercontent.com/93366473/143543414-e233dfac-3973-4c84-8aea-bcfbb2841b51.png" rel="nofollow">Annotation 2021-11-26 130117</a>)</p> <p dir="auto">This is my code and pe...
<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.</...
1
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>yes</td> </tr> </tbody> </table> <p dir="auto">if there is child with name parent and I want to know if FormView has parent FormView, then it is impossible to find it</p> <p dir="auto">FormView should have new m...
<p dir="auto">How can know if a form has a parent or not, in a view?</p> <p dir="auto">The fast answer is:</p> <div class="highlight highlight-text-html-twig notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{{ form.parent }}"><pre class="notranslate">{{ <span class="pl-smi">f...
1
<p dir="auto">I`ve noticed that <a href="http://www.freecodecamp.com/challenges/ditch-custom-css-for-bootstrap" rel="nofollow">ditch-custom-css-for-bootstrap</a> challenge has a small bug.<br> Text in "danger button" is not in center. I reboot the page and my browser, but it does not help.</p> <p dir="auto">Goole Chrom...
<p dir="auto">Hmm, I don't know why, but I am getting issues with the preview layout in the bootstrap section.<br> First in the buttons section : <a href="http://prntscr.com/89uesz" rel="nofollow">http://prntscr.com/89uesz</a></p> <p dir="auto">Then in the check box section: <a href="http://prntscr.com/89ujcq" rel="no...
1
<p dir="auto">AMD support so that individual components such as popover, etc. can be required using requirejs</p>
<p dir="auto"><a href="https://github.com/amdjs/amdjs-api/wiki/AMD">AMD</a> together with module loaders such as require.js are increasingly being used for front end web development.</p> <p dir="auto">Has anyone at bootstrap considered supporting AMD in bootstrap's Javascript modules?</p> <p dir="auto">I'd be happy to ...
1
<p dir="auto">Hi guys,</p> <p dir="auto">This might be related to chrome rather than webpack, but I'm not really sure about that.</p> <p dir="auto">I have a problem related to js files getting partially duplicated by the browser.</p> <p dir="auto">The following part of the minified js can visually seen duplicated:</p> ...
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">The <code class="notranslate">splitChunks</code> feature (using <code class="notranslate">chunks: 'all'</code>) doesn't take into account CSS extraction (via <code class="notranslate">mini-css-extract-plugin</c...
0
<p dir="auto">String templates should be colorizes like string literals.</p>
<p dir="auto">I'm playing with the new support for template strings in release-1.4 and seeing potential issues with syntax highlighting.</p> <p dir="auto">In a single-line template string it looks like the string is classified as a keyword.</p> <p dir="auto">In a multi-line template string like this:</p> <div class="sn...
1
<p dir="auto">Consider a widget that conditionally depends on an InheritedModel aspect:</p> <div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if (foo) { return Text(&quot;Foo&quot;, MyModel.of(context, aspect: MyAspect)); }"><pre c...
<p dir="auto">Suppose widget <code class="notranslate">W</code> depends on <code class="notranslate">InheritedWidget</code> <code class="notranslate">D</code> based some <code class="notranslate">condition</code> be true. After a asynchronous operation, <code class="notranslate">condition</code> changed from <code clas...
1
<h2 dir="auto">Issue description</h2> <p dir="auto">Hello all, I just found out that to do <code class="notranslate">index_copy</code> with duplicated elements in the index tensor will result in different results on CPU and GPU.<br> To give a little context, I am trying to perform <a href="https://www.tensorflow.org/ap...
<h2 dir="auto">🐛 Bug</h2> <p dir="auto">In inherited <code class="notranslate">torch.Tensor</code> ambiguous type promotions appear (nightly release).</p> <h2 dir="auto">To Reproduce</h2> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-c...
0
<p dir="auto">All I'm really trying to do is read a large array from a tfrecords file. I can do it so long that it's below a 8million ints but above that I get a unicode error, which doesn't seem to make much sense to me. Also, it worth noting that this script works using r0.9. I have about 64GB of ram on my computer s...
<p dir="auto">I have already read this thread: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="205768541" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tensorflow/issues/7311" data-hovercard-type="issue" data-hovercard-url="/tensorflow/tensorflow/iss...
1
<p dir="auto">(using Rust compiled from commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-lang/rust/commit/dc4560dc26498573516d833cb2333b54071070e3/hovercard" href="https://github.com/rust-lang/rust/commit/dc4560dc26498573516d833cb2333b54071070e3"><tt>dc4560d</tt></a...
<p dir="auto">Rust should expose the full standard C99 math library through the <code class="notranslate">Float</code> trait. The <code class="notranslate">cmath</code> module will then be an implementation detail we don't need to expose. This will allow Rust to move to a specific math library in the future too rather ...
0
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.33 and v1.32]</li> <li>Operating System: [Windows 11, Ubuntu 20]</li> <li>Browser: [Chromium]</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <div class="highlight highlight-source-js notranslate position-relative overflow-auto"...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.34 / latest]</li> <li>Operating System: [Windows 10]</li> <li>Browser: [ Chromium]</li> <li>Other info: codegen only</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id...
0
<p dir="auto">The 24 hour time format resets itself to default after a full restart.<br> My emulator is set to 24h format and <code class="notranslate">ui.window.alwaysUse24HourFormat</code> says TRUE the first time the app starts after assemble. I can switch to another app and come back or do a hot reload and it stays...
<p dir="auto">When there are multiple PlatformViews, we don't have a way for Mojo service clients to specific which view they are associated with. There's a comment in PlatformViewAndroid:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="// TODO...
0
<p dir="auto">Hey all,</p> <p dir="auto">I'm trying to see if two &amp;Trait refer to the same object. It sounds like the correct way to do this is by casting to <code class="notranslate">*const Trait</code> and comparing those pointers for equality, however this produces an ICE. Here's a simple <a href="http://is.gd/c...
<p dir="auto">Attempting to cast <code class="notranslate">&amp;str</code> or a slice to a raw pointer results in a proper error message. Attempting to compare two such invalid casts, however, generates an ICE.<br> (And I realize now that <code class="notranslate">.as_ptr()</code> is the right way to do what I was tryi...
1
<p dir="auto">left sidebar menu, and "back to top" button, from the site - <a href="http://twitter.github.io/bootstrap/" rel="nofollow">http://twitter.github.io/bootstrap/</a> - dont work with my firefox !</p>
<p dir="auto">Please add support of multiple values in typeahead like <a href="http://jqueryui.com/demos/autocomplete/#multiple" rel="nofollow">http://jqueryui.com/demos/autocomplete/#multiple</a></p>
0
<ul dir="auto"> <li>Neo4j version: 2.3.3</li> <li>Operating system: Windows 10</li> <li>API/Driver: Cypher from web interface<br> I have a following query (first one simplified to show the issue)</li> </ul> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-co...
<h2 dir="auto">Guidelines</h2> <p dir="auto">Please note that GitHub issues are only meant for bug reports/feature requests.<br> If you have questions on how to use Neo4j, please ask on <a href="https://stackoverflow.com/questions/tagged/neo4j" rel="nofollow">StackOverflow</a> instead of creating an issue here.</p> <p ...
0
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: 1.17</li> <li>Operating System: Mac OS</li> <li>Node.js version: 16.3</li> <li>Browser: Chromium</li> </ul> <p dir="auto"><strong>Code Snippet</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow...
<p dir="auto"><strong>Context:</strong><br> Playwright Version: <code class="notranslate">@playwright/test@1.16.3</code>, ToT (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/playwright/commit/3c1aaa5338f9822d39a4c69c4ddd19acc12d0530/hovercard" href="https://github.c...
1
<p dir="auto">When adding multiple children to the button the placement is dependent of the order of the children.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org...
<p dir="auto">I am facing a wired issue when trying to publish my app to production, I am using "npm run build" to build my app.the log contains some warning but its's not related to my issue:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="npm...
0
<pre class="notranslate">The following program crashes 6c struct s {int m;} void f(void) {} Here is the stacktrace according to gdb $ gdb --args ../pkg/tool/linux_amd64/6c crash.c Reading symbols from /usr/local/google/home/cshapiro/go/pkg/tool/linux_amd64/6c...done. (gdb) run Starting program: /usr/local/google/ho...
<p dir="auto">by <strong><a href="mailto:alex@zylman.com">alex@zylman.com</a></strong>:</p> <pre class="notranslate">Similar to issue #6258, but not the same. What steps will reproduce the problem? Try to read a CSV file where the fields are unquoted and one of them begins in something that would need lazy quotes, e.g...
0
<p dir="auto">I hope twitter bootstrap have a growl notifications ..</p>
<p dir="auto">I know this is in the roadmap so just wanted to share some working code here even though it's not really in a point where I could commit a pull request as we are actively developing this functionality:</p> <p dir="auto">bootstrap.growl.js</p> <div class="highlight highlight-source-js notranslate position-...
1
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">Increase the left and top padding around the tabs to match our original mockup:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer" href="https://github.com/microsoft/terminal/wiki/images/terminal-mockup.png"><img src="https://githu...
<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.356 Windows Terminal version (if applicable): 0.4.2382.0 (Also VS Code 1.38.1)"><pre lang="none" class="notranslate"><code class="notr...
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: 2004 19041.423</li> <li>PowerToys version: v0.20.1</li> <li>PowerToy module: PowerToys Run...
<h1 dir="auto">Allow key mapping for language change. so an unused key could change keyboard language</h1>
0
<p dir="auto">Right now DictVectorizer is unable to handle features that have more than one value per key, such as:</p> <p dir="auto">{'a': ['b','c'], 'd': 'e'}</p> <p dir="auto">It would be great to simply encode a=b and a=c as the names of these features and 'just work.'</p>
<h4 dir="auto">Describe the bug</h4> <ol dir="auto"> <li>A BallTree is created using a set of points that include duplicate values, representing different objects in the same spatial position;</li> <li>The tree is queried using a second set of points, to determine the distance to the first closest neighbor;</li> <li>U...
0
<p dir="auto">Hello, I'm trying Symfony 3.2.0-RC1. It's a fresh install.</p> <p dir="auto">I have the same error as <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/javiereguiluz/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https:...
<p dir="auto">In <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="190252996" data-permission-text="Title is private" data-url="https://github.com/symfony/demo/issues/403" data-hovercard-type="pull_request" data-hovercard-url="/symfony/demo/pull/403/hovercard" href="https://github.com/...
1
<p dir="auto">Now that we have codespeed integration for performance testing coming into place, we should start running a larger number of codes.</p> <p dir="auto">To start with, we should make all the stuff in <code class="notranslate">perf</code>, <code class="notranslate">perf2</code>, and <code class="notranslate">...
<p dir="auto">Crash on Lenovo T420s running win7 64 bit<br> Running julia-c4b3649af6<br> Stack dump</p> <p dir="auto">0x005D0205 (0x00000000 0x00000000 0x0028FDF8 0x6F40B46D) <br> 0x005D01CB (0x035F2180 0x00000000 0x00000000 0x00000000) <br> 0x6F40B46D (0x035F2130 0x00000000 0x00000000 0x75DD8CD5), jl_apply_generic() +...
0
<pre class="notranslate">What steps will reproduce the problem? This is a feature request to expose the call depth that testing will log failures at. Consider this code <a href="http://play.golang.org/p/MhVJrCk2oh" rel="nofollow">http://play.golang.org/p/MhVJrCk2oh</a> What is the expected output? What do you see in...
<p dir="auto">by <strong>julians37</strong>:</p> <pre class="notranslate">What steps will reproduce the problem? 1. ./all.bash What is the expected output? What do you see instead? TestAllLog fails What is your $GOOS? $GOARCH? linux_amd64 Which revision are you sync'ed to? (hg log -l 1) changeset: 3975:b51fd2...
0
<h3 dir="auto">Playwright version</h3> <p dir="auto">1.12.3</p> <h3 dir="auto">Operating system</h3> <p dir="auto">MacOS</p> <h3 dir="auto">What browsers are you seeing the problem on?</h3> <p dir="auto"><em>No response</em></p> <h3 dir="auto">Other information</h3> <p dir="auto">OS: macOS 12 Beta 3<br> Node version: v...
<h3 dir="auto">Playwright version</h3> <p dir="auto">1.12.3</p> <h3 dir="auto">Operating system</h3> <p dir="auto">MacOS</p> <h3 dir="auto">What browsers are you seeing the problem on?</h3> <p dir="auto"><em>No response</em></p> <h3 dir="auto">Other information</h3> <p dir="auto">macOS 12.0 Beta</p> <h3 dir="auto">What...
1
<ul dir="auto"> <li>Neo4j version: 3.1.2</li> <li>Operating system: Ubuntu 16.04</li> <li>API/Driver: Cypher</li> </ul> <p dir="auto">Hey guys<br> I've been exporting some data from ArangoDB to test out in Neo4J. I've imported a bunch of member nodes, and attribute nodes. Members nodes are connected (relationships) to ...
<h2 dir="auto">Guidelines</h2> <p dir="auto">Please note that GitHub issues are only meant for bug reports/feature requests.<br> If you have questions on how to use Neo4j, please ask on <a href="https://stackoverflow.com/questions/tagged/neo4j" rel="nofollow">StackOverflow</a> instead of creating an issue here.</p> <p ...
0
<p dir="auto">Is there any reason why the <code class="notranslate">axios.defaults.adapter</code> property doesn't reflect the behaviour inside <code class="notranslate">dispatchRequest.js</code>?</p> <p dir="auto"><a href="https://github.com/mzabriskie/axios/blob/master/lib/core/dispatchRequest.js#L40">https://github....
<p dir="auto">I don't know why but with the same api, sometime axios's response.data is string instead of object. See the below figure.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/7688070/44013145-f9ba29a6-9eed-11e8-8d02-c41c5f0169e9.png"><img ...
0
<p dir="auto">All Angular beta.1 - beta.6 applications crash in <strong>Internet Explorer 11</strong></p> <p dir="auto">Last working version was beta.0.</p> <p dir="auto">Looks like they die in <code class="notranslate">TemplateCompiler</code>.</p> <p dir="auto">Messages vary:</p> <ul dir="auto"> <li><code class="notr...
<p dir="auto">I am unable to render AngularJS 2.0 Beta 1 in Internet Explore.</p> <p dir="auto">I have stripped down a page to as small as possible and can reproduce the issue where all I have as an empty app component that references an html page.</p> <p dir="auto">Downgrading to Angular JS 2.0 Beta 0 resolves the iss...
1
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto"><code class="notranslate">flutter create --template=plugin -i swift health_stats</code><br> yields</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Creating project health_stats... health_st...
<h2 dir="auto">Steps to Reproduce</h2> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="set -x mkdir -p Made_Podfiles_use_symlinks_to_local_pods_NOT_WORKING/ pushd Made_Podfiles_use_symlinks_to_local_pods_NOT_WORKING/ flutter cr...
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/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">...
<h3 dir="auto">Problem description</h3> <p dir="auto">SelectableList is not available List in v1 beta branch</p> <h3 dir="auto">Versions</h3> <ul dir="auto"> <li>Material-UI:</li> <li>React:</li> </ul> <p dir="auto">in master branch it is availablae in "material-ui/src/List/makeSelectable.js"</p>
1
<p dir="auto">Is it just me or does there appear to be serious inconsistency between the size breaks for cols and hidden/visible?</p> <p dir="auto">Shouldn't col-sm- really be col-md- (and col- is essentially synonymous with col-sm-)?</p>
<p dir="auto">With Bootstrap 3 RC1, the <code class="notranslate">sm</code> keyword is used in an inconsistent manner. When referring to column sizes, it means "tablet sized." When referring to hide/show responsive classes it means "phone sized." My recommendation would be to rename all of the <code class="notranslate"...
1
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):<br> No</p> <p dir="auto"><strong>What keywords did you se...
<p dir="auto">pod spec validation rejects env variable keys that contain dots (eg "FOO.BAR"), but "FOO.BAR" is a valid env variable name for some (though not all) shell environments, so this validation rule is overly strict.</p> <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard...
0
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Fancy Zones: Zone Layouts should automatically resize based on changes in screen resolution. Frequently I switch between monitors, multimonitor or present. When I do this, often my screen resolution must change. It would be great if FZ was smart ...
<p dir="auto">Dimensions for custom zones do not auto-scale when resolution changes.<br> For example, when I plug the computer to a dock station with a monitor, the zones are not adjusted to the new resolution and app windows end up placed in the middle of the screen and not as desired.</p> <p dir="auto">Setting up a s...
1
<p dir="auto">Calculating <code class="notranslate">std</code> on <code class="notranslate">float32</code> arrays using <code class="notranslate">axis</code> can give inaccurate results. See the example below.</p> <h3 dir="auto">Reproducing code example:</h3> <div class="highlight highlight-source-python notranslate po...
<p dir="auto">A mean over an array containing only ones should obviously return only ones. However,</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; test_array = np.ones((10000000, ...
1
<p dir="auto">Moving away from it would be a PITA since it is used a bunch, but this pattern makes it difficult for newcomers to see where things are defined.</p>
<p dir="auto">An idea for <code class="notranslate">numpy/__init__.py</code>:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if sys.version_info[:2] &gt;= (3, 7): __all__ += ['__don_t_do_this'] def __getattr__(attr)...
1
<p dir="auto">GitHub-actions allows the code to throw warnings. However, Julia's warnings are ignored.</p> <p dir="auto">Examples of warnings that are detected by GitHub actions (JavaScript code):<br> <a href="https://github.com/JunoLab/atom-indent-detective/actions/runs/97242509">https://github.com/JunoLab/atom-indent...
<p dir="auto">Currently the documentation for <code class="notranslate">reshape</code> states:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia&gt; help(reshape) Loading help data... Base.reshape(A, dims) Create an array with the same ...
0
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.): No</p> <p dir="auto"><strong>What keywords did you search...
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.): no</p> <p dir="auto"><strong>What keywords did you search...
0
<p dir="auto">TypeScript version 1.8.9</p> <p dir="auto"><strong>Code</strong></p> <p dir="auto">File 1</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export const enum Foo { Bar }"><pre class="notranslate"><span class="pl-k...
<p dir="auto">I'm currently converting a project to use the new es6 module style (which is really a great feature!). The compiler removes all references to modules I'm using only typing information from which makes absolutely sense. However, when accessing a constant enumeration the require call will be preserved in js...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[Fail] Port forwarding With a server that expects a client request [It] should support a client that connects, sends data, and disconnects [Conformance] /go/src/k8s.io/kubernetes/_output/dockerized/g...
<p dir="auto">I couldn't find any issue for this one, thus it must be a new regression we are having here. The log can be accessed at: <a href="http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce/12127/consoleFull" rel="nofollow">http://kubekins.dls.corp.google.com/view/Critical%20Builds/j...
1
<p dir="auto">Hi, may I ask whether or not this can be made more flexible?</p> <p dir="auto">We have a project structure that puts the app's content inside the <strong>wwwroot/app</strong> directory that also contains the HTMLs etc, so having a seperate, forced "scripts" directory which outputs there is nothing more th...
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.9.0-dev / nightly (1.9.0-dev.20160311)</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="class A { public Foo($value...
0
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>no</td> </tr> <tr> <td>Feature request?</td> <td>yes</td> </tr> <tr> <td>BC Break report?</td> <td>no</td> </tr> <tr> <td>RFC?</td> <td>no</td> </tr> <tr> <td>Symfony version</td> <td>4.1</td> </tr> </tbody> </t...
<p dir="auto">Follup of <a href="https://github.com/symfony/symfony/pull/10921#issuecomment-44195569" data-hovercard-type="pull_request" data-hovercard-url="/symfony/symfony/pull/10921/hovercard">this comment</a>:</p> <p dir="auto">Something is missing since a long time in the configuration of the prod environment for ...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
<h3 dir="auto">Problem description</h3> <p dir="auto">Can't get event.target.id on chrome when clicking on the text part of a button, but works when clicking on the edge, it doesn't work at all in earlier releases,<br> could you fix this (in both versions )? I'm sure it's not something that huge, it works perfectly on...
0
<p dir="auto"><strong>Don't you think the dependency injection framework needs a singleton type?</strong></p> <p dir="auto">I checked the documentation and as I can see there is no option for creating a class as a singleton. If I want to pass in a class as a dependency it will be created every time. So a feature to cre...
<h3 dir="auto">Example</h3> <p dir="auto">Must install <code class="notranslate">qcelemental</code> first! Pardon that I'm not able to take the core issues and create a simpler example without this external package; however, this demonstrates the core problem well.</p> <div class="highlight highlight-source-shell notra...
0
<p dir="auto">Let's say I have a <code class="notranslate">&lt;div&gt;</code> inside a dropdown-accordion.</p> <p dir="auto">The problem is, in IE9 or 9+, the panel when collapsed doesn't hide again. It only hides when some other section is clicked.</p> <p dir="auto">How do I know programatically that the panel current...
<p dir="auto">I am in need to use the data-container="body" on tooltips.js but I have tooltips with different colors in different sections of my page. So it is quite hard to set different styles for these. Better would be if one could just append the color inline ... just a thought!</p>
0
<p dir="auto">User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36</code>.</p> <p dir="auto">While typing code, insertion point will sometimes move to Line 1. The problem is difficult to recreate, but it's happened so far...
<p dir="auto">It's not a problem with my coding, it's just with each new challenge I try to write a code, the cursor jumps into another line, and often refuses to write unless I write and delete somewhere else!</p> <p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/warn-your-users-of-a-dangerous-a...
0
<p dir="auto">example: <code class="notranslate">pip install celery[sqs]</code> doesn't install <code class="notranslate">kombu[sqs]</code><br> thus <code class="notranslate">pycurl</code> ends up to be missing.</p> <p dir="auto">What would be the best way to solve this ? knowing that we might be interested by several ...
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><inpu...
0
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>Linux Ubuntu 18.04.2 LTS:</li> <li>TensorFlow installed from tar.gz source file</li> <li>TensorFlow version: 2.0.0.alpha0</li> <li>Python version: 3.5.2 (provided in Docker image)</li> <li>Build inside Docker container (<a href="https://www.tenso...
<p dir="auto"><strong>Describe the current behavior</strong><br> Option values of <code class="notranslate">java_outer_classname</code> in <code class="notranslate">tensorflow/compiler/tf2xla/host_compute_metadata.proto</code> and <code class="notranslate">tensorflow/compiler/tf2xla/tf2xla.proto</code> are the same, re...
0
<h2 dir="auto">Bug Report</h2> <h3 dir="auto">Which version of ShardingSphere did you use?</h3> <p dir="auto">shardingjdbc4.1.1</p> <h3 dir="auto">Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?</h3> <p dir="auto">ShardingSphere-JDBC</p> <h3 dir="auto">bug</h3> <p dir="auto">Distributed system s...
<h2 dir="auto">Question</h2> <p dir="auto"><strong>For English only</strong>, other languages will not accept.</p> <p dir="auto">Before asking a question, make sure you have:</p> <ul dir="auto"> <li>Googled your question.</li> <li>Searched open and closed <a href="https://github.com/apache/shardingsphere/issues">GitHub...
0
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong><br> I follow the matplotlib tutorial from <a href="https://matplotlib.org/3.1.0/gallery/images_contours_and_fields/image_annotated_heatmap.html" rel="nofollow"><em>Creating annotated heatmaps</em> </a>and just copy and run the first case.</p> <p...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">The very top and bottom of the heatmaps are getting truncated to 1/2 height in version <code class="notranslate">3.1.1</code>. This does not happen for version <code class="notranslate">3.0.3</code>.</p> <p dir="auto">This is th...
1
<p dir="auto">Hi,<br> A lot of the challenges I had already completed are not checked anymore on my map, since today's update (I was working on the Bonfire: Search and Replace).<br> I originally had completed :</p> <ul dir="auto"> <li>all the Waypoints up to Object Oriented &amp; Functional Programming (included) (exce...
<p dir="auto">Something happened on the server and most of my work is gone. I still have over 300 points but my map does not reflect it. Could my projects be restored please?</p>
1
<p dir="auto">There's a numpy.linalg.matrix_rank, why scipy does not provide scipy.linalg.matrix_rank? I think it is quite frequently used in scientific computing, which is what scipy for.</p> <p dir="auto">It does not make real difference whether I import it from scipy or numpy. But I'm just curious what's the reason ...
<p dir="auto">The folder <code class="notranslate">Python37\site-packages\scipy\sparse\linalg\isolve\</code> inside Scipy package in Python has the following file: <code class="notranslate">_iterative.cp37-win_amd64.pyd</code>.</p> <p dir="auto">When I run a Python file, I get the following error :- <br></p> <div class...
0
<p dir="auto">We convert our RDF data set to Nodes and Relationships. And then we use <code class="notranslate">neo4j-import</code> to import this data set.<br> Since we have change the <em>JVM_size</em> and <em>dbms.memory.heap.initial_size</em> and <em>dbms.memory.heap.max_size</em> in <code class="notranslate">neo4j...
<ul dir="auto"> <li>Neo4j version: Docker container neo4j:3.3.2</li> <li>Operating system: Container-Optimized OS on GCP (based on Chromium OS)</li> </ul> <p dir="auto">Hello,<br> I have a daily database dump exported via the following command:</p> <div class="snippet-clipboard-content notranslate position-relative ove...
0
<p dir="auto">With pandas v0.8.0b1</p> <p dir="auto">In [90]: u<br> Out[90]:<br> 2012-05-08 01:45:00 86<br> 2012-05-08 01:50:00 170<br> 2012-05-08 01:55:00 130<br> 2012-05-08 02:00:00 206<br> 2012-05-08 02:05:00 52<br> 2012-05-08 02:10:00 4<br> Freq: 5T</p> <p dir="auto">In [91]: u.append(u)</p> <...
<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="# Your code here import pandas as pd import numpy as np def processCols(x): x_dtype = str(x.dtype) if ...
0
<p dir="auto"><a href="https://play.rust-lang.org/?gist=23de822c03921663ae66&amp;version=nightly" rel="nofollow">https://play.rust-lang.org/?gist=23de822c03921663ae66&amp;version=nightly</a> .</p> <p dir="auto">Error message:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-sn...
<p dir="auto">Code to reproduce here: <a href="https://github.com/toffaletti/borrow-crash">https://github.com/toffaletti/borrow-crash</a></p> <p dir="auto"><code class="notranslate">rustc 1.2.0 (082e47636 2015-08-03)</code></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snip...
1
<p dir="auto">In v0.x we used to be able to add the <code class="notranslate">keyboardFocused</code> prop to a <code class="notranslate">RaisedButton</code> or <code class="notranslate">FlatButton</code> to focus it on render and activate the focus ripple. In v1, this yields an <code class="notranslate">Unknown prop</c...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
0
<p dir="auto">Opening this up for a discussion, basically what i'd like to see is an API to set the background of the browser-window surrounding the web contents. When the user is resizing the window this shows up before the web contents fills the available space - if you are developing a dark application then this whi...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/704762/5178438/d410e3f4-74a6-11e4-8e7a-242944aaa413.gif"><img src="https://cloud.githubusercontent.com/assets/704762/5178438/d410e3f4-74a6-11e4-8e7a-242944aaa413.gif" alt="display" data-animated-image=""...
1
<h1 dir="auto">Bug report</h1> <p dir="auto"><strong>What is the current behavior?</strong></p> <p dir="auto">I'm first trying to figure out which piece of software this behavior most relates to. Here's the ts-loader issue perspective: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id...
<p dir="auto">Firefox gave me these deprecated warnings and I think that they are coming from source map related code.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="SyntaxError: Using //@ to indicate sourceURL pragmas is deprecated. Use //# i...
0
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): macOS10.14.4</li> <li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:iPhone7 &amp; iPhone6</li> <li>TensorFlow installed from (source or binary...
<p dir="auto">I am building my codes with tensorflow_lite_gpu.framework on iPhone 7. The codes is just like Google recommends:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="_model = FlatBufferModel::BuildFromFile(modelPathCString); op...
1
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 1.9 (devel 3b80f63e22) last updated 2014/12/05 14:09:09 (GMT +1000) lib/ansible/modules/core...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Documentation Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">os_subnet</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...
0
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Platform ServicePack Version VersionString -------- ----------- ------- ------------- Win32NT 10.0.18363.0 Microsoft Windows NT 10.0.18363.0 + ...
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">Currently it seems like the terminal doesn't pass mouse events to WSL (for example to select text in visual mode in vim). I would like to be able to continue using my mouse inside WSL.</p>
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.1.2</li> <li>Operating System / Platform =&gt; Arch Linux</li> <li>Compiler =&gt; gcc 9.2.0</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">Compilation of core module fails when specifying WITH_TBB=ON CMake option.</...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.1.0 (Master)</li> <li>Operating System / Platform =&gt; Windows 10</li> <li>Compiler =&gt; Visual Studio 2019</li> </ul> <h5 dir="auto">Detailed description</h5> <h5 dir="auto">Steps to reproduce</h5> <p dir="auto">There is no support...
0
<p dir="auto">Opening a new issue so this isn't lost.</p> <p dir="auto">In <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="283691748" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/18882" data-hovercard-type="pull_request" data-hovercard...
<p dir="auto">I think the <code class="notranslate">replace</code> docstring is lacking in many ways (<a href="https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.replace.html" rel="nofollow">https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.replace.html</a>):</p> <ul dir="auto...
0
<ul dir="auto"> <li>Electron version: 1.2.0</li> <li>Operating system: OSX 10.11.5</li> </ul> <p dir="auto">Hi,</p> <p dir="auto">I just moved an app from 1.1.x to 1.2.x and discovered my preload script isn't executing for the <code class="notranslate">BrowserWindow</code></p> <div class="highlight highlight-source-js ...
<ul dir="auto"> <li>Electron version: 1.2.0</li> <li>Operating system: OS X 10.11.5</li> </ul> <p dir="auto">webview preload attribute seems to be broken in Electron 1.2.0/Chrome 51 (worked with 1.1.3/Chrome 50).</p> <p dir="auto">Here is how I used it (successfully) on versions prior to 1.2.0:<br> <code class="notrans...
1
<p dir="auto">When started from another application, e.g. windows explorer with "Open with Atom", the existing Atom process opens the file, but Atom window doesn't raise (or restore). This is however actually almost always the case when a file is double clicked in Explorer.</p>
<p dir="auto">When Atom is restored but hidden behind several windows. "Open with Atom" right click function should send it to the front.</p>
1
<p dir="auto">I got an unexpected exceptions "Explosion" when switching my android virtual device from 4.7 WXGA to Nexus 6 (nothing fancy, just default configs). The screen causing the crash had a Gridview widget with <code class="notranslate">gridDelegate SliverGridDelegateWithFixedCrossAxisCount</code>, built with th...
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">I have been trying to use the following Calendar widget: <a href="https://github.com/apptreesoftware/flutter_calendar">flutter_calendar</a><br> However, when expanding the calendar an assertion fails in SliverGeometry.<br> The error occurs when run on a Nexus 6 emula...
1
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">It seems that I have to restart the application to apply changed environmental variables (such as PATH). Opening a new "cmd" tab did not reflect the changes.</p> <p dir="auto">How about adding an option to read environmental variables again wh...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 1903 18362.267 Windows Terminal version (if applicable): 0.3.2142.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows build...
0
<p dir="auto">Hello. I would like to suggest/request the addition of a way to create projects using Deno CLI, like we do when using cargo for Rust. For example:</p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="deno new --bin pr...
<h3 dir="auto">edit: I think <a href="https://github.com/denoland/deno/issues/2584#issuecomment-506069227" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/2584/hovercard">my comment below</a> does a better job of explaining what I'm proposing.</h3> <p dir="auto"><em>Bear with me on this first para...
1
<p dir="auto">It's often useful to avoid duplicate work by performing an assignment at the same time as evaluating a condition, i.e.</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="if (val = expensive()) != nothing val else ...
<p dir="auto">I just learned about the keyword <code class="notranslate">outer</code> today. It would be nice if it had a docstring, and perhaps also if similar words (<code class="notranslate">local</code>, <code class="notranslate">global</code>) contained a "see also" link to <code class="notranslate">outer</code>.<...
0
<p dir="auto">Thanks for publishing the nightly builds, that is very convenient.<br> I'm working to update angular (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="98217138" data-permission-text="Title is private" data-url="https://github.com/angular/angular/issues/3400" data-hoverca...
<p dir="auto">I'm trying to emit metadata for the following class:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="@Component() export class MyClass { constructor(test: string, test2: string) { } @log doSomething() { } }...
1
<p dir="auto">Now I know this is something not inline with web specs, with how Deno handles modules and all. But an API to "invalidate" a module would be so handy for implementing some rudimentary HMR. <code class="notranslate">import.meta.invalidate('./path/to/module.js')</code> for instance</p> <p dir="auto">I've got...
<p dir="auto">Basically, assume we have a file <code class="notranslate">1.ts</code>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import &quot;2.ts&quot;; console.log(&quot;1.ts&quot;);"><pre class="notranslate"><code class="notranslate">im...
0
<p dir="auto">Uncaught Error: spawn /usr/local/share/atom/atom (deleted) ENOENT</p> <p dir="auto"><strong>Atom Version</strong>: 0.159.0-d9a5e3c<br> <strong>System</strong>: linux 3.16.7-200.fc20.x86_64<br> <strong>Thrown From</strong>: Atom Core</p> <h3 dir="auto">Steps To Reproduce</h3> <ol dir="auto"> <li>Opening at...
<p dir="auto"><strong>TEMPORARY WORKAROUND</strong>: <code class="notranslate">ln -s /usr/share/atom/atom "/usr/share/atom/atom (deleted)"</code></p> <p dir="auto">Uncaught Error: spawn /opt/atom/atom (deleted) ENOENT</p> <p dir="auto"><strong>Atom Version</strong>: 0.152.0<br> <strong>System</strong>: linux 3.13.0-40-...
1
<p dir="auto">I am using TimeDistributedMerge to merge outputs from lstm over time by returning sequences, since TimeDistributedMerge is deprecated, so I changed my implementation to use timedistributed wrapper then it gives error.</p> <p dir="auto">File "/Library/Python/2.7/site-packages/keras/engine/topology.py", lin...
<p dir="auto">I've got code that works in the keras-1 compatibility layer of keras-2, but fails when I use the new <code class="notranslate">concatenate()</code> API.</p> <p dir="auto">Key lines:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipb...
0
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-change-text-inside-an-element-using-jquery?solution=fccss%0A%20%20%24%28document%29.ready%28function%28%29%20%7B%0A%20%20%20%20%24%28%22%23target1%22%29.css%28%22color%22%2C%20%22red%22%29%3B%0A%20%20%20%20%24%28%22%23target4%22%29.html%28...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-use-hex-code-for-specific-colors?solution=%3Cstyle%3E%0A%20%20body%20%7B%0A%20%20%20%20background-color%3A%20%23000000%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%0A" rel="nofollow">Waypoint: Use Hex Code for Specific Colors</a> has an issue.<br> User...
1
<p dir="auto">It's currenty hard to read TypeScript errors in VS Code:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/9283914/12127104/99089e0c-b3f5-11e5-989e-93c11f91b98a.png"><img src="https://cloud.githubusercontent.com/assets/9283914/12127104...
<p dir="auto">We have a <a href="https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/services/statusbar/common/statusbarService.ts#L45">IStatusBarService</a> and <a href="https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/services/message/browser/messageService.ts#L135">IMessageService.setSta...
0
<h2 dir="auto">ℹ Computer information</h2> <ul dir="auto"> <li>PowerToys version: v0.22.0</li> <li>PowerToy Utility:</li> <li>Running PowerToys as Admin: Yes</li> <li>Windows build number: 18363.1082</li> </ul> <h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/ico...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">This may be more of a personal opinion but I think the PowerToys icon looks a bit out of place in the notification area. Compared to the other icons, it looks too detailed. <a href="https://i.imgur.com/DY2osBm.png" rel="nofollow">Example</a></p> <...
0
<p dir="auto">Got the error <code class="notranslate">Could not find or load main class org.neo4j.tooling.ImportTool</code> when using the import tool with neo4j 3.1 installed with the neo4-community_macos_3_1_0.dmg on Mac El Capitan 10.11.6</p> <p dir="auto">The cmd I run was <code class="notranslate">/Applications/Ne...
<p dir="auto"><strong>Neo4j Version:</strong>: 3.1.0-M13-beta3 Community Edition<br> <strong>Operating System:</strong>: macOS Sierra 10.12.1</p> <h3 dir="auto">Steps to reproduce</h3> <ul dir="auto"> <li>Download the 3.1.0-M13-beta3 Community Edition version from neo4j site</li> <li>Run neo4j-import</li> </ul> <h3 dir...
1
<p dir="auto">Glide allows to do center-crop from a file, as such:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" Glide.with(this).asBitmap().load(someFile) .apply(RequestOptions.centerCropTransform().sk...
<p dir="auto">Similar to BitmapRegionDecoder class.</p>
1
<pre class="notranslate">What steps will reproduce the problem? 1. hg clone <a href="https://code.google.com/p/go" rel="nofollow">https://code.google.com/p/go</a> 2. cd go/src 3. ./all.bash 4. go vet strconv What is the expected output? Output from go vet. What do you see instead? go tool: no such tool "vet"; to inst...
<pre class="notranslate">Currently in sys_windows_amd64.s line 41-ish loadregs: // Load first 4 args into correspondent registers. MOVQ 0(SI), CX MOVQ 8(SI), DX MOVQ 16(SI), R8 MOVQ 24(SI), R9 But if an arg is a fl...
0
<p dir="auto">As I know,when we execute update SQL without sharding-key ,Sharding-JDBC will update all the table . I think this is not safe for production environment. I want throw en exception when update without sharding-key, Sharding-JDBC can help me do it ?</p>
<p dir="auto">For English only, other languages we will close it directly.</p> <p dir="auto">Please answer these questions before submitting your issue. Thanks!</p> <p dir="auto">Before submit a new issue, please check existed issue first, to make sure your issue is not a duplicated one.</p> <h3 dir="auto">Which versio...
0
<p dir="auto">I find it annoying I have to open a shell and run <code class="notranslate">atom</code> to get to my recent directories.</p>
<p dir="auto">I would like to be able to find files or folders that I have recently opened in previous editing sessions. On Windows this is usually done under the File menu. For example: File &gt; Recent Files &gt; (displays a sub menu of top 10 most recently used files in descending order).</p> <p dir="auto">File</p> ...
1
<p dir="auto"><strong>I have same issue.<br> I have doing real time face recognition using tensorflow. I'm follow this link "<a href="https://github.com/btwardow/tf-face-recognition">https://github.com/btwardow/tf-face-recognition</a>" When I'm download clone repo it work in one system but try to run another one this s...
<p dir="auto">Hi i'm running the tensorflow from the source and after building the tensorflow using bazel using below command</p> <p dir="auto"><strong>bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package</strong></p> <p dir="auto"><strong>The error message pasted below</strong></p> <...
0
<p dir="auto">It seems in most typescript projects, the build setup will have tslint, tsc, and some form of minifier. This is also closely related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="37903148" data-permission-text="Title is private" data-url="https://github.com/microso...
<p dir="auto">We get "bug reports" of this nature very often:</p> <blockquote> <p dir="auto">I wrote this code</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface Window { myPlugin: any; } let x = window.myPlugin; class F...
0
<p dir="auto">Using <code class="notranslate">ctrl-D</code> or <code class="notranslate">ctrl-leftclick</code> does nothing. I believe this should allow multiple cursor editing.</p> <p dir="auto">There are no errors reported in the console.</p> <p dir="auto">Atom Version: 0.95.0-e011bec</p>
<p dir="auto">I am trying <code class="notranslate">ctrl-d</code> but the expected behavior of multiple cursors is not happening.</p>
1
<h2 dir="auto">Checklist</h2> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br> (if you are not able to do this, then at le...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22">issues list</...
0
<p dir="auto">Consider following example:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="console.log(...['Hello', 'world']);"><pre class="notranslate"><span class="pl-smi">console</span><span class="pl-kos">.</span><span class="...
<p dir="auto">The default signature for console.log is wrong.</p> <p dir="auto"><code class="notranslate">log(message?: any, ...optionalParams: any[]): void;</code></p> <p dir="auto">See this code example:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mads1980" rel="nofollow">Manuel Dominguez Sarmiento</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8887?redirect=false" rel="nofollow">SPR-8887</a></strong> and commented</p> <p dir="auto">This is the exception we...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=wim.deblauwe" rel="nofollow">Wim Deblauwe</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5402?redirect=false" rel="nofollow">SPR-5402</a></strong> and commented</p> <p dir="auto">I saw a NullPointerException in th...
0
<p dir="auto">I am trying to build binaries at <code class="notranslate">HEAD</code> of <code class="notranslate">master</code> for <code class="notranslate">mesos</code>. I am following the instructions here: <a href="https://github.com/GoogleCloudPlatform/kubernetes/blob/master/docs/getting-started-guides/mesos.md">h...
<p dir="auto">If I try to run <code class="notranslate">hack/update-swagger-spec.sh</code> in my vm with less than <strong>2GB</strong> of RAM it fails with this error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="+++ [0725 01:58:03] Buildin...
1
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-make-images-mobile-responsive#?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%...
<p dir="auto">Lesson: <a href="http://www.freecodecamp.com/challenges/waypoint-mobile-responsive-images" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-mobile-responsive-images</a></p> <ol dir="auto"> <li>Instructions are the wrong way around, should assign the class after instructing you to make the ne...
1
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="const enum Types{ NAME=0, NODE=1 } var a: [string, Node]; a[Types.NODE].parentNode; // parentNode does not exists a[1].parentNode;// that is works fine"><pre class="notranslate"><code class="notrans...
<p dir="auto"><strong>TypeScript Version:</strong></p> <p dir="auto">1.8.2</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 demonstration of the problem follows... class ...
0
<p dir="auto">I've been testing <code class="notranslate">1.7.0</code> while packaging it for nixpkgs and I usually test it with the <code class="notranslate">cat</code> example but it's now requiring <code class="notranslate">--allow-read</code> but it also doesn't accept the flag either during compile or using the co...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="~/p/g/d/deno ❯❯❯ deno compile --unstable https://deno.land/std@0.79.0/examples/cat.ts CODE_OF_CONDUCT.md Check https://deno.land/std@0.79.0/examples/cat.ts Bundle https://deno.land/std@0.79.0/example...
1
<p dir="auto">I read <a href="https://github.com/JuliaLang/julia/pull/12563" data-hovercard-type="pull_request" data-hovercard-url="/JuliaLang/julia/pull/12563/hovercard">this discussion</a> about <code class="notranslate">max</code> and <code class="notranslate">maximum</code> returning <code class="notranslate">NaN</...
<p dir="auto">See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="248260512" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/23155" data-hovercard-type="pull_request" data-hovercard-url="/JuliaLang/julia/pull/23155/hovercard" href="https://...
1