text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">I just found out that property access expressions doesn't work on type predicate functions and <code class="notranslate">instanceof</code> type guards.</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="
class A {
... | <p dir="auto">This is a proposal for using property access as another form of type guards (see <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="45918355" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/900" data-hovercard-type="pull_req... | 1 |
<p dir="auto">I am trying to run the following code in anaconda on 64 bit windows 8.1. But it is generating error randomly after some epochs. Please help to get out of this.</p>
<p dir="auto">Code:</p>
<p dir="auto">from <strong>future</strong> import print_function<br>
import os<br>
import datetime<br>
import time<br>... | <p dir="auto">Any idea what could be causing this error? I've been trying to solve this for a week. Thanks in advance.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Train on 60816 samples, validate on 15204 samples
Epoch 1/20
60816/60816 [===... | 1 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
Bug</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
Adding NamedModulesPlugin to a project that uses certain global lookups results in what are effectively reference errors.</p>
<p dir="auto"><str... | <p dir="auto">Adding NamedModulesPlugin to the webpack config somehow removes jquery aliases from the global namespace. Results in the following Bootstrap Utils error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Uncaught TypeError: Cannot s... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Johannes Erdfelt (<a href="https://github.com/jerdfelt">@jerdfelt</a>)</strong></p>
<p dir="auto">sqlite treats unique indexes and unique constraints as distinct entities. However, only indexes are reflected and unique constraints aren't.</p>
<p dir="auto">Thi... | <h3 dir="auto">Describe the use case</h3>
<p dir="auto">Postgresql supports domains using the <a href="https://www.postgresql.org/docs/current/sql-createdomain.html" rel="nofollow"><code class="notranslate">CREATE DOMAIN</code></a> and <a href="https://www.postgresql.org/docs/current/sql-dropdomain.html" rel="nofollow"... | 0 |
<p dir="auto">Sick of every time I open Atom having to update stuff...</p> | <p dir="auto">Saw an Atom update, closed Atom to get it. Relaunched Atom from the Terminal:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[master] ~/Development/ $ atom .
LSOpenURLsWithRole() failed for the application /Applications/Atom.app ... | 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>.):</p>
<p dir="auto"><strong>What keywords did you search in... | <p dir="auto">Namespace entity, as other entities, contains ObjectMeta (metadata), which contains in turn also a namespace property, which is :<br>
a. duplication of information<br>
b. can be updated to a completely different value than the namespace it's in.</p>
<p dir="auto">so imho this is a bug and can cause incons... | 0 |
<p dir="auto">Using the shortcuts for copying and pasting text selections duplicates the last selected<br>
character to the beginning of the newly inserted line.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1464876/2944320/86027e86-d9d1-11e3-90... | <p dir="auto">When editing files over an sshfs connection, it takes long periods of time to perform basic actions (directory expansion, file opening). This is likely because git is running locally, but querying a remote repository many times -- can these behaviors be migrated into a non-blocking request? e.g., allow ... | 0 |
<h4 dir="auto">Challenge Name</h4>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">Going to the following URL: <a href="https://github.com/FreeCodeCamp/FreeCodeCamp/wiki">https://github.com/FreeCodeCamp/FreeCodeCamp/wiki</a><br>
This web page has a link called "template" for the Wiki template page. Clicking on th... | <p dir="auto">I noticed that a couple of links are breaking in FreeCodeCamp wiki.</p>
<ul dir="auto">
<li>Camperbot <a href="https://freecodecamp.github.io/wiki/en/CamperBot" rel="nofollow">https://freecodecamp.github.io/wiki/en/CamperBot</a></li>
<li>Template <a href="https://freecodecamp.github.io/wiki/en/Algorithm-W... | 1 |
<h3 dir="auto">Description</h3>
<p dir="auto">Modify the batch indexing task ID generation logic from</p>
<p dir="auto"><code class="notranslate"><index_type_name>_<datasource>_timestamp</code> to<br>
<code class="notranslate"><index_type_name>_<datasource>_<random_id></code><br>
This woul... | <p dir="auto">HadoopDruidIndexer should load up the runtime.properties like all of the other processes and be able to fill stuff into the configuration based on the values it finds (stuff like the pusher). This would help consolidate the various different ways of specifying configuration.</p> | 0 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.4.1</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://github.com/tiagofelipe/vue-store-bug">https://github.com/tiagofelipe/vue-store-bug</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">In src/app/auth/services/auth.js i need to import the s... | <h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">因为dom隐藏下,其宽度或者高度为0,但是偏偏有些组件需要用到这个高度宽度,比如自定义的滚动条,轮播等等。<br>
这类的组件一般都有自己的refresh的方法。<br>
为开发过程中为了追求更快的渲染速度使用的是v-show的方案,虽然可以通过v-show对应data的watch去监听 但是这就要组件对外暴露对应的refresh方法,而不能从组件内部的show钩子去实现刷新,这似乎并不怎么优雅。<br>
综上,我希望可以增加show或者hide钩子函数,或者有其他替代方案也是可以的</p>... | 0 |
<h3 dir="auto"><strong>bug</strong></h3>
<p dir="auto">You can find the code : <a href="https://codesandbox.io/s/j3233w91xw" rel="nofollow">https://codesandbox.io/s/j3233w91xw</a><br>
<strong>Code explanation :</strong></p>
<ul dir="auto">
<li>The Parent component called "ManageEvents" make an API call to get a list of... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
Request a feature</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
<code class="notranslate">getDerivedStateFromProps</code> does not expose <code class="notranslate">prevProps</code></p>
<p dir="a... | 0 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto"><code class="notranslate">next build</code> fails with following error after upgrade to Next 9.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{ Error: Module di... | <p dir="auto">Following instructions on with-apollo example on master (v2.4.6) fails to build.</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/zeit/next.js/issues">issues... | 0 |
<p dir="auto">Installed latest Atom from RPM package on Fedora 21 running in a VirtualBox VM on Windows 8.1, opened a project with default settings and cannot select any text by clicking and dragging with the mouse.</p> | <p dir="auto">There is a <a href="https://code.google.com/p/chromium/issues/detail?id=456222" rel="nofollow">known issue</a> with Chrome41 engine running on Linux in VirtualBox. It actually became a show-stopper for Chrome42. <strong>TL;DR</strong>: in VB Chrome41 engine <em>always</em> runs in touch-screen mode, even ... | 1 |
<ol dir="auto">
<li>
<p dir="auto">I want to see .d.ts for <code class="notranslate">@types/X</code> package without cloning repo.<br>
But when I open types folder on github I see following error, and <code class="notranslate">X</code> folder is not listed.<br>
<code class="notranslate">Sorry, we had to truncate this d... | <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/swaggerize-express</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" ... | 0 |
<p dir="auto">The following snippet is valid ES6, but does not compile due to the undeclared property <code class="notranslate">thing</code>. Since TypeScript is aiming to be a superset of ES6, how will this situation be approached?</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-au... | <p dir="auto">I would like to implement compilation of ts files to generate source map + js files inside Eclipse by using <code class="notranslate">tsc</code>. I have 2 means to do that:</p>
<ol dir="auto">
<li>observe changes (with Eclipse IResource API) of typescript files and call <code class="notranslate">tsc</code... | 0 |
<p dir="auto">I have two projects and each of them has <a href="https://github.com/borisyankov/DefinitelyTyped/blob/master/requirejs/require.d.ts">https://github.com/borisyankov/DefinitelyTyped/blob/master/requirejs/require.d.ts</a> file included. While compiling them with TS 1.4 I got 55 errors of "Duplicate identifie... | <p dir="auto">I am new to TypeScript, so I may be going about this entirely wrong, but I've got a scenario where implicit referencing is causing problems.</p>
<p dir="auto">In my project (Visual Studio 2013 Update 3), I have several Web pages. Each one has one reference to a script that contains general functionality f... | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.1.0</li>
<li>Operating System / Platform => Windows 64 bit</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="i... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.x</li>
<li>Operating System / Platform => Ubuntu 16.04</li>
<li>Compiler => gcc 5.4.0</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">With OpenVINO 2019R1:</p>
<div class="snippet-clipboard-content notranslate... | 0 |
<ul dir="auto">
<li>VSCode Version: 0.10.12-alpha</li>
<li>OS Version: Windows10</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Create Asp .net core empty project in visual studio.</li>
<li>Add some directories under wwwroot folder for client code like JS.</li>
<li>Add new item to manage client li... | <p dir="auto">add path choose window for img src、link href、script src、background-img src</p> | 1 |
<p dir="auto">Figure out how to set the normalize whitespace option and get rid of all the inline things.</p> | <p dir="auto">In recent versions of nose, the options <code class="notranslate">NORMALIZE_WHITESPACE</code> and <code class="notranslate">ELLIPSIS</code> can be set globally. That would be awesome.<br>
This is only available in <a href="https://github.com/nose-devs/nose/blob/master/CHANGELOG">nose 1.2</a>, though. As r... | 1 |
<p dir="auto">I've made an electron application to execute a flash application using the pepflashplaye plugin several platforms.</p>
<p dir="auto">I have followed the doc <a href="https://electronjs.org/docs/tutorial/using-pepper-flash-plugin" rel="nofollow">https://electronjs.org/docs/tutorial/using-pepper-flash-plugi... | <ul dir="auto">
<li>Electron Version: 3.0.0-beta.2</li>
</ul>
<p dir="auto">I'm not sure where to report electron webpage issues so am creating this here.</p>
<ol dir="auto">
<li>
<p dir="auto">Go to <a href="https://electronjs.org/releases#3.0.0-beta.2" rel="nofollow">https://electronjs.org/releases#3.0.0-beta.2</a></... | 0 |
<p dir="auto">I've been trying to dynamically check and uncheck the Table Header checkbox through another component, and have been unable to do so.</p>
<p dir="auto">While exploring this issue further I found that in the TableHeader component setting selectAllSelected to true doesn't seem to be passed on. I've added du... | <p dir="auto">The current Next.js example is quite daunting with several files and concepts thrown in. I will apologize in advance because the following may seem like a bit of a rant, but I really want to improve these examples.</p>
<h2 dir="auto">Things I found confusing</h2>
<p dir="auto">The whole example looks more... | 0 |
<p dir="auto">When doing functional testing using the test client (Symfony\Bundle\FrameworkBundle\Client) and disabling kernel reboots between requests using <code class="notranslate">$client->disableReboot()</code>, upon the 2nd request I'm running into this:</p>
<p dir="auto"></p><div class="Box Box--condensed my-... | <p dir="auto">Hi there,</p>
<p dir="auto">the exception is thrown by this line:<br>
<a href="https://github.com/symfony/symfony/blob/2.5/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php#L134">https://github.com/symfony/symfony/blob/2.5/src/Symfony/Component/HttpFoundation/Session/Storage... | 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 ... | <p dir="auto">Example build fails.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TypeError: (0 , _styles.createStyleSheet) is not a function
at Object.<anonymous> (/xxx/xxxx/xxx/xxx/with-material-ui-next/.next/dist/components/withRo... | 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.... | <h1 dir="auto">TypeScript definitions for electron are a mess.</h1>
<p dir="auto">Dear ladies and gentlemen.</p>
<p dir="auto">Recently I tried to start a TypeScript project using the electron framework. For that purpose<br>
I started a new TypeScript / node.js project from scratch and installed the electron npm<br>
pa... | 0 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run "ver" at a command prompt]
PowerToys version: 0.18.1
PowerToy module for which you are reporting the bug (if applicable): PowerToy... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Version 10.0.18363.836
PowerToys version: v.0.18.1
PowerToy module for which you are reporting the bug: PowerToys Run"><pre class="notranslate"><c... | 1 |
<p dir="auto">Please add it so then when dragging the window out of the zone, it restores back to the size before you snapped it, just like in Windows Snap.</p> | <p dir="auto">I could never figure out how to make this work. Would be nice but is a hard problem.</p> | 1 |
<p dir="auto"><a href="http://stackoverflow.com/questions/18924908/remove-parentheses-from-complex-numbers-pandas/18925604#18925604" rel="nofollow">http://stackoverflow.com/questions/18924908/remove-parentheses-from-complex-numbers-pandas/18925604#18925604</a></p> | <p dir="auto">How can I read back in dataframes from CSV files which I export using <code class="notranslate">to_csv()</code> that have complex numbers?</p>
<p dir="auto">test case:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="data = pd.Data... | 1 |
<p dir="auto">On a short, wide monitor or possibly a tablet in landscape mode, you cannot scroll down the menu even though it's fixed positioning and very long. Thus, you literally cannot click on the bottom options of the left documentation menu.</p>
<p dir="auto">For example, make your window something like 1400x600 ... | <p dir="auto">On the <strong>Components</strong> page of the Bootstrap docs, the sidebar becomes too tall for the viewport when <code class="notranslate">scrollspy</code> causes the sidebar subheadings to show.</p>
<p dir="auto">The sidebar cannot be scrolled or manipulated to show content below the viewport.</p>
<p di... | 1 |
<h3 dir="auto">Vue.js version</h3>
<p dir="auto">1.0.20</p>
<p dir="auto"><code class="notranslate"><div class="tab-wrap" v-if="object.aList.length > 0" v-for="object in objects"></code><br>
This work on Firefox, but not work on Chrome.</p>
<p dir="auto"><code class="notranslate"><div class="tab-wrap" v-for... | <h3 dir="auto">Vue.js version</h3>
<p dir="auto">1.0.20</p>
<h3 dir="auto">Reproduction Link</h3>
<p dir="auto"><a href="https://jsfiddle.net/2so6kua0/2/" rel="nofollow">https://jsfiddle.net/2so6kua0/2/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Start example</p>
<h3 dir="auto">What is Expected?</h3>
... | 1 |
<p dir="auto">In the jsfiddle <a href="http://jsfiddle.net/69z2wepo/3536/" rel="nofollow">http://jsfiddle.net/69z2wepo/3536/</a><br>
there is a <code class="notranslate">setState</code> in <code class="notranslate">componentWillMount</code> and this <code class="notranslate">setState</code> should call <code class="not... | <p dir="auto">Calling <code class="notranslate">setState</code> in <code class="notranslate">componentWillMount</code> doesn't behave as I would expect. <a href="http://jsfiddle.net/kb3gN/3194/" rel="nofollow">Here</a>'s a fiddle demonstrating. In short, the callback is invoked before the state has been updated.</p> | 1 |
<p dir="auto">The same changes suggested in issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="32643374" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/13480" data-hovercard-type="issue" data-hovercard-url="/twbs/bootstrap/issues/13480/h... | <p dir="auto">Adding a bit of info to the item with <code class="notranslate">aria-describedby</code> to the tooltip/popover would help signal to Assistive Technology, like screen readers, that element getting targeted by the tooltip/popover that it is better described by this other DOM thing. This is illustrated on <a... | 1 |
<h5 dir="auto">Description of the problem</h5>
<p dir="auto">This form is for three.js bug reports and feature requests only.</p>
<p dir="auto">This is NOT a help site. Do not ask help questions here.<br>
If you need help, please use the <a href="https://discourse.threejs.org/" rel="nofollow">forum</a> or <a href="http... | <p dir="auto">#my code block</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import * as THREE from 'three';
new THREE.MeshBasicMaterial({
color: this.getRandomColor(),
program: this.particalRender
});">... | 1 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">When I run <code class="notranslate">npm install</code> it runs through fine, then i start my app using <code class="notranslate">npm run dev</code> and browse to a page and that is when I see the error message.</p>
<div class="snippet-cl... | <p dir="auto">I am getting the following issue which I presume is related to babel.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="node_modules/@babel/runtime-corejs2/helpers/esm/asyncToGenerator.js:1
(function (exports, require, module, __fil... | 1 |
<p dir="auto">Hi i'm new on flutter, when i'm building apk for the first time the armeabi-v7a lib was there, but in my second time armeabi replaced by arm64. zenfone cannot install my aplication, but its working on xiaomi.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images... | <h2 dir="auto">Status</h2>
<p dir="auto">9/9/22: Work- in-progress</p>
<h2 dir="auto">Description</h2>
<p dir="auto">When I try to invoke a platform channel method from a custom spawned isolate, the app crashes badly (both on iOS and Android). I'm trying to figure out whether this is expected or not.</p>
<p dir="auto">... | 0 |
<ul dir="auto">
<li>Electron Version:2.0.7</li>
<li>Electron Builder Version:20.27.1</li>
<li>Operating System (Platform and Version):OS X 10.11.6</li>
<li>Last known working Electron version: unknown</li>
</ul>
<p dir="auto"><strong>Expected Behavior</strong><br>
If app IS already running and the user opens any file w... | <p dir="auto"><strong>Is your feature request related to a problem? Please describe.</strong><br>
running many electron apps uses much memory and harddisk space overhead</p>
<p dir="auto"><strong>Describe the solution you'd like</strong><br>
electron should run as a daemon so that more then 1 app can share functions</p... | 0 |
<p dir="auto">Salute,</p>
<p dir="auto">currently the GP module does not allow to use multiple input feature with the same value. At least from the math point of view there is no need for this restriction. Though, I didn't go through the whole implementation to see if there is something special about it that would requ... | <p dir="auto">I would like to suggest that the LOF score which is calculated and stored in the <a href="https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/neighbors/lof.py">LOF class</a> as <code class="notranslate">negative_outlier_factor_</code> is publicly accessible.<br>
</p><div class="Box Box--conde... | 0 |
<p dir="auto">My intellisense is not showing the same behavior as what's shown in the v10.10 release notes.<br>
Note here how the <code class="notranslate">@constructor</code> directive is visible at the end of the description, suggesting that perhaps it wasn't parsed.<br>
<a target="_blank" rel="noopener noreferrer no... | <p dir="auto">More often these days (I have seen this before) my problems/warnings status bar shows 99+ and clicking on it shows all are coming from /Applications/Visual Studio Code - Alpha.app/Contents/Resources/app/extensions/typescript/server/typescript/lib/lib.d.ts</p>
<p dir="auto"><a target="_blank" rel="noopener... | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
This ticket is not critical, since the <code class="notranslate">dist/production</code> env still works, but there seems to be some not needed redundancy.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="h... | <h1 dir="auto">Bug report</h1>
<p dir="auto">(I <em>think</em> this is a bug. It's possible it's a feature I don't yet understand.)</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">When using the split chunks plugin, the resulting compilation chunks sometimes have duplicate ids. For... | 0 |
<p dir="auto"><a href="https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+java9-periodic/256/consoleText" rel="nofollow">https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+java9-periodic/256/consoleText</a></p>
<p dir="auto">This looks like a fairly minimal reproduction:</p>
<div cla... | <p dir="auto">Right now Elasticsearch plugins that want ship scripts have to deal with locating the configuration of Elasticsearch so they can run properly. On the other hand in 5.0 Elasticsearch will ship the <code class="notranslate">elasticsearch-plugin</code> command that already does this. If we could allow plugin... | 0 |
<p dir="auto">Use the proxy object as part of telnet invocation which has been exccluded as part of [3013] (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="392457287" data-permission-text="Title is private" data-url="https://github.com/apache/dubbo/issues/3013" data-hovercard-type="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/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">The following snippet is valid, as far as I know:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export interface User {
wpUserID: string;
}"><pre class="notranslate"><span class="pl-k">export</span> <span clas... | <p dir="auto">Raised on SO. The following is an error:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export default interface Foo {
}"><pre class="notranslate"><span class="pl-k">export</span> <span class="pl-k">default</span> ... | 1 |
<ul dir="auto">
<li>VSCode Version: 0.10.12-alpha</li>
<li>OS Version: Ubuntu 14.04</li>
<li>Debugging using Microsoft cpp debugger, but will happen in any "stop-all" style debugger.</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Compile following C++ code</li>
</ol>
<div class="snippet-clipboard-... | <ul dir="auto">
<li>VSCode Version:0.10.10</li>
<li>OS Version:windows 10</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>type<br>
<code class="notranslate">var a = ENV === 'dev' ? "a" : "b";</code></li>
<li>" : " is consider as variable type</li>
</ol>
<p dir="auto"><a target="_blank"... | 0 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-import-a-google-font?solution=%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0A%20%20%7D%0A%0A%20%20p%20%7B%0A%20%20%20%20font-size%3A%2016px%3B%0A%20%20%20%20font-family%3A%20Monospace%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-line-up-form-elements-responsively-with-bootstrap" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-line-up-form-elements-responsively-with-bootstrap</a> has an issue.</p>
<p dir="auto">I think the problem is happening on all... | 1 |
<p dir="auto">With current 0.5 master:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> map(Float32, [3,4,5])
3-element Array{Float32,1}:
3.0
4.0
5.0
julia> broadcast(Float32, [3,4,5])
3-element Array{Int64,1}:
3
4
5"><pre cl... | <p dir="auto">The following code fails with an <code class="notranslate">InexactError()</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="X = [1,2,3]
Y = [4 5]
broadcast(atan2, X, Y)"><pre class="notranslate"><code class="notranslate">X =... | 1 |
<p dir="auto">I have a kind request for all the contributors to the latest provider packages release.<br>
Could you help us to test the RC versions of the providers and let us know in the comment,<br>
if the issue is addressed there.</p>
<h2 dir="auto">Provider <a href="https://pypi.org/project/apache-airflow-providers... | <p dir="auto"><strong>Description</strong></p>
<p dir="auto">Currently, in our bash scripts (mostly in CI and Breeze) we use an old and outdated naming convention where every environment variable is CAPITALIZED. This comes from my personal background as I am the author of most of it, but there are better (and modern) c... | 0 |
<p dir="auto">This 3-liner crashes rustc:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="struct CrashIt;
impl Iterator for CrashIt { }
fn main() { }"><pre class="notranslate"><span class="pl-k">struct</span> <span class="pl-sm... | <h3 dir="auto">STR</h3>
<p dir="auto">Didn't have time to write a shorter snippet</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#![crate_type = "lib"]
#![feature(associated_types, lang_items, unboxed_closures)]
#![n... | 1 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.5.16</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codesandbox.io/s/rllvz0m21o" rel="nofollow">https://codesandbox.io/s/rllvz0m21o</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto">
<li>Create a "renderless" component that passes data in... | <h3 dir="auto">Version</h3>
<p dir="auto">2.5.16</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codesandbox.io/s/vn7jz1l1kl" rel="nofollow">https://codesandbox.io/s/vn7jz1l1kl</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Click the button that says "refresh"</p>
<h3 dir="auto">W... | 1 |
<p dir="auto"><strong>What is the bug?</strong></p>
<p dir="auto">When you perform the first post request, everything's fine. Each subsequent request (or a page refresh) leads to a 405 error.</p>
<p dir="auto"><strong>How to Reproduce the error</strong><br>
Here's the minimum code to replicate the error:</p>
<p dir="au... | <p dir="auto">With the following example:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from flask import Flask
app = Flask(__name__)
@app.route('/', methods=['POST'])
def hello_world():
return 'Hello World!'
if __... | 1 |
<p dir="auto">Go version: go1.3.3 linux/amd64 on Fedora 20</p>
<p dir="auto">When creating an archive (with <code class="notranslate">tar.NewWriter</code>), long names (> 100 chars) that don't fit into standard tar headers need to be encoded differently.<br>
An optimisation in <code class="notranslate">archive/tar/w... | <p dir="auto">Using <code class="notranslate">go1.5</code></p>
<p dir="auto">Also discovered this while fixing other archive/tar issues (and I found fair number of them, mostly minor). However, fixing this will change the way archive/tar reads and writes certain formats.</p>
<h4 dir="auto">What the current archive/tar ... | 1 |
<p dir="auto">We got the following warning message:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="warning: variant is never used: `Foo`, #[warn(dead_code)] on by default"><pre class="notranslate">warning: variant is never us... | <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="mod a {
#[deriving(Show)]
pub enum E {
Variant1,
Variant2,
}
}
fn main() {
let x = a::E::Variant1;
let y = match x {
a::E::Variant1 => ... | 1 |
<p dir="auto">In the resulting output of customized Bootstrap 3 CSS, the styles for .fade.in come after .modal-backdrop.in</p>
<p dir="auto">This causes the opacity of the modal backdrop to become 1.0 instead of 0.5, giving the appearance of a totally black backdrop instead of a faded page.</p>
<p dir="auto"><a target=... | <p dir="auto">Hi!</p>
<p dir="auto">I just generated a customized version and the modal background is totally black (I also generated a version without any change to be sure it wasn't me that caused that):</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/7... | 1 |
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p>
<ul dir="auto">
<li>No</li>
</ul>
<p dir="auto"><stro... | <p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p>
<p dir="auto">Bug?</p>
<p dir="auto"><strong>What key... | 0 |
<p dir="auto">OpenCV 4.0.0 alpha cannot be easily included in a /clr or /clr:pure Visual Studio project, because of the new native use of <code class="notranslate"><mutex></code>, which is forbidden in that case.<br>
It would be easy to fix it, using a cv::Mutex wrapper around std::recursive_mutex (instead of str... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.1</li>
<li>Operating System / Platform => Windows 64 Bit</li>
<li>Compiler => Visual Studio 2017</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I can not compile quite simple OpenCV project with CLR on Visual ... | 1 |
<p dir="auto"><strong>Apache Airflow version</strong>: 1.10.9</p>
<p dir="auto">**Kubernetes version: 1.15.11</p>
<p dir="auto"><strong>Environment</strong>:</p>
<ul dir="auto">
<li><strong>Cloud provider</strong>: Google Cloud</li>
</ul>
<p dir="auto"><strong>What happened</strong>:</p>
<p dir="auto">I started to noti... | <p dir="auto"><strong>Apache Airflow version</strong>: 1.10.7</p>
<p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>):</p>
<p dir="auto"><strong>Environment</strong>: local</p>
<ul dir="auto">
<li><strong>Cloud provider or hardware confi... | 0 |
<p dir="auto">As i use the sharding-sphere in my old project . There is some sql segement like<br>
insert into a (a,b) value(?,?) on duplicate key update a= ? , b = ? + b by use the PreparedStatement<br>
then the sharding-sphere will ignore the last two question symbol , then will cause the parameter 3 not found except... | <h2 dir="auto">Bug Report</h2>
<h3 dir="auto">Which version of ShardingSphere did you use?</h3>
<p dir="auto">Both 5.0.0-alpha and 5.0.0-beta have this problem.</p>
<h3 dir="auto">Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?</h3>
<p dir="auto">ShardingSphere-JDBC</p>
<h3 dir="auto">Expected b... | 0 |
<pre class="notranslate">for example, one might want to solve <a href="https://golang.org/issue/4357" rel="nofollow">issue #4357</a> with this.
a test program: <a href="http://play.golang.org/p/gyk1yehoTp" rel="nofollow">http://play.golang.org/p/gyk1yehoTp</a>
i think we can treat a nil byte slice as the signal.</pre... | <pre class="notranslate">Time.MarshalJSON also encodes uninitialized time.Time values.
It would be better if the encoding was guarded with IsZero() to avoid returning
meaningless times.</pre> | 0 |
<p dir="auto"><strong>What keywords did you search in Kubernetes issues before filing this one?</strong> (If you have found any duplicates, you should instead reply there.):</p>
<p dir="auto">generated.Asset</p>
<hr>
<p dir="auto"><strong>Is this a BUG REPORT or FEATURE REQUEST?</strong> (choose one):</p>
<p dir="auto"... | <p dir="auto">Something like:</p>
<div class="highlight highlight-source-yaml notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="rules:
- host: foo.bar.com
path: /api
backend:
- serviceName: alpha1
weight: 1, or 33%
- serviceName: alpha2
weight: 2, or 66%"><pre ... | 0 |
<p dir="auto"><code class="notranslate">flutter run -v</code> getting stuck at <code class="notranslate">Waiting for observatory port to be available...</code>. Although the build is getting installed on iOS simulator, but nothing happens if I try to launch it, ie I see a white blank screen and then goes back to home s... | <p dir="auto">Instead of using our own machines and deleting stuff to reproduce states of missing dependencies to test things like <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="224193315" data-permission-text="Title is private" data-url="https://github.com/flutter/flutter/issues/95... | 0 |
<p dir="auto">I'm deploying a project of mine to Heroku (which appear to be copying the project from a directory in which it is built before starting it). This causes issues with Next.js <code class="notranslate">5.0.0</code>, which appear to output absolute paths. This can be confirmed by going through the sources.</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/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected ... | 0 |
<p dir="auto">i am new to doctrine... created yml file with name XYZ.Model.User.dcm.yml inside my condig directory<br>
and i run orm:generate-enities command to generate Entities in XYZ\Model\ directory but i got XYZ\Model\XYZ\Model\User.php instead of XYZ\Model\User.php</p> | <p dir="auto">i am new to doctrine... created yml file with name XYZ.Model.User.dcm.yml inside my condig directory<br>
and i run orm:generate-enities command to generate Entities in XYZ\Model\ directory but i got XYZ\Model\XYZ\Model\User.php instead of XYZ\Model\User.php</p> | 1 |
<h2 dir="auto">Description</h2>
<p dir="auto">When trying to boot an electron application with electron command (directly or indirectly) electron does not boot the app, it simply exits without word, reason or logs, there are no exceptions thrown, there are no logs output, there is no indication of what is actually happ... | <ul dir="auto">
<li>Electron version: 1.2.4</li>
<li>Operating system: Linux xxx 4.2.0-38-generic <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="17570403" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/45" data-hovercard-type="issue" da... | 1 |
<p dir="auto">When you use <code class="notranslate"><a router-link="foo">Link</a></code> with an accompanying <code class="notranslate"><router-outlet></router-outlet></code>, the proper component's template appears in the outlet. The issue is when the user refreshes (on the proper URL extensio... | <p dir="auto">It appears that only the HashLocationStrategy updates the url on calls to router.navigate. When I change my LocationStrategy to the HTML5LocationStrategy the urls no longer update when navigating from <em>"/products/:productId" -> "/"</em>. The navigation does occur, though.</p>
<p dir="auto">This is h... | 1 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>...</li>
<li>...</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.199.0<br>
<strong>System</strong>: Microsoft Windows 7 Enterprise<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Erro... | <p dir="auto">I right-clicked on a folder in the tree view</p>
<p dir="auto"><strong>Atom Version</strong>: 0.194.0<br>
<strong>System</strong>: Windows 7 Entreprise<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cannot find module './context-menu'<br>
Erro... | 1 |
<p dir="auto">I think it's a bug related with the feature <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="171062392" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/19612" data-hovercard-type="issue" data-hovercard-url="/symfony/symfony/iss... | <p dir="auto">This issue is about discussion my DX initiative for optimization and generalization of symfony 2 functional testing mechanisms. I use this approach for about 2 years and i can provide corresponding PR if it receives positive feedback.</p>
<h1 dir="auto">Problem</h1>
<p dir="auto">For now all the bundles t... | 0 |
<h1 dir="auto">----------------------------------------------------</h1>
<h1 dir="auto">This works</h1>
<h1 dir="auto">----------------------------------------------------</h1>
<p dir="auto">import scipy.io as sio<br>
a_dict = {'field1': 0.5, 'field2': 'a string'}<br>
sio.savemat('saved_struct.mat', {'a_dict': a_dict})... | <p dir="auto">The MATLAB equivalent of None is the empty array []. It looks like scipy does not perform this conversion.</p>
<p dir="auto">But if I try to save a dict with a None inside it, I get this: (scipy 0.13.0 in Anaconda Python on Windows 7 64-bit)</p>
<div class="snippet-clipboard-content notranslate position-r... | 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 du... | <p dir="auto">是否进行心跳信息的发送,是靠下面两个属性来判断的。<br>
Long lastRead = (Long) channel.getAttribute(HeaderExchangeHandler.KEY_READ_TIMESTAMP);<br>
Long lastWrite = (Long) channel.getAttribute(HeaderExchangeHandler.KEY_WRITE_TIMESTAMP);</p>
<p dir="auto">KEY_READ_TIMESTAMP与KEY_WRITE_TIMESTAMP的设置在HeartBeatHandler和HeaderExchangeHandl... | 0 |
<p dir="auto">We coding almost on US.en keyboard, if need switch input method and switch command name to Chinese in brain then input, it's not good idea.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/1423545/14549803/dc8c4c4c-02f5-11e6-9422-2662ef4edc18.png">... | <ul dir="auto">
<li>VSCode Version:<br>
バージョン 0.10.12-insider<br>
コミット <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/ef2a1fcaa553d14d7731b284a5ac5e4a55c42936/hovercard" href="https://github.com/microsoft/vscode/commit/ef2a1fcaa553d14d7731b284a5ac5e4a5... | 1 |
<p dir="auto">transformer:<a href="https://www.tensorflow.org/alpha/tutorials/text/transformer#top_of_page" rel="nofollow">https://www.tensorflow.org/alpha/tutorials/text/transformer#top_of_page</a></p>
<p dir="auto">Has anyone run this experiment, and the results of my run have not reached the official results. I post... | <p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 64bit</li>
<li>TensorFlow installed from (source or binary): pip</li>
<li>TensorFlow version: 1.12.0</li>
<li>Python version: 3.6.7 64bit</li>
<li>Installed using virtualenv? pip... | 0 |
<p dir="auto">Possibly this issue is not an issue of Windows Terminal but of WSL or of one specific distribution within WSL.</p>
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Microsoft Windows [Version 10.0.18362.3... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.0
Windows Terminal version : 0.4.2382.0
ConEmu version: 180626 "><pre lang="none" class="notranslate"><code class="notranslate">Window... | 1 |
<p dir="auto">I’m using a <a href="http://bepo.fr/wiki/Accueil" rel="nofollow">bépo</a> keyboard layout. On Windows, when hitting <em>AltGr</em>, I get it translated to <code class="notranslate">ctrl-alt</code>. On Linux, I get it translated to… <code class="notranslate">á</code>, which is very weird and wrong.</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">PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE</p>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.0.5-5441b09</p>
<p dir="auto">Call stack: at d (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:5744)<br>
at e.getCommitTree ... | <hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.0.2-2bcc6c6</p>
<p dir="auto">Call stack: at d (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:5744)<br>
at e.getCommitTree (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11... | 1 |
<p dir="auto">The following program fails with the panic:</p>
<div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="package main
import (
"fmt"
"net/mail"
)
func main() {
data := "=??Q? ?=<0@0>&... | <p dir="auto">The following program fails the panic:</p>
<div class="highlight highlight-source-go notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="package main
import (
"fmt"
"net/mail"
)
func main() {
data := "\"\\\x1f,\"<... | 1 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto"><code class="notranslate"><Link></code> will not navigate to pages with Ant Design stylesheets.</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto"><a href="https://github.com/iamricky/nextjs-bug">https://github.com/iamricky/nextjs-b... | <p dir="auto">This is bug report</p>
<p dir="auto">Link does not work with css-module imported. That happens when page with Link has no css, and linked page has. No errors in console, so im not sure about reasons, but there is minimal repo to reproduce:<br>
<a href="https://github.com/standy/next-css-error">https://git... | 1 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1796" rel="nofollow">http://projects.scipy.org/scipy/ticket/1796</a> on 2012-12-20 by trac user seanBE, assigned to unknown.</em></p>
<p dir="auto">FAILED (KNOWNFAIL=15, SKIP=43, errors=1, failures=69)<br>
Tested scipy using the nose pack... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1729" rel="nofollow">http://projects.scipy.org/scipy/ticket/1729</a> on 2012-09-18 by trac user breuderink, assigned to unknown.</em></p>
<p dir="auto">Dear developers,</p>
<p dir="auto">I installed the development version (the latest wou... | 1 |
<p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/srkiNZ84/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/srkiNZ84">@srkiNZ84</a> on 2016-05-09T22:40:20Z</p>
<h5 dir="auto">ISSUE TYPE</h5>
<ul di... | <p dir="auto">It would be nice to be possible to specify vars in tasks files such as the following:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# playbook.yml
- hosts: localhost
tasks:
- include: tasks.yml"><pre class="notranslate"><c... | 1 |
<h3 dir="auto">Expected Behavior</h3>
<p dir="auto">Only the error message / usage information being printed</p>
<h3 dir="auto">Actual Behavior</h3>
<p dir="auto">A traceback shows up above the usage information.</p>
<h3 dir="auto">Environment</h3>
<ul dir="auto">
<li>Python version: 2.7.14</li>
<li>Flask version: 1.0.... | <h3 dir="auto">Expected Behavior</h3>
<p dir="auto">As there is the support for <code class="notranslate">lazy loading</code> the app, when running <code class="notranslate">flask</code> CLI without providing the proper environment variables we must see a better warning instead of raw exception.</p>
<p dir="auto">Tell ... | 1 |
<p dir="auto">I've been having some issues on 1.3 that I haven't had on 1.2 on the same machine. Seems like libgit2 update has broken something:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(v1.3) pkg> up
Updating registry at `~/.julia/... | <p dir="auto">Opening this issue here since I am pretty sure Pkg has not changed anything, maybe this is related to the libgit2 upgrade (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="477439844" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/iss... | 1 |
<p dir="auto">Behavior in the vast majority of editors/programs is that if you execute the 'Copy' command (Control/Command + C) when no text is selected is that nothing happens.</p>
<p dir="auto">Atom instead copies the current line. There's already a nice duplicate-line command, making the behavior not quite necessary... | <p dir="auto">It's too frequent that someone might accidentally hit the 'c' key instead of the 'v' key when pasting in atom.</p>
<p dir="auto">instead of copying empty space, the copy shortcut should simply not do anything.</p>
<p dir="auto">I can write the pull request myself if someone can point me in the right direc... | 1 |
<p dir="auto">I know you can alter the darkness of the shadow cast based on the light itself:<br>
light.shadowDarkness = 0.5;</p>
<p dir="auto">but say i have objects with materials of various opacities:<br>
var material = new THREE.MeshPhongMaterial( { color : 0x000000, opacity:0.1} );<br>
material.transparent = true;... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">Just as the issue title indicated, I create an InstancedMesh with more than one instances at different positions, but it's just the Box3 result of the Geometry attached to it. After reading the code, I have made a fix.</p>
<div class="highlight highlight-sour... | 0 |
<p dir="auto">Try this:</p>
<ul dir="auto">
<li>create a new app</li>
<li>start an emulator</li>
<li>flutter run your new app</li>
<li>yay, it works!</li>
<li>then, replace your lib/main.dart with the following contents:</li>
</ul>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto"... | <p dir="auto">Add infrastructure to check for program elements changed in the last reload and not executed. Use this facility in flutter tools to figure out situations where the user makes changes that will not be reflected after a hot reload and warn users about the need to do a hot restart for the changes to take eff... | 1 |
<p dir="auto"><em>Please make sure that this is a bug. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em></p>
<p dir="auto"><strong>Syste... | <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>: 16.04.4 LTS (Xenial Xerus)</li>
<li><strong>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if... | 0 |
<p dir="auto">We have to expand the mod_wsgi deployment chapter.</p>
<p dir="auto">Related feedback issues:</p>
<ul dir="auto">
<li><a href="http://feedback.flask.pocoo.org/message/98" rel="nofollow">http://feedback.flask.pocoo.org/message/98</a></li>
</ul> | <p dir="auto">Many people struggle with deploying a simple Flask application. The tutorial should show that and provide some helpful pointers to other parts of the documentation that handle deployment.</p>
<p dir="auto">Related feedback issues:</p>
<ul dir="auto">
<li><a href="http://feedback.flask.pocoo.org/message/10... | 1 |
<p dir="auto">like javascript, TypeScript editor needs auto { --> } with auto formatting<br>
it will be very useful</p>
<p dir="auto">thanks</p> | <p dir="auto">In Visual Studio if you go into the options for TypeScript(Tools > Options > Text Editor > TypeScript > General) the "Automatic brace completion" option is grayed out.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/ab3ecd5bca051... | 1 |
<ul dir="auto">
<li>VSCode Version: 1.1.1</li>
<li>OS Version: linux</li>
</ul>
<p dir="auto">The list of default keyboard shortcuts does not include <code class="notranslate">alt+click</code> or any other <code class="notranslate">click</code> commands. Is it possible to rebind them?</p> | <p dir="auto">On most Linux desktops <code class="notranslate">alt+click</code> will allow you drag a window by clicking anywhere over it. This conflicts with the multiple cursors binding.</p>
<p dir="auto">It's still possible to obtain multiple cursors with commands like <code class="notranslate">insertCursorAbove</co... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: win10 1903(18362.239)
Windows Terminal version (if applicable): 0.3.2142.0(from Microsoft Store)
"><pre lang="none" class="notranslate"><code clas... | <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.267]
Windows Terminal version (if applicable): 0.3.2142.0
Any other software?
Ubuntu 18.04 running in WSL1 ... | 0 |
<p dir="auto">According to the package <a href="https://golang.org/pkg/net/#Dial" rel="nofollow">doc</a>, address without host specified should be allowed, e.g. <code class="notranslate">Dial("tcp", ":80")</code>. But an error <code class="notranslate">connectex: The requested address is not valid in its context</code>... | <pre class="notranslate">What steps will reproduce the problem?
run this program on windows
package main
import (
"log"
"net"
)
func dial() error {
l, err := net.Listen("tcp", ":0")
if err != nil {
return err
}
go func() {
c, err := l.Accept()
if err != nil {
... | 1 |
<p dir="auto">when I request <a href="http://tjw_161130192022480.company.qihuiwang.com/" rel="nofollow">http://tjw_161130192022480.company.qihuiwang.com/</a><br>
return this: invalid hostname: tjw_161130192022480.company.qihuiwang.com,<br>
I don't know how to solve this question !<br>
hlep me !</p> | <p dir="auto">I have url with invalid hostname - it does not match IDNA standards. Scrapy fails with that.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="scrapy fetch "https://mediaworld_it_api2.frosmo.com/?method=products&products=[%... | 1 |
<h3 dir="auto">Describe the workflow you want to enable</h3>
<p dir="auto">I Would like to enable <code class="notranslate">KBinsDiscretizer</code> to handle NaNs, in order to create bins representing missing values. This is a bit awkward for ordinal encoding, but makes a lot of sense for one hot encoding, where one ca... | <p dir="auto">Missing values, represented as NaN, could be treated as a separate category in discretization. This seems much more sensible to me than imputing the missing data then discretizing.</p>
<p dir="auto">In accordance with recent changes to other preprocessing, NaNs would simply be ignored in calculating <code... | 1 |
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p>
<p dir="auto"><strong>What keywords did you search in... | <p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="159734706" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/27208" data-hovercard-type="pull_request" data-hovercard-url="/kubernetes/kubernetes/pull/27208/hovercard" href="... | 0 |
<p dir="auto">I know that this issue has been discussed many times before, and that it depends on Chromium integrating support for it. However, maybe there can be an easy workaround?</p>
<p dir="auto">For example: track a force touch on the entire window rather than on a specific element, and have Electron fire events ... | <p dir="auto">I'd like Electron to support Force Touch mainly for what is described here : <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="155284312" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/11776" data-hovercard-type="issue" data-hovercar... | 1 |
<p dir="auto">Tried fresh new build with Dart v1.10.1, Node v0.12.4 and deleted <code class="notranslate">node_modules</code>. After <code class="notranslate">npm install</code> and <code class="notranslate">gulp build</code> I get following stack trace (WARNING: really long stack trace):</p>
<div class="highlight high... | <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
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https... | 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 dir="auto">
<li>[ <g-emoji class="g-emoji" alias="ballot_box_with_check" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2611.png">☑️</g-emoji>] 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>
... | 0 |
<p dir="auto">A.ts:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class A<T> { method() {} }
export = A;"><pre class="notranslate"><span class="pl-k">class</span> <span class="pl-smi">A</span><span class="pl-c1"><</spa... | <ol dir="auto">
<li>
<p dir="auto">Create a new package directory</p>
</li>
<li>
<p dir="auto"><code class="notranslate">npm install github</code></p>
</li>
<li>
<p dir="auto">write the following file:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-cli... | 1 |
<p dir="auto">In a stand-alone CMD window, the <strong>CLS</strong> command clears not only the text currently visible in the window, but all of the history in the scrollback buffer. In a Windows Terminal CMD tab, clear is clearing only the currently visible text, leaving the scrollback content untouched.</p>
<h1 dir=... | <p dir="auto">I feel like this problem should have been reported already, but I couldn't find it in GitHub issue search.</p>
<h3 dir="auto">Environment</h3>
<p dir="auto">Windows build number: <code class="notranslate">Microsoft Windows [Version 10.0.18362.205]</code> - Win10 ver. 1903 with Microsoft-internal test buil... | 1 |
<p dir="auto">You guys seem to be using np.std(x) to scale each column instead of np.std(x, ddof=1). As a result your std estimate is biased. Note that similar function in R, base::scale uses unbiased std estimate.</p> | <h4 dir="auto">Description</h4>
<p dir="auto">It would be nice to provide StandardScaler with an option to chose unbiased estimator of variance,</p>
<p dir="auto">It it sometimes convenient to use unbiased estimator of variance: numpy.var(X, ddof=1)<br>
instead of default: numpy.var(X, ddof=0)</p>
<p dir="auto">So far ... | 1 |
<p dir="auto">I tried using this method : <a href="https://groups.google.com/forum/#!topic/twitter-bootstrap-stackoverflow/O4H28d1-d7Q" rel="nofollow">https://groups.google.com/forum/#!topic/twitter-bootstrap-stackoverflow/O4H28d1-d7Q</a></p>
<p dir="auto">but it doesnt work well with bootstrap 3.</p>
<p dir="auto">Can... | <p dir="auto">I have problem in the version of the iPad's Safari browser 5.1.1 (9b2060), where scrollspy reacts in an unexpected way. After clicking on a menu session, it redirects to him, so far everything ok, but if I do not move the page and press on another item, the menu does not recognize the touch. After I move ... | 0 |
<p dir="auto">I read in my dataframe with</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" pd.read_csv('df.csv')"><pre class="notranslate"><code class="notranslate"> pd.read_csv('df.csv')
</code></pre></div>
<p dir="auto">And then I run the cod... | <p dir="auto">scikits.timeseries notions of fill_missing_dates, duplicates possible, etc. Little to no testing in this regard</p> | 0 |
<ul dir="auto">
<li>[x ] 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 Behavior</h2>
<p dir="auto">run without any error</p>
<h2 dir="auto">Current Behavior</h2>
<p dir="auto">work good with... | <p dir="auto">In repositories with multiple projects, sometimes it is appealing to share code between the projects. Next currently requires that all of the site code is under the Next project's root directory. With code sharing, the shared code usually resides outside of the Next project's root. With a few modification... | 0 |
<h3 dir="auto">Describe the workflow you want to enable</h3>
<p dir="auto">Enable <code class="notranslate">preprocessor.get_feature_names_out()</code> where <code class="notranslate">preprocessor</code> is a ColumnTransformer with SimpleImputer.</p>
<h3 dir="auto">Describe your proposed solution</h3>
<p dir="auto">If ... | <h3 dir="auto">Describe the workflow you want to enable</h3>
<p dir="auto">I would like to get the feature names input to a classifier after imputation.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="column_trans = ColumnTransformer([('imputed... | 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">This issue exists in the latest npm version</h3>
<ul clas... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.