text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
![screencap of bug reproduction](https://camo.githubusercontent.com/5406dca5973f3e50108437dcd9c758b331a6b866f8bb3aee39a5d3d6026a9627/687474703a2f2f692e696d6775722e636f6d2f5a66564371646f2e676966) Atom version: 0.123.0 Platform: OSX v10.9.4 ### Reproduce: 1. Open new atom window with single pane, "pane1" 2. Op...
Here's another kind of crash I've seen a lot of. /cc @zcbenz Process: Atom [33683] Path: /Applications/Atom.app/Contents/MacOS/Atom Identifier: com.github.atom Version: 0.3 (0.3) Code Type: X86 (Native) Parent Process: launchd [116] User I...
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 ...
We have been designing a system based on Angular 2.0 and going thru various use-cases. One common use-case is infinite scroll of a large collection. At a high level we understand how it could be done in Angular 2.0. But things get complicated when we bring data driven rendering into picture (data to view mapping comp...
0
## 🐛 Bug Script shared below runs into RRef leaks and pickler issues when running the DistributedOptimizer ## To Reproduce import torch from torch.distributed import rpc import torch.distributed.autograd as dist_autograd from torch import optim from torch.distributed.optim import Dis...
## 🐛 Bug / Enhancement In distributed training, if `rpc.join_rpc()` is called when the locally created rrefs are not garbage collected, this can result in leakage errors. See the example script below to reproduce. ## To Reproduce 1. Run the following script import os import time from date...
1
##### Issue Type: Bug Report ##### Ansible Version: devel (`e0147f1`) ##### Environment: N/A ##### Summary: When trying to restrict tasks by tags all tasks are being executed. Regardless of the specified tags. ##### Steps To Reproduce: Hostfile test: localhost ansible_ssh_user=root Pla...
##### Issue Type: Bug report in tag handling ##### Ansible Version: Latest devel, as per git bisect, bug was introduced in `6577ff5` ##### Environment: Ubuntu, but N/A ##### Summary: When running a larger playbooks contanin multiple plays with different tags, and running it with specifying a particular tag, al...
1
I am updating state in setState() and the page is rendered correctly, but "React Developer Tools" is showing previous state. Objects and Arrays are updating in realtime but not "boolean / string / number values". But when I close the dev tools window ( not switching tabs ) and reopen it, then only it shows the up...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** Visual bug: showing wrong state; so user cant use devtools for debugging **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed...
1
ERROR: type should be string, got "\n\nhttps://discourse.julialang.org/t/suggestion-julia-version-header-in-jl-\nfiles/16316\n\nstrongly suggest a header in .jl files that indicates the version under which\nthe file is running. issue a warning if this is not the first line in the .jl\nfile. I would suggest\n\n \n \n #!julia 1.0.0 1.0.1\n \n\nwhere the first version on which this .jl was tested on is 1.0.0 and the last\nversion is 1.0.1.\n\nIn the distant future, such a requirement will help you by making it easier\nfor you to deprecate and break features without incurring the wrath of every\nuser who has ever written a julia program. I understand that packages have\nsome REQUIRE aspects already, but this is different. the shebang line should\nbe in every .jl file, user or packaged.\n\na secondary minor advantage is easier recognition for unix `file`.\n\nregards,\n\n/iaw\n\n"
There's a test in DataFrames that's intermittently failing due to something that looks like an inference bug. When I run `finfer(getindex, (BitArray{2}, Int64, Range1{Int64}))` immediately after starting Julia, I sometimes get: finfer(getindex, (BitArray{2}, Int64, Range1{Int64})) :($(Expr(:lambda,...
0
### Bug summary The suptitle of the figure does not show if using plt.subfigures, without defining layout to be 'constrained'. ### Code for reproduction fig = plt.figure(figsize=(20, 14)) subfigs = fig.subfigures(1, 4, wspace=0.5, width_ratios=[0.5, 1, 1, 1]) axs0= subfigs[0].subplots(nr...
### Bug summary In a fairly basic example using subfigures, a suptitle added to the parent figure is not visible: ### Code for reproduction f = plt.figure(figsize=(4, 3)) sf1, sf2 = f.subfigures(1, 2) sf1.subplots() sf2.subplots() f.suptitle("It's a bird, it's a plane, it's a suptitle...
1
if you execute app/console you get ![bildschirmfoto 2015-01-27 um 16 05 42](https://cloud.githubusercontent.com/assets/995707/5920676/a1aeb926-a63e-11e4-8390-c2e5956bcd7c.png) Usage: [options] command [arguments] i think this wold be correct: Usage: ...
I propose to add the following constraints for validating `Traversable` instances and arrays: * `Each`: Validates that each entry satisfies some constraint (replaces `All`, which should be deprecated). * `Some`: Validates that at least one entry satisfies some constraint. The lower limit (default 1) and upper li...
0
# Bug report ## Describe the bug An index page implemented within a subdirectory behaves differently between development and production modes. When the next server is started in dev mode everything seems to work as expected. When running in "production" mode via `next build` and `next start` the event listeners on...
# Bug report When you build next.js when the index page is located in `/index/index.js` instead of `/index.js` The client side script will not be executed when you access `http://localhost/`. The built index page will register with `/index` (as shown below) (window.__NEXT_P = window.__NEXT_P || []).p...
1
## 🐛 Bug ## To Reproduce I have created a Python package with PyTorch and torchvision as dependencies: requirements.txt # Image Preprocessing pims_nd2>=1.0,<1.1 nd2reader>=3.2.3,<4.0.0 read-roi>=1.6.0,<2.0.0 scikit-image>=0.17.2,<1.0.0 opencv-python<=4.2.0.30 numpy...
## 🐛 Bug While installing from source on windows, build fails with the error ## To Reproduce Steps to reproduce the behavior: Install pytorch from source as per below steps. cd ~\Desktop git clone --recursive https://github.com/pytorch/pytorch cd ~\Desktop\pytorch set "VS150COMNTOOLS=C:\Program Files (x8...
0
**Viczai Gábor** opened **SPR-7130** and commented We are currently working on an enterprise project for one of our biggest clients. We are using Spring 2.0 and Spring Web Flow 1.0 Rc4. While deploying the application to Oracle 9ias 10.1.2.0.2 in our development environment, we encountered the following error. We e...
**Jasper Rosenberg** opened **SPR-2887** and commented This is in regards to forum thread: http://forum.springframework.org/showthread.php?t=31932 Basically, I was looking for a way to factor out some common values of two lists. I was able to solve it ultimately by declaring the common list as a org.springframewor...
0
Running neo4j-admin gets stuck deterministically. We can see using strace there's no system call running doing IO. All threads are stuck on Mutexes. I suspect a potential dead lock or a thread dying. **Neo4j Version:** 4.1.2 (also reproduced on previous two versions) ### Steps to reproduce neo4j-admin import \...
* Neo4j version: 3.4.0 * Operating system: Windows 10 64 bit * Neo4j Desktop: 1.1.2 Using the bulk csv import through neo4j desktop generated this error. As you may also see from the timings this importing had taken >20 hours. I had upgraded from neo4j 3.3.4 to attempt to get away with the slow speeds. Not sur...
0
**I loaded the local gif in the 3.7.0 version is normal, upgrade to version 4.0.0-RC1 local gif background turns green.Please help me find the problem** : **Glide Version** : 4.0.0-RC1 **Glide load on onCreate()** : **This is the java code in version 3.7.0** : Glide.with(this) ...
**Glide Version 4.1.1** : **not use integration library **: **Coolpad/7320 4.2.2** : ** the default DecodeFormat is still DecodeFormat.PREFER_RGB_565, the gif turn to green, but in glide 3.7, when you config it to ARGB_8888 , the gif isn't trun to green**: **Glide load line /`GlideModule` (if any) / list Adapter...
1
The Go core packages should never leak memory. container/list.Iter() leaks memory when the channel is not drained. 6g; hg id ec584ae2ad58 tip; GOOS=linux; GOARCH=amd64. package main import ( "fmt" "container/list" "runtime" ) func m...
We need to document what the rules are.
0
Q | A ---|--- Bug report? | yes Symfony version | 3.3.10 #19973 added a default IDE file link web view, however the URL it uses is hard-coded in `Resources/config/profiler.xml` rather than using the route at `Resources/config/routing/profiler.xml`. This means that if you use a route prefix e.g. ...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | ~3.2 When viewing the web-profiler event (`?panel=events`) panel the links against the class names appear to be fixed to a hard-coded route `_profile/open?file=xyz` instead of being resolved using th...
1
### Bug summary I'm attempting to generate a figure with 9 panels. The top and bottom row are specified as subgridspecs so I could keep their dimensions separate from the constrained layout in the rest of the figure, and not have the positions influenced by axis labels in the middle axes. ### Code for reproduction ...
### Bug summary When plotting a figure with `constrained_layout` and subgrids, rows with the same arguments are being plot on top of each other. ### Code for reproduction import matplotlib.pyplot as plt Fig = plt.figure(constrained_layout=True) GS = Fig.add_gridspec(3,1) GSRows ...
1
## ℹ Computer information * Windows build number: ![image](https://user- images.githubusercontent.com/24600875/89278858-7f736d00-d5fb-11ea-9572-92b4d42b916b.png) * PowerToys version: V0.20.0 * PowerToy module: N/A ## 📝 Provide detailed reproduction steps (if any) 1. PowerToys process hung and terminate...
Popup tells me to give y'all this. 2020-07-31.txt Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 07/31/2020 17:29:59 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boo...
1
Database: DB2 Symfony version 2.2: It is failing in class aclProvider.php with undefined index ancestor_id. Dynamic SQL statement has "ANCESTOR_ID" , whereas in aclProvider.php, it is defined as "ancestor_id". Srinivasa Varrey
I'm trying to extend the DateType in order to create a widget with only Year/Month (it's for a credit card expiration date). I couldn't set the DateType options to show only those 2 fields, so I tried to extend it. But when I use my new type, it throws this error: Expected argument of type "\DateTime", "array" given...
0
I am building my backend server based on the `next.js/custome-express example`, however, when I load a page I always get this error: Refused to execute script from 'https://localhost:8081/_next/1511072683838/manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checki...
I started a project based on https://github.com/zeit/next.js/tree/v3-beta/examples/with-firebase The error I have when importing firebase in more than one component. In this firebase start file: `import firebase from 'firebase' const firebaseConfig = { apiKey: "fdsfsdfdsf", authDomain: "fdsfdsfsdfdsf", ...
0
Consider using the method described here: http://css-tricks.com/inheriting- box-sizing-probably-slightly-better-best-practice/ to have fewer unintended side-effects.
I found this helpful while working on migrating a large legacy site over to new markup and CSS best practises. http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best- practice/ It allows us to toggle off box-sizing for large parts of the site we haven't migrated yet, and is a nice default approac...
1
I think its really nice that you can put the terminal-tabs in your titlebar but I got an issue there. You can't move the window around klicking on the blank space in the the-bar to move the window around (highlighted in the screenshot). Since people are moving their terminal quite often it would be nice to offer th...
* Your Windows build number: (Type `ver` at a Windows Command Prompt) 18.0.18362.53 * What you're doing and what's happening: (Copy & paste specific commands and their output, or include screen shots) 1. start terminal 2. hit ctrl+t to bring up tabs 3. click in the space between second tab and "+" and at...
1
## 🐛 Bug I'm trying to build PyTorch 1.2.0 from source. The CMake phase passes successfully, but building fails. ## To Reproduce Steps to reproduce the behavior: $ python setup.py build In file included from nt/c/scratch/sciteam/stewart1/spack-stage/spack-stage-faGxK3/spack-src/c10/util/typeid....
## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: 1. git clone the pytorch repo and all the submodules 2. Build pytorch with: export CMAKE_PREFIX_PATH=$LINUXBREWHOME:$LINUXBREWHOME/Cellar/cuda/10.1 export CUDA_HOME=$LINUXBREWHOME/Cellar/cuda/10.1 export BLAS=OpenBLAS export ...
1
**Patrick Linskey** opened **SPR-9748** and commented RequestMappingHandlerAdapter creates a new HandlerMethod for each request. HandlerMethods cache their MethodParameters to avoid costly reflection calls each time annotation stats are needed, but the per-request copy circumvents this cache. This patch explicitly ...
**mck** opened **SPR-7949** and commented Under high-concurrent load situation, in an application using many prototype beans, contention occurs in DefaultSingletonBeanRegistry.getSingletonNames(..) This method has uses singletonObjects as a mutex for all map operations. Using a ReadWriteLock this contention coul...
0
##### System information (version) ##### Detailed description While testing turing.py, cv.imshow led to assertion failure in cvShowImage Assertion is CV_Assert(dst.data == (uchar*)dst_ptr); It seems the code is assuming that dst.data points to the window->image bits. Although dst.data equals dst_ptr and the wind...
Open CV 3.1 Windows 10 Visual Studio 2015 This bug is in cv::ml:: RTrees. I am writing a trained RTrees out using FileStorage, which appears to work correctly. Doing a read() to deserialize causes a crash in In rtrees.cpp, line 335, in the read() method of DTreesImplForRTrees: `oobError = (double)fn["oob_erro...
0
Eventlisteners for doctrine LifecycleEvents are not registered on the default event manager that is available as service in the controller. Reproduce: 1. write an event listener class L{ protected $os; public function __construct(MyOtherService $os){ $this->os = $os; ...
I have 3 Entity classes, 2 of them are almost identical and have a foreign key constraint to the third class, in one of the classes it is possible to create the schema in the other it isn't though the constraints are the same. Referenced entity class: https://github.com/ipv6Watch/ipv6watch/blob/master/webfrontend/...
0
**TypeScript Version:** nightly (1.9.0-dev.20160429) **Code** interface Foo { readonly foo: string; } const foo = { get foo(this: Foo): string { // <- A 'get' accessor cannot have parameters. return 'foo'; } }; **Expected behavior:** Ability to ...
**TypeScript Version:** Version 1.9.0-dev.20160417 **Code** // A self-contained demonstration of the problem follows... let name: string = "hallo"; **Expected behavior:** compile **Actual behavior:** error TS2451: Cannot redeclare block-scoped variable 'name'.
0
**Migrated issue, originally created by Tiemo Kieft (@tkieft)** I have a schema that defines some Enum's, running create_all() works fine on Postgres, but on SQLite it locks up. The code below demonstrates the problem: from sqlalchemy import create_engine, Enum from sqlalchemy.orm import session...
**Migrated issue, originally created by eevee (@eevee)** Reported here, but seen someone else experience it too: http://stackoverflow.com/q/24720380/17875 My diagnosis from figuring it out with the someone else on IRC: 18:43 <!eevee> somehow calling self._on_metadata_create within the metadata's cre...
1
Hi everybody. I use so much bootstrap that I have few problems at few moments. In this moment, I work on a dashboard for my client. I use all of my screen because I have many informations to show. So, I use col-xs, col-sm, col-md and col-lg for a responsive design. It's awesome except that my dashboard own few items...
Hi, As you know, in Bootstrap 3 RC 1 maximum container width is ~1200px. But what if someone has FullHD screen width crushing width of 1920px? He sees empty space on both sides.
1
When I run pwd|xclip and paste in wls, it changs line automaticly. How can I disable the effect? # Environment Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd] Windows Terminal version (if applicable): Any other software? # Steps to reproduce ...
Windows Terminal sometimes crashes when I run commands. Feedback Hub Report here. # Environment Windows build number: 10.0.18362.0 Windows Terminal version (if applicable): 0.4.2382.0 PowerShell 7.0.0-preview.3 # Steps to reproduce No exact steps to reproduce. I'm using Windows Terminal...
0
I've been using the Estimator API with the model_fn and input_fn as shown in the official examples (https://github.com/tensorflow/models/blob/master/official/resnet/cifar10_main.py for instance). This all looks great and wonderful. However, I'm now facing an issue for going further with it. I'd like to use a model t...
The Raspberry Pi is an excellent platform for robotics and automation. The native camera also makes a great combo for portable / embedded / robotics computer vision. Having TensorFlow available on this platform would really open up a lot of options in this context. ### What related GitHub issues or StackOverflow thr...
0
##### System information (version) * OpenCV => 4.0.0-pre * Operating System / Platform => Ubuntu 16.04.5 LTS 64 Bit * Compiler => c++ ##### Steps to reproduce Compiling opencv with "cmake -D WITH_QT=ON" will fail at FilterWidget.cpp ##### Detailed description diffFilterWidget.cpp #includ...
##### System information (version) * OpenCV => 4.0.0rc * Operating System / Platform => Ubuntu 18.04, 4.15.0-38-generic #41-Ubuntu SMP Wed Oct 10 10:59:38 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux * Compiler => gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0 * Nvidia Driver 410.73 * Cuda 10.0 ##### Detailed descri...
1
When creating an array of tuples that contain another array inside of the field the printing returns an error: m = (a=10, b=[1,2]) m2 = (a=10, b2=1) [m,m2] type UnionAll has no field name Stacktrace: [1] getproperty at ./sysimg.jl:15 [inlined] [2] typeinfo_prefix(::I...
Hello, this happens in REPL on `julia 0.7.0-beta2`: julia> A = [(a=1, b=2), (a=3,c=4)] 2-element Array{NamedTuple{names,Tuple{Int64,Int64}} where names,1}: Error showing value of type Array{NamedTuple{names,Tuple{Int64,Int64}} where names,1}: ERROR: BoundsError: attempt to access NamedTuple...
1
This isn't a critical problem :-). If you accidentally launch a flutter app with `flutter run` and lib/main.dart is empty the reported error is not "you have an empty lib/main.dart file" but: "Could not prepare to run the isolate." etc. I can say from personal experience that this is a little confusing. ...
## Description A Scaffold assumes that it is always the height of the device, so when calculating the `contentBottom` in order to avoid the keyboard, it doesn't include its own offset from the bottom of the screen, resulting in blank space between the keyboard and the `body`. This behavior occurred for me when atte...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Due to the somewhat slow behaviour when using controlled textfields, I'm currently trying to use uncontrolled textfields. My first idea was to simply use `setState` in the onChange event handler to updat...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Popover renders within the context of the anchorEl document. ## Current Behavior Popover will render in the global document unless an explicit container prop is passed to the popover ## Steps to R...
0
Completion shouldn't appear after "type" when typing a type alias.
type lol/*$*/ now press space, and get `HTMLOListElement`.
1
* Electron version: v1.3.3 * Operating system :win 10 x64 * Node version: v4.4.5 * npm version: v2.15.5 I tried to debug my main process. Just follow the Quick Start, and Debugging Doc My command line: `"node_modules/.bin/electron" --debug-brk=5858 .` It then just run app while no debug-things happenin...
* Electron version: 1.3.0 * Operating system: OS X 10.11.6 I'm trying to use VSCode to debug Electron's main process. So I cloned https://github.com/electron/electron-quick-start Setup VSCode debugging in `.vscode/launch.json`. { "version": "0.2.0", "configurations": [ { ...
1
I use Atom 0.192 and i write vietnamese text (markdown) with UTF-8, when i put my cursor to the text line, It not true,It deviated from a word which i want
Halp ticket: * support/e61e5074bc3011e396a434cf997499c3 > Support for Unicode is incomplete. Unicode characters are shown, but the > cursor get stuck, and the navigation with the keyboard arrows stop working. The user was using this string as an example `ג׳ג׳ג׳dwdwdww` Here's a GIF of me pressing just the right...
1
I'm on Ubuntu 15.04 and Atom 0.200.0. Whenever I try to open a file via File -> Open File, I am given a file chooser in my "recent files" directory. What I really want is to open another file from the current directory. Has anyone else seen this?
This is exactly the same issue as #3618 . I'm re-submitting an issue because the old fix does not work anymore as a result of AtomWindow.projectPath no longer existing (assumed to be the result of #770 where multiple project paths are now supported. I was unable to figure out how to get console.log statements or err...
1
React batches all component updates if they become dirty during an event- callback (events are also batched). However, this is not exposed for use with external events, such as `setTimeout`, `addEventHandler`, AJAX-replies, non- React DOM events or any other events, and it seems only natural that it should extend to ...
Ember has a similar Ember.run -- perhaps we should do something to mirror it? They also have helpers like Ember.run.later which is a replacement for setTimeout with better batching: http://emberjs.com/api/classes/Ember.run.html
1
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-\nlogs/pull/30577/kubernetes-pull-build-test-e2e-gce/54998/\n\nFailed: [k8s.io] Job should scale a job down {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:127\n Aug 20 16:09:43.973: Couldn't delete ns \"e2e-tests-job-x4mg0\": namespace e2e-tests-job-x4mg0 was not deleted within limit: timed out waiting for the condition, pods remaining: []\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:265\n \n\nHappened on a presubmit run in #30577.\n\nPrevious issues for this test: #29066 #30592\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce/21728/\n\nFailed: [k8s.io] V1Job should scale a job up {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:127\n Aug 16 08:11:16.645: Couldn't delete ns \"e2e-tests-v1job-gmj3l\": namespace e2e-tests-v1job-gmj3l was not deleted within limit: timed out waiting for the condition, pods remaining: []\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:265\n \n\nPrevious issues for this test: #29976 #30464\n\n"
1
**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 ...
Most developer workflows are based around CJS (Browserify or WebPack) and not System.js. Since System.js can consume cjs bundles, I suggest we replace our System.register bundle with a CJS bundle. In this case, developers that use Browserify or WebPack will be able to use it, and it should still work with System. No...
0
**Atom 0.209.0 on OS X Yosemite and El Capitan Beta** As the title indicates, the Packages list in Atom Settings always show a package named ".bin". No Atom feature is negatively affected by this bug. ![image](https://cloud.githubusercontent.com/assets/8125011/8151361/a2dc64c6-12d9-11e5-9feb-363a2e9a00c0.png) ![...
Soon after the new settings view was included, I noticed this odd item: ![screen shot 2015-01-19 at 2 40 11 pm](https://cloud.githubusercontent.com/assets/835148/5810676/3dce3714-a018-11e4-980e-30126bab9d21.png) Which seems to be related to autoprefixer package. See also https://discuss.atom.io/t/whats-this-bin-pac...
1
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. It shows the following... "undefined assert(editor.getValue().match(/(//)...../g), 'Create a // style comment that contains at le...
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. Left side error checking seems wrong ![comment your javascript code](https://cloud.githubusercontent.com/assets/6602253/9322092/8ff...
1
Hey, Three team. I'm reporting a bug happening on Chromium-based browsers preventing Custom Fonts(TTF converted to JSON with https://gero3.github.io/facetype.js/) to be displayed and throwing the following error: THREE.Object3D.add: object not an instance of THREE.Object3D This does not occur on ...
This is related to my MeshLineAlt (note, by sheer accident/oversight, it was named exactly the same as Spite's, which was pointed out to me before). In my implementation, I pre-set the _bufferGeometry with a custom BufferGeometry, depending on the THREE.WebGLGeometries get() function behavior of constructing checkin...
0
**Describe the bug** When executing a query using mssql+pyodbc driver, the following error occurs if using SQLAlchemy version 1.4.16 or newer with pyodbc 4.0.31: sqlalchemy.exc.InterfaceError: (pyodbc.InterfaceError) ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and ...
Using 1.4.20 when I try to make a connection to sql server I get a data source name not found and no default driver specified sqlalchemy.exc.InterfaceError: (pyodbc.InterfaceError) ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (0) (SQLDr....
1
## Steps to Reproduce http://imgur.com/HZlrDkA The contrast of the opaque ellipsis over the fading out text looks really weird (this screenshot doesn't look as bad as other cases). I think removing the ellipsis would be great. Sorry I have not tested a native app to compare. ## Flutter Doctor flutte...
## Steps to Reproduce 1. Create a `TextField` wrapped in `Expanded` or `Flexible` inside `Row` 2. Set `TextAlign` for `TextField` to `end` 3. Start typing in text field, you can notice after first character cursor jumps on the left side of text field. 4. If you try to select a text by doing long tap - select...
0
Please: * Check for duplicate issues. * Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: import jax def fn(weights): mykey = jax.random.PRNGKey(95208508) x = jax.random.randint(mykey, [10], -1, 3, jax.numpy.int8) length...
Please: * Check for duplicate issues. * Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: `cummax, cummin, cumprod` will succeed when using `value_and_grads` but fail if directly call import jax def fn(arg_0): axis = -1 return ...
1
1. I follow the steps on the official website. * clone the beta version * set the environment variable * run flutter doctor 2. when i make these steps: Building flutter tool... The setter 'readEventsEnabled=' was called on null. Receiver: null Tried calling: readEventsEna...
I found an issue in image picker library in ios only, the cancel button in the navigation bar is not visible if I access camera first. But its working in Andriod. When I look into the library implementation if found that the image picker controller object reference is missing when camera usage is done. So I tried r...
0
I build vscode from the master branch.(0.10.10) Found that intellisense doesn't work,no auto completion with inline js code in the .html file. The previous version(0.10.8) support ![default](https://cloud.githubusercontent.com/assets/8966236/13330917/127a6596-dc36-11e5-9796-70d1c0dda3ef.jpg)
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.6.0 * Operating System version: Windows 10 * Java version: 1.8 I want set some RpcContext prop...
* 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: dubbo-spring-boot-starter:2.7.7 * Operating System version: MAC OS 10.15.6 * Java version: java 8...
0
It shouldn't be.
On playpen nightly #![crate_type="lib"] #![feature(asm)] fn main() { unsafe { routine() } } pub unsafe fn routine() { asm!("mov ecx, 0xFF .loop: loop .loop" : // no outputs : // no inpu...
0
[x] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior `yarn install` then `yarn dev` should result in a running program. ## Current Behavior Get this error (node:79838) UnhandledPromiseRejectionWarning: Error: Cannot find module './dist/ser...
* I have searched the issues of this repository and believe that this is not a duplicate. This issue might be somewhat similar to #2668, however the provided workaround does not fix my problem. ## Expected Behavior Assuming I am at the following route `'/docs/imgproc'`, if I keep on pushing the exact same ro...
0
Find in Buffer has Whole Word option. But Find in Project currently does not have that option.
Currently this isn't implemented in project find.
1
##### Issue Type: Bug Report ##### Ansible Version: 2.0.0.1 ##### Ansible Configuration: [defaults] host_key_checking = False hostfile = inventory/test pipelining = True ##### Environment: From Ubuntu 14.04 to sles12 ##### Summary: After Running the `unarchive` module the `$HOME/.ansible` is not cleane...
##### Issue Type: * Bug Report ##### Ansible Version: ansible 2.0.0.2 (ubuntu 14.04 : *ppa:ansible/ansible*) ##### Ansible Configuration: [defaults] host_key_checking = False fact_caching = memory gathering = smart remote_user = root hostfile ...
1
_Original tickethttp://projects.scipy.org/numpy/ticket/830 on 2008-06-24 by @cournape, assigned to @cournape._ See ticket 493 from scipy trac Dividing by zero (e.g. 1/scipy.float64(0.)) yields scipy.inf as it is supposed to, but leaks memory in the process. I'll attach a sample program where memory usage grows wit...
_Original tickethttp://projects.scipy.org/numpy/ticket/955 on 2008-11-20 by @stefanv, assigned to unknown._ From http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505999: Version: 1:1.1.0-3 Raising zero to a negative power sometimes leaks memory, depending on the types involved. While this is easy to work around ...
1
when the Component props `multiLine={true}`,then `clearValue()` is not effect.Neither is `setValue()`
If I remove multiLine={true}, setValue and clearValue work again.
1
**Migrated issue, originally created by Michael Bayer (@zzzeek)** this issue is mostly fixed by `c33d037` with #3028 but that is a different issue being fixed here. if conv() is present we shouldn't be hitting naming convention logic at all. the below fails in 0.9.4 but succeeds in rel_0_9: from sqla...
**Migrated issue, originally created by Maik Riechert (@letmaik)** mybool = Column(Boolean, nullable=False, default=False) I use PostgreSQL which has a native boolean type. If I then also use naming convention: "ck": "ck_%(table_name)s_%(constraint_name)s", Then sqlalchemy co...
1
## Problem Description 1. Define a table with enough rows to make the scroll appear 2. Set the props of the table: `height={"100%"} fixedHeader={true}` 3. Now headers are fixed no more In this scenario omitting `height={"100%"}` makes no change ## Versions * Material-UI: 0.15.0-beta.2 * React: 15.0.1 ...
material-ui/lib/table/table-body.js:42 propTypes: { ^^^^^^^^^ SyntaxError: Duplicate data property in object literal not allowed in strict mode #1917 this merge request was merged right after 0.12.4 was released. Can we get a 0.12.5? Otherwise can't use 0.12.4.
0
I have no idea what is going on. I had no problem with python 3.7.3 32 bits version. ERROR: Complete output from command 'c:\users\xxxxx\appdata\local\programs\python\python37\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\XXXXX\\AppData\\Local\\Temp\\pip-install-9pfqvjxq\\...
My spider: class MySpider(CrawlSpider): allowed_domains = {'hostname.com'} and `scrapy fetch smth` raised: Traceback (most recent call last): File "/home/nuklea/.virtualenvs/default/bin/scrapy", line 4, in <module> execute() File "/home/nuklea/.virtualenvs/de...
0
* Electron version: v1.4.10 * Operating system: Windows 10 While trying to find a workaround for #7977 using the `close` event of a `BrowserWindow`, I found out that it doesn't fire in the renderer process as it would in the main process. ### How to reproduce Just add the following lines at the start inside `<...
This only applies to remote.BrowserWindow (i.e. the one used in renderer processess). It works fine for the other BrowserWindow. Not sure if this is a documentation issue or an implementation issue, but the docs don't specify a difference. Ubuntu 15.10 / Electron 0.36.7
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details MenuItem's label cannot be changed...
* Electron Version: 1.8.7 * Operating System (Platform and Version): MacOS * Last known working Electron version: 1.8.6 **Expected Behavior** Electron.framework doesn't include the use of private APIs and can be approved on the Apple App Store **Actual behavior** Electron.framework includes the use of pri...
0
Hey guys! I've noticed a possible inconsistency today. The setup is simple: import two routes with the same name but different patterns from different resource files (so that they don't YAML-override). For example: # some routing.yml that's imported foo_page: pattern: /foo default...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.3.4 When attempting to run `./bin/console server:run` after having generated a bundle using `./bin/console generate:bundle --namespace=Acme/MyBundle --bundle-name=AcmeMyBundle --format=annotation` ...
0
### System Information Debian GNU/Linux OpenCV version: 4.6.0 ### Detailed description 4.6 builds for these modules core,highgui,imgcodecs,imgproc or with all modules, but fails if `videoio` is added: core,highgui,imgcodecs,imgproc,videoio ### Steps to reproduce ...
##### System information (version) * OpenCV => 4.6 * Operating System / Platform => macOS Monterey, Arch Linux * Compiler => XCode toolchain (Mac), GCC toolchain (Arch Linux) ##### Detailed description OpenCV compilation fails when FFmpeg 5.1 is installed on the system (no issue with 5.0.x and earlier versio...
1
I use dendrogram with the following `ndarray` >>> Z.shape (36951, 4) >>> dendrogram(Z) It returns the following error: Traceback (most recent call last): File "<console>", line 1, in <module> File "/home/pyk/.virtualenvs/project-lisa/local/lib/python2.7/site-packages...
![image](https://cloud.githubusercontent.com/assets/449558/24775834/72fa00fc-1aec-11e7-81cd-6c60eb9a294a.png) I'm trying to do a dendrogram: > ValueError: Linkage 'Z' uses the same cluster more than once. Am I doing something wrong here?
1
It shows only "Loading". It works on Chrome. I just clicked on your live sample and was linked to github and your angular2 typescript example not working on internet explorer 11 and safari on windows 10. When I put your code in visual studio 2015 and tested the sample, it is the same problem like on your website. Ple...
I am unable to render AngularJS 2.0 Beta 1 in Internet Explore. I have stripped down a page to as small as possible and can reproduce the issue where all I have as an empty app component that references an html page. Downgrading to Angular JS 2.0 Beta 0 resolves the issue. Below is the stack trace of the error: H...
1
## ℹ Computer information * Windows build number: Version 2004 Build 19041.388 * PowerToys version: 0.20.0 * PowerToy module: Run ## 📝 Provide detailed reproduction steps (if any) 1. Powertoys is set to run on startup 2. Use the Alt+Space shortcut which is set to bring up Powertoys Run ### ✔️ Expected ...
Popup tells me to give y'all this. 2020-07-31.txt Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 07/31/2020 17:29:59 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boo...
1
Application crashed on startup only with electron 1.3.3 and 1.3.4, electron 1.3.2 works good. OS: ubuntu 16.04 64bit Error log: # # Fatal error in ../../v8/src/objects.cc, line 2631 # Check failed: receiver->IsJSFunction(). # ==== C stack trace =============================== ...
* Electron version: 1.3.3 + * Operating system: Windows 7 After version 1.3.3 of electron when using webContents.send and sending the request variable, from an http listening server, as a parameter, the application will crash with the following npm errors: npm ERR! Windows_NT 6.1.7601 npm ERR! argv "C:\Prog...
1
I believe that it's a better choice to have the std library on crates.io, instead of in /usr/local. It makes it easier to have alternative standard libraries, and the compilers shouldn't really link with it automatically anyway. It also makes it easier to build for new targets, making cross compilation multiple grade...
This is somewhat related to issue #19240. By putting the standard libraries all in one seperate repository, or even each one in their own, it'd make porting rust conciderably easier. It would remove the need to work inside the rustc file tree, and it would make the build process way easier.
1
I had to download them from netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.XXX
When using a customized version of Bootstrap 3.0 the Glyph icons don't work. The font file sizes differ from the "normal" version.
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## In short Using with-apollo with `url` or `query` params in pages leads to strange behaviour. ## What works: I extended the `index.js` in the _with-apollo_ -example, just to print the current query: export...
First off, thanks for the with-react-intl example! It was very helpful for me in setting up localization in my app. Currently, the example uses a custom script to generate a JSON of the default messages at `lang/en.json`. The README explains that you can send this file to your translator for translation. The re...
0
Hi, is there any plan to implement the inverse short-time fourier transform (ISTFT)? I saw that STFT is already implemented, but I cannot find the inverse transform. This would be a very important feature for people working on audio and speech. Thank you! Mirco
They would be super useful as fundamental ops (and autograd ops). STFT can be implemented in terms of ConvTranspose, see github.com/pseeth/pytorch-stft * stft * istft * window functions: bartlett, hann, hamming, blackman * fft, ifft, irfft, rfft * fftshift, ifftshift cc @mruberry
1
**Describe the bug** I have a query which worked in sqlalchemy version 1.3.9, and after upgrading to 1.4.4 It started throwing exception of "Missing property _is_subquery". the query purpose is to count how many shared indexes are between 2 tables. **Expected behavior** return a number. **Code to Reproduce** ...
I use a `.in_(select([...]))` construction: something like `select(scan.xxx).where(scan.id.in_(select(port.scan.id.where(...))))` (the exact code is here). this code used to work (1.3.23) and no longer works (1.4.4). I would like to understand whether my code was wrong in the first place or if the API has changed, a...
1
### System info * Playwright Version: `@playwright/teset@1.34.3` * Operating System: OpenSUSE Leap 15.4 * Browser: Electron * Other info: playwright/packages/playwright-core/src/server/trace/recorder/tracing.ts Line 176 in 6db6498 | this._changeTraceName(this._state, options.name); ---|--- That...
### System info * Playwright Version: [v1.32.3] * Operating System: [Windows] * Browser: [All] * Other info: I don't have this issue on Mac OS this is Windows only! in .gitignore tests dir is ignored but with exclusions: https://github.com/tagspaces/tagspaces/blob/execute-playwright-without- jest/.gitignor...
0
**Jon Anderson** opened **SPR-186** and commented Attached is patch to Errors, EscapedErrors, and BindException that allows the nested path used for validation to be manipulated like a stack with a popNestedPath and a pushNestedPath methods. Being able to nest forms together can save a lot of time and development ...
**Alan Stewart (personal account)** opened **SPR-4683** and commented Since upgrading from 2.5.2 to 2.5.3 I am getting a NullPointerException when attempting to load a org.springframework.context.support.ResourceBundleMessageSource in a context file that is imported by a parent context file, eg. <beans .... <impo...
0
It's useful for editors & data files to be able to enumerate constants. So instead of having `"wrapS" : 1000` you can write `"wrapS" : "RepeatWrapping"`, or if you want to construct a drop down for all the different texture filter modes etc. What seems to be the best approach at the moment is to copy & paste `TEXTURE...
Next to #12574 part 2 The proposal is to use "enum like" object instead of wild constantes, this will prevent user against change them by error. And gain in readability about what values are usable in the same 'enum' Example: // RENDERER var CullFace = Object.freeze( { None: 0, B...
1
* I tried using the `@types/react-redux` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` ...
There is an issue with the react-redux typings such that if you leave out the `TOwnProps` parameters to both `mapStateToProps` and `mapDispatchToProps`, you can end up with a wrapped component that will freely accept any set of props (literally anything). This issue is with the newest version of react-redux as of thi...
1
**What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): GKE, GCE, volume timeout * * * **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): BUG REPORT **Kubernetes version** (use `kubectl version`): Cli...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): * * ...
0
Currently, "historical node" accepts such configuration: druid.segmentCache.locations=[{"path": "/disk2/druidUser/indexCache", "maxSize"\: 10000000000}] druid.server.maxSize=30000000000 When space need exceeds 10GB, we cannot see error in "coordinator Web UI". And the usage of space is 33% ...
The rules for determining available space on a historical node for a segment seem to include both druid.server.maxSize and druid.segmentCache.locations:maxSize. However, the Coordinator Console shows the Max Size and Percent Used based only on druid.server.maxSize. It would be useful if the console showed both valu...
1
I suspect these are related to recent tokenizer changes: https://github.com/huggingface/transformers/runs/1236753957?check_suite_focus=true FAILED tests/test_tokenization_deberta.py::DebertaTokenizationTest::test_torch_encode_plus_sent_to_model FAILED tests/test_modeling_deberta.py::DebertaModelIn...
ERROR: type should be string, got "\n\nhttps://github.com/huggingface/transformers/runs/1204063498?check_suite_focus=true\n\n \n \n FAILED tests/test_modeling_deberta.py::DebertaModelIntegrationTest::test_inference_classification_head\n FAILED tests/test_tokenization_deberta.py::DebertaTokenizationTest::test_torch_encode_plus_sent_to_model\n \n\n@LysandreJik I think ?\n\n"
1
If I use `read_csv` to load a datafile with the default index_col, but the first column does not have unique values, it succeeds at first, but when I try to select rows later, I get `Exception: Index cannot contain duplicate values!`. This raises a couple of points: 1. Should the default be to use an index column?...
Hello I am not sure, maybe this is the expected behaviour, but it was a big surprise for me (and a source of some bugs). As the title states, dropping rows (whether inplace or not) does not delete corresponding index entries (when the frame has a multiIndex). If one later uses index values directly it causes reall...
0
**Jason Day** opened **SPR-9801** and commented It appears the migration of the build to use Gradle dropped the OSGi manifest headers from getting added. * * * **Affects:** 3.2 M1, 3.2 M2 **Issue Links:** * #13543 Users of the SpringSource EBR need Spring framework bundles to continue to be published there for...
**Rob Winch** opened **SPR-9858** and commented This is related to SEC-2064 which states: > It strikes me that ThrowableAnalyzer is not only suitable for its current > role in Spring Security and is more generally useful. I've found a need for > something along the lines of ThrowableAnalyzer in Spring Social, but ...
0
I need to use some external modules without .d.ts files, but, I do not want to use the corresponding third party .d.ts files. Please tell me how to just suppress the errors - "Cannot find the module ...", thinks.
When compiling a script (main.ts) that imports another module (dependency.ts): * typescript 0.9.5 used to take as input the definition file (dependency.d.ts) when available. * since 1.0.x, it seems like typescript always compiles dependency.ts even when a definition file is available. This significantly slows d...
0
# Context and Rationale At the moment, `flutter create --template=plugin` (ref) defaults to Objective C and Java. It is my suggestion that the we switch the default to Swift and Kotlin respectively instead. Kotlin is first-class language supported by Android, and officially preferred by Android rather than Java (re...
UI nodes require a unique key for arrays of homogeneous children. They key is nominally Object but internally it seems to be converted to String. This causes the surprising behavior that custom objects are rejected as keys: [0612/154234:ERROR:dart_error.cc(20)] Unhandled exception: Uncaught Error: If multiple non-...
0
This code fails to compile: fn main() { let x = vec![1i, 2, 3]; let _x = x; println!("{}", x); } Error: <anon>:4:20: 4:21 error: use of moved value: `x` <anon>:4 println!("{}", x); ^ note: in expansion of format_arg...
(Using rustc 1.0.0-nightly (`1d00c54` 2015-01-30 19:56:34 +0000)) Program using an external crate which uses "regex!" builds normally, but upon execution: "target/rss_client: error while loading shared libraries: libregex_macros- fdf5a2d7af19fd78.so: cannot open shared object file: No such file or directory" The ...
0
As Atom is based on Node it seems it should be able to be run via JXCore and if so, it seems it might help with some of the sluggishness. Is this possible?
Is there any potential of using JXcore to produce a compiled version of atom?
1
Just saw this, haven't looked yet test | pass | skip | xfail ---|---|---|--- Interval | 551 | 640 | 0 Period | 472 | 0 | 1 Both | 789 | 829 | 1 commands: * `pytest pandas/tests/indexes/period/` * `pytest pandas/tests/indexes/period/` * `pytest pandas/tests/indexes/interval/ pandas/tests/indexes/p...
Incorrect `dt.weekofyear` calculation? I was expecting `weekofyear`/`week` for `20050101` would be `0` In [1442]: df Out[1442]: A B 0 1 20050121 1 2 20050111 2 3 20050205 3 4 20050101 In [1443]: pd.to_datetime(df.B, format='%Y%m%d').dt.week Out[14...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior A link using `prefetch` and pointing to a non-existent url should show the standard 404 page.: <Link prefetch href="/bad-url" /> ## Current Behavior The browser does not navigate anywher...
// next.config.js module.exports = {distDir: 'build/local/prod'} Run this. Note that the `distDir` is being taken from the config. import config from './next.config.js' const {distDir} = config nextBuild(distDir, config) .then(o => { console.log('fi...
0
Feature request: The _sequence_length_ parameter in rnn.rnn() is a convenient way to support variable length sequences. The great thing about it is that it propagates the state at an example's sequence length to the final state output. However, it doesn't similarly propagate the output at an example's sequence le...
So I'm trying to figure out why my resnets are running out of memory, and it seems that there's a memory leak in Tile and zeros_like operations. Those ops have memory allocated during each session run but there's no `__LOG_MEMORY__` deallocation messages corresponding to them. The sum of missing deallocations matche...
0
A keyboard shortcut to hide/show Title Bars of windows snapped into their zones, allowing window's content to fill the entire zone. Currently, when stacking windows vertically, their Title Bars: 1 - occupy significant vertical space 2 - add visual clutter to the layout
# Environment Windows build number: Microsoft Windows [Version 10.0.17763.737] PowerToys version: 0.13.0 PowerToy module for which you are reporting the bug (if applicable): FancyZones # Steps to reproduce * Define custom Layout for virtual desktop 1 * Place windows into zones * S...
0
I have 3 application bundles (3 entrypoints) and also a bunch of vendor files. I'd like to create a bundle that has all the common code from the 3 entrypoints as well as the bundle of vendor files (or put the common code also in the vendor bundle). plugins = [ new webpack.optimize.CommonsChunkP...
# Bug report **What is the current behavior?** When using externals while building an UMD library, each external generate a wrapper module using CommonJS, which bails out from optimization. The output file looks like this: (function webpackUniversalModuleDefinition(root, factory) { // REDACTED ...
0
### System info * Playwright Version: v1.32.3 * Operating System: macOS 13.3.1 * Browser: Chromium ### Source code * I provided exact source code that allows reproducing the issue locally **Link to the GitHub repository with the repro** https://github.com/silvenon/repro at 379b04a1bf5111d99caf8f86e404100...
### System info * Playwright Version: [v1.31.1] * Operating System: [macOS 13.2.1] * Other info: UI Mode ### Source code * I provided exact source code that allows reproducing the issue locally. **Test file (self-contained)** test('Should be marked as passed', async ({}) => { test.fai...
1
We've found a problem where repeating a row and a column in a DataFrame fails with a "Cannot create BlockManager._ref_locs" assertion error. The dataframe is very simple: df = pd.DataFrame(np.arange(25.).reshape(5,5), index=['a', 'b', 'c', 'd', 'e'], ...
#### Code Sample, a copy-pastable example if possible # Your code here ParserErrorTraceback (most recent call last) <ipython-input-9-4892e831abe8> in <module>() 1 import pandas as pd ----> 2 data = pd.read_csv("https://github.com/vaibhaw1994kumar/MachineLearning-test-cases/blob/ma...
0
I do see the numpy package among site packages under lib directory! But it fails to import numpy. Here is the error I get when I try to import numpy on anaconda3: Traceback (most recent call last): File "", line 1, in import matplotlib File "C:\Users\Maryam\AppData\Roaming\Python\Python37\site- packages\matplotl...
Create fresh virtual env with Anaconda Navigator 1.9.6 under Windows 10, selecting Python 3.7, naming python37 In the console of VSCode: * activate python37 * pip install numpy (python37) D:\TfsProj\alphastone>pip install numpy Collecting numpy Using cached https://files.pythonhosted.or...
1
**Context:** * GOOD Playwright Version: 1.15.0 * BAD Playwright Version: 1.16.0 * Operating System: macOS * Extra: Node.js v16.15.0 **Code Snippet** import { expect, test } from '@playwright/test'; test('toHaveJSProperty', async ({ page }) => { await page.setContent('<video mu...
**Context:** * Playwright Version: 1.21.1 And playwright-internal@1.22.0-next * Operating System: Mac * Node.js version: v16.15.0 * Browser: All * Extra: - When pass false as expected value of toHaveJSProperty, Playwright throws `expect.toHaveJSProperty: expectedValue: expected object, got boolean` erro...
1
See detailed build log at: http://ci.tensorflow.org/view/Experimental/job/experimental-cais-tensorflow- mac-python3-copt_pip_install-test/1/consoleFull > In file included from tensorflow/core/kernels/conv_ops.cc:22: > In file included from ./tensorflow/core/framework/numeric_op.h:19: > In file included from ./...
There are some errors while handling exception `tf.errors.OutOfRangeError`: On python2 no issues with handling `tf.errors.OutOfRangeError`. During handling of the above exception, another exception occurred. log: Traceback (most recent call last): File "fully_connected_preloaded.py", line 15...
1
Hi, is there currently a way or is it planned for the future that we can access the electron shell API from VS-Code extensions ? I would like to implement an extension using the BrowserWindow API of electron (more specifically the BrowserWindow.getAllWindows() API), but I can't find any way to get access to that fr...
It's changed to horizontal and now consumes 40% of my editor space automatically every time I run my program. Extremely annoying, and impossible to get rid of: closing it just reopens it the moment something logs to the console. How can I get the previous "vertical" debugger? Or better yet, how can I pull the debug ...
0
**Dave Syer** opened **SPR-2804** and commented Here are some docos I wrote for an implementation that I was considering for springmodules. It seems more like a core feature, when I think about it, so I thought I'd see what people think here... 1.2. Target Chains Use the factory bean to create a composite service...
**Colin Yates** opened **SPR-1684** and commented http://forum.springframework.org/showthread.php?t=21986 I keep writing a number of implementations of a single interface and then needing to wrap all those implementations so they are all called. For example, I might have an ErrorHandler interface and a Log4J imple...
1
**Simon Rydberg** opened **SPR-2925** and commented Using this Sessionfactory: <!-- Hibernate SessionFactory --> <bean id="sessionFactory" class="org.springframework.orm.hibernate3.LocalSessionFactoryBean"> <property name="dataSource" ref="dataSource"/> <property name="mappingResources"> <value>library.hbm...
**Keith Donald** opened **SPR-2569** and commented This particularly complicates life for Web Flow users who like the convenience of putting BindException in flow scope with "alwaysRedirectOnPause" turned on... (validation errors are preserved beyond one request but property editors are lost). * * * **Affects:** 2...
0
### Apache Airflow version 2.5.1 ### What happened when using a dynamically generated task that gets the expand data from xcom after a branch_task the graph doesn't render. It reappears once the dag run is finished. tried with BashOperator and a KubernetesPodOperator. the developer console in the browser show...
I am trying to install three node airflow cluster. Each node has airflow scheduler, airflow worker, airflow webserver, also it has celery, RabbitMQ cluster and Postgres multi master cluster(implemented with Bucardo). Versions of software: * Airflow 2.0.1 * Postregsql 13.2 * Ubuntu 20.04 * pyhton 3.8.5 * ce...
0
### Version 2.6.11 ### Reproduction link https://jsfiddle.net/mqr85hg2/ ### Steps to reproduce Open the link and view the console output. ### What is expected? "message" ### What is actually happening? "" * * * If you change Vue to a development environment, such as https://jsfiddle.net/072nxuzt/, it is no...
### Vue.js version Latest dist ### Reproduction Link http://jsfiddle.net/up5prrnp/ ### Steps to reproduce Have a component rendered conditionally with `v-if` directive, and in the `ready` hook appended elsewhere with `this.$appendTo()`. ### What is Expected? The element to be removed when condition is no longe...
0