text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior All valid children of the Table component should be rendered. ## Current Behavior Only the last instance of each valid component is rendered ## Steps to Reproduce (for bugs) 1. Create a table with ...
An asterisk (*) is hard-coded to required fields. I think we should allow users to customise the asterisk or remove it if they want to. https://github.com/callemall/material- ui/blob/fb3a42f421d9a00cbc31e69e06e5e30c7b1998fc/src/Form/FormLabel.js#L125-L127 * I have searched the issues of this repository and b...
0
##### System information (version) * OpenCV => ❔ * Operating System / Platform => ❔ * Compiler => ❔ ##### Detailed description The stereo_match.cpp code (https://github.com/opencv/opencv/blob/master/samples/cpp/stereo_match.cpp) has a scaling issue that took me 2 days to track down. The computed disparit...
##### System information (version) * OpenCV => 4.6.0 * Operating System / Platform => Windows 64 Bit * Compiler => Visual Studio 2019 ##### Detailed description When I load onnx model which was quantified by script from opencv_zoo with the Intel `neural-compressor>1.10.1`, it will cause an error. (This model...
0
**I'm submitting a ...** (check one with "x") [x] bug report [ ] feature request [ ] support request **Current behavior** Having several times an element in the DOM tree with the selector associated to a component will only bootstrap the first DOM node found in the tree. **Expected beh...
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [] feature request **Current behavior** Platform server fully renders a lazy module, and the view on the browser is changed several times: 1. The html rendered on the...
0
When I follow the configuration below it is invalid ![image](https://user- images.githubusercontent.com/45256940/136534807-f734eb18-f867-4560-b53c-b953762acfc0.png) Must be configured below the table to take effect ![image](https://user- images.githubusercontent.com/45256940/136535042-257f4723-4eab-406f-b922-28...
## Bug Report ### Which version of ShardingSphere did you use? 3.0.0 ### Which project did you use? Sharding-JDBC or Sharding-Proxy? Sharding-Proxy ### Expected behavior I have a logic table 't' with 2 shards, actual table are 't_0' and 't_1'. When I excute "select code from t group by code" on Sharding-Proxy...
0
**TypeScript Version:** 1.8.10 **Code** import * as ts from "typescript"; // Note: this uses ts.formatting which is part of the typescript 1.4 package but is not currently // exposed in the public typescript.d.ts. The typings should be exposed in the next release. function f...
We have a typescript application and a use a file per class. There are lots of benefits to this the major one being source control conflict reduction. We compile our app using the --out compiler flag but I think there is room for some serious optimization of the compilers output for modules. Currently if you have t...
0
_Please make sure that this is a build/installation issue. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template_ **System information** * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): MAC Yosemite 10.10...
_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** * OS Platform and Distribution Windows 10 64 bit * TensorFlow installed from (source or binary): p...
0
# Environment Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd] Windows Terminal version (if applicable): Microsoft Windows NT 10.0.18362.0 Any other software? msbuild # Steps to reproduce 1. Log into a machine over RDP 2. Open a termina...
The petty thing I miss most when I pop into Windows is having a separate hot key terminal for each of my three monitors. The closest i've ever been to believing in god was when I realized that was obtainable and if you could make that happen in Windows I just might have to kiss you.
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/.): No, this is a bug report **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should in...
Note: I'm happy to write a more formal proposal out, I just wanted to quickly float the idea and see if it makes any sense to have. ### Introduction A hostPath volume source is probably the simplest one to define, needing only a single path. However, that simplicity comes with many assumptions and caveats. Right n...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I would expect that when I programmatically set the value of the multiline TextField to '', the text inside it would disappear. ## Current Behavior Currently, the previous value inside the multiline Te...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I should be able to somehow use a `<ListItem>` with a `Link` in TypeScript. ## Current Behavior I've found a few examples that suggest using: <ListItem button component={Link} to="/s...
0
[Enter steps to reproduce below:] 1. Right-click in Atom. 2. Sad face :( **Atom Version** : 1.0.0 **System** : Microsoft Windows 7 Enterprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Modul...
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
There needs to be a waypoint or a series of waypoints that explain how to properly use GitHub in general, and how to search for and report issues in particular, since people are posting a lot of duplicate issues (see #1062, and it's 7 duplicates, about a bug that was already fixed in `staging`). I think I have seen ...
When I added my solution it was this error. Then after some research, I tried in Firefox and it worked. So basically this is stack issue from chrome so I thought of reporting as other campers might get the same issue.
0
You can have a large frame in memory and want to drop a small percentage of labels with NA data just to clean things up. If you use drop() or dropna(), you will get a new object and effectively double the memory footprint. Favoring immutability is great, but under memory constraints this can be a killer.
see related discussion in #2325 Possible and/or desirable to add an inplace keyword to dropna? Maybe an out keyword, so you can avoid typing the assignment? [ **Edit:** I guess out doesn't really make sense like it does for numpy ufuncs.] Don't really mind if there's a copy even I just get tired of always doing assi...
1
It would be great to be able to have a custom checksum validator that can ignore certain branches of the DOM-tree when attempting to reuse markup. The use case is for rendering static components. For static components that only need to be rendered once, we can just do the rendering on the server, and not have to ren...
React version:16.13.1 ## Steps To Reproduce 1.在package.json中引用react-file-viewer 2.npm install下载依赖 3.npm run build 打包 ,出奇的慢 Link to code example: ## The current behavior ## The expected behavior
0
##### Issue Type: Bug Report ##### Ansible Version: ansible 2.0.0.2 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### Ansible Configuration: Using default ansible.cfg. Inventory: [all:vars] ansible_python_interpre...
After I upgrade ansible 2.0.0.1 from 1.9.4, when performing a playlook always encounter intermittent fault "failed to resolve remote temporary directory from". $ ansible-playbook playlooks/playlook-filters.yml PLAY *************************************************************************** ...
1
I want to use Sourcegraph code search and code review with scikit-learn. A project maintainer needs to enable it to set up a webhook so the code is up- to-date there. Could you please enable scikit-learn on @sourcegraph by going to https://sourcegraph.com/github.com/scikit-learn/scikit-learn and clicking on Settings...
I want to use Sourcegraph code search and code review with scikit-learn. A project maintainer needs to enable it to set up a webhook so the code is up- to-date there. Could you please enable scikit-learn on @sourcegraph by going to https://sourcegraph.com/github.com/scikit-learn/scikit-learn and clicking on Settings...
1
Is it possible to encrypt snapshots before it leaves the node ? So that data is encrypted in flight ? May be a config variable to set up password for encryption and decryption ?
This concerns the encryption of snapshot data before it leaves the nodes. We have 3 types of cloud snapshot repository types: Google Cloud Storage, Azure Storage and Amazon S3. Amazon and Azure support client side encryption for their java clients, but Google does **not**. Amazon and Azure, which support client sid...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME core (It concerns strings encrypted via `ansible-vault`.) ##### ANSIBLE VERSION ansible 2.4.1.0 config file = /home/flaf/MesDocs/informatique/docs/mes_notes/git/ansible-tice/ansible.cfg configured module search path = [u'/home/flaf/...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME vault ##### ANSIBLE VERSION devel ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY A single vault encrypted value does not get decrypted in a jinja2 pipeline. ##### STEPS TO REPRODUCE Don't worry the below vault data is just us...
1
## Reproducible example Install Celery 4.4.7: python3 -m pip install -U 'celery[redis]==4.4.7' Start Redis on 6395: redis-server --daemonize yes --port 6395 Create `celeryfoo.py`: import time from celery import Celery celery = Celery("hi") redis_ho...
Hi have an application running with Celery 4.4.2 with the following Daemonizing code: /etc/default/my_celery_service # Names of nodes to start # most people will only start one node: CELERYD_NODES="worker1" # but you can also start multiple and configure settings # for each in CE...
1
**Jürgen Hermann** opened **SPR-4370** and commented The API docs do not mention in what order (priority) duplicated properties are resolved. When using setLocations(a, b), is a:foo preferred over b:foo or vice versa? http://static.springframework.org/spring/docs/2.5.x/api/org/springframework/core/io/support/Prope...
**André Rouél** opened **SPR-8652** and commented In a table column we use 19-digit IDs. The column type is set to NUMBER. An example of an ID is "1000000009704976470". Now, if we access by using `NamedParameterJdbcTemplate.queryForLong (String sql, SqlParameterSource paramSource)` or overloaded methods, it returns...
0
in html file-type vscode version 0.10.6 My User Settings config says: "editor.autoClosingBrackets": true, but it still doesn't work. For example, when you type in "<script" the IntelliSense suggestions pops up and you press enter on "script" it doesn't close the tag like this: <script> </scr...
Right now you have to type `</` and press enter to close the last tag it would be much simpler to just press enter and have it close
1
I installed the terminal from the windows app store, created a powershell tab, ran a command. I then wanted to copy that command text, so I highlighted it, then pressed ctrl + c but it doesn't appear to have copied the command text. I also tried ctrl + shift + c. Getting desperate I right clicked on the tab item its...
Split screen in Windows Terminal opens the default shell in a new pane. Wouldn't be better to open the same kind of shell? (e.g. if I'm in #PowerShell Core, don't open Windows PowerShell in a new pane, open PowerShell Core again).
0
I notice that Next.js assumes that all source code is basically put in the root, e.g. pages directory. I prefer to keep a separate src directory, so it's clear what's source and what is not (build, passwords, etc). Is this possible / easy? How do I do it?
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The `with-apollo-auth` example (https://github.com/zeit/next.js/tree/canary/examples/with-apollo-auth) should be updated to use the new `_app.js` functionality #4286. Each pages `getInitialProps` to chec...
0
Suppose we wish to classify some examples where one class is relatively rare. import pandas as pd,numpy as np from sklearn.ensemble import RandomForestClassifier from sklearn.model_selection import cross_val_score from random import choice df0=pd.DataFrame(np.random.normal(size...
Moving the discussion with @amueller from pydata/patsy#77 (comment). Proposing to: * add an optional 'labels' argument to `log_loss` * add an argument to `make_scorer` to enable passing labels argument to the custom loss function Related to this - perhaps also allow `make_scorer`'s `need_threshold = True` to b...
1
**Greg Wiley** opened **SPR-3519** and commented Using the AspectJ annotation configuration method. If two advice apply to the same join point and the lower-priority advice has (non JP) parameters, those parameters will not be bound. This occurs in Spring 2.0.5 but not in Spring 2.0.2. Only jars on the CP are th...
**Tom DeWire** opened **SPR-3472** and commented Repeated from my original forum post: (http://forum.springframework.org/showthread.php?t=38619) We have two pieces of advice that we would like to execute "around" a service method. The service method takes a single parameter. The first piece of advice (AdviceA in t...
1
although VS Code recognize that the markup is indeed handlebars, it is unable to format it. So format code option does nothing
* VSCode Version: 111 * OS Version: OSX current Hello, are there any reliable way to use auto format code on templates such as handlebars or ejs ? I see that there is in user settings an indent setting support for handlebars, but this is not accessible in handlebars mode, only in html mode. This is inconsiste...
1
Hi, when using it, simple switch the button up to xl one. When you try to generate a prediction of words; it will simply never load regardless of what all the other setting are on. Every other gpt2 model size works; expect the xl one. Tried it on Android and Linux same problem and different browsers Firefox and Googl...
When setting the model size to **gpt2/xl** , WwT gets stuck on loading the autocomplete. Checking Chrome's console tells me "Failed to load resource: the server responded with a status of 502 (Bad Gateway)" Having a quick look through the older tickets, I saw that this has happened before. #2121
1
after upgarde to 2.12.3 under win10, below issue is encountered, any suggestion? File "d:\Anaconda3\lib\site- packages\requests-2.12.3-py3.5.egg\requests\sessions.py", line 535, in post return self.request('POST', url, data=data, json=json, **kwargs) File "d:\Anaconda3\lib\site- packages\requests-2.12.3-py3.5.eg...
This occurred after I upgraded form 2.11.1 to 2.12.1. The error occurs arbitrarily for the URLs I tried. > requests.get('http://google.com') # works > requests.get('http://www.google.com') # works > requests.get('https://google.com') # does not work > requests.get('https://www.google.com') # does not work ...
1
##### System information (version) * OpenCV => 4.1.2 * Operating System / Platform => Mac * Compiler => clang ##### Detailed description Detected processor: armv7-a sizeof(void) = 4 on 64 bit processor. Assume 32-bit compilation mode Looking for ccache - not found FP16 is not supported by C++ compiler ...
* * OpenCV => 3.4.4 * Operating System / Platform => Android (Windows 10 compile host) * Compiler => MinGW 5.3.0 32bit ##### Detailed description I am compiling OpenCV 3.4.4 (world) from source for Android on a Windows 10 host. The compilation of the shared OpenCV libraries seems to finish without err...
0
After upgrading to React 15.0.1 or 15.1.0 I'm not able to use printWasted from Perf tools. React 15.0.1 throws error: `ReactDefaultPerfAnalysis.js:177 Uncaught TypeError: Cannot read property 'forEach' of undefined(…)` React 15.1.0 `warning.js:44 Warning: There is an internal error in the React performance meas...
After upgrading to 15.1.0 I'm having trouble using the React Perf tools. I've done the following: Added to one of my files: import Perf from 'react-addons-perf'; window.Perf = Perf; I then launch my app in Chrome. Open the Dev Tools and run this in the console: Perf.start(); ...
1
### Describe the workflow you want to enable Like in R, can we add an option of offset in sklearn so that we can fix the value of some coefficients for logistic regression? For those who don't know offset, offset is defined as a fixed feature with coefficient being 1. Therefore, if $y=g(x\beta + z\alpha)$ and we wa...
### Describe the workflow you want to enable As described at #24155, GLM should also support the offset option. ### Describe your proposed solution For example from sklearn.linear_model import PoissonRegressor glm = PoissonRegressor( alpha=0, ...
1
When generating URLs, named parameters are usually passed like this: $uri = $router->generate('blog_show', array('slug' => 'my-blog-post')); It would be cool if one could pass an object that implements the `ArrayAccess` interface, too. That would make generating routes for models incredibly easy ...
For Symfony2 Router with the help of standart bundle (sensio extra) we can write ParamConverters to convert request param=>object. Is there any standart way to use reversed convertion? Now we must do something like this: path('DevBlogBundle_post_show',{'post':post.id}) While a better way would be: path('DevBlo...
1
(*** This section is for bug reports and feature requests only. This is NOT a help site. Do not ask help questions here. If you need help, please use stackoverflow. ***) ##### Description of the problem It seems like the standard geometries have faces as indices/elements. But it appears like gl.drawArrays is being ...
It would be great if derived Materials (e.g. Phong, Normal, etc.) allowed the user to pass an existing instance of a material to the Clone() method, as you can with base materials. I think this would just require (Phong for example): if ( material === undefined ) material = new THREE.MeshPhongMaterial...
0
**Migrated issue, originally created by Anonymous** query.with_only_columns(func.count('*')) seems to produce invalid SQL since slqalchemy 0.7.3 (tested on fresh clone from hg too) code to reproduce it(tested also on mysql - the same issue): from sqlalchemy import ForeignKey, create_engine, select, f...
**Migrated issue, originally created by Anonymous** Playing with append_constraints() i noticed various errors, maybe not all grave defects, mostly bad error handling when the user does stupid things, but here they are: 1. Appending a broken constraint to a table (very degenerated case...) creates a cryptic error...
0
Fitting a model several times when building a validation or a learning curve can be costly while the evaluation of the scorer can be very fast. It would be interesting if it would be possible to evaluate a list of scorers given to: `sklearn.learning_curve.learning_curve` `sklearn.learning_curve.validation_curve` ...
`Scorer` objects currently provide an interface that returns a scalar score given an estimator and test data. This is necessary for `*SearchCV` to calculate a mean score across folds, and determine the best score among parameters. This is very hampering in terms of the diagnostic information available from a cross-f...
1
# routes.yml app_index: pattern: / vendor_bundle_index: alias: app_index
I'm writing a code that implements a serializer interface but I dont want (dont need) to include all Symfony Serializer implementation code to my project, therefore I've just copied SerializerInterface.php to my project to use it. Then my question is to create a packagist library for `SerializerInterface` to use as ...
0
Any chance of adding this? I noticed the meshes have a visibility property, but I couldn't find a method to calculate visibility to the camera.
(dev/examples/js/loaders/ObjectLoader.js from commit e3290e3f09) The ObjectLoader actually relies on the order of geometries to assign (child-) objects to geometries. would it be possible to use unique id's instead? I am just experimenting with a php backend, that is converting Objects to ObjectLoader compatible jso...
0
When I use `%matplotlib notebook` it creates bigger plots like #4853 but also offsets the entire image. %matplotlib inline sns.palplot(sns.color_palette("cubehelix", n_colors=50)) %matplotlib notebook sns.palplot(sns.color_palette("cubehelix", n_colors=50)) ![screen shot 201...
Is this a bug or intended behavior? I'm using matplotlib 1.4.3 and IPython 3.2.0 on OS X via conda. Here's an example of what I see: ![screen shot 2015-08-01 at 11 10 33 pm](https://cloud.githubusercontent.com/assets/1217238/9027717/27b0b6be-3915-11e5-9391-c8481eafca64.png)
1
### Bug report **Bug summary** Got 'Could not convert glyph to bitmap' error when run matplotlib fig.savefig() in parallel Recently we got this 'Could not convert glyph to bitmap' error from time to time after we implemented a multi-process solution of the pipeline. That is, there could be multiple processes plot...
### Bug report **Bug summary** When storing multiple PDFs using parallel processes (not threads!) a RuntimeError occurs. This happens regardless of the library used for parallelization, i.e. `concurrent`, `multiprocessing` or `joblib`. The error is either `RuntimeError: In set_text: could not load glyph` (generated...
1
When running flutter run I get Launching lib/main.dart on iPhone 5s in debug mode... [VERBOSE-1:callback_cache.cc(132)] Could not parse callback cache, aborting restore in https://github.com/syfgkjasdkn/flutter_view_swift * * * `flutter doctor -v` [✓] Flu...
## Steps to Reproduce Upgrade to latest version Flutter 0.3.1-pre.25 • channel master and Flutter Projects will no longer open up in iPhone Simulator. Flutter Version: Flutter 0.3.1-pre.25 • channel master • https://github.com/flutter/flutter.git Framework • revision 9a0b562524...
0
I click in the block of code where I need to make an edit, but when I begin typing it appears randomly somewhere else in the block of code. Problem on many pages. Mac/Chrome Thanks. Challenge Use the Bootstrap Grid to Put Elements Side By Side has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X ...
Style Text Inputs as Form Controls https://www.freecodecamp.com/challenges/style-text-inputs-as-form-controls #### Issue Description My cursor will not move through the code editor properly. I will try to select a spot in the code and I just can't. This has been an issue through multiple challenges. A hard refres...
1
* VSCode Version: * OS Version: Steps to Reproduce: 1. Launch app and Open any CSS file 2. Try to add some color property to any css class 3. Press # to get color options. Actual: 1. It is displaying only few color options. 2. When user insert some value with #code (like : #00) and then intellisense ...
It could be great have a color picker to update color. For example, when you have a CSS file like this : ![capture](https://cloud.githubusercontent.com/assets/6053067/11398092/b4613d90-937e-11e5-8abe-1e44cd142265.PNG) A color picker could be generated when you click on the colored element.
1
## Bug report ### Is your feature request related to a problem? Yes ### Describe the feature you would like. #### First, I started a local zk cluster via docker. create a file docker-compose.yml version: '2' services: zoo1: image: zookeeper restart: always ...
# follow Issues15985 ## question I asked several developers. The names of the databases and tables they write are regular. If the name of the database and the name of the table have no rules and ,There are no rules for the key in the datasourceMap,how to write the fragmentation table, automatic fragme...
0
_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):No ...
_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): **...
1
julia> @Base.syn┌ Error: Error in the keymap │ exception = │ LoadError: UndefVarError: @Base not defined │ Stacktrace: │ [1] top-level scope │ [2] lower at ./meta.jl:123 [inlined] │ [3] get_type(::Expr, ::Module) at /home/keno/julia/usr/share/julia/stdlib/v1.4/...
Open julia with REPL, type `@nonexist.` and hit Tab: _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: https://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | ...
1
My screen resolution is 2k, dpi zoom 200% For example: This is the picture displayed after running ![image](https://user- images.githubusercontent.com/13817254/34868256-1503d3f6-f7be-11e7-8a36-fb02a26f6b65.png) And this is an image saved with dpi = 300 ![image](https://user- images.githubusercontent.com/138172...
### Bug report The plots done with "TkAgg" backend look blurry on retina screen of my Mac Book Pro. The plots look good when I'm using the default "MaxOSX" backend. It would be nice to have retina-friendly output for "TkAgg" since I'm using the plots into a tkinter GUI app. ![matplotlib plots: tkagg vs osx](https:/...
1
Related to #3714. With the changes to emitting modules with the `"use strict";` prolog, TypeScript is not applying the appropriate level of code checking to catch block scoped function declaration. **TypeScript Version:** 1.8.2+ **Code** Playground Link export function foo() { return 'foo'...
From the kangax compatibility table (related test): > 14 Note that prior to ES6, it was recommended that ES5 implementations > forbid block-level declarations in strict mode. In ES6, block-level function declarations have block scoping in strict mode. Currently the following is a compiler error in TypeScript: ...
1
Hi, I'm having some troubles with setting up a simple angular2 app with routing, when it's served directly through the server root. Example: @RouteConfig([ { path: '/', component: Workbench }, { path: '/login', component: Auth }, { path: '/home', component: Home } ]) ex...
When you use `<a router-link="foo">Link</a>` with an accompanying `<router- outlet></router-outlet>`, the proper component's template appears in the outlet. The issue is when the user refreshes (on the proper URL extension, i.e., `localhost:8080/foo`), no templates are loaded (including the original app's template), ...
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...
Name change for chart is not reflected on chart view without refresh and After click on ALTERED then we see white screen and error in the console. ### Expected results New name should be displayed. Altered should show the difference. ### Actual results Old name is displayed. Unhandled error after click on altered...
0
_What is the expected behavior of the proposed feature? What is the scenario this would be used?_ I would really like to go from A to B with a single shortcut **A** ![image](https://user- images.githubusercontent.com/6896072/92550410-fc0ff180-f220-11ea-8766-abcae8096332.png) **B** ![image](https://user- imag...
The Shortcut Guide shows the Windows Key shortcuts. However, Shortcut Guide also needs to show the PowerToys Shortcuts too. So that we can learn how to use PowerToys more efficiently.
0
**I'm submitting a ...** (check one with "x") [ ] bug report => search github for a similar issue or PR before submitting [x] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
**I'm submitting a ...** (check one with "x") [ ] bug report => search github for a similar issue or PR before submitting [x] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
1
## 🐛 Bug `torch.Tensor` is creating tensor only on CPU. The `device` argument isn't working ## To Reproduce Steps to reproduce the behavior: ![screen shot 2018-10-07 at 2 58 28 am](https://user- images.githubusercontent.com/932927/46579323-e5c9dd00-c9dc-11e8-93e6-5ee08db479ec.png) ## Expected behavior `torch.T...
## Issue description torch.LongTensor silently ignores `device='cuda'` parameter ## Code example import torch i = torch.LongTensor(3, device='cuda') assert i.is_cuda Output: Traceback (most recent call last): File "tmp_prog/test.py", line 4, in <module> ...
1
In the sparse case, `preprocessing.binarize` always converts the input matrix to CSR format. For COO and CSC, the data attribute can also be accessed directly so in those cases there's no reason to convert to CSR. (CSC is especially useful for coordinate descent algorithms)
This is a placeholder issue for sparse matrices support in the Histogram-based GBDT estimators. I guess #15550 should be tackled first. * * * Below are my thoughts and potential plan on the matter, feel free to ignore. Binning: We need a utility to compute quantiles on sparse data, and we need to map a float spa...
0
System is an M1 Macbook Air. Julia info: julia> versioninfo() Julia Version 1.7.0-rc1 Commit 9eade6195e (2021-09-12 06:45 UTC) Platform Info: OS: macOS (arm64-apple-darwin20.5.0) CPU: Apple M1 WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, cyclon...
“`ismatch(regex, str)` has been deprecated in favor of `contains(str, regex)`” then later “`contains` has been deprecated in favor of a more general `occursin` function” It might make more sense if these two paragraphs were somehow merged. Some idiot might change all their `ismatch`es to `contains`s then later hav...
0
**I'm submitting a bug** (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 ...
in creating a options list that allows the user to change different settings i found a problem with the type checkbox . take this component (function(app){ app.testing=ng.core.Component({ selector:"testing", template:"<input type='checkbox' [(ngModel)]='testing'/>"+ "<template ngFor #it...
1
Cannot build numpy v1.17.0 on CentOS 7. Previous version works fine. I'm seeing a lot of C99/C11 features in error message, and avx512f. Not sure if the required `--std` option is set but I don't think gcc 4.8.5 (the system default compiler on CentOS 7) can handle all of that. ### Reproducing code example: Si...
When I attempt to build on RHEL 7.3, I get an error unless I manually do (numpy-testing-py3) [jfoxrabi@... numpy]$ export CFLAGS=-std=c99 Here is my console session without setting the flag (forgive me for using ./runtests.py. I still haven't figured out a better shortcut for getting the log and ...
1
# Examples bug report ## Example name with-ant-design ## Describe the bug component can't navigate to previous one when refresh browser ## To Reproduce 1, create `about.js` in pages folder, with code below import React from 'react' import Link from 'next/link' export default () => { ...
I'm encountering a weird issue with either Babel or Next.js when trying to run TypeScript jest tests. I can run the Jest test written in plain ol' JavaScript just fine, but the Footer.test.tsx file fails with an unexpected token import message: ` PASS ./demo.test.js FAIL components/Layout/Footer/Footer.test.tsx...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior `styled-components` should not result in the `className` mismatch warning from React. ## Current Behavior Warning: Prop `className` did not match. Server: "Header-johx6c-0 bHIeEO" Client:...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I am trying to host Next.js on AWS Lambda/CloudFormation. (using Serverless) I am running into two issues: 1. When I host the packaged version of next (.next folder), it fails on AWS with ...
0
Hi, Why don't implemented internal class in typescript? Element.ts: namespace Library { export class Element { //.... } } SelectElement.ts: namespace Library{ export class SelectElement extends Element { //.... } ...
Currently to protect integrity of data one can only use classes with private or protected fields. Classes are harder to work with compared to object literals. Being able to specify that certain fields are invisible to outside modules would be a valuable addition to support programming in functional style in TypeScrip...
1
**Ussama Baggili** opened **SPR-5743** and commented In web.xml, using the following fails to register all the mappings: <context-param> <param-name>contextConfigLocation</param-name> <param-value> /WEB-INF/applicationContext*.xml </param-value> </context-param> <listener> <listener- class>org.springf...
**Scott Rankin** opened **SPR-2278** and commented In RC1, when the DefaultAdvisorAutoProxyCreator is initialized, it finds and initializes all candidate advisors (code is in AbstractAdvisorAutoProxyCreator.setBeanFactory()). This code has the effect of initializing my Hibernate SessionFactoryBean before any other b...
0
**I'm submitting a ...** (check one with "x") [x] bug report [ ] feature request [ ] support request **Current behavior** See API guide for `ContentChild`. The example in that guide page attempts to illustrate `ContentChild` by showing a **directive** that extracts child content. Ho...
**I'm submitting a ...** Hard to say.... **Current behavior** * ngAfterContentInit * ngAfterContentChecked * ngAfterViewInit * ngAfterViewChecked Fire on directives. **Expected/desired behavior** According to the docs these lifecycle hooks are **Components only** * ngAfterContentInit * ngAfterCont...
1
The goal is to add python 3.7 to travis and pass all tests, the first beta was already released at the end of January.
I tried to install Scrapy using the recommended way... python -m pip install scrapy There were a few errors with dependencies not being installed but I installed them. However, the twisted dependency seems to be causing a problem. I'm just a beginner but i wanted to check out some python modules. Using windows 10,...
0
We should be making preview releases on npm available, preferably in an automated fashion. As discussed a bit on #1818. Seems like this should have the 1.5 milestone (but should begin prior to 1.5's release, as would be appropriate).
TypeScript in master contains many new and interesting features. It would be great if pre-release versions could be installed via npm. This would hopefully help get more testing and exposure for these features for downstreams who can tolerate the risks. eg. via npm install typescript@future
1
Hi, I am using Vis Network with Vue.js and I created two very simple applications, but none of them is working properly. ## 1) The first app is here: https://jsfiddle.net/Filip_Z/9k2s3dgj/4/ The problem is that it cannot delete only the first node (with id=0). All of the other nodes can be deleted. ![vis vue - de...
Hi, In which case Vis changes the color of nodes to red? I have created a very simple app using Vue.js & Vis Network. You can take a look at it here: **https://jsfiddle.net/Filip_Z/2ewtzh7w/1/** For some reason, when I add a new edge - all nodes become red and every newly added edge will overlap with the existing...
1
Almost all the doc examples in numpy.polynomial.polynomial begin with >>> import numpy.polynomial as P but it should actually be: >>> import numpy.polynomial.polynomial as P
In most of the functions in polynomial.polynomial you can read this line: >>> from numpy import polynomial as P and then: >>> P.polyline(1,-1) >>> sum = P.polyadd(c1,c2); sum >>> P.polysub(c1,c2) >>> P.polyder(c) # (d/dx)(c) = 2 + 6x + 12x**2 [...] https://git...
1
### Describe the issue: This may not be a bug, but the behavior is mysterious and unclear to me. Part of the problem is that in trying to recreate an MRE I cannot. The setup is I have two arrays I'm multiplying, one with very small numbers. I use pdb to drop into interactive mode at the exception. Poking around a b...
While it is threadsafe, the `with` statement gives the false impression that it's always safe. It is not: import asyncio import numpy as np def divide_by_zero(): np.float64(1) / 0 async def foo(): for j in range(3): with np.errstate(divide='raise'): ...
1
Hello, I just installed jax and jaxlib under macOS 11.1 (Big Sur) and Python 3.8.5, and issued a `pip install --upgrade pip tensorflow jax jaxlib` to start playing around with jax. At first attempt, `import jax` fails: ImportError: dlopen(/Users/lucchem/opt/miniconda3/lib/python3.8/site-packages/jaxli...
Upgrading from jaxlib 0.1.62 to 0.1.63 causes import of jax to fail with mysterious error messages. Downgrading back to 0.1.62 and everything is happy again. (This in on Mac OS) Requirement already satisfied: jaxlib in /Users/work/miniconda3/envs/QPACK/lib/python3.8/site-packages (0.1.62) Collectin...
1
People have voiced the need for form input filtering various times. Filtering could be added to the Form component very easily by creating an (optional) extension that enables the following API: $builder->add('content', 'textarea', array( // a single filter or an array of filters 'filte...
**Description** In the past, services were public or private (I'm ignoring "synthetic" services and other edge cases): * Public: these are the services that you can use in your app. Also, you can `$this->get()` them in controllers. * Private: don't use these services in your own code! These are "internal" ...
0
* VSCode Version: 0.10.11 * OS Version: Ubuntu 14.04 * Theme: Dark+ (dark default) Steps to Reproduce: 1. Create file test.js 2. Add code to test.js var a = 1, b = 2, c = 3, d = 4; The a and b variables get colored (light blue on this theme), the c and d variables get no colo...
_From@vsccarl on March 10, 2016 1:2_ When defining multiple var in JavaScript the colorization is not working properly after the first defined variable if they are on separate lines. ![varcolor](https://cloud.githubusercontent.com/assets/12900364/13656001/3a3e5a38-e618-11e5-8e29-f01b87bf83cc.JPG) `var wm1 = new W...
1
I'm performing a simple Glide request for an image: Glide.with(activity).asDrawable() .load(photoUrl) .transition(DrawableTransitionOptions.withCrossFade()) .into(courseImageView); The image does not exist any longer on the server, so a 404 response is thrown....
**Glide Version/Integration library (if any)** : glide-4.0.0-SNAPSHOT **Device/Android Version** : LG-F320S / 4.2.2 **Issue details/Repro steps** : **Glide load line** : Glide.with(context)...; **Stack trace** : paste stack trace here E/AndroidRuntime﹕ FATAL EXCEPTION: ...
1
# Feature request I'm writing a Next app on Windows and deploying it on Elastic Beanstalk. The deployment process involves running `next build` locally and then deploying the necessary files along with the `.next` folder to Elastic Beanstalk. However, this isn't possible since the files in the `.next` build folder u...
* [ x] I have searched the issues of this repository and believe that this is not a duplicate. Assuming the code below and an ID param of 1, when this Link is clicked the URL should be masked as speaker/1, with the Link navigating via query params, i.e. speaker?id=1 <Link prefetch href={`/speaker?id...
0
**What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): timeout expired waiting for volumes to attach/mount gcePersistentDisk readOnly * * * **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): Bug report **Kubernete...
Url https://htmlpreview.github.io/?https://github.com/GoogleCloudPlatform/kubernetes/v1.0.1/docs/api-reference/definitions.html#_v1_pod Documentation Page http://kubernetes.io/v1.0/docs/user-guide/pods.html Section API Object
0
Hi, I'm trying to use _getAllDisplays()_ API under Windows and I have a very strange behaviour. Code: const screen = require('electron').screen const arr = screen.getAllDisplays() console.log(arr) Use case: 1. Start the electron app 2. Call the above code 3. I get the monitor array in ...
### 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:** * 5....
0
# Environment Windows build number: 18917 Windows Terminal version (if applicable): 0.2.1715.0 AntiVirus: Trend Micro PC-Cillin 2019 15.0.1231 # Steps to reproduce Open up Windows Terminal # Expected behavior Nothing happened, just as normal terminal. # Actual behavior conhost.e...
# Environment Windows build number: 10.0.18362.239 Windows Terminal version: 0.3.2171.0 Additional Software: Ubuntu WSL1 # Steps to reproduce Unknown, happened on first launch after update to v0.3 # Expected behavior Open an Ubuntu WSL1-Tab # Actual behavior Open an Ubuntu WSL1-...
0
System information Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes OS Platform and Distribution (e.g., Linux Ubuntu 16.04): 20.04 I have implemented a classification model , which has Batchnormalization layers into it. While training the model , i used `tf.kera...
Hi Everyone, It seems TimeDistributed wrapper forces a single shape on data unlike Recurrent layers. To reuse the Dense layer you need to create 2 TimeDistributed layers that reference the same Dense layer, otherwise you get a shape error. I am not entirely sure this behavior is desired since it duplicates the weigh...
0
The docstring for `convert` is wonderfully explicit about providing details about the underlying assumptions in many cases, but I've found one that isn't yet covered. `convert(T, x)` has the behavior that if `x` already has type `T`, we just return `x`. But for AbstractArrays, things get more complicated: ...
Consider: function foo(x) y = convert(Vector{Float64},x) y[1] = 10.0 return y end julia> x = [1,2,3] 3-element Array{Int64,1}: 1 2 3 julia> foo(x) 3-element Array{Float64,1}: 10.0 2.0 3.0 julia> x 3-element Array{In...
1
## Question When using mybatis3.4.x for query. It will invoke PreparedStatementHandler.query, it's code is : public <E> List<E> query(Statement statement, ResultHandler resultHandler) throws SQLException { PreparedStatement ps = (PreparedStatement) statement; ps.execute(); re...
## Bug Report I open two ShardingSphere-Proxy, they share the same zookeeper and MySQL. When i execute Scaling distsql, didn't get the expected results, seem both proxy tryLock failed. Related class is `PipelineJobExecutor`, ### Which version of ShardingSphere did you use? master `5839a53` ### Which project did ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo 2.6.3 * spring-integration-httpinvoker 2.0.6.RELEASE * Operating System version: win10 * Java version: 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.6.6 * Operating System version: *nix * Java version: 1.7+ ### Expected Result throw new IOExc...
0
now i know that nodejs can be build into android os and can be work well. like the url: https://github.com/dna2github/dna2oslab
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 9....
0
systemjs when there are duplicate dependence in system.register entry, the problem occur because the below systemjs function function dedupe(deps) { var newDeps = []; for (var i = 0, l = deps.length; i < l; i++) if (indexOf.call(newDeps, deps[i]) == -1) newDeps.push(deps...
An alternative to `extends` that is mostly identical but with the following variation: instead of erroring when properties are re-declared with different types, it would resolve to the type unions instead (properties having a function type are already overloaded in inheritance, so there's no need to address them): ...
0
Some render (I think) issues occur while using the gallery demo app downloaded from Google Play (not complied by me) Shrine demo doesn't show cards while scrolling. While using the Animation demo the text and logos in the app turns into weird characters. For a better understanding I have uploaded a video https://yo...
I recently tested the Gallery App from the Play Store on my Lenovo Vibe K5 (Android 5.1.1) using the latest version in the Play Store (0.4.2). When I go to the animation screen and scroll a bit around, all text in the whole app becomes flickering triangles and stays this way. Clicking back or opening new pages severa...
1
Challenge http://freecodecamp.com/challenges/bonfire-return-largest-numbers- in-arrays has an issue. The console outputs 'Cannot read property 'eql' of undefined' and the user cant run the code. I am using chrome. ![capture d ecran 2015-08-30 a 13 52 05](https://cloud.githubusercontent.com/assets/5861100/9567085...
This is just a suggestion for improvement, when the code is edited in exercises 20s and 30s of HTML5 and CSS, the context text ( the content in the left hand side ) keeps scrolling up and down, probably because of the check to see if the code entered answers the current exercise. This does not provide a good user exp...
0
**Migrated issue, originally created by Alex Fraser (@z0u)** I want to use Postgres' `unnest` function in a `JOIN` clause. If I use `func.unnest()`, I can't use the `WITH ORDINALITY` feature. If I use `text()`, the expression gets wrapped in parentheses which is illegal. If I use `select()`, the query fails because...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** that is, all the functions in http://www.postgresql.org/docs/9.4/static/functions-json.html need to be possible without building subclasses of functions.
1
**I'm submitting a ...** (check one with "x") [X] bug report [ ] feature request [ ] support request **Current behavior** A secondary child named outlet inside an empty primary outlet does not match. **Expected behavior** A secondary child named outlet inside an empty primary outlet...
**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** Aux-Routes are not found when using ...
1
When using a Drawer component with a ModalProps attribute, TS encounters a compile error `error TS2339: Property 'ModalProps' does not exist on type 'IntrinsicAttributes & DrawerProps & { children?: ReactNode; }'.` * [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## E...
I am trying to use the builtin material-ui-icons and I was wondering if it is possible to get the light (white) version of the material icons instead of the dark ones. * [ x] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ability to import light v...
0
hey,everyone! At first,i can run the demo in /ios_examples/camera successfully.then I use retrain.py to retrain with my own dataset,and get a output_graph.pb flie and a output_labels.txt file.after that, I replace the files in /ios_examples/camera/data with them,and run the demo again,but it failed ,error descripti...
### Environment info Operating System: iOS ### Steps to reproduce 1. Follow the contrib/makefile/README to install the tensorflow iOS core lib 2. Create my own model with the Image Retraining tutorial 3. Run the iOS example, error is logged. ### Logs or other output that would be helpful `Running model fai...
1
Link in the corner at docs.julialang.org is not working. I assumed should be reported at julialang.org website Github. Letting know as here seems to be the right place, FYI also other issues: JuliaLang/www.julialang.org#684 > [EDIT] in corner at, at least: > https://github.com/JuliaLang/julia/blob/master/doc/src/NE...
On NEWS page, `Edit on GitHub` link is broken. It is going to https://github.com/JuliaLang/julia/blob/master/doc/src/NEWS.md but should go to https://github.com/JuliaLang/julia/blob/master/NEWS.md
1
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-serial/1816/\n\nFailed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource: CPU)\n[k8s.io] [Serial] [Slow] Deployment Should scale from 5 pods to 3 pods and\nfrom 3 to 1 {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:52\n Jul 28 22:14:33.656: timeout waiting 15m0s for pods size to be 3\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/autoscaling_utils.go:284\n \n\nPrevious issues for this test: #27406 #27669\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-serial/2033/\n\nFailed: [k8s.io] [HPA] Horizontal pod autoscaling (scale resource: CPU)\n[k8s.io] [Serial] [Slow] Deployment Should scale from 1 pod to 3 pods and from\n3 to 5 {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/horizontal_pod_autoscaling.go:49\n Aug 28 09:38:39.413: timeout waiting 15m0s for pods size to be 5\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/autoscaling_utils.go:284\n \n\nPrevious issues for this test: #30317\n\n"
1
### Bug summary The color bar is not properly displayed after version 3.5.0 ### Code for reproduction Compare: https://matplotlib.org/stable/tutorials/colors/colormapnorms.html#twoslopenorm-different-mapping-on-either-side-of-a-center OR https://matplotlib.org/devdocs/tutorials/colors/col...
### Bug summary When using `TwoSlopeNorm` with `pcolormesh`, I receive errors when I try to set the colorbar limits to both be on one side of the `vcenter` specified in `TwoSlopeNorm`. ### Code for reproduction import matplotlib.pyplot as plt import matplotlib.colors as mcolors x = [[0, ...
1
Please: * Check for duplicate issues. * Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: In essence, when an input is passed into a fan out, and then a fan in concat, regardless of n on the FanOut, element wise operations do not work. import jax i...
Please: * Check for duplicate issues. * Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: import jax import jax.numpy as jnp import numpy as np def apply(mask, scores): attention_mask = -1. * 1e30 * (1.0 - mask) scores += attenti...
0
I can't align the label of TextFields from right to left. I need it for Farsi (or Arabic) language because they're written from right to left. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Ability to change label position (direction) ...
0
* [ ✔️] I have searched the issues of this repository and believe that this is not a duplicate. * [✔️ ] I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.4 ### Description When using Nacos registry & metadatastore & configcenter, we ...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.3 * Operating System version: windows 10 * Java version: 1.8 ### Steps to reproduce this iss...
0
I've written a code that uses flow_from_directory method to import augmented images and their masks into a generator. Then I want to 'reshape' these masks and create 'sample_weight' vector and build my own custom generator that yields (image, mask, sample_weights). This is my implementation: data_trn...
I am learning python and started working with existing codes in google, but this code is not providing proper output , always giving wrong value. import nltk nltk.download('punkt') nltk.download('wordnet') from nltk.stem import WordNetLemmatizer lemmatizer = WordNetLemmatizer() import json import pickle ...
0
`84ee416` (engine roll with containing only skia roll) caused a regression for benchmark `complex_layout_scroll_perf__timeline_summary/worst_frame_rasterizer_time_millis` from 50ms to 103ms. If this change is expected the benchmark should be rebased. /cc @cbracken @liyuqian
The regression is caused by an engine roll that has only one Skia roll that has only one Skia commit. See: https://flutter-dashboard.appspot.com/benchmarks.html `84ee416` flutter/engine#6144 https://skia.googlesource.com/skia.git/+log/2f53025e8bf1..09a7bb222172
1
SmallVec is a cool collection (family) that attempts to keep some small constant-sized number of elements in-stack before failing over to heap- allocated Slices. @aturon has indicated interest in including this, in some form, in libcollections.
It's often useful to have a vector optimized for storing small sequences. LLVM includes a `SmallVector` templated type which takes the size to store inside the struct as a template parameter, which isn't possible at the moment in Rust. However, it would be fine to just copy what libc++ does for `std::string` which is...
1
If a python list argument to `np.array` contains a mixture of `int` and `np.uint64`, the array will have `dtype=np.float64`. Which results in a loss of information, since values are not exactly representable by float64. ### Reproducing code example: import numpy as np def print_array(a): ...
I expected to get uint64 umax = np.iinfo(np.uint64).max np.array([umax]).dtype # <-- uint64, as expected np.array([0, umax]).dtype # <-- float64, surprising There seems to be something special going on inference-wise around the int64 bound: imax = np.iinfo(np.i...
1
Is mfcc support in tensorflow now? I found this https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/kernels/mfcc.h but I can't find this op in Python API in tensorflow. So is that not open yet? Or it's wrapped in some other Python api?
### System information * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Mac OS X 10.10.5 * **TensorFlow installed from (source or binary)** : binary * **TensorFlow version (use command below)** : 1.2.1 * **Python version** : 3.5.2 There are some very useful audio operations defined in tensorf...
1
When I attempted to use f2py with Intel Fortran, it seemed that distutils can not find ifort in my computer, and raised the numpy.distutils.fcompiler.CompilerNotFound. The reason is that, Intel Compilers are set to print their version information via standard error, not the stand output. So that these information ca...
Hi, I have intel compilers installed, but get this: Found executable /opt/intel/compilers_and_libraries_2018.1.163/linux/bin/intel64/icc customize IntelEM64TFCompiler Found executable /opt/intel/compilers_and_libraries_2018.1.163/linux/bin/intel64/ifort Traceback (most recent call last): ...
1
I have installed a number of modules system-wide under `/usr/share/julia/environments/v1.0` using a Linux distribution package https://aur.archlinux.org/packages/julia-ijulia/ With Julia 1.0.2 these packages are detected and loaded, e.g.: $ strace -f -estat julia ... julia> using IJulia [p...
I'm using Julia Version 0.5.0 (2016-09-19 18:14 UTC) and noticed that in a comprehension you can't iterate over empty sequences unless that variable is the last one. (EDIT: I just tested in the binaries of the nightly builds and the same thing happens.) I'd expect both of these comprehensions to result in empty arra...
0
Please have a look at https://groups.google.com/forum/?fromgroups=#!topic/twitter- bootstrap/O2J2ht6-qoM so there is no duplication.
directive block with unrecognised format on line 253 in file 'mixins.less': [252]: // Multiple shadow solution from http://toekneestuck.com/blog/2012/05/15/less-css-arguments-variable/ [253]: @props: ~`"@{arguments}".replace(/[\[\]]|\,\sX/g, '')`; \--^ [254]: -webkit-box-shadow: @props; [Done - Failed] Pro...
0
by **mseigneurin@aliceadsl.fr** : The http.ResonseWriter exposes a UsingTLS() method which is good, but the other info stored in the tls.Conn structure is not available. Could the interface be extended/changed to allow access to more of the TLS properties? (this is related to https://g...
by **jnwhiteh** : What steps will reproduce the problem? 1. Run make test on the attached source 2. Note the line number for cache.go in the stack trace What is the expected output? The actual invalid memory address/nil pointer dereference happens on line 178. I was able t...
0