text1
stringlengths
0
536k
text2
stringlengths
0
536k
label
int64
0
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=adeveloper" rel="nofollow">Jack Woods</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-7895?redirect=false" rel="nofollow">SPR-7895</a></strong> and commented</p> <p dir="auto">Custom message converters registered w...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=frank" rel="nofollow">Frank Titius</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-2406?redirect=false" rel="nofollow">SPR-2406</a></strong> and commented</p> <p dir="auto">If you try to persist a new object (inser...
0
<p dir="auto">I am having this problem when installing OpenCV3 in a virtual environment--</p> <p dir="auto">[ 23%] Building NVCC (Device) object modules/core/CMakeFiles/cuda_compile.dir/src/cuda/cuda_compile_generated_gpu_mat.cu.o<br> /usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t...
<h3 dir="auto">Please state the information for your system</h3> <ul dir="auto"> <li>OpenCV version: 3.0/3.1/master</li> <li>Host OS: Linux (Ubuntu 16.04)</li> <li>Compiler: GCC 4.7/4.8/4.9/5.0</li> <li>CUDA 7.5 (from synaptic package manager ("nvidia-cuda-toolkit"))</li> </ul> <h3 dir="auto">In which part of the Open...
1
<p dir="auto">Is <a href="https://github.com/golang/go/blob/master/doc/go_spec.html#L2398">this</a> an inside joke? It made me twitch when I read it.</p>
<pre class="notranslate">The language specification has a code example which says 9 is prime: // list of prime numbers primes := []int{2, 3, 5, 7, 9, 11, 13, 17, 19, 991} I'd just fix it, but I have to request approval from work first.</pre>
1
<p dir="auto"><strong>Steps to reproduce and a minimal demo of the problem</strong></p> <ul dir="auto"> <li>Create sibling components in the "component tree" (have a parent component that has multiple components within its template) and give each one of them at least one CSS class in the <code class="notranslate">style...
<p dir="auto">When there are sibling components, one with ViewEncapsulation.Native and the other with ViewEncapsulation.None, the styles that any component stylings are being appended to the shadow root of the one component set to Native.</p> <p dir="auto"><del>Plunker: <a href="http://plnkr.co/edit/huN8xe0S7xH5CUw4B2P...
1
<blockquote> <p dir="auto">electron@1.6.10 postinstall G:\nodejs\electron app\sqljs\node_modules\electron<br> node install.js</p> </blockquote> <p dir="auto">Downloading electron-v1.6.10-win32-x64.zip<br> Error: read ECONNRESET<br> G:\nodejs\electron app\sqljs\node_modules\electron\install.js:47<br> throw err<br> ^</p>...
<ul dir="auto"> <li>electron@1.6.6</li> <li>Windows 10</li> </ul> <h3 dir="auto">Expected behavior</h3> <p dir="auto">Installation with angular 4</p> <h3 dir="auto">Actual behavior</h3> <p dir="auto">Error on Post Install script</p> <h3 dir="auto">How to reproduce</h3> <p dir="auto">ng new project<br> cd project<br> np...
1
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: 10.0.18362.388 Windows Terminal version (if applicable): 0.5.2762.0 Powershell version: PSVersion 5.1.18362.145 ...
<p dir="auto">Windows 10.0.18309 x64</p> <p dir="auto">There is popular font <a href="https://sourceforge.net/projects/terminus-font/files/" rel="nofollow">Terminus</a>. That font does not recognize by windows console, but <a href="http://files.ax86.net/terminus-ttf/" rel="nofollow">ttf fork</a> works ok. Any others so...
0
<p dir="auto">by <strong>hongruiqi</strong>:</p> <pre class="notranslate">What steps will reproduce the problem? http.Handle("/test///a", Handler) And visit <a href="http://localhost/test/%2f/a" rel="nofollow">http://localhost/test/%2f/a</a> What is the expected output? Handler should be called. What do you see inste...
<pre class="notranslate">Here is a test program <a href="http://play.golang.org/p/lROOy0Hekp" rel="nofollow">http://play.golang.org/p/lROOy0Hekp</a> The value 2^120 is exactly represented as a float64. A different, incorrect answer is returned by 8g (0.4779...). The right answer is returned by gccgo on an 64-bit x8...
0
<p dir="auto"><code class="notranslate">GET /{index}/_aliases/{name}</code> is supposed to filter aliases by index and/or by name.</p> <p dir="auto">But if you want to filter only by alias <code class="notranslate">name</code>, it gives you back all indices:</p> <div class="highlight highlight-source-shell notranslate ...
<p dir="auto">While working on removing <code class="notranslate">ImmutableMap</code> and <code class="notranslate">ImmutableSet</code> I've seen a ton of different fun ways to read immutable maps, sets, and lists. If we're willing to use Java 8's function pointer things we could remove lots of duplicated code by creat...
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="In [2]: keys = ['c', 'a', 'b', 'c'] In [3]: tm = pd.DataFrame(index=pd.MultiIndex.from_tuples([('b', 1), ('b', ...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="In [40]: cols = pd.MultiIndex.from_product([['A', 'B', 'C'],[1,2]]) In [41]: df = pd.DataFrame(np.random.randn(5,6), columns=cols) In [42]: df.loc[:, ['B', 'A']] Out[42]: A ...
1
<p dir="auto">The function divides by the entire number of elements and not just batch sample size.<br> For example, using</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="loss_f1 = nn.MSELoss() loss_f2 = nn.MSELoss(size_average=False) x = auto...
<p dir="auto">Setting <code class="notranslate">size_average=False</code> behaves differently for <code class="notranslate">mse_loss</code> than for <code class="notranslate">cross_entropy</code>. For <code class="notranslate">cross_entropy</code>, it multiplies the result by the batch size. For <code class="notranslat...
1
<p dir="auto">hi</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import cv2 cap=cv2.VideoCapture(&quot;set/your/file/here&quot;) w = cap.get(cv2.CAP_PROP_FRAME_WIDTH) cnt = cap.get(cv2.CAP_PROP_FRAME_COUNT) print(&quot;Openc...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.4.1</li> <li>Operating System / Platform =&gt; windows 64</li> <li>Compiler =&gt; visual studio 2017</li> </ul> <h5 dir="auto">Detailed description</h5> <p dir="auto">Trained a model on tensorflow for 2 classes.<br> I'm using the s...
0
<p dir="auto">It looks like in version 3.x !important was added to .hide, the problem with this is that now when you use hide on an element and then try to use jquerys toggle functions the important is taking over and nothing happens. I've gotten around this by doing slideToggle().removeClass('hide'); but it's ugly and...
<p dir="auto">I think this is lazy implementation and it breaks when using <code class="notranslate">$(elem).show()</code> or <code class="notranslate">$(elem).hide()</code> using jQuery since the hide class get more importance since the badly (IMO) use of <code class="notranslate">!important</code>.</p> <p dir="auto">...
1
<p dir="auto">Consider a simplified version of <a href="https://github.com/borisyankov/DefinitelyTyped/blob/8f081073e6cb416f901b272810d8b04d6e01c9e0/nouislider/nouislider.d.ts">the .d.ts file for 'nouislider'</a>:</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data...
<p dir="auto">When using a tsconfig file with no <code class="notranslate">files</code> property all declaration files under node_modules are currently pulled in. This is especially problematic if typescript itself resides under node_modules since you wind up with duplicate identifiers from <code class="notranslate">li...
0
<p dir="auto">Right now you can only dispatch native events to the DOM nodes, but there's not any way to dispatch synthetic events on the Virtual DOM nodes.</p> <p dir="auto">I'd like to be able to dispatch synthetic events, in addition, I'd like a way to define custom event listeners.</p> <h2 dir="auto">Usecase</h2> <...
<p dir="auto">From Twitter: <a href="https://twitter.com/Vjeux/status/569985084524081153" rel="nofollow">https://twitter.com/Vjeux/status/569985084524081153</a></p> <p dir="auto">When using PhantomJS for testing browser interaction, often times what seems to happen is that values get changed directly on the DOM element...
1
<p dir="auto">I tried adding unique keys everywhere but no luck.</p> <p dir="auto">Probably this warning is due to an internal bug? Can you check that you assign unique keys in the iterator for table header contents?</p>
<h2 dir="auto">Summary</h2> <p dir="auto">The <code class="notranslate">title</code> API of Tooltip is clashing with the <code class="notranslate">title</code> of <strong>StandardHtmlAttribute</strong>.</p> <h2 dir="auto">Expected Behavior</h2> <p dir="auto">I expect no error will be thrown by TypeScript compiler wh...
0
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2> <ul dir="auto"> <li>PowerToys version: 0.21.1</li> <li>PowerToy Utility: n/a</li> <li>Running PowerToys as Admin: no</li> <li>Window...
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">The current WPF runner app holds a XAML island with the NavigationView. Ideally the NavigationView would flow into the title bar, like most Windows 10 apps. For this, we'd need to create a custom WPF titlebar.</p> <h1 dir="auto">Proposed technical...
1
<p dir="auto">I have updated my app to the latest beta and now the typography of the title in the AppBar has changed. <a href="https://material-ui-next.com/demos/app-bar/" rel="nofollow">In this demos</a> the title is shown correctly, but if you open them in the code sandbox the title <a href="https://codesandbox.io/s/...
<p dir="auto">When I build a project in production mode JSS generates non-deterministic class names in components views but styles definition is not changed at all.</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have ...
0
<p dir="auto">It would be great to be able to specify the API dir location, please refer to <a href="https://spectrum.chat/next-js/general/next-9-is-there-a-config-option-to-change-where-the-api-dir-is-located~81da11ce-cd38-4fb5-bcda-9e95ee07db14" rel="nofollow">https://spectrum.chat/next-js/general/next-9-is-there-a-c...
<h1 dir="auto">Feature request</h1> <h2 dir="auto">Is your feature request related to a problem? Please describe.</h2> <p dir="auto">Next.js v9.0.0 hard codes the route name of the API path: <code class="notranslate">/api/</code>.</p> <p dir="auto"><a href="https://github.com/zeit/next.js/blob/71f9288a54c32420a18a07035...
1
<p dir="auto">Hello, I am using OS X EL Capitan(10.11.3) and vscode : Version 0.10.8 (0.10.8).<br> Following steps gives me invalid result and code loss:</p> <ol dir="auto"> <li>write few lines of code</li> <li>select those lines (Shift+arrow key)<br> 3.press tab, and you will indent the code.<br> 4.But if you press cm...
<p dir="auto">when I open 0.10.5, it is crashed.</p> <p dir="auto">what I have do:<br> I have deleted the old config folder ~/.vscode<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/5959755/11953028/e053edda-a8d7-11e5-8f76-d50389c5cef6.png"><img width="1028" al...
0
<h1 dir="auto">Bug report</h1> <h2 dir="auto">getInitialProps that with dynamic import, ssr is ok, but have errors in client side</h2> <p dir="auto"><strong>pages/index.js</strong></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import React fr...
<p dir="auto">Following directions to clone and run with-dynamic import and run dev yields following error:</p> <p dir="auto">Module not found: Error: Can't resolve 'react-dom/lib/ReactReconciler' in '/home/terry/myProjects/next/with-dynamic-import/node_modules/next/dist/client'<br> @ ./node_modules/next/dist/client/<a...
0
<h5 dir="auto">Issue Type:</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">Ansible Version:</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.0 (devel 2db3f290ba) last updated 2016/02/24 13:31:18 (GMT +200) lib/ansibl...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">ANSIBLE VERSION</h5> <p dir="auto">2.0.0-0.6.rc1</p> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">service_module</p> <p dir="auto">It was mentioned as became available in ansible 2.0 in doc: <a href="http://docs.ansible.com/ansi...
0
<p dir="auto">Similar to iTerm works, when you cmd+click a URL it opens in the default browser. Likewise, it would also be nice to have an "Open Selection as URL" in the right-click context menu.</p> <p dir="auto">Atom already underlines URLs in every language, so I imagine implementing this would be trivial.</p>
<p dir="auto">I think it's a pretty classic shortcut</p>
1
<p dir="auto">I am unable to build <code class="notranslate">clang</code> on OSX with <code class="notranslate">BUILD_LLVM_CLANG</code> in <code class="notranslate">Make.user</code>:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="cd /Users/kev...
<p dir="auto">This is the standard directory, distributions prefer documentation to go to <code class="notranslate">$(docdir)/julia</code> [1], which defaults to <code class="notranslate">/usr/share/doc/julia</code>. I'll have a look, this is mostly a reminder for myself.</p> <p dir="auto">By the way, by default callin...
0
<p dir="auto">Make sure these boxes are checked before submitting your issue - thank you!</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I have checked the superset logs for python stacktraces and included it here as text if any</...
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/19161243/106393809-0b901100-6434-11eb-91ed-d954de344355.png"><img src="https://user-images.githubusercontent.com/19161243/106393809-0b901100-6434-11eb-91ed-d954de344355.png" alt="123456" style="max-width:...
0
<p dir="auto"><strong>Describe the bug</strong><br> When upgrading from 0.19.0 to 0.19.1, our test suite breaks because <code class="notranslate">nock</code> receives the cors OPTIONS call, which it did not receive before and did not expect. This is a breaking change, and I wouldn't expect the OPTIONS call to be made d...
<p dir="auto"><strong>Describe the bug</strong><br> After upgrading axios from 0.19.0 to 0.19.1 all tests that use nock got broken. They now produce the following error:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Error: Cross origin http:/...
1
<p dir="auto">Using latest next.js relase and a simple hello world index page with 0 dependencies fails to run on heroku with the following error:</p> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="{ Error: Cannot find module '/tmp/...
<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 ...
0
<p dir="auto">Currently, each RESTStorage implementation has its own storage object, which eventually ends up being the same etcd instance for all components.</p> <p dir="auto">We should consider instead having apiserver pass a storage destination into each RESTStorage method. This would make it much more clear how to ...
<p dir="auto">k8s has been working with builds up to yesterday. Today I did a pull, cluster/kube-down.sh, hack/dev-build-and-up.sh</p> <p dir="auto">No apparent errors during build but the "waiting for cluster initialization" never finishes.<br> There are errors in the master apiserver.log, controller-manager.log and...
0
<p dir="auto">This was reported in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1454893304" data-permission-text="Title is private" data-url="https://github.com/denoland/deno/issues/16699" data-hovercard-type="issue" data-hovercard-url="/denoland/deno/issues/16699/hovercard" href=...
<p dir="auto">When running this code</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="Deno.serve(() =&gt; {}, { port: x })"><pre class="notranslate"><span class="pl-smi">Deno</span><span class="pl-kos">.</span><span class="pl-en">...
1
<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...
<p dir="auto">Please answer these questions before submitting your issue. Thanks!<br> 使用DataSourceUtil的编程方式连接数据源</p> <p dir="auto">`<br> <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/configuration/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_ty...
0
<p dir="auto">There is a lack of warning for incorrectly parsed configurations. In this case I set invalid values for the following configurations in elasticsearch.yml :</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# incorrect values because...
<p dir="auto">Currently there is no way of seeing all settings that are enforced. For instance, defaults are not available and settings from the <code class="notranslate">config/elasticsearch.yml</code> are not available.</p> <p dir="auto">Any setting which is different from the default should be returned by these API...
1
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: "^1.34.0"</li> <li>Operating System: Windows 11</li> <li>Browser: Chromium</li> <li>Other info:</li> </ul> <h3 dir="auto">Source code</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="ta...
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: 1.30.0</li> <li>Operating System: Linux (Ubuntu 22.10)</li> <li>Node.js version: 14.21.3</li> <li>Visual Studio Code version: 1.76.2</li> <li>Playwright for VSCode extension version: 1.0.9</li> <li>Browser: Chromium</li> </ul> <h3 dir="auto">Source...
0
<p dir="auto"><strong>Describe the bug</strong><br> SQLAlchemy (on the latest master version) does not place correct parenthesis when using the <code class="notranslate">||</code> operator.</p> <p dir="auto"><strong>Expected behavior</strong></p> <div class="highlight highlight-source-python notranslate position-relati...
<p dir="auto"><strong>Describe the bug</strong></p> <p dir="auto">It seems to me that <code class="notranslate">sqlalchemy</code> does not wrap an SQL expression with brackets when the function <code class="notranslate">type_coerce()</code> is used.</p> <p dir="auto">I have the following query</p> <div class="highligh...
1
<p dir="auto">There is no option to modify the default drawer width in the drawer properties. There is a work around(edit the main file) but it fails on certain screen options. Is there any optimum solution for all screen types.</p>
<p dir="auto">When I open the keyboard in an alertdialog the keyboard overlaps the dialog which is pretty inconvenient as the user can't even see what he is typing.</p>
0
<p dir="auto">If I add the latest version of <strong>rx.TypeScript.DefinitelyTyped</strong> to a new TypeScript project, it doesn't build. I get the following errors:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" C:\Development\Projects\Type...
<p dir="auto">could you please let me know if, there is any existing issues on the below scenario. Else i feel this is something to do with the latest release with @types/express</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox"> I tr...
0
<p dir="auto">Hi, could you update this dependency on the new version?</p> <p dir="auto">Moderate Prototype Pollution<br> Package minimist<br> Patched in &gt;=1.2.3<br> Dependency of webpack-dev-server [dev]<br> Path webpack-dev-server &gt; chokidar &gt; fsevents &gt; node-pre-gyp &g...
<h1 dir="auto">Bug report</h1> <p dir="auto">webpack currently depends on the old 0.5.1 version of "mkdirp" which depends on old vulnerable minimist package. The 0.5.x line of mkdirp from the original author is not developed any further and maintenance of this package was taken over by isaacs with the new 1.x versions....
1
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=cbeams" rel="nofollow">Chris Beams</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3879?redirect=false" rel="nofollow">SPR-3879</a></strong> and commented</p> <p dir="auto">Disclaimer: This may actually be an Aspec...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=astefan" rel="nofollow">Andrei Stefan</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3556?redirect=false" rel="nofollow">SPR-3556</a></strong> and commented</p> <p dir="auto">I made two tests:</p> <ul dir="auto"> ...
1
<p dir="auto">I am testing out the v1.1.0 tag and built a hyperkube binary. However, running it with no arguments is producing:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="_output/local/go/bin/hyperkube W0930 17:57:47.051620 714 server...
<p dir="auto"><strong>Is this a request for help?</strong> (If yes, you should use our troubleshooting guide and community support channels, see <a href="http://kubernetes.io/docs/troubleshooting/" rel="nofollow">http://kubernetes.io/docs/troubleshooting/</a>.):</p> <p dir="auto"><strong>What keywords did you search in...
0
<p dir="auto"><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/sshleifer/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/sshleifer">@sshleifer</a> - sorry to ping you here on this. Would be amazing if you find some...
<h1 dir="auto"><g-emoji class="g-emoji" alias="rocket" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f680.png">🚀</g-emoji> Feature request</h1> <p dir="auto"><strong>There should be indexes in the output of the grouped entity NER pipeline</strong></p> <p dir="auto">The standard NER pipelin...
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ ] bug report =&gt; search github for a similar issue or PR before submitting [x ] feature request [ ] support request =&gt; Please do not submit support request here, instead see https://github.com/...
<h3 dir="auto">Bug Report or Feature Request (mark with an <code class="notranslate">x</code>)</h3> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="- [ ] bug report -&gt; please search issues before submitting - [X] feature request"><pre class="not...
1
<p dir="auto">This (bogus) piece of code seems to cause ICE:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="pub struct Foo { x: usize } fn main() { static mut FOO: *mut Foo = 0 as *mut Foo; let _foo = unsafe { *FOO.cl...
<p dir="auto">Input:</p> <div class="highlight highlight-source-rust notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="struct T(u8); fn t() -&gt; *mut T { unsafe { 0u8 as *mut T } } fn main() { let a = unsafe { *t() }; }"><pre class="notranslate"><span class="pl-k">s...
1
<p dir="auto">When I run the latest master branch with docker-compose.yml, then I login as admin with password admin. But once I login, there is just a close button and I can see the following error in one of the container.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snip...
<p dir="auto">Reviewing the documentation and example PRs for how to add a new visualisation, I have followed those steps as closely as possible (apart from some folders which seem to have been moved). When adding the new visualiation to a dashboard, I get the following error:</p> <div class="snippet-clipboard-content ...
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"><em>What is the expected behavior of the proposed feature? What is the scenario this would be used?</em></p> ...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run &quot;ver&quot; at a command prompt] PowerToys version: 0.16 PowerToy module for which you are reporting the bug (if applicable): General"><p...
0
<p dir="auto">See discussion here:<br> <a href="http://stackoverflow.com/questions/16999586/matplotlib-wont-plot-line-of-same-x-values/17000144?noredirect=1#comment24658630_17000144" rel="nofollow">http://stackoverflow.com/questions/16999586/matplotlib-wont-plot-line-of-same-x-values/17000144?noredirect=1#comment246586...
<p dir="auto">Perfectly horizontal or vertical lines do not show up in svgs on my machine. Could be an issue with my specific setup, I am curious if anyone else can reproduce the issue.</p> <p dir="auto">Here is the code that causes the bug for me:</p> <p dir="auto">import pylab as plt<br> plt.plot([-1,1],[1,1]) #perfe...
1
<p dir="auto">Hi</p> <p dir="auto">a bunch of examples seem to be missing <code class="notranslate">import numpy as np</code>. At least for me they throw <code class="notranslate">NameError: name 'np' is not defined</code>.</p> <p dir="auto">Following examples seem to be missing <code class="notranslate">import numpy a...
<p dir="auto">It is not really a bug but an issue of typical int32 overflow.<br> Below is an image, which, if converted to a numpy matrix is int32 and the scipy center of mass function delivers coordinates outside the grid, which is wrong. This happens, because in scipy:<br> <code class="notranslate">normalizer = sum(i...
0
<p dir="auto">Chrome for Mac. Taken from <a href="http://localhost:9001/examples/justified-nav/" rel="nofollow">http://localhost:9001/examples/justified-nav/</a></p> <p dir="auto">Start large screen, go small, then go large again. Also tested on Safari, where it's also an issue.</p> <p dir="auto"><a target="_blank" rel...
<p dir="auto">The justified nav example (<a href="http://getbootstrap.com/examples/justified-nav" rel="nofollow">http://getbootstrap.com/examples/justified-nav</a>) collapses perfectly when the screen is narrowed, but when the screen is expanded it get wonky.<br> <a target="_blank" rel="noopener noreferrer nofollow" hr...
1
<p dir="auto">(k8s 1.1.4)</p> <p dir="auto">After restarting my master server components, 2 out of 5 of my DaemonSet pods were terminated (why?) and never recreated. It seems like all <code class="notranslate">ds</code> pods were requeued during this event, however the IDs of the currently running pods do not even matc...
<p dir="auto"><a href="https://travis-ci.org/GoogleCloudPlatform/kubernetes/jobs/69776608" rel="nofollow">https://travis-ci.org/GoogleCloudPlatform/kubernetes/jobs/69776608</a></p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="panic: test timed o...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=mos" rel="nofollow">Mos</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6410?redirect=false" rel="nofollow">SPR-6410</a></strong> and commented</p> <p dir="auto">Please check <a href="http://forum.springsource.org/...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=glyn" rel="nofollow">Glyn Normington</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-8903?redirect=false" rel="nofollow">SPR-8903</a></strong> and commented</p> <p dir="auto">The planned implementation of <a class=...
0
<p dir="auto">Got error messages if don't access the body data in POST route. And I guess lost connection.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="127.0.0.1 - - [12/Apr/2022 00:39:05] &quot;POST /good HTTP/1.1&quot; 200 - 127.0.0.1 - - ...
<p dir="auto">With the following example:</p> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from flask import Flask app = Flask(__name__) @app.route('/', methods=['POST']) def hello_world(): return 'Hello World!' if __...
1
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; 3.4 branch ( <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/opencv/opencv/commit/0101fa789cde6c03bc58288a56e1d6ce7175cd48/hovercard" href="https://github.com/opencv/opencv/commit/0101fa789cde6c...
<h5 dir="auto">System information (version)</h5> <ul dir="auto"> <li>OpenCV =&gt; recent 3.4 ( <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/opencv/opencv/commit/c2096771cb705097d2203146838bf4ff71a9c774/hovercard" href="https://github.com/opencv/opencv/commit/c2096771cb7050...
0
<p dir="auto">As described in the gitter.im channel <a href="https://gitter.im/babel/babel?at=55243a3438224c543c15dbc4" rel="nofollow">7. April 2015 16:12 Uhr</a> ...<br> Summary:<br> The <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/annotation/hovercard" data-octo-cli...
<p dir="auto">Consider this test case:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="import {Async} from '../'; @Async export default class App extends React.Component { } @Async class Nested extends React.Component { }"><pre class="notrans...
1
<p dir="auto">Issue <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="208225279" data-permission-text="Title is private" data-url="https://github.com/electron/electron/issues/8703" data-hovercard-type="issue" data-hovercard-url="/electron/electron/issues/8703/hovercard" href="https://g...
<ul dir="auto"> <li>Electron version: 1.4.15</li> <li>Operating system: macOS Sierra, Windows 10</li> </ul> <h3 dir="auto">Expected behavior</h3> <p dir="auto">Top level menu items should be hidden when the <code class="notranslate">visible</code> property is false and not be clickable when <code class="notranslate">en...
1
<p dir="auto">I setup a global keyboard shortcut as command+space:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" globalShortcut.register('CommandOrControl+Space', function(){ mainWindow.show() })"><pre class="notranslate"><code class="not...
<h3 dir="auto">Preflight Checklist</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have read the <a href="https://github.com/electron/electron/blob/master/CONTRIBUTING.md">Contributing Guidelines</a> for this project...
0
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: Microsoft Windows [Version 10.0.18362.295] Windows Terminal version (if applicable):Windows Terminal (Preview) Version: 0.5.2661.0 Any other soft...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [版本 10.0.18362.239] Windows Terminal version (if applicable):Windows Terminal (Preview) Version: 0.2.1831.0 (Microsoft Store build) Any other sof...
0
<p dir="auto"><a href="https://groups.google.com/forum/#!topic/julia-users/8S41r1KjdC4" rel="nofollow">https://groups.google.com/forum/#!topic/julia-users/8S41r1KjdC4</a></p> <p dir="auto">How about not emitting this warning in the case where the variable name used twice is <code class="notranslate">_</code>? I'm not p...
<p dir="auto">It'd be convenient to have a designated dummy variable <code class="notranslate">_</code> (actually keyword), which would simply ignore everything stored into it. For example, you often want to deconstruct tuples like so</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto...
1
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>TensorFlow installed from: <code class="notranslate">pip</code></li> <li>TensorFlow version: <code class="notranslate">tf-nightly-2.0-preview-2.0.0.dev20190513</code></li> <li>Python version: 3.6.7</li> </ul> <p dir="auto"><strong>Describe the cu...
<p dir="auto"><strong>System information</strong></p> <ul dir="auto"> <li>Have I written custom code (as opposed to using a stock example script provided in TensorFlow): <strong>YES</strong></li> <li>OS Platform and Distribution (e.g., Linux Ubuntu 16.04): <strong>Linux Debian Stable</strong></li> <li>Mobile device (e....
1
<p dir="auto">I'm using react 14.3, babel 6.0.15 and react test utils addon 0.14.6 . Jasmine 2.3 is my testing framework of choice.</p> <p dir="auto">It seems as though any stateless function component cannot be tested by TestUtils.renderIntoComponent or TestUtils.createRenderer().render(). Either returns null when ren...
<p dir="auto">In <a href="https://github.com/facebook/react/blob/master/src/shared/utils/PooledClass.js#L18">PooledClass.js</a> we have some static poolers based on the number of arguments &amp; the comment specifies <code class="notranslate">it's not made dynamic so we don't have to use arguments.</code></p> <p dir="a...
0
<blockquote> <p dir="auto">Issue originally made by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/ekaradon/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ekaradon">@ekaradon</a></p> </blockquote> <h3 dir="auto"...
<h3 dir="auto">Input Code</h3> <div class="highlight highlight-source-js notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import React from 'react' import ReactDOM from 'react-dom' const GrandChildComp = ({ text }) =&gt; &lt;p&gt;{text}&lt;/p&gt; const ChildComp = ({ text }...
1
<p dir="auto">integration test for consul registry and some logic to fix in consul registry</p> <ul dir="auto"> <li>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>I have checked the <a href="https://github.c...
<p dir="auto">The <code class="notranslate">Dubbo version</code> report to registry is 2.0.1 after dubbo 2.5.9 and 2.5.10.</p> <p dir="auto">It should be the same as the dubbo version i think.</p>
0
<ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have searched the <a href="https://github.com/zeit/next.js/issues?q=is%3Aissue">issues</a> of this repository and believe that this is not a duplicate.</li> </ul> <h2 dir="au...
<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 ...
0
<p dir="auto">I've been getting this problem for about 2 versions or more:<br> <a href="https://www.dropbox.com/s/0yiq384ihyqul5l/atom_bug.mov?dl=0" rel="nofollow">https://www.dropbox.com/s/0yiq384ihyqul5l/atom_bug.mov?dl=0</a></p> <p dir="auto">Please could you look into it and try fixing it?</p> <p dir="auto">The fil...
<p dir="auto">I'm trying to remove files/dirs using sidebar, Atom asks if I want to move them to Trash and then nothing happens (files stay in the sidebar and on the disk).</p> <p dir="auto">This is valid only for files on a network partition, everything is ok with local ones</p> <p dir="auto">Version: 0.123</p>
1
<p dir="auto"><code class="notranslate">python tests/lax_numpy_indexing_test.py --num_generated_cases=1</code> on Python 3.7 (fresh Anaconda install on a macOS 10.13.6). Numpy version 1.15.4.</p>
<h3 dir="auto">Description</h3> <p dir="auto">Error message when importing jax. How can I solve it?<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/50226927/229987382-9951175c-51c4-4338-8d9d-4cc0111424f0.png"><img width="879" alt="image" src="https://user-images...
0
<p dir="auto">glide load cache image in SamsungNote2 ,image view always appear light green background.<br> glide version is 3.6.1<br> <a target="_blank" rel="noopener noreferrer" href=""><img src="" alt="Uploading photo.jpg…" style="max-width: 100%;"></a></p>
<p dir="auto">This is the original image:<br> <a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/784063/8439742/bbe02ae8-1f22-11e5-8676-c7a1d525782d.jpg"><img src="https://cloud.githubusercontent.com/assets/784063/8439742/bbe02ae8-1f22-11e5-8676-c7a1d525782d.jpg" alt=...
1
<p dir="auto">I've run into an issue where creating a RectangleSelector prevents ax.axis('tight') from working properly. I've discovered that when the selector is created, it creates new line objects near coordinate (0,0) on the plot. Though not visible, the axis('tight') respects their presence and will not collapse...
<h3 dir="auto">Bug report</h3> <p dir="auto"><strong>Bug summary</strong></p> <p dir="auto">RectangleSelector:</p> <ol dir="auto"> <li>Modifies <code class="notranslate">dataLim</code></li> <li>This modification seemingly cannot be reverted by removing the patch, or by modifying the patch properties</li> </ol> <p dir="...
1
<p dir="auto"><strong>Apologies if this is a duplicate - I was unable to find anything related after a few searches - if it is then please feel free to remove without any warning!</strong></p> <h1 dir="auto">Description of the new feature/enhancement</h1> <p dir="auto">Currently in Windows 10, the only way to open the ...
<h1 dir="auto">Environment</h1> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd] `Microsoft Windows [Version 10.0.18999.1]` Windows Terminal version (if applic...
0
<h1 dir="auto">Summary of the new feature/enhancement</h1> <p dir="auto">The ability to override the theme that is used for PowerToys Run. Currently it's only possible to do this in the OS settings.</p> <h1 dir="auto">Proposed technical implementation details (optional)</h1> <p dir="auto">In terms of UX, very similar t...
<p dir="auto"><strong>crutkas:</strong></p> <p dir="auto">Should have setting to force theme setting like we do for others.</p> <hr> <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 feat...
1
<h2 dir="auto"><g-emoji class="g-emoji" alias="information_source" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/2139.png">ℹ</g-emoji> Computer information</h2> <ul dir="auto"> <li>PowerToys version: 0.20.0</li> <li>Running PowerToys as Admin: yes</li> <li>Windows build number: [run "winver"]...
<p dir="auto">Popup tells me to give y'all this.</p> <p dir="auto"><a href="https://github.com/microsoft/PowerToys/files/5009460/2020-07-31.txt">2020-07-31.txt</a></p> <p dir="auto">Version: 1.0.0<br> OS Version: Microsoft Windows NT 10.0.19041.0<br> IntPtr Length: 8<br> x64: True<br> Date: 07/31/2020 17:29:59<br> Exce...
1
<p dir="auto">I use <code class="notranslate">Depends()</code> to populate model from query parameters. Recently noticed, that dependency resolving somehow ignores pydantic model configuration. According to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="623996371" data-permission-te...
<h3 dir="auto">First check</h3> <ul dir="auto"> <li>[ x] I added a very descriptive title to this issue.</li> <li>[ x] I used the GitHub search to find a similar issue and didn't find it.</li> <li>[ x] I searched the FastAPI documentation, with the integrated search.</li> <li>[ x] I already searched in Google "How to X...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=el_schalo" rel="nofollow">Alexander Schäl</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-6480?redirect=false" rel="nofollow">SPR-6480</a></strong> and commented</p> <p dir="auto">When started via Java6 WebStart, t...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=astefan" rel="nofollow">Andrei Stefan</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-3391?redirect=false" rel="nofollow">SPR-3391</a></strong> and commented</p> <p dir="auto">Using this configuration:<br> &lt;bean...
0
<h1 dir="auto">Problem description</h1> <p dir="auto">Running the deno coverage command against the coverage report of code that printed any unicode character will lead to a panic.</p> <h1 dir="auto">Steps to reproduce</h1> <p dir="auto">Create a sample file that prints any unicode character, e.g. <code class="notransl...
<p dir="auto">Hi, I am having an issue where the output of <code class="notranslate">deno coverage</code> appears inaccurate. I was able to narrow it down to a minimal example; instructions below. I hope it is reproducible. The problem goes away if the emojis or the unused function <code class="notranslate">h</code> ar...
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"> 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...
<h1 dir="auto">Checklist</h1> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I have verified that the issue exists against the <code class="notranslate">master</code> branch of Celery.</li> <li class="task-list-item"><inpu...
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> <li>Feature Idea</li> <li>Documentation Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">user module</p> <h5 dir="auto">SUMMARY</h5> <p dir="auto">I have a playbook to create a local user, but when I ran this playbook for two servers,...
<h5 dir="auto">Issue Type:</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">Ansible Version:</h5> <p dir="auto">master</p> <h5 dir="auto">Environment:</h5> <p dir="auto">N/A</p> <h5 dir="auto">Summary:</h5> <p dir="auto">If a role dependency is skipped, via:</p> <div class="highlight highlight-source-yaml notranslate p...
0
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=jan_goyvaerts" rel="nofollow">Jan Goyvaerts</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-9087?redirect=false" rel="nofollow">SPR-9087</a></strong> and commented</p> <p dir="auto">I have a classic JPA configurati...
<p dir="auto"><strong><a href="https://jira.spring.io/secure/ViewProfile.jspa?name=marschall" rel="nofollow">Philippe Marschall</a></strong> opened <strong><a href="https://jira.spring.io/browse/SPR-10588?redirect=false" rel="nofollow">SPR-10588</a></strong> and commented</p> <p dir="auto">There currently is an Ehcache...
1
<p dir="auto">I am using FireFox 22.0 and Chrome 27.0.1453.110.</p> <p dir="auto">For example, in this page, <a href="http://twitter.github.io/bootstrap/getting-started/" rel="nofollow">http://twitter.github.io/bootstrap/getting-started/</a></p> <p dir="auto">If I hit "License FAQs" on the sidebar in Chrome, the page w...
<p dir="auto">You cannot access on any left-side menu link with Firefox.</p> <p dir="auto">Tested with Firefox 22.0 on Mac</p>
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 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 checked the <a href="https://github.com/celery/celery/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+">issues lis...
0
<h3 dir="auto">Describe the issue:</h3> <p dir="auto">Failed building wheel for numpy 1.23.1 on termux.<br> numpy 1.22.0 installed successfully.</p> <h3 dir="auto">Reproduce the code example:</h3> <div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboar...
<h3 dir="auto">Issue with current documentation:</h3> <p dir="auto">Current parameters <a href="https://numpy.org/doc/stable/reference/generated/numpy.where.html" rel="nofollow">are listed as</a>:</p> <p dir="auto">numpy.where(condition, [x, y, ]/)</p> <p dir="auto">However, the function expects (condition, x, y) where...
0
<p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://cloud.githubusercontent.com/assets/14199479/9769438/d0b499ea-56ef-11e5-8260-a057c9d726e5.png"><img src="https://cloud.githubusercontent.com/assets/14199479/9769438/d0b499ea-56ef-11e5-8260-a057c9d726e5.png" alt="firefox_screenshot_2015-09-...
<h4 dir="auto">Symmetric Differences</h4> <p dir="auto"><a href="https://www.freecodecamp.com/challenges/symmetric-difference" rel="nofollow">https://www.freecodecamp.com/challenges/symmetric-difference</a></p> <h4 dir="auto">Issue Description</h4> <p dir="auto">Test 5, 7, 9 pass but 6, 8, and 10 do not.<br> <a target=...
0
<h3 dir="auto">What happened</h3> <p dir="auto">When entering a conn_id in the Connections section, there is currently no form validation in place. This allows users to input a conn_id with a space at the end for example, which results in errors when running tasks. The error message displayed states that the connection...
<h3 dir="auto">Description</h3> <p dir="auto">I bumped into a bug where a connection id was suffixed with a whitespace e.g. "myconn ". When referencing the connection id "myconn" (without whitespace), you get a connection not found error.</p> <p dir="auto">To avoid such human errors, I suggest restricting the character...
1
<p dir="auto">Update to v6.1.4, require("babel-core/register") is not work:<br> Error: Cannot find module 'babel-runtime/helpers/interop-require-default'<br> at Function.Module._resolveFilename (module.js:337:15)<br> at Function.Module._load (module.js:287:25)<br> at Module.require (module.js:366:17)<br> at require (mo...
<p dir="auto">I'm using the latest everything:<br> NodeJS 5.0.0<br> NPM 3.3.12<br> babel-runtime 6.1.4<br> babel-register 6.1.4</p> <p dir="auto">when running anything with <code class="notranslate">babel-node</code> I get the following errors:</p> <div class="snippet-clipboard-content notranslate position-relative ove...
1
<h3 dir="auto">System info</h3> <ul dir="auto"> <li>Playwright Version: [v1.33]</li> <li>Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.]</li> <li>Browser: [All, Chromium, Firefox, WebKit]</li> <li>Other info: Typo in Documentation</li> </ul> <h3 dir="auto">Source code</h3> <p dir="auto">The code for us...
<p dir="auto">We are in the process of converting our tests from TestCafe to Playwright. We have a test the uses an api to get a password rest email. The response is an html page for the password reset. The api works properly in TestCafe and Postman but returns &lt;Buffer 5b 5d&gt; in Playwright. I tried .body(), .text...
0
<h5 dir="auto">ISSUE TYPE</h5> <p dir="auto">Bug Report</p> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ec2_group integration test</p> <h5 dir="auto">ANSIBLE VERSION</h5> <p dir="auto">2.5</p> <h5 dir="auto">CONFIGURATION</h5> <p dir="auto">N/A</p> <h5 dir="auto">OS / ENVIRONMENT</h5> <p dir="auto">Shippable</p> <...
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">core</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ansible 2.1.0.0 (detached HEAD 5...
0
<p dir="auto">When the example from the docs <a href="http://penguinwebdevelopment.com/bootstrap-3-docs/components.html#navbar-responsive" rel="nofollow">http://penguinwebdevelopment.com/bootstrap-3-docs/components.html#navbar-responsive</a> is collapsed (i.e. minimizing window width) to the size for phones (when the t...
<p dir="auto"><a href="http://bootply.com/render/64786" rel="nofollow">http://bootply.com/render/64786</a></p> <p dir="auto">When you collapse the navbar at the above example link then the bottom most dropdown sub-menu is hidden when clicked to view the dropdown. Tested on Google Chrome desktop and Ios Safari mobile.</...
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: v0.18.1 PowerToy module for which you are reporting the bug (if applicable): FancyZones"><pre class="notranslate...
<p dir="auto">If I have vertical taskbar setup, fancy zones sometimes gets the edge of the screen wrong so that my zones don't take up the full screen. Even if I edit the zone after changing taskbar status.</p> <p dir="auto">Thanks folks. Chris</p>
0
<h5 dir="auto">ISSUE TYPE</h5> <ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">ansible-vault<br> ansible-playbook</p> <h5 dir="auto">ANSIBLE VERSION</h5> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="ans...
<ul dir="auto"> <li>Bug Report</li> </ul> <h5 dir="auto">COMPONENT NAME</h5> <p dir="auto">Ansible Version: ansible 2.2.0.0<br> Cofiguration: ansible.cfg(in present directory)</p> <p dir="auto">OS: Ubuntu 14.04 LTS</p> <p dir="auto">ansible-playbook not able to decrypt the files which encrypted with ansible 2.1.0.0 &a...
1
<p dir="auto">Challenge <a href="https://www.freecodecamp.com/challenges/factorialize-a-number#?solution=var%20total%20%3D%201%3B%0Afunction%20factorialize%28num%29%20%7B%0A%20%20for%20%28var%20i%3D0%3B%20i%3Cnum%3B%20i%2B%2B%29%7B%0A%20%20%20%20total%20%3D%20total%20*%20%28num%20-%20i%29%3B%0A%20%20%7D%0A%20%20return%...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/waypoint-sift-through-text-with-regular-expressions" rel="nofollow">http://www.freecodecamp.com/challenges/waypoint-sift-through-text-with-regular-expressions</a> has an issue. Please describe how to reproduce it, and include links to screenshots i...
0
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p> <p dir="auto">because we don't include the parentmapper annotation in the _optimized_compare():</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" ...
<p dir="auto"><strong>Migrated issue, originally created by Michael Bayer (<a href="https://github.com/zzzeek">@zzzeek</a>)</strong></p> <p dir="auto">this is related to <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="384633460" data-permission-text="Title is private" data-url="https...
1
<p dir="auto">Hello,</p> <p dir="auto">It would be nice to have the possibility to do parallel processing using <code class="notranslate">joblib</code> when applying something to a groupby. I'm dreaming about a <code class="notranslate">parallel</code> optional argument which defaults to <code class="notranslate">False...
<p dir="auto">xref <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="24587639" data-permission-text="Title is private" data-url="https://github.com/pandas-dev/pandas/issues/5751" data-hovercard-type="issue" data-hovercard-url="/pandas-dev/pandas/issues/5751/hovercard" href="https://git...
1
<p dir="auto"><strong>Migrated issue, originally created by NotTheEvilOne (<a href="https://github.com/NotTheEvilOne">@NotTheEvilOne</a>)</strong></p> <p dir="auto">Hi,</p> <p dir="auto">the "autoflush" feature triggers an error in SQLAlchemy 0.9.6.</p> <div class="snippet-clipboard-content notranslate position-relativ...
<p dir="auto"><strong>Migrated issue, originally created by Anonymous</strong></p> <p dir="auto">With such scheme:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="exportables = sa.Table( 't_exportable', meta, sa.Column('object_id', Orac...
0
<p dir="auto">After installing matplotlib I tried importing pyplot but got the error message below:</p> <p dir="auto"><code class="notranslate">**RuntimeError**: Python is not installed as a framework. The Mac OS X backend will not be able to function correctly if Python is not installed as a framework. See the Python ...
<p dir="auto">As reported on the mailing list thread "missing ticks in inverted log axis", it seems that the setup.py script favors the Framework Tcl/Tk when building the tkagg extension.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="elif sys...
1
<h1 dir="auto">Detail</h1> <p dir="auto">When I run script, Deno always panics.</p> <div class="highlight highlight-source-ts notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="import $ from &quot;https://deno.land/x/dax@0.17.0/mod.ts&quot;; const cmds = []; for (let i = 0; i ...
<p dir="auto">How to use http2 protocol client and server in deno?</p>
0
<p dir="auto">I have found a bug in pure Go resolver that causes Dial to fail even though correct responses are returned from the server. This problem manifested itself as a failure when trying to search for docker images in docker 1.9.1 built on go1.4.3:</p> <div class="snippet-clipboard-content notranslate position-r...
<pre class="notranslate"><a href="https://golang.org/issue/6336" rel="nofollow">issue #6336</a> unveiled that we need minimum DNS transport support in build-in DNS resolver for when we cannot rely on underlying stuff such as libc. For now, looks like EDNS0 is the only missing piece.</pre>
1
<p dir="auto"><em>Original ticket <a href="http://projects.scipy.org/scipy/ticket/1520" rel="nofollow">http://projects.scipy.org/scipy/ticket/1520</a> on 2011-09-15 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/stefanv/hovercard" data-octo-click="hovercard-link-click" data...
<p dir="auto">This already includes the mailmap updates currently in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="898898589" data-permission-text="Title is private" data-url="https://github.com/scipy/scipy/issues/14110" data-hovercard-type="pull_request" data-hovercard-url="/scipy...
0
<h3 dir="auto">First Check</h3> <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-c...
<p dir="auto"><a href="https://github.com/tortoise/tortoise-orm">https://github.com/tortoise/tortoise-orm</a></p>
0
<p dir="auto">Traceback (most recent call last):<br> File "/usr/local/lib/python2.7/dist-packages/scrapy/core/downloader/middleware.py", line 43, in process_request<br> defer.returnValue((yield download_func(request=request,spider=spider)))<br> ValueError: invalid hostname: advisors-dev-mra-2333_profile_update.swarm.cx...
<p dir="auto">I have url with invalid hostname - it does not match IDNA standards. Scrapy fails with that.</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="scrapy fetch &quot;https://mediaworld_it_api2.frosmo.com/?method=products&amp;products=[%...
1
<h3 dir="auto">First check</h3> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> I used the GitHub search to find a similar issue and didn't find it.</li> <li class="task-list-item"><input type="checkbox" id="" disabled="" cl...
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" dir="auto" data-snippet-clipboard-copy-content="from fastapi import FastAPI, Query app = FastAPI() @app.get('/sprints/') async def get_sprints(userID: int, numOfSprints: int = Query(..., ge=1, lt=100)): [...] return ans...
0
<p dir="auto">I defined a class:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="export class TCommand&lt;TSender, TParam, TThis&gt; { }"><pre class="notranslate"><code class="notranslate">export class TCommand&lt;TSender, TParam, TThis&gt; {...
<p dir="auto">Currently a type aliased class <a href="https://github.com/Microsoft/TypeScript/issues/2552" data-hovercard-type="issue" data-hovercard-url="/microsoft/TypeScript/issues/2552/hovercard">cannot be instantiated</a>. Also there is no way to alias a <a href="https://github.com/Microsoft/TypeScript/issues/1616...
1
<p dir="auto">Hi<br> I need to pretrain the bert on one dataset and finetune it then on other datasets, so basically<br> removing classifier from first part and substitute it with a new one with the specific number of<br> labels, currently with current codes, it will be error to do it when loading pretrained model,<br>...
<p dir="auto">I am using the following version of transformer, datasets and huggingface_hub.</p> <p dir="auto"><a target="_blank" rel="noopener noreferrer nofollow" href="https://user-images.githubusercontent.com/77198742/232941383-cc398bb4-88c0-4a12-9ff1-c59f8c5aa1a6.png"><img src="https://user-images.githubuserconten...
0
<p dir="auto">Challenge [Change the Font Size of an Element]</p> <p dir="auto"><strong>Do not add a class attribute to the second p element, without removing it from the first one</strong></p> <p dir="auto">Countless members in chat read this as moving the class attribute from one </p><p dir="auto"> to the other. Just ...
<p dir="auto">Challenge <a href="http://www.freecodecamp.com/challenges/change-the-font-size-of-an-element#?solution=%3Cstyle%3E%0A%20%20.red-text%20%7B%0A%20%20%20%20color%3A%20red%3B%0A%20%20%7D%0A%20%20%0A%20%20p%20%7B%0A%20%20%20%20font-size%3A%2016px%3B%0A%20%20%7D%0A%3C%2Fstyle%3E%0A%0A%3Ch2%20class%3D%22red-text...
1
<p dir="auto">by <strong>blake.mizerany</strong>:</p> <pre class="notranslate">Per email from Brad: It looks like what you don't actually care about owning the TCP connection and ideally just want something like: var clientClosed chan bool cn, ok := w.(http.CloseNotifier) if ok { clientClosed = cn.CloseChanne...
<pre class="notranslate">The current testing package documentation states: "These TestXxx routines should be declared within the package they are testing." There's no mention of the commonly used technique of creating a file with package foo_test instead of package foo for blackbox or example purposes.</pre>
0
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="t1 = Variable(torch.rand(3, 3)) t2 = Variable(torch.rand(3, 3)) print(t1 &gt; t2) Variable containing: 0 1 0 0 1 0 0 1 0 [torch.ByteTensor of size 3x3] print((t1 &gt; t2) * (t1 &lt; t2)) ...
<p dir="auto">High Priority:</p> <ul class="contains-task-list"> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox" checked=""> <code class="notranslate">repeat</code></li> <li class="task-list-item"><input type="checkbox" id="" disabled="" class="task-list-item-checkbox...
1
<p dir="auto">Reproduction steps:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ flutter create delete_me $ cd delete_me $ flutter run"><pre class="notranslate"><code class="notranslate">$ flutter create delete_me $ cd delete_me $ flutter ru...
<div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$ flutter run Launching lib/main.dart on Nexus 6 in debug mode... Running 'gradle assembleDebug'... Checking the license for package Android SDK Build-Tools 24.0.1 in /usr/loc...
1