text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
Fantastic idear of implementing the best tools in PowerToys (loved powerToys
in the old days :)
I would like to see ZoomIT in PowerToys, this tool is the perfect tool for
presenters and when working with coworkers:
https://docs.microsoft.com/en-us/sysinternals/downloads/zoomit
|
# Summary of the new feature/enhancement
Useful tools that many Windows developers, testers and sysadmins install are
Microsoft (aka Mark Russinovich's) Sysinternals BgInfo and ZoomIt (and
Microsoft Garage Mouse without Borders). Please add BgInfo and ZoomIt to
Microsoft PowerToys so they can be conveniently install... | 1 |
# Summary of the new feature/enhancement
When creating/editing a zone, an option for "keep on top" would be a great
enhancement. Any window in this zone would be on top of other windows. Of
course it would be nice if this was just part of Windows. :-)
# Proposed technical implementation details (optional)
|
# Summary of the new feature/enhancement
I'd like to propose PowerToys Run to blur behind the search bar. This matches
up a bit to how m _cOS and i_ S do their system-wide search bar and looks a
bit cleaner, in my opinion. As this is likely to have a performance hit, it
should be an option not a default, and matchin... | 0 |
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version** : 0.169.0
**System** : linux 3.13.0-30-generic
**Thrown From** : Atom Core
### Stack Trace
Uncaught Error: EACCES, open '/home/shehryar/.atom/compile-
cache/cson/5af7724b023a6274b520f79f04fb798a67319ca7.json'
At fs.js:75
... |
Uncaught Error: UNKNOWN, open 'c:\Users\j-zhang.atom\compile-
cache\cson\5c55bdf15d2eae5f441df1261e9dc3c0720aca1a.json'
**Atom Version** : 0.161.0
**System** : Windows 7 Enterprise
**Thrown From** : Atom Core
### Steps To Reproduce
1. ...
2. ...
### Stack Trace
At fs.js:75
Error: U... | 1 |
I tryed make popovers for radio buttons with trigger on hover, but i have a
bug with inline buttons. When i mouse in on the button, after that i have one
little space. On mouse out it's removes. Last element of radio buttons loses a
border radius on mouse hover. See my fiddle for more information.
PS: Sorry for my b... |
In `b5ad506` changes were made to bootstrap-dropdown.js which resulted in this
(essentially):
$(document).on('touchstart.dropdown.data-api', '.dropdown-menu', function (e) { e.stopPropagation() })
being changed to this:
$(document).on('.dropdown-menu', function (e) { e.stopPropagat... | 0 |
## Create custom shortcuts that will launch certain programs.
Say for example I want to launch Firefox, I could be able to create a shortcut
for that call it "ff" and then by typing "ff" in the search it will launch
firefox.
If you'd like to see this feature implemented, add a 👍 reaction to this post.
|
# Summary of the new feature/enhancement
Aside from being able to remap a keyboard shortcut to another one, it would be
nice to assign shortcuts for opening applications. Example: Open Windows
Terminal with `CTRL+ALT+T`.
# Proposed technical implementation details (optional)
Keyboard Manager already has the things... | 1 |
You should be able to star a package on your account through _Preferences >
Packages_. Right now it seems the quickest way to do this is to click "Learn
More" so you are taken to the Atom website and can star it there.
|
* star packages
* unstar packages
* view your starred packages
| 1 |
Q | A
---|---
Bug report? | no
Feature request? | yes
BC Break report? | no
RFC? | no
Symfony version | 3.2.*
I am getting traffic from a web scanner who is sending crafted payloads to my
form handlers. In particular, I'm getting arrays being sent to fields with
email and regex validators, and my logs ... |
I have this example, which i use in a small json-api where i use the form
component to handle requests and validation.
->add('account', 'text', [
'constraints' => [
new NotBlank(),
new Type('string'),
new Regex(... | 1 |
Hi,
I'm trying to get the subsub menu to work.
I have applied the following fixes:
1: http://stackoverflow.com/questions/9758587/twitter-bootstrap-multilevel-
dropdown-menu
2: #5278
But the sub sub menu is not working yet.
The patch 2 fixed the submenu and clicking on the sub menu.
patch 1 fixed that the su... |
Now, you can't click on the whole navbar brand, adding `height: inherit;` to
the `.navbar-brand` seems to be resolving this issue.
:
merge (a1:Actor {id: "1"})
merge (m1:Movie {id: "M1"})
merge (m2:Movie {id: "M2"})
merge (m3:Movie {id: "M3"})
merge (a1)-[:ACTED_IN]->(m1)
merge (a1)-[:ACTED_IN]->(m2)
merge (a1)-[:ACTED_IN]->(m3);
Then I have ... |
_NOTE: This description has been updated, the original description is at the
bottom_
While Neo4j primitives are `read committed`, Cypher composes these primitives
together in ways that can lead to errors - notably cypher may read an entity
that is subsequently deleted, and will then fail to perform some operation o... | 1 |

Challenge Target the Children of an Element Using jQuery has an issue.
User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.... |
Challenge Waypoint: Clone an Element Using jQuery has an issue.
User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
## Issue
I believe... | 1 |
* [x ] I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I expect that in the handler for the `Router.onRouteChangeComplete` event,
`document.title` would be the title of the new page that was navigated to.
## Current Behavior
`document.title` is still ... |
# Bug report
## Describe the bug
I am unable to import certain CSS files from node_modules.
## To Reproduce
`npm install slick-carousel` then try
import 'slick-carousel/slick/slick-theme.css'
## Expected behavior
It should work.
## Screenshots
It has throws syntax errors on the CSS file, li... | 0 |
Why when I run a sample test on chromium or webkit playwright opens two
browser windows? At the same time firefox opens one window but two tabs. Is it
possible to have only one window?
const playwright = require('playwright');
(async () => {
const browser = await playwright.webkit.laun... |
Version: `d367a2e` (current master)
When running this script it opens two pages (and I think two contexts)
* one after `chromium.launch`
* the other after `context.newPage`
const { chromium, devices } = require("playwright");
const iPhone = devices["iPhone 6"];
(async () => {
c... | 1 |
If I `PUT` this template definition to
`http://localhost:9200/_template/my_new_template` it works, but notice the
field name `"some_field "` actually has a trailing whitespace in the String (I
think that should be trimmed).
{
"template": "some_index_*",
"mappings": {
"some_mapping":... |
In #6736 I started trying to define specs for valid IDs, index names, field
names etc, to avoid problems such as conflicts created by having an ID called
`_mapping`.
I think this is the wrong approach - a significant number of users will find
that they have used identifiers which are no longer illegal. Instead, we
s... | 1 |
> Issue originally made by @trusktr
### Bug information
* **Babel version:** 6.7.4
### Input code
class Bar {
constructor(arg1, arg2) {console.log(arg1, arg2)}
}
class Foo extends Bar {
constructor(mountPoint, _motorHtmlScene) {
if (_motorHtmlScene) super({},... |
> Issue originally made by @DPOH-VAR
### Bug information
* **Babel version:** 6.11.4
* **Node version:** 6.2.2
* **npm version:** 3.3.12
### Input code
class B{}
class A extends B{
constructor(track){
if (track !== undefined) super(track);
else super();
}
}
... | 1 |
A standard GET by ID results in a single log entry in the audit log. Search
(_search) results in two identical log entries. Every time.
* Default ES 1.6.0 installation.
* Added latest Shield.
* Added "search_admin" user.
Everything works great out of the box except I get _search audits duplicated
in the log. ... |
Hi,
I've been using ES for about a month now on a 6-node cluster. There are a few
issues ES exhibits when coming up from a failed-node or failed-cluster
scenario. These are pretty major, IMHO, because they result in longer downtime
than is absolutely necessary.
Please forgive me if this is a duplicate issue. I'm de... | 0 |
# Feature request
A related conversation to this feature happened here #9524 (comment)
if i use a headless CMS (even wordpress or graphcms or whatever), the asset
url is used in the static html.
There are two preferences here - that asset links be used as such.
But more likely - download the asset, build the htm... |
I found this wiki page and have the following code to redirect in
`getInitialProps`:
static async getInitialProps({res}) {
res.writeHead(301, {
Location: 'http://example.com'
})
res.end()
res.finished = true
return {}
}
* I have searched t... | 0 |
As suggested in #6254, creating an issue to support recording sent and
received WebSocket frames in the HAR.
|
**Context:**
* Playwright Version: 1.25.2
* Operating System: linux
* Node.js version: using python (pytest-playwright)
* Browser: chrome
* Extra: [any specific details about your environment]
## System:
* OS: Linux 5.19 Ubuntu 22.04.1 LTS 22.04.1 LTS (Jammy Jellyfish)
* Memory: 51.81 GB / 62.53 GB
... | 1 |
await does not works on method of super class
class Animal {
constructor() {
}
async walk() {
console.log('animal walk')
}
}
class Dog extends Animal {
constructor() {
super();
}
async walk() {
await super.walk();
... |
Given the TypeScript:
class B extends A {
async method() {
super.superMethod();
}
}
We emit the following JavaScript:
var __awaiter = ...;
class B extends A {
method() {
return __awaiter(this, void 0, Promise, function* () {
super.sup... | 1 |
a = torch.rand(3, 3)
a.norm(dim = 1)
#TypeError: norm received an invalid combination of arguments - got (dim=int, ), but expected one of:
# * no arguments
# * (float p)
# didn't match because some of the keywords were incorrect: dim
# * (float p, int dim)
# * (float... |
torch.norm only accepts `p, dim`, giving only `dim` results in error
In [3]: torch.autograd.Variable(torch.randn(4,8)).norm(dim=1)
Out[3]:
Variable containing:
2.1210
3.0991
2.4054
2.1048
[torch.FloatTensor of size 4x1]
In [4]: torch.randn(4,8).norm(dim=1)
... | 1 |
I was doing a challenge and it keep saying I did not finish the challenge but
I made no typos or misuse of code. I even asked it in the chat and even they
said there was nothing wrong with it so I think there is a bug or something.
#### Challenge Name
https://www.freecodecamp.com/challenges/use-a-css-class-to-style... |
Challenge Use a CSS Class to Style an Element has an issue.
User Agent is: `Mozilla/5.0 (Linux; Android 4.4.2; SM-T231 Build/KOT49H)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.105 Safari/537.36`.
Please describe how to reproduce this issue, and include links to screenshots
if possible.
My code:
... | 1 |
The default placement of the Tool tip `<div />` next to the titled element is
causing `.btn` elements in a `.btn-group` to lose some styling. Specifically
the last button loses it's `border-radius` and the middle one appears to
either lose some negative margin or grows an extra `border-right`.
This is the mark-up in... |
http://jsfiddle.net/JEBdk/5/
tooltip or popover on btn-group. the btn-group is not display correctly!
the last btn have not round corners and between the btn's is a space.
my suggestion, by generating the tip or popover on the end of document .
| 1 |

(The string is all blue, just the quotes are brown.)
|

| 1 |
The CSS snippets always show up in the auto-complete suggestions. This isn't
ideal for CSS when completing values as they insert a bunch of properties,
which isn't valid in that context. This isn't terrible as they're hidden at
the end of the list, but in the latest code, they are included randomly, with
one of them ... |

In 0.10.1 we sorted snippets at end. Until we have better mechanisms to know
at what locations a snippet makes sense, we should not present them along with
the other proposals
FYI @egamma
| 1 |
# Bug report
**What is the current behavior?**
App builds ok on local, but not on vercel
**If the current behavior is a bug, please provide the steps to reproduce.**
github.com/longfellowone/cloud-client
10:20:45.168 Cloning github.com/longfellowone/cloud-client (Branch: main, Commit: 6266e9f)
... |
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
Running `npx next build`
Causes the following error:
`info - Creating an optimized production build . project-
path\node_modules\next\dist\compiled\webpack\bundle5.js:59190
processContextHashSnapshot(path, tsh.hash... | 1 |
Every quiz or a challenge page should have the freedom for its users to go
next or previous from the same page. Kindly keep a next or prev button on the
Challenge (Waypoint) page. It will not bind the person taking the test. It is
what i believe a more Human Centered approach
|
#### Issue Description
The favicon is a darker shade of green on the Medium publication than on the
main site.
#### Screenshot
`. The ICE
is triggered by an assertion while building the constant tuple. The field has
a value of `undef`.
Looking into it, the two floating point to integer cast instructions, `fptoui`
and `fptosi` have a very large surface for producing undefined ... |
### Status as of 2020-04-18
We intend to stabilize the saturating-float-casts behavior for `as`, and have
stabilized unsafe library functions that handle the previous behavior. See
#71269 for the latest discussion on that stabilization process.
### Status as of 2018-11-05
A flag has been implemented in the compile... | 1 |
[x] Request
Request to FIX OpenCv 2.4.13.6 cmake source to build OpenCv_World24136.DLL
minimum build x86 vc12,
because I can only build opencv_world with 3.x in vc14,vc15
|
##### System information (version)
* OpenCV => 3.4.3 and 4.0.1
* Operating System / Platform =>Snapdragon 845
* Compiler => Android NDK 18.1.5063045
##### Detailed description
I have a face recognition algorithm running on snapdragon 845 platform. This
code was compiled by using the official release OpenCV 3... | 0 |
Here is my code:
with tf.Session() as sess:
# with tf.device("/cpu:0"):
x = tf.ones(shape=[3, 3])
x_diag = tf.diag_part(x)
x_diag_matrix = tf.matrix_diag(x_diag)
print(sess.run(x_diag_matrix))
It works ok on a CPU but fails in a GPU mode with the following
... |
Currently, sparse tensors don't support indexing, and the tf.sparse_split()
operation can't split a sparse tensor according to a given proportion. If I
want to select a portion of the training set (which is a sparse tensor) as the
validation set, is it possible?
| 0 |
After specifying @link-color-hover in customization page the generated css
still uses default 'darken' function instead of specified hover color.
|
http://getbootstrap.com/customize/#variables-basics
Customize >> Colors >> @link-color-hover is not working properly.
Either it's not working properly when compiling .css
or
#10172 #issuecomment-23293444
it's been dropped in v.3 ( hover is only generated as darken(@link-color, 15%)
).
Then @link-color-hover ... | 1 |
sometimes vim create a file with `~` , as example `something~`, how to hide
this kind of file name in atom ? i tried use in settings>Ignored Names and add
`*~` but it still showing in tree view
|
I just posted in discuss.atom.io explaining in depth an `ignoredNames`
inconsistency issue between `tree-view`, `fuzzy-finder` and `find-and-replace`
https://discuss.atom.io/t/ignorednames-issue/13299
In summary, `minimatch` style `ignoredNames` don't work in `tree-view`.
'global':
'core':
... | 1 |
**Migrated issue, originally created by i (@immerrr)**
It is probably unexpected that it actually works, but MySQL can do that (and
StackOverflow suggests that MS SQL can, too). Here's a script to reproduce:
import sqlalchemy as sa
metadata = sa.MetaData()
t1 = sa.Table(
... |
**Migrated issue, originally created by Michael Bayer (@zzzeek)**
this works in general, but fails on at least the Postgresql dialect because it
is linking each expression to a column. See
https://bitbucket.org/zzzeek/alembic/issue/222/support-functional-indexes-with
for how alembic works around this.
... | 0 |
##### System information (version)
* OpenCV => 4.1.0
* Operating System / Platform => Windows 64 Bit
* Compiler => Visual Studio 2015
* Android Studio: 3.4.1
* Android Device: Samsung A3 2016
##### Detailed description
I have created a project from sample tutorial OpenCV ( Camera preview ) and I
set the ... |
Transferred from http://code.opencv.org/issues/3565
|| Sergey Abdula on 2014-02-20 04:06
|| Priority: Normal
|| Affected: 2.4.0 - 2.4.7
|| Category: android
|| Tracker: Bug
|| Difficulty: Easy
|| PR:
|| Platform: ARM / Android
## Portrait orientation on Android
... | 1 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-federation/4908/\n\nFailed: Up {e2e.go}\n\n \n \n error running up: exit status 1\n \n\nPrevious issues for this test: #33357 #33377\n\n" | ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-federation/4526/\n\nFailed: Up {e2e.go}\n\n \n \n error running up: exit status 1\n \n\nPrevious issues for this test: #33357 #33377\n\n" | 1 |
When the navbar is collapsed, clicking a child dropdown does not extend the
height of the window; therefore, users are unable to see what is within the
menu. Example: http://livingwithhm.com.
We're running v.2.2.2 on WordPress
|
The default navbar (http://getbootstrap.com/components/#navbar) act a little
bit weird when : I click dropdown (keep it opened) and then resize the browser
until the navbar-toggle button appear, click it, open the dropdown and then
maximize the browser. after those step, I can't open the dropdown on navbar
default st... | 0 |
I would like to move/snap windows into fancyzones with a user-specified
shorcut like Ctrl + Alt + 1 for zone 1 and Ctrl + Alt + 2 for zone 2 as
addition to existing mouse drag+ shift combination.
I've never find useful windows' default key combination windows + arrow
buttons. I would like to arrange windows with one... |
I'm not sure whether this should be reported as a bug or a feature that is
just not implemented, but here it goes:
I have multiple virtual desktops, with each a different fancyzones layout.
After rebooting Windows, however, all the virtual desktops have the same
fancyzones layout again.
It would be great if this ca... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
## Current Behavior
## Steps to Reproduce (for bugs)
1. windows 10 platform npm run build
2. Error: EISDIR: illegal operation on a directory, open 'E:\react\react-server-render.next'
## Context
#... |
* [x ] I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Links can be used in tests that are run with Jest.
## Current Behavior
at throwIfNoRouter (node_modules/next/dist/lib/router/index.js:107:11)
at Object.SingletonRouter... | 0 |
Just like the dependencies shown in the figure, I want to know, for example,
when we package the front end, the package version we packaged in, such as
hello, will be 0.1.2 or 0.2.8?
package tool like webpack
]`
attribute, which would just do the opposite of `#[cfg(...)]`.
|
`fn main() { assert(false); }`
causes 16 Valgrind errors on my machine: https://gist.github.com/975527
Doing `assert(true)` instead causes none
| 0 |
Lately I've been working with DataFrames with duplicate column names. I've
found that if I have duplicate column names and there're different types of
data in these columns, I cannot get values property from DataFrame (there're
some other exceptions too, with iloc for example):
# no duplicates - ok
... |
In [3]: df1 = pd.DataFrame(np.random.randint(0,10,(4,3)), columns=['a','b','c'])
In [4]: df1
Out[4]:
a b c
0 9 3 2
1 9 0 2
2 7 7 6
3 3 4 2
In [5]: df2 = df1.reindex(columns=['c','a','d'])
In [6]: df2
Out[6]:
c a d
0 ... | 0 |
Right now Tabs accept initialSelectedIndex only, and it is stored in the
component state.
It's impossible to change selected tab programmatically — on the parent
component prop change or on any event other then explicit user click.
|
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
If I make a card which only have one element of CardContent and nothing else
(no controls, no media) then the alignment of the card should be correct.
## Current Behavior
When there is a Card with only... | 0 |
Two first points of the translation process are duplicating two first points
of summarization process:
https://huggingface.co/transformers/task_summary.html#translation
> 1. Instantiate a tokenizer and a model from the checkpoint name.
> Summarization is usually done using an encoder-decoder model, such as Bart
... |
## 🚀
Use Pytorch's own attention and transformer modules.
## Motivation
Pytorch now offers modules like nn.MultiheadAttention and nn.Transformer. It
would be nice to use the official Pytorch implementations in `transformers`
now that they are available.
## Additional context
There is an offical Pytorch tutorial... | 0 |
Just a suggestion: do not ignore the src and examples folders when installing
three.js from npm and/or bower.
This would not break compatibility with existing projects that use npm or
bower to install three.js, but provide a valid use case: it would allow to
integrate a custom build process for three.js into our exi... |
The main source code has recently been ported to ES2015 modules (see #9310);
however, some parts are still relying on global namespace pollution and have
thus become unusable.
Specifically the things in `/examples/js/` haven't been transformed to support
modules yet; this makes them currently unusable from within en... | 1 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke/11555/\n\nFailed: [k8s.io] Kubectl client [k8s.io] Update Demo should scale a\nreplication controller [Conformance] {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubectl.go:223\n Expected error:\n <*errors.errorString | 0xc820a455f0>: {\n s: \"Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.197.110.28 --kubeconfig=/workspace/.kube/config get pods update-demo-nautilus-g94xw -o template --template={{if (exists . \\\"status\\\" \\\"containerStatuses\\\")}}{{range .status.containerStatuses}}{{if (and (eq .name \\\"update-demo\\\") (exists . \\\"state\\\" \\\"running\\\"))}}true{{end}}{{end}}{{end}} --namespace=e2e-tests-kubectl-2ojfz] [] <nil> failed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\\n [] <nil> 0xc82053e800 exit status 1 <nil> true [0xc820030758 0xc820030770 0xc820030788] [0xc820030758 0xc820030770 0xc820030788] [0xc820030768 0xc820030780] [0xab1490 0xab1490] 0xc820dea840}:\\nCommand stdout:\\n\\nstderr:\\nfailed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\\n\\nerror:\\nexit status 1\\n\",\n }\n Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.197.110.28 --kubeconfig=/workspace/.kube/config get pods update-demo-nautilus-g94xw -o template --template={{if (exists . \"status\" \"containerStatuses\")}}{{range .status.containerStatuses}}{{if (and (eq .name \"update-demo\") (exists . \"state\" \"running\"))}}true{{end}}{{end}}{{end}} --namespace=e2e-tests-kubectl-2ojfz] [] <nil> failed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n [] <nil> 0xc82053e800 exit status 1 <nil> true [0xc820030758 0xc820030770 0xc820030788] [0xc820030758 0xc820030770 0xc820030788] [0xc820030768 0xc820030780] [0xab1490 0xab1490] 0xc820dea840}:\n Command stdout:\n \n stderr:\n failed to find client for version v1: error: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.\n \n error:\n exit status 1\n \n not to have occurred\n \n\nPrevious issues for this test: #28437 #29084\n\n" |
`error: google: could not find default credentials. See
https://developers.google.com/accounts/docs/application-default-credentials
for more information.` appears in a lot of flakes. Speculation is that the
metadata server is slow to respond.
So far, these are the issues where this message has popped up:
#28569
... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.3-SNAPSHOT
* Operating System version: mac os 10.13.6
* Java version: 1.8.0_171
### Steps to... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.3
* Operating System version: windows10
* Java version: JDK1.8
### Steps to reproduce this i... | 0 |
### Describe the bug
I'm executing below command after `/usr/bin/python3 -sBm build -w --no-
isolation`.
Looks like documentation buiuld fails because wrong import in
sklearn/__check_build/ **init**.py
### Steps/Code to Reproduce
/usr/bin/python3 -sBm build -w --no-isolation
PYTHONPATH=$PWD/buil... |
Hello,
the gaussian process are by default fitted using the fmin_cobyal optimizer.
The optimizer is started from various random inital conditions to avoid local
extrema. The problem is, the worst of those extrema is chosen in the end.
optimal_minus_rlf_value, optimal_par = self.reduced_likelihood_func... | 0 |
I suggest we add `"es6"` as an option to the "module" flag, and the result of
using it is getting ES6-style modules (import, export, and default keywords).
It should be an error to choose `"es6"` as the module emit type when targeting
below ES6. When targeting ES6 or above, this can remain the default module
emit typ... |
As of August, 2015, there are several platforms that have JS implementations
falling somewhere between ES5 and ES6. Chrome 45+ has block scoping, fat-arrow
functions, Map/WeakMap/Set/WeakSet, and classes. io.js 3.x has all of these
features as well except fat-arrow functions, but they're coming in Node.js 4.0
or so n... | 1 |
Observing a regression with a playbook that runs on a daily basis. The
playbook relies on a custom ec2 module that has idempotency changes not yet
accepted upstream.
The problem appears to be triggered by code the following method call:
module.from_json(instance_tags)
The task calling the module is a... |
According to http://www.ansibleworks.com/docs/intro_configuration.html#the-
ansible-configuration-file, `ansible.cfg` in the playbook directory should
override any other file, but that doesn't happen, because instead of
playbook's directory, `ansible.cfg` is read from current dir.
It happens, because `ansible.cfg` l... | 0 |
# Bug report
As per discussion on #15143
> I'm building a react component library, so I declare react and react-dom as
> externals. I'm using webpack to build our library as a module, with
> experiments.outputModule = true, output.environment.module = true, and
> output.library.type = 'module'.
**What is the curre... |
# Bug report
**What is the current behavior?**
Building a project in **production mode** using webpack5 results in a `mod is
not defined` error at runtime.
If you build with development mode, no errors will occur at runtime. In
webpack4 this error does not occur when building in production mode.
Also, when buildi... | 0 |
When using a table-bordered inside a panel and with <thead> and <tbody> child
elements, the border between the header and the first <tbody> element is not
displayed.
This happens for me on Chrome 32.0.1700.107 and Safari 7.0.1 (9537.73.11).
Firefox 27.0 does not suffer from the problem. (All on OS X 10.9.1)
Fiddl... |
Hi,
The old documentation that included a page with variables that showed the
different colors so you could pick one, has all gone.
This was done I believe because you did not want to duplicate the docs at
LESS? Well LESS doesn't have them either so it is nigh on impossible to get
this information in a readable for... | 0 |
### Description
I send some `custom_settings` values through api. While these values are
successfully received in kwargs, they are not applied in crawler settings.
I wrote two different codes for the same thing, but I didn't succeed, and
maybe scrapy has a bug in this part or I made a mistake.
### First code:
... |
This issue might be related to #1305
I noticed that `settings` are frozen in
https://github.com/scrapy/scrapy/blob/master/scrapy/crawler.py#L57
However, in a given project I had a requirement to change some settings based
on some spider arguments. An alternative would be to write this spider as a
base class and ex... | 1 |
@SepiaGroup: 'Enhance the existing REST Unique API to support multiple indexes
in one call: in reference to
https://groups.google.com/forum/?fromgroups#!topic/neo4j/-YryBO8SkkI
http://localhost:7474/db/data/index/node/unique {
"indexes": [ {"index":"indexName1", "key": "uid", "value": "Tobias"},
{"index":"indexN... |
* Neo4j Server version: 4.0.0 (community)
* Operating system: Windows server 2012R2
* API/Driver: Cypher console web browser (Neo4j Browser version: 4.0.1)
**NOTE** : Neo4j Browser version: 4.0.3/Neo4j Server version: 4.0.1
(community) (latest version as of right now) also exhibits the same behavior
described ... | 0 |
> Issue originally made by @hzoo
### Roadmap/Ideas
Previous 6.0 Discussion: https://phabricator.babeljs.io/T2168
Just wrote this up real quick a week ago so for some ideas we should
definetely do
#### Ease of use
* Fix plugin ordering, edge cases in traversal and conflicting transforms
* relevant PRs: #32... |
### 💻
* Would you like to work on a fix?
### How are you using Babel?
with Expo
### Input code
* expo init (choose a bare template)
* edit babel.config.js: add assumptions
* expo start
* try to open app with expo go
### Configuration file name
babel.config.js
### Configuration
module... | 0 |
I wanted to add support for running on all devices from VS Code. I was
expecting that I probably wouldn't be able to debug (`--start-paused`) but I
did think I'd be able to launch and hot-reload/restart. This seems to not be
the case, however:
--machine does not support -d all.
I'm not sure wheth... |
## Steps to Reproduce
1. Run example app inside https://github.com/codegrue/card_settings
2. Once the form appears, change the device orientation
Note: this was previously working with an older build of flutter.
## Logs
Launching lib/main.dart on iPhone 7 in debug mode...
Xcode build done.
... | 0 |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
* bigip_virtual_server Module
##### ANSIBLE VERSION
ansible 2.5.0
config file = None
configured module search path = [u'/home/asavinykh/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module lo... |
I am using ansible 2.3.0.0 running it within an docker-container
root@880299e5edbc:/# ansible --version
ansible 2.3.0.0
config file =
configured module search path = Default w/o overrides
python version = 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609]`
The following task ... | 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.5
* Operating System version: Windows10
* Java version: 1.8.0
### Steps to reproduce this is... |
* 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.X
* Operating System version: linux
* Java version: 1.8
### Steps to reproduce this issue
1... | 0 |
##### Description of the problem
https://github.com/mrdoob/three.js/blob/dev/examples/models/vrml/house.wrl
has 7 errors and
https://github.com/mrdoob/three.js/blob/a92f447d8a9190c8d118bae9baac63d122a96ea1/examples/models/vrml/house.wrl
has 45 errors when validated by Chisel (
http://www2.hrp.no/vr/tools/chisel/i... |
I have two GLB models that both reference the same external image (jpg) as a
texture used in their materials - currently this results in two Textures
created and uploaded to the GPU, is there a way to reuse the (identical)
Texture's between models, like checking in the TextureLoader if that Texture
has already been l... | 0 |
DynamicChangeDetection class and JitChangeDetection class were previously
private, with only the functions for each made public. The doc comments are on
the functions, so nothing shows up in the API docs.
Previously we were having issues with duplication in the list of exported
public docs, it seems like this is sti... |
**Current behavior**
Example
history of browser stack is [#/index/index -> #/product/product ->
#/product/choice -> #/product/pay -> #/product/success ]
/// Follow CanDeactivate implement is for path #/product/success of SuccessComponent
canDeactivate(component: SuccessComponent, currentR... | 0 |
In documentation there is
<div class="row">
<div class="col-lg-4">...</div>
<div class="col-lg-4 col-lg-offset-4">...</div>
</div>
But col-lg-offset-4 class does not exist, I had to use col-offset-4 instead
Using 3.0.0 version
|
So as per the documentation, I tried using two different offsets for desktop
and phone. But I could not find the col-lg-offset on the CDN hosted css file.
http://netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css
Am not sure if this is an issue or am I going wrong somewhere?
| 1 |
The following program triggers this:
use std::thread::Thread;
fn main() {
Thread::spawn(move || { println!("Hello"); }).join();
println!("After join");
}
When compiled on DragonFly with most recent rust (and all versions since the
removal of rustrt), it fails with:
... |
See http://doc.rust-lang.org/std/primitive.char.html#method.into_searcher as
an example, `CharEqPattern` goes nowhere
| 0 |
**Migrated issue, originally created by Михаил Доронин (@warrior2031)**
I would like to provide cross-platform Merge statement. I've seen this issue
I think there should be both dialect specific variants as well as the lowest
common denominator between them. The reasons are
* It's in sql 2003 standard and many ... |
**Migrated issue, originally created by jek (@jek)**
Implement generic MERGE, aka 'upsert'. In ANSI, it looks like:
MERGE INTO table_name1 USING table_name2 ON (condition)
WHEN MATCHED THEN UPDATE SET column1 = value1 [column2 = value2 ...](,)
WHEN NOT MATCHED THEN INSERT columns VALUES (valu... | 1 |
* Electron version: 1.2.0
* Operating system: Mac OS
With electron 1.0.1, I'm able to use the following code:
// requests to 'itch-internal' are used to communicate between web content & the app
let internalFilter = {
urls: ['https://itch-internal/*']
}
se... |
* Electron version: 1.2.0
* Operating system: OS X 10.11.5
webview preload attribute seems to be broken in Electron 1.2.0/Chrome 51
(worked with 1.1.3/Chrome 50).
Here is how I used it (successfully) on versions prior to 1.2.0:
`@webview.preload = "file://#{app.getAppPath()}/js/player-preload.js"`
Tried to p... | 1 |
# Environment
Windows build number: Microsoft Windows [Version 10.0.18362.295]
Windows Terminal version (if applicable): 0.5.2661.0
Any other software? N/A
# Steps to reproduce
In #2647 I reported that the Github preview asset 0.4 hung when installing
behind a company proxy server. This ... |
# Summary of the new feature/enhancement
In order to use modern authentication with Exchange Online, there is a module
in appref-ms format which checks for updated versions of the module before
running. The module is not accessible with Import-Module in a regular
Powershell console, but can be installed from the Hyb... | 0 |
The following code:
struct S;
impl S {
fn foo(&self) {
let _ = move || { self };
}
}
fn main() {
}
Triggers an assertion in LLVM:
crash.rs:1:1: 1:10 warning: struct is never used: `S`, #[warn(dead_code)] on by default
crash.rs:1 ... |
### STR
fn main() {
let n = 0u;
let f = move || n += 1;
}
### Output
rustc: /var/tmp/paludis/build/dev-lang-rust-scm/work/rust-scm/src/llvm/include/llvm/Support/Casting.h:237: typename llvm::cast_retty<X, Y*>::ret_type llvm::cast(Y*) [with X = llvm::PointerType;... | 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.... |
I suggest to pass the default arguments to the message that gets into the
broker.
Having a simple task:
@app.task()
def hello(arg1, arg2=1, arg=2):
pass
hello.delay('test')
And using RabbitMQ as a message broker I see the queued message:
[["test"], {}, {"callbacks"... | 0 |
[~/go/src/golang.org/x/mobile/example/basic]
$ go run main.go
# golang.org/x/mobile/app
..\..\app\shiny.go:42: w.Events undefined (type screen.Window has no field or method Events)
|
In shiny.go: https://github.com/golang/mobile/blob/master/app/shiny.go
w.Events line 42 throws an error because Events does not exist in the Window
interface : https://github.com/golang/exp/blob/master/shiny/screen/screen.go
> ..\golang.org\x\mobile\app\shiny.go:42: w.Events undefined (type
> screen.Window has no f... | 1 |
It would be great if the C# null-conditional operator `?.` could be included
in TypeScript.
Actually it might be more accurate to call it undefined-or-null-conditional
operator in TypeScript.
The expected behavior for `a?.b` is to return `a` when `a` is `undefined` or
`null` else `a.b`.
**Typescript**
... |
http://stackoverflow.com/questions/37386265/generic-return-type-of-function-
in-typescript
**TypeScript Version:**
1.7.5 / 1.8.0-beta / nightly (1.9.0-dev.20160217)
**Code**
// A self-contained demonstration of the problem follows...
**Expected behavior:**
**Actual behavior:**
| 0 |
##### Description of the problem
https://github.com/mrdoob/three.js/blob/dev/src/objects/Mesh.d.ts#L16
The type of property `material` on the `Mesh` class is `Material |
Material[]`.
I run into an issue when i use:
const myMesh = new Mesh( someGeometry, new MeshBasicMaterial())
myMesh.material.m... |
##### Description of the problem
Hi, it would be really great to be able to specify generics from `Geometry |
BufferGeometry` and `Material` in `Mesh.d.ts`.
In my current project, I need to change the `Material` property dynamically
and I always need to keep an external reference on the `Material` class used
to avo... | 1 |
# Checklist
* 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.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was alrea... |
# 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.... | 0 |
#14169
playwright: 1.18.0
os:mac
I have this problem with firefox.

|
**Preface:** I'm using playwright for large scale academic web measurements,
which I know is not what playwright was built for. I've done a fair share of
FOSS work myself, so you have my full sympathies if you consider hard-to-
reproduce crashes from unsupported use-cases out of scope for the time being -
I can easil... | 1 |
When I changed the minimize method to "trust-constr" I got the TypeError.
TypeError does not appear if verbose is set to 0 or 1.
#### Reproducing code example:
cons = ({'type':'ineq','fun': lambda params: params[31]},\
{'type':'ineq','fun': lambda params: params[-1]})
opts = {'m... |
Making the move from using an SLSQP to trust-constr and wanted to make use of
the verbose option. The error does not occur with 'verbose': 0 or 1.
#### Reproducing code example:
bnds = Bounds(-5,5)
opts = {'maxiter' : 1000, 'verbose' : 2, 'factorization_method' : 'QRFactorization'}
... | 1 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke-serial/2273/\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 35 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:278\n Sep 16 22:17:09.002: CPU usage exceeding limits:\n node gke-jenkins-e2e-default-pool-6b926500-7gt3:\n container \"kubelet\": expected 50th% usage < 0.120; got 0.127, container \"kubelet\": expected 95th% usage < 0.140; got 0.219\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:187\n \n\nPrevious issues for this test: #28220\n\n" | ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-serial/1597/\n\nFailed: [k8s.io] Kubelet [Serial] [Slow] [k8s.io] regular resource usage\ntracking resource tracking for 35 pods per node {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:277\n Jun 29 06:19:20.388: Memory usage exceeding limits:\n node jenkins-e2e-minion-group-btbh:\n container \"runtime\": expected RSS memory (MB) < 157286400; got 191840256\n node jenkins-e2e-minion-group-g0nb:\n container \"runtime\": expected RSS memory (MB) < 157286400; got 164356096\n \n\n" | 1 |
Paper: https://arxiv.org/pdf/2005.14165
GitHub: https://github.com/openai/gpt-3
Author: @8enmann
|
# 🌟 New model addition
## Model description
The GPT-3 paper just landed on ArXiv: https://arxiv.org/abs/2005.14165.
Would be great to integrate it into Transformers, whenever models are
available.
> Here we show that scaling up language models greatly improves task-agnostic,
> few-shot performance, sometimes eve... | 1 |
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
mjs10:ansible_test mspreitz$ ansible --version
ansible 2.1.0.0
config file =
configured module search path = Default w/o overrides
##### CONFIGURATION
No special configuration is involved.
##### OS / ENVIRONMENT
I have be... |
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
ansible 2.1.0.0 (detached HEAD 036547b4dd) last updated 2016/05/19 15:27:19 (GMT -400)
lib/ansible/modules/core: (detached HEAD 297710c37e) last updated 2016/05/19 15:28:19 (GMT -400)
lib/ansible/modules/extras: (detached HEAD fa007956... | 1 |
### Affected Version
0.22.2
### Description
Starting up a broker with HTTP typed serverview has been resulting with
multiple HttpServerInventoryView objects being created. This would seem to
create a bunch of duplicate data on heap + a bunch of duplicate HTTP requests
to data servers
2022-08-30T18:0... |
### Motivation
General motivation for native batch indexing is described in #5543.
We now have the parallel index task, but it doesn't support perfect rollup yet
because of lack of the shuffle system.
### Proposed changes
I would propose to add a new mode for parallel index task which supports
perfect rollup with... | 0 |
#### A small, complete example of the issue
In [2]: df = pd.DataFrame({'float' : range(4),
...: 'int' : range(4)},
...: index=pd.MultiIndex.from_product([[1,2]]*2))
In [3]: df['float'] = df['float'].astype(float)
In [4]: df.loc[(1,)... |
xref #14205
The `.loc` method of `DataFrame` with different dtypes yields coerced type
**even if the resulting slice does only contain elements from one type**. This
happens only when selecting a single row.
I can guess that this might be intended because the implementation of `loc`
seems to first lookup the row _... | 1 |
**I'm submitting a ...** (check one with "x")
[x] feature request
**Current behavior**
I have to store subscriptions and unsubscribe on destroy:
@Component({ /* ... */ })
export class MyComponent {
public data;
private dataSubscription: Subscription;
... |
**I'm submitting a ...**
[ ] bug report
[x] feature request
[ ] support request
**Current behavior**
Currently, component lifecycle hooks are handled by implementing one or more
interfaces provided by angular. I find myself often wanting to subscribe to an
observable until the component... | 1 |
I explain.
When we open an "accordion-group", his "accordion-toggle" receives a
"collapsed" class. And this class will be removed when we close this same
"accordion-group".
But now, if we have an "accordion-group" opened and we want to open another,
"collapsed" class was not appended to previous "a.accordion-toggle... |
This line:
$this[$(target).hasClass('in') ? 'addClass' : 'removeClass']('collapsed')
Only works to remove or add the collapsed class on the element clicked. It
does not updated the element that was previously expanded/clicked. So the
class usage becomes inconsistent quickly and stops me easily styling... | 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.... |
# Checklist
* I have checked the issues list
for similar or identical bug reports.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was already fixed in the main branch.
* I have included all related issues and possible dupli... | 0 |
How to apply to material-ui-icons global MuiSvgIcon styles from the theme
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
The MuiSvgIcon should override in theme both simple SvgIcon with path, and
material ui icons, but overrides only SvgIcon
... |
TL;DR I'm trying to render a `Select` element inside of an iframe, but when I
do this, the `MenuItem` components inside render in completely the wrong
place. Looking into the code, I noticed that the portal was actually mounting
at the root of the document instead of the iframe.
* I have searched the issues of... | 0 |
**Oleg Alexeyev** opened **SPR-8235** and commented
Since H2 1.3.154 SQL error codes has changed in order to utilize commonly used
ones. See the thread:
http://groups.google.com/group/h2-database/browse_thread/thread/e4f6e77e3eebc1d4
and the change log: http://www.h2database.com/html/changelog.html.
This makes ... |
**Colin Yates** opened **SPR-1294** and commented
It is a pain that RedirectView appends all request parameters on the URL. It
would be nice to filter these in someway, example:
[code]interface ParameterPredicate {
boolean process(final String parameterName, final Object parameter);
}
[/code]
RedirectView co... | 0 |
The documentation for the function, scipy.cluster.hierarchy.linkage, claims
that the function can receive either a condensed (1D) or redundant distance
matrix. Alternatively, the original observation vectors can also be given as
well, and scipy.cluster.hierarchy.linkage will use
scipy.spatial.distance.pdist to calcul... |
the document for scipy.cluster.hierarchy.linkage() function states that it
accepts redundant distance matrix as input:
http://docs.scipy.org/doc/scipy/reference/generated/scipy.cluster.hierarchy.linkage.html
"y : ndarray
A condensed or redundant distance matrix. A condensed distance matrix is a
flat array contai... | 1 |
The `isTTY` property on `process.stderr`, `process.stdout` and `process.stdin`
returns `undefined` instead of a `boolean`.
Electron version: 30.0.2
Mac OS X 10.10.3
|
**Electron Version:** 0.25.3
**System:** Mac OS X 10.9.5
Steps to reproduce (video):
https://www.dropbox.com/s/i6zojbf5dfwrhhf/electron-bug.mov?dl=1
Repo:
https://github.com/tomashanacek/electron-bug
| 1 |
#### Describe the workflow you want to enable
I want to be able to use it like this:
X_train, X_test, X_val, y_train, y_test, y_val = train_test_split(X, y, test_size=0.2, val_size=0.1)
I cannot do this:
X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2)
X_tra... |
Asking how to do a threefold split is the top sklearn question on
stackoverflow:
https://stackoverflow.com/questions/tagged/scikit-
learn?sort=frequent&pageSize=50
We have discussed this before but I think this is a good reason to add it -
the other option would be to document more explictly doing
f... | 1 |
## 📝 Transparent background support on SVG explorer icons and previews
When viewing a SVG image with a transparent background in file explorer, file
explorer should NOT fill in the transparent area of the icon with plain white.
It should display just as the file explorer icon of a png image with a
transparent backg... |
I've been using SVG Explorer Extension for several years to preview SVGs
without opening them.
I've just discovered PowerToys because I received an email from Windows
Insider Program and I noticed they have the same problem of this extension:
Legibility on a white background.
As a Dark Theme user I solved the probl... | 1 |
`tf.nn.conv2d()`'s behaviour on throwing the "data_format == FORMAT_NHWC"
assertion seems odd. I cooked up a minimal example:
input_np = np.zeros([1,1,4,4], dtype=np.float32)
x = tf.constant(input_np, dtype=tf.float32)
filter = tf.ones([1,1,1,1], dtype=tf.float32)
out = tf.nn.conv2d(x, filt... | ERROR: type should be string, got "\n\nhttps://developer.nvidia.com/cuda-release-candidate-download\n\n" | 0 |
## 🐛 Bug
> "(base)_ C:\WINDOWS\system32>conda_ install pytorch torchvision
> cudatoolkit=10.0"
> device="cuda:0"
> `_#1`` pytorch1.2 subsequent_mask = torch.triu( torch.ones((len_s, len_s),
> device=seq.device, dtype=torch.uint8), diagonal=1)
KeyError: 'triu'
_#pytorch1.2 subsequent_mask = torch.triu( torc... |
Models that contain torch.triu can not be converted to ONNX.
Error message:
> UserWarning: ONNX export failed on ATen operator triu because
> torch.onnx.symbolic_opset9.triu does not exist
Simple reproducer is here.
import torch
import torch.nn as nn
class SimpleModel(nn.Module):
... | 1 |
I experienced weird response when it comes to FMA on Julia 1.4 .
First started Julia from the command line, without any flags (downloaded from
julialang.org). Then I checked `mulladd` with code_native and find it's not
using FMA CPU instructions and `Base.Math.FMA_NATIVE` also showed false...
that was strange since ... |
We currently check for support for FMA (fused multiply add) by doing
const FMA_NATIVE = muladd(nextfloat(1.0),nextfloat(1.0),-nextfloat(1.0,2)) != 0
From #33010 (comment) @yuyichao said:
> This test is wrong. Llvm has all the freedom it want to return either values
> for muladd no matter if fma ... | 1 |
Challenge http://freecodecamp.com/challenges/waypoint-bring-your-javascript-
slot-machine-to-life has an issue. Please describe how to reproduce it, and
include links to screenshots if possible.
after typing "$($", chrome crashes.
| 1 | |
import jax.numpy as np
import jax.ops as jo
f = lambda x, X: jo.index_update(X, jo.index[0], x)
x = np.zeros(2)
X = np.zeros(2)
# RuntimeError: Invalid argument: Updates tensor must be of rank 0; got 1.:
# This is a bug in JAX's shape-checking rules; please report it!
... |
Similarly to #1379, shape checking should be done prior to execution with XLA:
import jax
import jax.numpy as np
jax.ops.index_update(np.zeros(3), 0, np.ones(1))
yields:
---------------------------------------------------------------------------
RuntimeError ... | 1 |
## Infomation
* System: Windows 7
* FileName: index.php
* * *
### in Notepad++

### in Visual Studio Code

The expected behaviour is that this is correct.
| 1 |
I cannot find a way currently to check if the keyboard focus is within
devtools of a window or not. My use case is that I want to treat some actions
from the menu specially, when focus is in dev tools.
|
### 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:**
* 4.... | 0 |
There is a race condition in the video_player plugin code that prevents videos
from displaying on a Widget.
## Steps to Reproduce
1. Download a video on your phone: http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_20mb.mp4
2. Edit the `image_picker` sample app (https://github.com/flutter/plugins/b... |
Video player widget is not sometimes displayed in an application that
essentially follows the example code for VideoPlayer plugin.
Sequence of events:
1. VideoPlayerController is created asynchronously.
2. The widgets builds. But since the controller has not yet finished asynchronous initialization at this poin... | 1 |
**Endrédi, Balázs** opened **SPR-5569** and commented
Bean definition:
<bean id="test" singleton="false" class="java.lang.String">
<constructor-arg>
<value>test</value>
</constructor-arg>
</bean>
code:
Object stringBean1 = ctx.getBean("test")
Object stringBean2 = ctx.getBean("test")
The first reading... |
**diwakar** opened **SPR-7084** and commented
Code
* * *
import org.springframework.context.support.GenericApplicationContext;
import org.springframework.beans.factory.xml.XmlBeanDefinitionReader;
import org.springframework.core.io.ClassPathResource;
/**
*/
public class IllegalArgumentProblem {
... | 1 |
I am trying to make aggregations on time series to get fixed-duration buckets
of time.
I need to search based on timestamp (`ts` field) but never on values (`value`
field) so my mapping specifies to skip indexing on `value`.
However, when I aggregate, it seesms that ES does not find the `value` field
and use coun... |
I am using _source field in my sort script to sort docs based on complex logic
involving multi level nested fields. But accessing _source from disk for each
matched document is performing poorly, giving me ~ 3 sec response times.
It would me very efficient to have a cache for this field, so that costly disk
accesses... | 0 |
Hi. I apologize if this was asked; I could not find duplicate(s).
I basically have a hierarchical folder structure like a lot of people
probably. The issue I'm having is that I'm getting errors like so: `ERROR in
multi components Module not found: Error: Cannot resolve 'file' or
'directory'`. After delving deeper in... |
## Feature request
**What is the expected behavior?**
Loading chunks with `import()`
**What is motivation or use case for adding/changing the behavior?**
Imports are much cleaner than jsonp and in the future more and more browsers
and platforms are going to support it, making a unified approach
**How should th... | 0 |
Please:
* Check for duplicate requests.
* Describe your goal, and if possible provide a code snippet with a motivating example.
|
### Description
2023-05-29 05:39:19.492073: E external/xla/xla/stream_executor/cuda/cuda_dnn.cc:427] Loaded runtime CuDNN library: 8.5.0 but source was compiled with: 8.6.0. CuDNN library needs to have matching major version and equal or higher minor version. If using a binary install, upgrade your Cu... | 1 |
when i close atom whitin working. and then reopen atom, i need atom can reopen
my last workspace, but now, just opened a empty file....
|
A feature I love about ST2 and iA Writer, which I'm missing in Atom, is when
you quit the app with open windows (including unsaved documents), they all
appear again when you reopen.
This has saved me countless times in my workflow to handle having to do a
system restart for software update, etc and not have to take ... | 1 |
**Migrated issue, originally created by Anonymous**
When creating a FK object, the column argument can be passed in as
class.column, a string, or class. **table**.c.column. However, if the column
the FK is created on is a primary key, using class.column raises an attribute
error:
AttributeError: Neither 'Instrumen... |
**Describe your question**
I intend to insert a lot of rows with unique hash values, and want to skip
duplicated records. Using "OR IGNORE" with sqlite3 works fine, but when using
"ON CONFLICT DO NOTHING" with pgsql, the session.add passed, but failed at
flush, showing flush error like below
`sqlalchemy.orm.exc.... | 0 |
This Plunker
http://plnkr.co/edit/vTsxIOfepOd7BCZxueQt
In previous Angular 2 versions I could use something like this in my template
`<div style="background-image: url({{background}});"></div>`
This broke in RC1. If I put the double curly in the id attribute (for
instance), it does work. So it might has somethin... |
**Steps to reproduce and a minimal demo of the problem**
Both of the plunks below will work if you go to `config.js` and switch `var
ngVer = '@2.0.0-rc.1';` to `var ngVer = '@2.0.0-rc.0';`
Plunk showing `[style.background-image]` failing:
http://plnkr.co/edit/rRKupFRs2i4YoAU7Ayi1?p=preview
Plunk showing `[style... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.