text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto">The following characters not working with the Hungarian keyboard:</p> <p dir="auto">\ =&gt; Alt Gr + q<br> [ =&gt; Alt Gr + f<br> € =&gt; Alt Gr + u =&gt; This key also uploading the sync settings with the "sync-settings" plugin.</p> <p dir="auto">2 of these 3 keys ar urgent for code editing.</p>
<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">Hey guys,</p> <p dir="auto">Wondering can you bring out a package for print(Printing to paper)</p>
<p dir="auto">Would be nice to have a Print feature. Unless I'm mistaken, there is no such menu option or plugin.</p>
1
<ul dir="auto"> <li>VSCode Version: 0.10.11</li> <li>OS Version: Windows 10</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Open Any JS File</li> <li>Define multiple variables using single var. i.e.<br> <code class="notranslate">var a = 0, b = 1, c = 3;</code></li> <li>Syntax highlighting for b,c w...
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/vsccarl/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/vsccarl">@vsccarl</a> on March 10, 2016 1:2</em></p> <p dir="auto">When defining multi...
1
<h4 dir="auto">A small, complete example of the issue</h4> <p dir="auto">Apologies if this is already a known issue: I've not found anything similar in my googling, but my google-fu may have let me down.</p> <p dir="auto">When adding a single time delta to a time column with non-naive TZs, in pandas 0.19.0 this produce...
<p dir="auto">When I add a time delta to a DatetimeIndex which is tz-aware, the results appear as UTC, but sometimes claim to be in the original non-UTC timezone.</p> <h4 dir="auto">Code</h4> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import p...
1
<p dir="auto">Is it possible to <strong>sort by stars or the number of downloads</strong> when searching packages &amp; themes ?</p> <p dir="auto">It would be nice to have this feature for atom and also on the webpage...</p>
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/boustanihani/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/boustanihani">@boustanihani</a> on February 17, 2015 11:4</em></p> <p dir="auto">...
1
<p dir="auto">First of all, congratulations for such a nice integration in package.json, with Schema Store support and server packages autocomplete.</p> <p dir="auto">I noted <a href="https://github.com/Microsoft/vscode/blob/master/extensions/javascript/src/features/packageJSONContribution.ts#L118">here</a> that NPM's ...
<p dir="auto">vscode 0.10.8, windows 10.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/9464825/13053819/770be720-d441-11e5-92ea-7d9c3f2232da.gif"><img src="https://cloud.githubusercontent.com/assets/9464825/13053819/770be720-d441-11e5-92ea-7d9c3...
0
<p dir="auto">I discovered that when I use the LIMIT operator in the RETURN, the database returns invalid results sometimes (non-deterministic) - but only on large size patterns/quiers. I.e: Altough there are 4 matches in the database, the database returns no matches when using LIMIT 1 (or 2,3), but 4 when using LIMIT ...
<p dir="auto">Neo4j version: 3.5.8 community<br> Operating system: Debian 9<br> API/Driver: Neo4j desktop</p> <p dir="auto">Steps to reproduce<br> Create 1 fulltext index with duplicate labels :</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="C...
0
<p dir="auto">I have successfully installed Ansible 1.8.1 and 1.9 without difficulty. When I attempt to install Ansible 2.0 on linux, I get the following:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="lrmk225:~/shared-webstorage/storage/hdfs...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">include_role</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" config file = /etc/ansi...
0
<p dir="auto">I have noticed that a bound CssClass value is not updated after router navigation. The old value is not replaced by the new value during data binding. Instead it leaves the existing one behind and adds the new one next to it when it's rebound.</p> <p dir="auto">I am updating the class via a function which...
<p dir="auto">Smallish reproduction case:</p> <div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@Component(selector: 'example') @View( directives: const [NgFor, CSSClass], template: ''' &lt;button (click)=&quot;increment()&qu...
1
<p dir="auto">There doesn't appear to be a way to configure <code class="notranslate">deno fmt</code>, and its <code class="notranslate">--help</code> output mentions nothing about config files (apart from <code class="notranslate">tsconfig.json</code>).</p> <p dir="auto">I ran <code class="notranslate">deno fmt .</cod...
<p dir="auto">It would be great to have a way to set <a href="https://prettier.io/docs/en/options.html" rel="nofollow">prettier options</a> when using <code class="notranslate">deno fmt</code>. Up until a recent release (I'm guessing 0.18, but didn't notice till 0.19) I was able to run <code class="notranslate">deno fm...
1
<p dir="auto">Currently we have "GCEPersistentDisk", and this name is exposed via the API. I am working on adding support for AWS EBS, which is very similar to GCEPersistentDisk.</p> <p dir="auto">Should I add another type AWSPersistentDisk, or should we try to make GCEPersistentDisk work for any PD/EBS/Cinder style c...
<h3 dir="auto">Bug Report</h3> <p dir="auto"><strong>Kubernetes version</strong> (use <code class="notranslate">kubectl version</code>): v1.4.6, v1.5.0-beta.2</p> <p dir="auto"><strong>Environment</strong>:</p> <ul dir="auto"> <li><strong>Cloud provider or hardware configuration</strong>: OpenStack</li> <li><strong>OS...
0
<p dir="auto">Traceback (most recent call last):<br> File "C:\python36\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 18, in swig_import_helper<br> return importlib.import_module(mname)<br> File "C:\python36\lib\importlib_<em>init</em>_.py", line 126, in import_module<br> return _bootstrap._gc...
<p dir="auto">Hi - Thanks for all your hard work on this! - I've been having a problem getting Tensorflow-GPU to work on my Windows 10 notebook with a GTX 1080. I've tried to make sure all the paths are correct, etc. and have followed all the tips I can find.</p> <p dir="auto">I ran the tensorflow_self_check.py script ...
1
<p dir="auto">Stolen from Python but with some differences:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function jabberwock() &quot;&quot;&quot; 'Twas brillig, and the slithy toves Did gyre and gimble in the wabe; All mimsy were the...
<p dir="auto">Precompile files are currently stored only based on the UUID of the package.<br> So if you change your project it is likely that you will have to recompile everything. And then again when you swap back etc.<br> This will be very annoying for people trying to use multiple packages and people will likely ju...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues?q=is%3Aissue">issues</a> of this repository and believe that this is not a duplicate. There is a related iss...
<p dir="auto">I'm just going to leave this here, because it's a lot to type out, and it's quite possible it's user error. But seems like something is not working correctly with the imperative routing api / prefetch / client-side rendering:</p> <p dir="auto"><a href="https://stackoverflow.com/questions/47701791/strange-...
0
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">ansible 1.7 (devel <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/189824dd76eb94574972fe54b390634854b2592d/hovercard" href="https://github.co...
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">ansible 1.5.4</p> <h5 dir="auto">Environment:</h5> <p dir="auto">Ansible is running from OS/X Mavericks 10.9.2<br> I am managing an Ubuntu 12.04 instance</p> <h5 dir="auto">Summary:</h5> <p dir="auto">When us...
1
<p dir="auto">When passing <code class="notranslate">whiten=True</code> to <code class="notranslate">PCA()</code>, component-wise variances are not 'unit' as is claimed.</p> <p dir="auto">Unless I'm missing something, this is a regression presumably caused by <a class="issue-link js-issue-link" data-error-text="Failed ...
<p dir="auto">The documentation for sklearn.decomposition.PCA says that<br> "Implements the probabilistic PCA model from: M. Tipping and C. Bishop, Probabilistic Principal Component Analysis, Journal of the Royal Statistical Society, Series B, 61, Part 3, pp. 611-622 via the score and score_samples methods."</p> <p dir...
1
<p dir="auto">I was taking a look at the default app. There's a menu item that causes the app to enter fullscreen, but once in fullscreen the menu item doesn't change from "Enter Fullscreen" to "Exit Fullscreen". This means that once you enter fullscreen though the menu, you cannot exit it.</p> <p dir="auto">It seems t...
<p dir="auto">Maybe I missunderstood something but trying to overwrite some delegates in a newly created Menu will not call my custom function:</p> <p dir="auto">menu.delegate.menuWillShow = function () {<br> console.log('MY MENU DELEGATE');<br> }</p> <p dir="auto">menu.delegate.menuWillShow(); // doesn't call my funct...
1
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected ...
<h1 dir="auto">Feature request</h1> <p dir="auto">I want a more intuitive <code class="notranslate">Link</code> API which respects expectations we have around native <code class="notranslate">a</code> tags.</p> <h2 dir="auto">Is your feature request related to a problem? Please describe.</h2> <p dir="auto">The current ...
0
<ul dir="auto"> <li>Electron version: 1.4.0</li> <li>Operating system: macOS 10.12.4</li> </ul> <h3 dir="auto">Expected behavior</h3> <p dir="auto">When uploading Chess in the Applications folder through <code class="notranslate">&lt;input type="file" /&gt;</code>, <code class="notranslate">event.target.files[0].type<...
<ul dir="auto"> <li>Electron version: 1.6.2</li> <li>Operating system: macOS 10.12.3</li> </ul> <h3 dir="auto">Actual behavior</h3> <p dir="auto">I faced with strange behaviour of <code class="notranslate">&lt;input type='file' /&gt;</code> in Electron.<br> You can select special Macs' folders - app folders (for exampl...
1
<p dir="auto">Would love to have a better web development experience with Deno out of the box.</p> <ul dir="auto"> <li>First, the server should restart whenever I make changes.</li> <li>Second, the website should reload whenever I make changes.</li> </ul> <p dir="auto">For the server, I'd like to propose a <code class=...
<p dir="auto">There are several use cases where the ability to watch a file(s) for changes is an important API. For example, invalidating cache headers for serving static file based content, or processing logs or files, etc.</p> <p dir="auto">Many OSes provide a mechanism for this without having to "poll" the stats fo...
1
<h3 dir="auto">Describe the workflow you want to enable</h3> <p dir="auto">Measuring calibration error in deep learning is a big issue now-a-days. However, we do not find any suitable package available to measure the calibration error. I would like to add a function that can measure calibration error with adaptive bin ...
<h4 dir="auto">Describe the workflow you want to enable</h4> <p dir="auto">I would like to add the ability to calculate Expected Calibration Error (ECE) within scikit-learn. ECE is defined in equation (3) from <a href="https://arxiv.org/abs/1706.04599" rel="nofollow">Guo et al. <em>On Calibration of Modern Neural Netwo...
1
<p dir="auto">When copying a segment of code that starts with a new-line followed by tabbed-in code while "Auto Indent On Paste" is enabled, consecutive pastes will each be an additional tab deeper. I tested this with C++, Java, and JavaScript which makes me believe it is not a problem with the language specs.</p> <p d...
<p dir="auto">Halp ticket:</p> <ul dir="auto"> <li>support/c7984784bffc11e3936c51033c8a3e07</li> </ul> <blockquote> <p dir="auto">Snippet system needs to be worked on, when i setup a snippet in the config file, and then i save it and go back to my work, i use the short word and hit tab, and nothing ever expands.</p> </...
0
<p dir="auto">I want to implement the cases that when any link is clicked in a <code class="notranslate">webview</code>, it's opened in the default browser. But <code class="notranslate">webview</code> only has the <a href="https://github.com/atom/electron/blob/master/docs/api/web-view-tag.md#event-new-window"><code cl...
<p dir="auto">It would be very useful to get events related to navigation:</p> <ul dir="auto"> <li><code class="notranslate">will-navigate</code>: when the webview is about to navigate (url have been changed but no requests have been emited yet). It could eventually be cancelled with <code class="notranslate">event.pre...
1
<p dir="auto">I'm using Symfony 2.3 and written something very similar to this cookbook entry (<a href="http://symfony.com/doc/2.3/cookbook/security/voters.html" rel="nofollow">http://symfony.com/doc/2.3/cookbook/security/voters.html</a>). I think my issue very much looks like <a class="issue-link js-issue-link" data-e...
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" firewalls: dev: pattern: ^/(_(profiler|wdt|fragment)|css|images|js)/ security: false main: pattern: / ololo: ~...
1
<ul dir="auto"> <li>VSCode Version:1.0</li> <li>OS Version:osx</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>set locale to zh-CN</li> <li>F1 open Command Palette, press "Tasks", nothing.</li> </ol>
<ul dir="auto"> <li>VSCode Version:<br> バージョン 0.10.12-insider<br> コミット <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/ef2a1fcaa553d14d7731b284a5ac5e4a55c42936/hovercard" href="https://github.com/microsoft/vscode/commit/ef2a1fcaa553d14d7731b284a5ac5e4a5...
1
<ul dir="auto"> <li>Electron version: 1.8.2</li> <li>Operating system: macOS High Sierra version 10.13.3</li> </ul> <h3 dir="auto">Expected behavior</h3> <p dir="auto">Should work without crashing.</p> <h3 dir="auto">Actual behavior</h3> <ul dir="auto"> <li>build electron app example</li> <li>upgrade to 1.8.2 =&gt; r...
<ul dir="auto"> <li>Electron version: Anything over 1.7.8, until the latest 1.8.2-beta.1</li> <li>Node: 8.8.0</li> <li>Operating system: high sierra</li> </ul> <p dir="auto">Going over 1.7.8 seems to break Electron for one of our projects. It's hard to track down what's going on but here's the output:</p> <div class="...
1
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia&gt; repmat(rand(2,2), Int32(1)) ERROR: MethodError: no method matching repmat(::Array{Float64,2}, ::Int32) Closest candidates are: repmat(::Union{AbstractArray{T,1},AbstractA...
<p dir="auto">Currently, <code class="notranslate">reshape</code> requires the dimension parameters to be <code class="notranslate">Int</code></p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="reshape(parent::AbstractArray, dims...
1
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gce-es-logging/2281/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gce-es-logging/2281/</a></p> <p dir="auto">Failed: [k8s.io] Cluster level logging using Elas...
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gce-es-logging/2267/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gce-es-logging/2267/</a></p> <p dir="auto">Failed: [k8s.io] Cluster level logging using Elas...
1
<p dir="auto">Tooltip not showing in Firefox.</p> <p dir="auto">Left - Firefox. Right - Chrome</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/17413180/83816088-3e0c2300-a687-11ea-95cf-a18b48470de1.png"><img src="https://user-images.githubusercont...
<p dir="auto">Macos using Python3.8 --&gt; python setup install<br> I can find apache_superset-0.38.0-py3.8.egg was created in site-package /</p> <p dir="auto">How can I init superset and start server</p> <p dir="auto">(please complete the following information):</p> <ul dir="auto"> <li>superset version: <code class="...
0
<p dir="auto">In my previous text editor I could just select some text/code and would then see all other occurrences highlighted in the view. From there on I could jump to each one by a simple shortcut (it put the selection into the finder and then normal jumping between results could occur).</p> <p dir="auto">Would be...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/078c56d6cae52279504947954f8162102cb1bff3a34f70a1745103898abca38c/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3530363132392f323330303038302f30316238356663632d613064662d313165332d383838632d...
1
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/saneyuki/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/saneyuki">@saneyuki</a> on February 2, 2016 3:34</em></p> <h2 dir="auto">Envir...
<p dir="auto">Generic types may not be specified for variable, param, or return types currently. For example, both of the below just show up as 'any's.</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/** @type {PromiseLike&lt;str...
1
<p dir="auto">When I run <code class="notranslate">npm test</code> on the root of DefinitelyTyped, I got below error in the console:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ npm test &gt; definitely-typed@0.0.3 test /home/beenotung/wo...
<p dir="auto">If you know how to fix the issue, make a pull request instead.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I tried using the <code class="notranslate">@types/xxxx</code> package and had problems.</li> <li class="t...
1
<p dir="auto">Pasting 4 spaces is absolutely broken. Atom is trying to preserve the indent and thus refusing to paste.</p> <p dir="auto">Video: <a href="http://youtu.be/uVpGAkxB3EY" rel="nofollow">http://youtu.be/uVpGAkxB3EY</a></p>
<p dir="auto">I'm refactoring. I press cmd-shift-f, type some characters, press enter, click on one of the search results, and replace the matching line with a new implementation.</p> <p dir="auto">I press cmd-shift-f again, press enter again because it's the only way I can see the search results without tabs, and the ...
0
<p dir="auto">If a cypher query returning nodes is executed using the transactional REST endpoint essential meta-information is missing (e.g. labels). This disallows creating generic mapping frameworks for languages, An example:</p> <p dir="auto">CDO (<a href="https://github.com/buschmais/cdo-neo4j">http://github.com/b...
<p dir="auto">I've currently got an ugly workaround in place to get the labels for a node returned in the transactional HTTP endpoint REST format that calls the URI for labels. It would be awesome if there were a format that had (all in one response):</p> <ol dir="auto"> <li>node id</li> <li>labels--one big list</li> <...
1
<p dir="auto">Hi! Tensorflow is not properlly installed.</p> <p dir="auto">Here's the output of: python -c "import tensorflow; print(tensorflow.<strong>version</strong>)"</p> <p dir="auto">dyld: warning, LC_RPATH $ORIGIN/../../_solib_darwin/_U@local_Uconfig_Ucuda_S_Scuda_Ccudart___Uexternal_Slocal_Uconfig_Ucuda_Scuda_S...
<p dir="auto">Something related to linking seems to cause the build to fail on Mac OS 10.12.2 when building with CUDA.</p> <p dir="auto">Verbose build error is:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ bazel build -c opt --config=cuda ...
1
<p dir="auto">React version: 18.2</p> <h2 dir="auto">Steps To Reproduce</h2> <ol dir="auto"> <li>I have multiple async methods that fetch data from API on demand.</li> <li>This data needs to be loaded initially on page load and also in case of refresh button pressed by the user</li> <li>Without React.StrictMode the abo...
<p dir="auto">Hi together</p> <p dir="auto">Learning React at the moment and not sure if I'm not unterstanding a core part of React or this is a bug...</p> <p dir="auto">My idea was to create a simple login and don't show the login window if the user is already logged in. Authentication is handled via Firebase, so here...
0
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>yes</td> </tr> <tr> <td>Feature request?</td> <td>no</td> </tr> <tr> <td>BC Break report?</td> <td>no</td> </tr> <tr> <td>RFC?</td> <td>no</td> </tr> <tr> <td>Symfony version</td> <td>3.2.4</td> </tr> </tbody> <...
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>yes</td> </tr> <tr> <td>Feature request?</td> <td>no</td> </tr> <tr> <td>BC Break report?</td> <td>yes</td> </tr> <tr> <td>RFC?</td> <td>no</td> </tr> <tr> <td>Symfony version</td> <td>3.2.x</td> </tr> </tbody> ...
1
<p dir="auto"><strong>Elasticsearch version</strong>: 2.3.5</p> <p dir="auto"><strong>JVM version</strong>: OpenJDK Runtime Environment (IcedTea 2.6.7) (7u111-2.6.7-1~deb8u1)</p> <p dir="auto"><strong>OS version</strong>: Debian 8.5</p> <p dir="auto"><strong>Description of the problem including expected versus actual b...
<p dir="auto">When we moved query parsing on the coordinating node (see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="63624736" data-permission-text="Title is private" data-url="https://github.com/elastic/elasticsearch/issues/10217" data-hovercard-type="issue" data-hovercard-url="/...
0
<p dir="auto">I submitted this to the mailing list, but I've since realized that this is probably a better place for it. So sorry for the double-post.</p> <p dir="auto">I've been wanting for some time the option to make stacked histograms using the <code class="notranslate">step</code> or <code class="notranslate">step...
<p dir="auto"><a href="https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/backends/backend_webagg.py#L54">https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/backends/backend_webagg.py#L54</a></p> <p dir="auto">flake8 testing of <a href="https://github.com/matplotlib/matplotlib">https:/...
0
<p dir="auto">NGram Tokenizers are a very useful filter to match parts of compound words. Compound words can be commonly found p.e. in the German language, but occur in English as well (p.e. "thunderstorm").<br> <a href="https://www.elastic.co/guide/en/elasticsearch/guide/current/ngrams-compound-words.html" rel="nofoll...
<p dir="auto">It would be great if the nGram tokenizer came with an option to force creation of a whole-word token for cases when the word length falls outside the min-gram/max-gram range. Currently, we have to resort to a dual-mapping approach to make sure these tokens get created, which limits how we can construct pe...
1
<p dir="auto">Possible Bug Report</p> <p dir="auto">Using:<br> deno 1.7.5 (release, x86_64-pc-windows-msvc)<br> v8 9.0.123<br> typescript 4.1.4</p> <p dir="auto">Editor: VS Code 1.53.2, with intellisense plus Deno extension</p> <p dir="auto">Standard Lib used:<br> "<a href="https://deno.land/std@0.88.0/http/server.ts" ...
<p dir="auto">Possible Bug Report</p> <p dir="auto">ATTENTION: I posted this ALSO on the main Deno thread because I think the underlying problem might not be at the std library level but deeper. Anyways, just in case it would be std related I post it here again.</p> <p dir="auto">Using:<br> deno 1.7.5 (release, x86_64-...
1
<p dir="auto">Code to produce</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="pub mod bits { use std::vec; use std::uint; struct BitVector&lt;'self&gt; { v: &amp;'self [u8] } pub fn new(n: u64) -&gt; BitVector&lt;'...
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="enum Foo { Bar(int, [int]), } fn main() { // Either of these lines can cause the ICE let _x: &amp;(int, [int]); let _y: &amp;Foo; }"><pre class="notranslate"><span cl...
0
<p dir="auto">Using 0.10.7-insider on Windows 8.1</p> <p dir="auto">Hovering over methods that have really long signatures seems to produce a truncated tooltip (see attached image)</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/563860/12837925/7c...
<p dir="auto">One of the features I like the most in 0.10.6 is the multi line quickinfo widget that appears when a symbol is hovered. It looks like this in 0.10.6:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/3448684/12784325/cbbc03b4-ca86-11e5...
1
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto"><a href="http://docs.ansible.com/ansible/mount_module.html" rel="nofollow">Mount module</a></p> <h5 dir="auto">ANSIBLE VERSION</h5> <p dir="auto">Tested on both versions:</p> <div class="snippet-c...
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/changyy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/changyy">@changyy</a> on 2016-01-14T06:22:57Z</p> <h5 dir="auto">ISSUE TYPE</h5> <p dir="a...
0
<p dir="auto">If I write incorrectly, I don't get any warnings or errors. Nothing happens. That is hard to debug.</p>
<p dir="auto">This <code class="notranslate">[(ng-model)]="exp"</code> will work while <code class="notranslate">([ng-model])="exp"</code> will fail silently. We should either throw or allow both forms (not sure if it makes sense).</p> <p dir="auto">Related: <a class="issue-link js-issue-link" data-error-text="Failed t...
1
<h1 dir="auto">Environment</h1> <p dir="auto">Windows build 10.0.18362.0<br> Windows Terminal version (if applicable): 0.6.3161.0</p> <h1 dir="auto">Steps to reproduce</h1> <p dir="auto">Launch Terminal as administrator.<br> Create a couple of tabs.<br> Try to reorder the tabs via click+drag</p> <h1 dir="auto">Expected...
<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 [Versión 10.0.18999.1] Windows Terminal version (if applicable): 0.5.2762.0 Any other software? No"><pre lang="none" class="not...
0
<p dir="auto">Testing <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="153045492" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode/issues/6099" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode/issues/6099/hovercard" href="https://g...
<p dir="auto">We need to explore improving the way that we display warnings, errors and notifications to users. Currently we have a variety of mechanisms (info in status bar, details in quick open, error/warning dialog).</p> <p dir="auto">We need a consistent way that prompts the user when there are notifications/error...
0
<h3 dir="auto">Description</h3> <p dir="auto">Expose the DummyOperator class under a different name (or move it), to allow consumers to avoid the use of the word <code class="notranslate">Dummy</code> in source.</p> <h3 dir="auto">Use case/motivation</h3> <p dir="auto">Some projects have language guidelines for avoidin...
<p dir="auto"><strong>Description</strong></p> <p dir="auto">Apache Software Foundation is discussing how we can improve inclusiveness of projects and raise awareness of conscious language. Related thread on <a href="mailto:diversity@a.o">diversity@a.o</a>:<br> <a href="https://lists.apache.org/thread.html/r2d8845d9c37...
1
<p dir="auto">deno 1.0.0<br> v8 8.4.300<br> typescript 3.9.2</p> <p dir="auto">In Deno, is there already a way to override the pedantic scrutiny that often causes self-signed SSL certificates to be deemed "Bad Certificates"?</p> <p dir="auto">It seems that Deno security is so high that it blocks self-signed SSL certifi...
<p dir="auto">Because <code class="notranslate">std/http/server.ts</code> uses <code class="notranslate">MuxAsyncIterator</code> to serve up requests, any errors thrown there cannot be caught:</p> <p dir="auto"></p><div class="Box Box--condensed my-2"> <div class="Box-header f6"> <p class="mb-0 text-bold"> ...
1
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/643825f2ac052b0e590e1e27d220037bbacd4529ba27f703f5130bbf11d7f410/68747470733a2f2f692e6962622e636f2f5467444a7844632f64656e6f2e706e67"><img src="https://camo.githubusercontent.com/643825f2ac052b0e590e1e27d220037bb...
<p dir="auto"><a href="https://deno.land/std" rel="nofollow">https://deno.land/std</a><br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/23056320/81916390-577cfa80-9606-11ea-89d8-752ed1a2cb64.png"><img src="https://user-images.githubusercontent.com/23056320/819163...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.20161 PowerToys version: v0.19.0 PowerToy module for which you are reporting the bug (if applicable): FancyZones"><pre class="notranslate"><c...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 1909 PowerToys version: 0.18.0 and above PowerToy module: Settings Device: HP Notebook, product number X7T77UA"><pre class="notranslate"><code cla...
1
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Use windows search's results to improve localization performance.</p> <p dir="auto">The windows search is doing well at localization. For example in the following scenario:<br> I use the chinese version windows. When i want to open the “计算器” (Cal...
0
<p dir="auto">React version: ^16.13.1</p> <h2 dir="auto">Steps To Reproduce</h2> <ol dir="auto"> <li>npx create-react-app my-app</li> <li>cd my-app/</li> <li>npm start</li> </ol> <h2 dir="auto">The current behavior</h2> <p dir="auto">app doesn't start, instead shows error:</p> <div class="snippet-clipboard-content notr...
<p dir="auto">When installing create-react-app I get this error when I start the development server (npm start),</p> <p dir="auto"><code class="notranslate">./src/index.css (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./src/index.css) Error: No valid exports main f...
1
<p dir="auto">I have vim open, accidentally I clicked the close button. And it's gone! :(</p> <p dir="auto">Can you please warn me if I have any running task (except shell) in any of the tabs?</p>
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Is it possible, to implement something like this:<br> When there is an active process in the current tab, a confirmation dialect window may show up before actually closing.</p> <p dir="auto">When I was writing vim, I need to use <code class="notra...
1
<p dir="auto">The segment reduction ops are currently inconsistent, they include different ops for sorted/unsorted/ and sparse/dense tensors.<br> I guess it would make sense to provide the same reduction ops for these - I'd be happy to work on this and build on nikste's work.</p> <p dir="auto">For similar previous iss...
<h3 dir="auto">System information</h3> <ul dir="auto"> <li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: No</li> <li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Linux Ubuntu 16.04</li> <li><strong>Mobile device (e.g. iPhone...
0
<p dir="auto">Using joinpath on a UNC path does not always behave as expected (or as I expect).</p> <p dir="auto">In the following example:</p> <ul dir="auto"> <li>Case 7 seems like a definite defect.</li> <li>Cases 5 &amp; 6 may be debatable, but I would also argue that <code class="notranslate">joinpath</code> should...
<p dir="auto">See also discussion over at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="487490757" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/Pkg.jl/issues/1328" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/Pkg.jl/issues/1328/hoverc...
1
<p dir="auto">by <strong><a href="mailto:mksql@yahoo.com">mksql@yahoo.com</a></strong>:</p> <pre class="notranslate">What steps will reproduce the problem? 1. Execute .pkg installer for Go v1.1.2 (on a machine with v.1.1.1 installed and working) 2. Installer fails with error but no explanation 3. OS X console shows me...
<p dir="auto">Some servers dumbly won't serve a cert chain unless the client offers the signatures in the chain.</p>
0
<p dir="auto">Apologies if this is a duplicate or not a bug – I ran into this recently and figured I should report it.</p> <p dir="auto"><code class="notranslate">iter_content</code> takes a <code class="notranslate">chunk_size</code> argument, which defaults to 1. Various code snippets on the internet call <code class...
<p dir="auto">Currently any duplicate header on responses gets merged on the response.headers dict, using a comma to delimit de two different header values. For example</p> <p dir="auto">HTTP/1.1 200 OK<br> HeaderX: Value1<br> HeaderX: Value2</p> <blockquote> <p dir="auto">print response.headers<br> { 'headerx' : ' Val...
0
<p dir="auto">After trying <code class="notranslate">pip3 install uvicorn</code> i get the error message <code class="notranslate">Failed building wheel for httptools</code>.</p> <p dir="auto">I know this is a duplication of this error (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id=...
<p dir="auto">From me having a look at what is importable in starlette it needs to use JSONResponse not UJSONResponse as that seems to have been removed<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/3628354/113640388-3a647680-9673-11eb-8e88-a0ec72c407f6.png"><...
0
<p dir="auto">Is sortrows() running as fast as it should? I have no deep knowledge of the theoretical performance possibilities for a "sortrows()" algorithm vs. a traditional vector sort algorithm, but I'm finding that lexicographically sorting an N-by-2 matrix is MUCH slower than sorting an N-by-1 vector.</p> <p dir=...
<p dir="auto">Julia sorting functions are slow compared to Matlab.</p> <hr> <h4 dir="auto">Outdated begin</h4> <p dir="auto"><del>Matlab R2012b sorting of integer arrays:</del></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="&gt;&gt; a=randi(3...
1
<p dir="auto">Hi,</p> <p dir="auto">This might be duplicated question, but I have tried all possible research on google and blogs to get a solution to fix it, so if you already know the answer please help me.</p> <p dir="auto">I am trying to send an array of objects to Axios post request, but the payload empty array ev...
<p dir="auto">versus just using axios({...}) to make requests?</p>
0
<p dir="auto">It appears that <code class="notranslate">numpy.linalg.svd</code> has different outputs between 1.15.4 and 1.16.3 -- and I don't see any hints that this should happen in the changelog.</p> <h3 dir="auto">Reproducing code example:</h3> <p dir="auto">If you run numpy==1.15.4 with the following input, you g...
<p dir="auto">bash-5.0# gcc -v<br> Using built-in specs.<br> COLLECT_GCC=gcc<br> COLLECT_LTO_WRAPPER=/opt/freeware/libexec/gcc/powerpc-ibm-aix6.1.0.0/6.3.0/lto-wrapper<br> Target: powerpc-ibm-aix6.1.0.0<br> Configured with: ../gcc-6.3.0/configure --prefix=/opt/freeware --mandir=/opt/freeware/man --infodir=/opt/freeware...
0
<p dir="auto">I believe <code class="notranslate">@types/node-schedule</code> should not depend on <code class="notranslate">@types/node</code> (currently it is in <code class="notranslate">dependencies</code>), it should be added in <code class="notranslate">peerDependencies</code>, because otherwise it may result in ...
<p dir="auto">I believe @types/express-serve-static-core should not depend on @types/node (currently it is in dependencies), it should be added in peerDependencies, because otherwise it may result in conflicts, with other installed version (maybe on the upper level of the project).</p> <p dir="auto">I don't get where t...
1
<ul dir="auto"> <li>VSCode Version:0.10.14 code-insiders</li> <li>OS Version:Windows 10</li> </ul> <p dir="auto">Steps to Reproduce:</p> <ol dir="auto"> <li>Open a markdown preview to the side of markdown source</li> <li>Scroll source file</li> </ol> <p dir="auto">It would be nice to have a way to lock the preview and ...
<ul dir="auto"> <li>VSCode Version: 1.1.1</li> <li>OS Version: Win 10 Home</li> </ul> <p dir="auto">VS Code can't parse code properly, script is ok - works.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/17810474/15537571/8d619626-2277-11e6-921d-...
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; :4.4.0:</li> <li>Operating System / Platform =&gt; Ubuntu 20.04</li> <li>Compiler =&gt; GCC 8.4</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">I am loading a pre-trained SSD from TensorFlow and setting the target as ...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.4dev</li> <li>Operating System / Platform =&gt; Ubuntu 18.04</li> <li>Compiler =&gt; gcc 7.5</li> <li>nVidia Driver: 450.57</li> <li>CUDA: 11.0.194GA</li> <li>cudnn: 8.0.2GA</li> </ul> <h5 dir="auto">Detailed description</h5> <div class...
1
<p dir="auto">Now with 100% less circular imports!</p>
<p dir="auto">Pending resolution of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="119842939" data-permission-text="Title is private" data-url="https://github.com/ReactiveX/rxjs/issues/860" data-hovercard-type="issue" data-hovercard-url="/ReactiveX/rxjs/issues/860/hovercard" href="h...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 19008.vb Windows Terminal version 0.6.2951.0 Any other software?"><pre lang="none" class="notranslate"><code class="notranslate">Windows build nu...
<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.6.2951.0 Any other software?"><pre lang="none" class="notranslate"><code class="notransl...
0
<p dir="auto">npm install angular2 is not working.<br> it throws error:</p> <p dir="auto"><strong>npm ERR! 404 'reactivex' is not in the npm registry.<br> npm ERR! 404 You should bug the author to publish it<br> npm ERR! 404<br> npm ERR! 404 Note that you can also install from a<br> npm ERR! 404 tarball, folder, or htt...
<p dir="auto">Don't know if this is the right place to post this bug, please let me know if it isen't.</p> <p dir="auto">Failing to install latest angular2 package with npm:</p> <p dir="auto">npm ERR! 404 Not Found<br> npm ERR! 404<br> npm ERR! 404 'reactivex/rxjs' is not in the npm registry.<br> npm ERR! 404 You shoul...
1
<p dir="auto">Is it possible to use the APK split or app bundle functionality in the Android Gradle plugin to reduce the size of an release APK like have splits for different cpu architectures arm64, x86 or even more advanced splits on screensize and language.</p>
<p dir="auto">Currenlt Flutter only packages the armeabi-v7a library in the release APK and none other. So my suggestion is to use the feature explained at</p> <p dir="auto"><a href="https://developer.android.com/studio/build/configure-apk-splits.html" rel="nofollow">https://developer.android.com/studio/build/configure...
1
<p dir="auto">It's a very common use case to want to add spacing between widgets in a <code class="notranslate">Row</code> or a <code class="notranslate">Column</code>. At the moment, the way to do this is adding padding to each individual element (but avoiding to do it on the first element).</p> <p dir="auto">It would...
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">I see Row and Column widgets as a <a href="https://developer.apple.com/documentation/uikit/uistackview" rel="nofollow">UIStackView</a> and would expect spacing parameter so that we can add custom spacing between their children. Something like <a href="https://develop...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=ndeloof" rel="nofollow">nicolas de loof</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2605?redirect=false" rel="nofollow">SPR-2605</a></strong> and commented</p> <p dir="auto">Containers like plexus use field inj...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=skaffman" rel="nofollow">Kenny MacLeod</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3759?redirect=false" rel="nofollow">SPR-3759</a></strong> and commented</p> <p dir="auto">This is a non-backward-compatible cha...
0
<p dir="auto">The following program crashes with panic:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="package main import ( &quot;fmt&quot; &quot;bytes&quot; ) func main() { var a, b int r := bytes.NewReader([]byte{'1', '\n'...
<p dir="auto">I got different <code class="notranslate">fmt.Scanf</code> behavior depending on the line endings style.</p> <p dir="auto">My go version is go1.3.3 darwin/amd64 on a Mac with OSX 10.10</p> <p dir="auto">To reproduce the problem, here is a short go program:</p> <div class="snippet-clipboard-content notrans...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=martinahrer" rel="nofollow">Martin Ahrer</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5236?redirect=false" rel="nofollow">SPR-5236</a></strong> and commented</p> <p dir="auto">org.springframework.orm.jpa.vendor....
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=gupabhi" rel="nofollow">Abhishek Gupta</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7782?redirect=false" rel="nofollow">SPR-7782</a></strong> and commented</p> <p dir="auto">In production applications it is impe...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mark.fisher" rel="nofollow">Mark Fisher</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6847?redirect=false" rel="nofollow">SPR-6847</a></strong> and commented</p> <p dir="auto">The approach should be consistent wi...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=bfovez" rel="nofollow">Bertrand Fovez</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4073?redirect=false" rel="nofollow">SPR-4073</a></strong> and commented</p> <p dir="auto">When application context is starting u...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Expected ...
<h1 dir="auto">Bug report</h1> <h2 dir="auto">Describe the bug</h2> <p dir="auto">Everything can be found here: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="531554778" data-permission-text="Title is private" data-url="https://github.com/remarkjs/remark/issues/454" data-hovercard-t...
0
<p dir="auto"><strong>I'm submitting a ...</strong><br> I'm not sure... possibly an issue, possibly a bug, possibly just a request for clarification. It's hard to tell for sure without knowing more, and I've hit a wall.</p> <p dir="auto"><strong>Current behavior</strong><br> Using the most recent IE and Edge on Window...
<p dir="auto">The performance of *ngFor is very slow on IE as compared to Chrome, Firefox and Opera.</p> <p dir="auto">The below plunker loops through over 1500 items using *ngFor, it takes less than a second in other browsers whereas it takes several seconds in IE 11 and Microsoft Edge.</p> <p dir="auto"><a href="http...
1
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.XX]</li> <li>Operating System: [macOS 13.2, etc.]</li> <li>Browser: Chromium]</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" c...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.34.3]</li> <li>Operating System: [Windows 10, Ubuntu 22.04]</li> <li>Browser: [Chromium]</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-...
0
<h1 dir="auto">Sample</h1> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Foo { something; constructor(public bar /*rename bar*/) { this.something = bar; } }"><pre class="notranslate"><span class="pl-k">cla...
<p dir="auto">Rename <code class="notranslate">parent</code> to <code class="notranslate">parent_</code>.</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Foo { constructor(private parent) { parent } }"><pre class="n...
1
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import seaborn as sns import matplotlib.pyplot as plt import numpy as np # Load example data data = np.random.normal(size=100) # Create histogram plot with legend label sns.histpl...
<p dir="auto">The following code results in a segmentation fault if fastcluster is not installed :</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy import seaborn a = [ [ 1,2,3,numpy.inf ], [ 1,2,3,numpy.in...
0
<p dir="auto">I have been working on Deno compatibility for the TypeScript data validation library "Zod" (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="765128918" data-permission-text="Title is private" data-url="https://github.com/colinhacks/zod/issues/269" data-hovercard-type="pu...
<p dir="auto">deno@v1.5.4</p> <p dir="auto"><em>mod.ts</em></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export namespace Bar { export function foo() { console.log(&quot;foo&quot;); } }"><pre class="notranslate"><code class="notransl...
1
<p dir="auto">I'm working on a compile-to-js language called <a href="http://www.skew-lang.org/" rel="nofollow">Skew</a>. Visual Studio Code's language services API has been really awesome so far and I'm impressed how easy it was to hook up my compiler to provide standard features like tooltips and diagnostics and so o...
<ul dir="auto"> <li>VSCode Version: 1.2.0-insider</li> <li>OS Version: Win10</li> </ul> <p dir="auto">Steps to Reproduce:</p> <p dir="auto">as the title says</p>
0
<p dir="auto">When launching Atom 0.123.0 for the first time the window is positioned at the top left corner so that the draggable part of the window in beneath the menu bar. This causes trouble moving the window.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercont...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/7317458/3932689/5819bcd0-246f-11e4-8973-451a17f7685f.png"><img src="https://cloud.githubusercontent.com/assets/7317458/3932689/5819bcd0-246f-11e4-8973-451a17f7685f.png" alt="screenshot_49" style="max-wid...
1
<p dir="auto">When I try to iterate over a <code class="notranslate">Map</code> object as described in <a href="https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Map#Iterating_Maps_with_for..of" rel="nofollow">MDN: Map</a>, i.e.</p> <div class="highlight highlight-source-js notranslate posit...
<p dir="auto"><code class="notranslate">NodeList</code> interface is defined as iterable in DOM4, but by design it cannot be directly used in for-of loop because we cannot declare it as iterable in ES5.</p> <h3 dir="auto">Suggestion</h3> <p dir="auto">Introduce a ES5-compatible way to declare iterable interfaces (Simil...
1
<p dir="auto">by <strong>angrygoats</strong>:</p> <pre class="notranslate">What steps will reproduce the problem? Compile this program: package sum func sum(a []int) int { // returns an int s := 0; for i := 0; i &lt; len(a); i++ { s += a[i] } return s } (note brace at start of function def...
<h1 dir="auto">Solution (Note to Les Googlers)</h1> <p dir="auto">My question was, as I misinterpreted the documentation.</p> <ul dir="auto"> <li><code class="notranslate">GetCertificate == SNICallback</code></li> <li>You cannot cast <code class="notranslate">net.Conn</code> to <code class="notranslate">http.Conn</code...
0
<p dir="auto">I see modal flicker on iPad Retina in Safari and in Chrome 29.0.1547.57 on OS X 10.7.5. This needs more testing, please. Thanks!</p>
<p dir="auto">When launching the modal component (<a href="http://getbootstrap.com/javascript/#modals" rel="nofollow">http://getbootstrap.com/javascript/#modals</a>) the entire content will slightly move to the left on mac OS (haven't tried it on windows yet). With the active modal the scrollbar seem to disappear, whil...
1
<p dir="auto">Hi all,</p> <p dir="auto">there are cases when need to conditionally use part of template, for example header of box can be used to compound template depending on params. Currently am duplicating such partials.<br> But is there a solution for such partials?</p> <p dir="auto">thanks in advance.</p>
<h3 dir="auto">Version</h3> <p dir="auto">2.5.22</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codesandbox.io/embed/vue-template-b6c06?fontsize=14&amp;hidenavigation=1&amp;theme=dark" rel="nofollow">https://codesandbox.io/embed/vue-template-b6c06?fontsize=14&amp;hidenavigation=1&amp;theme=dar...
0
<p dir="auto">Sometimes it is useful to create array of forms and render them in template separately with the same name ($form-&gt;getName()). But in this case Profiler will display only the last form in Panel, because FormDataCollector uses $form-&gt;getName() as index and the last form overrides previous forms.</p> <...
<p dir="auto">Is it an expected behavior: in a controller that receives a request from the other controller using a <code class="notranslate">forward()</code> call, calling <code class="notranslate">$request-&gt;getQueryString()</code> returns the original query-string? (<code class="notranslate">Request $request</code...
0
<p dir="auto">(Original issue below the line)</p> <p dir="auto">As suggested below, it makes sense to make <code class="notranslate">texcache</code> private, which need to go through a deprecation cycle. See <a href="https://matplotlib.org/stable/devel/contributing.html#api-changes" rel="nofollow">https://matplotlib.or...
<p dir="auto">Looks like matplotlib is completely not ready to use pytest which is very useful specially after installing some pytest extensions which passes code over many scanners and sanity checks allowing automatically find places in the code which could be fixed/improved.</p> <p dir="auto">How to reproduce that:</...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=skaffman" rel="nofollow">Kenny MacLeod</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4432?redirect=false" rel="nofollow">SPR-4432</a></strong> and commented</p> <p dir="auto">It occurred to me that a neat applica...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=skaffman" rel="nofollow">Kenny MacLeod</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4431?redirect=false" rel="nofollow">SPR-4431</a></strong> and commented</p> <p dir="auto">It occurred to me that a neat applica...
1
<h3 dir="auto">Problem description</h3> <p dir="auto">Any material-ui button stays in a focused state even after click or tap event has ended. It displays a white translucent overlay. It looks really bad! How can I hide it? Is there a standard way to do that? Here's a little hack on how to accomplish it.<br> <code clas...
<p dir="auto">This issue has been around for quite a while, and I just reproduced it in 0.14.4 and 0.15.1-alpha.1. I looked through all "button" and "ripple" related issues and found no mention of this, so apologies if this is a duplicate.</p> <p dir="auto"><a href="https://dl.dropboxusercontent.com/u/19969663/ripple_i...
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=lucas_" rel="nofollow">Lukasz Rozek</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9208?redirect=false" rel="nofollow">SPR-9208</a></strong> and commented</p> <p dir="auto">Desktop application (swing client) is ex...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=astefan" rel="nofollow">Andrei Stefan</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8896?redirect=false" rel="nofollow">SPR-8896</a></strong> and commented</p> <p dir="auto">In this section of the Spring Framewor...
0
<p dir="auto">i predict image with python api<br> only need 15ms,<br> but with the same model,java api need 500+ms</p>
<p dir="auto"><em>Please make sure that this is a bug. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em></p> <p dir="auto"><strong>Syste...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [Version 10.0.18363.900] PowerToys version: 0.18.2 PowerToy module for which you are reporting the bug (if applicable): Fancy Zones"><pre class="...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">It would be nice if it would be possible to split a screen to allow for multiple "full screen" windows.<br> This would enable for example to have You Tube in full screen mode without the rest of the UI together with for example the email program b...
1
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/yamatt/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/yamatt">@yamatt</a> on October 31, 2016 21:15</em></p> <h5 dir="auto">ISSUE TYPE</h5> ...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">win_firewall_rule</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="2.2.1.0"><pre class=...
0
<p dir="auto">The problem started occuring when I started working with ThemeData's buttonTheme and UI refactoring.</p> <p dir="auto">I update for example the <code class="notranslate">textColor</code> of a <code class="notranslate">RaisedButton</code> and after hot reload this happens:</p> <div class="snippet-clipboard...
<p dir="auto">I am able to trigger a reproducible assertion when adding (or removing) a <code class="notranslate">padding</code> argument to a <code class="notranslate">Container</code> and doing a hot-reload. Note that the assertion happens only during a hot-reload, not during a hot-restart nor when doing the initial...
1
<p dir="auto">Hi,</p> <p dir="auto">in the bootstrap.css</p> <p dir="auto">line 790 - 799 is the same as line 800 - 809</p> <p dir="auto">and</p> <p dir="auto">line 815 - 824 is the same as line 825 - 834</p>
<p dir="auto">show on bootstrap.css</p> <p dir="auto"><a href="https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L581">https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L581</a><br> <a href="https://github.com/twbs/bootstrap/blob/3.0.0-wip/dist/css/bootstrap.css#L723">https:/...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18362.10012] Windows Terminal version (if applicable): Version: 0.3.2171.0 Any other software? No"><pre class="no...
<p dir="auto">This bug-tracker is monitored by Windows Console development team and other technical types. <strong>We like detail!</strong></p> <p dir="auto">Please use this form and describe your issue, concisely but precisely, with as much detail as possible</p> <ul dir="auto"> <li> <p dir="auto">Your Windows build ...
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=" import pandas as pd df = pd.DataFrame({'tms': pd.date_range('2017-1-1', '2017-1-31'), 'v': xrange(31)}) df_3 = pd.concat([df, df, df], axis=1) # Wha...
<p dir="auto">Here is sample code that finds duplicate columns in a DataFrame based on their values (useful for cleaning data):</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="def duplicate_columns(frame): groups = frame....
1
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/43702120/108302906-eab51300-71ca-11eb-82b7-ac5236f1c00a.png"><img src="https://user-images.githubusercontent.com/43702120/108302906-eab51300-71ca-11eb-82b7-ac5236f1c00a.png" alt="image" style="max-width: ...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/43702120/108200899-1c839680-7145-11eb-9841-96015ba52d24.png"><img src="https://user-images.githubusercontent.com/43702120/108200899-1c839680-7145-11eb-9841-96015ba52d24.png" alt="image" style="max-width: ...
1
<p dir="auto">by <strong>tyapca7</strong>:</p> <pre class="notranslate">What steps will reproduce the problem? Install gomatrix.googlecode.com/hg/matrix Install go-fn.googlecode.com/hg/fn Get the branch 'tyapca7' from <a href="https://code.google.com/p/gostat" rel="nofollow">https://code.google.com/p/gostat</a> cd gost...
<p dir="auto">by <strong><a href="mailto:justinas@justinas.me">justinas@justinas.me</a></strong>:</p> <pre class="notranslate">What does 'go version' print? go version go1.2.2 darwin/amd64 What steps reproduce the problem? If possible, include a link to a program on play.golang.org. 1. Compare two byte slices with Co...
0