text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
# Bug report **What is the current behavior?** `import.meta.url` is replaced by the current file location at the build time. https://github.com/webpack/webpack/blob/main/lib/dependencies/ImportMetaPlugin.js#L99 **If the current behavior is a bug, please provide the steps to reproduce.** If you build ...
# Bug report **What is the current behavior?** When configuring an entry point like this: module.exports = { entry: './path/to/my/entry/file.js', }; The source map in dev mode will have urls like this: `webpack://project-server/./resources/js/MyPage.js` But `vue` files in the same ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Return Status Code: 400 - Bad request ![captura de pantalla 2018-01-23 a las 14 12 48](https://user- images.githubusercontent.com/9091881/35304784-3efa09d4-006d-11e8-964b-e3baabfc7ad6.png) ## Current B...
I have been using this piece of code to asynchronously load one of heavy component on my client side. It was working like a charm: `const DynamicChart = dynamic( import('../components/LineChart/LineChart'), { loading: () => <SectionPlaceholder><Loader /></SectionPlaceholder>, ssr: false, }, );` Since update to ...
0
### Describe the bug `custom_op` usage leads to duplicated entries in query cache. I have found this issue by discovering a memory leak in my application. We have big queries with size `~1 Mb` and with default `query_cache_size=500` it leads to cases when application consumes `500+ Mb` after some time. ### Optiona...
**Migrated issue, originally created by Marcin Lulek (@ergo)** Hello, I'm not sure if I was always using SA in wrong way or there is a bug in 1.2 version. Setters need to be named same way as hybrid property - this test case works in 1.x and breaks in 1.2. I did notice that in the examples in docs the property na...
0
# Bug report ## Describe the bug https://github.com/zeit/next.js/tree/canary/examples/with-firebase-hosting- and-typescript Next.js cannot find pages folder after building and deploy to firebase functions. Next.js v9.0.6 seems fine. It works well. but since v9.0.7 Next.js is not. > protobufjs@6.8....
# Bug report My project has a custom structure but so far it worked pretty well. Since I updated to v9.0.7 I get this error: `Error: > Couldn't find a `pages`directory. Please create one under the project root at Object.findPagesDir [...]` So far running `next src/app` worked just fine. Is there anything different...
1
Hi guys, my settings shows up and then goes back. I really don't know where does the program start from, please would someone provide the drawing to get an idea so that i could fix the issue. Even while debugging i can't see the settings show up. Someone please help me.
# Environment W10 Pro V1903 Build 18362.295 PowerToys: 0.11.0 Settings Screen Windows build number: [run "ver" at a command prompt] PowerToys version: PowerToy module for which you are reporting the bug (if applicable): # Steps to reproduce Just installed and attempted to open sett...
1
**Kerboriou christophe** opened **SPR-4533** and commented We can't deserialize or serialize an array with AxisBeanMappingServicePostProcessor. the AxisBeanMappingServicePostProcessor use only the BeanSerializerFactory and BeanDeserializerFactory. please, add an arrayMapping using ArrayDeserializerFactory and Arr...
**Rajeev Sharma** opened **SPR-7637** and commented I am new to Spring Framework. I am using `@ExceptionHandler` to handle exceptions in my controller. I thought the process of returning result from exception handler would be similar to a request handler but that is not the case. Below is my code. @Re...
0
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** When rendering with a suspense config, time spent before rendering appears to be subtracted from the timeout of the suspense config. If I spend 1 second before triggering an update with a suspense config with a timeo...
I was playing around with some unstable Suspense APIs and noticed this strange behaviour when using `React.unstable_withSuspenseConfig`. If I understood correctly, the purpose of `timeoutMs` field is to tell React: "I'm okay with this update to not happen within this time. _Then_ you can show fallback." What it act...
1
## Add support to FancyZones editor for pixel coordinates to allow for fine- grained FancyZones setups The idea is to describe/configure the FancyZone rectangles as origin + dimensions in pixels in the UI. This would help for video streaming and screen sharing setups, that just want to share parts of the screen, bu...
# Summary of the new feature/enhancement Sizing of custom zones in editor by dragging mouse is a little bit coarse (hit and miss) in terms of getting close to edges of screen symmetrically and allowing window edges of multiple zones to line up neatly. Some possible solutions are suggested for consideration. # Propo...
1
This has long been missing from JS/TS environments: the ability to easily serialize and reify a function, along with its contextual dependencies. I see this being useful to enable colocation of code intended for execution in different environments. This will be useful to the creation of experiences that blend build t...
Hi, I'm trying out the unstable `Deno.upgradeWebSocket` and encountered an issue accepting a WebSocket from Firefox. Firefox is sending this `connection: "keep-alive, Upgrade"` header when connecting to a websocket. That causes throw here function upgradeWebSocket(request, options = {}) { ...
0
Using function shorthand in Object literals: var store = { save() { }, load() { }, delete() { }, } Generates this JavaScript "use strict"; var store = { save: function save() {}, load: function load() {}, "delete": function delete() {} };...
var foo = { try() {}, throw() {}, catch() {}, switch() {}, // etc. } SyntaxError: Unexpected token catch at Function (native) at compile (https://6to5.org/repl.html:200:33) This was working in 1.x.
1
@RLH and I have been discussing this problem for the past week. This issue is to track our thoughts. The current GC pacer is conservative about scheduling mutator assists and this leads to a cycle where we over-assist (use too much CPU for GC) and under- shoot the heap goal. Specifically, GC currently assumes it ma...
by **dop251** : What steps will reproduce the problem? 1. Create a package with the following code: package bug type S struct {} func (s *S) test() { goto end end: return } 2. Create another package that imports the first one: ...
0
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior I have `prettier-plugin-packagejson` installed (which has `sort-package- json@1.51.0` as a dependency) And trying to run `npx sort-package-json@1.48` because I want to use version 1.48, before this tragic PR was ...
### Current Behavior: running `npx @package@version` generate it with the current install version ### Expected Behavior: it should be generated with the given version ### Steps To Reproduce: ex. steps to reproduce the behavior: 1. run `npm i -g npm@latest` to install npm 7 2. run `npx @angular/cli@next new`...
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: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue 1. x...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.6.2 * Operating System version: x86_64 GNU/Linux * Java version: 1.7.0_80 ### Step to reproduc...
0
> Issue originally reported by @babel-bot in babel/babylon#306 Original issue submitted by @gsathya in #5145 ### Input Code result = { __proto__: x, __proto__: y } = value; ### Babel Configuration (.babelrc, package.json, cli command) presets - latest ### Expected Behavior No error ### Current B...
## Bug Report **Current Behavior** TypeError: Property types[0] of UnionTypeAnnotation expected node to be of a type ["FlowType"] but instead got "TSTypeAnnotation" at validate (/work/node_modules/@babel/types/lib/definitions/utils.js:128:13) at validator (/work/node_modules/@babel...
0
Tab-completing a name prefixed with `@`, like `@undefined.<tab>` shows an error, when i think ideally it would just do nothing. I ran into this when trying to type `@Meta.dump` and save myself those 4 extra keystrokes. Here's a longer story, with example (using Julia v1.6.2): In the REPL, you can tab-complete to ge...
Open julia with REPL, type `@nonexist.` and hit Tab: _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_) | Documentation: https://docs.julialang.org _ _ _| |_ __ _ | Type "?help" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | ...
1
### Problem description `DatePicker` `onDismiss` function called, when select date. Here's working bin that reproduces the problem. Materi UI version: 0.18.1 Actually, it worked fine on 0.18.0 version.
## Feature request ### Description I think it's ok to call `dismiss` function when date is changed. My case: I have two DatePickers, when I select date from first one, it closes (`autoOk` prop) and then I open second picker automatically with prefilled date (based on value in first picker). If user doesn't change...
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.2 * Operating System version: centos 6.8 * Java version: java 8 服务在发布后,请求开始打到我们的api应用,api应用再...
* 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.7 * Operating System version: macOS * Java version: 1.8u251 as I use dubbo spring boot , jus...
0
//glide compile 'com.github.bumptech.glide:glide:3.7.0' compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar' Device/Android Version: Samsung Galaxy7 edge, android 6.0 meizu mx5, android 5.0 Glide.with(context) .load(url) ...
Hi! I'm using Glide in a Listview that loads preview images Glide.with(activity) .load(stringUrl) .centerCrop() .crossFade() .into(imageView); How can I fetch this loaded image file from cache? Or better, can I set a name to a file when is saved in cache? I know how to get cache dir...
0
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussions forum 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...
Uhh I don't know if this whole checklist is useful.. Just run `celery <anything> --help` and instead of printing help it would attempt to run the command instead. E.g. `celery worker --help` will start worker. Tried 4.4.6, works fine. # Checklist * I have verified that the issue exists against the `master` branc...
0
The `shared_preferences` plugin only works for the app itself, not when running unit tests. To my mind this means that the Exception report package:flutter/src/services/platform_channel.dart 278:7 MethodChannel.invokeMethod ===== asynchronous gap =========================== dart:async ...
ERROR: type should be string, got "\n\nhttps://flutter.io/setup-windows/#clone-the-repo currently recommends to add\nflutter to the `PATH` with the following command:\n\n \n \n setx PATH \"%PATH%;<cd>\\flutter\\bin\"\n\nThis is problematic because it messes up the `PATH` in a bad way (and the\nresult differs depending on if the command is executed in PowerShell or CMD):\n\nIn CMD, the first `PATH` in the command references to the _user_ PATH while\nthe second instance (`%PATH%`) is expanded (by CMD) to the _combination_ of\nuser and system PATH. Essentially, this means that the command copies the\nsystem PATH into the user PATH and stores system+user PATH in the user PATH\nvariable. This leads to duplication (some values are now present in system and\nuser path) and it is also likely that the new user path will now be larger\nthan the max length for env variables (1024 characters). This causes the PATH\nto get silently truncated (bad! some values that were in the PATH will get\nlost!).\n\nIn PowerShell it fails in a different way: The first `PATH` in the command\nstill references to the _user_ PATH. However, PowerShell does not expand\n`%PATH%` to anything and just writes the string `%PATH%;<cd>\\flutter\\bin`\nverbatim into the user PATH variable overwriting whatever used to be in the\nuser PATH variable. The old values of the user path are lost!\n\nWhat's the solution?\n\nUnfortunately, there is no easy build-in way to append anything to the user\nPATH from CMD or PowerShell. Here are our options:\n\n * We could redirect users to the Windows GUI for editing the PATH variable: \n * Control Panel > User Accounts > User Accounts > Change my environment variables\n * Under \"User variables\" add a PATH user variable with the full path to `flutter\\bin` as value. Or, if a variable with that name already exists, add the full path to `flutter\\bin` to it separated by `;`.\n * We could provide a script to modify the PATH variable directly in the registry. Example for CMD: \n * `for /f \"skip=2 tokens=3*\" %a in ('reg query HKCU\\Environment /v PATH') do @if [%b]==[] ( @setx PATH \"<path to flutter\\bin>;%~a\" ) else ( @setx PATH \"<path to flutter\\bin>;%~a %~b\" )`\n * scary command\n * only works in CMD, would have to provide alternatives for other shells (e.g. PowerShell, etc)\n * We could ask users to modify the PATH for the current session only: \n * in CMD: `set PATH=C:\\src\\flutter\\bin;%PATH%`\n * in PowerShell: `$env:path=\"C:\\sdfsdf sdf\\bin;$env:path\"`\n * PATH modification is not permanent, lost when current shell window is closed\n * need to provide different commands for different shells\n\nGiven that the first option is going to be the only one that will work\nindependent of what shell is used, I'd vote for changing the documentation to\nthat one.\n\n"
0
[ X ] feature request **Current behavior** The current error thrown when a service hasn't been defined in a module is: zone.js:522 Unhandled Promise rejection: No provider for XService! ; Zone: <root> ; Task: Promise.then ; Value: Error Error at Error.ZoneAwareErro...
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting **Current behavior** Actually I have <span class="slds-form-element__help" *ngIf="form.get('sapNumber').errors?.maxlength" i18n>Maximum de {{max8}} caractères...
0
**Describe the bug** The axis arrows of the TransformControls are aligned with the component's local coordinate system, even if the default "world" space is used. Dragging the arrows still works as normal, so the movement of the object does not match the drag direction of the arrows if the transformed object is rota...
**Describe the bug** TransformControls setSpace() does not update gizmo transform as it did in Three r127. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://threejs.org/examples/?q=transform#misc_controls_transform 2. Select the cube 3. Rotate it by ~30 degrees on one axis 4. Press `Q` to...
1
* Electron Version: v2.0.2 * Operating System (Platform and Version): Linux * Last known working Electron version: **Expected Behavior** while using window's background property in electron API and CSS background property I should get a similar result. **Actual behavior** I set the window's background prop...
* Electron version: 1.7.x * Operating system: macOS 10.12.5 ### Expected behavior Setting a window `backgroundColor` should produce the same visual result as setting it via CSS. ### Actual behavior There is a slight flicker from where the background color from CSS kicks in. ### How to reproduce * create a...
1
Note this is the step before actual compilation occurs. I'm not sure how to debug it, but below is the output for the compilation. Here is my babelrc { "presets": ["es2015", "react", "stage-0"] } Here is the output running with `DEBUG=babel` ❯ time DEBUG=babel babel -d blah b...
Inspired by babel/minify#300, babel/minify#375 and #4896 I was thinking how to properly solve all this cases. Here a short introduction to the problem: Assuming this code: active ? a() : b(); Now assuming a transform removes all `a()` calls, and the resulting code gets active ? : ...
0
### Apache Airflow version 2.3.2 AND 2.4.2 ### What happened * Was running on version 2.3.2, out of sudden, scheduler keeps crashing and restarting. Upgrading to 2.4.2 does not resolve the issue. * It appears that one particular pipeline cannot updated to be successful (after all tasks succeeded) ## Symptom 1...
Let's say that you have a DAG with 8 retries and email_on_failure=True. The first 6 times it fails due to a server conn error, and on the 7th it works. I really don't care why it failed the first six times, and I will care just if it fails the 8th time. It would be nice to have a parameter that allows us to only re...
0
Note: I am not trying to get help fixing my code. I am only reporting what I think is a bug in typescript. See branch "AddVS15" of https://github.com/kevinpas/Klib6 There are two imports in the startup file "Klib6/Tests/Core/CoreTests.ts". If you comment out the second one you can successfully run and debug/step th...
Issue moved from http://typescript.codeplex.com/workitem/2448 If a require statement has a non-relative path (eg. require('mymod') ) then tsc will search all directories from the container of the requiring file all the way up to the file system root for a corresponding source file. This can result in the require p...
1
Is there a command that will run my file without opening the debug console and without opening the debug tab?
_From@Wosi on October 13, 2015 14:22_ I'm looking for a way to implement an advanced source highlighting where a language service changes the color of words in a file. The result would look similar to the output Visual Studio creates in C# files. The screenshot shows C# code in Visual Studio. The word "Customer...
0
#### Code Sample, a copy-pastable example if possible import pandas as pd df = pd.DataFrame(columns=["A", "B", "C"]) df.set_index(["A", "B"], inplace=True) df.ix[("x", "y"), :] = 0 print(df) print(df.ix[("x", slice(None)), :]) print(df) ##### Output C ...
### Small Example In [13]: import pandas as pd ...: ...: df1 = pd.DataFrame(data=dict(A=[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], ...: B=[1, 1, 2, 2, 2, 3, 1, 1, 1, 2, 3, 4], ...: C=[1, 2, 1, 2, 3, 2, 1, 2, 3, 2, 1, 4...
1
### Bug report **Bug summary** When saving the figure as a PDF, the items are grouped unusually, which leads to unexpected results when shown in a viewer that supports knockout effects. While this is not problematic most of the time, the issue causes troubles if the PDF created by matplotlib is edited within Illu...
### Bug report **Bug summary** The baseline images for the rgba_markers test (rgba_markers.{png,pdf,svg}) clearly show differences in rendering between agg, pdf and svg: ![rgba_markers](https://user- images.githubusercontent.com/1322974/34086128-4fa9ac6c-e34e-11e7-86e8-240e8206dd78.png) top left is the svg baseli...
1
**Elasticsearch version** : 5.0.0-alpha5 **Plugins installed** : [] **JVM version** : Oracle Java 1.8.0_102 **OS version** : Windows 10 x86_64 **Description of the problem including expected versus actual behavior** : When switching from 5.0.0-alpha4 to 5.0.0-alpha5, existing elasticsearch.yml stopped working, w...
Sort by a column of type 'short' throws an exception
0
Challenge http://freecodecamp.com/challenges/waypoint-manipulate-arrays-with- unshift has an issue. The error is in the assert function. It says `toLowerCase()` is not a function
Challenge http://www.freecodecamp.com/challenges/waypoint-manipulate-arrays- with-unshift has an issue. Please describe how to reproduce it, and include links to screenshots if possible. I entered myArray.unshift(["Paul"]); the error message d[0].toLowerCase is not a function ![unshift](https://cloud.githubuserco...
1
### System info * Playwright Version: [v1.34.3] * Operating System: [macOS 13.2.1] * Browser: [Chromium, Firefox] ### Source code * I provided exact source code that allows reproducing the issue locally. When I use newContext() and post() api to send multipart form which includes a file, I get the error `...
### System info * Playwright Version: [v1.XX]: 1.32.3 * Operating System: [All, Windows 11, Ubuntu 20, macOS 13.2, etc.]: Windows 10 * Browser: [All, Chromium, Firefox, WebKit]: Chromium * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. **Link to the...
0
Right now I have managed to setup a single webpack configuration and webpack- dev-server (hotload) that managing all my subprojects/plugins at the same time. However, I would like to be able to resolve folders for each subproject, such as `/components`, so as to avoid long relative paths. Is this possible? I have t...
I am upgrading existing apps from webpack 4.43.0 to webpack 5.0.0-beta.28. I am seeing multiple deprecation warnings. I am using "webpack": "^5.0.0-beta.28", "webpack-cli": "3.3.12", "webpack-dev-server": "3.11.0", "html-webpack-plugin": "4.3.0", "duplicate-package-checker-webpack-plugi...
0
#12278 was originally about this, but was changed to be about go/build. go/build and x/tools/go/loader now know about vendor directories, but there is more work to do to make goimports add the correct paths. When working on `$GOPATH/src/a` that vendors `b`, instead of adding the (disallowed) import `"a/vendor/b"`, ...
If someone is working in a tree where they have gone to the trouble to vendor a package, as long as the vendored copy is visible (not blocked by internal) we should make sure the vendored copy is always preferred. Otherwise goimports may hurt more than it helps in these situations. Once there is a standard config fi...
1
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no RFC? | no Symfony version | 3.3.x-dev A few weeks ago on master I was able to use `factory` in my `_instanceof` Yaml service declarations. This was useful because all instances of DoctrineRepository need the same factory call. ...
Q | A ---|--- Bug report? | no Feature request? | yes BC Break report? | no RFC? | no Symfony version | master Following up on #22143, the lack of proper error is solved now in #22185, but the use case for `factory` still seems valid: services: _defaults: factory: ...
1
**Do you want to request a _feature_ or report a _bug_?** I would consider it a feature 😈 **What is the current behavior?** React does not put any limits on recursive rendering, using higher-order components. However it does so for calling `this.setState(...)` It reproduces pretty easy with a pair of a Containe...
**Do you want to request a _feature_ or report a _bug_?** * Feature (possibly bug?) **What is the current behavior?** I've been trying out the new Context API in my project and it's awesome. However, in my haste to start using it, I managed to stumble into a situation where every time I would try and render a c...
1
Requests fails on the URL `http://www.whatbird.com/forum/index.php?/gallery/image/291517-foo/`, which is a 301 redirect to http://www.whatbird.com/forum/index.php?/gallery/image/291517-title-paused-jewel-allens-hummingbird-a-backyard-bird-painting-in-oil-by-camille-engel/ . The issue seems to be ...
See this issue on Requests: https://github.com/kennethreitz/requests/issues/1472 This is the truncated traceback: ... /project/virtualenv/lib/python2.6/requests/packages/urllib3/response.py", line 188, in read "failed to decode it." % content_encoding) DecodeError: Received response wi...
1
Hello all, I'm new to FastAPI but I believe this is the right place to be posting this even though the issues I believe stems from Pydantic as I'm using it in the context of FastAPI. I'm running this in Pycharm 2020.2 but have also tried it outside of an IDE. ### Description I've seen similar issues about self-refe...
### First Check * I added a very descriptive title to this issue. * I used the GitHub search to find a similar issue and didn't find it. * I searched the FastAPI documentation, with the integrated search. * I already searched in Google "How to X in FastAPI" and didn't find any information. * I already read...
0
**Glide Version** :4.6.1 **Integration libraries** : okhttp3 **Device/Android Version** :all **Issue details / Repro steps / Use case background** : GlideApp.with(imageView.context) .load(url) .thumbnail(GlideApp.with(imageView.context) ...
After the Make Project, it still prompts "can not resolve symbol 'GlideApp',Ask for help~ `compile 'com.github.bumptech.glide:glide:4.0.0-RC1' annotationProcessor 'com.github.bumptech.glide:compiler:4.0.0-RC1'` `@GlideModule public final class MyAppGlideModule extends AppGlideModule {}` Failed to find GeneratedAp...
0
Namespace packages are the source of all kinds of user errors. This would involve moving basemap (and any other 3rd-party packages that install into `mpl_toolkits`, if they exist) to the top-level and installing a shim so it could still be imported from the old location. Cc: ~~@jswhit~~ @WeatherGod to coordinate. ...
### Bug summary As of setuptools v67.3.0 the use of `pkg_resources.declare_namespace` in `lib/mpl_toolkits/__init__.py` raises a `DeprecationWarning`. ### Code for reproduction $ mamba create -n test python=3.10 matplotlib-base -y $ mamba activate test $ export PYTHONDEVMODE=1 $ python -c...
1
sns.distplot(np.concatenate([np.zeros(100), np.ones(10)])) --------------------------------------------------------------------------- ValueError Traceback (most recent call last) <ipython-input-24-9543570a22a7> in <module>() ----> 1 sns.distplot(n...
lmplot Method does not give a good sense of regressed line when axes boundaries are far from zero and not in scale. It might be a good idea to write a method or argument to somehow (either on the plot or as print) output the intercept and slope of the regressed line.
0
#### Code Sample, a copy-pastable example if possible I Haven't written any custom code. #### Problem description I'm trying to install Pandas with pip install pandas, and I'am encountering the following error: nvidia@tegra-ubuntu:~/opt$ sudo -H pip install pandas Collecting pandas Using c...
Now that pip 19 is out, we can attempt to re-add pyproject.toml * * * The release of pip version 10 and the presence of a `pyproject.toml` in our latest released versions gives problems for installing pandas in the following cases: **Problem with installing pandas for Python 3.4** * You get the error _"Double r...
1
### Website or app https://www.youtube.com/ ### Repro steps I was watching a video on youtube when I noticed the new video hover features which were not there on the 15th of January 2022. This then led me to the react dev tools which I noticed had turned blue, never had before. wanted to know of this is a bug or...
### Website or app youtube.com, github.com, gmail.com, lucidchart.app ### Repro steps 1. Open any web app not made with React (e.g.: youtube.com, amazon.com, github.com, gmail.com, lucidchart.app) 2. The react icon is ON and the popover message says: 'This page is using the production build of React. ✅' ###...
1
Got another ICE, this time it only shows itself when compiled with debug info (rustc -g error.rs). Also of note is that another ICE shows itself if the State wrapper is removed (I can file a separate report for that if you want but I figure they might be the same issue). struct State<I>; tra...
I thought that my example in #20368 was sufficient to cover one of my desired uses of associated types, but, while that example does now successfully compile, the module I really wanted to improve still fails with yet another ICE. Here's the module in full: use std::default::Default; use st...
1
# Environment Windows build number: [[版本 10.0.18362.10019]] Windows Terminal version (if applicable):Windows Terminal (Preview) Version: 0.5.2681.0 Any other software? # Steps to reproduce when drag and select some character, now right click the mouse. the terminal will exit without...
Windows Terminal Preview crashes when using right click to copy multiple lines of text in PowerShell 7.0.0-preview.4. Feedback Hub link with crash # Environment Windows build number: 10.0.18362.0 Windows Terminal version (if applicable): 0.5.2661.0 Any other software? PowerShell...
1
I would like to set an http request timeout in the kubernetes Go client, however: 1. The underlying http client is not exposed. 2. Even if I access the underlying http client through an (admittedly inelegant) cast and set the timeout, requests fail because the Transport does not support the CancelRequest method....
**What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): "scheduledjob", "scheduledjob replace", "scheduledjob not found", "scheduledjob FailedGet" * * * **Is this a BUG REPORT or FEATURE REQUEST?** : BUG REPORT **Kubernetes...
0
We have a little markdown renderer that support bold, italic, and link but I think it wrong wrt to bold and italic. It uses `*` and `_` instead of `**` or `__` (bold) and `*` or `_` (italic). I might be wrong but at least it isn't consistent with markdown here on github.
In case of an exception while debugging code you have the chance to jump to the line of the source code by clicking on the underlined text in red. That feature is not available in a hove message but it might be a good idea to allow the user to click on a link in a hover message and "do something" like opening the li...
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 behavior...
That means `NgClass` is broken. The reason is annoyingly that IE 11 doesn't support `classList` on SVG elements, so `add`ing to `undefined` in the BrowserDomAdapter throws.
1
Example PR: #23876 /cc @kubernetes/goog-node @smarterclayton
FYI. I just noticed this when I am working with several PRs, #23400, #23521, #23473 I think this needs to be fixed asap.
1
Hi, Prior to the changes I was able to press the Run Code 1x and received my positive feedback and move to the next challenge. Now I have to press it after I receive my postive feedback to go to the next challenge. Was this intentionally done? Challenge http://www.freecodecamp.com/challenges/waypoint-add-different-...
Challenge http://www.freecodecamp.com/challenges/waypoint-iterate-over-arrays- with-map has an issue. Please describe how to reproduce it, and include links to screenshots if possible. Even though the assertions are right, you need to hit the run code button twice to advance in the waypoints in the "Object Oriented ...
1
ERROR: /home/wenjian/pkgs/tensorflow/tensorflow/core/kernels/BUILD:2207:1: no such package 'base': BUILD file not found on package path and referenced by '//tensorflow/core/kernels:android_tensorflow_kernels_no_rtti_lite_runtime'. ERROR: /home/wenjian/pkgs/tensorflow/tensorflow/core/kernels/BUILD:220...
I am having trouble configuring the latest master branch (`dbe7ee0`). When I run `./configure`, I get: ERROR: [...]/tensorflow/tensorflow/contrib/session_bundle/BUILD:107:1: no such target '//tensorflow/core:android_lib_lite': target 'android_lib_lite' not declared in package 'tensorflow/core' defined ...
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.x * Operating System version: *nix * Java version: 1.7 ### Steps to reproduce this issue ...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.0 * Operating System version: MAC * Java version: 1.8 ### Steps to reproduce this issue 1...
0
### Describe your issue. About a year ago (commit `6b08e08`) the `optimize.tnc` module gained some deprecation warnings, indicating that symbols of the form `optimze.tnc.<SYM>` were deprecated, use instead `optimize.<SYM>`. Since none of these symbols exist in optimize directly, doing as suggested generates `ImportE...
_Original tickethttp://projects.scipy.org/scipy/ticket/645 on 2008-04-19 by @nilswagner01, assigned to unknown._ >>> numpy.__version__ '1.1.0.dev5046' >>> scipy.__version__ '0.7.0.dev4152' ===================================================================...
0
persist datasource implementation YAML in registry center like this is not good: ds_0: !!org.apache.commons.dbcp.BasicDataSource accessToUnderlyingConnectionAllowed: false defaultAutoCommit: true defaultReadOnly: false defaultTransactionIsolation: -1 driverClassName: com.m...
### Brief description of bug #### Self-Diagnosis * I have reviewed the documentation. * I have reviewed the Wiki. * I have tried to use the latest version. * I have searched the issues for an answer to my question. * I have searched the web for an answer to my question. #### Environment * Operating Sy...
0
* Electron version: 1.7.3 * Operating system: Windows 10 ### Expected behavior ipc message from parent to child webview should deliver while both webPreferences['contextIsolation'] = true and webPreferences['sandbox'] = true ### Actual behavior When both webPreferences['contextIsolation'] = true and webPrefere...
* Electron version: 1.8.2 * Operating system: MacOS, Windows10 ### Expected behavior ipc messages from the main process should be sent to the renderer process when both `sandbox` and `contextIsolation` are set. ### Actual behavior ipc messages sent in listeners to webview events are not visible in the rendere...
1
So I have this implementation of a select menu as follows: import * as React from 'react'; import TextField from 'material-ui/TextField'; import { MenuItem } from 'material-ui/Menu'; export default class TestPage extends React.Component { render() { return <div> ...
When writing theme overrides, (following https://material- ui.com/customization/themes/#the-other-variables) changing the shadows array doesn't override the default shadow style. Other elements like spacing and typography work fine. * I have searched the issues of this repository and believe that this is not a...
0
**Glide Version** : 3.7.0 **Device/Android Version** : Reproduced on Android 7.0 emulator and various 6.0 devices (Nexus 5, Galaxy Note 5, others) **Issue details / Repro steps / Use case background** : Suppose you have two images you want to toggle between in a single, static `ImageView`. They're both mem...
**Glide Version** : 4.2.0 **Integration libraries** : none **Issue details** : I have an `ImageView` that needs to be refreshed often, but each time there is a change the image **flickers** white (unless it is present in the memory cache). This must be the default behavior, as I can see in the basic lifecycle of...
1
Describe what you were doing when the bug occurred: 1. I was debugging one of my react components and found the issue. 2. As soon as I open react dev tools, and scroll I encountered this problem 3. * * * ## Please do not remove the text below this line DevTools version: 4.11.0-39713716aa Call stack: at st...
**Do you want to request a _feature_ or report a _bug_?** Feature **What is the current behavior?** React dev tools has the very useful "inspect dom node" feature that ties a component in your tree to its particular dom node. **What is the expected behavior?** In e2e testing scenarios using tools such as cypress...
0
I just upgraded to 18.1 w/ conda. I started noticing this problem in some notebooks I created before the upgrade but recently revisited for further analysis. #### Code Sample, a copy-pastable example if possible import numpy as np import pandas as pd df = pd.DataFrame({'task_complete':['succes...
#### Code Sample, a copy-pastable example if possible import pandas as pd import numpy s = pd.Series([1, 2, 3, 4, numpy.nan]) s.quantile(0.5) nan #### Expected Output I would expect 2.5 as output (as with version 0.17.1). #### output of `pd.show_versions()` commit: None python: 2....
1
[Enter steps to reproduce below:] I was on a Unsaved File and I used Ctrl+W to close it. **Atom Version** : 0.186.0 **System** : Mac OS X 10.10.1 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module 'dialog' Error: Cannot find module 'dialog' at Function.Module._resolveFilename (...
[Enter steps to reproduce below:] 1. Right-click a file in the left column. (The file I used was green, not added to Git, and empty.) 2. Click Delete. **Atom Version** : 0.186.0 **System** : Mac OS X 10.10.2 **Thrown From** : tree-view package, v0.164.0 ### Stack Trace Uncaught Error: Cannot find module '...
1
Does anyone have any thoughts? The application can be compiled to run on both Android and iOS simulator (and through an attached iPhone in debug mode) - functions as expected. The application has been uploaded to Google Play and functions appropriately. The crash occurs after you have gone through the validation pro...
The method updatePassword(to:..) is missing from the FirebaseAuth.currentUser(). This means we can not update a authenticated user's password in app. We have have to send a password reset email instead which means the user has to leave the app. This exists on the iOS, Android and Web SDK documentation I am using ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.8 * Operating System version: linux * Java version: 1.8 ### Steps to reproduce this issue 服...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.4.1 * Operating System version: windows * Java version: 1.8 ### Steps to reproduce this issu...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME no_log ##### ANSIBLE VERSION 2.3 ##### CONFIGURATION ##### OS / ENVIRONMENT Centos ##### SUMMARY Hello, we are using no_log and mysql module and both items are showing passwords in clear text. Example: TASK [mysql_users : Grant all privile...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME no_log ##### ANSIBLE VERSION ansible 2.1.1.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION Using Ansible Tower ##### OS / ENVIRONMENT Ubuntu 14.04.4 ##### SU...
1
The icons from material-ui-icon have no TS typings, so there's no way to import them without getting a (Could not find a declaration module for module FOOBAR) warning. The only workaround is to use an old const AddIcon = require('material-ui- icons/Add').default; * I have searched the issues of this repository a...
I am trying to change the default color for the palette for example: import { red, grey } from 'material-ui/colors' const theme = createMyTheme({ palette: { primary: red['300'], secondary: grey, }, status: { danger: 'orange', }, }); ...
0
Maybe something like this? var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) Object.defineProperty(d, p, Object.getOwnPropertyDescriptor(b, p)); function __() { this.constructor = d; } d.prototype = b === null ? Object.cr...
The following code: var i = 0, j = 0; class Base { get instanceAccessor() { return ++i; } static get staticAccessor() { return ++j; } toString = () => 'instance: ' + this.instanceAccessor + ' static: ' + Base.staticAccessor; } class Derived exte...
1
MSRA's deformable Convolution Net needed~ i found that it had been implement in pytorch at :https://github.com/oeway/pytorch-deform-conv is there any possiblity add this module into core of pytorch?
## 🚀 Feature Exactly as introduced in Microsoft paper : https://arxiv.org/pdf/1703.06211.pdf ## Motivation This operator has great advantages and abilities, and his popularity is increasing. I don't think that any further explanation is needed. BTW, other frameworks already have this operator, and I'm not talki...
1
**I'm submitting a ...** (check one with "x") [ x] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question I am upgrading from beta.17 When using http.get I can ...
**I'm submitting a ...** (check one with "x") [x] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question **Current behavior** <a routerLink="/team...
0
### Description Building a kd-Tree can be done in O(n(k+log(n)) time and should (to my knowledge) not depent on the details of the data. However, the KDTree implementation in scikit-learn shows a really poor scaling behavior for my data. I cannot produce this behavior with data generated by sklearn.datasets.samples_...
I don't know if this is related to #6147. I am using " _The scikit-learn version is 0.18.dev0_ " and I have no exception though, so this is different. In any case, this is my code (the data I am using is the same as the data for the Santander kaggle competition, too big to attach). `alg = XGBClassifier(max_depth=4,...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.7 * Operating System version: Mac * Java version: jdk 1.8 ### Steps to reproduce this issue ...
* 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. SOFARegistry is a production-level, low-latency, high-availability service registry. Can we integrate with it?
0
It is very common to add statistical annotations when comparing boxplots or barplots. See the screenshot for an example. (A) Are there any plans to include a similar feature or (B) to at least facilitate the addition of such annotations? ![image](https://user- images.githubusercontent.com/11406002/84556825-a2814f00...
Seems like there is something preventing heatmap annotation but I'm not sure what. To reproduce this just run the example here. This is what I get: ![image](https://cloud.githubusercontent.com/assets/8889265/12174877/35b63cf4-b52d-11e5-8e03-4c59fddc666d.png) I'm using the most up to date version of seaborn on cond...
0
Does anyone thought about adding support for fluent API (something similar/same as Dart does)? class A { k = 10; constructor(private n) { } run(): void { ... } test(): void { ... } } new A(2) ..k = 20 ..run() ..test(); this could b...
With `noImplicitAny: true` set, the following should fail, but it doesn't: const x = ({ f }) => 1; TS 1.8.7
0
* I tried using the `@types/xxxx` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in `ind...
* I tried using the `@types/react` 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 `in...
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.4 * Operating System version: Darwin Kernel Version 18.7.0 * Java version: 1.8.0_181-b13) ##...
There is a difference between timeout and network timeout. In FailoverClusterInvoker, whether it is timeout or network timeout, it is ignored. If it is a business timeout, then two retry attempts will cause an avalanche effect. In FailfastClusterInvoker, there is no fault tolerance for network timeouts. If it is a ne...
0
### Apache Airflow version 2.3.0 ### What happened Hello! I'm using taskflow api for my dag and was trying to run the last task even if the previous task failed, I used `@task(trigger_rule=TriggerRule.ALL_DONE)` but i still got the ending task failed too. ![image](https://user- images.githubusercontent.com/38496...
### Apache Airflow version 2.3.2 (latest released) ### What happened Using TaskFlow API and have 2 tasks that lead to the same downstream task. These tasks check for new data and when found will set an XCom entry of the new filename for the downstream to handle. If no data is found the upstream tasks raise a skip ...
1
##### Description of the problem I have an issue when I export a JSON file from Maya using the JSONExporter. I have been trying to export a character with morph targets, but can see no option for this on export and no field for 'Morph Targets' in the JSON file after export. I have searched all over for an answer to...
Browserify Moving to this architecture has advantages and disadvantages. Please add your thoughts. Note: this does not require three.js consumers to use browserify.
0
We are building a Numpy python wheel from source, and binding it to a version of MKL that is installed on our cluster. Since Numpy 1.19, a single test fails when running `numpy.test()` : > assert info.get_lib_dirs() == lib_dirs E AssertionError: assert ['/cvmfs/soft.../lib/intel...
python-3.8.3, numpy 1.19.0 numpy is compiled against intel mkl 2018.2.199 (newer versions of mkl + numpy => nvidia's nvblas no longer work ) OS ubuntu linux. >>>np.show_config() blas_mkl_info: libraries = ['mkl_rt', 'pthread'] library_dirs = ['/opt/intel/mkl/lib/intel64/'] ...
1
Starting the 0.3 pre-release binary on Mac 10.8.5 and also another machine with 10.9.1 just stops after the the call "exec '/Users/.../.../julia.app/Contents/Resources/julia/bin/julia' [Process completed] 0.2 works.
Julia-0.3.0-prerelease-d2d9bd93ed for OSX 10.6 64-bit crashes instantly at launch on an iMac model iMac10,1 with Mac OS X 10.6.8 processor Intel Core 2 Duo 3.06 GHz I don't have any debug tools on this machine but I think it is an illegal instruction. Julia 0.2 for OSX 10.6 64-bit works.
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:** * 11...
Before I begin, I am aware that this is a duplicate of #4583, but I couldn't find sufficient troubleshooting info. **Reproductional Steps:** 1. Download YakYak for Linux from the GitHub Repo and extract it to the /opt directory for installation 2. Open the Bash terminal and run `yakyak.` You can also use the r...
0
When a site redirects to an URL containing "/../", requests passes it verbatim instead of interpreting it. ## Expected Result requests should remove the ".." component and the previous component, by interpreting the ".." as meaning "parent folder". All real browsers do it. libcurl/curl (and wget) does it too. T...
Browser & other tools seem to ignore trailing dot in the URL. Unfortunately `requests` does not. Compare $ curl -s https://github.com/. -o /dev/null -w "%{http_code}"; echo 200 With $ python -c 'import requests; print(requests.get("https://github.com/.").status_code)' 404 ...
1
**Mike Youngstrom** opened **SPR-3370** and commented There are cases where PersistenceAnnotationBeanPostProcessor doesn't find lazy loaded EMFs. I think it's because in findNamedEntityManagerFactory it uses beanFactory.isTypeMatch() to find EMFs that implement EntityManagerFactoryInfo and isTypeMatch() only matches...
**Osvaldas Grigas** opened **SPR-8269** and commented When using AnnotationConfigApplicationContext, if I declare at least one `@Bean` of type BeanFactoryPostProcessor (even if it's a stub that doesn't do anything), this breaks default post-processing of the `@Configuration` bean, meaning that `@Autowired` fields ar...
0
...to have a better visual separation from files
Can you please add file icons support in the tree view? I know that access from extension to the DOM is restricted. But it will be good to add some language-id attribute to the tree-view element. For example in the render function. So it will be easy to modify view of files with different types with CSS, without mod...
1
## Steps to Reproduce Create a nested navigator. The top level navigator handles back just fine, but a WillPopScope within the inner navigator is completely ignored. This is still the case if a WidgetsBindingObserver is used with the inner navigator. ## Discussion... I've debugged through and the reason this seem...
Design doc The goal for this refactoring: * 1\. Refactor the imperative api to continue working in the new navigation system * 2\. Introduce new page api to Navigator widget for more flexible navigator history modification * 3\. Implement Router widget for a more convenience api which wraps navigator widget...
1
**Apache Airflow version** : 2.1.0 **Environment** : * **Cloud provider or hardware configuration** : * AWS ECS EC2 mode. RDS PostgreSQL for DB. * **OS** (e.g. from /etc/os-release): * RedHat * * **Other** * LDAP authentication enabled **What happened** : We upgraded from 2.0.1 to 2.1.0 and now...
**Apache Airflow version** : 2.1.0 **Browsers** : Chrome and Firefox **What happened** : Before upgrading to 2.1.0 ![before](https://user- images.githubusercontent.com/14293802/120359517-c1ca1100-c2d5-11eb-95ba-58ccc0a3ac37.png) After upgrading to 2.1.0 ![after](https://user- images.githubusercontent.com/14293...
1
If you know how to fix the issue, make a pull request instead. * [x ] I tried using the `@types/node` package and had problems. * [ x] 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 appropriat...
* I tried using the `@types/xxxx` package and had problems. * I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript * I have a question that is inappropriate for StackOverflow. (Please ask any appropriate questions there). * Mention the authors (see `Definitions by:` in `ind...
0
**System information** * Have I written custom code (as opposed to using a stock example script provided in TensorFlow): No * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 * Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A * TensorFlow i...
**System information** * Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Yes * OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 * Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A * TensorFlow i...
1
# Bug report We have a multi-page website that uses Webpack v4. Some pages have entry files. All pages have UI that needs JS to run. In the past, we have had an entry that acts as a global JS initializer. This contains code for the site navigation, modernizr, and other global utilities. This is site level, consider...
@niieani * `afterAll` and `beforeAll` are called even if the test cases are skipped * running test suites with all test cases skipped takes very long time * `yarn test:integration -t runtime-chunk --watch` on node.js v10.0.0 (windows) causes this: [6904]: src\fs_event_wrap.cc:90: Assertion `wr...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.6-SNAPSHOT synchronized (parameterClassName.intern()) { CtClass ...
* 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.X * Operating System version: win10 * Java version: 1.8 ### Steps to reproduce this issue ...
0
Hi, I would like to have an option to be able to add an apiPort, same as baseUrl to playwright.config what could possibly improve the way I can manage the projects - also helping to handle api testing.
Let us know what functionality you'd like to see in Playwright and what your use case is. Do you think others might benefit from this as well? **Yes** From time to time, we like to test our API as well with Playwright. Sometimes the format is different from the baseUrl, that's why an `apiEndpoint` might be benefic...
1
When running the following query: FOREACH ( n0 IN [] | CREATE ()<-[x:A]-(), ({n1:endNode(x).n2}) ) I encountered the following error: Neo4jError: Neo.DatabaseError.Statement.ExecutionFailed (Index 3 out of bounds for length 0) I believe the query mentioned above is semantically an...
Attempting to create a uniqueness constraint causes Neo4J to hang. **Neo4j Version:** 3.2.6 **Operating System:** Ubuntu 16.04 **API:** Cypher in web interface, also occurs from Py2Neo ### Steps to reproduce 1. With new, empty graph, enter in web interface `CREATE CONSTRAINT ON (book:Book) ASSERT book.isbn...
0
I did some work in #259 in prep for this, e.g., pulling in `cross-env` and removing a few `&&` operators. There's probably a bit more work to be done, but it would be lovely to have this framework support Windows users.
Repo will add CI for automatic testing when have new pull request ?
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(dev-metadata) * Operating System version: Mac * Java version: 1.8 ### Steps to reproduce thi...
* 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.4.9 * Operating System version: Linux * Java version: 1.8 ### 场景 现在有3个服务提供者,分别是A、B、C, 消费者D启动,...
0
I'm doing def start_requests(self): while 1: words = read_a_list_wanna_crawl() ips = get_a_ip_list() if words.count() > 0: for _, __ in zip(words, ips): print('do while') ...
Hey, I'm wondering what would be the correct way of suspending the crawler in a scenario like this: * Crawl a table page per page * Stop once an item on the page has already been processed Let's say I have 5 pages defined in the start_urls, these pages urls look something like: * target.com/list-0 * target...
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 Hi, I am building libtorch for windows from build_windows.bat an...
Going through the code, I see there is already support for ROI Pooling CUDA kernels. It would be great to have support for various ROI Pooling operations as easy to add layers to facilitate research in object detection and semantic/instance segmentation. Here is a live checklist: * ROI Pooling * Position Specif...
0
#### Challenge Name Record Collection #### Issue Description If I test by hand updateRecords(5439, "tracks", "Take a Chance on Me"); it wont work, otherwise any other test will work and valid challenge. try : #### Invalid Code // Setup var collection = { "2548": { "album": "S...
I think it would be better if only the most recent version of a project is shown on one's profile page. Let the discussion begin! ![fcc- issue](https://cloud.githubusercontent.com/assets/10459779/10044696/f2e3a110-61ca-11e5-98f3-0100007b0452.png)
0
# Bug report ## Describe the bug Whenever I do `npm run build` it doesn't remove the old files from previous builds inside the .next folder. This eventually causes the `.next/server/static/` folder to have a lot of folders of the old builds. Is this intended? ## To Reproduce Steps to reproduce the behavior, pleas...
# Bug report ## Describe the bug `core-js` is getting loaded in my bundles, multiple times actually, both in my `main.js` file and my `_app.js` file, and I have no use for it. ## To Reproduce It's the default behavior, the default hello-world example should reproduce this. ## Expected behavior There should be a...
0
It appears that when there is a path outside the plotting limits then not all the path coordinates get plotted. When I run the code below with `xmax=1.1` versus `xmax=1.0`, the axvspan is plotted wrong in latex. Inspection of the pgf file for the two versions of `xmax` indicates that a `\pgfpathlineto` command is mis...
I have a figure that I need to compile using PGF backend because the \Game symbol is incorrect (another issue will be opened for that problem). But when I do, the curves bounding the fill seem to get cropped to the visible window, which breaks the fill, as seen here: ![ddlabeled](https://camo.githubusercontent.com/...
1
On this page, clicking the link **[source]** brings you to a 404 page: https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.trapz.html
I wanted to consult the source code of interpolate univariate at the following link : http://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.UnivariateSpline.html#scipy.interpolate.UnivariateSpline But the source code gave me a dead link : http://docs.scipy.org/doc/scipy/reference/generated/scipy-...
1
# Bug report **What is the current behavior?** Since `v4.20.0` defining an `output.library` as an Array results in `var = undefined` without a `output.libraryTarget`. Also using values of `"this"` or `"window` result in similar behavior when `output.library` is an Array. **If the current behavior is a bug, please ...
# Bug report **What is the current behavior?** Combination of `output.libraryTarget: 'window'` and `output.library: string[]` gives an erroneous rusult: window[undefined] = ... **If the current behavior is a bug, please provide the steps to reproduce.** const config = { ...
1
Bug fixes to `Table` and `TableBody` components. I have made some bug fixes to `v0.20.0`, how can I submit them as a PR? There's no base branch for that version. See the code changes. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Two behaviours I...
* I have searched the issues of this repository and believe that this is not a duplicate. As the title says, adding `align-self` rule to `Grid` component like `<Grid item={true} alignSelf={'flex-end'} />` would be great => https://css- tricks.com/almanac/properties/a/align-self/
0
Suppose we wish to form a prediction by bagging a number of SVCs. import numpy as np from sklearn.svm import SVC from sklearn.ensemble import BaggingClassifier # get data feat=np.random.normal(size=(100,2)) lbl=np.random.choice(a=3,p=[.45,.45,.1],size=100,replace=True) wght...
Hi, The BaggingClassifier does not check if the number of classes of the random drawn samples for one of its estimators matches the number of classes in the dataset, resulting in an error message when its predict method is used: -------------------------------------------------------------------------...
1