text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
pull request for the code - #16589 (review)
This is the same problem as described in #14440 but with Timestamp, and the fix should be similar. Probable source of error: pandas/pandas/tslib.pyx Line 438 in 093aa82 | result = Timestamp(unit * rounder(value / float(unit)), unit='ns') ---|--- #### A small, complete example of the issue ...
0
`Ctrl + Click` on a symbol is a shortcut for "Go to definition". I would want to instead select / highlight the text (same as double clicking), just like in Visual Studio. I tried editing the keyboard shortcuts, but it doesn't look like I can use mouse inputs (`ctrl+click` or `ctrl+mouse1` or `ctrl+mouseleft` didn't...
* VSCode Version: 1.0.0 * OS Version: Windows 10 1511 - 10586 Steps to Reproduce: 1. Generate a New Extension (yeoman -> TypeScript) 2. src/extension.ts 3. ![image](https://cloud.githubusercontent.com/assets/18439500/14579905/e8b8b1e2-03ed-11e6-892a-74223da1e721.png)
0
### Bug report **Bug summary** When interpolating a 2D heatmap on Windows, I get colored artifacts drawn over the 'bad' points. I am using LogNorm for normalization. I suspect it has something to do with the masked values caused by having 0s in a LogNorm. I set then to white with set_bad() function. On Linux, the i...
### Bug report **Bug summary** I am using Matplotlib with Basemap to create heatmaps of data. A change introduced between version 2.0.0 and 2.0.1 caused my code to: * Produce a different result * Run significantly slower The problem still seems to exist in 2.0.2. I also ran some profiling to have a look at...
1
## Steps to Reproduce I have to create multilingual app but Marathi is not supported by flutter or not yet cooked by MaterialLocalizations. Help me for getting it work for Marathi language. or Provide Some Tutorial to generate language from arb files ## Logs +179 ms] I/flutter (14098): ══╡ EXCEPT...
## Steps to Reproduce 1. Follow Get the Flutter SDK 2. Copy Flutter to ~/.flutter 3. Add Flutter to $PATH 4. Run `flutter doctor -v` ## Logs Unhandled exception: FileSystemException: Cannot create file, path = '/Users/<username>/.flutter' (OS Error: Is a directory, errno = 21) #0 ...
0
I install kubernetes 1.1.1 in ubuntu and check out the official url http://kubernetes.io/v1.1/examples/mysql-cinder-pd/README.html to create a cinder volume. 1. I config the following content in the path "/etc/kubernetes/cloud_config". [Global] auth-url=https://*****.v2.0 username=user password=pass regi...
I install kubernetes 1.1.1 in ubuntu and check out the official url http://kubernetes.io/v1.1/examples/mysql-cinder-pd/README.html to create a cinder volume. 1.I config the following content in the path "/etc/kubernetes/cloud_config". [Global] auth-url=https://*****.v2.0 username=user password=pass region=regionOne ...
1
_Original tickethttp://projects.scipy.org/numpy/ticket/1815 on 2011-04-30 by trac user alex_lai, assigned to unknown._ Hi experts, I’m wondering if anyone would look into this issue. While testing numpy package, Python crashed with the following error: sbtorsvr391:~ $ cd /home/dcottr/local/tests sbtorsvr391: ~...
There appears to be a bug in the reference documentation. Please check and rectify. There is a None on top of the page. Numpy Documentation ![numpy-none](https://user- images.githubusercontent.com/13755676/32979294-88b950e4-cc78-11e7-8b96-f0519dac69cb.png)
0
**TypeScript Version:** 1.8.0-1.8.7 **Code** import {Key} from 'types'; // Key is an interface const Key = { test() {} }; Key.test(); export default Key; **Expected behavior:** Key.test(); exports.default = Key; **Actual behavior:** types_1.Key.test();...
It is incredibly easy to make a copy/paste error for `case` clauses in a `switch` statement. switch (node.kind) { // ... case SyntaxKind.TupleType: // Do something with tuple types. case SyntaxKind.TupleType: // Do something with union types. // ....
0
Right now, VolumetricConvolution in THNN doesn't mark or handle bias=NULL cases
## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: Ensure `tqdm` is not installed in your environment, verify that `python -c 'import tqdm'` **raises an exception.** import torch torch.hub.load('willprice/pytorch-hub-bug', 'entry_point') (repo here) This errors with Usi...
0
Routing doesn't working in safari 10, I have some code like: onClick={() => route.push(tab.href, tab.href, { shallow: true })} back home Both of them are not working, I don't know why, please help me
When using nextjs dynamic imports, each dynamic import is imported twice... one file seems to be the bundle for distribution. The other seems to for hot reloading? * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I'm expecting to see just one file req...
0
* I tried using the `@types/Node` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in ...
**TypeScript Version:** 2.2.2 **Code** This is my TSCConfig file content { "compilerOptions": { "module": "amd", "moduleResolution": "node", "target": "es5", "noImplicitAny": false, "jsx": "react", "sourceMap": false, ...
1
**I'm submitting a ...** (check one with "x") [x ] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
**I'm submitting a ...** (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** The QueryEncoder encodes `%3D` to `;...
0
How to configure IntelliSense in Visual Studio Code? For example, lets consider the below code snippet. 'use strict'; import React from 'react'; import ReactDOMServer from 'react-dom/server'; I would like the IntelliSense to suggests the available methods on `React`, when I press `cmd + ...
var express = require('express'); var app = express(); var port = process.env.PORT || 3000; app.listen(port); In the following code I required express but when I enter app and press crtl + space it shows no suggestions. It would be nice to have code assist for installed ...
1
The Deno LSP gets confused by dynamic imports in weird ways it's easiest to demonstrate with screenshots... ![Screen Shot 2021-10-05 at 6 24 20 pm](https://user- images.githubusercontent.com/1754873/135978469-6b89e6bd-b2bf-4ac7-ba91-186e23822733.png) Notice that the type error is invalid (perhaps related to #11362 ...
**Describe the bug** When the deno extension is enabled, typed imports via `/** @type {import("...` stop working. **To Reproduce** 1. Create `Bar.js`: export class Bar {} 2. Create `Foo.js`: /** @type {import("./Bar.js").Bar} */ const foo = null; 3. Hover over `foo` and ...
1
Challenge Waypoint: Local Scope and Functions has an issue. User Agent is: `Mozilla/5.0 (X11; CrOS x86_64 5841.83.0) AppleWebKit/537.36 (KHTML like Gecko) Chrome/36.0.1985.138 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: functi...
Challenge Waypoint: Local Scope and Functions has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.48 Safari/537.36`. The test asks you to remove the second console.log() to pass. When you remove the second console.log() it still fail...
1
Why the MDS that is supplied does not supports weights in addition to the dissimilarity matrix?
Hi! My name is Charles, and I would like to share my very first contribution to open-source project. #### Smacof from sklearn rules ! It only lacks the weighting I regularly need the use of SMACOF algorithm, for sensor localization. In this field (and others), the weighting is mandatory to give more or less import...
1
* Say Hello to HTML Elements Complete * Headline with the h2 Element Complete * Inform with the Paragraph Element Complete * Uncomment HTML Complete * Comment out HTML Complete * Fill in the Blank with Placeholder Text Complete * Delete HTML Elements Complete * Change the Color of Text Complete * Us...
Challenge http://freecodecamp.com/challenges/waypoint-remove-an-element-using- jquery has an issue. Starts of the challenge showing the .remove() method, but does not tell you what to remove unless you run the code. Screen after attempt at running the code: ![jquery- remove](https://cloud.githubusercontent.com/as...
0
## Bug Report **For English only** , other languages will not accept. Before report a bug, make sure you have: * Searched open and closed GitHub issues. * Read documentation: ShardingSphere Doc. Please pay attention on issues you submitted, because we maybe need more details. If no response **more than 7 da...
sharding proxy version https://dist.apache.org/repos/dist/dev/incubator/shardingsphere/4.0.0-RC1/apache- shardingsphere-incubating-4.0.0-RC2-sharding-proxy-bin.tar.gz (1) create table tbname1 (id int primary key,key_price decimal(16,2) DEFAULT NULL); (2) mysql> show full tables from `sharding_db` like 'tbname...
1
I all, very latest git pull on OS X 10.11.4, latest everything I get make clean; make: dsymutil: Not enough positional command line arguments specified! Must specify at least 1 positional arguments: See: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil...
updating command line tools gains us a new build warning and probably failure mode: ~/julia/build-llvm37$ make -C deps dsymutil: Not enough positional command line arguments specified! Must specify at least 1 positional arguments: See: /Library/Developer/CommandLineTools/usr/bin/dsymutil -help ...
1
There's a problem with the ES6 generated code when using inner classes. The code: // Bug.ts module Stuff { export class Foo { constructor (message: string) { this.Message = "Hello, " + message } Message = "" } export module...
Closely related to #2457 and also in reference to `bd4d7fc`#commitcomment-10328068 A class merging with a module will not work in ES6, because you will end up redeclaring a class and a var (the var is what we emit for the module) in the same scope, which will cause a runtime error. So a class merging with a module n...
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for a feature request that matches the one I want to file, without success. ### Electron Version 11.2.0 12.0.0 ### Wha...
### 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:** * 11...
1
In the table at http://twitter.github.com/bootstrap/#javascript, `bootstrap- button.js`'s description is a mere duplicate of `bootstrap-scrollspy.js`'s description
When I open the bootstrap website in IE8 and go to the navbar section, when I click on the Dropdown link in the sample navbar, the dropdown menu has the position arrow at the top right of the dropdown. I cannot duplicate this in my own site with IE8. I have stripped down my code to a minimum so it's just the navbar ...
0
Running `/opt/julia-1.0.2/bin/julia --output-o sys-all.o --sysimage /opt/julia-1.0.2/lib/julia/sys.so --startup-file=no --compile=all --eval nothing found 39977 uncompiled methods for compile-all` causes segemtation fault: found 39977 uncompiled methods for compile-all 11659 / 39977 signal (11...
It would be nice to have a `switch`-like statement, exploiting LLVM's built-in switch instruction, since this can greatly enhance performance of look-up tables (which are not uncommon in inner loops), compared to chains of `if- else` statements (or a `Dict` of functions). I feel like I've mentioned this to @JeffBeza...
0
1. I rebuild the opencv and NVIDIA CUDA: YES (ver 10.0, CUFFT CUBLAS) NVIDIA GPU arch: 30 35 37 50 52 60 61 70 75 NVIDIA PTX archs: cuDNN: YES (ver 7.6.4) 2. my config:NVIDIA GeForce MX150 CUDA:10.1 CUDNN:8.0.2 3. the darknet can use gpu 4. my c...
1,i rebuild the opencv and NVIDIA CUDA: YES (ver 10.0, CUFFT CUBLAS) NVIDIA GPU arch: 30 35 37 50 52 60 61 70 75 NVIDIA PTX archs: cuDNN: YES (ver 7.6.4) 2,my config:NVIDIA GeForce MX150 CUDA:10.1 CUDNN:8.0.2 3,the darknet can use gpu 4.my code is : auto...
1
import sklearn.tree import numpy as np clf = sklearn.tree.DecisionTreeClassifier() X = np.array([[1],[10]]) y = np.array([1000,2000]) clf = clf.fit(X,y) X2 = np.array([[1]]) # right shape clf.predict(X2) clf.predict_proba(X2) X3 = np.array([1]) # wrong s...
And add a test in the common tests.
1
`EventTarget` has not been fully ported over to use webidl. #14601 started the process with `addEventListener()`.
Various minor issues arise from not doing this: https://wpt.fyi/results/dom/events/AddEventListenerOptions- signal.any.html?label=master&product=deno
1
While testing some playbooks with rpm_key module I have noticed that each time I run it it imports the same key. It would be good to have an native ansible option which would prevent importing already imported key.
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ansible/lib/ansible/playbook/role/ **init**.py ansible/lib/ansible/executor/play_iterator.py ##### ANSIBLE VERSION ansible 2.1.0.0 ##### CONFIGURATION No change ##### OS / ENVIRONMENT N/A ##### SUMMARY In official ansible docume...
0
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.209.0 **System** : Unknown Windows Version **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:...
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
The pluralization of rest resource names in URL paths is mostly human conceit that complicates every interaction from clients and leads to little practical benefit for end users. In addition, it's an arbitrary transformation that cannot lead to predictable results. The use of pluralization is entirely historical, an...
Today the resync interval on a controller forces a LIST, and then as a consequence sends all objects down the reflector. However, for most controllers LIST is necessary because 1. Watch is reliable 2. They do not mutate the store themselves and thus might have data out of sync with etcd 3. They do not "drop" e...
0
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): Yes **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): ...
Kubernetes scheduler schedules based on resources managed by Kubernetes. Scheduling based on opaque resource counting helps extending this further. But when there is a need for contextual scheduling for resources managed outside of kubernetes(example: place a pod where its storage is), there is no mechanism to do it ...
0
Reproduction steps: 1. `flutter create test` 2. replace the `lib/main.dart` with: import 'package:flutter/widgets.dart'; void main() => runApp(new MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return const Place...
## Steps to Reproduce 1. Modify `flutter/examples/hello_world/lib/main.dart` to add a line: `import foo.dart;` 2. Add a `flutter/examples/hello_world/lib/foo.dart` file. Add some garbage to it that won't compile (e.g. a single line containing `asdf`). 3. Invoke `flutter run`. It reports a compilation error and...
1
In 0.16 I am seeing that my components that are set to change detection onPush not updating the UI upon mouse clicks... is anyone else seeing the same issue? FYI I am using Redux and my updates come from the store using Immutable.js models Up to 0.15 all was great! regards Sean.
**Steps to reproduce and a minimal demo of the problem** http://plnkr.co/edit/hDagJbhXpwI8213PmCva?p=preview Click on a page number (1..10) and observe that a highlighted page doesn't change **Expected/desired behavior** Click on a page number (1..10) should change active page. **Other information** * used t...
1
Currently you can parametrize a container via environment variables passed in the Pod spec. Some applications expect their configuration in the form of config files. The gap can be bridged by a helper script in the container that reads the config from an environment variable and writes it to a file before executing t...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): No **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): po...
0
using Michael's idea to create nodes uniquely, def prepare_add_user(id) # returns 0 when created and 1 if it was already there {:query=> "start n=node:node_auto_index(name={id}) with count(*) as c where c=0 create x={name:{id}} return c", :params => {:id => id}...
A relatively simple query is causing me some major headaches! It's easy enough to rewrite this query to get it to work, but I cannot figure out why it's returning the wrong results in the first place. * Neo4j version: 3.0.1-enterprise (via Docker) * Ubuntu 14.04 * cypher query via browser interface # Steps to...
0
It would be great to see the Canny edge detector available in `scipy.ndimage`. Implementations exist in * `cv2` (https://github.com/opencv/opencv/blob/master/modules/imgproc/src/canny.cpp) * `scikit-image` (https://github.com/scikit-image/scikit-image/blob/master/skimage/feature/_canny.py) Perhaps one of these...
When a wav file contains 24-bit audio, wavfile tries to read it via `dtype('<i3')`. However, there is no such native integer type, and it ends up trying to read `dtype('<i4')`, which of course doesn't work as the byte counts don't match. This should be fixed in `wavfile`. http://stackoverflow.com/questions/19780983...
0
Original title: _**"Cosine" affinity type in FeatureAgglomeration somehow casue memory overflow in a particular dataset**_ #### Description Please carefully test the codes below! Using "cosine" affinity type in FeatureAgglomeration, the codes will cause memory overflow with a particular dataset (Download here). It ...
Via #15583: it would be nice to have `sample_weight` support in `StandardScaler`. I don't see how to do that for sparse data right now, though (without touching the Cython code).
0
Bootstrap JS 2.3.0 is causing fancybox 2 to stop working. When I removed bootstrap.js, it started working. So switched back to Bootstrap.js 2.2.2 and issue solved.
Hi, I've just noticed that jQuery fancyBox isn't working anymore in conjunction with Bootstrap 2.3. When reverting back to Bootstrap 2.2.2 everything is fine again. Here are two jsfiddles to demonstrate the issue: 1. with Bootstrap 2.3 .js File: http://jsfiddle.net/XmDXJ/ <\-- fancyBox doesn't open 2. witho...
1
After update VSC to 0.10.5, it crashed so many times. I use VSC nothing special, like usual. By the way, the new JavaScript Syntax Highlighting is ...................
After update 0.10.5, VSCode crashes during startup. I deleted it once with AppCleaner, and `rm -rf ~/.vscode/`, it did not recover. ![2015-12-19 10 10 05](https://cloud.githubusercontent.com/assets/1060011/11910432/a7ebaad2-a639-11e5-881c-ef7fa2fb6584.png) MacOSX:10.11.1 keyboard:JIS
1
## Summary It would be great to have a simple way to change the field names for the output. ## Motivation When we define an item class we usually use Python variables for the names of the fields. However in the output files we'd rather have correctly spelled headers. But if we use the current approach, we only...
Sometimes we may require defining field names that are not valid Python variables (for example containing spaces). I believe the correct way of doing this right now is that the developer needs to add a Pipeline that maps the internal name to the name we wan't to export. Scrapy could ship with a Pipeline (maybe enable...
1
From @8191 on 2016-09-13T18:12:42Z ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME git ##### ANSIBLE VERSION ansible 2.2.0 (current `devel` branch) ##### CONFIGURATION ##### OS / ENVIRONMENT Host: CentOS 7, Target: CentOS 7 ##### SUMMARY If a submodule's checked out commit is diffe...
From @8191 on 2016-09-13T18:12:42Z ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME git ##### ANSIBLE VERSION ansible 2.2.0 (current `devel` branch) ##### CONFIGURATION ##### OS / ENVIRONMENT Host: CentOS 7, Target: CentOS 7 ##### SUMMARY If a submodule's checked out commit is diffe...
1
Tensorflow 1.11.0 Keras 2.2.4 Keras-Preprocessing 1.0.5 Ubuntu 16.04 Python 2.7.12 Example code: from keras import models, layers from keras_preprocessing.image import ImageDataGenerator from keras_applications.imagenet_utils import preprocess_input train_dir = '/tmp/workspace...
I notice there is a difference in how images are pre-processed in the neural_style_transfer example and the recommended way of using VGG16 model. Specially, * The color channels in neural_style_transfer example is RGB (as read by scipy.misc.imread), whereas the order in original VGG is expected to be BGR. * The ...
0
## Steps to Reproduce Create a static final: final sampleLocks = [ new Lock("L1", 5.0, "flo"), new Lock("L2", 2.5, "flo"), new Lock("L3", 4.0, "chris"), new Lock("L4", 1.1, "flo"), new Lock("L5", 4.2, "chris"), ]; Modify it (changing the individual numbers). Do a h...
Add infrastructure to check for program elements changed in the last reload and not executed. Use this facility in flutter tools to figure out situations where the user makes changes that will not be reflected after a hot reload and warn users about the need to do a hot restart for the changes to take effect.
1
**Context:** * Playwright Version: [1.16.3] * Operating System: [Mac] * Node.js version: [16.12.0] * Browser: [Chrome] * Extra: [#10150] This bug is follow up of #10150 I ran into issues while doing further testing with the suggested approach. **Code Snippet** Issue #1 If i have same title in multipl...
**Context:** * Playwright Version: 1.17.1 * Operating System: Windows * Node.js version: 17.0.1 * Browser: Chromium **Describe the bug** A first step for migrating our Protractor tests most likely will be to migrate them 1:1. Lengthy tests depending on the previous tests, also doing UI-based login and ...
0
According to the docs "Autodetecting Gulp, Grunt and Jake Tasks", **`gulpfile.js` at project root** is loaded and tasks in that are listed automatically. `gulpfile.js`: var gulp = require('gulp'); gulp.task('gulpfileTASK1', function() {}); gulp.task('gulpfileTASK2', function() {}); gulp.ta...
Testing #2230 Can you try to remove the arrows? ![image](https://cloud.githubusercontent.com/assets/5047891/12607999/525f58d4-c4d9-11e5-92bb-9ad14c3c9f2f.png)
0
If I'm not at the right place for this issue, I apologize. Not sure where to get started to solve this error message. ### Problem description * a nextjs app which was made from with-material-ui-next, you can find the app having the issue here next-library-starter * a npm package called next-library which depend...
## Context According to docs, Material-UI uses the `jss-preset-default` module. Which is not true since #9129 was merged. Also, `jss-preset-default` plugin is listed in package.json \- it suggests that all `jss-preset-default` plugins are supported, which is not true. My suggestion is to remove `jss-preset-default...
0
I am working with bidimensional arrays on Numpy. One of my arrays, H, is random, and I want to compute its pseudoinverse. If I use scipy.linalg.pinv2 everything runs smoothly. However, if I use scipy.linalg.pinv, sometimes problems arise. The problem is that, if the j-th column of H is all 1s, pinv(H) has huge coeff...
it is currently not possible to install scipy on MacOs 12 + M1 Max python: 3.9.7 Running OPENBLAS="$(brew --prefix openblas)" python3 -m pip install scipy yields 2 warnings generated. /opt/homebrew/bin/gfortran -Wall -g -Wall -g -undefined dynamic_lookup -bundle build/tem...
0
I'm grouping rows by column investor id. within apply, when a group has more than 1 row, i'm copying a value in the second row in the group into the a column of the first row in that group. I'm using groupby with apply but the assembled result is incorrect - all rows except row 1 show the same investor B - seems like...
When trying to insert/append a subclass (or composition) of a pandas Series into a DataFrame, any and all of the 'extra' functions that come with my subclass (or composition) are stripped and a Series is created: In [7]: df = read_csv('some/data/from/file.csv') In [8]: sp = SpatialSeries(df.th...
0
Right now i64 unifies with int on 64-bit platforms, etc, and it's a source of errors like in `d65df5d`. I believe they should be different types.
Hi, The following compiler error is not particularly clear or helpful (formatted to show the non-clarity). error: mismatched types: expected `core::option::Option<&'r Job>` but found `core::option::Option<&'r Job>` (lifetime mismatch) While I understand there's a mismatch here, it's not...
0
Transferred from http://code.opencv.org/issues/2461 || Walter Blume on 2012-10-19 17:20 || Priority: Normal || Affected: None || Category: imgproc, video || Tracker: Bug || Difficulty: None || PR: None || Platform: None / None ## hough circle detection not symmetric, m...
##### System information (version) * OpenCV => 4.0.0 * Operating System / Platform => Ubuntu 16.04 * GPU => NVIDIA GeForce GTX 1080 ##### Detailed description As I read the changelog for opencv 4.0.0 the dnn module option `setPreferableTarget(DNN_TARGET_OPENCL)` was fixed. For this, I installed and test th...
0
I'm new to less but when I try and compile the less files, I get an error on line 578 of the mixins file. Any ideas what might be going wrong? Thanks, Andy
I got this error on line `578` when i try to compile mixins.less file (latest`master`) : .spanX (@index) when (@index > 0) { .span{@index} { .span(@index); } // Here is the error .spanX(@index - 1); } I tried to compile with differents tools (http://less2css.org/, lessp...
1
Hello, please can you add an `exclude_from_weight_decay` parameter to AdamW? Some parameters during weight decay must be excluded. For more details please look here. Thanks a lot. Have a nice day.
Hello, Would be interested to port `RectifiedAdam` from **tensorflow/addon** with addding exclude_from_weight_decay extension? For more details tensorflow/addons#2681 Thanks a lot. Have a nice day.
1
First I just indexed 2 documents: curl -XPUT http://192.168.0.118:9200/test/company/apple -d '{data:"Apple corp"}' curl -XPUT http://192.168.0.118:9200/test/fruit/apple -d '{data:"Just red apple"}' According to example above we have test index with 2 documents (both with "apple" id) in different types. When we...
First I just indexed 2 documents: curl -XPUT http://192.168.0.118:9200/test/company/apple -d '{data:"Apple corp"}' curl -XPUT http://192.168.0.118:9200/test/fruit/apple -d '{data:"Just red apple"}' As you can see, they have same id and placed in same index,but different types. Ok, next I perform multi get requ...
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.3-SNAPSHOT * Operating System version: macOs * Java version: JDK 1.8 ### Steps to reproduce ...
* [√] 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.7 * Operating System version: win10 * Java version: 1.8 ### Step to reproduce this i...
0
Is it possible to add option batch_first = True for MultiheadAttention and transformer modules like it is done for RNN ? Batch x Sequence x Embedding I find it more understandable and intuitive when batch_first is true
## 🚀 Feature Like recurrent nets (nn.RNN, nn.GRU, nn.LSTM etc) nn.Transformer is missing **batch_first** defualt parameter ## Motivation torchtext BuckterIteror also has batch_first default parameter hence if nn.Transformer would have batch_first, it will save the dimension permutation ## Pitch A conditional st...
1
# Bug report ## Describe the bug When the `title` tag is created in a sub-component inside the `Head` tag it get's set to nothing after the client side bundle takes over. When disabling the JS in the devtools you can see that when the SSR code is used the `title` tag is used correctly. ## To Reproduce Use the cod...
# Bug report When using `React.Fragment` or an`Array` as a child of the `next/head` component, all the tags that are inside of them are not being rendered/parsed correctly into the DOM. ## Describe the bug I have an use case where I need to create a component that wraps head elements. This component lives in a re...
1
### What problem does this feature solve? I am trying to integrate Vue with Meteor Blaze and am working on rendering of Vue components from Blaze templates. I would like to programmatically create an Vue instance (`new Vue(...)`) and pass it props and args which would be equivalent to doing `<vue-component :prop="pr...
### Version 2.6.14 ### Reproduction link codesandbox.io ### Steps to reproduce View the codesandbox render result ### What is expected? The custom element render the json content ### What is actually happening? The custom element render "[object Object]" * * * Accorading to source code: vue/src/platform...
0
Using Typescript 1.7.3. Here is some sample code: var MainMenu:React.StatelessComponent<{}> = (props)=>(<div> <h3>Main Menu</h3> </div>); var App:React.StatelessComponent<{children}> = ({children}) => ( <div > <MainMenu/> </div> ); The line co...
Not that I want to do that. But just for creating a quick demo I did that and it fails to compile: const Foo = (props:any) => <div/>; const foo = <Foo/>; // Error : render is missing Of master from yesterday 🌹
1
_Please make sure that this is a bug. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template_ **System information** * Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Ye...
Would you like to replace any double quotes by angle brackets around file names for include statements?
0
**Miguel Landaeta** opened **SPR-7351** and commented The Debian Java team is preparing a package for Spring Framework 3.0. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575877 However, before this can be completed, all the dependences of Spring have to be packaged. In particular, we found that spring-build (...
**G** opened **SPR-4396** and commented Autowiring failed when one of the bean contains factory-method (Static setter). Even we don't apply autowire in that bean, it will also crash the whole framework. Reference: http://forum.springframework.org/showthread.php?t=48399 Partial XML: <?xml version="1.0" encoding="U...
0
The nomenclatures Bootstrap 3 relating to the sizes of the buttons remain the same Bootstrap 2. By placing `btn-xs` does not, however, put the `btn-mini` works perfectly. Look: http://jsfiddle.net/theus/jFsG7/2/
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
### System info * Playwright Version: [v1.35.1 * Operating System: Windows 10 * Browser: Chrominum * Other info: **Config file** import { defineConfig, devices } from '@playwright/test'; import GlobalConstant from './commons/GlobalConstant'; /** * Read environment variables ...
### System info * Playwright Version: v1.33 * Operating System: Windows, Ubuntu22 * Browser: All * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. Sorry, but I deviated a bit from the issue template. So, I am interested in page.unroute method. I ...
0
This is likely related to, or the same issue as these 3: #6687 #6802 #6516 It appears that using compiler hints for types causes issues with bundle. Take this example: index.ts // @deno-types="./foo.d.ts" import * as Foo from './foo.js'; console.log(Foo.bar); foo.js expo...
ERROR: type should be string, got "\n\nhttps://eslint.org/docs/rules/require-await\n\n> There is an eslint rule of `require-await` which would catch this as well.\n> With TypeScript checking the return type it is very unlikely enforcing this\n> would cause incorrect behaviour.\n\n@kitsonk I did a quick check and we'd have to add a lot of supressions to\ntests (because there's a lot of mocks that assert async functions were\ncalled). I'm open to that change, but I'd open a new issue for that.\n\n_Originally posted by@bartlomieju in #4384 (comment)_\n\nA new rule \"require-await\" should be added to `.eslintrc.json`; then code in\n`core/`, `cli/` and `std/` should be linted accordingly.\n\n"
0
Thanks for next.js , I think it's awesome and has enabled me to progress a universal website much quicker than I could of done trying to build it out from scratch! I have added an entry point in my config for a component that ends up in the /static folder, this is a script that I am loading onto a script tag on comp...
The client bundle always includes `node-libs-browser`, even if it is unnecessary. Removing it would reduce a hello world Next.js app page load by 19.62 KB (2.02 KB min gzip): ![screen shot 2018-04-10 at 3 58 45 pm](https://user- images.githubusercontent.com/1754873/38538707-5aa8a382-3cd8-11e8-8993-995a1f01eca5.p...
0
I have a user entity, which has a password field with several validation constraints attached. If some of my validation constraint failed, the error message got assigned to the parent form, which should not happen, as the error_bubbling is turned off. While tracking the problem down, I've came upon this conclus...
When RepeatedType is nested inside another form, error messages such as "This value should not be blank" bubble up to the root form, instead of appearing above the field in the nested form. To illustrate this issue, I have put together the following example: * Two types where one is nested in the other (child ins...
1
**TypeScript Version:** 1.8.6 **Code** import {Component} from 'angular2/core'; @Component({ selector: 'igx-test', directives: [Test], templateUrl: 'app/ngTest/Templates/Test.html' }) export class Test { //test constructor() { ...
**TypeScript Version:** nightly (1.9.0-dev.20160422) **Current code in tslint.json:** { "rules": { "semicolon": true } } **Desirable code:** { "rules": { "semicolon": [true, "always" ] } } ...
0
## 1. Have an old Flutter SDK 2. Run `flutter upgrade` => we recommend running `flutter upgrade` 😄 C:\Users\mit\dev>flutter upgrade Updating flutter tool... ╔════════════════════════════════════════════════════════════════════════════╗ ║ WARNING: your installation of Flutter is 4...
## Steps to Reproduce When using the CLI to upgrade the local Flutter installation (using `flutter upgrade`), the CLI provides a warning that the installations is XY days old and that `flutter upgrade` should be run in order to update the installation. ![screen shot 2017-11-13 at 2 51 38 pm](https://user- images.gi...
1
* VSCode Version: 0.10.11 * OS Version: OS X El Capitan 10.11.4 * Node Version: 5.10.1 Steps to Reproduce: 1. Launch code from terminal `code .`. It fails with the following error - File "<string>", line 1 import os,sys; print os.path.realpath(sys.argv[1]) ^ ...
Just installed 0.10.10 and installed the `code` shell command: $ code --help File "<string>", line 1 import os,sys; print os.path.realpath(sys.argv[1]) ^ SyntaxError: invalid syntax /usr/local/bin/code: line 10: ./MacOS/Electron: No such file or direc...
1
### Numpy/Python version information: 1.19.1 We have compiled some common reasons and troubleshooting tips at: https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: * The Python version is: Python3.8 from "/usr/local/bin/uw...
I'm trying to deploy a Flask-based application (Python 3) in AWS EC2 using Apache and mod_wsgi with all the necessary packages being installed in a miniconda environment. Bellow you can find my app.wsgi file: import sys import logging import site site.addsitedir('/home/ubuntu/mini...
1
**I'm submitting a ...** (check one with "x") [x] bug report **Current behavior** Change detections running outside of zones have no effect. **Expected behavior** Either the change detection should succeed or an explicit error should be thrown. **Minimal reproduction of the problem with in...
Hello! On directives I have detected the following problem: If you include `coreDirectives` and `NgFor` in the same component, the ng-for instruction will be executed two times. Example in this plunker: http://plnkr.co/edit/tFGJVjO3z78GEXCTKFh4?p=preview I think the framework need report an error with this info ...
0
Installing any package causes this error. I am currently using Windows 10 and NodeJS v17.
### Is there an existing issue for this? * I have searched the existing issues ### This issue exists in the latest npm version * I am using the latest npm ### Current Behavior npm install doesn't work either way. After upgrading Node JS to v17.4.0 and npm to v8.4.0 npm install gives two errors with different...
1
### Version 2.5.13 ### Reproduction link https://jsfiddle.net/x78pz6u1/7/ ### Steps to reproduce 1. click emit1, alert something, no problem. 2. click switch. 3. click emit2, alert again, not expected! ### What is expected? not alert when I click the button emit2 ### What is actually happening? alert w...
### Version 2.5.13 ### Reproduction link https://codepen.io/posva/pen/baeJzd?editors=1111 ### Steps to reproduce define a custom component witch emit custom event; use v-if v-else create 2 component instances; on first instance use v-on listen the custom event, the second DONOT; toggle the v-if condition; ...
1
EDIT: title was change from 'HTML Widget' to 'Support for styling text with html markup' after the discussion * * * Hello, I know that the question has been asked before about the possible support for rendering html content simirarly as the native platforms do, and that the answer was that it wasn't planned: #25 ...
Presumably this requires some compositor work, similar to maps or video?
1
I opened this thread at StackOverflow and had my worst suspicions enforced that this is not idea for my personal private vision (aka use case) for THREE in general. http://stackoverflow.com/questions/35075432/how-to-change-a-boxs-dimensions- size-after-creation I think it would be nice that if in any new THREEtype...
I was trying to instance a geometry, but i find it too hard to manipulate. The scenario is this. I have a geometry & shader of some over-used thing in my game. But having to manage a lot of instances separately is really difficult when every attribute of every instance is somewhere on an array, and it's even more dif...
0
![untitled](https://cloud.githubusercontent.com/assets/1296500/5640185/3bbc1552-961a-11e4-9a45-b2145acc2a97.png)
Pasting something like this in the Find box displays incorrectly 'use strict'; ![paste](https://cloud.githubusercontent.com/assets/127535/5308709/f7235d2a-7bce-11e4-90c9-a2f6b2f092b8.png) It seems like the box gets the height of the content so the overflow hidden doesnt happen. ![css](...
1
Hopefully you can see a demonstration here, although it may depend on your browser font sizes: http://jsbin.com/hofeg/2/edit ![screenshot from 2014-06-23 17 26 24](https://cloud.githubusercontent.com/assets/754175/3360485/5a8415c4-faf3-11e3-8961-7ebf526d8500.png) If the tooltip appears too close to the edge of the ...
The placement of the tooltip arrow appears to get cached in some situations, meaning it won't always be centered. Please see a reduced test case: http://jsfiddle.net/ytD5t/8/ ![example](https://cloud.githubusercontent.com/assets/2069528/2751283/3fce9944-c8c0-11e3-9f2b-6d348fde31c7.png)
1
For many applications, common metrics are between 0 and 1. e.g. frequency, percentage, proportion, probability. The ability to perform histogram aggregation on decimal values would be great.
Fork of #3810 and #3799. Decimal intervals would be useful for certain data types such as currencies, temperatures, lengths ...
1
import matplotlib.pyplot as plt import matplotlib.patches as mpatch fig, ax = plt.subplots() arrow = mpatch.FancyArrowPatch((0, 0), (0.8, 0.8)) ax.add_artist(arrow) plt.show() ![figure_1](https://cloud.githubusercontent.com/assets/6197628/24082308/71201bca-0cbb-11e7-99...
### Bug report Adding a `FancyArrowPatch` to an axis changes the result returned by `get_path()`. I would expect adding an artist to an axis to have no effect on its path in data co-ordinates. **Code for reproduction** import matplotlib.pyplot as plt import matplotlib.patches as mpatch #...
1
I think the impl is just necessary to get Rust to try to instantiate it (otherwise it assumes it's unused). This may be a duplicate of issue #4363. use std::sync::Mutex; struct Foo { foo: Mutex<Option<Foo>>, } impl Foo { fn bar(self) {} } fn main() {} ...
A struct inside an enum generates a type identifier (as it does outside when used outside an enum). enum S { C {a:int, b:int}}; enum C {}; t.rs:10:4: 10:13 error: duplicate definition of type `C` t.rs:10 enum C {}; ^~~~~~~~~ t.rs:9:13: 9:29 note: first definition ...
0
Apologies in advance if this is a duplicate. This is more about the aesthetics of the notifications (functionally, no problems). Even when I try to create them manually with `new Notification("abc")`, I get an alert box instead of the notification one. This does not seem like an OS issue as `$ notify-send abc xyz` ...
Notifications on Ubuntu are shown as alerts instead of regular notification. Is this how notifications are supposed to look on ubuntu ? ![ubuntu____running_](https://cloud.githubusercontent.com/assets/3478693/3498423/2fdc7930-05f5-11e4-8b37-1d51ac4b4947.png)
1
## Bug Report * I would like to work on a fix! I have close to zero experience with Babel's internals though. I would not be offended, if you think you can fix it yourself quicklier. **Current Behavior** The `typescript` preset is incompatible with `d3-array/cumsum.js`. The issue seems to only occur for arrow...
I use rollup to bundle my app (contains many `async` functions) to work on IE11 or Safari 10. Here is my babel plugin setting in rollup.config: plugins: [ ... resolve(), commonjs(), babel({ "babelrc": false, "runtimeHelpers": true, exclude: 'node_module...
0
Right now, this is not supported, but I'm not yet sure if there's a reason behind that. TODO(julie): investigate
After `a9b1270` landed, http no longer imports `Observable` from `@reactivex` but rather uses one exported by `angular2/angular2`. This is good since it limits http dependency. Unfortunately we still got a place where Rx is dependent upon directly: in mock_backend.ts mock_backend imports `Subject` and `ReplaySubjec...
0
Testing #2218 ![image](https://cloud.githubusercontent.com/assets/5047891/12610786/ce4c15da-c4e9-11e5-881c-9ec51d344a9e.png)
I think pretty early on we will get the feature request to support multiple terminals. As soon as you run a program from the terminal, you cannot use it anymore. Maybe we just allow to create new terminals with an action from the terminal panel and show all opened terminals from a dropdown similar to output channels...
0
#### Description Unfortunately, I am not 100% sure, that this is a bug, but the LeaveOneOut cross-validation is at least not behaving as I'd expect. #### Steps/Code to Reproduce I use this matrix: R A B C D E F G H 0 149 1 0 0 0 0 0 1 0 1 98 0 1 0 0 0 0 1 0 2 72 0 0 1 0 0 0 1 0 3 74 0 0 0 1 0 0 1 0 4 1...
from sklearn.datasets import make_regression from sklearn.cross_validation import cross_val_score, LeaveOneOut from sklearn.linear_model import Ridge X, y, coef_ = make_regression(random_state=42, noise=1, n_samples=200, coef=True) cross_val_score(Ridge(), X, y, cv=LeaveOneOut(len(X)...
1
The FancyZones zone editor should show the dimensions of each zone in pixels. FancyZones is a tool for perfectionists and my OCD was seriously triggered, when I just had to eyeball the dimensions of the zones.
# Summary of the new feature/enhancement Sizing of custom zones in editor by dragging mouse is a little bit coarse (hit and miss) in terms of getting close to edges of screen symmetrically and allowing window edges of multiple zones to line up neatly. Some possible solutions are suggested for consideration. # Propo...
1
Hi, I know this an already open/closed issue but I think bootstrap MUST have a convenient way to load ajax content into modals (and popovers). At the moment I use https://github.com/Nikku/jquery-bootstrap-scripting (even done some minor recently merged modifications into it). Could it be the starting point for a f...
Hello, Tabs do not seem to be working for me when used within Popover. What happens is following: 1. Popover opens 2. Active tab on click changes 3. Tab content is not changing <\-- PROBLEM Tabs are created correctly and if you try them outside of popover they work fine. Here's live demo: http://jsfiddle.n...
0
![DB 1 ](https://camo.githubusercontent.com/546ff1d4326a3bba9b892b4fd9a3afaf289c67a74cdae5233da3f583f69dbd31/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313639313438392f39383134302f31666531343730632d363731352d313165322d383930352d6462326366383237353936362e706e67) Check-boxes in that picture es...
![DB 1 ](https://camo.githubusercontent.com/f8afddd76dcad51ea9ebd1cbad7a6cd6fa5fc205573deb1a21bf0fc3108417cb/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313639313438392f39383130392f37636437646536652d363731332d313165322d393061632d3161656231616438626463302e706e67) Check-boxes in that picture es...
1
**Gowrishankar V** opened **SPR-5719** and commented In my webapp I have multiple PPC configured in different context files. The primary context file is initialized through ContextLoaderListener and others are imported into the primary context xml file. In the primary context file, I have a PPC, which is initializ...
**Gisbert van Rossum** opened **SPR-6428** and commented When using 2 PropertyPlaceHolderConfigurers, placeholders declared (and given a value) in the first PPC are not resolved in the second PPC. <bean id="configurer1" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property nam...
1
I installed Superset 2.0.0 via pip. I get the following error when running `superset` after installation: $ superset ... ModuleNotFoundError: No module named 'werkzeug.wrappers.etag' #### How to reproduce the bug I installed Superset via pip in a clean Python 3.8 virtual environment on Linux:...
**Is your feature request related to a problem? Please describe.** My problem arises when I want to create a chart that responds to filters in the dashboard in a customized way, making use of the templating engine and the filter_values() function. I usually know what SQL query I need, so I go to SQL Lab, write t...
0
font family is : Monaco,Droid Sans Mono, Droid Sans Fallback ![deepinscrot-3111](https://cloud.githubusercontent.com/assets/4103690/8471948/9665208a-20cf-11e5-9c5c-919ba15714d2.png)
My OS openSUSE 13.2 (Harlequin) (x86_64) 64 位 with GNOME 3.14.2 Atom is 0.190.0 markdown-preview 0.148.0 #ymsWebClient ###build dist 1. 手工删当前的额dist文件夹 2. 项目根目录下执行命令 ` gulp build ` <h1 id="ymswebclient">ymsWebClient</h1> <h3 id="b...
1
##### Description of the problem #12458 "Fix FileLoader duplicate request issues" seems to have introduced a new problem. When the same file is loaded with high frequency and ArrayBuffers are used then this message is likely to appear: Uncaught DOMException ... ArrayBuffer at index 0 is already neuter...
`ConvexGeometry` appears to be generating extra internal faces. There are calls to `Math.random()` in the algorithm, so the output is not deterministic. Several refreshes may be required to see the issue. ![screen shot 2017-01-21 at 4 07 37 pm](https://cloud.githubusercontent.com/assets/1000017/22177846/9443983c-df...
0
##### System information (version) * OpenCV => 3.4.2 * Operating System / Platform => Any * Compiler => Any ##### Detailed description Is there any developer discussion about not only including OpenVino's inference engine, but making it the default back-end when it is included? I went to enable this back end...
Hi, all I'm trying to detect if the camera is unplugged, I tried to use the result of `VideoCaputre::grab()`, `VideoCaputre::retrieve()` and `VideoCaputre::isOpened()`, but not work. The return values are both true when I unplug the camera. Here is the program: #include <iostream> #include <signa...
0
**Apache Airflow version** : 1.10.12 **Environment** : VMware VM **Cloud provider or hardware configuration** : 8 G RAM, 50G HDD, 4Cores **OS** : NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAM...
**Description** We should consider adding `pip check` command in our CI system to verify that dependencies that we use (together with constrains) are fully compatible. This should be run for biggest possible user-installation (`apache-airflow[all]`). **Use case / motivation** Successful `pip check` is often a bus...
1
Make sure these boxes are checked before submitting your issue - thank you! * I have checked the superset logs for python stacktraces and included it here as text if any * I have reproduced the issue with at least the latest released version of superset * I have checked the issue tracker for the same issue and...
It is difficult to find any meaningful information about the deckgl charts. Would it please be possible to add at least rudimentary documentation providing a brief overview of the accepted geospatial formats (e.g. GeoJSON) and any requirements such as coordinate reference system (e.g. epsg 4326?), geometry types (e....
0
This is a bit newbie-unfriendly: >>> def f(params, data): ... return (...) >>> minimize(f, x0, args=mydata) ... TypeError: can only concatenate tuple (not "list") to tuple This could use similar logic as in `scipy.integrate.quad`, which has if not isinstance(arg...
I was a bit unexpected behavior using gaussian_filter, especially on image boundaries - corners. I have generated a noisy image with a Gaussian distribution and that I was expecting that using a Gaussian filter with sufficient sigma I get an image with zeros. But I got high positive values in top-left, and bottom-rig...
0
## Environment info * `transformers` version: 4.4.2 * Platform: Linux-5.4.0-1041-aws-x86_64-with-debian-buster-sid * Python version: 3.7.10 * PyTorch version (GPU?): 1.7.1 (True) * Tensorflow version (GPU?): not installed (NA) * Using GPU in script?: no * Using distributed or parallel set-up in script?...
I have used BERT NextSentencePredictor to find similar sentences or similar news, However, It's super slow. Even on Tesla V100 which is the fastest GPU till now. It takes around 10secs for a query title with around 3,000 articles. Is there a way to use BERT better for finding similar sentences or similar news given a...
0
Go Version: go version go1.4 windows/amd64 I was editing a file with Windows line endings, and I was unable to make it work. It seems like the \r character is added as part of the last parameter, which makes commands fail. It should be re-producible with all files using \r\n as line endings, but here is the actual...
Just tested the new "go generate" command. I'm using a windows machine and so my line endings are \r\n and not just \n. so if I put "//go:generate dosomething" in my source code and run "go generate" it executed "dosomething\r" which can not be found. (Tested with go1.4.windows-amd64 release) Sorry for submitting...
1
This feature is best suited to tablet/desktop. From https://www.google.com/design/spec/components/menus.html
For some embeddings (macOS, Windows, Linux, ChromeOS, Fuschia), an application-level menu bar widget is necessary. It should be able to display keyboard accelerators, menu item separators, and have cascading menus. The design doc is here: https://flutter.dev/go/cascading-menus The draft Framework PR is here: #1091...
1
At the moment SingleBucketAggregator extends BucketAggregator and MultiBucketAggregation is a separate interface. This means that single bucket Aggregations are different from multi bucket aggregations which can lead to problems when traversing the aggregation response. The reason for this is that single bucket aggre...
`SingleBucketAggregations` (like filter aggregation) have no method `getBuckets()` and also the json response contains no buckets array. This saves some space but also makes it harder to traverse the aggregation tree because when looking at the result one always has to know if the aggregation that produced the curren...
1
Content-Length header is duplicated if specified on Python3, leading to 400 responses: Python 3.3.0 (default, Apr 30 2013, 06:45:58) [GCC 4.2.1 Compatible Apple Clang 4.0 ((tags/Apple/clang-421.0.60))] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> impo...
Spaces are not allowed in header names: https://www.rfc- editor.org/rfc/rfc9112.html#name-field-line-parsing When requests encounters such invalid header names, it will not only throw away the invalid header, but also stops parsing all following headers. When the invalid header comes before headers such as `Conte...
0
Challenge http://freecodecamp.com/challenges/waypoint-give-your-javascript- slot-machine-some-stylish-images has an issue. Please describe how to reproduce it, and include links to screenshots if possible. This challenge will allow you to pass even if your code for which section an image is forgotten. (The correct w...
The tests are not covering the task fully. One can pass it by updating only slot 0 three times: ![slot_zero_three](https://cloud.githubusercontent.com/assets/5458077/9340230/6d98125e-45a3-11e5-990d-11f572af3cd5.png)
1
The page isn't recognizing that I have specified a border width and style. The code is rendered properly in the "Cat Photo App", but I can't advance to the next challenge. The code in question: .thick-green-border { border-color: green; border-style: solid; border-width: 10px; }
The following HTML is not working for this challenge: <style> .smaller-image { width: 100px; } .thick-green-border{ border-width: 10px; border-color: green; border-style: solid; } </style> ![](https://camo.githubusercontent.com/f1ba009cb2b5e79d9cba610fbc92f8aead0c3e4f49d07d666f81d2557c1b1f16/68747470733a2f2f6269742...
1