text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
I could start it easily from a terminal as a background process in Fedora 23
(using ampersand). However, after an upgrade to 0.10.6 (64bit), it freezes
soon after opening. It was not the case in the previous versions.
I suspect it might be related to the git integration somehow. It freezes if a
folder is under git s... |
On VS Code 0.10.6, when trying to sync changes in a HTTPS-backed Git
repository, I get an error message which expands to [1] when I click 'show
output', if VS Code was run from the desktop environment. If I close VS Code
and run it from the terminal instead, I get the username and password prompts
_on the terminal_ a... | 1 |
Hi,
I am using Scrapy version 1.1.2. It is somenthing weird, because depending on
the Rules configuration, the callback function is called or not...
My rules:
rules = (
Rule(LinkExtractor(allow=('.*balsamo'))), # get category page
Rule(LinkExtractor(allow=(".*\/\d+.*"),restric... |
I totally dig this idea, but I also think this needs to be well thought-out or
it could spell more trouble than it solves and be hard to deprecate and fix
later.
My thoughts on the current proposal:
`[addons]` in `scrapy.cfg` would not provide any way to pass configuration
settings. So we still need to modify setti... | 0 |
wes, how would you feel about adding something like the following as
a Dataframe method? especially with method chaining I would find this
useful. Will add handling for datatypes and so on.
In [32]: from pandas.util.testing import makeCustomDataframe as mkdf
In [33]: def grep(df,col,pat):
... |
As discussed on the mailing list, we should outline how we are going to do
backports. Goals would be to provide a 0.19.1 bug-fix only release and at the
same time allow master to proceed as 0.20/1.0 with all bug-fixes and API
changes.
This issue is for how to do this, as we are ready to merge some 0.19.1 fixes.
So n... | 0 |
When i run my bootsrap run locally disappears by the gylphicon docs the bottom
border. Is this normal?
 so they can respond.... | 0 |
_Original tickethttp://projects.scipy.org/scipy/ticket/1886 on 2013-04-05 by
trac user jhowarth, assigned to trac user jakevdp._
On both fink and MacPorts, the testsuite shows many failures. For example, on
[[BR]]
MacPorts, executing...[[BR]]
[[BR]]
PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Ve... |
_Original tickethttp://projects.scipy.org/scipy/ticket/1729 on 2012-09-18 by
trac user breuderink, assigned to unknown._
Dear developers,
I installed the development version (the latest would not compile due to
VecLib) of SciPy from source:
$ git clone https://github.com/scipy/scipy.git
$ git show
commit `6981... | 1 |
## 🐛 Bug
Torch fails to build (see error below) on a cuda header apparently. I am
definitely not building for a GPU so I don't know if it's necessary to build
the GPU stuff at all...
�[91mCloning into 'pytorch'...
�[0m�[91mSubmodule 'third_party/ComputeLibrary' (https://github.com/ARM-software/Co... |
Is it good to add a `sorted_input` to `torch.unique`?
Current cuda implementation always sort the input tensor first. But sometimes
the input tensor is guaranteed to be already sorted. Sorting is O(n*logn),
which is likely to be the most time consuming part of the whole computation,
and it would be nice if we allow ... | 0 |
Challenge Waypoint: Say Hello to HTML Elements has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/46.0.2490.71 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
<h1>Hello World</... |
Challenge Waypoint: Target HTML Elements with Selectors Using jQuery has an
issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36`.
I typed my code but the code doesn't work so i asked in help room, and they
told me that the code it's ... | 1 |
I am using Symfony's DomCrawler to fetch an information from website.
In one of the pages there is a text including non-html-encoded text like
following :
`<a href="some-url.html">Lorem ipsum <<dolor sit>> amet </a>`
And when I try to crawl the text from the `<a>` tag using the
`filterXPath()->text()` method I g... |
I am using Symfony's DomCrawler to fetch an information from website.
In one of the pages there is a text including non-html-encoded attributes like
following :
`<a href="some-url.html">Lorem ipsum <<dolor sit>> amet </a>`
And when I try to crawl the text from the a tag using the filterXPath method I
get Lorem i... | 1 |
Embedding should work uniformly across all supported platforms according to
the documentation. Further, embedding Julia installed in the standard way for
a platform should require no arguments to `jl_init`.
Some related issues: #6327, #8757 , #14163, #17657.
|
Why does julia don't have package pdf illustration and html function
illustration [like R].
How can I know the functions in a package, What a fucking tools.
[pao: consolidated duplicated comments]
| 0 |
I'm going to paste the irclogs as i'm not the person with the problem. But I
agree it is a problem.
The problem is that elasticsearch1.4.0-1.Beta1 is newer than 1.4.0. Requiring
you to --force the action.
[15:45] <audiphilth> yum update says nothing to update, manual run of rpm update gives this - pac... |
After changing /etc/apt/sources.list/
`deb http://packages.elasticsearch.org/elasticsearch/1.3/debian stable main`
to
`deb http://packages.elasticsearch.org/elasticsearch/1.4/debian stable main`
and running apt-get update && apt-get upgrade, curl -XGET 'localhost:9200' is
reporting version 1.4.0.Beta1.
... | 1 |

Challenge Use an ID Attribute to Style an Element has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36`.
Ple... |
In all the exercises, we the users are forced to press the enter key before
writing any code.
* * *
#### Update:
We have locked the conversation temporarily on this thread to collaborators
only, this has been resolved in staging, and will be live soon.
The fix can be confirmed on the beta website.
The workaround... | 1 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Problem Description
The Chrome develope... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Problem Description
In devtools, when y... | 1 |
# Bug report
**What is the current behavior?**
A 5 row NodeJS application, https://github.com/MorganLindqvist/webpack5-http-
auth-failure, works as it should without Webpack-5. But when running after
webpack the application crashes.
**If the current behavior is a bug, please provide the steps to reproduce.**
`g... |
# Bug report
**What is the current behavior?**
Crashes with a stack trace of
$ npm run webpack:dev
> @hyperledger/cactus@ webpack:dev *REDACTED_PATH*
> node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --display-error-details --env env-csv=dev --env target-csv=node
... | 0 |
**Glide Version** :
**Integration libraries** :
**Device/Android Version** :
**Issue details / Repro steps / Use case background** :
**Glide load line /`GlideModule` (if any) / list Adapter code (if any)**:
Glide.with...
**Layout XML** :
<FrameLayout xmlns:android="...
**Stack tra... |
Hi. First of all thanks for such a great library.
I am having a little issue. I have a screen with user's profile image. User
can also change his profile picture. The profile picture is saved in the
sdcard with name "abc.png". When the user changes his profile picture, the
newly selected image will replace the old i... | 0 |
I'm trying to move a very simple OpenCV application to android. The code tries
to access the camera from a qt for android . My qt code simply tries to access
the camera using cv::VideoCapture like so:
cv::VideoCapture cap(0); // /dev/video0
Camera cannot be opened,Permissions are open,chmod 777 /dev/video0,The ca... |
##### System information (version)
* OpenCV => 4.1.0
* Operating System / Platform => Ubuntu 18.04 64 Bit
* Compiler => Visual Studio Code
##### Detailed description
I am using the SSD face detector from the dnn module, and testing it on the
Helen dataset http://www.ifp.illinois.edu/~vuongle2/helen/
I have ... | 0 |
This one.
To reproduce it, change the width of your browser so you get the mobile/ipad
dropdown menu. Click it, and then expand the window again so you get the
standard bar. Now try to click either of the normal dropdowns, and it won't
show at all.
Not sure how common it is for users to do this, but the issue is de... |
I had a play with .btn:hover combining the CSS3 Properties in mixins.less. I
modified the button hover to add some wonky transforms to see what it would
do. If I used one of the CSS3 properties the btn:hover displayed correctly,
but the output css was really verbose/duplicated (see below). Adding two (say
.skew & .ro... | 0 |
I am looking at building an extension that prints a lot of information from
errors, debug & warnings so it would be nice to stylise the messages from the
realtime logs of a website to help with debugging.
So can I make a feature request please to enable colorised text in Output
Channel
|
_From@SamVerschueren on October 30, 2015 6:9_
I might have seen a post regarding styling of the `OutputChannel`, but not
sure though.
I think it would be a nice feature to support ANSI colors. This way libraries
like chalk can be used to style the output. Another benefit is that if you
develop a plugin like Yeoman... | 1 |
Removing min-height from Shared size and type resets in forms.less stops
inputs being bloated in IE8. Tested in IE9/10 latest FF and Chrome and dosen't
seem to cause any problems.
 nameAttr: ... |
We need some sanity test for the router .d.ts file. The `gulp test.typings`
target does this for the `angular2.d.ts`.
I did not update router on DefinitelyTyped for alpha.32 because it fails the
definitelyTyped tests, for example, the Instruction class is referenced but
not defined.
We can't release typings for r... | 1 |
_Original tickethttp://projects.scipy.org/scipy/ticket/660 on 2008-05-02 by
trac user djkawa, assigned to unknown._
Hi,
my setup is python 2.4.4
scipy 0.6.0
numpy 1.0.3.1 (there are some bugs we have reported in 1.0.4 so we cannot use
it)
I am using the scipy.interpolate.interp1d class quite extensively and t... |
_Original tickethttp://projects.scipy.org/scipy/ticket/289 on 2006-10-17 by
trac user Fruny, assigned to @rkern._
When the interpolation is done on the first axis, the other axes get
transposed in the output.
from numpy import *
from scipy.interpolate import interp1d
Y = arange(5*7*11*13... | 1 |
## Cleanest reproduction:
Run in a GPU Google Colaboratory session:
!pip3 install tensorflow-gpu==1.13.0rc2 numpy==1.15.0
!python3.6 -c 'import tensorflow'
However, how I came across the issue:
**System information**
* Ubuntu 18.04
* Dell XPS 15 2016 laptop
* installed a binary usi... |
If I run the following code:
https://github.com/nunodsousa/tensorflow_matrix_inversion/blob/master/tf_matrix_inversion.ipynb
I obtain the inverse of a complex matrix. However, If I reduce 1E-4 times the
values of the matrix, the results should be the same, apart of the 1E4 factor.
However it returns similar errors to... | 0 |
I want to decode gif by android-gif-drawable, but load picture with glide.
android-gif-drawable can pass byte array to decode gif and my code is:
public void test1(final GifImageView gifImageView) throws IOException {
// String path1 =
// "http://img.newyx.net/news_img/201306/... |
## Idea
Glide.with(this).load(bitmap).into(imageView);
Glide.with(this).load(drawable).into(imageView);
This looks weird compared to `ImageView.setImageBitmap(bitmap)`, but if you
need animation and error handling (null bitmap), the above could become an
easy to use, fire and forget, go-to line in... | 0 |
Sometimes it's very useful to search within the node_modules folder for errors
and other code.
Can there be a search option to search through node_modules folders and other
ones that are commonly ignored?
| 1 | |
**Elasticsearch version** : 2.3.3
**JVM version** : OpenJDK 1.8.0_91
**OS version** : Ubuntu 16.04
**Description of the problem including expected versus actual behavior** :
Documents are not properly indexed when Elasticsearch is restarted just after
bulk request is send.
Bulk request is retried because of _... |
From Binh:
“Thank you for reporting this, the plan is to revert back and allow 0 for
external versioning. Not sure yet when it will be but likely in the next 1 or
2 releases.”
\---------- Forwarded message ----------
Hello team - I just switched over to 1.1.0 and changed from
VersionType.EXTERNAL to VersionType.E... | 0 |
import sklearn.tree
import numpy as np
clf = sklearn.tree.DecisionTreeClassifier()
X = np.array([[1],[10]])
y = np.array(['a','b'])
clf = clf.fit(X,y)
X2 = np.array([[1]])
clf.predict(X2)
In [8]: clf.predict(X2)
--------------------------------... |
Update:
I think most people agree now. The estimators should call `unique` from the
utilities (which is a backport of `numpy.unique`) and save the results in a
`classes_` attribute.
You can look at QDA and LDA for the pattern.
To find classes that not yet support this, use the `test_common.py`.
Just comment ou... | 1 |
### Description
Incompatible method call to SSL
### Steps to Reproduce
1. Run scrapy
**Expected behavior:** Loading the tls.py file doesn't crash.
**Actual behavior:** Loading the tls.py file crashes.
**Reproduces how often:** 100%
### Versions
Scrapy : 2.5.1
lxml : 4.9.1.0
libxml2 : 2.9.14
cssselect ... |
I am scraping a web page which has fragment identifiers (on the home page) for
same page navigation. To make it clear I have this anchor tag `<a
href="#idx1">1. Histoire</a>` and when you click on it you are taken to the
'Histoire' header on the same page. `<h2 id="idx1">1. Histoire</h2>`.
Scrapy is following this f... | 0 |
### Current Behavior:
### Expected Behavior:
### Steps To Reproduce:
### Environment:
|
### *Updated* as of 01/15/2021
**Note: Please readthis doc before filing a new issue.**
| 1 |
#[crate_type = "lib"];
extern mod std;
struct Tree {
version : ~str,
root : ~Node
}
struct Node {
parent : Option<Node>,
childrens : ~[Node]
}
fn parse(in : ~Reader) -> Result<~Tree,~str> {
let out = Err(~"Not implemented ... |
enum FingerTree<A> {
Empty,
Single(A),
Deep(Node<A>)
}
struct Node<A> {
count: int,
front: Digit<A>,
inner: ~FingerTree<(A,A)>,
back: Digit<A>
}
struct Digit<A> {
count: int,
content: [Option<A>, ..4]
}
... | 1 |
Is there any movement on complete migration to AndroidX? So I could turn off
jetifier.
|
First of all thanks for giving this beautiful library !!!!!!
I am load image from internal memory, i am using the same path for image i
will update the image in particular path. If i am fetch the image through
glide it return only old image, how can i solve this, my code is
Glide.with(mContext)
... | 0 |
[Enter steps to reproduce below:]
1. ... Opened big file
2. ... Error Happened

**Atom Version** : 0.169.0
**System** : Mac OS X 10.10.1
**Thrown From** : Atom Core
##... |
1. Be in fullscreen
2. Be in an editor panel (you have a cursor)
3. M-tab to another app
4. M-tab back
I expect to have my cursor and be focused on the same pane I was when I left.
Instead, focus is lost.
| 0 |
**Andriy Rosa** opened **SPR-9819** and commented
For each method invocation for not-singleton scope bean
Interceptor got bean from bean-factory by using AbstractBeanFactory.getBean
But before getting required bean inside method getBean we have cheeking
Object sharedInstance = getSingleton(beanName);
if (shar... |
**Jing Xue** opened **SPR-3273** and commented
After upgrading from 2.0.2 to 2.0.3, I'm getting the following exception
during the loading of every context file, because my app doesn't use groovy. I
know they are harmless and ignored, but it would be nice if
DefaultNamespaceHandlerResolver could just not log the wh... | 0 |
**Version** : 1.184.0
**OS** : OSX
**Problem Description** : I am using the quick file/folder add feature when I
use the file explorer right-click functionality to add a new file. When the
dialog appears, if, for any reason, I move away from the app, it disappears.
On OSX, this can be if I switch applications, th... |
Halp reports:
* support/a3fbafb2d0c011e3855fe03a98b207e5
* support/4068a4a4d08f11e39bd83f5315db0b57
Related Issues
* atom-archive/feedback#22
* atom/fuzzy-finder#37
> If you have opened up the Command Palette (Command-Shift-P) in Atom
> v.0.92.0, and then switch to another app, say the Mac OS X Terminal a... | 1 |
## 📝Assign a specific zone for an application window.
_What is the expected behavior of the proposed feature? What is the scenario
this would be used?_
\--- Example for this: Set a zone 1 for Google Chrome, set zone 2 for
Terminal, zone 3 for document viewer. On opening the specific app, it should
always go to the... |
PowerToys should do its best to look like a system level integration.
PowerRename is great but has a UX that doesn't match the OS. This shift would
also allow PowerRename to respect darkmode (#887)
@itsmichaelwest did a great mockup on the Twitters of what it could look like.
?
Might help for the use case described... |
When using `"expanded" => true` on a `choice` field that contains groups, the
default form theme simply renders all radio buttons/checkboxes sequentially,
without headings or any other indication of the group structure (at least
under Twig).
From what I can tell, this issue stems from the fact that the choices in an... | 1 |
## 🐛 Bug
max_norm in embedding layer modifies the embedding layer weight in-place which
makes it a non-leaf variable. This leads to issues when doing gradient
backpropogation.
**Error: RuntimeError: leaf variable has been moved into the graph interior**
## To Reproduce
Script to reproduce the behavior:
... |
Hi all,
So there're some great things about PyTorch, but one of the not-great things
is that it uses a mostly-but-not-fully different API than the one used for
numpy, theano, and tensorflow. I find myself having to consult a lookup-table
when I want to run familiar commands.
Are there any plans to make a numpytorch... | 0 |
### Version
2.5.16
### Reproduction link
https://codepen.io/JosephSilber/pen/KeWjzr
### Description
Passing content in a slot causes the component to re-render when the parent
re-renders, even if the component's data hasn't changed.
### Steps to reproduce
1. Create a simple component that shows the amount of... |
### What problem does this feature solve?
I have developed some components that can generate large amounts of HTML, and
allow content to be added via slot. It appears that if the slot content is
updated, the render function is called for the component; however, this seems
like something that could be avoided through... | 1 |
I'm trying to implement signup/login form.
In the signup page, if user succeeded signing up, Navigator.push method called
and login page is pushed.
But it disables focus on TextFormField of login page. What is problem?
Below code is authentication code, just ignore korean words.
import 'package:f... |
## Steps to Reproduce
1. Navigate to search screen.
2. Enter search term and tap on a result.
3. Navigate away from search screen.
4. Return to search screen using the back button.
5. Search text field becomes unresponsive.
Reproduced here:
https://gist.github.com/JordanADavies/c7b630681aa81940d254876078a... | 1 |
Say I want to write code for io.js, and I want to use ES6 generators. But I
also want to use some other features that io.js doesn't support yet, like rest
parameters and destructuring assignments. Enter Babel.
Is there some way I can use Babel to compile my code, but tell it not to
compile the generators, just leave... |
Possibly through a `blacklistUserAgent` option or something. Would use the
kangax compat-table. Important to note that it does not guarantee complete
spec compliancy on the vendors end.
References:
* https://github.com/kangax/compat-table
* https://github.com/Fyrd/caniuse
* https://github.com/3rd-Eden/userage... | 1 |
I have seen that you close another issue related to this one about including
prompt as an option inside your API to show dialog. I don't know why is the
reason to discard this basic function, but I think you should reconsider it
because it's a basic feature that make you discard this API or use different
API to fulfi... |
What is the reason that `prompt` is not supported?
How could input box be created?
I see that prompt could be almost like `confirm`:
window.confirm = (message, title='') ->
remote = require 'remote'
dialog = remote.require 'dialog'
buttons = ['OK', 'Cancel']
not dialog.showMe... | 1 |
Currently we use the Rust parts of dprint to power `deno fmt`, but we utilise
prettier for formatting as part of our toolchain.
Is suspect this means we would need to create a standalone minimalistic binary
that wraps dprint to do the file system bindings.
cc/ @dsherret
|
I'd like to implement a `Dir` class, and functions `opendir`/`opendirSync`
that construct it. Most of this looks to be easy to implement, but there are
some design choices it'd be helpful to get feedback on first. (Rather than
implementing things one way, then needing to go back and redo it.)
As a reminder, here are... | 0 |
ERROR: type should be string, got "\n\nhttps://github.com/facebook/flow\n\nMany of us prefer Flow syntax over Typescript\n\n" |
For tracking purposes, please don't work on this without discussing with Ry or
myself.
Having a public API that is similar to how we perform TypeScript compilation
is a good idea. It would allow JS->JS transpilation (e.g. those who need Babel
custom plugins or Flow) or other languages (e.g. CoffeeScript).
Related t... | 1 |
by **Ziyu4Huang** :
Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem. Thanks.
What steps will reproduce the problem?
1. try on NFS mount disk
2. 8g hello_file01.go ; 8l hello_... |
by **untheoretic** :
git show
commit f0ff4ae8866610f2fcafd7f1500ab8272fbbebe4
Author: mattn <mattn.jp@gmail.com>
Date: Thu Feb 9 18:04:40 2012 +0900
go install github.com/mattn/go-gtk...
# github.com/mattn/go-gtk/gtk
gtk.go: In function ‘_cgo_180a90a506dc_Cfunc_... | 0 |
1. right click on folder or file
**Atom Version** : 1.0.0
**System** : Win 8.1
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Function.Module._load (modu... |
I right-clicked on a folder in the tree view
**Atom Version** : 0.194.0
**System** : Windows 7 Entreprise
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: Cannot find module './context-menu'
Error: Cannot find module './context-menu'
at Function.Module._resolveFilename (module.js:328:15)
at Fu... | 1 |
I'm using the following navigation bar:
<div class="navbar navbar-inverse navbar-static-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="ic... |
The navbar right padding is broken when using navbar-fixed-top with Bootstrap
3.0.3.
Was working fine with Bootstrap 3.0.2.
navbar-static-top and navbar-fixed-bottom are probably impacted too.
Live example: http://plnkr.co/edit/zn1Pc0?p=preview
With navbar-fixed-top:
 and pass them back to the DOM-thread where they are sliced into
smaller pieces and set in several different position-attribute-buffers.
I only need Two-Dimensional coordiinates **X ... |
For geometries with vec2 positions, the computeBoundingSphere will not work
correctly since it always assumes vec3s.
three.js/src/core/BufferGeometry.js
Lines 327 to 332 in f73593b
| for ( var i = 0, il = positions.length; i < il; i += 3 ) {
---|---
|
| vector.set( positions[ i ], positions[ i + 1 ], posit... | 1 |
As an exercise, I am currently transforming some class components into
FunctionComponent, using the new hook style. But I faced a strange problem:
class components can render undefined (and so, will not display anything),
stateless function components can render undefined, but if we need the new
FunctionComponent... |
* I tried using the `@types/xxxx` package and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
* I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there).
* Mention the authors (see `Definitions by:` in `inde... | 1 |
I got some compilation errors when installing numpy with pip3.7 . My compiler
version is
gcc version 4.9.2 (Debian 4.9.2-10+deb8u1)
numpy/core/src/npysort/radixsort.c.src: In function ‘radixsort_bool’:
numpy/core/src/npysort/radixsort.c.src:112:5: error: ‘for’ loop initial
declarations are only allowed in C99 or... |
When I attempt to build on RHEL 7.3, I get an error unless I manually do
(numpy-testing-py3) [jfoxrabi@... numpy]$ export CFLAGS=-std=c99
Here is my console session without setting the flag (forgive me for using
./runtests.py. I still haven't figured out a better shortcut for getting the
log and ... | 1 |
While trying to deploy my angular 2 app using VS2015. There are two errors, at
the moment of running webpack, but none errors at the moment of doing a
building in vs2015
C:\Users\asus\Desktop\C# Web\Core\AngularAPI\ApiAngWebPack\WebApp> cmd /c SET NODE_ENV=development&& webpack -d --color
@@@@@@@@@... |
# Bug report
**What is the current behavior?**
Getting following error message when setting:
splitChunks: {
cacheGroups: false // <--
}
webpack --mode development --env.node_env=development
> Invalid configuration object. Webpack has been initialised using... | 0 |
##### Issue Type:
* Bug Report
##### Ansible Version:
ansible 1.9.3
##### Ansible Configuration:
nothing special
##### Environment:
run from: OS X 10.11
managing: OracleLinux 7.1
##### Summary:
Playbook with this task fail:
- name: Upgrade
yum: name=* state=latest update_cache=yes
... |
Updating YUM packages is broken in Ansible 1.9.3.
env:
Ubuntu 15.04 vivid
Ansible version: 1.9.3-1ppa~vivid (deb-src
http://ppa.launchpad.net/ansible/ansible/ubuntu)
Snippet of my playbook:
- name: YUM upgrade
yum: name=* state=latest update_cache=yes
Unexpected result:
TASK... | 1 |
I get an output like this, why? :
E
======================================================================
ERROR: Failure: ImportError (No module named scipy)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/P... |
Not sure if this is properly filed with scikit-learn or pip, but this is what
I found. I assumed that pip would install all necessary dependencies upon
running
pip install scikit-learn
However, pip did not install scipy. This lead to a traceback with a very vague
error message from the file sklearn/ *... | 1 |
### Describe the bug
a CTE cannot be aliased multiple times, raise Multiple CTEs with SAME NAME;
### To Reproduce
from sqlalchemy import Table
from sqlalchemy import MetaData
from sqlalchemy import Column
from sqlalchemy import Float
from sqlalchemy import create_engine
... |
**Migrated issue, originally created by Dobes Vandermeer (@dobesv)**
I am trying to use the "baked query" pattern to reduce the time spent
generating SQL, which currently is quite significant for our app.
One thing I can't seem to parameterize using a bindparam, however, is the
limit on the query.
Although in #805... | 0 |
~~insertRow(index?: number): HTMLElement;~~
insertRow(index?: number): **HTMLTableRowElement** ;
~~insertCell(index?: number): HTMLElement;~~
insertCell(index?: number): **HTMLTableCellElement** ;
also HTMLTableElement.rows is not a collection of HTMLTableRowElements!?
Am I mistaken here?
|
A couple of html table related methods in lib.d.ts return HTMLElement, but
they could return a more precise type:
* HTMLTableElement.insertRow should return HTMLTableRowElement instead of HTMLElement
* HTMLTableElement.createTHead should return HTMLTableSectionElement instead of HTMLElement
* HTMLTableElement.... | 1 |
There appears to be a regression in `scipy.integrate.dblquad`:
from scipy.integrate import dblquad
f = lambda y,x,a: a*x*y
dblquad(f, 0, 1, lambda y: 0, lambda y: 1, args=(1,))
works in 0.17.1, but in 0.18 causes the error:
.../python3.4/site-packages/scipy/integrate/quadpa... |
Similar to #5452, `dblquad` fails when called with `args` because the `args`
get passed to the range function in `nquad`, even though the range functions
are supposed to not have additional arguments (as per the documentation):
>>> from scipy.integrate import dblquad
>>> g= lambda x: x
>>> h= l... | 1 |
I am trying to get the `route` decorator to work with the `MethodView`.
from flask import Blueprint
from flask.views import MethodView
api = Blueprint("api", __name__)
@api.route("/users")
class UserAPI(MethodView):
def get(self):
pass
def... |
### TL;DR:
* Being able to use a Blueprint's `@pb.route` decorator on a `MethodView` class can help made code more readable
* It should be a pretty trivial fix.
* I'm working on tests and a merge request right now.
### Expected Behavior
Users should be able to combine blueprints with `MethodView`.
... | 1 |
hi, I just use babylon && babel-traverse && babel-generator doing something.
but after generating, the result has unicode.
Choose one: is this a bug report or feature request?
Bug report
## Input Code
const fs = require('fs');
const babylon = require('babylon');
const generator = require('b... |
After #4478 PR I discovered that Cyrillic text inside a jsx tag transpiled to
`\uXXXX`-style escape sequences. This leads to issues in debug and growing
output bundle size. But if I have JSXExpression with StringLiteral all works
as expected and text stay unescaped.
### Input Code
<div>
<Foo... | 1 |
I started noticing a white trail when resizing the Atom window if a medium-
sized file is loaded (or larger). This GIF was made with a file that has 1000
lines and `This is a test` text in every other line:

I can't advance by arrow keys towards the end of the line I am in.
I also can't click there or select (my frantic mouse movements are indicating
that I'm trying).
I'm running:
* OS X ... | 0 |
Hello,
Please add option to visualize line breaks with CRLR or LR as it is done in
Notepad++
Thank you,
Yuriy
|
1. Install centos 7
2. Install gnome
3. start x
4. open vscode
5. open a folder
6. Try to use debug configuration icon to create launch.json
EXPECTED: works
ACTUAL: fails to populate list of available debug adapters.
| 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 ...** (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 |
Entering negative values for the first argument of scipy.special.mathieu_a
yields NaN
from scipy.special import mathieu_a
mathieu_a(-1,1)
Whereas it should be well defined according to Mathematica.
See evaluation of the function at this link:
http://functions.wolfram.com/webMathematica/Fu... |
The order parameter in Mathieu functions need not be positive, integer or even
complex valued, but that is the only type of input that `scipy.special`
handles without resulting in `NaN`.
Although the GSL implementation is also restricted to integers, it is not
restricted to positive integers. This could be easily ha... | 1 |
Race conditions around bad transaction isolation in FAB results in dups in
ab_permission_view.
Starting multiple threads at once when kicking off gunicorn leads to the
"insert if not exist" logic to misfire. Root cause is bad transaction
isolation in FAB.
select c.name as perm_name, b.name as view_me... |
## [SIP] Proposal for Improving Superset’s Python Code Organization
### Motivation
As I was in the weeds fixing a bunch of Pylint failures, Max and I started
going back and forth on this PR: #8777, which we ultimately closed. The root
cause of that was a lack of shared understanding on the best code structure
for S... | 0 |
**Migrated issue, originally created by Anonymous**
if the following is defined:
parent table:
members = sqlalchemy.Table(
'members',z3c.zalchemy.metadata,
sqlalchemy.Column('userName', sqlalchemy.String,primary_key = True),
sqlalchemy.Column('firstName', sqlalchemy.Unicode),... |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
_find_dependent is looking at the join condition for either side being a
primary key but doesnt look for any ForeignKey objects. attached test program
fails.
* * *
Attachments: test.py
| 1 |
2020-08-17.txt
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.18362.0
IntPtr Length: 8
x64: True
Date: 08/17/2020 17:35:41
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boolean value)
at System.Timers.Timer... |
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 |
Q | A
---|---
Bug report? | no
Feature request? | yes
BC Break report? | no
RFC? | no
Symfony version | 3.*
i think the functions from Intl/ResourceBundle should be awailable as twig
functions or filter.
like doing "` val | language_name`" should do
"`Intl::getLanguageBundle()->getLanguageName(val)`"... |
Tell me if it would be a good idea to add a extension/twig folder, containing
a IcuExtension.php with those functions :
public function getFunctions()
{
return array(
new \Twig_SimpleFunction('languageName', array($this, 'getLanguageName')),
new \Twig_SimpleFunction(... | 1 |
I get this error when start the execution of some optical recognition routines
Tensorflow: 1.0.1
OS: Windows 10 x64
Nvidia cuDNN: 5.1
Nvidia CUDA: 8.0
An error occurred while starting the kernel
I c:\tf_jenkins\home\workspace\release‑win\device\gpu\os\windows\tensorflow\stream_executor\dso_... |
NOTE: Only file GitHub issues for bugs and feature requests. All other topics
will be closed.
For general support from the community, see StackOverflow.
To make bugs and feature requests more easy to find and organize, we close
issues that are deemed
out of scope for GitHub Issues and point people to StackOverfl... | 1 |
I'm currently writing a webserver application using hapijs (nodejs). I have a
bunch of plugins which I want to write in Typescript. A Hapijs plugin needs a
function called `register()` and an attributes function property with a name
and version:
register(server, options, next) {
}
register.attr... |
This used to be on codeplex and I cannot find a reference here.
https://typescript.codeplex.com/workitem/917
The problem is that I have project.d.ts and lets say that it has a Point class
with simple {x,y} properties.
project-plugin-coolvector.d.ts might come along tomorrow, and that Plugin JS
might add a z proper... | 0 |
When Support on Windows?
|
Rough TODO list:
* Make //flutter/snapshotter work on Windows.
* Make the `flutter` command line tool work on Windows.
* Teach the `flutter.ps1` where to get the Dart SDK and how to bootstrap into Dart.
* Teach the tool about Windows as a host platform (e.g., where to find the snapshotter)
* Teach t... | 1 |
_From@DanWahlin on June 18, 2016 4:39_
I know the API is still being worked on at this point, but I wanted to add my
two cents on route parameter access and the APIs after working with them quite
a bit lately. Simplifying the overall process could really be helpful. Here's
one scenario I'm running into a lot involv... |
**I'm submitting a feature request**
I'm reporting this issue by @DanWahlin that I found in google cache from the
old router repository that was deleted when you moved the router to the
angular repository. The text is copy pasted from the old issue
(https://github.com/angular/vladivostok/issues/81):
_start of copy... | 1 |
In React 0.12.0 if you attempt to use this.key inside a react component, it is
`undefined`
Simple test case here: http://jsfiddle.net/jg2pd4ob/2/
In 0.11.x you could access this value via `this.props.key` which has been
removed.
|
React version: 18.0.0
Root Component `App.tsx`
import React from 'react';
import theme from './theme';
import {ThemeProvider} from '@mui/material/styles';
interface AppProps {
}
const App: React.FC<AppProps> = () => {
console.log("is load");
ret... | 0 |
This is the same issue with #5071, but still not solved. :(
`func` in `GroupBy.apply(func, *args, **kwargs)[source]` have `DataFrame` as
an input, while
`func` in `Rolling.apply(func, args=(), kwargs={})` have `ndarray` as an
input.
**Is this project still actively working to find solution?**
Also, it would be b... |
Returning a Series: http://stackoverflow.com/questions/19121854/using-rolling-
apply-on-a-dataframe-object
Returning a Scalar: http://stackoverflow.com/questions/21040766/python-pandas-
rolling-apply-two-column-input-into-function/21045831#21045831
| 1 |
See Jenkins job **kubernetes-upgrade-1.0-1.1-gke-step3-e2e-old** 's last few
runs.
07:52:26 Validates MaxPods limit number of pods that are allowed to run. [It]
07:52:26 /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/max_pods.go:158
07:52:26
07:52:26 E... |
This is a problem we're going to run into as we're running 1.0 e2e tests
against 1.1 clusters, (which we do because we need to make sure that 1.1
clusters still operate the way 1.0 clusters did). If a test fails, but the
failure is due to a bad test rather than a problem in 1.1, what do we do?
For example, Services/... | 1 |
I created a question on SO: http://stackoverflow.com/questions/25763600/how-
to-patch-collection-using-symfony2-forms-and-rest
The problem is that when I PATCH the data, the "signature" setting is removed
from the "settings" collection. However, if I do the same with any direct
field of the "user" entity, PATCH requ... |
I'm trying to update a form collection item with a PATCH request and or
`$form->submit($request,false);`. Either way, all items are removed from the
collection except the new one.
echo "Items from the database ------------------------------------";
\Doctrine\Common\Util\Debug::dump(... | 1 |
http://typescriptlang.org links to
https://github.com/Microsoft/TypeScript/blob/master/doc/spec.md but this
version does not contain any images. There are only slashes (`/`) instead.
An example:
A typical client would not need to add any additional typing but could just use a community-supplied typing... |
At the end of 1.3 section of mark down version of language spec., the spec.
says "...as in following screen shot" but there is no screen shot attached.
| 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: v2.7.6
* Operating System version: window10
* Java version: 1.8
### Steps to reproduce this issu... |
* 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: the last
* Operating System version: any
* Java version: java8
### Steps to reproduce this issue
... | 0 |
* Electron version: 1.6.6
* Operating system: macOS 10.12.5
Package: VSCode
Version: 1.13.0
OS: Mac OS X 10.12.5 (16F73)
Date: Tue Jun 13 17:36:49 GMT+08:00 2017
Operating system: Mac OS X
10.12.5 16F73
CPU: amd64
family 6 model 61 stepping 4
... |
* Electron version: 1.7.1
* Operating system: Windows / Mac
### Expected behavior
no crash on quit
### Actual behavior
Crash on app quit
Thread 23 Crashed:: Chrome_IOThread
0 com.github.electron.framework 0x000000010e3761f2 std::__1::__tree<std::__1::basic_string<char, std::__1::char_tra... | 1 |

Happens whenever I open a new file. Version is 0.178.0.
|
Most noticeable in the tree view, resizing it, scrolling, etc. makes it redraw
and go away.

/cc @zcbenz Any ideas on this one?
| 1 |
## Steps to Reproduce
`flutter run` in examples/flutter_gallery
## Flutter Doctor
Paste the output of running `flutter doctor` here.
[✓] Flutter (on Mac OS X 10.12.5 16F73, locale en-US, channel master)
• Flutter at /Users/rmacnak/Flutter/flutter
• Framework revision 69679be528 (6 days ago), 2017-07-05 13:01:... |
## Steps to Reproduce
* Create empty flutter app using Android Studio 3.1.4
* Create KitKat API 19 emulator (x86 image)
* Run empty flutter app
## Logs
D/dalvikvm( 3286): Trying to load lib /data/app-lib/com.nik.flutterapp-1/libflutter.so 0x9d007938
D/dalvikvm( 3286): Added shared lib /data... | 0 |
This does have some overlap to issue #1939, but I'm targeting the overall use
case for forms. It's fairly common to update a form with error messages using
js or to display some error messages after an unsuccessful submission. Some
errors might target a field, while other might be global in nature. See the
following ... |
When a form is styled with form control states
(http://twitter.github.com/bootstrap/base-css.html?#forms, scroll down a
little), all help texts (both help-inline and help-block) take their styling
from the control state (error, warning, etc).
However, the example fails to take regular help text into account.
With t... | 1 |
After updating to version 0.201.0, keyboard shortcuts, which are displayed
next to the commands when going through the command palette (Ctrl+Shift+P),
have a white font on a bright background.

I ... |
Since the Bootstrap update with Atom Version 0.201.0 the keybindings displayed
in the Command Palette are not readable anymore when using a light UI theme
like One Light or Atom Light.

The new... | 1 |
Gives an error while trying to add checked to first radio and checkbox
Syntax error, unrecognized expression
Syntax error, unrecognized expression
code for form
<form action="/submit-cat-photo">
<label><input type='radio' name='indoor-outdoor' checked> Indoor</label>
<label><input type... |
This issue is to track Syntax error popping up in the challenges.
| 1 |
# Checklist
* I have verified that the issue exists against the `main` branch of Celery.
* This has already been asked to the discussions forum 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.
... |
I'm wondering if we can ditch the prefork pool and use subprocesses that
communicate using pipes. Possibly even stdin/stdout.
Would that resolve a lot of the limitations of preforking such as running
threads inside the master celery process and running other subprocesses?
What are the limitations of such design?
... | 0 |
### Environment info
Operating System: Ubuntu 14.04 LTS 64-bit
Installed version of CUDA and cuDNN: none
If installed from source, provide
1. The commit hash (`git rev-parse HEAD`): `fc91629`
2. The output of `bazel version`
Build label: 0.3.0
Build target: bazel-out/local-fastbuild/bin/src... |
When a conv2d operator has a stride greater than the kernel size, the
following error is thrown:
`ValueError: ('stride must be less than or equal to filter size', 'stride:
[2x2] filter: [Dimension(1)xDimension(1)]')`
This makes implementing the 1x1 convolutions used to reduce spatial resolution
in several papers ... | 0 |
When creating a default Vite project with TypeScript, importing local modules
does not work.
Below is a simple example when installing Vite, then Playwright, and adding an
import to the test file. cause a 'Cannot find module' error. No tests are
found in this case by the runner.
### System info
* Playwright Ver... |
**Context:**
* SvelteKit 1.0
* Windows 11
* Playwright 1.28.1 (comes with SvelteKit 1.0)
# Code Snippet
**tests/tests.ts**
import { expect, test } from '@playwright/test';
import { my_module } from './utils';
test('index page has expected h1', async ({ page }) => {
console.l... | 1 |
**Rossen Stoyanchev** opened **SPR-8694** and commented
This issue was pointed out in a comment by Doug Breaux under #13131:
https://jira.springsource.org/browse/SPR-8485?focusedCommentId=67922&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-
tabpanel#comment-67922
The InputTag always renders type="t... |
**Dave Syer** opened **SPR-8404** and commented
Please undeprecate XmlBeanFactory. It's only a few lines of code, so not a big
deal to keep it I would have thought. It's really useful for testing, and
those few lines have to be duplicated, plus I never remember how to do it.
* * *
**Affects:** 3.1 M1
**Issue Lin... | 0 |
##### Issue Type:
Bug Report
##### Ansible Version:
Works fine in 1.6.3, broken in Ansible 1.7.0
##### Environment:
OSX Mavericks 10.9.4
##### Summary:
Running an unrachive task with a .tgz file with hundreds of files in it is
unusably slow or possibly broken in Ansible 1.7.0. Looking at top on the
remote syst... |
##### Issue Type:
Bug Report
##### Ansible Version:
devel branch HEAD
##### Environment:
Ubuntu 14.04 and OSX
##### Summary:
Unarchive task seems to hang.
Looking at a process listing, the tar command finishes, and then the ansible
task process stays pegged at 100% CPU
##### Steps To Reproduce:
1. Create... | 1 |
JSX code for me that works on Node 5.11 is failing with Node 6. It appears to
be a problem with the Acorn module Webpack is relying on.
> ERROR in ./src/index.js
> Module parse failed: c:\code\app\src\index.js Unexpected token (17:2)
> You may need an appropriate loader to handle this file type.
> SyntaxErr... |
In reference to this
## Current behavior
Same module found in multiple chunks

## Steps to reproduce:
This repo
npm i
npm run build
`<Map />` is u... | 0 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Electron Version
Slack Version 4.15.0 5... |
* Electron version: 1.3.9 (via Atom 1.12.6) and unknown (via Slack 2.3.2)
* Operating system: Linux
### Expected behavior
Files stored by Electron on behalf of electron apps, should follow the XDG
Base Directory specification and place only config files in $XDG_CONFIG_HOME/
(default ~/.config/). cache and data ... | 1 |
I attempt to implement naive RBM/DBN through tensorflow's python API.
The functionality is easy to implement if you don't care about computational
performance.
For now, I've tried many alternatives solutions and find it difficult to
implement with high performance since there's no way to cache the intermediate
ten... |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : Yes
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Fedora 27
* **TensorFlow installed from (source or binary)** : Source
* **TensorFlow version (use command below)** ... | 0 |
UnicodeDecodeError occurred when accessing an item assigned from another numpy
array item. I dont know if this is made by design
### Reproducing code example:
>>> import numpy as np
>>> strA = np.array([('aa', 2),('bb', 4)], dtype=[('c1', 'U2'), ('c2', 'i4')])
>>> strA['c1'][0]
'aa'
>>... |
### Describe the issue:
When I call `np.find_common_type` with multiple identical `datetime64` types,
I would expect to get the same type back, since all the inputs are identical.
Instead, I always get `dtype('O')`.
### Reproduce the code example:
import numpy as np
dt = np.dtype('datetime64[ns]'... | 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 verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... | 0 |
I've created and downloaded a custom bootstrap.min.css from here
http://getbootstrap.com/customize/, excluding glyphicons,
It seems that the class fade in this custom css does not have the opacity set
so when I call a modal using fade class the underlying page turns black.
If I use the default bootstrap.min.css f... |
Hi!
I just generated a customized version and the modal background is totally
black (I also generated a version without any change to be sure it wasn't me
that caused that):
.
* I want t... | 0 |
_Original tickethttp://projects.scipy.org/scipy/ticket/1521 on 2011-09-16 by
trac user SteveDoyle, assigned to unknown._
Running the following program will always return an exit code of 0.
import sys
import scipy.interpolate as si
sys.exit(2)
This bug is probably similar ticket gh-1840.
I'm using scipy 0.7.1 ... |
_Original tickethttp://projects.scipy.org/scipy/ticket/1314 on 2010-10-18 by
trac user markMiscavage, assigned to @wnbell._
I have this bug in a larger program but I've narrowed it down to a script
consisting of just :
import sys
import scipy.sparse.sparsetools
sys.exit("EXIT")
This wil... | 1 |
The `_msearch` API currently doesn't allow you to specify a timeout parameter
in the header of each request.
This is problematic given that long running queries can easily swamp an ES
node.
Recommend that we add timeout to the API which is specified per request in
milliseconds for consistency with the timeout param... |
The `_msearch` API doesn't accept the same header parameters than `_search`'s
query parameters.
For instance `version` is both valid in the search body and query parameters
for `_search`, but is ignored in the query parameters and header in
`_msearch`.
`MultiSearchRequest.add()` should rely on
`RestSearchAction.pa... | 1 |
I'm experiencing a rather random segmentation fault in Julia 1.7.1 running a
script using Plots.jl on a macOS Apple Silicon machine. I'm not sure where to
start to isolate the problem.
signal (11): Segmentation fault: 11
in expression starting at /Users/gong/GitHub/covid19/plot_covid19.jl:95
^ ... |
I can reproduce it reliably, and have tracked it down to what seems like an
ARM code generation bug.
julia> versioninfo()
Julia Version 1.7.0
Commit 3bf9d17731 (2021-11-30 12:12 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin21.1.0)
CPU: Apple M1 Max
WORD_SIZE: 64
... | 1 |
**Martin Probst** opened **SPR-4630** and commented
When a MethodInvokingJob scheduled by Quartz throws an exception, the error is
logged twice, once at WARN level by the MethodInvokingJob wrapper, and once at
INFO by Quartz.
This is because the MethodInvokingJob catches all exceptions thrown by the
invoked method... |
**Costin Leau** opened **SPR-6844** and commented
The code path for annotation-based servlet and portlet controllers has some
"hot spots" that could be improved.
* * *
**Affects:** 3.0 GA
**Attachments:**
* patch.diff ( _6.54 kB_ )
**Issue Links:**
* #12359 improve the process of finding actual methods fo... | 0 |
### Description
#### Background
The new Dynamic Task Mapping feature adds the attribute `map_index` to the
`TaskInstance` class. When viewing information for a single mapped task
instance, you must select based on this `map_index`, e.g. an integer value
`0`, `1`, `2`, ... `n`.
However, task instances can be mapped... |
### Description
Airflow currently exposes `map_index` to the user as a way of distinguishing
between tasks in an expansion. The index is unlikely to be meaningful to the
user. They probably have their own label for this action. I'm requesting that
we allow them to add that label.
To see the problem, consider a dag ... | 1 |
Currently there is no way to force printing into landscape. This means I have
to offer my users portrait/landscape choice in the UI so I can render my print
output for the correct size and then hope the user goes into their printer
settings after printing has been triggered to choose landscape there too.
|
* Electron version: 1.4.5
* Operating system: All
1- There are only 2 options when it comes to print: silent and
printBackground, there are plenty more options, like margins, copies, etc in
the print window (Ctrl+P), that could be sent using _webContents.print()_
2- Access to print queue, to know if the printer... | 1 |
### Apache Airflow version
2.2.1
### What happened
When I try to backfill using `airflow dags backfill ...`, the 'Run' shows
running but the tasks are stuck in scheduled state forever.
1. Code for DAG to reproduce the problem
import time
from datetime import timedelta
import pendulum... |
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
I am using airlfow 2.3.2 on EKS 1.22, the airflow service on EKS was launched
by making minor modifications in official helm chart regarding replicas and
resources. It is observed that the memory utilization by scheduler po... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.