text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
"Be happy the 520 bridge didn't get destroyed" edition
* #6864 Disallow implicitly duplicated `enum` values
* ❌ : Highly precedented in other C-style languages
* #471 Permit an implementing class to ignore private methods of the implementee class
* ❌ Reconsider as a type operator
* #6758 Allow `--nam... |
**TypeScript Version:**
1.8.7
**Code**
let firstValue = 1;
let secondValue = 2;
[firstValue, secondValue] = [3, 4];
**Expected behavior:**
var firstValue = 1;
var secondValue = 2;
var _a;
_a = [3, 4], firstValue = _a[0], secondValue = _a[1];
**Actual behavior:**
... | 0 |
I have some data that I have used to generate a stacked bar graph.
by_conclusion = measles_data.groupby(["AGE", "CONCLUSION"])
counts_by_cause = by_conclusion.size().unstack().fillna(0)
ax = counts_by_cause.plot(kind='bar', stacked=True)
However, I get a pretty crowded x-axis:
![too_many... |
After a concat of two DataFrames with the same columns. I want to consolidate
some data and remove NaNs in some columns by values in other columns. I ended
up with a DataFrame that magically had additional columns.
This is the minimum example that I can give to reproduce the faulty behaviour
using current master (`7... | 0 |
### What:
When a user specifies multiple chunks as output report a numeric statistic
about the amount of bundle duplication across chunks.
For example:
*chunks*
* 124124.js ~ 10% duplication
* 213412.js ~ 50% duplication
* 545634.js ~ 25% duplication
run build -- -bundle-st... |
## Feature request
**What is the expected behavior?**
There should be a function that allow entrypoint to be changed after the
compiler is created, but before compilation has started.
**What is motivation or use case for adding/changing the behavior?**
See this issue in webpack-serve. In short, iterating entryp... | 0 |
##### System information (version)
* OpenCV => 3.1
* Operating System / Platform => Windows 10 64bit and Ubuntu Linux 64bit
* Compiler => gcc 5.3.0
##### Detailed description
The gstreamer implementation in videoio module uses CV_ERROR() on open()
instead of just returning false like all other implementation... |
### Please state the information for your system
* OpenCV version: 3.1.0
* Host OS: Linux (Ubuntu 14.04)
### In which part of the OpenCV library you got the issue?
-videoio
### Expected behaviour
I expect ot be able to open an "OpenNI" device with gstreamer conpiled in, but
no gstreamer capable devices avail... | 1 |
## Bug Report
* I would like to work on a fix!
**Current Behavior**
This bug occurrs when transpile TypeScript codes.
1. define a function that has function type argument with default value and rest parameters.
2. define a variable that has same name as the argument function's argument name in the function... |
## Bug Report
**Current Behavior**
Playground:
https://babeljs.io/repl#?browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=GYVwdgxgLglg9mABFApgZygClJRBeRTASnwD5EBvAKEUQDcBDAJ0Qf0QEYBuGxCBNHAA2KAHRC4Ac0wMiPAL4lqtRiwAOTFHXgg07AAwKuQA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRe... | 1 |
Hi,
The following code runs without problems:
import numpy as np
from scipy.fftpack import rfft
rfft(np.random.random(450000))
while this one takes forever:
### Reproducing code example:
import numpy as np
from scipy.fftpack import rfft
rfft(np.random.random(450001))
... |
FFT on len 262144 = 20m/s
FFT on len 257144 = 8000m/s
It actually seems quite erratic. Some will only take say 60m/s, others several
hundred and if you go for an odd number I normally end up killing it after a
few minutes
| 1 |
In [13]: s = Series(np.arange(10))
In [14]: np.diff(s)
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
/home/wesm/code/pandas/<ipython-input-14-b5f9fe77ab7c> in <module>()
----... |
In trying to find out the fast way to count unique rows in a data frame, I
stumbled upon an issue where dropping duplicates from a data frame of booleans
is quite slow. @jreback asked me to open a ticket.
In [1]: import pandas as pd
In [2]: import numpy as np
In [3]: N = 100000
... | 0 |
**Which version of ShardingSphere did you use?**
5.0.0-alpha
**Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?**
ShardingSphere-JDBC
**Expected behavior**
Correct paging
**Actual behavior**
Wrong pagination, except for the first page
**Reason analyze**
When I use a paged quer... |
Hi, we are glad you can fix this issue to become a contributor to Apache
Sharding Sphere.
Welcome! 😃
By doing this assignment, you can learn more about how a query SQL is parsed
and how to verify the parsing result of a SQL in Apache ShardingSphere.
**This issue is to** add the parsing assertion for `ComplexExpr... | 0 |
Both rule and cost query planners implement
MATCH n
WHERE n:Male
RETURN n
with a `NodeByLabelScan` and not with an `AllNodesScan` plus a filter on the
label. I therefore would expect
MATCH n
WHERE n:Male OR n:Female
RETURN n
to be implemented with two `NodeByL... |
@gokcemutlu: 'Hi,
I have a simple model:
START root=node(0) CREATE UNIQUE root-[:PEOPLE]->(jake {Name:'Jake'}), root-[:PEOPLE]->(jill {Name:'Jill'}), jake-[:LIKE]->jill, jill-[:LIKE]->jake, jake-[:LIKE]->jake;
In this model
* Jake likes Jill,
* Jill likes Jake
* Jake likes Jake
I want to... | 0 |
**Do you want to request a _feature_ or report a _bug_?**
bug
**What is the current behavior?**
Chunks generated by `System.import` or `import` do not affected by
CommonsChunkPlugin.
**If the current behavior is a bug, please provide the steps to reproduce.**
demo rep
_sources structure_
src
... |
**Do you want to request a _feature_ or report a _bug_?**
Feature for `CommonChunkPlugin`.
Support selecting modules from **non-entry** chunks. Meaning, select
statically imported modules from chunks that were created from a **dynamic**
import (`require.ensure` / `System.import` / `import("..")`)
**What is the cu... | 1 |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.):
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
* * *... |
We had a micro-outage the other day when one of the machines in our cluster
stopped trying to restart. On startup, it hit a transient error that prevented
the server from starting up, but the pod did not try to restart again after
that. The logs showed nothing between when it got stuck starting up and when I
initiate... | 0 |
2020-08-02.txt
PowerToys: 0.20
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 08/02/2020 20:58:46
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boolean value)
at Sy... |
Popup tells me to give y'all this.
2020-07-31.txt
Version: 1.0.0
OS Version: Microsoft Windows NT 10.0.19041.0
IntPtr Length: 8
x64: True
Date: 07/31/2020 17:29:59
Exception:
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'Timer'.
at System.Timers.Timer.set_Enabled(Boo... | 1 |
An overflowing fp -> int cast, for example:
#[inline(never)]
fn show<T: std::fmt::Debug>(e: T) { println!("{:?}", e) }
fn main() {
show({
9.223372036854776e18f64 as i64
});
}
playpen
Causes LLVM to not initialise the parameter passed to `show`:
... |
> If the value cannot fit within the destination type, ty2, then the results
> are undefined.
http://llvm.org/docs/LangRef.html#fptrunc-to-instruction
e.g. `1e300f64 as f32`
cc #10184, #10185
| 1 |
Hello. I was trying to build julia in Scientific Linux SL release 5.5 and got
something like:
JULIA usr/lib/julia/sys.ji
error during bootstrap: assign array[5]: index out of range
make[1]: *** [/imports/home/s/shhong/src/julia/usr/lib/julia/sys.ji] Error 1
make: *** [debug] Error ... |
I'm seeing an error on bootstrap but in a different location:
CC src/sys.o
CC src/init.o
CC src/task.o
CC src/array.o
CC src/dump.o
CC src/toplevel.o
CC src/gc.o
LINK usr/lib/libjulia-release.so
PERL base/pcre_h.jl
PERL base/errno_h.jl
PERL base/os_detect.jl
PERL extras/glpk_h.jl
PERL extras/... | 1 |
hello, everyone.
i have a problem that the images are misplaced when the gridview is scrolling
fast.
i just use glide in getView() like this:
Glide.with().load().asBitmap().thumbnail().into();
|
I have a ListView for which each row contain one ImageView + TextViews.
Something very usual and unspectacular.
The first row's Imagaeview holds an animated GIF while all other rows hold
regular JPG images.
On my Nexus4, somerhing funny is going on. Scrolling it the list, towards the
7th or 8th row (which are jus... | 1 |
Right now, the system VPN is not working for`video_player` plugin in iOS. So
can I set a proxy in my app?
| 0 | |
### Input Code
const makePromise = () => {
return new Promise((resolve) => {
setTimeout(() => {
resolve('FOO');
}, 500);
});
};
(async () => {
const foo = do {
try {
await makePromise();
} catch (error) {
}
... |
> Issue originally made by @AppShipIt
### Bug information
* **Babel version:** 6.3.17
* **Node version:** 5.0.0
* **npm version:** 3.5.1
### Options
{
"presets": [
"es2015",
"stage-0"
]
}
### Input code
const testSwitch = () => do {
... | 1 |
## 📝 Provide a description of the new feature
_What is the expected behavior of the proposed feature? What is the scenario
this would be used?_
\--- 3 finger swipe up shows the windows tabs, . Would be nice if we can remap
certain keys for the finger gestures as well.
If you'd like to see this feature implemented... |
would be nice if I could launch using the Touchpad settings for Taps with
Three-finger gestures.
| 1 |
The "JQurey's $.getJSON" link in the Zipline's, instead of opening the getJSON
document, link to the $.each document.
|
#### Issue Description
I've compiled a few thoughts of what I think could be improved for the "Create
a Set"-challenges of the "Coding Interview Data Structure Questions" section.
**See the comments in the code below** (which FYI, was the solution I created
when working through them).
This is partially covered by #... | 0 |
# Checklist
* I have checked the issues list
for similar or identical feature requests.
* I have checked the pull requests list
for existing proposed implementations of this feature.
* I have checked the commit log
to find out if the if the same feature was already implemented in the
master branch.
... |
When using gevent as a pool, queuing a single task that uses django-channel's
group_send with async_to_sync works, but queuing multiple tasks will result in
the following error:
`RuntimeError: You cannot use AsyncToSync in the same thread as an async event
loop - just await the async function directly.`
Seems like ... | 0 |
Hello,
I spent a few hours debugging my system the other day because my disk was full
- not because of space but because of inodes. In fact, it was the cache
sessions directory that was full of sess_* files.
As it was already stated in pr #1097, on systems like Debian, the default
session.gc_probability is defined ... |
I had a strange behavior while learning with the Symfony Book Chapter "Forms".
For revision:
1. Creating the Class:
// src/Acme/TaskBundle/Entity/Task.php
namespace Acme\TaskBundle\Entity;
class Task
{
protected $task;
protected $dueDate;
public fu... | 0 |
**Migrated issue, originally created by Derek Lambert (@dlambert)**
Appologies if this explanation isn't accurate, the code is. After #4116, an
association proxy specifing a property defined in a subclass no longer
resolves properly.
import sqlalchemy as sa
import sqlalchemy.orm as orm
from s... |
**Migrated issue, originally created by Brendan Abel (@babel)**
This is using sqlalchemy 0.9.8
Assuming a declarative class called "MyClass" with an association proxy field
call "my_field"
>>> ap = MyClass.__mapper__.all_orm_descriptors['my_field']
>>> ap.owning_class
None
>>> ap = ... | 1 |
As far as I can tell, when `&str` appears as the return type of a function,
this silently implies `&'static str`. I think this holds for all other types
as well, not just `str`. I propose that we force people to be explicit here,
since our general rule is that any borrowed pointer that is returned from a
function mus... |
We currently have `Zero` and `One` traits that are meant to work with `Add`
and `Mul` and support iterator operations like `sum`, as well as the current
`step_by` API.
It would be good to have a more comprehensive vision for this kind of trait
before stabilization; an RFC would be ideal.
| 0 |
Thank you for submitting a TensorFlow documentation issue. Per our GitHub
policy, we only address code/doc bugs, performance issues, feature requests,
and
build/installation issues on GitHub.
The TensorFlow docs are open source! To get involved, read the documentation
contributor guide: https://www.tensorflow.... |
Thank you for submitting a TensorFlow documentation issue. Per our GitHub
policy, we only address code/doc bugs, performance issues, feature requests,
and
build/installation issues on GitHub.
The TensorFlow docs are open source! To get involved, read the documentation
contributor guide: https://www.tensorflow.... | 1 |
Hello, I am Brazilian, and I can help make the English / Portuguese
translation.
Are countless users of the bootstrap in the country, and many do not know
English.
I am not of the best Portuguese / English.
More English / Portuguese, know what to say!
other languages can now be translated also release the Po... | 1 | |
Go version:
What steps will reproduce the problem?
If possible, include a link to a program on play.golang.org.
1. go get github.com/kisielk/vigo
2. cd $GOPATH/github.com/kisielk/vigo
3. go build
4. ./vigo 2> trace
The stack trace is here:
unexpected fault a... |
by **eduard.castany** :
What steps will reproduce the problem?
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}
go run hola.go
What is the expected output?
Hello, 世界
What do you see instead?
Hello, õ©ûþòî
Wh... | 0 |
## Bug Report
* I would like to work on a fix!
**Current behavior**
A clear and concise description of the behavior.
* REPL
**Babel Configuration (babel.config.js, .babelrc, package.json#babel, cli
command, .eslintrc)**
* Filename: `.babelrc`
{
plugins: [
["@babel/proposal-cl... |
## Bug Report
I (and others) get an error when running the build of a create-react-app
project ("Minified React error #130 \- 'this' in JSX arrow function", see
facebook/create-react-app#8738
_Note: I had hoped to find a existing bug, so Iposted the problem as a
discussion first_
**Current behavior**
With the fol... | 1 |
Hi all, I am new to react and I am trying to create a react library of
components and I came across this problem because one of the components I am
creating uses REACT HOOKS.
**Disclaimer: this is my first time creating an issue, so please bear with
me.**
So I am trying to create an accordion component which toggle... |
on the MDN site https://developer.mozilla.org/en-
US/docs/Web/API/KeyboardEvent/code
Mozilla is saying Event.code is the new way to distinguish which button a user
is pressing, having to pull this off of the native event is a pain, and since
this is the new standard, it'd be nice to have it on React's synthetic even... | 0 |
# Environment
Windows build number: 10.0.18362.0
Windows Terminal version (if applicable): 0.5.2681.0
Any other software? No
# Steps to reproduce
Set the `newTabProfile0` shortcut to `"Ctrl+numpad_1"` and save:
{
"command" : "newTabProfile0",
"keys" : ... |
Is it possible to focus terminal by hotkey? E.g. when I click ctrl + ` it
should open/focus terminal and put in in foreground.
| 0 |
**Elasticsearch version** : 2.3.3
**JVM version** :1.8.0_101
**OS version** : Ubuntu 14.0.4
**Description of the problem including expected versus actual behavior** :
**Steps to reproduce** :
Adding documents with two different location formats:
PUT /foo
{
"mappings": {
"bar": {... |
Hi,
I've recently upgraded ES from version 1.4.4 to 1.7.1 and now I have an issue
with lat and lon indexed fields for geo_point.
In my index I have a field defined as follows:
"geolocation": {
"lat_lon": true,
"geohash_prefix": true,
"type": "geo_point",
"geohash": tr... | 1 |
## 🐛 Bug
When indexing into a tensor with another tensor, around 10 times the size of
the array is used in memory on the GPU.
## To Reproduce
import torch
def torch_memory(device):
# Checks and prints GPU memory
print(f'{torch.cuda.memory_allocated(device)/1024/1024:.2f... |
In [1]: x = torch.randn(20000, 20000,device='cuda')
In [2]: torch.cuda.max_memory_allocated()
Out[2]: 1600126976
In [3]: m = ~torch.eye(20000, dtype=torch.bool, device='cuda')
In [4]: torch.cuda.max_memory_allocated()
Out[4]: 2401239040
In [5]: x[m]
Out[5]:... | 1 |
* Electron version: 1.6.2
* Operating system: Windows 10
### Actual behavior
When I'm maximizing the frameless window, the borders of window are out of
screen.
For example: If I have my custom titlebar with 100px height and if I'll
maximize the window, the titlebar will be 96px height.
On screenshot, the bor... |
* Electron version: 1.4.15
* Operating system: Windows 10
### Actual behavior
Height is oversized by exactly 8px consistently (taskbar is set to small
icons).

### How to reproduce
https://github.com/adi518/ele... | 1 |
Given the new `this` return type and F-bounded polymorphism I was a little
surprised that I still could not express a functor interface
**Example of Problem**
interface IFunctor<A> {
/** Maps `A` into `B` */
map<B>(f: (a: A) => B): IFunctor<B>;
}
// A class with more than just... |
It would be enormously helpful if `this` recognized type parameters:
abstract class Functor<a> {
abstract map<b>(map: (value: a) => b): this<b>;
}
abstract class Monad<a> extends Functor<a> {
abstract bind<b>(bind: (value: a) => this<b>): this<b>;
}
| 1 |
##### System information (version)
* OpenCV => :4.0beta:
* Operating System / Platform => :Windows 10 64 bit:
* Compiler => :Visual studio 2017:
##### Detailed description
Assertion failed when import caffe model, the message is as follws:
OpenCV: terminate handler is called! The last OpenCV error is:
Ope... |
##### System information (version)
* OpenCV => ❔
* Operating System / Platform => ❔
* Compiler => ❔
##### Detailed description
##### Steps to reproduce
| 0 |
reported:
https://www.facebook.com/groups/free.code.camp.bengaluru/761870870602896/?ref=notif¬if_t=group_activity
Screen shot: https://scontent.fsnc1-1.fna.fbcdn.net/hphotos-
xpf1/t31.0-8/11888635_963123300399960_4127102090052504172_o.jpg
|
Challenge http://www.freecodecamp.com/challenges/bonfire-title-case-a-sentence
has an issue. The Bonfire asks to "Return the provided string with the first
letter of each word capitalized".The sentence should be worded differently
because it should specify that all the letters remaining should be lower case.
I realiz... | 1 |
We should change this:
`import { some-module } from 'some-lib'`
To this:
`from 'some-lib' import {some-module}`
If we change to the second, the IDE can help us out by auto-completing the
modules which we can import. In the first case we still can do it, but it's
unnatural, we have to type everything and then come... |
Consider the following import statement:
import { int, float } from '../lang';
With auto-suggest I need to start this by typing:
import {} from '../lang';
Then I can go back inside the {} and get auto-suggestions.
It would be very nice if TypeScript supported an alternate sy... | 1 |
The issue is about several reducing functions such as `np.mean` or `np.std`.
These functions seem to return a different result when passed a 2D array
together with `axis` argument instead of 1D array which is manually
subscripted. Formally these two methods describe the exact same operation and
so they should return ... |
On Numpy 1.14.2 I get the following:
A = np.random.rand(1024,256,256,3)*255 # similar to a 1024 256x256 images tensor
print(np.mean(A,axis=(0,1,2))) # 64 bit works fine
print(np.mean(A.astype(np.float32),axis=(0,1,2))) # 32 bit works fails
print(np.mean(A.astype(np.float32))) # 32 bit works... | 1 |
#![feature(associated_types)]
impl Foo for int {
type A = uint;
}
pub trait Foo {
type A;
}
pub fn main() {}
task 'rustc' panicked at 'No def'n found for DefId { krate: 0, node: 13 } in tcx.impl_or_trait_items', /home/ncameron/rust/src... |
Not sure how to properly describe the bug, but this causes an ICE:
#![feature(associated_types)]
struct SimulationInfo;
impl SimulationInfo {
fn add_state<T: HasState>(&mut self, op: || -> <T as HasState>::State)
-> Option<&mut <T as HasState>::State> {
... | 1 |
Hello,
I upgrade my PHP version from PHP 5.6.36 to PHP 7.2, but I have a problem when
I want to use the migrate function of Session component.
My simple line of code :
`$this->request->getSession()->migrate(true, $newLifetime);`
The error returned :
`Warning: ini_set(): A session is active. You cannot change t... |
My entity :
/**
* @Orm\Column(type="string",length="50")
* @Assert\NotBlank()
* @Assert\Choice(choices = {"spring", "summer","autumn","winter"})
*/
private $season;
My Form :
$builder->add('season', 'choice', array('choices' =>
array('spring'=>'season.spring','summer'=>'season.summer','autumn'=>'seas... | 0 |
Challenge http://freecodecamp.com/challenges/bonfire-return-largest-numbers-
in-arrays has an issue. Please describe how to reproduce it, and include links
to screenshots if possible.
1. GO to http://freecodecamp.com/challenges/bonfire-return-largest-numbers-in-arrays
2. Check the unit test section. Script error... |
Challenge http://freecodecamp.com/challenges/waypoint-write-reusable-
javascript-with-functions has an issue. Please describe how to reproduce it,
and include links to screenshots if possible.
The method of defining a function in the text differs from the method used in
the code window. This may confuse campers.

| 1 |
**Describe the bug**
I was using r112 and everything was ok, after upgrading to r120 I noticed a
huge drop in fps when using composer render rather than the normal render.
there are 7 objects, 2000 instanced objects.
I know that 2000 sounds a big number, but it works well with normal rendering,
and it was working ... |
OutlinePass causes performance issue especially on mesh with a lot of faces.
I am not sure if this is bug or expected behavior. Thanks.
**Screenshots**

without outline (28ms)

df['d'] = 3
df['c c']
Error
C:\python_envs\prod2\lib\site-packages\pandas\core\frame.pyc ... |
import pandas as pd
ind = ['A', 'A', 'B', 'C']i
df = pd.DataFrame({'test':range(len(ind))}, index=ind)
rows = ['C', 'B']
res = df.ix[rows]
assert rows == list(res.index) # fails
The problem is that the resulting DataFrame keeps the ordering of the
`df.index` and not the `ro... | 0 |
**Sam Brannen** opened **SPR-9861** and commented
#### Status Quo
When using SpEL's type function `T` to access a static constant, evaluation of
the expression fails if the class referenced by the `T` function implements
`java.util.Map`.
For example, the following SpEL expression (taken from an excerpt from a
pro... |
**Paul Benedict** opened **SPR-4625** and commented
It is sometimes desirable to perform a single operation in a separate session.
For instance, if a DataIntegrityViolationException is returned in the current
transaction, go back to the database to determine which column was duplicated.
But for this to succeed, a s... | 0 |
If I have `abstract Foo` and `type Bar<:Foo ... end`, `type Baz<:Foo ... end`,
how should I denote a `Vector` accepting only any _subtypes themselves_ (not
instances) of `Foo` type?
This trick works:
typealias FooType{T<:Foo} Type{T}
v = Vector{FooType}
push!(v, Bar)
push!(v, Baz)
push... |
Currently, there is the following line in the sparse matmult code:
julia/base/sparse/linalg.jl
Lines 94 to 95 in 056b374
| # For compatibility with dense multiplication API. Should be deleted when
dense multiplication
---|---
| # API is updated to follow BLAS API.
I am assuming that this means we want t... | 0 |
#### Code Sample, a copy-pastable example if possible
Execute this code in a terminal with width <= 90 cols.
import pandas as pd
val = [1017.56, 88.0502014, 114.90493799999999, 98.52555079999999, -4.35584164,
0.13409058699999998, -3.28222513, 0.137214884, -3.23924017, 0.08030553160000001,
... |
#### Code example
import pandas as pd
import numpy as np
index = pd.date_range('1970', '2018', freq='A')
data = np.random.randn(len(index))
columns1 = [
['This is a long title with > 37 chars.'],
['cat'],
]
columns2 = [
['This is a loooooonger title ... | 1 |
I'm trying to request google search results and access the top few links.
However, it always gets stuck on some sites. Ctrl-C is not in effect but
Ctrl-Z does bring me to the terminal.
I have set a timeout for each request.
I have read messages that DNS is one of the sources of blocking and I patched
this with an ... |
The request `my_session.head(some_url, verify=True)` reuses existing
connections, including any that were established with `verify=False`.
## Expected Result
I would expect that HTTP requests with `verify=True` would only reuse existing
connections that were also established with `verify=True`.
## Actual Result
F... | 0 |
It is not always does like this. But some of txt files fails. Plus, if i copy
all types from NotePad and past it Atom it will be fixed.

after copy all from NotePad

| 1 |
The THREE.SVGLoader() is unable to process the attached SVG file. Since the
file looks fine in Chrome Browser and other SVG editors, I assume the file
conforms to the SVG standard. When the file is loaded to three.js, it does not
crash anything, but it is rendered into gibberish.
Is the problem caused by a bug in th... |
I mean, I understand SVGLoader is work in progress, but can you really get
anywhere without this? my svg looks exploded :)
example:
<g transform="translate(226 226)">
<polygon fill="#F4F7FF" points="...
in SVGLoader there is only this:
case 'g':
style = parseStyle( node,... | 1 |
##### System information (version)
Using the cv2 libraray in a python3.6 application, when I try to set the
preferable target to CUDA using the line
`cv.dnn_Net.setPreferableTarget(cv.dnn.DNN_TARGET_CUDA)` I get the following
error;
TypeError: descriptor 'setPreferableTarget' requires a 'cv2.dnn_Net' ... |
This is a duplicate of #8658. Linking any application that uses the OpenCV C
API without optimizations now results in a undefined reference to cvRound.
This is because this function is now defined ONLY in a C++-only header:
fast_math.hpp.
The reply (by "alalek") on that bug was that the C API shouldn't be used
anymo... | 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.0
### What opera... |
### 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.2
"electron-pac... | 1 |
Create a new ContainerLayer type or an argument to a SceneBuilder.build() or
SceneBuilder.pushScene() that allows the framework to explicitly raster cache
the subtree right away so subsequent redraws of the scene are optimized.
|
## Use case
Although RepaintBoundary is a key widget in improving Flutter’s performance on
the UI thread, it’s not well-utilized on the GPU thread. For example, only the
lowest-level `RepaintBoundary`, which corresponds to leaf-level engine
PictureLayer, currently triggers the raster cache on the GPU thread. In
cert... | 1 |
### Body
We have a kind request for all the contributors to the latest Apache Airflow
RC 2.3.3rc3.
Could you please help us to test the RC versions of Airflow?
Please let us know in the comment if the issue is addressed in the latest RC.
* Switch Markdown engine to markdown-it-py (#19702): @uranusjr @torbjornva... |
**Apache Airflow version** : 2.0.0a2
As of #9363, the `tasks run` command attempts to restore the root logger
handlers to the previous state after running the task with the handlers all
replaced by those from the `airflow.tasks` logger.
However, because no actual _copy_ is created of the root handlers list, what
yo... | 0 |
Noticing a security vulnerability [CVE-2021-3807] when scanning the "npm"
package with JFrog Xray as below:

The package cli-table3 and one of its dependency ansi-regex need to be bumped
up in order to fix this ... |
Our team found an issue of npm inconsistent install while migrating from lerna
to npm@7 workspaces. It looks like inability to install proper dependencies if
there is previous state of node_modules when checking out between branches.
The result differs if previous node_modules is present or not.
### Current Behavior... | 0 |
It seems that I'm unable to make elasticsearch query for boolean true values.
Boolean false works fine.
Elasticsearch version: 0.20.1
Steps to reproduce (in shell script form):
curl -XDELETE http://localhost:9200/rctest
echo
curl -XPOST http://localhost:9200/rctest/attendants/123 -d '{"is_coo... |
Effectively, indexing it as lowercase `t` instead of upper case `T`. See repo
here: https://gist.github.com/adba5adb18555033f1c1.
| 1 |
Uncaught Error: EACCES, open '/home/rhocassiopeiae/.atom/compile-
cache/cson/5af7724b023a6274b520f79f04fb798a67319ca7.json'
**Atom Version** : 0.158.0
**System** : linux 3.13.0-43-generic
**Thrown From** : Atom Core
### Steps To Reproduce
1. ...
2. ...
### Stack Trace
At fs.js:75
E... |
Steps for reproduce:
> Open atom
> Open folder with source code
> Select any source file from trreview
> rigth click and duplicate file
> crash
I am using Fedora 21 and atom version is 0.168.0
Here the output:
[fabio@ironhide ~]$ /usr/bin/atom: line 92: 10917 Segmentation fault (core
dumped) nohup "$A... | 0 |
import seaborn as sns;sns.set()
import matplotlib.pyplot as plt
penguins = sns.load_dataset("penguins")
# sns.displot(data=penguins, x="flipper_length_mm",label='policy_0',kind="hist")
sns.histplot(data=penguins, x="flipper_length_mm",label='policy_1')
plt.legend()
plt.savefig("te... |
Consider data points that describe:
* different animal species
* each specie lives across different countries
* a population for each specie in each country
The current plotting histograms considers each bin (animal specie) as a full
collection of data and each hue (country) as separate _histograms_.
Since ... | 0 |
Fallout of #21191. `-C opt-level=2` sets `CodegenOptions::opt_level` but `-O`
doesn't, and `-C lto` path only looks at that. Due to the fallback from LTO
path, `-O -C lto` is currently same to `-C opt-level=0 -C lto` (!).
|
`-O` seems to function like an alias for `-C opt-level=2`, but `-O` does not
enable certain LTO LLVM optimizations (inlining?), whereas `-C opt-level=2`
does. This seems like a mistake.
The problem is this code in `librustc_trans/back/lto.rs`:
let opt = sess.opts.cg.opt_level.unwrap_or(0) as libc:... | 1 |
How to use threads in angular2 -Thread method like sleep(),wait()
|
Hello,
how can we do synchronized method calling in angular2 -Threads(sleep(),wait()
).
| 1 |
The control height classes listed on http://getbootstrap.com/css/#forms-
control-sizes do not match the classes that actually exists in bootstrap.css
and bootstrap.min.css.
`.input-lg` is shown in the documentation,but `.input-large` is configured in
the css. Likewise, `.input-sm` is shown in the documentation, but ... |
To increase/decrease the size of form controls, you can add the classes input-
lg or input-sm (at least according to the website
[http://getbootstrap.com/css/#forms] - which is the most consistent solution).
In the css code, however, the classes are called input-large and input-small.
| 1 |
I was looking for a way to set a remember me cookie programmatically from
inside a service. So I am not coming through a standard form login.
Unfortunately all the remember me services are private and so I can not access
them. Is there another way to solve this problem? I am using Symfony version
2.4.
|
Just bringing attention to this particular issue since all the @ mentions are
getting no response there. See FriendsOfSymfony/FOSUserBundle#747. If there is
a better way to bring stuff like this to attention, then it would be good to
know.
Quoting @stof:
> The remember me services are private so they are removed fr... | 1 |
* VSCode Version: 1.2.0
* OS Version: Win10
Steps to Reproduce:
1. Create a new file e.g. test.php
2. Copy this:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Test</title>
</head>
<body>
<... |
* VSCode Version: 1.2.1
* OS Version: Windows 7
Commands within one single line do not appear to have the correct highlight.
Example:
<?php foreach (array() as $array) { ?>
<?php } ?>
| 1 |
Druid indexing needs to be revisited to improve indexing performance and
functional capability. Currently, v8 segments are created by IndexMerger and
converted to v9. We should be able to build v9 segments directly.
|
The indexing code is getting old and the method of updating the storage format
is essentially amounting to writing in an old version and converting up
multiple times. This is less than optimal and not a good sign for future
maintenance.
We need to look at the indexing code and fixor it up to make it betterz.
| 1 |
Step to reproduce:
1. Go to an old user profile, for example mine http://www.freecodecamp.com/aluzardo
Expected: Show all the challenges with the correct category name.
Actual: I can see some challenges with the old categories names “Bonfires,
Waypoints…”
|

| 1 |
I had a deps file that looks like:
export * as React from "https://dev.jspm.io/react";
export * as ReactDOM from "https://dev.jspm.io/react-dom";
and then the file consuming it...
import { React, ReactDOM } from "./deps.js";
const rootEl = document.getElementById("root");
Re... |
Hi,
in my tsconfig.json:
"compilerOptions": {
"lib": ["esnext", "dom", "deno.ns"]
}
...and with Deno 0.35.0:
error TS2488: Type 'Headers' must have a '[Symbol.iterator]()' method that returns an iterator.
► https://deno.land/std/http/io.ts:135:24
135 for (... | 0 |
Just playing with higher-order functions and structs with function fields.
I tried this code:
// the main function
fn main() {
let funcs = Funcs {
a: Box::new( |x| { 1 + x } ),
b: Box::new( |x| { x * 2 } )
};
let composed = compose(&funcs.a... |
Hello folks,
I'm dutifully reporting this as the compiler told me to so. The bug is the
same reported already by #24504 and #22897, although it appeared on a
different circumstance. I have this simple program (I'm a Rust newbie so It's
very likely I'm doing things terribly wrong):
use std::io::*;
... | 1 |
I have just installed tensorflow 1 and when I try to run a program I get
following errors.
"C:\Users\CRCV>python a.py
E c:\tf_jenkins\home\workspace\release-
win\device\cpu\os\windows\tensorflow\core\framework\op_kernel.cc:943] OpKernel
('op: "BestSplits" device_type: "CPU"') for unknown op: BestSplits
E c:\tf_... |
I installed TensorFlow version 1.0.0-rc2 on Windows 7 SP1 x64 Ultimate (Python
3.5.2 |Anaconda custom (64-bit)) using:
pip install --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.0.0rc2-cp35-cp35m-win_amd64.whl
When I try running the test script from
https://web.archi... | 1 |
_From@codegastudio on November 12, 2016 9:3_
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
Letsencrypt
##### ANSIBLE VERSION
ansible 2.2.0.0
config file =
configured module search path = Default w/o overrides
##### CONFIGURATION
None
##### OS / ENVIRONMENT
MacOS Sierr... |
When running this task
- name: 'Subversion | Install SSH user public keys'
authorized_key: user=sshsvn
key="{{lookup('file', inventory_dir + '/files/certs/' + item + '.svn.pub')}}"
key_options='command="/usr/local/bin/svnserve -t --tunnel-user={{item}}"... | 0 |
I'd like to read audio file by using a sox utility directly. Currently I can
do it as:
signal = torch.from_numpy(np.frombuffer(subprocess.check_output(['sox', '-V0', audio_path, '-b', '16', '-e', 'signed', '--endian', 'little', '-r', str(sample_rate), '-c', '1', '-t', 'raw', '-'], dtype = np.int16))
I... |
We support many built-in functions (Python 2, Python 3), but not all of them.
Some of these need some more discussion (i.e. what about builtins that exist
in Python 2 but not 3 and vice versa), but many can be done piecemeal and
should be straightforward to implement. When you implement a builtin please
check to see ... | 0 |
Coming from atom/atom#2177, it seems atom retrieves pre-built libraries for
atom-shell, which I'm guessing were built in Ubuntu.
Trying to build atom-shell from source fails (please see details in linked
issue).
|
We should provide a script to build libchromiumcontent and atom-shell from
source code, and make use of OpenSUSE Build Service to compile and provide
Linux packages.
| 1 |
## In 4.1.1, non-sharding-table SQL do not supported nested subquery,
I'm sorry for the bad reading experience. I translated the English with Google
and made some adjustments.
this nested subquery has nothing to do with the table I want to sharing.
For example, if the table to be sharding is "log" ,
and a SQL S... |
### Which version of Sharding-Jdbc do you using?(您使用的Sharding-Jdbc版本为?)
Sharding-Jdbc版本:2.0.3
### Expected behavior (您预期的结果是)
希望可以集成到springboot2.0
### Actual behavior (实际运行的结果是)
报错:java.lang.ClassNotFoundException:
org.springframework.boot.bind.RelaxedPropertyResolver
原因springboot2.0中RelaxedPropertyResolver不再可用... | 0 |
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
When trying to rehydrate markup in IE11 'Argument is not optional' error is
thrown. It happens only if component has dangerouslySetInnerHTML prop.
**Example**
https://jsfiddle.net/oy9awLtq/
**What is the expected... |
**Do you want to request a _feature_ or report a _bug_?**
bug
**What is the current behavior?**
React interactivity lost, React crash?
**If the current behavior is a bug, please provide the steps to reproduce and
if possible a minimal demo of the problem viahttps://jsfiddle.net or similar
(template: https://jsfi... | 1 |
This was fun to debug.
In [1]: import pandas as pd
In [2]: 0 in pd.Int64Index([0, 0, 1])
Out[2]: True
In [3]: 0 in pd.Int64Index([0, 1, 0])
Out[3]: True
In [4]: 0 in pd.Int64Index([0, 0, -1])
Out[4]: True
In [5]: pd.Timestamp(0) in pd.DatetimeIndex([0, 1,... |
#### Code Sample
result = pd.Series(1., pd.date_range('20170101','20181231',freq='D')).resample('B').last().to_period()
print result.index[0]
# Period('2016-12-30', 'B')
pd.Period('20170101', freq='B')
# Period('2017-01-02', 'B')
#### Problem description
when i have daily da... | 0 |
##### Issue Type:
Feature Idea
##### Component Name:
core
##### Ansible Version:
$ ansible --version
ansible 2.0.0.2
config file = /home/damjan/sys-ops/ansible.cfg
configured module search path = Default w/o overrides
##### Ansible Configuration:
ask_vault_pass = true
become ... |
##### ISSUE TYPE
* Bug Report
* Feature Idea
##### COMPONENT NAME
lib/ansible/playbook/play_context.py
lib/ansible/playbook/become.py
##### ANSIBLE VERSION
devel
##### SUMMARY
PlayContext defined its own become attributes:
https://github.com/ansible/ansible/blob/devel/lib/ansible/playb... | 0 |
##### ISSUE TYPE
* Feature Idea
##### ANSIBLE VERSION
ansible 2.1.0.0
config file = /home/soar/ansible2/ansible.cfg
configured module search path = Default w/o overrides
##### SUMMARY
When I build new project with Ansible, I place all sensitive information to
vault-encrypted file... |
In some cases diff users might want to use the same play with different access
levels, being able to change vault failure to decrypt to a warning or
something else allows for this.
| 1 |
When using mysql as URI scheme in caravel_config.py, everything works fine.
I could add druid cluster. When I try to refresh druid metadata, it throws
following error:
sqlalchemy.exc.InvalidRequestError: This Session's transaction has been rolled
back due to a previous exception during flush. To begin a new transa... |
In the commit `c2bb49f`, the foreign key that references
datasource.datasource_name was set on columns.column_name when it should be
columns.datasource_name. This causes errors when there are any new columns to
be created when refreshing the druid datasources.
I am trying to generate a migration script to fix this. ... | 1 |
# Environment
Windows build number: 10.0.18363.476
Windows Terminal version (if applicable): 0.6.2951.0
# Steps to reproduce
1. Make sure Windows Terminal is in dark theme and Windows 10 default app mode is light
2. Open `about` modal
3. Highlight some text and right click
# Expected ... |
# Summary of the new feature/enhancement
In Profile.json we will define the `actions` section.
This section is an array and each element takes an Object, the schema can be
{
"icon" : "...",
"title" : "...",
"command": "..."
}
You can add an icon next to the icons at the top rig... | 0 |
##### Description of the problem
[.Offscreen-For-WebGL-0EAEC5B0]RENDER WARNING: texture bound to texture unit 0
is not renderable. It maybe non-power-of-2 and have incompatible texture
filtering.
This is what came up in the console:
i tried duplicating the water shader material in codepen
https://codepen.io/... |
my vtk file format like:
# vtk DataFile Version 4.1
3D point save to vtk file
ASCII
DATASET STRUCTURED_POINTS
DIMENSIONS 100 100 100
SPACING 1 1 1
ORIGIN 0 0 0
POINT_DATA 1000000
SCALARS gray_value float 1
LOOKUP_TABLE default
0.364706
0.345098
0.054902
0.654902
0.623529
0.627451
0.333... | 0 |
Hello,
Cant create session with auth object after upgrading to 1.0.3 used to work in
0.14.2
(This is an interactive session, I replaced < and > with //)
Python 2.7.2+ (default, Oct 4 2011, 20:03:08)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
> import requests... |
requests.session(**kwargs)
Returns a Session for context-management.
This not longer works:
session = requests.Session(verify=not staging)
TypeError: __init__() got an unexpected keyword argument 'verify'
| 1 |
### Problem description
CircularProgress is frozen on FF & Safari (I don't have Edge and IE to test
that)
### Link to minimal working code that reproduces the issue
Just look at the documentation page: https://material-
ui-1dab0.firebaseapp.com/component-demos/progress
### Versions
* Material-UI: 1.0.0-alpha.1... |
Circular progress doesn't work on safari, it looks full.
Open next docs in safari.

### Versions
* Material-UI: Next branch
* Browser: Safari 9.1.3, 10.1; Firefox 45.8... | 1 |
It seems that once emacs parses a `'"'` (that is, a double-quote character
literal), in rust code it interprets this as the beginning of a string and
highlights accordingly. This is very easy to spot, for example, in the file
`src/libextra/json.rs` (which is where I discovered it).
|
The latest version of `rust-mode` for Emacs (20130928.1740) has issues with
single-quoted characters, especially when that character is a `"` (double
quote). The following program executes correctly in Rust 0.8, but is font-
locked
improperly in Emacs:
fn main() {
println!("{}", '"');
... | 1 |
I would be willing to contribute a median absolute deviation function to
scipy.stats, if there is a broader interest. There are other robust measures
of variance (`tvar` and `iqr`) and I think the `mad` function would complement
these nicely.
|
Some functions like `linregress` and `theilslopes` return tuples of 4 or 5
results. A `Bunch` pattern would be much cleaner, and also allows adding extra
return values easily.
See discussion at rgommers@`6c1048f6416` with @josef-pkt
| 0 |
After installing the prerequisites (and setting the following environment
variables):
export NO_CUDA=1
export NO_DISTRIBUTED=1
export NO_MKLDNN=1
export NO_NNPACK=1
export NO_QNNPACK=1
I could not complete the build with the following command:
`make -VERBOSE=1`
The tail of the ... |
## Issue description
There's a recent change in jit scripting path for nn.interpolate operator.
After aten::__interpolate operator is removed and the scriptable
nn.interpolate module has become scriptable as part of this PR: #34514, the
graph new graph is exported using hundreds of extra nodes.
This means that the... | 0 |
I need to limit CPU usage of tensorflow on Windows by setting
inter_op_parallelism_threads = 1 , ( intra_op_parallelism_threads = 1 also for
CPU)
When I run a model on CPU, inter_op_parallelism_threads = 1 works perfectly,
and only one logical core is used.
But when I run a model on GPU, inter_op_parallelism_thread... |
We are using:
with sv.managed_session(
server.target,
config=tf.ConfigProto(log_device_placement=True,
inter_op_parallelism_threads=1,
intra_op_parallelism_threads=1),
) as sess:
but TensorFlow still launches a number of thre... | 1 |
It would be useful to us and I'm pretty sure to other people to be able to
call gemm in C.
There is the file numpy/core/src/multiarray/cblasfuncs.c that contain this
function:
static void
gemm(int typenum, enum CBLAS_ORDER order,
enum CBLAS_TRANSPOSE transA, enum CBLAS_TRANSPOSE transB,
... |
I was wondering if it's possible for the relevant Numpy DLLs (e.g. lapack_lite
or _umath_linalg) to export the CBLAS functions, so that other software can
call into them using e.g. ctypes. Under Linux they are exported by default,
but not under Windows (AFAIK you have to explicitly export symbols on Windows,
by defau... | 1 |
##### System information (version)
* OpenCV => 4.1.1
* Operating System / Platform => Windows 64 Bit / C++ & Python
* Compiler => Visual Studio 2017, Python 3.7.6
##### Detailed description
I just updated OpenCV 4.2.0 and found a big problem.
If I open the lenna BMP image with IMREAD_GRAYSCALE flag, the im... |
`058367f`#diff-c868f69925dd124c54190546d4843841 break BGR color conversion
utilities in opencv/modules/imgcodecs/src/utils.cpp.
Before this commit when swap channels is set to 0 we have a following formula:
rgba[0]*cB + rgba[1]*cG + rgba[2]*cR
As `rgba`, in this case, is really BGRA data it works fine.
After th... | 1 |
Hi,
I design a network which composes of shared layers, I write code using
functional API. However, there always be errors.
I paste my network structure graph , code , and error information below, hope
to provide a clue.
Thanks!
Network Structure:

clf = ExtraTreesClassifier(n_estimators=1000,
max_depth=None,
max_features=... |
I notice that the current SelectKBest doesn't allow a user to select the `k`
best features from a model. Are there any thoughts about adding a `k`-best
feature selection using a model?
Related: #6673.
| 0 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussions forum first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports... |
hacked in `kombu/asynchronous/hub.py:Hub.close` to edit debug log, related
code:
https://github.com/celery/kombu/blob/master/kombu/asynchronous/hub.py#L247-L263
def close(self, *args):
[self._unregister(fd) for fd in self.readers]
self.readers.clear()
[self._unr... | 0 |
### 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)** : Windows 10
* **TensorFlow installed from (source or binary)** : binary (pip)
* **TensorFlow version (use command be... |
LookupError: No gradient defined for operation 'Argmax' (op type: Argmax)
| 1 |
### Apache Airflow version
2.5.0
### What happened
I am trying to set up Airflow Celery to use sentinel. However, we have
multiple sentinel instances up and running. So referring to the examples on
the internet, I tried to pass multiple sentinel URL as below in ENV VAR.
`AIRFLOW__CELERY__BROKER_URL='sentinel://re... |
### Apache Airflow version
2.4.3
### What happened
When configuring Airflow/Celery to use Redis Sentinel as a broker, the
following pops up:
airflow.exceptions.AirflowException: The broker you configured does not support SSL_ACTIVE to be True. Please use RabbitMQ or Redis if you would like to use SS... | 1 |
When I try example Mobx
Error: MobX observer: Store 'store' is not available! Make sure it is provided
by some Provider
at http://localhost:3000/_next/-/commons.js:8459:46
at Array.forEach (native)
at http://localhost:3000/_next/-/commons.js:8456:17
at _fn.render (http://localhost:3000/_next/-/commons.js:843... |
For some reason if I upgrade to beta 19 of next I get an error about the mobx
store not being available. I'm using a provider and then injected the store
into my components. Anyone else using mobx with next getting this error when
upgrading?
| 1 |
As of today interacting with input and outputs of dynamically loaded
components requires access to potentially "private" fields of a component. To
illustrate it with a concrete example let's say that I want to load, using
`DynamicComponentLoader`, a following component:
@Component({
selector: '... |
**I'm submitting a ...** (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... | 1 |
#### Data Visualization with D3: Work with Data in D3
http://beta.freecodecamp.com/en/challenges/data-visualization-with-d3/work-
with-data-in-d3
#### Issue Description
Submit and incorrect answer then submit the correct answer. The tests and
output will say the solution is incorrect.
Clear your localStorage and ... | 1 | |
## Steps to Reproduce
* create new project
* add a TextFormField widget
* run and compare with android native
**Native Android**
-> new Android Studio project - selected "Login Activity"-template

... |
code:
var pictureRecorder = ui.PictureRecorder();
var canvas = Canvas(pictureRecorder, Rect.fromLTWH(0.0, 0.0, image.width.toDouble(), image.height.toDouble()));
var paint = Paint();
paint.isAntiAlias = true;
var src = Rect.fromLTWH(
0.0, 0.0, image.width.toD... | 0 |
I'm trying to install numpy from source but I'm seeing a lot of C99 errors.
### Reproducing code example:
$ python -s setup.py --no-user-cfg build
$ python -s setup.py --no-user-cfg install --prefix=/Users/Adam/spack/opt/spack/darwin-mojave-x86_64/clang-10.0.1-apple/py-numpy-1.17.0-37xrxjmnbitsruc... |
Cannot build numpy v1.17.0 on CentOS 7.
Previous version works fine.
I'm seeing a lot of C99/C11 features in error message, and avx512f.
Not sure if the required `--std` option is set but I don't think gcc 4.8.5
(the system default compiler on CentOS 7) can handle all of that.
### Reproducing code example:
Si... | 1 |
This happens both locally and on Travis.
You get something like this:
...
[13:53:13] Starting 'cleanup.builder'...
[13:53:13] Finished 'cleanup.builder' after 125 μs
[13:53:13] Starting 'cleanup.builder'...
[13:53:13] Finished 'cleanup.builder' after 134 μs
[13:53:13] Starting 'cle... |
* **I'm submitting a ...**
* bug report
**Current behavior**
I'm using ComponentResolver to render dynamically 'some'(all names - just
alias) component to custom selector on a body.
Like that:
class SomeClass {
constructor(private resolver:ComponentResolver, private injector:Injector, ... | 0 |
Hi,
I have an annoying behavior that prevents me to type the character "]".
Instead it folds current-line.
On Azerty layout the ] can be typed with : AltGr + 0 .In the keybindings the
current line folding should be triggered with Ctrl + Alt + ]. So there is some
kind of conflict...
Thanks,
Atom@0.127.0, Windows 7... |
Original issue: atom/atom#1625
* * *
Use https://atom.io/packages/keyboard-localization until this issue gets fixed
(should be in the Blink upstream).
| 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.