text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
# Environment Windows build number: 10.0.18362.207 Windows Terminal version (if applicable): Daily build from 7/4/2019 Any other software? # Steps to reproduce Just run WindowsTerminal and make sure it is the active window. I also have the dark theme configured on my system with...
# Description of the new feature/enhancement To help reduce defects and provide better testing, SAL annotations should be applied to all applicable code in this project that utilizes C/C++. Guidance for this can be found at https://docs.microsoft.com/en-us/visualstudio/code- quality/using-sal-annotations-to-reduce-c...
0
**Context:** * Playwright Version: [1.20.1] * Operating System: [Linux] * Node.js version: [16.14.0] * Browser: [Electron] * Extra: [Electron app] **Code Snippet** const electronApp = await electron.launch({ executablePath: ’xxx.AppImageβ€˜ }); const winCount=electronApp.windows().length...
**1\. using main.js** const electronApp = await electron.launch({ args: ['main.js'] }); const window = await electronApp.firstWindow(); The above code can start electron app normally and the window can return back normal. **2\. using AppImage** const electronApp = await electron.launch({ executablePath: ’xx...
1
This is another regression we noticed at switching `v5.5.8`. With a child visitor, we'd like to replace nested calls with strings: foo(bar('x')); To: foo('{x}'); With a (simplified here) transform: module.exports = new Transformer('foo', { CallExpression: function...
Error: Module build failed (from ./node_modules/babel-loader/lib/index.js): SyntaxError: D:\my-app\src\index.js: Unexpected token (9:2). when using react with decorators ![Capture](https://user- images.githubusercontent.com/42801687/64269710-abddbf80-cf3a-11e9-86e4-b376c4814ca3.PNG) package.json ...
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.1 * Operating System version: xxx * Java version: 1.8 because invocation.getMethodName() i...
* 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 * Java version: 1.8 ### Steps to reproduce this issue ...
0
### System information System information Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes OS Platform and Distribution (e.g., Linux Ubuntu 16.04): MacOS 10.13.4 TensorFlow installed from (source or binary): Binary TensorFlow version (use command below): v1....
I'm running TensorFlow 1.2 with CUDA. Error case: I call `tf.set_random_seed(2017)` and then build a graph `g1` that includes trainable variables and an optimizer. I create a session, run the `tf.global_variables_initializer()` op, and then immediately fetch the value of a scalar variable (without running any trai...
1
# Bug report The issue happens in the Theia repository where Webpack emits a bogus bundle in production mode. I tracked this issue down to the update to `webpack-sources`: `c3a0145` Any version `webpack-sources@3` fails our build, previous versions seem to work fine. **What is the current behavior?** Bogus bundl...
## Feature request **What is the expected behavior?** Support a syntax like `require.context('./modules', true, /\.js$/, 'lazy', 'myModule')` to allow specifying a fixed chunkName. **What is motivation or use case for adding/changing the behavior?** I want to split some code and pack them into a single file about...
0
julia> using OffsetArrays, LinearAlgebra julia> convert(OffsetArray{ComplexF64,2, Diagonal{ComplexF64,Vector{ComplexF64}}}, OffsetArray(zeros(ComplexF64,3,3), 0,0)) ERROR: MethodError: Cannot `convert` an object of type OffsetArray{Complex{Float64{}},2,Matrix{ComplexF64}} to an object...
julia> typealias SelfDict{T} Dict{T,T} Dict{T,T} julia> isself(d::Dict) = false # methods for generic function isself isself(d::Dict{K,V}) at none:1 julia> isself(d::SelfDict) = true # methods for generic function isself isself(d::Dict{T,T}) at none:1 julia>...
0
One project I'm working on has three different places where I need to pass options to 6to5. There's the test suite that runs ES6 code with `6to5/register`, the Gulpfile that builds ES5 code that I can `npm publish`, and the REPL. Keeping all three in sync is not easy, especially when configurations change (e.g. just...
> Issue originally made by Jon Moss (maclover7) ### Description It seems like we are double testing Babel on both CircleCI and TravisCI. The only purpose of Circle appears to be to run tests on Node.js version [[ https://github.com/babel/babel/blob/master/circle.yml#L4 | 0.10.0 ]], which is already [[ https://githu...
0
#### Code Sample, a copy-pastable example if possible import pandas as pd import numpy as np fill_value = 0 #fill_value = np.nan df0 = pd.DataFrame({'A': [1, fill_value, fill_value]}) df1 = pd.DataFrame({'B': ['a','b','c']}) c = pd.concat([df0, df1], axis=1) ...
xref #15737 #### Code Sample, a copy-pastable example if possible import pandas as pd pd.concat([pd.DataFrame([0.0]), pd.SparseDataFrame([0.0])], axis=1).isnull() pd.concat([pd.DataFrame([0.0]), pd.SparseDataFrame([0.0])], axis=1).density pd.concat([pd.DataFrame([0.0], columns=['A'])...
1
With the support now for .tsx and .ts files, it is possible to have multiple input files with the same root name in a compilation (i.e. `file1.ts` and `file1.tsx`). Both of these may try to generate the same output file on compilation (i.e. `file1.js`), and only one will win. If/when more extensions for input (or out...
Hi, I realize that this has been asked on Stackoverflow before and Ryan gave a short answer, but I would really like to see this discussed more, since I believe this could be a huge time and ressource saver if it was implemented differently: I am trying to write a compact typescript definition file, but I am having ...
0
## Bug Report **Current Behavior** I have an anonymous generic async arrow function which contain Prmose.all, it work fine when try to compile using tsc but fail using babel. Probably related to #9086 . I try to create REPL bellow. **Input Code** * REPL It need plugin tranform typescript const ...
## Bug Report **Current Behavior** In the current `@babel/parser` version 7.3.3, a class property that defines an async arrow function with generics breaks the parser. SyntaxError: boost/packages/core/src/Executor.ts: Unexpected token, expected ";" (85:52) 83 | * Execute a task ...
1
My screen is working fine but after Flutter upgrade having padding issue in most of screen and another issue is: Performing hot reload... Syncing files to device Android SDK built for x86... I/flutter ( 8606): ══║ EXCEPTION CAUGHT BY WIDGETS LIBRARY β•žβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•...
## Steps to Reproduce 1. Make an app exactly like this sample: https://pub.dartlang.org/packages/camera 2. Deploy the app to a Huawei Y6 2018 with Android 8.0.0 3. See this: ![screenshot_20181113-161703](https://user- images.githubusercontent.com/299575/48423088-3eb92d80-e760-11e8-98ad-86edd84af7cf.jpg) ## L...
0
I've been checking values in Scipy's implementation of hyp1f1 against other implementations and I noticed some discrepancies where Scipy's solution seems to be off. scipy.special.hyp1f1(a,b,c) vs M(a,b,c) from (http://keisan.casio.com/exec/system/1349143651). In particular, take small values of a, b, and c, say a =...
Mathematica gives 0.999737 for the following, but in scipy we get -1.87e8: In [22]: scipy.special.hyp1f1(0.01, 150, -4) Out[22]: -187159708.75814998 In [23]: scipy.__version__ Out[23]: '0.14.0b1'
1
I was doing some refactoring on rust-cleverbot and then I encountered the error below. The following one is the diff of the changes I applied in order to get it: https://github.com/RoxasShadow/rust- cleverbot/compare/onoez?expand=1 ## Meta `rustc --version --verbose`: > rustc 1.0.0 (`a59de37` 2015-05-13) (built 20...
I've encountered an internal compiler error when building this code: use std::iter::*; pub struct Ilbm<'a> { body_data: &'a[u8], data_width: u16, depth: u8, mask: u8, ham: bool, } impl<'a> Ilbm<'a> { fn get_bit(buffer: &[u8], co...
1
Can you support this configuration for 4.0.0-RC1 ? jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.0.12)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.0.22)(PORT = 1521))(LOAD_BALANCE = yes)(FAILOVER = ON)(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_NAME = rac)(FAILOVER_MODE=(TYPE ...
## Bug Report **For English only** , other languages will not accept. Before report a bug, make sure you have: * Searched open and closed GitHub issues. * Read documentation: ShardingSphere Doc. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we c...
0
if we can support the selector policy thinking browser as blackbox, the user experience will more awesome. https://github.com/getgauge/taiko#smart-selectors https://docs.taiko.dev/api/relativeselector/ these feature can improve the productivity of producting command when user interacting web application in auth...
**Let us know what functionality you'd like to see in Playwright and what is your use case.** A special locator to visually locate an element. In taiko, browser automation library by thoughtwork, you could locate element visually like the following: `click(checkbox(near("Username")))` Taiko calls it proximity ...
1
#### Code Sample, a copy-pastable example if possible import pandas as pd import numpy as np df = pd.DataFrame({ 'A' : 1., 'B' : [2, 2, 4, 4], 'C' : ['T1', 'T2', 'T1', 'T2'], 'D' : 3., 'E' : np.nan}) #df tablea = pd.pivot_table(df, values='D', index=['A', 'B'],...
ENH: maybe for now just provide a warning if dropping the nan rows when pivotting... rom ml http://stackoverflow.com/questions/16860172/python-pandas-pivot-table- silently-drops-indices-with-nans This is effectivly trying to groupby on a NaN, currently not allowed In [13]: a = [['a', 'b', 12, 12, 12...
1
**Glide Version/Integration library (if any)** : Glide 3.5.2, no integration library **Device/Android Version** : Nexus 5 8GB, Lollipop 5.1 **Issue details/Repro steps** : When I load images (i.e. into a RecyclerView's adapter), sometimes it throws SocketTimeoutException, not loading some images. **Glide load li...
I converted my entire app to use Glide as the image download engine and Ok as the network engine. Works great with far fewer memory issues, but having problems with what appears to be timeouts. In general downloads happen, but about 1 in 5 images just never get downloaded due to the following exception. It appears to...
1
Does anyone know why this isn't working? I'd like Webpack to load one directory of`.scss` files with `sass-loader`, and the rest to use `postcss-loader`. I figured I could just have two sections in my Webpack config that would test for `/\.scss$/`, using `exclude: [...bootstrap folder...]` in the one that uses postc...
The `webpack.config.js` looks like: ... entry: { polyfill: 'client/polyfill', head: 'client/head', tutorial: 'tutorial/client', profile: 'profile/client', footer: 'client/footer' }, plugins: [ new CommonsChunkPlugin("head", "he...
0
_From@nampdn on November 21, 2017 1:56_ Hi, It would be great if we can make this plugin work with Apple FPS natively. Can we work on this ? _Copied from original issue: sigurdm/video_player#8_
Hello Everyone, First of Thanks for such a beautiflu Framework. I really loved working in flutter and found it fast and to be much reactive as comared to native Andriod and iOs based application. I am creating a VOD platform/ like testing to port out the existing application to Flutter. The main issue which I am ...
1
Transparent window will not fill screen when max. It will keep a gap between window border and screen edge. ![](https://cloud.githubusercontent.com/assets/3841135/7603152/e2034e22-f960-11e4-93ac-10a30ea0478e.png) This is a top-right corner of my test window, the white and light gray border is gap. **OS: Windo...
On Windows 8.1 the transparency feature works fine until the moment when a window becomes maximized. After that it become to look like this(notice the frame style and also it looks like the additive blending mode is applied): ![transparency_issue](https://cloud.githubusercontent.com/assets/2578826/7640670/50a9d29c-...
1
**Scott Andrews** opened **SPR-5367** and commented Hard coded request mapping values should take precedence over path variables. Wild card patterns in a path are currently inferior to explicit values. Path variables should be applied after explicit paths and before wild cards. For example: `@RequestMapping`(valu...
**John Newman** opened **SPR-3542** and commented Hi, given this config: <bean id="parent" scope="prototype" abstract="true"> <property name="prop" ref="prop" /> ..... </bean> <bean id="child1" parent="parent" class="X" /> <bean id="child2" parent="parent" class="X" /> <bean id="child3" parent="parent...
0
* I tried using the `@types/xxxx` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. * Mention the authors (see `Definitions by:` in `index.d.ts`) so they can respond. * Authors:...
const x = _.chain([1]).value(); Type of `x` is `ArrayLike<number>`. But it should be `number[]`; /cc @aj-r
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME Lookup plugin API, vars, templating? Not exactly sure. ##### ANSIBLE VERSION ansible 2.4.2.0 config file = None configured module search path = [u'/Users/dale/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ans...
##### ISSUE TYPE * Bug Report ##### ANSIBLE VERSION ansible 2.1.1.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION [ssh_connection] ssh_args = -o ControlMaster=no -o ControlPersist=60s ##### OS / ENVIRONMENT Co...
0
I understand that the package system is under heavy development, but I cannot install either Distributions nor Gadfly, because Pkg is finding dependencies that are not present in the .julia directory (nor anywhere else for that matter) and I haven't the foggiest about how to fix this because I don't know how the pack...
Can pkg set a file lock of some sort so it can detect when it might have unfinished business (and possibly to protect against simultaneous access)? Would this be worthwhile? Session history: julia> load("pkg") .... #adding lots of packages julia> Pkg.add("ZMQ","Trie","Debug") Ins...
1
**I'm submitting a ...** (check one with "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 have tried import template from "./home.html" but it makes some misstakes when i compiled with browserify,what the errors are: TypeScript error: src/app/pages/home/home.ts(8,22): Error TS2307: Cannot find module './home.html'. how to solve it ?thanks
0
### Potential Duplicate This may overlap with #20067 but I'm not sure, as that issue does not contain screenshots. Please feel free to delete if this is already tracked elsewhere. ### Issue Details * **Electron Version:** 4.2.10 * **Operating System:** Windows 10 18362 * **Last Known Working Electron version...
NOTE: I previously reported this at #21229 which was closed after someone was unable to reproduce it. I insist that this bug _is_ present, and _is_ an Electron bug, because it occurs on Caprine, Slack, WhatsApp, VS Code, and my own home-built Google Photos desktop app. After the issue was closed, @nielsvandepas was a...
0
## Bug Report **Current Behavior** according to https://www.typescriptlang.org/docs/handbook/declaration- files/library-structures.html, It says that top-level exports is immutable. so I test it on babel and node esm module loader, but it generates different results. **Input Code** the demo is here https://gith...
export.js export var value = 0; import1.js import {value} from "./export"; value++; // SyntaxError: import.js: Line 2: "value" is read-only import2.js import * as export from "./export"; export.value++; // No error If I understand the specification properly, bot...
1
## πŸ› Bug I am trying to build PyTorch from source **without** Cuda on OSX. I am currently on version 10.15 of MacOS and followed the steps at https://github.com/pytorch/pytorch#from-source to build it from source. However, I am not sure whether this is a bug in PyTorch or the problem is on Apple's side. ## To Repr...
Followup of #36618. I'm getting segfault when building pytorch from source with clang 9.0.0. Stack dump is available at https://gist.github.com/ailzhang/f69b11f338997d375d3f69ae22bd1aec It asks me to submit a but report to llvm, I'm also searching around to see if there're any workarounds.
1
# Environment Windows build number: Microsoft Windows [Version 10.0.18990.1] Windows Terminal version (if applicable): Version: 0.5.2681.0 # Steps to reproduce Copy text with `\` line break. Example: libreadline-gplv2-dev libncursesw5-dev libsqlite3-dev tk-dev libgdbm-dev libc...
# Description of the new feature/enhancement We need a way to detect within a running terminal what profile instantiated it, so that we can make on-the-fly changes to the config (like change the background or font). The MSTerminalSetting is an example of that method. # Proposed technical implementation details (opt...
0
# Summary of the new feature/enhancement It would be really convenient if the caps lock key (or for that matter any single key) could be used to trigger the launcher.
# Preface It appears to have been installed successfully with all of the power tools I use seemingly working without issue. Thought I would report this all the same. I am going to re-install PowerTools just in case there is some issue I can not see. Also to note, I believe I installed this via `winget` \- May be a ...
0
I have discovered an ErrorException which arises when calling sin() cos() tan() or similar mathematical functions from C via jl_eval_string() Strangely the degree variants work fine for those instances i.e sind() cosd() tand() however this isn't always the case. atand() for example also results in an error exception...
julia> const x = 2, y = 3, z = 4 ERROR: syntax: invalid assignment location "3" julia> global x = 2, y = 3, z = 4 4 julia> global const x = 2, y = 3, z = 4 4 Reported at https://groups.google.com/forum/#!topic/julia-users/YSbN6EPOzKk.
0
As per HTML5, controls inside the legend first child of a disabled fieldset are not disabled. This is not a random decision and addresses notably the use case of having a radio or checkbox control in the fieldset, as part of the legend, deciding whether that fieldset is enabled or not. Fiddle: http://jsfiddle.net/tyV...
getbootstrap.com ![getbootstrap- com](https://camo.githubusercontent.com/9467e06f5bb18ffb2a93c745cd25a683147b847fde9f4911be656560f69cab07/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3832373230352f313332313732382f64333634616535612d333365372d313165332d383839662d3730646535613664653464382e706e67...
0
Benchmarks on the internet seem to suggest that ujson is the fastest json parser (e.g., http://www.justinfx.com/2012/07/25/python-2-7-3-serializer- speed-comparisons/). Maybe try importing ujson first, then simplejson, then json?
Hi, Is it possible to use ujson as an optional JSON encoder/decoder for requests? Or, if ujson satisfies all the use cases of requests, replace simplejson with ujson?
1
Tensorboard does not list any event stored in disk. ### Environment info Operating System: Docker on Windows 10 Tensorflow version 0.7.1 ### Steps to reproduce graph = tf.Graph() with graph.as_default(), tf.device('/cpu:0'): a = tf.constant(5.0) b = tf.constant(6.0) c = a * b ...
I am trying to run the example in my Linux machine (Ubuntu 14.04): **tensorflow/tensorflow/examples/tutorials/mnist/mnist_with_summaries.py** First, I type "`python mnist_with_summaries.py`" in command line. Everything looks good. Then following the tutorial, I type "`tensorboard --logdir =/tmp/mnist_logs`". Fol...
1
It seems that the `onLoad` attribute doesn't work on `<svg>` tags as it does on `<img />` tags... Could you add support for `onLoad` on `<svg />` ?
SVG `<image>` is supposed as far as I know to support at least the same onload and onerror events `<img>` supports. From looking at React code the events are handled on specific elements in `ReactDOMComponents.js` in `trapBubbledEventsLocal, mountComponent, unmountComponent`. It would be easy to create a pull reque...
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.0+ * Java version: 1.8 ### Optimize the scene 1. Performance improvement scena...
* 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 Travis CI build environment * Dubbo version: xxx * Operating System version: xxx * Java version: xxx ### Ste...
0
I think we need to listen the event of DatePicker's cancel and ok button. Just run handler props in _handleCancelTouchTap and _handleOKTouchTap, that is it! Isn't it simple and distinct? Why we didn't do it.
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When picking an option from `Select` and then clicking outside the select container, `Select` looses focus. ## Current Behavior When picking an option from `Select` and then clicking outside the select...
0
by **dimitrij.denissenko@blacksquaremedia.com** : What does 'go version' print? go version go1.2 linux/amd64 What happened? In my http server, I am trying to read the http.Request.Body via ioutil.ReadAll(req.Body). Rarely, it causes an unexpected panic: panic...
by **laf163** : What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. func loginHandler(w http.ResponseWriter, r *http.Request) { ... cookie := http.Cookie{Name: "username", Value: "ζ΅‹θ―•", Path: "/"} http.SetCookie(w, &c...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME elasticache ##### ANSIBLE VERSION ansible 2.4.2.0 config file = /home/tessa/.ansible.cfg configured module search path = [u'/home/tessa/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module loca...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME elasticache ##### ANSIBLE VERSION ansible 2.4.0.0 config file = /Users/lkostka/devbox/prov/ansible.cfg configured module search path = [u'/Users/lkostka/devbox/prov/modules'] ansible python module location = /Users/lkostka/.virt...
1
I believe this is a typical use case, we allow a user to type a search string and then use it to search against a set of fields. Unfortunately, currently that doesn't allow to include integer fields (say, document ID) in this set. Following a simple example: $ curl -XGET http://localhost:9200/gallery/i...
The lenient option will control format based failure to be ignored (just as in `query_string` query).
1
I pass a global variable "foo" to Twig. Here's the config.yaml twig: globals: foo: "@acme.foo.foolistener" This works fine. But when I add a self themed form block (see below) to the template, the foo variable is destroyed. {% form_theme form _self %} {...
With symfony 2.0.9 this code : {% form_theme form _self %} {% block field_label %} {{ app.session.locale }} {% endblock %} {% block container %} {{ form_widget(form) }} {% endblock %} generate an error : Variable "app" does not exist in myBundl...
1
##### System information (version) * OpenCV => 3.4.7 ##### Detailed description Could OpenCv.js please be added to npm and instructions to install it such as: npm install opencvjs --save please be placed in the Using OpenCv.js tutorial? npm is the main package index for all javascript proje...
I see there's no package for opencv.js so JavaScript users can install it using `npm install` as is accustomed by JS users. The benefits of this would be also that is better integrated with web bundlers like webpack, parcel, browserify which simplify development workflow used in generally for web development. I thi...
1
# Summary of the new feature/enhancement There is an app called listary which provides a function to jump to current opening explorer path in open/save file dialog, or jump to search results ![screenshot](https://user- images.githubusercontent.com/19909103/82734342-062ee280-9d4d-11ea-9afb-c9cb0adc5eed.png) listary ...
"Check for updates" should actually check updates, not go to the github page. If an update is there, start the update process
0
**marc schipperheyn** opened **SPR-9253** and commented This is best explained by an example @Controller @RequestMapping("/base") public class MyController{ @RequestMapping(method = RequestMethod.GET, value = "/start.html") public String doSomething( ModelMap model, ...
**marc schipperheyn** opened **SPR-9366** and commented @Controller @RequestMapping("/my") public class MyController extends ExtendedController @RequestMapping(method = RequestMethod.POST, value = "/post/") public String post( @ModelAttribute("vo") MyVO vo, Bind...
1
The help text at http://freecodecamp.com/challenges/waypoint-target-a- specific-child-of-an-element-using-jquery gives an example that says: `$(".target:nth-child(3)").addClass("animated bounce");` This should say `$(".target :nth-child(3)").addClass("animated bounce");` per :nth-child's syntax.
#### Challenge Name: Golf Code (JavaScript) https://www.freecodecamp.com/challenges/golf-code #### Issue Description Challenge Solution is being accepted and passed despite missing semi-colon ";" in the code. #### Browser Information * Browser Name, Version: Google Chrome, Version 55.0.2883.87 (64-bit) * Op...
0
When compiling: fn main() { let x = []; } rustc dies with: thread 'rustc' panicked at 'Box<Any>', /Users/roberthencke/src/rust/src/libsyntax/diagnostic.rs:130 stack backtrace: 1: 0x107814644 - sys::backtrace::write::hc9fdfba4d7b15a9dYAD 2: ...
Test case: fn main() { []; } Output: $ RUST_BACKTRACE=1 rustc test.rs test.rs:1:13: 1:15 error: internal compiler error: cat_expr Errd test.rs:1 fn main() { []; } ^~ note: the compiler unexpectedly panicked. this is a bug. note: we would a...
1
Right now we bind `kube-apiserver` to `0.0.0.0:443` and `kube-discovery` to `0.0.0.0:9898`. We need to allow users to: * override both ports separately (and may be change the default from 443 to 6443 or something) * override bind address if they wish to make it more secure ( _we must keep default as is for now, ...
1
I see this failure with Fedora nightlies with LLVM 3.4. It has been introduced over the last two or three weeks. See also #11760 : I'm not sure when one or the other happens, but these are on two different distro versions. /builddir/build/BUILD/julia/build/usr/bin/julia --check-bounds=yes --startup-fi...
On my (Broadwell) machine, using the latest rc: julia> versioninfo() Julia Version 0.5.0-rc2+0 Commit 0350e57 (2016-08-12 11:25 UTC) Platform Info: System: Darwin (x86_64-apple-darwin13.4.0) CPU: Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz WORD_SIZE: 64 BLAS: libopenbla...
0
[Enter steps to reproduce below:] 1. ...Add several Projects Folder 2. ...Right click on one of them **Atom Version** : 0.204.0 **System** : Microsoft Windows 7 Enterprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context...
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
Hi, I was (am) testing the carousel on mobile devices (my android phone), and noticed it doesn't support touch events (swipe left or right etc). And I search for the solution and found this https://github.com/ixisio/bootstrap-touch-carousel and implemented it and it works fine. But shouldn't it be a part of cor...
http://getbootstrap.com/javascript/ is it possible to make it work when we swipe.
1
Hello, I ran into a bug related to typealias while working in Graphs.jl today. Here's the code: typealias A{B} Vector{Vector{B}} typealias C{D} Vector{Vector{D}} Then `A` gives `Array{Array{B,1},1}` as expected. Unfortunately `C` also gives `Array{Array{B,1},1}` So `A{Int}` is `Array{Arr...
I'm building a DSL for symbolic things. I couldn't parse unicode characters for forall 'βˆ€' and exists 'βˆƒ' as symbols (function names) in 1.6.0-beta1.
0
* Electron version:0.37.0 * Operating system: windows 7 running electron does nothing as far as i can tell > /c/GitHub/sandbox (master) $ electron . > (no output) > /c/GitHub/sandbox (master) $ electron --help > (no output)
I'm not sure why this works on Chrome v49 itself but this is a win8 only API. Maybe the WINVER setting isn't working properly in brightray's gypi ![screenshot 2016-03-12 10 23 00](https://cloud.githubusercontent.com/assets/831718/13723760/8c13329a-e83c-11e5-8de4-07d1cf42fac7.png)
1
* Electron version: 1.4 - 1.6 - but most likely happens on all of them * Operating system: Windows 7/8 ### Expected behavior In frameless window any dom element should lose focus after mouse cursor leaves the window area. ### Actual behavior In frameless window any dom element stays focused after mouse cursor...
I have a simple `div` with a css hover effect changing the background color. When I move the mouse outside of the window area, the `div` keeps its hover style. It should actually go back to its normal style. Presumable the mouseleave event was "swallowed". For a demonstration video see here: https://www.screenr.com/...
1
`our_rand_r` is a fast and simple random generator defined in `sklearn/tree/_tree.pyx` Problems: * The functions only return 0s if seeded with 0. We need to audit the use of this function and make sure it is never seeded with 0. * The code is duplicated (`sklearn/linear_model/cd_fast.pyx`) and will be in #4738,...
Right now the output of travis is too large to render, partially because a lot of deprecation warnings and partially because of warnings from the common tests. The common tests should catch all the deprecation warnings and probably also convergence warnings or numerical warnings (we decrease the number of iterations ...
0
For example, given an empty lib.rs, this happens: rustc --lib lib.rs & rustc --rlib lib.rs error: linking with `cc` failed: exit code: 1 note: cc arguments: '-m64' '-L/usr/local/lib/rustc/x86_64-unknown-linux-gnu/lib' '-o' 'liblib-9ed81b85-0.0.so' 'lib.o' 'lib.metadata.o' '-Wl,--as-needed' '-L/...
This change to using `#[pkgid]` is causing a serious problem. Library names are now completely different. And I don't mean the hash. I mean the actual name on-disk. Not only that, but libraries without a `#[pkgid]` will potentially be named completely incorrectly and collide on-disk. The library name on disk is `lib...
1
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 1.0.0 **System** : Microsoft Windows 8.1 Pro with Media Center **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilena...
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
I'm using MaterialUI w/ React 16 w/ server-side rendering. Everything seems to be working, but React is complaining about the server-side and client-side markups not matching. Warning goes away if I remove the `TextField` from my view. What am I doing wrong? React Warning: `Warning: Prop 'htmlFor' did not match. Ser...
* [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Whenever a FlatButton is clicked, the event handler should receive the event object of the button. ## Current Behavior Instead it receives the event object of a child span. ## Steps to Reprod...
0
I see that the libraries are using viewless Fragments to do work. This creates a problem where under some circumstance, would conflict with other fragment transactions that fragment manager is doing The full stacktrace: java.lang.IllegalStateException: Recursive entry to executePendingTransactio...
I have a customized ImageView which is using Glide to load up it's content during `onAttachedToWindow()`. It works correctly if it is embedded into an activity, however if I put it into a Fragment it fails. I use Glide with this two lines as recommended: Glide.get(getContext()).register(GlideUrl.clas...
1
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No. import tensorflow as tf * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10 x64 on SQL Server 2017 * **TensorFlow installed from (source or binary)** : Binary...
As announced in release notes, TensorFlow release binaries version 1.6 and higher are prebuilt with AVX instruction sets. This means on any CPU that do not have these instruction sets either CPU or GPU version of TF will fail to load with any of the following errors: * `ImportError: DLL load failed:` * A crash w...
1
When a parent give a constraint to his childrens by annotations, whe cannot remove the constraint by annotation in the class child It's possible to had a way to manage inheritance strategy like this ? : /** * @assert:NotBlank() * @assert:NotInheritance() */ or/and do this : $...
# Use case ## Models: abstract class AbstractUser { private $username; private $password; } class ConcreteUser extends AbstractUser { /** * @var UserProfile */ private $profile; } class UserProfile { privat...
1
Hi, I do not know if this is a bug or a feature... I am still investigating this, but if you have some guidance I would appreciate. For a reason I do not know (yet), sometimes, an empty array is passed to the method `Symfony\Component\Form\Extension\Core\DataMapper\RadioListMapper::mapFormsToData` (a `var_dump` giv...
**Symfony version(s) affected** : 4.2.0, 4.1.* (and probably more, I din't test it) **Description** When rendering a FormType containing a CollectionType, and that CollectionType also contains an other CollectionType, There is an error when trying to render this form in PHP Engine Only. Rendering the same form ...
0
Button groups with checkboxes or radios don't get the checked status on pageload, even if the "checked" attribute is set on one or more of checkboxes. Example see here: http://www.bootply.com/79923
Hi guys! Love your work! Have some issues with checkbox and radio Buttons on Button-groups. I've try to pre-load option with a form, but got all buttons disabled. Hope you'll fix it. Thank you!
1
_Please make sure that this is a Bug or a Feature Request and provide all applicable information asked by the template. If your issue is an **implementation question** , please ask your question on StackOverflow or on the Keras Slack channel instead of opening a GitHub issue._ **System information** * Have I w...
Running on tensorflow.keras I have a model that is composed of submodels that share a layer When the model is defined by code the layers are indeed shared If I recreate the model from config (or load from file), the layers are duplicated This is both problematic in terms of memory duplication for large models,...
0
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-\ntest-go/14071/\n\nFailed: TestCascadingDeletion {garbagecollector}\n\n \n \n garbage_collector_test.go:221: timed out waiting for the condition\n \n\n"
Master tracking bug #9312
0
We just ran into this in production: https://issues.apache.org/jira/browse/CURATOR-358 Long story short, zookeeper was down, druid came up, zookeeper came up, but no master ever took over. Might want to bump the curator version in the pom.xml. 2017-03-14T20:50:58,718 WARN [qtp997219303-85] org.eclips...
When zookeeper has a blip, the overlord can get into a condition we call "split brain" where leadership election is all screwed up. This causes the state of submitted requests to be non deterministic, sometimes "succeeding" or sometimes registering that it succeeding but not actually returning a success. We have fou...
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
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
The basic tutorial setup outlined here: https://docs.celeryproject.org/en/latest/django/first-steps-with-django.html now fails to locate set the `broker` or `CELERY_BROKER_URL` parameter. Celery just ignores the settings and defaults to searching for a host at `amqp://guest:**@127.0.0.1:5672//:`, which is not my host...
1
A project in Blender - ![_013](https://cloud.githubusercontent.com/assets/9849922/17363051/01348db6-5981-11e6-8579-c17390e586d4.png) ![_014](https://cloud.githubusercontent.com/assets/9849922/17363063/08f12550-5981-11e6-9387-b68c74fa8d47.png) three editor (note the arrows to the active camera) - ![_015](https:/...
Geometry's fromBufferGeometry() exports duplicated vertices and colors. Code to reproduce: var box = new THREE.BoxGeometry(1,1,1); var bufferBox = new THREE.BufferGeometry(); bufferBox.fromGeometry(box); var newBox = new THREE.Geometry(); newBox.fromBufferGeometry(bufferBox); ...
0
Hi, there, it would be better if we supported it example: Deno.unixTimestamp() \\ 1632847927.599013
1
# What / Why > `404 not found` error on npm i vue-slick-carousel ## When * UTC 14:51. at this moment. ## Where * npm/vue-slick-carousel ## How ### Current Behavior `npm i vue-slick-carousel` shows 404 error bumped 1.0.0-beta.3 from beta.2 `npm publish` `npm view vue-slick-carousel versions` shows...
See https://www.npmjs.com/package/chokidar I've published 3.3.1, but the page, curl `json api`, and npm all say only 3.3.0 is available. If you enter `chokida` into the search box, you'll see `version: 3.3.1`. Also happens to other people: https://twitter.com/itsmequinn/status/1206246890427297802
1
Hi everyone, cache:clear won't run up correctly anymore. It can't delete dev_old/annotations/(some_folder). I think it's because the filename length in (some_folder) is too long now compared to the 2.7 Symfony version. I'm running on Windows 7. Look at the filename for example: 5b5b435d53796d666f6e795c42756e646c655...
After update symfony (composer update), symfony update 3.4.4 to 3.4.5. And i get this error: request.CRITICAL: Exception thrown when handling an exception (Twig_Error_Runtime: An exception has been thrown during the rendering of a template ("Object not found"). at C:\dev\project\vendor\symfon...
0
![image](https://camo.githubusercontent.com/9f48aec2a5c13484f059accffaacf31f4d557cc965a17c7a2820bafa18302f48/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f333831313032392f3936343639342f65613032333938612d303531612d313165332d386538332d3464616432663731343963302e706e67)
By doing that, I can make button labels disappear in small screen and shown correctly in big screen. Example: <button class="btn btn-primary"> <i class="icon icon-refresh"></i> <span class="hidden-xs"> Refresh </span> </button> Code to modify: .responsive-visibility() { disp...
0
I have the following Flask app running in a Stage server, and I realized that some requests were affecting its operation, causing Tracebacks and with this, the Flask app was still running as a process, but not answering any sort of request, neither giving a kind of Internal Server Error (5xx). Here is my code: ...
I have a Werkzeug server running behind NGINX. When a client disconnects while waiting for the Werkzeug server to respond, NGINX closes the pipe to Werkzeug. When the python program writes the response to Werkzeug, the following exception occurs and Werkzeug crashes: > Traceback (most recent call last): > File "s...
1
What is the expected output? go tool vet panics on some of our internal code. Reducing it is quite a big job. If there isn't enough info here, let me know and I'll go for it. INTERNAL PANIC: runtime error: invalid memory address or nil pointer dereference panic: runtime...
Before filing a bug, please check whether it has been fixed since the latest release: run "hg pull", "hg update default", rebuild, and retry what you did to reproduce the problem. Thanks. What steps will reproduce the problem? 1. Run the attached code, makeslice.go ...
0
Usually the speed of each training batch is somewhat consistent for me when using tensorflow. However, I am currently training an RNN. For the first 3 epochs each batch of 128 samples took about 1 second. Now on the third epoch my times have become inconsistent. The batches will randomly become very slow. I can hear ...
When training a relatively simple model (1-layer LSTM, 256 units) my Titan X GPU keeps spiking from 0% to 30% GPU utilization. Conclusion: somewhere in the pipeline there is a bottleneck which limits the GPU to be processing the training batches continuously. I use a FIFOQueue to which examples are being fed in one o...
1
Given #30908 and #30909, it feels like maybe we would do well to make "Headless" an actual value for cluster.spec.type. Specifically, we don't intend to support node-ports or load-balancers for headless services, but it is possible to specify that intersection. It would be cleaner, I think, to say: headless-params:...
1
### What problem does this feature solve? With the new Vue.observable you can create a simple reactive store which is super nice. It seems you can use these reactive properties directly in views (you don't need to use them through local computed properties). In this scenario, it would be nice to be able to also have...
### Vue.js version 2.0-rc8 / 2.0-rc7 ### Reproduction Link https://codepen.io/toxic-johann/pen/JRJgGJ?editors=1111 ### Steps to reproduce use a v-for to render component in component, you have to write a v-for with template in it but not wrapped with a root element open console, and run test() function ### ...
0
Badly needed for commonjs modules where you are more likely to ship JS code plus a generated `.d.ts` file. From codeplex : https://typescript.codeplex.com/workitem/2080
There was an discussion about generating ambient declarations for external CommonJS modules: http://typescript.codeplex.com/workitem/2080 But even if typescript generates the definitions as we what we want, we'll still need to add references manually, which is not doing better job than JS libs with NuGet DefinitelyT...
1
Use of exclamation in an `ngIf` does not work when using null propagation operator. It worked in beta-15, not in beta-16. See plunker for demo: http://plnkr.co/edit/2TGZ2XVESVQQJ1IN39AA?p=preview (change to beta-15 to see difference) Short version: <div *ngIf="!myData?.myBoolean"> <h...
**I'm submitting a ...** [x] bug report [ ] feature request [ ] support request **Current behavior** I am dynamically creating a component (using `viewContainer.createComponent`) which uses ChangeDetectionStrategy.OnPush and that component instantiates a template provided by the parent...
0
##### ISSUE TYPE: Bug Report ##### COMPONENT NAME: win_copy module ##### ANSIBLE VERSION ansible 2.2.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION No changes ##### OS / ENVIRONMENT Ubuntu 16.04 with ansible/ansible PPA ##### SUMMARY W...
##### ISSUE TYPE * Bug Report ##### ANSIBLE VERSION ansible 2.1.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION ##### OS / ENVIRONMENT Ubuntu 14.04.4 LTS ##### SUMMARY Got MemoryError when copy huge local fil...
1
Challenge http://www.freecodecamp.com/challenges/waypoint-target-the-parent- of-an-element-using-jquery has an issue. Please describe how to reproduce it, and include links to screenshots if possible. ![Uploading Screen Shot 2015-09-03 at 22.45.36.png…]() i am doing correctly but the objective is being crossed
#### Challenge Name Roman Numeral Converter #### Issue Description I'm reporting this based on my tests of an issue another camper reported on the forums. The thread may be found here on the FCC forum The code pasted below fails all tests for this challenge, even though it is returning the correct answer. Movin...
0
# Environment Windows build number: 10.0.19631 PowerToys version: v0.18.1 PowerToy module for which you are reporting the bug (if applicable): PowerToys Run # Steps to reproduce Everytime I turn on the Launcher in the PowerToys Settings, the process PowerLauncher starts using 20% to 50% ...
PowerLauncher.exe keeps ramping up to ~60% CPU usage in task manager and then back down to 0%. It happens about every 2 seconds or so. # Environment Windows [Version 10.0.18363.720] PowerToys 0.18 PowerLauncher # Steps to reproduce Start PowerToys. # Screenshots ![Taskmgr_2020-05-19_16-10-54](https://user- ...
1
# Environment Windows build number: 10.0.18965.0 (Insider Fast) Windows Terminal version (if applicable): 0.4.2382.0 Any other software? No. # Steps to reproduce 1. Open the terminal 1.1 Perhaps it's relevant that I have `showTabsInTitlebar` set to the default value of `true` ...
# Environment Windows build number: 10.0.18362.0 Windows Terminal version (if applicable): 0.5.2681.0 (from store) Any other software? # Steps to reproduce (Happy for this to be closed if it should be raised with WSL instead.) * Have WSL installed and a .bashrc file set up * Op...
0
**Symfony version(s) affected** : 3.4 **Description** _Implementing the AuthenticatorInterface instead of extending AbstractGuardAuthenticator still throws deprecated message_ I wrote a class `FormAuthenticator` that extended the Guard `AbstractGuardAuthenticator`. After upgrading from 3.3 to 3.4 (as an LTS vers...
I'm getting "Expected a Boolean." when null is passed in to a form using a checkbox, because the object backing the form is empty and has no data. Why can't null be a valid data passed to the BooleanToStringTransformer?
0
var A = { test: () => {this} }; why is **this** in code above translated to **undefined** instead of pointing to object itself?
When using the npm library thinky, I have the following snippet of code: User.pre('save', (next) => { console.log("pre save event\n", this) next() }) Where `this` will be undefined. However, if I change the arrow function to an ES5 function: User.pre('...
1
Element has no padding and arrow. Samsung Galaxy S 2. Default browser. ![screenshot_2014-01-07-21-22-46](https://camo.githubusercontent.com/d1b3c11bc7c9d8fa205400eb5a3744a63911c3f744267b2dd3b155e6b95cfc97/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323739353334352f313836313933352f393066343...
As shown in screenshot the select tag is not properly styled. Tested on stock browser on android 4.1.2 and 4.2.1. ![screenshot_2013-10-12-19-14-47](https://camo.githubusercontent.com/bae69501dbd1600b03804bdbec0a4a4e4911018c7079b63092b8cfbc8cc8748f/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732...
1
### Version 2.6.11 ### Reproduction link https://jsbin.com/zebewujipu/edit?html,output ### Steps to reproduce 点击 `η‚Ήζˆ‘ζ²‘εεΊ” ` ### What is expected? εΌΉε‡Ίε―Ήθ―ζ‘†εΉΆζ˜Ύη€ΊοΌšη‚ΉδΊ†ζˆ‘ ### What is actually happening? δ»€δΉˆιƒ½ζ²‘ε‘η”Ÿ
### Version 2.6.11 ### Reproduction link https://jsfiddle.net/u5kba8ty/ ### Steps to reproduce No steps needed on the repro. The repro should render a, b, c, d, however it only renders a, c Also the console shows an error message ### What is expected? The repro should render a, b, c, d,. ### What is actual...
0
[See PR #9355]
I'm trying to calculate the gradient (df/dx, df/dy) of a 2D function f(x, y) with unevenly spaced data. Is there a function do to this in numpy? What is the correct syntax? I've tried using `numpy.gradient` but can't get the syntax right. For example: import numpy as np x = np.array([0, 1, ...
0
The x86_64 binaries for Linux are probably built with march that is not x86-64. As a consequence, CPU instructions that are not supported by old Intel x86_64 CPUs are produced. The binaries are not able to run on an x86-64 Linux system with an Intel Pentium 4 Prescott HT630 CPU, for example. The GCC march for that C...
ERROR: type should be string, got "\n\nhttps://julialang.org/downloads/platform.html\n\nSurprising: the words Ubuntu and/or Debian aren't mentioned at all.\n\nGeneric Linux installers are problematic because they require the user\nconstantly to remember to check/upgrade/remember where installed etc. I see\nthe default snap/apt on 19.04 is Julia 1.04. Shouldn't there be an apt (and\npossibly yum or rpm) custom repository for later versions?\n\n"
0
During compilation of TF, `tensorflow_framework` target (`libtensorflow_framework.so`) will end up with multiple definitions of zlib. The reason is that `protobuf` will bring `zlib` whereas the rest of the system is using `zlib_archive`. There is a patch `//third_party/protobuf/protobuf.patch` to force the `protobuf...
During compilation of TF, `tensorflow_framework` target (`libtensorflow_framework.so`) will end up with multiple definitions of zlib. The reason is that `protobuf` will bring `zlib` whereas the rest of the system is using `zlib_archive`. There is a patch `//third_party/protobuf/protobuf.patch` to force the `protobuf...
1
**Jeff Johnston** opened **SPR-7040** and commented I found a bug that surfaced in Spring 3.0.1. The problem is with binding a value to a map with the form select tag. In my JSP I have the following select tag. This will bind to a Map<String, String> field in my command object. <form:select path="questions[${quest...
**Michal Fijas** opened **SPR-7603** and commented We use AbstractPollingMessageListenerContainer with default receiveTimeout. When timeout expires the following code executes: noMessageReceived(invoker, sessionToUse); // Nevertheless call commit, in order to reset the transaction timeout (if any)...
0
# Bug report [Note: unclear to me whether this issue comes from Webpack, Babel, or the combination of the two, @Timer suggested bringing this here] **What is the current behavior?** Bundling an ES6 module using the rest/spread syntax somewhere in the file works, but if the same file uses a CommonJS format instead,...
# Bug report **What is the current behavior?** Currently it is not possible to consume federated module inside of web worker. **If the current behavior is a bug, please provide the steps to reproduce.** Try to import federated module inside of web worker script. Theres a repo with reproduced issue. https://...
0
I know this has been asked several times, however I'm surprised I couldn't find an entry suggesting an approach similar to Webpack+Nativescript where webpack reads vars from the environment and passes down a static object with the values set. In this case it could work by reading a very specific pattern from the cli'...
Use xcode export ipa file, reported the following error, xcode 9.2 version ipatool failed with an exception: #<TypeError: no implicit conversion of nil into Array> /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2767:in `&' /Applications/Xcode.app/Contents/Developer/usr/bin/i...
0
# Summary of the new feature/enhancement Right now it's possible to set space around pre-made zones (Columns, Rows, Grid, Priority Grid). It would be nice to have that option for custom zones we define for ourselves. # Proposed technical implementation details (optional) I suppose shrinking all the zones by the ...
Disabling the "space around zones" setting does not work for custom templates. Even when editing the "Selected layout" with Space around zone disabled, the duplicated template has it enabled again.
1
If THREE.CubeTextureLoader is used **scene.toJSON()** crashes function getDataURL(image) line 3737 context.drawImage(.. // param is an array of the 6 images of the CubeTexture ##### Three.js version * Dev * r93 * ... ##### Browser * All of them * Chrome * Firefox * Internet Explorer ##### OS *...
so this file here has some 120K tris and 3 x 2K textures, however when I drop it into 3js editor fps goes out the window. I get much better performance in https://sandbox.babylonjs.com/ with the same model. @donmccurdy could it be related to the fact that, for some reason, 3js loader duplicates the textures for each...
0
It was last published on 2018-05-08 and doesn't contain the search demo https://github.com/flutter/flutter/blob/226f2c1e99accab83d12bfd49e805f8d7d2d3ed6/examples/flutter_gallery/lib/demo/material/search_demo.dart
## Steps to Reproduce 1. I use VSCode to create a Flutter project. 2. After project initialized, I copied SnackBar demo on the site following the link https://flutter.io/cookbook/design/snackbars/ 3. Run the app on the iPhone6 Plus 4. I found there is no animation effect for SnackBar. Not only for SnackBar b...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior The Select component's onChange prop should probably expect `(event: React.FormEvent<HTMLSelectElement>) => void` type. ## Current Behavior Currently it expects `(event: React.FormEvent<HTMLDivElement>...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior We are using withStyle() to overload our components and access classes at rendering. Note that I am unsure we were using it the way it was intended to be. Please check the code below for a quick exam...
0
### Feature request To disable cache, you can use cdp_session.send: cdp_session = page.context.new_cdp_session(page) cdp_session.send('Network.setCacheDisabled', {'cacheDisabled': True}) To be more readable, we could have the method: `page.set_cache_enabled(enabled)` * `enabled`: Bool...
![image](https://user- images.githubusercontent.com/46236708/122521701-b867d500-d047-11eb-9742-bcd6a66f6e5e.png) Chromium will cache js & css files ,but the cache is disabling when using route action So,Is there any way to enable http cache when using route ? Cause i hope to reduce the number of requests
1
**Vijay Dendukuri** opened **SPR-8546** and commented When "RequestResponseBodyMethodProcessor" is used to handle the return value (by annotating the method with `@ResponseBody`), the HttpMessageConverter is choosen based on request header "Accept". Please provide an ability to also choose a HttpMessageConverter b...
**Oliver Drotbohm** opened **SPR-6671** and commented There is a subtle issue with `EventListener` handling. `EventListeners` are generic since Spring 3.0 and works perfectly fine in most cases. Suppose the folloeing case: You have an interface as well as an implementation. The implementation is using `@Transaction...
0