text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
**Jack Woods** opened **SPR-7895** and commented Custom message converters registered with AnnotationMethodHandlerAdapter are not used, only the default ones registered with <mvc:annotation-driven /> are used. I found that the setMessageConverters() method of AnnotationMethodHandlerAdapter class is called two times...
**Frank Titius** opened **SPR-2406** and commented If you try to persist a new object (insert) with duplicate key you get: org.springframework.dao.InvalidDataAccessResourceUsageException: Could not invoke JDO makePersistent(Object) method; nested exception is javax.jdo.JDODataStoreException: Insert request failed: ...
0
I am having this problem when installing OpenCV3 in a virtual environment-- [ 23%] Building NVCC (Device) object modules/core/CMakeFiles/cuda_compile.dir/src/cuda/cuda_compile_generated_gpu_mat.cu.o /usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t)’: /usr/include/string.h:652...
### Please state the information for your system * OpenCV version: 3.0/3.1/master * Host OS: Linux (Ubuntu 16.04) * Compiler: GCC 4.7/4.8/4.9/5.0 * CUDA 7.5 (from synaptic package manager ("nvidia-cuda-toolkit")) ### In which part of the OpenCV library you got the issue? * cuda When trying to compile op...
1
Is this an inside joke? It made me twitch when I read it.
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.
1
**Steps to reproduce and a minimal demo of the problem** * 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 `styles` or `styleUrls` component metadata property. * Set one of those ...
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. ~~Plunker:http://plnkr.co/edit/huN8xe0S7xH5CUw4B2P6?p=preview~~ **Updated Stackblitz** : h...
1
> electron@1.6.10 postinstall G:\nodejs\electron > app\sqljs\node_modules\electron > node install.js Downloading electron-v1.6.10-win32-x64.zip Error: read ECONNRESET G:\nodejs\electron app\sqljs\node_modules\electron\install.js:47 throw err ^ Error: read ECONNRESET at exports._errnoException (util.js:...
* electron@1.6.6 * Windows 10 ### Expected behavior Installation with angular 4 ### Actual behavior Error on Post Install script ### How to reproduce ng new project cd project npm install --save-dev electron D:\electron\project1\node_modules\electron\install.js:47 throw err ^ ...
1
# Environment Windows build number: 10.0.18362.388 Windows Terminal version (if applicable): 0.5.2762.0 Powershell version: PSVersion 5.1.18362.145 PSEdition Desktop...
Windows 10.0.18309 x64 There is popular font Terminus. That font does not recognize by windows console, but ttf fork works ok. Any others software recognize this font as monospaced font and supports it. ConEmu supports it too. So, maybe it's time to remove this shitty fonts limitations at all and rewrite like in Co...
0
by **hongruiqi** : What steps will reproduce the problem? http.Handle("/test///a", Handler) And visit http://localhost/test/%2f/a What is the expected output? Handler should be called. What do you see instead? The browser is redirected to /test/a, and a 404 error ...
Here is a test program http://play.golang.org/p/lROOy0Hekp 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 x86 (-0.9258...). The wrong answer is returned by gc...
0
`GET /{index}/_aliases/{name}` is supposed to filter aliases by index and/or by name. But if you want to filter only by alias `name`, it gives you back all indices: curl -XDELETE localhost:9200/foo,bar?pretty curl -XPUT localhost:9200/foo?pretty curl -XPUT localhost:9200/bar?pretty curl -X...
While working on removing `ImmutableMap` and `ImmutableSet` 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 creating `readMap`, `readSet`, and `readList` in `StreamInput`. We could probab...
0
#### Code Sample, a copy-pastable example if possible In [2]: keys = ['c', 'a', 'b', 'c'] In [3]: tm = pd.DataFrame(index=pd.MultiIndex.from_tuples([('b', 1), ('b', 2), ('a', 1), ('c', 1)]), ...: columns=range(3)) In [4]: tm.loc[keys] # bad Out[4]: ...
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 B 1 2 1 2 0 -0.990868 1.577803 1.0...
1
The function divides by the entire number of elements and not just batch sample size. For example, using loss_f1 = nn.MSELoss() loss_f2 = nn.MSELoss(size_average=False) x = autograd.Variable(torch.FloatTensor([ [1,2,3], [1,2,3] ])) y = autograd.Variable(torch.FloatTensor([ ...
Setting `size_average=False` behaves differently for `mse_loss` than for `cross_entropy`. For `cross_entropy`, it multiplies the result by the batch size. For `mse_loss` it multiplies the result by the overall size of the matrix. I believe the `cross_entropy` behavior is correct and `mse_loss` should be changed to b...
1
hi import cv2 cap=cv2.VideoCapture("set/your/file/here") w = cap.get(cv2.CAP_PROP_FRAME_WIDTH) cnt = cap.get(cv2.CAP_PROP_FRAME_COUNT) print("Opencv width %d frames %d"%(w,cnt)) cap.read() ts= cap.get(cv2.CAP_PROP_POS_MSEC) print("ts @ frame 0 after read %.3f"%ts) ...
##### System information (version) * OpenCV => 3.4.1 * Operating System / Platform => windows 64 * Compiler => visual studio 2017 ##### Detailed description Trained a model on tensorflow for 2 classes. I'm using the sample Opencv dnn code to call my .pb file, and it predicts only one single class. Specific...
0
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 the first t...
I think this is lazy implementation and it breaks when using `$(elem).show()` or `$(elem).hide()` using jQuery since the hide class get more importance since the badly (IMO) use of `!important`. I think BT should not declare this so generics classes with !important, it makes difficult to customize. I don't like the ...
1
Consider a simplified version of the .d.ts file for 'nouislider': declare namespace myFramework { interface Static { create(blahArray: any[]): Instance; } interface Instance { /** * Returns 0, 1, or 2, depending on if the stars align. ...
When using a tsconfig file with no `files` 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 `lib.core.d.ts` and `lib.core.es6.d.ts`, etc. I realize this is partial...
0
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. I'd like to be able to dispatch synthetic events, in addition, I'd like a way to define custom event listeners. ## Usecase For example, I've a component decorator that adds...
From Twitter: https://twitter.com/Vjeux/status/569985084524081153 When using PhantomJS for testing browser interaction, often times what seems to happen is that values get changed directly on the DOM elements and then the 'change' event is triggered on the element. Because of this, interacting with ReactJS elements ...
1
I tried adding unique keys everywhere but no luck. Probably this warning is due to an internal bug? Can you check that you assign unique keys in the iterator for table header contents?
## Summary The `title` API of Tooltip is clashing with the `title` of **StandardHtmlAttribute**. ## Expected Behavior I expect no error will be thrown by TypeScript compiler when I assign a ReactNode to the `title` property of Tooltip. ## Current Behavior TypeScript compiler will throw an error saying that you c...
0
## ℹ Computer information * PowerToys version: 0.21.1 * PowerToy Utility: n/a * Running PowerToys as Admin: no * Windows build number: 19042.450 ## 📝 Provide detailed reproduction steps (if any) 1. open powertoys 2. maximise settings window ### ✔️ Expected result titlebar is same size as uwp apps #...
# Summary of the new feature/enhancement 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. # Proposed technical implementation details (optional) Create a ...
1
I have updated my app to the latest beta and now the typography of the title in the AppBar has changed. In this demos the title is shown correctly, but if you open them in the code sandbox the title looks like this. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expec...
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. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I expect to have it changed in both: HTML in `c...
0
It would be great to be able to specify the API dir location, please refer to 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
# Feature request ## Is your feature request related to a problem? Please describe. Next.js v9.0.0 hard codes the route name of the API path: `/api/`. https://github.com/zeit/next.js/blob/71f9288a54c32420a18a07035ea7a73c9c3c50e5/packages/next/lib/constants.ts#L19 In Material-UI, we host pages under the `/api/` fo...
1
Hello, I am using OS X EL Capitan(10.11.3) and vscode : Version 0.10.8 (0.10.8). Following steps gives me invalid result and code loss: 1. write few lines of code 2. select those lines (Shift+arrow key) 3.press tab, and you will indent the code. 4.But if you press cmd+s (for saving file) and again pressed ...
when I open 0.10.5, it is crashed. what I have do: I have deleted the old config folder ~/.vscode ![2015-12-22 18 09 29](https://cloud.githubusercontent.com/assets/5959755/11953028/e053edda-a8d7-11e5-8f76-d50389c5cef6.png)
0
# Bug report ## getInitialProps that with dynamic import, ssr is ok, but have errors in client side **pages/index.js** import React from "react"; import dynamic from "next/dynamic"; class Index extends React.Component { static async getInitialProps() { return { Hello: dynamic(im...
Following directions to clone and run with-dynamic import and run dev yields following error: Module not found: Error: Can't resolve 'react-dom/lib/ReactReconciler' in '/home/terry/myProjects/next/with-dynamic- import/node_modules/next/dist/client' @ ./node_modules/next/dist/client/next-dev.js 5:23-63 @ multi ./...
0
##### Issue Type: * Bug Report ##### Ansible Version: ansible 2.1.0 (devel 2db3f290ba) last updated 2016/02/24 13:31:18 (GMT +200) lib/ansible/modules/core: (detached HEAD 7162623e86) last updated 2016/02/24 13:31:26 (GMT +200) lib/ansible/modules/extras: (detached HEAD f5e798f13c) ...
##### ISSUE TYPE * Bug Report ##### ANSIBLE VERSION 2.0.0-0.6.rc1 ##### COMPONENT NAME service_module It was mentioned as became available in ansible 2.0 in doc: http://docs.ansible.com/ansible/service_module.html . It also was work as described. In recent versions (2.0.0-0.6.rc1) it produce error: ...
0
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. Atom already underlines URLs in every language, so I imagine implementing this would be trivial.
I think it's a pretty classic shortcut
1
I am unable to build `clang` on OSX with `BUILD_LLVM_CLANG` in `Make.user`: cd /Users/kevin/Source/julia-cxx/deps/scratch/llvm-svn/build_Release+Asserts/projects/compiler-rt/lib/builtins && \ /usr/bin/clang -stdlib=libc++ -mmacosx-version-min=10.8 \ -m64 -D_DEBUG -D__STDC_CONSTANT_MACRO...
This is the standard directory, distributions prefer documentation to go to `$(docdir)/julia` [1], which defaults to `/usr/share/doc/julia`. I'll have a look, this is mostly a reminder for myself. By the way, by default calling `make && make install` you get the .rst installed directly. Maybe it would make more sens...
0
Make sure these boxes are checked before submitting your issue - thank you! * I have checked the superset logs for python stacktraces and included it here as text if any * I have reproduced the issue with at least the latest released version of superset * I have checked the issue tracker for the same issue and...
![123456](https://user- images.githubusercontent.com/19161243/106393809-0b901100-6434-11eb-91ed-d954de344355.png) how should i configue it ############### """The main config file for Superset All configuration in this file can be overridden by providing a superset_config in your PYTHONPATH as there is a `from ...
0
**Describe the bug** When upgrading from 0.19.0 to 0.19.1, our test suite breaks because `nock` 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 during tests. Here's the error stack : Err...
**Describe the bug** After upgrading axios from 0.19.0 to 0.19.1 all tests that use nock got broken. They now produce the following error: Error: Cross origin http://localhost forbidden **To Reproduce** Repo with minimal test case that reproduces the issue: https://github.com/EvgenyOrekhov/js...
1
Using latest next.js relase and a simple hello world index page with 0 dependencies fails to run on heroku with the following error: { Error: Cannot find module '/tmp/build_xxx/node_modules/babel-runtime/helpers/inherits' at Function.Module._resolveFilename (module.js:455:15) at Functio...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environment Tech | Version ---|--- next | node | OS | browser | etc |
0
Currently, each RESTStorage implementation has its own storage object, which eventually ends up being the same etcd instance for all components. We should consider instead having apiserver pass a storage destination into each RESTStorage method. This would make it much more clear how to write plugins, both those...
k8s has been working with builds up to yesterday. Today I did a pull, cluster/kube-down.sh, hack/dev-build-and-up.sh No apparent errors during build but the "waiting for cluster initialization" never finishes. There are errors in the master apiserver.log, controller-manager.log and scheduler.log. I have included s...
0
This was reported in #16699 but while the error is fixed on the canary when using `std/http/server.ts` it remains when using `Deno.serve`. Therefore, I am making this issue to separate concerns. Repro: await Deno.serve(() => new Response("Hello World!")); deno run --allow-net --unstable ...
When running this code Deno.serve(() => {}, { port: x }) with this command deno run -A --unstable --watch script.ts I get this error everytime i make a change and have to kill the script (ctrl + c) and run it again. Watcher File change detected! Restarting! error: Un...
1
## Bug Report **For English only** , other languages will not accept. Before report a bug, make sure you have: * Searched open and closed GitHub issues. * Read documentation: ShardingSphere Doc. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we c...
Please answer these questions before submitting your issue. Thanks! 使用DataSourceUtil的编程方式连接数据源 ` @configuration @MapperScan("com.knowbox.kms.tiku.dao") public class MyBatisConfig { private static final String URL_PREFIX = "jdbc:mysql://127.0.0.1:3306/"; private static final String USE...
0
There is a lack of warning for incorrectly parsed configurations. In this case I set invalid values for the following configurations in elasticsearch.yml : # incorrect values because booleans have to be lowercase node.master: True node.data: True discovery.zen.ping.multicast.enabled: false ...
Currently there is no way of seeing all settings that are enforced. For instance, defaults are not available and settings from the `config/elasticsearch.yml` are not available. Any setting which is different from the default should be returned by these APIs: GET /{index}/_settings GET /_cluster/se...
1
### System info * Playwright Version: "^1.34.0" * Operating System: Windows 11 * Browser: Chromium * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. test("Sample visual testing", async ({ page }) => { await page.goto(`siteurl`...
### System info * Playwright Version: 1.30.0 * Operating System: Linux (Ubuntu 22.10) * Node.js version: 14.21.3 * Visual Studio Code version: 1.76.2 * Playwright for VSCode extension version: 1.0.9 * Browser: Chromium ### Source code * I provided exact source code that allows reproducing the issue l...
0
**Describe the bug** SQLAlchemy (on the latest master version) does not place correct parenthesis when using the `||` operator. **Expected behavior** expr = type_coerce(Author.id + literal(1), types.String) f = (Author.first_name + expr).label('f') session.query(f).select_from(Author) I ex...
**Describe the bug** It seems to me that `sqlalchemy` does not wrap an SQL expression with brackets when the function `type_coerce()` is used. I have the following query mulExpr = type_coerce((Model.a * Model.b), types.Float).label('mulExpr') divExpr = (Model.c / mulExpr).label('divExpr') se...
1
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.
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.
0
If I add the latest version of **rx.TypeScript.DefinitelyTyped** to a new TypeScript project, it doesn't build. I get the following errors: C:\Development\Projects\TypeScriptTestApp\TypeScriptTestApp\Scripts\typings\rx\rx.lite.d.ts(14,15): error TS2000: Build: Duplicate identifier 'Scheduler'. Additio...
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 * I tried using the `@types/express: 4.17.5` package and had problems. * I tried reverting to `@types/express: 4.17.0` package and find no problems....
0
Hi, could you update this dependency on the new version? Moderate Prototype Pollution Package minimist Patched in >=1.2.3 Dependency of webpack-dev-server [dev] Path webpack-dev-server > chokidar > fsevents > node-pre-gyp > tar > mkdirp > minimist More info https://npmjs.com/advisories/1179 Moderate Proto...
# Bug report 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. see: https://github.com/sub...
1
**Chris Beams** opened **SPR-3879** and commented Disclaimer: This may actually be an AspectJ bug. I can't tell at this point. The problem behavior I'm seeing is a bit hard to describe in prose; the best bet is to take a look at the code, beans xml and attached log output. Essentially, it looks like AspectJ point...
**Andrei Stefan** opened **SPR-3556** and commented I made two tests: * one with AspectJ support; * one with Spring's AspectJ support. The tests involve two interfaces: Base<T> and DerivedInterface<T> extends Base<T>. A Before pointcut matching all methods from Base and DerivedInterface is defined: `@Before`...
1
I am testing out the v1.1.0 tag and built a hyperkube binary. However, running it with no arguments is producing: _output/local/go/bin/hyperkube W0930 17:57:47.051620 714 server.go:176] Failed to start in resource-only container "/kube-proxy": mkdir /sys/fs/cgroup/perf_event/kube-proxy: read-o...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): * * ...
0
@sshleifer \- sorry to ping you here on this. Would be amazing if you find some time to explain the Pegasus tokenizer a bit. A couple of things I don't understand: * In the official Pegasus Tokenizer and from reading the paper it seems that exactly 2 mask tokens are necessary. See https://github.com/google- res...
# 🚀 Feature request **There should be indexes in the output of the grouped entity NER pipeline** The standard NER pipeline from transformers outputs entities that contain the word, score, entity type, and index. The following snippet demonstrates the normal behavior of the NER pipeline with the default `grouped_en...
0
[ ] bug report => search github for a similar issue or PR before submitting [x ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** I have an angular 2 a...
### Bug Report or Feature Request (mark with an `x`) - [ ] bug report -> please search issues before submitting - [X] feature request ### Versions. angular-cli 1.0.0 angular 2.4.10 ### Repro steps. With the latest bugfix that uncovered AOT errors, I noticed how hard it is to pinpoint tho...
1
This (bogus) piece of code seems to cause ICE: pub struct Foo { x: usize } fn main() { static mut FOO: *mut Foo = 0 as *mut Foo; let _foo = unsafe { *FOO.clone() }; } ice1.rs:7:25: 7:37 error: internal compiler error: this path should not cause illegal move ...
Input: struct T(u8); fn t() -> *mut T { unsafe { 0u8 as *mut T } } fn main() { let a = unsafe { *t() }; } Output: $ rustc ../test.rs ../test.rs:9:19: 9:23 error: internal compiler error: this path should not cause illegal move ../test.r...
1
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. superset-node_1 | superset-node_1 | > superset@0.999.0-dev dev /app/superset/assets...
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: An error occurred while rendering the v...
0
## 📝 Provide a description of the new feature _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ In the PT-Run window, if I want to select the 2nd item, I must use arrow keys or mouse, which could be more efficient by introducing `ALT`+`Num` as the shortcut to choos...
# Environment Windows build number: [run "ver" at a command prompt] PowerToys version: 0.16 PowerToy module for which you are reporting the bug (if applicable): General # Steps to reproduce Wait for an update to install, then don't install it for a few days Open the action center # Ex...
0
See discussion here: http://stackoverflow.com/questions/16999586/matplotlib-wont-plot-line-of-same- x-values/17000144?noredirect=1#comment24658630_17000144 If a graph is generated with a single horizontal line, the line is not visible in Chrome, but it is in Illustrator and in Internet Explorer. As soon as the li...
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. Here is the code that causes the bug for me: import pylab as plt plt.plot([-1,1],[1,1]) #perfectly horizontal line does not render plt.savef...
1
Hi a bunch of examples seem to be missing `import numpy as np`. At least for me they throw `NameError: name 'np' is not defined`. Following examples seem to be missing `import numpy as np` (non exhaustive): * scipy.signal.spectrogram * scipy.signal.periodogram * scipy.signal.welch `scipy.__version__` gives ...
It is not really a bug but an issue of typical int32 overflow. 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: `normalizer = sum(input, labels, index)` overflows. Especi...
0
Chrome for Mac. Taken from http://localhost:9001/examples/justified-nav/ Start large screen, go small, then go large again. Also tested on Safari, where it's also an issue. ![screen shot 2013-08-25 at 09 56 23](https://camo.githubusercontent.com/8e2a4b14cf9a9098761bd7610c2b375d412741a8eb791f0f1633d0cadd7a8ec8/68747...
The justified nav example (http://getbootstrap.com/examples/justified-nav) collapses perfectly when the screen is narrowed, but when the screen is expanded it get wonky. ![justified nav](https://camo.githubusercontent.com/db69ca8e316e013e7709351d88ecf7d585b87ae58bdeb880ad477c8bc93e6608/68747470733a2f2f662e636c6f756...
1
(k8s 1.1.4) After restarting my master server components, 2 out of 5 of my DaemonSet pods were terminated (why?) and never recreated. It seems like all `ds` pods were requeued during this event, however the IDs of the currently running pods do not even match what is reported by the DaemonSet. * Restarting the `ku...
ERROR: type should be string, got "\n\nhttps://travis-ci.org/GoogleCloudPlatform/kubernetes/jobs/69776608\n\n \n \n panic: test timed out after 5m0s\n goroutine 37 [running]:\n runtime.panic(0xaef900, 0xc2080aa020)\n /usr/local/go/src/pkg/runtime/panic.c:279 +0xf5\n testing.func·008()\n /usr/local/go/src/pkg/testing/testing.go:629 +0x12e\n created by time.goFunc\n /usr/local/go/src/pkg/time/sleep.go:121 +0x55\n goroutine 16 [chan receive, 2 minutes]:\n testing.RunTests(0xee2130, 0x13b34a0, 0x4, 0x4, 0xe3fe01)\n /usr/local/go/src/pkg/testing/testing.go:505 +0xbb8\n testing.Main(0xee2130, 0x13b34a0, 0x4, 0x4, 0x13e7900, 0x0, 0x0, 0x13e7900, 0x0, 0x0)\n /usr/local/go/src/pkg/testing/testing.go:435 +0xa3\n main.main()\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_testmain.go:105 +0x18c\n goroutine 19 [finalizer wait, 5 minutes]:\n runtime.park(0x435ff0, 0x13de610, 0x13b8349)\n /usr/local/go/src/pkg/runtime/proc.c:1369 +0x89\n runtime.parkunlock(0x13de610, 0x13b8349)\n /usr/local/go/src/pkg/runtime/proc.c:1385 +0x3b\n runfinq()\n /usr/local/go/src/pkg/runtime/mgc0.c:2644 +0xcf\n runtime.goexit()\n /usr/local/go/src/pkg/runtime/proc.c:1445\n goroutine 33 [chan receive]:\n github.com/golang/glog.(*loggingT).flushDaemon(0x13e1280)\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/Godeps/_workspace/src/github.com/golang/glog/glog.go:879 +0x96\n created by github.com/golang/glog.init·1\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/Godeps/_workspace/src/github.com/golang/glog/glog.go:410 +0x2d6\n goroutine 17 [syscall, 5 minutes]:\n runtime.goexit()\n /usr/local/go/src/pkg/runtime/proc.c:1445\n goroutine 52 [select, 2 minutes]:\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.(*etcdMasterElector).run(0xc20804d1a0, 0xd24260, 0x3, 0xd21a40, 0x3)\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/etcd_master.go:49 +0x3db\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.func·001()\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/etcd_master.go:37 +0xb9\n github.com/GoogleCloudPlatform/kubernetes/pkg/util.func·004()\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/util/util.go:112 +0x5f\n github.com/GoogleCloudPlatform/kubernetes/pkg/util.Until(0xc20804d1c0, 0x12a05f200, 0x0)\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/util/util.go:113 +0xbc\n github.com/GoogleCloudPlatform/kubernetes/pkg/util.Forever(0xc20804d1c0, 0x12a05f200)\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/util/util.go:94 +0x48\n created by github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.(*etcdMasterElector).Elect\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/etcd_master.go:37 +0x1f6\n goroutine 49 [select, 2 minutes]:\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.(*etcdMasterElector).run(0xc20804d0e0, 0xd24260, 0x3, 0xd21a40, 0x3)\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/etcd_master.go:49 +0x3db\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.func·001()\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/etcd_master.go:37 +0xb9\n github.com/GoogleCloudPlatform/kubernetes/pkg/util.func·004()\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/util/util.go:112 +0x5f\n github.com/GoogleCloudPlatform/kubernetes/pkg/util.Until(0xc20804d100, 0x12a05f200, 0x0)\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/util/util.go:113 +0xbc\n github.com/GoogleCloudPlatform/kubernetes/pkg/util.Forever(0xc20804d100, 0x12a05f200)\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/util/util.go:94 +0x48\n created by github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.(*etcdMasterElector).Elect\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/etcd_master.go:37 +0x1f6\n goroutine 55 [select, 2 minutes]:\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.(*etcdMasterElector).run(0xc20804d320, 0xd24260, 0x3, 0xd21a40, 0x3)\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/etcd_master.go:49 +0x3db\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.func·001()\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/etcd_master.go:37 +0xb9\n github.com/GoogleCloudPlatform/kubernetes/pkg/util.func·004()\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/util/util.go:112 +0x5f\n github.com/GoogleCloudPlatform/kubernetes/pkg/util.Until(0xc20804d340, 0x12a05f200, 0x0)\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/util/util.go:113 +0xbc\n github.com/GoogleCloudPlatform/kubernetes/pkg/util.Forever(0xc20804d340, 0x12a05f200)\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/util/util.go:94 +0x48\n created by github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.(*etcdMasterElector).Elect\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/etcd_master.go:37 +0x1f6\n goroutine 58 [select, 2 minutes]:\n github.com/GoogleCloudPlatform/kubernetes/pkg/watch.(*Broadcaster).distribute(0xc2080b1110, 0xd372d0, 0x8, 0x7f1745fd6ef0, 0xc208132d20)\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/watch/mux.go:182 +0x3bd\n github.com/GoogleCloudPlatform/kubernetes/pkg/watch.(*Broadcaster).loop(0xc2080b1110)\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/watch/mux.go:163 +0xc3\n created by github.com/GoogleCloudPlatform/kubernetes/pkg/watch.NewBroadcaster\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/pkg/watch/mux.go:70 +0x127\n goroutine 57 [chan receive, 2 minutes]:\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.Test(0xc2080a6750)\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/master_test.go:83 +0x306\n testing.tRunner(0xc2080a6750, 0x13b34e8)\n /usr/local/go/src/pkg/testing/testing.go:422 +0x110\n created by testing.RunTests\n /usr/local/go/src/pkg/testing/testing.go:504 +0xb46\n goroutine 59 [select, 2 minutes]:\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.(*notifier).serviceLoop(0xc208093b30, 0xc2080977a0)\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/master.go:105 +0x363\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.func·005()\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/master.go:87 +0x90\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime.func·008()\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime/util.go:115 +0x5f\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime.Until(0x7f174580bec0, 0x0, 0xc2080976e0)\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime/util.go:116 +0xd3\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.Notify(0x7f1745fd7030, 0xc20804d460, 0xd16620, 0x0, 0xd26520, 0x2, 0x7f1745fd7058, 0xc20804d480, 0xc2080976e0)\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/master.go:87 +0x429\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.func·006()\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/master_test.go:72 +0x145\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime.func·007()\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime/util.go:95 +0xaa\n created by github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime.After\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime/util.go:97 +0xf7\n goroutine 61 [chan send, 2 minutes]:\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.(*Fake).Elect(0xc20804d460, 0xd16620, 0x0, 0xd26520, 0x2, 0x0, 0x0)\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/fake.go:38 +0x23e\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.func·003()\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/master.go:45 +0x13c\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime.func·008()\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime/util.go:115 +0x5f\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime.Until(0x7f1745807f50, 0x0, 0xc2080976e0)\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime/util.go:116 +0xd3\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election.func·004()\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/master.go:84 +0x14f\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime.func·007()\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime/util.go:95 +0xaa\n created by github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime.After\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime/util.go:97 +0xf7\n goroutine 62 [semacquire, 2 minutes]:\n sync.runtime_Syncsemacquire(0xc2080a54d0)\n /usr/local/go/src/pkg/runtime/sema.goc:257 +0xc0\n sync.(*Cond).Wait(0xc2080a54c0)\n /usr/local/go/src/pkg/sync/cond.go:62 +0xb5\n sync.*Cond.Wait·fm()\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election/_test/_obj_test/master.go:104 +0x34\n github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime.func·007()\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime/util.go:95 +0xaa\n created by github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime.After\n /home/travis/gopath/src/github.com/GoogleCloudPlatform/kubernetes/_output/local/go/src/github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/runtime/util.go:97 +0xf7\n FAIL github.com/GoogleCloudPlatform/kubernetes/contrib/mesos/pkg/election 300.121s\n \n\n/cc @jdef, @davidopp\n\n"
0
**Mos** opened **SPR-6410** and commented Please check http://forum.springsource.org/showthread.php?t=80800 RC2 doesn't work with Apache CXF anymore. I'm sure there are other frameworks out there which also breaks with RC2. M4 and RC1 didn't have this problem. Was there an accidental breaking change in RC2?...
**Glyn Normington** opened **SPR-8903** and commented The planned implementation of #12770 for Spring 3.2 excludes support for publishing Spring framework bundles to the SpringSource Enterprise Bundle Repository (EBR). The subset of the OSGi community that uses Spring, which includes the communities surrounding the...
0
Got error messages if don't access the body data in POST route. And I guess lost connection. 127.0.0.1 - - [12/Apr/2022 00:39:05] "POST /good HTTP/1.1" 200 - 127.0.0.1 - - [12/Apr/2022 00:39:13] "POST /bad HTTP/1.1" 200 - 127.0.0.1 - - [12/Apr/2022 00:39:13] code 400, message Bad HTTP/0.9 reque...
With the following example: from flask import Flask app = Flask(__name__) @app.route('/', methods=['POST']) def hello_world(): return 'Hello World!' if __name__ == '__main__': app.run() When you set the request body to `{}` with Postman or any H...
1
##### System information (version) * OpenCV => 3.4 branch ( `0101fa7` ) * Operating System / Platform => Windows 10 64bit * Compiler => Visual Studio 2015 * CUDA => 10.0 ##### Summarized description * The `opencv_test_imgproc` passes, but when I ran it from target `RUN_TESTS`, it says `Segfault` ...
##### System information (version) * OpenCV => recent 3.4 ( `c209677` ) * Operating System / Platform => Jetson Xavier, Jetson TX1, Jetson TX2, Jetson Nano, Firefly RK3399, ODROID-N2 (All Aarch64) * Compiler => GCC 7.4.0 ##### Abstract * Another rounding error causes missing count in histogram * This lea...
0
As described in the gitter.im channel 7\. April 2015 16:12 Uhr ... Summary: The @annotation doesn't receive hygiene treatment such as other vars do on actually pointing to an import ...
Consider this test case: import {Async} from '../'; @Async export default class App extends React.Component { } @Async class Nested extends React.Component { } which is compiled by `./node_modules/.bin/babel --stage 0 ./babel-bug.js` into: 'use str...
1
Issue #8703 describes exactly the problem. It is duplicate of #2895 but is much more clearly described. The problem is that it is closed but is not resolved.
* Electron version: 1.4.15 * Operating system: macOS Sierra, Windows 10 ### Expected behavior Top level menu items should be hidden when the `visible` property is false and not be clickable when `enabled` property is false. ### Actual behavior The `visible` and `enabled` properties do not behave correctly on ...
1
I setup a global keyboard shortcut as command+space: globalShortcut.register('CommandOrControl+Space', function(){ mainWindow.show() }) This is actually what happens though: https://www.youtube.com/watch?v=HTN9aIRaLWw I would expect spotlight search to be disabled.
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an feature request that matches the one I want to file, without success. ### Problem Description I need a way to gi...
0
# Environment 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 software? Visual Studio 17 15.9.4 # Steps to reproduce 1. Run Windows Terminal (Preview) 2. In...
# Environment 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 software? OpenSSH client: OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5 # Steps to reproduce 1.Start an s...
0
ERROR: type should be string, got "\n\nhttps://groups.google.com/forum/#!topic/julia-users/8S41r1KjdC4\n\nHow about not emitting this warning in the case where the variable name used\ntwice is `_`? I'm not proposing making `_` special in any other way – just\nskipping this warning for it.\n\n"
It'd be convenient to have a designated dummy variable `_` (actually keyword), which would simply ignore everything stored into it. For example, you often want to deconstruct tuples like so a, _, b, _, c = f() where the `_` values are uninteresting. Likewise, one may want to ignore function argum...
1
**System information** * TensorFlow installed from: `pip` * TensorFlow version: `tf-nightly-2.0-preview-2.0.0.dev20190513` * Python version: 3.6.7 **Describe the current behavior** Attempting `tf.keras.models.load_model` on a `Sequential` model throws ValueError: You are trying to load a weig...
**System information** * Have I written custom code (as opposed to using a stock example script provided in TensorFlow): **YES** * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): **Linux Debian Stable** * Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: **...
1
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. It seems as though any stateless function component cannot be tested by TestUtils.renderIntoComponent or TestUtils.createRenderer().render(). Either returns null when rendering the function component...
In PooledClass.js we have some static poolers based on the number of arguments & the comment specifies `it's not made dynamic so we don't have to use arguments.` I have 2 questions with this: 1. What is the issue with using arguments (i noticed we're using it in other place reference) if it's going to reduce dupl...
0
> Issue originally made by @ekaradon ### Bug information * **Babel version:** 6.9.2 * **Node version:** 6.2.0 * **npm version:** 3.9.3 ### Options { "name": "react-es6-webpack-boilerplate", "version": "4.0.0", "description": "Boilerplate for kick starting a React Project with...
### Input Code import React from 'react' import ReactDOM from 'react-dom' const GrandChildComp = ({ text }) => <p>{text}</p> const ChildComp = ({ text }) => { const foo = (() => <GrandChildComp text={text} />)() return <div>{foo}</div> } const ParentCo...
1
integration test for consul registry and some logic to fix in consul registry * I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: xxx * Operating ...
The `Dubbo version` report to registry is 2.0.1 after dubbo 2.5.9 and 2.5.10. It should be the same as the dubbo version i think.
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The server should respond to requests without error. The server responds fine with NextJS 5.10. ## Current Behavior The server responds 'Internal Server Error' to all requests. Below is the stack trac...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior I have custom route something like: router.get('/feed/:id/subs', async (ctx, next) => { .... await n.render(ctx.req, ctx.res, '/feed/subs',...
0
I've been getting this problem for about 2 versions or more: https://www.dropbox.com/s/0yiq384ihyqul5l/atom_bug.mov?dl=0 Please could you look into it and try fixing it? The files are on a remote drive. Mac OS X 10.10 (Atom installed at around Beta 1 of Yosemite, and now on release) Latest version running...
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). This is valid only for files on a network partition, everything is ok with local ones Version: 0.123
1
`python tests/lax_numpy_indexing_test.py --num_generated_cases=1` on Python 3.7 (fresh Anaconda install on a macOS 10.13.6). Numpy version 1.15.4.
### Description Error message when importing jax. How can I solve it? ![image](https://user- images.githubusercontent.com/50226927/229987382-9951175c-51c4-4338-8d9d-4cc0111424f0.png) Below is the result of "pip show jax jaxlib". ![image](https://user- images.githubusercontent.com/50226927/229987472-02b3f63b-059...
0
glide load cache image in SamsungNote2 ,image view always appear light green background. glide version is 3.6.1 ![Uploading photo.jpg…]()
This is the original image: ![9k_](https://cloud.githubusercontent.com/assets/784063/8439742/bbe02ae8-1f22-11e5-8676-c7a1d525782d.jpg) This is the image rendered using Glide and ImageView: ![screen shot 2015-06-30 at 12 16 04 pm](https://cloud.githubusercontent.com/assets/784063/8439751/cd1b0864-1f22-11e5-96c8-f...
1
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 around the re...
### Bug report **Bug summary** RectangleSelector: 1. Modifies `dataLim` 2. This modification seemingly cannot be reverted by removing the patch, or by modifying the patch properties Basically I want to be able to use RectangleSelector without it modifying `ax.dataLim`, because if it does it messes up `autosca...
1
**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!** # Description of the new feature/enhancement Currently in Windows 10, the only way to open the program with a keyboard shortcut is by: * Opening a run ...
# Environment Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd] `Microsoft Windows [Version 10.0.18999.1]` Windows Terminal version (if applicable): `0.5.2762.0` Any other software? `ssh`, `cmd` # Steps to reproduce 1. s...
0
# Summary of the new feature/enhancement The ability to override the theme that is used for PowerToys Run. Currently it's only possible to do this in the OS settings. # Proposed technical implementation details (optional) In terms of UX, very similar to what we have in the General and Shortcut Guide app: ![image]...
**crutkas:** Should have setting to force theme setting like we do for others. * * * ## 📝 Provide a description of the new feature _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ Can theme selection be added to the power toys run? Currently, it applies the def...
1
## ℹ Computer information * PowerToys version: 0.20.0 * Running PowerToys as Admin: yes * Windows build number: [run "winver"] 1909 ## 📝 Provide detailed reproduction steps (if any) 1. after rebbot where i installed an update, PT did not start automatic 2. manually starting PT got the error below 3. A...
Popup tells me to give y'all this. 2020-07-31.txt Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 07/31/2020 17:29:59 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boo...
1
I use `Depends()` to populate model from query parameters. Recently noticed, that dependency resolving somehow ignores pydantic model configuration. According to #1474, it may be the same issue. ### Environment * OS: linux * FastAPI Version [e.g. 0.3.0]: 0.61 * Python version: 3.8.2 ### Testcase ...
### First check * [ x] I added a very descriptive title to this issue. * [ x] I used the GitHub search to find a similar issue and didn't find it. * [ x] I searched the FastAPI documentation, with the integrated search. * [ x] I already searched in Google "How to X in FastAPI" and didn't find any information...
0
**Alexander Schäl** opened **SPR-6480** and commented When started via Java6 WebStart, the Spring PathMatchingResourcePatternResolver tries to handle the URLConnection (wich is in a WebStart context actually an JNLPCachedJarURLConnection) just like a normal file URL. The PathMatchingResourcePatternResolver checks t...
**Andrei Stefan** opened **SPR-3391** and commented Using this configuration: <bean id="parentMockBean" class="test.objects.ParentMockBean"> <property name="mockBean.prop4"> <value>1</value> </property> </bean> generates exception using spring.jar 2.0.4. The same error doesn't happen with 2.0.3 spring.ja...
0
# Problem description Running the deno coverage command against the coverage report of code that printed any unicode character will lead to a panic. # Steps to reproduce Create a sample file that prints any unicode character, e.g. `app.ts`: export function cheers() { console.log('🍻'); } ...
Hi, I am having an issue where the output of `deno coverage` 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 `h` are removed. Removing a single emoji removes line 2 from the coverage report...
1
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussions forum first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports...
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
0
##### ISSUE TYPE * Bug Report * Feature Idea * Documentation Report ##### COMPONENT NAME user module ##### SUMMARY I have a playbook to create a local user, but when I ran this playbook for two servers, on is RHEL6, the other is RHEL7, why failed on RHEL7, show me the following: `fatal: [rht04]: FAILED! =...
##### Issue Type: Bug Report ##### Ansible Version: master ##### Environment: N/A ##### Summary: If a role dependency is skipped, via: --- dependencies: - { role: foo, when: false } Then it's children are also skipped, even if they are required by other roles. ##### Steps To Reproduc...
0
**Jan Goyvaerts** opened **SPR-9087** and commented I have a classic JPA configuration in which I'm using Hibernate. I'd like to switch to Infinispan for 2nd level- and query caching. Mainly because this cache takes the transaction into account. This is for a standalone deployment on Tomcat. However, there is no w...
**Philippe Marschall** opened **SPR-10588** and commented There currently is an Ehcache implementation of the cache abstraction. It would be interesting for us to have an Infinispan implementation. This would allow us to use `ConcurrentMapCache` for tests and the built-in JBoss AS 7 cache in production. * * * **I...
1
I am using FireFox 22.0 and Chrome 27.0.1453.110. For example, in this page, http://twitter.github.io/bootstrap/getting-started/ If I hit "License FAQs" on the sidebar in Chrome, the page will directly scroll to the corresponding section for me, just like in the previous version of Bootstrap. However if I do this ...
You cannot access on any left-side menu link with Firefox. Tested with Firefox 22.0 on Mac
1
# Checklist * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports. * I have checked the pull requests list for existing proposed fixes. * I have checked the commit log to find out if the bug was alrea...
# Checklist * I have checked the issues list for similar or identical feature requests. * I have checked the pull requests list for existing proposed implementations of this feature. * I have checked the commit log to find out if the same feature was already implemented in the master branch. * I h...
0
### Describe the issue: Failed building wheel for numpy 1.23.1 on termux. numpy 1.22.0 installed successfully. ### Reproduce the code example: pip install numpy ### Error message: ~ pip install --upgrade numpy Requirement already satisfied: numpy in /data/data/com.termux/files/u...
### Issue with current documentation: Current parameters are listed as: numpy.where(condition, [x, y, ]/) However, the function expects (condition, x, y) where x and y are both array- like. Providing both in a list (as [x,y] suggests) raises the following. ValueError: either both or neither of x and y should be g...
0
![firefox_screenshot_2015-09-09t17-38-50 565z](https://cloud.githubusercontent.com/assets/14199479/9769438/d0b499ea-56ef-11e5-8260-a057c9d726e5.png) Challenge http://www.freecodecamp.com/challenges/waypoint-override-styles-in- subsequent-css has an issue. Please describe how to reproduce it, and include links to sc...
#### Symmetric Differences https://www.freecodecamp.com/challenges/symmetric-difference #### Issue Description Test 5, 7, 9 pass but 6, 8, and 10 do not. ![symdifftests](https://cloud.githubusercontent.com/assets/3029437/18227931/555128aa-7204-11e6-9f45-4e21e76a52b8.png) It is impossible to return an array of t...
0
### What happened 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 doesn't exist, which can b...
### Description 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. To avoid such human errors, I suggest restricting the characters allowed for connection ids. Some suggesti...
1
Update to v6.1.4, require("babel-core/register") is not work: Error: Cannot find module 'babel-runtime/helpers/interop-require-default' at Function.Module._resolveFilename (module.js:337:15) at Function.Module._load (module.js:287:25) at Module.require (module.js:366:17) at require (module.js:385:17) at O...
I'm using the latest everything: NodeJS 5.0.0 NPM 3.3.12 babel-runtime 6.1.4 babel-register 6.1.4 when running anything with `babel-node` I get the following errors: Error: Cannot find module 'babel-runtime/helpers/interop-require-default' at Object.<anonymous> (babel-register/lib/node...
1
### System info * Playwright Version: [v1.33] * Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.] * Browser: [All, Chromium, Firefox, WebKit] * Other info: Typo in Documentation ### Source code The code for use Serial Mode has a typo * **Actual:** `let page: Page; ` * **Expected:** `let...
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 <Buffer 5b 5d> in Playwright. I tried .body(), .text(), .json() for th...
0
##### ISSUE TYPE Bug Report ##### COMPONENT NAME ec2_group integration test ##### ANSIBLE VERSION 2.5 ##### CONFIGURATION N/A ##### OS / ENVIRONMENT Shippable ##### SUMMARY Unstable integration test ec2_group: https://app.shippable.com/github/ansible/ansible/runs/54397/66/tests ##### STEPS TO REPRODUCE ...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME core ##### ANSIBLE VERSION ansible 2.1.0.0 (detached HEAD 5954a82dd6) last updated 2016/05/16 15:32:52 (GMT +300) lib/ansible/modules/core: (detached HEAD ce79e7c72d) last updated 2016/05/14 22:47:32 (GMT +300) lib/ansible/modules/ext...
0
When the example from the docs http://penguinwebdevelopment.com/bootstrap-3-docs/components.html#navbar- responsive is collapsed (i.e. minimizing window width) to the size for phones (when the toggle collapse button appears). If the navbar contains dropdown menu buttons, clicking the dropdown buttons results in a nor...
http://bootply.com/render/64786 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
# Environment Windows build number: 10.0.18363.836 PowerToys version: v0.18.1 PowerToy module for which you are reporting the bug (if applicable): FancyZones # Steps to reproduce 1. Open a new window, observe the window size 2. Snap the window to a FancyZone (like the lower priority ...
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. Thanks folks. Chris
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ansible-vault ansible-playbook ##### ANSIBLE VERSION ansible 2.2.0.0 config file = configured module search path = Default w/o overrides ##### CONFIGURATION N/A ##### OS / ENVIRONMENT Darwin junction.local 16.1.0 Darwin Ker...
* Bug Report ##### COMPONENT NAME Ansible Version: ansible 2.2.0.0 Cofiguration: ansible.cfg(in present directory) OS: Ubuntu 14.04 LTS ansible-playbook not able to decrypt the files which encrypted with ansible 2.1.0.0 & below. Steps to reproduce: 1. Install ansible 2.1.0.0 or below 2. Encrypt an inven...
1
Challenge Factorialize a Number has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: var total = 1; func...
Challenge http://www.freecodecamp.com/challenges/waypoint-sift-through-text- with-regular-expressions has an issue. Please describe how to reproduce it, and include links to screenshots if possible. "Regular expressions are usually surrounded by / symbols." In JavaScript, when are regular expressions **not** surrou...
0
**Migrated issue, originally created by Michael Bayer (@zzzeek)** because we don't include the parentmapper annotation in the _optimized_compare(): from sqlalchemy import Column, Integer, Text, ForeignKey, create_engine from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.o...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** this is related to #3365 but is a more fundamental change. First, test case from #3365: from sqlalchemy import Column, Integer, Text, ForeignKey, create_engine from sqlalchemy.ext.declarative import declarative_base from sqlalc...
1
Hello, It would be nice to have the possibility to do parallel processing using `joblib` when applying something to a groupby. I'm dreaming about a `parallel` optional argument which defaults to `False`. I think it's best to have that parallel argument while grouping The only option I have now is to make list on t...
xref #5751 questions from SO. mrocklins nice example of using .apply So here is an example of how to do a parallel apply using dask. This could be baked into `.apply()` in pandas by the following signature enhancement: current: DataFrame.apply(self, func, axis=0, broadcast=False, raw=False, reduce...
1
**Migrated issue, originally created by NotTheEvilOne (@NotTheEvilOne)** Hi, the "autoflush" feature triggers an error in SQLAlchemy 0.9.6. File "/opt/pas/src/dNG/pas/data/upnp/resources/mp_entry.py", line 588, in init_cds_id .first() File "/usr/lib/python3.4/site-packages/sqlalchemy...
**Migrated issue, originally created by Anonymous** With such scheme: exportables = sa.Table( 't_exportable', meta, sa.Column('object_id', OracleNumber, primary_key=True), sa.Column('type', sa.String(20), primary_key=True), sa.Column('state', sa.Integer), ) a...
0
After installing matplotlib I tried importing pyplot but got the error message below: `**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 documentation for more information on installing Pytho...
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. elif sys.platform == 'darwin': # this config section lifted directly from Imaging - thanks to # t...
1
# Detail When I run script, Deno always panics. import $ from "https://deno.land/x/dax@0.17.0/mod.ts"; const cmds = []; for (let i = 0; i < 5000; i++) { cmds.push($`./target/debug/deno_runtime_example`.text()); } await Promise.all(cmds); $ RUST_BACKTRACE=full d...
How to use http2 protocol client and server in deno?
0
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: DEBU[0003] Calling GET /v1.21/images/search INFO[0003] GE...
issue #6336 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.
1
_Original tickethttp://projects.scipy.org/scipy/ticket/1520 on 2011-09-15 by @stefanv, assigned to unknown._ def shift(input, shift): """ Shift an array like scipy.ndimage.interpolation.shift(input, shift, mode="wrap", order=0) but faster @param in: 2d numpy array @param d...
This already includes the mailmap updates currently in #14110. If you see a duplicated/incomplete/incorrectly formatted name, feel free to suggest the appropriate change or GitHub handle to ping. I've been having to manually deleted a "user" named `GitHub` for the last several releases--not sure where that is getti...
0
### First Check * I added a very descriptive title to this issue. * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. * I already read...
ERROR: type should be string, got "\n\nhttps://github.com/tortoise/tortoise-orm\n\n"
0
Traceback (most recent call last): File "/usr/local/lib/python2.7/dist- packages/scrapy/core/downloader/middleware.py", line 43, in process_request defer.returnValue((yield download_func(request=request,spider=spider))) ValueError: invalid hostname: advisors-dev- mra-2333_profile_update.swarm.cxawsnprd.massmutu...
I have url with invalid hostname - it does not match IDNA standards. Scrapy fails with that. scrapy fetch "https://mediaworld_it_api2.frosmo.com/?method=products&products=[%22747190%22]" 2018-07-06 11:53:09 [scrapy.core.scraper] ERROR: Error downloading <GET https://mediaworld_it_api2.frosmo.c...
1
### First check * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. ### Description Is it possible to somehow globally filter response t...
from fastapi import FastAPI, Query app = FastAPI() @app.get('/sprints/') async def get_sprints(userID: int, numOfSprints: int = Query(..., ge=1, lt=100)): [...] return answer is applied, if numOfSprints is more than 99, response is: 422 Unprocessable Entity but in ...
0
I defined a class: export class TCommand<TSender, TParam, TThis> { } and created an alias for the closed type: export type Command = TCommand<any, any, any>; now when i try: export class NextCommand extends Command { } the compiler says: Error 1 Cannot find name 'Command' var cmd ...
Currently a type aliased class cannot be instantiated. Also there is no way to alias a type with type parameters. Please consider making type aliases as capable as the types that they represent, basically capturing the type expression under a different name.
1
Hi I need to pretrain the bert on one dataset and finetune it then on other datasets, so basically removing classifier from first part and substitute it with a new one with the specific number of labels, currently with current codes, it will be error to do it when loading pretrained model, could you please as...
I am using the following version of transformer, datasets and huggingface_hub. ![image](https://user- images.githubusercontent.com/77198742/232941383-cc398bb4-88c0-4a12-9ff1-c59f8c5aa1a6.png) I am running into the following error: NameError: name 'PartialState' is not defined. How to resolve this i...
0
Challenge [Change the Font Size of an Element] **Do not add a class attribute to the second p element, without removing it from the first one** Countless members in chat read this as moving the class attribute from one to the other. Just drop the second phrase starting with ", without".
Challenge Change the Font Size of an Element has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36`. My code: <style> .red-text { color: red; } p { font-size: 16px...
1
by **blake.mizerany** : 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.CloseChannel() //...
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 ...
0
t1 = Variable(torch.rand(3, 3)) t2 = Variable(torch.rand(3, 3)) print(t1 > t2) Variable containing: 0 1 0 0 1 0 0 1 0 [torch.ByteTensor of size 3x3] print((t1 > t2) * (t1 < t2)) Variable containing: 0 0 0 0 0 0 0 0 0 ...
High Priority: * `repeat` * `split` * `std` * `var` * `renorm` * `eq` * `ge` * `gt` * `le` * `lt` * `ne` Mid Priority: * `cross` * `cumsum` * `trace` * `unfold` * `cumprod` * `atan2` * `__and__` * `__bool__` * `__iand__` * `__ior__` * `__ixor__` * `__mod__` * `__nonz...
1
Reproduction steps: $ flutter create delete_me $ cd delete_me $ flutter run Got this: Launching lib/main.dart on Nexus 7 in debug mode... Running 'gradle assembleDebug'... Checking the license for package Android SDK Build-Tools 25.0.2 in /u...
$ 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/local/google/home/ianh/Android/Sdk/licenses Warning: License for package Android SDK Build-T...
1