text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
Kubernetes e2e suite.Generated release_1_2 clientset should create pods, delete pods, watch pods (from (junit_24.xml)) Failing for the past 1 build (Since Unstable#28905 ) Took 5 min 7 sec. Stacktrace /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e...
Forked from #2841, #4926 (comment), #9399, #11361, #5465, and other issues. We need to decide how we want examples to be written, document that, and make existing examples conform. Issues: * Decide objectives: teaching system concepts, demonstrating system features, getting started quickly with a particular appl...
0
deno version 1.1.0 ### index.tsx //@deno-types="https://deno.land/x/types/react/v16.13.1/react.d.ts" import React from "https://cdn.pika.dev/react@16.13.1"; console.log(React); const App = () => { return <div>Hello deno</div>; }; console.log(<App />); > use `deno run in...
## Steps to reproduce Run `deno bundle https://deno.land/x/once/index.js` ## Expected behavior It prints a bundled JavaScript code ## Actual behavior error TS5012: Cannot read file 'https://deno.land/x/once/index.js': Error: assert. ► error TS6053: File 'https://deno.land/x/once/index...
1
To connect with Trello API, this is done in a popup after filling access, I have a blank page ... Could you help me ? Thank you ! You try connect with this access : login : jerryxilimm-9589@yopmail.com password : jerryxilimm-9589 My code test : Package.json : { "name" : "NQ trello", ...
Browser-Window node-integration breaks after POST. require / global are undefined in browser-window after a POST request. I've seen this behavior since I first used Electron - 0.26.0. Still happens in 0.28.1. Here is simple way to reproduce: package.json { "name": "PostExample", "version": "0....
1
## Bug Report i use shardingsphere-proxy for 5 mysql shard use proxy for making id by showflake but insert data is not correct data insert to wrong shard this is my table CREATE TABLE `person` ( `id` varchar(32) NOT NULL, `name` varchar(16) DEFAULT NULL, `age` int(2) DEFAULT N...
## Bug Report **For English only** , other languages will not accept. Before report a bug, make sure you have: * Searched open and closed GitHub issues. * Read documentation: ShardingSphere Doc. Please pay attention on issues you submitted, because we maybe need more details. If no response **more than 7 da...
0
**I'm submitting a ...** (check one with "x") [ ] bug report [x] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** If a subclass component has any fie...
The repo is using system.js `0.18`, but still on systemjs-builder `0.10` (roughly corresponding to system 0.16). There has been a number of breaking changes in the way path configuration works, so this is not be trivial - https://github.com/systemjs/builder. // cc @IgorMinar @pkozlowski-opensource
0
James Cook of slack came up with an interesting problem of inference: function foo(scale) output(x) = scale + x output(::Float64) = output("") return output end bar(x) = foo(5)(x) baz = foo(5) Here, `bar(3)` is inferred to `Any`, but `baz(3)` is correctly ...
I just built live 0.4 under 64 bit Windows. The build ended successfully, but the result in /usr didn't contain the Git folder as in the windows 0.3 version from the installer. I don't have git on my path and doing things like `Pkg.status` or `readall(`git --version`)` would throw an error. I copied over the Git fold...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ios_command ##### ANSIBLE VERSION **Both latest unstable** versions: ansible 2.3.2.0 (detached HEAD 7424e1c417) last updated 2017/06/28 14:37:25 (GMT +200) config file = /etc/ansible/ansible.cfg configured module search path = [u'/ho...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ios_command ios_config ##### ANSIBLE VERSION ansible 2.4.0.0 config file = /mnt/c/jv/Ansible/ansible.cfg configured module search path = [u'/etc/ansible/library'] ansible python module location = /usr/local/lib/python2.7/dist-...
1
# Summary of the new feature/enhancement When using the `backgroundImage` profile setting, the image is anchored to the center of the `TermControl`. Background images that have a primary point of interest that is _not_ the center are not aesthetically pleasing when either... a large part of this focus is cut off via...
How to do that can be open Windows Terminal and running it when i trying to clicked a .bat batch file? Like right click deploy.bat --> use "Windows Terminal" open.
0
## 🐛 Bug The JIT can't pass following code when I tried to passing another instance with same class type. ## To Reproduce ### not working in python3.6 import torch @torch.jit.script class A: def __init__(self): self.v = 100 def copy(self, b: 'A'): ...
## 🐛 Bug Cannot type a class with an annotation that contains itself using python 3 style comments ## To Reproduce @torch.jit.script Class UDT(object): def __init__(x): self.x = x def __add__(other: 'UDT'): -> 'UDT' return UDT(self.x + other.x) ## Expected behavi...
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 **Current behavior** The date pipe output is incorrect when custom formats are used with various locales. The current implem...
Here is the list of features / fixes planned for i18n. If you want new i18n features to be added to Angular, don't hesitate to ask below and I'll let you know if that's feasible and if you should open an issue for it. If you have a bug, open an issue (no need to discuss about it here). # For Ivy _Note: runtime t...
0
We currently don't really have a good overview on this. @rkirov @tbosch, maybe something for one of you? @tbosch, could we track this as a statistic over time?
1
I'm using version 0.129.0 on a new MacBook Pro, with OSX 10.9.5 Whenever I perform a "Find in Project" command: ⌘⇧F a new tab is opened titled "Project FindResults". This tab contains the matches, arranged per file. I've noticed two different and inconsistent behaviors: * If I start collapsing match sets by ...
![find](https://cloud.githubusercontent.com/assets/64050/3927598/37fd1176-23fd-11e4-99e2-d9a69afc72fd.gif) I'm looking for a word in a project. I know the first result doesn't have what I want. I hide the first result, but there are no more results. I need to scroll to trigger the rest of the results to be fetched, ...
1
Many attributes in the `configurationAttributes` section of the debuggers extension point are shared across the different request types 'launch' and 'attach'. Currently they have to be duplicated for the request types. We should allow for having top-level attributes definitions in the `configurationAttributes` secti...
Today some debug adapters have to duplicate attribute schemas for their "launch" and "attach" requests. It would be nice if attribute schemas could be easily shared between them (e.g. by contributing them 'one level up')
1
**Alef Arendsen** opened **SPR-1725** and commented Using the new schema support we can greatly simplify the configuration of Spring Web MVC. I'll be adding schema and parsers incrementally over the next couple of days. * * * **Issue Links:** * #7452 configuring a SimpleUrlHandlerMapping through a schema ( _ *...
**Oleksandr Alesinskyy** opened **SPR-2522** and commented There is a following problem - `@Transactional` applied to interface (or its method) behaves differently depending on value of proxy-target-class attribute of tx:annotation-driven tag, namely: 1. If proxy-target-class is false annotation on interface...
0
### Bug summary When drawing with hatches, dots show up in PDF as circles but they render fine as PNGs. ### Code for reproduction import matplotlib.pyplot as plt fig, ax = plt.subplots(figsize=(6, 3)) ax.bar([1], height=4, hatch=".") plt.savefig("demo.pdf") fig, ax = plt.sub...
### Bug report **Bug summary** The baseline images for the test_clipping test (clip_path_clipping.{png,pdf,svg}) clearly show differences in rendering between agg, pdf and svg: ![clip_path_clipping](https://user- images.githubusercontent.com/1322974/34085872-25235e64-e34b-11e7-94e5-42b2f5ff9845.png) top left is ...
1
Run 'flutter doctor' from VSCode command palette: [flutter] flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel beta, v0.5.1, on Mac OS X 10.13.6 17G65, locale en-CN) [✓] Android toolchain - develop for Android devices (Android SDK 27.0.3) [!]...
I'd like to use camera and save photo to external storage in my own folder. How can I get Write/Read External Permissions?
0
When an input group with an input group button is used with ,.navbar-right, it causes the input field and the button to break onto a new line when viewed in Chrome. It displays correctly in Firefox. See the following fiddle, but make sure you view it at a size of tablet or greater: http://jsfiddle.net/binvisions/...
When you have an input-group (I've only tested it with a button) inside a navbar the form doesn't align and makes the navbar height way longer.
1
## 🐛 Bug I met the following error when I was using pytorch 1.6 with LSTM RuntimeError: cuDNN error: CUDNN_STATUS_BAD_PARAM ## To Reproduce I think the root cause was that I was using the mixed precision training mode in pytorch 1.6 following https://pytorch.org/docs/stable/notes/amp_examples.html and the dat...
## 🐛 Bug get cuDNN error: CUDNN_STATUS_BAD_PARAM in cnn-lstm network forward method ## To Reproduce import torch from torch import nn, optim from torch.cuda.amp import GradScaler, autocast class Net(nn.Module): def __init__(self): super(Net, self).__init__() ...
1
A common UI pattern is having a text field which grows vertically, adding more lines, as you type, up to a certain number of lines, after which the content scrolls. Presently, we can have a growing `TextField` by making `maxLines=null`. However, then the `TextField` never stops growing. Otherwise, if we make, say, `...
## Steps to Reproduce I have a flutter app which using `cached_network_image` to display image and using `video_player` to display video. The image and video display correctly when debug in simulator on a MacBook Pro which set a system proxy to access foreign http resources, as I'm in China! But when build a release...
0
Duplication of babel helpers is a problem that hasn't yet been fully solved. It's solved from a userland code standpoint, but not solved when you consider node_modules that use babel in a prepublish step. ### Expected Behavior **Standalone babel helpers package** There should be a `babel-helpers-standalone` packa...
Hi, I just tried to extend Array in your playground, and tested it then again in an traceur playground class FooArray extends Array { constructor(a) { super(a); } } var e = new FooArray(); e.push('bar'); console.log(e); 6to5: {"0":"bar","length":1} tracur: ["bar"] ...
0
I have tried both the methods. I am using Ubuntu 12.04 (32bit) with python 2.7.3, numpy 1.6.1, scipy 0.9.0 I first installed using apt-get install python-sklearn. But there were many failures from both the methods. Then I remove python-sklearn with apt-get remove python-sklearn. Then I tried installing it from the...
In `test_transformers` CCA's `fit_transform` fails for me on 32bit ubuntu. Anyone else?
1
`scipy.linalg.eigvalsh()` throws ValueError() for large matrices. The bug appears for arbitrary matrices. However, it also shows up in trivial examples, such as a large identity matrix, and large diagonal matrices with random coefficients in [0,1]. ### Reproducing code example: import numpy as np ...
Hello, I am getting an error with large arrays when using scipy.linalg.eigvalsh: >>> import numpy as np >>> from scipy.linalg import eigvalsh >>> eigvalsh(np.zeros((6143,6143))) array([ 0., 0., 0., ..., 0., 0., 0.]) >>> eigvalsh(np.zeros((6144,6144))) Traceback (most recent ca...
1
* Electron version: 0.37.8 * Operating system: win 10x64 I'm loading a page using BrowserWindow, win.loadURL() and dialogs (confirm, alert, etc) does not apear. For example, loading 'http://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_confirm' and clicking the button it does not appear the alert window,...
Currently there's no support for `alert` and `confirm` dialogs in iframes (see discussion in #2522). Once the "Session wide preload script" #2605 is ready, I think we should implement a default preload that will add the missing dialogs (kind of like what override.coffee does for the parent window).
1
**Sivakumar** opened **SPR-4851** and commented Can any send the replacment method for the public static int countParameterPlaceholders(String str, char placeholder, String delimiters) in the spring 2.5.4 * * * **Issue Links:** * #9520 Replacement method for JdbcUtils.countParameterPlaceholders in spring 2...
**Marieke Vandamme** opened **SPR-5047** and commented There seems to be a bug while using hessian in combination with spring framework for remoting. Outputstream is not closed correctly, and part of the serialized output data gets lost. This does not occur while doing the same with hessian-only remoting, so this...
0
Make sure these boxes are checked before submitting your issue - thank you! * [Y ] I have checked the superset logs for python stacktraces and included it here as text if any * [ Y] I have reproduced the issue with at least the latest released version of superset * [ Y] I have checked the issue tracker for the...
Make sure these boxes are checked before submitting your issue - thank you! * I have checked the superset logs for python stacktraces and included it here as text if any * I have reproduced the issue with at least the latest released version of superset * I have checked the issue tracker for the same issue and...
1
When creating and using an enum (TypeScript 1.4, Visual Studio 2013). When I build the project the enum value is compiled to a number, but if I save the file the compiled output is the full name of the enum. For example: // enum.ts enum SomeEnum { One = 1, Two = 2 } ...
I have an enum in an interface that, when used in my TS code in TypeScript 1.3, was output as a constant. This is no longer the case in 1.4 after saving my file. When i build the project, the enum code is properly output as a constant. Using VS 2013 update 4 with TypeScript 1.4 installed. Enum declaration file (Colo...
1
**Context:** * Playwright Version: 1.27.1 * Operating System: Mac * Node.js version: 16.13.1 * Browser: Chromium at least, but likely all. * Extra: On M1 Mac Ventura **Code Snippet** Small repo that shows the issue **Describe the bug** I have global setup configured in playwright-config.ts: ...
there are some launchOptions that playwright completely ignores, even in headed mode, like --show-fps-counter and then even for the ones it honors (like --credits and --version ). We discovered this problem when we were adding this configuration: `projects: [ { name: 'chromium', use: { ...devices['Desktop Chrom...
0
... for the syntax suggested in "go help importpath" (no ".git" suffixing the url) I've managed to make private repos work by appending ".git" to the url. However this complicates things since the filesystem install path will now include the ".git". Also, the import statements must then have it. There are tons of q...
by **greatred** : What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. Use http://play.golang.org/p/w45c_7mFyN as alignment.go 2. Execute `go run alignment.go` What is the expected output? (where the pointer addresses can vary, alth...
0
I got into animation subject. I get the same exception(s) with two different examples. I searched the web, I tried to get my head around the exceptions, but now I'm stuck. hence this issue. I don't know where is the problem. The examples I ran: 1. official example: http://matplotlib.org/examples/animation/m...
I am having trouble saving my animations using ffmpeg 2.0.1 The temp files get created, but the call to ffmpeg fails with the following error: Option vframes (set the number of video frames to record) cannot be applied to input file _tmp%07d.png -- you are trying to apply an input option to an output...
1
See https://docs.scipy.org/doc/numpy/reference/ for the NumPy 1.17 documentation. https://numpy.org/devdocs/ refers to NumPy 1.19 documentation. From https://numpy.org/doc/, there is no mention of NumPy 1.18 documentation. ![no-numpy-1-18-documentation](https://user- images.githubusercontent.com/18295279/73811247-9...
_Original tickethttp://projects.scipy.org/numpy/ticket/1826 on 2011-05-10 by trac user shegler, assigned to unknown._ When using custom named data types, the wrong element is reported as the conflicting one. The following snippet dt=numpy.dtype([ ('a','f8'), ('a','f8'), ('b','f...
0
`Granularity.getIterable(Interval)` returns an iterable of chunked intervals by the granularity. For example, `DAY.getIterable(Intervals.of("2019-01-01/2019-01-03"))` returns `2019-01-01/2019-01-02` and `2019-01-02/2019-01-03`. This method is currently being used in indexing service (`UniformGranularitySpec`) as well...
### Description Protobuf has a native timestamp type, defined here. ### Motivation Timestamps being passed around in protobuf bytes are using the native `timestamp` format and moving these to druid ingestion necessitates the duplication of that timestamp in a string.
0
This would be a breaking change, so probably it will be rejected, but anyway: The function call `searchsorted(v, key, by=mytransform)` applies `mytransform` to `key`, which isn't helpful. It would be more useful if the `searchsorted` function assumes that the key is already of the type equal to the output of `mytran...
Consider this: using Base.Dates: Second immutable tsp # time series point t :: DateTime y :: Float64 end t0 = now() S = [tsp(t0+Second(10), 42), tsp(t0+Second(13), -1), tsp(t0+Second(17), 31)] searchsortedfirst(S, t0+Second(12), by=x -> x.t) search...
1
Hello, For now, when you add a lot of items to the statusbar via plugins, only first few items are displayed and the remaining items are hidden. It would be great to have a dropdownlist which will show all those remaining items. I hope such a feature could enhance vscode. Thanks in advance for your comments.
Implementing a block cursor is maybe not as straightforward as first seemed. When there are active selections and the cursor type is a block cursor, the column that the cursor is shown to occupy is supposed to be considered part of the selection. ### STR 1. With a block cursor enabled, type "foo bar baz" in a new...
0
Hi, I know the Context is flagged as an experimental feature hence why it is missing from the Top-Level API but I find myself having to pass context to a legacy-compatible component. ReactDOM.render(React.createElement(DialogComponent, {id: id, component: this.component, childProps: this.props}), docu...
I happened to notice that React will throw `Hooks can only be called inside the body of a function component` if a sibling element calls `ReactDOMServer.renderToStaticMarkup`. I have a fiddle that shows this behavior (I think you need to manually open your console to see the error). If you wrap the sibling element i...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.4 * Operating System version: macos 10.13.6 * Java version: 1.8 ### Steps to reproduce this ...
I find that there are much duplicate code in the method afterPropertiesSet of ServiceBean and ReferenceBean. Can we move them to their common super class ?
0
as showing in screenshot, Dropdown menu is not showing in IE 9 http://www.imageox.com/v/ddea3e2f20a0.png IE version is 9.0.8112 64 bit on windows 7
I'm having a problem which has only cropped up since upgrading from 2.1.0 to 2.1.1 A fixed-nav dropdown on IE7 and IE8 now doesn't seem to appear. The root of the problem seems to be the `overflow: visible !important` rule in the respnosive stylesheet is not being read by IE7 and IE8 as it's within a media query th...
1
# Environment Windows build number: Microsoft Windows [Version 10.0.20150.1000] PowerToys version: v0.18.2 PowerToy module for which you are reporting the bug (if applicable): Keyboard Manager # Steps to reproduce 1. Remap `Win (Left)` to `Alt (Left)` 2. Remap `Alt (Left)` to `Win (L...
## 📝 Provide a description of the new feature there is no numpad on my laptop, so I think it would be helpful if I can set a shortcut to enable the keymap feature, then I can remap `jkluio789` to `num 123456789` when I dont need numpad, I can press the shotcut to turn it off, but when I need it, I can easily pr...
0
Currently when creating symlink using file command I get: msg: src file does not exist There are rare instances where it is desirable to have ability to create such symlinks, so I'd like to see at least a flag to disable this check.
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ansible-playbook ##### ANSIBLE VERSION 2.4.2 ERROR! Unexpected Exception, this is probably a bug: unsupported operand type(s) for %: 'bytes' and 'bytes' the full traceback was: Traceback (most recent call last): File "/home/gr...
0
I'm in the process of getting MUI@next to work with next.js, and I just wanted to pass on my experience so far. Even though MUI uses JSS, it feels like MUI is getting involved in a lot of areas that are already handled by `react-jss` MUI now has its own SSR configuration, separate from `jss` and `react-jss`, and this...
Hello, It's great to have code sandbox in docs. It'll save me a lot of time while prototyping. I realized that, drawers(completely) and components with images are not working properly. Avatar; Drawer; https://material-ui.com/demos/drawers/ https://codesandbox.io/s/zpro6nj7m Gridlist; https://codesandbox.io...
0
# Bug report with-apollo-and-redux-app Could not find "store" ## Describe the bug Run the example `with-apollo-and-redux-app`, when first get index page, data not loaded in ssr. add `console.log(error)` in `withApollo.js`, here shows the error message: Error { Invariant Violation: Could not find "...
# Bug report Missing prop on `withData` ## Describe the bug A clear and concise description of what the bug is. ![image](https://user- images.githubusercontent.com/3077558/63065933-45035280-bf08-11e9-957e-75fbf485d5cc.png) ## To Reproduce Steps to reproduce the behavior, please provide code snippets or a repos...
1
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.3 When we have: * embedded formB inside formA * validation on both forms defined in yamls * validation on formA -> formB include `Valid` constraint * eg. fieldA on formB has NotBlank with ...
Hi all, I am not sure if this is a bug or if I am doing something wrong, but after 'composer update' I have sf 2.6. components and my cilex cli application is broken. It seems like Symfony\Component\Console\Application is using deprecated helpers: use Symfony\Component\Console\Helper\DialogHelper; ...
0
# Summary of the new feature/enhancement Many window manager tools also include an option to split the taskbar, for example: https://www.actualtools.com/multiplemonitors/features/multi_monitor_taskbar/ https://www.displayfusion.com/Features/Taskbar/ # Proposed technical implementation details (optional) A new ...
# Summary of the new feature/enhancement Similar to when using multiple monitors, where the icon of the app in the taskbar can be shown on the monitor which is displaying the app. ![image](https://user- images.githubusercontent.com/1246444/76138813-e8ee5000-604a-11ea-8907-8a8d8bf35703.png) # Proposed technical imp...
1
Hey there! First off: thanks a lot for putting this library online. The community will definitely benefit from having such an easy path to super- performant pages 👍 I was actually evaluating next.js for creating a docs for one of my github repos, but only later I realised that the next.js build process doesn't outp...
Looking at the overall project structure, this seems like a rather easy step on your roadmap. Maybe someone from the team can provide a good starting point for contributors?
1
* VSCode Version:1.0 * OS Version:windows 10 Steps to Reproduce: 1. change the editor.fontSize in the settings.json 2. the editor font size has success changed,but not the tip and autocomplete
how to Increase font size of IntelliSense in visual studio code editor?
1
Not sure what the heck it's doing, but sometimes it ignores @" and sometimes it doesn't. Attached is screen shot showing bogus highlighting and .cs source file used to create that screen shot (extension changed to .txt to enable upload). Note that it highlights correct in both VS15 & VS13 * VSCode Version: 1.1...
Not sure what the heck it's doing, but sometimes it ignores @" and sometimes it doesn't. Attached is screen shot showing bogus highlighting and .cs source file used to create that screen shot (extension changed to .txt to enable upload). Not sure if this belongs here or in VS Code. It's issue 6325 over there, dupl...
1
Upon opening VS Code with Wayland (tested with GNOME 3 and Sway), ![screenshot from 2016-01-02 03-15-38](https://cloud.githubusercontent.com/assets/7232674/12073053/33971be6-b0ff-11e5-8444-ea2fe29ab5fe.png) ~ > visual-studio-code bash: cannot set terminal process group (-1): Inappropriate ioctl fo...
Upon opening VS Code with Wayland (tested with GNOME 3 and Sway), I get a message saying `Something has gone wrong.`. ![screenshot from 2016-01-02 03-15-38](https://cloud.githubusercontent.com/assets/7232674/12073053/33971be6-b0ff-11e5-8444-ea2fe29ab5fe.png) ~ > visual-studio-code bash: cannot set...
1
**Context:** * Playwright Version: ^1.29.1 * Operating System: Windows11 * Node.js Version: v19.0.1 * Browser: Chromium **Code Snippet** test("repro", async ({ page, context }) => { await page.goto('http://localhost:8080'); await page.locator('#theForceIsStrongWithThisOne').click(...
### Your question On a specific website playwright doesn't seem to find the location of elements accurately: ![issue1](https://user- images.githubusercontent.com/23338650/125783337-ed62a618-acbf-46e4-8e28-8f4eb75ae4e5.png) In the above image I'm hovering over the button in the browser opened by codegen. The highli...
1
When root logger hijacking is disabled, it feels rather inappropriate to change the log level of the root logger...
Hi there, I'm experiencing an issue similar to #2016, #1867, in that celery still hijacks the root logger despite setting `CELERYD_HIJACK_ROOT_LOGGER` to False (as read from http://celery.readthedocs.org/en/latest/configuration.html#celeryd-hijack- root-logger). I use celery + Django for several projects and except ...
1
![123](https://user- images.githubusercontent.com/53021413/71420997-346aa200-2689-11ea-838e-81ae22bf54ea.JPG) I would appreciate if you make a comeback here.
The npm page for @types/ssri, for example, incorrectly claims there is no README, even though when you install that package, there is a README. This is happening for all packages published by the Definitely Typed publisher to the `@types/` scope since June 20. Since Definitely Typed publishes a lot of packages, I wa...
0
MAC OS x el capitan vscode upgrade to 0.10.5 cannot be used
After update 0.10.5, VSCode crashes during startup. I deleted it once with AppCleaner, and `rm -rf ~/.vscode/`, it did not recover. ![2015-12-19 10 10 05](https://cloud.githubusercontent.com/assets/1060011/11910432/a7ebaad2-a639-11e5-881c-ef7fa2fb6584.png) MacOSX:10.11.1 keyboard:JIS
1
It would be nice to be able to drag a tab out of the window and have it open in a new window rather then having to open a new window then drag the tab into the new window. I'm on Windows 8.1, not sure if this behavior is different on other OS.
In many "tab" based products, you can grab a tab and "pop it out" to create a new window with that content. That would be awesome for atom when you want to windows side by side.
1
#### Description `sklearn.utils.multiclass` `unique_labels()` does not yet allow `"multiclass- multioutput"` input type for `y` . See this comment in the code: scikit-learn/sklearn/utils/multiclass.py Line 53 in 3a48f0a | At the moment, we also don't allow "multiclass-multioutput" input type. ---|--- Th...
It looks to me like the decision trees use `accuracy_score` for their `score` but `accuracy_score` doesn't document that it's supporting `multiclass- multioutput` which the trees do. ~~I guess the`y_true == y_pred` works in this case, but it should be documented. There's no list of scores supporting multiclass-mul...
1
I am running into an issue trying to run OLS using pandas 0.13.1. Here is a simple example: I want to regress a variable on itself, in this case excess returns. The intercept should be 0, and the coefficient should be 1. pandas provides the wrong estimates, while statsmodels gives the correct estimates. This is not...
To get an auto-diff on a timeseries I do: In [47]: ts Out[47]: 0 2011-04-16 00:00:00.025000 1 2011-04-16 00:00:00.152999 2 2011-04-16 00:00:00.280999 3 2011-04-16 00:00:00.409000 4 2011-04-16 00:00:00.537000 5 2011-04-16 00:00:00.665000 6 2011-04-16 ...
0
(Consider this a feature request) This is most obvious when I do something simple like this: <dl> <dt>Your name</dt> <dd>Eric</dd> <dt>Timezone</dt> <dd>Australia/Sydney</dd> <dt>Created</dt> <dd>Sunday, 23-Sep-12 22:46:40 UTC</dd> </dl> <div class="col-md-o...
It would be great if it was possible to align description lists with the grid system. I have a description list and below a grid and I would like the left and right columns to match. The columns currently don't match, because: * dt has a fixed width of 160px * grid columns have dynamic widths * dd has a fixed...
1
You need first "pip install incremental" due to a misspelling in the lines for the installation of dependencies.
sudo pip3 install Scrapy -i https://pypi.douban.com/simple Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-s3504tu6/Twisted/ so I use sudo pip3 install Scrapy -i https://pypi.douban.com/simple but failed again. Please give me some advices, Thank you so much
1
Latest update: #15072 (comment) * * * ## Steps to Reproduce connect iPhone via usb Open xcode -> window -> devices & Simulators -> select correct device and enable connect via network Network Symbol is shown in the list to the left disconnect iPhone Android Studio shows devices but if you try to run it it i...
## Steps to Reproduce 1. All you have to do is just scroll down towards the bottom into the green Containers section and then begin scrolling up. 2. At this point the Container skipping/lagging should occur. **More info:** **Code** For some reason, my StreamBuilder skips a whole Container whenever I try scrol...
0
im using glide:3.7.0. i want to create one folder of cache up to 150mb for specific purpose,and other folder will be for general purposes. ( prefer not to download files to storage on my own unless i have to) what i actually want to achieve is that specific images must be available offline and their size should n...
Sometimes we need to load image for center inside, but I have not found this method! Can add method for center inside?
0
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.175] Windows Terminal version: 0.2.1715 # Steps to reproduce 1. Open WSL tab. 2. Press enter until prompt/cursor are on last line. 3. Resize the window to be narrower. # Actual behavior ![image](https://user- i...
# (short) Description of the new feature/enhancement **Problem** : Some users don't need/like a window title bar with min/max/close buttons and view these default UI elements as a minor design flaw/waste of screen real estate. Same for an empty tab bar with e.g. add-tab button. Likewise for the window resizing borde...
0
For example: https://github.com/6to5/6to5/tree/master/lib/6to5/transformation/transformers/es6-generators You're effectively forking the code, and making it much more difficult for you to incorporate updates quickly (or contribute changes upstream). It's unclear what version of Regenerator these files even represent...
We currently - now after jest has been landed in #7455 \- have a mix of different assertion methods in tests. * There is `chai` in use. * There is `assert` in use. * There is jests `expect` in use. The first two should be removed and rewritten to make use of `expect` which comes with jest. so for example ...
0
I used my set of data to plot a streamplot using matplotlib 1.4.3 the data range is from 0 to 1, grid points are equally spaced (except near corners which is dx/2 & dy/2) the generated streamlines are correct but it seems that the whole streamplot is somehow scaled,, the range is shown to be from 0 to 0.5 instead ...
Are there any plans to support streamplotting data on irregular grids? Currently, the streamplot documentations states: Draws streamlines of a vector flow. x, y : 1d arrays an evenly spaced grid. If my data is on an irregular grid, I currently have to interpolate to an evenly sp...
1
### Description I wrote my custom download middleware, which makes the request to my service(it lives on a different domain than a requested domain). After I receive a response from my service I replace URL in `response.url` and `response.request.url` to the original URL. But the issue is in `parse` function the URL...
## Summary Currently requests are bound to responses in the engine and/or in the scraper. I would like to start a conversation to figure out the implications of binding them only if the `response.request` attribute is not already set, i.e. something like this: diff --git scrapy/core/engine.py scrapy...
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....
Have an issue using celery with SQS: when the connection is being lost and recovered, messages are not being served by celery. Only after restarting celery (using supervisor), messages are being processed. # Checklist * I have verified that the issue exists against the `master` branch of Celery. * I have chec...
0
# Environment Microsoft Windows [Version 10.0.18362.449] # Steps to reproduce Prerequisites 1. Open Terminal as administrator (cmd) 2. Run `git submodule update --init --recursive` 3. Run `tools\razzle` 4. Run `bcz` # Expected behavior Ability to completely build the terminal using Razzle `bcz` command ...
# Environment Windows Server 2016 Standard Evaluation Windows build number: Microsoft Windows [Version 10.0.14393] Windows Terminal version (if applicable): Any other software? # Steps to reproduce mode con:Lines=32767 # Expected behavior Should set Lines/ScreenBufferSize to 3276...
0
##### Issue Type: Bug Report ##### Ansible Version: 1.6.2 ##### Environment: Ansible running on Fedora 20. EC2 API is the target. ##### Summary: If you have a wide open security rule for a group (-1 for proto, from_port and to_port with a cidr of 0.0.0.0/0) it can only be run once. Subsequent run will fail. #...
From @rlpowell on 2015-04-03T18:39:16Z I apologize that I don't have the background with Ansible or Python to give any useful debugging info here, but: Trying to run a shell command and get the output presented to me. This version: - name: run the script the rails way register: scriptrun ...
0
## Bug Report **For English only** , other languages will not accept. Before report a bug, make sure you have: * Searched open and closed GitHub issues. * Read documentation: ShardingSphere Doc. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we c...
## Bug Report ### Which version of ShardingSphere did you use? 5.1.1 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC ### Expected behavior The sql executes correctly ### Actual behavior org.apache.shardingsphere.sql.parser.exception.SQLParsingException: You have...
0
**System information** * OS Platform and Distribution Ubuntu 18.04 LTS * TensorFlow installed from source or binary): source * TensorFlow version (use command below): v2.0.0-alpha0-4-g2c2d508 2.0.0-alpha0 * Python version: 3.5.7 * Bazel version (if compiling from source): From docker image * GCC/Compile...
when I try to converto to tflite, occur below errors $ tflite_convert --output_file=./model1/test.tflite --keras_model_file=./model1/186-0.0481.hdf5 WARNING:tensorflow:From /usr/local/lib/python2.7/dist- packages/tensorflow/python/ops/init_ops.py:96: calling **init** (from tensorflow.python.ops.init_ops) with dtype...
0
I get wrong numerical results (real component is off, imaginary component always near underflow) for `sph_harm` for scipy 0.16.0 that comes with Miniconda3. scipy on Miniconda seems OK. Python 3.4.3 |Continuum Analytics, Inc.| (default, Oct 19 2015, 21:52:17) IPython 4.0.0 -- An enhanced Interacti...
Kind of similar to #4887, I found an inconsistency in `sph_harm`, but it appears on Python 3.4 (e.g., on Anaconda scipy=0.16 or scipy=0.15) but not on Python 2.7 with equivalent `numpy`/`scipy` versions. Running this command in a Python 3.4 Anaconda virtual environment I get: $ python -c "from scipy.sp...
1
I've used Cprofile to test my code, and I find that `import tensorflow.contrib.layers` takes very long time. Here is the quick screenshot of the result: 14495011 function calls (14451561 primitive calls) in 6.324 seconds Ordered by: cumulative time ncalls tottime percall cumt...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : macOS Sierra 10.12.5 * **TensorFlow installed from (source or binary)** : source * **TensorFlow version (use command...
1
By default, the link extractor calls canonicalize_url on the collected links. The following is not what browsers do: canonicalize_url('http://example.com/index.php?/a/=/o/') 'http://example.com/index.php?%2Fa%2F=%2Fo%2F' # encoding forward slashes canonicalize_url('http://example.com/index.p...
Cannot override the default `Connection: close` header of scrapy requests. I want to scrape a site for which I need to send `Connection: keep-alive` headers and remove the default `Connection: close` header. Tried using custom settings, custom headers and default headers to change `Connection: close` to `Connection:...
0
I updated to version 0.152.0 and its showing me these release notes below ![capture](https://cloud.githubusercontent.com/assets/7794777/5178760/e87e9dee-747a-11e4-983b-187d2b6a0cf3.PNG)
I use Atom on two different machines and I'm seeing anomalies when looking at the release notes. On one of my machines the release notes are always blank with only a button showing to view previous release notes. On the other machine the release notes are old. Here is a current screenshot but keep in mind this isn't ...
1
I believe this bug has various scenarios for happening, but I've managed to pinpoint just one: When opening the editor, (only) after adding some object, and duplicating the tab, some settings get corrupt. At the least the keyboard shortcuts are corrupted, but I have reason to believe it may be more than that. kEMPW...
Hi, In my current project I have to implement some complex 2D objects (multilayered GUI) and those will be anchored in 3D space. I have noticed lots of artifacts on those planar 2D objects caused by z-index sorting of 2D layers in the same GUI object. There are few ways to solve it: * disable sorting and use glo...
0
This issue is opened to host a discussion about the recurrent attention API for keras. Related issues: #11142. #8296. #7633.
Handling Tensors of tf.Tensor outside a custom layer is not a problem. For example: InputTensor = np.array([[[[255,0,0],[255,0,0]],[[255,0,0],[0,144,0]]], [[[0,255,0],[0,255,0]],[[0,255,0],[144,0,0]]], [[[0,245,0],[0,245,0]],[[0,245,0],[144,0,0]...
0
### Description * Hello! I'm getting some bad behavior when using lax.scan to compute an exponential moving average over a time axis. * Specifically, the EMA function here is causing issues Here * The model exports to TF SavedModel (with enable_xla=False), but then we get an exception when running the model:...
### Description Hello! I'm getting some bad behavior when using lax.scan to compute an exponential moving average over a time axis. Specifically, the EMA function here is causing issues: https://github.com/google-research/chirp/blob/main/chirp/audio_utils.py#L37 The model exports to TF SavedModel (with enable_xl...
1
In Firefox when using InputAdornement on a TextField of `type="number` the adornment is moving outside if the field / wrapper is not big enough. I prepared an example (see link below). For that I copied the example from the docs and just added the `type` property. ![bildschirmfoto 2017-11-26 um 21 06 31](https://use...
* [x ] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I ran the commands`npm install material-ui` and `npm install material-ui@next` to get all the modules for an example I'm trying to run. Since they are all material-ui modules, there should've be...
0
### What problem does this feature solve? I would like to have an optional component but with the content being always rendered (so v-if doesn't work with this use case) It's currently not possible without a lot of code duplication <my-component v-if="condition"> <the-content>I'm visible<...
### What problem does this feature solve? In large applications, there are often families of components, within which components share most of the look/behavior, but vary slightly. This makes it desirable to reuse code between them. Some reuse can be achieved with slots, other is better with component inheritance. B...
1
@thestinger found this odd bug. This code: enum Foo { C { a: int, b: int } } struct C { a: int, b: int } fn main() { } properly errors out with: test.rs:2:0: 2:27 error: duplicate definition of type C test.rs:2 struct C { a: int, b: int } ^~~~~~~~~~~~~~~~~...
Using std::net::lookup_host seems to duplicate each IP in the result set. prompt> ./main rust-lang.org V4(72.8.141.90:0) V4(72.8.141.90:0) prompt> ./main google.com | sort V4(74.125.28.100:0) V4(74.125.28.100:0) V4(74.125.28.101:0) V4(74.125.28.101:0) V4(74.125.28.1...
0
Do glide having the same method as picasso have?? Picasso.with(context).setIndicatorsEnabled(true); this method can show some color on the top left cornor of the imageview to indicate weather this image is loaded from disk, memory or network. Thanks!
There should be an optionally available way of displaying an indicator on the target which tells you any feasible combination of these: * it was downloaded from the network * it was loaded from disk cache * it was loaded from memory cache * it was just put into disk cache * it was just put into memory cach...
1
The current output of `ClearStacktrace.jl` is pretty good. I just wonder if the same technique discussed in #36026 can be used on how methods are printed in `methods` and `methodswith`? Considering the different result types of them, maybe we need to redefine how methods are shown? julia> methodswith(I...
The output of `methods` can be hard to read in the REPL It would be good to use some colour (/bold) to seperate the signature from the line-info. You can see that in the stacktrace at the top of the image below. Contrast how easy to read it is, vs the methods list at the bottom. ![image](https://user- images....
1
**Elasticsearch version** : 5.0.0-beta1 **Plugins installed** : [] **JVM version** : 1.8.0_72 **OS version** : Ubuntu 15 **Description of the problem including expected versus actual behavior** : As described here https://www.elastic.co/guide/en/elasticsearch/reference/5.0/search-suggesters- completion.html#que...
I found this while going through snippets that aren't marked `// CONSOLE`. In this case the this snippet looks to suggest something that isn't implemented.
1
❯ deno run does-not-exist.ts Cannot resolve module "file:///<redacted>/does-not-exist.ts" from "." Cannot resolve module "file:///<redacted>/does-not-exist.ts" from "."
I might be missing something, but Deno doesn't appear to expose the number of rows and columns of a controlling terminal: // Node [width, height] = [process.stdout.columns, process.stdout.rows]; // QuickJS [width, height] = os.ttyGetWinSize(1); // Deno [width, height] = ??...
0
There are a few individual TypeScript definitions in the NuGet package library, but it would be neat to have a package for the whole DefinatelyTyped collection. I could put it in a shared folder to be referenced by all different packages. Just a thought.
* 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. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in `ind...
0
Starting with Release v0.12.0, FancyZones stopped interfering with fullscreen applications. For ultrawide single-monitor setups, being able to move fullscreen applications is incredibly useful. I believe that the fullscreen application moving functionality from v0.11.0 should be added back, but as an additional opti...
# Summary of the new feature/enhancement It would be nice if it would be possible to split a screen to allow for multiple "full screen" windows. This would enable for example to have You Tube in full screen mode without the rest of the UI together with for example the email program below for people using a PIVOTed...
1
### Describe the bug I'm getting response like: data: ��n�8�_���VIJ�-�`.Y �x&@��)JbM� I��y�)_d�I�E���!������W����+�p�ܲ�������)�M�߻%��HHa�\k�w��&�����u��l�tGЉ�/��������=��_m���b�;H!A��1�t�R�'�ӏ�a�nZ��r�O;�f2�V-B�M�Y�C�M�V�~o�P���� 3|�j<#<�� �R��(���O���9�4M(��4 �Zm��%�x ...
I'm trying to use Axios to test my data management on my Vue.js app. I'm able to do the `axios.get()`, but the `axios.post()` is returning a 404 error, indicating the JSON file was not found. Here is how my Vue component script seems like: <script> import axios from "axios"; export defaul...
0
Thank you so much for this awesome framework. I've only been working with the framework for a couple of months now, and still unsure of all of the limitations. This looks like a limitation of the component system. ### Vue.js version 1.0.26 ### Reproduction Link https://jsfiddle.net/CristianGiordano/cdLp4uz2/ ###...
### What problem does this feature solve? If a user needs to implement a lifecycle hook that depends on async operations, vue should respect the async nature of the implemented hook and await it in vue land. ### What does the proposed API look like? The API does not change; only how it works now by awaiting async ...
0
Please make sure that the boxes below are checked before you submit your issue. If your issue is an implementation question, please ask your question on StackOverflow or join the Keras Slack channel and ask there instead of filing a GitHub issue. Thank you! * Check that you are up-to-date with the master branch o...
According to https://keras.io/preprocessing/image/#apply_transform , apply_transform is still under keras.preprocessing.image which is not the case.
0
var a = { b: {}, c: {} } var unwatch = vm.$watch('a', function (newVal, oldVal) { // do something }, { deep:true }); Is is possible to unwatch a specific key or in other words **exclude** a property when deep watch? unwatch('a.b') Thank you !
I want something like this: { data() { return { song: { tracks: [...] } } }, computed: { 'song.duration'() { return max(this.song.tracks.map(track => track.duration)) } } } in such a way that `du...
0
### Current Behavior: I'm currently in the middle of trying to create a patch build for my prod env and my builds are failing because my lock file is not pinning my internal git dependencies like it used to. It also takes 5mins vs npm 6's 15sec. ### Expected Behavior: The lock file is respected and only it is cons...
### Current Behavior: put `package-lock=false` in `.npmrc`. Run `npm install --package-lock-only`. ### Expected Behavior: a package-lock.json is generated. ### Steps To Reproduce: See above. ### Environment: * npm: 7.5.4 This is a regression from #146 / v6.9.0. (possibly related to #2358)
1
### Describe the bug If you fit an `IsolationForest` using a `pd.DataFrame` it generates a warning X does not have valid feature names, but IsolationForest was fitted with feature names This only seems to occur if you supply a non-default value (i.e. not "auto") for the `contamination` parameter. Thi...
This post is to follow up a discussion on the mailing list with @pprett . **This issue is not about a general monitoring API, just about the ability to add trees** The motivation for this feature request is monitoring (see below), but _let's avoid discussion of a general monitoring API here_ (which should be the s...
0
**bug - getDerivedStateFromProps is invoked after change state in the same component** CodeSandbox ( https://codesandbox.io/s/8k1v8xjq68 ) In my example you can see, that the ElementOne clear state after change state in this component, because the static function getDerivedStateFromProps is invoked (In the guide i...
According to semver, only non-breaking changes are supposed to go into minor and patch version releases. With the release of 16.4, you have made breaking changes to `getDerivedStateFromProps`. Our entire codebase, running perfectly on 16.3.2 is a dumpster fire as soon as we raise that dependency to 16.4. The only th...
1
Hello everyone, I got the code from tensorflow website for this tutorial. It processed for a long while and got the following errors. Installing tensorflow from sources also did not work for me as it gave me many errors. so I deleted everything installed tensorflow on my Ubuntu 16.04 LTS. Please please help me in r...
Hello everyone, I got the code from tensorflow website for this tutorial. It processed for a long while and got the following errors. Installing tensorflow from sources also did not work for me as it gave me many errors. so I deleted everything installed tensorflow on my Ubuntu 16.04 LTS. Please please help me in r...
1
There is a bit of a UI bug when going from a selected dropdown item to one of its subitems. See: ![example](https://camo.githubusercontent.com/96e00cd2e58e2f3642c2b34b3fa5beea29d681e89374013d7143097a3243d9a7/687474703a2f2f7374617469632e74756d626c722e636f6d2f396867737779732f6955316d6a386336792f626f6f7473747261702d627...
Bootstrap's hierarchical menus are a lot like Mac OSX, i.e., broken. I'd like to suggest two changes that would greatly improve usability: 1. Don't hide the menu when you click on a divider or bottom/top padding. 2. Implement mouse movement tracked submenu display, like the one invented by Apple in the 80's and ...
1
Hello, im trying to use the playwright test projects function, but seeing the page https://playwright.dev/docs/test-parameterize#parameterized-projects, the part export const test = base.test.extend({ // Define an option and provide a default value. // We can later override it in the config. person: ['John', {...
### System info * Playwright Version: [v 1.31.2] * Operating System: [Microsoft Windows 10 Enterprise Version 10.0.19042 Build 19042] * Browser: [Playwright codegen] * Other info: If i take a screenshot with the devtools playwright is closed after the screenshot. ### Steps to reproduce 1. in `cmd.exe` ...
0
### Describe the issue: In the documentation, it is explained that "arange(stop): Values are generated within the half-open interval [0, stop) (in other words, the interval including start but excluding stop)" but in case of using e-4 order number as argument "stop", the return includes the number of "stop" at the e...
_Original tickethttp://projects.scipy.org/numpy/ticket/1516 on 2010-06-20 by @tonysyu, assigned to unknown._ When multiplying a numpy float and a python list, the float is cast as an int and then does the usual python thing (creates duplicates of the original sequence). For example, >>> np.float64(2...
0
**What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): Nothing(), selector, Nothing selector * * * **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): Bug Report **Kubernetes version** (use `kubectl version`): HE...
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): * * ...
0
#### Challenge Name Diff Two Arrays #### Issue Description Hi, I have a problem with the Diff Two Arrays challenge - my code seems to give the following expected results, however they're not accepted by some reason: [1, "calf", 3, "piglet", 7, "filly"] ["diorite", "pink wool"] other results are accepted. T...
Challenge Factorialize a Number has an issue. User Agent is: `Mozilla/5.0 (Windows NT 5.1; rv:47.0) Gecko/20100101 Firefox/47.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: var count=1; function factorialize(num) { for(var i=1; i<=...
1
hi everybody , i had this error after starting new projet in symfony 2.8 and after the following command : php app/console doctrine:generate:entity ![28268939-19a17baa-6af8-11e7-88ac-361cc0b7fef1](https://user- images.githubusercontent.com/30234640/28269416-f1e2524a-6af9-11e7-8d6e-597ec26aedb5.png)
ClassNotFoundExceptionAttempted to load class "TestBundle" from namespace "TestBundle".Did you forget a "use" statement for "Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\TestBundle"? in AppKernel.php (line 19)
1
CAP_PROP_FRAME_COUNT & CAP_PROP_FRAME_WIDTH & CAP_PROP_FRAME_HEIGHT & CAP_PROP_FPS all return 0 Android Opencv : 4.1.0 Is't a bug? please fix it.
##### System information (version) * OpenCV => 3.4.1 * Operating System macOS High Sierra 10.13.6 / Platform => Android 7.1.1 API 25 * Compiler => Android NDK ##### Detailed description ###### Context I'm writing a cross platform OpenCV based C++ library. The consuming code is a React Native Application thr...
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 7....
### 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:** * Te...
1
#### Code Sample, a copy-pastable example if possible import win32timezone import pywintypes import pandas d = pywintypes.TimeType(2001, 1, 1, tzinfo=win32timezone.TimeZoneInfo('Eastern Standard Time')) ix = pandas.Index([d]) ## crash occurs here #### Problem description In...
Thanks to the wonders of duck typing, `pandas.Timestamp` happily accepts `pywintypes.TimeType` objects (otherwise known as `pywintypes.datetime`), including those that employ the `win32timezone.TimeZoneInfo` object. And most methods work. For some reason, `to_datetime` does not, and indeed it crashes: ...
1
## 🚀 Enhancement It seems like we can improve the way user-facing APIs are surfaced in the python inteface for distributed. Specifically, we have user-facing APIs defined in many places, but there is no clear way to make something part of the external API vs internal only. One way to do this would be to define an *...
This is to summarize maintability requests from #26919, #26997. I think rpc should create a folder like `distributed/autograd` does Maintain the names want to be exposed to users in `torch/distributed/rpc/__init__.py`. Do the actual implmentation in `torch/distributed/rpc/rpc_api.py`. Also, do not use `from "so...
1