text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.207
Windows Terminal version (if applicable): Daily build from 7/4/2019
Any other software?"><pre lang="none" class="notranslate"><cod... | <h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">To help reduce defects and provide better testing, SAL annotations should be applied to all applicable code in this project that utilizes C/C++. Guidance for this can be found at <a href="https://docs.microsoft.com/en-us/visualstudio/code-qual... | 0 |
<p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>Playwright Version: [1.20.1]</li>
<li>Operating System: [Linux]</li>
<li>Node.js version: [16.14.0]</li>
<li>Browser: [Electron]</li>
<li>Extra: [Electron app]</li>
</ul>
<p dir="auto"><strong>Code Snippet</strong></p>
<div class="highlight highlight-sourc... | <p dir="auto"><strong>1. using main.js</strong><br>
const electronApp = await electron.launch({ args: ['main.js'] });<br>
const window = await electronApp.firstWindow();<br>
The above code can start electron app normally and the window can return back normal.</p>
<p dir="auto"><strong>2. using AppImage</strong><br>
con... | 1 |
<p dir="auto">This is another regression we noticed at switching <code class="notranslate">v5.5.8</code>.</p>
<p dir="auto">With a child visitor, we'd like to replace nested calls with strings:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-c... | <p dir="auto">Error: Module build failed (from ./node_modules/babel-loader/lib/index.js):<br>
SyntaxError: D:\my-app\src\index.js: Unexpected token (9:2).<br>
when using react with decorators<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/42801687/64269710-abdd... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="c... | 0 |
<h3 dir="auto">System information</h3>
<p dir="auto">System information<br>
Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes<br>
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): MacOS 10.13.4<br>
TensorFlow installed from (source or binary): Binary<br>
TensorFl... | <p dir="auto">I'm running TensorFlow 1.2 with CUDA.</p>
<p dir="auto">Error case:<br>
I call <code class="notranslate">tf.set_random_seed(2017)</code> and then build a graph <code class="notranslate">g1</code> that includes trainable variables and an optimizer. I create a session, run the <code class="notranslate">tf.g... | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto">The issue happens in the <a href="https://github.com/eclipse-theia/theia">Theia repository</a> where Webpack emits a bogus bundle in production mode.</p>
<p dir="auto">I tracked this issue down to the update to <code class="notranslate">webpack-sources</code>: <a class="comm... | <h2 dir="auto">Feature request</h2>
<p dir="auto"><strong>What is the expected behavior?</strong></p>
<p dir="auto">Support a syntax like <code class="notranslate">require.context('./modules', true, /\.js$/, 'lazy', 'myModule')</code> to allow specifying a fixed chunkName.</p>
<p dir="auto"><strong>What is motivat... | 0 |
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> using OffsetArrays, LinearAlgebra
julia> convert(OffsetArray{ComplexF64,2, Diagonal{ComplexF64,Vector{ComplexF64}}}, OffsetArray(zeros(ComplexF64,3,3), 0,0))
ERROR: Met... | <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> typealias SelfDict{T} Dict{T,T}
Dict{T,T}
julia> isself(d::Dict) = false
# methods for generic function isself
isself(d::Dict{K,V}) at none:1
julia> isself(d::SelfD... | 0 |
<p dir="auto">One project I'm working on has three different places where I need to pass options to 6to5. There's the test suite that runs ES6 code with <code class="notranslate">6to5/register</code>, the Gulpfile that builds ES5 code that I can <code class="notranslate">npm publish</code>, and the REPL.</p>
<p dir="au... | <blockquote>
<p dir="auto">Issue originally made by Jon Moss (maclover7)</p>
</blockquote>
<h3 dir="auto">Description</h3>
<p dir="auto">It seems like we are double testing Babel on both CircleCI and TravisCI. The only purpose of Circle appears to be to run tests on Node.js version [[ https://github.com/babel/babel/blo... | 0 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</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
fill_value = 0
#fill_value = np.nan
df0 = pd.DataFrame({'A': [1, fill_... | <p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="215309477" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/15737" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/15737/hovercard" href="https://... | 1 |
<p dir="auto">With the support now for .tsx and .ts files, it is possible to have multiple input files with the same root name in a compilation (i.e. <code class="notranslate">file1.ts</code> and <code class="notranslate">file1.tsx</code>). Both of these may try to generate the same output file on compilation (i.e. <co... | <p dir="auto">Hi, I realize that this has been <a href="http://stackoverflow.com/q/14583231/351836" rel="nofollow">asked on Stackoverflow</a> before and <a href="http://stackoverflow.com/a/14587529/351836" rel="nofollow">Ryan gave a short answer</a>, but I would really like to see this discussed more, since I believe t... | 0 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
I have an anonymous generic async arrow function which contain Prmose.all, it work fine when try to compile using tsc but fail using babel. Probably related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" da... | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong></p>
<p dir="auto">In the current <code class="notranslate">@babel/parser</code> version 7.3.3, a class property that defines an async arrow function with generics breaks the parser.</p>
<div class="snippet-clipboard-content notranslate posit... | 1 |
<p dir="auto">My screen is working fine but after Flutter upgrade having padding issue in most of screen and another issue is:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Performing hot reload...
Syncing files to device Android SDK built fo... | <h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>Make an app exactly like this sample: <a href="https://pub.dartlang.org/packages/camera" rel="nofollow">https://pub.dartlang.org/packages/camera</a></li>
<li>Deploy the app to a Huawei Y6 2018 with Android 8.0.0</li>
<li>See this:</li>
</ol>
<p dir="auto"><a ta... | 0 |
<p dir="auto">I've been checking values in Scipy's implementation of hyp1f1 against other implementations and I noticed some discrepancies where Scipy's solution seems to be off.</p>
<p dir="auto">scipy.special.hyp1f1(a,b,c) vs M(a,b,c) from (<a href="http://keisan.casio.com/exec/system/1349143651" rel="nofollow">http:... | <p dir="auto">Mathematica gives 0.999737 for the following, but in scipy we get -1.87e8:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [22]: scipy.special.hyp1f1(0.01, 150, -4)
Out[22]: -187159708.75814998
In [23]: scipy.__version__
Out[... | 1 |
<p dir="auto">I was doing some refactoring on <a href="https://github.com/RoxasShadow/rust-cleverbot">rust-cleverbot</a> and then I encountered the error below. The following one is the diff of the changes I applied in order to get it: <a href="https://github.com/RoxasShadow/rust-cleverbot/compare/onoez?expand=1">https... | <p dir="auto">I've encountered an internal compiler error when building this code:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="use std::iter::*;
pub struct Ilbm<'a> {
body_data: &'a[u8],
data_width: u16,
... | 1 |
<p dir="auto">Can you support this configuration for 4.0.0-RC1 ?<br>
jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.0.12)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.0.22)(PORT = 1521))(LOAD_BALANCE = yes)(FAILOVER = ON)(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = rac)(FAILOV... | <h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>For English only</strong>, other languages will not accept.</p>
<p dir="auto">Before report a bug, make sure you have:</p>
<ul dir="auto">
<li>Searched open and closed <a href="https://github.com/apache/shardingsphere/issues">GitHub issues</a>.</li>
<li>Read document... | 0 |
<p dir="auto">if we can support the selector policy thinking browser as blackbox, the user experience will more awesome.<br>
<a href="https://github.com/getgauge/taiko#smart-selectors">https://github.com/getgauge/taiko#smart-selectors</a><br>
<a href="https://docs.taiko.dev/api/relativeselector/" rel="nofollow">https:/... | <p dir="auto"><strong>Let us know what functionality you'd like to see in Playwright and what is your use case.</strong><br>
A special locator to visually locate an element.</p>
<p dir="auto">In taiko, browser automation library by thoughtwork, you could locate element visually like the following:<br>
<code class="notr... | 1 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</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
df = pd.DataFrame({ 'A' : 1.,
'B' : [2, 2, 4, 4],
'C' : ['T1', 'T2', 'T1... | <p dir="auto">ENH: maybe for now just provide a warning if dropping the nan rows when pivotting...</p>
<p dir="auto">rom ml</p>
<p dir="auto"><a href="http://stackoverflow.com/questions/16860172/python-pandas-pivot-table-silently-drops-indices-with-nans" rel="nofollow">http://stackoverflow.com/questions/16860172/python... | 1 |
<p dir="auto"><strong>Glide Version/Integration library (if any)</strong>: Glide 3.5.2, no integration library<br>
<strong>Device/Android Version</strong>: Nexus 5 8GB, Lollipop 5.1<br>
<strong>Issue details/Repro steps</strong>: When I load images (i.e. into a RecyclerView's adapter), sometimes it throws SocketTimeout... | <p dir="auto">I converted my entire app to use Glide as the image download engine and Ok as the network engine. Works great with far fewer memory issues, but having problems with what appears to be timeouts. In general downloads happen, but about 1 in 5 images just never get downloaded due to the following exception. I... | 1 |
<p dir="auto">Does anyone know why this isn't working?</p>
<p dir="auto">I'd like Webpack to load one directory of<code class="notranslate">.scss</code> files with <code class="notranslate">sass-loader</code>, and the rest to use <code class="notranslate">postcss-loader</code>. I figured I could just have two sections ... | <p dir="auto">The <code class="notranslate">webpack.config.js</code> looks like:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" ...
entry: {
polyfill: 'client/polyfill',
head: 'client/head',
tutorial: 'tutor... | 0 |
<p dir="auto"><em>From <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nampdn/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/nampdn">@nampdn</a> on November 21, 2017 1:56</em></p>
<p dir="auto">Hi, It would be gr... | <p dir="auto">Hello Everyone,</p>
<p dir="auto">First of Thanks for such a beautiflu Framework. I really loved working in flutter and found it fast and to be much reactive as comared to native Andriod and iOs based application.</p>
<p dir="auto">I am creating a VOD platform/ like testing to port out the existing applic... | 1 |
<p dir="auto">Transparent window will not fill screen when max.<br>
It will keep a gap between window border and screen edge.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/3841135/7603152/e2034e22-f960-11e4-93ac-10a30ea0478e.png"><img src="https... | <p dir="auto">On Windows 8.1 the transparency feature works fine until the moment when a window becomes maximized. After that it become to look like this(notice the frame style and also it looks like the additive blending mode is applied):<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.gi... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sandrews" rel="nofollow">Scott Andrews</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5367?redirect=false" rel="nofollow">SPR-5367</a></strong> and commented</p>
<p dir="auto">Hard coded request mapping values sho... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=john" rel="nofollow">John Newman</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3542?redirect=false" rel="nofollow">SPR-3542</a></strong> and commented</p>
<p dir="auto">Hi,</p>
<p dir="auto">given this config:</p... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I tried using the <code class="notranslate">@types/xxxx</code> package and had problems.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-li... | <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="const x = _.chain([1]).value();"><pre class="notranslate"><span class="pl-k">const</span> <span class="pl-s1">x</span> <span class="pl-c1">=</span> <span class="pl-s1">_</span><span cla... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">Lookup plugin API, vars, templating? Not exactly sure.</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-cli... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = ... | 0 |
<p dir="auto">I understand that the package system is under heavy development, but I cannot install either Distributions nor Gadfly, because Pkg is finding dependencies that are not present in the .julia directory (nor anywhere else for that matter) and I haven't the foggiest about how to fix this because I don't know ... | <p dir="auto">Can pkg set a file lock of some sort so it can detect when it might have unfinished business (and possibly to protect against simultaneous access)? Would this be worthwhile?</p>
<p dir="auto">Session history:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report => search github for a similar issue or PR before submitting
[*] feature request
[ ] support request =&g... | <p dir="auto">i have tried</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import template from "./home.html""><pre class="notranslate"><code class="notranslate">import template from "./home.html"
</code></pre></div>
<p dir="auto">but... | 0 |
<h3 dir="auto">Potential Duplicate</h3>
<p dir="auto">This may overlap with <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="487891143" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/20067" data-hovercard-type="issue" data-hovercard-url="... | <p dir="auto">NOTE: I previously reported this at <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="525837314" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/21229" data-hovercard-type="issue" data-hovercard-url="/electron/electron/issues/... | 0 |
<h2 dir="auto">Bug Report</h2>
<p dir="auto"><strong>Current Behavior</strong><br>
according to <a href="https://www.typescriptlang.org/docs/handbook/declaration-files/library-structures.html" rel="nofollow">https://www.typescriptlang.org/docs/handbook/declaration-files/library-structures.html</a>, It says that top-lev... | <p dir="auto">export.js</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export var value = 0;"><pre class="notranslate"><span class="pl-k">export</span> <span class="pl-k">var</span> <span class="pl-s1">value</span> <span class="... | 1 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<p dir="auto">I am trying to build PyTorch from source <strong>without</strong> Cuda on OSX. I am currently on version 10.15 of MacOS and followed the steps at <... | <p dir="auto">Followup of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="599880061" data-permission-text="Title is private" data-url="https://github.com/pytorch/pytorch/issues/36618" data-hovercard-type="pull_request" data-hovercard-url="/pytorch/pytorch/pull/36618/hovercard" href="... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18990.1]
Windows Terminal version (if applicable): Version: 0.5.2681.0"><pre lang="none" class="notranslate"><code... | <h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">We need a way to detect within a running terminal what profile instantiated it, so that we can make on-the-fly changes to the config (like change the background or font). The MSTerminalSetting is an example of that method.</p>
<h1 dir="auto">... | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">It would be really convenient if the caps lock key (or for that matter any single key) could be used to trigger the launcher.</p> | <h1 dir="auto">Preface</h1>
<p dir="auto">It appears to have been installed successfully with all of the power tools I use seemingly working without issue. Thought I would report this all the same. I am going to re-install PowerTools just in case there is some issue I can not see.</p>
<p dir="auto">Also to note, I beli... | 0 |
<p dir="auto">I have discovered an ErrorException which arises when calling sin() cos() tan() or similar mathematical functions from C via jl_eval_string()</p>
<p dir="auto">Strangely the degree variants work fine for those instances i.e sind() cosd() tand() however this isn't always the case. atand() for example also ... | <div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> const x = 2, y = 3, z = 4
ERROR: syntax: invalid assignment location "3""><pre class="notranslate">julia<span class="pl-k">></span> <span class="pl-k">const</s... | 0 |
<p dir="auto">As per HTML5, controls inside the legend first child of a disabled fieldset are not disabled. This is not a random decision and addresses notably the use case of having a radio or checkbox control in the fieldset, as part of the legend, deciding whether that fieldset is enabled or not. Fiddle: <a href="ht... | <p dir="auto">getbootstrap.com<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/9467e06f5bb18ffb2a93c745cd25a683147b847fde9f4911be656560f69cab07/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3832373230352f313332313732382f64333634616535612d333365372... | 0 |
<p dir="auto">Benchmarks on the internet seem to suggest that ujson is the fastest json parser (e.g., <a href="http://www.justinfx.com/2012/07/25/python-2-7-3-serializer-speed-comparisons/" rel="nofollow">http://www.justinfx.com/2012/07/25/python-2-7-3-serializer-speed-comparisons/</a>).</p>
<p dir="auto">Maybe try imp... | <p dir="auto">Hi,</p>
<p dir="auto">Is it possible to use ujson as an optional JSON encoder/decoder for requests? Or, if ujson satisfies all the use cases of requests, replace simplejson with ujson?</p> | 1 |
<p dir="auto">Tensorboard does not list any event stored in disk.</p>
<h3 dir="auto">Environment info</h3>
<p dir="auto">Operating System: Docker on Windows 10</p>
<p dir="auto">Tensorflow version 0.7.1</p>
<h3 dir="auto">Steps to reproduce</h3>
<div class="snippet-clipboard-content notranslate position-relative overfl... | <p dir="auto">I am trying to run the example in my Linux machine (Ubuntu 14.04):<br>
<strong>tensorflow/tensorflow/examples/tutorials/mnist/mnist_with_summaries.py</strong></p>
<p dir="auto">First, I type "<code class="notranslate">python mnist_with_summaries.py</code>" in command line. Everything looks good.<br>
Then ... | 1 |
<p dir="auto">It seems that the <code class="notranslate">onLoad</code> attribute doesn't work on <code class="notranslate"><svg></code> tags as it does on <code class="notranslate"><img /></code> tags...</p>
<p dir="auto">Could you add support for <code class="notranslate">onLoad</code> on <code class="not... | <p dir="auto">SVG <code class="notranslate"><image></code> is supposed as far as I know to support at least the same onload and onerror events <code class="notranslate"><img></code> supports.</p>
<p dir="auto">From looking at React code the events are handled on specific elements in <code class="notranslate... | 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"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><inp... | 0 |
<p dir="auto">I think we need to listen the event of DatePicker's cancel and ok button.</p>
<p dir="auto">Just run handler props in _handleCancelTouchTap and _handleOKTouchTap, that is it!</p>
<p dir="auto">Isn't it simple and distinct? Why we didn't do it.</p> | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">... | 0 |
<p dir="auto">by <strong><a href="mailto:dimitrij.denissenko@blacksquaremedia.com">dimitrij.denissenko@blacksquaremedia.com</a></strong>:</p>
<pre class="notranslate">What does 'go version' print?
go version go1.2 linux/amd64
What happened?
In my http server, I am trying to read the http.Request.Body via
ioutil.Read... | <p dir="auto">by <strong>laf163</strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1.
func loginHandler(w http.ResponseWriter, r *http.Request) {
...
cookie := http.Cookie{Name: "username", Value: "测试", Path: "/"}
http.S... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">elasticache</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
config f... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">elasticache</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.0.0
config f... | 1 |
<p dir="auto">I believe this is a typical use case, we allow a user to type a search string and then use it to search against a set of fields. Unfortunately, currently that doesn't allow to include integer fields (say, document ID) in this set. Following a simple example:</p>
<div class="highlight highlight-source-shel... | <p dir="auto">The lenient option will control format based failure to be ignored (just as in <code class="notranslate">query_string</code> query).</p> | 1 |
<p dir="auto">I pass a global variable "foo" to Twig. Here's the config.yaml</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="twig:
globals:
foo: "@acme.foo.foolistener""><pre class="notranslate"><code class="notranslate">... | <p dir="auto">With symfony 2.0.9 this code :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="{% form_theme form _self %}
{% block field_label %}
{{ app.session.locale }}
{% endblock %}
{% block container %}
{{ form_widget(form) }}
{% endb... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.7</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">Could <a href="https://docs.opencv.org/3.4.7/d5/d10/tutorial_js_root.html" rel="nofollow">OpenCv.js</a> please be added to <a href="https://www.npmjs.com" rel="nofoll... | <p dir="auto">I see there's no package for opencv.js so JavaScript users can install it using <code class="notranslate">npm install</code> as is accustomed by JS users.</p>
<p dir="auto">The benefits of this would be also that is better integrated with web bundlers like webpack, parcel, browserify which simplify develo... | 1 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">There is an app called <a href="https://www.listary.com/" rel="nofollow">listary</a> which provides a function to jump to current opening explorer path in open/save file dialog, or jump to search results <a target="_blank" rel="noopener noreferr... | <p dir="auto">"Check for updates" should actually check updates, not go to the github page.</p>
<p dir="auto">If an update is there, start the update process</p> | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mschipperheyn" rel="nofollow">marc schipperheyn</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9253?redirect=false" rel="nofollow">SPR-9253</a></strong> and commented</p>
<p dir="auto">This is best explained by an... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mschipperheyn" rel="nofollow">marc schipperheyn</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9366?redirect=false" rel="nofollow">SPR-9366</a></strong> and commented</p>
<div class="snippet-clipboard-content notr... | 1 |
<p dir="auto">The help text at <a href="http://freecodecamp.com/challenges/waypoint-target-a-specific-child-of-an-element-using-jquery" rel="nofollow">http://freecodecamp.com/challenges/waypoint-target-a-specific-child-of-an-element-using-jquery</a> gives an example that says:</p>
<p dir="auto"><code class="notranslate... | <h4 dir="auto">Challenge Name: Golf Code (JavaScript)</h4>
<p dir="auto"><a href="https://www.freecodecamp.com/challenges/golf-code" rel="nofollow">https://www.freecodecamp.com/challenges/golf-code</a></p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">Challenge Solution is being accepted and passed despite miss... | 0 |
<p dir="auto">When compiling:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() {
let x = [];
}"><pre class="notranslate"><span class="pl-k">fn</span> <span class="pl-en">main</span><span class="pl-kos">(</span><spa... | <p dir="auto">Test case:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="fn main() { []; }"><pre class="notranslate"><code class="notranslate">fn main() { []; }
</code></pre></div>
<p dir="auto">Output:</p>
<div class="snippet-clipboard-content... | 1 |
<p dir="auto">Right now we bind <code class="notranslate">kube-apiserver</code> to <code class="notranslate">0.0.0.0:443</code> and <code class="notranslate">kube-discovery</code> to <code class="notranslate">0.0.0.0:9898</code>. We need to allow users to:</p>
<ul dir="auto">
<li>override both ports separately (and may... | 1 | |
<p dir="auto">I see this failure with Fedora nightlies with LLVM 3.4. It has been introduced over the last two or three weeks. See also <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="89482517" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issue... | <p dir="auto">On my (Broadwell) machine, using the latest rc:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> versioninfo()
Julia Version 0.5.0-rc2+0
Commit 0350e57 (2016-08-12 11:25 UTC)
Platform Info:
System: Darwin (x86_64-apple-... | 0 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>...Add several Projects Folder</li>
<li>...Right click on one of them</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 0.204.0<br>
<strong>System</strong>: Microsoft Windows 7 Enterprise<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 di... | <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">Hi,<br>
I was (am) testing the carousel on mobile devices (my android phone), and noticed it doesn't support touch events (swipe left or right etc).</p>
<p dir="auto">And I search for the solution and found this</p>
<p dir="auto"><a href="https://github.com/ixisio/bootstrap-touch-carousel">https://github.... | <p dir="auto"><a href="http://getbootstrap.com/javascript/" rel="nofollow">http://getbootstrap.com/javascript/</a></p>
<p dir="auto">is it possible to make it work when we swipe.</p> | 1 |
<p dir="auto">Hello, I ran into a bug related to typealias while working in Graphs.jl today.<br>
Here's the code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="typealias A{B} Vector{Vector{B}}
typealias C{D} Vector{Vector{D}}"><pre class="not... | <p dir="auto">I'm building a DSL for symbolic things. I couldn't parse unicode characters for forall '∀' and exists '∃' as symbols (function names) in 1.6.0-beta1.</p> | 0 |
<ul dir="auto">
<li>Electron version:0.37.0</li>
<li>Operating system: windows 7</li>
</ul>
<p dir="auto">running electron does nothing as far as i can tell</p>
<blockquote>
<p dir="auto">/c/GitHub/sandbox (master) $ electron .<br>
(no output)<br>
/c/GitHub/sandbox (master) $ electron --help<br>
(no output)</p>
</block... | <p dir="auto">I'm not sure why this works on Chrome v49 itself but this is a win8 only API. Maybe the WINVER setting isn't working properly in brightray's gypi</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/831718/13723760/8c13329a-e83c-11e5-8de... | 1 |
<ul dir="auto">
<li>Electron version: 1.4 - 1.6 - but most likely happens on all of them</li>
<li>Operating system: Windows 7/8</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">In frameless window any dom element should lose focus after mouse cursor leaves the window area.</p>
<h3 dir="auto">Actual behav... | <p dir="auto">I have a simple <code class="notranslate">div</code> with a css hover effect changing the background color. When I move the mouse outside of the window area, the <code class="notranslate">div</code> keeps its hover style. It should actually go back to its normal style. Presumable the mouseleave event was ... | 1 |
<p dir="auto"><code class="notranslate">our_rand_r</code> is a fast and simple random generator defined in <code class="notranslate">sklearn/tree/_tree.pyx</code></p>
<p dir="auto">Problems:</p>
<ul dir="auto">
<li>The functions only return 0s if seeded with 0. We need to audit the use of this function and make sure it... | <p dir="auto">Right now the output of travis is too large to render, partially because a lot of deprecation warnings and partially because of warnings from the common tests. The common tests should catch all the deprecation warnings and probably also convergence warnings or numerical warnings (we decrease the number of... | 0 |
<p dir="auto">For example, given an empty lib.rs, this happens:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="rustc --lib lib.rs & rustc --rlib lib.rs
error: linking with `cc` failed: exit code: 1
note: cc arguments: '-m64' '-L/usr/local/... | <p dir="auto">This change to using <code class="notranslate">#[pkgid]</code> is causing a serious problem. Library names are now completely different. And I don't mean the hash. I mean the actual name on-disk. Not only that, but libraries without a <code class="notranslate">#[pkgid]</code> will potentially be named com... | 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>: 1.0.0<br>
<strong>System</strong>: Microsoft Windows 8.1 Pro with Media Center<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Un... | <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'm using MaterialUI w/ React 16 w/ server-side rendering. Everything seems to be working, but React is complaining about the server-side and client-side markups not matching. Warning goes away if I remove the <code class="notranslate">TextField</code> from my view. What am I doing wrong?</p>
<p dir="auto... | <ul dir="auto">
<li>[x ] I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected Behavior</h2>
<p dir="auto">Whenever a FlatButton is clicked, the event handler should receive the event object... | 0 |
<p dir="auto">I see that the libraries are using viewless Fragments to do work. This creates a problem where under some circumstance, would conflict with other fragment transactions that fragment manager is doing<br>
The full stacktrace:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-a... | <p dir="auto">I have a customized ImageView which is using Glide to load up it's content during <code class="notranslate">onAttachedToWindow()</code>. It works correctly if it is embedded into an activity, however if I put it into a Fragment it fails.<br>
I use Glide with this two lines as recommended:</p>
<div class="... | 1 |
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: No. import tensorflow as tf</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Windows 10 x64 on SQL Server 2017</l... | <p dir="auto">As announced in release notes, TensorFlow release binaries version 1.6 and higher are prebuilt with AVX instruction sets. This means on any CPU that do not have these instruction sets either CPU or GPU version of TF will fail to load with any of the following errors:</p>
<ul dir="auto">
<li><code class="n... | 1 |
<p dir="auto">When a parent give a constraint to his childrens by annotations,<br>
whe cannot remove the constraint by annotation in the class child</p>
<p dir="auto">It's possible to had a way to manage inheritance strategy like this ? :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-... | <h1 dir="auto">Use case</h1>
<h2 dir="auto">Models:</h2>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="abstract class AbstractUser
{
private $username;
private $password;
}
class ConcreteUser extends AbstractUser
{
/**
* @var Us... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">I do not know if this is a bug or a feature... I am still investigating this, but if you have some guidance I would appreciate.</p>
<p dir="auto">For a reason I do not know (yet), sometimes, an empty array is passed to the method <a href="symfony/src/Symfony/Component/Form/Extension/... | <p dir="auto"><strong>Symfony version(s) affected</strong>: 4.2.0, 4.1.* (and probably more, I din't test it)</p>
<p dir="auto"><strong>Description</strong><br>
When rendering a FormType containing a CollectionType, and that CollectionType also contains an other CollectionType, There is an error when trying to render t... | 0 |
<p dir="auto">Button groups with checkboxes or radios don't get the checked status on pageload, even if the "checked" attribute is set on one or more of checkboxes.<br>
Example see here: <a href="http://www.bootply.com/79923" rel="nofollow">http://www.bootply.com/79923</a></p> | <p dir="auto">Hi guys! Love your work!</p>
<p dir="auto">Have some issues with checkbox and radio Buttons on Button-groups. I've try to pre-load option with a form, but got all buttons disabled. Hope you'll fix it.</p>
<p dir="auto">Thank you!</p> | 1 |
<p dir="auto"><em>Please make sure that this is a Bug or a Feature Request and provide all applicable information asked by the template.<br>
If your issue is an <strong>implementation question</strong>, please ask your question on <a href="http://stackoverflow.com/questions/tagged/keras" rel="nofollow">StackOverflow</a... | <p dir="auto">Running on tensorflow.keras<br>
I have a model that is composed of submodels that share a layer</p>
<p dir="auto">When the model is defined by code the layers are indeed shared<br>
If I recreate the model from config (or load from file), the layers are duplicated<br>
This is both problematic in terms of m... | 0 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/14071/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-test-go/14071/</a></p>
<p dir="auto">Failed: TestCascadingDeletion {garbagecollector}</p>
<div class="snippet-clip... | <p dir="auto">Master tracking bug <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="85510714" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/9312" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/9312/hover... | 0 |
<p dir="auto">We just ran into this in production: <a href="https://issues.apache.org/jira/browse/CURATOR-358" rel="nofollow">https://issues.apache.org/jira/browse/CURATOR-358</a></p>
<p dir="auto">Long story short, zookeeper was down, druid came up, zookeeper came up, but no master ever took over.</p>
<p dir="auto">Mi... | <p dir="auto">When zookeeper has a blip, the overlord can get into a condition we call "split brain" where leadership election is all screwed up. This causes the state of submitted requests to be non deterministic, sometimes "succeeding" or sometimes registering that it succeeding but not actually returning a success.<... | 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 => 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 =&g... | 1 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><inpu... | <p dir="auto">The basic tutorial setup outlined here: <a href="https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html" rel="nofollow">https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html</a> now fails to locate set the <code class="notranslate">broker</code> or <code class=... | 1 |
<p dir="auto">A project in Blender -</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/9849922/17363051/01348db6-5981-11e6-8579-c17390e586d4.png"><img src="https://cloud.githubusercontent.com/assets/9849922/17363051/01348db6-5981-11e6-8579-c17390e58... | <p dir="auto">Geometry's fromBufferGeometry() exports duplicated vertices and colors.</p>
<p dir="auto">Code to reproduce:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="var box = new THREE.BoxGeometry(1,1,1);
var bufferBox = new THREE.BufferG... | 0 |
<p dir="auto">Hi, there, it would be better if we supported it</p>
<p dir="auto">example:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Deno.unixTimestamp() \\ 1632847927.599013"><pre class="notranslate"><span class="pl-v">Deno... | 1 | |
<h1 dir="auto">What / Why</h1>
<blockquote>
</blockquote>
<p dir="auto"><code class="notranslate">404 not found</code> error on npm i vue-slick-carousel</p>
<h2 dir="auto">When</h2>
<ul dir="auto">
<li>UTC 14:51. at this moment.</li>
</ul>
<h2 dir="auto">Where</h2>
<ul dir="auto">
<li>npm/vue-slick-carousel</li>
</u... | <p dir="auto">See <a href="https://www.npmjs.com/package/chokidar" rel="nofollow">https://www.npmjs.com/package/chokidar</a></p>
<p dir="auto">I've published 3.3.1, but the page, curl <code class="notranslate">json api</code>, and npm all say only 3.3.0 is available.</p>
<p dir="auto">If you enter <code class="notransl... | 1 |
<p dir="auto">Hi everyone,</p>
<p dir="auto">cache:clear won't run up correctly anymore. It can't delete dev_old/annotations/(some_folder). I think it's because the filename length in (some_folder) is too long now compared to the 2.7 Symfony version. I'm running on Windows 7.</p>
<p dir="auto">Look at the filename for ... | <p dir="auto">After update symfony (composer update), symfony update 3.4.4 to 3.4.5. And i get this error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="request.CRITICAL: Exception thrown when handling an exception
(Twig_Error_Runtime: An ex... | 0 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/9f48aec2a5c13484f059accffaacf31f4d557cc965a17c7a2820bafa18302f48/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333831313032392f3936343639342f65613032333938612d303531612d313165332d386538332d... | <p dir="auto">By doing that, I can make button labels disappear in small screen and shown correctly in big screen.</p>
<p dir="auto">Example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="<button class="btn btn-primary"> <i... | 0 |
<p dir="auto">I have the following Flask app running in a Stage server, and I realized that some requests were affecting its operation, causing Tracebacks and with this, the Flask app was still running as a process, but not answering any sort of request, neither giving a kind of Internal Server Error (5xx).</p>
<p dir=... | <p dir="auto">I have a Werkzeug server running behind NGINX. When a client disconnects while waiting for the Werkzeug server to respond, NGINX closes the pipe to Werkzeug. When the python program writes the response to Werkzeug, the following exception occurs and Werkzeug crashes:</p>
<blockquote>
<p dir="auto">Traceba... | 1 |
<pre class="notranslate">What is the expected output?
go tool vet panics on some of our internal code.
Reducing it is quite a big job. If there isn't enough info here, let me know and I'll go
for it.
INTERNAL PANIC: runtime error: invalid memory address or nil pointer dereference
panic: runtime error: invalid memory... | <pre class="notranslate">Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull", "hg update default", rebuild, and
retry
what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. Run the attached code, makeslice.go
What is the expected outpu... | 0 |
<p dir="auto">Usually the speed of each training batch is somewhat consistent for me when using tensorflow. However, I am currently training an RNN. For the first 3 epochs each batch of 128 samples took about 1 second. Now on the third epoch my times have become inconsistent. The batches will randomly become very s... | <p dir="auto">When training a relatively simple model (1-layer LSTM, 256 units) my Titan X GPU keeps spiking from 0% to 30% GPU utilization. Conclusion: somewhere in the pipeline there is a bottleneck which limits the GPU to be processing the training batches continuously. I use a FIFOQueue to which examples are being ... | 1 |
<p dir="auto">Given <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="171960429" data-permission-text="Title is private" data-url="https://github.com/kubernetes/kubernetes/issues/30908" data-hovercard-type="issue" data-hovercard-url="/kubernetes/kubernetes/issues/30908/hovercard" href=... | 1 | |
<h3 dir="auto">What problem does this feature solve?</h3>
<p dir="auto">With the new Vue.observable you can create a simple reactive store which is super nice. It seems you can use these reactive properties directly in views (you don't need to use them through local computed properties). In this scenario, it would be n... | <h3 dir="auto">Vue.js version</h3>
<p dir="auto">2.0-rc8 / 2.0-rc7</p>
<h3 dir="auto">Reproduction Link</h3>
<p dir="auto"><a href="https://codepen.io/toxic-johann/pen/JRJgGJ?editors=1111" rel="nofollow">https://codepen.io/toxic-johann/pen/JRJgGJ?editors=1111</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto"... | 0 |
<p dir="auto">Badly needed for commonjs modules where you are more likely to ship JS code plus a generated <code class="notranslate">.d.ts</code> file.</p>
<p dir="auto">From codeplex : <a href="https://typescript.codeplex.com/workitem/2080" rel="nofollow">https://typescript.codeplex.com/workitem/2080</a></p> | <p dir="auto">There was an discussion about generating ambient declarations for external CommonJS modules: <a href="http://typescript.codeplex.com/workitem/2080" rel="nofollow">http://typescript.codeplex.com/workitem/2080</a></p>
<p dir="auto">But even if typescript generates the definitions as we what we want, we'll s... | 1 |
<p dir="auto">Use of exclamation in an <code class="notranslate">ngIf</code> does not work when using null propagation operator. It worked in beta-15, not in beta-16.</p>
<p dir="auto">See plunker for demo:<br>
<a href="http://plnkr.co/edit/2TGZ2XVESVQQJ1IN39AA?p=preview" rel="nofollow">http://plnkr.co/edit/2TGZ2XVESVQ... | <p dir="auto"><strong>I'm submitting a ...</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report
[ ] feature request
[ ] support request"><pre class="notranslate"><code class="notranslate">[x] bug report
[ ] feature request
[ ... | 0 |
<h5 dir="auto">ISSUE TYPE: Bug Report</h5>
<h5 dir="auto">COMPONENT NAME: win_copy module</h5>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">ansible 2.2.0.0<br>
config file = /etc/ansible/ansible.cfg<br>
configured module search path = Default w/o overrides</p>
<h5 dir="auto">CONFIGURATION</h5>
<p dir="auto">No cha... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.0.0
config file = /etc/ansible/ansible.cfg
configured module search path ... | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-target-the-parent-of-an-element-using-jquery" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-target-the-parent-of-an-element-using-jquery</a> has an issue. Please describe how to reproduce it, and include links to screensho... | <h4 dir="auto">Challenge Name</h4>
<p dir="auto">Roman Numeral Converter</p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">I'm reporting this based on my tests of an issue another camper reported on the forums.</p>
<p dir="auto">The thread may be found here <a href="http://forum.freecodecamp.com/t/roman-numeral-... | 0 |
<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.19631
PowerToys version: v0.18.1
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run"><pre class="notranslate"... | <p dir="auto">PowerLauncher.exe keeps ramping up to ~60% CPU usage in task manager and then back down to 0%. It happens about every 2 seconds or so.</p>
<h1 dir="auto">Environment</h1>
<p dir="auto">Windows [Version 10.0.18363.720]<br>
PowerToys 0.18<br>
PowerLauncher</p>
<h1 dir="auto">Steps to reproduce</h1>
<p dir=... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18965.0 (Insider Fast)
Windows Terminal version (if applicable): 0.4.2382.0
Any other software? No."><pre lang="none" class="notranslate"><c... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.0
Windows Terminal version (if applicable): 0.5.2681.0 (from store)
Any other software?"><pre lang="none" class="notranslate"><code cl... | 0 |
<p dir="auto"><strong>Symfony version(s) affected</strong>: 3.4</p>
<p dir="auto"><strong>Description</strong><br>
<em>Implementing the AuthenticatorInterface instead of extending AbstractGuardAuthenticator still throws deprecated message</em></p>
<p dir="auto">I wrote a class <code class="notranslate">FormAuthenticato... | <p dir="auto">I'm getting "Expected a Boolean." when null is passed in to a form using a checkbox, because the object backing the form is empty and has no data. Why can't null be a valid data passed to the BooleanToStringTransformer?</p> | 0 |
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var A = {
test: () => {this}
};"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-v">A</span> <span class="pl-c1">=</span> <span class="pl-kos">{</span>
... | <p dir="auto">When using the npm library <a href="https://github.com/neumino/thinky">thinky</a>, I have the following snippet of code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="User.pre('save', (next) => {
console.log("pre sa... | 1 |
<p dir="auto">Element has no padding and arrow.<br>
Samsung Galaxy S 2. Default browser.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/d1b3c11bc7c9d8fa205400eb5a3744a63911c3f744267b2dd3b155e6b95cfc97/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732... | <p dir="auto">As shown in screenshot the select tag is not properly styled.<br>
Tested on stock browser on android 4.1.2 and 4.2.1.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/bae69501dbd1600b03804bdbec0a4a4e4911018c7079b63092b8cfbc8cc8748f/6874747073... | 1 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.6.11</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsbin.com/zebewujipu/edit?html,output" rel="nofollow">https://jsbin.com/zebewujipu/edit?html,output</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">点击 <code class="notranslate">点我没反应 </... | <h3 dir="auto">Version</h3>
<p dir="auto">2.6.11</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/u5kba8ty/" rel="nofollow">https://jsfiddle.net/u5kba8ty/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">No steps needed on the repro.<br>
The repro should render a, b, c, ... | 0 |
<p dir="auto">[See PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="240176526" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/9355" data-hovercard-type="pull_request" data-hovercard-url="/numpy/numpy/pull/9355/hovercard" href="https://github... | <p dir="auto">I'm trying to calculate the gradient (df/dx, df/dy) of a 2D function f(x, y) with unevenly spaced data.</p>
<p dir="auto">Is there a function do to this in numpy? What is the correct syntax?</p>
<p dir="auto">I've tried using <a href="https://numpy.org/doc/stable/reference/generated/numpy.gradient.html" ... | 0 |
<p dir="auto">The x86_64 binaries for Linux are probably built with march that is not x86-64. As a consequence, CPU instructions that are not supported by old Intel x86_64 CPUs are produced.</p>
<p dir="auto">The binaries are not able to run on an x86-64 Linux system with an Intel Pentium 4 Prescott HT630 CPU, for exam... | <p dir="auto"><a href="https://julialang.org/downloads/platform.html" rel="nofollow">https://julialang.org/downloads/platform.html</a></p>
<p dir="auto">Surprising: the words Ubuntu and/or Debian aren't mentioned at all.</p>
<p dir="auto">Generic Linux installers are problematic because they require the user constantly... | 0 |
<p dir="auto">During compilation of TF, <code class="notranslate">tensorflow_framework</code> target (<code class="notranslate">libtensorflow_framework.so</code>) will end up with multiple definitions of zlib. The reason is that <code class="notranslate">protobuf</code> will bring <code class="notranslate">zlib</code><... | <p dir="auto">During compilation of TF, <code class="notranslate">tensorflow_framework</code> target (<code class="notranslate">libtensorflow_framework.so</code>) will end up with multiple definitions of zlib. The reason is that <code class="notranslate">protobuf</code> will bring <code class="notranslate">zlib</code><... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jeff.johnston.mn" rel="nofollow">Jeff Johnston</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7040?redirect=false" rel="nofollow">SPR-7040</a></strong> and commented</p>
<p dir="auto">I found a bug that surfaced i... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=michalf" rel="nofollow">Michal Fijas</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7603?redirect=false" rel="nofollow">SPR-7603</a></strong> and commented</p>
<p dir="auto">We use AbstractPollingMessageListenerCo... | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto">[Note: unclear to me whether this issue comes from Webpack, Babel, or the combination of the two, <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Timer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type... | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
Currently it is not possible to consume federated module inside of web worker.</p>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong><br>
Try to import federated modul... | 0 |
<p dir="auto">I know this has been asked several times, however I'm surprised I couldn't find an entry suggesting an approach similar to Webpack+Nativescript where webpack reads vars from the environment and passes down a static object with the values set. In this case it could work by reading a very specific pattern f... | <p dir="auto">Use xcode export ipa file, reported the following error, xcode 9.2 version</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ipatool failed with an exception: #<TypeError: no implicit conversion of nil into Array>
/Applica... | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Right now it's possible to set space around pre-made zones (Columns, Rows, Grid, Priority Grid).<br>
It would be nice to have that option for custom zones we define for ourselves.</p>
<h1 dir="auto">Proposed technical implementation details (optio... | <p dir="auto">Disabling the "space around zones" setting does not work for custom templates. Even when editing the "Selected layout" with Space around zone disabled, the duplicated template has it enabled again.</p> | 1 |
<p dir="auto">If THREE.CubeTextureLoader is used <strong>scene.toJSON()</strong> crashes</p>
<p dir="auto">function getDataURL(image)</p>
<p dir="auto">line 3737 context.drawImage(.. // param is an array of the 6 images of the CubeTexture</p>
<h5 dir="auto">Three.js version</h5>
<ul class="contains-task-list">
<li clas... | <p dir="auto">so this file here has some 120K tris and 3 x 2K textures, however when I drop it into 3js editor fps goes out the window. I get much better performance in <a href="https://sandbox.babylonjs.com/" rel="nofollow">https://sandbox.babylonjs.com/</a> with the same model.</p>
<p dir="auto"><a class="user-mentio... | 0 |
<p dir="auto">It was last published on 2018-05-08 and doesn't contain the search demo</p>
<p dir="auto"><a href="https://github.com/flutter/flutter/blob/226f2c1e99accab83d12bfd49e805f8d7d2d3ed6/examples/flutter_gallery/lib/demo/material/search_demo.dart">https://github.com/flutter/flutter/blob/226f2c1e99accab83d12bfd49... | <h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>I use VSCode to create a Flutter project.</li>
<li>After project initialized, I copied SnackBar demo on the site following the link <a href="https://flutter.io/cookbook/design/snackbars/" rel="nofollow">https://flutter.io/cookbook/design/snackbars/</a></li>
<l... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/callemall/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">... | 0 |
<h3 dir="auto">Feature request</h3>
<p dir="auto">To disable cache, you can use <a href="https://playwright.dev/python/docs/api/class-cdpsession#cdp-session-send" rel="nofollow">cdp_session.send</a>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conte... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/46236708/122521701-b867d500-d047-11eb-9742-bcd6a66f6e5e.png"><img src="https://user-images.githubusercontent.com/46236708/122521701-b867d500-d047-11eb-9742-bcd6a66f6e5e.png" alt="image" style="max-width: ... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=javachap" rel="nofollow">Vijay Dendukuri</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8546?redirect=false" rel="nofollow">SPR-8546</a></strong> and commented</p>
<p dir="auto">When "RequestResponseBodyMethodProc... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke" rel="nofollow">Oliver Drotbohm</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6671?redirect=false" rel="nofollow">SPR-6671</a></strong> and commented</p>
<p dir="auto">There is a subtle issue with <c... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.