text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">Is there a way to access the logs of both electron processes, main and renderer?</p>
<p dir="auto">I used Spectron before, which had this functionality as functions. But I haven't seen it in the API docs of playwright, so is there a way to get them by using the current API?</p> | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.32.0</li>
<li>Operating System: Windows 11 Version 22H2 (OS Build: 22621.1413</li>
<li>Browser: Chromium</li>
<li>Other info: Channel = msedge</li>
</ul>
<h3 dir="auto">Source code</h3>
<div class="highlight highlight-source-cs notranslate posit... | 0 |
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/find-the-longest-word-in-a-string#?solution=var%20arr%20%3D%20%5B%5D%3B%0Avar%20i%20%3D%200%3B%0Avar%20lengthArray%20%3D%20%5B%5D%3B%0A%0A%0Afunction%20findLongestWord(str)%20%7B%0A%20%20arr%20%3D%20str.split(%27%20%27)%3B%0A%20%20%0A%20%20for%20(... | <p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/factorialize-a-number#?solution=var%20count%3D1%3B%0Afunction%20factorialize%28num%29%20%7B%0A%20%20for%28var%20i%3D1%3B%20i%3C%3Dnum%3Bi%2B%2B%29%7B%0A%20%20%20%20%0A%20%20%20%20count%3D%20count%20*%20i%3B%0A%20%20%20%20%0A%20%20%7D%0A%20%20retur... | 1 |
<ul dir="auto">
<li>Electron version: 2.0.0.beta-1</li>
<li>Operating system: 10.13.3 Beta (17D34a)</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">Electron should not crash when using <code class="notranslate">browserWindow.setVibrancy</code></p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">Electro... | <h3 dir="auto">Problem Description</h3>
<p dir="auto">I would like to customize the location of the Electron/Chromium cache (for Windows and other OS/s). Currently cache used the same folder than getPath('userData')<br>
2 reasons :</p>
<ul dir="auto">
<li>having cache in the roaming user part impacts the size of the pr... | 0 |
<pre class="notranslate">What steps will reproduce the problem?
<a href="http://play.golang.org/p/wG6_Vm1cvW" rel="nofollow">http://play.golang.org/p/wG6_Vm1cvW</a>
It's useful for this to work to be able to disable a partial function implementation
while doing TDD.
What is the expected output?
program should compi... | <p dir="auto">pkix.Name.FillFromRDNSequence ignores attributes other than the first in the RDN sets passed as argument. As demonstrated by <a href="http://play.golang.org/p/GPZdVHzZVb" rel="nofollow">http://play.golang.org/p/GPZdVHzZVb</a>, this in turn makes x509.ParseCertificate(s) fail to locate the subject serial n... | 0 |
<p dir="auto">I have a file<code class="notranslate">interfaces.d.ts</code> which defines some interfaces, e.g:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="export interface IFoo {}
export interface IBar {}"><pre class="notran... | 1 | |
<p dir="auto">My iOS project is named <code class="notranslate">Uber.xcodeproj</code> and <code class="notranslate">Uber.xcworkspace</code>, I placed my files into the ios folder, but it seems Flutter project can not find the iOS project .</p> | <p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/lukef/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/lukef">@lukef</a> brought up the question this morning if it would be possible to change ios/Runn... | 1 |
<p dir="auto">I was building this repo: <a href="https://github.com/pistondevelopers/gfx_graphics">https://github.com/pistondevelopers/gfx_graphics</a></p>
<p dir="auto">using this command: cargo run --example image test</p>
<p dir="auto">and got this backtrace:</p>
<div class="snippet-clipboard-content notranslate pos... | <p dir="auto"><a href="https://travis-ci.org/GuillaumeGomez/rust-GSL/builds/53335854" rel="nofollow">https://travis-ci.org/GuillaumeGomez/rust-GSL/builds/53335854</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
error: internal compiler err... | 1 |
<p dir="auto">Here's a demonstration of the issue:<br>
<a href="http://jsfiddle.net/phillipadsmith/5qS9d/" rel="nofollow">http://jsfiddle.net/phillipadsmith/5qS9d/</a></p>
<p dir="auto">If you double-click a button that is not the active button, the post values for that button-group are not sent with the post body.</p>... | <p dir="auto">The active class stays on the button, but the checked property is removed from the radio input.</p>
<p dir="auto"><a href="http://jsfiddle.net/meleyal/dafPH/" rel="nofollow">http://jsfiddle.net/meleyal/dafPH/</a></p> | 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">When I use libtorch1.3.1 of debug version in my C++ app, it threw a runtime error when I was trying to load a script model:</p>
<p dir="auto">cuda_d... | <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">When doing inference using LibTorch in C++ for semantic segmentation on the GPU, i get the following error in debug compilation mode:</p>
<p dir="a... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run "ver" at a command prompt]
Windows Terminal version (if applicable):
Any other software?"><pre lang="none" class="notranslate"><co... | <p dir="auto">Windows (Insider) Build is 10.0.17713.1002</p>
<p dir="auto">I'm trying out the new pseudo terminal support, and capturing the output of a program that simply prints <code class="notranslate">hello, world!</code> to stdout produces the following:</p>
<div class="snippet-clipboard-content notranslate posit... | 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... | <p dir="auto">I just install the latest updates and I got a bunch of errors.</p>
<p dir="auto">Using</p>
<ul dir="auto">
<li>"typescript": "^2.9.1"</li>
<li>"types/react-native": "^0.55.16",</li>
</ul>
<p dir="auto">cc: <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/VincentLan... | 0 |
<h4 dir="auto">Challenge Name</h4>
<p dir="auto">.freecodecamp.com/challenges/record-collection</p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">Even with the solution from the challenge guide the 2nd test does not pass<br>
After updateRecords(5439, "tracks", "Take a Chance on Me"), tracks should have "Take a Ch... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-use-comments-to-clarify-code" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-use-comments-to-clarify-code</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p>
<p dir="auto... | 0 |
<p dir="auto">Start with:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" volumeMounts:
- mountPath: /vol
name: vol
- mountPath: /vol-456 ... | <p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.): No.</p>
<p dir="auto"><strong>What keywords did you searc... | 0 |
<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</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Windows 10</li>
<li><strong>TensorFlow installed from (source ... | <h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code</strong>: I change the CUDA capabilities to 6.1 and 7.0.</li>
<li><strong>OS Platform and Distribution</strong>: Windows 10</li>
<li><strong>TensorFlow installed from (source or binary)</strong>: I'm compiling the source code.... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=ndeloof" rel="nofollow">nicolas de loof</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5149?redirect=false" rel="nofollow">SPR-5149</a></strong> and commented</p>
<p dir="auto">When using Spring Assert class to ch... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=sam_bernet" rel="nofollow">Samuel Bernet</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9627?redirect=false" rel="nofollow">SPR-9627</a></strong> and commented</p>
<p dir="auto">The bugfix <a class="issue-link js-... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">SSH connection plugin</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.3.1.0
... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Bug Report</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">ansible-playbook / SSH connection type</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content... | 1 |
<p dir="auto">There is a bug (TypeScript 1.4.1) in js code generation when new line is missing after end comment.</p>
<p dir="auto">To reproduce create new ts project add foo.ts:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/*... | <p dir="auto">We have a large <code class="notranslate">Typescript</code> application, and sometimes we have code like</p>
<p dir="auto"><code class="notranslate">if (shouldFireNuclearMissiles)...</code></p>
<p dir="auto">while we should have written</p>
<p dir="auto"><code class="notranslate">if (shouldFireNuclearMiss... | 0 |
<p dir="auto">Like most users, I deal with query related parse error messages quite regularly. One thing that has annoyed me for ages is how unreadable these messages are and I was wondering if it would be possible to improve this. Especially with large complicated queries this would be enormously helpful for many user... | <p dir="auto">Errors returned by the REST API are not easily human readable due to the way the data is stored in the <code class="notranslate">error</code> property.<br>
Eg. <a href="https://gist.github.com/missinglink/e3cb9b127ae00e8c561c">https://gist.github.com/missinglink/e3cb9b127ae00e8c561c</a></p>
<p dir="auto">... | 1 |
<h2 dir="auto">Checklist</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have included the output of <code class="notranslate">celery -A proj report</code> in the issue.<br>
software -> celery:4.2.1 (windowlicker) ... | <h2 dir="auto">Checklist</h2>
<p dir="auto">software -> celery:4.2.0 (windowlicker) kombu:4.2.1 py:3.6.3<br>
billiard:3.5.0.4 py-amqp:2.3.2<br>
platform -> system:Linux arch:64bit imp:CPython<br>
loader -> celery.loaders.app.AppLoader<br>
settings -> transport:amqp results:redis://127.0.0.1:6379/</p>
<p d... | 1 |
<p dir="auto">Hi,<br>
a really good way to improve test performance would be to add the flag/option to run async tests in parallel. Currently this is not possible but it would increase test speed of independent (well-written) tests A LOT.<br>
I understand that this might break some existing tests so I would either go w... | <p dir="auto">Would be nice if tests could be run in parallel.</p>
<p dir="auto">Of course, assuming you take care of any shared resources correctly.</p>
<p dir="auto">I'm fine giving up "leaking async ops" checks, or maybe just have one at the end "One of your tests leaked async ops, run without --parallel to troubles... | 1 |
<p dir="auto">#I get an Error if I wan't to push an MaterialPage.</p>
<h2 dir="auto">Screenshot</h2>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/1265139/43197842-cd396418-900c-11e8-816f-a0479d32b4db.png"><img src="https://user-images.githubusercont... | <p dir="auto">I am trying to add flutter to existing ios app. So before adding to the production app i decided to bring it some demo app. The flutter app independent is working fine in both android and ios. Even in the existing ios app its working fine except the plugin. I followed the tutorial and ran all commands lik... | 0 |
<h4 dir="auto">A small, complete example of the issue</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=""""Example of Pandas bug."""
from numpy.random import randn
from pandas import DataFrame, re... | <p dir="auto">Hi guys,</p>
<p dir="auto">I am happy to help you improve <code class="notranslate">msgpack.</code><br>
I tried to export my massive dataframe this morning using <code class="notranslate">msgpack</code>, and I got this error.</p>
<p dir="auto"><code class="notranslate">ValueError: EXT data is too large</c... | 1 |
<p dir="auto">--></p>
<h1 dir="auto">Environment</h1>
<p dir="auto">Windows build number: Windows 1903<br>
Windows Terminal version (if applicable): 0.2.1715.0</p>
<p dir="auto">Any other software?<br>
Tried different version of PSh (5.x / 6.2.1 / 7.0.0), and CMD</p>
<h1 dir="auto">Steps to reproduce</h1>
<p dir="au... | <p dir="auto">I don't know if this can be done already, but can we have an option to launch the terminal as an normal/elevated user from the context menu in explorer, similar to what you can already do with CMD/Powershell?</p> | 0 |
<p dir="auto">Since the verify parameter is designed with the certificate stored on the filesystem, I have had to do some workarounds in my application, since I am expecting certificates to be passed in using environment variables. While experimenting with these workarounds, I noticed some strange behaviors.</p>
<p dir... | <p dir="auto">Since requests can be attached with an auth method, and there is oauth files in the package, so we can pass auth method to requests in order to archive auto auth function.<br>
However, the code of oauth is conflicting with current trunk code.<br>
Let's see<br>
<a href="https://github.com/kennethreitz/requ... | 0 |
<h5 dir="auto">Detailed description</h5>
<p dir="auto">Intel's Inference Engine supports asynchronous forward passes using multiple inference requests. Let users enable async. networks inference.</p>
<h4 dir="auto">Initial proposal</h4>
<ul dir="auto">
<li>Requires adding a new method <code class="notranslate">Net::ena... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => OpenCV online documentation</li>
<li>Operating System / Platform => Not applicable</li>
<li>Compiler => Python</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">The Python code for Otsu's binarization gven in the on... | 0 |
<p dir="auto">by <strong>namegduf</strong>:</p>
<pre class="notranslate">What steps will reproduce the problem?
1. Get a copy of the Go source.
2. Set the appropriate environmental variables for compilation and issue
./all.make
What is the expected output? What do you see instead?
The expected result is a successful... | <p dir="auto">by <strong>orthopteroid</strong>:</p>
<pre class="notranslate">The string replacer appears to have a problem with single replacements that would happen
at the start of a string:
s := "Hello World"
fmt.Println(strings.NewReplacer("Hello","").Replace(s))
fmt.Println(strings.NewReplacer("World","").Replace(... | 0 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/863" rel="nofollow">http://projects.scipy.org/scipy/ticket/863</a> on 2009-02-01 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nilswagner01/hovercard" data-octo-click="hovercard-link-click" d... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/855" rel="nofollow">http://projects.scipy.org/scipy/ticket/855</a> on 2009-01-24 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/nilswagner01/hovercard" data-octo-click="hovercard-link-click" d... | 1 |
<p dir="auto">This is on master and a recent build of the release-0.3 branch.</p>
<p dir="auto">If there are duplicates in the indexes, <code class="notranslate">sparsevec</code> creates a matrix as advertised, and values with duplicate indexes are added by default.</p>
<div class="snippet-clipboard-content notranslate... | <p dir="auto">hi All,<br>
I am attempting to compile Julia as per instructions but receiving the following message at the end of the compilation</p>
<p dir="auto">make[4]: *** [dgemm_kernel_HASWELL.o] Error 1<br>
make[4]: *** Waiting for unfinished jobs....<br>
make[3]: *** [libs] Error 1<br>
*** Clean the OpenBLAS bui... | 0 |
<p dir="auto">When attempting to play Borderlands 3 the game will keep minimising itself instead of starting. Took a little while to realise that exiting PowerTools returned the correct functionality.</p>
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto"... | <h2 dir="auto"><g-emoji class="g-emoji" alias="memo" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4dd.png">📝</g-emoji> Provide a description of the new feature</h2>
<p dir="auto">I would like to see the ability to add a Prefix/Suffix to file names, without the need to subistute anything</... | 0 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">I write a demo for display 51 image widget in ListView Widget, the image resource are from CDN server, after all the images are showing, the application use 360+M memory, see the picture down there<br>
<a target="_blank" rel="noopener noreferrer nofollow" hre... | <p dir="auto">So I created a custom class and I'm trying to build it with data from Firebase.</p>
<p dir="auto">I get a Map from firebase and tease it apart with .map() and returning Lists instances of class SocialLink (working merely as a struct).</p>
<p dir="auto">here's the code</p>
<div class="highlight highlight-s... | 0 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-item"><in... | 0 |
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Trying Next with layout pattern:</p>
<p dir="auto"><a href="https://github.com/zeit/next.js/tree/canary/examples/layout-component">https://github.com/zeit/next.js/tree/canary/examples/layout-component</a></p>
<p dir="auto">And the problem is that Layout component get r... | <p dir="auto">I'm seeing that the contents of Head <code class="notranslate">(next/head)</code> are doubling when I use apollo, it doesn't seem to have any negative effects but I wanted to let you know.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/ass... | 0 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.31.2</li>
<li>Operating System: macOS 13.2.1</li>
<li>Browser: All</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-li... | <h2 dir="auto">Context</h2>
<p dir="auto">Playwright Version: 1.33.0<br>
Operating System: OS X<br>
Node.js version: 16.20.0<br>
MSW version: 1.2.1</p>
<p dir="auto">We are currently migrating the E2E test suite of a <strong>React Native app</strong> from Cypress to Playwright. Both Playwright and msw work perfectly fo... | 0 |
<p dir="auto">I used <code class="notranslate">setup.py install</code> today to install matplotlib in a venv. I got some rather hard to tackle tracebacks, as they were filled with exec's (meaning one can not see what the actual code is that fails).</p>
<p dir="auto">Ultimately this was caused by pyparsing calling <code... | <p dir="auto">Every day we have a bunch of EC2 machines that start and install themselves.</p>
<p dir="auto">This morning, the <code class="notranslate">pip install matplotlib</code> returned this :</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conten... | 1 |
<p dir="auto">This works:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> pd.to_datetime(1, unit='D')
Timestamp('1970-01-02 00:00:00')"><pre class="notranslate"><code class="notranslate">>>> pd.to_datetime(1, unit='D')
Tim... | <p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="120416618" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/11760" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/11760/hovercard" href="https://... | 1 |
<p dir="auto">I grew tired of having to convert my units just for the sake of specifying the figure size. I'd like to specify the figure size directly in a metric unit, nominally centimeters (or millimeters, no difference). In most EU countries metric is the norm. I only have to deal with inches when looking at monitor... | <h3 dir="auto">Problem</h3>
<p dir="auto">I've noticed that matplotlib currently doesn't support saving images in webp format, which I later confirmed by looking into supported file formats in <a href="https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/backend_bases.py">backend_bases.py</a> file.</p>
<... | 0 |
<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">This doesn't happen on 4.4.3, only on 4.4.4.</p>
<p dir="auto">Here is a traceback:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="celery_default_1 | [2020-06-04 19:51:47,723: ERROR/MainProcess] Pool callback raised exceptio... | 0 |
<p dir="auto">TypeScript should support emitting minified JavaScript.</p>
<p dir="auto">There are several different things we could support:</p>
<ol dir="auto">
<li>Just remove whitespace</li>
<li>Minify unobservable identifiers</li>
<li>Remove provably dead code</li>
<li>Whole-program minification (i.e. closure compil... | <p dir="auto">For completeness's sake, this is a list of breaking changes from the 1.0 compiler that we believe very few users will encounter.</p>
<p dir="auto">These are errors that should have been reported and represent very likely errors in user code:</p>
<ul dir="auto">
<li>Comparison operators (<, >) more c... | 0 |
<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">If for some reason the private key used as <code class="notranslate">broker_use_ssl.keyfile</code> is not an RSA private key, Celery will crash without telling the root cause, leading to difficult debugging. This affects current celery master branch.</p>
<p dir="auto">This is due to celery.security.key.... | 0 |
<p dir="auto">There are many examples in the docs that require some adjustments to get to compile, e.g. the following requires a <code class="notranslate">main</code> function:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="le... | <p dir="auto">Hello All,</p>
<p dir="auto">Just stumbled upon</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="...
compile_and_link: x86_64-unknown-linux-gnu/stage1/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd.so
error: unknown debug flag: no... | 0 |
<p dir="auto">Hello everyone,</p>
<p dir="auto">I am having a problem with joblib.load("filename.pkl") returning the error:<br>
ValueError: "Did not recognize loaded array layout"</p>
<p dir="auto">I've looked for information on this error but have found non. Could someone assist?</p>
<p dir="auto">Further information... | <p dir="auto">Hello,</p>
<p dir="auto">I want to save a randomForest model to predict a class on new data. I use joblib to save and load data but I get this error when I use joblib.load. ValueError: "Did not recognize loaded array layout"<br>
More information :<br>
platform: Windows-7-6.1.7601-SP1<br>
system: 'Python',... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#With this code:
#-----------------------------
from datetime import datetime
import pytz
from pandas import DataFrame
original_date = datetime(2016, 9, 2, 0, 0, 0, 0, pytz.timezone('America/Manaus')... | <p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="137559417" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/12502" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/12502/hovercard" href="https://... | 1 |
<p dir="auto">Documentation of 1.0.0 (<a href="http://docs.python-requests.org/en/v1.0.0/user/advanced/" rel="nofollow">http://docs.python-requests.org/en/v1.0.0/user/advanced/</a>) says<br>
<code class="notranslate">requests.session(auth=auth, headers=headers)</code> is a legitimate statement.</p>
<p dir="auto">Howeve... | <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="requests.session(**kwargs)
Returns a Session for context-management."><pre class="notranslate"><code class="notranslate">requests.session(**kwargs)
Returns a Session for context-management.
</... | 1 |
<blockquote>
<p dir="auto">This function is a faster version of the builtin python bisect.bisect_left (side='left') and bisect.bisect_right (side='right') functions</p>
</blockquote>
<p dir="auto">No, it's not faster for basic cases.</p>
<h3 dir="auto">Reproducing code example:</h3>
<p dir="auto">Python bisect is 3x fa... | <h3 dir="auto">Reproducing code example:</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import numpy as np
<< your code here >>"><pre class="notranslate"><span class="pl-k">import</span> <span class="pl-s1">num... | 0 |
<p dir="auto">Currently Julia supports only millisecond resolution through its <code class="notranslate">Datetime</code> type (in the standard <code class="notranslate">Dates</code> package). That is, it can accept date and time in the format</p>
<div class="highlight highlight-source-julia notranslate position-relativ... | <p dir="auto">While trying to parse our AV logs (<a href="https://ci.appveyor.com/api/projects/JuliaLang/julia/history?recordsNumber=1&startBuildId=20355614" rel="nofollow">https://ci.appveyor.com/api/projects/JuliaLang/julia/history?recordsNumber=1&startBuildId=20355614</a>), I realized that we apparently can'... | 1 |
<p dir="auto">I tried to compile a simple <code class="notranslate">hello.rs</code> and ran into the following - output below after turning on <code class="notranslate">RUST_BACKTRACE=1</code>:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="er... | <p dir="auto">When compiling without a valid temp directory (i.e. TMPDIR environment variable) rustc issues the following error:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="error: internal compiler error: unexpected failure
note: the compil... | 1 |
<p dir="auto">I am using the BCELoss for input and target with size of batchsize * channel * height * width, I also want to weight the loss using a weight matrix of the same size, then I get the below error:</p>
<p dir="auto">File "/home/nianliu/anaconda3/lib/python3.6/site-packages/torch/nn/_functions/thnn/loss.py", l... | <p dir="auto">How can I save some tensor in python, but load it in libtorch:</p>
<p dir="auto">I save tensor named piror using python, using the code:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="torch.save(prior, 'prior.pth')"><pre class="... | 0 |
<p dir="auto">There seems to be a problem when updating ACL when using object field aces. It is fairy simply to reproduce inside a test controller:</p>
<ol dir="auto">
<li>
<p dir="auto">create a simple domain object:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-cl... | <p dir="auto">Problem:</p>
<ol dir="auto">
<li>Session cookie <strong>is not</strong> present (deleted, expired, invalid, etc)</li>
<li>RememberMe cookie <strong>is</strong> present</li>
<li>User is logging out</li>
<li>RememberMe cookie is not deleted</li>
</ol>
<p dir="auto">Alternatively:</p>
<ol dir="auto">
<li>Ses... | 0 |
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto"><code class="notranslate">await linkWithGoogleCredential</code> gets stuck - this used to work up to <code class="notranslate">0.5.20</code></p>
<p dir="auto">In the example below it never reaches log step <code class="notranslate">---------------------- 4</code>, B... | <p dir="auto">I'm using <code class="notranslate">0.7.0</code> with <code class="notranslate">AuthCredential</code> API. The code that causes the exception on Android (only) is this:</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-conte... | 1 |
<p dir="auto">I have a 50 node cluster with 1 rc with 1500 replicas. Each pod list takes few second and saturates 4 core master for that time. This slows down the whole system including scheduler, node/pod status updates, controllers etc.</p>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" ... | <h3 dir="auto">Background</h3>
<p dir="auto">Currently, to serve LIST operation in apiserver we do the following:</p>
<ul dir="auto">
<li>read all objects of a given resource from etcd</li>
<li>filter out objects that user is not interested in</li>
<li>return the result</li>
</ul>
<p dir="auto">This means, that complex... | 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">by <strong>eyakubovich</strong>:</p>
<pre class="notranslate">What does 'go version' print?
go version go1.3.1 linux/amd64
What steps reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. Run a server that closes a connection by timeout: <a href="http://play.golang.org/... | <pre class="notranslate">Before filing a bug, please check whether it has been fixed since the
latest release. Search the issue tracker and check that you're running the
latest version of Go:
Run "go version" and compare against
<a href="http://golang.org/doc/devel/release.html" rel="nofollow">http://golang.org/doc/de... | 0 |
<p dir="auto">I have created a device that supports integer constant tensors (because I would like to be able to support the inputs to reshape etc...), but not the integer maths operators (because I'm not going to accelerate those initially).</p>
<p dir="auto">The gradient generation logic creates trees of integer math... | <p dir="auto">Are tf.TFRecord(num_parallel_reads) and interleave(num_parallel_calls) duplicated? what is the behavior if they are both set > 1? And the difference of shuffle before repeat and shuffle after repeat? I think the design of Dataset is too complicated, we need a more clear approach.</p> | 0 |
<h1 dir="auto">Bug report</h1>
<blockquote>
<p dir="auto">webpack.config.js<br>
<code class="notranslate">{ target: 'es5' }</code></p>
</blockquote>
<blockquote>
<p dir="auto">build result</p>
</blockquote>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-cop... | <h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">Not sure if this is a problem with a loader or webpack itself, but on a project that is using typescript, I'm getting a warning:</p>
<div class="highlight highlight-source-js notranslate position-relative o... | 0 |
<p dir="auto">When building a large library many classes need to define fields and methods that are meant only for use by other classes within the library, not the client. There is no simple way to express this in TypeScript. One can duplicate the entire public API in a set of mirror interfaces classes, but that create... | <p dir="auto">Currently to protect integrity of data one can only use classes with private or protected fields. Classes are harder to work with compared to object literals. Being able to specify that certain fields are invisible to outside modules would be a valuable addition to support programming in functional style ... | 1 |
<ul dir="auto">
<li>Electron version: 1.4.5</li>
<li>Operating system: win10</li>
</ul>
<p dir="auto">Hi!<br>
Recently I updated electron from 1.4.4 to 1.4.5 and reinstalled node_modules<br>
I got an error during npm install (as I can see it fails on spellchecker modules install):</p>
<div class="snippet-clipboard-cont... | <ul dir="auto">
<li>Electron version: 1.4.5</li>
<li>Operating system: macOS 10.12.1</li>
</ul>
<p dir="auto">Files distributed at <a href="https://atom.io/download/atom-shell/v1.4.5" rel="nofollow">https://atom.io/download/atom-shell/v1.4.5</a> and SHASUM256.txt there does not match. As a result, electron-rebuild for... | 1 |
<p dir="auto">when adding the class "col-lg-offset-1" (as it says in the docs), the div did not offset, but it worked when I changed it to "col-offset-1"</p> | <p dir="auto">So as per the documentation, I tried using two different offsets for desktop and phone. But I could not find the col-lg-offset on the CDN hosted css file.</p>
<p dir="auto"><a href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css" rel="nofollow">http://netdna.bootstrapcdn.com/boot... | 1 |
<p dir="auto">Using TensorBoard histogram_freq feature cause a lot of warnings like:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Instructions for updating:
Please switch to tf.summary.histogram. Note that tf.summary.histogram uses the node ... | <p dir="auto">Please go to TF Forum for help and support:</p>
<p dir="auto"><a href="https://discuss.tensorflow.org/tag/keras" rel="nofollow">https://discuss.tensorflow.org/tag/keras</a></p>
<p dir="auto">If you open a GitHub issue, here is our policy:</p>
<p dir="auto">It must be a bug, a feature request, or a signifi... | 0 |
<p dir="auto">Failed: <a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke/2189/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke/2189/</a></p>
<p dir="auto">Run so broken it didn't make JUnit output!</p> | <p dir="auto">Failed: <a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke/1883/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gke/1883/</a></p>
<p dir="auto">Run so broken it didn't make JUnit output!</p> | 1 |
<p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the superset logs for python stacktraces and included it here as text if any</... | <p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p>
<h3 dir="auto">Superset version</h3>
<h3 dir="auto">Expected results</h3>
<p dir="auto">I see the callout is visible</p>
<h3 dir="auto">Actual results</h3>
<p dir="auto">It is overlayed when placed on dashboard ( see attachmen... | 1 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: 1.32</li>
<li>Operating System: macOS 13.2</li>
<li>Browser: All</li>
</ul>
<h3 dir="auto">Source code</h3>
<p dir="auto"><strong>Config file</strong></p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="a... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.35.0]</li>
<li>Operating System: [All]</li>
<li>Browser: [Chromium]</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<p dir="auto">In our application we have toggle button that looks like this:<br>
<a target="_blank" rel="noopene... | 0 |
<p dir="auto">I'm using PR4 and when generating a Doctrine crud with routes the UrlMatcher contains duplicate GOTO commands.<br>
I tried adding a prefix to the imported routes but that did not work.</p>
<p dir="auto">If I remove the method requirements in the CRUD routes there is no longer a duplicate GOTO in the UrlMa... | <div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="$io = new SymfonyStyle($input, $output);
$io->ask('question with default value Backslash\\', '\\');"><pre class="notranslate"><span class="pl-s1"><span class="pl-c1">$</span>io</... | 0 |
<p dir="auto">Hi,</p>
<p dir="auto">I just <strong>upgraded from 1.8.4 to 1.9.0.1</strong> and while my roles and inventory SSH configuration are unchanged:</p>
<p dir="auto"><strong>Inventory SSH Configuration:</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Feature Idea</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">network namespace</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<p dir="auto">none</p>
<h5 dir="auto">CONFIGURATION</h5>
<p dir="auto">n/a</p>
<h5 dir="auto">OS / ENVIRONMENT</h5>
<p dir="auto">Linux</p... | 0 |
<p dir="auto">Context:</p>
<p dir="auto"><strong>System:</strong><br>
2020 Macbook 13"<br>
OS: macOS Monterey 12.0.1<br>
Memory: 12.2 GB / 16 GB LPDDR4X<br>
CPU: 2 GHz Intel Core i5 Quad-core</p>
<p dir="auto"><strong>Binaries:</strong><br>
Node: 14.17.5<br>
npm: 6.14.14</p>
<p dir="auto"><strong>npmPackages:</strong><... | <p dir="auto"><strong>Context:</strong></p>
<ul dir="auto">
<li>Playwright Version: 1.20.0</li>
<li>Operating System: Macos 11.6.5</li>
<li>Python version: Python 3.10.2</li>
<li>Browser: Chromium</li>
</ul>
<p dir="auto"><strong>Code Snippet</strong></p>
<p dir="auto">The easiest way to replicate this issue is to just... | 1 |
<h1 dir="auto">Description of the new feature/enhancement</h1>
<p dir="auto">The <a href="https://github.com/microsoft/terminal/blob/master/doc/cascadia/SettingsSchema.md#implemented-keybindings">list of implemented keybindings</a> is missing the option of moving tabs to the left/right.</p>
<p dir="auto">I did try and ... | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18362.295]
Windows Terminal version (if applicable): Version: 0.3.2171.0
Any other software?
GNU Emacs 24.3.1
tmu... | 0 |
<p dir="auto">We recently started to use the cluster sniffing feature in the Java API for node discovery which works great. But in our cluster setup we have 3 nodes (out of 9) which have different hardware (disk, less iops) and those are causing performance problems when they have to handle requests. To solve the issue... | <p dir="auto">I have a case where the completion suggester is omitting results, below are two example documents. For a search like "Samsung", only Document 1 will be returned. Actually its the only document returned, so the <code class="notranslate">size=10</code> is not reached. The only major difference i can is see ... | 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] feature request"><pre class="notranslate"><code class="notranslate">[x] feature request
</code></pre></div>
<p dir="au... | <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
[x ] feature request
[ ] support request =&... | 0 |
<p dir="auto">I’m using the German ergonomic keyboard mapping <a href="http://neo-layout.org/" rel="nofollow">Neo</a> and Mac OS.</p>
<p dir="auto">By default, Atom has several key bindings of the form <code class="notranslate">Alt+X</code> (<code class="notranslate">X</code> being a letter). These correspond to specia... | <p dir="auto">I am running Atom 0.161.0 on Mac OS X Yosemite and use the <a href="http://www.neo-layout.org/" rel="nofollow">German Neo Layout</a>. Unfortunately I can't type the characters : < > and =. In other applications (Browser, Email and so forth) it works as expected.<br>
I am aware of the issues <a class... | 1 |
<p dir="auto">Please allow terminal to run scripts at startup from a task bar jump list.</p>
<p dir="auto">What would be nice is having the Windows Terminal jump list provide a list of startup scripts, same way VS allows me to open projects form the jump list. I could pull up the jump list from the task bar and select ... | <ul dir="auto">
<li>Your Windows build number: (Type <code class="notranslate">ver</code> at a Windows Command Prompt)<br>
Version 10.0.17134.407, Intel Core i7-7700 embedded graphics, Full HD, 100%</li>
<li>What you're doing and what's happening:<br>
Our console app uses WriteConsoleOutputCharacterW, WriteConsoleOutp... | 0 |
<p dir="auto">This is related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="151924353" data-permission-text="Title is private" data-url="https://github.com/tensorflow/tensorflow/issues/2170" data-hovercard-type="issue" data-hovercard-url="/tensorflow/tensorflow/issues/2170/hover... | <p dir="auto">We should make our slicing and assignment ops more general to capture more of the functionality of numpy slicing, and add <code class="notranslate">__getitem__</code> sugar for all of it. Specifically,</p>
<ol dir="auto">
<li>We should have a 2.5 dimensional set of ops, with dimensions (1) get vs. set, (... | 1 |
<p dir="auto">Atom has multiple associations with files. It seems like each install in creating a new association without removing the old ones.</p>
<p dir="auto"><a href="https://pbs.twimg.com/media/Bu_8ZhICIAAkF2T.png:large" rel="nofollow">https://pbs.twimg.com/media/Bu_8ZhICIAAkF2T.png:large</a></p> | <p dir="auto">support/6be6d1eaa44911e38bd5c0467822a465?page=1</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/083b5472896f2ccf565018dcb5fdeacf09ee817001e0d49eb7382c48c4ff401c/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313437362f32... | 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... | 0 |
<p dir="auto">Challenge <a href="http://freecodecamp.com/challenges/waypoint-manipulate-arrays-with-pop" rel="nofollow">http://freecodecamp.com/challenges/waypoint-manipulate-arrays-with-pop</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p>
<p dir="auto">All of the... | <h4 dir="auto">beta.freecodecamp.com</h4>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">It's exactly the same <a href="https://github.com/freeCodeCamp/freeCodeCamp/issues/13462" data-hovercard-type="issue" data-hovercard-url="/freeCodeCamp/freeCodeCamp/issues/13462/hovercard">problem at this issue.</a></p>
<ol ... | 0 |
<p dir="auto">I've noticed that text appears more blurry on electron than in regular Chrome.</p>
<p dir="auto">Mind you i'm using the latest electron version 1.6.0.</p>
<p dir="auto">This is a comparison between <strong>Chrome (Top)</strong> and Electron's <strong>Chromium (Bottom)</strong></p>
<p dir="auto"><a target=... | <p dir="auto">Since Electron 1.2.0, that means since the update from Chrome 50 to Chrome 51, there no LCD-text-antialiasing anymore (tested only on Windows).</p>
<p dir="auto">Here an animated GIF showing the difference (300% zoomed screenshots) - look at the 'To run...' text:<br>
<a target="_blank" rel="noopener noref... | 1 |
<h5 dir="auto">Issue Type: Bug Report</h5>
<h5 dir="auto">Ansible Version:</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ ansible --version
ansible 1.9.0.1
configured module search path = None"><pre class="notranslate"><code class="notran... | <p dir="auto">docker-py recently moved their constants in a backwards incompatible way in v1.2.x</p>
<p dir="auto">Previously we accessed <code class="notranslate">docker.client.DEFAULT_DOCKER_API_VERSION</code></p>
<p dir="auto">That constant is now available at <code class="notranslate">docker.client.constants.DEFAUL... | 1 |
<p dir="auto">This came up in a <a href="https://twitter.com/devongovett/status/1199862177559171072?s=21" rel="nofollow">twitter thread</a> with <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/gaearon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_... | <p dir="auto">The problem is best expressed in terms of an example:</p>
<p dir="auto">I've a function that acts as an plugs into my implementation of an isomorphic style loader. The function is simply set on the very high-level <code class="notranslate">AppContext</code> (that contains the application services, and com... | 0 |
<p dir="auto">Windows build number: Windows 10 Pro 64 bit, Ver 1909, OS build 18363.815<br>
PowerToys version: 0.17.0<br>
PowerToy module for which you are reporting the bug (if applicable):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
# Ac... | <h1 dir="auto">Environment</h1>
<p dir="auto">W10 Pro V1903 Build 18362.295<br>
PowerToys: 0.11.0<br>
Settings Screen</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run "ver" at a command prompt]
PowerToys ver... | 1 |
<p dir="auto">Upgrading my app from alpha34 to alpha35, one directive I had with a selector <code class="notranslate">[on-init]</code> was not working anymore. I realize it must be conflicting in the parser with the canonical syntax for events, but it was working until alpha35 and the error we have now is not really ex... | <p dir="auto">Related: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="101190599" data-permission-text="Title is private" data-url="https://github.com/angular/angular/issues/3664" data-hovercard-type="issue" data-hovercard-url="/angular/angular/issues/3664/hovercard" href="https://gi... | 1 |
<p dir="auto">Hello,</p>
<p dir="auto">the only thing keeping me away from atom is the fact that it's crashing everytime I try to open a large file, jquery.min.js for example. In comparision to sublime, this is pretty bad because when atom doesn't crash, it takes up to 10 seconds to load the syntax highlighter.</p>
<p ... | <p dir="auto">So, I use my text editor for all kinds of things (writing code, reading readmes, editing dotfiles, etc). One of the things I do most often during any given day is open up large log files to troubleshoot Enterprise problems. These files can sometimes get as large as 500-800MB.</p>
<p dir="auto">I just trie... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=david_syer" rel="nofollow">Dave Syer</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7192?redirect=false" rel="nofollow">SPR-7192</a></strong> and commented</p>
<p dir="auto">Example from Chris's DIStyles presentat... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=wim_dc" rel="nofollow">Wim De Clercq</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9646?redirect=false" rel="nofollow">SPR-9646</a></strong> and commented</p>
<p dir="auto">Using "RedirectAttributes flash"<br>
an... | 0 |
<p dir="auto">If you run a cypher like this in 2-M05:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="START n=node(1)
RETURN HEAD(LABELS(n))"><pre class="notranslate"><code class="notranslate">START n=node(1)
RETURN HEAD(LABELS(n))
</code></pre... | <p dir="auto">There seems to be a breaking change in new cypher parser, which now incorrectly parses:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="START node=node(*)
WHERE ANY (label in LABELS(node) WHERE label IN ['mylabel'])
RETURN node">... | 1 |
<h1 dir="auto">Description of the new feature/enhancement</h1>
<h1 dir="auto">Proposed technical implementation details (optional)</h1> | <h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0
Windows Terminal version commit: 200e90d1c64cb8ad3f48b808ac695bac5bb6e696
Any... | 0 |
<h3 dir="auto">Version</h3>
<p dir="auto">2.6.10</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codesandbox.io/s/vue-template-ptrum?fontsize=14" rel="nofollow">https://codesandbox.io/s/vue-template-ptrum?fontsize=14</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">When the parent s... | <h3 dir="auto">Version</h3>
<p dir="auto">2.6.10</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/anrzf5uh/" rel="nofollow">https://jsfiddle.net/anrzf5uh/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Enter 'obj' in the text input and nothing gets printed to console. ... | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong><br>
Webpack builds have started failing in our automated deployments as of the 5.45.0 release a few hours ago</p>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong></p>
<p... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong></p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto"><strong>If the current behavior is a bug, please provide the steps to reproduce.</strong></p>
<p dir="auto">Hello,<br>
When I build with... | 0 |
<p dir="auto">I have some prolem when i render script tag.<br>
Example when i click link on page A, i new render page B which i inluce demo.js file. In demo.js i console.log('Hello world'). But when i open google devtools i don't see that. What happen which that erros.</p> | <p dir="auto"><code class="notranslate">&lt;script></code> is a bit hard to use right now.</p>
<ul dir="auto">
<li>If you have a <code class="notranslate">{...}</code> then it's going to start interpolating. And you are bound to have whenever you use <code class="notranslate">if</code>, <code class="notranslate"... | 1 |
<p dir="auto">Maybe by design? Is there anyway it can work?</p> | <p dir="auto">RawKeyboardListener works for Android and other platforms, but not on iOS, because it isn't implemented in the <a href="https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/services/system_channels.dart#L158">engine</a></p>
<p dir="auto">See also <a class="issue-link js-issue-link" data... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/mui-org/material-ui/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Ex... | <p dir="auto">I have a tooltip for a list item on collapsed drawer and it does not show up because of the overflow hidden of the drawer. I basically want a portaled version of the tooltip.<br>
I've hacked together this working example where I wrapped the popper inside a portal component from your internal folder.</p>
<... | 1 |
<p dir="auto">After reading this blog post on <a href="https://blogs.msdn.microsoft.com/commandline/2018/12/10/new-experimental-console-features/" rel="nofollow">New Experimental Console Features</a>, I thought this was the right time to ask for a feature request, that could be added to the terminal options. (Or maybe ... | <p dir="auto"><strong>Windows build number:</strong> [Version 10.0.16299.248]</p>
<p dir="auto">If I use an ANSI sequence to set the background color attribute, then move to the bottom of the screen and output some newlines so the screen scrolls up, I'd expect the newly revealed lines to have the background color that ... | 0 |
<p dir="auto">Not sure if this is a bug or just a feature that has not been implemented (yet), but given the following:</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="interface Foo {
member1: number;
member2: boolean;
}
... | <p dir="auto"><em>(This seems to have some things in common with <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="121849248" data-permission-text="Title is private" data-url="https://github.com/microsoft/TypeScript/issues/6080" data-hovercard-type="issue" data-hovercard-url="/microsof... | 1 |
<p dir="auto">Use UTF-8 as source and executable encodings for C++ projects that<br>
contain UTF-8 source files.</p>
<p dir="auto">Tree <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/terminal/commit/35229a775d9e9908a8dfb102e01f49b494b29194/hovercard" href="https://g... | <p dir="auto">win10 1903<br>
vs2019 (but I have follow this : <a href="https://devblogs.microsoft.com/setup/configure-visual-studio-across-your-organization-with-vsconfig/" rel="nofollow">https://devblogs.microsoft.com/setup/configure-visual-studio-across-your-organization-with-vsconfig/</a>)<br>
result:<br>
_GenerateP... | 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+">iss... | <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... | 0 |
<p dir="auto">Asked a bit in the IRC channel and it was suggested that this should be the case. Basically, if you imagine a real time linter (kind of like Babel's Try It) that just wants to show errors, or a syntax highlighter that also shows errors, it would be nice to show Duplicate Declaration Errors (let x = 10; le... | <p dir="auto">The following ES6 code:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var x = {x: 1, x: 2};"><pre class="notranslate"><span class="pl-k">var</span> <span class="pl-s1">x</span> <span class="pl-c1">=</span> <span c... | 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.18898.1000]
Windows Terminal version (if applicable):
Any other software?"><pre lang="none" class="notranslate"><... | <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 18363
Windows Terminal version (if applicable): 0.6.2911.0"><pre lang="none" class="notranslate"><code class="notranslate">Windows buil... | 0 |
<p dir="auto">I have 4 videos and playing first video when app starts. While playing first video, I want to initialize other three videos so that playing smoothly. I initialized all four videos in same isolate, then sometimes UI freezes. So to avoid that I want to initialize other three videos in different isolate (no... | <h2 dir="auto">Status</h2>
<p dir="auto">9/9/22: Work- in-progress</p>
<h2 dir="auto">Description</h2>
<p dir="auto">When I try to invoke a platform channel method from a custom spawned isolate, the app crashes badly (both on iOS and Android). I'm trying to figure out whether this is expected or not.</p>
<p dir="auto">... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/apache/incubator-dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list... | 0 |
<h3 dir="auto">Describe your issue.</h3>
<p dir="auto">Following up to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="13650930" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/1616" data-hovercard-type="issue" data-hovercard-url="/scipy/scipy/... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1647" rel="nofollow">http://projects.scipy.org/scipy/ticket/1647</a> on 2012-04-22 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/WarrenWeckesser/hovercard" data-octo-click="hovercard-link-cli... | 0 |
<blockquote>
<p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/spicyj/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/spicyj">@spicyj</a></p>
</blockquote>
<h3 dir="auto">Bug i... | <p dir="auto">Since v1.11, 6to5 is modifying the source code in places where there are no es6 features.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="var foo = function(bar) { this.foo = bar; };
var arr = [
'item1',
'item2... | 0 |
<p dir="auto">Apologies if this is a dupe.</p>
<p dir="auto">This doesn't compile:</p>
<div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="fn main() {
match 25u8 {
0 ... 24 => println!("less than 25"),
... | <p dir="auto">The following function does not compile because rustc determines that the patterns in the match statement are non-exhaustive. However, the pattern matches every possible value of the integer type, and the compiler should be able to detect this.</p>
<div class="highlight highlight-source-rust notranslate ... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=nibe01" rel="nofollow">Nikos Beis</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5476?redirect=false" rel="nofollow">SPR-5476</a></strong> and commented</p>
<p dir="auto">When using many property files and a cache... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=difranr" rel="nofollow">Ronald R. DiFrango</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-10500?redirect=false" rel="nofollow">SPR-10500</a></strong> and commented</p>
<p dir="auto">The ReloadableResourceBundleMes... | 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>.):<br>
No</p>
<p dir="auto"><strong>What keywords did you se... | <p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.): no</p>
<p dir="auto"><strong>What keywords did you search... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.