text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">When you want the FlashBag to set a message, you'd like to do getFlashBag on the session. However, you can only achieve this by type hinting an injection on the Session\Session object. The Session\SessionInterface doesn't contain the "getFlashBag" method thus you can't use the Request::getSession();</p>
<... | <p dir="auto">I don't know if this is intended, but the <code class="notranslate">SessionInterface</code> from HttpFoundation does not contain the <code class="notranslate">getFlashBag</code> method. Why is this annoying? Well if I have got a request in a controller and I call <code class="notranslate">getSession</code... | 1 |
<p dir="auto">The following code is taken in part from the contour demo of the matplotlib documentation. I am using contourf instead of simple contour. The contour plot is shown just as I want it to be within the matplotlib figure window.</p>
<p dir="auto">As soon as it comes to saving I am not content with the result.... | <p dir="auto">This is the underlying problem raised in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="6572843" data-permission-text="Title is private" data-url="https://github.com/matplotlib/matplotlib/issues/1178" data-hovercard-type="pull_request" data-hovercard-url="/matplotlib/m... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jsyrjala" rel="nofollow">Juha Syrjälä</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9578?redirect=false" rel="nofollow">SPR-9578</a></strong> and commented</p>
<p dir="auto">I am trying to use a result of method ... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=alza" rel="nofollow">Alex</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2294?redirect=false" rel="nofollow">SPR-2294</a></strong> and commented</p>
<p dir="auto">I have a class 'MyBean' with a property 'myMap' of... | 0 |
<h1 dir="auto">System information (version)</h1>
<ul dir="auto">
<li>OpenCV = 4.5.5.dev</li>
<li>torch = 1.6.0</li>
</ul>
<h1 dir="auto">Steps to reproduce</h1>
<p dir="auto">net = cv2.dnn.readNetFromONNX(onnx_path)</p>
<h1 dir="auto">Issue</h1>
<p dir="auto">I am getting the following error. when I updated the PyTorch... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.2</li>
<li>Operating System / Platform => MacOS Catalina v.10.15.3</li>
<li>IDE => Spyder 4.1.0</li>
<li>Compiler => python3.7</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I can open images and process them... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="There was 1 failure:
1) Symfony\Component\Process\Tests\SigchildEnabledProcessTest::testPTYCommand
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'foo
+sh: 1: 3: Bad file... | <p dir="auto">Running</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="phpunit src/Symfony/Component/Process"><pre class="notranslate"><code class="notranslate">phpunit src/Symfony/Component/Process
</code></pre></div>
<p dir="auto">I got the er... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Steps to ... | <p dir="auto">In the firebase examples (I'm using Typescript from the next.js example folder) but have also tried <a href="https://github.com/jthegedus/firebase-functions-next-example">https://github.com/jthegedus/firebase-functions-next-example</a>), it's not clear how to add images - as any attempt to add them to the... | 0 |
<p dir="auto">Here is an example, when auc is calculated wrong:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import numpy as np
from sklearn.metrics import roc_curve, auc
p = np.array([3E-011, 5E-11, 2E-010, 1E-008, 2E-006, 1.29E-005, 0.0003... | <p dir="auto">pred=[1e-10, 0, 0]<br>
sol=[1, 0, 0]<br>
metrics.roc_auc_score(sol, pred) # 0.5, wrong, 1 is correct</p>
<p dir="auto">pred=[1, 0, 0]<br>
sol=[1, 0, 0]<br>
metrics.roc_auc_score(sol, pred) # 1 correct</p> | 1 |
<p dir="auto">I use /hack/local-up-cluster to start a local k8s. And operate like below:</p>
<div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="./cluster/kubectl.sh run my-nginx --image=nginx --replicas=2 --port=80
CONTROLLER ... | <p dir="auto">A new Pod with HTTP Health Check probe is created as:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="apiVersion: v1
kind: Pod
metadata:
name: wildfly-pod
labels:
name: wildfly
spec:
containers:
- image: jboss/wil... | 1 |
<p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="464877226" data-permission-text="Title is private" data-url="https://github.com/apache/superset/issues/7827" data-hovercard-type="pull_request" data-hovercard-url="/apache/superset/pull/7827/hovercard" href="https://github... | <p dir="auto">Importing same dashboard with changes generates a copy</p>
<h3 dir="auto">Expected results</h3>
<p dir="auto">Dashboard gets updated</p>
<h3 dir="auto">Actual results</h3>
<p dir="auto">Multiple copies of the same dashboard. Slices are updated correctly</p>
<h4 dir="auto">Screenshots</h4>
<p dir="auto"><a... | 0 |
<p dir="auto"><em>Please make sure that this is a build/installation issue. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em></p>
<p d... | <p dir="auto"><em>Please make sure that this is a build/installation issue. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em></p>
<p d... | 1 |
<p dir="auto">Assume you want to evaluate or grid search the parameters of the following pipeline</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from sklearn.preprocessing import Imputer
from sklearn.linear_model import Logi... | <p dir="auto">When <code class="notranslate">GridSearchCV</code> sees a NaN, it panics. This is annoying when the estimator is a pipeline that starts with an <code class="notranslate">Imputer</code>, as now the imputer must be trained outside of the grid search giving potentially skewed results.</p> | 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/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><input type="c... | 0 |
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/clone-an-element-using-jquery" rel="nofollow">Clone an Element Using jQuery</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safa... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-clone-an-element-using-jquery#?solution=fccss%0A%20%20%24%28document%29.ready%28function%28%29%20%7B%0A%20%20%20%20%24%28%22%23target1%22%29.css%28%22color%22%2C%20%22red%22%29%3B%0A%20%20%20%20%24%28%22%23target1%22%29.prop%28%22disabled%... | 1 |
<p dir="auto">Looks like we lost the duplicate-react warning (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="60039585" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/3332" data-hovercard-type="pull_request" data-hovercard-url="/facebook/re... | <p dir="auto"><a href="https://gist.github.com/syranide/51bd85cadd0b439d8a05">https://gist.github.com/syranide/51bd85cadd0b439d8a05</a></p>
<p dir="auto">Highly unscientific delta below (~700b). Shouldn't be <em>that</em> significantly affected by addition of "behaviors" when doing it proper, contains a bunch of attrib... | 0 |
<p dir="auto">The <code class="notranslate">_optimize</code> API is great for improving performance of time series indices or other cold indices, but the name of it is incredibly misleading.</p>
<p dir="auto">Lucene changed from calling it <code class="notranslate">optimize</code> to <code class="notranslate">forceMerg... | <p dir="auto">Optimize is a very costly operation, and rarely necessary. I think it's trappy because it's name is so tempting, and also because in ES the optimize is done in the background (so the request returns immediately), hiding the true cost.</p>
<p dir="auto">There are times when it's appropriate, e.g. in the l... | 1 |
<p dir="auto">With<br>
bazel 0.26.1<br>
gcc 7.4<br>
cuda 10.1 update 2</p>
<p dir="auto">and the latest git clone of tensorflow, I hit the following error at the bazel build command</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ERROR: /home/m... | <p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux RedHat 7.6</li>
<li>Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A</li>
<li>TensorFlow installed from (source or binary): source</li... | 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 checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+">issu... | <h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+"... | 0 |
<h1 dir="auto">Description</h1>
<p dir="auto">Importing pandas makes plotting with matplotlib and standard datetime objects impossible.</p>
<p dir="auto">A type error is raised in matplotlib because pandas import datetime and "override the global" one.</p>
<p dir="auto">I would not expect pandas to override the default... | <p dir="auto">register it upon plotting?</p>
<p dir="auto"><a href="http://stackoverflow.com/questions/13988111/importing-pandas-in-python-changes-how-matplotlib-handles-datetime-objects" rel="nofollow">http://stackoverflow.com/questions/13988111/importing-pandas-in-python-changes-how-matplotlib-handles-datetime-object... | 1 |
<p dir="auto">use crypto/tls connect to server with self-signed certificate handshake failure</p>
<p dir="auto">go version: go version go1.5.2 darwin/amd64<br>
os: osx 10.10</p>
<blockquote>
<p dir="auto">code:<br>
cert, err := tls.LoadX509KeyPair(crtPath, keyPath)<br>
tlsConfig = tls.Config{Certificates: []tls.Certi... | <p dir="auto">by <strong><a href="mailto:andreas@ionisiert.de">andreas@ionisiert.de</a></strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
cd
rm -rf go
hg clone -u weekly <a href="https://go.googlecode.com/hg/" rel="nofollow">https://go.googlecode.com/hg/</a> go/
cd go/src
./all.bash
go get c... | 0 |
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="->add('recipientContacts', EntityType::class, [
'mapped' => false,
'required' => false,
'multiple' => true,
'expanded' => false,
'class' => Con... | <p dir="auto">In <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="43646560" data-permission-text="Title is private" data-url="https://github.com/symfony/symfony/issues/12006" data-hovercard-type="pull_request" data-hovercard-url="/symfony/symfony/pull/12006/hovercard" href="https://gi... | 0 |
<p dir="auto">When following the tutorial, I get a syntax error.</p>
<p dir="auto">Package.json:<br>
{<br>
"name": "<a class="issue-link js-issue-link notranslate" rel="noopener noreferrer nofollow" href="https://linear.app/vercel/issue/NEXT-version">next-version</a>",<br>
"version": "1.0.0",<br>
"description": "",<br>... | <p dir="auto">Next.js has example and work with sw-precache as service-worker.</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues">issues</a> of this rep... | 0 |
<p dir="auto">When trying to create an Isolate in <code class="notranslate">--debug</code> mode the Dart VM is unable to fetch the Dart source code for the new Isolate.</p>
<p dir="auto">The error is thrown when tapping the <code class="notranslate">Start</code> button in the <code class="notranslate">services/isolate.... | <ul dir="auto">
<li>ubuntu 17.04</li>
</ul>
<br>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/21167871/33302423-e836c298-d436-11e7-9e95-554be98368c2.png"><img src="https://user-images.githubusercontent.com/21167871/33302423-e836c298-d436-11e7-9e95-5... | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<h1 dir="auto">Proposed technical implementation details (optional)</h1> | <h1 dir="auto">Environment</h1>
<p dir="auto">Windows build number: Microsoft Windows [Version 10.0.18362.356]<br>
Windows Terminal version (if applicable): 0.5.2681.0</p>
<h1 dir="auto">Steps to reproduce</h1>
<p dir="auto">Run this litle command in the terminal using a cmd.exe tab to produce a little box:</p>
<div cl... | 0 |
<h3 dir="auto">Problem description</h3>
<p dir="auto">Button href component return error when clicked.</p>
<h3 dir="auto">Steps to reproduce</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import MenuIcon from 'material-ui-icons/Menu';
import ... | <h3 dir="auto">Problem description</h3>
<p dir="auto">Upgrading to React V16 throws error: this.updater.enqueueCallback is not a function</p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">yarn add react@next react-dom@next</p>
<h3 dir="auto">Versions</h3>
<ul dir="auto">
<li>Material-UI: v1.0.0-beta.5</li>
<li>R... | 1 |
<p dir="auto">Tried to compile rustc@9b9833299245cc1eac68b52169e9152d0f412d6b on my Windows 7 x64 (MSYS2) when it crashed. Crashed even after running <code class="notranslate">make clean</code> first. For the record, I tried to compile with <code class="notranslate">RUSTFLAGS='-C codegen-units=8'</code> set.</p>
<div c... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="==> ./configure --prefix=/Users/andrewrynhard/develop/homebrew/Cellar/rust/HEAD --disable-rpath --enable-clang --release-channel=nightly
configure:
configure: note, user-provided CC looks like cla... | 0 |
<p dir="auto">On: <code class="notranslate">Microsoft Windows [Version 10.0.17763.134]</code></p>
<p dir="auto">I have implemented conpty in my terminal emulator:<br>
<a href="https://github.com/wez/wezterm">https://github.com/wez/wezterm</a></p>
<p dir="auto">I can successfully run <code class="notranslate">target\deb... | <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.267
Windows Terminal version (if applicable): Windows Store version (latest)
Windows Terminal (Dev Build)"><pre lang="none" class="not... | 0 |
<p dir="auto">Repro Steps:</p>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="kubectl create -f nginx-deployment.yaml
deployment "nginx-deployment" created
kubectl get deployments
NAME DESIRED CURRENT ... | <h2 dir="auto">what</h2>
<ul dir="auto">
<li>Let the user override the default <code class="notranslate">change-cause</code> generated by <code class="notranslate">kubectl</code> by specifying it in the <code class="notranslate">metadata</code> of the resource file</li>
</ul>
<p dir="auto">Example:<br>
<a target="_blan... | 1 |
<p dir="auto">Hello,<br>
first, thank you for this amazing library ! :)<br>
It is my first time reporting an issue, so please, feel free to let me know if anything is improper.</p>
<p dir="auto">The code for reproducibility</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" d... | <p dir="auto">This is the code that I ran</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import matplotlib.pyplot as plt
import seaborn as sns
fmri = sns.load_dataset("fmri")
fmri.info()
sns.set(style="darkg... | 1 |
<p dir="auto">I am suggesting to create opencollective and spent this money to contests and grants.</p>
<p dir="auto">For example:</p>
<ul dir="auto">
<li>grant for new Three.js UI</li>
<li>contest with particles</li>
<li>etc.</li>
</ul>
<p dir="auto">This is not duplicate of <a class="issue-link js-issue-link" data-er... | <p dir="auto">Being able to provide an optional callback function to customize the URLs being requested by ColladaLoader would be very appreciated.The function would be unique per ColladaLoader instance, and would create the URL parameter of the THREE.ImageUtils.loadTexture() call around line 3483, and possibly the DA... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sbtourist" rel="nofollow">Sergio Bossa</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-4433?redirect=false" rel="nofollow">SPR-4433</a></strong> and commented</p>
<p dir="auto">The protected ServletRequestAttribute... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sbrannen" rel="nofollow">Sam Brannen</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9619?redirect=false" rel="nofollow">SPR-9619</a></strong> and commented</p>
<h4 dir="auto">Status Quo</h4>
<p dir="auto">Unlike t... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues?q=is%3Aissue">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="au... | <p dir="auto">Although I see the use case for this, I personally will never use this feature.</p>
<p dir="auto">I lose too much flexibility & reusability (and/or gain awkwardness) by not using SASS/Stylus/whatever. And with a cached, single (or not) stylesheet, I won't suffer any performance loss by not taking the ... | 0 |
<h1 dir="auto"> does not work in production</h1>
<p dir="auto">I'm having an issue with next link, on my development environment the component work really well, i have included the code for the component bellow, my main issue is when i deploy to production (im using zeit now) the link does not work and anything happens... | <p dir="auto">This is bug report</p>
<p dir="auto">Link does not work with css-module imported. That happens when page with Link has no css, and linked page has. No errors in console, so im not sure about reasons, but there is minimal repo to reproduce:<br>
<a href="https://github.com/standy/next-css-error">https://git... | 1 |
<p dir="auto">Hello.</p>
<p dir="auto">We using react for some our projects and found, what on staging servers it start generate warning about "It looks like you're using a minified copy of the development build of React. When deploying React apps to production, make sure to use the production build which skips develop... | <p dir="auto">Hello. Since upgrading to v15 I get this all over the place in my unit tests:</p>
<p dir="auto"><code class="notranslate">Warning: It looks like you're using a minified copy of the development build of React. When deploying React apps to production, make sure to use the production build which skips develo... | 1 |
<h3 dir="auto">Problem description</h3>
<p dir="auto">When a click for the first time on a Link which is inside of a MenuItem and an IconMenu it shows the following warning in the browser's console :</p>
<p dir="auto">warning.js:44 Warning: Unknown props <code class="notranslate">desktop</code>, <code class="notranslat... | <h3 dir="auto">Spotted errors</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Warning: Unknown props `desktop`, `focusState` on <a> tag. Remove these props from the element.
in a (created by Link)
in Link (created by Menu)
in div (... | 1 |
<pre class="notranslate">Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1.goinstall github.com/mattn/go-gtk/gtk
2.open browser to <a href="http://godashboard.appspot.... | <p dir="auto">The following problem occurs in the gcc5 branch and trunk. It was found when testing on pp64le Ubuntu 14.04 and 14.10 but the problem also occurs on x86 with gccgo. It works with golang on both platforms.</p>
<p dir="auto">Here is a testcase that demonstrates the failure:</p>
<p dir="auto">package main<... | 0 |
<p dir="auto">Hi,</p>
<p dir="auto">I've searched the sources to find an equivalent to the Parser and Formatter-concept in AngularJS 1.x. As it looks like, we can use custom Value-Accessors to format and parse bindings.</p>
<ul dir="auto">
<li>Is this a good idea?</li>
<li>If yes, is the following implementation (that ... | <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... | 0 |
<p dir="auto">React version: 18.2</p>
<h2 dir="auto">Steps To Reproduce</h2>
<ol dir="auto">
<li>download npx create-react-app my-app --template redux-typescript</li>
<li>npm start</li>
</ol>
<p dir="auto">Link to code example:</p>
<p dir="auto"><code class="notranslate">function Ddd() { return ( <React.StrictMode&... | <p dir="auto">React version:18.0.0</p>
<p dir="auto">with 18</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import ReactDOM from "react-dom/client";
const root = ReactDOM.createRoot(
document.getElementById("root") as HTML... | 1 |
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p>
<p dir="auto"><strong>What keywords did you search in... | <p dir="auto">I was mostly following this guide, which seems to be either deprecated and/or broken:<br>
<a href="https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/ubuntu.md">https://github.com/kubernetes/kubernetes/blob/master/docs/getting-started-guides/ubuntu.md</a></p>
<p dir="auto">On... | 0 |
<p dir="auto">Rather than the complex script for radio buttons, we should go for a more semantically meaningful option similar to the one in the link below (yes I know it's using javascript but that's only to apply the active class for demonstration).</p>
<p dir="auto">It is more complex semantically but it gets rid of... | <p dir="auto">My data source returns objects instead of strings (because they carry additional metadata besides the autocomplete label)</p>
<p dir="auto">I can get away with this by overriding every callback to perform the requested logic only on the label, but for some reason, the 'updater' callback returns an [Object... | 0 |
<p dir="auto">As <a href="http://unicode.org/reports/tr11/" rel="nofollow">Unicode TR11</a> suggested, all neutral characters map to halfwidth or narrow characters.</p>
<p dir="auto">According to <a href="http://unicode.org/Public/UNIDATA/EastAsianWidth.txt" rel="nofollow">EastAsianWidth</a> following characters are ne... | <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.239
Windows Terminal version (if applicable): 0.2.1831
Any other software? No"><pre lang="none" class="notranslate"><code class="notra... | 0 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18362.418]
Windows Terminal version (if applicable): Version: 0.6.2951.0"><pre lang="none" class="notranslate"><co... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 18972
Any other software?: WSL installed"><pre lang="none" class="notranslate"><code class="notranslate">Windows build number: 18972
Any other s... | 0 |
<h4 dir="auto">Challenge Name</h4>
<p dir="auto"><a href="https://www.freecodecamp.com/challenges/create-a-set-of-checkboxes#?solution=%0A%3Clink%20href%3D%22https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster%22%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%... | <p dir="auto">Challenge <a href="http://beta.freecodecamp.com/en/challenges/es6/arrow-functions" rel="nofollow">arrow-functions</a> has an issue.<br>
User Agent is: <code class="notranslate">Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36</code>.<br>
Ple... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<ul dir="auto">
<li>with_sequence</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible-... | <h5 dir="auto">ISSUE TYPE</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">core</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.2.1.0
ansible 2.3.0"><pre class="not... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Adrian (<a href="https://github.com/thiefmaster">@thiefmaster</a>)</strong></p>
<p dir="auto">Probably a bit early since 9.5 isn't out yet, but once it's out this would be pretty useful.</p>
<p dir="auto"><a href="https://wiki.postgresql.org/wiki/What's_new_in... | <p dir="auto"><strong>Migrated issue, originally created by jek (<a href="https://github.com/jek">@jek</a>)</strong></p>
<p dir="auto">Implement generic MERGE, aka 'upsert'. In ANSI, it looks like:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conten... | 1 |
<p dir="auto">Hi everybody,</p>
<p dir="auto">I’ve tried using BART summarisation code, and I had a question about finetune.py</p>
<p dir="auto">Can SummarisationTrainer checkpoint be loaded as a BartForConditionalGeneration model from the evaluation script?</p> | <h1 dir="auto"><g-emoji class="g-emoji" alias="question" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2753.png">❓</g-emoji> Questions & Help</h1>
<h2 dir="auto">Details</h2>
<p dir="auto">I fine-tuned the BART model on a custom summarization dataset using the <strong>transformers/example... | 1 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1015" rel="nofollow">http://projects.scipy.org/numpy/ticket/1015</a> on 2009-02-20 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wesm/hovercard" data-octo-click="hovercard-link-click" data-oc... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/numpy/ticket/1013" rel="nofollow">http://projects.scipy.org/numpy/ticket/1013</a> on 2009-02-20 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wesm/hovercard" data-octo-click="hovercard-link-click" data-oc... | 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.211.0<br>
<strong>System</strong>: Unknown Windows Version<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cann... | <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">Sorry in advance if this is a duplicate. As of numpy 1.12.1, an error is raised by genfromtxt() when using <code class="notranslate">names=True</code> with <code class="notranslate">comments=None</code>. Tested with:</p>
<ul dir="auto">
<li>Python 2.7.14 |Anaconda custom (64-bit)| (default, Oct 16 2017, ... | <h2 dir="auto">Documentation</h2>
<p dir="auto">Now that <a href="https://numpy.org/numpy-tutorials/" rel="nofollow">https://numpy.org/numpy-tutorials/</a> is deployed, we need to decide how to organize our internal documentation.</p>
<p dir="auto">Currently, <a href="https://numpy.org/devdocs/user/tutorials_index.html... | 0 |
<p dir="auto">While writing on ES through hadoop job ,it freezes with logs as :Caused by: <strong>java.lang.NoClassDefFoundError</strong>: Could not initialize class <strong>org.elasticsearch.common.lucene.Lucene</strong>,What might be the reason?</p>
<p dir="auto"><strong>Elasticsearch version</strong>:2.3.3</p>
<p di... | <p dir="auto">Here is what I did:</p>
<p dir="auto">I install a fresh new version of elasticsearch 2.1.0. And starts it (note that I'm running it with <code class="notranslate">license</code> and <code class="notranslate">marvel-agent</code>).</p>
<div class="snippet-clipboard-content notranslate position-relative over... | 1 |
<p dir="auto">As discussed <a href="https://github.com/symfony/symfony/pull/17379#issuecomment-171905787" data-hovercard-type="pull_request" data-hovercard-url="/symfony/symfony/pull/17379/hovercard">here</a>, it may be the time to think about refactoring the <code class="notranslate">Request</code> and the <code class... | <p dir="auto">Naïve list gathered with grep. Let's make using each of these usable, standalone, in a PSR-7 centric app, or just check if there is something to do, or decide to not do it.</p>
<h2 dir="auto">May handle PSR-7:</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" dis... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><inp... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<p dir="auto"><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">in my application I have a json object which is hardcoded. that values are bound with the input controls in the view. but if i changes the values of the json object during/based on some events, then those changes values are not getting reflected in the view/input controls? how do i forcefully reload/refre... | 0 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-soak-continuous-e2e-gce/6557/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-soak-continuous-e2e-gce/6557/</a></p>
<p dir="auto">Failed: [k8s.io] Kubelet [Serial] [Slow] [k8s.i... | <p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-soak-continuous-e2e-gke/8553/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-soak-continuous-e2e-gke/8553/</a></p>
<p dir="auto">Failed: [k8s.io] Kubelet [Serial] [Slow] [k8s.i... | 1 |
<ul dir="auto">
<li>Electron version: 1.2.6</li>
<li>Operating system: Windows 7</li>
</ul>
<p dir="auto">In the API demos, when moving around the error dialog, it leaves a trail. Curiously, the information dialog does not leave such a trail. Furthermore, you can see that the Start Menu also left an imprint on the left... | <ul dir="auto">
<li>Log on to a Windows 7 machine</li>
<li>Switch your theme to Windows Basic or Windows Classic (this has the side-effect of disabling Aero's DWM composition)</li>
<li>Launch an Electron app</li>
<li>Switch to another app window</li>
<li>The other window fails to repaint:</li>
</ul>
<p dir="auto"><a ta... | 1 |
<p dir="auto">I'm using Atom on Linux Mint 17. Whenever I open Atom, I noticed my HDD led blinking like crazy. iotop shows atom is doing a lot of disk reads:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" 5241 be/4 jfsantos 6.48 M/s 0.0... | <p dir="auto">When I start atom for the first time I have a very high disc io. I've started iotop and found 4 apps running:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="2288 be/4 user 717.17 K/s 0.00 B/s 0.00 % 98.51 % atom --eval r... | 1 |
<p dir="auto">It would be nice if Symfony core provide Javascript bundle to inject common javascript library e.g. jQuery to make the standard way for common use.</p>
<p dir="auto">My idea, If we can just include javascript library (global modular) to our project with just config in our config file (app/config/config.ym... | <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.3</td>
</tr>
</tbody>
</t... | 0 |
<p dir="auto">The linux/arm64 port has been broken since March 20. Now that I have access to hardware, here is a minimal reproduction:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="package main
func main() {
text := "abc&quo... | <p dir="auto">Distilled from one of the failures in go test strings, a small-ish test case looks like this:</p>
<div class="highlight highlight-text-shell-session notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="mwhudson@am2:~/go/src$ cat s5.go
package main
import "fmt&... | 1 |
<p dir="auto">Please answer these questions before submitting your issue. Thanks!</p>
<ol dir="auto">
<li>What version of Go are you using (<code class="notranslate">go version</code>)?</li>
</ol>
<p dir="auto">Go tip.</p>
<ol dir="auto">
<li>What operating system and processor architecture are you using (<code class="... | <p dir="auto">This was first reported here <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="145307077" data-permission-text="Title is private" data-url="https://github.com/russross/blackfriday/issues/251" data-hovercard-type="issue" data-hovercard-url="/russross/blackfriday/issues/251... | 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 |
<p dir="auto">
How about building a crypto module entirely implemented in WebAssembly?</p>
<p dir="auto">Benefits would include: good performance, optimal portability</p>
<p dir="auto">Luckily, we could also get timing safety for WebAssembly by patching V8 to <a href="https://github.com/denoland/deno/issues/3097" data... | <p dir="auto">Some applications like handling password will require hashing and encryption. These operations could be implemented in js/ts, but It really needs to be handled from a trusted environment to be secure. It looks like there have been some attempts to get this one rolling before recently with <a class="issue-... | 1 |
<p dir="auto">For example when you apply ".hidden-xs" to a <span>, it turns into a block, rather than an inline element, when visible.</span></p> | <p dir="auto">related to issues <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="16856611" data-permission-text="Title is private" data-url="https://github.com/twbs/bootstrap/issues/8500" data-hovercard-type="pull_request" data-hovercard-url="/twbs/bootstrap/pull/8500/hovercard" href=... | 1 |
<p dir="auto">How could I make animations like in <a href="https://www.google.com/design/spec/animation/authentic-motion.html" rel="nofollow">Google's Material Design guidelines</a>?<br>
Maybe it is too much for the proposal of these components but [IMHO] It would be nice have a way to implement these default animation... | <p dir="auto">Is there planned work on implementing any of these ideas? <a href="https://www.google.com/design/spec/animation/meaningful-transitions.html" rel="nofollow">https://www.google.com/design/spec/animation/meaningful-transitions.html</a></p> | 1 |
<p dir="auto">This was a recent regression.</p> | <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="extern "C" fn main() {}"><pre class="notranslate"><span class="pl-k">extern</span> <span class="pl-s">"C"</span> <span class="pl-k">fn</span> <span class="pl-en">main</span>... | 0 |
<p dir="auto">Let's say that you have a JSON document similar to this:</p>
<div class="highlight highlight-source-json notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{
"value": 5,
}"><pre class="notranslate">{
<span class="pl-ent">"value"</span>: <span cla... | <p dir="auto">Now it's impossible to implement Decodable for a map with different value types<br>
because read_* methods lose the stack head anyway.<br>
Decodable doesn't have a method returning the stack head as-is without any type casting.</p>
<p dir="auto">Let's look a case where Json dictionary has values with int ... | 1 |
<p dir="auto"><strong>Glide Version</strong>: 4.12.0</p>
<p dir="auto"><strong>Device/Android Version</strong>: Explicitly tested on Pixel 5 running Android 12, but this is applicable to all devices and Android versions.</p>
<p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:</p>
<p dir=... | <p dir="auto">Hi</p>
<p dir="auto">soon with Android Q the night mode will be very important in my opinion and it would be nice if you can fix this little problem. Glide does not find pictures in the following directories:</p>
<p dir="auto">drawable-night<br>
drawable-night-hdpi (also mdpi, xhdpi, xxhdpi and xxxhdpi... | 1 |
<p dir="auto">In the very long line, escape string disturb syntax highlighting. For example the line below (MySQL),</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="INSERT INTO `wp_microbenotesposts` VALUES (1,1,'2014-10-24 11:26:58','2014-10-24... | <p dir="auto">I opened a Python file with the following line (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="20976125" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/963" data-hovercard-type="pull_request" data-hovercard-url="/atom/atom/pull/96... | 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.187.0<br>
<strong>System</strong>: STEVENMICHEL<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught SyntaxError: Unexpecte... | <p dir="auto">[Enter steps to reproduce below:]</p>
<p dir="auto">Occurs on Atom startup</p>
<p dir="auto"><strong>Atom Version</strong>: 0.165.0<br>
<strong>System</strong>: Mac OS X 10.10.2<br>
<strong>Thrown From</strong>: <a href="https://github.com/guileen/terminal-status">terminal-status</a> package, v1.3.5</p>
<... | 1 |
<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"> Check for duplicate issues.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> Provide a complete example ... | <p dir="auto">When defining a list of constraints as an input for the scipy.minimize (using a default 'SLSQP' method), repeated or redundant constraints will raise messages like "Singular matrix C in LSQ subproblem", and a solution is not achieved, when in fact, these repeated/redundant constraints should just be ignor... | 0 |
<h3 dir="auto">Describe the issue:</h3>
<p dir="auto"><code class="notranslate">numpy.random.randint</code> samples <code class="notranslate">[1]</code> happily with these parameters</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="np.random.ran... | <h3 dir="auto">Describe the issue:</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="numpy/core/src/umath/loops_trigonometric.dispatch.c.src:202:20: internal compiler error: in convert_move, at expr.c:218
NPY_NO_EXPORT void NPY_CPU_DISPAT... | 0 |
<p dir="auto">I'm building Julia 0.5 (master) on my Raspberry Pi. This aborts with</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="make[1]: Entering directory '/home/pi/src/julia-0.5'
cd /home/pi/src/julia-0.5/base && /home/pi/src/juli... | <p dir="auto">Using fresh clone of master at <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/JuliaLang/julia/commit/db11bc76f729c51ff0b50f14408fb6651c683a29/hovercard" href="https://github.com/JuliaLang/julia/commit/db11bc76f729c51ff0b50f14408fb6651c683a29"><tt>db11bc7</tt></a... | 1 |
<p dir="auto">Idea: add something like <code class="notranslate">node-gyp</code> for native modules.</p> | <p dir="auto">I know that using protobufs simplifies the writing of native modules, but how does importing them work?<br>
What's the structure of it supposed to be?<br>
How do we specify how the native module should be built?</p> | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-use-hex-code-for-specific-shades-of-gray" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-use-hex-code-for-specific-shades-of-gray</a> has an issue. Please describe how to reproduce it, and include links to screenshots if po... | 0 | |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/9105659/81469871-1659a480-921a-11ea-9db9-820ca1f2bae0.jpg"><img src="https://user-images.githubusercontent.com/9105659/81469871-1659a480-921a-11ea-9db9-820ca1f2bae0.jpg" alt="20200509172405" style="max-wi... | <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 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><inp... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | 0 |
<p dir="auto">Context: /basics/3</p>
<p dir="auto">original source code:<br>
package main</p>
<p dir="auto">import (<br>
"fmt"<br>
"math"<br>
)</p>
<p dir="auto">func main() {<br>
fmt.Println(math.pi)<br>
}</p>
<p dir="auto">issue: # command-line-arguments<br>
/tmp/sandbox679643269/main.go:9: cannot refer to unexported... | <p dir="auto">Context: /basics/3</p>
<p dir="auto">Example in "Exported names" section does not compile. Error is:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# command-line-arguments
/tmp/sandbox260995202/main.go:9: cannot refer to unexpor... | 1 |
<p dir="auto">Need to allow to use generics for "this" type, like this: <code class="notranslate">this<T></code></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Collection<T> extends Array<T> {
map<... | <p dir="auto">First, thank you team for polymorphic <code class="notranslate">this</code>. It is really handy!</p>
<p dir="auto">I think I ran into a case though that I am finding challenging, when I need to return a <code class="notranslate">this</code>, but the generics might have changed. For example:</p>
<div cla... | 1 |
<p dir="auto">servel.yaml : max.connections.size.per.query >1 and Large amount of data queried<br>
sql :<br>
SELECT<br>
aci.sys_contract_id,<br>
aci.contract_no,<br>
aci.contract_name,<br>
aci.sys_contract_id,<br>
acoi.sys_contract_id,<br>
acoi.object_name,<br>
acoi.sys_object_id,<br>
aci.progress_status,<br>
aci.jo... | <h3 dir="auto">Which version of Sharding-Jdbc do you using?(您使用的Sharding-Jdbc版本为?)</h3>
<p dir="auto">2.0.0.M3</p>
<h3 dir="auto">Expected behavior (您预期的结果是)</h3>
<p dir="auto">兼容spring-boot2.0</p>
<h3 dir="auto">Actual behavior (实际运行的结果是)</h3>
<p dir="auto">spring-boot升级2.0后解析不了这样的配置格式,报错<br>
java.lang.IllegalArgument... | 0 |
<p dir="auto">Feature request: Emacs has a cool feature called <a href="http://emacsredux.com/blog/2014/08/25/a-peek-at-emacs-24-dot-4-prettify-symbols-mode/" rel="nofollow">"prettify symbols mode,"</a> demonstrated for <a href="https://github.com/enomsg/vim-haskellConcealPlus">Haskell here</a>. This could also subsume... | <ul dir="auto">
<li>VSCode Version: 1.1.1</li>
<li>OS Version: oxs 10.11.4</li>
</ul>
<p dir="auto">In china, install extension is very slowly, sometime i want to pause one extension at some project</p> | 0 |
<h3 dir="auto">Describe the bug</h3>
<p dir="auto">The problem is basically the one described here:<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="413523205" data-permission-text="Title is private" data-url="https://github.com/tiangolo/fastapi/issues/51" data-hovercard-type="iss... | <h1 dir="auto">Schema is auto-added when using file uploads with no clear reason to why</h1>
<ul dir="auto">
<li>View template and re-review suggestions <g-emoji class="g-emoji" alias="white_check_mark" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2705.png">✅</g-emoji></li>
<li>Try to find e... | 0 |
<h5 dir="auto">Description of the problem</h5>
<p dir="auto"><a href="https://github.com/mrdoob/three.js/files/3907078/riven.zip">riven.zip</a><br>
The mesh loads and everything, and the animation's tracks doesn't and its duration is 0, this happens on some models</p>
<h5 dir="auto">Three.js version</h5>
<ul class="con... | <h5 dir="auto">Description of the problem</h5>
<p dir="auto">Hello,</p>
<p dir="auto">The following is a <strong>solution</strong> to a problem I have just faced with the <strong>animations</strong> parsed by the new ColladaLoader.</p>
<p dir="auto">I use Autodesk Maya 2017, and when exporting the 3D model containing a... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => Current master (<a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/opencv/opencv/commit/63564039640c81256ccfedf77899e37746352d45/hovercard" href="https://github.com/opencv/opencv/commit/63564039640c... | <h1 dir="auto">OpenCV Documentation</h1>
<p dir="auto">When you click on the link in the following line in the documentation "List of codes can be obtained at <a href="http://www.fourcc.org/codecs.php" rel="nofollow">Video Codecs by FOURCC</a> page", you get redirected to the wrong page.</p>
<p dir="auto">This is in th... | 0 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=tuomas_kiviaho" rel="nofollow">Tuomas Kiviaho</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8489?redirect=false" rel="nofollow">SPR-8489</a></strong> and commented</p>
<p dir="auto">I see that (Context)SingletonB... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=edalquist" rel="nofollow">Eric Dalquist</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2138?redirect=false" rel="nofollow">SPR-2138</a></strong> and commented</p>
<p dir="auto">The form:form tag from the spring-fo... | 0 |
<p dir="auto">If possible I would love to see an option for which monitor the zone editor is editing zones for. Even if there is a proper way to do it, I feel it should be simplified for less tech-savvy people. Just a simple Monitor 1 and Monitor 2, identified in the Windows display settings would work fine.<br>
It's b... | <p dir="auto">Working on a machine with several versions of Visual Studio installed (2010, 2015, 2017, 2019), so the sensible search term to load an instance of Visual Studio 2017 is "2017".</p>
<p dir="auto">This brings up "Visual Studio 2017" just fine, but it is always the second suggestion, not the first. The firs... | 0 |
<hr>
<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>:</li>
</ul>
<p dir="auto">I've adapted the ZeroOut operator from the <a href="https://www.tensorflow.org/extend/adding_an_op" rel="nofollow">Add... | <p dir="auto"><em>Please make sure that this is a build/installation issue. As per our <a href="https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md">GitHub Policy</a>, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em></p>
<p d... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">ansible 2.1.1.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">custom role_path</p>
<h5 dir... | <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"><pre class="notranslate"><code class="notranslate">ansible 2.1.1.0
</code>... | 1 |
<pre class="notranslate">This looks pretty new. Haven't seen this particular failure before.
What steps will reproduce the problem?
run net/http tests in a loop
What do you see instead?
=== RUN TestServeFileMimeType-65
--- FAIL: TestServeFileMimeType-65 (0.00 seconds)
fs_test.go:338: Content-Type mismatch: got ... | <p dir="auto">GOTRACEBACK controls what gets printed on failure. By default "a failure prints a stack trace for every extant goroutine, eliding functions internal to the run-time system, and then exits with exit code 2."</p>
<p dir="auto">It would be nice if we there was a variant that printed just the offending gorout... | 0 |
<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-playbook --version
ansible-playbook 2.0.0.2
config file = /var/lib/jenkins/jobs... | <h5 dir="auto">Issue Type:</h5>
<p dir="auto">Bug Report</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">1.7.2</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Centos 6</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">When using git module with recursive=no the option is used on initial clone but ignore on subse... | 0 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<p dir="auto">1.Edit Yaml file for Hexo<br>
2. Save file (with a dash in the <code class="notranslate">title</code> field)<br>
3. Run Hexo Server</p>
<p dir="auto"><strong>Atom Version</strong>: 1.0.0<br>
<strong>System</strong>: Microsoft Windows 10 Home Insider Prev... | <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">Challenge <a href="https://www.freecodecamp.com/en/challenges/html5-and-css/adjusting-the-padding-of-an-element#?solution=%3Cstyle%3E%0A%20%20.injected-text%20%7B%0A%20%20%20%20margin-bottom%3A%20-15px%3B%0A%20%20%20%20text-align%3A%20center%3B%0A%20%20%7D%0A%0A%20%20.box%20%7B%0A%20%20%20%20border-style%... | <h4 dir="auto">Issue Description</h4>
<p dir="auto">I am working on this challenge (<a href="https://www.freecodecamp.com/en/challenges/html5-and-css/use-clockwise-notation-to-specify-the-padding-of-an-element" rel="nofollow">Use Clockwise Notation to Specify the Padding of an Element</a>) but I can't seem to get past... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: windows 10 1909
PowerToys version: 0.18
*PrtScn key is used for new official screenshot app"><pre class="notranslate"><code class="notranslate">Wi... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18363
PowerToys version: 0.18.0
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run"><pre class="notranslate">... | 1 |
<p dir="auto">This is more of a feature request...</p>
<p dir="auto">When viewing a markdown file in split panes with one side being the raw markdown and the other being the HTML preview, I'd like to be able to have the two panes stay in sync as I scroll one or the other. For example, if I scroll down in the raw pane, ... | <ul dir="auto">
<li>VSCode Version:0.10.14 code-insiders</li>
<li>OS Version:Windows 10</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>Open a markdown preview to the side of markdown source</li>
<li>Scroll source file</li>
</ol>
<p dir="auto">It would be nice to have a way to lock the preview and ... | 1 |
<p dir="auto">So we can do something like this:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="COUCHDB_URL = 'https://mybigusername:myenourmouspassword@mycouchdb.provider.com/databasename/'
s = requests.Session(url_prefix=C... | <p dir="auto">Is it possible to add an optional base url attribute to the Session object ?</p>
<p dir="auto">For example;</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" auth = ('user', 'pass')
with requests.session(url='http://api.twitter.co... | 1 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">I have eight equally sized zones but if I only have three open windows it would be better to connect to neighbouring zones and enlarge my windows.</p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1>
<p dir="auto">By pres... | <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.19041.388]
PowerToys version: Release v0.19.2"><pre class="notranslate"><code class="notranslate">Windows build nu... | 0 |
<p dir="auto">If i am setting image to imageview from path image view is automatically zooming, can you tell me why this happen? My code is</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Glide.clear(imageView);
Glide.with(mCon... | <p dir="auto"><strong>Glide Version/Integration library (if any)</strong>: 3.5.2<br>
<strong>Device/Android Version</strong>: S4/4.4<br>
<strong>Issue details/Repro steps</strong>: Load a different sized thumbnail and image, or placeholder and image and note the result:<br>
<a target="_blank" rel="noopener noreferrer n... | 1 |
<p dir="auto">On this csv file:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="DecisionM,IntelligentM,freq,total
0, 5, 9, 20
0, 6, 21,33
0, 7, 35,65
0, 8, 35,83
0, 9, 14,41
0, 10, 10,26
1, 5, 11,20
1, 6, 12,33
1, 7, 30,65
1, 8, 48,83
1, 9, 27... | <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="keys = [('a', 'b', 'c'), ('d', 'e', 'f', 'g', 'h'), ('i', 'j', 'k', 'l')]
pd.MultiIndex.from_tuples(keys).lexsort_depth
Out[106]: 5"><pre class="notranslate"><span class="pl-s1">ke... | 0 |
<p dir="auto">Hello everyone,<br>
I have experienced a very unusual bug that I never saw before. When I run this codes, I got logout from MacOS and return to login page!</p>
<pre class="notranslate">import matplotlib.pyplot as plt
from astropy.visualization import astropy_mpl_style
from astropy.utils.data import get_pk... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">Trying to view a plot made with Python 3.7, Spyder, and IPython with the Tkinter backend causes a crash and the macOS Mojave login screen appears.</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<p dir="auto">Any ki... | 1 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.35.1</li>
<li>Operating System: Windows 11</li>
<li>Browser: None (Unit testing)</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<p dir="auto"><strong>Test file (self-contained)</strong></p>
<div class="highlight highlight-source... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: 1.32.2 (experimental-ct-react)</li>
<li>Operating System: macOS Ventura 13.0</li>
<li>Browser: All</li>
<li>Other info: playwright uses <code class="notranslate">vite@2.8.6</code> to build for production (shown when running cmd in terminal). For th... | 0 |
<p dir="auto">Is there anyone else out there using Playwright to test Power BI visuals? I didn't find anyone in the Power BI community doing it. I need to be able to click a value in a visual to adjust other visuals (& "get" values); right click to show a drop down to drill through to another report that has additi... | <p dir="auto">I have been at this for about 4 weeks with very little luck. I can't find where anyone else is using playwright to manipulate a Power BI report like a user. Can this be done?</p>
<p dir="auto">Currently unable to reference elements in a visual. For a single cell the select value is very long.</p>
<p dir=... | 1 |
<p dir="auto">When I run ansible-playbook on HEAD, I get the following traceback:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="TASK: [Check known pacnews] ***************************************************
ok: [grego] => (item={'path': '... | <p dir="auto">It seems some recent changes has introduced this regression, this occurs on OSX 10.7, bumping up the limits by "ulimit -n 2048" works around the problem. There might just be some file descriptors/pipes not being closed. You could limit the loop (wherever its happening) for the subprocesses to be just 1024... | 1 |
<p dir="auto">So I'm using a custom <code class="notranslate">usePrevious</code> hook that returns the 'previous value' which is as far as I know pretty common practice. It leverages a ref inside the hook. When I declare a ref inside a functional component and use this in a <code class="notranslate">useEffect</code>, <... | <p dir="auto">Describe what you were doing when the bug occurred:<br>
1.<br>
2.<br>
3.</p>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.2.1-3816ae7c3</p>
<p dir="auto">Call stack: at chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:157108<b... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.