text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 3.3.6
I do not have symfony/templating installed.

The fir... |
**Description**
Unless I'm overlooking something, the internationalized routing as introduced
in Symfony 4.1 has no fallback locale. We use 5 different locales within our
application: nl_NL, nl_BE, en_GB, en_US and de_DE. We use a custom event
listener to set the `_locale` value in the request. So we only use "ful... | 0 |
Deno doesn't seem to have a way to do a POST fetch that includes an openssl
cert file and key? This is how it would be done in Python
#!/usr/bin/env python
import requests
payload = 'username=myusername&password=password'
headers = {Content-Type': 'application/x-www-form-urlenc... |
Just like `curl --cert <file.pem>`.
Now the way to solve this problem in deno is: curl. But this method is not
cross-platform.
| 1 |
**Rich Kroll** opened **SPR-6486** and commented
I have a URI template in the form of "/hotels/{hotel}/bookings/{booking}", and
can access the path variables in the controller via `@PathVariable`, but when
building links in the view I need a reference to the different path variables.
As an example, let's say the u... |
**Karl Moore** opened **SPR-2770** and commented
The example code in the Lookup method injection section (3.3.8.1) doesn't
compile. There are duplicate local variables, the abstract method returns the
wrong type, its got the wrong method name and the class isn't abstract. I
think the code should look something like... | 0 |
### Bug report
the program .py written in spyder3.3.3 can't run in spyder3.3.6. It seems that
the command axes[].plot() from matplotlib has sth wrong in spyder3.3.6. The
alarm messenge is : tuple index out of range
I report the probelm to the admin of spyder. He reply me that it is the
problem in matplotlib not in... |
### Bug report
**Bug summary**
I have reported the issue in details here
basically after an upgrade to `3.1.1` it drops the error:
> IndexError: tuple index out of range
all other details inclduing the CSV file and code are in the above link.
| 1 |
Hi there
Not sure if this would even be possible but I'm going to put it out there.
Maybe there's a way of setting bootstrap up to do this.
Lots of issues come up for me - eg I can't use background image 100% for IE8
and below even though this is useful for responsive websites. I notice someone
else having issues w... |
NOTE ( This is practically a duplicate of my response to someone elses pull
made in the past few weeks regarding icons. I figured we should really get the
discussion started. My opinions are my own and subject to change. )
Color, visual size and other issues brought up by the community could be
irrelevant if bootstr... | 0 |
I have the following options blacklisted
"blacklist": [
'regenerator',
'es6.constants',
'es6.forOf',
]
Specifically - since I'm using chrome, no need to transform the supported
const keyword.
I wrote a function that looks like this:
const ... |
Hi, I use `node@4.0.0`, so I add `es6.blockScoping` to babel blacklist, but an
error occurred.
The code:
function getFetchData(component = {}) {
if (component.WrappedComponent) {
return getFetchData(component.WrappedComponent);
}
return component.fetchData;
}
Compile:
... | 1 |
// 1. input `w,`
w
window,
// 2. input `window`, move caret to line head by using arrow key, input `!`
window
window!window
|
interface I {
property1: number;
property2: string;
}
var x: I = {
/**/property1
}
Both `property1` and `property2` are suggested at that position even though it
currently exists in the object literal. To make this worse, if you commit with
`property1, you end up... | 1 |
Upgrading from 1.20.2 to 1.20.3 results in McAfee flagging and deleting
_common.cp37-win_amd64.pyd
"The Trojan named Artemis!AA5930A5315E was detected and deleted."
### Reproducing code example:
import numpy as np
### Error message:
Traceback (most recent call last):
File "", line 1, in
File "... |
### Steps to reproduce:
pip install numpy==1.20.3
### Not reproducible on :
pip install numpy==1.20.2
### Error message:

it states an issue with random_common.cp37-win_amd64.pyd
| 1 |
_To reproduce_
1. Open file from tree
2. Delete via tree
3. Close file tab
4. Atom crashes
_Versions_
OS X 10.9.5
Atom 0.144.0
_See images below for reproduction-flow and error message._


... | 1 |
**TypeScript Version:** 1.8.10 and higher
**Code**
Actual code that causes the problem can be found on this issue:
ReactiveX/rxjs#1637
# clone the repo
git clone git@github.com:ReactiveX/rxjs.git
# get PR branch
git fetch master pull/1637/head:pr-1637
git checkout pr-1637
... |
_From@vinod-a-ext on May 10, 2016 10:49_
* VSCode Version:Latest 1.1.0
* OS Version:windows
Steps to Reproduce:
1. In your controller inject a service/factory for a http call
2. press F12 (go to definition ) to visit the factory which results negative?
_Copied from original issue:microsoft/vscode#6238_
| 0 |
1. Open a file
2. Use ctrl+f to search
3. Type in your search term
What happens next:
You see `x results found for 'search term'` and need to manually press the
find button go to the first result. Or you need to know you can press enter
for that.
What I’d expect instead:
While typing, the view automatical... |
_From@andreicristianpetcu on December 14, 2014 23:59_
Hi,
Please add search as you type just like Eclipse STS
http://youtu.be/1lH7Zla5ubQ
Thank you for building Atom! :D
_Copied from original issue:atom/atom#4613_
| 1 |
The setting is shown below. This is the great place where I put stuff like
> .DS_Store
> *~
> *.swp

|
If I switch off the Exclude VCS Ignored Paths option in my preferences, paths
and files in my .gitignore file are still excluded from the tree view. I don't
want that.
| 1 |
`np.timedelta64(2,'h')` returns `numpy.timedelta64(2,'h')`, but
`np.timedelta64(np.int64(2),'h')` returns:
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-75-fd40c0d8eac0> in <... |
timedelta64 only accepts timedeltas of type int; it does not support
timedeltas of other int types, such as int64.
| 1 |
My tests fail due to a segfault.
I am not sure if I am doing 'something unsafe', but I am pretty sure the tests
were almost identical on 0.7beta where things went fine.
https://discourse.julialang.org/t/segmentation-fault-on-0-7/13065/2
any ideas?
the error occurs on 0.7, 1.0 and 1.1 too
https://travis-ci.org/k... |
While updating Homebrew's Julia to 1.7.0 (cf. Homebrew/homebrew-core#90194), I
found that running `Base.runtests("core")` fails with
Error in testset core:
Test Failed at /usr/local/Cellar/julia/1.7.0/share/julia/test/core.jl:3519
Expression: (Vararg{Int, N} where N <: T) where T
... | 0 |
### Current Behavior:
postinstall script not executed
### Expected Behavior:
postinstall script should be executed.
### Steps To Reproduce:
1. Set up a VM you can trash later (the package modifies your global configuration)
2. Create directory `/opt/iobroker`, enter it
3. run `npm i iobroker@latest` as roo... |
### Current Behavior:
I'm making a global cli tool that asks you for your language preference upon
install but since NPM 7 it doesn't run the postinstall script anymore
### Expected Behavior:
In NPM 6 it works just fine
### Steps To Reproduce:
npm i -g dnd
### Environment:
macOS Big Sur, npm 7
| 1 |
**TypeScript Version:**
1.8.9
**React Version:**
15.0.0
**Code**
import * as React from 'react';
import * as ReactDOM from 'react-dom';
let test = {a: 1, b: 2};
ReactDOM.render(
<div {...test} />,
document.getElementById('app')
);
**Actual behavior:**
B... |
I have a file that will be evaluated by Nashorn. Nashorn has a global function
called `print`. Therefore I declare it like so:
declare var print: (_: string) => void;
When I compile, I get:
.../node_modules/typescript/lib/lib.d.ts(16887,18): error TS2300: Duplicate identifier 'prin... | 0 |
import scrapy
class MyItem(scrapy.Item):
item1 = scrapy.Field()
item_url = scrapy.Field()
item_address = scrapy.Field()
item_list = scrapy.Field()
class MyLoader(scrapy.contrib.loader.ItemLoader):
default_output_processor = TakeFirst()
... |
Hi, following code snippet does not work as i expected:
In [2]: from scrapy.contrib.loader import ItemLoader
In [3]:
In [3]: from scrapy.item import Item, Field
In [4]:
In [4]: class Product(Item):
...: name = Field()
...: comment = Fi... | 1 |
I'm having a problem.
I can't write the **@-symbol** anywhere in the atom interface. I'm on
Windows7. To write a **@** I need to press **AltGr+Q** (I use a _QWERTZ_
-keyboard, AltGr is the right Alt key). I can write the **euro-symbol** (€)
which is **AltGr+E**.
Also when I want to write the **-symbol** it collaps... |
> Atom doesn't handle keyboards with Right Alt (i.e. AltGr). This is a very
> basic mistake. I have a Hungarian keyboard layout, I can only write specific
> keys like "|" (pipe) by pressing Right Alt (AltGr) and then W, which Atom
> doesn't recognize and treat like Alt-W or something?
> The point is there are some... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.1
* Operating System version: mac 10.14
* Java version: 12
### Steps to reproduce this issue... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.6.2
* Operating System version: Win7
* Java version: 1.8
### Step to reproduce this issue
不支持... | 0 |
##### ISSUE TYPE
* Feature Idea
##### COMPONENT NAME
module_utils/powershell.ps1
##### ANSIBLE VERSION
v2.4
##### SUMMARY
The **win_nssm** module implements a parameter using a "dict" type as value.
This is currently unimplemented (and taken care of by the win_nssm module
itself). We should move this support... |
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
ansible 1.9.6
configured module search path = None
##### CONFIGURATION
##### OS / ENVIRONMENT
##### SUMMARY
Passing variables to roles from inventory-defined variables always results in
the `|defaul('')` case; even when the variable... | 0 |
The weekly build with nightly wheels from numpy and pandas
has failed. Check the logs for any updates that need to be
made in matplotlib.
https://github.com/matplotlib/matplotlib/actions/runs/3301901359
|
The weekly build with nightly wheels from numpy and pandas
has failed. Check the logs for any updates that need to be
made in matplotlib.
https://github.com/matplotlib/matplotlib/actions/runs/3163174215
| 1 |
/home/wj/anaconda2/bin/python2.7 /home/wj/PycharmProjects/untitled2/1.py
Files already downloaded and verified
Files already downloaded and verified
truck ship cat frog
[1, 2000] loss: 2.224
[1, 4000] loss: 1.857
[1, 6000] loss: 1.713
[1, 8000] loss: 1.607
[1, 10000] loss: 1.555
[1, 12000] loss: 1.4... |
`Traceback (most recent call last): File "trainval_net.py", line 322, in
<module> rois_label = fasterRCNN(im_data, im_info, gt_boxes, num_boxes) File
"/usr/local/lib/python2.7/dist-packages/torch/nn/modules/module.py", line 491,
in __call__ result = self.forward(*input, **kwargs) File "/home/faster-
rcnn.pytorch/lib/... | 1 |
I was messing around with boxed closures and stumbled upon this compiler
error:
src/main.rs:14:9: 14:43 error: internal compiler error: cannot relate bound region: ReScope(DestructionScope(24)) <= ReLateBound(DebruijnIndex { depth: 1 }, BrAnon(0))
src/main.rs:14 Class { methods: BTreeMap::n... |
I hit an internal compiler error with this weeks build. It occurs when I try
to build
https://github.com/Kintaro/wtftw/tree/1d8040fddfedfd3b111bb4d5a8466fcb8120e339
Error output and rustc version are below.
rustc 1.2.0-dev (`0fc0476` 2015-05-24) (built 2015-05-24)
Unfortunately, #25652 did not fix the issue. It's ... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.3
* Operating System version: Red Hat Enterprise Linux Server release 6.5
* Java version: jdk... |
* [√] 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.1
* Operating System version: centOS7
* Java version: 1.7
### Steps to reproduce thi... | 0 |
I tried installing the electron-prebuilt in corporate network and I get
CERT_UNTRUSTED error. I even modified the .npmrc file to accept
http://registry.npmjs.org/. Help me to fix this.
|
I have tried installing electron-prebuilt using npm however I run into errors
similar to this other user (electron/electron#1578).
| 1 |
Starting with this engine roll: #19322
|
Starting with this engine roll: #19322
| 1 |
D:\git\flutter>flutter doctor
Updating flutter tool...
The system can't find the route.
Error: Unable to 'pub upgrade' flutter tool. Retrying in five seconds...
| 0 | |
**Christopher Nichols** opened **SPR-7584** and commented
Lightly wordsmithing the original post from the forum.
"We recently upgraded from Spring 2.5.6 to Spring 3.0.2. We had "default-lazy-
init" set to true for the majority of the beans and didn't change those
settings with our Spring upgrade. However, we found... |
**gobreak** opened **SPR-2181** and commented
I have tried using JBossMQ and ActiveMQ to receive async message by
DefaultMessageListenerContainer.
Transaction Manager from JBoss are used and set properly as a bean property
for DefaultMessageListenerContainer.
To trigger the XA rollback, I throw a runtime excepti... | 0 |
# Description of the new feature/enhancement
Include panes keybindings by default
# Proposed technical implementation details (optional)
Current keybinding suggestion:
{ "command": "splitHorizontal", "keys": [ "alt+shift+-" ] },
{ "command": "splitVertical", "keys": [ "alt+shift+plus" ... |
# Environment
Windows build number: 10.0.18995.0
Windows Terminal version (if applicable): 0.5.2762.0
# Steps to reproduce
Open Terminal app.
# Expected behavior
Should not show a white border on the bottom of the window.
# Actual behavior
Shows a 1 pixel thin white border on the bottom ... | 0 |
Hi,
I am interested in using scatter_add when the tensor being update is not a
variable. Is this possible?
I am looking to do something like this:
`X1_ph = tf.placeholder(tf.float32, shape=(None, 3))`
`ind_ph = tf.placeholder(tf.int32, shape=(None))`
`#Z = tf.Variable(tf.zeros([10, 3]))`
`Z = tf.zeros([10, N_... |
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes
* OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 16.04
* Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: No idea
* Tenso... | 0 |
See screenshot for repro code, its much clearer.

Generated using grunt-typescript 0.6.1/typescript 1.4.1 with the following
config:
typescript: {
base: {
... |
Hi,
**TS Version** : 1.4
The following code:
var x: any;
/*
var bar;
*/
Emits the following JavaScript
var x;
/*
var bar;
var x: any;
/*
var bar;
Expected
var x;
/*
var bar;
*/
| 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
Sorry in advance if I didn't find any informations. If this behavior is
actually possible, please specify it in the README.
## Expected Behavior
Being able to use an IP (10.x.x.x) instead of localhost while using next dev.
... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I try to do
* Run production build use custom server with express
* Jest Test
## Current Behavior
* I can run next in development mode with `node server.js`
* Jest Test ( Jest is ok, run norma... | 0 |
_Original tickethttp://projects.scipy.org/numpy/ticket/2155 on 2012-06-11 by
trac user r0k3, assigned to @pierregm._
One gets an error while trying to pickle an object that contains a
MaskedConstant.
|
I've tried to build numpy with ATLAS 3.10. This version of ATLAS produces
instead of `libf77blas.so`, `liblapack.so`, and other libraries just
`lib{s,t}atlas.so`. Unfortunately numpy is not able to accept this change
(which results into numpy not being linked against ATLAS' libs).
I would provide patch for this but ... | 0 |
Series should be standardized with DataFrame and provide the same structural
infos methods, for example .info()
|
xref PR #17077
Now that a `cache` keyword has been added to `to_datetime`, ideally the
default should be set to `cache='infer'` which would inspect the input data to
determine whether caching would be a more efficient conversion.
From some research (here and here), date strings, especially ones with
timezones offse... | 0 |
## 🚀 Feature
Currently, the `DataParallel`-based approach for distributed training does not
support complex tensors. Some collective Operations (operations involving
communication between multiple nodes in a distributed training setup) that are
a part of the `torch.distributed` package are currently in the process ... |
## ❓ Questions and Help
Does JIT trace support the model with MKLDNN layout?
import torch
import torchvision
from torch.utils import mkldnn as mkldnn_utils
# An instance of your model.
model = torchvision.models.resnet18(pretrained=True)
# Switch the model to eval model
mo... | 0 |
Elasticsearch version 5.0 Alpha-2
JVM version 1.8.0_91
OS version Windows 7
**Description of the problem including expected versus actual behavior** :
Lucene throws the following error when running the Date Range query below.
Files to reproduce are attached.
IllegalArgumentException[field="inceptionDate" is unr... |
The static helpers on PointValues throws an exception if a leaf has points
indexed but not for the given field.
When using this function in es the exception is never caught which could lead
to error in search request or field stats request.
The problem has been fixed in Lucene:
https://issues.apache.org/jira/brow... | 1 |
While i'm using proxies just get always this error.
I've try several times at least i resolved by removing the "s" in the https:
proxy too as suggested in this topic:
I think this problem is related to the last version, because i've tried on an
older one and it works great.
## Solution Steps
import... |
With the upgrade to 2.5.3, my application suddenly broke. I've tracked it down
to a loss of headers. The response includes two "WWW-Authenticate" headers,
but only one is returned in the header list. This appears to be a urllib3 bug.
| 0 |
kube-down script delete VPC, subnet and igw, but not delete the DHCP option
set created in kube-up
|
After running kube-down I consistently see that it leaves the following
around:
* dhcp-options
* key-pair
| 1 |
Per @quinton-hoole's request, I'm attempting to chart a well established path
such that we can address some of the larger communications issues. Hopefully
this can serve as a jump point for the communications issues we wish to target
in the 1.3 cycle.
## Problem Statement
The **overhead** and data flow of the kuber... |
Currently we manually convert the yaml/json files embedded in markdown files.
To automate this process, we propose to add features to the kube-version-
change tool:
* we need to remove the default fields in the output of kube-version-change tool
* we need to add a flag to kube-version-change that commands the to... | 0 |
The file dialog opens from a renderer process, but most of the icons are
missing for the files and the folders.
screenshot
* Electron version: 0.37.2
* Operating system: OSX 10.11.4
|
I want to handle saving of a file to set the download path:
mainWindow.webContents.session.on('will-download', function(event, item) {
var filename = item.getFilename();
var savePath = require('dialog').showSaveDialog({
title: filename,
defaultPath: require('os').h... | 1 |
Examples:
class C<R>
{
value : R;
constructor(v? : R) { this.value = v }
}
// OK, no type error
var a : C<string> = new C("x");
// OK, type error
var b : C<string> = new C(1);
var c : C<string> = true ? new C("x") : new C(1);
var d : C<string> = new... |
Courtesy of @JsonFreeman
function f<T>(t: T): T { return null }
f(null);
When compiling with -noImplicitAny, we don't get an error here, even though T
is implicitly inferred to be any when we call f
| 1 |
I have a dataframe looks like this, and its column 2 is missing:

When I try to select the max date in each row, I got all NaN in return:

#### Problem description
I am trying to append a large DataFrame to a SQL table. Some of the rows in
the DataFrame are duplicates of those in the SQL table, some ar... | 0 |
##### System information (version)
* OpenCV => 3.3
* Operating System / Platform => Ubuntu 16.10
* Compiler => gcc 6.3
##### Detailed description
I created a DNN network in Keras, very similar to LeNet
(Conv->MaxPool->Conv->MaxPool->Conv->MaxPool->Flatten
(Reshape)->Dense->Output(2 classes, Softmax)
The las... |
##### System information (version)
* OpenCV => 3.4.1-dev (`0a6d190`)
* Operating System / Platform => Ubuntu 16.04 64 bits
* Compiler => gcc 5.4.0
##### Detailed description
Following code produces a segmentation fault when using:
`BFMatcher matcher = new BFMatcher();`
but not when using instead:
`Desc... | 0 |
Currently, the IAM Policy template for Kubernetes master grants `ec2:*`
permissions, which means the role have the API access to potentially terminate
other instances even if they are not in the Kubernetes cluster.
{
"Effect": "Allow",
"Action": ["ec2:*"],
"Resource": ... |
For example, the master currently has blanket permissions on ec2, and the
minion has write access to the s3 bucket, but only needs read access.
This may entail giving objects we create a prefix to enable stricter policies.
| 1 |
This is _not_ a feature request (for rest/spread operator) or a bug report
(that rest/spread doesn't work).
1. Is there a way to configure vscode today to suppress or otherwise not show as syntax errors the usage of the object spread operator?
2. If this is not possible, should we update the public documentation... |
es7 proposal : https://github.com/sebmarkbage/ecmascript-rest-spread
## Spread properties
### Typing
In my opinion the goal of this method is to be able to duplicate an object and
changing some props, so I think it's particularly important in this case to
not check duplicate property declaration :
v... | 1 |
I can't think of a reason why this method shouldn't be added, but I may be
missing something.
|
I wonder whether `collect()` isn't always equivalent to `Vector()`, and could
therefore be merged into it:
julia> methods(collect)
#3 methods for generic function "collect":
collect(r::Range{T<:Any}) at range.jl:753
collect{T}(::Type{T}, itr) at array.jl:217
collect(itr) at array.jl:224... | 1 |
A few days ago when I started I was able to use tab completion in the waypoint
editor (typing p then TAB would autocomoplete `<p></p>`) This behavior seems
to have stopped working.
|
Emmet auto-complete isn't functioning in the code editor. Everything _seems_
to be there in create-editor.js but something must be going wrong.
| 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
synchronize module
##### ANSIBLE VERSION
ansible 2.0.1.0
config file = /Users/duff/camp-ansible/ansible.local.cfg
configured module search path = Default w/o overrides
##### CONFIGURATION
Ansible config
timeout =... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
* ios_facts
* ansible_connection
##### ANSIBLE VERSION
ansible 2.4.0 (junos-tests-fix-port 8228b11b55) last updated 2017/08/01 08:35:32 (GMT -400)
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/Users/dn... | 0 |
**Assignees:**
* Windows @dbaeumer
* OS X @bgashler1
* Linux @joaomoreno
You can now bring up the diff editor on any 2 existing files by using the
command line in the form:
`code --diff <file1> <file2>`
* Verify this opens the diff editor on the provided files
* Verify this works for when code is runni... |
It's kind of feature request. Please add support for multiple folder open on
same window. It's really essential.
| 0 |
I assumed that failing file operations (`rm`, `'mkdir`, etc.) return a
`SystemError` when they fail. However, under certain circumstances they return
an undocumented `UVError`. This seems like an unintentional leak of an
implementation detail:
julia> try rm("a") catch err info(typeof(err)) end
INFO... |
julia> try
run(`false`)
catch err
dump(err)
end
ErrorException
msg: ASCIIString "failed process: Process(`false`, ProcessExited(1)) [1]"
julia> try
run(`foobar`)
catch err
dump(err)
end
... | 1 |
I‘m a webgl novice.I hope get some help about mouse picking. I want to do a
street view program with webgl.so,l create a SphereGeometry,and the camera
position is in the SphereGeometry.on the street view texture,I want to mark
the point where is picked by the mouse,but I can not get the point position
maybe because t... |
##### Description of the problem
In r83, a loaded `BufferGeometry` object would receive transforms, and apply
these transform matrices to their "position" `Float32Array`. However, in r84,
these transform matrices are no longer applied.
Here's a simple example where I apply a rotation matrix to duplicate a tree:
... | 0 |
#### Describe the workflow you want to enable
In some cases you need to use OrdinalEncoder even if the dataframe contains
NaN, which couldn't be done at current sklearn version. For instance, when
using KNNImputer to deal with missing values you need first change categorical
columns into numerical, otherwise it coul... |
We should allow NaNs to pass-through in `OrdinalEncoder`. One reason is for
supporting categorical features with NaNs in the `HistGradientBoosting `
estimators:
For the native categorical support, we require categories to be encoded as
done by `OrdinalEncoder`. Yet, `OrdinalEncoder` is unable to be fitted with
NaNs.... | 1 |
Axios Version : 0.19.x
Custom config passed by axios.create lost in the interceptor
const client = axios.create({custom1: 'xxx'})
client.interceptors.response.use(res => {
config.custom1 // undefined
config.custom2 // xxx
return res.data
})
client.get('/xxx', {custom2: '... |
**Describe the bug**
Custom settings are not persisted to each request
**To Reproduce**
var axios = require('axios')
var axios2 = axios.create({retry: true});
// should log "Retry is true"
axios2.interceptors.request.use(request => console.log('Retry is ' + request.retry));
axios2.g... | 1 |
**Mike Bingham** opened **SPR-7714** and commented
After upgrading to Spring 3.0.5, we've encountered a regression when
attempting to bind form inputs to nested map value properties with auto-grow.
To illustrate, in 3.0.5, the following test from BeanWrapperAutoGrowingTests
works:
`@Test`
public void setProperty... |
**marc schipperheyn** opened **SPR-8759** and commented
The getter return type (Map) is not the same as setter (Properties). Since
Spring 3.1, this is a problem. I get
org.springframework.beans.NotWritablePropertyException: Invalid property
'statusCodes' of bean class
[nl.project.interceptor.MySimpleExceptionResolv... | 0 |
### Is there an existing issue for this?
* I have searched the existing issues
### This issue exists in the latest npm version
* I am using the latest npm
### Current Behavior
Environment variables are resolved by npx instead of being left intact to be
dealt with by the invoked node executable.
... |
Continuously getting this error when using NPM-cli, executing the command "npm
ci":
10:58:07 + npm ci
10:58:34 npm ERR! cb() never called!
10:58:34
10:58:34 npm ERR! This is an error with npm itself. Please report this error
at:
10:58:34 npm ERR! https://npm.community
Would you please take a look? This is ... | 0 |
The CSV file storing the index for the FilesystemStorage of the profiler
contains duplicates for each request. Each request appears 3 times in the
index. This breaks the search as limiting to 10 results only gives me 4
results.
|
Hey guys-
After the annotations change, the `doctrine:generate:entity` task no longer
works. There are basically 2 problems:
1. No annotation prefix is set on the entity in the command. This is probably easily rectified by adding:
$entityGenerator->setAnnotationPrefix('ORM\\');
source:
https:... | 0 |
Currently, if you call the navigate function of the router within a component
constructor, 1 of 2 things happens. Either it changes the route just fine, or
it throws the following runtime error:
TypeError: Cannot read property 'constructor' of undefined
An error is ONLY thrown if the project includes a custom pipe.... |
When using a custom pipe inside of an `ng-switch-default` the pipe breaks with
the exception:
EXCEPTION: TypeError: Cannot read property 'constructor' of undefined in [null]
TypeError: Cannot read property 'constructor' of undefined
at Object.implementsOnDestroy (https://code.angularjs... | 1 |
I was playing around with unsafe blocks with the code listed below and it
failed with the following.
System Info:
rustc 1.0.0-nightly (d3732a12e 2015-02-06 23:30:17 +0000)
host: 3.18.5-1-ARCH
architecture: x86_64
Example:
extern crate libc;
pub struct TestBuffer<T> {
... |
Input:
struct T(u8);
fn t() -> *mut T {
unsafe { 0u8 as *mut T }
}
fn main() {
let a = unsafe { *t() };
}
Output:
$ rustc ../test.rs
../test.rs:9:19: 9:23 error: internal compiler error: this path should not cause illegal move
../test.r... | 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
* **Electron Version:**
* 9.... |
* Electron version: 1.7.9
* Operating system:
win7 X64
The width of the new window is 768, the height is 480, the actual open window
width is 960, and the height is 600.
When I created a new window, the actual size of the window was always about
1.25 times the size of the window, and I saw that the devicePi... | 0 |
Three different FIXMEs in `trans::tvec` suggest improvements to be made to do
with the representation types for vectors: "This is not the correct type" in
both `alloc_uniq_raw` and `duplicate_uniq`, and "Optimize this when the size
of the unit type is statically known" in `iter_vec_raw`.
|
A recent change broke this code:
use a::*;
use b::*;
mod a { pub fn foo() {} }
mod b { pub fn foo() {} }
This gives an error:
test.rs:4:5: 4:10 error: a value named `foo` has already been imported in this module
test.rs:4 use b::*;
This makes globs _a lot_ les... | 0 |
On one of the pages that I'm parsing I got:
File "/usr/local/lib/python2.7/dist-packages/requests/models.py", line 777, in
text
content = str(self.content, encoding, errors='replace')
LookupError: unknown encoding: ISO-LATIN-1
I think it would be more sensible to try a default encoding (utf-8 and
windows-1252 a... |
>>> url = 'http://dilbert.com'
>>> len(urllib2.urlopen(url).read())
30194
>>> len(requests.get(url).content)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "build/bdist.macosx-10.7-intel/egg/requests/models.py", line 713, in content
LookupError... | 1 |
My workers quite often fail to start properly when mingle is enabled with no
"celery@worker ready" message to be seen. Celery Flower also doesn't show the
worker as Online.
Celery 3.1.4 but has been happening in all versions of 3.1.x
|
why waiting so long to "sync with me"?
Following is the log:
[2013-11-25 16:54:23,396: INFO/MainProcess] Connected to
amqp://admin@rabbitmq_server:5672/zeus
[2013-11-25 16:54:23,421: INFO/MainProcess] mingle: searching for neighbors
[2013-11-25 16:54:23,564: INFO/MainProcess] normal@p-service-2 joined the
party... | 1 |
Challenge escaping-literal-quotes-in-strings has an issue.
User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36`.
In this challenge there is a single quote given in a single string that they
used the escape method for. The challen... |
I think You should not be so strict with the expression with which the random
number must be generated, forcing to use the expression
`Math.floor(Math.random( * (3 - 1 + 1)) + 1` (by the way is very silly -1+1 )
cuts creativity and interest in thinking in how to solve the problem the
expression `Math.floor(Math.rando... | 0 |
Came a across this very odd problem while trying to get difference between two
columns in a DataFrame of type datetime64. The following simple example
illustrates the problem:
df = pd.DataFrame({'A': pd.date_range('20150301', '20150304'),
'B': pd.date_range('20150303', '20150306')},... |
I have a hd5store that accumulates data by batch. However the batches overlap
and I want to just add the new rows..
The data is in a table with a major index of event timestamp. I can assume the
new batch has complete data for the first day so all I need to do is to remove
all rows with a timestamp >= min_new_date.... | 0 |
hello
When using the mighty groupby function, I found myself quite disappointed by
something:
indeed, it is very useful regarding operations, but one of the most basic one
is not mathematical.
It is about getting the values associated to a column (or series of columns)
per group.
Maybe I missed something about... |
Issues:
* `Index.difference` and `symmetric_difference` raise for mixed types (solved by #13514)
* `Index._get_consensus_name` incorrectly returns an empty index (solved by #13514)
* bug in `Index.union` for non-unique indexes (see comment)
* bug in `Index.intersection` for non-unique indexes (same comment)
... | 0 |
## Bug Report
**Current behavior**
A clear and concise description of the behavior.
* REPL, Codesandbox, or GitHub Repo helps!
**Input Code**
function from(x) {
return x === x[Symbol.iterator]() ? Array.from(x) : x;
}
export default from;
**Expected behavior**
The above is a va... |
### 💻
* Would you like to work on a fix?
### How are you using Babel?
@babel/eslint-parser
### Input code
`@babel/eslint-parser` fails if Babel config in the host project relies on any
preset / plugin using `parserOverride`. This happens because `@babel/eslint-
parser` itself uses it to capture Babel options.... | 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 an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
4.1.1
... |
* Electron version: 1.7.8
* Operating system: macOS sierra, windows7, windows10
### Expected behavior
Refreshing the page does not effect other opened windows.
### Actual behavior
Refreshing the page will close other windows.
### How to reproduce
Open a new BrowserWindow and refresh the main window then the... | 0 |
http://jquery.com/upgrade-guide/1.9/
|
Is jQuery v1.9 going to be supported?
| 1 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke-serial/1973/\n\nFailed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource: CPU)\n[k8s.io] [Serial] [Slow] ReplicationController Should scale from 5 pods to 3\npods and from 3 to 1 and verify decision stability {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:73\n Aug 12 10:17:36.640: timeout waiting 15m0s for pods size to be 3\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/autoscaling_utils.go:284\n \n\nPrevious issues for this test: #28657\n\n" | ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-serial/2033/\n\nFailed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource: CPU)\n[k8s.io] [Serial] [Slow] Deployment Should scale from 1 pod to 3 pods and from\n3 to 5 {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:49\n Aug 28 09:38:39.413: timeout waiting 15m0s for pods size to be 5\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/autoscaling_utils.go:284\n \n\nPrevious issues for this test: #30317\n\n" | 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
This is incredibly similar to #268... |
This is my simple code in index.js
globalShortcut.register("CmdOrCtrl+q", () => {
app.isQuiting = true;
app.quit();
})
This works fine. But when used via an azerty keyboard, CMD + A is triggering
the actions inside this block.
### Issue Details
* **El... | 1 |
**Context:**
* Playwright Version: 1.27.1
* Operating System: Mac
* Node.js version: n/a
* Visual Studio Code version: 1.73.0
* Playwright for VSCode extension version: 1.0.1
* Browser: All
Hi - question about VSCode extension support for python (or other languages).
I am commenting here since the Q&A ... |
i know playwright test is only available for nodejs, but some of the features
in this extension would be useful when using playwright with other languages,
such as the "Enable Playwright Debug" button
| 1 |
Currently routing and ID values can be passed in the query string and url
respectively, but they can also be extracted from fields within the document.
This has a significant performance impact because each doc needs to be parsed
on the node which receives the index/get/update/delete request in order to
know which n... |
**Describe the feature** :
> The way it works is that Elasticsearch keeps track of the 256 most recently
> used filters, and only caches those that appear 5 times or more in this
> history.
We currently tracks 256 in the history and caches only those that appear 5
times or more in the history, so it will end up ca... | 0 |
I am incorrectly getting the following error, **"This can only be used with
ES6. Make sure to have a jsconfig.json-file which sets the target to ES6"**.
Furthermore, I think I may have stumbled upon a weird case where if the start
of the file name is "temp" as in "temp.js", "temporary.js", or "temp123.js" it
will ca... |
Hi.
Thanks for your product, I really enjoy using it. However I have one problem:
When using ES6 features, like the arrow functions, I get the message "This can
only be used with ES6. Make sure to have a jsconfig.json-file which sets the
target to ES6".
However I have a `jsconfig.json`-file in my root (the folder... | 1 |
##### System information (version)
* OpenCV => 4.1.1
* Operating System / Platform => Ubuntu 18.04
* Compiler => Python 3.6
##### Detailed description
Documentation for `cv2.randn` says _Fills the array with normally distributed
random numbers_ , so I expect it to fill whole array, but it actually works
only... |
We seem to have found a bug in the JPEG image reading code (which is new in
3.1)
in the EXIF parsing functions.
The EXIF parser hangs in reading the JPEG orientation tag, and the
imread() function does not return (explanation see below) and hangs.
Probably the jpeg file was created wrong, but opencv should not... | 0 |
For my time propagation of PDEs, I need to find the eigenvectors/-values of a
Krylov subspace matrix, every step (see e.g. my fork of Krylov.jl). As it is
now, e.g. stegr! allocates the work and output arrays, every time. I wonder if
there are any plans to provide for those functions who need it, a split
version? I m... |
Some new `convert` method definitions cause substantial invalidation due to
usage of `convert` in constructors. A good example is
`Pkg.Operations.load_direct_deps`:
julia> using Pkg, Cthulhu
julia> descend(Pkg.Operations.load_direct_deps, (Pkg.Types.Context,))
From here, you can navigate to t... | 0 |
Currently, the DllPlugin and DllReferencePlugin allows loading external
modules from separately generated bundles. The problem is that we need to
provide a manifest with all the modules being bundled **at the time of
bundling**. This is limiting in certain scenarios, where we would like to
dynamically load modules wh... |
# Bug report
**What is the current behavior?**
Progress message showing weird: percent building modules message show many
space. maybe issue due to nextMessage lineCaretPosition computed incorrect.
**If the current behavior is a bug, please provide the steps to reproduce.**
Env: win10+vscode + vue-cli (with lat... | 0 |
**TypeScript Version:**
1.8.9
**Code**
interface I {
m: string | {a: string};
}
var x: I;
var y: string;
if (typeof x.m === 'string') {
y = x.m;
} else {
y = x.m.a;
}
**Expected behavior:**
no compile errors
**Actual behavior:**
test.ts(7,5): err... |
I just found out that property access expressions doesn't work on type
predicate functions and `instanceof` type guards.
class A {
propA: number;
}
class B {
propB: number;
}
class C {
propC: A;
}
declare function isA(p1: any): p1 is D;
... | 1 |
Theano has supported multiple GPUs since v0.8.0.
(cf. Using multiple GPUs — Theano 0.8.0 documentation )
Does Keras also support using multiple GPUs?
For example, can I run the below task?
1. Learn a sequential model A on gpu0
2. Learn a sequential model B on gpu1
3. Merge A and B on gpu0
|
how can I use center loss in keras?
| 0 |
There is one feature in Sublime Text 2 that I often use and it really makes my
day. It has the option to save all of your open tabs and window setup as a
'Project'. This really comes in handy as a designer working on applications
that have multiple views and scss files. It saves the project as 'project
name.sublime-p... |
In Sublime I can have multiple folders in the side bar. If Atom already has
this, I haven't been able to figure out how to do it.
. The popover contains an HTML table to
format the text and image and is brought in via a PHP require() statement.
The line of HTML used for this is as follows:
<span id="popover1" data-toggle="popover" ... |
I have a problem with the way the button setState method works.
I have a project in which I am using a bootstrap button in a modal dialog,
where the button's click action is to submit the form to a given URL, then
close the dialog, with no further action allowed on the dialog. The desired
result is that once a user ... | 0 |
Julia 0.5 has removed all support for cloning private repos on Windows. In
previous versions one could always clone private repos via SSH remote URLs,
but support for the git protocol seems entirely removed. Cloning private repos
via https also doesn't work on Windows, I get the following error:
ERROR:... |
~~#5252~~ #6668 added support for github two-factor authentication. However,
the implementation is a bit ugly: in the worst case, the user has to enter her
password 4 times(!).
The nicest way to handle this would probably be to implement a `getpasswd` (or
`getpass`) function, which reads in a password without echoi... | 1 |
`rustdoc` unusually repeats a doc comment twice when it is outside an external
module. Check out alxgnon/docrepeat for an example of the bug in action.
I previously fixed this issue for Rust's documentation with #13812, by simply
moving the problematic doc comments.
However, #13812 does not fix the issue with `rust... |
This should generate at least a warning. `warn(type_limits)` might be
appropriate.
pub fn main() {
let x: u64 = -1;
println!("x = {}", x);
}
| 0 |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** :
Yes, see below.
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** :
Ubuntu 16.04
* **TensorFlow installed from (source or binary)** :
Source
* **TensorFlow versio... |
* * *
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No. Simply calling "import tensorflow" already crashes.
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Raspbian GNU/Linux 9 (Stretch)
* **TensorFlow installed fr... | 0 |
# Overview
The main features of the new Completion Suggester are:
* **Near real-time** \- ensures no deleted docs are ever suggested (addresses #7761), allows returning arbitrary fields as payload
* **Flexible scoring** \- exposed through the new geo scorer (addresses #6444 (comment), #4759)
* **Flexible filt... |
org.apache.lucene.index.MergePolicy$MergeException:
java.lang.NullPointerException
at
org.elasticsearch.index.merge.scheduler.ConcurrentMergeSchedulerProvider$CustomConcurrentMergeScheduler.handleMergeException(ConcurrentMergeSchedulerProvider.java:99)
at
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThre... | 0 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-slow/6632/\n\nFailed: [k8s.io] Pod Disks should schedule a pod w/ a readonly PD on two\nhosts, then remove both. [Slow] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/pd.go:179\n Expected error:\n <*errors.errorString | 0xc8200e00c0>: {\n s: \"timed out waiting for the condition\",\n }\n timed out waiting for the condition\n not to have occurred\n \n\n" |
12500 might be too large for, say, an n1-standard-4 master which has 3G of ram
(i.e I don't think the estimate of: an object+metadata needed by etcd +
duplication in apiserver cache = 256k is always going to be accurate). I think
we came across a case where just 10,000 failed pods were enough to oom master
components... | 0 |
### Bug summary
If you contour a uniform field i.e. `ax.contour(z=[[1, 1], [1,1]]))` it works
fine, although the output is not very interesting. If you add a colorbar to
this, you receive an error. Without the colorbar call there is no error.
### Code for reproduction
import matplotlib.pyplot as plt
... |
It would be great if you could copy the functionality as it exists in Matlab:
In the toolbar there is a 'Data Cursor' button.
This allows you to click on data points on the plot and it shows values.
It also allows you to move around the plot by using the arrow keys.
This is really helpful for scanning sample ... | 0 |
When element on which the tooltip is created is removed from the DOM. Html for
the corresponding tooltip is not remove from DOM and it remains on the page.
Possible solution (quick and dirty :) ) :
I added the following code to init of the plugin and it worked for my
situation
this.$element.on('remove', this, fu... |
Example:
http://jsfiddle.net/eduardojribeiro/fScua/297/
| 1 |
* 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
@tkqubo @thasner @kenzierock... |
Can we move @types/react from dependency to peerDependency?
I'm experiencing a issue where I have react@16 and it's typings, but
types/react-redux installs react@15 typings as dependency which results many
compiler errors and red underlines in VS Code.
I think that we can solve the issue using @types/react as peerD... | 1 |
In the ES 5 alphas we have some awesome bootstrap checks. However when you
start ES as a service, eg `service elasticsearch start` and haven't completed
those, it gives;
* Starting Elasticsearch Server ... |
Hi.
I would like not to get some of the fields from the response of an API
request, since it's killing my CPU time at deserialization of the JSON in the
client, I commented the fields that I don't want to receive, Is it possible?
First aggregation is date_histogram, inner aggregation is top_hits, What i've
tried to... | 0 |
### Apache Airflow version
2.3.2 (latest released)
### What happened
Using the provided minimal example, `task_instance` (i.e., `ti`) is accessible
when using `PythonOperator` but fails when using `PythonVirtualenvOperator`.
### What you think should happen instead
I would expect `PythonOperator` and `PythonVirt... |
**Apache Airflow version** : 1.10.13
**Environment** : Docker (Ubuntu 18.4 - Python 3.7)
* Cloud provider or hardware configuration: Azure
* OS (e.g. from /etc/os-release): Docker (Ubuntu 18.4 - Python 3.7)
* Kernel (e.g. uname -a): Docker (Ubuntu 18.4 - Python 3.7)
* Install tools: N/A
* Others: N/A
**W... | 1 |
When I execute a command like
> sns.pairplot(x, hue = 'species', diag_kind='kde')
The following error is raised:
> TypeError: slice indices must be integers or None or have an **index**
> method
This happens after upgrading to matplotlib 2.0. If I remove the diag_kind
argument, the function executes.
|
when I run the demo Example:
>>> import numpy as np; np.random.seed(10)
>>> import seaborn as sns; sns.set(color_codes=True)
>>> mean, cov = [0, 2], [(1, .5), (.5, 1)]
>>> x, y = np.random.multivariate_normal(mean, cov, size=50).T
>>> ax = sns.kdeplot(x)
it report an error as belo... | 1 |
I would love to see a live preview of the changes i make to the configuration,
so i don't have to go to each components page edit in the color via dev tools
and copy them and then paste them into the customizer.
If a live preview might not be possible, maybe provide a preview button so you
can preview your design w... |
Is possible include an official bootstrap theme maker tool (updated) like
http://www.stylebootstrap.info/index.php or http://fancyboot.designspebam.com/
or http://pikock.github.io/bootstrap-magic/app/index.html on the official web
site?
This would be an amazing tool for everyone!
| 1 |
## 🐛 Bug
ONNX exporter gets tripped by a model using `nn.Sequential` and `nn.Embedding`
when the embedding layer is stored as a class property. The generated onnx
file is malformed: it has an initializer for the user-defined input. The
initializer used is the weight metrix of the embedding table.
The embedding tab... |
## 🐛 Bug
The tracer in onnx exporter is failing with an assertion error in the
exporter.
## To Reproduce
Steps to reproduce the behavior:
1. define a model:
class SomeModel(nn.Module):
def __init__(self):
super(SomeModel, self).__init__()
dim = 5
... | 1 |
When setting `url_prefix` in `app.register_blueprint` it does not update the
blueprints `url_prefix` property.
Not sure if this is a bug or intentional but seems odd.
* * *
Example:
**app.py**
from flask import Flask
import bp
def create_app():
app = Flask(__name__)
... |
Nested blueprints should be able to have the same name. Currently all
blueprints are registered under their own name, however for a nested blueprint
id expected it to use the `<parent_name>.<child_name>`
from pprint import pprint
import flask
app = flask.Flask(__name__)
view_bp = ... | 1 |
This issue is carried over from JuliaLang/IJulia.jl#116.
It would be useful at times to have a means of suppressing warnings such as
the example below without suppressing errors.
@staticfloat has expressed interest in this issue, as has @StefanKarpinski.
/base/util.jl lines 418:446 contains what looks like the seed... |
I got the above error locally with #40996, which I have never seen before.
CI sees it too, here:
https://build.julialang.org/#/builders/7/builds/5932/steps/5/logs/stdio
(`17f851b`)
arrayops (5) | failed at 2021-11-13T02:50:50.671
Error During Test at /buildworker/... | 0 |
# Bug report
## Describe the bug
Upgrading to Next 9.0 from 8.1 breaks any Jest tests for components that use
dynamic imports syntax (not using `next/dynamic`) :
● OurComponent › test
Not supported
78 | public componentDidMount(): void {
79 | if (this.ref... |
# Bug report
Since upgrading to v9 I've run into several issues that stop the deployment,
the app runs fine with `now dev` . This includes
* can't load grpc
* self register bug
* both avoided when setting grpc to external in custom webpack config as mentioned
* can't use latest firebase - produces `pages... | 0 |
This has happened in the last 5 html exercises.
These are lines 42 to 46.
1. flea treatment
2. thunder
3. other cats
If I click within the last LI's text my insertion point appears within the LI
tag itself. If I then press a letter key the letter will appear after the
closing OL tag. After pressing backspace... |
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 |
Challenge http://www.freecodecamp.com/challenges/waypoint-add-images-to-your-
website has an issue. Please describe how to reproduce it, and include links
to screenshots if possible.
When I complete the challenge it takes me to this challenge:
http://www.freecodecamp.com/challenges/waypoint-manipulate-arrays-with-s... |
Challenge http://www.freecodecamp.com/challenges/waypoint-add-images-to-your-
website has an issue. When you complete it and click the button to go to the
next challenge, it redirects you to:
http://www.freecodecamp.com/challenges/waypoint-manipulate-arrays-with-push
Instead it should redirect you to the correct way... | 1 |
It is very common use case when user wants to add reference of module file
(external file) by dragging and dropping it to editor. But right now VScode is
not supporting this feature. When user try to drag a file from the explorer
window it is opening that file in the editor.
In the below screen shout you can compare... |
* VSCode Version: 1.1.1
* OS Version: Windows 10
Steps to Reproduce:
if we have two or more functions with the same name, there is no syntax
highlighting error !!

is this feature not yet availab... | 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
13.1.2
### What opera... |
Can the documentation clearly state how to comprehensively prevent the user
from accessing the dev tools.
remove from top menu
remove toggle code when app starts up so it's initially hidden
What else must I do? Perhaps this should be in the documentation.
I read in a few places about handling the --remote-debu... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.