text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">Replicating example</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [1]: df = pd.DataFrame([[1,2],[3,4]],columns=pd.CategoricalIndex(list('AB')))
In [2]: df.describe()
AttributeError: 'DataFrame' object has no attribute 'value... | <p dir="auto">Hard to reprod.</p>
<p dir="auto">Select from a duplicate indexed axis in a frame with ix where part of the<br>
selection set is missing</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [22]: df = DataFrame(np.random.randn(5,5),... | 0 |
<p dir="auto">The HeroDetailComponent (code not shown) presents facts about a particular hero, the hero that the user selects from the list presented by the the HeroListComponent. The HeroDetailComponent is a child of the the HeroListComponent.<br>
Search for the two 'the the' in the text.</p> | <p dir="auto">After upgrading to 2.2.0 ( and router 3.2.0) I am getting a runtime error on navigation with queryParams.</p>
<p dir="auto"><code class="notranslate">EXCEPTION: Cannot read property 'appendChild' of null</code></p>
<p dir="auto">The weird thing is that the error does not occur while in development mode, n... | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1208" rel="nofollow">http://projects.scipy.org/numpy/ticket/1208</a> on 2009-08-26 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/stefanv/hovercard" data-octo-click="hovercard-link-click" data... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1142" rel="nofollow">http://projects.scipy.org/numpy/ticket/1142</a> on 2009-06-19 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/inducer/hovercard" data-octo-click="hovercard-link-click" data... | 1 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">After we write one page with flutter and release it with traffic control.<br>
We found two kind of crash report related to SkMemory_malloc.cpp:21.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">In our application,one detail page is written in flutter while the others use java. However, in our test, we noticed that after my detail page crashes one time, it will continuously crash when entering any detail page again after relaunching.</p>
<p dir="auto">The Cr... | 1 |
<p dir="auto">Currently, TypeScript requires that the <code class="notranslate">get</code> and the <code class="notranslate">set</code> types of properties match. However, there are scenarios where, I think, it would be very useful to have a <code class="notranslate">set</code> that is more accepting than the get.</p>... | <p dir="auto">Namespaces are objects that can hold types, but cannot be passed around because don't have a type themselves.<br>
Objects are mostly namespaces which can be passed around because they are typed, but cannot hold types in them.</p>
<p dir="auto">Looks like this difference is a made up thing.</p>
<p dir="aut... | 0 |
<p dir="auto">Given a kubernetes cluster that is running some number of pods, services, deployments, etc, I would like to generate one or more files ( yml format preferred) that would re-produce the current configuration, when applied to a new cluster.</p>
<p dir="auto">My use case is a promotion system. I have my 'st... | <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>Describe the bug</strong></p>
<p dir="auto">i have orbitcontroller.update() in the animate loop for damping<br>
and<br>
after doing orbitcontroller.enabled=false , i still cant tilt the camera,</p>
<p dir="auto">my guess is , the update logic to prevent the camera from tilting /going upside down i... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">I was trying to manually set camera to a position and lookat target and disable control. However the disable does not seem to really shut down control from meddleing with the camera, unless I also set the control's target to be the same as the new camera's lo... | 1 |
<h3 dir="auto">Reproducing code example:</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy
numpy.unique(numpy.empty((0, 2)), axis=0)"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">n... | <p dir="auto">Using <code class="notranslate">np.unique</code> with the <code class="notranslate">axis</code> argument on a multidimensional array with zero in one or more of the dimensions hits <code class="notranslate">ValueError</code> failures, seemingly due to sizes/reshaping.</p>
<p dir="auto">When <code class="n... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">I'm not sure about other DB backends, but postgres supports also unique/check constraints to be inspected on db. Any change to get this into SA?</p> | <p dir="auto"><strong>Migrated issue, originally created by Brendan Abel (<a href="https://github.com/babel">@babel</a>)</strong></p>
<p dir="auto">This is using sqlalchemy 0.9.8</p>
<p dir="auto">Assuming a declarative class called "MyClass" with an association proxy field call "my_field"</p>
<div class="snippet-clipb... | 0 |
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="57681391" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rfcs/issues/840" data-hovercard-type="pull_request" data-hovercard-url="/rust-lang/rfcs/pull/840/hovercard" href="https://github.com/... | <p dir="auto">Take this code:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="trait Foo { type Value: 'static; }
fn require_static<T: 'static>() {}
fn takes_foo<F: Foo>() {
require_static::<F::Value>()
}">... | 0 |
<h3 dir="auto">Documentation Link</h3>
<p dir="auto"><a href="https://matplotlib.org/devdocs/gallery/widgets/span_selector.html" rel="nofollow">https://matplotlib.org/devdocs/gallery/widgets/span_selector.html</a></p>
<h3 dir="auto">Problem</h3>
<p dir="auto">I've noticed this in a couple instances, but was requested v... | <h3 dir="auto">Problem</h3>
<p dir="auto">It can be hard to discern what a widget example does as for many of them there are no images that show up in the docs. For example the <a href="https://matplotlib.org/devdocs/gallery/widgets/lasso_selector_demo_sgskip.html#sphx-glr-gallery-widgets-lasso-selector-demo-sgskip-py"... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report
[x] feature request
[ ] support request => Please do not submit support request here, instead see https:... | <h2 dir="auto">I'm submitting a...</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[x] Feature request
[ ] Documentation issue or request
[ ]... | 1 |
<h2 dir="auto">Bug</h2>
<h3 dir="auto">Input Code</h3>
<p dir="auto"><a href="http://babeljs.io/repl/#?babili=false&evaluate=true&lineWrap=false&presets=es2015%2Creact%2Cstage-2&targets=&browsers=&builtIns=false&debug=false&code=function%20delay(time)%20%7B%0A%20%20return%20new%20Promise... | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
using decorators with stage-0 doesn't work as before; no mix of syntax-decorators and decoratorsBefore or legacy works;<br>
throws mix of errors like legacy true and/or decoratorsBeforeExport true/false required<br>
see duplicate code th... | 0 |
<p dir="auto">ElasticSearch 1.7.0, 5 nodes, each running in a docker container.</p>
<p dir="auto">Got the following exception during a bulk index operation</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[2015-07-30 13:29:05,558][WARN ][action.... | <p dir="auto">I have an Elasticsearch engine running on my Macbook and it is crashing randomly, even when in idle mode. Below please find the error log. (This is my first time posting here so apologies if I included more/less info than required)</p>
<div class="snippet-clipboard-content notranslate position-relative ov... | 0 |
<p dir="auto">I was wondering if something like the following is possible.</p>
<p dir="auto">Given the data structure:</p>
<ul dir="auto">
<li>docs
<ul dir="auto">
<li>doc1.json</li>
<li>doc2.json</li>
</ul>
</li>
</ul>
<p dir="auto">And the following code:</p>
<div class="highlight highlight-source-js notranslate posi... | <p dir="auto"><strong>What is the current behavior?</strong><br>
When I use anything else besides an external source map file option as a value in the dev option (for example "source-map"), <a href="https://webpack.js.org/configuration/devtool/#development" rel="nofollow">https://webpack.js.org/configuration/devtool/#... | 0 |
<h2 dir="auto">📝 Provide a description of the new feature</h2>
<p dir="auto"><em>What is the expected behavior of the proposed feature? What is the scenario this would be used?</em></p>
<p dir="auto">currently there's no shortcut that windows support to navigate between the open windows of same application. Like I mi... | <p dir="auto">I couldn't find it in the documentation, so I guess this is a feature request:<br>
I would like to be able to switch focus between windows on a specific desktop, by cycling the focus of each window.</p>
<p dir="auto">This is a little different from <code class="notranslate">ALT + TAB</code> because in <co... | 1 |
<p dir="auto">By default, Ctrl + Alt + ] Keybinding is : fold_current_now.</p>
<p dir="auto">With azerty (french keyboard) Ctrl + Alt (AltGr) + ] is used to write "]". So, it's impossible to write "]" char if you are inside a function.</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">Source : <a href="https://codelabs.developers.google.com/codelabs/tensorflow-for-poets/#4" rel="nofollow">tensorflow for poets</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Anujs-iMac:tensorflow-for-poets-2 anujchampjain$ py... | <p dir="auto">Please go to Stack Overflow for help and support:</p>
<p dir="auto"><a href="https://stackoverflow.com/questions/tagged/tensorflow" rel="nofollow">https://stackoverflow.com/questions/tagged/tensorflow</a></p>
<p dir="auto">If you open a GitHub issue, here is our policy:</p>
<ol dir="auto">
<li>It must be ... | 1 |
<p dir="auto">In Go 1.5, the CA root certificate store search order was changed for BSD systems:</p>
<ul dir="auto">
<li>Go 1.4 programs would look for <code class="notranslate">/etc/ssl/cert.pem</code> before trying <code class="notranslate">/usr/local/share/certs/ca-root-nss.crt</code>. (<a href="https://github.com/g... | <p dir="auto">by <strong>atctex</strong>:</p>
<pre class="notranslate">Reproducing the problem:
Compile and execute main.go (example.html in same directory):
main.go:
package main
import (
"fmt"
"os"
"html"
"io"
)
func main() {
file, _ := os.Open("example.html")
tokenizer := html.NewTokenizer(file)
for {
... | 0 |
<p dir="auto"></p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a href="https://github.com/psf/requests/blob/1e62a3ec18e19f85ddae03b4cbbdf0b4c62834c0/setup.cfg#L6-L10">requests/setup.cfg</a>
</p>
<p class="mb-0 color-fg-muted">
Lines 6 to 10
... | <h2 dir="auto">Problem statement</h2>
<p dir="auto">Current documentation only specifies the most common case of post data - a dictionary. The code in fact supports other forms of post data which is not documented. Propose to enhance the quick start section that deals with post data to include examples of other uses.</... | 0 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Received this error without creating any viewport meta tag.<br>
And also no duplicate meta tag at client side.<br>
<code class="notranslate">Found conflicting amp tag "meta" with conflicting prop name="viewport". https://err.sh/next.js/co... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<p dir="auto">There is a... | 0 |
<h3 dir="auto">Is there an existing issue for this?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li>
</ul>
<h3 dir="auto">This issue exists in the latest npm version</h3>
<ul clas... | <h3 dir="auto">Is there an existing issue for this?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li>
</ul>
<h3 dir="auto">Current Behavior</h3>
<p dir="auto">After upgrading from ... | 0 |
<p dir="auto">I created a self-signed certificate with OpenSSL and started a TLS server with Deno. I was able to start the server without problems, but when sending a request from the browser the server crashed. I received two different error messages from Firefox and Chrome. It is clear that a self-signed certificate ... | <p dir="auto">Here's a quick reproducer, given:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import ajv from "https://cdn.skypack.dev/ajv@v8.6.3?dts";"><pre class="notranslate"><span class="pl-k">import</span> <span ... | 0 |
<p dir="auto">Hi, we are seeing this error</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/378859/30689628-d46232a2-9ec1-11e7-8fbf-5b81c3b3bcc0.jpeg"><img src="https://user-images.githubusercontent.com/378859/30689628-d46232a2-9ec1-11e7-8fbf-5b81c3... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
<em>bug</em> (I think)</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
Here's a <a href="https://codesandbox.io/s/0ml3roomr0" rel="nofollow">codesandbox</a>. Or just plop this in an <code class="n... | 0 |
<p dir="auto">Request header keys are being encoded and then checked for later. In python 3 this is causing issues.</p>
<p dir="auto">In an example use case, if <code class="notranslate">Content-Type</code> is explicitly set, when making a post request, you end up getting both the user-set type and the default type, eg... | <h2 dir="auto">Summary</h2>
<p dir="auto">Started getting SSLError when invoking API using requests module.<br>
SSLError: HTTPSConnectionPool(host=', port=443): Max retries exceeded with url: /oauth/token (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)'),))</p>
... | 0 |
<p dir="auto">I have a Vim workflow that I am having trouble recreating in Atom. Most of my tabs consist of a split, for a file and its tests:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d39f891b97086db324b1fd6c2cc6f25dcc267e7aba205b085d40af5b4423cff1... | <p dir="auto">Halp ticket:</p>
<ul dir="auto">
<li>support/7866493ac7c811e394e434282a9ab820</li>
</ul>
<blockquote>
<p dir="auto">If an untitled document is dragged from one atom window to another, a "save/don't save" window pops up in the source window. In addition to that, the duplicates title is 'undefined' instead ... | 0 |
<ul dir="auto">
<li>VSCode Version: 0.10.11</li>
<li>OS Version: Ubuntu 15.10 (64-bit)</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Enter<br>
<code class="notranslate">asm("movw $0x38, %ax; ltr %ax");</code></li>
</ol>
<p dir="auto">Example:<br>
<a target="_blank" rel="noopener noreferrer nofoll... | <ul dir="auto">
<li>VSCode Version: 0.10.11</li>
<li>OS Version: Windows 7</li>
</ul>
<h2 dir="auto">Issue 1:</h2>
<p dir="auto">In the following code (using C++ syntax highlighting), the string literal(s) are not highlighted at all.<br>
This issue is exclusive to C++ syntax highlighting and does not occur with C synta... | 1 |
<p dir="auto">Hi, after customizing my layout the download give the following error.txt:</p>
<p dir="auto">{"type":"Parse","message":"Syntax Error on line 810","index":25572,"filename":"bootstrap.css","line":810,"column":11,"extract":[" *margin: -5px 0 5px;"," ove rflow: hidden;"," background-color: <a class="user-m... | <p dir="auto">I'm trying to get Bootsrap through Customize, but every time I get a blank boostrap.css and file error.txt with the error:</p>
<blockquote>
<p dir="auto">A less error occured trying to build your bundle.<br>
You've likely entered an invalid input into the less variable field. Check your syntax and try ag... | 1 |
<p dir="auto">I am using Angular 2.0.0-beta.12 & D3, i am injecting D3 barchart after viewInit, and inject css in component by adding attribute "styles", element injected and display on browser, but css is not apply on dynamic elements which are created by D3, found an issue, after component initialization css embe... | <p dir="auto">currently there are several layers in our build system that log and rethrow exceptions, we need to unify these and suppress errors (or stack traces for errors) so that the output is easy to understand and doesn't contain duplicate messages or useless stack traces.</p>
<p dir="auto">Sources of exceptions/e... | 0 |
<h2 dir="auto">Table header horizontal line</h2>
<p dir="auto">The horizontal line in the header table component doesn't behave correctly. It doesn't move when the whole table moves. For example, <a href="http://www.material-ui.com/#/components/table" rel="nofollow">http://www.material-ui.com/#/components/table</a></p>... | <p dir="auto">Hello,</p>
<p dir="auto">I noticed the border-bottom width does not resize when resizing window. To repeat this create simple table and then open browser window as default with small size and put it to fullscreen.</p>
<p dir="auto">-XDVarpunen</p> | 1 |
<p dir="auto">Build: <a href="https://github.visualstudio.com/electron/_build/results?buildId=14677&view=logs" rel="nofollow">https://github.visualstudio.com/electron/_build/results?buildId=14677&view=logs</a><br>
Patch: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3686558... | <ul dir="auto">
<li>Electron version: 0.36.9</li>
<li>Operating system: Mac OSX 10.11.14</li>
</ul>
<p dir="auto">When I click on a link that triggers a file download, it emits a <code class="notranslate">did-fail-load</code> event with an error code <code class="notranslate">-3</code>. The download works and is saved ... | 0 |
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>:<br>
No</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>:<br>
Windows 10</li>
<li><strong>TensorFlow installed from ... | <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>:<br>
No</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>:<br>
Windows 10</li>
<li><strong>TensorFlow installed from ... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<p dir="auto">Hi there,<... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues?q=is%3Aissue">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<p dir="aut... | 0 |
<p dir="auto">Hi!</p>
<p dir="auto">I'm trying to prepare dataset splits for a problem I'm working on, and would ultimately like a hybrid of Stratified K-Fold and Grouped K-Fold. Is there a way to accomplish this using logic already built into sklearn? If not, where would be the right place for me to add it/do you have... | <h4 dir="auto">Description</h4>
<p dir="auto">Currently sklearn does not have a stratified group kfold feature. Either we can use stratification or we can use group kfold. However, it would be good to have both.</p>
<p dir="auto">I would like to implement it, if we decide to have it.</p> | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.6</li>
<li>Operating System / Platform => centos6.3</li>
<li>Compiler => 4.8.2</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I try to build opencv3.4.6 but the below errors occurs:</p>
<p dir="auto">[ 57%] B... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.7</li>
<li>Operating System / Platform => ubuntu18.04 x86_64</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">When I try to run my program which can be compiled without error, it said:</p>
<div class="highlight hi... | 0 |
<p dir="auto">Just now i download the Bootstrap Customized version and extract the file, in css folder contains only the two error.txt files.</p>
<p dir="auto">In that error.txt file contain:-<br>
A less error occured trying to build your bundle. You've likely entered an invalid input into the less variable field. Chec... | <p dir="auto">when the user try to download a custom version only without the responsive 1200, the navbar, and the hero unit, the download get an error ><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/a833b492623744c08cac234ce7e1fb244d8d916418ddc35e8cde0d02b55c225a... | 1 |
<p dir="auto">Tried this code and it works flawless with files < 2GB but as soon as I'm using files > 2GB it gives me an error.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="e = MultipartEncoder(fields=dict(
... | <p dir="auto">Using Python 3.4.0 and Requests 2.6.0</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" content = MultipartEncoder(fields=[('metadata', ("", json.dumps(metadata))), ('content', (file_name, open(file_... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Denis Otkidach (<a href="https://github.com/ods">@ods</a>)</strong></p>
<p dir="auto">The list of tables is the only list of mapped data that automatically collected in <code class="notranslate">MetaData</code> object. So it's the simplest way to construct ses... | <p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<p dir="auto">right now session.__binds uses mappers completely. This makes it impossible to feed in abstract classes and also because it links to base_mapper it's not possible to ch... | 1 |
<p dir="auto">I just installed the latest version of Atom yesterday, and have been trying it out. I had an unsaved file open and noticed that soft wrap was not on. I went into the preferences panel, turned it on, and went back to my open file (not saved yet) and soft wrap still wasn't applied.</p>
<p dir="auto">Inste... | <p dir="auto">Moved over from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="28537769" data-permission-text="Title is private" data-url="https://github.com/atom/settings-view/issues/47" data-hovercard-type="issue" data-hovercard-url="/atom/settings-view/issues/47/hovercard" href="ht... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mzupper@boscovs.com" rel="nofollow">Mike Zupper</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-794?redirect=false" rel="nofollow">SPR-794</a></strong> and commented</p>
<p dir="auto">Here is the scenerio:</p>
<ul ... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=krosenvold" rel="nofollow">Kristian Rosenvold</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5863?redirect=false" rel="nofollow">SPR-5863</a></strong> and commented</p>
<h4 dir="auto">Status Quo</h4>
<p dir="auto"... | 0 |
<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... | <p dir="auto">I've done what was expected but still can't move on. The code is correct since it was simply changing the color black to its hex code. Please help.</p> | 1 |
<pre class="notranslate">5l seems to explode on the TST instruction
TST $3, R0
5a is quite happy to assemble this, but 5l then produces
main.tst: illegal combination TST C_RCON C_REG C_NONE, 8 1
(3) TST $3,R0,
main.tst: illegal combination TST C_RCON C_REG C_NONE, 8 1
(3) TST $3,R0,
I conjecture this might ... | <p dir="auto">The following go function</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="func ss(u, q uint32) uint32 {
if u & q == 0 {
return 2
}
if u + q == 0 {
return 3
}
... | 1 |
<h3 dir="auto">Apache Airflow Provider(s)</h3>
<p dir="auto">google</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<p dir="auto">apache-airflow-providers-amazon==6.2.0<br>
apache-airflow-providers-celery==3.1.0<br>
apache-airflow-providers-cncf-kubernetes==5.0.0<br>
apache-airflow-providers-common-sql==1.... | <p dir="auto">This test is flaky and fails sometimes</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ____________ TestLocalTaskJob.test_task_sigkill_works_with_retries _____________
self = <tests.jobs.test_local_task_job.TestLocalTask... | 0 |
<p dir="auto">Compiling this small snippet</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="enum Expression {
Symbol(~str),
Compound(~str, ~[Expression])
}
fn standard_form(expr: &Expression) -> ~str {
match (*expr) {
... | <p dir="auto">If you try to compile <code class="notranslate">tag list<T> { nil; cons(int, list<T>); }</code> (note "list" instead of "<a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/list/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_t... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<p dir="auto">While refactoring some code I tripped over this one. As most of the program has changed, I'm not sure what the actual cause is. Posting here in case someone can help me fathom what it is.</p>
<p dir="auto">Looks superficially similar to <a class="issue-link js-issue-link" data-error-text="Failed to load t... | <p dir="auto">Imagine a tail call <code class="notranslate">{ be foo() as int }</code> where <code class="notranslate">foo()</code> returns an <code class="notranslate">i32</code> and on the current arch it is known that integers are 32 bit wide.</p>
<p dir="auto">In this case, it should be ok to drop the cast and tail... | 0 |
<p dir="auto">Ok this is an odd one:</p>
<p dir="auto">If you have a matplotlib figure with multiple subplots and try to plot a regplot inside one of the the axes, regplot will update the axes limits of the last axes of the subplot.</p>
<p dir="auto">The cause for this is pretty simple. in <a href="https://github.com/m... | <p dir="auto">When using <code class="notranslate">regplot()</code> on a figure with multiple axes, the x and y limits on the last subplot are partially determined by data plotted in the other axes.</p>
<p dir="auto">For example, the following code will produce a figure where the range of x values is way too large on t... | 1 |
<p dir="auto">While editing a JS file, I noticed some problem that only happens with Light+ theme:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/199648/13003588/af167ac2-d176-11e5-875c-cd2c44bef945.jpg"><img src="https://cloud.githubusercontent.... | <p dir="auto">Ported from <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="94376232" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript-Sublime-Plugin/issues/285" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript-Sublime-Plugi... | 1 |
<p dir="auto">Sorry if it's duplicate, but i wasn't able to find similar question, but: how to disable 'Save Password' popup which appear then you enter some creds on launching persistent context?</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/708... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: 1.36.1</li>
<li>Operating System: macOS 13.4.1 (22F82)</li>
<li>Browser: All</li>
<li>Other info: Mac is an M1 Max Mac Studio, in case the architecture is relevant.</li>
</ul>
<p dir="auto">I installed the browsers when I installed Playwright a cou... | 0 |
<p dir="auto">Hi!</p>
<p dir="auto">when i create a new Bundle it suggests to create the target path in the app/cache folder since Version 2.4.5</p> | <p dir="auto">In 2.3.14, 2.3.15, and 2.4.5, when I run <code class="notranslate">php app/console generate:bundle</code> I get the following prompt:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Target directory [/home/intrepion/path/app/cache... | 1 |
<p dir="auto">The type of traceback is always string, and children is list.<br>
And An error occurred when decode it.<br>
It tried to set serializer to json or pickle, and Their results are the same.<br>
Thanks.</p>
<p dir="auto">$ celery --version<br>
5.0.2 (singularity)</p>
<hr>
<p dir="auto">Related Issues and Possi... | <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 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto">I followed this article <a href="https://my.oschina.net/u/3867294/blog/3089014" rel="nofollow">https://my.oschina.net/u/3867294/blog/3089014</a> to encry my data.<br>
When I'm using the following configuration, the program insert data successfully,but throw an exception whe... | <p dir="auto">The current example is not good enough. It is difficult to understand, which users can not find their desired example codes quickly, the disadvantages are:</p>
<ol dir="auto">
<li>The categories of examples are not in same abstract level, they are not show the overview of ShardingSphere features and struc... | 0 |
<h1 dir="auto">Mergable Zones on Drag.</h1>
<h3 dir="auto">See the two examples for clearance:</h3>
<p dir="auto"><strong>A</strong>: Merge Columns<br>
<strong>B</strong>: Merge Rows</p>
<p dir="auto">Grid of 3x2</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboa... | <p dir="auto">Generated issue from Watson<br>
Watson Link: <a href="https://watsonportal.microsoft.com/Failure?FailureSearchText=7ee1d5de-38db-4c13-f82a-a993a6ae8960" rel="nofollow">https://watsonportal.microsoft.com/Failure?FailureSearchText=7ee1d5de-38db-4c13-f82a-a993a6ae8960</a><br>
ADO Link: <a href="https://micr... | 0 |
<p dir="auto">Hi,</p>
<p dir="auto">I just tried the latest beta. It is confusing to me and others I've spoken with why template variable binding to ngControl would - as visually written in the template - be binding to ngForm instead? (The current beta is requiring this according to documentation.) I believe one of the... | <p dir="auto">Something I'd like to discuss first.</p>
<p dir="auto">It turns out, that <code class="notranslate">ngControl</code>/<code class="notranslate">NgControlName</code> is exported as <code class="notranslate">ngForm</code>. This is quite unintuitive when instances of <code class="notranslate">ngControl</code>... | 1 |
<p dir="auto">(Hopefully I did not find this issue in the list, because there was none...) I have experienced the following issue for a while (wonder if it ever worked actually):</p>
<p dir="auto">I create a Series or a DataFrame with well-defined, floating-point indices. Then I try to slice some rows using a list. For... | <p dir="auto">When trying to intersect two Index objects containing floats I get the following unexpected behavior:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> new_index = pd.Index(np.arange(0.0,1.0,0.1),dtyp... | 1 |
<ul dir="auto">
<li>VSCode Version: 1.1.1</li>
<li>OS Version: Windows 10 Pro</li>
</ul>
<p dir="auto">In Visual Studio (full version), I tend to turn off the Ctrl+LeftMouseClick go to definition feature. I personally prefer to have Ctrl+LeftMouseClick select the entire word under my mouse cursor.</p>
<p dir="auto">Fro... | <p dir="auto">Some users would like to be able to customize not just pure keyboard shortcuts but also mouse + modifier ones. These are currently hard coded, for example <kbd>alt</kbd>+click to add a selection.</p>
<p dir="auto">See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1343... | 1 |
<p dir="auto">For now, the build result always comes into <code class="notranslate">dist/</code>. It would be nice if the build path can be configured.</p> | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ bower install bootstrap
bower bootstrap#* cached git://github.com/twbs/bootstrap.git#3.1.1
bower bootstrap#* validate 3.1.1 against git://github.com/twbs/bootstrap.git#*
bo... | 1 |
<p dir="auto">Summary.</p>
<p dir="auto">Since off the grid I manually installed IDNA 2.8 as a dependant. When installing requests via the .whl file v2.20.1 version. It manually tried to download the IDNA 2.7 version. I manually installed IDNA 2.7 and the install completed correctly.</p>
<p dir="auto">What you expec... | <p dir="auto">This error appears since last version (my code works with 2.11, 2.9 etc...)</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" File "C:\Users\vqmg0203\Desktop\app\core\models\database.py", line 211, in u... | 0 |
<h4 dir="auto">Description</h4>
<p dir="auto">I've been unable to perform a grid-search on a pipeline that changes sample numbers. The pipeline itself works fine, since I use a FunctionTransformer() that feeds into the classifier with the fewer number of samples.</p>
<p dir="auto">The idea here is that I need to train... | <p dir="auto">Some data transformations -- including over/under-sampling (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="9116662" data-permission-text="Title is private" data-url="https://github.com/scikit-learn/scikit-learn/issues/1454" data-hovercard-type="pull_request" data-hover... | 1 |
<ul dir="auto">
<li>VSCode Version: 1.1.1</li>
<li>OS Version: win 10 pro, version 1511, os build 10586.318</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Start visual studio</li>
<li>open folder</li>
<li>wait</li>
</ol>
<p dir="auto">Get an error msg, window has crashed We are sorry..... You can... | <ul dir="auto">
<li>VSCode Version: 1.0.0</li>
<li>OS Version: Windows 10 Pro</li>
</ul>
<p dir="auto">Hi,</p>
<p dir="auto">I want to post an issues about git extension performance.<br>
I suspect git extension in the sidebar is blocking the memory that VS Code using. I experience some lag when I try to type my code.</... | 1 |
<p dir="auto">I've used the 15.4.1 version of the react and react-dom together. I get the following errors:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/12233474/21084429/0ee3ab0a-bfc9-11e6-9aa9-2edd7b8bf4ff.png"><img src="https://cloud.githubu... | <p dir="auto">I use <code class="notranslate">react-with-addons</code> in a RequireJS enviroment. If I try to use <code class="notranslate">React.addons.Perf</code>, I get a <code class="notranslate">ReferenceError: ReactDOM is not defined</code> from <a href="https://github.com/facebook/react/blob/15-dev/src/umd/shims... | 1 |
<p dir="auto">The separation of string to text and keyword is awesome. The only remaining item in my opinion is the not-tokenized-but-lowercased case - it is common enough but will still require some rigorous configuration. It probably makes sense now to allow specifying "token-filters" to execute on "keyword" fields d... | <p dir="auto">Sometimes you want to analyze text to make it consistent when running aggregations on top of it.</p>
<p dir="auto">For example, let's say I have a <code class="notranslate">city</code> field mapped as a <code class="notranslate">keyword</code>.</p>
<p dir="auto">This field can contain <code class="notrans... | 1 |
<p dir="auto">When running <code class="notranslate">deno compile --allow-read --allow-env --allow-sys .src/feces-cli.ts</code><br>
I can provide config files upon request.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Compile file:///home/ak... | <p dir="auto">Deno 1.34 has been released and deno compile now supports npm packages.</p>
<p dir="auto"><a href="https://deno.com/blog/v1.34" rel="nofollow">Deno 1.34 Updates</a> I am doing the following based on the example in this document.</p>
<div class="snippet-clipboard-content notranslate position-relative overf... | 1 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">My laptop vendor didn't included simple media keys on keyboard. I use PT to create shortcuts to virtual keys like Media Play/Pause, Volume Up/Down.</p>
<p dir="auto">In Keyboard Manager there are two options: Remap Keyboard (key to key) and Remap ... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Ability to remap a single key (² for example, sleeping in the top left corner of my KB), and assign it for example to alt+space, in order to open powertoys run, or to "open a new terminal", or whatever</p> | 1 |
<h5 dir="auto">Description of the problem</h5>
<p dir="auto">Assigning <code class="notranslate">.skinning = true</code> doesn't work when the material is assigned to <code class="notranslate">scene.overrideMaterial</code>:</p>
<p dir="auto"><code class="notranslate">scene.overrideMaterial = new THREE.MeshPhysicalMater... | <p dir="auto">When setting the override material for a scene the maps and other settings on the original material are not used -- this applies to animations, mesh instances, and other uniforms and defines, as well. This jsfiddle shows that the normal map is not applied when rendering the scene with a <code class="notra... | 1 |
<p dir="auto">Just out of curiosity, is TypeScript going to have a conditional member access operator similar to C#'s <code class="notranslate">?.</code>?</p>
<p dir="auto">Instead of writing</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="foo ... | <h1 dir="auto">Current Status</h1>
<ul dir="auto">
<li>The TC39 proposal is now at stage 3 (<g-emoji class="g-emoji" alias="tada" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f389.png">🎉</g-emoji><g-emoji class="g-emoji" alias="tada" fallback-src="https://github.githubassets.com/images/ico... | 1 |
<p dir="auto">I want to use Hierarchical Navigable Small Worlds (HNSW) and LSH for data classification. How can I modify their fit and train functions???</p>
<p dir="auto">For example if you want to use them like ball tree or kd tree from the scikit learn library for classifying data.</p> | <p dir="auto">There have been some discussion about adding a balanced accuracy metrics (see this <a href="http://en.wikipedia.org/wiki/Accuracy_and_precision" rel="nofollow">article for the definition</a>) on the mailing list. This is a good opportunity for a first contribution.</p>
<p dir="auto">This implies coding th... | 0 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/172399/13945230/ec5e3b0a-f00b-11e5-853c-676856fed4d5.png"><img src="https://cloud.githubusercontent.com/assets/172399/13945230/ec5e3b0a-f00b-11e5-853c-676856fed4d5.png" alt="image" style="max-width: 100%... | <p dir="auto">Would be nice to have portable version of VS Code like sublime. I always don't have install permissions.</p> | 0 |
<h3 dir="auto">Describe the bug</h3>
<p dir="auto">KeyError when two classes contain inner classes with the same name. If i rename one of the inner classes, app runs good.</p>
<h3 dir="auto">To Reproduce</h3>
<p dir="auto">Steps to reproduce the behavior with a minimum self-contained file.</p>
<p dir="auto">Replace eac... | <h3 dir="auto">First Check</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="c... | 0 |
<p dir="auto">There're some discussions about dependency management. I think when we people started to use deno to build complex programs, a dependency manager is desired. Removing node_modules from the project folder is a brilliant revolutionary design, but I'm not sure whether the package.json file also should be dep... | <p dir="auto">Import from url is very hard to use. I think is not a good idea.<br>
If so,</p>
<ol dir="auto">
<li>We must manage more js files not our own development.</li>
<li>Heavily dependent on the network, because the third package also can import another packages.</li>
</ol>
<p dir="auto">Like C#\Java, the nuget... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto"><strong>TypeScript Version:</strong> 1.8.5<br>
<strong>Visual Studio</strong> 2013</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface Foo { a: string }
interface Bar { b: string }
getDa... | <p dir="auto">I have been looking at dependency injection and a few issues with refactoring in regards to <code class="notranslate">_.pluck</code>. One of the primary things I run into is that I want these things to enforce the interface for refactoring.</p>
<p dir="auto">A few examples</p>
<p dir="auto">Interface use... | 0 |
<h3 dir="auto">Bug summary</h3>
<p dir="auto">When using logarithmic scaling of the data with 2D plots, the ticks for the colorbar are not written in scientific notation. Prior to Matplotlib 3.5.0 (e.g. 3.4.3), scientific notation was used, as one would expect. The problem persists in 3.6.</p>
<h3 dir="auto">Code for r... | <h3 dir="auto">Bug summary</h3>
<p dir="auto">The colour bar ticks are weirdly formatted when using a logarithmic scale when using version 3.5.0 or later.</p>
<h3 dir="auto">Code for reproduction</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clip... | 1 |
<p dir="auto">It's duplicated at both:<br>
<a href="https://flutter.io/get-started/codelab/" rel="nofollow">flutter.io codelabs</a></p>
<p dir="auto">..and at:<br>
<a href="https://codelabs.developers.google.com/codelabs/first-flutter-app-pt1/#0" rel="nofollow">google developers codelabs</a></p>
<p dir="auto">Perhaps b... | <ol dir="auto">
<li>git clone the plugins repo</li>
<li>open <code class="notranslate">packages/google_maps_flutter/example</code> in editor</li>
<li>create a new maps API key</li>
<li>add key in <code class="notranslate">AndroidManifest.xml</code></li>
<li>run app</li>
</ol>
<p dir="auto">=> map appears with no con... | 0 |
<p dir="auto">From <a href="https://github.com/flutter/tools/issues/157">https://github.com/flutter/tools/issues/157</a>:</p>
<p dir="auto">The run_mojo command takes a flag --app to specify a filepath to run a flutter app from.<br>
This should also allow a URL.</p>
<p dir="auto">/cc <a class="user-mention notranslate"... | <p dir="auto">Now. i can run the project in ios platform .<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/32920112/37582296-48613d4a-2b87-11e8-99dd-050b91cf5b6e.jpg"><img src="https://user-images.githubusercontent.com/32920112/37582296-48613d4a-2b87-11e8-99dd-0... | 0 |
<p dir="auto">Hello,</p>
<p dir="auto">Would be interested to port <code class="notranslate">RectifiedAdam</code> from <strong>tensorflow/addon</strong> with addding exclude_from_weight_decay extension?</p>
<p dir="auto">For more details <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id... | <p dir="auto">I'm trying to learn a regression problem. The data is mostly one-hot encoded categorical variables, one continuous. The target output is a probability (0-1). Here is the code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="def re... | 0 |
<p dir="auto">I know that there are several previously created issues regarding this. However, I still don't understand why warm_start is not supported for liblinear solver? Whether this feature is going to be added in future? Based on my experience (of liblinear in C++), using warm_start can speedup training 2-4x time... | <p dir="auto">NCA checks its parameters to have a specific type, which can easily fail in a GridSearch due to how param grid is made.</p>
<p dir="auto">Here is an example:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="impor... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&... | <p dir="auto">The current DI system, when compared to something like <a href="https://github.com/google/guice">Guice</a>, has some limitations that large internal clients are finding lacking. Below, when I use the term <code class="notranslate">module</code>, I mean, for Dart at least, a <code class="notranslate">const... | 0 |
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>:no</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>:Ubuntu 16.04</li>
<li><strong>TensorFlow installe... | <p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>:no</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>:Ubuntu 16.04</li>
<li><strong>TensorFlow installe... | 1 |
<p dir="auto">The following code snippet takes coordinates for a hand, and clips it to a rectangular window. Of the returned polygon, the endpoints are duplicated.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from matplotlib import path, tr... | <h3 dir="auto">Problem</h3>
<p dir="auto">Trying to combine subplot_mosaic with axes using various different projections (e.g. one rectilinear axes and one polar axes and one 3d axes) has been requested a few times (once in the original subplot_mosaic thread IIRC, and in <a class="issue-link js-issue-link" data-error-t... | 0 |
<p dir="auto">Hello,</p>
<p dir="auto">similar to caffe, keras should have model zoo so that people can replicate results of others. does anyone agree on that?</p> | <p dir="auto">Mentioned in the "mega-issue" <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="73734035" data-permission-text="Title is private" data-url="https://github.com/keras-team/keras/issues/100" data-hovercard-type="issue" data-hovercard-url="/keras-team/keras/issues/100/hoverca... | 1 |
<p dir="auto">As discussed with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/JeffBezanson/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/JeffBezanson">@JeffBezanson</a> in the Slack, <code class="notranslate">... | <p dir="auto">Apologies if this is a duplicate - did a quick search, couldn't find any issues related to this. Just started learning Julia. When learning a language I prefer to download documentation and read it off-line during commutes.</p>
<p dir="auto">There is a minor annoyance with the downloadable html version of... | 0 |
<p dir="auto">I am trying to use a decorator with an anonymous class (class expression) on TypeScript 1.8.9 and am receiving the error: "error TS1206: Decorators are not valid here."</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content... | <p dir="auto">Not sure if this is by design or not, but the following gives a compile error of "Decorators are not valid here" with TypeScript 1.8:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let testClass = new class {
t... | 1 |
<h3 dir="auto">Is there an existing issue for this?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li>
</ul>
<h3 dir="auto">This issue exists in the latest npm version</h3>
<ul clas... | <h3 dir="auto">Is there an existing issue for this?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li>
</ul>
<h3 dir="auto">Current Behavior</h3>
<p dir="auto">Currently all of our ... | 0 |
<p dir="auto">Hi, has the .divider-vertical for navbars been dropped from bootstrap 3, or is it just a feature overlook? I don't see it in neither docs nor code.</p> | <p dir="auto">In Bootstrap, all components are defined using classes.</p>
<p dir="auto">But if someone wants to use BS with less, without any classes in markup, it is possible, but the classes will still be defined in the CSS file, adding useless cluter to the CSS file.</p>
<p dir="auto">Another problem caused by this ... | 0 |
<p dir="auto">Hi, sometimes the shortcuts for PowerToys do not work - I doubt this is because we close the 'Settings' window of PowerToys. So instead of closing the app, I think it would be good if the app minimizes itself to the System Tray. I think this minor tweak will be a value addition to PowerToys. Thanks!</p> | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [19041.330]
PowerToys version: v0.19.1
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run"><pre class="notranslate... | 0 |
<p dir="auto">Not sure if this behavior is expected, there is an easy workaround. After I press to clear a form, bound model is not updated with new/reset values, while form resets as expected. Using angular 2 beta 0</p> | <p dir="auto">When click the reset button, the form's value is still unchanged. See <a href="http://plnkr.co/edit/oBpDZRRUH7mmZct2hmDH?p=preview" rel="nofollow">http://plnkr.co/edit/oBpDZRRUH7mmZct2hmDH?p=preview</a>.</p> | 1 |
<p dir="auto">Not challenge specific, but when you start a new challenge, where you click in the text interpreter doesn't align where the cursor appears. You may click in one spot to begin typing, but end up a few rows down and mess up your code until you click again.</p> | <p dir="auto">In all the exercises, we the users are forced to press the enter key before writing any code.</p>
<hr>
<h4 dir="auto">Update:</h4>
<p dir="auto">We have locked the conversation temporarily on this thread to collaborators only, this has been resolved in staging, and will be live soon.</p>
<p dir="auto">The... | 1 |
<p dir="auto">Summary of the bug is in the title</p>
<p dir="auto">I tried with this code :</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="enum Event {
ENTRY,
EXIT,
}
struct Data;
struct State<'a> {
f: Fn(&... | <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: &(int, [int]);
let _y: &Foo;
}"><pre class="notranslate"><span cl... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="c... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="c... | 0 |
<p dir="auto"><strong>Overview</strong></p>
<p dir="auto">At this time, there is no mechanism for socket types outside of the standard library to access the runtime network poller. This proposal, if accepted, would enable a resolution to issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" ... | <pre class="notranslate">Even though the 386 has a 4-byte word size, some instructions move
data in larger chunks. In particular float64 loads move 8 bytes and
some SSE2 operations (as yet unused) move even larger amounts.
A float64 load from an only-4-byte-aligned address is significantly
more expensive than one fro... | 0 |
<p dir="auto">still cant write any "@"</p>
<p dir="auto">what is so dificult to change that? i know 2 types of keyboards... the ones with the @ on the number key "2" and the one with the "@" on the "Q"</p>
<p dir="auto">you just have to remove the shortcut on alt(right) + "Q"</p>
<p dir="auto">you CANT work with atom i... | <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">The browserplugin object width expands as expected when is used within a flexbox layout, but the height stays fixed at 150px - the height of the browserplugin object should also expand to the height of the parent .</p>
<ul dir="auto">
<li>Electron version: 0.36.9</li>
<li>Operating system: Windows 7 x64,... | <p dir="auto">A webview's object node doesn't get stretched vertically when the webview is part of a flexbox.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/f16a21e8d1725050af0d281f09891b23459085ca12b514ad3a37fc13b346e130/687474703a2f2f7075752e73682f6d63... | 1 |
<p dir="auto">Given the typescript:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let impl: I = {
a: 12,
explicitVoid2: () => this.a, // ok, this: any because it refers to some outer object (window?)
explicitVoid... | <p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8.0</p>
<p dir="auto"><strong>Code</strong></p>
<p dir="auto">create project. create ASP.NET Web Application. create asp.net 5 empty website. create scripts folder in solution. create app folder in wwwroot. create typescript file. create tsconfig.js... | 0 |
<p dir="auto">Hi all,</p>
<p dir="auto">I'm trying to add a RaisedButton in the container, however I'm getting below exception.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[{"event":"app.progress","params":{&qu... | <p dir="auto">Low priority</p>
<h2 dir="auto">Environment</h2>
<p dir="auto">Flutter (Channel master, v0.2.5-pre.396, on Microsoft Windows [Version 10.0.17134.48], locale en-US)<br>
Android things 8.1.0<br>
Board: NXP i.MX7D</p>
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">When building a release build for Andr... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=chapman" rel="nofollow">Chapman</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9454?redirect=false" rel="nofollow">SPR-9454</a></strong> and commented</p>
<p dir="auto">Spring version 3.1.0.RELEASE.</p>
<p dir="au... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=dbeauregard" rel="nofollow">Derek Beauregard</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9602?redirect=false" rel="nofollow">SPR-9602</a></strong> and commented</p>
<p dir="auto">The javadoc for BeanFactory.get... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/request</code> package and had problems.</li>
</ul>
<p dir="auto">Latest release seems to have added a duplicate 'time' ident... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/xxxx</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-li... | 0 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18362.239]
Windows Terminal version (if applicable): (built from latest source as of July 17th, 2019, morning)"><p... | <h1 dir="auto">Steps to reproduce</h1>
<p dir="auto">build OpenConsole.sln</p>
<h1 dir="auto">Expected behavior</h1>
<p dir="auto">conpty.dll should be output</p>
<h1 dir="auto">Actual behavior</h1>
<p dir="auto">conpty is built as a static lib</p> | 0 |
<p dir="auto">I think that cloning a scene and using the original scene in one renderer and the cloned scene in another renderer should be possible. Currently there is a conflict where the two renderers think they are sharing resources.</p>
<p dir="auto">I have created a fiddle <a href="http://jsfiddle.net/vAxYx/" rel=... | <p dir="auto">Hey --</p>
<p dir="auto">Trying to render the same scene to two different (WebGL) renderers with two different cameras. The effect is such that only the first renderer to be asked to render the scene within my draw loop is actually drawn.</p>
<div class="highlight highlight-source-js notranslate position-... | 1 |
<p dir="auto">With IoT, WebRTC and VoIP <a href="https://tools.ietf.org/html/rfc6347" rel="nofollow">DTLS</a> (Datagram Transport Layer Security) is becoming more and more important.</p>
<p dir="auto">It would be great if the Go standard libray has support for it like it has for TLS.<br>
It would allow to implement sec... | <p dir="auto">by <strong>kzjeef</strong>:</p>
<pre class="notranslate">Before filing a bug, please check whether it has been fixed since the
latest release. Search the issue tracker and check that you're running the
latest version of Go:
Run "go version" and compare against
<a href="http://golang.org/doc/devel/release... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.