text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead). 2. The form below must be ...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : no * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Linux Ubuntu 16.04 * **TensorFlow installed from (source or binary)** : building from source * **TensorFlow version ...
1
**Chris Beams** opened **SPR-6186** and commented Due to multiple inheritance issues, CCAC and CCWAC cannot share `@Configuration` class processing behavior through a common superclass. Factor out a static util (probably as an inner class of CCAC) and refererence it from CCWAC as necessary to eliminate duplicate co...
**Mahesh Gadgil** opened **SPR-8125** and commented The following modifications are suggested for Sybase section of the sql-error- codes.xml. Ref. Sybase ASE 15.5 manual. Drop following error codes from "badSqlGrammarCodes" section because they are not really bad grammer errors. Error code - Actual error message ...
0
I'm trying to implement some automatic MPI <-> NumPy datatype conversion for to enhance mpi4py. Users usually struggle to get it right from complex types, mostly because NumPy defaults to packed structs, while MPI defaults to aligned structs. I'm stuck with an minor issue. I guess it is related Python 2 legacy from t...
the title says it all. additional info: python: 2.7.9, numpy: 1.9.2, both from conda. other combinations not using 'L' seems to work fine.
1
**Claus Ibsen** opened **SPR-536** and commented In relation to this thread in the forum http://forum.springframework.org/viewtopic.php?t=1213&start=30 I need a Hibernate SessionInViewInterceptor that can be used by Spring AOP ProxyFactoryBean. The existing ones in org.springframework.orm.hibernate.support is t...
**Akmal Sarhan** opened **SPR-1893** and commented the following snippet does not work <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="searchSystemEnvironment" ><value>true</value></property> <property name="systemPropertiesModeName"...
0
### Bug report **Bug summary** When trying to pass a pandas.Sequence to matplotlib.colors.LogNorm to set the norm of a LineCollection I expect it to handle it similar to matplotlib.colors.Normalize. However the LineCollection is not properly set. This might also be an issue with using LineCollection.set_array() bu...
### Bug report **Bug summary** It seems matplotlib.colors.Normalize can work with pandas.Series inputs, whereas LogNorm can't. **Code for reproduction** import numpy as np import matplotlib.pyplot as plt from matplotlib.collections import LineCollection from matplotlib.colors import Lis...
1
**Grzegorz Borkowski** opened **SPR-7122** and commented According to Hibernate Validator documentation, the JPA 2 provider (like Hibernate 3.5) will detect presence of validator implementation on classpath, and automatically validate `@Entities` during persist or merge calls. However, it doesn't work for me in Spr...
**Lars Ködderitzsch** opened **SPR-4912** and commented I wanted to use ConfigurableMimeFileTypeMap to easily map some common file endings to their mime type. All looked good until I got "application/x-pointplus" for a CSS resource (filename bla.css) where I would have expected the more commonly used "text/css". ...
0
### Cannot run `next export` with antd examples ## Example name All examples with antd ## Describe the bug Cannot run `next export` Always gets an error with `SyntaxError: Invalid or unexpected token` with the antd css file from node_modules ## To Reproduce Steps to reproduce the behavior, please provide code...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I have (and want to keep) the following file structure : * config * index.js * node_modules * ... * server * index.js * src * .next * components * pages * static ...
0
# code a = autograd.Variable(torch.ones(1000)) b = autograd.Variable(torch.ones(1000)) print(a.data.eq(b.data).sum()) # 1000 print(a.eq(b).sum().data[0]) # 232 # environment * ubuntu 16.04 * python3 * pytorch 0.2.0_4
When summing a `ByteTensor` wrapped in a `Variable` the answer is incorrect. The answer can be very off in some cases. See the below gist for reproducing. https://gist.github.com/awni/675bedbda43e7aa3ad06dfd7f5ce7205
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 => 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 ...
1
Choose one: is this a bug report or feature request? Bug report ### Input Code module-sub.js export default function test(arg) { return typeof arg } export const a = 1 export const b = 2 module.js export * from './module-sub' common.js var x = ...
I am attempting to use transform-runtime in combination with code that uses the export * from 'x' statement. The code that is generated during transpilation includes an import statement for core-js' define-property. I'm using the es2015 preset, so I would expect that a require statement would be generated, not an...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME role ##### ANSIBLE VERSION ansible 2.4.0.0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/whitequark/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module locati...
Per tomkmem on IRC mpdehaan: definately a bug then, i just dumped the list of {{ groups.all }} and it contains all the dupes So add a host to more than one group and it may in a group more than once, or maybe the groups list is just wrong and needs to be given a set([]) operation.
0
See here for a trace: https://github.com/JuliaMolSim/DFTK.jl/runs/3035339708?check_suite_focus=true#step:7:453. Can be reproduced by adding and testing DFTK.jl on 1.7 beta. The issue appears to happen when we run a computation in Float64 precision then run it again in Float32. I hesitated to post this since this ...
A recent version of Julia nightly started throwing errors on tests in Manifolds.jl, see for example these CI runs: https://github.com/JuliaManifolds/Manifolds.jl/pull/381/checks?check_run_id=3010181089 . On Windows, for example, a part of the error reads: Please submit a bug report with steps to reprod...
1
Challenge Clone an Element Using jQuery has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: <script> $(document).ready(function() { ...
Challenge Waypoint: Clone an Element Using jQuery has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. ## Issue I believe...
1
E.g., trait T { fn foo(&self) {} } impl<'a> T+'a { fn foo(&self) {} } Should be OK. (It currently gives "duplicate definition of value `foo`"). Follow up to #17750
### STR #![crate_type = "lib"] pub trait Bound<T> {} pub trait Trait: Bound<i8> + Bound<u8> {} //~^ error: trait `Bound<u8>` already appears in the list of bounds fn foo<T: Bound<i8> + Bound<u8>>() {} //~^ error: trait `Bound<u8>` already appears in the list of bounds fn fo...
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.3 * Operating System version: centos6.8 * Java version: 1.8 ### Steps to reproduce this issu...
* 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: macOs * Java version: 1.8 ### Steps to reproduce this issue S...
0
This more a suggestion than an issue. I used the SAOPass and SSAOPass examples in my code and we have skinned meshes in the scene(only skinned meshes). For this postprocessing effect to work I had to manually set `.skinning = true` on all the shader pass' internal materials(like the depth material). It was probab...
When a morph target mesh is rendered with a non-morph target material, the mesh seems to render in bind pose. The `EffectComposer` framework for postprocessing uses the `scene.overrideMaterial` interface to generate depth and normal buffers, so these buffers have all meshes in bind pose. You can see the issue by appl...
1
As a newcomer to Flutter, I find this layout hard to skim: ![screen shot 2017-12-27 at 5 32 37 pm](https://user- images.githubusercontent.com/926648/34397584-189a09c0-eb2c-11e7-96bd-d93db1b1ddf4.png) My eyes go immediately to the center pane. I expect to see a heading that says `Listener` at the very top of the cen...
## Steps to Reproduce Create a plugin package as per the documentation using Swift in iOS and build it for ios: flutter create --template=plugin -i swift hello cd hello/example flutter build ios --no-codesign ## Logs ... Failed to build iOS app Error output from Xc...
0
Please make sure that the boxes below are checked before you submit your issue. If your issue is an implementation question, please ask your question on StackOverflow or join the Keras Slack channel and ask there instead of filing a GitHub issue. Thank you! * Check that you are up-to-date with the master branch o...
Hi, I would like to share some of the hidden layers of deep multitask network using keras. Following is my code. In the code, I would like to share 'dense3'. But I get an error that "Exception: Duplicate node identifier: dense3" How would I solve such problem in Keras? graph = Graph() graph.add...
0
For those writing larger software (e.g. Servo), `rustdoc` is a useful tool for exploring the internal methods of a crate. However, non-exported items aren't shown. Perhaps an "internal" mode which doesn't filter out private items would be nice. See also: http://www.reddit.com/r/rust/comments/36ce52/reflections_on_a...
Please add an option for rustdoc such that rustdoc creates a proper documentation for private definitions. While it is in general a good idea to hide these private definitions, as a crate developer it would be very valuable to have a good internal documentation of private types and functions.
1
I'm using glide 3.7.0 and can see following: When I fast scroll in lists which display images and animated gifs, displaying a gif blocks all further image loading for a short time (visual impression is that a gif must finish loading before further images are loaded) **What I tried so far:** * A simple change to ...
Hello, I have a screen with a grid of the gifs. I open this screen using 2G connection. About 16 gifs are started downloading with LOW priority. I click on the random (not yet downloaded) item and the screen with preview is opened. The gif is loading with IMMEDIATE priority. However it gives me TimeoutError. I ...
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-SNAPSHOT * Operating System version: macOS 10.14.5 * Java version: 1.8.0_172 ### Steps to ...
* 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: macOS * Java version: 1.8 ### Steps to reproduce this issue ...
0
what if i have a folder of 100 files all changed except one or two i can see the changed one in git view but how to find the unchanged ones? if the modified files were a different color in explorer then it would be easy to see (like Atom) thanks
Similar to what atom provides in the project explorer: 1. New files are displayed green. 2. Modified are displayed yellow/orange. 3. Ignored files are displayed transparent-ish. Thanks
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.1 * Operating System version: linux * Java version: 1.8 ### Steps to reproduce this issue @...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.2 * Operating System version: OSX * Java version: 1.8 ### Steps to reproduce this issue ...
0
# Environment Windows build number: Windows 10, Version 1903, Build 18362.418 Windows Terminal version (if applicable): 0.6.2951.0 # Steps to reproduce Set `"requestedTheme": "dark"` in `profile.json`. # Expected behavior Before I updated the OS, the title bar used to be black under this theme. # Actual behav...
# Description of the new feature/enhancement Edge and most other programs that use tabs where a menu bar is not present keep the tabs flush to the top of the screen rather than padding it down. # Proposed technical implementation details (optional) Make Terminal consistent with Edge Dev (ideally use the same code ...
0
As it stands `code_typed` returns its output, but `code_llvm` and `code_native` return `nothing` and instead print their output to an io stream. I would like to propose that all three have no side effects and return some kind of Julia object which displays nicely. I ran into this when trying to use these functions i...
A very sparse matrix with 1000 rows and 100000 columns with only 10 entries is multiplied by a dense vector column-wise: sparse(rand(1:1000, 10), rand(1:100000, 10), rand(10), 1000, 100000) .* rand(1000, 1) This throws (maybe you have to increase the column numbers from `100000` to something high...
0
If I try to calculate a noncentral chi-square cdf with a noncentrality parameter of zero, I get a nan returned. A non-centrality parameter of zero yields a perfectly well-defined (central) chi-squared distribution, so why not just return a value? I.e., implement internally the test that I currently have to perform: ...
_Original tickethttp://projects.scipy.org/scipy/ticket/993 on 2009-09-04 by @lebigot, assigned to unknown._ scipy.optimize.leastsq() behaves very differently depending on the type of data points: in the examples below, the first result, which has float32 data points, is vastly incorrect (even though the error code ...
0
I really like push and pull from http://960.gs/demo.html (bottom row) Why? Well push is offset but pull makes it possible to show the viewer Left Middle Right but in the code it can be Middle Left Right. This is good for schreen readers, page starts straight on topic, menu later (only hidden go to menu link for scre...
It would be nice if we could use negative offsets to allow presentation order to be independent from source order. For example, to have the first sidebar to come after the content in the source, but be presented still to the left of the content. For example, we could use something like in mixins.less: ...
1
Challenge Using Objects for Lookups has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: // Setup...
Challenge Using Objects for Lookups has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: // Setup...
1
##### System information (version) * OpenCV => 4.5.4 * Operating System / Platform => Linux 22.04 LTS 64 Bit * Compiler => gcc ##### Detailed description Since at least version 3.3.1, the EVENT_MOUSEWHEEL and EVENT_MOUSEHWHEEL have worked in linux despite the fact the the .h file says they are implemented in...
##### System information (version) * OpenCV => 4.5.5-310-g9aa647068b * Operating System / Platform => debian bullseye * Compiler => gcc version 10.2.1 20210110 (Raspbian 10.2.1-6+rpi1) ##### Detailed description When mouse wheel is used event is wrong : see also https://forum.opencv.org/t/unable-to-get-foll...
1
**Dmitriy Kopylenko** opened **SPR-3257** and commented Up until 2.0.3 it worked fine for the groovy bean definitions with the following xml: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:lang="http:/...
**Rossen Stoyanchev** opened **SPR-9288** and commented The failure occurs when I run all spring-context tests from the command line. It doesn't fail when running the test alone, the tests in the same package, or all tests inside Eclipse. The test creates an MBeanServer via `javax.management.MBeanServerFactory`, th...
0
Hi guys! I'm trying to pack julia 0.5.0-rc1, but the mbedtls is failing with this message: [ 51s] CMake Error at library/cmake_install.cmake:144 (file): [ 51s] file RPATH_CHANGE could not write new RPATH: [ 51s] [ 51s] $ORIGIN [ 51s] [ 51s] to the file: [ ...
The USE_SYSTEM_* options related to libgit2's ssh/proxy handling roughly works but it seems that they can be handled better/more precisely. A few issues I've noticed, 1. IIUC mbedtls (and libssh2?) is (are) not used directly but only as dependencies of libgit2. Therefore, when the system version of `libgit2` is us...
1
Hi friends- I am trying to train a Roberta on a large corpus with a server with time limitation. Is there any way to save the model like every 3000 steps to keep record of the training, and resume it later? Really need it with the project…Thanks for helping.
For QA task (extractive QA) the pipeline provides/returns 4 values. 1. a probability score 2. start index 3. end index 4. extracted answer (https://huggingface.co/transformers/main_classes/pipelines.html#transformers.QuestionAnsweringPipeline) But If I am using the model class directly (not using pipeline...
0
At the moment: class Article { @Relation author: OneRelation<User>; } emits: __metadata('design:type', OneRelation) My suggestion is that that instead of just type it would also include the type args. Maybe something like this: __metadata('design:type'...
Using TypeScript 1.8 beta with the "--allowJs" flag to compile a .js file with JSDoc comments causes a compiler crash for any file JS containing a JSDoc @return comment. For example: /** * @return the number 5 */ function five() { return 5; } % tsc --allowJs --outDir /...
0
the 386 builders are all dying in the go.net subrepo with messages like ? code.google.com/p/go.net/dict [no test files] ok code.google.com/p/go.net/html 0.140s ok code.google.com/p/go.net/html/atom 0.006s # code.google.com/p/go.net/ipv4 registers allocated at...
Currently if there are duplicate anonymous struct fields they are all ignored. I think this is wrong because the encoding process shouldn't loose information unless the output format is not capable to represent it(which is not the case). For example marshalling AllTypes produces an empty output. type AllTypes str...
0
##### System information (version) * OpenCV => ❔4.4.0 * Operating System / Platform => ❔Linux * Compiler => ❔Cmake ##### Detailed description ![Screenshot from 2020-09-30 20-14-40](https://user- images.githubusercontent.com/51939859/94694116-aed5fa00-035e-11eb-83ed- ac38afe98122.png) cmake -D ...
##### System information (version) * OpenCV => : OpenCV 3 * Operating System / Platform => ros-melodic-desktop-full on Manjaro * Compiler => :gcc 9.1 ##### Detailed description I'm installing ROS in my linux but when bulding opencv i get a segmentation Fault in the function InitDefaultsMethodImpl() i got thi...
0
To easier write tooling for cross compiling it would be good to programmatically get the possible combinations of GOOS and GOARCH. The only reference I can find is at http://golang.org/doc/install/source#environment In addition, `go help environment`only gives examples; and`go help build` and `go help install`does ...
Problems with the bits in *os.Process Wait(options int) 1) they're non-portable 2) they're a mix of syscall bit numberspace and Go-assigned numbers (1 << 20 for os.WRUSAGE) We should clean this up somehow: a) remove the options parameter to Wait b) keep the options ...
0
This (not valid) code causes an ICE on my system (commit `449f4fb`): enum Fail { A(Rec) } enum Rec { B(Rec) } Stack trace: rust: task 7f64181079a0 ran out of stack /home/goffrie/prefix/lib/librustrt.so(+0x1aa5d)[0x7f641f8aea5d] /home/goffrie/pref...
I'm not sure if this is a duplicate of an existing issue, there are many destructor related issues open already. But anyways, here it is: #[feature(managed_boxes)]; struct DroppableStruct { a: int } impl Drop for DroppableStruct { fn drop(&mut self) { println!("Dropping...
0
class MyModule(nn.Module) number = Optional[int] def __init__(self, number=None): self.number = number def forward(self): if self.number is not None: self.number += 1 my_module = torch.jit.script(MyModule()) Always have t...
Right now we only do type refinement on `TK_VAR`s in the compiler, we should expand this to be more general, these examples below don't currently work: Refinement on an attribute: class M(torch.jit.ScriptModule): def __init__(self): super(M, self).__init__() self.id = j...
1
Perhap it is possible to manage variables on reference tag, and specify it on compiler options. Files like this for exemple: /// <reference path="{pathProjectA}/Foo.ts" /> /// <reference path="{pathProjectB}/Bar.ts" /> with compiler like this: tsc ... --var pathProjectA=... p...
I'm moving this issue here from codeplex: https://typescript.codeplex.com/workitem/1414 This feature would help to use "library projects" in a way that you only have to specify the actual path once (eg. with a compiler flag). I'd love to see this implemented in the official compiler. I think it's small work and a...
1
This may be a bit of an obvious question, but I am not really a javascript man... Anyway, I am using the Collapse plugin for an accordion, but I want to make the toggle links gain a class of "active" when toggled, which the Button plugin does. But I seem to have a choice between using 'data- toggle="collapse"', whic...
Since #6380 the recommendation has been to use `data-toggle="tooltip"` and `data-toggle="popover"`, alongside the existing `data-toggle="modal"` and `data-toggle="dropdown"` attributes, which is a good idea. However, sometimes you might want to show a tooltip on a button which also toggles a modal or a dropdown. It...
1
What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. open http://golang.org/ref/spec (or any other longer page) in a browser 2. press "Down" or "PgDn" key What is the expected output? Scrolling page contents What do you s...
by **steven.hartland@multiplay.co.uk** : What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. Using a working CookieJar (not the default blackHoleJar) 2. Do a request using the client api to a URL that sets a cookie 3. Do a POST request ...
0
@BerkeleyTrue Made commit `b4417a4` which changes the last test in Diff Two Arrays. The instructions say: Compare two arrays and return a new array with any items not found in both of the original arrays. It doesn't say anything about duplicates. My working assumption (and the least effort solution) is that dupli...
I made one challenge (Word Blanks) several minutes after 00:00 according the local time and found the time mismatch: ![screen shot 2016-08-11 at 00 20 10](https://cloud.githubusercontent.com/assets/6762673/17571680/e339af2e-5f59-11e6-8865-d3cee92ccdd1.png) ![screen shot 2016-08-11 at 00 20 27](https://cloud.github...
0
Challenge Waypoint: Global 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/47.0.2526.106 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. The test case has a t...
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
Please create an IRC channel. IRC is supa useful for debugging quick questions. I got redirected here: https://npm.community/ But nothing like IRC seems to exist here. Why wouldn't you want people chatting in IRC? Thanks,
npm ERR! code E403 npm ERR! 403 403 Forbidden - GET https://registry.npmjs.intuit.com/neo4j-driver npm ERR! 403 In most cases, you or one of your dependencies are requesting npm ERR! 403 a package version that is forbidden by your security policy. npm ERR! A complete log of this run can be found in: npm ERR!...
0
When in `package.json`, the tooltips that show you more information about npm packages on mouse hover are not working if the package name is namespaced. For example: `@cycle/core` does not show any information, but `express` shows the description and latest version number. I'm on version 0.10.6.
* VSCode Version: Version 1.5.0-insider (1.5.0-insider) * OS Version: OSX 10.11.6 Feature Request: Can you guys please add the ability to see the latest version of a package that starts with an @ symbol? Currently, if I hover any package in my package.json I can see what is the latest version, but with stuff li...
1
Challenge use-css-selectors-to-style-elements has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. ![Issue](https://camo.githubusercontent.com/a090feaa48a09f271fd7de94d23...
#### Issue Description I can't pass the first challenge (Basic Css: Change the Color of Text). The `<h2>` is clearly red, but the test won't pass. I tried the next challenge (Basic Css: Use CSS Selectors to Style Elements), and out of the five tests, one won't pass (again it seems it can't pick up the `<h2>`'s colo...
1
### What related GitHub issues or StackOverflow threads have you found by searching the web for your problem? none ### Environment info Operating System: Ubuntu 16.04 64bit Installed version of CUDA and cuDNN: (please attach the output of `ls -l /path/to/cuda/lib/libcud*`): # ls -l /usr/local/cu...
ERROR: type should be string, got "\n\nhttps://developer.nvidia.com/cuda-release-candidate-download\n\n"
1
Hi, everyone According to documentation, `np.float16` should **not** be used in C code as it is right now in pandas/algos.pyx:38 (assigning `np.NINF` to a `np.float16` container in "cython-eventually-converted-to-C" code As a matter of fact, when this value/variable is exposed, it is exposed as `0.0`, and not `-inf...
The code generated by Cython from pandas/algos.pyx contains an undefined behavior (invalid cast of floating-point number to integer): easy_install -U Cython git clone git://github.com/pydata/pandas.git python setup.py install The generated code for the line from `pandas/algos.pyx` ...
1
**Bertrand Fovez** opened **SPR-6494** and commented The tag <import resource="..."/> acts differently in version 3.0.0 and 2.5.6. For example, consider these two xml configuration files, located in a package "context". File: dependent-context.xml * * * <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="ht...
**Patrick Crocker** opened **SPR-7361** and commented We are currently working on an enterprise project for one of our biggest clients. We are using Spring 2.0 and Spring Web Flow 1.0 Rc4. While deploying the application to Oracle 9ias 10.1.2.0.2 in our development environment, we encountered the following error. We...
0
`vscode.window.showInputBox()` lets me accept user input through the command palette, but it is a two step process. I have to first execute a command and then i have to show the input box. Ideally, I should be able to prompt and accept input in one command, much in the way the git branch prompt does: ![image](https:...
If I accept input using window.showInputBox(); Is there any way I can listen to key change events? I am writing an extension and I want to accept an input from the user and I want to autocomplete when the user hits `tab` like most terminals. If this is not possible inside the inputbox is there an...
1
* Electron version: 1.8.2 * Operating system: macOS 10.12 * Python version: 2.7.14 * NodeJS version: 8.2.0 * XCode version: 8.3.3 * pyobjc: installed ### Expected behavior bootstrap.py success ### Actual behavior urllib2.URLError ### How to reproduce 1. ./script/bootstrap.py -v /Lib...
### Issue Details * **Electron Version: v3.1.11** * **Operating System: Windows 10** ### Expected Behavior Moving window, should not trigger a resize event ### Actual Behavior Move window triggers resize event ### Additional Information I have found threads that lead to supposed duplicates but none of them...
0
On Python 3.4 ====================================================================== FAIL: Doctest: model_selection.rst ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/miniconda/envs/testenv...
This was triggered on Travis by a completely unrelated commit. It seems that the tutorial gets a better-than-expected result on digits :) The Travis configuration that failed is `DISTRIB="conda" PYTHON_VERSION="2.6" INSTALL_MKL="false" NUMPY_VERSION="1.6.2" SCIPY_VERSION="0.11.0"` I: Seeding RNGs wi...
1
**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): Container derived from nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04 running on Ubuntu 18.04 vi...
When creating a Reader op inside core/user_ops that inherits from ReaderBase, Bazel responds with tensorflow/core/BUILD:325:1: undeclared inclusion(s) in rule '//tensorflow/core:user_ops_op_lib': this rule is missing dependency declarations for the following files included by 'tensorflow/core/user_...
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.2 * Operating System version: mac * Java version: 1.8 ### Steps to reproduce this issue 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.8 * Operating System version: macos * Java version: 1.8 ### Steps to reproduce this issue ...
0
# Bug report While trying for the first time `nextjs` got this error during development. Is this normal? ## Describe the bug After signaling `SIGINT` with `control+c` in the console during `npm run dev` the console throws some errors. ## To Reproduce Steps to reproduce the behavior: 1. Initialize npm `npm i...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Context When navigating through my app I find that any time a page requires an api call to load the data I get a delay as the data is loading, so to fix this issue I am using `onRouteChangeStart` to activate the menu item...
0
Hello, I'm new trying the PowerToys. For now it works just fine. I only have a sugestion about the contextual menu icon. I'm not sure if this request was made already, so here we go. On the dark theme, the icon for PowerRename contextual menu is no clearly visible, as it is black, over a dark background. So...
Recent change updated the power rename icon See change: #4877 ![image](https://user- images.githubusercontent.com/6734176/87806881-62bdf380-c80c-11ea-827d-c8e95021cf2b.png)
1
Based on my knowledge regarding BTrees (I know how they are built, how they work and I also know what a B+ tree is), which I know is by far not the best, I think you might really want to use a B+ Tree](https://en.wikipedia.org/wiki/B%2B_tree) if you do not already. That would make the predecessor and successor meth...
Looking through the rustc source code, it seems like many potential areas for typestate predicates involve cases where a value has an enum type and is known to be built with one of a subset of that enum type's constructors. I'm especially noticing this now that I'm going through and making all `alt`s exhaustive. For ...
0
Working with real world data, it is common to encounter poorly formatted files and such. One thing I find myself frequently doing is something like this in DataFrames: julia> int(df["Age"]) ERROR: ArgumentError("'F' is not a valid digit (in \"F\")") in parseint at string.jl:1209 in int at...
I've tried to run Julia (`d4b825a`) tests and it failed on linalg. The problem is in `@test_approx_eq` macro since epsilon is too small in this case. julia> include("runtests.jl") * core * keywordargs * numbers * strings * unicode * collections ...
0
It was a nice addition to the template, and since we are still able to use navbar-inverse I don't see why the btn is a different matter.
In the new 3 release btn-inverse has been dropped because no semantic excuse could be made for it. I've got one now: "advanced" or "technical" actions. This is the button for when things get hardcore. Popping open dark backroom controls and analytics spreads. Smokey translucent divs with streams of log printouts. Ca...
1
Whenever I type `<?php` and press enter, intellisense autocompletes the item and turns it into this: <?php_ini_loaded_file What should happen, is that it should create a new line instead.
When I want to type "<?php", auto completion dosen't suggest 'php', so I had to press Esc key to keep going.
1
I am trying to work on a connection plugin using guestfish to modify a disk image directly. And while testing on devel ( `07a0059` ), I stumbled on a few hurdles like this: $ ansible -vvv all -c guestfs -i 'Fedora-Cloud-Atomic-23-20151215.x86_64.qcow2:/dev/sda1,' -m ping Using /home/misc/.ansible...
**Issue Type:** Bug Report **Ansible Version:** 1.9.0.1 **Environment:** All **Summary:** The win_copy/win_file/win_template modules were added during earlier development and then reverted. However, win_copy.py and win_template.py remain in the actions_plugins dir. If they're going to eventually be used, we ...
0
##### Description of the problem I think this implementation of Vector3.prototype.projectOnVector: projectOnVector = function ( vector ) { var length = vector.length(); var scalar = this.dot(vector) / (length * length); return vector.multiplyScalar(scalar); }; would b...
##### Description of the problem At the moment, the `Object3D.updateMatrix` method, three.js/src/core/Object3D.js Lines 592 to 598 in f55b3d3 | updateMatrix: function () { ---|--- | | this.matrix.compose( this.position, this.quaternion, this.scale ); | | this.matrixWorldNeedsUpdate = true; | | }...
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.7 * Java version: 1.8 ### Steps to reproduce this issue In the process of switching Zookeeper...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.6 * Operating System version: springboot 2.1.7,zookeeper 3.6.1 * Java version: java8 ### Ste...
0
The links for Archives and Subscribe for the scipy-dev and scipy-user lists yield "cannot connect to server".
The links for Archives and Subscribe for the numpy-discussion list yield "cannot connect to server".
1
## 🐛 Bug Inconsistent shape of index returned from `F.max_pool2d_with_indices` when used with CUDA tensor. This applies to 3-dimensional tensors. ## To Reproduce x = torch.randn(2, 2, 2).to('cuda') pred, idx = F.max_pool2d_with_indices(x, 2) print(pred.shape) # torch.Size([2, 1, 1]) prin...
## 🐛 Bug The parameter `requires_grad` of `new_zeros` method of tensors can't set the `requires_grad` attribute of the created tensor correctly. ## To Reproduce import torch a = torch.tensor((1.0,)) print(a.new_ones((1,), requires_grad=True).requires_grad) print(a.new_zeros((1,), require...
0
**Glide Version** : 4.1 **Integration libraries** : **Device/Android Version** : **Issue details / Repro steps / Use case background** : @sjudd It seems `9d10097` does not take in account the fact that a request is completed. So restarting a request that is completed will actually do nothing. Maybe this is ...
**Glide Version/Integration library (if any): 3.5.2 Device/Android Version: Sony Xperia T / 4.1, Samsung S3 mini / 4.2 Issue details/Repro steps:** Loading .webp images results in black image loaded. Images are loaded from Internet using thumbor. If they are loaded from local file all works fine. I am using...
0
Hi, I looked into the following sentence in **will-navigate** event (https://github.com/atom/electron/blob/master/docs/api/web-view-tag.md) documentation. > Calling event.preventDefault() does NOT have any effect. So how can we prevent webview from navigating to other page? I intent to launch default browser when...
It would be very useful to get events related to navigation: * `will-navigate`: when the webview is about to navigate (url have been changed but no requests have been emited yet). It could eventually be cancelled with `event.preventDefault()`) * `page-url-set`: like `page-title-set` but for url. It is different ...
1
I use compile 'com.github.bumptech.glide:glide:3.7.0' in build.gradle. I'm scrolling many time,the image is deformed. What can I do? @Override public void onBindViewHolder(RecyclerViewHolders holder, int position) { holder.Name.setText(itemList.get(position).getName()); ...
Im trying to create a run of the mill regular staggeredgrid of images using a recyclerview. Im using Glide to load the images from urls. For some reason, im getting some strange behavior when scrolling, views move on their own, weird layouts and spaces between views etc. Its hard to explain so heres a screenrecording...
1
## Steps to Reproduce I am trying to hide the underline in a text field by doing something like this: commentTextField = new TextField( controller: new TextEditingController(), maxLines: 10, onChanged: _onDetailsChanged, decoration: new InputDecoration( ...
I am able to trigger a reproducible assertion when adding (or removing) a `padding` argument to a `Container` and doing a hot-reload. Note that the assertion happens only during a hot-reload, not during a hot-restart nor when doing the initial `flutter run`. I've tried to distill the reproduction case to be as small...
1
When I use input append and popover at the same time then popover not working, but when I remove the appended input (by removing the input-append class) then it works. Here is my code: <button class="span2" id="filter" type="text" name="filter" placeholder="Type your filter">itest</button> ...
On the **Components** page of the Bootstrap docs, the sidebar becomes too tall for the viewport when `scrollspy` causes the sidebar subheadings to show. The sidebar cannot be scrolled or manipulated to show content below the viewport. See here: http://getbootstrap.com/components/#glyphicons ![screen shot 2013-08-2...
0
## Bug Report **Current Behavior** IE11 throws error at `_isNativeFunction` => `Function.prototype.toString: 'this' is not a Function object` **Input Code** * REPL or Repo link if applicable: class MyElement extends HTMLElement {} **Expected behavior/code** The code should return `true` and...
## Bug Report **Current Behavior** IE11 throws a runtime error when transpiling class extension for native objects like: `Foo class extends DocumentFragment {}` The problem is in this helper: function _isNativeFunction(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; ...
1
I'm trying to download TW Bootstrap and this link: https://codeload.github.com/twbs/bootstrap/zip/v3.0.0-rc1-dist Gives me "NOT FOUND".
I don't know if this is the correct place to post this (in issues as its not really a software issue), but the download on the main GitHub page is broken. If you head to http://twitter.github.io/bootstrap and click the download button it takes you to the following page to get the zip: https://codeload.github.com/tw...
1
Whenever I try to `cmd + /` to comment `<script>` tags, it does the following: // <script ... Instead of: <!-- <script ... -->
Attempting to comment out a line with a script reference in the head of a document behaves strangely. It first attempts to comment out the line with two forward slashes. Toggle comments again then adds the correct html comments, but the forward slashes are still there. Activating toggle comments a third time removes ...
1
These should probably be shorten and only show (user-)relevant bits. Example of a stack trace thrown by a failure: DriverError: Error in Flutter application: Timeout while executing tap: TimeoutException after 0:00:05.000000: Future not completed #0 _FlutterDriverExtension.call.<call_async_bo...
I'm not sure if this is an artifact of how we're using `test`, or if we're printing this stack trace ourselves. Here's an example: 00:06 +0 -1: end-to-end test tap on the floating action button; verify counter DriverError: Failed to fulfill WaitFor due to remote error ...
1
Hello, I have found that when I use the `frame: false` option and then create a custom titlebar with window control buttons I cannot resize the window on the top-side. This might happen because you have to set the titlebar to be draggable with `-webkit-app-region: no-drag;`. I am using electron-version v0.36.2 on...
Firstly, i create a frameless window. Then i put a html element, such as a div which is draggable, into body element and the element occupied the whole body(margin is 0px), the resizable event can not be triggered when the mouse moves over the window frame. I don't know whether it is the case. I feel it is not conven...
1
by **momoir** : If possible, include a link to a program on play.golang.org. 1. http://play.golang.org/p/Twv8b6KCtw What happened? - The external API that my application is using, sometimes returns no values for one of the float64 fields. When that happens, I cannot unmarshal ...
Build failure from darwin-386-cheney (http://build.golang.org/log/89ebaa1281be8297290f8e7eda771da803a93b6e): # ../test # go run run.go -- index2.go tmp__.go:3062: missing error "index|overflow|truncated|must be integer" Unmatched Errors: tmp__.go:3062: invalid slice inde...
0
If you open a project in Atom only to look around at different files it keeps each buffer opened (with a tab). If you click on some 10+ files the editor quickly gets cluttered down and you have to eventually close the pane. I propose an option to not keep buffers open unless you change something in the file, then it...
One of the features I miss in Atom is the 'smart tabs' concept. In sublime when you click on an item in the file tree, unless you start modifying it, or double click on the file, it previews the file without opening the tab completely. Therefore if you click on another file without officially opening it it doesn't st...
1
##### ISSUE TYPE Bug Report ##### COMPONENT NAME core ##### ANSIBLE VERSION 2.1 ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY if i got a line like this in `hosts` 192.168.251.250 ansible_ssh_user=root ansible_ssh_pass="test#me" and try to run a playbook against that host, im g...
The character `#` is treated as a comment even if it is inside a string. As a consequence the rest of the command line gets stripped away and a `No closing quotation` error appears. $ cat _test.yml --- - hosts: all gather_facts: no tasks: - lineinfile: dest=/tmp/foo re...
1
by **randynwalsh** : 1. What is a short input program that triggers the error? import "fmt" const FE = "xFE" func main() { fmt.Println(uint8(string(254)[0])) } 2. What is the full compiler output? missed typecheck [2b5b15067950] . LITERAL-I1...
cgo on OpenBSD/amd64 is currently unable to generate correct z-files, due to what appears to be a bug in our debug/dwarf package. Attached is a minimal types_openbsd.go file and the corresponding .o file that gcc creates. The sample dwarf.go should produce the following output for struct time...
0
**TypeScript Version:** I use typescript compiler 1.8.10 from npm. **Code** I use TypeScript in a project with ~500 ts files. When I type in console tsc -w and wait for the whole project is compiled, I add a small changes to one of my files. It re-compiles whole project instead of one changed file (it takes 10-25...
The constructs: let v = v; const c = c; should error because they are uses before definition. Indeed IE gives this error. This also applies to: for (let v = v; ; ) { } for (let v in v) { } for (let v of v) { } For the latter two in particular, look at section 13.6.4.12 in ...
0
I try to include a common f77 block from legacy code. some calculations in the conversion go wrong. I have in my common block lines implicit real*8 (a-h,o-z) parameter ( nvar = 3 ) parameter ( jmz = 1983 ) common scmt(3*(jmz+1)), dbuf(nvar*(nvar+1) *...
when running the bellow code or any code having import pandas as pd I get the above error. this is happening in the vs code ide run cod execution I can run the code as run python file in terminal for some reason to the output using run code I am getting the above error. ### Reproducing code example: ...
0
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.3 When you define no arguments, autowiring will give you a very precise error. However, if you manually define arguments that come after that using named arguments, the error will become extremely ...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.3.* From a training today :). Suppose this class: class MyCoolClass { public function __construct(Logger $logger, $isDebug) { } } Because `Logge...
1
### Version 2.5.16 ### Reproduction link https://jsfiddle.net/9bzw21no/33/ ### Steps to reproduce 1. Use a string literal containing `}}` in the data binding {{ 'hello}}' + '{{world' }} ### What is expected? `hello}}{{world` ### What is actually happening? `hello)+""+_s(world` * * * I expe...
### Version 2.6.0 ### Reproduction link https://jsfiddle.net/jk8as0bz/ ### Steps to reproduce NB: use a component with a transpiled render function (render._withStripped should be true). For the purpose of the minimal repro, we are setting the flag manually. on the minimal repro open the console, click on the b...
0
only after landing //! moment-timezone.js //! version : 0.5.0 //! author : Tim Wood //! license : MIT //! github.com/moment/moment-timezone vendor-main-00eff8238f.js:formatted:17423Uncaught TypeError: Cannot read property 'join' of null function i(a) { var b = a.toTimeString() , c = b.match(/(.+)/); ...
I cann't press the button "Submit and go to my next challenge (ctrl + enter)". But if I clicked I only see the infinite loading. How to solve this problem? ![default](https://cloud.githubusercontent.com/assets/15948159/12712716/62a3c88c-c8db-11e5-9556-7183e96aa60b.PNG)
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 ...
After few days of research I have realized that di.js repo is no longer maintained and dependency injection from this repo is pretty away from previous code base. I guess you have a plan to separate it again or update old repo with new code? Will it happen any time soon? Thanks!
0
When I closed the editor I had a file open in a tab. It was named "summarize". With the editor closed I ended up having to do some restructuring of the project folder and this file was moved into a directory called "summarize" under a different name. Later in the day I tried to start up Atom again, it failed to t...
i want to change text color variable color to make the code more attractive but i cant find any such settings to do so i.e. where can i edit the color code of the syntax . can anyone please guide me the process to do so .
0
1. After setting syntax or file encoding from the menus in the status bar, the cursor focus stays in the status bar, and to move focus back to the file with keyboard only, you need to press Tab key twice (after setting syntax) or thrice (after setting encoding). Imho it would be better to move the cursor focus to i...
Not quite sure if this counts as a bug or enhancement, but I've noticed that clicking on any links in the status bar focuses them, when it should keep focus on whatever was focused before clicking on them. However, the correct element is focused if you dismiss the modal by clicking away from it. ![untitled](https://...
1
### First Check * I added a very descriptive title to this issue. * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. * I already read...
### First Check * I added a very descriptive title to this issue. * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. * I already read...
1
**Apache Airflow version** : **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.18+ **Environment** : * **Cloud provider or hardware configuration** : GCP * **OS** (e.g. from /etc/os-release): * **Kernel** (e.g. `uname -a`): * **Install tools** : * **Others** : **What happe...
**Apache Airflow version** : 2.1.1 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): NO **Environment** : local (docker + ubuntu) * **Cloud provider or hardware configuration** : * **OS** (e.g. from /etc/os-release): Debian GNU/Linux 10 (buster) * **Kernel** (e.g. `uname -a`): lin...
1
Challenge Waypoint: Manipulate Arrays With shift has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: var our...
Challenge Waypoint: Manipulate Arrays With shift has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: var our...
1
### Description [test_deprecated_attribute_spiders is flaky it fails randomly in different environments. see https://travis-ci.org/scrapy/scrapy/jobs/590415988 ] ### Steps to Reproduce 1. [just run the test in travis ci environment build] 2. [re trigger the build and you can see the test being flaky] **Expe...
Every now and then the Travis build fails on `tests.test_crawler.CrawlerRunnerTestCase.test_deprecated_attribute_spiders`, I'm not sure why. Some examples: * https://travis-ci.org/scrapy/scrapy/jobs/582184413#L407 * https://travis-ci.org/scrapy/scrapy/jobs/580207692#L419 * https://travis-ci.org/scrapy/scrapy...
1
I think many would greatly appreciate if you added SASS/Compass support for Bootstrap. The use of Less is holding us back to use your otherwise very great framework :( Oh and drag&drop support via jquery would be awesome too :D
I'm using the Bootstrap v3.0.3. <div class="form-group"> <label class="sr-only" for="searchZipcode">Zipcode</label> <input type="text" class="form-control input-lg input-search" id="searchZipcode" placeholder="Zipcode of home?"> </div> My expectation is that when the view...
0
**I am using Glide in my app to display the images (like photo app), when i do the lazy loading of images from server my app is getting crash.** Pls find the crash log `E/StrictMode: A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource leaks...
Glide Version 4.9.0 does not support AndrdoidX?,Only version 4.8 supports Androidx? Why does version 4.8 support version 4.9 not support Android X?
0
I am trying to do least squares with a rank deficient matrix using the / operator. It works in the general case, but fails when applied on a square symmetric matrix with duplicate rows (and columns). > n, p = 99, 8; > y = randn(n); > X = randn(n, p); > X[:, 1] = 1; # Rank deficient...
I propose adding methods for `all` and `any` to allow for convenient testing of nary predicates. The behavior would be equivalent to that given by myall(f,itrs...) = all(map(args->f(args...),zip(itrs...))) but with an efficient implementation along the lines of the current `all(f,itr)` method (same th...
0
**I'm submitting a ...** (check one with "x") [x] bug report [ ] feature request [ ] support request **Current behavior** When a `<select>` is bound with `[ngModel])` the binding is not refreshed when the options are reloaded as can happen when the options are loaded from the server a...
The two-way data binding was already broken before in Firefox in the sense that user input did not modify the model (#8215). This was fixed. However in the recent version there is now the problem that the initial model value (which is assigned to a `Control` in its constructor) is not applied to the view and instead...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME Ansible play-book randomly fails with error message ERROR[Timeout (12s) waiting for privilege escalation prompt: ] ##### ANSIBLE VERSION Ansible version: 2.3 ##### CONFIGURATION [defaults] inventory = ./hosts log_path = /dev/null rem...
##### Issue Type: Bug Report ##### Ansible Version: ansible 1.9.2 configured module search path = None ##### Environment: Arch Linux ##### Summary: Taken from my Post here: https://groups.google.com/forum/#!topic/ansible- project/lsFr9tAUdUE Yesterday i took another try on the role dependency feature and r...
0
While packaging Julia 0.4.1 for Debian, we experienced a build failure on x86 caused by a timeout. I performed a series of test builds in a Debian unstable i386 chroot, building the latest `release-0.4` using various LLVM versions from 3.3 to 3.7. Please inspect the complete build and test suite logs with ...
this is an umbrella issue for tracking known issues with switching to LLVM35 as default. please edit this post or add a comment below. close when someone edits `deps/Versions.make` to ~~`3.6.0`~~ `3.7.0` current known issues: * requires editing deps/Versions.make - #14623 * #7910 (upstream patch committed to 3....
1
Example: >>> import transformers >>> t_fast = transformers.AutoTokenizer.from_pretrained("bert-base-cased", use_fast=True, add_special_tokens=False) >>> sentence = "A, naïve [MASK] AllenNLP sentence." >>> tokenized = t_fast.encode_plus(sentence, add_special_tokens=False, return_offsets_mapp...
# 🐛 Bug ## Information Model I am using (Bert, XLNet ...): Bert (could happen with other ones, don't know) Language I am using the model on (English, Chinese ...): English The problem arises when using: * the official example scripts: (give details below) * my own modified scripts: (give details below) The...
1
@birkskyum: About duplicate content. I think the Accounts module nested in meteor/accounts-base is necessary, in order to match the javascript, but can the global Accounts module be removed? @fullflavedave: It would be great to remove all the duplication. This was created when Meteor added support for ES2015 modules...
The `convert` function that should be available on each `lodash/fp` exported member is not typed correctly for `mapValues` (the only one I checked but probably others too) I should be able to do the following: import { mapValues } from 'lodash/fp' const mapValuesUncapped = mapValues.convert({...
0
Referencing this post on stackoverflow. There may be situations when we write huge databases of images into a TFRecord (or at least a few TFRecords). It would be good if there's an option to check every write to prevent such cases of corrupted data happening during training. @allenlavoie
Hi, * Have I written custom code: **NO** * OS Platform and Distribution: **Ubuntu 18.0.4 LTS** * TensorFlow installed from: **Github 1.9 release branch** * TensorFlow version: **1.9** * Bazel version: **0.16.0** * CUDA/cuDNN version: **9.1 / 7.0** * GPU model and memory: **GTX 1070 Ti, 8 Go** * Exact...
0