text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No. Built for iOS using provided scripts. Defined ops to be included in build as documented (using `ops_to_register.h`).
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Bu... |
### 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)** : Google Colab
* **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device** : N/A... | 0 |
Dear Fabien,
Thank you for uploading your slides on the symphony hack day in Berlin.
I played around with the expression language and the got the error, that in
the router the request is missing.
I created a fork of symfony standard to reproduce the problem:
https://github.com/sebastianblum/symfony-standard/tr... | Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
Symfony version | all
When upgrading an app to Symfony 3.3 beta, an exception is triggered when
using the `framework.trusted_proxies` option. I guess this BC break is OK
because security, etc. But as you can see, the Console comp... | 0 |
# Environment
Windows build number: 10.0.18362.356
PowerToys version: 0.11.0
# Steps to reproduce
Install using MSI and try to launch PowerToys using any of the available
shortcuts.
# Expected behavior
Expecting PowerToys to open / load.
# Actual behavior
My monitors flicker briefly and ... |
# Environment
Windows build number: 10.0.18362.32
PowerToys version: 0.11.0
PowerToy module for which you are reporting the bug (if applicable):
# Steps to reproduce
Reboot.
# Expected behavior
An icon should appear in system tray, on which I can double click to open the
main window. ... | 1 |
**TypeScript Version:**
1.8.0
**Code**
interface A {
name: string;
age: number;
}
interface AExtension {
name?: string;
age?: number;
}
interface B {
key: string;
value: boolean;
}
interface BExtension {
k... |
smile:before {
content: "\200B";
}
Is compressed to
smile:before {
content: "200B";
}
mgechev/angular-seed#390
| 0 |
I was beating my head against the wall trying to figure out what I was doing
wrong because this clearly was not unrolling my loop.
`*for="field of fields"` of course needs to be `*for="#field of fields"` >_<
Silently failing here seems bad. The for directive should at least check at
runtime that it is receiving a v... |
**I'm submitting a ...** (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 0 |
I've created a navbar fixed to top and some content. When the modal is shown,
a white 15px margin appears on the right side that pushes the content left.
 the entire content will slightly
move to the left on mac OS (haven't tried it on windows yet). With the active
modal the scrollbar seem to disappear, while the content width still changes.
You can observer the problem on the bootstrap pa... | 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
ec2_group
##### ANSIBLE VERSION
ansible 2.4.2.0
config file = /home/jwitkowski/throtle-ansible/ansible.cfg
configured module search path = [u'/home/jwitkowski/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ans... |
Trying to register multiple variables in YAML array syntax:
kk:playbooks kris$ cat p.yml
# vim:ft=ansible:
\- hosts: server
user: root
tasks:
- name: test something
command: echo test
register:
- a
- b
- debug: var=a
... | 0 |
Hi guys,
in the latest javascript file of bootstrap is an error in my opinion... (in
all 3.0.x versions)
The problem is in the Collapse.prototype.show function.
Especially because of the 'collapsing' transition. Here you remove the
'collapse' class, because you are adding 'collapsing'. But after this step is
co... |
Hi there,
i'm new to github so i hope i make not so much mistakes.
Here i have a demo of the problem:
http://jsfiddle.net/W6hPs/6/
i think the tab-plane has overflow:auto; and if the button group is dropped
down the tab-plane don't get bigger. with overflow:visible; is it fixed. But i
don't know the future issues... | 0 |
## Bug
Start to get protobuf error recently on Windows.
Haven't take a deep look yet but it sounds like an issue for compiling
`torch.pb` with a different version of protobuf.
I'm using a system installed protobuf.
Does it use a different protobuf from somewhere else (e.g. pip package or git
submodule)?
Error ... |
Hi. Please suggest how to:
1. train a model in pytorch, save it on disk.
2. load the model in c++, call model:forward() several times without loading the model each time
| 0 |
Something like this should really produce a better error message:
mod foo {
extern mod extra;
use foo::extra; ... |
Example:
Foo {a: 1, b: 2, c: 3,
d: 4, e: 5}
if you indent the second line, it will work and result in:
Foo {a: 1, b: 2, c: 3,
d: 4, e: 5}
However, if there were a space after the '{':
Foo { a: 1, b: 2, c: 3,
d: 4, e: 5}
you would expect p... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.6, 2.7.7
* Operating System version: macOS 10.14.1
* Java version: 1.8.0_222
### Steps to re... |
* 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.5.3
* Operating System version: centos
* Java version: 1.8
### Steps to reproduce this issue
... | 0 |
On, my local machine macOS 10.12.1 `babel-register` works fine under Node
4.3.2. On Travis, it works fine under Node versions 6, 6.1 and 5.11, but for
some reason, during the Travis build/test under Node 4.3.2, it just can't find
`babel-runtime/regenerator`.
Here is my package.json.
Here is the raw Travis log:
... |
## Bug Report
**Current behavior**
* REPL, Codesandbox, or GitHub Repo helps!
Github repo
https://github.com/marcusjwhelan/dockerReact
**Input Code**
Startup without docker
npm run start
This works and all the development process continues with hot reload just
fine.
However if I try to run t... | 0 |
##### System information (version)
* OpenCV => 3.4
* Operating System / Platform => Windows 64 Bit
* Compiler => Visual Studio 2019
##### Detailed description
I use cmake to build opencv 3.4, and there is a warning about OpenCV_RUNTIME.
CMake Warning at cmake/OpenCVDetectCXXCompiler.cmake:147 ... |
### System Information
Version:
opencv-python 4.7.0.72
here is the image:
`https://s3.ap-
northeast-2.amazonaws.com/com.liveschole/common/1679969040122.png`
here is the code.
img_path = <download image path>
img = cv2.imread(img_path)
here is the error code.
`libpng error: Read Error... | 0 |
Rust should support a no extra attribute and flag. This would be useful for me
so I could:
* compile my own hacked version of extra like `rustc rust/src/libextra/extra.rs --output-dir .`
* compile a regressing benchmark like `rustc -L . -Z no-extra rust/src/test/bench/msgsend-mutex-arcs.rs -o mutex-bench`
* an... |
Once we can declare lifetime parameters, there is no reason not to permit them
in type bounds. Also, I am not entirely sure if the way we are handling them
is correct/sound. I've tagged places where such bounds appear with FIXMEs so
that I can look into them later.
* * *
Example:
trait Iterable<'a> {... | 0 |
Elastic Search Version: 0.90.1
Number of servers: 16
Nodes: 32 (2 nodes per server)
When using N/2+1 to set the "discovery.zen.minimum_master_nodes":
**discovery.zen.minimum_master_nodes: 17**
The node will never join the cluster. I can set it to:
**discovery.zen.minimum_master_nodes: 5**
And it joins, but s... |
If you have `minimum_master_nodes` set and you don't supply enough nodes in
`d.z.p.unicast.hosts`, a node can fail to join the cluster. Described at
http://thread.gmane.org/gmane.comp.search.elasticsearch.user/740.
| 1 |
Try this:
`x = Float16[2.3 4.3; 3.4 5.6]`
`svd(x)`
The returned eigenvectors and eigenvalues are in `Float32`. I think they
should be in `Float16`.
Compare to the behavior of `svd(x)` where `x` is `Float32`, or `Float64`. In
these cases the result has the same type of `x`.
|
At this point, Float16 is in a kind of weird limbo where it is sort of a
storage type but we keep haphazardly adding more and more functionality to it.
I think we really need to figure out where to draw the line here. Either we
severely limit the scope of Float16's functionality and stop using it in tests
for anythin... | 1 |
Using Django 1.4.3, django-celery 3.0.11 and celery 3.0.16. In settings
configuration I have USE_TZ=Yes and I am using redis as a queue manager.
After some time the server is running,
My celery is restarting every time showing this error:
[2013-05-06 04:00:01,586: ERROR/MainProcess] Unrecoverable err... |
I believe this issue is supposed to be fixed in the versions of DjCelery and
Celery I'm using, but I'm still getting TypeErrors thrown when I try any
variation of python manage.py celeryd
Of note, I'm also using Postgre 9.1.9 on Ubuntu and a Linode server.
Here's the traceback:
[2013-04-19 15:35:... | 1 |
### Bug report
**Bug summary**
When plotting with `%matplotlib notebook`, the canvas gets cropped to a small
section in the top left corner.
**Code for reproduction**
When running the following code:
%matplotlib notebook
import matplotlib.pyplot as plt
import numpy as np
fig, ax = ... |
### Bug report
**Bug summary**
A simple 3D scatter plot is not working on jupyter notebook when `%matplotlib
notebook` is enabled. However, it is working for `%matplotlib inline`
An extremely large, blank window appears that spans beyond the page.
**Code for reproduction**
%matplotlib notebook
... | 1 |
**Florian Rampp** opened **SPR-7383** and commented
The current implementations of ClientHttpRequestFactory (besides
SimpleClientHttpRequestFactory) only comprise CommonsClientHttpRequestFactory,
which depends on Jakarta Commons HttpClient. The successor of this is Apache
HttpComponents. See: http://hc.apache.org/ht... |
**Dave Syer** opened **SPR-7632** and commented
Allow valid file extension paths to be specified in DispatcherServlet. My use
case is
@RequestMapping(value = "/jobs/{jobName}", method = RequestMethod.GET)
I need .html and .json to be valid extensions (stripped off by the
dispatcher), but other .... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
replace module
##### ANSIBLE VERSION
ansible 2.3.1.0
config file = /home/klaus/.ansible.cfg
configured module search path = Default w/o overrides
python version = 2.7.13+ (default, Jul 19 2017, 18:15:03) [GCC 6.4.0 20170704]
... |
I'm able to ssh login to **10.10.24.127** without password, while running the
ansible playbook, I encountered the following error:
fatal: [10.10.24.127] => SSH encountered an unknown error. The output was:
OpenSSH_6.7p1 Ubuntu-5ubuntu1.3, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration ... | 0 |
Please:
* [x ] Check for duplicate issues.
* [ x] Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this:
This code generates a Traceback. If I replace `jax.opt.adam` with
`jax_opt.sgd`, it seems to work fine. That is why I suspect something is wrong
in `adam`. This is in ... |
The documentation of jax.devices says that it returns all devices. This is not
true in multi-backend setups, it returns only the devices from the default
backend. This was confusing to me initially, and I also encountered this
confusion in issue #2785
The simplest change would be to the documentation: if no `backend... | 0 |
So here's a weird one. I have a Docker container based on debian:stable where
I install python3 and python3-pip, and when trying to install requests from a
requirements.txt file I get the following:
Downloading/unpacking requests (from -r /tmp/requirements/xxx.txt (line 2))
Running setup.py egg_i... |
The current Requests implementation seems not to work for https request under
proxy.
I have posted a question on stackoverflow:
http://stackoverflow.com/questions/13005301/https-proxy-support-in-python-
requests-library
| 0 |
I'm using Symfony Process to execute wp-cli commands and one of them was
something like this:
wp post create --post_title="Hello VersionPress!" --post_date="2011-11-11 11:11:11"
If I executed this command on Windows `cmd` it worked fine but when Symfony
Process ran it, the post title was created ... |
In `Symfony/Component/HttpKernel/EventListener/ExceptionListener::duplicate()`
the `format` attribute is set without an underscore. This results in the
cloned `Request` having a `null` format which in turn causes
ExceptionController::showAction to always render exceptions in html.
Looks like `f946108` broke it.
| 0 |
go version devel +b86ee06ef235 Mon Aug 18 16:52:31 2014 +0400 linux/amd64
Run the following program with GODEBUG=gctrace=1
package main
import "time"
func main() {
for {
time.Sleep(time.Second)
}
}
gc1(1): 3+1+139+0 us, 0 -> 0 MB, 13 (13-... |
Please answer these questions before submitting your issue. Thanks!
1. What version of Go are you using (`go version`)?
go version go1.6 linux/amd64
(rest doesn't apply, since I don't report a bug here)
It would be nice to make it easier to define, shareable, read-only views of
data from which many consumable r... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.x (master)
* Operating System version: Ubuntu 16.04
* Java version: Java HotSpot(TM) 64-Bit S... |
* [*] 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.
* Dubbo version: 2.6.2
* Operating System version: CentOS 7
* Java version: 1.8
@service(interfaceClass = DubboSwaggerServi... | 0 |
### Describe your issue.
Can't run `import scipy.stats` with numpy nightly
### Reproducing Code Example
(.311venv) marcogorelli@DESKTOP-U8OKFP3:~/pandas-dev$ pip install -U numpy
Collecting numpy
Using cached numpy-1.24.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.3 MB)
... |
See for example this log. Lots of this:
AttributeError: 'numpy._ArrayFunctionDispatcher' object has no attribute '__code__'
Should be due to numpy/numpy#23020 (Cc @seberg). There are two usages of
`__code__`:
rg __code__
scipy/integrate/_quadrature.py
28: g = types.Func... | 1 |
Help me, i dont know whats wrong with this. (note : i can run aplication well
if i create app on android studio project but when i create flutter on android
studio, i got this error logs.)
## Steps to Reproduce
1. created an app flutter in android studio
2. when it done, i try to run it on my real device
3. a... |
i receive an error when i run flutter run
flutter run
Launching lib/main.dart on Android SDK built for x86 in debug mode...
Initializing gradle... 0.7s
Resolving dependencies... 0.9s
Running 'gradlew assembleDebug'... ... | 1 |
Enhance https://github.com/pandas-
dev/pandas/blob/master/doc/source/contributing.rst with a discussion of how
our `_shared_docs` system works.
* Why we do it (reduce duplicate docstrings, while still having some class-specific stuff)
* How it's done (Appender, _shared_docs dict, _shared_doc_kwargs)
* How to s... |
The output from .groups on a grouped DataFrame should be handled similarly to
a large DataFrame, where beyond a certain length, the data is displayed in a
summary form rather than output in its entirety.
This truncation should occur both at the group level (large number of groups)
and per-group (large amount of data... | 0 |
This github issue is meant to track the big roadmap items ahead of use and for
the community to provide ideas, feedback, steer and comment
## Lineage Annotations
Airflow knows a lot about your job dependencies, but how much does it know
about your data objects (databases, tables, reports, ...)? Lineage annotations
... |
**Apache Airflow version** : None given
Ticket was created 26/Jan/17 23:20
**Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
**Environment** :
* **Cloud provider or hardware configuration** :
* **OS** (e.g. from /etc/os-release):
* **Kernel** (e.g. `uname -a`):
* **Install too... | 0 |
### What related GitHub issues or StackOverflow threads have you found by
searching the web for your problem?
#8238
### Environment info
OS X 10.11.6
$ clang --version
Apple LLVM version 8.0.0 (clang-800.0.42.1)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir:
/Applications/Xcode.app/C... |
There is a length/signed/unsigned mismatch in an inline vector initialization.
tensorflow/compiler/xla/service/allocation_tracker.cc:178:54: error: non-constant-expression cannot be narrowed from type 'std::vector<se::DeviceMemoryBase>::size_type' (aka 'unsigned long') to 'long long' in initializer lis... | 1 |
Challenge wouldn't accept border in shorthand; also wouldn't accept border in
longhand

|
The following HTML is not working for this challenge:
<style> .smaller-image { width: 100px; } .thick-green-border{ border-width:
10px; border-color: green; border-style: solid; } </style>
 and it supports timezones
only in the form of timezone offsets or the "deprecated" timezone
abbreviations.
Since abbreviations are not guaranteed to be unique, it is generally understood that
timezone names are the way t... |
A recent memory profiling run created a binary/memprofile pair that generates:
Illegal division by zero at .../pkg/tool/darwin_amd64/pprof line 3765, <PROFILE>
line 1556.
The memprofile file is at https://gist.github.com/josharian/6998976. I'd rather not
share the binary at this... | 0 |
On x86:
`>>>np.float64(np.nan).astype('M8[ns]')`
`numpy.datetime64('NaT')`
On ARM:
`>>>np.float64(np.nan).astype('M8[ns]')`
`numpy.datetime64('1970-01-01T00:00:00.00000000')`
Some tests for pandas fail on ARM due to this difference
Traceback (most recent call last):
File "/root/venv/lib/python2.7/site-
p... |
originally detected while building fresh pandas for debian [1], and then
verified with current master of numpy:
(sid_powerpc-dchroot)yoh@partch:~/numpy$ python -c 'import numpy as np; print(np.array([np.nan]).astype("M8[ns]")); print np.__version__'; git describe --tags
['2262-04-10T00:12:45.2... | 1 |
Here is the text data I would like to read as a data frame:
data3="Date Open High Low Close Volume\nMay 16, 2014 2.92 2.93 2.82 2.85
25,715,748\nMay 15, 2014 3.02 3.05 2.88 2.92 28,311,224\nAug 8, 2013 1.97 1.98
1.94 1.95 20,100,154\nAug 7, 2013 1.89 1.97 1.87 1.95 29,206,564\nAug 6, 2013
1.95 2.01 1.88 1.90 52,198,... |
Input:
import pandas as pd
values = ['11', '23', '45', '98']
noindex = pd.Series(data=values, index=None)
yesindex = pd.Series(data=values, index=list('abcd'))
extractno = noindex.str.extract('(\d)')
print extractno
extractyes = yesindex.str.extract('(\d)')
pr... | 0 |
**Apache Airflow version** : 1.10.10
**Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
**Environment** :
Debian with pip install airflow
**What happened** :
I have some missing DAGs from the source code and it has the record in the
database.
When I upgrade to v1.10.10, those DAGs ... |
### Official Helm Chart version
1.3.0 (latest released)
### Apache Airflow version
2.2.2
### Kubernetes Version
1.2.1
### Helm Chart configuration
airflow:
env:
- name: AIRFLOW__SCHEDULER__USE_ROW_LEVEL_LOCKING
value: "True"
webserver:
livenessProbe:
... | 0 |
# Summary of the new feature/enhancement
When moving a window out of a fancy zone it should resize to it's original
size before being snapped into the fancy zone. This would operate like the
existing Windows snap feature.
# Proposed technical implementation details
Perhaps add this as an option as the current impl... |
# Summary of the new feature/enhancement
It would be nice to be able to add a shortcut that prints any character (maybe
even multiple characters at once).
This is useful if you want a key or shortcut to output a character that's not
on the current keyboard layout (or insert text snippets) ‒ for instance for
creatin... | 0 |
Hi,
The following code works in version 1.2, but leads to an exception in version
1.3:
>>> from matplotlib import pyplot as plt
>>> plt.plot(range(10), color='none')
>>> plt.show()
I think the issue boils down to this commit: `edc48f0`
I'm not sure whether this was an intentional change. Th... |
### Documentation Link
https://matplotlib.org/devdocs/api/_as_gen/matplotlib.pyplot.subplot_mosaic.html
### Problem
Now that `pyplot` has inline type annotations, they show up in the API
documentation and can make the calling signatures harder to read. The figure
creation functions are a particularly good example ... | 0 |
Currently,
Validator\Mapping\MemberMetadata::accept()
leaves traversing of properties that are arrays or \Traversable up to the
visitor.
While the main purpose of _Visitor Pattern_ is to decouple object structure
from visitor functionality.
In the following example, i naively expected that, when v... |
Currently there is a `@Route` annotation. But how could I easily add routes
which are redirected to the main route to prevent duplicate content (Search
Engine Optimization, redirect old routes, ..)?
I think something like `@RedirectRoute("/test", "/target", 301)` would be
nice.
| 0 |
React version: 18.2.0
## Steps To Reproduce
1. Create a component that renders `children` directly or wrapped by a fragment
2. Programatically or using google in-page translate clear the component

... |
## Coming from search? See workaround here: #11538 (comment). And star this
issue: https://bugs.chromium.org/p/chromium/issues/detail?id=872770.
**Do you want to request a _feature_ or report a _bug_?**
Bug, though there's a decent chance it's a Chrome/Google Translate one
**What is the current behavior?**
When u... | 1 |
`test.js`
#!/usr/bin/env deno
console.log(Deno.args);
> ./test.js -B
[ "./test.js", "-B" ]
> ./test.js -A
[ "./test.js" ]
|
### Description
As a developer, I would like to be able to consume the `-v` or `--version`
flags in my application. I'd prefer that if a script is provided, Deno ignore
the version flag and instead pass it on to `Deno.args`. Currently if I run a
script with either flag, Deno prints out its internal version informati... | 1 |
`@UniqueEntity` doesn't properly handle composite keys when one of them is a
related entity. The database throws `Integrity constraint violation: 1062
Duplicate entry` when trying to persist an entity with the same company and
name as an already existing one. Expected behavior is that `@UniqueEntity`'s
validator bloc... | Q | A
---|---
Bug report? | yes
Feature request? | no
BC Break report? | no
RFC? | no
Symfony version | 4.0.4
Javascript error is report to the JS console (tested in Chrome and Edge) when
the exception is handled by Symfony Profiler:
Uncaught TypeError: Cannot set property 'className' of... | 0 |
It would be really cool if there was syntax highlighting and autocompletion
for inline HTML templates
VS Code:

IDEA:

### What happened
After upgrade from 2.2.2 to 2.3.0, when I am trying to do `airflow db upgrade`
all I get is following log and then airflow hangs:
`Found 16 duplicates in table task_fail. Will attempt to move them.`
### What you think should happen instead
Ai... | 0 |
### Issue with current documentation:
The documentation for scipy.interpolate.RegularGridInterpolator describes the
class as for "Interpolation on a regular grid in arbitrary dimensions" and
there is this statement, "The data must be defined on a regular grid; the grid
spacing however may be uneven." Isn't such a gr... |
The Pypi wheels (in particular the manylinux ones) contain prebuilts libraries
for openblas (bsd) and libgfortran.... (gpl with runtime exception?) but no
information about their licenses and where to get the corresponding sources.
It would be great to have some clarity in this domain.
The same issue exists with nu... | 0 |
#### Code Sample, a copy-pastable example if possible
import pandas as pd
# create our dataframe
m = 5
temp = pd.DataFrame({
'a': ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j'] * m,
'b': ['t', 'w', 'x', 'y', 'z'] * 2 * m,
'c': [letter
... |
#### Code Sample
s1 = pd.Series([1,1,2,2,3,3], name='s')
s2 = pd.Series([1,1,1,2,2,2], name='s')
pd.crosstab(s1, s2)
**Return:**
Short version:
> ValueError: Duplicated level name: "s", assigned to level 1, is already used
> for level 0.
Long version:
-------------------... | 0 |
If I paste this function in the REPL and hit one of the arrow keys, the first
line is duplicated.
function f(io::IO, s)
print(io, "StringDecoder from $(F()) to $(T()) wrapping $(s.istream)")
end
i.e. I get this:
julia> function f(io::IO, s)
julia> function f(io::IO, s)
... |
I had hoped that indexing a named tuple (#22194) with a `Symbol` would be a
type-inferrable operation. I'm guessing that a tfunc or whatever, like for
`Tuple`, may be needed here.
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Docume... | 0 |
Duplicate:
Go to :
http://twitter.github.com/bootstrap/components.html
Make sure the browser height is small enough (or the affix->bottom won't be
triggered)
Scroll down to the bottom of the page
Make sure there is not # behind the url.
Press refresh.
|
For button dropdowns, provide examples for how to set links, where it says:
| 0 |
**report a _bug_**
I think it's a bug.
**current behavior & the steps to reproduce**
I add the plugin:
`plugins: [ /**/ new webpack.optimize.MinChunkSizePlugin({ minChunkSize: 10000
}), /**/ ]`
in webpack.config.js.
When I bundle my application, I got:
> /**/*/node_modules/webpack/lib/optimize/MinChunkSiz... |
# Bug report
I have the following config (optimization part):
optimization: {
runtimeChunk: {
name: 'runtime',
},
splitChunks: {
minChunks: 2,
minSize: 30000,
cacheGroups: {
clientApplication: {
name: ... | 0 |
To replicate:
A = Tridiagonal(rand(4), rand(5), rand(4))
B = rand(5, 5)
A * B #works
B * A #MethodError
B * full(A) #works
Seems to me some fallback is missing. I'm on v0.4-rc2, haven't tried on
master.
|
See http://stackoverflow.com/questions/21595246/try-catch-or-type-conversion-
performance-in-julia. We have lots of integer, float, expression parsing code
that all just raises exceptions rather than indicating whether they succeeded
or not, but we discourage try/catch as control flow. Should we provide non-
error-ra... | 0 |
**TypeScript Version:** nightly (1.9.0-dev.20160521) (same behavior in
1.8.10).
Given this plain JavaScript file annotated with JSDoc for the Closure Compiler
(included via `allowJs`):
/**
* @param {number=} input
* @return {number}
*/
function legacyMethod(input) {
if (typ... |
When I use jsdoc to create constructor the intellisense work well. Except a
bug that it must obey parameter. It will not know type if the parameter is not
all passed in. even it marked as optional by jsdoc
 function is in reading from binary
file of some kind. Frequently, binary formats are just arrays of data with a
fixed-size header. It would be useful to have an extra optional parameter for
the fromfile() function which defines a byte offset for when to start reading.
This pa... |
_Original tickethttp://projects.scipy.org/numpy/ticket/1412 on 2010-02-25 by
trac user A_LARAS, assigned to @cournape._
Hi There[[BR]]
I'm trying to build scipy from the trunk (latest release):[[BR]]
python setup.py config_fc --fcompiler=gnu95 install
--prefix=/usr/local/python[[BR]]
but stuck with the followi... | 0 |
run the spider with `scrapy runspider`, it also happens on `parse` and
`crawl`.
https://gist.github.com/nramirezuy/65faa56c7eab1e117d77
|
Programming a `Crawler` from ipython notebook is causing `boto` to raise an
error
ERROR:boto:Caught exception reading instance data
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/boto/utils.py", line 219, in retry_url
r = opener.open(req)
File "/usr/li... | 1 |
**Glide Version** :
4.80
**Integration libraries** :
nothing
**Device/Android Version** :
API 27
**Gradle File** :
apply plugin: 'com.android.application'
allprojects {
repositories {
google()
jcenter()
maven{
url "https://m... |
Getting the following error in Android Studio 3.0 Beta 4 with the following
deps:
implementation 'com.github.bumptech.glide:glide:4.1.0'
implementation 'com.github.bumptech.glide:okhttp3-integration:4.1.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.1.0'
Gradle file:
android {
compileSdkVersio... | 0 |
Hi,
After our latest vendor upgrade we have experienced a very long execution time
on our CI server. After digging into it I found the following:
Symfony 2.6.5, Win 7 x64, dev mode:
Total time 755 ms
Initialization time 480 ms
composer update symfony/symfony
//...... |
On Previous versions of symfony (lower than 2.6.8) the response time of a page
was about 800 ms in dev environment. With the upgrade in 2.6.8 the response
time was more than 4s with high usage of CPU. In production environment, I
didn't notice any response time change between 2.6.7 and 2.6.8.
The timeline of the to... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Context
We ❤️next.js! I made the (possibly) poor decision of migrating our (nteract's)
monorepo to Webpack 4 only to notice that next.js is on webpack 3. How far off
is a migration to webpack 4? My primary reason for aski... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Context
We ❤️next.js! I made the (possibly) poor decision of migrating our (nteract's)
monorepo to Webpack 4 only to notice that next.js is on webpack 3. How far off
is a migration to webpack 4? My primary reason for aski... | 1 |
julia> module temp
struct x end
end
Main.temp
julia> using Main.temp
julia> f(::temp.x) = 1
f (generic function with 1 method)
julia> f(temp.x())
1
julia> module temp
struct x end
end
WARNING: replacing module... |
Here's a MWE on v1.6.1:
struct Foo end
f = Foo()
module Bar
export Foo, func
struct Foo end
func(f::Foo) = "hi"
end # module
using .Bar
func(f) # Error: can't dispatch
# Then I did:
f isa Foo
methods(func) # Only one method fou... | 1 |
Some keyboards (like HP Pavilion 600) have a functional button (F1-F12) that
cannot be locked to use this as function keys without Fn key holding. And no,
they don't have any Fn lock (HP support confirms this). So I can remap most of
these keys, but F9-F12 keys seem as shortcuts (it detects with Remap shortcut
functi... |
## 📝 Provide a description of the new feature
This feature will remove the default search bar, and attach a permanent search
prompt onto the desktop. Also, adds additional behaviour which will snap when
user clicks shift+drag. And blurs, on using windows, or losing focus?
_What is the expected behavior of the prop... | 0 |
Awesome effort guys. I have recently migrated from Mac OS. There is feature of
'Spotlight Search' in Mac which helps to search a particular file or anything.
It also helps to find word meanings.
This helped me a lot as I could find meanings clicking few buttons.
I would request to add that feature (dictionary searc... |
# Environment
Windows build number: 10.0.18362.449
PowerToys version: 0.13.0
PowerToy module for which you are reporting the bug (if applicable): PowerRename
# Steps to reproduce
Create reparse points, e.g. duplicate a folder with some files in OneDrive,
right click the folder and choose... | 0 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.900]
PowerToys version: v0.19.1
PowerToy module for which you are reporting the bug (if applicable): FancyZones
# Steps to reproduce
Try to attach a window to a FancyZone that borders the Windows Taskbar and the
wi... |
# Environment
Windows build number: 10.0.18363.900
PowerToys version: 0.19.0
PowerToy module for which you are reporting the bug (if applicable): FancyZones
Monitor(s): 2 side-by-side 4K monitors (one set to display scaling 100% and the other to 125%)
# Steps to reproduce
* Set Win... | 1 |
Hi! Is there any way to generate tests dynamically? Like in mocha:
https://mochajs.org/#dynamically-generating-tests
For example:
test.describe.serial('Dynamic tests', () => {
const asyncData = test.preloadData()
test('Check testData', () => {
ok(asyncData?.l... |
You can already do each via running test in a loop:
for (const data in [...]) {
test('testing ' + data, async () => {});
}
If the above does not work for you, please tell us why in the comments!
| 1 |
Following the instructions in the contribution guidelines, I received the
following error when I ran `gulp watch`:
$ gulp watch
fs.js:549
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: E... |
I _really_ miss proper tabs for open files (like VS proper), and the ability
to rip a tab out into its own window.
| 0 |
We have the following code:
require('web-frame').setSpellCheckProvider("en-US", false, {
spellCheck: function (word) {
// the spell checking mechanism
}
});
* `isn't` gets wrong highlighting when:
* spellCheck have been called with `isn` and we return `false`
* spell... |
We're using the `spellchecker` module within the `preload` script of a
renderer process, and have followed the basic steps for setting it up as the
provider via `web-frame`.
However, it seems to break words at the apostrophe mark rather than process
the complete contraction. I'm not sure if this is an issue with the... | 1 |
The behavior of attributes with a value of `null` or `undefined` is
inconsistent. On first render they are not present on the element at all. On
subsequent renders, the attribute sticks around with an empty value.
For example, `<a href={null} />` renders what you expect (`<a />`), but if the
value of `href` changes ... |
The bug occurred when:
While checking component state in the extension of components react getting
error.
* * *
## Please do not remove the text below this line
DevTools version: 4.11.0-39713716aa
Call stack: at store_Store.getElementAtIndex (chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:22... | 0 |
### Version
2.5.16
### Reproduction link
https://codepen.io/dengdan99/pen/qwEGmg?editors=1111
### Steps to reproduce
子组件(child)被销毁并重新创建了,
### What is expected?
子组件不被销毁
### What is actually happening?
子组件被销毁并重新挂载
|
### Version
2.6.10
### Reproduction link
https://github.com/MKRazz/vue-boolean-prop-issue
### Steps to reproduce
1. Create a component with a boolean property, pass the value of empty string to that property.
2. Render the value, shows as empty string, rather than false
### What is expected?
Since the prop... | 0 |
_Original tickethttp://projects.scipy.org/scipy/ticket/1864 on 2013-03-11 by
@josef-pkt, assigned to @rgommers._
I guess a bug, because _argcheck is not properly defined
>>> stats.nct.cdf(-0.5, 10, -0.5)
nan
>>> stats.nct._cdf(-0.5, 10, -0.5)
0.50490799249967822
same value as in R
(... |
_Original tickethttp://projects.scipy.org/scipy/ticket/1883 on 2013-03-29 by
trac user Sytse, assigned to @rgommers._
The non-central t-distribution in scipy.stats.distributions accepts a non-
centrality parameter with positive values only.
From Wikipedia (http://en.wikipedia.org/wiki/Noncentral_t-distribution): ... | 1 |
With a file `script.js` containing this input: `class Foo extends Bar {}`
As a baseline, the following command:
babel --plugins transform-runtime,transform-es2015-classes script.js
Yields the following output, which as noted in #2726 imports the core-js
helpers but inlines the babel helpers:
... |
Reproduction: https://github.com/yyx990803/babel-6-runtime-repro
var babel = require('babel-core')
var code = babel.transform('class Test {}', {
plugins: [
'transform-runtime',
'transform-es2015-classes'
]
}).code
console.log(code)
Expected the `_class... | 1 |
## 🐛 Bug
The sample C++ program for libtorch results in an incorrect Makefile because
the path to libculibos.a is hardcoded somewhere as
`/usr/local/cuda/lib64/libculibos.a`.
On Arch Linux, the default install directory for CUDA is `/opt/cuda`.
**This is handled correctly for other linked libraries.**
## Worka... |
hi all
Follow the tutorial(Loading a PyTorch Model in C++)
1.cmake
\-- Caffe2: CUDA detected: 10.0
\-- Caffe2: CUDA nvcc is: /usr/local/cuda-10.0/bin/nvcc
\-- Caffe2: CUDA toolkit directory: /usr/local/cuda-10.0
\-- Caffe2: Header version is: 10.0
\-- Found cuDNN: v7.4.2 (include: /usr/include, library:... | 1 |
_Original tickethttp://projects.scipy.org/numpy/ticket/1091 on 2009-04-22 by
trac user mesmith, assigned to unknown._
I want to re-open ticket #1035. Here is the information that I submitted.
I am re-opening this issue because the crackfortran patch does not appear to
be redundant to me. The patch allows for setti... |
_Original tickethttp://projects.scipy.org/numpy/ticket/437 on 2007-01-29 by
trac user mesmith, assigned to @pearu._
I have a couple of changes I have made to f2py related to call backs that I
would like to have included. I have been using these changes for over a year
with no adverse side affects. Two attached patc... | 1 |
I use Glide to view thumbnails of pictures and videos like 3.5GB in the
gallery. Glide crashes while uploading high size video image after 4.11.0
update.
**Glide Version** : 4.11.0, 4.12.0
**Integration libraries** : 'com.squareup.okhttp3:okhttp:3.11.0'
**Device/Android Version** : Huawei P30 Pro
**Issue details ... |
**Glide Version** : 4.11.0
**Integration libraries** : Default installation
**Device/Android Version** : Huawei p30 Android 10
**Issue details / Repro steps / Use case background** :
Closes (crashes) the activity when try to load a big sized video file into an
imageview. Running well with previous versions (4.10... | 1 |
* 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.
### Duplicates
First of all, these duplicates are questions; not dis... |
### 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
12.0.1
### What opera... | 0 |
**Feature**
In Angular 1 it was possible to store the intermediate result of a filtered
ngFor. Since v1.3 beta17 it's even easier by using an alias expression. See
the docs here:
https://code.angularjs.org/1.3.0-beta.17/docs/api/ng/directive/ngRepeat. But
in Angular 2 this feature seems to be missing.
**Use case as... |
Particularly for use cases where piped output is bound to in many places
within a template, it's beneficial to have a single piped expression. For
example, this observable that's piped into a template:
<div>
<ul>
<div *ng-if="!(people | async)">
Loading people
</div>
... | 1 |
* have a single JavaScript file with contents `do`
* trigger IntelliSense once, dismiss with escape
* take a heap snapshot
* repeat the IntelliSense/dismiss cycle ~10 times
* take another heap snapshot, mem usage grew by 1,5MB
|
Hi team,
In the early days of VSCode, there was a feature that I adored that allowed me
to open the compiled output of my TypeScript files. By simply right clicking
the source `.ts` file and clicking `Open derived output` I could view my `.js`
output.
This feature was pulled due to not being able to find the compil... | 0 |
I know this issues has been raised, but none of the purposed solutions have
worked for me so far. I'm working in Anaconda on Windows 10, and after finally
getting pytorch installed successfully, I'm getting this when importing:
(base) C:\Users\conner>python
Python 3.6.0 |Anaconda custom (64-bit)| (... |
File "", line 4, in
import torch
File "C:\Users\hp i3\Anaconda3\lib\site-packages\torch_ _init_ _.py", line 76,
in
from torch._C import *
ImportError: DLL load failed: The specified module could not be found.
| 1 |
In clases like .hidden-phone, etc...
We should not use display:inherit in those clases. Inherit will cause the
element to be displayed the same way than its parent.
Example of this problem:
<div class="I have display box">
<a class="hidden-phone" href="#"> Don't like phones </a>
<a hr... |
With no changes to the default selections, the customizer fails to build the
package.
The error.txt included in the css directory states:
> A less error occured trying to build your bundle. You've likely entered an
> invalid input into the less variable field. Check your syntax and try again!
>
> thanks!
>
> {"type... | 0 |
## Feature Request
The ability to modify `*dependencies` blocks in the `pubspec.yaml` from the
CLI.
## Examples
Let's assume this is the user's current `dependencies` section in their
manifest.
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.0
Running this command...
... |
flutter start --debug with the ios simulator. The --debug is just ignore.
https://github.com/flutter/engine/wiki/Flutter-Apps-on-iOS is the official
instructions instead.
At a minimum we should throw an error in this case and point people to the
wiki.
This affects Dart VM engineers attempting to work on the Dart V... | 0 |
## Bug Report
* I would like to work on a fix!
**Current Behavior**
Upgrading from `babel-preset-env` (and other babel libraries) from 7.7.4 to
7.7.5 starts including too many transformations. PR here - this adds 10% size
to our app. DestinyItemManager/DIM#4814
Our babel config:
https://github.com/DestinyItemM... |
## Bug Report
**Current Behavior**
The following snippet is transpiled
**Input Code**
* REPL or Repo link if applicable: https://babeljs.io/repl#?browsers=Android%20%3E%3D%2052&build=&builtIns=false&spec=false&loose=false&code_lz=MYGwhgzhAECC0G8C-Q&debug=false&forceAllTransforms=false&shippedProposals=false&ci... | 1 |
by **travis.cardwell** :
The gofmt command does not take into account the width of runes when calculating the
alignment for comments. I ran into the issue in a program that has rune constants, some
of which are single-width and some of which are double-width, but the issue is more
apparent... |
What steps will reproduce the problem?
Issue:
gofmt, or text.tabwriter, assumes that all Unicode code points occupy exactly one column
in editors or on terminals. That assumption is not correct because most (but not all)
Chinese/Japanese/Korean characters, emojis, "fullwidth" Latin charac... | 1 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
Inventory
##### ANSIBLE VERSION
ansible 2.4.3.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/rteague/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module loca... |
##### Issue Type:
Bug Report
##### Ansible Version:
1.7
##### Environment:
Vagrant machine with image "hashicorp/precise64".
Ubuntu 12.04 LTS
##### Summary:
I understand that this sounds really weird, but I can't find the source of the
problem atm.
When I run mailcatcher task and ini_file command executed ... | 0 |
### Description
It would be nice to add a comment when pausing a DAG, so that others looking
at a DAG and expecting it to be unpaused, can understand why it may have been
paused and who it has been paused by.
### Use case/motivation
I want to have the ability to share with others, the reason I am pausing a
DAG. Th... |
### Description
add a global `/suspend` and `/resume` endpoint to the REST API (and
corresponding CLI command) that would do the following for the entire airflow
deployment:
`/suspend`
* pause all currently unpaused DAGs (keeping track of what was previously unpaused in the metadata db)
* Set `AIRFLOW__SCHEDUL... | 0 |
I have the following:
// third-party.d.ts
declare module foo.bar {
export interface IBar<T> {
a: T;
}
}
// bar.ts
module bar {
export interface IBar {
a: number;
}
}
// main.ts
module foo.main {
import IBar = ... |
Hi,
**Version** : VS 2015 / TS 1.5

When hovering over the property `foo`, it would be helpful if the JSDoc `"The
foo option"` was also displayed. At present the only way to figure out what
the property rep... | 0 |
* Electron version: 1.7.8 - 6.0.0-beta.2
* Operating system: Windows 7 / Windows 10
### Preconditions
* Window is frameless
* Window has own "-webkit-app-region: drag" element that is styled to change its color when hovered
### Expected behavior
* Mouse is moved over "-webkit-app-region: drag" element
... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
* v8... | 0 |
Steps to reproduce the behavior:
Call torch.ceil on a sparse tensor
Below is a code sample:
import torch
i = torch.cuda.LongTensor([[0, 1, 1],
[2, 0, 2],
[2, 0, 2]])
v = torch.cuda.FloatTensor([3.2, -44.5, -5.1])
s = torch.sparse_coo_tensor(i, v, torch.Size([2, 4, 4]),
device=torch.device('cuda'))
print... |
\-- with @Tierex, @mrshenli, @kiukchung, @pritamdamania, @lw, @agolynski ,
@osalpekar, @zhaojuanmao, @rohan-varma
## 🚀 Feature
Concept and a new set of rpc APIs in `torch.distributed.rpc` aiming to help
users construct distributed applications more easily, apis maily comprise of:
1. Higher level torch rpc APIs,... | 0 |
If we're in for the openess and effectiveness of the whole thing...
(1) Why not using gitter.im ?
I also believe we should have a discourse forums, which I'm more than willing
to help / set up if you really need (just can't pay for it or move people from
the mailing list without being official).
(2) Yes, discourse... |
### System information
* **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No
* **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10
* **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device** :
* **... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I should be able to edit the values of inputs inside of a modal.
## Current Behavior
The input receives focus however, I am unable to edit the contents
## Steps to Reproduce (for bugs)
Demo: https://... |
We discussed this already in chat with @nathanmarks. I thought it would be
good to have a public discussion on this. My idea is to have a component
property `variant` which can be used to define a styling variation.
In case of a Button, raised or primary state can be implemented over a variant
internally (and st... | 0 |
see SO here
These are naturally duplicated indexes. These are handled in the underyling
code using a pretty inefficient method of indexing.
import pandas as pd
import numpy as np
import string
np.random.seed(1234)
df = pd.DataFrame({'categories': np.tile(np.random.choice(list(stri... |
there’s no way to drop rows with duplicated index using `drop_duplicates`.
we’d have to add a copy of the index as column, or do this:
df[np.logical_not(df.index.duplicated(take_last=True).values)]
| 0 |
**Kai Hackemesser** opened **SPR-8583** and commented
I have the web application context and the servlet context converted from xml
to java config. The web.xml is updated according to the online documentation
example. I use `@Autowire` annotation in the servlet config to get the beans
required for the form controll... |
**Kai Hackemesser** opened **SPR-8583** and commented
I have the web application context and the servlet context converted from xml
to java config. The web.xml is updated according to the online documentation
example. I use `@Autowire` annotation in the servlet config to get the beans
required for the form controlle... | 1 |
I want to reuse the previous version image for place holder how can i achieve
this?
|
I have one ImageView and a button which, when pressed, loads new image (from
disk, not from network) into the same ImageView. Unfortunately it causes the
first image to disappear for a second (showing white background) and then it
loads the new image. How can I avoid that?
I tried:
Glide.with(this).l... | 1 |
Repro script:
# run in npm/cli repo
set -x
rm -rf node_modules package-lock.json
git checkout node_modules
rm node_modules/.gitignore node_modules/.package-lock.json
node . i --no-audit --ignore-scripts
node . ls @babel/core # apparently ok, only bundled under tap
rm node_mo... |
Original bug ticket: [https://npm.community/t/9499](https://npm.community/t/9499)
Originally filed: 2019-08-15T18:59:34.080Z
* * *
From original issue: https://npm.community/t/9499
Debug log: n/a
Action triggered: `npm install`
Platform Info:
$ npm --versions
{
... | 0 |
Toastr is a simple but powerfull javascript library for displaying "Toast"
message
See here: http://codeseven.github.com/toastr/
I'm not related in any way with toastr development, but actually it's not
simple to use it while using bootstrap :(
|
I know this is in the roadmap so just wanted to share some working code here
even though it's not really in a point where I could commit a pull request as
we are actively developing this functionality:
bootstrap.growl.js
!function( $ ) {
$.fn.growl = function ( flash, params ) {
var grow... | 1 |
_(This seems to have some things in common with#6080 and is strongly related
to #1295 as it can be used to provide an alternative solution to it but l
opened this separately since I did not feel it was appropriate to continue
discussing it there and wanted to approach it in a more generalized way)_
This would provi... |
Hi,
Constants aren't evaluate to access and cast properly union types values:
const ID = 0;
const NAME = 1;
let data: [number, string] = [0, "bob"];
// This need cast to compile
let id: number = data[ID];
let name: string = data[NAME];
Is there a reason why it's not supp... | 1 |
As we were planning to add `--max_train_samples --max_val_samples
--max_test_samples` to all examples #10423, I thought is there any reason why
we don't expand the Trainer to handle that?
It surely would be useful to be able to truncate the dataset at the point of
Trainer to enable quick testing.
Another plus is th... |
## Environment info
* `transformers` version: 4.6.1
* Platform: Linux Mint Tricia 19.3 (ubuntu 18.04)
* Python version: 3.8.8
* PyTorch version (GPU?): 1.7.0, gpu yes
* Tensorflow version (GPU?):
* Using GPU in script?: yes
* Using distributed or parallel set-up in script?: no
### Who can help
tokeni... | 0 |
* I tried using the `@types/angular` with `@types/angular-mocks` package and had problems.
* I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
Package | Version
---|---
`typescript` | 2.4.2
`@types/angular` | 1.6.28
`@types/angular-mocks` | 1.5.10
Hello,
Since... |
* I tried using the `@types/requirejs` 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.
* Authors: @andy-ms @wald-tq @jens-duttke
My index.ts file has following structure after ... | 0 |
**Describe the bug**
The HTTP adapter does not use caseless comparison before overriding the `User-
Agent` header or deleting the `Authorization` header.
It also overwrites any provided `Content-Length` header.
**To Reproduce**
axios({
method: 'post',
url: 'https://postman-echo.com/pos... |
**Summary**
Headers provided in config are merged with defaults without checking for
existing value that can be in different case
i.e. when doing below request we can't predict which value will be set from
defaults `Accept` or from config `accept`
axios.request(url, {
headers: {
accept... | 1 |
Currently, rand(1,1e7) fails:
julia> rand(1,1e7)
ERROR: no method rand(Int64,Float64)
Should using FloatingPoints be allowed? Shall it throw InexactError() if
round(m)!=m?
|
Currently, all matrix constructors only accept integer valued inputs. It
should be possible, for example, to do the following:
julia> ones(1e3,1e3)
| 1 |
**I'm submitting a feature request**
**Webpack version:**
2 (and maybe 1 if feasible)
It would be a nice feature for there to be an official API which would enable
support for web workers and could be used in a plugin such as webworkify-
webpack.
At the moment it looks like webworkify-webpack has to rely on web... |
### duplicate code in multi chunks and sooooo big common chunk file
Suppose I have a SPA website. And I have a file `main.js` in which I config
the route.
define(function(){
// suppose I define route here
route.when('#/aaa', function(){
// a code split point
require([
... | 0 |
#### Describe the bug
Not sure if this is a bug but shouldn't RFECV accept a pipeline?
#### Steps/Code to Reproduce
from imblearn.pipeline import make_pipeline
from imblearn.over_sampling import RandomOverSampler
from sklearn.datasets import load_breast_cancer
from sklearn.linear_mod... |
#### Description
Based on this SO post.
`TransformedTargetRegressor` is not working with `RFECV` because `coef` or
`feature_importance` is not exposed directly in `TransformedTargetRegressor`.
#### Steps/Code to Reproduce
from sklearn.datasets import make_friedman1
from sklearn.feature_selectio... | 1 |

I cannot uninstall or enable this package.
|
I just have a problem that when i click disable button and then click the
uninstall button on the package and then I think that this package is remove
because I can't see it in the package list in the setting.but it not because
when i try to reinstall it by searching the package name again ,the uninstall
and enable b... | 1 |
Since I'm using androidx, I can't implement Glide library and get this error:

|
bug如下(bug E.g):文件大小有300M(File size is 300M)
W/Glide: Load failed for http://192.168.1.2/SD/AMBA/190305000/094223AA.MP4
with size [203x130]
class com.bumptech.glide.load.engine.GlideException: Failed to load resource
There was 1 cause:
java.io.FileNotFoundException(No content provider:
http://192.168.1.2/SD/AM... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.