text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<h3 dir="auto">Preflight Checklist</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project....
<p dir="auto">If you place an element with a css cursor style at the top of the page where the title bar would be with titleBarStyle="hidden", the cursor always displays as default. A simple example would be a link.</p>
1
<p dir="auto">The following code produces a segmentation fault in my configuration:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="np.bincount(np.ones(np.power(2,32),dtype=(np.uint16)))"><pre class="notranslate"><span class=...
<p dir="auto">I'm getting this weird concatenating issue when trying to transform a numpy array. When I filter by the 2nd column of the array, I get correct results, but when I filter by the third, the dtype is changed to U1, and the text is truncated.</p> <h3 dir="auto">Reproducing code example:</h3> <div class="high...
0
<p dir="auto">Not sure if this is intentional or not but when a form is posted, the order in which they are posted is not taken into account.</p> <p dir="auto">Basically, I want to have a collection of input fields which will be drag/drop. The user will enter text in the input field and then may decide they want to dra...
<p dir="auto">Looks like there is a bug, when generating URI of duplicated request. Here is an example:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$request = Request::create('/test', 'GET', array('page' =&gt; 100)); $duplicated = $request-...
0
<p dir="auto">Hi,<br> in many applications will be useful to have available not only the gradients averaged on minibatches, but also its second momentum for each parameter.<br> I think developers can do it with a small computation overhead by modifying accumulate_grad.cpp (I was not able to understand the underlying cl...
<p dir="auto">Currently, loading checkpoints using <code class="notranslate">strict=False</code> can be fairly error-prone. An extra level (for example with a <code class="notranslate">nn.DataParallel</code>) could lead to completely missing loading all the weights, and there is no sign that this has happened.</p> <h3 ...
0
<h3 dir="auto">Buggy case</h3> <p dir="auto">The following example produces an empty figure:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import matplotlib.pyplot as plt fig = plt.figure() ax1 = fig.add_subplot(1,1,1) ax2 = ax1.twinx() ax2....
<p dir="auto">With matplotlib 1.4.0 the cla() method for the twinx axes also clears the primary axes. With matplotlib 1.3.1 the method only clears the twinx axes as expected. I have a much longer program where the twinx axes must be cleared while retaining the primary axis plot. I would prefer not to replot the enti...
1
<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...
<p dir="auto">I am using SQS as a broker, and trying to use an existing queue. but everytime I am trying to send a message to the queue, celery creates a new queue with a random id as name.<br> This is how my my tasks.py looks like</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" d...
0
<p dir="auto">There is already exists es7 proposal <a href="https://github.com/leebyron/ecmascript-more-export-from">https://github.com/leebyron/ecmascript-more-export-from</a><br> and it accepted to stage-1.</p> <p dir="auto">It sould be nice to have same in typescript. Without it, it is annoying to write something li...
<p dir="auto">The ES7 proposal is available at: <a href="https://github.com/leebyron/ecmascript-more-export-from">https://github.com/leebyron/ecmascript-more-export-from</a></p> <p dir="auto">The additions include:</p> <p dir="auto">reexporting default:</p> <div class="highlight highlight-source-ts notranslate position...
1
<p dir="auto">An official apt repository would be really, very nice.</p> <p dir="auto">At present we're hesitant to install any software that we can't automate updates through the package manager.</p> <p dir="auto">Currently going to the elasticsearch website and downloading the latest deb from a web page just isn't su...
<p dir="auto">Currently I´m checking once in a while if there are new packages available for Debian systems, but this is cumbersome. Ideally I could add your repository and import public keys into my apt keyring and get updates whenever they're ready. It doesn't really scale on an admin level to verify all packages man...
1
<p dir="auto">Python's for-else construct as described for example in section 4.4, <a href="https://docs.python.org/2/tutorial/controlflow.html" rel="nofollow">here</a>, is sometimes very useful. (The idea is that the else clause will be executed after the loop completes normally, but not if we break out of the loop.)...
<p dir="auto">Allow and else clause on for and while loops that executes if the loop never executes.</p>
1
<p dir="auto">add a button to open an admistrator shell in the same windows (make it possible to having adminstator shells and non administator shells in the same window)</p>
<p dir="auto">Hi! Is there a way to configure a profile so that the <code class="notranslate">commandLine</code> it launches always starts with elevated (admin) permissions?</p> <p dir="auto">Currently, you can launch the entire application as Administrator, but then every single <code class="notranslate">commandLine</...
1
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2> <p dir="auto">Master branch build failure</p> <h2 dir="auto">To Reproduce</h2> <p dir="auto">git pull --rebase<br> git submodule sync --recursive<br> git submodul...
<h2 dir="auto">🐛 Bug</h2> <p dir="auto">This is a build regression within last few days.<br> We got undefined reference <code class="notranslate">void fbgemm::CodeGenBase&lt;unsigned char, signed char, int, int&gt;::storeCRegs&lt;asmjit::x86::Zmm, 64&gt;(asmjit::x86::Emitter*, int, int, asmjit::x86::Gp, asmjit::x86::G...
1
<p dir="auto">Hello,</p> <p dir="auto">PowerToys don't start automatically and when I start manulaly, he crash.</p> <p dir="auto">I give you the log file.</p> <p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5016444/2020-08-03.txt">2020-08-03.txt</a></p> <p dir="auto">and the Expection message :</p> ...
<p dir="auto">Popup tells me to give y'all this.</p> <p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p> <p dir="auto">Version: 1.0.0<br> OS Version: Microsoft Windows NT 10.0.19041.0<br> IntPtr Length: 8<br> x64: True<br> Date: 07/31/2020 17:29:59<br> Exce...
1
<p dir="auto">I hit CTRL+Z one too many times and it displayed the code from the previous challenge. I did a hard refresh and still have the code you see below. A screenshot is attached as well.<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/25393587/22738951/...
<p dir="auto">Steps to reproduce:</p> <ol dir="auto"> <li>go to one of a challenge</li> <li>click "Map"</li> <li>click another challenge</li> <li>repeat step 2 and 4 as many as you want</li> <li>CTRL-Z (undo) in the editor will restore the editor to previous challenge</li> </ol> <p dir="auto">Expectation:</p> <ul dir="...
1
<p dir="auto">The capability has been discussed <a href="http://stackoverflow.com/questions/29758765/json-to-typescript-class-instance" rel="nofollow">here</a> and <a href="http://stackoverflow.com/questions/22885995/how-do-i-initialize-a-typescript-object-with-a-json-object" rel="nofollow">here</a> and <a href="http:/...
<p dir="auto"><strong>Motivation</strong></p> <p dir="auto">The shape of JSON stored in files can be validated using <a href="http://json-schema.org/" rel="nofollow">JSON schema</a>. However, JSON schema cannot be used to ensure the stored JSON corresponds to a specific TypeScript interface.</p> <p dir="auto">Understan...
1
<p dir="auto">After installing tensorflow, I found only one tensorflow folder in the path tensorflow/inlcude. In fact, it shoud consist of many other folders such as third_party, google, Eigen and so on. I don't known the reason why I could not find these folders. The way which I used to install tensorflow is "sudo pip...
<p dir="auto">Will you make it possible to install and update it by distributions package systems (deb &amp; rpm)? You can make an official repository.<br> Will you make it possible to install a Tensorflow-devel package, which gives acces to C++ headers to make programs, which link to Tensorflow?</p>
1
<p dir="auto"><strong>Current behaviour</strong></p> <p dir="auto">Every time I build the react app the same bundle with the same hash name is built, Because of this the files get cached and the website loads the old assets. Even if I have done changes in any existing (eg: css) file still the built is creating the bund...
<p dir="auto">Describe what you were doing when the bug occurred:</p> <ol dir="auto"> <li>I was profiling a grid performance when rendering with 100 rows</li> <li>Then I was moving between the profiled data</li> <li>When clicked on the Ranked tab, the console showed error and a button to report it.</li> </ol> <hr> <h2 ...
0
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto">In large applications, there are often families of components, within which components share most of the look/behavior, but vary slightly. This makes it desirable to reuse code between them. Some reuse can be achieved with slots, other is better wi...
<h3 dir="auto">What problem does this feature solve?</h3> <p dir="auto">Subject pretty much sums it all up. More often than not a property name matches a variable name. Typing :value="value" :options="options" looks a bit excessive.</p> <p dir="auto">Feature is strictly cosmetics but it would help us to write less and ...
0
<p dir="auto">Even without any customization, the following error is produced in css file:</p> <p dir="auto">A less error occured trying to build your bundle. You've likely entered an invalid input into the less variable field. Check your syntax and try again!</p> <p dir="auto">thanks!</p> <p dir="auto">{"type":"Parse"...
<p dir="auto">Hi - I am trying to use the v2.3.1 customize and download feature. Regardless of whether I change any of the variables I get 2 error.txt files in the CSS folder and no .css files.</p> <p dir="auto">The error text message reads:</p> <p dir="auto">"A less error occured trying to build your bundle. You've li...
1
<p dir="auto"><strong>Migrated issue, originally created by Asher Leon Manning (<a href="https://github.com/A-Manning">@A-Manning</a>)</strong></p> <p dir="auto">At line 2523 in sqlalchemy\sql\compiler ,</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-c...
<p dir="auto"><strong>Migrated issue, originally created by adridg (<a href="https://github.com/adridg">@adridg</a>)</strong></p> <p dir="auto">With SQL Server, you can create columns of type VARCHAR(MAX). This is the modern rendition of NTEXT or TEXT, and SQL Alchemy translates String() into VARCHAR(MAX). With SQL Ser...
1
<p dir="auto">Hi,</p> <p dir="auto">Use-case:</p> <ol dir="auto"> <li>I have a directive which performs my custom componetns search via ContentChildren</li> <li>I have multiple re-usable container components</li> <li>I want to use "search" directive in the template of these components</li> </ol> <p dir="auto">Here is <...
<p dir="auto"><strong>I'm submitting a ...</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[] bug report [ x ] feature request [ ] support request"><pre class="notranslate"><code class="notranslate">[] bug report [ x ] feature reques...
1
<p dir="auto">It appears that when a type alias to array type which uses an undefined constant for it's size is defined, the compiler crashes. I have only been able to reproduce this with the constants defined in uint modules.</p> <p dir="auto">This code</p> <div class="highlight highlight-source-rust notranslate posit...
<p dir="auto">Implementing my own fd_set because, per <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="93116784" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/26794" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/267...
1
<p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="95119549" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/10577" data-hovercard-type="pull_request" data-hovercard-url="/pandas-dev/pandas/pull/10577/hovercard" href="http...
<p dir="auto">I find R's <code class="notranslate">expand.grid()</code> function quite useful for quick creation of example datasets. For example:</p> <div class="highlight highlight-source-r notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="expand.grid(height = seq(60, 70, 5)...
0
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">Adding the possibility to customize what shortcuts you want to see in Shortcut Guide and even add custom ones.</p> <p dir="auto">Then we can all add the Win+. shortcut so we don't always have to google it on Bing <g-emoji class="g-emoji" alias="pr...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">When activating PowerToys Run, the search bar always appears in the center of the screen, sometimes hiding relevant content to enter into the search bar. I would like the ability to move the search bar to whatever location on the screen by draggin...
0
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.11</li> <li>Operating System / Platform =&gt; Raspberry Pi 4</li> <li>Compiler =&gt; g++(Raspbian 8.3.0-6+rpi1)</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">Always download face_landmark_model.dat, even though it w...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 4.2</li> <li>Operating System / Platform =&gt; Windows 64 Bit</li> <li>Compiler =&gt; Visual Studio 2015</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">PNG format starts to <a href="http://ftp-osl.osuosl.org/pub/libpn...
0
<p dir="auto">Using go 1.5.1, I got this crash in a process that allocates many GB of RAM in several maps. Probably a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="116694192" data-permission-text="Title is private" data-url="https://github.com/golang/go/issues/13227" d...
<p dir="auto">I propose to change both Go package archives and Go object files to use the more standard zip archive format.<br> In contrast to ar archives, zip archives admit efficient random access to individual files within the archive<br> and also allow decisions about compression on a per-file basis.<br> The result...
0
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">Ability to specify a list of command(s) to be ran upon opening a new terminal. This would be extremely useful if users wanted to configure their terminal upon opening a new tab, for example, I would like that once I open a new CMD instance it ...
<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.18363.0 Windows Terminal version: 0.6.2951.0 Any other software? Nope"><pre lang="none" class="notranslate"><code class="notranslate">Window...
0
<p dir="auto">Opening a modal shifts the page layout left by adding the class <code class="notranslate">.modal-open</code> to <code class="notranslate">body</code>.</p> <p dir="auto"><code class="notranslate">body.modal-open</code> has: <code class="notranslate">padding-right: 13px;</code></p> <p dir="auto">Environment...
<p dir="auto">re: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="18248472" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/9855" data-hovercard-type="issue" data-hovercard-url="/twbs/bootstrap/issues/9855/hovercard" href="https://github.com...
1
<p dir="auto">Apologies if this comes across as noise. Just getting into react</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of t...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
0
<p dir="auto">When adjusting zone sizes, could the zone size (height &amp; width) in pixels be overlaid or somehow displayed on each zone? Very hard now to adjust zones by eye, would be nice to have some numbers to look at so that I can make sure two zones are the same width or height or whatever. Thanks, otherwise F...
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2> <ul dir="auto"> <li>Windows build number: 19041</li> <li>PowerToys version: 0.20</li> <li>PowerToy module: Run</li> </ul> <h2 dir="a...
0
<p dir="auto">When following the tutorial, I could not run <code class="notranslate">$ flask initdb</code>.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Traceback (most recent call last): File &quot;/Users/dvf/environments/flaskTutorial/bi...
<p dir="auto">on <a href="http://flask.pocoo.org/docs/templating/" rel="nofollow">http://flask.pocoo.org/docs/templating/</a><br> the "Jinja2 Template Documentation" link at the top of the page gives a 404 error.<br> update link to <a href="http://jinja.pocoo.org/docs/templates/#" rel="nofollow">http://jinja.pocoo.org/...
0
<p dir="auto">The idea is allow a simple, dynamically modifiable priority for indices. Something akin to:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ curl -XPUT host:9200/my-index/_settings -d '{ &quot;index.priority&quot; : 1 }'"><pre ...
<p dir="auto">Feature request:</p> <p dir="auto">When multiple shard replicas need recovery (eg, when you restart the whole cluster), it can be beneficial to get some indices green before others.<br> In the Logstash case, getting the most recent indices by date.<br> In other cases, there may be application demands on w...
1
<h3 dir="auto">Describe the bug</h3> <p dir="auto">While installing scikit-learn, installation fails with setuptools error. If setuptools version is downgraded to setuptools==58.2.0 from setuptools==65.5.0(current stable), installation works fine.</p> <h3 dir="auto">Steps/Code to Reproduce</h3> <div class="snippet-cl...
<h3 dir="auto">Describe the bug</h3> <p dir="auto">Unable to pip install sklearn on macOS Monterey 12.6 python 3.11</p> <p dir="auto">It is failing when trying to prepare metadata</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Collecting sciki...
1
<p dir="auto">by <strong><a href="mailto:raul.san@sent.com">raul.san@sent.com</a></strong>:</p> <pre class="notranslate">The tags are not read if they are just before of package sentence. $ cat email_test.go // +build email package valid import "testing" func TestEmail(t *testing.T) {} $ cat a_test.go // +build !em...
<p dir="auto">This issue proposes that Go should support some form of generic programming.<br> It has the Go2 label, since for Go1.x the language is more or less done.</p> <p dir="auto">Accompanying this issue is <a href="https://github.com/golang/proposal/blob/master/design/15292-generics.md">a general generics propos...
0
<p dir="auto">Hey guys, thank you for adding the setMinimizable option <a href="https://github.com/atom/electron/pull/4156" data-hovercard-type="pull_request" data-hovercard-url="/electron/electron/pull/4156/hovercard">here</a></p> <p dir="auto">One weird thing though. When we use that and minimize the window by using ...
<p dir="auto">The <code class="notranslate">--disable-renderer-backgrounding</code> command line switch only disables throttling for timers, there is currently no way to disable throttling of <code class="notranslate">requestAnimationFrame</code>.</p> <p dir="auto">Refs <a class="issue-link js-issue-link" data-error-te...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ flutter doctor -v [✓] Flutter (Channel master, v0.5.8-pre.128, on Linux, locale en_US.UTF-8) • Flutter version 0.5.8-pre.128 at /home/user/opt/flutter • Frame...
<h2 dir="auto">Steps to Reproduce</h2> <p dir="auto">When adding more than 3 items in a <code class="notranslate">BottomNavigationBar</code>, all items turn white, and are unreadable on the light-gray background. Also, the active item is also white, and not the provided <code class="notranslate">fixedColor</code>. A mi...
1
<h3 dir="auto">Problem description</h3> <p dir="auto">Cannot use more than one MuiThemeProvider, using <code class="notranslate">1.0.0-alpha.22</code>. We use multiple themes at once, but in this alpha version it seems to loose this capability. When we change the theme inner into the tree, the MuiThemeProvider in the u...
<p dir="auto">Given a case: I have 2 types of a Button, first one with rounded corners, second one without. Now in case I want all buttons inside of some subtree use the second type, I would want to use the MuiThemeProvider.</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir=...
1
<p dir="auto">I have searched for a while if anyone has experienced this but I haven't found anything on this exact regard.</p> <p dir="auto">I have a vue/cordova application where I perform an axios.all post call where <em>sometimes</em> I get duplicated responses. The times this happend I watch the server logs and I ...
<p dir="auto"><strong>Describe the bug</strong><br> axios.post sends duplicate POST request and ignores the first response, only receives the second response.</p> <p dir="auto"><strong>To Reproduce</strong><br> I don't know how to reproduce it since it's occurred.</p> <div class="highlight highlight-source-js notransla...
0
<table role="table"> <thead> <tr> <th>Q</th> <th>A</th> </tr> </thead> <tbody> <tr> <td>Bug report?</td> <td>no</td> </tr> <tr> <td>Feature request?</td> <td>yes</td> </tr> <tr> <td>BC Break report?</td> <td>?</td> </tr> <tr> <td>RFC?</td> <td>yes</td> </tr> <tr> <td>Symfony version</td> <td>3.2</td> </tr> </tbody> </t...
<p dir="auto">The <code class="notranslate">PropertyPath</code> class currently makes a list of assumptions:</p> <h5 dir="auto">1. Objects are treated by reference</h5> <p dir="auto">When the path <code class="notranslate">author.name</code> is modified, the following methods are called:</p> <div class="snippet-clipboa...
1
<p dir="auto">I'm beginning to use TypeScript to replace JS in my VS2015 projects, but I can't seem to figure out what is happening in a React project. I converted the JSX to TSX without any problems, but when I try to edit the 'render' method it seems as if Intellisense is not able to parse the HTML:</p> <p dir="auto"...
<p dir="auto">We are able to give useful completion in opening tag of jsx element. We should be doing the same thing for closing tag. It will also be helpful to insert appropriate name when users type <code class="notranslate">&lt;/</code></p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="ht...
1
<p dir="auto">iOS:</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/5479/16933186/64c21098-4d00-11e6-9bc2-0897bd71b988.png"><img src="https://cloud.githubusercontent.com/assets/5479/16933186/64c21098-4d00-11e6-9bc2-0897bd71b988.png" alt="screen sho...
<p dir="auto"><a href="https://www.google.com/design/spec/patterns/selection.html#selection-text-selection" rel="nofollow">The spec</a> calls for a menu in the "cut/copy/paste" toolbar with additional options for search/share/translate. It's unclear to me whether these 3 extra options are fixed, or whether the applicat...
1
<p dir="auto">When a ngModel is attached to a HTML5 color input the resulting variable seems to lag one check behind. meaning if you listen for the input to be changed and then log the value the first ngDoCheck or ngAfterContentChecked returns the previous value of the color not the current value.<br> A example of this...
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report =&gt; search github for a similar issue or PR before submitting [ ] feature request [ ] support request =&g...
0
<h2 dir="auto">Feature request</h2> <p dir="auto">I am not 100% sure if this still fits the scope of the webpack project.</p> <p dir="auto">I am working on the topic "Expanding Single Page Apps into multiple Browser Windows", which can look like this:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="http...
<h2 dir="auto">Feature request</h2> <p dir="auto"><strong>What is the expected behavior?</strong></p> <p dir="auto">For TypeScript's new <code class="notranslate">nodenext</code> module resolution (which is still in nightly build), we are required to write a full file name including extension like:</p> <div class=...
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.18980.1000] Windows Terminal version (if applicable): 0.4.2382.0"><pre lang="none" class="notranslate"><code class...
<p dir="auto">Able to group profiles</p> <p dir="auto">All profiles are shown in the one list. It would be much more convenient to able to group some profiles with common label and show them in sub-lists.</p>
0
<p dir="auto">This would help encourage us to have complete API docs.</p> <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/pcwalton/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/pcwalton">@pcwalton<...
<p dir="auto">I would like to see a lint mode that could warn on missing documentations, hopefully by type. Something like <code class="notranslate">-Wdoc-trait</code> or <code class="notranslate">-Wdoc-struct</code> to warn on missing docs on traits or structs, etc.</p>
1
<p dir="auto">From what I can see from issues like <a href="https://github.com/flutter/flutter/issues/467" data-hovercard-type="issue" data-hovercard-url="/flutter/flutter/issues/467/hovercard">this</a> <strong>two finger gestures</strong> like pan or swipe are not supported. This is a blocker for developers wanting to...
<p dir="auto">Does the Semantics class in Flutter provide any way to map Widgets to an accessibilityIdentifier on iOS side? We rely on Appium for testing and the Flutter driver is not sufficient for meeting our testing needs. Is there any plan on the road-map for Flutter to support this soon?</p>
0
<h3 dir="auto">Preflight Checklist</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project....
<h3 dir="auto">Preflight Checklist</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project....
1
<p dir="auto">Code folding seems to break if comments are placed at the very beginning of an indented line, such as:</p> <div class="highlight highlight-source-ruby notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="def customized_tools require 'uglifier' @page_module ...
<p dir="auto">Using the following PHP file:</p> <div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="&lt;?php class Test { public function test() { // breaks folding } }"><pre class="notranslate"><span class="pl-ent">&lt...
1
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.2.3</p> <h3 dir="auto">What happened</h3> <p dir="auto">Following <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1058203671" data-permission-text="Title is private" data-url="https://github.com/apache/airflow/issues/19699" d...
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.2.4 (latest released)</p> <h3 dir="auto">What happened</h3> <p dir="auto">I was running a large DAG with a limited concurrency and wanted to cancel the current run. I marked the run as <code class="notranslate">Failed</code> via the UI which terminated all runn...
1
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: v1.30.0</li> <li>Operating System: Windows</li> <li>Browser: Chrome</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="" class="task-list...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: v 1.30</li> <li>Operating System: Windows</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="" class="task-lis...
0
<p dir="auto">With a multi-level mapping of parent/child relationships on an index, searching with a <code class="notranslate">terms</code> aggregation by <code class="notranslate">_parent</code> on the "middle" child document type (mapped as a child of one type and a parent of another) yields "duplicate" buckets with ...
<p dir="auto">I would like to be able to check over the node API if a node has a certain plugin installed or retrieve the list of installed plugins.</p> <p dir="auto">For more details see google groups post:</p> <p dir="auto"><a href="https://groups.google.com/forum/#!topic/elasticsearch/QVRR9Q6VuG0" rel="nofollow">htt...
0
<h4 dir="auto">Description</h4> <p dir="auto">In accordance with new pandas support in sklearn 0.20.0, I believe that we should offer some runtime safety for users who chose to fit on dataframes, that their column names and orderings should be checked on predict.</p> <p dir="auto">This is especially useful when picklin...
<h4 dir="auto">Description</h4> <p dir="auto">Sometimes it is convenient to first build a model on a recent dataset, save it as a .pkl file and then apply the model to the new dataset. However, in the last project, my friends and I found that the results turned quite wired after applying the .pkl file on the new datas...
1
<p dir="auto">Hello, this is not a bug just a question.</p> <p dir="auto">Can I ask why from 2.2 to 2.8 versions, and beyond, language support for Norsk changes from NO to NB and back to NO (the two variations)? And is it possible to actually have support for the both?</p> <p dir="auto">Thank you in advance for your ti...
<p dir="auto">I'm having some trouble with <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3121829" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/3290" data-hovercard-type="pull_request" data-hovercard-url="/symfony/symfony/pull/3290/hove...
0
<p dir="auto">When I run <code class="notranslate">https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/dist_test/python/mnist_replica.py</code>, the distributed example<br> I can run it with CPU(1 ps and 2 workers all on CPU in same machine )<br> but when I run it with GPU, I set the GPU<br> number to...
<p dir="auto">I have the same problem as issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="173117674" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tensorflow/issues/4033" data-hovercard-type="issue" data-hovercard-url="/tensorflow/tensorflow/iss...
1
<h3 dir="auto">Describe your issue.</h3> <p dir="auto">Scipy requires numpy.</p> <p dir="auto">But both include (at least in their Windows wheels) a form of libopenblas.</p> <p dir="auto">So when you want to redistribute an app that is using scipy you are forced to redistribute 2 copies of libopenblas (each 35 MB) tha...
<p dir="auto">This is a follow up to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1055729026" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/15050" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/issues/15050/hovercard" href="h...
1
<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...
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">iss...
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" 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...
0
<p dir="auto"><strong>Context:</strong></p> <ul dir="auto"> <li>Playwright Version: 1.27.0</li> <li>Operating System: Mac</li> <li>Node.js version: 16 LTS</li> <li>Browser: All</li> </ul> <p dir="auto"><strong>Code Snippet</strong></p> <p dir="auto">I couldn't get it working in CodeSandbox but please see the reproduc...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: v1.31.2</li> <li>Operating System: macos 13.2.1</li> <li>Browser: Chrome</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <p dir="auto"><strong>Test file (self-contained)</strong></p> <div class="highlight highlight-source-js notrans...
0
<p dir="auto">I got this while trying to overwrite the <code class="notranslate">getindex</code> function in <a href="https://github.com/QuantumBFS/BitBasis.jl">BitBasis.jl</a>, it can be re-produced by the following code</p> <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir=...
<p dir="auto">The following recursively nested exception handling causes a segfault on linux x86_64, with <em>both</em> julia 0.6 and julia 1.0. This seems to happen at the boundary of a stack overflow, as it's fine for all <code class="notranslate">n &lt; 27542</code> on my system, and seems to segfault above that.</...
1
<p dir="auto">Looking through Heroku logs we are getting <strong>a lot</strong> of R14 Memory errors.</p>
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/change-the-font-size-of-an-element#?solution=%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0A%20%20%7D%0A%20%20p%20%7Bfont-size%3A%2019px%3B%7D%0A%3C%2Fstyle%3E%0A%0A%3Ch2%20class%3D%22red-text%22%3ECatPhotoApp%3C%2Fh2%3E%...
0
<ul dir="auto"> <li>OpenCV =&gt; 3.4</li> <li>Operating System / Platform =&gt; Windows 7 64 Bit</li> <li>Compiler =&gt; Visual Studio 2017</li> <li>CUDA =&gt; 9.1</li> </ul> <p dir="auto">Can opencv build with cuda 9? There are many errors! however, when I build opencv without cuda, it runs perfectly.</p>
<h5 dir="auto">System information</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.3 main branch snapshot</li> <li>Operating System / Platform =&gt; Windows 64 Bit</li> <li>Compiler =&gt; Visual Studio 2017</li> </ul> <p dir="auto">CMake config output:</p> <div class="snippet-clipboard-content notranslate position-relative over...
1
<ul dir="auto"> <li>Electron version: 0.37.2</li> <li>Operating system: windows 7 64 bit</li> </ul> <p dir="auto">I am trying to print from my app. When I run window.print() it opens the print menu. Once I click OK it adds it to the queue and it is immediately removed from the queue and prints nothing. When I check the...
<ul dir="auto"> <li>Electron version: 0.37.2</li> <li>Operating system: Windows 7 64-bit</li> </ul> <p dir="auto">I have tried to call <code class="notranslate">mainWindow.webContents.print</code>, which showed the printer dialog but when I choose the printer, it just does nothing. Not even an error.</p> <p dir="auto">...
1
<p dir="auto">In <code class="notranslate">dev</code> environment we're using a custom email constraint validator that's being created by decorating the shipped email constraint validator:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" app...
<p dir="auto">Hi.<br> I have a decorator for doctrine.orm.validator.unique which is tagged with validator.constraint_validator. With symfony 3.1.5 new checks were introduced in <a href="https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddConstraintValidators...
1
<h4 dir="auto">Describe the bug</h4> <p dir="auto">The <code class="notranslate">params</code> values which i defined while creating a new instance are not part of the request.</p> <h4 dir="auto">To Reproduce</h4> <p dir="auto">I created a minimal example: <a href="https://jsfiddle.net/oqfract9" rel="nofollow">https://...
<p dir="auto"><strong>Describe the bug</strong></p> <p dir="auto">Specific request params do not get merged with the instance default params.</p> <p dir="auto"><strong>To Reproduce</strong></p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-...
1
<h1 dir="auto">Description of the new feature/enhancement</h1> <ol dir="auto"> <li>Include a Setting to auto-size the Terminal Window based on a percent of the current deskport/viewport size. For example, Width=80% display screen width; Height=40% Display Screen Height.</li> <li>Include a Setting to designate the top l...
In the original command prompt, users were able to go into file explorer, copy any file, and would be able to paste it into the command prompt. <h1 dir="auto">Description of the new feature/enhancement</h1> <h1 dir="auto">Proposed technical implementation details (optional)</h1> Please make it so that we can copy a f...
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/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">...
<p dir="auto">I've got my own material-ui fork in a folder, and I've run <code class="notranslate">npm link</code> so I can link it to a project I'm working on. This works fine, but I'm wondering how I can make changes to material-ui and then quickly test those in my project, without having to relink? I tried <code cla...
0
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow):Yes</li> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Win 10</li> <li>TensorFlow installed from (source or binary):binary</li> <li>Tenso...
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow):Yes</li> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Win 10</li> <li>TensorFlow installed from (source or binary):binary</li> <li>Tenso...
1
<h3 dir="auto">Apache Airflow version</h3> <p dir="auto">2.2.0b2 (beta snapshot)</p> <h3 dir="auto">Operating System</h3> <p dir="auto">ubuntu 20.04</p> <h3 dir="auto">Versions of Apache Airflow Providers</h3> <p dir="auto">n/a</p> <h3 dir="auto">Deployment</h3> <p dir="auto">Virtualenv installation</p> <h3 dir="auto">...
<p dir="auto">Running the scheduler used to spit out logs of information. It now spits out nothing other than the airflow header. Also, I am able to verify that when I put logging in <code class="notranslate">airflow_local_settings</code> that I get log messages output on the console.</p> <p dir="auto">Using commit <a ...
0
<p dir="auto">A clear and concise description of what the bug is.</p> <h3 dir="auto">Expected results</h3> <p dir="auto">what you expected to happen.</p> <h3 dir="auto">Actual results</h3> <p dir="auto">what actually happens.</p> <h4 dir="auto">Screenshots</h4> <p dir="auto">If applicable, add screenshots to help expla...
<p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the superset logs for python stacktraces and included it here as te...
0
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):<br> No</p> <p dir="auto"><strong>What keywords did you se...
<p dir="auto">APIGroups are a really useful features, but there are several areas of the code that need improvement to make their usage easier to understand. These are few things I found while trying to reliably activate and configure the <code class="notranslate">extensions</code> group downstream</p> <ol dir="auto">...
0
<p dir="auto">This happens on several pages under the jQuery section.<br> Example:<br> <a href="http://www.freecodecamp.com/challenges/waypoint-target-elements-by-id-using-jquery" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-target-elements-by-id-using-jquery</a></p> <p dir="auto">fccss &lt;---- was ...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-create-a-javascript-slot-machine" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-create-a-javascript-slot-machine</a> has an issue.</p> <p dir="auto">The four Javascript slot machine exercises all display the JS section of ...
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/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="auto">Ex...
<p dir="auto">I am building a electron-react app and am using material-ui (latest v1.0) with success. The controls all seem to display fine - as far as I can see. I use TypeScript and vscode on Windows 10.</p> <p dir="auto">I use this code in the assumption it will select the dark theme for the material-ui:</p> <div cl...
0
<p dir="auto">**Glide Version : 3.6.1 <em>_:<br> <em>_Samsung Galaxy S4/Android 5.0.1</em></em>:<br> <strong>Monitor call with Charles</strong>:</p> <p dir="auto">Hello,<br> For specific reasons, I have to change the cache folder, I did it with a glideModule extension :</p> <div class="highlight highlight-source-java n...
<p dir="auto">With Glide 4.0, the RequestOptions seems affected by ordering in API level 17.<br> It makes rounded corners cannot exist with fitCenter at the same time.<br> The following code will have a perfect scaled image but no rounded corner.<br> (Work perfectly on other version.)</p> <div class="snippet-clipboard-...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=dserodio" rel="nofollow">Daniel Serodio</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8673?redirect=false" rel="nofollow">SPR-8673</a></strong> and commented</p> <p dir="auto">The reference manual in PDF form is ...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mark.pollack" rel="nofollow">Mark Pollack</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7792?redirect=false" rel="nofollow">SPR-7792</a></strong> and commented</p> <p dir="auto">It is very difficult to override a...
0
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">My use for PowerToys run would be primarily as an app switcher, secondarily as an app launcher. Since the options to launch new instances also have the two context buttons, I have to press tab 3 times to get to the option to switch to the running ...
<h1 dir="auto">Add a feature to Keyboard Manager, which would let people remap a single key to a shortcut.</h1> <h1 dir="auto">Proposed technical implementation details (optional)</h1>
0
<p dir="auto">Functional component which looks like this</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="function DateTime({ dateTime }) { return &lt;span&gt;{(dateTime || new Date()).toLocaleDateString(currentLocale)}&lt;/span&gt;; }"><pre c...
<p dir="auto">I originally left a comment in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="107717775" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/4936" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/4936/hoverca...
1
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; Master</li> <li>Operating System / Platform =&gt; Any</li> <li>Compiler =&gt; Any</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">I am using the FFV1 codec proivded by FFMPEG to record videos with <code class="notransla...
<p dir="auto">I'm looking for guidance in regards to submitting a PR that will allow you to specify raw options (i.e preset) using av_dict_set. This applies to <code class="notranslate">VideoCapture</code> and <code class="notranslate">VideoWriter</code> The use case here being that you could support encoding videos ta...
1
<ul dir="auto"> <li>[√] I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li>[√] I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a dupl...
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><inp...
0
<h2 dir="auto">Question</h2> <p dir="auto"><strong>For English only</strong>, other languages will not accept.</p> <p dir="auto">Before asking a question, make sure you have:</p> <ul dir="auto"> <li>Googled your question.</li> <li>Searched open and closed <a href="https://github.com/apache/shardingsphere/issues">GitHub...
<p dir="auto">Which version of ShardingSphere did you use?<br> ghcr.io/apache/shardingsphere-proxy:c9cc117c8f4b42c220f89c92851bf945c40c71b0 (helm cluster)</p> <p dir="auto">Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?<br> ShardingSphere-Proxy</p> <p dir="auto">Expected behavior<br> JDBC conn...
0
<p dir="auto"><strong>Update 5 November 2015</strong></p> <p dir="auto">The functionality requested below is currently implemented in typescript since at least 1.8 with one main difference:</p> <p dir="auto">Instead of having <code class="notranslate">typescript.main</code> and <code class="notranslate">typescript.de...
<p dir="auto">Sometimes we need to capture a union of types that may be a mixture of primitives, functions, objects, etc. but we want to leave it parameterised (just as we already can with interfaces).</p> <h2 dir="auto">Example</h2> <p dir="auto">A simple non-recursive example:</p> <div class="snippet-clipboard-conten...
0
<p dir="auto">How I can just check URL in new tab opened after link clicking, and at once abort all traffic to avoid not needed network traffic generation.<br> I tried with below test but it is not working.</p> <h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.34]</li> <li>Operating System:...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: v1.32.2</li> <li>Operating System: Windows 10</li> <li>Browser: chromium, firefox, webkit</li> <li>Other info: Node v16.14.0</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox...
0
<p dir="auto">Hello.</p> <p dir="auto">I read <a href="https://docs.opencv.org/2.4/doc/tutorials/introduction/ios_install/ios_install.html#ios-installation" rel="nofollow">https://docs.opencv.org/2.4/doc/tutorials/introduction/ios_install/ios_install.html#ios-installation</a> for iOS development.</p> <p dir="auto">"sud...
<p dir="auto">Instructions here have you creating a symbolic link between the Xcode developer folder and a root level developer folder. I don't know who thinks creating symbolic links to the root level is a good idea, but it breaks toolchains. For example, Android Studio, Google Cardboard, and a host of other products ...
1
<h3 dir="auto">Version</h3> <p dir="auto">2.6.11</p> <h3 dir="auto">Reproduction link</h3> <p dir="auto"><a href="https://codepen.io/PatriciusSanctus/pen/PowdQpq" rel="nofollow">https://codepen.io/PatriciusSanctus/pen/PowdQpq</a></p> <h3 dir="auto">Steps to reproduce</h3> <div class="snippet-clipboard-content notransla...
<h3 dir="auto">What problem does this feature solve?</h3> <ul dir="auto"> <li>being buffered by linting- / validation-tools about the invalid html</li> <li>risking conflicts with future html / svg / MathML-specs</li> </ul> <h3 dir="auto">What does the proposed API look like?</h3> <h1 dir="auto">short version</h1> <p di...
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list-item"><inp...
<ul dir="auto"> <li>[√] I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li>[√] I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a dupl...
0
<p dir="auto">MultinomialNB inherits coef_, intercept_ from BaseDiscreteNB defined by</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" def _get_coef(self): return (self.feature_log_prob_[1:] if len...
<p dir="auto">Hello. I think I found a mistake in brier_score_loss.<br> When you have a target = 1 and a prediction = 1 too, brier_score_loss should be 0 (best result), but it gives 1. Why is it happening? Because _check_binary_probabilistic_predictions gets target with only one class and convert it to 0. And metric ca...
0
<p dir="auto">Had a ts-typings slack conversation with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/mhegazy/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/mhegazy">@mhegazy</a> just now, regarding angular2 cha...
<p dir="auto">Referring modules in CommonJS and AMD is quite different. AMD can understand CommonJS (relative paths) to some extent. CommonJS cannot understand AMD mostly.</p> <p dir="auto">So this is the problem. What do I need to do to share the same code base between CommonJS and AMD? What is a best practice for thi...
0
<h1 dir="auto">What / Why</h1> <p dir="auto"><code class="notranslate">npm ERR! cb() never called!</code> every time I try to <code class="notranslate">install -g eslint</code></p> <h2 dir="auto">When</h2> <p dir="auto">Everytime I try to install <code class="notranslate">eslint</code> via:<br> <code class="notranslate...
<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...
0
<ul dir="auto"> <li>VSCode Version:1.0.0</li> <li>windows 10 home</li> </ul> <p dir="auto">Steps to Reproduce:</p> <p dir="auto">when i use shortcuts <code class="notranslate">workbench.action.terminal.openNativeConsole</code> i can only open a cmd but i can't open a powerhsell. is there a why to change the shell vsc ...
<ul dir="auto"> <li>VSCode Version: 0.10.11</li> <li>OS Version: Win7Sp1</li> </ul> <p dir="auto">Steps to Reproduce:</p> <p dir="auto">Before collapsing; Doesn't matter how many newlines I use.<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/7074286/14288334/3...
0
<p dir="auto">I've seen several questions regarding deleting images but none of them are good for me.</p> <p dir="auto">Let's have a use case like this:</p> <ul dir="auto"> <li>user adds an entity to a list ("favorites")</li> <li>we load all the images for the entity and store them via Glide cache</li> <li>now user can...
<p dir="auto">Hi,<br> How can I clear Glide's cache in case.</p> <ul dir="auto"> <li>Clear all cache</li> <li>Clear cache of an URL.</li> </ul>
1
<p dir="auto">I've changed the directory of caravel.db to a local path.<br> When I restarted the machine and exeuted the "pip install caravel --upgrade",<br> input the "caravel db upgrade", the error is "sqlalchemy.exc.OperationalError: (pysqlite2.dbapi2.OperationalError) duplicate column name: verbose_name [SQL: u'ALT...
<p dir="auto">Can't login via OAuth2 LDAP with some issues.</p> <ol dir="auto"> <li>Error with <code class="notranslate">client_id=None</code></li> <li>Error <code class="notranslate">ERROR:flask_appbuilder.security.views:Error returning OAuth user info: name 'logging' is not defined</code></li> </ol> <p dir="auto">Fir...
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.295] Windows Terminal version (if applicable):Windows Terminal (Preview) Version: 0.5.2661.0 Any other soft...
<h1 dir="auto">Save opened tabs and locations of the tabs</h1> <p dir="auto">After reopening Windows Terminal, it would be nice to have loaded tabs from previous closed session, also with locations. (Exactly like browsers can do that).</p>
0
<p dir="auto">I am installing tensorflow with GPU and meeting some problems:</p> <p dir="auto">WARNING: /home/EI/tensorflow/tensorflow/contrib/learn/BUILD:15:1: in py_library rule //tensorflow/contrib/learn:learn: target '//tensorflow/contrib/learn:learn' depends on deprecated target '//tensorflow/contrib/session_bundl...
<p dir="auto">Currently it is not possible to scope all variables cleanly when using RNN cells and Optimizers. RNN cells create variables with tf.get_variable and optimizers create variables with tf.Variable. These two methods don't get along, creating messy variable names when variable scopes are handled differently b...
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/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li> <li class="task-list...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=costin" rel="nofollow">Costin Leau</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4031?redirect=false" rel="nofollow">SPR-4031</a></strong> and commented</p> <p dir="auto">Right now, the beanAttributes group conta...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=rpiotrow" rel="nofollow">Rafał Piotrowski</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4935?redirect=false" rel="nofollow">SPR-4935</a></strong> and commented</p> <p dir="auto">I create simple bean which impleme...
0
<p dir="auto">The bottom of the <a href="http://flask.pocoo.org/docs/0.10/quickstart/#quickstart" rel="nofollow">quickstart</a> page has a link: <a href="http://flask.pocoo.org/snippets/89/" rel="nofollow">Sharing your Localhost Server with Localtunnel</a> to a page with old/outdated information on Localtunnel. (it i...
<p dir="auto">At the <a href="http://flask.pocoo.org/snippets/89/" rel="nofollow">Snippet 89</a> there is a link pointing to <em>Localtunnel</em> website. Unfortunelly, Localtunnel home page has changed from <a href="http://progrium.com/localtunnel/" rel="nofollow">http://progrium.com/localtunnel/</a> to <a href="http:...
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">Bug report</h1> <h2 dir="auto">Describe the bug</h2> <p dir="auto">I was working on Next.js with Netlify CMS by using withAmp().<br> I add <code class="notranslate">&lt;style amp-custom&gt;</code> in <code class="notranslate">Next Head</code> but because of using <code class="notranslate">withAmp()</code...
0
<h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">"SaferCPlusPlus" is essentially a collection of safe data types intended to facilitate memory and data race safe C++ programming. This library is intended to work with and be complimentary to the Core Guidelines lifetime checker over its vario...
<h1 dir="auto">Summary</h1> <p dir="auto">Add "Duplicate Tab" option to open same profile in different tab</p>
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Feature Idea</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">Windows Transport</p> <h5 dir="auto">SUMMARY</h5> <p dir="auto">Allow connectivity to Windows hosts, via Win32 OpenSSH (<a href="https://github.com/PowerShell/Win32-OpenSSH">https://github.com/Po...
<p dir="auto">(orig comment reformatted for readability)</p> <h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">vmware_guest</p> <h5 dir="auto">ANSIBLE VERSION</h5> <p dir="auto">ansible 2.5.0<br> config file = /etc/ansible/ansible.cfg<br> configur...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=aantono" rel="nofollow">Alex Antonov</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2674?redirect=false" rel="nofollow">SPR-2674</a></strong> and commented</p> <p dir="auto">If a redirectToView is used after the r...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=olegk" rel="nofollow">Oleg Kalnichevski</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6180?redirect=false" rel="nofollow">SPR-6180</a></strong> and commented</p> <p dir="auto">Folks,</p> <p dir="auto">Please cons...
0
<p dir="auto">Hello, when creating a browser window like this:<br> <code class="notranslate">new BrowserWindow({ show: false, webPreferences: { nodeIntegration: true, webSecurity: false, partition: '', session: session.fromPartition(</code>${counter}<code class="notranslate">) }</code><br> and using a session:<br> <cod...
<p dir="auto">Brief: When a session is set when creating a BrowserWindow, the protocol intercept functions are not activated.</p> <p dir="auto">Electron version: 6.0.8<br> Operating system: (Bug happens on Mac, Win 7, Win 10 and Ubuntu, so it's not an OS issue)</p> <h3 dir="auto">Expected behavior</h3> <p dir="auto">Wh...
1
<h1 dir="auto">Problem</h1> <p dir="auto">In the <a href="https://github.com/cyclejs">cycle.js</a> project, data-flow is implemented by defining functions of the type:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type CreateDa...
<p dir="auto">E.g. <code class="notranslate">componentDidMount</code> for a class that inherits from <code class="notranslate">React.Component</code></p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Foo extends React.Compone...
0