text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
const array: Uint8Array = new Float32Array(0);
This is difference types, but typescript not see errors =\
|
All typed arrays are assignable in our present dts.
let arr = new Uint8Array(20);
let arr2 = new Int16Array(20);
arr = arr2; // Valid.
The same is true of specific errors:
let err = new SyntaxError();
let err2 = new RangeError();
err = err2; // Also valid
We should fix ... | 1 |
I find that `.last()` does not perform as expected.
#### Example:
df = pd.DataFrame([[179293473,'2016-06-01 00:00:03.549745','http://www.dr.dk/nyheder/',39169523],[179293473,'2016-06-01 00:04:22.346018','https://www.information.dk/indland/2016/05/hvert-tredje-offer-naar-anmelde-voldtaegt-tide', 391252... |
This is incorrect, as this is applied column by column (as they are different
dtypes)
so `_first_compat` should first compute the mask then use it.
from SO
In [18]: df = pd.DataFrame([{'id':"a",'val':np.nan, 'val2':-1},{'id':"a",'val':'TREE','val2':15}])
In [19]: df
Out[19]:
id ... | 1 |
#### Code Sample, a copy-pastable example if possible
import pandas as pd
index = pd.timedelta_range('0', periods=4, freq='s')
series = pd.Series(range(4), index=index)
print series
print series.resample('2s', label='left').sum()
print series.resample('2s', label='rig... |
brought up in #12925
some examples in #15167
Resampling fence posts are off when upsampling < 1 Day.
In [5]: df = DataFrame(data=[[1, 3], [-5, 10], [0, 0]],index=pd.timedelta_range('00:00:00','00:10:00',freq='5T'))
In [6]: df.resample('1T').asfreq()
Out[6]:
0 1
... | 1 |
On this page specifically: https://material-
ui-1dab0.firebaseapp.com/customization/themes, not the others apparently.
### Versions
* Material-UI: alpha 17
* Browser: Firefox & chrome
|
Given a case: I have 2 types of a Button, first one with rounded corners,
second one without. Now in case I want all buttons inside of some subtree use
the second type, I would want to use the MuiThemeProvider.
const theme1 = createMuiTheme({
overrides: {
Button: {
root: {
... | 1 |
Challenge Target the Parent of an Element Using jQuery has an issue.
User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:48.0)
Gecko/20100101 Firefox/48.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
<script>
$(document).r... |
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 |
I have followed the instruction to make flutter app. (stop at list of word
pairings tutorial). Next I try building release version of iOS following
instruction, archives and export from Xcode.
The ipa file is 68.9MB, while release version of apk file is 5.5MB. Is this
normal?
If the size in not normal, how could I... |
With current beta `0.8.2` and latest `dev`, `flutter build ios --release`
produces app which is 5 times the size of the app built with `0.7.2`.
with `0.7.2` the size was around `22mb`
with `0.8.2` the size is around `100mb`
I've tested with basic flutter app by creating new flutter app and building
it. Even basic... | 1 |
Hello everyone.
**I have an issue to migrate from 0.25 to 0.36 superset**
I can run it into a new venv with new installation and without to use my
postgresql database, but when i try touse my database, I have some errors (new
columns)
For example in the dashboard tab

3. Scroll down to 'Advance'
4.Observe the color_theme in meta data
... | 0 |
julia/stdlib/LinearAlgebra/src/matmul.jl
Line 536 in 54adf21
| # FIXME: This code is completely invalid!!!
---|---
julia/stdlib/LinearAlgebra/src/matmul.jl
Line 558 in 54adf21
| # FIXME: This code is completely invalid!!!
---|---
I stumbled upon these two comments while perusing the base linal... |
At our centre we've just had a talk about Julia, and many of our users are
interested in starting to experiment with using Julia for some of their
work.
I'd love to install Julia system-wide on our cluster to help them get
started (especially since we try to link it with our local fast numerical
libraries), ... | 0 |
I can see support for users and different roles in superset. But What I need
is, Consider, I have a set of dashboards for finance department. Only that
department's members can view the dashboards and for any other departments, it
should be restricted.
I know we can restrict the dashboard access very easily, But One... |
I would like to visual only the raw data WITHOUT the need of apply any kind of
aggreation, as the data from the table is already pre-computed aggreated
metric values.
### Superset version
0.26.3
### Expected results
There shouldn't be aggregation enforced for a metric. There should be an
option to display the raw... | 0 |
## Steps to Reproduce
1. I added the following Firebase dependencies to my Flutter app:
google_sign_in: ^3.0.5
firebase_auth: ^0.5.20
cloud_firestore: ^0.8.0
2. I try to run the app on my iPhone 8 (iOS 12, Xcode Version 10.0 - 10A254a) with either `flutter run -verbose` or `ope... |
flutter/engine#3833 breaks the fuchsia build because of this error in the host
(Linux) test_runner build:
../../flutter/shell/testing/test_runner.cc:17:19: error: no member named 'Attach' in 'shell::PlatformView'
platform_view_->Attach();
~~~~~~~~~~~~~~ ^
This should be caught by travi... | 0 |
# 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 read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was alrea... | 0 |
## Steps to Reproduce
* Create a normal Flutter project with the Atom creator project
* Remove the internet permission in the manifest
* Run the app
## Flutter Doctor
[✓] Flutter (on Linux, channel alpha)
• Flutter at /home/kleak/flutter
• Framework revision 9a0a0d9903 (13 days ... |
If your `AndroidManifest.xml` is missing this line:
<uses-permission android:name="android.permission.INTERNET"/>
...then when we try to hook up the observatory port we will get an error 13
(permission denied).
We should catch this case and explain what to do about it.
| 1 |
##### Issue Type:
Problem with SSL verification
##### Ansible Version:
`ansible 1.5.2`
installed via pip
##### Environment:
Ubuntu 12.04
##### Summary:
When I try to fetch any URL via https I get SSL verification error
##### Steps To Reproduce:
ansible -i 127.0.0.1, "*" -m 'get_url' -a'url="... |
##### Issue Type:
Bug Report
##### Ansible Version:
ansible 1.5.2
##### Environment:
Ubuntu 12.04
##### Summary:
SSL verification fails when attempting to use the hipchat module
##### Steps To Reproduce:
Use the hipchat module and attempt to send a message.
##### Expected Results:
No errors, message gets s... | 1 |
if allowed_domains occurred in url(in path or query) it also crawl that url.
e.g:
allowed_domains =["www.rankwatch.com"]
when i run LinkExtractor it also crawl :
{"url":
"https://www.facebook.com/login.php?skip_api_login=1&api_key=864596490301578&signed_next=1&next=https%3A%2F%2Fwww.facebook.com%2Fv2.4%2Fdialo... |
Hello,
To avoid crawling duplicated URLs, I store all crawled URLs in database, and
then check if one URL requested is already in DB or not.
Here is my filter class:
class CustomFilter(RFPDupeFilter):
"""A dupe filter that considers specific ids in the url"""
db = DBManager(settings[ ... | 0 |
See
https://github.com/elastic/elasticsearch/blob/master/core/src/main/java/org/elasticsearch/cluster/metadata/MetaData.java#L1150.
If an element is not recognized in a cluster state, it is simply ignored.
|
If a plugin adds custom cluster state parts and the plugin isn't installed on
all nodes then it could cause custom metadata to be removed by a node just by
reading it.
Brought up while reviewing #21243.
| 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: Windos7 and CentOS Linux version 4.14.67-2dev917.el7.x86_64
* J... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.6.2
* Operating System version: MAC
* Java version: 1.8.0_162
### Steps to reproduce this issu... | 0 |
No matter in which line is dot, code is dislocated after formatting:

My environment:
Microsoft Visual Studio Community 2013 (12.0.31101.00 Update 4)
TypeScript 1.5.40427.1
|
Before we would have:
var doSomethingThatReturnsAPromise: any;
this.doSomethingThatReturnsAPromise()
.then(() => {
// more code
})
.then(() => {
// even more code
});
Now we have
var doSomethingThatReturnsAPromise: any;
thi... | 1 |
I'm using pandas version '0.7.0rc1' with Python 2.7.2 on Windows XP.
When writing HDF files, pandas tries to convert datetime index values to an
ordinal using time.mktime. mktime does not support any dates before 1969.
error output shows the offending line to be:
> File "C:\Python27\lib\site-packages\pandas\io\pyt... |
I am having trouble with pre-epoch dates working with HDFStore, getting an
OverflowError in mktime, as shown below.
Sample code is:
import numpy as np
from pandas import *
def panda_test():
# generate some data
data = np.random.rand(50,5)
... | 1 |
## 📝 Performance Stats on Taskbar
This feature is On/Off, with ability to customize what kind of stats are to be
displayed in the taskbar.
To have the stats on taskbar, but not on the main screen is to SAVE screen
estate, also user can rapidly take a glimpse of the computer's stats without
need to move the existin... | 0 | |
### Version
2.3.3
### Reproduction link
http://plnkr.co/edit/AiNse4SDOQIiH1RlnKoE?p=preview
### Steps to reproduce
1. Make a Polymer element in a separate file
2. Import the Polymer element into a main page that makes a new instance of Vue
3. Run the page in different browsers (particularly, Chrome and one... |
### Version
2.5.21
### Reproduction link
https://codepen.io/anon/pen/gZGPPL
### Steps to reproduce
1.change the components order
2.console.log the $children
### What is expected?
should change the $children order corretly
### What is actually happening?
$children order not changed
| 0 |
If client http header contain Expect: 100-continue
client post multipart/form-data Sometimes there will be
"multipart: Part Read: WSARecv tcp _._.138.250:80: i/o timeout"
ParseMultipartForm(102400) -> /mime/multipart/multipart.go 239
This is immediately returned error.
Did not arrive ReadTimeout
The same serv... |
The http Client should probably support Expect: 100-continue. The server does.
It does introduce a new round-trip, though, so we should probably only send it when the
data size exceeds some threshold. Probably the same threshold we use for consuming
request bodies when a handler doesn'... | 1 |
The content of a popover is invisible when the popover is on a .input-append
input node.
, we should
evaluate `Overlayfs` and see if it can become the default/recommended storage
driver for kubernetes deployments.
Kubernetes is already being used with multiple... | 0 |
I want to get file list from form by using:
`photos = request.files.getlist("photo") `
However if i haven't select anything, the photos value is never be [] like
other fields.
So the way to check for empty field is failed:
if not photos:
pass
The result for empty form is:
` [<FileSto... |
Issue came up while trying to send an empty file (and filename) to an HTTPbin
form.
Using Flask you're unable to differentiate between the content of a text field
in a form and a non-uploaded file from the `request` object
### Example test
Using flask alone;
User @moy helped with this and prompted me to post th... | 1 |
v34.
cmd shift f, enter term, hit . 💥
|
Splitting panes is easy: I got `C-|` and `C--` into my fingers quickly. What's
hard for me is unsplits. Currently it looks like I have to `M-w` until I've
closed every tab in the pane, at which point it goes away.
The problem for me is that I don't use tabs, and I don't think of files being
open in a pane. I think o... | 0 |
I didn't see this error reported, apologies if it is a duplicate -- my current
numpy is 1.6.2.
$ sudo easy_install --upgrade numpy
Searching for numpy
Reading http://pypi.python.org/simple/numpy/
Reading http://numpy.scipy.org
Reading http://sourceforge.net/project/showfiles.php?group_i... |
Sorry in advance if this is a duplicate. I'm trying to read the Iris dataset
using the following code:
`data = numpy.genfromtxt('../input/Iris.csv',delimiter=',',usecols=
range(1,6),skip_header=1, dtype = None)`.
However, when I try to separate the features and labels using this -
`features = data[:,:-1]`
`la... | 0 |
##### Issue Type:
* Bug Report
##### Ansible Version:
user@h0$ ansible-playbook --version
ansible-playbook 2.1.0
config file =
configured module search path = Default w/o overrides
Installed from GitHub at approximately:
Thu Feb 25 18:43:33 UTC 2016
##### Ansible Configura... |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
patterns, group of groups, static inventory file
##### ANSIBLE VERSION
ansible 2.2.0.0
config file = /etc/ansible/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
Empty files for ansible.c... | 0 |
Halp ticket:
* support/6c407d52c9f711e38a0cc47a4027f259
> Git support does not handle files with accented characters correctly,
> declaring them as new. See e.g spec/fixtures/subdir/áccéntéd.svg in
> atom/markdown-preview or lloeki/svg-preview plugins.
Steps to reproduce:
$ git clone https://g... |
Makefile editing is messed up. If it's not using soft tabs instead of hard
ones, it's positioning the cursor in weird places. To repro, just write
yourself a simple Makefile with a single rule and try to run it. Then edit it
in an external editor to fix indentation, then add another rule or two in
Atom.
User: @jbarn... | 0 |
After #13134 is merged, `np.exp` and `np.log` return float32 arrays for
float16 inputs. Is the change intended? I could not find docs for it
(https://www.numpy.org/devdocs/reference/generated/numpy.exp.html), while it
is documented that `np.sum` casts ints to the default platform integer.
### Reproducing code exampl... |
`pip install numpy` on python 2.7 attempts to install numpy 1.17, which
dropped python 2.7 support. This is contrary to the functionality described in
NEP 14, which states:
> ... `pip install numpy` on Python 2 will continue to give the last working
> release in perpetuity...
### Numpy/Python version information:
... | 0 |
On my Mac (10.9.5), my Atom app notices when there's an update, and indicates
it by adding a "Restart and install updates" option in the "Atom" menu. If I
choose that menu option, Atom quits, and relaunches, but it's the same version
it was; no update seems to have happened.
Looking in the Console log, it seems "Shi... |
I've never been able to get the autoupdate to work. It detects a new version,
happily downloads, but when I click restart and update, it quits the app,
presumably fails to update, and then relaunches, and starts redownloading the
update. Usually then I have to get into a hit-quit-a-bunch-war to get it to
stop relaunc... | 1 |
The following code ICEs in nightly on play.rust-lang.org, as well as in 1.0
stable:
extern {
fn foo(x: Option<str>);
}
fn main() {
}
<anon>:2:15: 2:26 warning: found type without foreign-function-safe representation annotation in foreign module, consider adding a #[rep... |
We don't check that types in method signatures are well-formed, or even when
they are Sized. I mean, this compiles:
pub struct U<T: Send+Sync+Copy+::std::fmt::Display>(*const T);
pub trait Trait { }
pub trait OtherTrait {
fn f(self, u: U<Trait>);
fn g(self, u: [u8]);
... | 1 |
Hello,
when I am adding firebase dependency to my electron project and importing to
main.js as:
`import firebase from 'firebase';`
It is replicable in electron-quick-start project as well, just add firebase
dependency and import the firebase module.
It crashes during the application load with the error:
> App t... |
* Electron Version: 2.0.7
* Operating System (Platform and Version): Windows 10
* Last known working Electron version:
**Expected Behavior**
When using APIs like
* webContents.clearHistory(),
* session.flushStorageData();
* session.clearCache();
* session.clearStorageData();
* session.cookies.flus... | 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: 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: master
* Operating System version: mac
* Java version: 1.8
### Steps to reproduce this issue
... | 0 |
So far I really like Atom 1.0 - it's got a long way to go, but it will get
there. We needed an editor like this.
Anyway: the only thing bothering me was how quickly it installed itself
(Windows 8.1, 64 bit). Even though that might sound like a _good_¨thing, it
isn't. When I double-click the installer I get no option... |
For some reason, Atom is displaying fonts _blurry_ on my retina MBP. Is there
something I can do to fix this?!
~/g/atom git:master atom --version
0.125.0-690d32c
Same file opened in subl3 for comparison:
.
|
# Context Menu for Tabs
Useful for now, whilst the Tab Bar is in an incomplete state, but will also be
useful in a finished version. Each Tab should have a Context Menu with a
**Close** command, as well as eventually, options for renaming the Profile/Tab
Title, and changing the TabWidth behaviour.
For now, the Tab ... | 0 |
I'm using next.js with a custom express server. After building next.js, my
custom endpoints (such as /graphiql) aren't reachable anymore, and instead the
next.js 404 page appears.
* I have searched the issues of this repository and believe that this is not a duplicate.
### Expected behavior
After running `next b... |
* I have searched the issues of this repository and believe that this is not a duplicate.
Hello guys!
First things first: thanks a lot to the contributors for the framework : )
I'm contacting because I'm having hard times trying to hot-reload the .sass on
this example: https://github.com/zeit/next.js/tree/v3... | 0 |
### System info
* Playwright Version: v1.30.0
* Operating System: Ubuntu 20
* Browser: WebKit
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Link to the GitHub repository with the repro**
https://github.com/ta834n/playwright-webkit-demo
**Steps**
* check o... |
### System info
* Playwright Version: [v1.33.0]
* Operating System: [All, Windows 10.]
* Browser: [All]
* Other info: React 18.2
### Source code
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf... | 0 |
* VSCode Version: Latest as at this post (can't check since it will not run)
* OS Version: Windows 10
Steps to Reproduce:
1. Open VS Code and wait for a update
2. Ask it to update
3. Error pops up. The file is `askpass.sh`
4. Try deleting the file causing the problem (didn't work on my machine)
5. Cli... |
I am getting an error trying to update to the new 0.10.10 release on Windows.
I received the notification, clicked on "update and restart" and it showed
this error:

Pressing "start again" show... | 1 |
The standard library will require very carefully arranged bindings to libuv
(https://github.com/joyent/libuv), the async IO library we're going to be
using. The current rust IO system is synchronous and stdio-based, which is not
really ideal long term.
|
The mechanics should be easy because exported macros are just stored as
strings in crate metadata. But it won't be very useful unless names mentioned
by macros can change to follow the re-export. If we can find a pleasing
solution to this problem, we can eliminate a lot of duplicated code e.g.
between `libcore/macros... | 0 |
final String url = "http://materialdesign.qiniudn.com/videos/animation-authenticmotion-massandweight-asymmetric.mp4";
ImageView img = (ImageView) findViewById(R.id.img_test);
Glide.with(context).load(url).into(img);
I hope load the video cover by using the above code.
Now I load the cover ... |
How can I load Thumbnail from a video url.
for now I use "MediaMetadataRetriever" to get the bitmap but I want to load it
with glide.
is this possible ?
| 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
docker_service
##### ANSIBLE VERSION
ansible 2.2.0.0
config file =
configured module search path = Default w/o overrides
##### CONFIGURATION
none
##### OS / ENVIRONMENT
linux
##### SUMMARY
When using a private registry, th... |
##### Issue type:
Bug report
##### Component Name:
ec2_group module
##### Ansible version:
1.8.4
boto 2.36
##### Environment:
OS X 10.8.2,
Ubuntu 12.04.05
python 2.7
##### Summary
I came across an issue when managing SG group entires via boto/ansible.
Got this error on one of my environments:
... | 0 |
We want to enable the ability to have more than 1 `tsconfig.json` file in an
asp.net v5 project, this will make the compilation of ts files more flexible.
/Common.Classes
- tsconfig.json {out: "../Outputs/Common.Classes.js"}
- Class1.ts
- Class2.ts
/Common.Plugins
-... |
Hi,
**Version:** VS 2015/TS 1.8
This is an obvious bug so may have been reported earlier, but I couldn't find
anything.
Add a new TS project in Visual Studio and add the following (erroneous) code:
class Greeter {
constructor(element: HTMLElement) {
this.foo = 'foo';
... | 0 |
**Migrated issue, originally created by Anonymous**
If you define a default ordering in a relation and do a query on that relation
using a different ordering the result is not what you would expect. In my code
I define a mapper like this:
orm.mapper(Desktop, desktop_table, properties=dict(
st... |
**Migrated issue, originally created by Anonymous**
When trying to reflect a table with a column with the unsigned keyword this
exception is thrown:
Using SQLAlchemy 0.2.6 installed via easy_install and mysql 4.
$ python bug.py
Traceback (most recent call last):
File "bug.py", line 5, in ... | 0 |
I am trying to create a polar plot with a log scale on the radial axis but I
keep getting an error or I get a missed up plot.
This is the code that I use:
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
metabolites = data[["metabolite"]]
intercepts = data[["intercept"]]
amplitudes= ... |
I have been using the API example for creating radar charts:
http://matplotlib.org/examples/api/radar_chart.html
In the previous version you could make the radial grid logarithmic simply by
adding `ax.set_yscale('log')` here:
ax = fig.add_subplot(2, 2, n + 1, projection='radar')
ax... | 1 |
Feature Request
Add the Enhanced Scrollbar feature from VS 2013 and VS 2015 into VS Code. It's
an extremely efficient way to move around within a file and would be a great
feature to have in VS Code.
If this is already an extension or an option, I could not find it.
|
i report many times about this, but not fixed yet... so sad.
i recored my screen
https://youtu.be/Hb4tLqiyuNs
i use unikey ( simple and popular vietnamese language tool ) + vscode.
but it not work.
i try to many other language tool but still not working...
and other editor: sublimetext, atom it good work.... | 0 |
**What**
As it stands, there doesn't seem to be a way to generate typings for a file,
or files, using Deno. It _might_ be possible with `Deno.emit`, using the 2nd
argument (`CompilerOptions`), but i haven't checked this and I'm not too
confident it can.
It also seems like `deno types` could be expanded upon, ie th... |
With #3352, bundles are going to be a mechanism to distribute "libraries" in
Deno. It is logical that someone might want to use a distribution bundle in
another Deno workload (or consume it in other runtimes) and would want to have
type safe consumption of those files, therefore we should generate the
declarations al... | 1 |
For this function
package main
func f(fn func() error) error {
return fn()
}
func main() {
called := false
f(func() error {
called = true
return nil
})
}
gc considers `called` to... |
by **scott+ctt@pakin.org** :
> What steps will reproduce the problem?
Build and run the attached Go program with GOMAXPROCS=2 or greater. I
used 6g/6l and ran on a dual-socket, quad-core, dual-thread Nehalem EP
system.
> What is the expected output? What do you see instead?... | 0 |
**Glide Version** : 4.6.0
**Integration libraries** : okhttp3-3.9.1
Update to 4.6.0, I got this issue.
Error:(10, 2) error: incompatible types: GlideModule cannot be converted to Annotation @GlideModule() ^
My Project used exteneded 'AppGlideModule' class.
**What can I do this situation?**
... |
Hi, we had issue on android where when taking pictures and saving the image,
and sending it to our server, image is flipped on android, ios and web
applications that we use to view the image. So we tried simple target with
glide in hopes that when saving the image locally before sending to server,
glide would work it... | 0 |
ERROR: type should be string, got "\n\nhttps://codesandbox.io/s/vqk87kvj1y. List contains 10000 items, I move one\nitem from bottom to top and react performs 9999 insertBefore operations. It\nsucks. Take a look at infernojs example\nhttps://jsbin.com/qeqatiruko/1/edit?html,js,output \\- it will perform only one\ninsertBefore operation for one move in all cases.\n\n" |
**Do you want to request a _feature_ or report a _bug_?**
Not sure if it's a bug or an 'accepted' behavior. But this can affect
performance in some situations or even 'break the expectations' in others
(e.g. animating moved elements [i.e. simple moves])
**What is the current behavior?**
When a child element moves... | 1 |
**I'm submitting a ...** (check one with "x")
[x ] bug report => search github for a similar issue or PR before submitting
I've encountered an issue where a resolve route-guard did not share the same
service with a component that is registered to the same module the Resolve
guard is.
I have a s... |
**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
... | 1 |
**Migrated issue, originally created by Anonymous**
(original reporter: rtl) Currently the child rows in a parent-child
relationship defined using mapper are returned in oid order (in postgres at
least). It would be very useful to be able to specify the sort column using
the order_by keyword arg when the relation is... |
**Migrated issue, originally created by Anonymous**
Hi!
We're using this in several internal drizzle projects and would love to get it
merged. Here's an hg repo with the patch all merged up with latest trunk:
hg clone http://bitbucket.org/mordred/sqlalchemy
Also going to attach it in patch version.
* * *
Attac... | 0 |
[PowerToys Run -Utility - PowerToys Run Window]
**User Experience:**
All users especially keyboard users pressing Shift tab key from power launcher
edit field will be effected as PowerToys rin window is getting closed.
**Test Environment:**
OS Version: 20221.1000
App Name: Power Toy Preview
App Version: v0.... |
## ℹ Computer information
* PowerToys version: 0.21.1.0
* PowerToy Utility: PowerToys Run
* Running PowerToys as Admin: No
* Windows build number: 20211.1000
## 📝 Provide detailed reproduction steps (if any)
1. Set PowerToys Run shortcut to ctrl+shift+space
2. ctrl+shift+space
3. ctrl+shift+tab will... | 1 |
* Electron version: 1.1.0 & 1.2.0
* Operating system: OSX El Capitan
When creating a BrowserWindow and enabling DevTools, `-webkit-app-region` is
not working. If you close the DevTools, drag works as expected.
For info, it works great with 1.0.0...
Here's a small exemple :
<!DOCTYPE html>
<... |
This is a regression—in Electron `0.35.1`, draggable regions of the window
stop working when the developer tools are opened. This means that the window
effectively can't be moved while the developer tools are open. It doesn't
matter if the developer tools are docked or in a separate window.
I think this might be a s... | 1 |
Button "Back to top" not working (docs)
|
Back to top button is not functional in the documentation site.
| 1 |
# Examples bug report
## Example name
auth0
## Describe the bug
builds with errors
## To Reproduce
1. `npx create-next-app --example auth0 auth0`
2. Change target to serverless
3. `yarn build`
4. See error
## Expected behavior
Should build with no errors
## Screenshots
Creating an opti... |
# Bug report
## Describe the bug
When deployed I get a TypeError: require is not a function error when
importing npm module in api/allMovies.js. It works locally but not when
deployed.
## To Reproduce
1. clone https://github.com/tenjojeremy/test-nextjs-simple
2. run `yarn`
3. run `yarn start`
4. open loca... | 0 |
Just before the 3.1 release, having div class="visible-sm visible-xs" together
on a div would show the div when it hit both breakpoints. Now, it only works
on one breakpoint. They both work individually, but when there's more than one
declared on a div, only one class gets triggered. Does the same for hidden.
I chec... | ERROR: type should be string, got "\n\nhttps://dl.dropboxusercontent.com/u/37682778/error/index.html\n\n" | 1 |
ERROR: type should be string, got "\n\nhttps://console.cloud.google.com/storage/kubernetes-\njenkins/logs/kubernetes-e2e-gke/7625/\n\nFailed: [k8s.io] SSH should SSH to all nodes and run commands {Kubernetes e2e\nsuite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/ssh.go:93\n May 23 19:12:07.338: Ran echo \"Hello\" on 104.154.63.130:22, got error error getting SSH client to jenkins@104.154.63.130:22: 'timed out waiting for the condition', expected <nil>\n \n\n" |
Refs #9075 as @thockin wants (we all do) CoreOS documentation to be sober on
1.0 release.
@thockin @erictune @AntonioMeireles I have questions.
1. Care if we remove single-node instructions? I don't think this makes sense anymore, unless someone is going to use `hyperkube`.
2. `master.yaml` needs instrumentatio... | 0 |
Main page - http://twitter.github.com/bootstrap/, pressing the big "Download
Bootstrap" gives you everything.
Going to customize - http://twitter.github.com/bootstrap/download.html
(specifically Responsive layouts)
Having everything checked, scrolling to the bottom, and downloading - doesn't
give you bootstrap-resp... |
The default download has the responsive and non-responsive as separate files,
but the customizer combines them into a single file. They should have the same
file structure, so the customize should give you the responsive layouts in a
separate bootstrap-responsive.css. Will make it less confusing as to whether
you hav... | 1 |
**Stefan Ocke** opened **SPR-8040** and commented
When using HiddenHttpMethodFilter, like for example Spring Roo generated apps
do, the ServletRequest is wrappd into a HttpMethodRequestWrapper (at least in
cases, where wrapping is necessary, for example for PUT requests emulated with
POST and httpMethod parameter).... |
**Arun Reddy** opened **SPR-2171** and commented
The form:form tag set the 'id' value to 'null' when not specified and does not
take into consideration the value specified for the 'name' attribute.
For example,
i) No 'id' or 'name' attribute specified
<form:form action="actionUrl" method="post" commandName="comma... | 0 |
On Windows (and Ubuntu with Unity Desktop Manager), clicking on a taskbar item
with the scroll wheel button, middle mouse button, or shift + click causes a
new window to be opened instead of an existing instance. VS Code does not do
this.
Repro:
1. Open VS Code and open a folder.
2. Click the VS Code icon using... |
* VSCode Version: 1.0.0
* OS Version: Windows 10 64bit
Steps to Reproduce:
1. Open any js file
2. Write ternary if statement
3. Syntax highlight will be broken.

| 0 |
### Describe the bug
I've registered to the `before_update` hook with:
class MyTable(Base):
id = Column("id", UUID_DB(as_uuid=True), primary_key=True, default=uuid4)
from sqlalchemy import MetaData, event
event.listen(MyTable, "before_update", modified_at_hook)
def modified... |
**Migrated issue, originally created by Karol Narowski**
Function is not called when set in listener. **before_insert** and
**after_insert** is working well but **before_update** and **after_update**
are not called.
Ex.
class User(Base):
__tablename__ = 'users'
uid = Column(Str... | 1 |
Hello,
I have a generic component, e.g. `class Select<T> extends
React.Component<SelectProps<T>, any>`. Is there any "right" way to use it from
JSX?
It is impossible to write something like `<Select<string> />` in JSX. The best
thing that I've found is to write
let StringSelect: React.Component<Selec... |
Hello...
For my project I need pagination support so I decided to give ng2-bootstrap a
chance. But I am running into a series of problems trying to add the
dependency ranging from compile errors to incorrect placement of TS output js
files. I am using TS 1.7.4. At this point I am not sure where the blame should
be p... | 0 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.):
I'm hoping that this issue will resolve the problem I'm seeing.
**What keywords did you search in Kubernetes issues before filing this one?**
(If you h... | ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-\nlogs/pull/31373/kubernetes-pull-build-test-e2e-gce/56869/\n\nFailed: [k8s.io] Downward API volume should provide podname only [Conformance]\n{Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:134\n Aug 31 15:48:21.680: Couldn't delete ns: \"e2e-tests-downward-api-okpt6\": the server could not find the requested resource\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:338\n \n\nHappened on a presubmit run in #31373.\n\n" | 0 |
Similar to `atom.commands.onWillDispatch` and `atom.commands.onDidDispatch`.
This would be useful for extensions wanting to perform some action before or
after a command is performed.
Being able to determine the source of the event would be useful in such an API
(mouse vs keyboard vs command palette).
|
I am building an extension for VS Code. My extension will show the key
bindings associated to a recently action (I am a fan of this for helping me
learn key bindings).
Looking through the documentation there seems to be a way to access the
commands in the editor, but no way that I can find to listen for actions /
co... | 1 |
When running `fourier_uniform` from SciPy's `ndimage`, seem to be getting an
inaccurate result with SciPy 1.0.0+. The problem is not present in SciPy
pre-1.0.0 (e.g. 0.19.1).
### Reproducing code example:
From SciPy 0.19.1:
In [1]: import numpy as np
In [2]: import scipy.ndimage as spimg
... |
`bdtr` returns `nan` whenever `n` > 2**31 - 1. For example,
In [14]: import scipy
In [15]: scipy.__version__
Out[15]: '1.2.0.dev0+dfc9a9c'
In [16]: from scipy.special import bdtr
In [17]: bdtr([0, 2**30, 2**31-1], 2**31, 0.5)
Out[17]: array([nan, nan, nan])
If I... | 0 |
We have developed a custom server side rendering solution to allow for
asynchronous data loading. Once everything is done we flush the final HTML to
the browser along with all of the asynchronously loaded data written to the
DOM. We are also generating a checksum the same way react does with server
side rendering.
D... |
**Do you want to request a _feature_ or report a _bug_?**
A bug
**What is the current behavior?**
It duplicates error message to the error stack. I run react code pre-processed
by webpack/babel in node virtual machine for SSR purposes. Therefore, I need
to re-map the error stack to proper files/lines/columns w... | 0 |
### Version
2.3.0
### Reproduction link
https://jsfiddle.net/superboy2k/50wL7mdz/38665/
### Steps to reproduce
Click Init, Click Update a few times, click Add => see the error in the
console
### What is expected?
to update the ui correctly
### What is actually happening?
TypeError: Cannot read property 'key'... |
### Vue.js version
2.0.0-rc5
### Reproduction Link
https://jsfiddle.net/oldpig/zb4zLxkb/1/
### Steps to reproduce
Click any tab to switch
### What is Expected?
Tab switched, everything goes fine.
### What is actually happening?
There are warnings in console, multiple times each switch.
I am aware that this ... | 0 |
**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
... |
**I'm submitting a ...**
[X] bug report
**Current behavior**
I have some routes like:
const routes = [
{ path: "", component: HomeComponent, pathMatch: "full" },
{ path: "profile", component: ProfileComponent },
{ path: "menu", component: MenuComponent, out... | 1 |
Starting with this SO question, I arrived at take() to a in-place array
permutation, however when the call is made with the "clip" argument (to avoid
creation of a backup in case of exception) the function can be seen to
duplicate rows/columns.
Exact test code demonstrating this issue was provided by Stefano M from ... |
EDITED to update with items from @eric-wieser and @shoyer. Feel free to edit
to add other items.
A reminder of clean-up after #8247 that could most usefully be done:
* Currently, arguments in ufuncs are normalized in `get_ufunc_arguments` (in `ufunc_object.c`), well after a check for an override is done; the latt... | 0 |
Please:
* Check for duplicate issues.
* Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
I use singularity to build an image and follow the README.md using the command
like below.
./build_rocm.sh
* If applicable, include full error messages/traceba... |
Hello,
After discussion #15204
Here is a code to deal with the convolution using FFT of two 2D real arrays.
It is mostly inspired from the `scipy.fftconvolve`function. One use-case &
test of this function is available on Colab HERE with the JAX 0.4.6 version
(this is the current one at least today). For sure my co... | 0 |
* VSCode Version:1.2
* OS Version: Ubunu 14.04
Steps to Reproduce:
1. Open vscode
2. Open ctrl+`
3. Try pasting a copied word to terminal by ctrl+shift+v
I can give more examples in case.
|
Integrated terminal master issue: #143
Might need to use custom keybindings, `ctrl`+`c` terminates a process. Also
it's probably not best to hijack `ctrl`+`shift`+`c` from open in new terminal.
| 1 |
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
Two identical sub-dependencies are being included twice in the build.
**If the current behavior is a bug, please provide the steps to reproduce.**
`projectA` depends on `libA@^2.0.0`, `depA` and `depB`.
`depA` a... |
# Bug report
**What is the current behavior?**
CVE-2021-27290
> ssri 5.2.2-8.0.0, fixed in 8.0.1, processes SRIs using a regular expression
> which is vulnerable to a denial of service. Malicious SRIs could take an
> extremely long time to process, leading to denial of service. This issue
> only affects consumers... | 0 |
Hi, afraid I'm rather a newbie with Flutter. This may be a bug. Could well be
I'm borking something though.
Best,
Andy.
## Steps to Reproduce
Here is a gist demonstrating the bug
https://gist.github.com/andytwoods/13c56c196bf50558f1a6979b983c326b
Dynamically adding a new panel with isExpanded = true, I don't g... |
_@parasthekoder commented on Jul 18, 2018, 6:43 AM UTC:_
When performing a hot restart I got a fatal exception and then application is
terminated.
It is usually happening on hot restart, it seems like a kind of memory related
error.
Searching over internet I found that turn off hardware acceleration, I did it
to... | 0 |
This error happens in devtools (when running devtools shell), I didn't
investigate it in detail, but seemingly the reason is that inside
InteractionListItem.js we are trying to access
commitData[commitIndex].duration however in some cases commitData is an array
one index smaller than commitIndex.
|
I think **scryRenderedDOMComponentsWithClass** (and all other methods starting
with scry) should be deprecated in favor of more obvious names like
**findRenderedDOMComponentsWithClass**.
| 0 |
splitVertical is also
|
# Environment
Windows build number: winnt 10.0.18362 on x86_64
Windows Terminal version (if applicable): 0.2.1715.0
Any other software? Visual Studio 2017
# Steps to reproduce
1. open windows terminal
2. click on arrow down near the plus button -> settings or directly click ctrl... | 0 |
Context menu with Javascript:

Context menu with Javascript React:

| 1 |
Any hope??? after keen monitoring it crushes . 12 - 24 hrs
BrokenPipe: Broken pipe (os error 32)
at unwrapResponse (deno:cli/rt/10_dispatch_minimal.js:59:13)
at sendAsync (deno:cli/rt/10_dispatch_minimal.js:98:12)
at async write (deno:cli/rt/12_io.js:117:20)
at async Object.writeAll (deno:cli/rt/13_buffer.js... |
Hello,
I'm compiling my module with:
deno compile --unstable --allow-net module.js
Check file:///chop/chop/module.js
Bundle file:///chop/chop/module.js
Compile file:///chop/chop/module.js
Emit module
Now when I try to run it I get ReferenceError:
./module
... | 0 |
I followed the guide mentioned here
https://www.elastic.co/guide/en/x-pack/current/api-java.html and all in all
everything worked within the IDE.
Our application is spring boot based, so we end up creating fat jars for
deployment using prebuild maven plugins. The problem is, when we run the jar
file we get the follo... |
We should add an `explain` parameter so people can get detailed feedback about
why a shard can or cannot be allocated to a node. Something like this:
### For these commands:
curl -XPOST 'localhost:9200/_cluster/reroute?explain&pretty' -d '{
"commands" : [
{
"cancel" : {
... | 0 |
DataFrame provides _repr_html_ so it looks great when it's displayed in a
Jupyter notebook. Why not Series?
|
Not sure if it's always been this way or if refactoring broke something.
In any case it looks strange when in ipnb:

1. Open the color picker
2. Hover over a link in chrome
3. The link's tooltip shows over top of the color picker
### ✔️ Expected resu... | 0 |
I had a series containing strings like these:
"November 1, 2013"
Series length was about 500,000
A)
running pd.to_datetime(s) takes just over a minute.
B)
running pd.to_datetime(s, format="%B %d, %Y") takes about 7 seconds!
My suggestion is a way to make case A (where user doesn't specify the format
type) t... |
#### Code Sample, a copy-pastable example if possible
import pandas as pd
import numpy as np
df = pd.DataFrame({'a': [1, 10, 8, 11, 8],
'b': list('abdce'),
'c': [1.0, 2.0, np.nan, 3.0, 4.0]})
print('_________')
print(df.nlargest(10,['a','b']))
#### Problem descript... | 0 |
**Scenario 1**
This is a very simplified scenario but captures the problem we are facing.
We have a team lead document with a field for “Primary Product” and a field
for “Secondary Product”. We want to show the distribution of all products
amongst team leads. To do so we would do a term aggregation on “Primary
Pro... |
I can't seem to update the license. Not sure if I am doing something wrong,
but at this point it is beginning to seem like a bug:
`root@esdata0:/usr/share/elasticsearch/bin/x-pack# curl -u infegy
esdata0:9200Enter host password for user 'infegy': { "name" : "data0",
"cluster_name" : "atlantis", "version" : { "numbe... | 0 |
[jakob@aspire hyper]$ RUST_BACKTRACE=1 cargo build
Compiling hyper v0.0.1 (file:///home/jakob/devel/hyper)
<std macros>:3:24: 119:30 error: type `http::HttpWriter<std::io::buffered::BufferedWriter<Box<net::NetworkStream+Send>>>` cannot be dereferenced
<std macros>:3 let dst = &mut ... |
### STR
use std::fmt::Show;
use std::io::PipeStream;
struct Program {
stdin: PipeStream,
}
impl Program {
fn send<T: Show>(&mut self, line: T) -> &mut Program {
// OK
//match writeln!(&mut self.stdin, "{}", line) {
// ICE
... | 1 |
Hello,
I'm trying to install from scratch of Apache Superset but I get this error
which is stopping the installation:
ERROR: flask 1.1.4 has requirement itsdangerous<2.0,>=0.24, but you'll have
itsdangerous 2.0.1 which is incompatible.
ERROR: flask-appbuilder 3.3.2 has requirement Flask-WTF<0.15.0,>=0.14.2, but... |
Hi all,
When trying to install Apache Superset on a clear Ubuntu 20.04 virtual machine
I simply follow these steps:
1. sudo apt-get install build-essential libssl-dev libffi-dev python3-dev python3-pip libsasl2-dev libldap2-dev
2. pip install virtualenv
3. python3 -m venv superset -> Fails and suggests me to ... | 1 |
From @kabo on 2015-12-18T13:49:27Z
##### ISSUE TYPE
Feature Idea
##### COMPONENT NAME
new module
##### ANSIBLE VERSION
N/A
##### SUMMARY
AWS has released support for Managed NAT Gateways. It would be nice if one
could set them up with Ansible.
Copied from original issue: ansible/ansible-modules-extras#1401
|
From @KpaBap on 2016-09-18T23:05:31Z
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ec2_eni
##### ANSIBLE VERSION
ansible 2.2.0 (devel fa5f8a7543) last updated 2016/09/18 02:10:05 (GMT -700)
lib/ansible/modules/core: (detached HEAD 488f082761) last updated 2016/09/18 02:10:48 (GMT -700... | 0 |
Deleting files from the right-click menu in the sidebar fails to actually
delete the file. After clicking "delete" in the menu, the dialog pops up
asking me if I want to move the file/dir to the trash. So I click "Move to
trash" and then nothing happens. The file is still visible in the sidebar, and
it still exists o... |
I'm trying to remove files/dirs using sidebar, Atom asks if I want to move
them to Trash and then nothing happens (files stay in the sidebar and on the
disk).
This is valid only for files on a network partition, everything is ok with
local ones
Version: 0.123
| 1 |
[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[x ] support request => Please do not submit support request here, instead see
https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
**Current behavior**
docs: https://angular.io/docs/ts/latest/coo... |
**Steps to reproduce and a minimal demo of the problem**
View hash_location_strategy:
void onPopState(UrlChangeListener fn) {
this._platformLocation.onPopState(fn);
this._platformLocation.onHashChange(fn);
}
Internal clients rely on manually dispatching `window.hashchange` ev... | 0 |
E.g.
http://docs.scipy.org/doc/scipy-0.17.0/reference/generated/scipy.sparse.csr_matrix.html
In the Attributes section, one has:
> nnz Get the count of explicitly-stored values (nonzeros) :Parameters: axis :
> None, 0, or 1 Select
> between the number of values across the whole matrix, in each column, or in
> e... |
See #10238 (comment)
`scipy.fft` currently lacks any plan caching. For repeated transforms, this
does a significant amount of duplicate work and makes `scipy.fft` slower than
`scipy.fftpack` for repeated regular sized ffts. (For one off ffts, pocketfft
is still much faster)
Things to look into/discuss:
* How muc... | 0 |
### Describe your issue.
Running the full test suite on macosx_arm64 results in a failed test for
`optimize.milp`
### Reproducing Code Example
python dev.py test
### Error message
________________________________________________________ test_milp_timeout_16545[options0-Time limit reac... |
### Describe your issue.
When I run the `optimize` tests with the main development branch (version
`1.10.0.dev0+1987.fa3276a`), the test `test_milp_timeout_16545` often (but not
always!) fails.
### Reproducing Code Example
$ python dev.py test -m full -j 9 -s optimize
💻 ninja -C /home/warren/re... | 1 |
So. I want to add a button on the label of RadioButton.
For example, 'remove the option' button.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Expecting to be able to add MORE THAN JUST TEXT in the label of a radio...
## Current Behavior
Curren... |
A weird yellow highlight appears when opening a temporary drawer.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
There should not be a yellow highlight
## Current Behavior
A weird yellow border appears around the drawer.
.
Two questions:
* Is there an implementation for an incremental version of dbscan for frequent updates ? or lets say incremental updates ?
* Since I'm using a custom distance metric, then I use the trick of precompu... |
is there any plan to add incremental clustering for sklearn.cluster.DBSCAN ?
| 1 |
Q | A
---|---
Bug report? | yes
Feature request? | no
Symfony version | 3.3.0
I've just updated to the current symfony version and seen the new exception
design - why I can't select the error message with my mouse? That's not
nice...

Copy-pasing the exception message is a common thing, at least for specific
keywords. I think CSS or ... | 1 |
* run latest Windows 10
* pin either electron or atom to the taskbar
* click it to open the app
=> you end up having 2 icons
=> somehow the app when started does not get associated to the pinned entry in
the taskbar
=> it does not reproduce on Windows 8.x
I wonder if your change in `fb6c80d` could have an... |
### 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.
### Issue Details
* **Electron Version:**
* v8... | 0 |
how to implement forgot password and send verification mail in flutter/dart
development or how to send forgot password OTP into mail in flutter / dart
|
Hi everyone,
Is there any way to implement forgot password and sending verification mail
through firebase in flutter.
| 1 |
Julia is thwarting LLVM's CSE when the subexpression occurs in a loop test and
loop body. Here is an example:
function foo(a, b,c)
while (a*b+c)==1
a /= (a*b+c)
end
a
end
code_llvm (foo,(Float64,Float64,Float64))
The output is:
L: ... |
Consider the following code:
julia> num_dict = Dict(1 => IntSet(1:2), 2 => IntSet(1:3))
Dict{Int64,IntSet} with 2 entries:
2 => IntSet([1, 2, 3])
1 => IntSet([1, 2])
julia> length(values(num_dict))
2
julia> length.(values(num_dict))
2
julia> versioninf... | 0 |
I am using Tensorflow for poet guide for train own model. I have create
retrained_graph.pb and retrained_labels.txt. While I use it in application
then I get error that
`Caused by: java.lang.UnsupportedOperationException: Op
BatchNormWithGlobalNormalization is not available in GraphDef version 21. It
has been remove... |
I am following Tensorflow for poet instruction for retrain model. I have
successfully create retrained_graph.pb and retrained_labels.txt. While I use
imagenet_comp_graph_label_strings.txt and tensorflow_inception_graph.pb then
application run without any error. But use my created file then I get error
that:
`Caused ... | 1 |
After the upgrade to beta 2 I suddenly see the following errors:
Error:(4, 5) TS2304: Cannot find name 'it'.
Error:(13, 9) TS2304: Cannot find name 'expect'.
Error:(39, 36) TS2339: Property 'toBeNull' does not exist on type
'NgMatchers'.
|
**I'm submitting a ...** (check one with "x")
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
**Current behavior**
Right now you cannot import two dir... | 0 |
I'm facing issues with visible class implementation specifically
visible-xs visible-sm
in version 3.1.0
Example 3.1.0 Not working
http://jsfiddle.net/7AD9z/embedded/result/
Example 3.0.3 Working
http://jsfiddle.net/DwzbH/embedded/result/
| ERROR: type should be string, got "\n\nhttps://dl.dropboxusercontent.com/u/37682778/error/index.html\n\n" | 1 |
The following looks like a bug to me as DataFrame.duplicated() gives different
results on what should be identical inputs. To me it looks like the problem is
with the datetime64 values because if you look at the output of `dates.values`
it's clear that the last 4 values are duplicates.
Please see the code below that... |
Hello the Pandas team,
I ran this morning into some nasty bug with Pandas 18.1.
I was not able to find whether you are aware of it or not. Here it is
idx=[pd.to_datetime('2012-02-27 14:23:00') , pd.to_datetime('2012-08-27 14:33:00'), pd.to_datetime('2012-02-27 14:23:00')]
test=pd.DataFrame({'A':... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.