text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 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/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
I've a react project in which I use the <a href="https://github.com/microsoft/monaco-editor-webpack-plugin">monaco-editor-webpack-plugin</a></p>
<p dir="auto">I want to bundle all dependencies to <code class="notranslate... | <p dir="auto">I'm trying to bundle all my monaco-editor dependencies to a separate chunk inside my webpack config.</p>
<p dir="auto">Right now I'm doing is by using the cacheGroups feature of webpack:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clip... | 1 |
<p dir="auto">I was tracking down an issue in my <a href="https://github.com/tpapp/julia-repl/issues/2" data-hovercard-type="issue" data-hovercard-url="/tpapp/julia-repl/issues/2/hovercard">Emacs-based Julia REPL</a>, which uses Emacs's <code class="notranslate">ansi-term</code>. The issue was that <code class="notrans... | <p dir="auto">I'm using <code class="notranslate">llvmcall</code> to hook-up certain intrinsics to Julia, but ran into the issue that intrinsics need to be declared, and this is currently not supported (for example, see <a href="https://groups.google.com/forum/#!topic/julia-dev/X0k-AErZBYk" rel="nofollow">this thread</... | 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 |
<h5 dir="auto">Description of the problem</h5>
<p dir="auto">I'm trying to render only the edges of the geometry below but I am getting unwanted edges specifically the ones in violet line. The green lines represent the ones generated by an EdgesGeometry with threshold 1 and the faded grey lines are generated by a Wiref... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">The EdgesGeometry takes all the cords shared between faces and if the faces are not coplanar (or their "dot" is less than the thresholdDot) then it shows them as edges.</p>
<p dir="auto">The problem is that in some cases a cord is the sum of two other cords i... | 1 |
<p dir="auto">I like the design of the new <code class="notranslate">Deno.serveHttp</code> API. I think a similar design would work well for WebSockets, too.</p>
<p dir="auto">Example API:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-c... | <p dir="auto">Probably looks like this:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let { respondWith, request } = await httpConn.nextRequest();
let { ws, response } = Deno.serveWebsocket(request);
respondWith(response);
// u... | 1 |
<h4 dir="auto">Problem description</h4>
<p dir="auto">I would like to subset the data frame with a indexer. When using MultiIndex, the results are not following requested order.</p>
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<p dir="auto">This works as expected when index is a simple <code cl... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [40]: cols = pd.MultiIndex.from_product([['A', 'B', 'C'],[1,2]])
In [41]: df = pd.DataFrame(np.random.randn(5,6), columns=cols)
In [42]: df.loc[:, ['B', 'A']]
Out[42]:
A ... | 1 |
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> corrupt_stacktrace() = error("destroy stacktrace")
julia> f() = error("expected")
f (generic function with 1 method)
julia> try
f()
... | <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function foo()
try
error("error in foo")
catch e
end
end
function bar()
try
error("error in bar")
catch e
foo()
... | 1 |
<h5 dir="auto">Issue Type:</h5>
<p dir="auto">Feature Request</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">ansible 1.6.5</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">My situation is that I have a Mac OS X 10.9 machine which I am running Ansible from. I want to manage Ubuntu 12.04 hosts.</p>
<h5 dir="au... | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">ansible 1.6.1</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Mac OSX</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">If we have a hosts file:</p>
<div class="snippet-clipboard-content notranslate position-... | 0 |
<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.194.0<br>
<strong>System</strong>: Microsoft Windows 8.1<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cannot... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:351:15)
at Function.Module._load (module.js:293:25)
at Mod... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">In the commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/symfony/symfony/commit/7e87eb1fdfac872687a4b9a7ce315812d5eb0d03/hovercard" href="https://github.com/symfony/symfony/commit/7e87eb1fdfac872687a4b9a7ce315812d5eb0d03"><tt>7e87eb1</t... | <p dir="auto">After my first typo since updating dependencies, I noticed fatal errors were displayed in a symfony layout, unfortunately I'm getting displaying issues.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/fc5b7c9bfe00c2c6c7b1e7f23ccc815cfa23cdc9... | 0 |
<h1 dir="auto">Feature request</h1>
<p dir="auto">When using a <code class="notranslate">next export</code> static build, I would like the <code class="notranslate">getInitialProps</code> method to fire only during the build step and not on the client for select page components. (<a href="https://stackoverflow.com/ques... | <h2 dir="auto">Summary</h2>
<p dir="auto">Allow Next.js to become fully hybrid by providing methods to do both static generation and server-side rendering on a per-page basis.</p>
<ul dir="auto">
<li>Two new per-page data fetching methods
<ul dir="auto">
<li><code class="notranslate">getStaticProps</code> - Opt-in to s... | 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">The function to detect whether the current window is maximized is invalid</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="mainWindow = new BrowserWindow({
height: 670,
useContentSize: true,
width: 1022,
... | 0 |
<p dir="auto"><strong>Migrated issue, originally created by David Lord (<a href="https://github.com/davidism">@davidism</a>)</strong></p>
<p dir="auto"><code class="notranslate">as_declarative</code> has been removed from the top level module between 0.9.8 and 0.9.9. This no longer works:</p>
<div class="snippet-clipb... | <p dir="auto"><strong>Migrated issue, originally created by Eben Freeman (<a href="https://github.com/emfree">@emfree</a>)</strong></p>
<p dir="auto">Hi,<br>
Looks like <code class="notranslate">sqlalchemy.ext.declarative.__init__.py</code> no longer imports <code class="notranslate">as_declarative</code> in 0.9.9. Not... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald" rel="nofollow">Keith Donald</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7973?redirect=false" rel="nofollow">SPR-7973</a></strong> and commented</p>
<p dir="auto">I found the following odd with <code cl... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=cbeams" rel="nofollow">Chris Beams</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6310?redirect=false" rel="nofollow">SPR-6310</a></strong> and commented</p>
<p dir="auto">Much like Spring's TestContext framework ... | 1 |
<p dir="auto">Normally the columns in a row should float left in a row. When the row becomes to small for wrapping the columns, the columns should stack below and float again. Why is my last column not stacking in the small screen size (sm). Instead it floats also to the left on the first row of columns and dissapears ... | <p dir="auto">The probleme occurs when viewing this frgment of page on a small screen : the "heading 1.1" and "heading 1.2" blocks are not displayed.</p>
<p dir="auto">I am using Bootstrap 3.0.0, chrome 29.0.1547.57 on Linux.<br>
In this example, i am not using any CSS or Javascript files except bootstrap.min.css, jqu... | 1 |
<p dir="auto">If you go to preferences, open the Install page, enter something into the search form, then a list of packages will show up. Their titles will be styled as links, but clicking on the titles of uninstalled packages does nothing. (I'd expect it to go to a page about that package, or at least open the packag... | <p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gfarrell/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/gfarrell">@gfarrell</a> on January 9, 2015 12:14</em></p>
<p dir="auto">When trying t... | 1 |
<p dir="auto">Greetings and congrats again for this amazingly well documented library, I'm happy Twitter made me discover this !</p>
<p dir="auto">So I decided to dive a little bit into it, and I was in particular interested in the Starlette DatabaseMiddleware.</p>
<p dir="auto">I then cloned the related <a href="https... | <h3 dir="auto">First check</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c... | 0 |
<p dir="auto">Error while compiling <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/rust-windowing/glutin/commit/7154ea5/hovercard" href="https://github.com/rust-windowing/glutin/commit/7154ea5">rust-windowing/glutin@<tt>7154ea5</tt></a> on OS X Yosemite:</p>
<div class="highl... | <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="ββmindcat@mindcat-linux-pc ~/workspace/nekoneko βΉmaster*βΊ
β°ββ€ RUST_BACKTRACE=1 RUST_LOG=nekoneko cargo build
Compiling env_logger v0.2.2 (https://github.com/rust-lang/log#e78b7... | 1 |
<h2 dir="auto">Question</h2>
<p dir="auto">version : ShardingSphere-JDBC 5.1.0</p>
<p dir="auto">According to the logic of ShardingSphere, the query condition has no sharding field and the routing engine will use the Cartesian product for it.<br>
Now we have the following SQL:<br>
SQL1: select a.id ,a.time,b.id from ph... | <h2 dir="auto">Bug Report</h2>
<h3 dir="auto">Which version of ShardingSphere did you use?</h3>
<p dir="auto">sharding scaling 5.0.0 RC SNAPSHOT + sharding proxy 4.1.0</p>
<h3 dir="auto">Reason analyze (If you can)</h3>
<p dir="auto">seems that resource not enough</p>
<h3 dir="auto">Steps to reproduce the behavior, suc... | 0 |
<p dir="auto">While trying to play a large sized gif (11mb) on Android 6 it plays very slowly, even if the gif is inside the app and not fetched from the network.<br>
Smaller gifs play well, so I assume this is related to memory limit, is there anything that can be done to work around this?</p>
<p dir="auto">I already ... | <p dir="auto">Here is a screen capture of two gifs playing w/ Glide 3.7:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/512439/31472012-f0ca007a-aea0-11e7-882e-2b4ef259a954.gif"><img src="https://user-images.githubusercontent.com/512439/31472012-f0ca007a-aea0-1... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ x ] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see http... | <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:... | 1 |
<p dir="auto"><strong>Apache Airflow version</strong>:<br>
2.0.0</p>
<p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>):<br>
N/A</p>
<p dir="auto"><strong>Environment</strong>:<br>
virtualenv</p>
<ul dir="auto">
<li><strong>Cloud provid... | <h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.3.3 (latest released)</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">In 2.3.3</p>
<p dir="auto">If I use <a href="https://airflow.apache.org/docs/apache-airflow/stable/plugins.html#plugins-as-python-packages" rel="nofollow">https://airflow.apache.org/docs/... | 0 |
<p dir="auto">This doesn't seem right:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> [1][begin:end]
1-element Vector{Int64}:
1
julia> @less [1][begin:end]
ERROR: UndefVarError: begin not defined
Stacktrace:
[... | <p dir="auto">This would be heavily breaking, so definitely not a 1.x thing, but it has come up (I can't recall where but perhaps <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/JeffBezanson/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self"... | 0 |
<p dir="auto">We've had quite a few issues crop up about how to define types of outputs given inputs. My view is that this is revealing limitations in the promotion system. A proposal to deal with this might be to define arithmetic on types.</p>
<p dir="auto">For example, here would be some rules:</p>
<div class="snipp... | <p dir="auto">3^(-5) gives a Float64 of value 0.004115226337448558</p>
<p dir="auto">while</p>
<p dir="auto">@code_llvm ^(3, -5) emits the following llvm code</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="; @ intfuncs.jl:221 within `^'
defin... | 0 |
<p dir="auto">I created a custom JSON encoder class extended from flask.json.JSONEncoder but it is not called when calling flask.jsonify. Additionally, I removed my custom JSON encoder and confirmed that flask.json.JSONEncoder isn't called either via a break statement in Pycharm.</p>
<div class="snippet-clipboard-cont... | <p dir="auto">ECMAscript 5 changed behavior of Array literals. That part of the documentation is outdated by now. We should check what browsers are affected by this and update the docs accordingly.</p> | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">TypeError for internal matplotlib code when constructing a figure with a specified figsize</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<div class="highlight highlight-source-python notranslate position-relativ... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">matplotlib 2.1.0 from ipython with backend macosx -><br>
need _BackendMac, got FigureManagerMac</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<div class="highlight highlight-source-python notranslate position... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Win32NT 10.0.18362.0
Windows Terminal version (if applicable): 0.5.2762.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows ... | <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.356]
Windows Terminal version (if applicable): 0.5.2681.0
# Steps to reproduce
Try to select, copy and pa... | 0 |
<p dir="auto">A very useful feature of Powershell terminal is being able to get all commands that start with a particular string just writing the initial letters and clicking Ctrl-Space... that give us a bunch of similar commands to select from. That feature seems missing in new Windows Terminal.<br>
Example: typing Co... | <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.18990.1
Windows Terminal version 0.5.2681.0
Windows Snip & Sketch"><pre lang="none" class="notranslate"><code class="notranslate">Windows... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ godep restore
can't load package: package github.com/influxdb/influxdb/client: code in directory /home/decarr/code/kubernetes/src/github.com/influxdb/influxdb/client expects import "github.com/... | <p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.): No.</p>
<p dir="auto"><strong>What keywords did you searc... | 0 |
<p dir="auto"><strong>I'm submitting a Improvement for documents</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report
[x] feature request
[x] improvement request
[ ] support request"><pre class="notranslate"><code class="notr... | <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"><pre class="notranslate"><code class="notranslate">[x] bug report
[... | 0 |
<p dir="auto">If I have a form 'A' which has an embedded form 'B' that map an object, and that object has defaults values in the constructor, with the current implementation I lose those defaults values when displaying the 'A' form. Of course this is bad...</p>
<p dir="auto">Is there a way to fix this?</p> | <p dir="auto">It is currently not possible to set default values for a <code class="notranslate">Collection</code> prototype. The default values specified in an entity are not passed to the prototype. However, setting the <code class="notranslate">data</code> option causes the prototype to have the value set.</p> | 1 |
<p dir="auto">The <code class="notranslate">editor.insertSpaces</code> setting can autodetect if it should insert spaces or tabs. Some people like tabs more then spaces, but it's just personal preference.</p>
<p dir="auto">I think in Code < 0.10 it inserted tabs when the setting was set to <code class="notranslate">... | <p dir="auto">When <code class="notranslate">insertSpaces = auto</code> is set and you create a new file, pressing the tab key will insert spaces rather than a tab character. This is a problematic default because it means there is no easy way to actually get the first tab into the file so the <code class="notranslate"... | 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... | <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 |
<h3 dir="auto">Apache Airflow Provider(s)</h3>
<p dir="auto">google</p>
<h3 dir="auto">Versions of Apache Airflow Providers</h3>
<p dir="auto">apache-airflow-providers-google==6.3.0</p>
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.2.3 (latest released)</p>
<h3 dir="auto">Operating System</h3>
<p dir="auto... | <p dir="auto"><strong>Apache Airflow version</strong>: v2.0.0b3</p>
<p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>): 1.16.15</p>
<p dir="auto"><strong>Environment</strong>:</p>
<ul dir="auto">
<li><strong>Cloud provider or hardware ... | 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.... | <p dir="auto">In Electron 5, sandbox mode will no longer be experimental, and running with --enable-sandbox or --enable-mixed-sandbox will be the recommended way to use Electron. In Electron 6, --enable-mixed-sandbox will be on by default and the <code class="notranslate">sandbox</code> webPreferences option will be tr... | 0 |
<p dir="auto">Please:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate requests.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Des... | <p dir="auto">Please:</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Check for duplicate issues.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Provi... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">ansible-playbook</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.4.2.0
... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">ansible-playbook</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.0
confi... | 1 |
<p dir="auto">The <a href="https://github.com/JuliaLang/julia/blob/4aeb2d499686beab0e66978e8719357387dc1b25/base/pkg/pkg.jl#L71">docs</a> for <code class="notranslate">Pkg.dir()</code> say <em>"In particular, <code class="notranslate">Pkg.dir(pkg)</code> returns the path to the package <code class="notranslate">pkg</co... | <p dir="auto">it works fine if the package is in .julia/v0.x, but if it is somewhere else then it claims there is no <code class="notranslate">test/runtests.jl</code> even if my <code class="notranslate">LOAD_PATH</code> is set such that i can <code class="notranslate">using</code> it. i know that the recommended dev ... | 1 |
<p dir="auto"><a href="https://playwright.dev/python/docs/chrome-extensions" rel="nofollow">The Playwright docs</a> encourage the use of <code class="notranslate">launch_persistent_context</code> in headful mode in order to include a browser extension. I have been attempting to do this and struggling hard. While the co... | <p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>Playwright Version: [what Playwright version do you use?] Version 1.10.0-next-1616530863000</li>
<li>Operating System: [e.g. Windows, Linux or Mac] WIndows 10 10.0.19043 N/A Build 19043</li>
<li>Node.js version: [e.g. 12.22, 14.6] Python 3.9</li>
<li>Brow... | 0 |
<p dir="auto">The new Atom icon looks very blurry and JPEG-y when viewed in cases where it would be shrunk, like in the top-left of a Windows window.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/4724556/5696386/ffe6ee4a-999c-11e4-8070-12032325d... | <p dir="auto">Status: waiting for the next release of atom shell.</p>
<p dir="auto">The icon of the editor windows seems to be pixelated, at least on windows. (Atom v0.165.0; Windows 8.1)</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/4069263/558... | 1 |
<h2 dir="auto">π Bug</h2>
<p dir="auto">When running ctc on the GPU, torch.nn.functional.ctc_loss expects different types for the "targets" input, depending on whether the selected backed is cudnn or the native implementation.</p>
<p dir="auto">However, the user does not know in advance whether the cuDNN implementatio... | <h2 dir="auto">π Bug</h2>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Steps to reproduce the behavior:</p>
<p dir="auto">1.I i updated pytorch version and ctcοΌuse pytorch_nightly, but in my train ,nn.CTCloss() is still zero,so,i would like to ask if the version pytorch(nightly) has been solved this problem<br>
1.<... | 1 |
<h3 dir="auto">First check</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c... | <h3 dir="auto">First check</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c... | 1 |
<p dir="auto">It would be great if VS Code supported the paradigm of semantic highlighting.<br>
In short, it makes syntax highlighting more useful, by varying the colors of the same syntax-types of different names in a given scope. This makes it easier to catch mistakes and to see the flow of variables (since every var... | <p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Wosi/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Wosi">@Wosi</a> on October 13, 2015 14:22</em></p>
<p dir="auto">I'm looking for a way to... | 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.169.0<br>
<strong>System</strong>: Mac OS X 10.10.2<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: ENOENT, ope... | <ol dir="auto">
<li>switch the node_modules package from a version to a git repository</li>
<li>npm install</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.165.0<br>
<strong>System</strong>: Mac OS X 10.10.1<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught... | 1 |
<p dir="auto">When I installed tensorflow with "pip install",I meet the "A protocol message was rejected because it was too big (more than 67108864 bytes) ",and I uninstall protobuf with pip,then download a new protobuf,install it with changing 256 << 20 in coded_stream.h as "Readme" said,but the same problem occ... | <p dir="auto">I'm using tf: '2.0.0-rc1'</p>
<p dir="auto">In the process to load image, you said</p>
<p dir="auto">for image, label in labeled_ds.take(1):<br>
print("Image shape: ", image.numpy().shape)<br>
print("Label: ", label.numpy())</p>
<p dir="auto">InvalidArgumentError: {{function_node __inference_Dataset_map_p... | 0 |
<p dir="auto">In this simplified example I want to explain my problem using the grid-system. When I understand the grid system right you can add as many cols as you like in one row and when the 12-grids are full the next col break into the next line.</p>
<p dir="auto">Until rc1 the following example worked well but wit... | <p dir="auto">Example:<br>
`</p><div dir="auto"><p dir="auto"></p>
<div dir="auto">.col-xs-6 .col-md-4</div>
<div dir="auto">.col-xs-6 .col-md-4</div>
<div dir="auto">.col-xs-6 .col-md-4</div>
</div>`
<p dir="auto">see: <a href="http://stackoverflow.com/questions/18428450/bootstrap-3-layout-with-panel-display-not... | 1 |
<p dir="auto">The SciPy documentation <a href="https://docs.scipy.org/doc/" rel="nofollow">site</a> does not load securely (in Google Chrome) due to mixed content (HTTPS vs HTTP). This seems to have been resolved in the Sphinx repo in this <a href="https://github.com/sphinx-doc/sphinx/commit/f9250e198b5dab4ab9ff9a489ff... | <h3 dir="auto">Is your feature request related to a problem? Please describe.</h3>
<p dir="auto"><em>No response</em></p>
<h3 dir="auto">Describe the solution you'd like.</h3>
<p dir="auto">I would like to be able to access the objective function value at each iteration of the differential_evolution algorithm provided ... | 0 |
<p dir="auto">This appears to be valid:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import os
os.environ["XLA_FLAGS"] = '--xla_force_host_platform_device_count=8'
import functools
import jax
import jax.numpy as jnp
import numpy ... | <p dir="auto">The <code class="notranslate">lax.custom_root</code> method does not work on methods that require gradient, e.g., the Newton-Raphson method. The core of the problem seems to be overly-aggressive application of <code class="notranslate">stop_gradient</code> <a href="https://github.com/google/jax/blob/e6950... | 0 |
<table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>3.x</td>
</tr>
</tbody>
</t... | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>2.8</td>
</tr>
</tbody>
</t... | 1 |
<p dir="auto">es6-shim.d.ts conflicts with lib.es6.d.ts when typescript target is ES6.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/16577444/12433189/eb6044c4-beff-11e5-9a32-f586fe0155df.jpeg"><img src="https://cloud.githubusercontent.com/assets/16577444/124... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&... | 0 |
<p dir="auto">I want to access the used/generated babel configuration. Especially which presets includes which plugins exactly.</p>
<p dir="auto">PS: I get option-manager work, the ONLY problem is that plugins which presets uses, are anonymous functions. Normally the <strong>key</strong> prop reference to the full path... | <p dir="auto">I'm trying to use mocha with "@babel/register" but I'm getting this error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="(function (exports, require, module, __filename, __dirname) { import "core-js/modules/es6.array.iterat... | 0 |
<h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">π»</g-emoji></h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a ... | <h3 dir="auto"><g-emoji class="g-emoji" alias="computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4bb.png">π»</g-emoji></h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Would you like to work on a ... | 1 |
<p dir="auto">Whenever I try to open Dialog from Drawer, the Dialog shows up for very short time and disappears.</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/... | <p dir="auto">Hi, just completed the process of migrating our application to material-ui-next. Most things are working great, but the color theme system only appears to work for some components. We have a configuration object that we run through the createMuiTheme utility and provide it as the theme to the MuiThemeProv... | 0 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">π</g-emoji> Bug</h2>
<p dir="auto">Test case failed but test job passed in windows CI.</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">Steps to reproduce the behavior:</p>
<ol dir=... | <p dir="auto">Have a look at those two for example:<br>
<a href="https://app.circleci.com/pipelines/github/pytorch/pytorch/222634/workflows/005e1922-33bf-43e0-8e7f-d14cfae47fed/jobs/7964572" rel="nofollow">https://app.circleci.com/pipelines/github/pytorch/pytorch/222634/workflows/005e1922-33bf-43e0-8e7f-d14cfae47fed/jo... | 1 |
<h3 dir="auto">Describe the issue:</h3>
<p dir="auto">Release notes document MD5 checksums for universal2 wheels. However, I can't seem to find one.</p>
<p dir="auto">Any attempt to <code class="notranslate">python3 -m pip install numpy --target foo --platform=universal2</code> results in building from source (asks to... | <h2 dir="auto">Feature</h2>
<p dir="auto">The binary wheels for macOS on PyPI are currently for x86_64. Please also provide a universal2 wheel (x86_64 and arm64) for use with the (currently experimental) universal2 Python 3.9.1 installer on Python.org.</p> | 1 |
<p dir="auto">I came across the following situation that had some really unexpected behavior:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="let [left, top] = (function that returns [number, number]);
var reactComponent = (
<... | <p dir="auto">Sorry for the lack of specificity of this message, but we upgraded from <code class="notranslate">babel-core@5.3.3</code> / <code class="notranslate">babel-loader@5.0.0</code> to the latest <code class="notranslate">babel-loader@5.0.0</code> / <code class="notranslate">babel-core@5.4.5</code> this morning... | 1 |
<p dir="auto">I think this could be a very practical solutions for whole set of issues where aggregation needs to be done on nested documents but be able to group on its parent document properties. It i snot the same as using reverse nested because reverse nested changes document scope to groupp and then it will needs ... | <p dir="auto">If multiple hosts are running on a single server hostname doesn't provide an accurate picture of the recovery process. Addition of node name, or at least the ports would differentiate between the different running processes.</p> | 0 |
<p dir="auto">As <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/giordano/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/giordano">@giordano</a> and I are working on microarchitecture-specific tarballs in BinaryB... | <p dir="auto">Julia should have linear/cubic/spline interpolation functions in 1+ dimensions, along the line of Matlab's <a href="http://www.mathworks.com/help/matlab/ref/interp1.html" rel="nofollow">interp1</a> and friends.</p>
<p dir="auto">This is a basic tool for numerical calculations, and shouldn't be too hard to... | 0 |
<h4 dir="auto">Code Sample</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import pandas as pd
import numpy as np
#working data
names = ['d1', 'd2', 'd3', 'd4', 'd5']
formats = ['u1', '<f8', 'u1', 'u1', 'u1']
dtype = dic... | <p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="176344670" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/14205" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/14205/hovercard" href="https://... | 1 |
<p dir="auto">Typical widget non-existence testing pattern that works:</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="expect(find.text('Daily budget'), findsNothing);"><pre class="notranslate"><span class="pl-en">expect</span>... | <h2 dir="auto">Steps to Reproduce</h2>
<h2 dir="auto">Logs</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Downloading https://services.gradle.org/distributions/gradle-4.10.2-all.zip
........................................ | 0 |
<p dir="auto">Hi,<br>
I'm having trouble to write character ">" using keys "Alt-Gr" + ".". I think it might be a bug.<br>
(Using Czech keyboard if it has any affect on this)</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"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=bonhamcm" rel="nofollow">Chris Bonham</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7833?redirect=false" rel="nofollow">SPR-7833</a></strong> and commented</p>
<p dir="auto">Sometimes it is necessary to strictly ... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=medined" rel="nofollow">David Medinets</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-1956?redirect=false" rel="nofollow">SPR-1956</a></strong> and commented</p>
<p dir="auto">Given a bean definition like this:</p... | 0 |
<p dir="auto">Hi,<br>
I test version 3.0 RC1. I build my website with this version but I have a problem :).<br>
The link of the navbar are disable with firefox.</p>
<p dir="auto">Best regards,<br>
lefandordinateur.</p> | <p dir="auto">You cannot access on any left-side menu link with Firefox.</p>
<p dir="auto">Tested with Firefox 22.0 on Mac</p> | 1 |
<p dir="auto">After doing</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="script/grunt install --installdir=/usr/local"><pre class="notranslate"><code class="notranslate">script/grunt install --installdir=/usr/local
</code></pre></div>
<p dir="... | <p dir="auto">When installing from source by following <a href="https://github.com/atom/atom/blob/master/docs/build-instructions/linux.md">this guide</a> the following <code class="notranslate">.desktop</code> entry is created in <code class="notranslate">/usr/local/share/applications/atom.desktop</code>:</p>
<div clas... | 1 |
<h3 dir="auto">First Check</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c... | <h3 dir="auto">First Check</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-c... | 0 |
<p dir="auto"><a href="https://github.com/npm/cli/files/6138471/npmBug.zip">npmBug.zip</a></p>
<h3 dir="auto">Current Behavior:</h3>
<p dir="auto">When <code class="notranslate">npm i --production</code> is called, all project files referenced in devDependencies are deleted</p>
<h3 dir="auto">Expected Behavior:</h3>
<p... | <h3 dir="auto">Current Behavior:</h3>
<p dir="auto">We have a local development dependency defined like this:</p>
<div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" "devDependencies": {
"our-local-dependency"... | 1 |
<p dir="auto">loader.load( this.properties.geometrySrc , this.properties.materialSrc)</p>
<p dir="auto">The only warning i got is</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="THREE.MeshPhongMaterial: 'diffuse' is not a property of this mater... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">three.min.js r88 stopped rendering the canvas for some of my work with the update from macOS 10.13.1 and Safari 11.0.1 to macOS 10.13.2 and Safari 11.0.2 on iMac 14.2. RayCaster, or at least its methods setFromCamera and intersectsObjects, still works. Everyt... | 0 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">π</g-emoji> Bug</h2>
<p dir="auto">Pillow just released 7.0.0. This breaks torchvision.transforms as the import fails:</p>
<div class="snippet-clipboard-content notranslate position-r... | <p dir="auto">Hi, it looks like Pillow released version 7.0.0 so I can no longer import torchvision without getting this error: <code class="notranslate">ImportError: cannot import name 'PILLOW_VERSION' from 'PIL'</code></p>
<p dir="auto">Pinning to Pillow 6.2.1 fixes the issue.</p>
<p dir="auto">I see that you fixed t... | 1 |
<p dir="auto">Just using the existing configuration framework, but with a file format like matplotlib uses... See how they do it here: <a href="http://matplotlib.org/users/customizing.html" rel="nofollow">http://matplotlib.org/users/customizing.html</a>.</p>
<p dir="auto">Plus, we can document all the config options in... | <p dir="auto">Tested on 0.13.0, 0.13.1 and 0.14.0rc1:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from StringIO import StringIO
import pandas as pd
# this is correct
print(pd.DataFrame([[0, 1, 2], [3, 4, 5]], columns=[&q... | 0 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
Report a bug</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
When using a number input that has a defaultValue, you cannot enter a decimal value. When attempting to type a decimal, the cursor is m... | <p dir="auto">This appears to have been introduced in a new Chrome version, but I can't find any reference to where.</p>
<p dir="auto">Affected/Tested Browsers (OS X):</p>
<ul dir="auto">
<li>Chrome 51.0.2704.106 (64-bit)</li>
<li>Opera 39.0.2256.15</li>
</ul>
<p dir="auto">Unaffected Browsers:</p>
<ul dir="auto">
<li>... | 1 |
<p dir="auto">update etcd to 3.0.6, err still exists:</p>
<p dir="auto">Checking for swagger spec that need updating... !!! Error in /home/zte/share/k8s-clone2/src/k8s.io/kubernetes/hack/lib/etcd.sh:35<br>
'version=$(etcd --version | head -n 1 | cut -d " " -f 3)' exited with status 141<br>
Call stack:<br>
1: /home/zte/... | 1 | |
<p dir="auto">Hi, I built jax from source but when importing jax, I get this error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/usr/local/lib/python3.8/dist-packages/jaxlib/cusolver.py in <module>
24 from jaxlib import cublas_... | <p dir="auto">Is there any way to create a <code class="notranslate">jax.numpy.array</code> on a specific device, instead of creating it on the default device then moving it via <code class="notranslate">device_put</code>? Also, is there any way to change the default device programmatically? Thanks in advance.</p> | 0 |
<p dir="auto">Minor, but still:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="type nn = number;
class A {
[s: nn]: number; // an error here, but it shouldn't be an error
}"><pre class="notranslate"><span class="pl-k">type</... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="type Guid = string;
var foo: { [deviceId: Guid]: DateTime } = {};"><pre class="notranslate"><code class="notranslate">type Guid = string;
var foo: { [deviceId: Guid]: DateTime } = {};
</code></pre></d... | 1 |
<p dir="auto">Hi !</p>
<p dir="auto">When the <code class="notranslate">asset</code> helper is used in a twig template to generate urls, it does not take into account the <code class="notranslate">router.request_context.base_url</code> parameter set in <code class="notranslate">config.yml</code> (or <code class="notran... | <p dir="auto"><strong>Symfony version(s) affected</strong>: 4.1.1</p>
<p dir="auto"><strong>Description</strong><br>
When running in environment <code class="notranslate">prod</code> with display errors off, I'm seeing in my <code class="notranslate">/var/log/nginx/error.log</code> lots of <code class="notranslate">out... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/android.kindergartens.com-2/base.apk"],nativeLibraryDirectories=[/data/app/android.aa.com-2/lib... | <p dir="auto">When I want to debug the application in MacOs environment, it throw such error:</p>
<p dir="auto">Multiple commands produce '/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/Flutter.framework</p>
<ol dir="auto">
<li>Target 'Runner' has copy command from '/ios/Flutter/Flutter.framework' to '/build/io... | 0 |
<p dir="auto"></p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a href="https://github.com/numpy/numpy/blob/4adc87dff15a247e417d50f10cc4def8e1c17a03/numpy/__init__.pyi#L1505-L1506">numpy/numpy/__init__.pyi</a>
</p>
<p class="mb-0 color-fg-muted">
... | <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/melissawm/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/melissawm">@melissawm</a> pointed out that <a href="https://numpy.org/devdocs/user/basics.bro... | 0 |
<p dir="auto">TL;DR: I propose we create a simple guard around doubly-including React, which can cause issues if different blocks work with different instances of <code class="notranslate">React</code>.</p>
<p dir="auto">I understand this invariant isn't going to matter to everyone, but I've at two points in so many we... | <p dir="auto">People lose hours of work debugging a simple issue: two versions of React being loaded at the same time.</p>
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="46378264" data-permission-text="Title is private" data-url="https://github.com/gaearon/react-hot-lo... | 1 |
<p dir="auto">I have been using Ansible on 12 hosts with no issues at all. For some reason, when I tried to add the 13th host (lucky, lucky), the tool threw an error I hadn't seen before:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="FAILED =... | <p dir="auto">From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/jimsmith/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/jimsmith">@jimsmith</a> on 2016-07-09T16:51:59Z</p>
<h5 dir="auto">ISSUE TYPE</h5>
<ul ... | 0 |
<p dir="auto">When using allow_redirect=True, user can set a callback on each 'response' (via the hook parameter) but not on 'request'.<br>
This is a problem when using the redirect capability because user loose the ability to interact with the request before it is being sent.<br>
This would allow a user to do things s... | <p dir="auto">There was a scenario where I need to intercept the request and was searching for if there is some way can that be done, then I found the event hook but only <code class="notranslate">response</code> event hook is supported.<br>
I hope adding <code class="notranslate">request</code> hook can be useful, if ... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.2, 3.4.5 and 4.1.0</li>
<li>Operating System / Platform => Windows and Linux x64</li>
<li>Compiler => gcc and python bindings</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">There is a large difference in cal... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.2.0</li>
<li>Operating System / Platform => Ubuntu 18.04</li>
<li>Compiler => c++</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">When I create a binary image with few pixels and call <code class="notranslate">f... | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => latest pull from git ... 3.1.0-1483-g73a8fa8</li>
<li>Operating System / Platform => Ubuntu Linux 16.04, Kernel 4.7.5</li>
<li>Compiler => ?</li>
</ul>
<h5 dir="auto">In which part do you get the Issue</h5>
<p dir="auto">the cmake b... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => recent 3.4 branch</li>
<li>Operating System / Platform => Win10 64bit</li>
<li>Compiler => Visual Studio 2015</li>
<li>CUDA => 10.0</li>
<li>GPU => GTX 1060</li>
</ul>
<p dir="auto">related <a class="issue-link js-issue-link"... | 0 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[X] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ X ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =... | 1 |
<p dir="auto">Taking example 2 from the original issue (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="109143324" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/5039" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScr... | <p dir="auto">In TypeScript 1.9.0-dev.20160426 I tried:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import * as Promise from 'bluebird';
async function test() {
await Promise.delay(1000);
}
test();"><pre class="notranslate"><code clas... | 0 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">2.3.0</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">Here i provide steps to reproduce this.</p>
<p dir="auto">Goal of this: to describe how to reproduce the "Failed to Adopt pod" error condition.</p>
<p dir="auto">The DAG->step Described Below should be ... | <p dir="auto"><strong>Description</strong></p>
<p dir="auto">Add dependencies with "on-build" feature of Docker build.</p>
<p dir="auto"><strong>Use case / motivation</strong></p>
<p dir="auto">Some dependencies can be added easily using on-build feature of Docker build.</p> | 0 |
<p dir="auto">The current exception is mess and lots of duplicated usage.<br>
It is necessary to refine and clear them.</p> | <blockquote>
<h2 dir="auto">Question</h2>
<p dir="auto">οΌdefault-data-source-nameοΌtable join οΌbroadcast-tableοΌ error</p>
<h2 dir="auto">Content</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<sharding:standard-strategy id="databaseStr... | 0 |
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li>I am using the stock DNNClassifier in contrib/learn. The warning is present in every instance where DNNClassifier is called.</li>
<li>Present in OSX (Mac OS 10.12.5) and Linux (Ubuntu 16.04)</li>
<li><strong>TensorFlow installed from (source or binary)</strong>... | <p dir="auto">In the Updates section of the new TensorFlow website, two news have the same text:</p>
<p dir="auto"><a href="https://www.tensorflow.org/" rel="nofollow"><img src="https://cloud.githubusercontent.com/assets/1140359/21177890/64615340-c1ed-11e6-82bc-c440ebc9dfd2.png" alt="image" style="max-width: 100%;"></a... | 0 |
<p dir="auto">Hi, I am observing that <code class="notranslate">deno bundle</code> does not bundle imports that have the <code class="notranslate">@deno-types</code> annotation. This may be related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="621722537" data-permission-text="Ti... | <h2 dir="auto">Steps to reproduce</h2>
<p dir="auto">Run <code class="notranslate">deno bundle https://deno.land/x/once/index.js</code></p>
<h2 dir="auto">Expected behavior</h2>
<p dir="auto">It prints a bundled JavaScript code</p>
<h2 dir="auto">Actual behavior</h2>
<div class="snippet-clipboard-content notranslate po... | 1 |
<p dir="auto">0 info it worked if it ends with ok<br>
1 verbose cli [<br>
1 verbose cli 'C:\Program Files\nodejs\node.exe',<br>
1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js',<br>
1 verbose cli 'install',<br>
1 verbose cli '--loglevel',<br>
1 verbose cli 'error'<br>
1 verbose cli ]<br... | <h3 dir="auto">Current Behavior:</h3>
<p dir="auto">Attempting to install a git dependency with an invalid commit-ish gives a very confusing error that doesn't explain the cause of the problem.</p>
<p dir="auto">npm@7 should give an error that indicates it can't find a commit with that hash.</p>
<p dir="auto">npm@6 do... | 0 |
<p dir="auto">by <strong>hyperbolic.tom</strong>:</p>
<pre class="notranslate">See here:
<a href="http://golang.org/ref/spec#Method_values" rel="nofollow">http://golang.org/ref/spec#Method_values</a>
"As with method calls, a reference to a non-interface method with a pointer
receiver using an addressable value will a... | <p dir="auto">by <strong>michael.tautschnig</strong>:</p>
<pre class="notranslate">Hi,
While building your package using our research compiler infrastructure we noticed that
there are two definitions of "p9main" available while bootstrapping addr2line
(and likely also all other subsequently compiled tools).
This is c... | 0 |
<p dir="auto">Consider this .gitignore:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="/lib/*
!/lib/foo/"><pre class="notranslate"><code class="notranslate">/lib/*
!/lib/foo/
</code></pre></div>
<p dir="auto">Here, we are instructing git to ig... | <p dir="auto">Let's say I add the following rules to my <code class="notranslate">.gitignore</code> to ignore everything in the root except the <code class="notranslate">wp-content</code> directory:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conten... | 1 |
<p dir="auto">There are three impls in int-template.rs and uint-template.rs that apply to all numeric types. Until recently, if you tried to do this:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import int::num;
import i8::num;"><pre class="... | <p dir="auto">I attempted to compile this code:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pub fn set_game_state<T: GameState>(&mut self, state: ~T) {
self.state = state;
}"><pre class="notranslate"><span class... | 0 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.6.10</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codesandbox.io/s/vue-template-bs7uj" rel="nofollow">https://codesandbox.io/s/vue-template-bs7uj</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Create a render function that uses dynami... | <h3 dir="auto">Version</h3>
<p dir="auto">2.6.10</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/gupvmj5x/" rel="nofollow">https://jsfiddle.net/gupvmj5x/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Create <code class="notranslate"><div id="app">{{ info }}<... | 0 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">Other Airflow 2 version</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">We noticed that tasks using the dynamic task mapping api crashes the scheduler with the error</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-s... | <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">Documentation for <a href="https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/_api/airflow/providers/cncf/kubernetes/operators/kubernetes_pod/index.html#airfl... | 0 |
<p dir="auto">I am trying to solve a linear system as effeciently as possible, and one of the methods I have been trying is by reordering the matrix beforehand with reverse_cuthill_mckee.<br>
This works well for small matrices, but when I move to a large size this breaks. (60000x60000)</p>
<p dir="auto">The code to rep... | <p dir="auto">A typical way to perform outer indexing can be unnecessarily and surprisingly super slow. It is illustrated in the in/out below.</p>
<p dir="auto">I think the issue could be fixed by adding another fast path for input as in my <code class="notranslate">In [8]</code> to <code class="notranslate">scipy._ind... | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong><br>
From matplorlib 2.0 to 2.1 this problem appeared: Floating point image RGB values must be in the 0..1 range, instead of producing an image with noise on it.</p>
<p dir="auto"><strong>Code for reproduction</strong><br>
Can use any image to try... | <p dir="auto">I am using IPython Notebook to view matplotlib graphs. I have noticed many times that the markers are drawn slightly off-center. Here is an example:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/738893/43926583-a25148f4-9bdf-11e8-96... | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/810" rel="nofollow">http://projects.scipy.org/scipy/ticket/810</a> on 2008-12-02 by trac user damian.eads, assigned to trac user damian.eads.</em></p>
<p dir="auto">The new scipy.spatial package combines my distance computation with Anne ... | <h3 dir="auto">Describe your issue.</h3>
<p dir="auto"><code class="notranslate">scipy.interpolate.RegularGridInterpolator.__call__()</code> raises an exception when one or more arrays of grid coordinates used to construct the interpolator are non-C-contiguous.</p>
<p dir="auto">This appears to be new behavior in v1.10... | 0 |
<p dir="auto">Sometimes I got this message:</p>
<blockquote>
<p dir="auto">The following assertion was thrown during a scheduler callback:<br>
Child with id 73 is invisible and should not be added to the tree.<br>
'package:flutter/src/semantics/semantics.dart': Failed assertion: line 671 pos 16:<br>
'!child.isInvisible... | <h2 dir="auto">Exception</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="βββ‘ EXCEPTION CAUGHT BY SCHEDULER LIBRARY ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
The following assertion was thrown during a scheduler callback:
Child... | 1 |
<p dir="auto">I'm using <code class="notranslate">unittest</code> to create tests for my spiders. Internally, I use <code class="notranslate">CrawlerRunner</code> to invoke callbacks.</p>
<p dir="auto">But every time I launch tests, I get several deprecation warnings.</p>
<div class="snippet-clipboard-content notransla... | <p dir="auto">May you do a little modification to avoid these two warnings?</p>
<blockquote>
<p dir="auto">[py.warnings] WARNING: /.../scrapy/core/downloader/webclient.py:4: DeprecationWarning: twisted.web.client.HTTPClientFactory was deprecated in Twisted 16.7.0: please use <a href="https://pypi.org/project/treq/" rel... | 1 |
<p dir="auto">the responsive utilities class .vislble-* always use display: block that mess with something display: inline-block.</p>
<p dir="auto">for example<br>
i use glyphicon <span></span> to display eye open only on large desktop monitor.<br>
the visible-* change display: to block instead of inline-block.</p>
<p ... | <p dir="auto">Using a couple Facebook-like links in my navbar</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/6cabc9d4f1d85da3d4e6316ee1fc4edec9dfed5d6e86d680c75b4889652df390/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333230343934... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.