text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
error: line not found in debugger output: static void [...]main(); command: gdb -quiet -batch -nx -command=x86_64-unknown-linux-gnu/test/debug-info/limited-debuginfo.debugger.script x86_64-unknown-linux-gnu/test/debug-info/limited-debuginfo.stage2-x86_64-unknown-linux-gnu ...
Apparently new versions of gdb (I'm seeing this with 7.7) changed the output of of `info functions`. E.g. instead of `static void limited-debuginfo::main();` it now outputs `static void limited-debuginfo::main(void);`. Output is as follows: ---- [debug-info] debug-info/limited-debuginfo.rs stdout --...
1
**Do you want to request a _feature_ or report a _bug_?** BUG : Stackoverflow Link **What is the current behavior?** It gives both eval and Function contructor which is not required try { // This works if eval is allowed (see CSP) g = g || Function("return this")() || (1,eval)("thi...
I am currently migrating webpack.config.js from webpack 3 to webpack 4. The application uses the style-loader useable feature to load themes as follows: loader = require('../styles/app.theme.' + theme + '.less'); loader(function (style) { style.use(); }); It also uses the bundle-...
0
In [30]: df = pd.DataFrame(dict(a=['A', 'B', 'C'], b=[2, 3, 4])) In [31]: plt.scatter(df['a'], df['b']) Out[31]: <matplotlib.collections.PathCollection at 0x7f17e17b41d0> This works, and produces this: ![figure_1](https://user- images.githubusercontent.com/167164/33918097-b35d2262-e005-11e...
This is another issue I've found in code that used to work: import pandas as pd tm = pd.DatetimeIndex(pd.to_datetime(["2014-01-01 10:10:10"]), tz='UTC').tz_convert('Europe/Rome') df = pd.DataFrame({'tm': tm}) df.set_index(df.tm, inplace=True) print(df.tm[0].hour) print(df.index[0].h...
0
Hi, In some devices (Moto X) do not download correctly, like the screenshot attached. When i skipMemoryCache(true) it works, because Glide download the image again. I already use asBitmap() with imageDecoder() and the problem still occur. But, in my other device (Nexus 4) this problem doesn't occur. Glide work...
I load picture with the code Glide.with(mContext).load(caseDetail.getPicInfo().getImage()).crossFade(250).placeholder(R.color.pic_load).error(R.color.pic_load).into(holder.ivPic); but it sometimes happe ton black block, some the like the picture , how can I fix the problem?
1
**Migrated issue, originally created by Johnathon Hege** It appears that insert().from_select(), when passed a CTE, doesn't generate syntactically valid MS SQL code. The code it generates (using the recursive "parts" example in the CTE documentation) looks like: INSERT INTO destination (part, sub_par...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** apparently its all possible now. might as well make a new syntax bonanza out of it: WITH upsert AS ( UPDATE metric k SET k.count = k.count + 5 WHERE event = "foo" AND interval = "D" and date = "whatever" RETURNING k.* ...
1
## Question Upgrade 4.1.1 to 5.2.1, I got an error org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'myTestController': Unsatisfied dependency expressed through method 'setMyTestService' parameter 0; nested exception is org.springframework.beans.factory.U...
## Bug Report ### Which version of ShardingSphere did you use? v5.2.0 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. 1. Create a druid datasourc...
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 ...
This will let animations work as a no-op on the server side when the AnimationModule included in the client app module.
1
Aggregations, Filters, Builders all have some form of a Bounding Box implementation. This task is to consolidate all of these duplicate "rogue" classes into one (possibly in GeoUtils). Note: this consolidation could eventually be replaced w/ an integration of the Apache SIS geometry package and using the Envelope ge...
Validation of index templates has proven difficult to get right due to how multiple templates that might be invalid on their own can result in a valid template in the end, for instance if two templates match a given index name and one of them is providing analysis index settings while the other one is providing mappi...
0
A binary compiled with the recent master (or possibly much older master) and `extern mod native;` fails to run in Windows XP due to the missing symbols including `CreateSymbolicLinkW`, which are supported since Windows Vista. I don't have a working Windows XP environment at the moment so there might be more missing s...
I've made some investigation recently, and found that, there are only two APIs which are not supported by Windows XP, throughout the repo tree. There are: * CreateSymbolicLinkW, only used by native::io::file::symlink() * GetFinalPathNameByHandleW, only used by native::io::file::readlink() And native::io::file::...
1
This is really a bad thing for packages that are intended to be installed globally, and can be a security issue. It isn't in this case because this build was done inside a container + chroot and the RPATH is a directory in / that won't exist. rust E: Insecure RPATH '/build/src/rust-0.6/x86_64-unknown-l...
This should compile but no longer does: use std::cell::RefCell; trait Foo { fn foo(&self) {} } impl<T> Foo for T where T: Clone {} struct Bar; impl Bar { fn foo(&self) {} } fn main() { let b = RefCell::new(Bar); b.borr...
0
#### Code Sample, a copy-pastable example if possible import pandas as pd In [1]: df = pd.DataFrame([1,1,1,1]) In [2]: pd.rolling_window(df, window=[1,1], mean=False) C:\Users\login\AppData\Local\Continuum\Anaconda3\lib\site- packages\spyderlib\widgets\externalshell\start_ipython_kernel.py:1: FutureWarning: pd.r...
xref #12765. Let's pick up this as a test case and give a more meaningful error message. e.g. for `Window` the `win_type` is missing, so this should be the error. In [15]: pd.DataFrame(np.arange(10)).rolling(2., center=True).median() -----------------------------------------------------------------...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior `import getConfig from 'next/config'` should work in accordance w/ readme ## Current Behavior Running `now` (and `next build`) produces the following build error > Failed to build > ...
# Bug report ## Describe the bug In development mode, the entire application works fine, but in the production assembly, the main page is not initialized. I get html, index.js, but the react is not initialized There are no errors in the console. The problem is only on next@8, on next@7 there are no problems...
0
**I'm submitting a ...** [X] bug report [ ] feature request [ ] support request **Current behavior** Two oddities when using microsyntax to set variables on structural directives: 1. An unused @input named exactly like the selector is required on structural directives. ...
See example: http://plnkr.co/edit/9GdLbXM0mh5zHPKhcwCL?p=info Both of these should parse correctly: <div *bsPane="title exp"></div> <div *bsPane="title: exp"></div> Given: @Directive({ selector: '[bsPane]' }) class Foo { @Input() bsPaneTitle: string; } ...
1
julia> a=zeros(1,1); b = reshape(a,1); push!(b,1); b[1]=-1; a,b ([0.0], [-1.0, 1.0]) Expected behavior: julia> push!(b,1) ERROR: cannot resize array with shared data Not really sure whether this is a bug or intended, but it is surprising and weird (I would have expected...
Consider the following example: xmat = randn(5,5) xvec = reshape(xmat, 25) push!(xvec, 3) xvec[1] = 0.0 xmat[1] # not zero Here `push!` has decoupled `xmat` and `xvec`, though one would expect that a reshaped array always point to the same memory as the original array. I think the `pus...
1
## 🐛 Bug The following error RuntimeError: Could not export Python function call 'type' is raised only on `save` and in a specific case. See below. ## To Reproduce import torch def check_input(img: torch.Tensor) -> bool: return isinstance(img, torch.Te...
## 🚀 Feature Allow using of type() to get type string of a Python object in TorchScript ## Motivation type() is commonly used when creating meaningful error messages, especially so after we support raising exception with custom error messages. ## Pitch type() should be supported and return a string in TorchScri...
1
Uncaught Error: EACCES, open '/home/eduardo/.atom/compile- cache/cson/5af7724b023a6274b520f79f04fb798a67319ca7.json' **Atom Version** : 0.153.0 **System** : linux 3.13.0-40-generic **Thrown From** : Atom Core
When I open files of UTF-16LE, ATOM magically decodes only 7-bit ASCII characters but no other characters are decoded. I think there are many \0 characters on the file so that ATOM can detect UTF-16 in better way. Furthermore, even with UTF-16LE files with BOM could not be loaded correctly :(
0
# What I'm doing Trying to estimate the emotion of tweets using https://huggingface.co/cardiffnlp/twitter-roberta-base-emotion # The error `RuntimeError: The expanded size of the tensor (601) must match the existing size (514) at non-singleton dimension 1. Target sizes: [1, 601]. Tensor sizes: [1, 514]` Does anyo...
### System Info transformers==4.20.1 torch==1.11.0+cu113 Python 3.9.13 ### Who can help? @patrickvonplaten @Narsil @ola13 @gante ### Information * The official example scripts ### Reproduction Hello everyone, I am using BART and I have enabled `return_scores = True` with `beam_size = 4`. The shape of ...
0
I have noticed on several websites, that exposed functions are not working. Below is a working example of this issue on one URL. If you need more URLs where this occurs, just comment and I'll provide. ### System info * Playwright Version: Version 1.32.3 * Operating System: Tested on Ubuntu 22.04 * Browser: Ch...
In Playwright's doc, there is great mentioning on Page Object Model. However, when I try to follow this model (using TypeScript), I encounter a problem. For common page components, like menu or navigation bar, which appreas on every page on my website, if I create web elements for them in each page object, there will...
0
#### Failed to format x-axis as Timestamp import numpy as np import pandas as pd import matplotlib.pyplot as plt ts = pd.Series(np.random.randn(1000), index=pd.date_range('1/1/2000', periods=1000)) plt.plot(ts.index,ts) plt.show() x-axis is show as raw number of epoch time in ...
Given the feedback we have got (#18153, #18192, #18212, #18283, matplotlib/matplotlib#9577, matplotlib/matplotlib#9610, matplotlib/matplotlib#9771, pydata/xarray#166), it seems we underestimated the impact and we should consider (partly) reverting this change to properly deprecate it instead. This should also give m...
1
### Describe your issue. In the `cp310-macosx_arm64` test on cirrus-ci there are 14 failing tests in scipy.stats. https://cirrus-ci.com/task/6051468460425216 ### Reproducing Code Example Running the test suite ### Error message =================================== FAILURES ==========...
### Describe your issue Several statistical distribution methods emit warnings stemming from Boost. This issue tracks the status of all of them. * `beta.ppf` as reported here; should be fixed by boostorg/math#827 * `ncf` as reported in gh-17101, should be fixed by boostorg/math#846 * `nct` \- I'm not sure tha...
1
Challenge Waypoint: Create a Form Element has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.56 (KHTML, like Gecko) Version/9.0 Safari/601.1.56`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: <link hre...
I think I wrote correctly but it doesn't work like I thought :( ![30](https://cloud.githubusercontent.com/assets/13378727/10334974/3089e878-6d18-11e5-8f89-d9420cb51a43.jpg)
1
As with today's command line or powershell, it is possible to go to the address bar in the file explorer and type 'cmd' or 'powershell' and it would open in the current directory location. 1. This feature request is about allowing the same behavior by typing 'terminal' - which will open the terminal with the defau...
# Summary of the new feature/enhancement This might be related to #1133 When creating a new profile there should be an option to runas ... I have seen mention of security issues... My current workstation I have a CLI as standard, then I have one that was launched As Administrator and then another CLI that runs as ...
0
* Deno: v0.35.0 `.d.ts` file can't be compiled when it is executed from CLI. $ deno empty.d.ts Compile file:///Users/keroxp/src/deno/empty.d.ts No such file or directory (os error 2) Import without declaration cause same error. **some.ts** import "./empty.d.ts" ...
❯❯❯ cat types.d.ts export interface HelloWorld {} ❯❯❯ cat mod.ts export * from "./types.d.ts"; ❯❯❯ deno info mod.ts error: Failed to get compiled source code of file:///mnt/f9/Projects/github.com/denoland/deno_registry2/types.d.ts. Reason: No such file or directory (os error 2) ...
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
I created a form without labels and tried to use the optional success/warning/error icons and noticed that they were not positioned correctly: http://jsfiddle.net/9DSQZ/ It seems as though the positioning of these is determined by a label of 25px height being above the form input. .has-feedback .form...
When using the has-feedback class on a form and if the label on the form group is not specified then it does not render correctly. <form> <div class="form-group has-success has-feedback"> <input type="text" class="form-control" id="inputSuccess2"> <span class="glyphicon...
1
## Feature request **What is the expected behavior?** If I have the following, import('test.js') with the config, module.exports = { output: { chunkFormat: "module", }, target: ["web", "es2020"], }; You get the following output (()=>{var e...
# Bug report **What is the current behavior?** Throughout the webpack code, md4 is used as has function. md4 is deprecated, and disabled by default in openssl-3.0.0+ (https://www.openssl.org/docs/manmaster/man3/MD4_Final.html) **If the current behavior is a bug, please provide the steps to reproduce.** With any...
0
Uncaught TypeError: Cannot read property 'slice' of undefined **Atom Version** : 0.162.0 **System** : linux 3.13.0-43-generic **Thrown From** : Atom Core ### Steps To Reproduce I have undone some things (ctrl + z) and then redone (ctrl + shift + z). ### Stack Trace At /usr/share/atom/resources/...
### Steps To Reproduce: * Create an __ init __.py in a python package * Try to add a few new lines by typing enter (I can't have more than two lines) ### Error Uncaught TypeError: Cannot read property slice of undefined **Atom Version** : 0.158.0 **System** : linux 3.13.0-43-generic **Thrown From** : Atom Core...
1
* I tried using the `@types/connect-mongo` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:...
@tkrotoff, @huy-nguyen, @p-jackson VS Code complains about duplicate `NavLink` exported from `@types/react-router-dom/index.ts` (version 4.2.6): ... 45: export interface LinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement> { ... } 50: export class NavLink extends React.Component<Link...
0
This line of code n=512; L=rand(n,n); z=rand(n); b=L\z; runs in the REPL and in IJUlia with 1.6.3. I get a `StackOverflowError:` in IJulia under 1.6.4. Running Monterey. Others report the same problem in vscode and Juno. Please see https://discourse.julialang.org/t/downgrade-to-1-6-3/72129/2
Hello, the sum of two symmetric matrices should be flagged as Hermitian and this seems not the case now. Here is an example (Julia Version 1.1.0). The same thing happens when P and Q are complex and also for Symmetric matrices. julia> P 3×3 LinearAlgebra.Hermitian{Float64,Array{Float64,2}}: 3.69851 -0.03...
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.0-SNAPSHOT * Operating System version: Ubuntu 18.04 LTS * Java version: 1.8.0_181 ### Step t...
* [✔ ] 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. // FAT 显示404,望修正 ### Environment * Dubbo version: 2.7.6+ * Operating System version: macOS 10.14.5 * Java version: Adopt...
0
## ℹ Computer information * PowerToys version: 0.20.1 * PowerToy Utility: PowerTools Run * Running PowerToys as Admin: Yes * Windows build number: 19041.450 ## 📝 Provide detailed reproduction steps (if any) 1. Write "vscode" in text box ### ✔️ Expected result Visual Studio Code should be found as when...
I was wondering if you guys wanted to see another little utility that I made for myself which is actually surprisingly useful. It's a screenshot utility which is similar to a recently added snap feature in windows but I made it specifically to be as unobtrusive and light-weight as possible. It's available at my rep...
0
I've tried to run the setup code in the tutorial, but I met some confusing running errors. I'm new to tensorflow, so I have no idea how to deal with it. Could anybody help me fix this problem? Thanks a lot! from __future__ import absolute_import from __future__ import division from __future__ i...
This is a duplicate request from pytorch issue, which I even reuse their issue title pytorch/pytorch#3790 And the fix from the paper seems to be trivial but I'm not sure how TF should approach this, perhaps just adding another parameter?
0
### Apache Airflow version 2.3.1 (latest released) ### What happened I have added a new task to an existsting workflow (DAG), where the other tasks already had previous runs. When I added the new task, the grid became inaccessible, because it wanted to get `runId`s for the new task, which did not exist. An err...
### Apache Airflow version Other Airflow 2 version ### What happened Airflow 2.3.3. Task instance failures produce duplicates in "task_fail" table for this constraint (dag_id, task_id, run_id, map_index). ### What you think should happen instead Recently FK constraint between task_fail and task_instance tables...
0
The error reported when starting the app again: Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 09/23/2020 16:20:06 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boolea...
Popup tells me to give y'all this. 2020-07-31.txt Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 07/31/2020 17:29:59 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boo...
1
English is good but I can't type anything with Korean. I can copy and paste the text, but cannot type it. It feels like it just doesn't support Korean input. I can see text output so maybe it would not be a problem with fonts. # Environment Windows build number: Microsoft Windows [Version 10.0.18362.2...
# Environment Windows build number: 18950 Windows Terminal version (if applicable): 0.3 Any other software? Python, Firefox, Visual Studio, etc. They shouldn't impact this problem. # Steps to reproduce 1. Open the Windows Settings app. 2. Change from dark mode to light mode, or ...
0
##### Description of the problem In creating a shadow for one scene, the basic processes include creating an available light, a cast shadow object, a receive shadow object. The problem I met is in the light's part. I create a spotlight with specifying its target to be a cube, adding the shadow camera to one `camera...
Hi! I'm interested in translating the documentations into French after noticing some of my students are sometimes struggling with English terms. I wanted to know if there was a specific process for that and also a way to link a version of the translate page to the English one. I mean, does every English page hav...
0
We ran into an issue with keep alives not working. We were using the `AutomaticKeepAliveClientMixin` in an abstract `State` class. Because of the `@mustCallSuper` annotation, we knew to call `super.build` in the `build` method of the abstract class. However, there was no warning for the fact that we weren't calling `...
Flutter version: Very recent master build Happens in the Android Emulator (with Google Keyboard) and on a real Android device (with Sony keyboard). I'm not sure about iOS. ![](https://user- images.githubusercontent.com/22688477/46633912-79231f80-cb4f-11e8-91fe- bacb722a3546.png) Code to reproduce: i...
0
by **fuzxxl** : The following code works under Go 1.2 but fails to compile with the most recent go tip (4b3cdcb02f2d). package cgotest /* #pragma pack(1) struct foo { char c; int x; }; */ import "C" import "unsafe" func foo(f *C.str...
by **justin@fathomdb.com** : I'm seeing not-great TLS performance; enabling the ClientSessionCache seems to help. But it looks like even when resuming a session, we still call processCertsFromClient, and do an (expensive) validation of the client cert chain. Two ideas/questions: ...
0
I am now trying to run playwright with firefox in aws lambda. My lambda is deployed as docker container Playwright is working well with docker and firefox on my local, but I can't find a way how to run this on lambda with docker. <launched> pid=23 [err] *** You are running in headless mode. [...
1
### What problem does this feature solve? If you have a duplicate key in v-for or a key that isn't a primitive type, you get a helpful warning in the console in development mode. But if you spell the key name wrong `:key="object.typ"` instead of `:key="object.type"`, the `key` becomes undefined and there's no warnin...
### Version ### Reproduction link codesandbox.io ### Steps to reproduce import Vue from "vue"; const a = [1, 2, 3]; Vue.set(a, 1, 100); // Cannot read properties of undefined (reading 'shallow') ### What is expected? Set the array element by index. ### What is actually happening? ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Navigate to the next page without errors. ## Current Behavior Taking a 'quiz' after reading through a lesson. I've already completed the quizes, but when I click "next" to leave the page I get an "An u...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Current Behavior My app runs an infinite loop of webpack compilation, every action is therefore hyper slow. ## Context I'm running a Next.js app on top of Express, which is itself on top of serverless-offline, which...
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: newest master and 2.5.3 * Operating System version: mac * Java version: 1.8 ### Steps to reprodu...
Come up with some design and implementation for dubbo util support. The purpose of this enhancement is to provide utility methods which can help dubbo user to use and achieve the better API experience without enforcing service implementation to provide those support while they write service. e.g. If consumer of se...
0
When using nav-justified, and narrowing the window everything responds nicely, but if you widen the window, the nav items don't return to their original size. You can actually see this in the example page. http://getbootstrap.com/examples/justified-nav/
The justified nav example (http://getbootstrap.com/examples/justified-nav) collapses perfectly when the screen is narrowed, but when the screen is expanded it get wonky. ![justified nav](https://camo.githubusercontent.com/db69ca8e316e013e7709351d88ecf7d585b87ae58bdeb880ad477c8bc93e6608/68747470733a2f2f662e636c6f756...
1
**I'm submitting a ...** [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 **Current behavio...
**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
by **Vova616** : What steps will reproduce the problem? foo.c: #include "_cgo_export.h" void test() { Test(1,2,3); } foo.go: package main //void test(); import "C" import "fmt" //export Test func Test(val C.int, val2 C.double, val3...
The spec at the moment permits _ methods in signatures, like: type A interface{ _() } and such interfaces cannot be implemented, per a prior assessment of this problem (see issue #5691). That said, there are open questions related to this that are unclear from the spe...
0
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-\nkubernetes-e2e-gci-gke-staging-parallel/1263/\n\nFailed: DumpClusterLogs {e2e.go}\n\n \n \n exit status 1\n \n\nPrevious issues for this test: #33722 #37578\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-\nkubernetes-e2e-aws/1075/\n\nFailed: DumpClusterLogs {e2e.go}\n\n \n \n exit status 255\n \n\nPrevious issues for this test: #33722 #37578\n\n"
1
Given this: struct S; impl Drop for S { fn drop(&mut self) { println!("Dropping S"); panic!("DIE"); } } struct T; impl Drop for T { fn drop(&mut self) { println!("Dropping T"); } } fn main() { ...
The following standalone struct, when compiled, generates the assertion below. #[deriving(PartialEq)] struct Foo { bar:str } rustc: /home/rustbuild/src/rust-buildbot/slave/nightly-linux/build/src/llvm/lib/IR/Instructions.cpp:1086: void llvm::StoreInst::AssertOK(): Assertion ...
0
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 8....
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for a feature request that matches the one I want to file, without success. ### Electron Version 12.0.0 ### What opera...
0
**Description** **Use case / motivation** Hi, Airflow team This issue is not related to the Airflow feature, but to the GitHub action control. I am talking with the GitHub Action team, as I noticed, sometimes, the ASF GitHub action has very limited slots for Apache SkyWalking. GitHub did some research, and at...
### Apache Airflow version 2.2.3 (latest released) ### What happened I have tried to schedule a dag to run every 5 mins. However at time 10:57am the dag looks like the below and I would have assumed the dag should have been triggered. ![image](https://user- images.githubusercontent.com/96873357/152330551-3b9dfa9...
0
Challenge Nest an Anchor Element within a Paragraph has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36`. "Run tests" button doesn't work after this manipulation: 1. Create an anchor("cat photos") as described in the task(c...
Challenge make-elements-only-visible-to-a-screen-reader-by-using-custom-css has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. ...
0
Challenge http://www.freecodecamp.com/challenges/waypoint-sift-through-text- with-regular-expressions has an issue. Please describe how to reproduce it, and include links to screenshots if possible. I'm forced by 2nd assertion to write: var expression = /and+/gi; which searches in testString for and ...
In order to pass the test for this waypoint, the comment for the slash-start- start-slash type of commenting has to be on the same line as the first slash- star, otherwise it doesn't work. ![salsh- star](https://cloud.githubusercontent.com/assets/5831309/9332352/22615746-45bc-11e5-83c9-e7932b882df6.png) Challenge...
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.6.1 * Operating System version: win10 64位 * Java version: openjdk-1.8.0.212-3 ### Steps to rep...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.6.2 * Operating System version: mac os 10.13.4 * Java version: jdk8 ### Steps to reproduce thi...
0
now that we removed `sandbox` in #13670, some scripts remain that use this. * I think we could fully remove the `bench` sub-dir, taking care if we don't have asv's for anything there (I think we do but need to check). (PR #16984) * `scripts` dir, we can blow windows_builder (PR #16984) * `scripts` dir, we can ...
related #4468 Add keyword argument to ExcelFile parser to take an integer / list for the rows to interpret as header rows. If more than one, interpret as hierarchical columns / MultiIndex. Presumably this would also allow you to round-trip Data Frame with hierarchical columns. Basically, if you have something span...
0
to simple windows-maxsize -> page.windows_maxmize() like selenium;
Selenium feature: https://www.selenium.dev/selenium/docs/api/py/webdriver_remote/selenium.webdriver.remote.webdriver.html#selenium.webdriver.remote.webdriver.WebDriver.maximize_window Requested via Slack. Scenario: Automate a website and then let the user complete something. Its great if the max possible width/heig...
1
The documentation says very little about the `priority` attribute: priority (int): The task priority, a number between 0 and 9. Defaults to the :attr:`priority` attribute. If you go to the bottom of the following page - http://docs.celeryproject.org/en/latest/userguide/calling.html \- you w...
# Checklist * I have checked the issues list for similar or identical enhancement to an existing feature. * I have checked the pull requests list for existing proposed enhancements. * I have checked the commit log to find out if the if the same enhancement was already implemented in the master branch...
0
C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.1/include\thrust/detail/allocator/allocator_traits.inl(101): error C2065: 't': undeclared identifier C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.1/include\thrust/detail/allocator/allocator_traits.inl(101): error C2923: 'std::_Select<__...
Kind of similar to #25389 Sometimes our Eigen build fails this way: C:\Jenkins\workspace\caffe2-builds\py2-cuda9.0-cudnn7-windows-build\third_party\eigen\Eigen\src/LU/InverseImpl.h(366): error C2993: 'Derived': illegal type for non-type template parameter '__formal' C:\Jenkins\workspace\caffe2-bui...
1
**TypeScript Version:** 1.8.10 **Code** function Foo() { console.log(new.target); } new Foo(); **Expected behavior:** When targeting ES6, this should compile without an error. `new.target` is an obscure bit of ES6, but it is there, for example running the code in an ES6 browser...
There isn't a lot in the current ES6 spec draft, but it seems to indicate the constructor object that is in the process of being `new`'d at runtime.
1
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): Yes **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.):...
Broken out from #1007, which was unwieldy. A configuration system needs to be able to diff a new desired state generated from the configuration with the current desired state registered with the system, in a generic, extensible manner, in order to determine which objects require updates (as well as potentially what ...
0
The scipy curve_fit documentation says that xdata can be an object: > xdataarray_like or object > The independent variable where the data is measured. Should usually be an > M-length sequence or an (k,M)-shaped array for functions with k predictors, > **but can actually be any object.** (emphasis mine) This is ...
In the CZI Proposal, we wrote: > The continuous distributions in SciPy all have a method for fitting the > distribution to data using > the method of maximum likelihood estimation (MLE). The proposed > enhancements are: > > * Where possible, use an analytical formula rather than numerical > optimization for gre...
0
Some element set display is `inline-block`, when use .visible-xx or .hidden-xx it will replace to `block`. and i found that bootstrap add tr,td,th style for the issues. I suggest use `display:none` only, like this:: @media (max-width: 767px) { .visible-sm, .visible-md, .visible-lg, .hidden-xs{ ...
related to issues #8500 , #7808 , #4929 ; using `.hidden-sm` to hide span within `.nav > li > a` . Because class is `display: block` above -sm then text wraps to new line. Would you consider `.hidden-*` classes to be `display: inline-block` instead ? Here's a jsfiddle of the two cases - but the repercussions could b...
1
This might be considered a duplicate of #357 but it's not exactly the same issue. I'd like to expose my application to the global share menu and to receive data from other applications, not only browsers. The OS's share menu usually allows sharing data between apps like simple strings or even images. Is it planne...
OEM widget: ![screenshot_20151217-150821](https://cloud.githubusercontent.com/assets/5479/11884756/e60f455e-a4d0-11e5-8e6f-ae6a69da3730.png) Flutter widget: ![screenshot_20151217-150831](https://cloud.githubusercontent.com/assets/5479/11884759/efa32b9e-a4d0-11e5-9f06-4bc219817223.png) Couple of things I noticed: ...
0
**Dave Syer** opened **SPR-9367** and commented It is very difficult (impossible) to handle a 401 response in the RestTemplate with default settings (Documentation?). In fact it is possible, but you have to supply an error handler **and** a request factory. The error handler was obvious, but the problem is that the...
**Matthew Sgarlata** opened **SPR-5931** and commented The dojo framework creates form widgets using a syntax like this <select dojoType="dijit.form.FilteringSelect" id="setvaluetest2" name="state1" autoComplete="false" invalidMessage="Invalid state name" onChange="dojo.byId('oc...
0
### Current Behavior: `npm install <pkg>` runs pre and post install scripts specified in `<pkg>`. ### Expected Behavior: Either pre and post install scripts must not run or this should be explicitly documented in the npm-install page. Also documentation on npm-scripts page is confusing with it stating that lifecyc...
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior tst.zip first just do npm install on the root dir if you look then in node_modules you don't have an 'uppy' or 'uppy-angular' or '@biacsics' (thats good) the try npm install ./child npm ERR! code ERESOLVE ...
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.6.1 - newest ### Step to reproduce this issue 1. String value = null; RpcContext.getContext(...
* 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: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 1. ...
0
It would be nice if keybindings.json added a warning (i.e yellow underscore) on a keybinding if it detects it is a duplicate with an existing keybinding. Thanks
If I try to install the extension, vscode asks to restart, then after restarting I see an "issue" at the bottom left of the vscode window. [c:/Program Files (x86)/Microsoft VS Code/resources/app/extensions/csharp-o]: Cannot read file c:/Program Files (x86)/Microsoft VS Code/resources/app/extensions/csharp-o/package....
0
f(x::T) where T = 1 hasmethod(f, Tuple{T} where T) crash the julia repl on julia 1.1.1, windows 7
It may be a malformed method call but it crashes julia v1.1 and only after the method has been defined: `hasmethod(Base.map!,Tuple{Any,Base.ValueIterator{D}} where D<:Dict)` While this nearly identical version does not: `hasmethod(Base.map!,Tuple{Any,Base.ValueIterator{<:Dict}})` Starting Julia......
1
Report: https://github.com/maleadt/BasePkgEvalReports/blob/0bb12607c245153c8e7215788e580d43d7d2d51a/pkgeval-9bd498d_vs_2e6715c/logs/Strided/1.4.0-DEV-082f446f52.log julia: /workspace/srcdir/src/codegen.cpp:4342: jl_cgval_t emit_expr(jl_codectx_t&, jl_value_t*, ssize_t): Assertion `token.V->getType()->i...
The following code snippet incorrectly allocates a PhiC nodes, despite not having any variables: @noinline use(x) = string() @noinline function _waitlock(rl::ReentrantLock) try catch end use(rl) nothing end CodeInfo( 1 ─ nothin...
1
I think next.js grown up into level when examples could live by own life in separate repository (eg. zeit/next.js-examples). Examples are more about wide community than core development and doesn't require so much quality as core do. Many pull request are about updating examples or about adding new examples. Sepa...
And instead open a new repo called zeit/next.js-examples It's painful to download all examples while cloning next.js for hacking...
1
Consider: - hosts: all tasks: - name: echo stuff command: 'echo "{{ item }}"' notify: notifier {{ item }} with_items: - "a" - "b" - "c" handlers: - name: notifier a command: 'ech...
##### Issue Type: Bug Report ##### Ansible Version: ansible 1.5.3 ##### Environment: N/A ##### Summary: Parent task unable to call handlers of child ##### Steps To Reproduce: production.yml roles/ upstart/ tasks/ main.yml templates/ upstart.conf.j2 ...
1
The following crashes in 0.7 and 1.0. I cannot reproduce this without parametric types or without at least two Unions in the struct. struct Test{T} A::Array{Union{Missing, T},1} x::Union{Nothing, Int} end Base.map(f, t::Test) = Test(map(f, t.A), 1) t = Test([missin...
Difficult to tell if this is a duplicate of some existing subtyping issue, but it's important: julia> typeintersect(Base.RefValue, Ref{Union{Int,T}} where T) Union{} The answer should be (ideally) `RefValue{Union{Int,T}} where T`.
1
Hi, I noticed a weird resizing behavior on Chrome. I'm not sure if it's a browser bug or not. It doesn't happen on Firefox. Check the screenshots for a better understanding of the issue. ![window1](https://camo.githubusercontent.com/403f00bc3773e42281f9105cff42bb1bd0a7117327f600e746c127c84fc44bea/68747470733a2f2f662...
The justified nav example (http://getbootstrap.com/examples/justified-nav) collapses perfectly when the screen is narrowed, but when the screen is expanded it get wonky. ![justified nav](https://camo.githubusercontent.com/db69ca8e316e013e7709351d88ecf7d585b87ae58bdeb880ad477c8bc93e6608/68747470733a2f2f662e636c6f756...
1
Hi! I'm using TypeScript with named parameters massively like this. class User { public firstName: string; public lastName: string; constructor({firstName, lastName}: {firstName: string, lastName: string}) { this.firstName = firstName; this.lastName = lastName; ...
Today, we can take advantage of parameter properties to reduce the boilerplate, e.g: class Person { constructor(public firstName: string, public lastName: number, public age: number) { } } Since 1.5, we can also use destructuring, e.g: class Person { firstName...
1
When I run in android studio it showing following error : Exception in thread "main" java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.<init>(ZipFile.java:219) at java.util.zip.ZipFile.<init>(ZipFile.java:149) ...
Right now there isn't single source of truth for the clang version used, which is causing formatting mismatches across environments.
0
Hi guys, I have been trying to solve this issue for 64 hours and nothing. I am a bit tired. Could you help me please? Here is the project: https://github.com/slamby/slamby-website Right now I do not use the aot compilation for production, everything is ready to start it, but I have the same issue, generating ngFac...
Hey guys, I just updated to angular/compiler 2.2.4 and my ngc is no longer creating my application ngFactory files in the specified outGen folder. The last working version of angular/compiler on my stack was 2.1.2. I'm currently on node 6.9.1 and angular 2.2.4. You can check out my stack here and follow the instruct...
1
If a modal is defined with `'backdrop': false`, hidding it will throw an error : > Uncaught TypeError: Cannot call method 'remove' of undefined changing : , removeBackdrop: function () { this.$backdrop.remove() this.$backdrop = null } by : , removeBackdrop: ...
With options { backdrop: false }, this.$backdrop.remove() is still being called which results in an exception as this.$backdrop is null. ` hideModal: function () { var that = this this.$element.hide() this.backdrop(function () { that.removeBackdrop() that.$element.trigger('hidden') }) } removeBackdrop...
1
**Do you want to request a _feature_ or report a _bug_?** feature **What is the current behavior?** The style prop must always be an object. **What is the expected behavior?** The style prop could optionally accept a CSS string which would be set under the hood via `element.style.cssText = styleStr`
Based on the discussion in: #5030 (comment) Currently, we diff css properties and imperatively set individual properties for each value that differs from the previous render. We've long claimed that "performance" was the reason, but the benchmarks don't seem to support this claim. For instance, consider Ben's perf t...
1
What steps will reproduce the problem? Create a file with these contents and run `go test -race`: package main import _ "testing" What is the expected output? PASS What do you see instead? # testmain /var/folders/gs/mznx8_ps7299rq...
by **kevin.dankwardt** : 1. What is a short input program that triggers the error? A short program doesn't seem to trigger the error. The program, called crazylib1.go, that does trigger the error starts with: package crazylib1 func Crazy1() int { s = "bbbbbbbbbbbb"+ ...
0
### Reproducing code example: import numpy as np integer_list = [18446744073709551615] arr = np.array(integer_list) arr.dtype # Returns: dtype('uint64') # So far, so good... But: # Same list as above, with with a smaller number at the first index integer_...
When `np.array()` or `.asarray()` is used to go from a list of integers, without specifying a dtype explicitly, it can pick default dtypes including int64 & uint64. But there's a strange corner case where it defaults to float64 and loses precision, even though all the values could be uint64. Specfically, this occurs ...
1
Here my work for webpack4 (i just did tested on browser only ) A little boilerplate using no babelified code of source nextJs inside with feature like hot-reload completely working with css,css and js I changed a bit the core of nextjs to make all works .. i wait for any questions https://github.com/simonjoom/Next...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Context We ❤️next.js! I made the (possibly) poor decision of migrating our (nteract's) monorepo to Webpack 4 only to notice that next.js is on webpack 3. How far off is a migration to webpack 4? My primary reason for aski...
1
**Elasticsearch version** : 2.2.0 **JVM version** : 1.8.0_74 **OS version** : 3.13.0-74-generic #118-Ubuntu SMP (Ubuntu Server 14.04 LTS) **Elasticsearch Client** : elasticsearch-py **Description of the problem including expected versus actual behavior** : I am trying to add aliases with filters to some indexe...
This started to occur in ES v2.2.0. Easy steps to repro: 1. Crete and index 2. Put an alias 3. Display the alias 4. Check that the filter is not presented PUT test_index { "mappings": { "document_type": { "properties": { "tags": { "type": "...
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 ...** [X] bug report [ ] feature request **Current behavior** In prod mode, change detection stops working after uncaught exception occurs during the binding evaluation. Details: the subscription to zone.onMicrotaskEmpty event, which is established in angular/core/appl...
1
# Environment Windows 10 - PowerToys 0.18.2 # Steps to reproduce Select a few files in explorer, and launch PoweerRenamer enter (.*) in the "Search for:" field enter "$1.txt" in the "Replace with:" field. # Expected behavior The new file names should be the original filename plus ".txt" # Actual behavior Th...
due to #980 and #881, it may be helpful to inform user that they may need to enable 'match all' if we detect pattern matching like $1, $2 in the replace text box
1
### Which version of ShardingSphere did you use? 5.0.0-RC1-SNAPSHOT ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? shardingsphere-jdbc ### Reason analyze (If you can) #8605 (comment) I think bug maybe at ->org.apache.shardingsphere.infra.metadata.schema.builder.SchemaBuilder#appen...
refer to: #13554 ### Which version of ShardingSphere did you use? master ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC ### Expected behavior start up success. ### Actual behavior Caused by: java.lang.IllegalArgumentException: aes-key-value can no...
0
NOTE: this seems to be fixed in 7.x either intentionally or from refactorings. I don't know the maintenance status of 6.x, so I'm opening this anyhow. Choose one: is this a bug report or feature request? **Bug** ### Input Code Repro repo: https://github.com/FLGMwt/babel-cjs-bug export const withExpo...
Choose one: is this a bug report or feature request? Bug ### Input Code export const f1 = function () {}; export const f2 = () => {}; ### Babel Configuration (.babelrc, package.json, cli command) --plugins transform-es2015-modules-commonjs ### Expected Behavior To prese...
1
# I have a component the has the following in the template: Last bid: {{newBid?.amount | number:'1.1-2'}} Bid time: {{newBid?.bidTime | date: 'medium'}} This code works fine in Chrome and Firefox. But in Safari 9 I got an error "Can't find variable: Intl" and then my date pipe. Removed the date pipe and got t...
Hello, Found an issue in AsyncRoutes. It looks like RouteData is not preserved unlike with SyncRoutes. Please check the following plunker: http://plnkr.co/edit/uc26p2QEMHZgiEYwqeK6?p=preview Line 21 works, while 22 does not work. Btw, I also have a question, how can we retrieve the name of the current route? Fo...
0
Bootstrap 2 featured various layouts for tabs (e.g they could be placed sideways). Is tha coming to BS3 ?
Hi, guys! Left-sided and right-sided tabs are missing. Thank you!
1
This is another one that needs #796 before it can be changed and may or may not be related to #797. ![image](https://user- images.githubusercontent.com/18221333/57736706-d3441000-765d-11e9-9cbd-8348321f7751.png) > See the line with "OpenConsoleFullPDB.pdb" on it. > > 1. execute `dir`. > 2. pick a line you like....
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.418] Windows Terminal version (if applicable): Windows Terminal (Preview) Version: 0.5.2762.0 Any other software? # Steps to reproduce 1. Connect SSH session to application server. use '-l' switch 2. ...
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: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 1. ...
现在的dubbo与当当的dubbox兼容吗?一直用dubbox,想升级一下。 (虽然知道兼容的可能性几乎没有,碰碰运气问一下。) dubbox修改了dubbo的序列化协议。 \dubbo\rpc\protocol\dubbo\DubboCodec.java 对比: ![image](https://user- images.githubusercontent.com/5990337/53237923-dbca2180-36d2-11e9-9fb4-3a7c260e9c7e.png)
0
Hi. Today, I tried to work on making test codes for my plugin and I can't make the call to plugin methods in test code. Is there any guideline make test code for plugins? import 'package:flutter/material.dart'; import 'package:flutter_test/flutter_test.dart'; import 'package:flutter_sound/flutt...
Currently our plugin template and plugin docs have no recommendation for how to test a plugin. We should probably figure out what to do here.
1
### TL;DR: provide a syntax which kills this compiler error: Class 'D' incorrectly implements interface 'C'. Property '_a' is protected but type 'D' is not a class derived from 'C'. If the implementer wants to take responsibility for making sure the private members behave correctly they shoul...
It seems like the rules for **a)** implementing multiple interfaces and **b)** intersection types should be consistent. Example 1: Optional members interface A { m1: string;} interface B { m1?: string;} // allowed, m1 is required. type CT = A&B; var a : CT = {m1:und...
1
I have executed the following code with Electron v6.0.0-beta.3. And when I clicked the button on the form it crashed. Apparently, there is a problem with the execution of . Do you have any one who knows the solution? Regards. <html> <body> <form action="cgi-bin/abc.cgi" method="post"...
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * (o...
0
# Environment Windows build number: Microsoft Windows NT 10.0.18362.0 Windows Terminal version (if applicable): 0.5.2762.0 # Steps to reproduce # open Terminal with powershell # open git repo with more than 100 commits git log -100 # to fill in the entire screen with te...
# Environment Windows build number: 10.0.19013.0 Windows Terminal version: 0.6.2951.0 # Steps to reproduce 1. SSH to a linux. I tired centos7. 2. Maximize the windows terminal window. 3. Enter a command which print something to the terminal. for example "ls". 4. Restore down the wind...
0
On Material UI Next, the Select component behaves different from Material UI 0.19. On the old version, you could open the select box, and type to select an option, then press enter to select the option. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavio...
I open the same popover in a small browser window on PC and on mobile. On PC the popover fits page width (if I stretch the window it becomes bigger), has padding etc. On mobile it goes over the edge of the screen. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expecte...
0
Recently introduced batch renormalization could be very useful, but without support for a fused batch norm, it has limited use (XLA JIT still has too many problems to be used instead of a fused version)
**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): MacOSX 10.13.6 * Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: No *...
0
Hello everyone, Would it be useful to have something like _numpy.stats_ on the grounds of _scipy.stats.describe_ ? Though a simple implementation, I believe it would be very handy for Numpy users. More information on _scipy.stats.describe_ here : https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.des...
_Original tickethttp://projects.scipy.org/numpy/ticket/1172 on 2009-07-15 by trac user etu, assigned to unknown._ > > > a = array([-128], int8) > a > array([-128], dtype=int8) > abs(a) > array([-128], dtype=int8)
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME vars_plugins ##### ANSIBLE VERSION $ dpkg -l ansible Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ...
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME ansible 2.5.0 config file = /home/conductor/playbooks/ansible.cfg configured module search path = ['/home/conductor/playbooks/plugins/modules'] ansible python module location = /home/conductor/env/lib/python3.5/site-packages/ans...
0
##### Description of the problem Not sure if this is the same bug or two different. 1. Whenever SkinnedMesh origin is out of camera frustum, the mesh gets culled even if its actual transformed geometry must be visible on the screen. Seems like the bounding box used for clipping is not updated with animation. ...
##### Description of the problem Hi, I've been playing around with a model for a while, and noticed that if I load it in three.js and zoom closely to the head, it disappears, along with the helmet. I'm sure it's not the clipping field, because they disappear suddenly, from one frame to another. I'm also sure this...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior All Icons of the bottom navigation should be in one row. ## Current Behavior On Firefox on iOS the last icon of the bottom navigation escapes the row of icons. See picture attached. T...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior In **Chrome** it works as expected. 👌 The text on an input field is not stripped. ![screenshot from 2017-11-22 16-00-19](https://user- images.githubusercontent.com/1302282/33133827-4859783e-cf9e-...
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: CentOS 7.6 * Java version: 1.8 ### Steps to reproduce th...
* [X ] I have searched the issues of this repository and believe that this is not a duplicate. * [X ] I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.7 & master * Operating System version: linux * Java version: JDK8 ### Steps to rep...
0
I think it would be possible for Deno to support ARM as rust can be compiled for ARM architecture devices
I was originally excited about the security-consciousness of deno, but I am now struggling to see the benefit. It strikes me that the security is too broad-grained in two ways: 1. It tries to make do with ± five flags something that other approaches need a much more elaborate vocabulary to pull off (e.g. Apple's ...
0