text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
*Electron version: 1.3.4 Operating System (Platform and Version): OSX 10.13.5 Expected behavior We have a system that we connect into that starts off with a microsoft login. It then redirects to a VPN login popup that uses NTLM authentication. The page should show a popup to enter the credentials and allow the a...
0
Greetings, yticks, yticklabels, and annotations seem to be off center on the yaxis for some reason (by default). Is this user error, and if so I am having trouble googling a solution and any help is appreciated! Version info: seaborn-0.9.0 scipy-1.3.0 scikit_learn-0.21.3 pandas-0.25.0 numpy-1.17.0 matplo...
Is there a way to not show outliers in boxplot in order to not to mess up a scale? If not I think It would be nice to add. I tried `fliersize=0` but that didn't work. (The scale was still the same).
0
@wfreeman: 'I was unable to figure out how to do that.'
@peterneubauer: ''
1
Basic JavaScript: Waypoint: Generate Random Whole Numbers within a Range (http://freecodecamp.com/challenges/waypoint-generate-random-whole-numbers- within-a-range) I've tried this over and over for about an hour and I've looked it up on Google and from what I can see, I'm doing this right. Here is my code which I ...
#### Challenge Name #### Issue Description #### Browser Information * Browser Name, Version: Google Chrome 55.0.2883.87 m * Operating System: Windows 8.1 * Mobile, Desktop, or Tablet: Desktop #### Your Code <form action="/submit-cat-photo"> <div class="row"> <div class="col-...
0
Is it feasible to extend tfcompile to support training? Our reinforcement learning pipelines sometimes spend significant time in Python side of session.run because networks are small, and need lots of session.run calls since each .run leads to an interaction with a simulator (ie, Mujoco, gym or universe) So you cou...
## URL(s) with the issue: https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/estimator/SessionRunHook ## Description of issue (what needs changing): ### Clear description Yes clear description ### Correct links The link to the source code correct. ### Parameters defined All parameters defined and for...
0
# Description of the new feature/enhancement I had the windows terminal open. I was installing node at the same time. After installation I tried `node --version` it couldn't find it, because the current window terminal session path didn't have node in it. I added a new Powershell tab, and I found it too failed,...
# Description of the new feature/enhancement Sync terminal settings and customization between devices. # Proposed technical implementation details (optional)
0
When trying to resample transactions data where there are infrequent transactions for a large number of people, I get horrible performance. Compare the function annualize with the clunkier but faster annualize2 below. Ideally resample should be able to handle multiindex data and resample on 1 of the dimensions withou...
Hello, I work on a dataframe with a multi index (Date, InputTime) and this dataframe may contain some NaN values in the columns (Value, Id). I want to fill forward value but by Date only and I don't find anyway to do this a in a very efficient way. I'm using Pandas 0.16.2 and numpy 1.9.2. Here is the type of datafr...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME jenkins_plugin ##### ANSIBLE VERSION ansible 2.2.1.0 ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY Getting the following using the jenkins_plugin module: MODULE FAILURE failed: [manager.virtualbox] (item=mailer) => { "fai...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME `jenkins_plugin` ##### ANSIBLE VERSION ansible 2.3.0.0 ##### CONFIGURATION ansible_python_interpreter=/usr/bin/python3 ##### OS / ENVIRONMENT Host: macOS 10.12.4 Controlled server(s): Ubuntu 16.04 LTS (AWS 64-bit AMI...
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 Ubuntu 16.04 * Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: * TensorF...
**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 Ubuntu 18.04 * Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: * TensorF...
1
React version: 17.0.2 ## Steps To Reproduce The following minimal repro sample is used to indicate a props change in a component: import React from "react"; export default function App() { const [a, setA] = React.useState("a"); return ( <> <Test a={a} /> ...
Hi, I know this issue has been discussed endlessly so I apologize for bringing it up again. I hope this issue is net helpful. 🤞 Quick summary: as of #18547, React 17 silences console logs during the second rendering pass in strict mode, in dev. It's a trade-off between the confusion of logging multiple times for a ...
1
We need a solid and unambiguous behaviour of `map` for sparse matrices which would preserve sparse structure and keep the memory and computational burden small. Please consider conversation related to issue: #6918.
There is a lot of unnecessary stuff in `make dist`: * static libraries. I don't think they are needed. * readline libraries. I believe we statically link them so they shouldn't need to be distributed. * 3 copies of libarpack named `.so`, `.so.2`, and `.so.2.0.0`. Might be a problem in the arpack build, copying...
0
### Problem description See screenshot http://prnt.sc/cli338 When I open my dialog the content is unaccessible and unscrollable. Of course I could add the autoScrollBodyContent property but first I would like that the dialog uses as much space as possible. ### Steps to reproduce Create a dialog with lots of cont...
Dialogs look great at big screen, but while browsing with phone - it's almost unusable. Contents collapses to small box with scrollbar if params set right. That was very very bad UX for my case. Here it's w/o modifications: ![image](https://cloud.githubusercontent.com/assets/2733862/12972247/43ad758a-d0ac-11e5-84d9-...
1
* OpenCV => 4.5.1 * Operating System / Platform =>ubuntu20.04 * Compiler => gcc-8.4 I compiled clfft by myself, and library located in /usr/local/lib64, and I have add this directory to CMAKE_LIBRARY_PATH in opencv toplevel CMakeLists.txt, I found clfftInitSetupData class in the clfft source code? so what's w...
OpenCV supports clAmdFft, but I think it would be better to replace clAmdFft with clFFT, the newer version of clAmdFft. The AMD website links to clFFT so it's difficult for new users to find clAmdFft. The small trouble is that the library file name and function names are renamed from clFFT.
1
I am referencing a `statsmodels` issue (#5419, for which I just added a comment) because it affects the kde plots in `seaborn` when `IQR = 0` leads to `bw = 0` I wonder if there is a possibility to handle it with `try except`. It was suggested by someone with clearly a better understanding that I have maybe to "ch...
### Description Hey Everybody, I have encountered unexpected behavior when I tried to create a seaborn distplot from an array with many zeros. I know that this is probably a weird corner case that doesn't seem very urgent but I think there is some value reporting it. I could not manage to create suitable synthetic...
1
This is strongly related to #4881 but I'm not sure if it's feature request or if it's really a bug. Given that the Decorators spec states the decorator can return a new constructor function, it sort of seems like it should work. The following example uses constructor function types and very nearly works. View this ...
If we can get this to type check properly, we would have perfect support for boilerplate-free mixins: declare function Blah<T>(target: T): T & {foo: number} @Blah class Foo { bar() { return this.foo; // Property 'foo' does not exist on type 'Foo' } } ...
1
Challenge Waypoint: Clone an Element Using jQuery has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: <scrip...
Challenge Waypoint: Use jQuery to Modify the Entire Page has an issue. Please I want to know why double quotes don't work in the line while they work on the previous lines. Just curious really. My code: <script> $(document).ready(function() { $("#target1").css("color", "red"); $("#target1").prop("disabled", true...
0
_Versions:_ * **react** : 16.8.0-alpha-0 * **react-dom** : 16.8.0-alpha-0 * **react-form-uncontrolled** : 0.3.1 ### Problem I wrote a simple Form library with just one hook (react-form-uncontrolled). However, **using this library** is displaying this error: > Invariant Violation: Hooks can only be called in...
@gaearon I normally bundle React and all its add-ons in a different file from my application, but when using ReactPerf I forgot of including it in the same bundle of React and ReactDOM, so I noticed I was receiving an empty array from ReactPerf functions every time I was using them, and that is because ReactDebugTool...
0
Pickling `imshow` objects (I'm using them used for heatmaps) fails with the following error in IPython after `%matplotlib inline` magic has been used. If inline figures are not set they work as expected. UnpickleableError: Cannot pickle <type 'Image'> objects Using `matplotlib.tests.test_pickle.r...
Couple of issues I've found. def latex_float(f, pos=0): float_str = "{0:.2g}".format(f) if "e" in float_str: base, exponent = float_str.split("e") return r"${0} \times 10^{{{1}}}$".format(base, int(exponent)) else: return r"${}$".format(float_...
1
## Bug Report **Current Behavior** After upgrading Babel to 7.7.x, the code constructors marked as "public" does not transpile. to. If I remove the "public" keyword it works. This only occurs with constructors, public methods still transpile properly. Error: public constructor() { ^^...
"@babel/core": "^7.7.0", "@babel/preset-env": "^7.7.0", "@babel/preset-typescript": "^7.7.0", "babel-loader": "^8.0.6", "typescript": "^3.6.4", "webpack": "^4.40.2", "webpack-cli": "^3.3.9", "webpack-dev-middleware": "^3.7.0", "webpack-h...
1
* VSCode Version:1.2.0 * OS Version:Windows 7 SP1, Windows 10 th2 Steps to Reproduce: 1. Set up japanese locale. 2. Launch Visual Studio Code 3. Run integration terminal. 4. Run "DIR" command at a integration terminal. ![vscode](https://cloud.githubusercontent.com/assets/589304/15915080/3eb902c4-2e21-1...
* VSCode Version: 1.1.1 * OS Version: OSX 10.11.5 When debugging a unity project, debug popovers do not seem to be working for a class' fields/properties, but do work for local variables: Hovering over the local variable `schedule` correctly shows its value: ![image](https://cloud.githubusercontent.com/assets...
0
>>> import scipy.special >>> scipy.special.hankel1(0, 10**8) (3.2060295340412074e-05+7.3063911655217044e-05j) >>> scipy.special.hankel1(0, 10**9) (2.4687471886269185e-05-5.2104226538976152e-06j) >>> scipy.special.hankel1(0, 10**10) (nan+nan*j) I'm not sure but i think this s...
>>> import scipy.special >>> scipy.special.hankel1(0, 10**8) (3.2060295340412074e-05+7.3063911655217044e-05j) >>> scipy.special.hankel1(0, 10**9) (2.4687471886269185e-05-5.2104226538976152e-06j) >>> scipy.special.hankel1(0, 10**10) (nan+nan*j) I'm not sure but i think this s...
1
# Checklist * I have checked the issues list for similar or identical feature requests. * I have checked the pull requests list for existing proposed implementations of this feature. * I have checked the commit log to find out if the if the same feature was already implemented in the master branch. ...
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
0
Currently several dont_... flags don't work as one could expect if their value is False: `dont_merge_cookies=False` is the same as `dont_merge_cookies=True` \- only the presence of a flag is checked. What about checking actual values? Affected options: * dont_merge_cookies #846 * dont_redirect * dont_retry ...
Case: unexpected behavior identified for LinkExctractor with Unique = False if the page contains fully identical links (the same URL and text). The current result returns one unique link instead of two or more identical ones. For example: 1. Local http file <html> <body> <a href='sampl...
0
Currently there are duplicated checks (e.g. java location and version) in `lib/src/android/android_workflow.dart` and `lib/src/android/android_studio.dart`. There should be one canonical Java locator / version checker that is shared between all components that need it (Android build steps, Flutter doctor checks, etc...
I thought we had written this down somewhere but I don't see it. This came out of a discussion with @Hixie and is a nice-to-have feature, but not anywhere on our near-term roadmap. Filing as this came up in discussion with a customer the other day. The goal is to answer the question of "what devices/screensizes does ...
0
Hello Everyone, Just tried installing on server 2012 and I get the following notifications: E c:\tf_jenkins\home\workspace\release- win\device\cpu\os\windows\tensorflow\core \framework\op_kernel.cc:943] OpKernel ('op: "BestSplits" device_type: "CPU"') for unknown op: BestSplits E c:\tf_jenkins\home\workspace\re...
I installed TensorFlow version 1.0.0-rc2 on Windows 7 SP1 x64 Ultimate (Python 3.5.2 |Anaconda custom (64-bit)) using: pip install --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.0.0rc2-cp35-cp35m-win_amd64.whl When I try running the test script from https://web.archi...
1
Challenge http://freecodecamp.com/challenges/bonfire-return-largest-numbers- in-arrays has an issue. Please describe how to reproduce it, and include links to screenshots if possible. My code is below and runs fine in Firebug console: function largestOfFour(arr) { var matrix = arr; var longestNum = 0; var lon...
Challenge http://www.freecodecamp.com/challenges/waypoint-comment-your- javascript-code has an issue. Please describe how to reproduce it, and include links to screenshots if possible. Hi there, I came across this naturally from going through the jQuery exercises, I refreshed the page thinking what I imagine is te...
0
I am trying the 'hero' example on angular.io and using JSPM to load my scripts (non-bundled). To get relative urls for my templates, i tried the method in #2383 and added `moduleId: module.id` to my component. import {Component} from 'angular2/core'; import {Hero} from "./hero"; @Compone...
As mention on #2383 we could use Relative TemplateUrl just setting the property "module" inside component decoration. Actually we are unable to use this feature because we use systemjs as described in "5 Min Quickstart - ts" sample....so we don't have any "module.id" set by the loader. The question is just simple.....
1
I'm moving this issue here from codeplex: https://typescript.codeplex.com/workitem/1414 This feature would help to use "library projects" in a way that you only have to specify the actual path once (eg. with a compiler flag). I'd love to see this implemented in the official compiler. I think it's small work and a...
I'm using `core-js` with its correspond d.ts from `DefinitelyTyped`, but fails when I want compile my project. This only happen with `typescript@next`, with the last stable version compiles fine. /usr/local/lib/node_modules/typescript/lib/lib.d.ts(1202,5): error TS2300: Duplicate identifier 'length'. ...
0
For completeness, we should add a polyfill for Node's vm module.
"moduleResolution" is listed as an ignored compiler option, but why is this necessary? Ie. why does it fall under... > there are lots of parts of a TypeScript configuration file that are > meaningless in a Deno context or would cause Deno to not function properly > if they were applied. ... from https://deno.land/m...
0
Code is Repeated twice leading to a second button. This happens in "Target the Parent of an Element Using jQuery" (This might not be the only location) HOW TO REPRODUCE: 1. use this link (only the code is necessary): http://goo.gl/6U2rQC 2. reload the page (see how #target5 is in #left-well twice?, this sho...
Challenge Waypoint: Clone an Element Using jQuery has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. ## Issue I believe...
1
It should be possible to assign a module to a domain. Currently you can only set subdomain.
1. File structure: project - - templates \ - a \ search.html - b \ search.html - start.py - myapplication \ - test.py 1. Start file: # ...
0
Please try compiling this file: https://github.com/tomchentw/react-google-maps/blob/master/src/Polygon.js I think the problematic part is this: export default class Polygon extends Component { static propTypes = { // Uncontrolled default[props] - used only in componentDidMount ...
**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
Hi, I observed a strange effect comparing Timings for an Asian Pricer implementation in Julia 1.4.2 and 1.5 Beta 1. For the vectorized implementation, Julia 1.5 is significantly faster than Julia 1.4.2 (which is great!). However, for the loop implementation, it is the other way around - Julia 1.5 took nearly twi...
This may be a duplicate of #3988, but this will never be something that users will be able to extend. I'd like to be able to do: help?> while The while loop evaluates the condition expression, and as long it remains true, keeps also evaluating the body of the while loop. If the condition expressio...
0
by **sam.falvo** : What does 'go version' print? go version go1.2 darwin/amd64 What steps reproduce the problem? If possible, include a link to a program on play.golang.org. 0. export GOPATH=$(pwd) 1. go get github.com/mailgun/mailgun-go 2. (cd src/github.com/mailgu...
This issue serves as a catch-all for the currently known issues with go/types so that they don't get forgotten. Known bugs (in addition to already filed bugs): - Corner-case legal recursive structs and interface types may not be accepted. The type-checker must not rely on those types...
0
Using TensorFlow backend. * * * ImportError Traceback (most recent call last) C:\ProgramData\Anaconda3\lib\site- packages\tensorflow\python\pywrap_tensorflow_internal.py in swig_import_helper() 17 try: \---> 18 return importlib.import_module(mname) 19 except ImportError: C:\ProgramData\Anaconda3\lib\import...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No, problem appears on import (import tensorflow as tf). * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10 x64 * **TensorFlow installed from (source or binary)*...
1
##### System information (version) * OpenCV => 4.5.4 * Language=> python/cpp * Operating System / Platform => Windows * Compiler => MSVC 19.32.31332.0 I am trying to replicate PIL and scikit-image nearest-neighbor o/p in OpenCV but getting INTER_NEAREST o/p. * Original image: img ![temp](https://use...
##### System information (version) * OpenCV => 2.4.9 * Operating System / Platform => Ubuntu 16.04 * Compiler => gcc 5.4.0 ##### Detailed description Nearest neighbor interpolation using cv2.resize does not give expected results. ##### Steps to reproduce import cv2 import numpy as np ...
1
As discussed in #42222, it is often useful to require a vararg to be non- empty. However, a generalization of that idea is that one often wants to dispatch on vararg where _at least one_ of the vararg entries is a _narrower_ type, in order to avoid type piracy. (See e.g. this example in ChainRulesCore, cc @oxinabox.)...
Okay, so this is a bit of a weird feature request, but there are some circumstances, for example when writing a CAS, where you want to dispatch on whether some type `T` occurs _anywhere_ in an args list. Currently, the only real way to do this is with a trait like mechanism, e.g. struct T end struc...
1
### Bug report **Bug summary** For people who use numpy.datetime64() arrays with pcolormesh, a DeprecationWarning has been appearing prompting users to specify a shading kwarg 'nearest', 'auto' or 'gouraud' since shading='flat' is being deprecated. However, passing 'nearest' results in a UFuncTypeError when using '...
### Bug report **Bug summary** When using a datetime x-axis in a pcolormesh, and nearest shading, > TypeError: '>=' not supported between instances of 'datetime.timedelta' and > 'int' is raised. From what I can tell, #18398 assumed comparison with 0 would always be possible, but this isn't the case for `datetime...
1
> From dotnet/vscode-csharp#370 as part of @gregg-miskelly's request. When you hover over a variable and expand some variables on debug mode, you see the text is not fitting the box: ![image](https://cloud.githubusercontent.com/assets/328122/15507248/bb6c7d2a-21c2-11e6-84ca-b34feaa7e22e.png) VS Code Info: ...
If a data hover shows the attributes of an object, in many cases string attribute values are not completely visible because the data hover window is too narrow. It would be great if the data hover could automatically try to fit all values.
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Specifying `label` class should not cause warning: Warning: Material-UI: the key `label` provided to the classes property is not implemented in Tab. You can only override one of the fo...
* [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Button should be styled according to override specified for it in createMuiTheme. As per example here https://material- ui.com/customization/themes/#customizing-all-instances-of-a-component-type...
0
I writing the fron-end code from Sublime Text3 to Visual Studio Code. But I only open one instance of vscode one times, sometimes, I should open another project at same time. Now the vscode on windows only support one intance one time?
Ubuntu 12.04, vscode 0.10.1 Currently when you run `Code` if there is an instances already running (or shift clicking the app icon in Windows/Ubuntu) it will activate the currently opened window. This should open a new instance, the same goes for opening a new instance of `Code` with a folder as an argument when an ...
1
The version 1.0.1 exectuable and the `deno types` command is missing types for `Deno.kill`, `Deno.Signal` and other units. Windows version: 10.0.18363 PowerShell version: 7.0.1 Deno version: 1.0.1 Ubuntu version: 18.04 LTS Bash version: 4.4.20(1)-release Deno version: 1.0.1 Missing types: * `Deno.dir` ...
I'm trying the following script and I get a few errors. index.ts import { exists } from "https://deno.land/std/fs/mod.ts"; const found = await exists('/folder'); console.log('Found:', found); Error: error TS2339: Property 'utime' does not exist on type 'typeof Deno'. ...
1
* [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I think there is no actual page behind the component demo's and the link should probably just open the sub navigation ## Current Behavior As there is no actual page for the sub menu header, the li...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior That the Popover content will adjust to the dynamically loaded/delayed content ## Current Behavior The popover initially loads. You see a tiny little div because the data has not yet loaded in. Once it ...
0
**TypeScript Version:** 1.8.7 **Code** import "reflect-metadata"; function dec(target: Object, propertyKey: string) { } it("Check emitted design types", () => { class B { } class A { @dec b: B; } // Wo...
I have the following code: @decorator class A { constructor(param : B) { } } class B { } function decorator(target: any) { return target; } console.log(Reflect.getMetadata("design:paramtypes", A)); The expected output sh...
1
The Docs archive/pdf download url on the website give a 404, but the 404 page looks very nice!!!
1
See https://github.com/scrapy/scrapy/pull/4543/files/4c12a234ae65d49678a9840708ff5e7b9d6dcecc#diff-04eeb72b0ac2a03d00f2b1dcc3268ebc
We should add support for following FTP links like: ftp://www.example.com/somedir/somefile.xml I suppose Requests will only use the URL attribute (and perhaps some data in meta, if it's needed). As for Responses, they will contain the file contents in the body, as one would expect. here should be a flag to enab...
0
It's pretty unexpected that the behavior of `x <= pd.Series(...)` depends on whether `x` is a python float or a `np.float64`: >>> import pandas as pd >>> import numpy as np >>> 5 <= pd.Series(range(10)) 0 False 1 False 2 False 3 False 4 False 5 True ...
#### Problem description I have the following .csv file: A | A | B ---|---|--- one | one | two 0 | 34 | 0.1 I want to use the first two rows to create MultiIndex columns. However, the first and second columns are duplicated and pandas is handling that in a weird way. #### Code Sample, a copy-pastable ex...
0
Is it possible to have a version number and release tag for the .rpm files. Makes it easy to keep track and update the versions.
As per convention.
1
My `mod.ts` is simply: /// <reference lib="dom" /> export function example(): number { return 42; } and test file: import { assertEquals } from "../deps.ts"; imp...
Any updates? I got a lot of ts errors when I used `@deno-types` to include type definitions for the ky libarry. // @deno-types="https://deno.land/x/ky@v0.23.0/index.d.ts" export { default as ky } from "https://deno.land/x/ky@v0.23.0/index.js From the error message, it is the `lib.dom.d.ts` w...
1
If the following app is run with one Foo class definition and then "hot restarted" after a second Foo definition is added, flutter run hangs. class Foo { } class Foo { } void main() { print(new Foo()); } Performing hot restart... co...
I am trying to scroll the `GridView` horizontally when screen orientation is portrait and vertically when the screen orientation is landscape. However, I noticed a very strange behavior. What I mean is that when I change device orientation the widget scrolls the way I want, however the touch input stays the same, e.g...
0
**I'm submitting a ...** (check one with "x") [X] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** When binding the required attribute ...
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
0
sns.pairplot(credit_data , x_vars = ['Annual Income','Current Credit Balance'], y_vars = ['Monthly Debt', 'Maximum Open Credit'], aspect = 3)
Just updated to seaborn 0.11.0 and matplotlib 3.3.1. Run this code: iris = sns.load_dataset("iris") sns.pairplot(data=iris, hue="species", y_vars='sepal_width'); sns.pairplot(data=iris, hue="species", y_vars='sepal_width', x_vars=['sepal_length', 'petal_length']); And saw it: ![screen](http...
1
### Bug report (or feature request) **Summary** In `matplotlib`, when manually restricting `xlim`, `ylim` does not change accordingly. **Code for reproduction** import numpy as np import matplotlib.pyplot as plt x = np.array([1,2,3,4,5,6,7]) y = x fig = plt.figure() ax ...
I filed a matplotlib bug report via GitHub: When x-axis limits are overridden via `pyplot.xlim`, the default y-axis limits may no longer be sensible. If limits are overridden for one axis, new limits should be calculated for the remaining axes. The image at the following URL demonstrates the problem: http://phillipm...
1
by **xuxinhua1984** : When I read pkg, I want to know the method exists since which golang version? Like Java: Since: 1.2 Or PHP (PHP 5 >= 5.3.3)
by **mimenarrator** : The Go sort library implements quicksort, which has a worst-case runtime of O(n^2), and not introsort, with a worst case runtime of O(n*log(n)), as, for example, GNU's libstdc++ does. Introsort almost always uses the same algorithm as quicksort, but when pathological c...
0
Defining `flask.test_client()` instances using `with` clause causes them to share context/content of `flask.g` variable. This wasn't the case in previous versions of flask. ### How to replicate the bug import flask app = flask.Flask("app") @app.route("/index") def index(): ...
When loading my flask module `python -m project.modules.flaskhandler.py` everything works nicely. Unfortunately, if I enable debug mode and **use_reloader** , the module is loaded, but when reloader restarts the application, it changes my sys.path. sys.path's first value changes from **''** to **'project/modules/'**...
0
The link from this page: https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.histogram.html "Source code" leads to this page: https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy- histogram-1.py that is 404
The (Source code, png, pdf) links on the bottom of https://docs.scipy.org/doc/numpy/reference/generated/numpy.random.normal.html are pointing to missing files. I hope this is the right place to report this, if not, sorry but I looked around. :)
1
This prevents direct user of the generated script to re-create the graph as the newlines are incorrectly interpreted during import.
This issue ties together all bugs related to the shell's dump command. ## Schema support * Constraints using indexes during import: there needs a way to wait for indexes to become available after creating them, otherwise the import takes forever. * The shell could be extended with a command to achieve the ab...
1
Updating to 2.7 breaks a few of my forms that use `choice_list` with an `ObjectChoiceList`: 'choice_list' => new ObjectChoiceList($choices, 'label', array(), null, 'value'), results in: LogicException in Form.php line 374: The form's view data is expected to be an instance of c...
Imagine this form: public function buildForm(FormBuilderInterface $builder, array $options) { $builder->add('transportType', 'entity', array( 'class' => 'MyBundle:TransportType', 'property' => 'language.name', '...
1
**Rogério Meneguelli Gatto** opened **SPR-2903** and commented The standard distribution (spring-framework-2.0.1.zip) does not include API javadocs. There are no downloads in the documentation page either. * * * **Affects:** 2.0.1 **Issue Links:** * #8590 Spring ZIP file should include Javadoc for Spring ( _ ...
**Dane King** opened **SPR-5957** and commented When doing a redirect anything that is not org.springframework.beans.BeanUtils.isSimpleValueType silently gets left off of the redirect query string. We were using UUIDs in the query string and they left off. We had to extend queryProperties, but there was alot of logi...
0
### Bug Report or Feature Request (mark with an `x`) - [x ] bug report -> please search issues before submitting - [ ] feature request Output from: `ng --version`. "@angular/compiler-cli": "4.0.2", node v7.9.0 macOS ( Sierra?) Simple steps to reproduce this bug. Please include: comman...
**I'm submitting a ...** (check one with "x") [x ] bug report => search github for a similar issue or PR before submitting [x] feature request I intentionally create a duplicate from my issue #12357 , because that one was closed and I didn't get any answer to urgend questions. The problem is, that an input wit...
0
Likely caused by #20655. ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME * filesystem ##### ANSIBLE VERSION ansible 2.3.0 config file = /opt/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION (default) ##### OS / ENVIRONMENT Cen...
That is most likely related to #20551 ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME filesystem ##### ANSIBLE VERSION ansible 2.3.0 config file = configured module search path = Default w/o overrides ##### CONFIGURATION Default ##### OS / ENVIRONMENT ##### SUMMARY ...
1
# Summary of the new feature/enhancement It would be useful to have a shortcut that would cycle all applications that are currently in Fanzy Zones. That is, * the application that was in zone 1 would move to zone 2 * 2 -> 3 * 3 -> 4 * 4 -> 1 (This example applies to a 4-zone configuration) The workflow I'...
# Summary of the new feature/enhancement When the user presses a HotKey, FZ should shift Windows one place left or right. In a Scenario like "Priority Grid". User can cycle and bring into the center focus one of the 3 Windows. Of course, an alternative is to Use Win+Arrow, but that leaves a spot open. Please note...
1
There's a playground snippet showing the issue here: http://is.gd/tYeNHE Here's the gist: use std::collections; static VERSION: &'static str = "rustc 0.13.0-dev (77cd5cc54 2014-12-07 19:02:18 +0000)"; fn main() { let r = { // this works fine let d = collections:...
Compile this: pub mod foo { pub mod bar { pub mod baz { struct Qux; impl Qux { pub fn new() {} } } } } fn main() { type Ham = foo::bar::baz::Qux; let Foo = foo::...
1
Enter steps to reproduce below: 1. ... 2. ... **Atom Version** : 0.209.0 **System** : Microsoft Windows 8.1 **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 FUNCTION.Module._lo...
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
Currently, we don't allow in-place operations on views if there are any other live Variables sharing the same data. We should allow in-place operations and compute the gradient correctly. There are a few changes necessary to support this. Viewing operations include `view`, `narrow`, `select`, `expand`, `[un]squeeze`...
## 🐛 Bug Torch fails to build (even with `BUILD_TEST=0`) on `/opt/pytorch/torch/csrc/Dtype.cpp`; looks like another instance of warning converted to errors: �[0mFirst, rewinding head to replay your work on top of it... Fast-forwarded HEAD to 733fc908874c71a5285043931a1cf80aa923165c. Building ...
0
Hi all, I added six -to seven carousel slides on my page, and from back-end I am setting some div (item) style to display none. This code will only hiding the div contain but actual div is not removed from the slide show . (so if i set style="display:none" in slide show it is showing empty slide. Regards,
Hi All, I want to add dynamic user control in ASP.net in carousel control . How I could approach this problem. Regards, Vishal Bedre
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 ### 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. ### Environment * Dubbo version: 2.7.3 * Operating System version: Windows 10 企业版(10.0.17134) * Java version: 1.8.0_211 * Operat...
0
I would like to save a _df_ with the following _index_ to an Excel file: it shows the following error: TypeError: Timestamp subtraction must have the same timezones or no timezones
Hi Something is wrong when trying to save a dataframe with tz-aware timestamps to xlsx, using pd.Dataframe.to_excel: df = pd.DataFrame([1], index=[pd.Timestamp('2014-05-02', tz='CET')]) df.to_excel('test.xlsx') yields an exception on my system: -------------------------------------...
1
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
# Checklist * I have checked the issues list for similar or identical bug reports. * I have checked the pull requests list for existing proposed fixes. * I have checked the commit log to find out if the bug was already fixed in the master branch. * I have included all related issues and possible dup...
0
### Issue Details * **Electron Version:** * v6.0.0 * **Operating System:** * MacOS 10.14 * **Last Known Working Electron version:** * N/A ### Expected Behavior Functional example code that prevents navigation. ### Actual Behavior Call back is not called, behavoir is not prevented, depending on ...
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. _**This might be a duplicate of#17617 but I have no id...
0
Hello, the video_player does not show the texture, just the sound on the IOS devices, the android works correctly. video_player: 0.6.5 ![screen shot 2018-10-13 at 19 42 26](https://user- images.githubusercontent.com/10067343/46910739-35019780-cf20-11e8-864b-dc3e2cd277ee.png)
## Steps to Reproduce I'm trying to use flutter with a FlutterTexture in the iOS emulator and I'm repeatedly hitting: [VERBOSE-1:ios_external_texture_gl.mm(37)] Failed to create GLES texture cache: -6661 I downloaded this sample: https://github.com/flutter/plugins/tree/master/packages/video_pla...
1
In `scipy/integrate/quadpack.h`, function `init_c_multivariate` stores a pointer to `n_args_ref` in the global variable `global_n_args`. Unfortunately `n_args_ref` is a local variable which very soon goes out of scope, so later dereferencing `global_n_args` produces a nonsensical value.
This code looks wrong: https://github.com/scipy/scipy/blob/master/scipy/integrate/__quadpack.h#L128 check = PyObject_GetAttrString(func, "argtypes"); if (!PyTuple_Check(check) || (PyTuple_GET_SIZE(check) != 1) || (PyTuple_GET_ITEM(check, 0) != c_double)) { if ((PyTuple_GET_IT...
1
`pd.NaT` is an instance of `NaTType`. `NaTType` inherits from `_NaT`, which inherits from `_Timestamp`, which inherits from `datetime`. How would people feel about taking `_Timestamp` out of that chain? Note that `_Timestamp` is not exported, so no users should be checking e.g. `isinstance(x, _Timestamp)`. The moti...
#### Code Sample, a copy-pastable example if possible In [2]: mi = pd.MultiIndex.from_product([['i'], ['ii'], ['iii']]) In [3]: mi.rename([1,5,6]).get_level_values(1) # Interpreted as label Out[3]: Index(['i'], dtype='object', name=1) In [4]: mi.rename([1,5,1]).get_level_values(1)...
0
# Summary Basically, if you have multiple users on an android phone, flutter deploys sometimes to the wrong user account. Unless you switch accounts, this looks like the deploy totally failed. ## Steps to Reproduce 1. Setup an Android phone with multiple accounts 2. Build a flutter app 3. do a "flutter run" ...
Internal: b/142944798 `flutter run` cannot pass `--user` flag to adb launcher. flutter/packages/flutter_tools/lib/src/android/android_device.dart Lines 414 to 420 in 8dd06a1 | cmd = adbCommandForDevice(<String>[ ---|--- | 'shell', 'am', 'start', | '-a', 'android.intent.action.RUN', | '-f', '0x20000000...
1
A briefer way than, say, `df.xs(df.index[247])` though this isn't really all that bad
* _libs/window both includes "skiplist.pyx" and cimports from skiplist. I don't know if it is necessary, but it is definitely confusing. (closed by #18420) * _libs/reshape.pyx is an 18 line stub that just includes reshape_helper.pxi. Could we just change reshape_helper.pxi.in to reshape.pyx.in? **update** It is ...
0
### What problem does this feature solve? 能否让$emit方法返回一个Promise对象?这可以知道分发的事件在什么时候完成,方便在对这个事件进行监听的所有方法完成后进行一些额外的操作。 比如说,一个按钮组件,在点击之后变成加载中状态,在点击操作(这个操作可能是向服务器请求数据,也有可能仅仅只是个同步操作)完成之后,还原成之前的状态。这样的话,可以让按钮的状态变化与事件逻辑分离开。 ### What does the proposed API look like? 可以像下面一样的使用 { async onClick () { ...
### Version 2.2.6 ### Reproduction link https://jsfiddle.net/50wL7mdz/27555/ ### Steps to reproduce <component @click="callback"> </component> function callbcak() { return new Promise(function(resolve, reject) { setTimeout(() => { resolve('resolved') }, ...
1
by **patrick.allen.higgins** : Sorry that this is so wordy and without a simple test case. I haven't been able to narrow it down to a simpler one yet, and may not have the time to do so. The tl;dr version is that GDB clearly shows syscall.ForkLock as being locked when I don't believe it sho...
http://tip.golang.org/ref/spec#ShortVarDecl says: """a short variable declaration may redeclare variables provided they were originally declared in the same block with the same type, and at least one of the non-blank variables is new.""" It is not clear if func main()...
0
* Open markdown file in preview mode while sidebar is closed. * Open Explorer View sidebar Expected: markdown file stays in preview mode Actual: file switches to source mode Version 0.10.8 Commit db71ac615ddf9f33b133ff2536f5d33a77d4774e Date 2016-02-05T10:10:11.194Z Shell 0.35.6 ...
VSCode very quickly got to _nearly_ being my default editor. One thing I'm missing is something like https://atom.io/packages/symbols-tree-view where I can view the structure of a file whilst editing. I've used this view across many editors for years.
0
**Oliver Drotbohm** opened **SPR-5763** and commented `AnnotationMethodHandlerAdapter` contains a private class `ServletHandlerMethodResolver` that could be used to tweak URL mappings for custom requirements if one was able to subclass it. Furthermore it would be very cool to use in test cases as you could easily t...
**Bruno Navert** opened **SPR-5087** and commented It would be useful to expose ServletHandlerMethodInvoker and ServletHandlerMethodResolver as public classes, rather than private inner classes. This would allow application code to call this directly to mimick the behaviour of Spring when calling handler methods. ...
1
Challenge Escape Sequences in Strings has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; AskTbORJ/5.15.9.29495; BRI/2; GWX:QUALIFIED; rv:11.0) like Gecko`. Please describe how to...
This issue references #541.
0
# Before Opening Please... * Search for an existing/duplicate RRFC which might be relevant to your RRFC There is one RFC about logging: using STDERR for errors instead of STDOUT. This is unrelated. ## Motivation ("The Why") Currently some CI providers, specifically GitLab, restrict job artifacts to being relati...
### EDIT See #3847 (comment) for minimum reproduction case. --@wraithgar * * * ### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior Running `npm install --workspace=<workspace>` is resulting in npm exiting with an errorcode and the following stack trace: ...
0
FreeCodeCamp streaks not updating unless it is after around 6 PST Hello Everyone. In FCC for some reason, if I do not get any brownie points after around 6 PST it does not update for that day. Even if it is after 6 and I already got 7 brownie points, for some reason it doesn't update unless I get another. Here is w...
One of the most common complaints I get (as person in charge of support emails) is that the streak isn't accurate. This may be due to timezones. We probably need to go ahead and write some test cases and really tighten up this code. Any volunteers? ![](https://camo.githubusercontent.com/3153e75ad3dd96f63f6e28f6d104...
1
On QWERTZ keyboards and their derivates, which are used in Germany, Switzerland, Austria and most of Central Europe, the key combination for the `@` symbol is `alt-g q`. When pressing `alt-g q` in Atom Editor, all lines are reformatted so that they break at the preferred line length, instead of entering an `@` symbo...
> Atom doesn't handle keyboards with Right Alt (i.e. AltGr). This is a very > basic mistake. I have a Hungarian keyboard layout, I can only write specific > keys like "|" (pipe) by pressing Right Alt (AltGr) and then W, which Atom > doesn't recognize and treat like Alt-W or something? > The point is there are some...
1
On Mac 10.11.3 (15D21), one of the electron helper is constantly running at 90% cpu.
Not sure how I can help debug this, whilst `code` is running in the background, it has a detrimental effect on the performance of the battery. ![screen shot 2015-11-28 at 12 59 23](https://cloud.githubusercontent.com/assets/1777444/11451979/ef2b5afc-95cf-11e5-8160-f74d7ec8be6b.png) ![screen shot 2015-11-28 at 13 02...
1
As of threejs version 112 a directional light with castShadow set to true adds a yellow tint to objects on some devices including the Pixel 3a. Confirmed on the Pixel 3a using both Chrome 79 and Firefox 68.4.1. Here's a demo of the issue (no cdn for 112 exists so you'll have to download it) The cube should be a ye...
##### Description of the problem I assume this is a driver bug on the Pixel 3, and it's probably long-standing; it repros on dev, as well as r112 and r110. I haven't tried any more versions. Try this fiddle; normally it's just a white sphere: ![image](https://user- images.githubusercontent.com/1649964/71842923-9e1...
1
JAVA_HOME="$(/usr/libexec/java_home -v 1.9)" mvn clean package Results in the following: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project java-util: Compilation failure: Compilation failure: [ERROR] /Users/cha...
Recently there have been quite a few PRs and issues opened relating to null/empty string handling. I have gathered links to these PRs/issues here, if we would like to have a wider discussion on this topic. #2715 \- stringFormat extractionFn should be able to return null on null values (Fix for #2706) #2715 #2737...
0
Compiling with the instructions in #10181 results in two test failures. One is JuliaMath/openspecfun#30. The other is: exception on 5: ERROR: assertion failed: |func(D) - func(DM)| <= 3.4332275e-5 func(D) = 1.048798f0 - 1.5707964f0im func(DM) = 1.0487979650497437 - 0.5797938426309308im ...
Environment: Ubuntu 14.04 icc 15.0 ifort 15.0 mkl 11.2 source /opt/intel/composerxe/bin/compilervars.sh intel64 source /opt/intel/mkl/bin/mklvars.sh intel64 ilp64 export LD=/opt/intel/composerxe/bin/xild export AR=/opt/intel/composerxe/bin/xiar export MKL_INTERFACE_LAYER=ILP64 export MKLROOT = /opt/intel/...
1
Dear julia community, when running `eval` on an expressions of an expression the `typ` information is unexpactedly lost: > expr1 = :(sin(1)) > expr1.typ = Float32 > print(expr1) sin(1)::Float32 > expr2 = Expr(:quote, expr1) > eval(expr2).typ Any Julia: 0.5.1 Operating Sy...
I thought that a `QuoteNode` as meant as a bulletproof way to be able to shield an expression from the compiler poking into it while e.g. returning it from a macro. But consider the following code with a macro which wraps an expression in a `QuoteNode` and returns it: macro l() QuoteNode(Expr(:...
1
* Electron version: v1.4.2 * Operating system: masOS 10.11.6 (El Capitan) When an window that has `nodeIntegration: false` tries to open a Facebook login or share window, the window can not be closed. Neither with operating- system provided closing methods (close button, cmd+w) nor from the window itself (`windo...
Current behavior of beforeunload event in Electron may break existing web pages. However, changing the behavior according to the spec may break existing Electron apps. This is a tradeoff proposed by @deepak1556 in #2481 to make both sides happy: // do what Electron does currently: unload the page imme...
1
I just missed being able to drag and drop my selection. When one attempts to drag a selection, Atom just makes a new selection, beginning at the point of the drag and ending at the point of the drop. It should be possible to drag and drop the selection around in the current buffer and between buffers. For the latter,...
I was sure an issue was already opened for this, but can't find it now. Halp ticket: * support/5124ebc4cfa211e3871387e11a229b02 Would be cool if it was possible to select some text and then drag-and-drop it to some other place.
1
### Proposed new feature or change: Tensorflow and jax extend the numpy dtype system to include bfloat16. (see: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/lib/core/bfloat16.cc) I'm trying to scope out the possibility of upstreaming this into numpy. There is currently an eigen dependency...
## Feature Hi, I am working at PaddlePaddle(chinese DL framework). We and other DL frameworks would extremely benefit from integrated bfloat16 numpy datatype. I have seen that TF added its own implementation and lately a standalone pip package bfloat16 was released. I have also seen NEP 41, 42, 43 which from wha...
1
I was going through the "Create your first page in Symfony" tutorial, and I noticed I was always getting a "No route found for "Get /lucky/number"" type exception; however I was certain everything I coded was correct. After cutting and pasting the sample code (which was identical), I noticed it worked. The problem i...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.2.9 Doctrine ORM | 2.5.6 Hi, I'm using doctrine "joined" table inheritance, using the annotations in this way * @ORM\InheritanceType("JOINED") * @ORM\DiscriminatorColumn(na...
0
* Electron version:1.4.3 * Operating system:OSX After signing an app for the mac app store the app crashes. I've been able to trace the issue to /Contents/Frameworks/Electron Helper.app/Contents/MacOS/Electron Helper . Before signing this works fine and my app runs normally. However after signing it just hangs. ...
This is a repost from https://github.com/electron-userland/electron-osx- sign/issues/87 because I'm not sure whether the problem is in electron or in the signing process (or my configuration / entitlements somehow). Thought I'd post here if someone is having similar issues OS: 10.11.6 electron-builder: 7.11.4 npm...
1
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): No **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): dep...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): No, filing after reproducing the issue in discussion on sig-auth with @ericchiang and @whitlockjc and figured out a workaround **What keywords did you s...
0
### 💻 * Would you like to work on a fix? ### How are you using Babel? Other (Next.js, Gatsby, vue-cli, ...) ### Input code You can see the problem here: paulmillr/chokidar#1147 ### Configuration file name _No response_ ### Configuration _No response_ ### Current and expected behavior While I use Nuxt....
## Bug Report **Current Behavior** I created a new project. I have special folders for interfaces, types and etc. I will have a lot of them, so I import them into one file and export them from there. When I want to export multiple interfaces I get an error: error: bundling failed: SyntaxError: C:\Us...
0
**Migrated issue, originally created by jvanasco (@jvanasco)** There doesn't seem to be a (public) way to find out if a path has been registered to a query for eager loading. (A non-public way seems to be `query.__dict__['with_options']`) I propose an enhancement to the Query API, which allows a query to be queried...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** given issues like #3223 and the openstack issues with model_query(), here's a sketch of an idea: @event.listens_for(EventedQuery, "before_compile", retval=True) def append_order_by(new_query): if inspect(new_query)...
1
This most likely is me doing something wrong. However, I thought I had this working... I get this error when trying to add a column with content to an ExpansionPanel. The error only occurs at runtime when I try to expand more than one panel at a time. The app is a simple one inspired by the holidays. It is a simple H...
Hi, I'm trying to use the `url_launcher 0.4.1` plugging but Im getting the following exception when tryin to launch an URL, I just upgraded to flutter 1.0 via `flutter upgrade` any ideas what could be causing this? MissingPluginException(No implementation found for method canLaunch on channel plugins....
0
When you maximize a window and then try to drag it down from the border (or in my case a header div with `-webkit-app-region: drag;` style), the window will unmaximize, but instead of getting the `unmaximize` event you'll just get the `resize` event. If you do the same using the restore button (either through the b...
On Windows, BrowserWindow maximize & unmaximize events are not triggered when maximizing/unmaximizing a atom-shell window by drag & drop. atom-shell is really great, much better than NW.js (I used NW for quiet a long time), so congratulations to all contributors !
1
using the following html form <h1>Debug Form</h1> <form action="/debug" method="POST"> <input name="item[1][name]" value="" /> <input name="item[2][name]" value="" /> <button type="submit">test</button> </form> to the following flask application method / view @app.ro...
Rewrite the tutorial and corresponding example, taking into account new and common patterns for Flask. * example * tutorial
0
Since `Modernizr` only inserts the relevant browser prefix on the client render, there's a mismatch with the unprefixed server side render. As alluded to in #591 , this causes the following warning in react: > Warning: React attempted to reuse markup in a container but the checksum was > invalid. This generally mean...
I have a React app, that runs on the server and in the clients browser. When I upgrade to `v0.8.0`, React gives me the "Expected html differs from the given markup" warning, because there are differences in the inline style definitions. For example: Server renders: style="...; user-select: none;.." ...
1