text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
### Is there an existing issue for this? * I have searched the existing issues ### This issue exists in the latest npm version * I am using the latest npm ### Current Behavior Create this package in an empty directory: { "name": "missing-fs-extra", "private": true, "descripti...
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior If a package contains a node_modules that is symlinked then an npm install will issue the message npm WARN reify Removing non-directory .... and delete the node_modules directory. ### Expected Behavior A sym...
0
* 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: 2.7 * Operating System version: * Java version: 1.8 ### Steps to reproduce this issue 1. 正常导出服...
* 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. ### Confusion * Are there a feature for batched rpc in dubbo? what I mean batched rpc is that the individual invocations in a batch ...
0
## Problem Description In the most recent alpha with the most recent release of normalize.css (4.0.0), EnhancedButtons are styled like actual buttons. ![materialuinormalizeissue](https://cloud.githubusercontent.com/assets/3111765/13961599/dd80e7d8-f022-11e5-846a-81a1990850be.png) After doing some digging, the prob...
While working on mui-app-container, I ran into an issue with `AppBar` that appears to only be present on Safari (it does not exhibit on Chrome or IE 11 at least) - when toggling a persistent drawer closed and then reopen it, the `AppBar` does not account for the width of the drawer. * I have searched the issues of...
0
This code: m = krm.Graph() m.add_input('x', input_shape=(10,)) m.add_node(klc.Dense(5), 'y', input='x', create_output=True) m.compile(loss={'y': 'mse'}, optimizer='adam') with open('test.json', 'w') as f: f.write(m.to_json()) with open('test.json', 'r') as f: ...
This is probably a duplicate of #4302 (where only tensorflow was tested). ### Problem when using the Reshape layer it is not clear if one can use an unknown dimension (`-1`) like in numpy. Using it results in an error. See the following example (please bare with we that this is not a useful example, but it's just t...
0
_From@wangyibu on April 29, 2016 9:34_ * VSCode Version:1.0.0 * OS Version:window7 sp1 build 7601 * VS2015: commuity 2015 update1 * system path: C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.7; Steps to Reproduce: 1.add two ts file and compile ![1](https://cloud.githubusercontent.com/assets/14134768...
Using destructuring in functions signatures is a relief, but when combining it with type declarations there is a lot of duplication necessary: function foo( {paramA, paramB, paramC, paramD = null} :{paramA: number, paramB: string, paramC: boolean, paramD?: Object} ) {} function...
0
//== tests/cases/compiler/conflictingMemberTypesInBases.ts (1 errors) ==== interface A { m: string; } interface B extends A { } interface C { m: number; } interface D extends C { } interface E extends B { } // Error here for extending B and D /...
The early discussions about generics had this feature outlined, but it never made it into the final version for some reason. Meanwhile, it would be extremely helpful in some cases. The use case that it most dear to my heart is Knockout: interface Observable<T> { <U>( this: U, value: T ): U; ...
0
Hi guys, thanks for such a wonderful library. I want a special type of image transformation. This custom transformation should scale the image down maintaining the original aspect ratio so that one dimension of the image is exactly equal to the target dimensions and the other dimension of the image is greater than t...
**Glide Version/Integration library (if any)** : 3.6.0 **Device/Android Version** : any **Issue details/Repro steps/Use case background** : How to repo: I have a demo app with this bug here: https://github.com/yrizk/glide- centercrop-bug but essentially... no scale type declared in the xml centerCrop() w...
1
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.476] Windows Terminal Version: 0.6.2951.0 Any other software?: NO # Steps to reproduce when i open the terminal on my surface laptop it works fine but when i try to drag the windows to another monitor, th...
🤣
0
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke-staging/6076/\n\nFailed: Horizontal pod autoscaling (scale resource: CPU) [Serial] [Slow]\nReplicaSet Should scale from 1 pod to 3 pods and from 3 to 5 and verify\ndecision stability {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:61\n Jun 30 14:37:23.294: timeout waiting 10m0s for pods size to be 5\n \n\nPrevious issues for this test: #27316 #27773\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke-serial/1619/\n\nFailed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource: CPU)\n[k8s.io] [Serial] [Slow] ReplicationController Should scale from 1 pod to 3\npods and from 3 to 5 and verify decision stability {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:70\n Expected error:\n <*errors.StatusError | 0xc8214e6200>: {\n ErrStatus: {\n TypeMeta: {Kind: \"\", APIVersion: \"\"},\n ListMeta: {SelfLink: \"\", ResourceVersion: \"\"},\n Status: \"Failure\",\n Message: \"the server has asked for the client to provide credentials (get replicationControllers rc)\",\n Reason: \"Unauthorized\",\n Details: {\n Name: \"rc\",\n Group: \"\",\n Kind: \"replicationControllers\",\n Causes: [\n {\n Type: \"UnexpectedServerResponse\",\n Message: \"Unauthorized\",\n Field: \"\",\n },\n ],\n RetryAfterSeconds: 0,\n },\n Code: 401,\n },\n }\n the server has asked for the client to provide credentials (get replicationControllers rc)\n not to have occurred\n \n\nPrevious issues for this test: #27479 #27675\n\n"
1
## 🐛 Bug Hello, I’m running a GAN model with some second-order regularization. The training went well at the beginning and the loss decreased. However, after a random period of time, ranging from 3000-8000 updates, the segfault occurs and the training was terminated automatically. ## To Reproduce It is hard for m...
## 🐛 Bug Hello, I’m running a GAN model with some second-order regularization. The training went well at the beginning and the loss decreased. However, after a random period of time, ranging from 3000-8000 updates, the segfault occurs and the training was terminated automatically. ## To Reproduce run the followin...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The controlled/uncontrolled behavior is determined at the mount time. ## Current Behavior The controlled/uncontrolled behavior is determined at each render. ## Steps to Reproduce (for bugs) Look at t...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The GridListTile should look the same when wrapped in a component as when it's not wrapped. ## Current Behavior Wrapping GridListTile in a component collapses it, it does not fill out up the space ...
0
After upgrade from 2.4.10 to 2.5.6 I've got error _Variable "welcome_title" does not exist ..._ config.yml twig: globals: welcome_title: Welcome! After investigation I've found difference in the app/cache/dev/appDevDebugProjectContainer.php **2.4.10** ... $in...
When rendering a _Date_ field type using a _Choice_ widget the value field e.g. 1901 is correct but the text part is empty. <option value="1900"></option> <option value="1901"></option> <option value="1902">1902</option> This is most obvious when using a Birthday field as it by default starts ...
0
#### Summary The user code usually expects a specific type for the data returned from a request. currently however that metadata is lost and when using AxiosResponse and AxiosPromise we have to do casting. Here is how you could allow setting the type while not breaking backward compatibility: redefine the types: ...
Hello, As axios automatically converts JSON responses could we get something like this: get<T>(url: string, config?: AxiosRequestConfig): AxiosPromise<T>; export interface AxiosPromise<T> extends Promise<AxiosResponse<T>> { } export interface AxiosResponse<T> { data: T; ...
1
`kubectl get <resource_name>` prints all the resource info as a table by default. Sometimes there is just too much data and one row of the table is not able to fit in one line. It takes time to comprehend that entire output. It may be particularly useful to restrict columns by name. So for example in context of resou...
I am working with Huawei PaaS team on Ubernetes Phase I implementation, and focus on Uberenetes scheduler. I created a sequence diagram to illustrate the process of ubernetes scheduler and want to start some discussions. **A general principle design spec** Currently clusterSelector (implemented as a LabelSelector)...
0
trait Foo { type Bar; fn bar(&self) -> Option<<Self as Foo>::Bar>; } Gives: <anon>:7:32: 7:34 error: expected `;` or `{`, found `<<` <anon>:7 fn bar(&self) -> Option<<Self as Foo>::Bar>; Adding a space so it becomes `< <` fixes it.
### STR #![feature(associated_types)] trait Trait { type Type; // OK fn method() -> <Self as Trait>::Type; // Can't parse fn method() -> Box<<Self as Trait>::Type>; } fn main() {} ### Output ai.rs:9:23: 9:25 error: expec...
1
I have rules set like this rules = [ Rule(LinkExtractor( allow= '/topic/\d+/organize$', restrict_xpaths = '//div[@id= "zh-topic-organize-child-editor"]' ), process_request='request_tagPage', callbac...
Was trying to send email through scrapy. Settings I used are:- #settings for mail MAIL_FROM = '...@gmail.com' MAIL_HOST = 'smtp.gmail.com' MAIL_PORT = 587 MAIL_USER = '...@gmail.com' MAIL_PASS = 'xxxxxxx' MAIL_TLS = True MAIL_SSL = False Email was sent successfully. But the following exception is t...
0
I don't see what version of tsc you support so this might be a version problem: error.ts /// <reference path="node.d.ts" /> > tsc error.ts > node.d.ts(101,36): error TS1005: ';' expected. > node.d.ts(690,23): error TS1005: ';' expected. > node.d.ts(702,23): error TS1005: ';' expected. > node.d.ts(1228...
A definition file for the small color library chroma.js would be quite useful.
0
**Migrated issue, originally created by Michael Bayer (@zzzeek)** ML thread https://groups.google.com/forum/?hl=en#!topic/sqlalchemy/t8a6SLTYrIc even though all the docs show string names being sent to insert.values(), you can use columns as keys inside a dictionary as well, just as we need to do with UPDATE some ...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** even though columns-as-keys is de-emphasized in the documentation for insert, it does work, except for multi-values: from sqlalchemy import * from sqlalchemy.dialects import sqlite t = table('t', column('a'), column('b')) ...
1
* Electron version: 1.3.5 * Operating system: Windows 10 It seems like certain menu accelerators don't work when the app is running in Windows, but they do work in macOS. In the example below, none of the accelerators work in Windows, but clicking the menu item does log the correct message. But `CmdOrCtrl+B` _do...
* Electron version: All * Operating system: Windows vs Mac When I define a custom undo behaviour I found it become different between Windows and Mac devices. This is what I did: // the main menu I overwrite: let menuTemplate = [ // Edit { label: 'Edit', submenu: [ ...
1
### 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 a feature request that matches the one I want to file, without success. ### Electron Version 13.1.17 ### What oper...
### 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 a feature request that matches the one I want to file, without success. ### Electron Version 12.0.5,11.3.0,12.0.7 ...
1
After upgrading to babel 7, the command to transpile a directory, that worked well in the same project with Babel 6 is failing with a `Maximum call stack size exceeded` after transpiling **369 files**. The command executed is: babel --copy-files --ignore '**/__tests__/*.js,node_modules' --out-dir ./fu...
### Babel/Babylon Configuration (.babelrc, package.json, cli command) .babelrc { "presets": [ ["@babel/env", { "targets": { "node": "6.11.5" } }] ], "plugins": ["@babel/plugin-proposal-object-rest-spread"] } CLI Command `babel 'functions/src' --out-dir...
1
I'm just reporting this error I got when using atom. Error report: [Enter steps to reproduce below:] 1. I opened a folder in atom with the windows context menu item 2. I right clicked on a a folder in the sidebar and up pops the error. **Atom Version** : 0.210.0 **System** : Microsoft Windows 8.1 Pro w...
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
I have tested this input code in chrome and your compiled code also and discovered an issue. I have described that issue in the comments in the following code. class B extends RegExp { constructor(source, flags) { super(source, flags); } getName() { return 'name'; ...
Current Babel transform, when it comes to call the parent function _possibleConstructorReturn(self, call) { if (!self) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return call && (typeof call === "object" || typeof call === "functi...
1
when I click the `reset`, the input value was empty. but the v-model `message` still was old value. Code here: https://jsfiddle.net/50wL7mdz/9404/
It clears the inputs but data is still there http://jsfiddle.net/5a6z6xmk/
1
### System info * Playwright Version:1.32.2 * Operating System: linux * Browser: [All, Chromium, Firefox, WebKit] * Other info: ### Source code docker-compose up --exit-code-from e2e--build e2e **Steps** * Run a test in a container in circleCI **Expected** Delay exit code a...
### System info * Playwright Version: [v1.0.0] * Operating System: [Windows 10] * Browser: [Chromium] * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. **Link to the GitHub repository with the repro** [https://github.com/your_profile/playwright_issu...
0
class FooError extends Error { constructor(message:string) { super(message); } } console.log((new FooError('foo')).message); // <nothing> console.log((new Error('bar')).message); // bar Am I missing something obvious or is there a bug with 1.8.9?
Test case: myError.ts class MyError extends Error { constructor(message: string) { super(message); } } let error = new MyError('Error Message'); console.log(error.message); tsconfig.json { "compilerOptions": { "target": "...
1
"var" is not more highlighted in blue in javascript file!
Windows 10 is half baked one IE and now this editor. I was surprised with the built in extensions, but I'm feeling terrible after experiencing this issue. I was working with this editor, and suddenly my system became very slow and I'm forced to shut down my system. After the restart my current working file (see the...
0
**Migrated issue, originally created by Michael Bayer (@zzzeek)** from sqlalchemy import Integer, Column, ForeignKey from sqlalchemy.ext.declarative import declarative_base Base = declarative_base() class A(Base): __tablename__ = 'a' id = Column(Integer, prima...
**Migrated issue, originally created by David Lord (@davidism)** I have the following models: * `Device` * `DeviceSource` has a foreign key and relationship to `Device` * `LDAPDeviceSource` is a joined-table inheritance of `DeviceSource` In order to make defining new `DeviceSource` subclasses easier, I creat...
1
Sometimes the private modifier on the constructor can be useful, especially if you want to implement some kind of singletons.
I think it is a pretty common pattern to have a static factory method to create a class and the constructor of this class being otherwise private so that you cannot instantiate the class unless you use the factory method.
1
**Describe the bug** Using SQLAlchemy 1.4.0b2, I'm joining one version of subquery on itself, so I get duplicate column names. The SQL produced properly disambiguates these column names, however the keys returned in the result set are not disambiguated. (I'm new to SQLAlchemy, so this may not be a bug, but I woul...
**Migrated issue, originally created by Leonardo Rossi (@hachreak)** update: this specifically hits the _stored_in_collection assertion because the check for `if event_key._listen_fn not in self.listeners` fails for an event key with wrapping. I'm using Invenio 2.0 and try to replace old version of SQLAlchemy 0.8....
0
# Description of the new feature/enhancement When pasting a large amount of text or even just having multiple lines show a OPTIONALLY warning to the user. This is the behaviour in Cmder # Proposed technical implementation details (optional)
# Support win10 1803 # Local compilation
0
### Version 2.6.10 ### Reproduction link https://github.com/wxkcoder/bugs_demo ### Steps to reproduce vue version:2.6.10 ios version:10.3.3 or 11.4 use wxchat webview page A use 'this.$router.push({name:B})' Jump to Page B Page B import component C Component C bind a touchstart event the problem is Co...
### Version 2.6.10 ### Reproduction link https://github.com/wxkcoder/bugs_demo ### Steps to reproduce vue version:2.6.10 ios version:10.3.3 or 11.4 use WeChat webview page A use 'this.$router.push({name:B})' Jump to Page B Page B import component C Component C bind a touchstart event the problem is Co...
1
hi, all when i use the scipy.optimize.linprog for a simple LP how can i get the value of dual variant (in a simple way)? cuz in my problem, the dual variant has some practical significance
I have a huge linprog problem of almost 1k variables and restrictions. I can calculate the solution with scipy.optimize.linprog(method='simplex') but I need shadow prices (or opportunity costs / duals) of ~100 inequalities. I'm able to calculate them by adding 1 to the right side of the inequality and then solving t...
1
Set user lockout after X amount of failed logins to protect against bruteforce attacks. * Feature toggle in config * Configurable number of logins in config * Admin can reset user (Is Active true/false) * Email recovery link
**Is your feature request related to a problem? Please describe.** In its default state, the Superset login page permits any number of failed login attempts. This has been flagged as a security issue by our sysadmin team, and I agree with them. I have only tested users created in the database and have not tried oth...
1
**TypeScript Version:** 1.8.9 **Code** // A self-contained demonstration of the problem follows... export interface IHiddenColumns { hiddenColumns: string; } export class HiddenColumnsLoader { public loadHiddenColumns(): Promise<void> { return n...
**TypeScript Version:** 1.8.9 **Code** Promise.all([Promise.resolve('')]); // has type Promise<Promise<string>[]> **Expected behavior:** The expression has type `Promise<string[]>` as in 1.8.7 **Actual behavior:** The expression has type `Promise<Promise<string>[]>`
1
In my project I have: "devDependencies": { "babel-cli": "~6.1.2", "babel-preset-es2015": "~6.1.2", … When I run babel-doctor I see this: ❯ babel-doctor Babel Doctor Running sanity checks on your system. This may take a few minutes... ...
## bug report ### Input Code This is only an issue when using both the react and typescript presets. interface I { <T>(p: T): T } Repl Link ### Babel/Babylon Configuration (.babelrc, package.json, cli command) { "presets": [ "@babel/react", ...
0
### System info * Playwright Version: 1.30.0 and newer * Operating System: Windows 11, Official Playwright Jammy image * Browser: Chromium * Other info: Problem happens locally on Wndows 11 and on the CI on a GitLab runner running the offical Playwright Jammy image ### Source code **Config file** ...
### System info * Playwright Version: [v1.24.0] * Operating System: [Ubuntu 20, macOS 13.2] * Browser: [Chromium] * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. **Link to the GitHub repository with the repro** [https://github.com/your_profile/pla...
0
Apache Druid 0.21.0 contains around 120 new features, bug fixes, performance enhancements, documentation improvements, and additional test coverage from 36 contributors. Refer to the complete list of changes and everything tagged to the milestone for further details. # # New features ## # Operation ### # Service d...
@gianm, this is meant as a placeholder, feel free to alter title and content of this issue In #6066 we discussed the possibility of specifying the `sortOrder` on ingestion specs. Currently, rows in segments are sorted based on `[__time] + dimensions`. Knowing that Druid's bitmaps use some form of RLE compression, a...
0
I think it should be computed in terms of `zero_one_loss` to avoid code duplication.
Hi, I would like to report what seems to be a bug in the treatment of the `copy_X` parameter of the `LassoLarsIC` class. Because it's a simple bug, it's much easier to see in the code directly than in the execution, so I am not posting steps to reproduce it. As you can see here, LassoLarsIC accepts a copy_X paramete...
0
**Janning Vygen** opened **SPR-3449** and commented the binding of a list does not work in spring 2.0.4. The error is reproducable with the code below (including pom maven descriptor). The same code DOES work with spring 2.0.3 (you just need to change the pom if you use maven) // imports removed public class S...
**Peter Dettman** opened **SPR-6041** and commented The Caucho hessian lib has now stabilised its v2.0 protocol and rounded up several regressions, with the release of v4.0.1 (http://caucho.com/download/hessian-4.0.1.jar). In 4.0.1, the HessianSkeleton class provides a ready-made invoke method that Spring's Hessian...
0
### Bug report **Bug summary** Attempting to IMPORT matplotlib under Python 3.7.x on a Win10Pro results in error: "ImportError: DLL load failed: The specific module could not be found". DLL name not given. However, first importing PyQt5, and only then importing matplotlib works as it should. **Code for reprodu...
### Documentation Link https://matplotlib.org/devdocs/api/_as_gen/mpl_toolkits.mplot3d.axes3d.Axes3D.html#mpl_toolkits.mplot3d.axes3d.Axes3D.scatter ### Problem Note that both scatter() and scatter3D() appear, although they are strict aliases of one another, duplicating much content. (I'm not suggesting to get rid...
0
## Bug Report * I would like to work on a fix! **Current Behavior** I created my porject with CRA. I tried to import React-Navigation to my project. After the import, babel started throwing me an error for "@babel/plugin-proposal-export-default-from" plugin every time i tried to run my code. So I added it and...
## Bug Report * I would like to work on a fix! **Current behavior** @babel/eslint-parser gives false positive (shows error) for no-unused-vars rule with TypeScript types: error 'Rubik' is defined but never used no-unused-vars **Input Code** import Rubik from './Rubik'; ...
0
_Original tickethttp://projects.scipy.org/numpy/ticket/1064 on 2009-03-23 by trac user changimeno, assigned to @charris._ `interp(x, xp, fp, left=None, right=None)` the "right"--parameter option does not work properly. Example: In [2]: x = arange(4)*2 + 2 In [3]: y=x**2 In [4]: xx = ar...
Cross-compiling scipy and other projects that depend on numpy's distutils is a huge pain right now, because to do it [in addition to lots of other details that you have to get right] you have to have both a native and cross-compiled version of numpy installed. It seems pretty unreasonable that I need a native version...
0
#### Description When there are duplicated input points to Kmeans resulting to number of unique points < number of requested clusters, there is no error thrown. Instead, clustering continues to (seemingly) produce the number of clusters requested, but some of them are exactly the same, so the cluster labels produced...
### Describe the bug PCA fit_transform() gives different (and wrong) results with fit() first and then transform() on the same data, and doing two separately yields the correct results. ### Steps/Code to Reproduce from sklearn.decomposition import PCA test_encoding=np.matrix([[0., 0., 1., 0....
0
I have a problem installing Atom 0.190.0 using AtomSetup.exe - it runs for a fraction of a second and exits immediately without any error message. I managed to determine that Atom is using something called Squirrel to build the installer (is it mentioned somewhere?), so here is its SquirrelSetup.log: ...
Hi all, when i try to install Atom on my Windows 8.1 machine i get this error. ![Error](https://camo.githubusercontent.com/1be5527ef8779c46b73a71bd811d86061417279700719d671598459a9450313a/687474703a2f2f692e696d6775722e636f6d2f6e565061356b772e706e67) ## And the log say: Program: Starting Squirrel Up...
1
Challenge Increment a Number with JavaScript has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. Link to page: https://w...
Challenge Adjusting the Padding of an Element has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: ...
1
I'm trying to calculate the NDCG score for binary relevance: from sklearn import metrics # test 1 y_true = [[3]] y_score = [[5]] metrics.ndcg_score(y_true, y_score) And getting error `ValueError: Only ('multilabel-indicator', 'continuous-multioutput', 'multiclass-multioutput...
See this code example: >>> t = [[1]] >>> p = [[0]] >>> metrics.ndcg_score(t, p) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/cbournhonesque/.pyenv/versions/bento/lib/python3.8/site-packages/sklearn/utils/validation.py", line 63, in inner_f ...
1
I started having trouble with a site I have in development that uses Joomla 3.1.5 with Bootstrap (meet gavern template) under IE10 on Win7 Ultimate. So I tried opening the getbootstrap site under IE10 and it also has big issues (attached). The home page loads the background, a couple text fields and nothing else, and...
if the PC has "helvetica" font, and css sais font-family: "helvetica"; IE 9&10 can not display anything. so I think it is important, "helvetica" should be removed from defolt "font-family". thank you.
1
After I checkout SciPy and run the tests as-is, I'm seeing >50 test failures. The steps being followed are: conda create -n scipy python=3 conda install -y mkl numpy setuptools matplotlib cython pytest git clone https://github.com/scipy/scipy cd scipy python setup.py build_ext --inplace...
### Issue I installed the latest github version of scikit learn 1.1.0 as of 24.01.2017 latest commit `beb258e` and I get undefined `symbol: _gfortran_stop_numeric_f08` It seems that the error comes from an scikit-image, but it is due to scipy import problem. The issue is resolved when the release version 1.0.0 is...
1
* 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 System version: xxx * Java version: xxx # Http Request Solutions We are going t...
* 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: 2.6.2 * Operating System version: win10 * Java version: 1.8 ### Step to reproduce this issue 1、...
0
##### System information (version) * OpenCV => 3.4.1 * Operating System / Platform => windows 10 x64 * Compiler => mingw-w64 8.1.0 and mingw-w64 7.3.0 ##### Detailed description imwrite crash test with mingw-w64 8.1.0 and mingw-w64 7.3.0 All same settings but OpenCV 3.4.0 is good. ##### Steps to reproduc...
##### System information (version) * OpenCV => 3.4.1 * Operating System / Platform => Ubuntu 18.04 64 Bit * Compiler => gcc 7.3.0 ##### Detailed description imwrite produces a segfault if the provided input array is an expression involving an operation on a mat, such as 2 * x or x + y. It occurs for me with ...
1
Calling scipy.stats.hypergeom.pmf with a total of 0 Type I objects (and therefore, having a maximal k value of 0), returns a NaN value instead of 1.0. From the documentation : pmf(k, M, n, N) = choose(n, k) * choose(M - n, N - k) / choose(M, N), Fixing k = n = 0, we have : pmf(0, M, 0, N) = choose(0, 0) * choos...
_Original tickethttp://projects.scipy.org/scipy/ticket/57 on 2006-04-02 by @rkern, assigned to @rkern._ The function `tmean` in file source:trunk/Lib/stats/stats.py needs review. Please look over the StatisticsReview guidelines and add your comments below.
0
The weekly build with nightly wheels from numpy and pandas has failed. Check the logs for any updates that need to be made in matplotlib. https://github.com/matplotlib/matplotlib/actions/runs/2722394505
The weekly build with nightly wheels from numpy and pandas has failed. Check the logs for any updates that need to be made in matplotlib. https://github.com/matplotlib/matplotlib/actions/runs/2600273155
1
Screenie: http://puu.sh/l7m9w/0f05381eb0.png I finished the lesson, but I'm unable to progress. This happened with every lesson in the jQuery section, but all the others finally worked after a dozen clicks or thereabouts. The script runs correctly, and the hinge animated takes place (wasn't able to puush fast enough...
Challenge http://www.freecodecamp.com/challenges/waypoint-change-the-css-of- an-element-using-jquery has an issue. Please describe how to reproduce it, and include links to screenshots if possible. Code fails validation ("Your target1 element should have red text." continues to show a red X even though the condition...
1
When I close an unsaved file, I get a popup saying "foo has changes, do you want to save them?". The popup has three buttons "Save", "Cancel" and "Don't Save". The standard Windows dialog for this allows me to hit n to select Don't Save. WIBNI Atom would allow me to do the same, at least on Windows?
(this is possibly windows only, tested with 0.113.0) **Steps To Reproduce** * Open Atom * Type something into a new editor or change an existing file (doesn't matter which) * Attempt to close the tab (for example `Ctrl+W`) * Correctly, a dialogue opens, that will give you a choice how to proceed ![close-di...
1
I didn't know but it seems that PHP is replacing dots by underscores in parameter names in all global variables ($_GET, $_POST, ...). This bug in PHP is described on stackoverflow and on php.net. Since the Request class uses those globals in `createFromGlobals` method, all values in Request::$query, Request::$attri...
Symfony/Component/BrowserKit/Client->submit uses $form->getPhpValues() which uses parsestr which automagically converts . to _, this breaks compatibility with forms intended for non-PHP services. **Background** I am trying to write a functional test for connecting to an OpenID2 implementation in ASP.NET, however t...
1
* 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: 2.7.5-SNAPSHOT * Operating System version: win10 * Java version: 1.8 ### Steps to reproduce this...
* 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: 2.7.0 * Operating System version: mac * Java version: 1.8 `org.apache.dubbo.config.AbstractConfi...
0
I need show the format of date of this way 'dd/mmm/yyyy', thanks `<Field style={style.field} title="Birthday" name="dob" disabled={sendIn} component={TextField} validate={Validations.required} type="date" InputLabelProps={{ shrink: true, }} />` ![screen shot 2017-10-10 at 12 30 42 pm](https://user- images.githubus...
`TextField` with a `label` set to something and `type` set to date but with no initial value displays the label and `mm/dd/yyyy` on top of each other in the `TextField`. Once you enter the field, the label moves up as superscript and the mm/dd/yyyy remains and is readable. * I have searched the issues of this repo...
1
Rust version: $ /opt/rust-0.6/bin/rustc -v /opt/rust-0.6/bin/rustc 0.6 host: x86_64-unknown-linux-gnu $ Code to reproduce: struct Test; pub impl Test { pub fn new() -> Test { return Test; } } fn main() { let test = Tes...
This should not compile (AFAIK, but static methods aren't documented), but it shouldn't ICE either. ## output error: internal compiler error: calling transform_self_type_for_method on static method rust: task failed at 'explicit failure', /Users/burg/repos/rust/src/libsyntax/diagnostic.rs:78 r...
1
* I have searched the issues of this repository and believe that this is not a duplicate. I uploaded my Next.js/Express app on AWS and it's failing at runtime for unknown reason. I have the following AWS logs: START RequestId: 27f88393-2541-11e8-af21-a362290178d9 Version: $LATEST 2018-03-11 16:...
# Feature request ## Is your feature request related to a problem? Please describe. I see a lot of people using a separate component, just for adding an active class when a route is active. My suggestion is the add functional support for className in the link component. To give an example: import Li...
0
The Git history for this repository is invalid. You'll run into this if you enable verification of the history in your configuration (which should really be the default): [transfer] fsckobjects = true [fetch] fsckobjects = true [receive] fsckobjects = true ...
Hi Kenneth, I'd like to see this feature: allow developers to specify more hooks per category, and let them be applied in pipe. I'll be very glad to produce a patch.
0
##### System information (version) * OpenCV => Any version: * Operating System / Platform => Windows 64 Bit and Windows 32 Bit * Compiler => Visual Studio 2015 ##### Detailed description dist.h compile without NEON or GNUC It will cause Memory out of bound Error!! Because size * sizeof(pop_t), larger than...
##### System information (version) * OpenCV => : 4.1.2: * Operating System / Platform => :Windows 64 Bit: * Compiler => :Visual Studio 2015: ##### Detailed description ##### Steps to reproduce I converted from a keras model to tensorflow. But I get this error. Has anyone already encountered this type of err...
0
* I tried using the `@types/lodash` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. * Authors: @bczengel, @chrootsu, @stepancar ### Ref lodash/lodash#3475 ## Error Details #...
_.chain from `@types/lodash` is broken on Typescript 2.6 I have little knowledge of lodash internals, but the project that I'm working on uses it a lot. Using the new `@ts-ignore` silences the error, but I wanted to register it here. ### Reproducing: install typescript ~2.6.0 `tsc -init` `npm i lodash @types/l...
1
**Elasticsearch version** : 5.0 **Plugins installed** : [] x-pack **JVM version** : 1.8 **OS version** : ubuntu 14.05 **Description of the problem including expected versus actual behavior** : enter command service elasticsearch start after 10s failed. /var/log/elasticsearch there is no logs. ...
**Elasticsearch version** : 5.0.0 **Plugins installed** : none **JVM version** : openjdk version "1.8.0_91" OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-0ubuntu4~14.04-b14) OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode) **OS version** : Ubuntu 14.04.5 LTS **Description of the problem includ...
1
* 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: 2.7.4.1 * Operating System version: win10 * Java version: 1.8 ### Steps to reproduce this issue ...
* 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: 2.7.5 * Operating System version: MAC OS X * Java version: Hotspot 1.8 ### Steps to reproduce th...
0
* Electron version: 0.30+ * Operating system: Windows, Mac & Linux There are plenty of small & large desktop applications made in Electron, and while core application logic may be under a few megabytes, the installer (having its own Electron bundled) itself adds over 60 MB of weight. Once I have couple of Electr...
Currently developers using atom-shell have to ship the whole atom-shell binaries when distributing their apps, but since now we have asar as atom- shell's app format, we may add runtime mode to atom-shell like Adobe Air or Chrome Hosted Apps that developers only need to distribute packaged app in `asar` format as lon...
1
Atom crashes every time when I try to open it, from command line and from dock. It crashes immediately after opening, I can't even see the window. I have used atom in my computer few months with out any problem. When opening atom from terminal it prints following message every time: LSOpenURLsWithRole...
I am unable to open Atom from the command line on Mac OS X 10.10 (Beta 4)—I don't remember when it broke or what caused it, but re-downloading/re- installing the command line tools didn't fix it. I believe this is different from #1103 because I'm on Atom `0.119.0`. I investigated which line of `/usr/local/bin/atom` ...
1
**TypeScript Version:** 1.8.7 compiled: `tsc --noImplicitAny error.ts` (the behavior is exactly the same with or without `--noImplictAny`) **Code** // A self-contained demonstration of the problem follows... type Greeting = "hello" | "goodbye" const apply = <T extends string,R>(t: T, ...
**TypeScript Version:** 1.8.9 **Code** Based on Using the Compiler API, to generate an AST, use `createSourceFile` like this: // A self-contained demonstration of the problem follows... ts.createSourceFile(<filename>, <file content>, ts.ScriptTarget.ES6, true) What gets generated appears to be...
0
import 'dart:async'; import 'package:flutter/widgets.dart'; final GlobalKey _kKey = new GlobalKey(); Future main() async { runApp(new Block( children: new List<Widget>.generate( 2, (_) => new Padding( padding: const EdgeI...
If you're creating an app that has native and flutter components there is no way to share images or fonts between flutter and android/ios. This means that assets needed on both sides will have to be included in the binary twice and that could be expensive.
0
Runas blows up because it's using old nan, but upgrading it to latest doesn't seem to help, yet when I just run `npm install`, it all works >:| It'd be cool if we could get on official io.js for building so we could just replace all references of node.js everywhere in the docs
`gyp http GET https://atom.io/download/atom-shell/v0.25.1/iojs-v0.25.1.tar.gz` `gyp http 403 https://atom.io/download/atom-shell/v0.25.1/iojs-v0.25.1.tar.gz` It looks already released but can't access. Is it temporary? https://github.com/atom/electron/releases
1
When trying to drag the mouse in order to select text, nothing happen and the cursor stays where the mouse was first clicked. It also prevent from drag and dropping tabs in the same way. I had the same bug as soon as I updated my Google Chrome to version 41. I had to add this flag '--touch-devices=123' when opening ...
There is a known issue with Chrome41 engine running on Linux in VirtualBox. It actually became a show-stopper for Chrome42. **TL;DR** : in VB Chrome41 engine _always_ runs in touch-screen mode, even on desktops. Hotfix in Chrome41 is to pass `--touch-devices=123` to the chrome command line. Is it possible to pass p...
1
* Electron version: 1.4.3 * Operating system: macOS Sierra 10.12 * Description: I haven't found something in issues so I created it :) Maybe it is a duplicate. Than it can be closed :D However. It would be great if we can create separator in Tray. Like the menu-item type separator. Current tray implement...
* Electron Version: 2.0.5 * Operating System (Platform and Version): macOS Mojave beta4 **Expected Behavior** Call `browserWindow.setProgressBar(0.5)`, the app hard crashes citing an unrecognized selector. Doesn't happen on High Sierra [_NSImageViewSimpleImageView setDoubleValue:]: unrecognized ...
0
We should add some basic synchronization around multiple processes creating the node_modules folder at the same time. Basically do whatever `cargo build` does and have each process wait on the other. This is necessary because it seems like multiple processes creating junctions at the same time causes some weird issu...
I am using deno_core version 0.112.0 in my project. But when I make a release build and run it on another computer without cargo installed I get the following error: thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: The system cannot find the path specified. (os error 3)', C:\User...
0
**Do you want to request a _feature_ or report a _bug_?** Report a bug. **What is the current behavior?** Getting the following error while trying to hydrate SSR content. `Expected server HTML to contain a matching <linearGradient> in <defs>.` **If the current behavior is a bug, please provide the steps to rep...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** I've started recieving this warning about my SVGs which is using feGaussianBlur: `Warning: Expected server HTML to contain a matching <feGaussianBlur> in <filter>.` **What is the expected behavior?** Should be n...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME EC2_GROUP ##### ANSIBLE VERSION ansible 2.2.0.0 config file = configured module search path = Default w/o overrides ##### CONFIGURATION ##### OS / ENVIRONMENT Amazon Linux 2016.09 ##### SUMMARY "msg": "group referenc...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ec2_group ##### ANSIBLE VERSION ansible 2.2.1.0 config file = configured module search path = Default w/o overrides install: sudo pip install -U git+https://github.com/ansible/ansible.git@v2.2.1.0-0.2.rc2 \--upgrade --ignore-in...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Dialog will scroll its own content when I make a scroll gesture on the phone ## Current Behavior Once I open a second fullscreen modal (which is opened previously by another fullscreen modal), the scro...
Tested dialogs in http://www.material-ui.com/#/components/dialog. On desktop Chrome, background scrolling is disabled when dialogs are shown. However, it is not disabled in iOS Safari or Chrome.
1
#### Code Sample >>> pd.to_datetime('2017-01-01T15:00:00-05:00') ... Timestamp('2017-01-01 20:00:00') # This is a timezone-naive Timestamp, but was converted to UTC #### Problem description Given a timezone-aware string (e.g., in ISO8601 format), `pd.to_datetime` converts the string to UTC time,...
Suppose you have an existing SQL table called `person_age`, where `id` is the primary key: age id 1 18 2 42 and you also have new data in a `DataFrame` called `extra_data` age id 2 44 3 95 then it would be useful to have an option on `extra_data.to_sql()`...
0
## 📝 Provide a description of the new feature I Would love to see a feature allowing us to set any window to be always on top of other windows. I thing a good way to enable the feature would just be add it to the context menu when you right click on the title bar of a window. ## _What is the expected behavior of t...
Please make an MSI available as was done in previous versions. It's nice that the EXE has apparently reached parity with the MSI, but MSI is much preferred for distribution in an enterprise environment using Configuration Manager. * * * If you'd like to see this feature implemented, add a 👍 reaction to this post. ...
0
### 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 a feature request that matches the one I want to file, without success. ### Electron Version 11.2.3 ### What opera...
Our app is a book reading app. We updated the version of electron from 5.10 to 11.2.3 last month. We have got a lot of complaints about "can not add new books to the library sometimes." after the update. Our team member has encountered the same problem once, but we cannot reproduce it afterward. Right now, we h...
1
### Description At present, a `set` method in XCom using two steps: 1. delete all XCom with key `(dag_id, execution_date, task_id)` 2. insert new XCom However, when the xcom is set frequently, some error will occur, like this: sqlalchemy.exc.OperationalError: (MySQLdb._exceptions.OperationalErro...
I have a kind request for all the contributors to the latest provider packages release. Could you please help us to test the RC versions of the providers? Let us know in the comment, whether the issue is addressed. Those are providers that require testing as there were some substantial changes introduced: ## Pro...
0
# Bug report **What is the current behavior?** For the dynamic imports which contains some expression, the `resolve.extensionAlias` configuration option is not used to resolving the imports. **If the current behavior is a bug, please provide the steps to reproduce.** // Config const config = { ...
# Bug report **What is the current behavior?** * * * ## **The same problem in`require.context` and `import.meta.webpackContext`**, so need to be fixed too For example, `highlight.js` has the following in `exports` of `package.json`: { "exports": { "./lib/languages/*": { "require":...
1
The challenge asks the user to make the top margin 20px when the challenge itself only accepts 40px as the correct answer
In the instructions for the margin, you have the pixel setting for "Top" to 20px instead of 40px.
1
* Electron version:1.4.14 * Operating system: mac v10.12.3 ### Expected behavior setting BrowserWindow options frame false browser Top frame zone There is an invisible window i want work css cursor:pointer my option code mainWindow = new BrowserWindow({ show: false, fr...
* Electron version: 1.4.1 * Operating system: Mac with retina display Step to reproduce: 1. create a frameless window on a retina device 2. put an element at the very top, say a div, and set the cursor type to pointer 3. observe that the cursor does not always change to a 'pointer' type I have a video he...
1
Would it be possible to utilize `APP_ENV` variable when running `yarn encore`? So instead of `yarn encore dev` or `yarn encore production` I would do `yarn encore`. More explicit option would be `yarn encore env` that selects dev or production based on `APP_ENV`. This would avoid duplication of install/deploy conf...
**Symfony version(s) affected** : 4.1.1 (at least) **Description** I tried to decorate the serializer, but it's not possible; I get an exception: > Circular reference detected for service "App\Serializer", path: > "App\Serializer -> App\Serializer.inner -> App\Serializer". **How to reproduce** With a fresh web...
0
I would like to apply a directive conditionally through something like [class.draggable]="someBool" with '.draggable' as the selector on the directive, but this is not supported. What then is the recommended way to conditionally apply a directive on an existing element? Do I use an attribute for the selector and pass...
The metadata extractor allows this: export function FACTORY(parentDispatcher: ViewportRuler) { return parentDispatcher || new ViewportRuler(); }; But not this: export const FACTORY = (parentDispatcher: ViewportRuler) => { return parentDispatcher || new ViewportRuler(); ...
0
## Checklist * [x ] I have included the output of `celery -A proj report` in the issue. software -> celery:4.1.0 (latentcall) kombu:4.1.0 py:3.6.5 billiard:3.5.0.3 redis:2.10.6 platform -> system:Windows arch:64bit, WindowsPE imp:CPython loader -> celery.loaders.app.AppLoader ...
## Checklist * I have included the output of `celery -A proj report` in the issue. (if you are not able to do this, then at least specify the Celery version affected). * I have verified that the issue exists against the `master` branch of Celery. ## Steps to reproduce I'm using Python 3.5.2 with celery 4....
1
> PHP Fatal error: Can't inherit abstract function > Symfony\Component\HttpKernel\Log\LoggerInterface::alert() (previously > declared abstract in Psr\Log\LoggerInterface) in > /home/olaurendeau/git/lafourchette- > core/vendor/symfony/symfony/src/Symfony/Bridge/Monolog/Logger.php on line 23 Symfony interface LoggerIn...
As of today, we have a `LoggerInterface` declared in the HttpKernel component. This can be problematic for components that need a logger but do not depend on HttpKernel. There are several options here to fix this "issue": 1/ Let the FIG group decide on an interface and rely on the FIG package that would declare thi...
1
Function `redirect` returns the wrong type according to `mypy`: # file "redir.py" from flask import Response, redirect def something() -> Response: return redirect("https://wikipedia.org/") Then mypy complains: redir.py:3: error: Incompatible return value type (got "werk...
I am not sure if this is a bug in Sphinx, but stuff like the `root_path` and `static_url_path` attributes/properties from `_PackageBoundObject` end up not documented in the API page of the docs. `api.rst` just contains this: .. autoclass:: Flask :members: :inherited-members:
0
When I try to import the package it shows me this message: Traceback (most recent call last): File "/Users/fabio/Desktop/Utilità/Politecnico/Magistrale/pythonProject1/venv/lib/python3.7/site- packages/sklearn/__check_build/ **init**.py", line 44, in from ._check_build import check_build # noqa File "/Applicat...
#### Describe the bug Importing `scikit-learn==0.24` fails on macOS 10.13. I believe this is similar to nodegui/nodegui#391, i.e. the prebuilt `libomp` binary (from 10.15) isn't compatible with macOS 10.13. We're also tracking this issue on the project where we encountered it: spinalcordtoolbox/spinalcordtoolbox#3...
1
**Migrated issue, originally created by Anonymous** using cast and INTERVAL seems to cause a problem: (note this code is corrupted by an issue tracker migration some years ago) import sqlalchemy as sa import sqlalchemy.dialects.postgresql as sa_pg s1 = sa.select([week ago', sa_pg.DATE)](sa.cas...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** diff --git a/lib/sqlalchemy/engine/default.py b/lib/sqlalchemy/engine/default.py index 3e5f339..9f845e7 100644 --- a/lib/sqlalchemy/engine/default.py +++ b/lib/sqlalchemy/engine/default.py @@ -474,6 +474,23 @@ class Defa...
1
ERROR: type should be string, got "\n\nhttps://storage.cloud.google.com/kubernetes-jenkins/pr-logs/pull/27728/node-\npull-build-e2e-test/11333/build-log.txt\n\n \n \n Summarizing 9 Failures:\n \n [Fail] [k8s.io] Downward API [It] should provide container's limits.cpu/memory and requests.cpu/memory as env vars \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/util.go:2078\n \n [Fail] [k8s.io] Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits [It] it should run with the expected status [Conformance] \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:114\n \n [Fail] [k8s.io] Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits [It] should report termination message if TerminationMessagePath is set [Conformance] \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:157\n \n [Fail] [k8s.io] Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image [It] should not be able to pull image from invalid registry \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:270\n \n [Fail] [k8s.io] Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image [It] should not be able to pull non-existing image from gcr.io \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:270\n \n [Fail] [k8s.io] Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image [It] should be able to pull image from gcr.io \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:265\n \n [Fail] [k8s.io] Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image [It] should be able to pull image from docker hub \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:265\n \n [Fail] [k8s.io] Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image [It] should not be able to pull from private registry without secret \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:270\n \n [Fail] [k8s.io] Container Runtime Conformance Test container runtime conformance blackbox test when running a container with a new image [It] should be able to pull from private registry with secret \n /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:265\n \n Ran 20 of 23 Specs in 1950.350 seconds\n FAIL! -- 11 Passed | 9 Failed | 0 Pending | 3 Skipped --- FAIL: TestE2eNode (1950.35s)\n FAIL\n \n\n"
Cluster level logging using Elasticsearch /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/es_cluster_logging.go:46 should check that logs from pods on all nodes are ingested into Elasticsearch [It] /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/k...
0
The places I'd expect to get warnings are indicated by the comments in this example: fn main() { let a: u8 = 1000; let b = 1000u8; let c = 1000 as u8; // NO WARNING !!! let one: u8 = 1; let d = (one * 1000) as u32; let e = (one * -1) as u32; // NO ...
The compiler should show a warning message when is used a negative number into a like-uint type let n: u8 = -1; println!("{}", n); // => 255
1
on master: https://travis-ci.org/angular/angular/jobs/66142657#L650 are those expected ? /cc @kegluneq
Right now, we get the following errors during our build. I think this is because we have almost empty files inside of `web/e2e_test` that look like this: E.g. compiler_perf.dart library benchmarks.e2e_test.compiler_perf; main() {} The error in the build is as follows: [21:01:1...
1
Currently, developing a flutter project that includes swift can be a bit of a pain when including various plugins - in particular Firebase messaging is the one I've had trouble with. This is more or less the structure of (the iOS part) of my app: App ↳ swift source ↳ firebase messaging ...
10-03 11:29:10.612 29886 29912 E flutter : [ERROR:../../lib/tonic/logging/dart_error.cc(16)] Unhandled exception: 10-03 11:29:10.612 29886 29912 E flutter : The null object does not have a method 'inheritFromWidgetOfExactType'. 10-03 11:29:10.612 29886 29912 E flutter : 10-03 11:29:10.612 29...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME * template expansion ##### ANSIBLE VERSION ansible 2.2.1.0 config file = configured module search path = Default w/o overrides ##### CONFIGURATION N/A ##### OS / ENVIRONMENT Ubuntu 16.04. ansible installed via pip. ...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME Template ##### ANSIBLE VERSION ansible 2.3.0 (devel 0aad46c85b) last updated 2017/01/09 16:11:21 (GMT -400) config file = /home/jadams/.ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION ...
1
In [1]: import pandas as pd In [2]: df = pd.DataFrame([[1, 0, 0],[0,0,0]]) # non sparse In [19]: %time df.loc[0] CPU times: user 367 µs, sys: 14 µs, total: 381 µs Wall time: 374 µs Out[19]: 0 1 1 0 2 0 Name: 0, dtype: int64 In [20]: %tim...
#### Code Sample df = Dataframe(numpy.zeros(10000,10000)) random_fill_df(df, num_elements=20) df = df.to_sparse(fill_value=0) timeit.timeit('df.loc[[23, 45, 65, 67],:]', globals=globals(), number=10) #### Problem description The reason why row slicing takes so long is because a sparse dat...
1
* 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: 2.7.1 * Operating System version: windows7 * Java version: 1.8 * Dubbo Spring boot Starter: 2.7...
* 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: 2.7.4.1 * Operating System version: macos, linux * Java version: 1.8 ### 背景 这个issue不是正常的使用场景下产生...
0
* VSCode Version: 0.10.11 * OS Version: Ubuntu 14.04 Steps to Reproduce: 1. Export a variable in your default shell (`~/.zlogin` for zsh; `~/.bash_login` for bash, for example. You can use `.bashrc` as well). export FOOBAR="1" 2. Pass different value of the same variable to VSCode. ...
Per microsoft/vscode-go#141, there appears to still be an issue with how env vars are passed into Code, even after the fix for #560. Steps to reproduce: 1. have `export FOO=1` in your `.bash_profile` 2. ensure your function to start visual studio code looks like this `code () { VSCODE_CWD="$PWD" open -n -b "com...
1
I've had a few conversations on IRC about using `#![no_std]` in Rust libraries. There are comments around (such as here in html5ever) that using `#![no_std]` should be used if one wants to write a Rust library that is going to be used from other languages. It's not really clear to me how accurate that recommendation ...
It would be great to be able to do some thing like this : `type A = { a: int }; type B = {b: int} herit A;` So in fact`B = {a: int, b: int};` It could maybe replace an object model when combined with interfaces.
0
One of the pages (Bonfire: Seek and Destroy) is completely "frozen" for me. I mean I can move the mouse, but can't click on anything, can't reset or edit my code or do anything, and if I close the tab and return later I still see my old code and the page is frozen.
Challenge http://freecodecamp.com/challenges/bonfire-reverse-a-string has an issue. Please describe how to reproduce it, and include links to screenshots if possible. Cannot reset code, page is frozen on me.
1