text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
In the `sklearn.metrics.precision_recall_curve` documentation, > thresholds : array, shape = [n_thresholds := len(np.unique(probas_pred))] But as the example below shows, >>> y_scores = np.array([0.1, 0.4, 0.35, 0.8]) ... >>> thresholds array([ 0.35, 0.4 , 0.8 ]) the shape of thre...
Referencing `"The last precision and recall values are 1. and 0. respectively and do not have a corresponding threshold. This ensures that the graph starts on the x axis."` Say you have a tie in your highest predicted probability output from the classifier with some false positives and some true positives, for examp...
1
failures: ---- integration::node_compat_tests::node_compat_tests stdout ---- thread 'integration::node_compat_tests::node_compat_tests' panicked at 'assertion failed: `(left == right)` left: `Some(0)`, right: `Some(1)`', cli/tests/integration/node_compat_tests.rs:17:3 https:...
Node.js compatibility ... Node.js compatibility "parallel/test-child-process-exec-timeout-kill.js" => ./cli/tests/node_compat/test.ts:54:11 error: AssertionError: Failed assertion: error: Uncaught AssertionError: Values are not strictly equal: [Diff] Actual / Expected ...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The drawer should stick to the right side of the screen when set with `anchor="right"` and `type="permanent"`. ## Current Behavior The drawer sticks to the left. ![screen shot 2017-09-30 at 12 50 39]...
I've use an SVG for my `label` prop on the `Toggle` component, it displays fine. However the Toggle component does not propagate `:hover` / `hoverColor` to the `label` node. If I place an `SvgIcon` component next to `Toggle` it receives the hover event fine and changes color, not so when used as the `label` node ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Client side routing, navigation and routing would work. ## Current Behavior Ran `next export` and when I serve locally (and online) there's a client side JavaScript error that breaks all the client...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When I'm deploying a production build, I should have minified javascript code in order to minimize file size and maximize performance. ## Current Behavior My app.js is 529KB and not minified ## St...
0
@spicyj, you know what's up.
Calling `setState` in `componentWillMount` doesn't behave as I would expect. Here's a fiddle demonstrating. In short, the callback is invoked before the state has been updated.
1
babel --version 6.1.1 (babel-core 6.0.20) .babelrc { 'presets': ['es2015', 'stage-0', 'react'] } EmptyComponent.jsx class EmptyComponent extends React.Component { constructor() { super() } nextStep = (e) => { e...
Hello, I found that autobinding in classes are not work after update to 6.0 'this' is not allowed before super() (This is an error on an internal node. Probably an internal error) .babelrc { "presets": [ "react", "es2015", "stage-0" ...
1
#2376 I'm having this problem and none of the two suggested workarounds worked for me, and I don't know whether it's fixed or not. Symfony2.3
Errors are not associated with the field when the indices has a gap. The errors are displayed for both fields. <input type="text" id="post_photos_0_fileName" name="post[photos][0][fileName]" value="" /> <input type="text" id="post_photos_1_fileName" name="post[photos][1][fileName]" value="" /> Er...
0
`iterFunc({|| ret; })` does not return from the outer function. Maybe we'll just have accept this, since in the absence of non-local control flow, there's no nice way to implement such returns.
Sometimes when enabling debug info and optimizations at the same time, _rustc_ dies with an assertion in the LLVM method `ValueHandleBase::ValueIsDeleted()`: While deleting: metadata % An asserting value handle still pointed to this value! UNREACHABLE executed at /home/sc/projects/rust/rust/src...
0
This is a vague bug but here is my intention: 1. Look at common bugs (returning a closure, etc) and see if we can improve the error messages for those 2. Try to improve the heuristics that suggest how to report a region inference failure, which frequently give nonsense results
@jimtla pasted his code he was working with on IRC and I simplified it a bit: #[derive(Clone)] struct A (B); impl A { pub fn matches<F: Fn()>(&self, f: &F) { let &A(ref term) = self; term.matches(f); } } #[derive(Clone)] enum B { ...
0
Bug Report Which version of ShardingSphere did you use? 4.1.1 Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-proxy Expected behavior connection my yaml ![image](https://user- images.githubusercontent.com/67138442/85101000-fe6f3a80-b233-11ea-8c24-9b2b92896d49.png) ...
## Bug Report ### Which version of ShardingSphere did you use? Faced an issue upgrading from 3.1.0 to 4.0.1 ### Which project did you use? Sharding-JDBC or Sharding-Proxy? sharding-jdbc-core https://mvnrepository.com/artifact/org.apache.shardingsphere/sharding-jdbc- core/4.0.1 ### Expected behavior Insert que...
0
by **brharrington** : Not sure if this is the correct place to raise the issue or not. One annoyance I found while looking at Go is that every page on golang.org has the same title. This is really annoying for using the reference documentation with numerous tabs for different packages open ...
What does 'go version' print? $ go version go version go1.2 linux/amd64
0
Describe what you were doing when the bug occurred: 1. fetching data from gh api 2. trying to append pictures to a slider ;p 3. happily hacking * * * ## Please do not remove the text below this line DevTools version: 4.9.0-75726fadfd Call stack: at store_Store.getElementAtIndex (chrome- extension://fmkadma...
If you use CSS to set the height of the react app container to 100% (and the other containing containers as well), then you will get the error "Warning: unstable_flushDiscreteUpdates: Cannot flush updates when React is already rendering" outputted to your developer console after you continue from a breakpoint. I've ...
0
Apache Airflow version `6f8c204` Environment OS (e.g. from /etc/os-release): Mac OS 11.3 Kernel: Darwin Kernel Version 20.4.0 Install tools: pip install -e . **What happened** : Tried to import valid connection json via the cli. Got an error: ❯ echo '{"sqlite_conn_id": { "conn_type": "...
**Apache Airflow version** : 1.10.10 **Environment** : * **Cloud provider or hardware configuration** : * **OS** (e.g. from /etc/os-release): centos 7.5 * **Kernel** (e.g. `uname -a`):Linux prod-auto-ops001 3.10.0-1062.4.1.el7.x86_64 #1 SMP Fri Oct 18 17:15:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux * **In...
0
I haven't found a duplicate issue, only this post https://groups.google.com/forum/#!searchin/reactjs/render$20multiple/reactjs/pHNJe8trFOg/J-zd4jxAkJ4J I have a valid use case and like to share it. I'm building a framework for storytelling based on react. Every single element is positioned fixed as I've written a c...
* * * ## Note from maintainers: We know this is an issue and we know exactly what set of problem can be solved. We want this too but it is a _hard problem_ with our current architecture. Additional comments expressing desire for this feature are not helpful. Feel free to subscribe to the issue (there's button in th...
1
#5602 switched to static Visual C++ runtime, but there are issues with that: * The runtime is unnecessarily duplicated in `node.dll` and `electron.exe`. * #7281 reports that Electron-wide native exception handling is broken because exception handlers are applied per runtime instance. * `node.dll` exports some ...
for some reason, the will-navigate event handler does not fire from the renderer process, i have only tested for the will-navigate event listener, am not sure if this is the behaviour of other webContents event listeners ### Expected behavior the webContents will-navigate event handler should fire and prevent the w...
0
As reported in https://blog.discordapp.com/lessons-from-migrating-a-large- codebase-to-react-16-e60e49102aa6, it could've been clearer.
**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** The following piece of code breaks the rules of hooks: import {useState} from 'react'; const MyComponent = () => { const [foo, setFoo] = useState (); if ( !foo ) return; const [bar, ...
0
bower install does not get ./grunt folder. in Gruntfile.js these var generateGlyphiconsData = require('./docs/grunt/bs-glyphicons-data- generator.js'); var BsLessdocParser = require('./docs/grunt/bs-lessdoc-parser.js'); var generateRawFilesJs = require('./docs/grunt/bs-raw-files-generator.js'); should be v...
Apologies if this has already been reported, I looked but didn't see anything about this issue specifically (unless it's related in some way to the comments in #12504?).. The `bower.json` line 18 excludes the `docs` folder, while `Gruntfile.js` lines 20-22 try to load files from the (now missing) docs folder and the...
1
* I tried using the `@types/react` 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. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in `in...
* I tried using the `@types/xxxx` 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. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in `ind...
1
I am getting the following ERROR in ./src/main.jsx Module build failed: SyntaxError: /Users/sam/src/main.jsx: 'this' is not allowed before super() (This is an error on an internal node. Probably an internal error) at File.buildCodeFrameError (/Users/sam/node_modules/@apple/reviz-dev/node_mo...
**Input:** class MyClass extends ParentClass { property = foo; } **Error:** SyntaxError: index.js: 'super.*' is not allowed before super() (This is an error on an internal node. Probably an internal error) undefined **Notes:** * Doesn't happen with `constructor() { sup...
1
**TypeScript Version:** 1.8.4 **Visual Studio Version:** Community 2015 CTP 14.0.25008.00 Everything was working fine using TypeScript 1.8.1 beta. After installing 1.8.4 last night, the editor no longer works. Typing does nothing. The onlys keys it responds to are enter, delete, backspace. The three drop-down ...
Another one of these :) declare module Test { export type Container<T> = T | { [i: string]: Container<T>; }; export type IStringContainer = Container<string>; } Error in tsc version 1.6.2: C:\Users\jogol\Desktop\Test>tsc TestFile.d.ts C:\...
0
I've installed toastr and sweetalert today. and when I'm about to run it, multiple errors were detected in the jquery part of type declarations. 'Multiple identifiers', 'Duplicate export = '. Kindly let me know if this is valid.
Hi all, I installed last version of "@types/express-validator": "^2.20.33" and get this errors on TS compile. 0] 23 export = ExpressValidator; [0] ~~~~~~~~~~~~~~~~~~~~~~~~~~ [0] [0] node_modules/@types/express-validator/index.d.ts(23,2): error TS2300: Duplicate identifier 'export='. ...
0
Context: https://tour.golang.org/ Links in the slides are black, as the text, and it's hard to differentiate them.
What steps will reproduce the problem? Running "go test -x -compiler gccgo launchpad.net/juju-core/cmd" fails intermittently (roughly 50% of the time) with linker errors. What is the expected output? ok launchpad.net/juju-core/cmd 1.712s What do you see i...
0
## Steps to Reproduce Use the following code to create tabs for a tab bar: Widget _buildTab(String label, Color color) { return new Container( color: color, child: new Flex( direction: Axis.horizontal, children: <Widget>[ new Expanded( ...
The padding between tabs in a Material TabBar is hard-coded, and this makes it hard to achieve some quite reasonable designs. I would like this padding between tabs to be configurable per-TabBar, and not hard-coded in the Flutter libraries. Here's an example. My designer would like to achieve this: ![image](https:...
1
In a sample typescript react project, 1. Add test-component-library dependency int package.json => "dependencies": { "test-component-library": "git+https://github.com/anmdsystems/test-component- library.git" 2. Add App.tsx => return <Button label="Test"> </Button> import React from 'react'; import './App...
# To people coming from search: please read this page first. It contains most common possible fixes! **Do you want to request a _feature_ or report a _bug_?** Enhancement **What is the current behavior?** I had multiple instances of React by mistake. When trying to use hooks, got this error: `hooks can only be...
1
Hi , compiled ‘setup.py’ in dir 'cuda' of extension-cpp-master and got 2 erros like that: ![image](https://user- images.githubusercontent.com/18642811/56650882-83a3a180-66ba-11e9-866e-6301b23e63cd.png) ran it in torch1.0,1 , win7-x64 help pls! regards
## Issue description Building a custom CUDA extension fails with the following error on MSVC 2017: `<env_lib_dir>\site-packages\torch\lib\include\pybind11\cast.h(1393): error: expression must be a pointer to a complete object type` However, I have not observed the error with multiple GCC versions on Linux. ## Co...
1
I'm trying to test my functions that utilize the Web Crypto API, for example: const { webkit } = require("playwright") async function importKey() { return window.crypto.subtle.importKey("raw", new Uint8Array(8), "HKDF", false, ["deriveKey"]) } (async function test() { ...
**Context:** * Playwright Version: [1.16.3] * Operating System: [Mac] * Node.js version: [16.12.0] * Browser: [All] * Extra: [N/A] **Describe the bug** I have 3 spec files in **test** folder ![Screen Shot 2021-11-08 at 1 05 52 PM](https://user- images.githubusercontent.com/22808594/140818509-eb89cbf5-...
0
**Apache Airflow version** : 2.0.0a2 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.2", GitCommit:"59603c6e503c87169aea6106f57b9f242f64df89", GitTreeState:"clean", BuildDate:"2020-01-18T23:30:10Z", Go...
### Body We have a kind request for all the contributors to the latest Apache Airflow RC 2.3.1rc1. Could you please help us to test the RC versions of Airflow? Please let us know in the comment if the issue is addressed in the latest RC. * Add tags inside try block. (#21784): @jhtimmins * Fix secrets rendered...
0
input words are into command shell
I’ve run into an odd issue testing the _Neovim.AS_ Atom Shell app, where I cannot get its window to accept keyboard input on OS X 10.10.2 when I start it via the _atom-shell_ CLI; instead, all keyboard input goes to the last active application – in the case of the screenshot, the shell in which _Neovim.AS_ was starte...
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 **more than 7 da...
![image](https://user- images.githubusercontent.com/4970679/42300491-6324c1ae-8043-11e8-8a1a-c3d04536091f.png) related dependencies: +--- io.shardingsphere:sharding-jdbc:3.0.0.M1 | +--- io.shardingsphere:sharding-core:3.0.0.M1 | | +--- com.google.guava:guava:18.0 -> 20.0 | | +--- org.apache.commons:commons-l...
0
In the Blender Export 4.4 there is an issue with the vertices of morph targets. They are parsed as triplets of arrays: `[[x,y,z],[x,y,z],...]` but should be one singel array `[x,y,z,x,y,z]`. I'm not good enough with python to make the change, but I think it's `extend([vertex.co.x, vertex.co.y, vertex.co.z])` that sh...
##### Description of the problem Many of the Blender examples have morph targets, however I've been trying to export a mesh from Blender and morph targets aren't exported. You can see shape keys are set up in Blender, and keyed in the "Shape Key Editor" view: ![screen shot 2016-04-21 at 4 43 43 pm](https://cloud....
1
### Current Behavior: running `npm publish` get an error : 18 timing config:load Completed in 8ms 19 verbose npm-session 2c8eccb75d3455d8 20 timing npm:load Completed in 12ms 21 verbose publish [ '.' ] 22 timing command:publish Completed in 13ms 23 verbose stack TypeError [ERR_INVA...
### Current Behavior: When running `npm publish` the following error appears: npm ERR! code ERR_INVALID_ARG_TYPE npm ERR! The "path" argument must be of type string. Received undefined npm ERR! A complete log of this run can be found in: npm ERR! /home/xx/.npm/_logs/2021-03-06T09_...
1
### Environment info Operating System: Ubuntu 14.04, AWS g2.2xlarge Installed version of CUDA and cuDNN: CUDA 7.5, cuDNN 4 Tried 3 different version using pip package: 0.8.0: sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.8.0-cp27-none- linux_x86_64.whl 0.9.0: su...
### Environment info Operating System: Linux 4.4.11-23.53 ### Observations I am testing on a Tesla K80 (details below) using the following lines: * `nvidia-docker run --rm -it -v /tmp/cifar10_data:/tmp/cifar10_data tensorflow/tensorflow:0.9.0-devel-gpu bash -c 'ln -s /usr/local/nvidia/lib64/...
1
Forked from #24038 (comment) We are adding federation scheduler and controller manager as per the plan in #23653. There is obviously some common code that is shared with kubernetes controller manager and kubernetes scheduler. We want to pull out that code into libraries to enable code reuse rather than having to ...
According to this page: https://github.com/GoogleCloudPlatform/kubernetes/blob/5ef34bf52311901b997119cc49eff944c610081b/pkg/api/v1beta3/types.go "PortalIP is usually assigned by the master. If specified by the user // we will try to respect it or else fail the request. This field can // not be changed by updat...
0
some js min file like this one: https://raw.githubusercontent.com/select2/select2/master/dist/js/select2.full.min.js
May be a known issue, but files with large embedded images such as github's public/enterprise/maintenance.html will often cause Atom to freeze (MacVim actually struggles as well). Seems some of them (github's public/maintenance.html for instance) work fine when in soft wrap mode, or until you move your cursor to the...
1
Finalizer is currently define to be `finalizer(x, function)`. But (I assert that) it should be `finalizer(function, x)` as this allows do-block syntax to define the function. Right now I must write function finalize_state(st) close(st.pending) close(st.complete) end ...
To be consistent with other APIs and allow the use of do-block syntax, the finalizer argument to `finalizer` should be the first argument, not the second.
1
copied from a question on the scipy-dev mailing list Hello, I've been using scipy for a while and found out the following, which seems to me like a true bug. Converting coo_matrix to dok_matrix doesn't take into account coinsiding i and j cases: >>> cols = (0, 1, 2, 1) >>> rows = ...
_Original tickethttp://projects.scipy.org/scipy/ticket/655 on 2008-04-25 by @cournape, assigned to @dmcooke._ Executing tests for gammaincinv hangs the python interpreter with 100 % cpu.
0
# What / Why Executing `npm ci` ignores the `os` field in package.json. This causes platform specific packages like `fsevents` (macOS-only) to be installed on other platforms (Windows in this case). ## When * Every install through `npm ci` ## Where * Packages with the `os` field specified in package.json ##...
# What / Why npm ci seems to install an optional dependency for the linux os when running on a mac and seems to install the optional dependency for mac when running on linux. ## When $ npm init -y; npm i oax@0.5.25; npm ls; npm ci; npm ls click to view output of above command Wrote to...
1
### Is your feature request related to a problem? Please describe. May be needed to access. ### Describe the solution you'd like. `.loc` and `.scale`, or methods. ### Describe alternatives you've considered. No. ### Additional context (e.g. screenshots, GIFs) Messing with args when differrent dists have differ...
It would be useful to easily get access to distribution arguments. for example a=scipy.stat.norm(1, 3) b=scipy.stat.norm(loc=1, scale=2) c=scipy.stat.norm(1, scale=2) In `a` params go to `args` and in `b` into `kwds`. In `c` `loc` goes to `args` and `scale` to `kwds`. So how am I going to get...
1
### System info * Playwright Version: 1.36.1 * Operating System: Ubuntu LTS * Browser: Chromium * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. **Test file (self-contained)** import { test } from '@playwright/test'; test('',...
Similar to Fiddler's autoresponder feature we could use the `BrowserContext.route` function to create responses based on an exported har file from a previous playwright run maybe something like this: import * as playwright from 'playwright'; import { Har, Entry, Response } from './har'; e...
0
hi. Thank you for using bebel. I have a question. After I used bable, my code changed from var obj = { // key wrapped ' 'key': "value" }; to var obj = { // ' is rejected key: "value" }; Almost all transform is ok. But to change from `'key'...
export default { 'bind' (value, f) {}, 'null' () {}, 'for' () {}, 'return' () {} } Gets converted to: "use strict"; module.exports = { bind: function bind(value, f) {}, "null": function _null() {}, "for": function _for() {}, "re...
1
**Marius Bogoevici** opened **SPR-8656** and commented Suppose there is a class @Controller @RequestMapping("/foo") public class FooController{ @RequestMapping(value="/{id}", method=RequestMethod.GET) public String viewFoo(@PathVariable("id") Long id) { ... } ...
**Tuomas Kiviaho** opened **SPR-8491** and commented java.awt.Component has both public void setSize(int width, int height) and public void setSize(Dimension d) introspection of classes derived from this base class (using BeanUtils.getPropertyDescriptor) now crashes with following exception ... Caused by: ...
0
**Apache Airflow version** :1.10.12 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): v.1.14.8 **Environment** : * **Cloud provider or hardware configuration** :AWS/EKS * **OS** (e.g. from /etc/os-release): * **Kernel** (e.g. `uname -a`): * **Install tools** : * **Others** : ...
Dear Airflow Maintainers, Before I tell you about my issue, let me describe my environment: ### Environment * Version of Airflow: 1.7.0 * Airflow components and configuration: running a scheduler with local executor * Example code to reproduce the bug: `airflow.cfg`: [core] airflow_home...
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.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.3 * Operating System version: Win7 * Java version: 1.8 ### Steps to reproduce this issue ...
0
darwin amd64 08d20469cc20 tip When running ./all.bash inside a tmux session, one of the tests fails. When running it from the "normal" console (in Terminal), it passes fine.
go version devel +8230013d1c40 Thu Oct 04 15:42:57 2012 -0400 package x func idct(dst []byte, stride int, src *[64]int) { // Horizontal 1-D IDCT. for y := 0; y < 8; y++ { // If all the AC components are zero, then the IDCT is trivial. if src[y*8+1...
0
CSS standards have changed, meaning that CSSStyleDeclaration's indexer property does not have a setter. This leads to a script error in setValueForStyles around react/packages/react-dom/src/shared/CSSPropertyOperations.js Line 82 in 21d5f7d | style[styleName] = styleValue; ---|--- . This was reported to...
Since this.setState has a callback, it would be sweet if you could use await this.setState!
0
I looked at the other similar issues, including @#1103, and tried the recepies given there, but still haven't solved my problem. Here is the output & Thank you for the help! ########################## ![mypic](https://user- images.githubusercontent.com/37146676/39746975-42c9b06e-52ac-11e8-9607-13132acd7930.png)...
Hi, I'm trying to use the hue parameter in my charts, but whenever it gets added, the figure fails to trigger. From the examples at https://seaborn.pydata.org/tutorial/relational.html: `import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns sns.set(style="darkgrid") tips = sns....
0
## Feature Dear developers, Could you please "round()" member function for "np.array", which will be more like OO programming. Here is a snippet example: x = np.array((13,2.5)) y = np.around(x) y1 = x.around()
Rank 1 matrices should be removed. They don't behave as expected. For example a rank 1 matrix transpose does not return an error and does not do a transpose as expected. This can cause silent bugs. I'm not sure what purpose these rank 1 matrices serve but they are confusing.
0
When you call a method with a borrowed `self`, the compiler appears to assume that the borrow of `self` starts before the other parameters to that method have been evaluated, which seems wrong. This forces you to create local variables unnecessarily. Here's an example of code that I think should compile, but doesn't:...
This is challenging to resolve. I thought I could fit into the new borrow checker, but it is worth addressing separately since there are a number of subtle issues. What this really amounts to is that you need to support borrows where the lifetime of the borrow pointer does not encompass the borrow itself. To handle t...
1
The error is reported in case when the indexer is a union type of string|number: var a:number|string var b:any var c = b[a]; <\- TS2342
I have declared `function getter(key: string|number)`. Inside I try to do `var x = someObject[key]` I get a TS error saying "An index expression argument must be of type 'string', 'number' or 'any'. Obviously `key` satisfies this constraint as it is either a string or a number. But I guess the TS compiler does ...
1
* * * ### System information @:~/projects/tensorflow <master>$ cat tf_env.txt == cat /etc/issue =============================================== Darwin mn-mortutay 16.5.0 Darwin Kernel Version 16.5.0: Fri Mar 3 16:52:33 PST 2017; root:xnu-3789.51.2~3/RELEASE_X86_64 x86_64 Mac OS X 10....
Tensorflow v2.0a When creating e.g. keras models I would assume, that when I run `make_generator_model` twice in eager mode that the `trainable_variable` names are identical. **Why would I assume this?** Because the `tf.train.Checkpoint` and `Checkpointable` api makes you believe that variables are coupled with t...
0
### 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 Override replaces some but not all instances of overriden dependency. In this example, I have a dependency on a package which has a d...
### 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 After updating the overrides, `npm install` is not updating the `package.lock` or `node_modules`. To make it work I had to remove bo...
1
### Apache Airflow version 2.5.1 ### What happened Once you run the Tutorial DAG, it' calendar tab does not open, returns an error. From system out: airflow-airflow-webserver-1 | Traceback (most recent call last): airflow-airflow-webserver-1 | File "/home/airflow/.local/lib/python3.7/site-p...
### Apache Airflow version 2.5.1 ### What happened /calendar page give a problem, here is the capture ![屏幕截图 2023-01-30 093116](https://user- images.githubusercontent.com/19165258/215369479-9fc7de5c-f190-460c-9cf7-9ab27d8ac355.png) ### What you think should happen instead _No response_ ### How to reproduce _N...
1
**Issue Type:** Feature Idea **Ansible Version:** 1.9.1 **Ansible Configuration:** nothing changed **Environment:** RHEL/CentOS 7 **Summary:** I'm trying to keep some software installed into a non-standard directory. Currently using the yum module I can't specify an alternative installroot path. **Expecte...
**ISSUE TYPE** Bug Report **COMPONENT NAME** include_role **ANSIBLE VERSION** ansible 2.2.2.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides **CONFIGURATION** n/a **OS / ENVIRONMENT** Ubuntu **SUMMARY** The tasks_from variable is not resolved in the inc...
0
Hi! When I was writing my own version of Game of Life, I made new function which caused message: C:\Users\User\projects\testi2>cargo build Compiling testi2 v0.1.0 (file:///C:/Users/User/projects/testi2) ... some warnings... error: internal compiler error: unexpected panic note: the...
Hi Folks, Just ran into a compiler panic. I'm still learning rust, so it's probably related to a stupid syntax error on my part, but rustc suggested I file a bug report, so here I am... Here's the error: thread 'rustc' panicked at 'assertion failed: slice_layout_is_correct(cx, &member_llvm_types[..], element_type)...
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 npm install doesn't work either way. After upgrading Node JS to v17.4.0 and npm to v8.4.0 npm install gives two errors with different...
### Current Behavior: When trying to install packages, without a previous cache, we get constant timeouts when trying to fetch packages, both locally and in a CI environment. The package that fails is always different, so there isn't a specific package causing the issue. Stack trace: 19505 verbose st...
1
In tensorflow document of class tf.DType: https://www.tensorflow.org/versions/master/api_docs/python/framework.html#DType There are three types: tf.qint8: Quantized 8-bit signed integer. tf.quint8: Quantized 8-bit unsigned integer. tf.qint32: Quantized 32-bit signed integer. And also related method about quan...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Tx2 * **TensorFlow installed from (source or binary)** : source * **TensorFlow version (use command below)** : r1.6,...
0
_Original tickethttp://projects.scipy.org/scipy/ticket/1526 on 2011-09-29 by trac user tony.stillfjord, assigned to @wnbell._ With a scipy.sparse.lil_matrix A, assignments of the form A[L1, L2] = 0, where L1 and L2 are two index lists, give the wrong results. If either L1 or L2 is a single index it works fine. Only ...
When defining a list of constraints as an input for the scipy.optimize.minimize (using a default 'SLSQP' method), repeated or redundant constraints will raise messages like "Singular matrix C in LSQ subproblem", and a solution is not achieved, when in fact, these repeated/redundant constraints should just be ignored....
0
**Steven Bazyl** opened **SPR-765** and commented I haven't yet narrowed down a simple test case, but we recently saw a problem where we're trying to load multiple spring bean definition files from jars packaged in an ear using a well-known filename approach (e.g. classpath*:beans.xml) What we're seeing is that th...
**David Fogel** opened **SPR-5932** and commented What we are seeing is that when we use `@Configuration-annotated` configuration classes to define our beans, that our singleton beans are instead treated as prototype beans. This means that we get new instances of our singletons for each time they are referenced (!!...
0
## Enable mapping a shortcut to a single key (and vice versa) The expected behaviour would be to set the following mappings: Alt + o -> ö Shift + Alt + o -> Ö What works already is the second example, since you can make it to produce _Shift + ö_ (which then prints as _Ö_ ). What doesn't work is the first exam...
I'll keep this short bcz there's literally a lot that could be added for this. It's almost a standlaone app but it should be part of windows. 1. Press Win key. 2. Type 'Desktop'. 3. Watch search fail not finding the desktop folder. 4. Cry. So really the cortana search is at best aweful. Can we make it usefu...
0
Describe what you were doing when the bug occurred: 1. 2. 3. * * * ## Please do not remove the text below this line DevTools version: 4.3.0-3e0967783 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:159833 at Map.forEach () at commitIndex (chrome- extension://fmkadmap...
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE I got this error when I click 'Ranked'. * * * ## Please do not remove the text below this line DevTools version: 4.0.4-3c6a219 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441 at Map.forEach () at commitIndex (chrome...
1
I don't think there's really any need to have http for the site at all. Any non-TLS location is a chance for an attacker to send users to a malicious download.
I just noticed that the rust-lang.org, the nighty archives, and rustup.sh are not being served over https. We should set this up to protect users from man- in-the-middle attacks. Nominating for this to be done before we release 1.0. * set up https for static.rust-lang.org * change binary links on website * cha...
1
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 1.0.0 **System** : Microsoft Windows 8.1 Pro **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:...
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
**Elasticsearch version** : `Elasticsearch 2.3` **JVM version** : `Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)` **OS version** : Any **Description of the problem including expected versus actual behavior** : This only happens when `search_type=dfs_query_then_fetch`! Looks like the score that ...
provide a separate jar to permit to use java rest client with jest project (https://github.com/searchbox-io/Jest) and java api without include all elesticsearch and lucene as dependency
0
**Kubernetes version** : Client Version: version.Info{Major:"1", Minor:"3", GitVersion:"v1.3.4", GitCommit:"dd6b458ef8dbf24aff55795baa68f83383c9b3a9", GitTreeState:"clean", BuildDate:"2016-08-01T16:45:16Z", GoVersion:"go1.6.2", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Ma...
Recent changes in master #30935 that were pulled into the 1.4 release branch lead to vSphere cloud provider to panic when only a single ESX node is present under a vCenter. I am in the process of testing and creating a PR for this. Oct 14 19:11:46 kube kubelet[22061]: panic: reflect.Set: value of type...
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.4.9-sp5-20150715 * Operating System version: linux * Java version: 1.5 ### Steps to reproduce ...
* 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: v2.6.5 * Operating System version:windows 7 * Java version: v1.8 ### Steps to reproduce this iss...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Get initial `props` using a HOC in `_app.js` same as when using directly in all _pages_ ## Current Behavior Using custom `_app.js` works only client-side ## Steps to Reproduce (for bugs) 1. Fork/in...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Next.js export and Next.js should result in an eventually consistent state when dealing with network request (with requests originating from server, client or both). If it is an `next export` deployment...
0
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.168.0 **System** : linux 3.2.0-75-generic **Thrown From** : Atom Core ### Stack Trace Uncaught Error: self signed certificate in certificate chain At events.js:85 Error: self signed certificate in certificate ...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.168.0 **System** : linux 3.2.0-75-generic **Thrown From** : Atom Core ### Stack Trace Uncaught Error: self signed certificate in certificate chain At events.js:85 Error: self signed certificate in certificate chai...
1
Hey! PowerToys currently have a feature that lets you remap keys to other keys (key -> key) and shortcuts to other shortcuts (shortcut -> shortcut). It would be nice to be able to remap key -> shortcut too. For example: "Home -> Win+M" would minimize all windows when pressing the Home button, by remapping the Home ...
The powertoys disabled the ALT GR (alt right) key making it impossible to write "@" "#" and so on.
0
* Electron version: 1.2.5 * Operating system: Windows 7 (64-bit) Canvas elements larger than 256x256 disappear on Windows when you set a minWidth and minHeight for the containing browser window, run the app, minimize, and then restore. I was unable to duplicate on a Mac. If you use the mouse to make the window c...
**Is your feature request related to a problem? Please describe.** I use VS Code maximized or full screen, and clicking on the config gear always bring a truncated menu. I'd rather have it in full and higher because I have to scroll every time. I filed this previously on VS Code and they correctly redirected me h...
0
Hello gentlemen, I'm using your library on a listview to load images, these images are being transformed to fit the max width of my layout using _override_ but my placeholder have max dimensions for height/width; after dowloading and showing final image it keeps with the same size and aspect ratio than placeholder. ...
I'm trying to use both fitCenter and placeholder but the image does not get resized. This code works fine (image is scaled down, aspect ratio is correct): Glide.with(this).load(url).fitCenter().into(mImage); This code does not work (placeholder is correct, but loaded image appears squished, aspe...
1
Duplicate of #3384 #5059 \- refer to these for existing discussion that was closed, while users were still asking for the feature. Didn't want this to get overlooked since there is currently no **open** issue for this. This issue serves as an open thread on this discussion.
When you create a time series viz with a groupby and contribution `Total`, if at least one of the categories is missing a value for the date, no data points for that date are shown. This is sort of reasonable - technically, the data could be missing for the missing category, so it is not clear how to calculate contr...
0
**Migrated issue, originally created by Michael Bayer (@zzzeek)** we are now building up a bunch of code that is aliasing tables and labeling columns. the old "concatentation" methodologies dont work as most DB's have all kinds of restrictions on identifier lengths. right now we use random hex strings. so heres the...
**Migrated issue, originally created by Anonymous** There's a simple typo in the reflection code for MySQL tables when discovering the collation of a column entry. See attached patch. * * * Attachments: mysql_collation_reflection.diff
0
Hi there, In Sublime Text, when you hold the "alt" key and click and drag the cursor, it will automatically create an instance of the cursor in the place where the cursor is touching (I suggest giving it a try, it is kind of complicated to explain). Atom should have this, since it would be a big game changer for wh...
In plenty editors, doing `left-alt` (left option) and selecting text will take a slice of that text: ![sublime](https://cloud.githubusercontent.com/assets/1189716/3020145/21a1ced6-df9b-11e3-9cf2-70371ca5fee1.gif) Notice that only characters are selected, empty lines are ignored. Also, after selecting with `left-alt...
1
# Summary of the new feature/enhancement There should be an option to map a shortcut to a key of vice versa. for example: win + h -> left arrow key This could be used to make a hard to reach key more accessible. For example, the arrow keys are off in a corner, so I would implement vim style arrow keys (h is left...
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.418] PowerToys version: 0.12.0.0 PowerToy module for which you are reporting the bug (if applicable): Settings # Steps to reproduce 1. Right click on the PowerToys icon in taskbar 2. Click settings in the conte...
0
I'm trying to create an accordion based index that can be displayed as two columns. My efforts haven't been successful so far and the best I have managed is buggy: http://lcshn-demo.daddylonglegsdesign.com/ (this example may not stay) The only example I have found that gets it to work is here: http://stackoverfl...
The accordion header links are small and easy to miss on mobile devices. It would be nice if the whole panel-heading area would be clickable … On solution could be to make the accordion links full width like so: In panels.less: // Within heading, strip any `h*` tag of it's default margins for spaci...
0
## Bug Report Webpack5 `beta.30` has enabled strict mode on the ESM modules imports https://github.com/webpack/webpack/releases/tag/v5.0.0-beta.30 webpack/webpack#11467 has noted people with code problems, however `@babel/runtime` appears to have code that doesn't follow the strict `"type": "module"` requirements, ...
Since the script depends on babel-core, it starts to require `babel- runtime/core-js/*` files which are created by the script.
0
# Bug report **What is the current behavior?** Using the following config works in Webpack 4 but not Webpack 5: module.exports = { output: { library: "A", }, optimization: { runtimeChunk: "single" }, }; I would expect the module to be assigned to a variabl...
# Bug report **What is the current behavior?** I build using the following output configuration: output: { filename: './js/react/[name]-src.js', library: ['RF', '[name]'], libraryTarget: 'var', path: outputPath, }, This results in a variable `RF` which is `undefined`. T...
1
#### Code Sample def test_groupby_aggregate_item_by_item(self): def test_df(): s = pd.DataFrame(np.array([[13, 14, 15, 16]]), index=[0], columns=['b', 'c', 'd', 'e']) num = np.array([[s, s, s,...
In [19]: df = DataFrame({'a':['A1', 'A1', 'A1'], 'b':['B1','B1','B2'], 'c':1}) In [20]: df.set_index('a').groupby('b').rank(method='first') Out[20]: c a A1 1 A1 2 A1 1 In [21]: df.set_index('a').groupby('c').rank(method='first') ------------------...
1
### 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 * **TensorFlow installed from (source or binary)** : Binary * **TensorFlow version (use command below)** : 1....
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : N/A * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Docker nightly * **TensorFlow installed from (source or binary)** : Docker nightly * **TensorFlow version (use comm...
1
### 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...
Hi! Some users or `ormar` approached me and asked me why `ormar` is not included in `FastAPI` documentation, as they wished they knew about it sooner. And I answered that I am not sure if including more orms is welcomed as I kind of cannot find a key what and why is included. I mean I get it why `sqlalchemy` and ...
0
My organization is unable to upgrade to Babel 6 for a while. It would be nice to have the old docsite up at a different url so that people using older versions of Babel can make use of the docs.
1
Issue repository: https://github.com/ahalimkara/next-routing-issue Example: https://next-routing-issue-etmpnbuodz.now.sh * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When navigating on Client side and also when directly enter path on browser add...
* I have searched the issues of this repository and believe that this is not a duplicate. First let me thank you guys for this wonderful library, I know the effort you are putting here. thanks ## Expected Behavior I'm using `react-popper` library for tooltips positioning. it works in dev env, and it should wor...
0
In RHEL 7.2, with python 2.7.5 a = pd.np.random.randn(10, 2) a.itemset((3, 0), pd.np.NAN) df = pd.DataFrame(a) res = df.describe() * * * Output: /.../function_base.py:3823: RuntimeWarning: Invalid value encountered in percentile RuntimeWarn...
#### Code Sample, a copy-pastable example if possible import pandas as pd import numpy s = pd.Series([1, 2, 3, 4, numpy.nan]) s.quantile(0.5) nan #### Expected Output I would expect 2.5 as output (as with version 0.17.1). #### output of `pd.show_versions()` commit: None python: 2....
1
I have an electron project that I compile using gulp-tsb in one pass. Some files reference github-electron-renderer.d.ts and others reference github- electron-main.d.ts. Unfortunately, the duplicate definition of ipc causes some errors which takes away from the advantage of having a d.ts to begin with. Has anyone el...
> tsc 318 319../../node_modules/@types/react/index.d.ts(2818,14): error TS2300: Duplicate identifier 'LibraryManagedAttributes'. 320../../node_modules/@types/react/index.d.ts(2853,13): error TS2717: Subsequent property declarations must have the same type. Property 'data' must be of type 'De...
0
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** Webpack crashes when using `MinChunkSizePlugin` with the following error: pair[2].integrate(pair[3], "min-size"); ^ TypeError: pair[2].integrate is ...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** When I try to compile I get: TypeError: pair[2].integrate is not a function at Compilation.compilation.plugin (*/node_modules/webpack/lib/optimize/MinChunkSizePlugin.js:59:13) **If the current behavior is a bug, pleas...
1
We spun up an 800 node cluster today, across 2 zones and we found 27 duplicate pod CIDRs (and duplicate GCE routes) assigned. This obviously caused havoc. We don't have hard evidence, but we think it is NOT related to multi-zone (we found some dups in the same zone). @kubernetes/sig-scalability
We have a lot of params that we use salt or other provisioning to plumb from top-level configs down to flags (kubelet, kube-proxy, controller-manager, etc). Now that ConfigMap is pretty much in, we should start to spec out how we can use it to carry that same information instead of flags. @mikedanese @justinsb
0
I am currently in the process of writing an extension that uses an output channel that is outputting live logs from an Azure Website from their Kudu APIs. Currently the only way that the HTTP request will end is when the logstream API service times out after 20 minutes, I would much prefer to have the `outputChannel...
We are using chokidar for file watching. Chokidar is known for performing bad over large folders (see paulmillr/chokidar#410). To investigate: * can we consume a newer version of chokidar with the scalability issue fixed * can we change our watching strategy to only watch what we need instead of always watching ...
0
This constraint was thought-out to be used directly on a entity. But in several cases, i used it without a doctrine entity, for example when the form has fields for diferents entities. In this case i want to have the way to specify not only the field also the entity that belongs the field. I think that the change w...
Q | A ---|--- Bug report? | yes/no Feature request? | no BC Break report? | yes/no RFC? | yes Symfony version | 3.2.0 I wonder how this should work for very common example using DTOs for forms. I have applied validation to my DTO AppBundle\Command\Register: constraints: ...
1
Using Flutter's google sign_in But seeing the following message when I use this statement to sign in a user _googleSignIn.signIn(); E/flutter ( 6491): MissingPluginException(No implementation found for method init on channel plugins.flutter.io/google_sign_in) Any help would be appreciated.
There is this bug when sometimes flutter loads some code/assets from previous builds. So basically you are developing, making build 1, do some changes in the code, assets or yaml configs, make a new build 2 and run it. Then you discover that the resulting app from build 2 contains some artifacts of the build 1. Har...
0
# Feature request Improve typings for the router. ## Describe the solution you'd like A couple examples: * `useRouter` seems to have an `any` return type (because of this line) import * as React from 'react' import { BaseRouter } from './router/router' export const RouterContext = Re...
# Bug report ## Describe the bug After upgrading to next canary (future v9) from 8.1.1, I got a few TypeScript errors when calling `Router.push(url)` and `Router.replace(url)` with object- like URLs. This seems like a regression in built-in typings compared to the third-party ones (`@types/*`). Related to #6644. ...
1
Hello, I'm following the tf.profiler.Profiler guide to profile my code. When generating the timelines, all of them except the first one (for the first batch) are scaled in hundreds of years, rather than seconds. There is something happening at year 0, then something going on after 583 years. No, my DNN code is ...
### 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)** :Ubuntu 16.04 * **TensorFlow installed from (source or binary)** :binary * **TensorFlow version (use command below)** ...
1
## 🐛 Bug The MSELoss criteria has a strange behavior when used with two tensors of different sizes -- I would expect this to throw an error. Instead it does... something else. ## To Reproduce Steps to reproduce the behavior: Install stable, non-CUDA torch, i.e.: https://download.pytorch.org/whl/cpu/torch-1.0.0-c...
## Issue description When computing the loss between `predicted` and `target` with shapes such as `target.shape = [100]` and `predicted.shape = [100, 1]`, an error should be thrown. Indeed, my colleagues tell me this was the case in version 0.4, but lost in version 1.0. ## Code example # Version 1.0 ...
1
_Original tickethttp://projects.scipy.org/scipy/ticket/376 on 2007-02-20 by @pv, assigned to unknown._ sandbox.delaunay.Triangulation appears to crash if two data points are machine-epsilon close to each other. On scipy.sandbox.delaunay shipped with Scipy 0.5.2: from scipy.sandbox.delaunay import T...
If one tries to save key with the underscore prefix, mat-file will not contain that key. Mat-file has not ASCII string for the key in hex editor. Try this code In [1]: savemat('test.mat', {'_key': 0}) In [2]: whosmat('test.mat') Out[2]: [] So the issue is in `savemat` method of `scipy.io` and ...
0
As per https://travis-ci.org/druid-io/druid/jobs/133474341 testRunOnNothing[buildV9Directly = true](io.druid.indexing.kafka.KafkaIndexTaskTest) Time elapsed: 50.725 sec <<< ERROR! java.lang.NullPointerException: null at io.druid.indexing.kafka.KafkaIndexTaskTest.tearDown(KafkaIndexTaskTes...
As per https://travis-ci.org/druid-io/druid/jobs/133474341 testRunOnNothing[buildV9Directly = true](io.druid.indexing.kafka.KafkaIndexTaskTest) Time elapsed: 50.725 sec <<< ERROR! org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server within timeout: 30000 ...
1
Please answer these questions before submitting your issue. Thanks! 1. What version of Go are you using (`go version`)? `go version devel +6c5352f 2016-04-08 18:40:11 +0000 linux/amd64` 2. What operating system and processor architecture are you using (`go env`)? 3. What did you do? type C st...
var sink *[10]byte func f() { var x [10]byte sink = &x } This function used to compile to something like: p = mallocgc(...) sink = p since the liveness fix (https://go-review.googlesource.com/c/23393/), it now compiles to: p = ma...
1
Is there any options to use podmaster with an external etcd cluster with SSL/TLS ? I see the actual usage: Usage of /podmaster: --dest-file="": The destination file to copy to. --etcd-servers="": The comma-seprated list of etcd servers to use --key="": The key to use for...
All components that connect to etcd directly should support a secured etcd deployment. Podmaster only allows passing in the list of servers... it should also take a etcd client config file (like the API server) https://github.com/kubernetes/contrib/blob/36816275fd53c7a2ef59650c80e2820fe3595584/pod- master/podmaster....
1
when i search for youtube power toys search is not showing me any results that's why i want it to search internet as well
This is the master tracking item for launcher's plugins suggestions. 1. Plugin improvements Bug # | Title | PR # ---|---|--- #3367 | (Calc) Support comma as decimal-delimiter in the calculator | #3272 | (Calc) Hexadecimal calculator | #3627 | (Calc) Convertion functions (bin2dec,hex2dec,oct2dec) does not ...
1
Dropdowns in the navbar in BS3 RC2 are dropping down and showing correctly on phone, but selecting the links only closes the dropdown and doesn't follow the link. Works fine on desktop - link is followed. RC1 worked correctly although navbar-inverse didn't display inverses.
When I changed from 3.0.0.rc1 to 3.0.0.rc2, the links in my navbar in a dropdown stopped working. In desktop it works ok. I am using dolphin browser HD Version 7.2.2 on a LG Optimus one P500. This is the whole navbar: <div class="navbar navbar-fixed-top"> <div class="container"> <...
1
Running unit tests in non-Chrome browsers raised some doubts about this API which is currently used in the Date and Currency pipes. To start with, it is not supported in all Safari versions (desktop and mobile) and older browsers: https://developer.mozilla.org/en- US/docs/Web/JavaScript/Reference/Global_Objects/In...
Suggested by @munificent /cc @yjbanov , @tbosch, @vsavkin So in this situation `templateUrl` could be omitted: button.dart @Component( selector: '[my-button]', templateUrl: 'button.html' ) MyButton {}
0
##### Description of the problem When loading the animated handsWithPlane.gltf file found here: https://www.dropbox.com/sh/dvprkyj2ly782jn/AABLjwQLiOSWfr2VDdtlzjYCa?dl=0 The plane, which should not be animated, seems to be taking animation values from the hands, even though the plane is not attached to any skeleton...
If you load a model using OBJLoader -- a Stanford Bunny for example -- and apply a matrix translation like so: geometry.applyMatrix( new THREE.Matrix4().makeTranslation( 0, -0.01, 0 ) ); this is what you get: ![screen shot 2013-09-21 at 4 37 25 pm](https://camo.githubusercontent.com/520981917780...
0