text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
Example: https://deno.com/blog/ Vs. https://deno.com/blog This seems to happen for any deep links that I tried. I noticed this because a newsletter had linked to the blog and the URL was broken.
The top result for "deno mdn" on Google is the deno blog: ![image](https://user- images.githubusercontent.com/1167575/141516650-4e6db4e8-7567-48fd-a917-ae4adcf7dd75.png) But it gives a 404 due to the trailing slash in the URL. I'm guessing there was a recent update to the website which broke this, and Google will r...
1
_Original tickethttp://projects.scipy.org/numpy/ticket/1415 on 2010-02-27 by trac user mspacek, assigned to unknown._ See thread at http://article.gmane.org/gmane.comp.python.numeric.general/36611 Pickling and then unpickling an entry of <type 'numpy.void'> or <type 'numpy.record'> from a structured array or recar...
_Original tickethttp://projects.scipy.org/numpy/ticket/952 on 2008-11-07 by trac user philbinj, assigned to unknown._ As per the summary. Unpickling a pickled recarray element returns garbage data. With numpy. **version** =='1.3.0.dev5883': In [1]: import numpy as np In [2]: dtype = [('r','f...
1
Have a look at the following two pages: **pages/index.js** import React from 'react' import Counter from '../components/Counter' import Link from 'next/link' console.log("Home", Counter()); export default () => ( <div> <p>Home</p> <Link href="/about" /> ...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Can't seems to run the example, because react 16 is having an error with `react-no-ssr` package ## Current Behavior [Error] Invariant Violation: Element type is invalid: expected a string ...
0
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior I am experiencing a lag in npm install and it wait forever in below stage. Performed npm cache clean and still the behavior is same. Attached below is npm install and package.json content. Is this due to inabi...
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior I am experiencing a lag in npm install and it wait forever in below stage. Performed npm cache clean and still the behavior is same. Attached below is npm install and package.json content. Is this due to inability...
1
**I'm submitting a ...** [x ] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavio...
Hi! I was wondering how Angular 2 was handling duplicates with `ngFor` and it's default `trackBy` and I was surprised to not have any warning or error. As you can see on this plunker: https://embed.plnkr.co/dv5BIa/ If you remove the first `Foo` element (component 0), Angular will keep the `Guido` pointing on compo...
0
Hi everyone I want to monitor the worker who is alive and dead. Does the live woker list store in redis key named “_kombu.binding.celeryev”? If confirmed, I can read the content of the key to monitor workers😄
Hi everyone I want to monitor the worker who is alive and dead. Does the live woker list store in redis key named “_kombu.binding.celeryev”? If confirmed, I can read the content of the key to monitor😄
1
# Environment Windows build number: Microsoft Windows [Version 10.0.18950.1000] Windows Terminal version (if applicable):0.3.2142.0 # Steps to reproduce Open the drop-down menu Click on the TitleBar # Expected behavior Expect the drop-down menu to close since it has lost focus # Actual ...
# Description of the new feature/enhancement To simplify bug reporting, please provide the version you request from the community in one place. I suggest adding the windows version in WT's About box and let the users easily copy/paste it in the GitHub issues.
0
I've updated Next from version 5 to 6 and on `build` I get: Error: .plugins[4][1] must be an object, false, or undefined at assertPluginItem (/node_modules/@babel/core/lib/config/validation/option-assertions.js:157:15) at /node_modules/@babel/core/lib/config/validation/option-assertions...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When encountering an internal server error, it's expected that the server rendered markup matches the clients, thus avoiding flashing content. ## Current Behavior Currently internal server errors w...
0
##### System information (version) * OpenCV => 3.4.2 * Operating System / Platform => Android P * Compiler => clang ##### Detailed description libc.debug.malloc detec the memory leak when used getCoreTlsData() although implement singleton lazy initialization is already included. 256,1,"#00 pc 0xc934 /sy...
* OpenCV => 3.3.0 * Operating System / Platform => Arch Linux (4.12.13-1-ARCH SMP PREEMPT x86_64 GNU/Linux) * Compiler => gcc 7.2.0 and clang 5.0.0 ##### Detailed description It seems that a significant portion of memory is leaked in every thread. The following code snippet consumes cca 100MB/s. ##### Step...
1
Is it possible to create a unique session per webview? I've got a situation where I need to open up tabs to multiple sites on the same server, but I want each tab to be its own session. It would be quite convenient if I could control this on a per-tab basis, so I could make two tabs share the same session where two o...
When I use a webview and log in to a website (let's say github) it appears the session/cookie information is lost after restarting the application. Is there a way to enable this on the webview?
1
1. Trigger intelli-sense inside an empty `tasks.json` 2. Press up key to get to the bottom element, notice an empty suggest element at the top of `promptOnClose` 3. Sometimes two elements overlap when you go up / down ![screen shot 2016-02-23 at 12 08 41](https://cloud.githubusercontent.com/assets/1926584/1324...
Possible to get Memory profiling and snapshots in the near future?
0
### Current Behavior: npm v7 does not install linked local packages dependencies. ### Expected Behavior: In npm v6 the dependencies of a local linked package are installed. This means that if `app` has `my-local-pkg` as a dependency, running `npm install` generates `app/node_modules` folder and also `my-local-pkg/...
### Is there an existing issue for this? * I have searched the existing issues ### This issue exists in the latest npm version * I am using the latest npm ### Current Behavior npm ci wipes out scripts in the .bin folder instead of reinstalling them. ### Expected Behavior npm ci reinstalls .bin scripts for ...
0
# Bug report ## Describe the bug I have a Next.JS app with Express routing. Locally, my code works as expected, however when I deploy the code, I get a different behavior that breaks the site. Locally, I get a 200 from the API I'm calling, and I display the correct page. However, when I deploy this exact same code...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior More like desired behavior; but it would be nice if a customScroll event could be passed by the user when executing shallow routing if the default scroll event provided by `next` here is not the desired e...
0
The code: const a = ( it: [ string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, s...
Using Deno `1.23.0`, when I have `deno.test` cases and `deno.bench` benches in the same file, in this case it's called `strip-comments_test.ts` deno bench --no-check --unstable strip-comments_test.ts works as expected whereas deno test --no-check --unstable strip-comments_test.ts ...
0
**Jonathan Nuñez Aguin** opened **SPR-7425** and commented Spring needs to update the AbstractPdfView class to point to the renamed itextpdf package names. For now, the alternative is to download an old version of iText (2.1.7) that has the com.lowagie.* package names. The actual version for iText is 5.0.2. * * *...
**Costin Leau** opened **SPR-2222** and commented Update the petclinic.html page to mention JPA, the jar with the latests toplink drop and the code to get around the 'stale cache' issue. * * * **Affects:** 2.0 RC1
0
![screenshot from 2014-07-11 00 21 00](https://cloud.githubusercontent.com/assets/671721/3548887/63de60e0-08bb-11e4-990d-d6b594442025.png) The `/` makes the next lines to be colored orange. Please let me know if I should post any other information. Thanks.
If you do something like (1+2)/3, it breaks syntax highlighting. I'm using 0.31.0.
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.6.0.2 * Operating System version: centos-7 * Java version: 1.8.0_131 ### Steps to reproduce th...
* 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: xxx * Java version: 1.8 ### Steps to reproduce this issue 1...
0
# Environment Windows build number: 10.0.18362.476 PowerToys version: 0.13.0.0 # Steps to reproduce Keys randomly become disabled or behave unexpectedly. I think it issue only affects the behavior of the Shift key. When it occurs, the issue is usually noticeable when the `Shift` \+ `any key`...
First of all, the Color Picker is awesome to have and I use it all the time. Thank you for making/including it. One thing I noticed tho is that several programs I use that accept a hex code limit the input field to 6 characters, so when I use the picker and then paste into the field, it chops off the last character ...
0
The following valid code snippet originally from pymc/gibbsit.f (cf https://github.com/pymc-devs/pymc/blob/master/pymc/gibbsit.f ) exhibits the problem: ... program gibbsit integer maxiterates parameter (maxiterates=50000) integer maxseries ...
I now get lots of output of the form (...) /tmp/tmp8i0j4nc_/src.linux-x86_64-3.6/_keplermodule.c: At top level: /tmp/tmp8i0j4nc_/src.linux-x86_64-3.6/_keplermodule.c:1052:21: error: expected expression before �,� token {"namezone",2,{{++,8}},NPY_CHAR}, ^ ...
1
It seems to me that output is line-wrapped by conhost before being sent through the ConPTY stdout pipe. This makes sense, though it has the unfortunate downside that in Alacritty we can't do the line-wrapping ourselves. This wouldn't matter that much, but when selecting and copying text in Alacritty which has been l...
Windows 10.0.18362.0, Windows Terminal Preview 0.4 The character is the Scotland flag emoji. ![image](https://user- images.githubusercontent.com/172594/63948275-45572e00-ca70-11e9-9df1-345bae9549f9.png)
0
When you pass doctrine proxy object to twig render function e.g. {{ render(controller('ExampleBundle:Example:index', {'item', md.item})) }} where "md" is entity with property "item" that represent object of many to one relationship, render function converts proxy object to array and "indexAction"...
Personally I think it should be supported by default, only having to specify locale to override. For example if I have routes: /contact /about /fr/contact /fr/about on /fr/about I have a path: {{ path('contact') }} Why would that create a path for /contact by default instead of /fr/contact ? From what I un...
0
Just updated to 0.13.1, now I have this error: 500 ReferenceError: document is not defined at [object Object].componentWillMount (D:\WebServers\custom_home\bfk-new-este\node_modules\material-ui\lib\overlay.js:64:34) at [object Object].ReactCompositeComponentMixin.mountComponent (D:\WebSer...
In my code I added import {DatePicker} from 'material-ui'; Then i've got error ReferenceError: document is not defined at [object Object].componentWillMount (~/node_modules/material- ui/lib/overlay.js:64:34) I also change my import to const DatePicker = require('material-ui/lib/date-picker/date-picker'); ...
1
## Issue description As it illustrates in the doc, `torch.nn.Batchnorm1d` supports both input of size `(N, C, L)` and `(N, C)` . Howevere, when the input size is `(1, C)`(batch size is 1), `pytorch` will produce an error. It seems that if `N > 1`, there will be no error at all. Another interesting fact is, when I t...
I find in some tasks , for example, semantic segmentation, detection, sync batch norm is crucial for performance.In these tasks, batch size per gpu is small so we need sync the bn's mean and variance to enlarge the bn's "batch size". It need synchronize parameters and gradient across multi gpus in forward and backwar...
1
### Describe the bug When a model has a `LargeBinary` column, and I try to `first()` or `one()` a query, a TypeError is raised. Please see the error message below. ### To Reproduce The model looks like this: class User(Base): __tablename__ = 'users' id = Column(Integer, primar...
sqlalchemy/lib/sqlalchemy/sql/sqltypes.py Line 945 in 5881fd2 | value = bytes(value) ---|--- value = bytes(value) 改为 value = bytes(value, 'utf8') fix
1
Hi, **VS** : 2013 Update 4 RC. **TS** : 1.3 In the code below: class Foo { constructor( private bar: string ) { } getBar() { return this.bar; } } right-clicking on the constructor `bar` and renaming does not rename `this.bar...
The following code used to find the reference for variable `z` in line2 correctly pre-1.0, but now fails to find the reference within the function `func`: export class ABCD { constructor(private x: number, public y: number, private z: number) { } func() { ...
1
**Migrated issue, originally created by Alistair Watson** The following code fails to print the relationships when I set the schema argument of Metadata and when inspecting a table with a many to many relationship. If the schema argument is removed or the tables have a different relationship such as one to many then...
**Migrated issue, originally created by Anonymous** In cases where a bi-directional one-to-one relationship is required a simple enhancement could be made to automatically set uselist=False in some cases. If the referencing column (i.e. the one with the FK object passed in) is unique (either from a unique or primary...
0
Multiple tabs are great, but multiple windows with multiple tabs are better. I typically have 4 terminal windows open to deal with daily tasks. I image this has already been requested, but I could not find it. Thanks.
# Description of the new feature/enhancement Windows Terminal allows creating new terminal entries with its JSON file configuration. One of the properties of the terminal entry is Icon that allows an arbitrary image being shown alongside the new terminal name. Currently the Icon property seems to accept only images...
0
**TypeScript Version:** 1.8.6.0 **tsconfig.json** ... "noResolve": true ... **Expected behavior:** VS editor should respond to keyboard inputs when setting "noResolve" to true in tsconfig.json. Currently only responds to delete, tab and copy/paste. **Actual behavior:** VS editor doesn'...
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...
0
by **piotrnar** : What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. Extract the testcgo folder to %GOPATH%\src\testcgo 2. Extract test.go wherever you want 3. Execute "go build -race test.go" --------------------- What is...
init.go: package main import "pckg_a" import "pckg_b" func main() { pckg_a.New() pckg_b.New() src/pckg_a/test.go: package pckg_a import "pckg_b" func New() string { return pckg_b.New() src/pckg_b/test.go: ...
0
Sorry if this is a duplicated entry… Each time I open a new window, I receive: Failed to load /Users/me/.atom/init.coffee Cannot read property 'eachEditorView' of undefined Atom Version 0.206.0 No 3rd party packages active, default Atom theme.
I wan't to have .tpl files associated with a Smarty grammar, but the default html grammar already specifies .tpl in its file type. Is there a way around this. I have seen the File Types package but this specifically says at the bottom of the read me `You probably don't want to assign the same file type to multiple la...
0
Seems to me that timedelta should be able to accept numpy integers as input, but it can't: >>> import sys, numpy >>> sys.version '3.4.3 |Continuum Analytics, Inc.| (default, Mar 6 2015, 12:03:53) \n[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)]' >>> numpy.version.version '1.9.2' >>> np.tim...
Example: >>> np.datetime64(1478476800, "s") numpy.datetime64('2016-11-07T00:00:00') >>> np.datetime64(np.int64(1478476800), "s") ValueError: Could not convert object to NumPy datetime >>> np.timedelta64(1, "s") numpy.timedelta64(1,'s') >>> np.timedelta64(np.int64(...
1
I've an issue with overlay.js on line 64 when I am using 0.13.1 version DATA FETCHING ERROR: ReferenceError: document is not defined [0] [0] - overlay.js:64 [object Object].componentWillMount But it's okay on version 0.13.0. The only difference is that on line 64 in overlay.js comp...
In my code I added import {DatePicker} from 'material-ui'; Then i've got error ReferenceError: document is not defined at [object Object].componentWillMount (~/node_modules/material- ui/lib/overlay.js:64:34) I also change my import to const DatePicker = require('material-ui/lib/date-picker/date-picker'); ...
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:** v10.1.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:** * 8....
1
Cmd + Shift + D should duplicate not only current line, but current selection if available. Sublime Text allows it !! 😯
I had a line over 80 characters, I added a newline and realigned the code. I then changed another parameter and the line (the one I originally added the newline to) is again over 80 characters. I added another newline but this time atom duplicated the line below it! ![atom-line- dupe](https://camo.githubuserconten...
0
## Steps to Reproduce I have pages that when an action is taken it pushes a route to goto another page, I use the code below: Route route = new MaterialPageRoute( settings: new RouteSettings(name: "/PostAuthHome"), builder: (BuildContext context) => new PostAuthHome.PostAuthHom...
## Steps to Reproduce 1. Found this issue when I was trying to navigate from a screen to another using the `Navigator.pushReplacement()` call, after clearing the Navigator route stack using `Navigator.pop().` To reproduce build a two screen app, where both of the screens use a `Scaffold` with an `AppBar`. 2. In...
1
### System info * Playwright Version: [v1.XX] * Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.] * Browser: [All, Chromium, Firefox, WebKit] * Other info: ### Source code export function Textarea(props: TextareaProps) { const { required, ...rest } = props; con...
### System info * Playwright Version: 1.31.2 * Operating System: Linux (Jenkins) * Browser: Chromium * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. **Config file** // playwright.config.ts const config: PlaywrightTestConfig = { ...
0
I am using the plugins/packages/google_sign_in package for authenticating my app. It seems to authenticate fine and I am able to get a profile in the app. The issue I run into is getting a code that will work with my PHP Backend server. The idToken comes back null and the accessToken gives the errors of "id_token mus...
## Steps to Reproduce 1. Start an iPhone simulator. 2. In the `catalog` example, run `flutter run -d iPhone lib/animated_list.dart` Expected: runs example on simulator Actual: Fails to run ## Logs Running 'flutter packages get' in catalog... 0.6s Launching lib/animated_list.dart o...
0
i think it would be great for modern ML.
Idea: create a GPGPU library or even standart functions for Deno.
1
**Endre Stølsvik** opened **SPR-2801** and commented This request is similar to bug ##5727, "support "add"-style List injection", but suggests a more radical solution: Actual support for it in the spring beans xml-files: add-methods should be IoC-able in the same way as set-methods (and preferrably a mechanism to i...
**Ben Hutchison** opened **SPR-230** * and commented Objects that contain other objects (common examples include Swing Containers and the Collections classes) frequently cannot have their initial state specified through setting javabeans properties alone. This is a request for the spring core to include extensions...
1
# Bug report ## Note This is a similar issue to #2134, but the context is not exactly the same, so I chose to open another issue. ## What is the current behavior? Here's the configuration for the server bundle: https://gist.github.com/tstirrat15/38a1ab2b768406496284d5fdfbef63a6 When I run our production build an...
## tl;dr Webpack should produce the same build whether a module is linked or not. ## In depth Considering the following dependency trees: project@1.0.0 ├── babel-runtime@5.1.9 └── sub-project@1.0.0 sub-project@1.0.0 └── babel-runtime@5.1.9 **Notice:** NPM does not include ...
1
# Environment Windows 10.0.18362.175 Terminal version 0.2.1715.0 # Steps to reproduce Just run the application. Happens to all instances. # Expected behavior Can move the window! :) # Actual behavior Every window is locked to it's starting position. Can be resized however. Not sure what ...
# Summary of the new feature/enhancement I'd expect the terminal window to be dragable on the full window header, but it doesn't work on the tabs pane: ![wt2](https://user- images.githubusercontent.com/7961978/59961618-73e9e300-94da-11e9-94f4-1aa82f966fec.gif)
1
### Bug report **Bug summary** `imshow` (and friends, e.g., `pcolormesh`) don't tightly fit the image inside the axes. I suspect an off-by-one error somewhere (see the hint section at the bottom). **Code for reproduction** from matplotlib import pyplot as plt fig = plt.figure(figsize=(3.423...
The following example (with Matplotlib 2.0.0b3) causes the colorbar inside the colorbar axes to be offset when outputting to PDF with a low DPI: import matplotlib.pyplot as plt fig = plt.figure() ax = fig.add_subplot(1,1,1) im = ax.imshow([[1]]) fig.colorbar(im) fig.savefig('co...
1
### Website or app https://github.com/abybaddi009/react-bug-report ### Repro steps Steps to reproduce: 1. Install all dependencies 2. Run the project with `npm start` 3. Navigate to http://localhost:3000/login 4. Enter any number into _phone number_ and click on **GET OTP**. 5. Enter any number into the...
**Do you want to request a _feature_ or report a _bug_?** feature **What is the current behavior?** The current behavior requires end users to use `createContext` in the module scope. To my understanding, it's not currently possible to use a default value derived from the state of a component (a stateful Provider ...
0
Right now the bats tests install elasticsearch on a clean system. They should also test that the packages can be upgraded without losing data. Both across major and minor versions.
**Elasticsearch version** : 5.0.0, 2.4.1 **Plugins installed** : [] **JVM version** : 1.8.0_112-b15 64-bit **OS version** : Windows 10 v. 1607 (build 14393.447) **Description of the problem including expected versus actual behavior** : When making a `_termvectors` query to an object in a `"type": "nested"` fiel...
0
### Is there an existing issue for this? * I have searched the existing issues ### This issue exists in the latest npm version * I am using the latest npm ### Current Behavior I have a mono-repo configuration with the following structure: - packages |--- app |--- proxy |--...
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior See this demo repository: https://github.com/nsams/npm-workspace-issue when running npm install @mdx-js/react package is installed twice: ./packages/admin-stories/node_modules/@storybook/addon-docs...
0
This looks like #147, but I don't have permission to re-open that. Consider the following situation: In [3]: dt Out[3]: foo bar baz 0 1 2 3 1 4 5 6 2 1 2 4 In [4]: pandas.pivot_table(dt, values="baz", rows=["foo"], cols=["bar"]) Out[4]:...
The dataset named 'changes' was obtained from a merge by RID: changes.head() | DX_m12 | RID | DX_m12 ---|---|---|--- 0 | 1 | 3 | 1 1 | 0 | 4 | 0 2 | 0 | 6 | 0 3 | 0 | 8 | 0 4 | 1 | 10 | 1 I've used the two following commands with the intention of identifying lines in which DX_bl and DX_m12 are diff...
0
`ImageLoader` and `XHRLoader` both use a `Cache` to store loaded assets for reuse, although not very efficiently, at least for some use case. For instance, `TextureLoader.onload()` creates a new `ImageLoader` every time the method is called, which means that the image cache is always empty because the image loader i...
> **Is your feature request related to a problem? Please describe.** The application we are building requires camera motion via trackball control, with the direction of movement able to be constrained to the x or y axis. > **Describe the solution you'd like** Currently the TrackballControls example does not provid...
0
_Original tickethttp://projects.scipy.org/scipy/ticket/750 on 2008-10-09 by @ilanschnell, assigned to unknown._ The Bessel function special.jn(3,4) in inaccurate. Across different operating systems (OSX, Windows, Linux) and different version of scipy recent being 0.7.0.dev4673, the following little program ...
_Original tickethttp://projects.scipy.org/scipy/ticket/623 on 2008-03-17 by trac user wa03, assigned to @dmcooke._ The following code produces a plot with a discontinuous Bessel function, Jv: from scipy import special from numpy import arange from pylab import * x = arange(0, 10, 0.1...
1
That file contains a number of fake/mock objects used for testing, and it should really be moved to a separate package. Currently, all that code ends up in the production binaries. As an aside, if doing this work, please change the "FindEmptyDirectoryUsageOnTmpfs" method to use the "MkTmpDir" call in "pkg/util/testi...
This is a trivial cleanup, but we should be following this pattern all over.
1
Please: * Check for duplicate issues. * Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: Build jax/jaxlib from source against MKL version 2021.1.1 and run the complete jax test suite. In nix, this can be accomplished relatively easily: 1. Checkout nixpkgs at Nix...
Please: * Check for duplicate issues. * Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: import jax.numpy as jnp print(jnp.arange(10)) # [0 1 2 3 4 5 6 7 8 9] * If applicable, include full error messages/tracebacks. * * * I am trying to bu...
0
Run pip install tensorflow under python 3.6 get following: pip install tensorflow Collecting tensorflow Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow
I'm sure that you are aware that Python 3.6 is available and TensorFlow is still not available for this version. Hope next update will cover the cp36 Python version.
1
Typing a single quote then switch application by cmd+tab. Causing a lot of quotes. ![2](https://cloud.githubusercontent.com/assets/823283/3372363/72b80c1a-fbaa-11e3-9931-21be0a21520c.gif) I'm working on OSX 10.9.3. Disabled all external packages. Such as Autocomplete. Following by disabling Bracket Matcher, doesn't...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.177.0 **System** : Mac OS X 10.10.2 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: target of repeat operator is not specified At /Applications/Atom.app/Contents/Resources/app/node_modules/first-mate/lib/scanne...
0
##### Issue Type: Bug Report ##### Ansible Version: 1.8.2 ##### Environment: RHEL 6.5 ##### Summary: For some reason the "copy" module bombs out if lookup('file', '...') is referenced in group_vars, even though the "copy" task itself does not reference that variable, and the file does exist relative to the role d...
##### Issue Type: Bug ##### Ansible Version: ansible 1.8.2 ##### Environment: debian 7 / gentoo ##### Summary: The copy and template modules throws an error with a wrong file. In ansible 1.7.x everything is fine and ansible copies the jail.conf. In ansible 1.8.2 i cannot copy any file while i have a lookup...
1
\---------- Forwarded message ---------- From: Matt Farina matt.farina@gmail.com Date: Fri, Aug 21, 2015 at 3:08 PM Subject: Re: [golang-dev] go/build and vendor imports To: golang-dev golang-dev@googlegroups.com Cc: matt.farina@gmail.com The Import method on Context (available as go/build.Import() under a...
Hi, Any chance of goimports being taught about GO15VENDOREXPERIMENT? With go 1.5 it rewrites import paths (to $CWD/vendor/path/to/3rd/party/pkg) even when GO15VENDOREXPERIMENT is set. Thanks Vlad
1
### Preamble In financial computation, base-10 computation is mandatory. Discussion can be found in the proposal proposal: math/big: Decimal #12127 for big.Decimal. A numeric type in the standard library usable for financial and commercial applications would be a big plus. ### Existing solutions For the moment,...
go version devel +fb7122476042 Tue May 20 11:42:25 2014 -0400 linux/amd64 The attached reproducer crashes as (must panic): $ go run 0.go fatal error: unexpected signal during runtime execution [signal 0xb code=0x1 addr=0x0 pc=0x418e67] runtime stack: runtime.throw(...
0
## ❓ Questions and Help ### Please note that this issue tracker is not a help form and this issue will be closed. We have a set of listed resources available on the website. Our primary means of support is our discussion forum: * Discussion Forum After follow the instruction building caffe2, I see the "Caffe2 b...
## ❓ Questions and Help I'm installing into a conda env. it is on Windows 10 . No GPU on machine. I am following instructions from https://caffe2.ai/docs/getting- started.html?platform=windows&configuration=compile And the build is success. ![image](https://user- images.githubusercontent.com/30762967/61205807-9...
1
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke/10468/\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 | 0xc820925810>: {\n s: \"Error running &{/workspace/kubernetes/platforms/linux/amd64/kubectl [kubectl --server=https://104.154.232.230 --kubeconfig=/workspace/.kube/config get pods update-demo-nautilus-koi1f -o template --template={{if (exists . \\\"status\\\" \\\"containerStatuses\\\")}}{{range .status.containerStatuses}}{{if eq .name \\\"update-demo\\\"}}{{.image}}{{end}}{{end}}{{end}} --namespace=e2e-tests-kubectl-1ykr6] [] <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> 0xc8210167c0 exit status 1 <nil> true [0xc82016d2d8 0xc82016d2f0 0xc82016d308] [0xc82016d2d8 0xc82016d2f0 0xc82016d308] [0xc82016d2e8 0xc82016d300] [0xa9d320 0xa9d320] 0xc820ff14a0}:\\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.154.232.230 --kubeconfig=/workspace/.kube/config get pods update-demo-nautilus-koi1f -o template --template={{if (exists . \"status\" \"containerStatuses\")}}{{range .status.containerStatuses}}{{if eq .name \"update-demo\"}}{{.image}}{{end}}{{end}}{{end}} --namespace=e2e-tests-kubectl-1ykr6] [] <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> 0xc8210167c0 exit status 1 <nil> true [0xc82016d2d8 0xc82016d2f0 0xc82016d308] [0xc82016d2d8 0xc82016d2f0 0xc82016d308] [0xc82016d2e8 0xc82016d300] [0xa9d320 0xa9d320] 0xc820ff14a0}:\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\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
There are a number of issues discussing documentation for Julia code (#762, #1619, #3407), but I'd like to separate this problem into two very distinct issues: 1. Associating text from source files – both comments and source code – with functions, methods, modules, and global bindings. 2. Interpreting and presen...
If I construct a matrix that is Hermitian (up to floating point errors) with duplicate eigenvalues, and ask for its eigenvectors, I obtain results that are significantly different than those of an exact Hermitian matrix. This appears to be because the `ishermitan` test has zero tolerance for floating point errors and...
0
I have code that works fine without import maps: nickolay@frontier:~/workspace/Bryntum/siesta-monorepo/siesta$ deno run -A --unstable --quiet tests/hook/hook.t.js Launching test file: tests/hook/hook.t.js in Deno 1.9.2 PASS tests/hook/hook.t.js Test files : 1 passed, 0 failed, 1...
if (never) { await import('whatever') } I get the `unmapped bare specifier` error. But this should not cause any error or else it will be impossible to write code which supports several runtimes. Basically I want to check if it's running in Node.js and then to load a Node.js specific module O...
1
Please scroll to **bold** text below (closer to the bottom of the page): Challenge Make Dead Links using the Hash Symbol has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36`. Please describe how to reproduce this issue, ...
In all the exercises, we the users are forced to press the enter key before writing any code. * * * #### Update: We have locked the conversation temporarily on this thread to collaborators only, this has been resolved in staging, and will be live soon. The fix can be confirmed on the beta website. The workaround...
1
### Is there an existing issue for this? * I have searched the existing issues ### This issue exists in the latest npm version * I am using the latest npm ### Current Behavior When I run `npm ci` and a `yarn.lock` file is present and is read-only, it fails due to requesting write permission it does not need:...
### Is there an existing issue for this? * I have searched the existing issues ### This issue exists in the latest npm version * I am using the latest npm ### Current Behavior If you run `npm install` in a project that has a `yarn.lock` file, npm changes both the syntax, data and order of `yarn.lock` file. ...
1
I cloned the caravel repository. I installed npm as prescribed in Contributing.md. Then after the required steps, I ran `npm run dev` to run the local caravel installation. I see an error log in the console ERROR in ./javascripts/caravel-select2.js Module not found: Error: Cannot resolve 'file' or...
I ran into the following issue when trying to set up the assets in my development environment: `ERROR in ./javascripts/caravel-select2.js Module not found: Error: Cannot resolve 'file' or 'directory' ../node_modules/jquery-ui/themes/base/jquery- ui.css in /Users/{path}/caravel/caravel/assets/javascripts @ ./javascr...
1
# Summary of the new feature/enhancement Ability to stay within the current zone when going full-screen. For example: if a browser window in zone 1 wants to go full-screen when 'F11' is pressed, then, instead of covering the entire monitor display, it would be ideal in some cases to only treat that zone the browser ...
# 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
auto-deref has been added but I'm still interested in a more uniform behavior of custom pointers (meaning the ones that exist by trait implementation) and native ones (like the dying `~T`). An example situation: use std::rc::Rc; struct Bar { x: int } fn foo(p: &int) { println...
The documentation for `Clone` states that the first implementor is `Wrapping`: `impl<T> Clone for Wrapping<T> where T:` **_`Clone + Clone`**_ `Range` is even more interesting: `impl<Idx> Clone for Range<Idx> where Idx:` **_`Clone + Clone + Clone`**_ I would think that these should be documented as `impl<T> Clon...
0
I can't download glide from jcenter, and there is no glide version 4 in jcenter. Follow this link https://jcenter.bintray.com/com/github/bumptech/glide/glide/
I'm using Glide 3.7.0 with OkHttp3 integration library to display images in RecyclerView. Authentication is needed to access the images which is done inside OkHttpClient authenticator. But sometime i need to refresh the token first when the token expired . In this case there are many refresh token request from gl...
0
Not sure if this is somehow Cargo doing this or if it's rustc, but when I do "cargo new --bin myproject" then "cargo test", it tells me "warning: function is never used: `main`, #[warn(dead_code)] on by default"
$ echo 'fn main(){}' | rustc --test - <anon>:1:1: 1:12 warning: code is never used: `main`, #[warn(dead_code)] on by default <anon>:1 fn main(){} ^~~~~~~~~~~ I have put `#[cfg(not(test))]` on `main` a couple of times (though perhaps `#[allow(dead_code)]` would be better) and I ...
1
Given we track filter cache use, is there anyway we can provide stats around what filter caches are in use and what that use looks like?
Would be nice to provide something similar to fielddata memory breakdown in the node stats so we can see the top consumers of the filter cache (eg. list the type of filter in the cache, and for each type, list the field names and count + size info) without having to log and review queries or examine a heap dump.
1
Hello julia community! I am facing big problems with Julia packages: Pkg.init() and Pkg.update() are not working. I have scanned the internet regarding the message, but nothing seems to be the right solution. I have already had a long odyssey ... This seems to be an frequent trap. So it might be advantageous to be...
I'm seeing the following issue when trying to use `Pkg.init()` on a fresh build of master: $ ./julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: http://docs.julialang.org _ _ _| |_ __ _ | Type "?he...
1
Integrating sharding-transaction-base-saga to configure saga. properties file with saga. persistence. enabled = true, and then configuring saga. persistence. ds. content, resulting in SpringBootConfiguration. dataSource () method creating dataSource error subsequently leading to Java.util.Service Configuration Error...
## Bug Report ### Which version of ShardingSphere did you use? compile group: 'org.apache.shardingsphere', name: 'sharding-jdbc-spring-boot- starter', version: '4.0.0-RC1' ### Which project did you use? Sharding-JDBC or Sharding-Proxy? sharding-jdbc-spring-boot-starter springboot: 2.1.0 spring-boot-starter-dat...
0
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.187.0 **System** : Mac OS X 10.9.5 **Thrown From** : Atom Core ### Stack Trace Failed to activate the atom-lint package At Cannot read property 'previous' of undefined TypeError: Cannot read property 'previous' of...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.187.0 **System** : Mac OS X 10.9.5 **Thrown From** : atom-lint package, v0.20.1 ### Stack Trace Failed to activate the atom-lint package At Cannot read property 'previous' of undefined TypeError: Cannot read prope...
1
Transition and your react not working on firefox and have a notice.. ![screen shot 2014-11-10 at 7 53 59 pm](https://cloud.githubusercontent.com/assets/5925901/4976172/904941fa-6913-11e4-9372-e1b7873bfa85.png)
Not work =(
1
This issue is to track the progress on fixing the "LLVM ERROR: inconsistency in registered CommandLine options" error seen in the `asan` CI job. LINK tmp/test-asan/asan/usr/lib/libjulia-codegen-debug.so.1 LINK tmp/test-asan/asan/usr/lib/libjulia-codegen-debug.so make[1]: Leaving directo...
Seems like a small QoL improvement.
0
**System information** * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 * TensorFlow installed from (source or binary): binary * TensorFlow version (use command below): 2.0.0-beta0 * Python version: 3.6.8 * CUDA/cuDNN version: 10.0 * GPU model and memory: GeForce GTX 750 Ti **Descr...
Hello tensorflow team, I have been starting to use your tensorflow debugger but have run into the issue that when I try and use it on a multi-gpu model I get `ValueError: Duplicate node name: 'n/_0'`. Inspecting things closer, I saw that the issue originated from the run_metadata, whose partition graphs have many _...
0
In pandas 0.15, a DataFrame's index no longer supports the modulo operator. I believe the following code used to work under pandas 0.14, but under pandas 0.15, a TypeError indicating "unsupported operand types" is raised: In [1]: import pandas ...
In 0.14: In [1]: pd.__version__ Out[1]: '0.14.1' In [2]: intidx = pd.Index(range(10)) In [3]: intidx % 2 Out[3]: Int64Index([0, 1, 0, 1, 0, 1, 0, 1, 0, 1], dtype='int64') now: In [1]: pd.__version__ Out[1]: '0.15.2' In [2]: intidx = pd.Index(r...
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 a feature request that matches the one I want to file, without success. ### Problem Description i tried electron 12...
This is duplicate of this #14720 closed issue which actually still exists :((( I use following url request - uploadData is `undefined` for POST, PUT, PATCH POST electron://process/file (as you can see, instead https i have electron - because I use it as API to communicate with my web-based app ) and I'm unable to ...
0
in "@types/react": "^16.8.2" this works: export class Test extends React.PureComponent<void, void> { render() { return this.props.children; } } but this doesn't work: export const Test:React.FC<void> = p => { return p.children; }; seems like the...
* 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...
1
WTF guys, you can't make built version of app? so to use it i need to download huge amounts of not needed data and applications? That not how the Linux works.
I just want to use it, but I can't build it, so can I download the installation package?
1
**I'm submitting a ...** (check one with "x") [x] bug report [x] feature request **Current behavior** Setting animation on a the host is not supported. **Expected/desired behavior** Enable a component to apply animation on it's own host element. **What is the motivation / use case for ...
1
Version: 0.21.1.0 OS Version: Microsoft Windows NT 10.0.18362.0 IntPtr Length: 8 x64: True Date: 09/14/2020 15:36:37 Exception: System.IO.FileNotFoundException: C:\Users[USERNAME]\Desktop\jdk-10.0.2_windows-x64_bin.exe at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName) at Microsoft....
## ℹ Computer information * PowerToys version: 0.21.1.0 * PowerToy Utility:FancyZones * Running PowerToys as Admin:Yes * Windows build number:Microsoft Windows NT 10.0.19041.0 ## 📝 Provide detailed reproduction steps (if any) Version: 0.21.1.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Lengt...
1
by **daniel@heroku.com** : Although it's already possible to link C code into a Go program (that controls the entry point), it would be highly useful to me to have the opposite (running a Go runtime in a C program). I'm mostly interested in exposing exported Go symbols and bindings to ...
Interface equality check is expensive compared to integer comparison check. In the benchmark, I compare two integers. I then wrap them in interface{} and compare them. As interface{}, the comparison check takes over 20X the time taken by just plain comparison check. See...
0
I've just installed PyTorch using: > sudo pip3 install > http://download.pytorch.org/whl/cu90/torch-0.3.0.post4-cp36-cp36m-linux_x86_64.whl The installation process was successful, however, when I try to import torch I get: Python 3.6.3 (default, Oct 3 2017, 21:45:48) [GCC 7.2.0] on linux T...
I've just installed PyTorch using: > sudo pip3 install > http://download.pytorch.org/whl/cu90/torch-0.3.0.post4-cp36-cp36m-linux_x86_64.whl The installation process was successful, however, when I try to import torch I get: Python 3.6.3 (default, Oct 3 2017, 21:45:48) [GCC 7.2.0] on linux T...
1
# Environment Windows build number: 10.0.18362.418 Windows Terminal version: 0.6.2951.0 # Steps to reproduce Open the new Windows Terminal (Preview), then click on Azure Cloud Shell Menu (Ctrl + Shift + 4) ![image](https://user- images.githubusercontent.com/6307623/67605033-95423080-f753-1...
# Description of the new feature/enhancement When opening a new tab AND OPTIONALLY if the current program in the active shell is not the shell program, use the current path of the active shell as the default path for the `newTab` action. # Proposed technical implementation details (optional) There should be an opt...
0
##### Issue Type: * Bug Report ##### Ansible Version: ansible --version ansible 2.0.0 (devel a567f28657) last updated 2015/10/16 13:17:37 (GMT -500) lib/ansible/modules/core: (detached HEAD 5da7cf696c) last updated 2015/10/16 13:17:37 (GMT -500) lib/ansible/modules/extras: (detache...
##### ISSUE TYPE Bug Report ##### COMPONENT NAME ec2_group module ##### ANSIBLE VERSION 2.3 ##### SUMMARY From @edsonmarquezani on 2015-11-28T16:16:27Z It seems there's some inconsistency regarding EC2 Secutiry Groups rules idempotence (ec2_group module). Assume the following task (my real code): ...
0
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : * Ubuntu 16.04 * Tensorflow installed from source, latest HEAD from master (CPU) * 1.6rc0 * Python 3.5.2 * Bazel 0.10.1 * gcc-5 ### Describe the problem When using tensorflow,...
I want to know if using estimator to train on multi gpus can share the mean and var of batchnorm. As the example in cifar, it cannot deal with the batchnorm sharing between different gpu
0
![example](https://camo.githubusercontent.com/c3e82de020e3c9b98c325cd0dd651d2ecae5a7cb80933f5d9a968a1a206eaad3/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313639333633352f3934343538372f61366530363138362d303263322d313165332d383666642d3835323236336335353531662e6a7067) Perhaps if a panel include...
A panel containing a list group only (with no introductory content) renders with a double border 15px apart
1
Also raised on #26 (comment). See also #544. ### Describe the bug Write here a clear and concise description of what the bug is. ### To Reproduce Replace each part with your own scenario: 1. Create a file with: from fastapi import FastAPI app = FastAPI() @app.get("/app") de...
It would be nice to have a way to exclude fields from a model when using it to type a query/body parameter. My use case is a post request where a user needs to pass all the fields for a model except the id. The id is generated in the app when they make the post. ### Example from fastapi import FastAPI...
0
_Original tickethttp://projects.scipy.org/numpy/ticket/2154 on 2012-06-08 by trac user ktdrv, assigned to unknown._ Unless this is expected but undocumented behavior, trying to dot product an array in-place, results in a broken result: >>> a = arange(1, 10, dtype = float64).reshape(3, 3) >>> a ...
### Describe the issue: when I use the np.digitize, if the input bin is generated using np.arrange, the binning results are wrong even I set right =True. ### Reproduce the code example: number = np.arange(-10,10.2,0.2) number a = [0.2,0.4,1.0] bin_index = np.digitize(a, number,right=True)...
0
#### Challenge Name https://www.freecodecamp.com/gilliantrethewey #### Issue Description I have been consistently working on the challenges daily and making sure the squares turn dark green each day. The work is showing up properly, but the tally at the base is not correct; it is remaining at 17 days despite the s...
Challenge Declare JavaScript Variables has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36`. I'm on the East coast of the US at 10:15PM EST on 01/17/2017, and I am completing my challenges for today, but they are log...
1
When passing tuple of ndarrays to np.asanyarray, it may return array of arrays OR give ValueError when first dimensions of arrays match. Found out trying to np.save a tuple (sometimes worked, sometimes did not). np.__version__ '1.11.2' a = np.ones((2,1)) b = np.ones(3) np.asanyarra...
The functions numpy.array and numpy.asarray have a well defined behaviour when applied to lists of arrays: if the listed arrays have the same dimensions and size, the list is turned in one of the dimensions of the resulting array (let's call it "mode 1"). If not, an array of arrays is returned ("mode 2"). However, t...
1
# Environment Windows build number: Microsoft Windows [Version 10.0.18922.1000] Windows Terminal version (if applicable): 0.2.1715.0 Any other software? - None # Steps to reproduce Open Terminal from the Start Menu. Try to open 'Settings' from menu or 'Ctrl + ,' # Expected behavior The settings screen should...
When I press the settings on the Windows Terminal, it asks me how I want to open the .json file. So the settings won't open. Please help me
1
~ $ deno Deno 1.8.2 exit using ctrl+d or close() > import { emptyDir } from "https://deno.land/std@0.91.0/fs/mod.ts"; Uncaught SyntaxError: Cannot use import statement outside a module seems like import should probably work on cli without having to do something like this (which also...
Hi there! I've ran into this error when running the ✨ new ✨ HTTP server via `Deno.serve`. The error does not occur when importing `serve` from `/std/http/mod.ts` regularly. **Error** : Watcher File change detected! Restarting! ============================================================ ...
0
**Do you want to request a _feature_ or report a _bug_?** Reporting a bug. **What is the current behavior?** Unexpected DOM elements in list rendering **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem. Your bug will get fixed much faster i...
Posting this issue to share a common phenomenon related to strict effect, I have created a sandbox to demonstrate this issue: https://codesandbox.io/s/unmount-guard-in-strict-effect-5eneb?file=/src/App.js Previously this is a common practice to have a `unmounted` ref indicating whether current component is unmounted...
0
When you create an input group with input-lg (large) option, the input field doesn't have the same height than other components. It happens at least with Chrome and Firefox http://jsfiddle.net/52VtD/1901/ ![screen shot 2014-01-21 at 22 55 34](https://camo.githubusercontent.com/93d09157cf7f6272153c99b745af51de02df6...
![13 12 17 r2j9i](https://camo.githubusercontent.com/f3d965b4ae7cd9205ae7c471cba6f873818679a8e94d35d839889fe78e5c3371/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3631333333312f313736333230382f30626461343763652d363730382d313165332d386563622d6131323438363436663565662e706e67) Browser: Chrome 33 ...
1
* I have searched the issues of this repository and believe that this is not a duplicate. Notice how `promise.then()` is called without a `.catch()`. https://github.com/zeit/next.js/blob/e093441bad588e98765a05df90f76f75283eda07/lib/dynamic.js#L56-L74 In my code I have this line: const Foo = dynami...
None of my JavaScript gets loaded on the custom _error page in a production bundle, works fine in development though. There's also things on the _error page that are reused elsewhere in the application like a common header that has some JavaScript for letting a user log in/sign out. In the console I can see som...
0
I can't believe this isn't available in Symfony2? I want to give my API the ability to just update one attribute instead of having all the attributes and relations when updating a resource. I know there's this workaround https://gist.github.com/makasim/3720535 but I'm not sure where to implement that Listener...
`bind`ing partial parameters effectively clears all existing values from the model and only persists the new parameters that are passed in. See example: // Author.php class Author { public $name; public $email = 'bar'; } // AuthorType ... $builder->add('name...
1
##### ISSUE TYPE Feature Idea ##### COMPONENT NAME core ##### ANSIBLE VERSION 2.2 ##### CONFIGURATION ##### OS / ENVIRONMENT ##### SUMMARY The idea would be to add notes to very specific tasks that are presented to the operator during a playbook run in a specific color. In operational environments it would...
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME task keywords ##### ANSIBLE VERSION N/A ##### SUMMARY Even tho one can have comment blocks in yaml by commenting, I think it would be nice to more tightly integrate comments, so suggesting the following: setting: `display_comments: true` task: ...
1
At the moment, the summary for the IntoIterator trait definition reads: pub trait IntoIterator where Self::IntoIter::Item == Self::Item { type Item; type IntoIter: Iterator; fn into_iter(self) -> Self::IntoIter; } The 'where' clause on the first line isn't valid Rust, ...
The documentation for `IntoIterator` is inconsistent in how it shows the `Item` constraints. The actual trait declaration looks like this: pub trait IntoIterator { type Item; type IntoIter: Iterator<Item = Self::Item>; fn into_iter(self) -> Self::IntoIter; } The nightly `c...
1
* Electron Version: 2.0.0 * Operating System (Platform and Version): Lubuntu/Ubuntu 17.10 * Last known working Electron version: 1.8.x **Expected Behavior** Electron should open and be functional when run from the terminal **Actual behavior** Electron either doesn't open, opens to a black screen, or freez...
* Electron version: Anything over 1.7.8, until the latest 1.8.2-beta.1 * Node: 8.8.0 * Operating system: high sierra Going over 1.7.8 seems to break Electron for one of our projects. It's hard to track down what's going on but here's the output: ❯ yarn run electron yarn run v1.2.1 $ elec...
1
### Version 2.6.11 ### Reproduction link https://jsfiddle.net/rdjjpc7a/2080/ The Link to minimal reproduction was forged by me, please take some time to read my description. ### Steps to reproduce The premise is that you have an iPhone with the system version IOS9. The Steps to reproduce seem to be a nested ...
### Version 2.6.11 ### Reproduction link https://github.com/chenjiahan/vue-event-bubble-issue ### Steps to reproduce This is a browser quirk on iOS <= 11.3 1. Find an old iOS device. (I reproduced the issue on an iOS 8.4 device) 2. Binding click events on parent and child elements 3. Click child element ...
1
The following fails to typecheck, complaining that `type 'number' is not assignable to type '() => void'`. function nop(): void { return void 0; } function foo(xs: (number | (()=>void))[]): (() => void) { return xs.reduce(((acc, x) => nop), nop); } But the code never actually look...
Referencing #3645: I agree with @Eisenspalter: Multiple tsconfig files are indispensable for large enterprise apps. @mhegazy : As you wrote you don't want to support `tsconfig.json` file inheritance, I'd like to propose the following: #### My proposal TSC should come with a **new command line paramete...
0