text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
Users are confused by this:
if not index._verify_integrity():
dups = index.get_duplicates()
err_msg = 'Tried columns 1-X as index but found duplicates %s'
raise Exception(err_msg % str(dups))
this was added as I recall to give a somewhat bet... |
`tslib.get_value_box` seems out of place. The only place it is used is in
`base.index`. Meanwhile `_libs.index.get_value_at` looks very similar but is
never used. (It also looks similar to a chunk of code in
`IndexEngine.get_value`
Is it possible that `index.get_value_at` was intended to replace
`tslib.get_value_box... | 0 |
# 🚀 Feature request
Pytorch supports mimicking quantization errors while training the models.
Here is the tutorial on this. For our NLP transformers, it requires a "fake
quantization" operation to be done on the embeddings. I found this repository
converting BERT to support this.
## Motivation
I think quantizat... |
## Environment info
* `transformers` version: 4.17.0.dev0
* Platform: Linux-5.13.0-27-generic-x86_64-with-glibc2.10
* Python version: 3.8.0
* PyTorch version (GPU?): 1.10.1 (True)
* Tensorflow version (GPU?): not installed (NA)
* Flax version (CPU?/GPU?/TPU?): not installed (NA)
* Jax version: not inst... | 0 |
TL;DR: The versioned API types should be self-contained package. For example,
the file "pkg/api/v1beta3/types.go" is not self contained and contains
tendrils to other internal types (see below). This is somewhat cruddy for
other clients wanting to import minimal source from k8s just to call its APIs.
It'd be nice to ... |
Hi all
The logs on the gci master 1.3 beta image are not being rolled. Just lost my
master because `/var/log` was filled up :( Are we using logrotate? Because it
is not configured.
The cluster is a multi az cluster running on gce, using the default master.
Cluster was created using `kube-up.sh`.
Master version inf... | 0 |
### System info
* Playwright Version: [v1.34]
* Programming Language: Java
* Operating System: Mac os 12.2
* Browser: Chromium 114.0.5735.133 (Official Build) (arm64)
* Other info:
**Steps**
* Launch the Chromium instance through playwright
* Launch any site(google.com) or open Developer Tools
**Exp... |
### System info
* Playwright Version: [1.31.2]
* Operating System: [Windows 11]
* Browser: [Chromium, Firefox,]
* node.js versions [16.14.2, 18.11.0, 19.7.0]
### Source code
I can't share source code. It is an subject of confidantial.
My tests runs until playwright version 1.28.2. In version 1.29.1 I hat ... | 0 |
I am trying to get integration `webpack-hot-middleware` working, and I'm
hitting the issue where when accessing a non-root path, I get a `404` as
webpack tries to get the generated `.json` file from a relative path. The
solutions I've found indicate that configuring `webpack` with:
output:
path: ... |
Hello team,
After updating to webpack 3 the build breaks and i get the following error and
C:\git\app\node_modules\webpack\lib\webpack.js:19
throw new WebpackOptionsValidationError(webpackOptionsValidation
Errors);
^
WebpackOptionsValidationError: Invalid configuration object. Webpack has been
in
itialise... | 0 |
##### System information (version)
* OpenCV => :3.4.6:
* Operating System / Platform => :Windows 64 Bit:
* Compiler => :python:
##### Detailed description
Unable to Generate a config file after transfer Learning for
ssd_mobilenet_v1_fpn_coco tensorflow model
1、Modified category
2、Modified batch size 16
#... |
Transferred from http://code.opencv.org/issues/2844
|| Boris Mansencal on 2013-02-28 15:54
|| Priority: Normal
|| Affected: branch 'master' (2.4.9)
|| Category: gpu (cuda)
|| Tracker: Bug
|| Difficulty: None
|| PR:
|| Platform: None / None
## build with CUDA 5.0 on ma... | 0 |
When I try to start the "Get Started with Free Code Camp" Waypoint, I keep
getting this error "Oops! Something went wrong. Please try again later" making
me unable to finish the waypoint.
|
Login to FreeCodeCamp and go to the first way point for "Getting started with
Free Code Camp"
I get a message "Oops Something went wrong. Please try again later"

| 1 |
Currently, Deno only sorts the imported and exported names from import and
export specifiers. The goal is to also sort the import and export specifiers
in a certain sort function.
Usually, I sort those specifiers in Node in this way,
import 'style.css' // might be side effects module if JS
import ... |
import { x, y } from "./alphabet.ts"
import { foo, bar } from "std/foo/bar.ts"
import { z } from "./blah.ts"
imo would look better as
import { x, y } from "./alphabet.ts"
import { z } from "./blah.ts"
import { foo, bar } from "std/foo/bar.ts"
| 1 |
## Feature request
When outputting content targeting the `web` platform, it would be nice to have
the option to output an es module for modern browsers. (I don't believe there
is currently a way to do this - if there is it needs better documentation :P).
**What is the expected behavior?**
Ideally, I would like to... |
**I'm submitting a feature request**
It would be nice, if `output.libraryTarget` could support the ES2015 module
format.
**What is the motivation / use case for changing the behavior?**
Say I develop a fancy component called `fancy-component` with webpack. I use a
very custom config with specific loader settings ... | 1 |
### First Check
* I added a very descriptive title to this issue.
* I used the GitHub search to find a similar issue and didn't find it.
* I searched the FastAPI documentation, with the integrated search.
* I already searched in Google "How to X in FastAPI" and didn't find any information.
* I already read... |
### First Check
* I added a very descriptive title to this issue.
* I used the GitHub search to find a similar issue and didn't find it.
* I searched the FastAPI documentation, with the integrated search.
* I already searched in Google "How to X in FastAPI" and didn't find any information.
* I already read... | 1 |
ERROR: type should be string, got "\n\nhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.cov.html\n\nThe ddof definition in the above link is incorrect. ddof should be 1 instead\nof 9.\n\n" |
Documentation in
https://docs.scipy.org/doc/numpy/reference/generated/numpy.var.html#numpy.var
contains this statement
> The variance is the average of the squared deviations from the mean, i.e.,
> var = mean(abs(x - x.mean())**2).
>
> The mean is normally calculated as x.sum() / N, where N = len(x). If,
> however, ... | 1 |
1. Use
pip3 install
https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.10.1-py3-none-
any.whl
to install
2. just run a hello-world:
File "tf_beginner.py", line 2, in <module>
import tensorflow as tf
File "/Users/ /Desktop/dev/AI/TF_ENV/lib/python3.7/site-packages/tensor... |
I'm sure developers are working hard to catch up with Python 3.7.
Is there any timeline?
pip3 install tensorflow - apparently does not work, building from source:
OS Platform and Distribution: Mac OS X 10.13.5
Python: Python 3.7.0 (Homebrew)
TensorFlow installed from: source
(https://github.com/tensorflow/ten... | 1 |
### 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)** : Ubuntu 16.04 LTS
* **TensorFlow installed from (source or binary)** : source
* **TensorFlow version (use command bel... |
### System information
* OS Platform and Distribution: Linux Ubuntu 16.4
* Bazel version (if compiling from source): 0.4.4
* CUDA/cuDNN version: cuda-8.0
### Describe the problem
I want to install tensorflow 1.0.0 in Nvidia TX1. I am following this so as to
install version 1.0.0. But while installing bazel-0... | 1 |
**Do you want to request a _feature_ or report a _bug_?**
This probably is a feature request since the root of this is considering the
build tooling and questions on how to proceed with my efforts.
**What is the current behavior?**
No native ecmascript module output and the current build tools don't easily
allo... |
Currently we only ship CommonJS versions of all packages. However we might
want to ship them as ESM in the future (#10021).
We can't quite easily do this because we haven't really decided on what top-
level ES exports would look like from each package. For example, does `react`
have a bunch of named exports, but als... | 1 |
I can get the following on Julia 1.6.1:
julia> foo() = ===(0)
foo (generic function with 1 method)
julia> foo()
Internal error: encountered unexpected error in runtime:
BoundsError(a=Array{Any, (2,)}[
Main.:(===),
0], i=(3,))
jl_bounds_error_ints at /buildworker/wor... |
This needs to be implemented in `task.c`. After copying all the fields of the
`jl_task_t`, the following extra changes are needed:
* deepcopy `tls`
* set `consumers` to `jl_nothing`
* set `donenotify` to `jl_nothing`
* allocate with `allocb` a copy of `stkbuf`, which is `bufsz` bytes
I think there is a chan... | 0 |
With Wn=2 I correctly got the message
`ValueError: Digital filter critical frequencies must be 0 < Wn < 1`
But actually Wm=1 is accepted without error. The message should be changed to
`0 < Wn <= 1` if 1 is allowed.
|
When using `scipy.singal.iirfilter` (or any other related filter design
method), it is possible to trigger the error `Digital filter critical
frequencies must be 0 < Wn < 1`:
from scipy.signal import iirfilter
iirfilter(2, Wn=5, btype='low')
This error message is correct and helpful in the default... | 1 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
* v2... |
### 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^
### Operating Sys... | 0 |
I propose including the SourceFile being emitted in the emit callback.
**TypeScript Version:**
1.7.5 / 1.8.0-beta / nightly (1.9.0-dev.20160217)
**Code**
import * as ts from 'typescript';
import * as fs from 'fs';
import * as fse from 'fse';
const fileName = 'index.ts';
const fi... |
I'm just reading scanner code and find some unicode characters are duplicate
in `unicodeES5IdentifierStart` array:
var unicodeES5IdentifierStart = [170, 170, 181, 181, ..., 748, 748...
Any reason?
| 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Context
I initially found the HOC pattern to be confusing, since (as a consumer) you
can't explicitly see what prop(s) are being added.
_(Also, it seems weird to create a component that can't stand on it's own, and
then ... |
* I have searched the issues of this repository and believe that this is not a duplicate.
This is related to #88, but not quite the same. In this case, we are routing
between the same page (/user.js), not different pages. Something weird is
happening with the normal react lifecycle hooks for ALL page child compone... | 0 |
_From@atcq1 on March 25, 2016 13:11_
* VSCode Version:0.10.11
* OS Version:ubuntu 14.04 x64
Intellisense\autocomplete not work to call methods and property through
this.methodName () / this.propertyName.
Steps to Reproduce:
1. Create route:
import Ember from 'ember';
export default ... |
let o = {
f: function () { this./**/ }
}
Expected: Intellisense shows 'f' in the list
Actual: Intellisense shows nothing because `this: any`.
Note that this similar code already works:
let o = {
f() { this./**/ }
}
| 1 |
1 | ||
Something wrong with keyboard modifiers processing?
We have wrong processing of keyboard input with modifiers... For example:
using System;
namespace ConsoleApp1
{
class Program
{
static void Main(string[] args)
{
ConsoleKeyInfo cki;
do
{
... |
**Your Windows build number:**
10.0.18362.86
**What you're doing and what's happening:**
Trying to enter the `@` sign on a Swedish keyboard in a PowerShell console
using `Alt Gr` \+ `2`.
See animated gif:
` and update\n`UdpSocketResource` to have a send/recv half contained in `Arc<Mutex<>>`,\nborrow state immutably on the main thread, clone the Arc container and use\nthis from the async block? I have a working version to push, but would like\nsome feedback on this approach as I'm fairly new to Rust.\n\n( **sidenote** , the gist is unlikely to run on master due to the new\nNetAddr/UnixAddr interfaces, I've been playing with types to add generics to\n`DatagramImpl` which i'll follow up with).\n\n### Actual output\n\n \n \n thread 'main' panicked at 'already borrowed: BorrowMutError', /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libcore/cell.rs:878:9\n note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n \n\n### Expected output (duplicate lines removed)\n\nUsing fork - https://github.com/stevejmason/deno/tree/async-udp\n\n \n \n TEST SOCKET RECV (1): hello world ! from [127.0.0.1:44444]\n TEST SOCKET RECV (...10): hello world ! from [127.0.0.1:44444]\n Received: [This is a response for message (1)] from (127.0.0.1:25262)\n Received: [This is a response for message (...10)] from (127.0.0.1:25262)\n \n\n### Deno version (also `master#2874664`)\n\n \n \n deno 0.36.0\n v8 8.1.310\n typescript 3.8.3\n \n\n" |
#### http://server01/a.jsx
import React from "http://server01/react.js";
...
#### http://server02/b.jsx
import React from "http://server02/react.js";
...
#### main.jsx
import {A} from "http://server01/a.jsx";
import {B} from "http://server02/b.jsx";
... | 0 |
### Version
2.5.20
### Reproduction link
codepen.io
### Steps to reproduce
When I'm on the same page or component,“v-for” multiple times using the same
array, "Duplicate keys detected. This may cause an update error." will be
reported on the page,But the key of V-for is not repeated
### What is expected?
In a ... |
### Version
2.6.10
### Reproduction link
https://codesandbox.io/s/elated-sun-8npx9?file=/src/App.vue
### Steps to reproduce
Error message displays immediately when viewing repro.
### What is expected?
Vue should recognize that the given `v-slot` is attached to a component,
because the element has the `is="hell... | 0 |
Attention models get more popular. In many of my experiments with attention, I
end up using Softmax over multiple dimensions.
tf.nn.softmax() supports only one dimension. It would be nice to expand the
API with another argument, softmax_dim, for softmax over multiple dimension,
say over 2 (images) or 3 (CT-scans, vi... |
**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): macOS
* Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: iPhone 7 simulator
* T... | 0 |
I just got an ICE while working on a testcase for another issue.
enum SomeEnum {
Something(i8),
SomethingElse([u8])
}
fn some_function(arg: &SomeEnum) -> () {
()
}
fn main() {
some_function(&SomeEnum::Something(1));
}
<anon>:3:... |
enum Foo {
Bar(int, [int]),
}
fn main() {
// Either of these lines can cause the ICE
let _x: &(int, [int]);
let _y: &Foo;
}
Backtrace:
1: 0x7f2a127e8580 - rt::backtrace::imp::write::h0180e7ded76a3ff2c0q
2: 0x7f2a127eb770 -... | 1 |

h1, h2, h3 tags within panel-headings are set with margin-top: 20px; margin-
bottom: 10px;
h4, h5, h6 are at 10px; 10px;
Gives an undesirable look. So, create another rule f... |
In the example there is are panel headers with and without a title being
shown. There is a height inconsistency among them, as shown on the image
bellow:

Should both of them be 40px or is this incon... | 1 |
i update atom to v0.189.0, then open a file with chinese code, and it's messy
|
Text:
>
> 这上面的夜的天空,奇怪而高,我生平没有见过这样奇怪而高的天空。他仿佛要离开人间而去,使人们仰面不再看见。然而现在却非常之蓝,闪闪地睒着几十个星星的眼,冷眼。他的口角上现出微笑,似乎自以为大有深意,而将繁霜洒在我的园里的野花草上。

It happen after update to 0.189.0, and it's normal in 0.188.0 .
I try disabled all co... | 1 |
# Summary of the new feature/enhancement
As had been an issue with later versions of the WSL terminal, also in the new
windows terminal selecting and copying multiple lines does not preserve
newline characters, but instead is filled up with trailing whitespace to match
the terminal width.
# Proposed technical imple... |
# Environment
Windows build number: 10.0.18362.116
Windows Terminal version (if applicable): 71e19cd + changing toolset to v142 and SDK version
# Steps to reproduce
1. Clone, build, package, install and launch _Windows Terminal (DevBuild)_.
2. Execute `docker run --rm -it mcr.microsoft.c... | 1 |
##### ISSUE TYPE
Feature Request
##### COMPONENT NAME
core
##### ANSIBLE VERSION
I just built from stable-2.1 branch
ansible 2.1.1.0
config file = /mnt/c/Users/james/Dropbox/aftermath/ansible-repo/ansible.cfg
configured module search path = Default w/o overrides
##### CONFIGURATIO... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
rabbitmq_exchange
##### ANSIBLE VERSION
ansible 2.3.1.0
config file =
configured module search path = Default w/o overrides
python version = 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609]
##### CONFIGUR... | 0 |
I would love to start using Babel to develop apps but I really need AMD
support. Everything works great until I want to use the `--optional runtime`
flag on my build.
Here is a sample file.
import Foo from 'foo';
export default "bar";
And the compiled output.
"use strict";
... |
requirejs does not work using the option `--modules amd --optional
selfContained`. The `6to5-runtime/helpers` file does not export the helpers
functions using the amd syntax, it can be used only in a nodejs/browserify
environment.
There should be a way to avoid the following output using the amd modules
option
... | 1 |
In the readme there is not a single mention of compatibility with windows. Is
it possible? I am trying to install the library but I get the following error
when installing:
C:\Users\Omar\Downloads\jax-master>python build/build.py --enable_cuda
_ _ __ __
| | / \ \ \/ /
_ ... |
I failed to build jax from source with(similar with #253, but my system is
win):
Traceback (most recent call last):
File "build/build.py", line 308, in
main()
File "build/build.py", line 304, in main
[":install_xla_in_source_tree", os.getcwd()])
File "build/build.py", line 50, in shell
output = subproce... | 1 |
Using lmplot, the legend is not outside of the current figure. If I turn off
the legend and try to do it manually through Python, the figure looks squeezed
in some way.
I have updated Seaborn, Notebook, etc.
`g = seaborn.lmplot( x="rmsd", y="score_rank", data=ranks, fit_reg=True,
hue='experiment-neat', legend_out=T... |
They'll be hidden when the window pops up, but will appear if you drag it to
adjust the size.
Not a problem with a qt5 gui window (or in the notebook backends).
Also not a problem if saved to png.
| 1 |
## Environment info
* `transformers` version: 4.10.0 (currently master)
* Platform: TPU VM3.8 -- Ubuntu 20.04.2 LTS
* Python version: 3.8.10
* PyTorch version (GPU?): XLA - 1.8.1
* Tensorflow version (GPU?): None
* Using GPU in script?: None
* Using distributed or parallel set-up in script?: Using `exa... |
Hello,
Suppose that I have two GPT2DoubleHeadsModel (let’s call it model A and B).
Is there any way that I can:
1. take the hidden state of a given input at the n-th layer of the model A and feed it directly into the output layer of model B to compute output
AND
2. Take the output obtained from 1. and calcu... | 0 |
Trying to create a simple Cube with MutiMaterial and it keeps giving an error
Uncaught TypeError: Cannot read property 'visible' of undefined
I traced it back to line 22548
if ( groupMaterial.visible === true ) {
Here is my code
var scene = new THREE.Scene();
... |
Was just wondering about this...
`Mesh` seems to be confusing to some people as for them that's what what we
call `Geometry`. Maybe `Object` could be a better name for it. However,
`Object3D` would then be even more confusing. In such case, what could
`Object3D` be renamed to?
* Entity
* Node
* SceneNode
* ... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
unarchive
##### ANSIBLE VERSION
$ ansible --version
ansible 2.4.0 (devel 5741712a09) last updated 2017/05/18 16:08:41 (GMT +200)
config file =
configured module search path = [u'/home/pvdputte/.ansible/plugins/modules', u'/usr/sh... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
unarchive
##### ANSIBLE VERSION
$ ansible --version
ansible 2.4.0 (devel 313591f8b8) last updated 2017/04/13 21:20:44 (GMT +200)
config file =
configured module search path = [u'/home/pvdputte/.ansible/plugins/modules', u'/usr/sh... | 1 |
### Apache Airflow version
2.3.0
### What happened
from datetime import datetime
from airflow import DAG
from airflow.decorators import task
from typing import List, Dict
from airflow.operators.dummy import DummyOperator
from airflow.operators.python import PythonOperator
... |
### Apache Airflow version
2.3.0 (latest released)
### What happened
The following DAG was written and expected to generate 3 tasks (one for each
string in the list)
**dag_code**
import logging
from airflow.decorators import dag, task
from airflow.operators.python import PythonOperator
... | 1 |
After I got the update to Version 0.10.10 (0.10.10) for OSX, the Javascript
"let" keyword is now white (used to be blue, recognized as a reserved word).
I tried adding back the jsconfig.json (which I understand is no longer needed
to enable ES6) and the colorization is still no good.
I wonder if other keywords are ... |
0.10.10 (Feburary build) has a regression is that the following JavaScript
keywords are no longer highlighted in the Dark Visual Studio & Light Visual
Studio themes:
`var` `let` `const` `function` `get` `set` `class` `interface` `module`
`namespace`
This only affects JavaScript (not TypeScript).
The workaround i... | 1 |
upon DataFrame.insert option allow_duplicates works, but only only once.
When i have 2 columns with same name, additon of third throws
> ValueError: Wrong number of items passed 2, placement implies 1
#### Code Sample, a copy-pastable example if possible
a = pd.DataFrame()
a.insert(0, "qwe", [1... |
We have a check for whether `format == '%Y%m%d'`, but this actually seems to
be slower:
In [86]: s = pd.Series(['20120101']*1000000)
In [87]: %timeit pd.to_datetime(s)
229 ms ± 12.5 ms per loop (mean ± std. dev. of 7 runs, 1 loop each)
In [88]: %timeit pd.to_datetime(s, format='%Y... | 0 |
By default I see that
"initialCols": 120,
"initialRows": 30,
but truly they are cols=129, rows=28. See

I tested this also with the original `profile.json`.
May be ... |
# Environment
Windows build number: [run "ver" at a command prompt]
10.0.18362.239
Windows Terminal version (if applicable):
the first version of ms store
Any other software?
None
# Steps to reproduce
when run some heavy process, the terminal will disappear(It seems the proc... | 0 |
On Ubuntu 12.04
python -c "import sklearn; sklearn.test()"
Running unit tests and doctests for sklearn
/usr/local/lib/python2.7/dist-packages/nose/util.py:14: DeprecationWarning:
The compiler package is deprecated and removed in Python 3.x.
from compiler.consts import CO_GENERATOR
NumPy version 1.6.1
NumPy... |
On Ubuntu 12.04
python -c "import sklearn; sklearn.test()"
Running unit tests and doctests for sklearn
/usr/local/lib/python2.7/dist-packages/nose/util.py:14: DeprecationWarning: The compiler package is deprecated and removed in Python 3.x.
from compiler.consts import CO_GENERATOR
Nu... | 1 |
If a cluster is shutdown (all nodes at once), while there is a process running
to increase the number of replicas, the index stays in a `UNASSIGNED` state
with no messages in the logs.
If the number of replica is changed again the index comes back.
Steps to reproduce:
1. spin up a cluster with at least 3 nodes
... |
Persist allocation IDs of active shards in cluster state and use them to
recover correct shards upon cluster restart (i.e., we can recover with only
one copy and we make sure we recover the right ones and not a stale copy left
around).
Relates to #14671
## Steps
* Persist allocation ID with shard state metadata ... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.5
* Operating System version: win10
* Java version: 1.8
### Steps to reproduce this issue
... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.1
* Operating System version: macOS mojave 10.14.5
* Java version: 1.8.0_191
### Steps to re... | 0 |
* VSCode Version: Feb release + March Insiders
* OS Version: Mac OS X Yosemite
Steps to Reproduce:
1. Enter the following code
it('Hello', () => {
});
2. Put your cursor after Hello but within the string and type comma then space, the intellisense will kick in (even though you a... |
I'm trying to fix microsoft/vscode-go#103, but as far as I can tell this isn't
possible currently without tokenizing the whole file again in my extension and
manually checking whether I'm in a comment to suprress providing results.
It would be nice if the `CompletionItemProvider` provided a setting to
suppress it's ... | 1 |
Sample code in question:
struct MyStruct {
x: i32,
}
fn foo(v: &Vec<i32>, s: &MyStruct) {
}
fn main() {
let v1 = vec![];
let v2 = vec![];
foo(&v1, &v2);
}
rustc correctly complains about the type of the second argument in the call to
foo(... |
Playpen link: http://is.gd/LITiE8
Example:
use std::collections::HashSet;
fn main() {
let mut v = Vec::new();
foo(&mut v);
}
fn foo(h: &mut HashSet<u32>) {
}
Output from playpen:
<anon>:5:9: 5:15 error: mismatched types:
expected `&m... | 1 |
A Visual Studio Developer Command Prompt can be accessed by opening a cmd
prompt in Windows and then running the appropriate vcvarsall.bat command file.
Is it possible to create a cmd profile that will execute that bat file
automatically?
|
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.239]
Windows Terminal version (if applicable): 0.2.1831.0
Any other software?
# Steps to reproduce
Using two displays with different resolutions (1366x768 and 2560x1440),
maximize the terminal window in the sm... | 0 |
**I'm submitting a ...** (check one with "x")
[x ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
... |
If I set something like this:
<red>This component should have the 'red' css class</red>
@Component({
selector: 'red',
template : `<div [ngClass]="getClasses()"><ng-content></ng-content></div>`
})
export class RedComponent {
getClasses() {
return {
... | 0 |
**Josef Vychtrle** opened **SPR-8601** and commented
There are two major means of data binding initialization, but there is a
drawback in the oldschool xml one.
In short, you can do this :
@InitBinder("order")
public void initBinder(WebDataBinder binder) {
binder.setAllowedFields(allowed... |
**Peter Mularien** opened **SPR-3695** and commented
A very common issue with new adopters of Spring MVC is confusion over how to
get JSTL working in their application server. Although the Spring docs can't
possibly cover every application server, since I try to help out newbies on
the forums, I've noticed a few com... | 0 |
So I have structure of app like this
index.ts
package.json
**package.json**
worked
{
"scripts": {
"test": "deno run index.ts"
}
}
not working
{
"scripts": {
"test": "deno run index.ts"
}
}
I am not sure that whether o... |
Hi guys! First of all let me say big thanks for all the job you already done!
Deno looks extremely promising even before release.
Right now I am trying to get a bit more familiar with it and just spotted some
kind of issue (I think this is issue but may be I am wrong) when importing my
own typescript module.
Let's ... | 1 |
actually there are 4 tabs, but only 3 tabs are displayed in the title bar!!!

|
This bug-tracker is monitored by Windows Console development team and other
technical types. **We like detail!**
Please use this form and describe your issue, concisely but precisely, with as
much detail as possible
* Your Windows build number: (Type `ver` at a Windows Command Prompt)
**Microsoft Windows [Versi... | 1 |
* Add `__inverse__` to Index.
* Change duplicated to return np.array (PR #9112)
Related to #7979
Because `Index` is no more the subclass of `np.array`, `Index.duplicated`
returns `Index` with `dtype=object`. And `Index` don't accepts logical not.
idx = pd.Index([1, 2, 1, 3])
idx.duplicate... |
after #6380, ability to pretty easily move ops over to the mix-in
* `date/time` (added in #6380)
* more periods ops? #5202
* additional field accessor (`is_beg_year`), #4823
* validate `argmin/max`, (PR #7904)
* StringMethods, e.g. `str` for `Index` (not for sub-classes though), #9068
(this turns out to b... | 0 |
We are using piprot in our security build. recently our build is getting
failed because of the following risk given by piprot.
python-piprot medium urllib3 Module is one or more minor versions out of date Upgrade to v1.25.2 (Current: v1.24.2)
could you please let us know whether the... |
Support for `urllib3` v1.25 (released today/yesterday). The usual yada-yada
"my CI is broken".
Multiple packages that we depend on (eg `google.cloud.storage`,
`azure.storage`) have strict version-check on `requests` using
`pkg_resources.require('requests >= 2.18.0')`. Any unmet dependencies in the
chain below and in... | 1 |
Hi,
I have been running into a recurring issue with the test code below (I am just
quoting the most minimal version but the issue manifests itself every time
pyplot is invoked). I have been running matplotlib 3.4.3 on Visual Studio Code
(which freezes and needs manual restart) and jupyter-lab ("The kernel appears
to... |
If you assign any of the text fields in the figure options dialog to a "color-
like" string, it changes into a color field the next time you open the dialog.
This happens even in some not-so-obvious cases, like the letter 'y' (which
you'd think you'd be able to use for a y axis label). This would be a little
difficul... | 0 |
# Bug report
## Describe the bug
Next.js fails to compile
## To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
1. run `npm run dev` on http://github.com/voluntarily/vly2
2. watch the logs
Logs return
[ error ] ./node_modules/next/dist/client/next-dev.... |
# Bug report
Just upgraded to 8.0.0 and I'm really excited! I've run into an issue though
that is preventing my project from compiling
## Describe the bug
So when I run `dev` I am getting the following issue
You may need an appropriate loader to handle this file type.
|
|
> import('./n... | 1 |
### Bug summary
2D arrays with more than about 8.000.000 columns are truncated on the right
side.
### Code for reproduction
import numpy as np
from matplotlib import pyplot
for length in range(6000000,10000000,500000):
s = .5 * np.sin(np.linspace(0,6*np.pi,length))
pyplot... |
### Bug report
**Bug summary**
Hello, I am using `plt.imshow` to plot a very large array (~ 1 row x 150
million columns), and have noticed that the colors are not displayed properly.
**Code for reproduction**
import numpy as np
import matplotlib.pyplot as plt
# Very large
array = np... | 1 |
Consider the following function `f`:
function f()
if rand(Bool)
idxs = [[1,2],[1,2,3]]
else
idxs = [[1,2],[1,2,3]]
end
return idxs
end
As well as the functionally identical variation `g`:
function g()
if rand(Bool)... |
using Images: realtype
function ifi{T<:Real,K,N}(img::AbstractArray{T,N}, kern::AbstractArray{K,N}, border::AbstractString, value)
if border == "circular" && size(img) == size(kern)
out = real(ifftshift(ifft(fft(img).*fft(kern))))
elseif border != "inner"
... | 1 |
The text has turned red, but I'm still not allowed to proceed.

|
Challenge change-the-css-of-an-element-using-jquery has an issue.
User Agent is: `Mozilla/5.0 (X11; Linux x86_64; rv:48.0) Gecko/20100101
Firefox/48.0`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
<script>
$(document).ready(function() {
$("#t... | 1 |
It would be awesome if we had the dimensions while resizing zones.
|
# Summary of the new feature/enhancement
I would like to map a key to send a left-mouse-click. Is there any technical
obstacles that would forbid this?
# Proposed technical implementation details
Allow to map a key to issue mouse interaction (click left, middle, right,
x-button)
| 0 |
### System info
* Playwright Version: [v1.25]
* Operating System: [All, Windows]
* Browser: [All,]
* Other info:
### Source code
for (const page of context.pages())
await page.close();
await context.tracing.stop({ path: 'trace.zip' });
await context.close();
**Link to the GitHub repository with the ... |
### System info
* Playwright Version: v1.32.3
* Operating System: macOS 13.2
* Browser: Firefox
* Other info:
### Source code
* I provided exact source code that allows reproducing the issue locally.
const playwright = require("playwright");
(async () => {
const browser = aw... | 0 |
Hi
When pool_block=True on an HTTPAdapter is used and the connection fails
this one seems not return to the pool.
To reproduce:
# python
>>> import requests
>>> a = requests.adapters.HTTPAdapter(pool_maxsize=1, pool_block=True)
>>> s = requests.Session()
>>> s.mount("http://", a)
... |
Requests with `Content-Type: multipart/form-data` need to also have a `;
boundary=someUniqueString` in that header. I think this is actually true for
all `multipart/*` MIME types.
https://developer.mozilla.org/en-
US/docs/Web/HTTP/Basics_of_HTTP/MIME_types#multipartform-data
This is how curl works, if you pass `Con... | 0 |
ICE (panic) when compiling following code, adding lifetime to ValuesIter (as
in commented line) fixes the crash
trait Data {
fn values_iter(&self) -> Values;
}
struct Values<'a> {
iter: Box<Iterator<Item=&'a Data>>
}
type ValuesIter<'a> = Box<Iterator<Item=&'a... |
Compiler panic. Found an ealier issue in the same file that had been closed
because the problem had gone away in later compiles. This is the stable 1.1
though.
**Version info**
rustc 1.1.0 (`35ceea3` 2015-06-19)
binary: rustc
commit-hash: `35ceea3`
commit-date: 2015-06-19
host: x86_64-pc-windows-gnu
rele... | 1 |
On `2012.12.18` the AWS region us-east-1 experienced an outage affecting
service of the DescribeInstances and DescribeTags APIs. This is turn brought
our two independent clusters operating in the region, as the Kubelet AWS
clustering mechanisms rely on the DescribeInstances API. Networking was
unaffected - master and... |
Generate a UUID when you kube-up.sh a cluster.
One use case is for associating credentials with multiple clusters.
* .kubernetes_auth format could have sections for each cluster UUID. So, if you start an e2e cluster it won't clobber your creds for your dev cluster. A flag to kubectl could let you set what UUID yo... | 0 |
### Apache Airflow version
2.2.2rc1 (release candidate)
### Operating System
debian (docker)
### Versions of Apache Airflow Providers
n/a
### Deployment
Astronomer
### Deployment details
Dockerfile:
`astro dev start`
FROM quay.io/astronomer/ap-airflow-dev:2.2.2-onbuild-48058
Two dags:
... |
### Airflow 2.2.1rc2 testing
We have a kind request for all the contributors to the latest Apache Airflow
RC 2.2.1rc2.
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.
* Document changes related to PR #16634 (#18644): @Jor... | 0 |
`rustc 1.0.0-dev (00b112c45 2015-01-08 18:40:04 +0000)`
struct JSVal(u8);
fn main() {
let mut jsval = JSVal(0);
let p: *mut JSVal = &mut jsval;
unsafe {
let _v = *p;
}
}
godot2:servo jdm$ ./mach rustc /tmp/badmove.rs
/tmp/badmov... |
Input:
struct T(u8);
fn t() -> *mut T {
unsafe { 0u8 as *mut T }
}
fn main() {
let a = unsafe { *t() };
}
Output:
$ rustc ../test.rs
../test.rs:9:19: 9:23 error: internal compiler error: this path should not cause illegal move
../test.r... | 1 |
**John Hao** opened **SPR-9352** and commented
* * *
No further details from SPR-9352
|
**John Hao** opened **SPR-9353** and commented
When we configure struts action bean into Spring, we have to move action
configuration sentences from Struts_configure.xml into Spring xml. I have an
ideal to simplify this step as below described.
1. Add a new Name space xmlns:struts=http://www.springframework.org/... | 1 |
I have had this insert-pointer-issue throughout the challenges, but I am stuck
on challenge 80(Style Text Inputs as Form Controls). I can't insert the
pointer to the part of the page I need to add code.
#### Challenge Name
#### Issue Description
#### Browser Information
* Browser Name, Version:
* Operating Sy... |
In all the exercises, we the users are forced to press the enter key before
writing any code.
* * *
#### Update:
We have locked the conversation temporarily on this thread to collaborators
only, this has been resolved in staging, and will be live soon.
The fix can be confirmed on the beta website.
The workaround... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.1
* Operating System version: win7
* Java version: 8
Reference has the property url, so we c... |
* 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.10
* Operating System version: windows7
* Java version: jdk1.8
use dubbo-2.5.x and dubbo-2.6... | 0 |
Hi
I have a problem with "async" in babel and node js that i couldn't solve for
days... the error bellow:
Error [ERR_REQUIRE_ESM]: Must use import to load ES Module: C:\BOOSTACKSTICK\BOOSTACK\node_modules\@babel\runtime\helpers\esm\asyncToGenerator.js
[1] require() of ES modules is not supported.... |
> Issue originally reported by @aweary in babel/babel-preset-env#294
This started from a conversation stemming from this tweet:
https://twitter.com/aweary/status/853771117894545408
@hzoo, @JakeChampion and I met today and had a quick discussion about how we
could make `babel-preset-env` integrate with https://polyf... | 0 |
Do you have any clue for passing a native WebGLTexture to one Shader in a
Three material?
We are sharing the Three gl context to do a series of calculations and stuff
on the GPU, but the main purpose is to render the final data with three, so I
need to put my output texture (WebGLTexture) as a Sampler2D uniform in a... |
Moved the discussion from #5728 to a separate issue.
The idea is to add `THREE.Image` as an additional class which is used by
`THREE.Texture`. An instance of `THREE.Image` is directly mapped to an
instance of `WebGLTexture` (the raw WebGL texture object). That means multiple
textures can refer to the same instance o... | 1 |
In mui 0.x, I could limit the number of secondary text lines in a
`<ListItem>`. With `<ListItemText>`, I can't do that anymore.
As a consequence, the following design, which was supported by mui 0.9, isn't
possible with 1.0.
 is that this was implemented
to permit use of ProxyCommand: (1) without having to override the
whole `... |
While running an Ansible playbook, it will intermittently hang during a yum
install. It doesn't happen all the time, but it happens somewhat frequently.
It looks like it is waiting on a socket response that never comes.
The environment is
Boot2Docker version 1.7.0, build master : 7960f90
Docker version 1.7.0, bui... | 0 |
### Describe your issue.
I cannot extrapolate with neither `scipy.interpolate.interp2d` nor
`RectBivariateSpline`. Both return values clamped to the domain if values for
coordinates outside of the domain are requested, instead of extrapolating,
even though the docs state for both that for coordinates outside of the ... |
The documentation for interp2d [0] says that when fill_value is left as
default, values outside the domain are extrapolated. It seems to just copy the
nearest neighbor.
[0]
https://docs.scipy.org/doc/scipy-0.19.1/reference/generated/scipy.interpolate.interp2d.html
### Reproducing code example:
https://gist.github.... | 1 |
Challenge http://www.freecodecamp.com/challenges/zipline-use-the-twitch.tv-
json-api has an issue. Please describe how to reproduce it, and include links
to screen shots if possible.
Step #13: "Remember to use RSAP if you get stuck. Try using jQuery's
$.getJSON() to consume APIs."
...links incorrectly to this url:... |
Challenge http://www.freecodecamp.com/challenges/zipline-build-a-random-quote-
machine has an issue. Please describe how to reproduce it, and include links
to screen shots if possible.
Item 8 in the list. There is a link titled "jQuery.getJSON()" but it links to
the method "jQuery.each()". Not sure if that's intende... | 1 |
**Bug summary**
* When switching the axes scaling to 'log' the ticklabel font changes to a different font.
**Code for reproduction**
logscale = True
# create test data
nPoints = 200
xValues = np.logspace(-14, -4, nPoints)
yValues = [x / (1.0e-9 + x) for x in xValues]
... |
### Bug report
**Bug summary**
Setting the font family through `rcParams` doesn't impact tick labels if the
axis is log-scaled. The size of the font can be changed, but not the family
(e.g. using the serif font).
**Code for reproduction**
import matplotlib.pyplot as plt
from matplotlib import rc... | 1 |
In 0.9.x queryGranularity when represented as string was defaulting to use
DurationGranularity. Now after the changes in #3850, it is now defaulted to
use PeriodGranularity instead. This change is incompatible w.r.t timezone as
both implementations behave differently based on the user timezone.
Sample code -
... |
In doc Period Granularities are described as:
1. They support specifying a time zone which determines where period boundaries start
2. as well as the timezone of the returned timestamps
I run druid in UTC time. In my timeseries query,
This is intervals
`"intervals":["2017-05-14T00:00:00.000+08:00/2017-05-16T0... | 1 |
### Problem description
Warnings after upgrade to latest React (currently 15.3.0)
### Steps to reproduce
1. Remove `node_modules` folder, run `npm install` to install the latest React
2. Run docs site
3. See a lot of messages in console like this:
webpack:///../~/fbjs/lib/warning.js?:44
W... |
### Problem description
I was updating my app to React 15.3.0 and got a lot of warnings.
See below for the logs.
### Steps to reproduce
Just update to React 15.3.0
### Versions
* Material-UI: 0.15.2
* React: 15.3.0
* Browser: Brave 0.11.1
ReactDOM.js:75Download the React DevTools for a bett... | 1 |
### What problem does this feature solve?
I often find myself writing code like this:
`<component :data='data' :name='name' :email='email'></component>`
This code is redundant and isn't fun to write.
### What does the proposed API look like?
Using es6 Object Literal Shorthand as inspiration, the component could ... |
> 如果在VUE组件中使用继承了Array的子类
> 只要改对象赋值进入VUE组件中 VUE会把该对象改为VUE能够监听的对象
1. list类 继承 Array
`export class List extends Array {`
`constructor(){`
`super()`
`}`
`test()`
`}`
`}`
2.某个VUE组件中
`import { List } from './list'`
`export default {`
`data () {`
`return {`
`list: null`
` }`
`},`
`create... | 0 |
Sometimes we want to use aggregations to understand the details of how certain
entities are connected:
* When did these IP addresses talk to each other?
* How much money was sent per day between a selection of bank accounts?
Right now we can structure this with an agg tree as follows:
* query terms [A,B,C] w... |
**Elasticsearch version** : 2.4.1
After upgrading to the said version from 2.3 we were greeted with a nasty
surprise. Templates are now validated upfront, as if they were _complete_
objects, which they are certainly **not**. This design error implemented in
#8802 is also cooked for 5.0.
When a new index is created... | 0 |
Challenge http://www.freecodecamp.com/challenges/waypoint-remove-an-element-
using-jquery has an issue. The instructions on screen
for this challenge are not clear. They read:
 ... |

http://www.freecodecamp.com/challenges/bonfire-convert-html-entities
the test never passes because it's not calling the Convert() function
| 0 |
Please:
* Check for duplicate requests.
* Describe your goal, and if possible provide a code snippet with a motivating example.
Using 16-bit (half-precision) floating point numbers reduces memory usage and
can make the program run faster, compared to f.ex. 32-bit. My program is
working with complex numbers and ... |
@hawkinsp when generating HLO with many reductions, JAX duplicates reduction
computations. Despite that not affecting codegen much, the resulting HLO dumps
get overly huge and hard to work with due to such computations. Similarly to
tf2xla it would be very difficult if JAX could deduplicate such computations.
![unn... | 0 |
# Summary of the new feature/enhancement
Add the ability to resize a photo to multiple target resolutions in Image
Resizer
UI for this could be replacing the radio buttons with checkboxes
|
# Summary of the new feature/enhancement
I currently have a subscription to Techsmith Snagit. The reason I have it is
because I find 'Snip & Sketch' is missing a couple of key features. It would
be great if PowerToys could make a screenshot and screen recording tool for
Power Users.
# Proposed technical implementat... | 0 |
### Playwright version
1.12.3
### Operating system
MacOS
### What browsers are you seeing the problem on?
Firefox
### Other information
Node: v14.17.0
Mac OS: 11.4
Firefox: 89
### What happened? / Describe the bug
When i try to download file in Firefox, i get a 'openFile / saveToDisk' dialog
box. Same co... |
### Playwright version
1.13.0
### Operating system
MacOS
### What browsers are you seeing the problem on?
Firefox
### Other information
Node.js v14.15.3
### What happened? / Describe the bug
Hello!
I’m having trouble with the file uploading. The following snippet works OK in
Chromium, but fails in the Fire... | 1 |
**Context:**
* Playwright Version: 1.28.1
* Operating System: Mac
* Node.js version: 18.10
* Visual Studio Code version: 1.73.1
* Playwright for VSCode extension version: 1.0.1
* Browser: Chromium
**Describe the bug**
When I click on "record at cursor" in one of my tests, the browser is opened
but the... |
### System info
* Playwright Version: 1.36.0-next
* Operating System: Ubuntu 22.04
* Browser: All
* Other info: running the latest docker image mcr.microsoft.com/playwright:v1.36.0-alpha-jun-16-2023, but it also happens in other environments
### Source code
Default example suite can be used.
**Steps**
... | 0 |
##### Issue Type:
Bug Report
##### Ansible Version:
ansible 1.7 (devel `ee82681`) last updated 2014/05/23 10:56:18 (GMT +200)
##### Environment:
Ubuntu 14.04
##### Summary:
Using `group_by` with `with_items`, host-specific variables seem to be
resolved only for the first host.
##### Steps To Reproduce:
hosts... |
##### Issue Type:
Bug Report
##### Ansible Version:
ansible 1.5.4
##### Environment:
Ubuntu 12.04 x64 running Ansible, managing 13.10 x64 hosts
##### Summary:
* Attempting to use 'group_by:' with 'when:'.
* Two hosts; one in group _**dbnodes**_ , one in group _**webnodes**_ , both also a member of ec2_host... | 1 |
Device: Nexus4
Browser: Chrome32
To replicate:
* Open http://getbootstrap.com/2.3.2/ in Android Chrome
* Click on menu button on the top right of the page to open the menu, all links display properly.
* Close the menu by clicking on the menu button.
* Now, opens the menu the SECOND time. All links will di... |
How to reproduce:
1. Open bootstrap [ http://getbootstrap.com/2.3.2/ ] or any website using bootstrap in chrome on mobile android in portrait mode.
2. then click on menu to open, then close & then click again to open
3. this time the navigation is coming blank even thought the links are there and can be clicke... | 1 |
xref #8640 #12699 #13361 #13410
There's been discussion of a few overlapping uses of `Categorical`:
1. as 'true' categorical data with a known set of values
2. as 'lazy' categorical data which adds new categories as needed
3. as an interned string data type, with no particular categorical interpretation
Opti... |
Currently, Categorical serves two main purposes
1. A type for expressing data from a fixed set of categories
2. A memory efficient storage format for low-cardinality objects
This proposal is to add a new extension type (let's call it `DictEncodedArray`
for now) for the second use case. The storage format woul... | 1 |
This code:
enum Command {
Create{qname:~str},
Help,
Unknown,
}
fn main() {
let val = Unknown;
match val{
Create{qname: qname} => {
print(fmt!("Create %?", qname));
}
Help => {
p... |
Running this `test.rs` causes a segfault on Ubuntu 12.10 (compiled with
incoming `bda4dd3`):
enum Foo {
Bar,
Baz {a: uint}
}
impl Foo {
fn equals(&self, other: &Foo) -> bool {
match *self {
Bar => match *other { Bar => true, _ => false },... | 1 |
## Question
**For English only** , other languages will not accept.
Before asking a question, make sure you have:
* Googled your question.
* Searched open and closed GitHub issues.
* Read documentation: ShardingSphere Doc.
Please pay attention on issues you submitted, because we maybe need more
details.
I... |
## Bug Report
### Which version of ShardingSphere did you use?
master branch, `0b41852`
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
Proxy
### Expected behavior
XA transaction won't be started.
### Actual behavior
It started.
### Reason analyze (If you can)
In GlobalRulesBuild... | 1 |
I was wondering how it's the best way to render server-side (without rendering
this on the client) AND handle the state changes. What I mean here is how to
get the HTML from a server component that has a state changing.
Example:
1. A server gets a requests to generate an HTML
2. The server 'requires' a react co... |
**Do you want to request a _feature_ or report a _bug_?**
Bug.
**What is the current behavior?**
render() runs immediately only when provided unique props or on initial, main-
parent rendering component, in v. 16.4.0.
**If the current behavior is a bug, please provide the steps to reproduce and
if possible a min... | 0 |
Hi,
sorry to bother again. In order to save some space I would like to quantize my
graph, but everytime I run quantize_graph, it becomes unusable in android app
later on. I would like to generally ask, how is this facility meant to be
used. What I have done:
1. retrained graph (works fine)
2. optimized it usin... |
### 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)** : Linux Ubuntu 16.04.4 LTS
* **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile de... | 0 |
Deno bundle is awesome, I can drop countless NPM tooling for a non-deno
specific project.
One question is how to generate typescript definition files from the bundler,
as that would provide the interfaces to code against the es module file
generated by the bundle command.
It seems that specifying a config as below ... |
With #3352, bundles are going to be a mechanism to distribute "libraries" in
Deno. It is logical that someone might want to use a distribution bundle in
another Deno workload (or consume it in other runtimes) and would want to have
type safe consumption of those files, therefore we should generate the
declarations al... | 1 |
It seems that if you're conditionally rendering between two elements then they
can't have a different root node, for example switching between an input and a
div. In order to get around the issue you have to wrap everything in a common
container element for React to be able to handle it.
Sample plunkr is here which ... |
Hi,
I am pretty new to react, and I am trying to build a DIV that requests an
image-scaling service on the backend for images in specific resolutions, to do
this I need to use CSS image-set, this CSS value need vendor prefixes, but the
CSS key does not, my problem is that I can't have duplicate keys in the style
obj... | 0 |
Today @shoyer and I were talking about a new "protocol" that will let us
sidestep the whole macro / method chaining issue. The basic idea is that
pandas objects define a `pipe` method (ideally other libraries will implement
this to, assuming this is useful).
Based on the discussions below, we're leaning towards a me... |
I mentioned this originally on
https://groups.google.com/forum/#!topic/pydata/woxbB8na3C8.
ewma() simply ignores missing values, effectively calculating the
exponentially weighted moving average on the compacted series without the
missing values. I think this is incorrect, and that values should be weighted
based on... | 0 |
If i am trying to change the font size with CMD + in the React Editor, my
console is opening and i am getting the following error:

I also get into an endless loop and so i ca... |
Changing font size (or any font property, really) in the settings page on Mac
10.9.2 causes a crash with React enabled (doesn't happen with React disabled).

The dev tools can't be closed (will pop open... | 1 |
As seen in the screen shot, there are tabs getting cut off (on the right) or
are not shown in the tab bar so you can only reach them with keyboard short
cuts.

It would be great if... |
Windows 7, Atom version 0.115.0
Opening a large number of files (21 <) causes new tabs to be opened off
screen.
Ctrl + Tabbing through opened tabs does not bring the current tab on screen.

| 1 |
# Environment
Windows build number:
Win32NT 10.0.18362.0 Microsoft Windows NT 10.0.18362.0
Windows Terminal version (if applicable):
0.6.2951.0
Feedback Hub link:
https://aka.ms/AA6gvsu
# Steps to reproduce
Open Windows Terminal in one screen then move the window to a... |
# Environment
Windows build number: Microsoft Windows [version10.0.18362.175]
Windows Terminal version (if applicable): Version: 0.2.1831.0
Any other software?
Anaconda
# Steps to reproduce
1. open terminal
2. input-> "conda activate python3.6" (my conda environment name wh... | 0 |
Hi,
I'm building some experiment with chrome canary and everything is fine. But
when I tried with chrome 20.0.1132.57 I was surprised to have something like 1
frame per second. Commenting the texture.needsUpdate made everything run again
at a comfortable 60fps so I created a jsfiddle to make sure this is what was
ca... |
Just sharing a change I made in https://Clara.io. I killed our support for
Lambert materials a few months ago. Instead I just tell people to create Phong
materials with the specular color black to reproduce the behavior of Lambert.
I'd suggest doing the same change in Three.JS. Having two shaders with tons of
duplic... | 0 |
### Bug summary
There are two problems here. They might be related so I put them both in the
bug report.
1: I want to write $\sigma_{-}^{asdf}$ with asdf as superscript and - as
subscript in the legend. When I use font size larger than 25, i.e. from 26 and
upwards, the - sign disappears.
2: Also, when I write $\si... |
### Bug report
**Bug summary**
When using the star (*) symbol in a `text` box, it cuts off the bottom of the
text when saved (`savefig`). This is only the case when `usetex=False` in
`rcParams`.
**Code for reproduction**
import matplotlib
import matplotlib.pyplot as plt
from matplotlib ... | 1 |
Default text cursor is too short (at least on iOS). See images.
Flutter:

Other iOS apps:
![screen shot 2018-08-16 at 4 36 53 pm](https://user-
images.githubusercontent.c... |
We list our fonts in flutter.yaml under a `fonts` section. However, we're also
required to list the font file under the `assets` section of that file. This
is duplicate information.
Can we require the user to add the font file _once_ , under `fonts`, and omit
the declaration under `assets` ?
| 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.