text1 stringlengths 0 536k | text2 stringlengths 0 536k | label int64 0 1 |
|---|---|---|
<p dir="auto">From URL: <a href="https://flutter.io/get-started/test-drive/" rel="nofollow">https://flutter.io/get-started/test-drive/</a><br>
In Android Studio 3.1 for Linux it also asks you to fill out the Flutter SDK path</p> | <p dir="auto">As the title says, I can build from the command line and install on my device, but when I try to run an archive in Xcode, I get the following error.</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ld: warning: directory not found ... | 0 |
<h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong><br>
Playback of mp4 files written by FFMpegWriter shows a rolling image if the dpi setting does not match that specified when a figure is created. In particular, this happens if the movie frame images are being displayed on the screen, e.g. durin... | <h3 dir="auto">Bug report</h3>
<p dir="auto"><strong>Bug summary</strong></p>
<p dir="auto">The <code class="notranslate">print_figure</code> function in the <code class="notranslate">FigureCanvasBase</code> class records the current figure's dpi, sets it to the requested dpi for the saved figure, and then resets it to... | 1 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [8]: a = np.uint64(2)
In [9]: b = a + 1
In [10]: type(b)
Out[10]: numpy.float64"><pre class="notranslate"><code class="notranslate">In [8]: a = np.uint64(2)
In [9]: b = a + 1
In [10]: type(b)
O... | <p dir="auto">Is this behavior expected?</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> print type(np.uint32(0) + int(0))
<type 'numpy.int64'>
>>> print type(np.uint64(0) + int(0))
<type 'numpy... | 1 |
<p dir="auto">I have compiled OpenCV 3.0.0 for python on Windows.<br>
When I tried to run the code bellow I got this error message: "The data should normally be NULL!"</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import nu... | <p dir="auto">The following code returns an error.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=" sift = x2d.SIFT_create(1000)
features_l, des_l = sift.detectAndCompute(im_l, None)
features_r, des_r = sift.detect... | 1 |
<p dir="auto">When editing the profiles.json settings file, it is currently not possible to specify more than one defaultProfile. As a result, it is not possible to have the Terminal automatically start up with more than one tab. It would be extremely convenient, to be able to specify the 3 or 4 most commonly used comm... | <p dir="auto">Being in windows it makes no sense to not being able to set font size, face type, font and background colors, pointer size and form, etc... just from JSON. It's unnecessarily annoying. That should be possible to be done from a window UI though translated automatically to JSON.</p> | 0 |
<p dir="auto">I`m trying to add an "exit app" button in Cupertino Tab Bar but it just gives me a blank screen.</p>
<h2 dir="auto">Steps to Reproduce</h2>
<p dir="auto"><a href="https://gist.github.com/ricardobrg/b8cf4744da1e5e6882e1a340b9f8a67d">https://gist.github.com/ricardobrg/b8cf4744da1e5e6882e1a340b9f8a67d</a></p... | <p dir="auto">When attempting to run any flutter project after updating to MacOS Mojave Beta 10.14 a fatal build error occurs.</p>
<h2 dir="auto">Steps to Reproduce</h2>
<ol dir="auto">
<li>Create a new default Flutter project or open the example/HelloWorld</li>
<li>Open the iOS simulator</li>
<li>Attempt to run the f... | 0 |
<p dir="auto"><code class="notranslate">@code_native</code> appears to be a little broken on LLVM 3.7. The labels are all printed at the very beginning, which is <strong>not</strong> very helpful to figure out the control flow.....</p>
<div class="highlight highlight-source-assembly notranslate position-relative overfl... | <p dir="auto">ref <a class="commit-link" href="https://github.com/JuliaLang/julia/commit/b2e69d0d871b65e70175ae088c77cb39b1e9a020#commitcomment-12053593"><tt>b2e69d0</tt>#commitcomment-12053593</a> and <a href="https://github.com/JuliaLang/julia/pull/11852/files#r34115071">https://github.com/JuliaLang/julia/pull/11852/... | 1 |
<p dir="auto">Module loaders like <a href="https://github.com/systemjs/systemjs">systemjs</a> expect module paths to point to a valid file path, including the .js extension. Although <a href="http://exploringjs.com/es6/ch_modules.html#_modules-in-javascript" rel="nofollow">exploringjs</a> says the extension might not b... | <p dir="auto">Currently, TS can't find modules when you use a file extension in the import name (<code class="notranslate">import {Foo} from './foo.ts';</code>) - <a href="https://github.com/systemjs/systemjs/releases/tag/0.17.0">SystemJS updated</a> and file extensions are now <a href="https://github.com/whatwg/loader... | 1 |
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">it is a PITA to get a function index to work right using sqlalchemy.</p>
<p dir="auto">for those that aren't familiar... postgres , oracle and a few other dbs all allow for indexes to be created as a function</p>
<p dir="au... | <p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p>
<p dir="auto">The following query:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="list(session.query(Employee, Employee.company))"><pre class="notranslate"><cod... | 0 |
<p dir="auto">As Kubernetes moves to support more multi-tenant use cases and to increase security in general, it would be helpful if there was a way to firewall pods from other pods, ideally using something simple like labels.</p>
<p dir="auto">Is there a preferred approach to support this use case? If this is impleme... | <p dir="auto">I'd like to update a replication controller's name using <code class="notranslate">kubectl</code>, but am unable to do so.</p>
<p dir="auto">Basically, I want to mimic the <code class="notranslate">rolling-update</code> command where it creates a temporary rc name and then renames it.</p>
<p dir="auto">Th... | 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 read the relevant section in the<br>
<a href="http://docs.celeryproject.org/en/latest/contributing.html#other-bugs" rel="nofollow">contrib... | <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"> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="che... | 0 |
<p dir="auto">For example, pressing <code class="notranslate">Alt+F</code> should open <code class="notranslate">File</code> menu, then press <code class="notranslate">-></code> to move to <code class="notranslate">Edit</code> menu.<br>
On Windows 7/8, this does not work after the main editor is focused, except for ... | <p dir="auto">The normal Windows <code class="notranslate">Alt+{letter}</code> menu shortcuts don't work in Atom. Holding <code class="notranslate">Alt</code> highlights the relevant letter in each menu name, but then pressing the letter doesn't open the menu. For example, <code class="notranslate">Alt+F</code> should ... | 1 |
<p dir="auto">I am not sure if the title is clear enough. The reason for this issue for me is the spatial plugin for neo4j (<a href="https://github.com/neo4j/spatial">https://github.com/neo4j/spatial</a>). If you want to use neo4j with the spatial plugin completly via cypher and the rest api over http, it is not possib... | <p dir="auto">Using neo 2.0.1, the query:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="match (n:States)
where n.name =~ '.*rul.*'
return n.name order by n.name desc
limit 200"><pre class="notranslate"><code class="notranslate">match (n:State... | 1 |
<ul dir="auto">
<li>Electron Version: 2.0.2</li>
<li>Operating System (Platform and Version): macOS 10.13.4</li>
<li>Last known working Electron version: 1.7.12</li>
</ul>
<p dir="auto">This has been noticed when trying to upgrade VS Code to Electron 2.0.2 in <a class="issue-link js-issue-link" data-error-text="Failed ... | <ul dir="auto">
<li>Electron version: 1.7.6</li>
<li>Operating system: Windows 10</li>
</ul>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">Every time some the user clicks a button that downloads a file in the browser the event "will-download" should be fired.</p>
<h3 dir="auto">Actual behavior</h3>
<p dir="auto">... | 0 |
<p dir="auto">I have not thought it out, but there was a (now cleared out) issue about <code class="notranslate">np.nditer</code> not allowing to access the <code class="notranslate">it.operands</code> after the <code class="notranslate">with</code> statement is finished. For return operands, accessing it only after fi... | <p dir="auto">See some discussion in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="316534906" data-permission-text="Title is private" data-url="https://github.com/numpy/numpy/issues/10951" data-hovercard-type="pull_request" data-hovercard-url="/numpy/numpy/pull/10951/hovercard" hre... | 1 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.36.1]</li>
<li>Operating System: [Windows container on GitLab.]</li>
<li>Browser: [Chrome, Chromium]</li>
<li>Other info:</li>
</ul>
<p dir="auto">After upgrading to v1.36.1 I ran the Playwright job in GitLab and I got some error messages and P... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: 1.30.0</li>
<li>Operating System: windows 10</li>
<li>Browser: chromium</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-list-item-checkbox" c... | 0 |
<p dir="auto">By following the Templates section on <a href="http://symfony.com/doc/download-best-practices-book/" rel="nofollow">Best Practices book</a>, I should have the following code in my controller:</p>
<div class="highlight highlight-text-html-php notranslate position-relative overflow-auto" dir="auto" data-sni... | <p dir="auto">Hello,</p>
<p dir="auto">I have update to 2.1.5... and now in all my translated site i heve this error:</p>
<p dir="auto">An exception has been thrown during the rendering of a template ("[ERROR 94] Validation failed: no DTD found ! (in n/a - line 2, column 21)<br>
[ERROR 1877] Element '{urn:oasis:names:t... | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">I want to extend my keyboard layout to allow entering specific Unicode characters that are not accessible via the plain keyboard layout. Specifically, as a German speaker who spends 99% of the time coding and 1% writing short emails or chat notice... | <p dir="auto">FancyZone Editor v2</p>
<p dir="auto"><strong>Current list of like-to-have improvements</strong></p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> Improved Multi-monitor awareness and editing</li>
<li class="... | 0 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">As a developer we are always working with multiple terminal windows at the moment, tabs make it easier, but makes it difficult in certain scenarios. If we have an ability to split the terminal screen vertically and horizontally just as ConEmu allo... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/18356694/68697343-41ea2380-0544-11ea-8218-601b57fdd835.png"><img src="https://user-images.githubusercontent.com/18356694/68697343-41ea2380-0544-11ea-8218-601b57fdd835.png" alt="image" style="max-width: 10... | 1 |
<p dir="auto">Hi,</p>
<p dir="auto">Is there a way to run batches with QuestionAnsweringPipeline rather than just one example?</p>
<p dir="auto">Thanks.</p> | <h1 dir="auto"><g-emoji class="g-emoji" alias="desktop_computer" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f5a5.png">🖥</g-emoji> Benchmarking <code class="notranslate">transformers</code></h1>
<h2 dir="auto">Benchmark</h2>
<p dir="auto">I'm trying to benchmark QA model with <code class=... | 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>: linux 3.13.0-35-generic<br>
<strong>Thrown From</strong>: Atom Core</p>
<h3 dir="auto">Stack Trace</h3>
<p dir="auto">Uncaught Error: Atom... | <p dir="auto">I really like having different panes but that aren't very friendly to the keyboard.</p>
<p dir="auto">For example if I want to open a new file into a split right pane, I have to open an EXISTING file into the pane, have two copies of it open long enough for me to CLICK into the new file then open the file... | 0 |
<p dir="auto">Hello, I've been using the search engine with powertoys run a lot. Something I've noticed is that every time I try and run an application I use less frequently, the search engine only brings up files with a similar name, essentially every program I have installed has smaller bin with the same name. It wou... | <p dir="auto">I tend to search for already running processes quite frequently. It would be awesome to write something like this <code class="notranslate">Chrome @running</code></p>
<p dir="auto">Do you think this concept can be generalized as a search query mechanism for Power Toys Run?</p> | 1 |
<h1 dir="auto">What / Why</h1>
<p dir="auto">Hi There, i have been trying to install the dependencies to a web-application my company is building. When attempting a "npm install", this returns an error. I Have added files to help.</p>
<h2 dir="auto">When</h2>
<p dir="auto">Whenever i do an "npm install"</p>
<h2 dir="au... | <h3 dir="auto">*Updated* as of 01/15/2021</h3>
<p dir="auto"><strong>Note: Please read <a href="https://github.com/npm/cli/wiki/%22cb()-never-called%3F-Exit-handler-never-called%3F-I'm-having-the-same-problem!%22">this doc</a> before filing a new issue.</strong></p> | 1 |
<h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Can we hide app icon in taskbar after setting complete. and have a hot to show in desktop!</p>
<h1 dir="auto">Proposed technical implementation details (optional)</h1> | <p dir="auto">I would love to see an option to hide the tray icon.</p> | 1 |
<h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.2.0</li>
<li>Operating System / Platform => Windows 10 64 Bit</li>
<li>Compiler => MSVC++ 14.24</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">The static variables named "__initialization_mutex" are never freed,... | <p dir="auto">From question asked on stackoverflow: <a href="http://stackoverflow.com/questions/32845535/opencv-3-0-visual-studio-memory-leak-detector-false-positive" rel="nofollow">http://stackoverflow.com/questions/32845535/opencv-3-0-visual-studio-memory-leak-detector-false-positive</a></p>
<p dir="auto">If I enable... | 1 |
<h5 dir="auto">Issue Type:</h5>
<p dir="auto">“Feature Idea”</p>
<h5 dir="auto">Ansible Version:</h5>
<p dir="auto"><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/ansible/ansible/commit/c6b26ff7c79cd73c98b161022044f3678ab7378d/hovercard" href="https://github.com/ansible/ansib... | <p dir="auto">Currently if we are trying to register an instance that has not yet<br>
been registered with the elb an exception is thrown as follows:</p>
<p dir="auto">Traceback (most recent call last):<br>
File "/home/ubuntu/.ansible/tmp/ansible-1388916053.26-72858643329411/ec2_elb", line 1412, in<br>
main()<br>
File ... | 0 |
<p dir="auto">Is there interest in adding the <a href="https://arxiv.org/abs/1908.08681" rel="nofollow">mish</a> activation function to <code class="notranslate">jax.nn</code>?</p>
<blockquote>
<p dir="auto">It has a much smoother curve vs relu, and in theory, that drives information more deeply through the network. It... | <p dir="auto">While implementing setdiff1d, I've come across this weird case where the <code class="notranslate">np.in1d</code> would return duplicate items if it finds such items and the <code class="notranslate">np.in1d</code> implementation would return the set-like array.</p>
<p dir="auto">I've attached a code samp... | 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://jsfiddle.net/ae82rfnv/" rel="nofollow">https://jsfiddle.net/ae82rfnv/</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">While operating, carefully notice of the transitions</p>
<p dir="au... | <h3 dir="auto">Version</h3>
<p dir="auto">2.5.22</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://jsfiddle.net/wx91uLft/" rel="nofollow">https://jsfiddle.net/wx91uLft/</a><br>
other: <a href="https://jsfiddle.net/ae82rfnv/" rel="nofollow">https://jsfiddle.net/ae82rfnv/</a></p>
<h3 dir="auto">Ste... | 1 |
<p dir="auto">So here's my setup (using pandas 0.16.2):</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content=">>> midx = pd.MultiIndex.from_product([['bar', 'baz', 'foo', 'qux'], ['one', 'two']],names=['first','second'])
&... | <p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="9407965" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/2567" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/2567/hovercard" href="https://gith... | 0 |
<p dir="auto">The following throws a very confusing error (pandas 0.13.1):</p>
<p dir="auto">pd.DataFrame([[1,"abc", 1]], columns=["a", "b", "a"]).describe()</p>
<p dir="auto">File "C:\Program Files\Python 3.3.3\lib\site-packages\pandas\core\frame.py", line 3790, in describe<br>
numdata = self._get_numeric_data()<br>
F... | <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="In [88]: idx = pd.Index([1, 2, 3])
In [89]: idx.summary()
Out[89]: 'Int64Index: 3 entries, 1 to 3'"><pre class="notranslate"><span class="pl-v">In</span> [<span class="pl-c1">88</s... | 0 |
<h2 dir="auto">Bug Report</h2>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I would like to work on a fix!</li>
</ul>
<p dir="auto"><strong>Current Behavior</strong><br>
My config is set to <code class="notranslate">>=0.5% in GB<... | <p dir="auto">The only place I saw "I'd like to use JavaScript inside .babelrc is here: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="175603667" data-permission-text="Title is private" data-url="https://github.com/babel/babel/issues/4449" data-hovercard-type="issue" data-hovercard-... | 0 |
<p dir="auto">All the downloadable packages are named "atom.x86_64.rpm" , could you please specify the version in the package names , it will be so helpful</p>
<p dir="auto">Thank you</p> | <p dir="auto">Can we get the version appended to the rpm, deb and dmg packages as they are built.</p>
<p dir="auto">I can't speak to dmg for mac, but it is considered standard practice to include the version and release as part of the filename in rpm and deb packages, especially since atom doesn't update itself and the... | 1 |
<p dir="auto"><code class="notranslate">LoggingProxy.write()</code> currently always returns <code class="notranslate">None</code> (because in Python2 that was the correct return type!)</p>
<p dir="auto">From the <a href="https://docs.python.org/release/3.9.2/library/io.html#io.TextIOBase.write" rel="nofollow">Python d... | <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"> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li>
<li class="task-list-item"><input type="che... | 0 |
<p dir="auto">For certain well-chosen inputs, <code class="notranslate">group_var_float64</code> may return small negative values due to roundoff error. This then interferes with e.g. computing aggregate standard deviations:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" ... | <p dir="auto">I propose adding a pipe method to GroupBy objects, having the same interface as <code class="notranslate">DataFrame.pipe</code>/<code class="notranslate">Series.pipe</code>.</p>
<p dir="auto">The use case is reusing a GroupBy object when doing calculations, see use case example below.</p>
<h2 dir="auto">U... | 0 |
<p dir="auto">0.189.0 crash often......<br>
when I copy text</p> | <p dir="auto">I'm using Atom ver. 0.189.0 on Ubuntu 14.04.2 LTS. When I copy a piece of text in atom and I try to paste it the right-click menu either won't show up or will show up without giving me option to paste. The paste shortcut doesn't work either and it creates issues even if I try to copy and paste text from o... | 1 |
<p dir="auto">Example: <a href="https://github.com/symfony/symfony/blob/v3.1.3/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php#L33">https://github.com/symfony/symfony/blob/v3.1.3/src/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php#L33</a></p>
<p dir=... | <p dir="auto">Hi,</p>
<p dir="auto">I recently upgrade from sf 2.3.9 to 2.3.10 and i'm surprised that elements cannot be removed from collections in forms.</p>
<p dir="auto">But after i debugged the symfony form's core, i found that there's a problem with the method onSubmit in class Symfony\Component\Form\Extension\Co... | 0 |
<p dir="auto">I am using torch1.5 + cuda10, call cuda-function with c++ code and use it in python by pybind.<br>
1、paste my c++ code, name bind_cudevice.cc<br>
2、compile bind_cudevice.cc with my g++ compile code<br>
3、paste my python code named test.py<br>
4、Finally you will see core dump, this core only with cuda10+to... | <h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<p dir="auto">I am using cusolverDn in c++ and import it to python with pybind11.<br>
Segment Fault after use cusolverDnCreate() and cusolverDnDestroy() with torc... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: windows 10
PowerToys version: 0.16.1
PowerToy module for which you are reporting the bug (if applicable): FancyZOnes and Window Walker"><pre class... | <p dir="auto">This issue is to keep track of all the FancyZones bugs related to Virtual Desktops.</p>
<ul dir="auto">
<li><a href="https://github.com/microsoft/PowerToys/issues/645" data-hovercard-type="issue" data-hovercard-url="/microsoft/PowerToys/issues/645/hovercard">Different layouts fight when assigned to differ... | 1 |
<p dir="auto">Is there a reason why allow-env does not support a whitelist?</p>
<p dir="auto">I like the idea of knowing explicitly what environment variables the program can access. Often a program should only be able to access a few variables such as <code class="notranslate">DEBUG</code>.</p>
<p dir="auto">Example i... | <p dir="auto">Currently <code class="notranslate">--allow-env</code> gives program unlimited permission to access any environment variable. It's much strong privilege and there should be more limited permission control for them.</p>
<p dir="auto">Like <code class="notranslate">--allow-net=:9999</code>, how about these?... | 1 |
<p dir="auto">The following code works in requests 2.7.0 but raises an assertion error in 2.8.0:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import requests
session = requests.session()
session.headers.update({'x-api-key': 'blah', "Ac... | <p dir="auto">In version <code class="notranslate">2.7.0</code> I was using <code class="notranslate">Requests</code> constructor with <code class="notranslate">json</code> parameter specified, like:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-conte... | 1 |
<h5 dir="auto">System information (version)</h5>
<h5 dir="auto">Steps to reproduce</h5>
<h5 dir="auto">Issue submission checklist</h5>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I report the issue, it's not a question
</li>
<li... | <h5 dir="auto">System information (version)</h5>
<ul dir="auto">
<li>OpenCV => 4.2.0</li>
<li>Operating System / Platform => Windows 64 Bit</li>
<li>Compiler => Visual Studio 2019</li>
</ul>
<h5 dir="auto">Detailed description</h5>
<p dir="auto">I built and installed OpenCV 4.2.0 from source on Windows follow... | 1 |
<p dir="auto">Previously with the chocolatey based install I was able to open a command prompt and type <code class="notranslate">atom .</code> to open atom in the current folder, and after that command executed, my prompt would simply continue and allow me to do other things in the folder.</p>
<p dir="auto">After the ... | <p dir="auto">After loading 146 I have a problem starting atom. I use <code class="notranslate">atom --dev .</code> in my console and instead of just starting atom it shows debug stuff I'm not familiar with and never returns to a prompt. It runs in the foreground instead of separately. This also happens in safe mode... | 1 |
<p dir="auto">Hello.</p>
<p dir="auto">Thank you for SQLAlchemy! It makes working with DB in Python a dream!</p>
<p dir="auto">I am wondering if I have run into a possible bug. I am getting a funny error when I have ENUMs in my tables in that the <code class="notranslate">before_create</code> statement seems to be igno... | <p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from sqlalchemy import create_engine, event
eng = create_engin... | 1 |
<h3 dir="auto">Describe the workflow you want to enable</h3>
<p dir="auto">Would be cool to have a preprocessor that maps dates (str or unixtime) to its' respective date parts: dayofmonth, dayofweek, hour,etc.</p>
<p dir="auto">There's any reason this is not included in sklearn?<br>
In case not, I could do a PR</p>
<h3... | <h3 dir="auto">Describe the workflow you want to enable</h3>
<p dir="auto">Do we want to add a transformer for pandas datetimes?<br>
We haven't really added much based on pandas yet but this would be a pretty natural thing to add.<br>
You could argue that you can do something like <code class="notranslate">FunctionTran... | 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">main</code> branch of Celery.</li>
<li class="task-list-item"><input t... | <p dir="auto">-I'm using celery Version: 4.1.1</p>
<p dir="auto">In the celery Task I'm using group, chain and chord from celery<br>
To excute the task I need to set the --concurrency=4<br>
everything works fine</p>
<p dir="auto">When I call pytest, using the worker for test (celery_session_worker) to test this task, ... | 0 |
<h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: v1.31.0</li>
<li>Operating System: macOS 13.2.1 Chip Apple M2</li>
<li>Browser: Chromium</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<p dir="auto"><strong>Playwright Server:</strong></p>
<div class="highlight highlight-source-js... | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.32.2]</li>
<li>Operating System: [Windows 10]</li>
<li>Browser: [Firefox]</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-list-item-check... | 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">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... | 1 |
<p dir="auto">I think that bootstrap should include icons on alert messages (errors/warnings/info/etc) by default. Having icons on alert messages would increase WCAG 2.0 (accessibility) across the web. The icons would allow colorblind users to understand messages easier.</p>
<p dir="auto">Drupal had to solve this probl... | <p dir="auto">Bootstrap version 2.3.1<br>
Samsung S3 default android browser<br>
android 4.1.1</p>
<p dir="auto">the <select> looks identical to an <input> -- there's no dropdown "icon" on the right side.. for multiple <select multiple="multiple"> there's no "scrollbar" or content</p>
<p dir="auto">to... | 0 |
<p dir="auto">I don't know what happened</p> | <h2 dir="auto">Bug Report</h2>
<p dir="auto">When i test <code class="notranslate">RuleAlteredJobAPIImpl.stopClusterWriteDB</code> method<br>
<code class="notranslate">lock.tryLock()</code> execute succeed, but the <code class="notranslate">lock.isLocked()</code> return false.</p>
<h3 dir="auto">Which version of Shardi... | 0 |
<p dir="auto">I decided to try and run a node project of mine with the following arguments:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ deno run --node-modules-dir --allow-env --allow-sys ./src/main.ts --ext ts"><pre class="notranslate"><... | <p dir="auto">I have a node module <code class="notranslate">test_node</code> which is locally installed within the deno project into a <code class="notranslate">node_modules</code> folder via:</p>
<p dir="auto"><code class="notranslate">npm install --save ../test_node</code></p>
<p dir="auto">package.json:</p>
<div cl... | 1 |
<p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
bug</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
We are trying to create an external module which will be imported in main app.<br>
Here is the module :</p>
<div class="snippet-clipboard-conten... | <p dir="auto">I want to save a class instance, not just plain object, with <code class="notranslate">useRef</code> hook. And, I dont want to construct it each time hook function is invoked.</p>
<p dir="auto">Is it possible to do that?</p>
<p dir="auto">My thoughts were:</p>
<div class="highlight highlight-source-js not... | 0 |
<h2 dir="auto"><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug</h2>
<p dir="auto">We have a number of machines with Threadripper CPUs, and 2 NVIDIA GPUs, some have 1070ti cards some 1080 some 1080ti and one with titanXp, they all ... | <p dir="auto">I'm having trouble getting multi-gpu via <code class="notranslate">DataParallel</code> across two Tesla K80 GPUs. The code I'm using is a modification of the MNIST example:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import to... | 1 |
<p dir="auto">Due to the way MSYS sandboxes file paths, paths passed to <code class="notranslate">cl.exe</code> are expanded into values which are invalid outside of MSYS.</p> | <p dir="auto">I anticipate a lot of "GEE I WONDER WHY I DIDN'T THINK OF THAT" when newcomers come into the channel asking how to make their types hashable, since the hash trait has some weirdo type signature, and the answer is "Derive this other typeclass you've never heard of before."</p>
<p dir="auto">Why can't we ju... | 0 |
<p dir="auto">Unlike the VS Code installer for Windows, the VS Code uninstaller for Windows is not signed. You can fix this by using the <code class="notranslate">SignTool</code> directive in your Inno Setup script. See <a href="http://www.jrsoftware.org/ishelp/index.php?topic=setup_signtool" rel="nofollow">http://www.... | <p dir="auto">At first, moving lines up and down didn't seem to work at all, but then I found a stranger issue. Notice how line 6 becomes a mix of lines 5 and 7:</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/22350/15774263/c4dca018-297b-11e6-807... | 0 |
<p dir="auto">Edit:<br>
Issue has been exported to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="321564727" data-permission-text="Title is private" data-url="https://github.com/vuejs/vue/issues/8156" data-hovercard-type="issue" data-hovercard-url="/vuejs/vue/issues/8156/hovercard" ... | <h3 dir="auto">Version</h3>
<p dir="auto">2.6.11</p>
<h3 dir="auto">Reproduction link</h3>
<p dir="auto"><a href="https://codesandbox.io/s/epic-neumann-m8hqz" rel="nofollow">https://codesandbox.io/s/epic-neumann-m8hqz</a></p>
<h3 dir="auto">Steps to reproduce</h3>
<p dir="auto">Open link</p>
<h3 dir="auto">What is expe... | 0 |
<p dir="auto">Updated to the latest version of Atom 0.121.0. When opening Atom I am now forced into full screen mode.. Toggling the mode doesn't seem to fix the issue either.</p>
<p dir="auto">Possibly related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="40184034" data-permissi... | <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/7317458/3932689/5819bcd0-246f-11e4-8973-451a17f7685f.png"><img src="https://cloud.githubusercontent.com/assets/7317458/3932689/5819bcd0-246f-11e4-8973-451a17f7685f.png" alt="screenshot_49" style="max-wid... | 1 |
<p dir="auto">In PR <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="331398278" data-permission-text="Title is private" data-url="https://github.com/pytorch/pytorch/issues/8354" data-hovercard-type="pull_request" data-hovercard-url="/pytorch/pytorch/pull/8354/hovercard" href="https://... | <p dir="auto">Currently, <code class="notranslate">final_callbacks_</code> of an autograd engine is a vector shared by all backward passes on this engine. The autograd engine <a href="https://github.com/pytorch/pytorch/blob/936632b120aafd2d12233c1096d9000fe9554b77/torch/csrc/autograd/engine.cpp#L666">clears</a> final ... | 1 |
<p dir="auto">Describe what you were doing when the bug occurred:<br>
1.<br>
2.<br>
3.</p>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.2.0-a8b8ffb89</p>
<p dir="auto">Call stack: at e (chrome-extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:15441... | <p dir="auto">PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE</p>
<p dir="auto">I got this error when I click 'Ranked'.</p>
<hr>
<h2 dir="auto">Please do not remove the text below this line</h2>
<p dir="auto">DevTools version: 4.0.4-3c6a219</p>
<p dir="auto">Call stack: at chrome-extension://fmkadmapgofadopljbjfkapd... | 1 |
<p dir="auto"><a href="http://build.golang.org/log/a9043ae6a94865c40b47c457535a29c01a0f7449" rel="nofollow">http://build.golang.org/log/a9043ae6a94865c40b47c457535a29c01a0f7449</a></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="##### ../misc/c... | <pre class="notranslate">What steps will reproduce the problem?
Try to tokenize valid HTML where CDATA section contains 'tags'
What is the expected output?
No tokenization inside CDATA section is done.
See
<a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#cdata-section-state" rel="... | 0 |
<p dir="auto">The workbench on visual studio online on Azure has a nice power-shell terminal to let user work with their workplace in cloud. Other mature IDE products also have term window in their workbench. That way, user can interactively exec some command without switch between desktop and vscode window.</p> | <p dir="auto">It would be great if vscode has integrated terminal feature refer vim or atom <a href="https://atom.io/packages/term3" rel="nofollow">https://atom.io/packages/term3</a></p>
<p dir="auto">I saw this suggestion pending in uservoice(<a href="https://visualstudio.uservoice.com/forums/293070-visual-studio-code... | 1 |
<h4 dir="auto">Problem description: ".resample" documentation too vague</h4>
<p dir="auto">url: <a href="http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.resample.html" rel="nofollow">http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.resample.html</a></p>
<p dir="auto">e.g.:</... | <p dir="auto">Reference docs (see: <a href="http://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.resample.html" rel="nofollow">http://pandas.pydata.org/pandas-docs/stable/generated/pandas.Series.resample.html</a>):</p>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues?q=is%3Aissue">issues</a> of this repository and believe that this is not a duplicate.</li>
</ul>
<h2 dir="au... | <p dir="auto">Getting this when I try to reference a separate project (<code class="notranslate">repo/b/components/layout.js</code>):</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ModuleParseError: Module parse failed: /path/to/repo/a/node_mo... | 0 |
<p dir="auto">I tried to produce a stand-alone example but couldn't so far. Maybe the answer is already apparent though. This started happening just recently (maybe after updated pandas to 0.17.1) but worked well before. I'm doing a multi-column <code class="notranslate">agg</code> in a groupby. One of the columns is a... | <p dir="auto">Hi all,</p>
<p dir="auto">I've found an inconsistency between pandas 0.17 and 0.16.2 when aggregating on UTC timestamps. Here is a snippet to reproduce the problem:</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content... | 1 |
<h4 dir="auto">Description</h4>
<p dir="auto">Clustering with MiniBatchKMeans produces indexing error.</p>
<p dir="auto">I have a crontab doing some clustering every hour. This error manifests around 4-5 times in a day. I assume the kmeans initialization is stochastic?</p>
<p dir="auto">Unfortunately right now I can't ... | <h4 dir="auto">Description</h4>
<p dir="auto">Fitting a (20242848, 5) numpy array using any more than 4 clusters results in IndexError</p>
<h4 dir="auto">Steps/Code to Reproduce</h4>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="from sklearn.clus... | 1 |
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1705" rel="nofollow">http://projects.scipy.org/scipy/ticket/1705</a> on 2012-07-20 by trac user ale.fener, assigned to unknown.</em></p>
<p dir="auto">Hi all.<br>
I was using the class gaussian_kde with a similar code snippet:</p>
<p dir=... | <p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1181" rel="nofollow">http://projects.scipy.org/scipy/ticket/1181</a> on 2010-05-28 by trac user jakebiesinger, assigned to unknown.</em></p>
<p dir="auto">Creating a gaussian_kde with integer data causes the evaluate function to return al... | 1 |
<p dir="auto">Pulling <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="345798181" data-permission-text="Title is private" data-url="https://github.com/JuliaLang/julia/issues/28356" data-hovercard-type="issue" data-hovercard-url="/JuliaLang/julia/issues/28356/hovercard?comment_id=40929... | <p dir="auto">How the heck does anyone get anything done in Julia 0.6.2 on 64-bit linux (ubuntu 16.04). It takes 22 seconds to load the plotting package <code class="notranslate">Gadfly</code> ??? It's not precompilation time, since it happens even after the package has been precompiled once. If I restart Julia, I <em>... | 0 |
<p dir="auto">Sorry if this is a duplicate, but I didn't find anything...</p>
<p dir="auto">Why does:<br>
<code class="notranslate">ax.xaxis.set_ticks_position('right')</code> set<code class="notranslate">horizontalignment = 'left'</code> for the tick labels?</p>
<div class="snippet-clipboard-content notranslate positi... | <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import matplotlib.pyplot as plt
import matplotlib.axes as maxes
fig = plt.figure()
ax = maxes.Axes(fig, [0.1, 0.1, 0.9, 0.9])
print(fig.get_children())"><pre class="notranslate"><s... | 0 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [19041.330]
PowerToys version: v0.19.0
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run"><pre class="notranslate... | <h1 dir="auto">Summary of the new feature/enhancement</h1>
<p dir="auto">Although the intention of the shortcut guide is pretty great, I feel that the experience of forcing an overlay that covers the entire screen is quite jarring. This comes off as a very obstructive way of finding the shortcuts. I believe that the en... | 0 |
<p dir="auto">IN MICROSOFT FORUM PEOPLE COLABORATE WITH SOLUTIONS IN ALL KIND OF WAYS</p>
<p dir="auto">IN GOOGLE ... "GURUS" CLOSE ISSUE FIRST - DRINK COFFE AND PLAY GAMES AT HOME</p>
<p dir="auto">GOOD LUCK ALPHABET !</p> | <p dir="auto">by <strong>Matthew.Ickstadt</strong>:</p>
<pre class="notranslate">I noticed a TODO in time.go which was still present in 1afdecdd77c1:
type Time struct {
// sec gives the number of seconds elapsed since
// January 1, year 1 00:00:00 UTC.
sec int64
// nsec specifies a non... | 0 |
<h3 dir="auto">Problem description</h3>
<p dir="auto"><em>SelectField</em> fullWidth makes the dropdown wider than the field.<br>
Dropdown works fine without fullWidth.<br>
There may also be an issue with alignment, given how it looks in the docs?</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" ... | <h1 dir="auto">Problem Description</h1>
<ol dir="auto">
<li>Create a Select Field explicitly specifying a width using autoWidth={true} with some MenuItem children</li>
<li>Open the drop down menu, the width of items more than select.</li>
</ol>
<h1 dir="auto">Versions</h1>
<p dir="auto">material-ui - 0.14.4<br>
react 0... | 1 |
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/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 List that must be tightly packed. When I apply <code class="notranslate">dense</code> to it, it works great and displays just as I want. However, when I add it seems to ignore the <code class="notranslate">dense</code> setting.</p>
<ul class="contains-task-list">
<li class="task-list-item"><inp... | 0 |
<p dir="auto">Duplicate of : <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="398702542" data-permission-text="Title is private" data-url="https://github.com/facebook/react/issues/14583" data-hovercard-type="issue" data-hovercard-url="/facebook/react/issues/14583/hovercard" href="http... | <p dir="auto"><strong>Do you want to request a <em>feature</em> or report a <em>bug</em>?</strong><br>
feature(maybe more like a discussion)</p>
<p dir="auto"><strong>What is the current behavior?</strong><br>
Assume that we have one custom hook:</p>
<div class="highlight highlight-source-ts notranslate position-relati... | 0 |
<p dir="auto">If you can provide contextmanger for sns.set_theme ,it will be very convenient for contrel axes theme.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/33288114/111090474-cbf83100-856a-11eb-80cd-cce2341c3603.png"><img src="https://user-images.github... | <p dir="auto">It is not convenient for to set theme for local axes.<br>
<a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/33288114/111060687-c30b4f00-84d9-11eb-9c89-f709983b29d4.png"><img src="https://user-images.githubusercontent.com/33288114/111060687-c30b4f00-84d9-... | 1 |
<h1 dir="auto">Environment</h1>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18363.836
PowerToys version: 0.18.1
PowerToy module for which you are reporting the bug (if applicable): Settings"><pre 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: Microsoft Windows [Version 10.0.18363.836]
PowerToys version: 0.18"><pre class="notranslate"><code class="notranslate">Windows build number: Micro... | 1 |
<p dir="auto">Declaration of Symfony\Bundle\AsseticBundle\Factory\Worker\UseControllerWorker::process() must be compatible with Assetic\Factory\Worker\WorkerInterface::process(Assetic\Asset\AssetInterface $asset, Assetic\Factory\AssetFactory $factory)</p> | <table role="table">
<thead>
<tr>
<th>Q</th>
<th>A</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bug report?</td>
<td>yes</td>
</tr>
<tr>
<td>Feature request?</td>
<td>no</td>
</tr>
<tr>
<td>BC Break report?</td>
<td>no</td>
</tr>
<tr>
<td>RFC?</td>
<td>no</td>
</tr>
<tr>
<td>Symfony version</td>
<td>2.8, 3.x</td>
</tr>
</tbody... | 0 |
<p dir="auto"><strong>TypeScript Version:</strong></p>
<p dir="auto">1.8.9 / (1.9.0-dev.20160409)</p>
<p dir="auto"><strong>Code</strong></p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="/// <reference path="react.d.ts&quo... | <p dir="auto">say I have:</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="class Parent extends React.Component<{children:any}, {}>{
render() {
return <div> {this.props.children}</div>
}
}
class Container extends Reac... | 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 dir="auto">
<li>[ x] I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project.</li>
<li>[ x] I agree to follow the <a href="https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md">Code... | 1 |
<p dir="auto">Hello.</p>
<p dir="auto">I'm trying to make my own camera with blackjack and hookers :)<br>
Doing it mostly by using the source of THREE.FirstPersonCamera and have faced a problem with updating the scene calling:</p>
<div class="highlight highlight-source-js notranslate position-relative overflow-auto" di... | <p dir="auto">Sometimes I get this error.</p>
<p dir="auto">Steps to reproduce the behavior:</p>
<ol dir="auto">
<li>Load a gltf model with r124, Idk</li>
<li>Look into browser console</li>
<li>See error</li>
</ol>
<p dir="auto"><em><strong>Code</strong></em></p>
<div class="highlight highlight-source-js notranslate po... | 0 |
<h3 dir="auto">Apache Airflow version</h3>
<p dir="auto">Other Airflow 2 version (please specify below)</p>
<h3 dir="auto">What happened</h3>
<p dir="auto">I have a three node airflow cluster, after upgrade 2.6.0 from 2.3.4, task can't show log in webui. and when task in running state, i can see log in webui, however, ... | <p dir="auto"><strong>Description</strong></p>
<p dir="auto">The old documentation for <a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139628154" rel="nofollow">First time contributor's</a> should be reviewed and incorporated in <a href="https://airflow.apache.org/blog/" rel="nofollow">Apache ... | 0 |
<p dir="auto">I customized and downloaded bootstrap. The modal backdrop in the customized version is too dark. It is not the behaviour when downloading 3.0 directly</p> | <p dir="auto">Hi!</p>
<p dir="auto">I just generated a customized version and the modal background is totally black (I also generated a version without any change to be sure it wasn't me that caused that):</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/7... | 1 |
<h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project... | <h3 dir="auto">Preflight Checklist</h3>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project... | 1 |
<p dir="auto">When outputting <code class="notranslate">debugger</code> keywords in my code and connecting my IDE to the node debugger it is breaking in the compiled code, not the uncompiled code. Sourcemaps are stripped from custom codes/pages/etc.</p>
<p dir="auto">The commons.js and main.js files follow the sourcema... | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">viewport tag gets duplicated in the browser (there's no custom viewport tag provided).</p>
<h2 dir="auto">To Reproduce</h2>
<p dir="auto">This occurs on our site, but I've noticed that nextns.org has the same issue, so the instructions ar... | 0 |
<p dir="auto">Currently (as of TypeScript 0.9), TypeScript supports overloading on constants, but string constants only.</p>
<p dir="auto">This seems like a slightly arbitrary restriction, although I do agree that strings are the most obvious case where this is necessary. I do think there is (at least) one more case th... | <p dir="auto">For instance, in the following example where we declare the return type as an array type, we go from</p>
<div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="function foo(): blah[] {/**/"><pre class="notranslate"><span class... | 0 |
<h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Feature Idea</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">gce module<br>
gce_metadata module</p>
<h5 dir="auto">ANSIBLE VERSION</h5>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content... | <h5 dir="auto">ISSUE TYPE</h5>
<ul dir="auto">
<li>Feature Request</li>
</ul>
<h5 dir="auto">COMPONENT NAME</h5>
<p dir="auto">module: yum</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.2.0
... | 0 |
<h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">If we use <code class="notranslate">next/dynamic</code> to import components in several files, we experience a flashing "loading..." text when the client mounts.</p>
<p dir="auto">If we only import one place, it works fine.<br>
It also wo... | <h1 dir="auto">Bug report</h1>
<h2 dir="auto">Describe the bug</h2>
<p dir="auto">If we use <code class="notranslate">next/dynamic</code> to import components in several files, we experience a flashing "loading..." text when the client mounts.</p>
<p dir="auto">If we only import one place, it works fine.<br>
It also wo... | 1 |
<h3 dir="auto">Describe the issue:</h3>
<p dir="auto">In a very specific context, numpy incorrectly asserts that <code class="notranslate">0 + 1 == 2</code>!</p>
<h3 dir="auto">Reproduce the code example:</h3>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-sni... | <p dir="auto">First of all, thank you so much for the work on Numpy--an incredible contribution to science and progress.</p>
<h3 dir="auto">Reproducing code example:</h3>
<p dir="auto">Numpy has excellent support for functional programming patterns, and the hundreds of <code class="notranslate">np.*</code> functions I ... | 1 |
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/steamroller#?solution=var%20result%20%3D%20%5B%5D%3B%0Afunction%20steamrollArray%28arr%29%20%7B%0A%20%20%2F%2F%20I'm%20a%20steamroller%2C%20baby%0A%20%20for%28var%20i%20%3D%200%3B%20i%3Carr.length%3B%20i%2B%2B%29%0A%20%20%20%20%7B%0A%20%20%20%20%2... | <h4 dir="auto">Challenge Name</h4>
<p dir="auto">Mainly JavaScript challenges</p>
<h4 dir="auto">Issue Description</h4>
<p dir="auto">We've had many coding issues made on GitHub (a list of some from the past few months: <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="163600609" dat... | 1 |
<p dir="auto">When displaying an image with <code class="notranslate">matshow</code>, the values <code class="notranslate">x,y</code> of the cursor position is displayed. It would be useful to also display the value of the array at this position (tuple for RGB image with imshow).</p> | <p dir="auto">In Matlab, imshow pets you see the data value under the mouse cursor. This would be helpful in Matplotlib. I'm thinking it would go at to bottom of the window where the mouse-position text is.</p>
<p dir="auto">This seems like it should be easy to add. I'm just not sure where I need to look to add it. If ... | 1 |
<p dir="auto">When selecting a new 'Canvas zone' I should, as a user, click on 'edit layout'. However, I am able to click on 'Apply'. The screen closes, but nothing happens and the zone is never created.</p>
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.... | <p dir="auto">If no custom layout exists the entry "create new custom" could be automatically selected.<br>
And instead of the button 'Apply' the button 'Edit selected layout' should be selected.</p>
<h3 dir="auto">Expected behavior</h3>
<p dir="auto">If I switch to "custom Layouts" and there is no Layout exists, the e... | 1 |
<p dir="auto">If I run a test with<br>
<code class="notranslate">shuffle(np.arange(10), random_state=0)</code><br>
<del>I will get a different result when another test was run before.</del><br>
it is more complicated...</p> | <p dir="auto">When I run<br>
<code class="notranslate">nosetests sklearn</code><br>
everything looks fine, If I do<br>
<code class="notranslate">nosetests sklearn/svm/tests/</code><br>
I get an error in <code class="notranslate">test_sparse.py</code>, but when I do<br>
<code class="notranslate">nosetests sklearn/svm/te... | 1 |
<p dir="auto">Hi, i have example of own defined hook which returns always memorized callback <code class="notranslate">setValue</code>:</p>
<p dir="auto"><strong>Problem</strong></p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" const [value, ... | <p dir="auto">Right now only <code class="notranslate">useRef</code> and other first-party hooks are allowed to return a stable result that is not required to be listed in the dependencies array of other hooks.</p>
<p dir="auto">We have the <code class="notranslate">react-hooks/exhaustive-deps</code>' <code class="notr... | 1 |
<h3 dir="auto">Model description</h3>
<p dir="auto">Hi,</p>
<p dir="auto">My name is Alexander, I am writing to you on behalf of Silero, a company maintaining our project <a href="https://github.com/snakers4/silero-models">silero-models</a>.<br>
We noticed that our models are rehosted here - <a href="https://huggingfac... | <p dir="auto">Hi,</p>
<p dir="auto">My name is Alexander, I am writing to you on behalf of Silero, a company maintaining our project <a href="https://github.com/snakers4/silero-models">silero-models</a>.<br>
We noticed that our models are hosted here - <a href="https://huggingface.co/spaces/pytorch/silero_tts" rel="nof... | 1 |
<p dir="auto">On Elasticsearch 1.2.1, running the command</p>
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="PUT /vd-rsa-2014-06-10-17/_settings
{
"index" : {
"cache.filter.expire" : "5m"
}
}"><pre cla... | <p dir="auto">On Elasticsearch 1.2.1, running the command</p>
<p dir="auto">PUT /vd-rsa-2014-06-10-17/_settings<br>
{<br>
"index" : {<br>
"cache.filter.expire" : "5m"<br>
}<br>
}</p>
<p dir="auto">gives mes:</p>
<p dir="auto">{<br>
"error": "ElasticsearchIllegalArgumentException[Can't update non dynamic settings[[index... | 1 |
<p dir="auto">I tried using "keyboard.press(control+shift+k)" in the msedge browser to Duplicate Browser Tabs in the same state, but it gave an error.</p>
<p dir="auto">so Is there any way to Duplicate Browser Tabs. thanks.</p> | <h3 dir="auto">System info</h3>
<ul dir="auto">
<li>Playwright Version: [v1.33.0]</li>
<li>Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.]</li>
<li>Browser: [All, Chromium, Firefox, WebKit]</li>
<li>Other info:</li>
</ul>
<h3 dir="auto">Source code</h3>
<ul class="contains-task-list">
<li class="task-l... | 0 |
<h3 dir="auto">Preflight Checklist</h3>
<ul dir="auto">
<li>[ I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project. ]</li>
<li>[ I agree to follow the <a href="https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md">Code of ... | <ul dir="auto">
<li><strong>Electron Version:</strong><br>
-4.0.4</li>
<li><strong>Operating System:</strong><br>
-Window 10</li>
</ul>
<h3 dir="auto">Expected Behavior</h3>
<p dir="auto">I'm checking for update in every 3 hours. So If update is available I'll create a dialog.showMessageBox popup and it will notify the... | 0 |
<h4 dir="auto">Code Sample, a copy-pastable example if possible</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="data_frame.groupby(pd.TimeGrouper('D', convention='start', key=time_column)).count()
data_frame.groupby([pd.Time... | <h4 dir="auto">Code Sample</h4>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="
>>> df.groupby(pd.Grouper(freq='H')).agg({'value': 'mean'})
timestamp delta_t
2016-06-07 00:00:00 2.729111e+11
2016-06-0... | 1 |
<h1 dir="auto">Bug report</h1>
<p dir="auto"><strong>What is the current behavior?</strong></p>
<p dir="auto">When I click the button to lazy-load a module which was already been prefetched (I can see it in the network tab), another network request for the same module is done.</p>
<p dir="auto"><strong>If the current b... | <p dir="auto">I want to use webpack to bundle unit tests in the test-folder. Therefore I want to search the test-folder for js-files and add these files to the bundle created by webpack. Is it possible to add multiple entry points like <code class="notranslate">.addEntry()</code> in browserify?</p> | 0 |
<p dir="auto">Please go to Stack Overflow for help and support:</p>
<p dir="auto"><a href="https://stackoverflow.com/questions/tagged/keras" rel="nofollow">https://stackoverflow.com/questions/tagged/keras</a></p>
<p dir="auto">If you open a GitHub issue, here is our policy:</p>
<ol dir="auto">
<li>It must be a bug, a f... | <p dir="auto">Currently, Keras builds the computational graph in a <code class="notranslate">top-down</code> fashion. That is, starting from the final output tensor and recursively calling <code class="notranslate">get_output()</code> until reaching the input. This is fine for <code class="notranslate">sequential</code... | 0 |
<p dir="auto"><strong>Apache Airflow version</strong>: <code class="notranslate">2.0.1</code></p>
<p dir="auto"><strong>Kubernetes version (if you are using kubernetes)</strong> (use <code class="notranslate">kubectl version</code>):<br>
<code class="notranslate">Client Version: version.Info{Major:"1", Minor:"18", GitV... | <p dir="auto"><strong>Apache Airflow version</strong>: 2.1.0</p>
<p dir="auto"><strong>What happened</strong>:</p>
<p dir="auto">When I tried to call <code class="notranslate">logging.exception()</code>, the task instances fails.</p>
<div class="highlight highlight-source-python notranslate position-relative overflow-a... | 0 |
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" File "C:\[path]\api\utilities\tokenizers.py", line 4, in <module>
gpt2 = GPT2TokenizerFast.from_pretrained("gpt2")
File "C:\[path]\venv\lib\site-packages\transfo... | <p dir="auto">Just some context, we use <code class="notranslate">TRANSFORMERS_OFFLINE=1</code> in the NeMo CI to ensure we load from the local cache. With the latest transformers version we noticed this bug in our CI!</p>
<h3 dir="auto">System Info</h3>
<ul dir="auto">
<li><code class="notranslate">transformers</code>... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.