text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">Switching between the different app bar display options in the "Contact profile" study can cause the Flutter Gallery app to crash. I tested this on a OnePlus3T using the production version on the PlayStore and locally using the version in v0.5.1.</p>
<p dir="auto"><a class="user-mention notranslate" data-... | <p dir="auto">Flutter doctor is amazing! But, for the first hour, it may be (incorrectly) suggesting that you need <em>both</em> iOS and Android toolchains installed <em>just to try Flutter</em>.</p>
<p dir="auto">See anecdote here: <a href="https://twitter.com/clarklab/status/998613583599669250" rel="nofollow">https:/... | 0 |
<p dir="auto">from <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dhirschfeld/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dhirschfeld">@dhirschfeld</a></p>
<p dir="auto">I just ran across the bug described in... | <p dir="auto">When resampling from a TimeSeries with freq='MS' to freq='D' the TimeSeries is shifted forward by one day, skipping the first element:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [64]: dates = pd.date_ran... | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-learn-how-script-tags-and-document-ready-work" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-learn-how-script-tags-and-document-ready-work</a> has an issue.</p>
<p dir="auto">The way the last two directions are written is ... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/bonfire-mutations" rel="nofollow">http://www.freecodecamp.com/challenges/bonfire-mutations</a> has an issue.</p>
<p dir="auto">The example from the task says:<br>
['Mary', 'Aarmy'] should return false because 'Mary' is only 4 letters while 'Aarmy' ... | 0 |
<p dir="auto">Download link for v3.0.0-rc1 is not working:</p>
<p dir="auto"><a href="https://codeload.github.com/twbs/bootstrap/zip/v3.0.0-rc1-dist">https://codeload.github.com/twbs/bootstrap/zip/v3.0.0-rc1-dist</a><br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/2ed1... | <p dir="auto">I can not download the version of the bootstrap 3<br>
<a href="https://codeload.github.com/twbs/bootstrap/zip/v3.0.0-rc1-dist">https://codeload.github.com/twbs/bootstrap/zip/v3.0.0-rc1-dist</a></p> | 1 |
<h5 dir="auto">Issue Type:</h5>
<p dir="auto">Feature Idea</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto">ansible 1.5.4</p>
<h5 dir="auto">Environment:</h5>
<p dir="auto">Debian 7</p>
<h5 dir="auto">Summary:</h5>
<p dir="auto">Ability to use useradd's -o flag "allow to create users with duplicate (non-unique) U... | <p dir="auto">The recommended directory layout from the documentation (<a href="http://docs.ansible.com/ansible/playbooks_best_practices.html#directory-layout" rel="nofollow">http://docs.ansible.com/ansible/playbooks_best_practices.html#directory-layout</a>) indicates putting all playbooks at the top level, alongside i... | 0 |
<p dir="auto">Hi,</p>
<p dir="auto">I am using the following java code to create instance of ElasticSearch instance and create a index called "testindex".</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Node node = NodeBuilder.nodeBuilder().set... | <p dir="auto">I have a problem with the embedded Java client (for testing) after moving our <a href="https://github.com/molindo/esi4j">our Java integration library</a> from 1.0 to 1.4.0.Beta. We use the Java client embedded.</p>
<p dir="auto">During application restart, we check if an index exists and create or update ... | 1 |
<h3 dir="auto">Bug report</h3>
<p dir="auto">A segmentation fault happening with PySide2 5.12.1 but not with 5.11.0.<br>
This might be an upstream issue.</p>
<p dir="auto"><strong>Code for reproduction</strong></p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" dat... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">Importing matplotlib after PySide2 is imported causes crash occasionally. When the order of imports is reversed, the occasional crash goes away. I'm not sure whether this is PySide2's problem or Matplotlib's. I've also reported ... | 1 |
<p dir="auto">I only have one encoder, but it lists 50+ encoder variables in the side bar (see attached). This also happens for my decoder. I presume that it is duplicating the variables for each time step? Notice that it says 500+ inputs!</p>
<p dir="auto">Also, the graph becomes unwieldy and barely loaded in Safari (... | <p dir="auto"><strong>Error Message</strong><br>
UnknownError: Fail to find the dnn implementation.</p>
<p dir="auto"><strong>System information</strong></p>
<ul dir="auto">
<li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Pop!_OS 19.04</li>
<li>TensorFlow installed from (source or binary): jupyter</li>
<li... | 0 |
<p dir="auto">I am trying for the life of me to get one of the more efficient source map option working.</p>
<p dir="auto">When I use any <code class="notranslate">source-map</code> oriented devtool setting, if I try and set a breakpoint in Chrome 48.0.2564.82, it jumps to a different line that what I selected.</p>
<p ... | <p dir="auto"><strong>I'm submitting a bug report</strong></p>
<p dir="auto"><strong>Webpack version:</strong><br>
1.10.x</p>
<p dir="auto"><strong>Please tell us about your environment:</strong><br>
OSX 10.x</p>
<p dir="auto"><strong>Current behavior:</strong><br>
A module is evaluated twice.</p>
<p dir="auto"><strong... | 0 |
<p dir="auto">MWE:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="julia> g(::Ref{Union{Int, Other}}) where {Other} = Other
g (generic function with 1 method)
julia> g(Ref{Union{Int, Float64}}(1))
Float64
julia> g(R... | <p dir="auto">This might be a duplicate of <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="642624025" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/36377" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/36377/hover... | 0 |
<h3 dir="auto">Is there an existing issue for this?</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the existing issues</li>
</ul>
<h3 dir="auto">This issue exists in the latest npm version</h3>
<ul clas... | <h3 dir="auto">EDIT</h3>
<p dir="auto">See <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1019460977" data-permission-text="Title is private" data-url="https://github.com/npm/cli/issues/3847" data-hovercard-type="issue" data-hovercard-url="/npm/cli/issues/3847/hovercard?comment_id=1... | 1 |
<ul dir="auto">
<li>Electron version: 1.7.9</li>
<li>Operating system: Windows</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">The datalist element should let the user to select a predefined value from a drop-down list for input elements.</p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">After select... | <p dir="auto">Electron version: 1.7.3 beta<br>
Operating system: Windows 7 x86_64 Professional</p>
<p dir="auto">Clicking the pyramid icon on an input control associated with a data list and picking a value from the list, then evaluating <code class="notranslate">value</code> property of the input control, the value is... | 1 |
<h3 dir="auto">System information</h3>
<ul dir="auto">
<li><strong>Have I written custom code (as opposed to using a stock example script provided in TensorFlow)</strong>: Yes</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Mac 10.13.3</li>
<li><strong>TensorFlow installed from (sourc... | <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>: yes</li>
<li><strong>OS Platform and Distribution (e.g., Linux Ubuntu 16.04)</strong>: Ubuntu 16.04.4</li>
<li><strong>TensorFlow installed from (s... | 1 |
<p dir="auto">Hi all.</p>
<p dir="auto">I've asked this question here: <a href="http://stackoverflow.com/questions/35274885/can-you-have-a-stand-alone-directive-in-angular-2" rel="nofollow">http://stackoverflow.com/questions/35274885/can-you-have-a-stand-alone-directive-in-angular-2</a></p>
<p dir="auto">It came down t... | <p dir="auto"><a href="http://plnkr.co/edit/5731Z9N6tQ391gQtfZrA?p=preview" rel="nofollow">http://plnkr.co/edit/5731Z9N6tQ391gQtfZrA?p=preview</a></p>
<p dir="auto">I've been over the documentation 10 times, I've read through the source code, tutorials, the works... and I still can't wrap my head around what I'm doing... | 1 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
I am not sure,maybe a bug.</p>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="U... | <p dir="auto">This is not react bug (it is more about react docs) but I tried all those channels recommended to get help without result, so I have no choice but to post it here.</p>
<p dir="auto">I opened this issue in react docs repository but no response. Here is the link:<br>
<a class="issue-link js-issue-link" data... | 0 |
<ul dir="auto">
<li>VSCode Version: 1.0.0</li>
<li>OS Version: Windows7 64bit</li>
</ul>
<p dir="auto">Steps to Reproduce:</p>
<ol dir="auto">
<li>type <code class="notranslate">CTRL-SHIFT-P</code></li>
<li>type <code class="notranslate">install ext</code></li>
</ol>
<p dir="auto">Before 1.0.0, we can get installation ... | <ul dir="auto">
<li>VSCode Version:<br>
バージョン 0.10.12-insider<br>
コミット <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/microsoft/vscode/commit/ef2a1fcaa553d14d7731b284a5ac5e4a55c42936/hovercard" href="https://github.com/microsoft/vscode/commit/ef2a1fcaa553d14d7731b284a5ac5e4a5... | 1 |
<p dir="auto">Suppose you have an output <code class="notranslate">save</code> that is (incorrectly) connected to a non-stream:</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="@Component(
selector: 'editor',
outputs: const ... | <p dir="auto">Related: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="102171259" data-permission-text="Title is private" data-url="https://github.com/angular/angular/issues/3754" data-hovercard-type="issue" data-hovercard-url="/angular/angular/issues/3754/hovercard" href="https://gi... | 1 |
<p dir="auto">A checkbox/toggle in the General Settings page to disable the Power Toys system tray icon.</p>
<p dir="auto">Or, better yet (but more work), a Power Toy to choose all system tray icons to be enabled/disabled as some applications do not have the ability to completely disable their system tray icon.</p> | <p dir="auto">It would be nice if in keyboard manager we could map macros for excels, games etc or do a task on pressing a empty key or keys that are not used like scroll lock or the entire numpad on a mouse or a keyboard like running security scan through command prompt or doing through gui like opening youtube, disco... | 0 |
<p dir="auto">[Enter steps to reproduce below:]</p>
<ol dir="auto">
<li>...</li>
<li>...</li>
</ol>
<p dir="auto"><strong>Atom Version</strong>: 1.0.0<br>
<strong>System</strong>: Microsoft Windows 7 Professional<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Erro... | <p dir="auto">I right-clicked on a folder in the tree view</p>
<p dir="auto"><strong>Atom Version</strong>: 0.194.0<br>
<strong>System</strong>: Windows 7 Entreprise<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Cannot find module './context-menu'<br>
Erro... | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.5.2 (issue on 4.5.. and 4.5.4)</li>
<li>Operating System / Platform => Gentoo Linux 64 bit</li>
<li>Compiler => gcc</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">Compilation fails agaisn tlapack-3.10.0 with</p>... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.5.2</li>
<li>Operating System / Platform => Linux</li>
<li>Compiler => GCC 10.2.0</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">opencv fails to build with lapack 3.9.1 with the following error:</p>
<div class="... | 1 |
<h1 dir="auto">Checklist</h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery. (not against latest commit specifical... | <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... | 1 |
<p dir="auto">I receive a <code class="notranslate">Neo.DatabaseError.General.UnknownError</code> upon trying to MERGE two particular nodes. Nothing seems special about these nodes. I'll include as much info as I can below, but I doubt this will be particularly helpful. Feel free to contact me to get more info.</p>
<p ... | <p dir="auto">Given the following unique constraint</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="CREATE CONSTRAINT ON (x:NODE) ASSERT x.id IS UNIQUE"><pre class="notranslate"><code class="notranslate">CREATE CONSTRAINT ON (x:NODE) ASSERT x.i... | 1 |
<p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p>
<ul dir="auto">
<li>[x ] I have checked the superset logs for python stacktraces and included it here as text if any</li>
<li>[x ] I have reproduced the issue with at least the latest released version of superset</li>
<li>[x ]... | <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 superset logs for python stacktraces and included it here as text if any</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task... | 1 |
<h2 dir="auto">command</h2>
<p dir="auto">flutter doctor</p>
<h2 dir="auto">exception</h2>
<p dir="auto">ArgumentError: Invalid argument(s): Invalid locale 'ia_FR.UTF-8'</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="#0 Intl._throwLocaleE... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">when I run "flutter upgrade", the process gets exited unexpectedly after Downloading Material fonts... phase</p>
<h2 dir="auto">command</h2>
<p dir="auto">flutter upgrade</p>
<h2 dir="auto">exception</h2>
<p dir="auto">The null object does not have a getter 'length'.... | 0 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/bonfire-return-largest-numbers-in-arrays#?solution=function%20largestOfFour%28arr%29%20%7B%0A%20%20%2F%2F%20You%20can%20do%20this!%0A%20var%20array%2Clarge%2Carr1%3D%5B%5D%3B%0A%20%20var%20k%3Darr.length%3B%0A%20%20for%28var%20i%3D0%3Bi%3Ck%3Bi%2B%... | <p dir="auto">Update signin page to only display signin options<br>
Add signup route that uses the email-signup route handler.</p> | 0 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://www.github.com/electron/electron/issues">issue tracker</a> for a feature request that matches the o... | <p dir="auto">I'm assuming this is controlled by Atom Shell and not Atom, so I'm reporting it here; <code class="notranslate">process.env.PATH</code> does no longer match the user's <code class="notranslate">$PATH</code> environment variable. It is instead some form of system default, "sanitized" value.</p>
<p dir="aut... | 0 |
<p dir="auto">sample session:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ rusti
WARNING: The Rust REPL is experimental and may be
unstable. If you encounter problems, please use the
compiler instead.
rusti> fn f() {}
()
rusti> fn f(... | <p dir="auto">See comment below: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="31892594" data-permission-text="Title is private" data-url="https://github.com/rust-lang/rust/issues/13655" data-hovercard-type="issue" data-hovercard-url="/rust-lang/rust/issues/13655/hovercard?comment_... | 0 |
<p dir="auto"><strong>Describe the bug</strong></p>
<p dir="auto">We've been hitting this for awhile but finally dug into exactly why it's happening. With the addition of a normal offset bias for shadows (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="582838122" data-permission-text... | <p dir="auto">Minecraft Education edition has a tool for exporting .GLB files directly from the game, but the resulting GLB file won't receive shadows when displayed using three.js on Windows devices.</p>
<p dir="auto">This issue occurs when using Windows browsers (Firefox, Chrome, Edge), but not when using MacOS brows... | 1 |
<ul dir="auto">
<li>Electron version: v1.2.4</li>
<li>Operating system: docker image <a href="https://hub.docker.com/_/node/" rel="nofollow">node:6.2.2</a> (debian derived) running Xvfb</li>
</ul>
<p dir="auto">When running electron-prebuilt on debian in docker, electron exits WITHOUT firing the <code class="notranslat... | <ul dir="auto">
<li>Electron version: 1.2.4</li>
<li>Operating system: Linux xxx 4.2.0-38-generic <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="17570403" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/45" data-hovercard-type="issue" da... | 1 |
<p dir="auto"><strong>Elasticsearch version</strong>:</p>
<p dir="auto">5.0.0~alpha2</p>
<p dir="auto"><strong>JVM version</strong>:</p>
<p dir="auto">java version "1.8.0_91"<br>
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)<br>
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)</p>
<p dir="auto"><s... | <p dir="auto"><strong>Elasticsearch version</strong>: alpha2</p>
<p dir="auto"><strong>JVM version</strong>: build 1.8.0_74-b02</p>
<p dir="auto"><strong>OS version</strong>: OS X El Capitan 10.11.3</p>
<p dir="auto"><strong>Description of the problem including expected versus actual behavior</strong>:</p>
<p dir="auto... | 1 |
<p dir="auto"><code class="notranslate">perf(ext/websocket): replace tokio_tungstenite server with fastwebsockets #18587</code></p>
<p dir="auto">The above commit seems to break websockets.</p>
<p dir="auto">Symptom: websocket sends do not go through until new messages arrive to the connection.</p>
<p dir="auto">It's e... | <p dir="auto">Today, I upgrade deno to 1.32.4. Websocket break in deno 1.32.4.<br>
First message successfully send but cannot send message after timeout.<br>
It work fine in deno 1.32.3.</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-co... | 1 |
<p dir="auto">It would be really nice if we could show the name of the shell in the tab title instead of the full path to it. It would make the tab titles shorter, and allow for easier visual recognition of which tabs are what. Ideally, if there is more than one tab with the same name it should append "-1", "-2", etc... | <p dir="auto">"Is it also possible to shown a short title instead of the whole path?"</p>
<p dir="auto"><em>Originally posted by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/wahid/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="h... | 1 |
<p dir="auto"><strong>Glide Version</strong>: 4.6.1<br>
<strong>Integration libraries</strong>: None<br>
<strong>Device/Android Version</strong>: Robolectric environment<br>
<strong>Issue summary</strong>: When attempting to load an https image which returns a 404 error, the request is performed twice.<br>
<strong>Issu... | <p dir="auto"><strong>Glide Version</strong>:<br>
4.0.0</p>
<p dir="auto"><strong>Integration libraries</strong>:</p>
<p dir="auto"><strong>Device/Android Version</strong>:<br>
Emulator Pixel / API 25</p>
<p dir="auto"><strong>Issue details / Repro steps / Use case background</strong>:<br>
I have trouble loading res... | 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/dubbo/issues">issues</a> of this repository and believe that this is not a duplicate.</li>
<li>[ -] I have checked the <a href="http... | <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">What problem does this feature solve?</h3>
<p dir="auto">I'm using a global error handler for process errors during component render function and watchers.</p>
<p dir="auto">But it does not catch the exception thrown in the list method below:</p>
<div class="snippet-clipboard-content notranslate position... | <h3 dir="auto">Version</h3>
<p dir="auto">2.5.17-beta.0</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/w5d9gqmo/3/" rel="nofollow">https://jsfiddle.net/w5d9gqmo/3/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">In provided example:</p>
<ul dir="auto">
<li>open consol... | 0 |
<h1 dir="auto">Bug report</h1>
<p dir="auto">Hi guys, when I use <code class="notranslate">dev: false</code> inside my app, <strong>material-ui</strong> classes wont load.</p>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">That's the code:</p>
<div class="highlight highlight-source-js notranslate position-relative ... | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">Used the material-ui Next.js starter <code class="notranslate">https://github.com/mui-org/material-ui/tree/master/examples/nextjs</code>, and wrote an app.</p>
<p dir="auto">The app works fine when running with <code class="notranslate">y... | 1 |
<p dir="auto"><strong>Description</strong></p>
<p dir="auto">Is there a way to use pydantic models for GET requests? I would like to have a similar interface for both query params and for the body. So for instance, an example could look like this:</p>
<div class="snippet-clipboard-content notranslate position-relative ... | <ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I added a very descriptive title to this issue.</li>
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I used the ... | 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">After upgrading to alpha.48 I noticed that the http module no longer can stand on its own...<br>
According to the examples we now have to import <code class="notranslate">rxjs/operators/map</code> to even get access to the essential map() method.</p>
<p dir="auto">I am wondering, isn't this a bit clunky a... | 0 |
<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">It would be great to add the possibility to apply remapping to a specific keyboard device only (for example if... | <h2 dir="auto">A way to switch between different keyboards, specifically those with different layouts</h2>
<h4 dir="auto">My use case:</h4>
<p dir="auto">I use a windows laptop with a windows keyboard layout. I remap some of those keys to my liking.<br>
When I connect to an external apple keyboard, I would like to be a... | 1 |
<p dir="auto">a = torch.tensor(1)<br>
b = torch.tensor(0)<br>
c = a/b (output 'Floating point exception' then crash)</p> | <p dir="auto">This seems to be an issue with TH and not pytorch, the same thing happens in lua torch.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import torch
a = torch.IntTensor([0,1])
b = torch.IntTensor([0,1])
print(a.... | 1 |
<p dir="auto">In Bootstrap 3.2.0 adding a form-control-feedback icon to a select input causes the icon to hover over the select's dropdown icon, thus it's not clickable anymore.</p>
<p dir="auto">It looks like this:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/asse... | <p dir="auto">I have found a bug at select input with validation icon.</p>
<p dir="auto"><a href="http://jsfiddle.net/57XnU/1/" rel="nofollow">http://jsfiddle.net/57XnU/1/</a></p> | 1 |
<p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-aws/6373/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-aws/6373/</a></p>
<p dir="auto">Failed: BeforeSuite {Kubernetes e2e suite}</p>
<div class="snippet-clipboard-co... | <p dir="auto"><a href="https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-scalability/10992/" rel="nofollow">https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gce-scalability/10992/</a></p>
<p dir="auto">Failed: BeforeSuite {Kubernetes e2e suite}</p>
<div c... | 1 |
<p dir="auto">As the title says, when I trigger my popover from a floating action button, it causes a FOUC in the top left corner of my app.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/115199/31040955-7118478e-a553-11e7-8448-7b9f01431416.gif"><... | <h3 dir="auto">Problem description</h3>
<p dir="auto">Popover component renders children before applying position styling. This results in a 'flash' of the popover in the top left corner (<code class="notranslate">x: 0, y:0</code>) before positioning correctly. This is caused by the <code class="notranslate">setPlacem... | 1 |
<p dir="auto">I'm using requests 2.11.1. The following code throws an exception:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from requests import Request, Session
from http.cookiejar import CookieJar
cj = CookieJar()
req = Request('GET', '... | <p dir="auto">Duplicate bug disclaimer: this is related to other Unicode + header issues, however, those all focus on errors raised while generating an outbound request. This applies only to inbound requests. (See also: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="9640819" data-pe... | 0 |
<p dir="auto">Template filled out below but this is pretty clear.</p>
<p dir="auto">This line populates Worker.task_events using <code class="notranslate">either</code>:<br>
</p><div class="Box Box--condensed my-2">
<div class="Box-header f6">
<p class="mb-0 text-bold">
<a href="https://github.com/celery/ce... | <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... | 0 |
<h1 dir="auto">Environment</h1>
<p dir="auto">0.18.1<br>
PowerToys Run</p>
<h1 dir="auto">Steps to reproduce</h1>
<p dir="auto">Search for anything on your system</p>
<h1 dir="auto">Expected behavior</h1>
<p dir="auto">Search results to be shown instantaneously</p>
<h1 dir="auto">Actual behavior</h1>
<p dir="auto">I se... | <p dir="auto">I just want to mention something, I hope it will be fixed in the next version. The power toys run is not smooth, when you write something it lags a little bit. It has to be smoother like the windows search .</p> | 1 |
<h1 dir="auto">🚀 Feature request</h1>
<p dir="auto">I was just reading how <code class="notranslate">make style</code> can be automated with pre-commit hooks. Noticing how often I run and even more often forget to run <code class="notranslate">make style</code> before committing, perhaps others are in the same boat - ... | <h3 dir="auto">System Info</h3>
<ul dir="auto">
<li><code class="notranslate">transformers</code> version: 4.19.2</li>
<li>Platform: Linux-5.4.0-72-generic-x86_64-with-glibc2.29</li>
<li>Python version: 3.8.10</li>
<li>Huggingface_hub version: 0.7.0</li>
<li>PyTorch version (GPU?): 1.11.0+cu113 (False)</li>
<li>Tensorf... | 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="[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request =&g... | <p dir="auto">I have an app that requires the overloading of some stylesheet properties. A use-case example:</p>
<ul dir="auto">
<li>App defines only one style</li>
<li>Api (remote backend) defines a "theming" option, e.g. "logo", "primary color", et cetera.</li>
</ul>
<p dir="auto">In my opinion I should be able to in... | 1 |
<p dir="auto"><strong>Glide Version</strong>: com.github.bumptech.glide:glide:3.7.0</p>
<p dir="auto"><strong>Integration libraries</strong>: com.github.bumptech.glide:okhttp3-integration:1.4.0@aar</p>
<p dir="auto"><strong>Device/Android Version</strong>: All devices</p>
<p dir="auto"><strong>Issue details / Repro ... | <p dir="auto"><strong>Glide Version</strong>:4.4.0</p>
<p dir="auto"><strong>Integration libraries</strong>:RxJava/RxAndroid/RxKotlin,Retrofit,okhttp3-3.8.0,gson,jsoup.</p>
<p dir="auto"><strong>Device/Android Version</strong>:Huawei 6X/Android 7.0</p>
<p dir="auto"><strong>Issue details / Repro steps / Use case backgr... | 0 |
<p dir="auto">I override <code class="notranslate">Response.force_type</code> to handle my own custom responses (and some extra builtin types like lists). I recently tried to upgrade to Flask==1.1.x but it no longer calls my handler and throws an exception instead.</p>
<h3 dir="auto">Reproduce</h3>
<div class="highligh... | <p dir="auto">When using flask 2.0.2 and having an error in the import the flask cli does not output the traceback anymore.<br>
It seems to have stopped to work after <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1013550488" data-permission-text="Title is private" data-url="https:/... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="julia> @generated function generatedfoo(T)
:(return $T)
end
generatedfoo (generic function with 1 method)
julia> (@which generatedfoo(1)).source
ERROR: UndefRefError: access t... | <p dir="auto">The following code seems to leak the scope of the variable <code class="notranslate">x</code>:</p>
<div class="highlight highlight-source-julia notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="try
for i in 0:0
x = i
end
println("first: $... | 0 |
<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... | <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" checked=""> I have checked the <a href="https://github.com/apache/dubbo/blob/master/FAQ.md">FAQ</a> of this repository and believe that this is not a duplicate.</li>
<li class="task-list-i... | <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">Not able to import seaborn and the trace back refers to error in scipy. I installed all packages using pip</p>
<h3 dir="auto">Reproducing code example:</h3>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import seaborn as sns"><pre c... | <p dir="auto"><<Please describe the issue in detail here, and for bug reports fill in the fields below.>></p>
<p dir="auto">When importing stats or optimize using:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import scipy.stats
i... | 1 |
<p dir="auto">Hi, and first, thank you so much for your project.</p>
<p dir="auto">This problem first appeared in my work project which is unfortunately private. All my files was considered as ignore and appeared in grey in the treeview. I took some time and finally succeed to isolate and reproduce it.</p>
<p dir="auto... | <p dir="auto">I've the following setup:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="> tree
.
└── ipfs
├── .gitignore
├── ipfs
...
> cat ipfs/.gitignore
ipfs
> echo because ipfs/ipfs is a binary.
and atom is ignoring th... | 1 |
<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/functional-components-issue-ubtr8" rel="nofollow">https://codesandbox.io/s/functional-components-issue-ubtr8</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Create a fu... | <h3 dir="auto">Version</h3>
<p dir="auto">2.5.2</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto">[https://jsfiddle.net/hastom/uomhejLe/4/](<a href="https://jsfiddle.net/hastom/uomhejLe/4/" rel="nofollow">https://jsfiddle.net/hastom/uomhejLe/4/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<ol dir="auto">
<li>In... | 0 |
<p dir="auto"><strong>Symfony version(s) affected</strong>: 4.1.2</p>
<p dir="auto"><strong>Description</strong><br>
Since i update from 4.1.1 to 4.1.2, default binding from controllers failed :</p>
<p dir="auto">Controller "App\Controller\Admin\KitController::edit()" requires that you provide a value for the "$customD... | <p dir="auto"><strong>Symfony version(s) affected</strong>: 3.4.13 (and other new patch releases for 4.0 & 4.1)</p>
<p dir="auto"><strong>Description</strong><br>
I just updated my app from <code class="notranslate">3.4.12</code> to <code class="notranslate">3.4.13</code> and have an error with a service configurat... | 1 |
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-comment-your-javascript-code" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-comment-your-javascript-code</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p>
<p dir="auto... | <p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-comment-your-javascript-code" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-comment-your-javascript-code</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p>
<p dir="auto... | 1 |
<p dir="auto">opencv-4.1.2 breaks vlc, e.g., since it compiles some files with gcc instead of g++<br>
Some parts of /usr/include/x86_64-pc-linux-gnu/opencv4/opencv2/core/cvdef.h<br>
can only be compiled by a C++ compiler, e.g.,<br>
#ifndef CV_CXX11</p>
<h1 dir="auto">if __cplusplus >= 201103L || (defined(_MSC_VER) &... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 3.4.1</li>
<li>Operating System / Platform => Linux</li>
<li>Compiler => gcc-7-20180222 (a 7.3.1 snapshot)</li>
</ul>
<p dir="auto">vlc-3.0.1 fails to build against opencv-3.4.1, because the C compiler produces and error at line 4... | 1 |
<ul dir="auto">
<li>For Visual Studio Code 0.10./6</li>
<li>And for Windows 7 Enterprise SP1</li>
<li>When in the cmd I <code class="notranslate">type %HTTP_PROXY%</code></li>
<li>Then I get "<a href="http://proxy.mydomain.com:8083" rel="nofollow">http://proxy.mydomain.com:8083</a>"</li>
<li>And when I try do install a... | <p dir="auto">Whenever I try to install any extension, using <em>ext install</em>, I get a <strong>connect ETIMEDOUT 191.238.172.191:443</strong> error.</p>
<p dir="auto">Trying to navigate to <strong><a href="https://191.238.172.191" rel="nofollow">https://191.238.172.191</a></strong> in the browser produces a warning... | 1 |
<p dir="auto">Why this framework using Dart ? not using more stable and robust like TypeScript or ES6 Javascript ?<br>
Look at Angular and other TypeScript based framework, it stable and easy to understand for large team and beginner.</p>
<p dir="auto">So any plan to leave Dart and using TypeScript language ?</p> | <p dir="auto">Hi, I don't know to ask for help for implementation so I fire an issue. If you find this not appropriate, please delete. Thanks.</p>
<p dir="auto">In iOS, we have a <code class="notranslate">UITabBarController</code> which stays permanently at the bottom of the screen when we push to a new ViewController.... | 0 |
<p dir="auto">It is unclear in the prompt whether the test function <code class="notranslate">sym(A, B, C, D, E, F)</code> is requesting the user to create a function that accomplishes:</p>
<p dir="auto"><code class="notranslate">return A △ B △ C △ D △ E △ F</code><br>
OR<br>
<code class="notranslate">return ((((A △ B)... | <p dir="auto">This is a bit of a formal issue, not a "bug" per se:</p>
<p dir="auto">In CSS, proper font names like Arial or "Times New Roman" should be Title Case (and in quotes where applicable).<br>
Generic font names like sans-serif or monospace should be lowercase.</p>
<p dir="auto">--- wm</p>
<p dir="auto">Challe... | 0 |
<ul dir="auto">
<li>VSCode Version: Version 1.2.0 (1.2.0)</li>
<li>OSX Version: 10.11.5</li>
</ul>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="#!/bin/bash
export GOPATH=$HOME/go
export GOBIN=$HOME/go/bin
export GOAPP=$HOME/go_... | <p dir="auto"><a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="135375264" data-permission-text="Title is private" data-url="https://github.com/microsoft/vscode/issues/3246" data-hovercard-type="issue" data-hovercard-url="/microsoft/vscode/issues/3246/hovercard" href="https://github.co... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="--
-- ******** Summary ********
-- General:
-- CMake version : 3.14.0
-- CMake command : /root/miniconda3/envs/torchbeast/bin/cmake
-- System : Linux
-- C++ com... | <p dir="auto">When building pytorch with docker with<br>
<code class="notranslate">docker build -t pytorch_cuda9 -f tools/docker/Dockerfile9 .</code></p>
<p dir="auto">I get the following error and the build stops:<br>
<code class="notranslate">Step 10/14 : RUN git submodule update --init ---> Running in 34e6a586e55... | 0 |
<p dir="auto">// CREATE INDEX<br>
curl -X PUT -d '{<br>
"number_of_shards" : 1,<br>
"number_of_replicas" : 1<br>
}' "<a href="http://localhost:9200/services" rel="nofollow">http://localhost:9200/services</a>"</p>
<p dir="auto">// MAPPING<br>
curl -X PUT -d '{<br>
"service": {<br>
"properties": {<br>
"name": {<br>
"type... | <p dir="auto">Currently the Completion & Context Suggesters suggests from documents that were deleted but not still merged away by Lucene. Ideally the suggesters should never suggest from deleted documents.</p>
<p dir="auto">The solution is to encode lucene docids in the generated FST used by suggesters, and filter... | 0 |
<p dir="auto"><strong>Description</strong><br>
Cache pools can easily be configured in the framework bundle with</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="framework:
cache:
pools:
cache.pool1:
adapt... | <p dir="auto">What do you think about deprecating the <code class="notranslate">Date</code> and <code class="notranslate">Time</code> constraints in favor of add a <code class="notranslate">format</code> option to the <code class="notranslate">DateTime</code> constraint.<br>
We can do that using the <code class="notran... | 0 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.1</li>
<li>Operating System / Platform => Ubuntu 18.04.2 LTS</li>
<li>Compiler => g++ (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<details>
<div class="snippet-clipboard-content notran... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.0.1</li>
<li>Operating System / Platform => Linux 64-bit (Ubuntu 18.04)</li>
<li>Compiler => Clang 7.0.1</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">The following test in <code class="notranslate">imgcodecs</... | 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">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="auto">Expected ... | <p dir="auto"><g-emoji class="g-emoji" alias="x" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/274c.png">❌</g-emoji> This won't hot reload when changes are made on render function:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snip... | 0 |
<p dir="auto">Right now it is not possible to collapse the xml elements in the editor.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/5127501/11301612/ca8c46f8-8f98-11e5-80d3-685bae4abb78.png"><img src="https://cloud.githubusercontent.com/assets/... | <p dir="auto">I searched but couldnt find this in the issues. Id love to be able to collapse sections of the code. Any thoughts?</p> | 1 |
<p dir="auto"><strong>Elasticsearch version</strong>: 2.3.0</p>
<p dir="auto"><strong>Plugins installed</strong>: [head, decompound, naturalsort]</p>
<p dir="auto"><strong>JVM version</strong>: 1.8.0_03</p>
<p dir="auto"><strong>OS version</strong>: Linux Mint 18</p>
<p dir="auto"><strong>Description of the problem inc... | <p dir="auto">Using this query:</p>
<p dir="auto">"query": {<br>
"fuzzy": {<br>
"_all": "excellent"<br>
}</p>
<p dir="auto">The top results are all misspellings of excellent, likely as the result of IDF.<br>
This is surely behaviour that typical end users would see as a bug?<br>
If nothing else the docs for fuzzy query... | 1 |
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=logemann" rel="nofollow">Marc Logemann</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-1623?redirect=false" rel="nofollow">SPR-1623</a></strong> and commented</p>
<p dir="auto">wouldnt it make sense to enhance WebA... | <p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald" rel="nofollow">Keith Donald</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-5368?redirect=false" rel="nofollow">SPR-5368</a></strong> and commented</p>
<p dir="auto">It is common to use a component-scan di... | 0 |
<p dir="auto">In <code class="notranslate">test_auc_duplicate_values</code> we use <code class="notranslate">reorder=True</code> which is deprecated.<br>
If we remove that, the test fails. I'm confused as to what is happening?</p> | <p dir="auto">I find the equal distance warning in the neighbors module a bit annoying and think we should change the default value, so that no warning is raised.<br>
As iris has duplicate points, the warning will always be raised there. For digits, I think the warning is raised because entries are discrete (0-16) so s... | 0 |
<ul dir="auto">
<li>Electron version:1.8.1 beta</li>
<li>Operating system: mac os high sierra</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">system: mac os 10.11.6<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/13149266/31598921-d866d882-b215-11... | <ul dir="auto">
<li>Electron version: 1.7.6</li>
<li>Operating system: MacOS High Sierra GM</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">Title bar should not be invisible</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/320654/3044... | 1 |
<p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")<br>
[x] bug report</p>
<p dir="auto"><strong>Current behavior</strong></p>
<ul dir="auto">
<li><strong>I'm submitting a ...</strong></li>
</ul>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" cl... | <p dir="auto"><strong>I'm submitting a ...</strong> (check one with "x")</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request =&g... | 1 |
<p dir="auto">I'm new for Atom so I don't have a clue how to fix this.</p>
<p dir="auto">On Windows, I copy some text that have a trailing carriage return from other application, such as excel, notepad, then try to search the opening doc in Atom. Then I was surprising that there's no match. Because you cannot see the t... | <p dir="auto">Pasting something like this in the Find box displays incorrectly</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="
'use strict';
"><pre class="notranslate"><code class="notranslate">
'use strict';
</code></pre></div>
<p di... | 1 |
<p dir="auto">My understanding is that <code class="notranslate">org.neo4j.server.transaction.timeout</code> is only for server mode. I would like to request a timeout feature for embedded mode, to automatically abort any transaction longer than a given time. Ideally this could be overridden in an individual transact... | <p dir="auto">I am using Java API in an embedded graph (version 1.9.4) and using the following code to get the ShortestPath -<br>
GraphAlgoFactory.shortestPath(expander, 15)<br>
where expander is a expander with specific relationship types.</p>
<p dir="auto">In rare cases, the graph (which is about 28 G on a JVM sized ... | 1 |
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/target-the-children-of-an-element-using-jquery#?solution=%0Afccss%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... | <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 |
<h3 dir="auto">Problem description</h3>
<p dir="auto">It's a weird issue. The border of a TextField has the color black (see Screenshot):</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/2188790/20939277/7f42c96e-bbee-11e6-877b-7ffcd8ed283d.png"><i... | <h3 dir="auto"><code class="notranslate">borderColor</code> does not work!</h3>
<p dir="auto">I copied the code from <a href="http://www.material-ui.com/#/components/text-field" rel="nofollow">http://www.material-ui.com/#/components/text-field</a>.</p>
<p dir="auto"><em>Styled examples</em></p>
<div class="highlight hi... | 1 |
<p dir="auto">Please go to Stack Overflow for help and support:</p>
<p dir="auto">Microsoft Windows [Version 6.3.9600]<br>
(c) 2013 Microsoft Corporation. Alle Rechte vorbehalten.</p>
<p dir="auto">C:\Users\Fritz>pip install "C:\tensorflow\tensorflow\contrib\cmake\build\tf_pyth<br>
on\dist\tensorflow_gpu-1.5.0-cp35-... | <p dir="auto">As announced in release notes, TensorFlow release binaries version 1.6 and higher are prebuilt with AVX instruction sets. This means on any CPU that do not have these instruction sets either CPU or GPU version of TF will fail to load with any of the following errors:</p>
<ul dir="auto">
<li><code class="n... | 1 |
<p dir="auto">Challenge <a href="http://beta.freecodecamp.com/challenges/waypoint-declare-string-variables" rel="nofollow">http://beta.freecodecamp.com/challenges/waypoint-declare-string-variables</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p> | <p dir="auto">Challenge <a href="http://beta.freecodecamp.com/challenges/waypoint-declare-string-variables" rel="nofollow">http://beta.freecodecamp.com/challenges/waypoint-declare-string-variables</a> has an issue. Please describe how to reproduce it, and include links to screenshots if possible.</p> | 1 |
<p dir="auto">Hi, I found two duplicate property set in exported CSS.<br>
I don't know if it's the purpose or there's problem with LESS to CSS conversion.</p>
<div class="highlight highlight-source-css notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="
/* line 3483, padding */... | <p dir="auto">I have popovers in hrefs in a modal div with couple of text and number inputs and all inputs are cleared out when popover is hiding.</p> | 0 |
<h3 dir="auto">System Info</h3>
<ul dir="auto">
<li>transformers version: <strong>4.30.2</strong></li>
<li>Python version: <strong>3.10.11</strong></li>
<li>System: Ubuntu 22.04.2 LTS</li>
</ul>
<h3 dir="auto">Who can help?</h3>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard... | <h3 dir="auto">System Info</h3>
<p dir="auto">platform==Ubuntu18.04<br>
python==3.10<br>
transformers==4.29.2</p>
<h3 dir="auto">Who can help?</h3>
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ArthurZucker/hovercard" data-octo-click="hovercard-link-click" data-... | 1 |
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/83c710b6f795a5c7f7c7c1e6765212a93e655a010dcb5a60bee5ed3c321af020/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3533303938382f323231363537332f31613966393434382d396130642d313165332d383238382d... | <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">Your website says "... contribute SWIG interfaces to your favorite language ...". It will be good if yo have pure implementations in other languages like JVM and .NET without having to use SWIG.</p> | <p dir="auto">Issue to trace effort of swig interface for java. Started implementation - will update with progress. If anyone has any comments/tips - please feel welcome to join the discussion!</p> | 1 |
<p dir="auto">It would be a good enhancement to have a 'Open Recent' on the File Menu, like in Sublime.</p> | <p dir="auto">I would like to be able to find files or folders that I have recently opened in previous editing sessions. On Windows this is usually done under the File menu. For example: File > Recent Files > (displays a sub menu of top 10 most recently used files in descending order).</p>
<p dir="auto">File</p>
... | 1 |
<pre class="notranslate">What steps will reproduce the problem?
1. create file "a" and "b"
2. run `os.Rename("a", "b")`
What is the expected output?
file "b" should be atomically replaced with file "a"
What do you see instead?
rename a b: Cannot create a file when that file already exists.
Which compiler are you us... | <p dir="auto">by <strong>awalterschulze</strong>:</p>
<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... | 0 |
<p dir="auto"><strong>Describe the bug</strong><br>
A clear and concise description of what the bug is. <strong>If your problem is not a bug, please file under Support or Usage Question</strong></p>
<p dir="auto"><strong>To Reproduce</strong><br>
Code snippet to reproduce, ideally that will work by pasting into somethi... | <p dir="auto">We're using <code class="notranslate">axios</code> both on the back-end, to communicate with some third-party APIs, and on the front-end, to communicate with our back-end. I recently ran into some problems trying to add some client-side tests for code that uses axios. Because axios detects its environment... | 0 |
<p dir="auto">Description:</p>
<p dir="auto">When using bundle inheritance and template inheritance at the same time (where one of the child bundle's templates extends one of the parent bundle's templates), an error is thrown.</p>
<p dir="auto">Expected outcome:</p>
<p dir="auto">It should be possible to extend a paren... | <p dir="auto">What do you think about creating an interface EventDispatcherAware, a trait EventDispatcherAwareTrait and maybe a tag too (event_dispatcher_aware) to inject automatically the EventDispatcher on services?</p> | 0 |
<p dir="auto">Both danish and faroese keyboard layouts uses Alt Gr-´ to print the pipe character "|" but the key binding resolver registers Alt Gr-´ as "ctrl-alt-["</p>
<p dir="auto">I tried adding the following rule to keymap.cson:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" ... | <p dir="auto">Original issue: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="28529842" data-permission-text="Title is private" data-url="https://github.com/atom/atom/issues/1625" data-hovercard-type="issue" data-hovercard-url="/atom/atom/issues/1625/hovercard" href="https://github.c... | 1 |
<p dir="auto">Hi,<br>
Please make typescript auto-property support like C# to easier use.</p>
<p dir="auto">Thanks.</p> | <p dir="auto">When you're creating a class and you want to define some properties you have to write much code to do so.<br>
<strong>Current way</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class MyClass {
/**
... | 1 |
<p dir="auto">Currently with the extensions API, we have access to output channels (creation and access through <code class="notranslate">vscode.window.createOutputChannel()</code>). And likewise, we can get adhoc user input through <code class="notranslate">vscode.window.showInputBox</code>.</p>
<p dir="auto">I think... | <p dir="auto">While it is awesome that we have the Debug Console for an interactive console experience while debugging, it would be ideal if VS Code also supported a persistent REPL (interactive console) which could also be used at any time. Users of languages such as PowerShell, F#, Python, Ruby, and many others woul... | 1 |
<p dir="auto">I want to know if there is a problem with my transaction manager or is the SQL statement incorrectly written, or is it something else?I hope anyone can give me some hints.</p>
<p dir="auto">The development environment:hibernate+spring</p>
<p dir="auto">Exception:<br>
com.google.common.eventbus.EventBus$Lo... | <p dir="auto">Supporting <code class="notranslate">DISTINCT</code> SQL syntax is on the way.</p>
<p dir="auto">We plan to support <code class="notranslate">DISTINCT</code> SQL syntax. The following is our thought about <code class="notranslate">DISTINCT</code>, welcome to discuss this solution.</p>
<h5 dir="auto">SQL ... | 0 |
<p dir="auto">The title says everything. If you have several files open, and press CTRL-O, at the moment the open dialog will default to "Recently Used". However, it makes a <em>lot</em> of sense to default, as a starting point, to the directory where the file currently viewed is.</p>
<p dir="auto">For example if you a... | <p dir="auto">When you create a new buffer and hit save, Atom will present me with a save dialog and the default selected folder is the project root. That's almost never the place I want to put a file.</p>
<p dir="auto">Sublime Text was a lot smarter with this -- although I do not remember the exact heuristics. For exa... | 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.166.0<br>
<strong>System</strong>: Mac OS X 10.10.2<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Atom can on... | <p dir="auto">Uncaught Error: Atom can only handle files < 2MB for now.</p>
<p dir="auto"><strong>Atom Version</strong>: 0.153.0<br>
<strong>System</strong>: linux 3.13.0-40-generic<br>
<strong>Thrown From</strong>: <a href="https://github.com/atom/tree-view">tree-view</a> package</p> | 1 |
<p dir="auto">They shrink so much that with many open files the titles become unreadable, e.g.:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/989043/7161499/67e4d598-e35d-11e4-8b1e-287259ce63f7.png"><img src="https://cloud.githubusercontent.com/... | <p dir="auto">When I select some text and then paste something instead of it, sometimes I get random piece of the pasted text being selected. Look at the screencast:<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/7574192/5847084/71d1d11a-a1da-11e4-93f3-d76f59c... | 0 |
<p dir="auto"><a href="https://mp.weixin.qq.com/s/j9ibj4ZYAqNZwwvSpIAtLA" rel="nofollow">https://mp.weixin.qq.com/s/j9ibj4ZYAqNZwwvSpIAtLA</a> states a 64% simulator CPU usage which is plausible but also seems like a bug.</p>
<p dir="auto">Could be related to <a class="issue-link js-issue-link" data-error-text="Failed ... | <h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto">Create a widget below:</p>
<div class="highlight highlight-source-dart notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="class Loading extends StatelessWidget {
@override
Widget build(BuildContext context) {
return n... | 1 |
<h2 dir="auto">Issue description</h2>
<p dir="auto">The current Windows build fails, caused probably by some erroneous type, provided to a CUDA C++ class. I made a fresh build after removing all the content of the ./build directory</p>
<h2 dir="auto">System Info</h2>
<p dir="auto">collect_env.py:</p>
<div class="snippe... | <p dir="auto">Kind of similar to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="486963699" data-permission-text="Title is private" data-url="https://github.com/pytorch/pytorch/issues/25389" data-hovercard-type="issue" data-hovercard-url="/pytorch/pytorch/issues/25389/hovercard" href... | 1 |
<p dir="auto">By default many model selection tools such as <code class="notranslate">cross_validate</code>, <code class="notranslate">validation_curves</code> and <code class="notranslate">*SearchCV</code> catch exceptions, raise a warning and score the model with <code class="notranslate">nan</code>. This can be a ni... | <h3 dir="auto">Describe the bug</h3>
<p dir="auto">Hello, I am using a sklearn.tree.DecisionTreeRegressor for two tasks where one task is just a 'subsets' of the other and I expect to get the same tree, but I don't.<br>
In the two tasks, the examples are identical, where task2 the feature matrix is duplicated horizonta... | 0 |
<p dir="auto">Hello,</p>
<p dir="auto">I try to upgrade my vue app to 1.0 and get the following error over 200 times for each for loop:<br>
<code class="notranslate">[Vue warn]: Duplicate value found in v-for="book in books": "\"". Use track-by="$index" if you are expecting duplicate values.</code></p>
<p dir="auto">Th... | <h3 dir="auto">Version</h3>
<p dir="auto">2.5.2</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codepen.io/spenspazmer/pen/aLXGGY?editors=1011" rel="nofollow">https://codepen.io/spenspazmer/pen/aLXGGY?editors=1011</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">1.Create a v-for lis... | 0 |
<p dir="auto"><strong>Steps to reproduce and a minimal demo of the problem</strong></p>
<p dir="auto"><a href="http://plnkr.co/edit/h02LVM8sPwKJ6ljDVShz?p=preview" rel="nofollow">http://plnkr.co/edit/h02LVM8sPwKJ6ljDVShz?p=preview</a></p>
<p dir="auto"><em>What steps should we try in your demo to see the problem?</em><... | <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... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.