text1 stringlengths 2 269k | text2 stringlengths 2 242k | label int64 0 1 |
|---|---|---|
Flask will send 400 "Bad Request Version" if Flask send 401 or 403 response to
Client without closing the http connection.
1. Client POST text/xml message without "Basic Authorization"
2. Server response 401, but don't send "HTTP: close"
3. Client POST text/xml message again with "Basic Authorization"
4. Ser... |
With the following example:
from flask import Flask
app = Flask(__name__)
@app.route('/', methods=['POST'])
def hello_world():
return 'Hello World!'
if __name__ == '__main__':
app.run()
When you set the request body to `{}` with Postman or any H... | 1 |
### Is there an existing issue for this?
* I have searched the existing issues
### Current Behavior
New lines in arguments supplied to `npx` are replaced with \n when reading via
process.argv
So "
" becomes "\n". This behaviour is not reproducible if running a bin script
directly in the command line (`./bin.j... |
### Brief
`npx` and `npm exec` pass _ESCAPED_ multiline string, instead of original
string.
### Is there an existing issue for this?
* I have searched the existing issues
### Current Behavior
$ npx cowsay -- "$(node --version; npm --version)"
__________________
< v14.16.0\n7.15.0 >
... | 1 |
I am trying to
`import 'bootstrap/dist/css/bootstrap.min.css';`
in my next.js project but I get following error
`Module parse failed: Unexpected token (6:3) You may need an appropriate
loader to handle this file type, currently no loaders are configured to
process this file`
I have `next.config.js` file in root d... |
# Bug report
## Describe the bug
Importing a stylesheet from a package is not possible in a page, because next
throws with this error:
Global CSS cannot be imported from files other than your Custom <App>. Please move all global CSS imports to pages/_app.tsx.
Read more: https://err.sh/next.js/css... | 1 |
In [21]: a = np.empty(shape=(0,0))
In [22]: np.lib.apply_along_axis(sum, 1, a)
---------------------------------------------------------------------------
IndexError Traceback (most recent call last)
<ipython-input-22-2fcce4e707fd> in <module>()
---... |
_Original tickethttp://projects.scipy.org/numpy/ticket/1261 on 2009-10-13 by
trac user dpeterson, assigned to @rgommers._
Sent to me via e-mail by Burkhard Neinhues:
I've been trying to compile numpy and scipy on HP-UX. I succeeded in the end,
but some patches were required. I've also attached the results for
numpy... | 0 |
### Issue with current documentation:
In the "Examples" section of
https://numpy.org/doc/stable/reference/generated/numpy.ndindex.html#numpy.ndindex,
the lines of code are not formatted correctly. It seems like they are not
enclosed in a codeblock.
: … print(index) (0, 0, 0) (0, 1, 0) (1, 0, 0) (1, 1, 0) (2, 0, 0) (2, 1, ... | 1 |
Flutter crash report; please file at
https://github.com/flutter/flutter/issues.
## command
flutter build bundle --suppress-analytics --target
/Users/jingjinggu/develope/longzhu/flutter/LongzhuFlutterAndroid/longzhuflutter/lib/main.dart
--preview-dart-2 --target-platform android-arm64 --depfile
/Users/jingjinggu/dev... |
I've read through #4959 and am glad that a solution to specifying custom
routeTransitions is available,
though I really wish there were predefined route transitions (like we have for
`Alignment.topLeft`, or for `mainAxisAlignment` and other stuff), which we
could call like:
Navigator.push(
cont... | 0 |
### System info
* Playwright Version: 1.30.0
* Operating System: windows 10
* Browser: firefox, chromium
### Source code
* I provided exact source code that allows reproducing the issue locally.
**Config file**
// playwright.config.ts
import type { PlaywrightTestConfig } from '@playwrig... |
### System info
* Playwright Version: v1.34.3
* Operating System: Self hosted runner on GitHub Action
* Browser: Firefox, WebKit
* Other info: Only repro when chromium browser is not installed on the playwright instance
### Source code
* I provided exact source code that allows reproducing the issue loca... | 0 |
The line `reslist[ resindex -1 ]` gives the following error (because of the
`-1`):
ERROR: MethodError: `typed_hcat` has no method matching typed_hcat(::Array{MIToS.PDB.PDBResidue,1}, ::Int64, ::Int64)
Closest candidates are:
typed_hcat(::Type{T}, ::Number...)
typed_hcat(::Type{T}, ::Any... |
This gives the following error:
julia> A = zeros(5)
for i in 1:3
A[2*i -1] = 10
end
ERROR: syntax: invalid spacing in left side of indexed assignment
in eval at ./boot.jl:267
Removing the space in front of `-1` makes it work.
| 1 |
Would be nice to have a simple way of editing the options in the Context Menu
(right click menu). Mine tends to get very cluttered. Current methods of
editing the menu that I have found require third party software or editing the
register which can be a pain.
|
Easily manage the right click actions to edit, open at. Right now this is all
over the place, different applications add right-click extensions and it is a
mess. You can somehow change the default open application. But it would be
great to be able to manage other actions to for example edit e.g Tiff file,
HTML file, ... | 1 |
In the current toolchain roadmap page, I find the information regarding Python
versions confusing as the last versions of SciPy are not listed and also there
is no information about the max Python version for a given version of SciPy.
I propose to change the table with the following columns:
SciPy version | Python ... |
**Is your feature request related to a problem? Please describe.**
The problem is to have an estimator of location (i.e. the mean) in 1 dimension
that is not disrupted by outliers data and that is efficient in heavy-tailed
setting. This is partly solved by the median but there are estimators that are
much more eff... | 0 |
MACHINE: WSL 2 (Ubuntu 20.04)
OS: Ubuntu 20.04
Current version: 1.2.3
What's wrong
dev@Raspberry:~$ deno upgrade
Checking for latest version
downloading https://github.com/denoland/deno/releases/download/v1.3.0/deno-x86_64-unknown-linux-gnu.zip
Version has been found
Deno is upgradi... |
Reproc:
1. Create a script and write `console.log("test")`
2. Run `deno compile test.ts` (this will work)
3. Run `deno compile test.ts` (this will fail)
Notes:
* Deleting the file it produces changes nothing
* Changing the file in any way between doing 2 and 3 causes it to succeed
Terminal log:
... | 0 |
Note that the number of samples the test observed is small small (18 samples)
compared to the test execution time (0.49s). The expected CPU sampling rate is
100Hz.
* * *
http://build.golang.org/log/790f12ebfd076cb47d01055b7ee138b6d40be2b1
go_android_exec: adb shell mkdir -p /data/local/tmp/pprof.test-23878
go_an... |
TestCPUProfileMultithreaded occasionally fails for GOOS=android and
GOARCH=arm.
834 KB/s (2368016 bytes in 2.770s)
go_android_exec: adb shell cp '/data/local/tmp/goroot/pprof.test-3947-tmp'
'/data/local/tmp/goroot/pprof.test-3947'
go_android_exec: adb shell rm '/data/local/tmp/goroot/pprof.test-3947-tmp'
go_an... | 1 |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.3
* Operating System version: MacOS
* 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.7
* Operating System version: windows 10
* Java version: 1.8
### Steps to reproduce this iss... | 0 |
In many threads / meetings I mentioned that we are not satisfied with today's
container runtime interface due to many reasons. Here are the top reasons off
my head:
* Duplicated code for supporting SyncPod for all container runtime implementations, especially with Kubernetes defined policy: StartPolicy, PullPolicy... |
**Is this a request for help?** (If yes, you should use our troubleshooting
guide and community support channels, see
http://kubernetes.io/docs/troubleshooting/.):
**What keywords did you search in Kubernetes issues before filing this one?**
(If you have found any duplicates, you should instead reply there.):
#337... | 0 |
`static pub MANTISSA_DIGITS: uint = 53u;`
I guess that should be 24. Or is there some reasoning behind it that I don't
see?
As well as `std::f32::DIGITS` which should probably be 6 instead of 15.
|
Dependency information from compilers is useful to build incrementally.
Without that, build process will be incorrect and/or slow.
GCC and Clang can emit such information in (a subset of) Makefile syntax.
AFAIK that can be used from `make` (of cource) and ninja. It might be nice if
rustc provides similar feature, I ... | 0 |
The following `export` statement is not properly transformed:
export {A, B} from './foo'
It produces:
exports.A = _interopRequire(require("./foo"));
exports.B = _interopRequire(require("./foo"));
Instead of:
var _ref = require("./foo");
exports.A = _ref.A;
ex... |
## Bug report / Feature Request
With TypeScript 2.9.2 and `styled-components` 3.3.3, it is possible to declare
a typed template literal the following way:
const Item = styled.div<{
selected?: boolean;
}>`
color: ${p => p.selected ? 'red' : 'black' };
`;
This is parsed and linted b... | 0 |
Any draggable annotation is displayed in the wrong position after dragging
(i.e. nowhere near the mouse cursor) if either of the initial XY coordinates
is negative. Minimal example:

import mat... |
I am finding that annotations placed outside of axes get placed incorrectly in
v1.4.3. Here is an example:
import matplotlib.pyplot as plt
import matplotlib as mpl
fig, ax = plt.subplots()
ax.annotate('+ pts',
xytext = [40, 20], textcoords = 'axes points', \
xy = ... | 1 |
I use an external monitor with my MacbookPro (OSX 10.9.4 Mavericks). I use
this monitor as an extension of my desktop on the laptop. During the day I
make Atom fill the entire screen (I snap the window, a feature I have enabled
using BetterTouchTool). When I disconnect the external monitor and attempt to
use Atom on ... |

stick on the bar at the top - no window around.
fresh install from www.atom.io \- version 0.122.0
| 1 |
It would be useful if the route generator could filter by certain route
criteria, especially "host".
_(Sorry, I already posted in#6088 but that issue is already closed, and the
request was for a different use case.)_
Here is a possible use case for a generator that filters by host, please feel
free to point out an ... |
When Symfony2 was launched in the summer of 2011, Twig was a relatively new
project and thus, Symfony decided to support both Twig and PHP templates. Now
it's clear that Twig is the way to go when developing Symfony applications and
it's getting better and better with each new version.
That's why **I'd like to propo... | 0 |
In the 0.x versions were 5 hooks:
('args', 'pre_request', 'pre_send', 'post_request', 'response')
In 1.x there's only one: response
I've seen quite a few packages that used these hooks to manipulate the
requests objects before sending them, and now in v1.x there's not even a
single hook that allows them to do so.... |
I'm sending a `POST` request with multiple fields with the same name which
normally works well when passed in a `dict`:
>>> from requests import post
>>> print post('http://httpbin.org/post', data={'field': ['a', 'b']}).content
{
"origin": "[...]",
"files": {},
"form": {
... | 0 |
# Bug report
I wanted to create a new next app using `npx create-next-app` with typescript.
I followed all the steps and renamed .js files to .tsx and ran `yarn dev`.
According to this blogpost: https://nextjs.org/blog/next-9#built-in-zero-
config-typescript-support it should detect that the project is using
typescr... |
When (implicitly) using multiple `Head` elements in `_document.js`, e.g.
return (
<html>
<Head>
<title>Test</title>
</Head>
<HeadStyle />
...
where `HeadStyle` is defined as
const HeadStyle => <Head><style>{`body ... | 0 |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
This is a change request.
In My opinion, it would be helpful if the `color` prop of Typography is set to
`inherit` by default.
It would also match expectation that when I set a color on a parent ... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I have react and react-dom installed and present in my node_modules, and in my
webpack.config.js, and I expected my application to compile at least, probably
with some syntax errors.
## Current Beha... | 0 |
* VSCode latest alpha
* OS Version: OX 10.11.4

|
I tried to install an extension. As I'm currently behind a corp firewall I
wasn't successful after a first try with **ext install**. After configuring
**"http.proxy": "http://xxx.yyy.zzz:1234/"** within my global
**settings.json** I was successful in loading the list of extensions. But
installing one fails with the e... | 0 |
# Summary of the new feature/enhancement
Allow command line arguments for Power Toys Run commands
# Proposed technical implementation details (optional)
`notepad <arg1> "<arg .. 2>" <arg3>`
Power Toys Run to find program (notepad in this example) from PATH. Then pass
arguments to the matching command.
|
# Summary of the new feature/enhancement
Support running commands, utilities with parameters.
The older run box supports commands and parameters to be used in cases like
this:
* cmd /k [your command here]
* ssh username@server.local
* runas.exe .......
* wt (Launch Windows Terminal)
* ping [server_addres... | 1 |
Hello -
I have been using the bootstrap customization tool
(getbootstrap.com/customize/) a lot over the past week and it has been an
invaluable timesaver.
It would be great if the tool saved the customization ID in the comments at
the top of the generated CSS file. This way I could load up my build weeks or
months ... |
The new site has the awesome customization screen, but unless you manage your
bookmarks like a champ, there's no clear mapping between which custom builds
on your system correspond to which URLs on the site. It would rock socks if
the URL of the custom build was in the header comment in the generated source
files.
F... | 1 |
There're two `CustomScrollView` in https://flutter.io/widgets/scrolling/
|
## Steps to Reproduce
Basically, the app crashes as soon as it boots up. You see the splash screen
for about a second, then it crashes. At one point, I was seeing an error about
a "VM snapshot", but I no longer see it, as now there is no error message...
I'm using an iPhone X on iOS 11.2
STEPS
clone https://gith... | 0 |
## Steps to Reproduce
1. Create an app with a material `Input` widget.
2. Create a `test_driver` test that tries to `driver.setInputText...`
3. Attempt to run test on Android Device
4. Encounter error `DriverError: Failed to fulfill SetInputText due to remote error`
Code I wrote in a sandboxed environment t... |
I'm not sure if this is an artifact of how we're using `test`, or if we're
printing this stack trace ourselves.
Here's an example:
00:06 +0 -1: end-to-end test tap on the floating action button; verify counter
DriverError: Failed to fulfill WaitFor due to remote error
... | 1 |
**Ben Greenway** opened **SPR-4704** and commented
An exception occurred when using the factory-method call.
2008-04-15 16:54:18,854 ERROR [org.springframework.web.context.ContextLoader]
Context initialization failed
java.lang.NullPointerException
at
org.springframework.aop.framework.autoproxy.AbstractAutoProxy... |
**Jasper Rosenberg** opened **SPR-1129** and commented
The problem is that if you have a bean A that has a constructor argument that
expects to be expanded by a PropertyPlaceholderConfigurer, but use A as a
factory bean to create bean B, A appears to be constructed before the
PropertyPlaceholderConfigurer ever gets ... | 0 |
We have accumulated a _lot_ of dev automation tools, and our homegrown
`runtests.py` CLI which is slightly clumsy. Here is an overview:
* `runtests.py` \- and its sibling `dev.py` for Meson
* `doc/Makefile` \- build docs and upload them
* `pavement.py` \- uses Paver for some release tasks
* `tox.ini` \- cont... |
### Is your feature request related to a problem? Please describe.
The RegularGridInterpolator tests often test multiple conditions inside the
same test. This underreports the number and type of test failures. For
example, `test_nearest` tests multiple different conditions, each of which
should be its own test.
sci... | 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.3 and 2.7.2
* Operating System version: Windows 10
* Java version: 1.8.0_151
### Steps to re... |
* I have searched the issues of this repository and believe that this is not a duplicate.
* I have checked the FAQ of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 2.7.3
* Operating System version: window
* Java version: 1.8
### Steps to reproduce this issue
... | 0 |
When a user closes a modal, nothing gets focus. This breaks keyboard/tabbed
usability (possibly accessibility?). Consider a long form that a user tabs
through elements, and launches modals for things like help text. Ideally the
last button or element used to launch the modal would receive focus back and
the user coul... |
Ticket for first pass at making bootstrap's modal element accessible.
Things that should be done:
* limit tabable area to dialog
* add aria-roles
If you know of other things please list them in this ticket and I will add
them to the top up here. Thanks <3!
| 1 |
Sometimes download pictures appear incomplete
Code is the latest
|
To follow on a previous issue (#409).
How are loadData / cleanup and cancel ordered in a DataFetcher ?
From previous discussion you said you do not cancel jobs, but since cancel
will return instantly when do you call the cleanup when the request is
cancelled ?
The problem rely in the fact that cleanup do close the... | 1 |
# Environment
Windows build number: 10.0.18363.778
PowerToys version: v0.18.1
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run
# Steps to reproduce
Well, it's just there. Using PowerToys Run, I search for an application
(Notion, executable `Notion.exe`) ... |
What index or similar feature does PowerToys Run use to find files,
directories and applications? I have updated my index to search %appdata%, yet
PowerToys still fails to find applications such as Discord which install in
username/%appdata%.
Thank you for any and all insight!
| 1 |
They mention EPD and Python(x,y), both dead projects. Maybe mention Conda and
Canopy instead?
|
As noted in #2773, the installation section of the FAQ is out of date, and our
installation documentation in general does not give sufficiently clear and
correct advice, particularly for OSX and Windows users.
My inclination is to strongly recommend that non-expert OSX and Windows users
take advantage of either Ent... | 1 |
If you command-click on a button/element on a site styled with 2.3.1 ( to open
in a new tab ), the click is not registered.
To be sure, I tested this on the repo's own docs/index.html
Tabbed browsing works on all the 2.x tags -- including 2.3.0 -- but is broken
in 2.3.1
|
Issue: middle mouse click on a link in Firefox, nothing happens.
Expected behavior: middle mouse click on a link, open in new browser tab.
Live example: http://twitter.github.com/bootstrap/
Tested on Win7/Firefox19 Safemode/Non-Safemode failed. IE9/Chrome25 ok.
Notice it when I upgrade to bootstrap v2.3.1.
S... | 1 |
# Environment
Windows build number: Windows [Version 10.0.18363.900]
PowerToys version: 18.2 / all versions affected
PowerToy module for which you are reporting the bug (if applicable):
General Settings / Run at startup
# Description
We are running a nonpersistent VDI environment with Citrix Provisioning Ser... |
I would like the ability to right click on a shortcut or application and send
to a zone so it fills the predefined zone, rather than having to Shift + drag
it to the screen and zone area.
| 0 |
baas@SZX1000428520:~/git/js/deno$ deno hello.ts
Downloading https://unpkg.com/deno_testing@0.0.7/testing.ts
Error: Cannot resolve module "https://unpkg.com/deno_testing@0.0.7/testing.ts" from "/home/baas/git/js/deno/hello.ts".
os.codeFetch message: an error occurred trying to connect: inval... |
Probably using rustls
https://github.com/denoland/deno/tree/rustls
| 1 |
# Weekly Report of Dubbo
This is a weekly report of Dubbo. It summarizes what have changed in the
project during the passed week, including pr merged, new contributors, and
more things in the future.
It is all done by @dubbo-bot which is a collaborate robot. See:
https://github.com/AlibabaDR/Collabobot .
## Repo ... |
An `UnresolvedAddressException` is thrown if the Zookeeper registry is used
under the enviroment of Java14.
Because the lower version of Zookeeper is not compatible with the Java14
unresolved address format.
The problem is fixed in version 3.5.x of Zookeeper, **I suggest upgrade the
Zookeeper version of Dubbo to ... | 0 |
use http1.1 keepalive get method not allowed error
this can be fixed by use
`WSGIRequestHandler.protocol_version="HTTP/1.0"`
and appear when use
`WSGIRequestHandler.protocol_version="HTTP/1.1"`
it seem a http server bug
Environment:
* Python version:3.8
* Flask version:2.1.1
|
With the following example:
from flask import Flask
app = Flask(__name__)
@app.route('/', methods=['POST'])
def hello_world():
return 'Hello World!'
if __name__ == '__main__':
app.run()
When you set the request body to `{}` with Postman or any H... | 1 |
# Bug report
## Describe the bug
When I'm deploying a nextjs app, I've got the character `/` appended at the
end of the path, which is not appearing during development.
## To Reproduce
1. in pages folder, create a component (such as `home.js`)
2. In development, path will be `/home` if following structure `pa... |
trailing slash in link for legit page works for client side navigation but
leads to not found bundle and 404 on hard refresh (ssr)
# Bug report
## Describe the bug
let me know if title needs further clarification.
all relevant issues has been closed with reasoning that its been fixed in
6-canary (I believe it is ... | 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.0
* Operating System version: MacOS
* Java version: 1.8
### Steps to reproduce this issue
W... |
* 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.1
* Operating System version: centos, windows
* Java version:
centos : openjdk version "1.8... | 0 |
# Summary of the new feature/enhancement
Example: I often choose "Mircrosoft Edge" while searching for "edge", so it
should be at top of the list, not its application.

# Proposed technical implementatio... |
# Finding duplicate files
# Could be using file hash or something
| 0 |

... |
So @nathansobo and I talked about something similar the other night, but I
wanted to highlight a specific problem I ran into the other day, because it
may be something that we need to factor into the app a little more to
specifically guard against this type of issue.
Here is a character that isn’t fixed width:
![S... | 1 |
This may be a duplicate, but can't find the original if it exists.
See http://doc.rust-lang.org/core/intrinsics/index.html for the problem. Most
of the intrinsics are doc'd with stability markers, but none of that shows up.
Docs also consequently don't show up in re-exports.
|
There are many situations in which we wind up reporting duplicate errors
during trait matching and elsewhere. You can see this in many of the compile-
fail tests which wind up with the same error several times. These messages
often arise naturally because multiple parts of the code give rise to the same
obligation, a... | 0 |
## System information
Have I written custom code (as opposed to using a stock example script
provided in TensorFlow): >>> import tensorflow as tf (from example script)
OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Windows 7 64bit
TensorFlow installed from (source or binary): binary
TensorFlow version... |
As announced in release notes, TensorFlow release binaries version 1.6 and
higher are prebuilt with AVX instruction sets. This means on any CPU that do
not have these instruction sets either CPU or GPU version of TF will fail to
load with any of the following errors:
* `ImportError: DLL load failed:`
* A crash w... | 1 |
It seems there is currently not much happening.
Is axios still actively maintained and supported? Because the amount of open
issues shows a different picture.
|
Is the project dead? Are new maintainers sought?
* 97 open pull requests
* 411 open issues
| 1 |
# Checklist
* I have verified that the issue exists against the `master` branch of Celery.
* This has already been asked to the discussion group first.
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.... |
# Checklist
* I have read the relevant section in the
contribution guide
on reporting bugs.
* I have checked the issues list
for similar or identical bug reports.
* I have checked the pull requests list
for existing proposed fixes.
* I have checked the commit log
to find out if the bug was alrea... | 0 |
Speed is much quicker than with any of other applications in my Lenovo and
Dell laptops. Scrolling speed should be slower, or there should be a way to
adjust the speed in configuration.
|
# Environment
Windows build number: Microsoft Windows [Version 10.0.18898.1000], Microsoft Windows [Version 10.0.18908.1000] (both)
Windows Terminal version (if applicable): commit d24d647 and even before.
PC Info: Samsung NT901X5L
# Steps to reproduce
Just scroll (up and down) by t... | 1 |
import requests
import time
from requests.packages import urllib3
#Disable https insecure warnings for verify=False
urllib3.disable_warnings()
with open('1.ts','rb') as fh:
file_data = fh.read()
def chunk_trans():
for i in range(0, 3):
ti... |
## Two Host header are being sent when doing chunk transfer with Session
> > > import requests
> requests. **version**
> '2.22.0'
import requests
import time
from requests.packages import urllib3
#Disable https insecure warnings for verify=False
urllib3.disable_warnings()
... | 1 |
I am only able to dismiss one dismissible at a time, if I try to dismiss in a
rapid-fire (swiping fast) fashion it will keep the previous state, because we
have to set the state (in onDismissed) the state update will prevent the last
fired dismissible to dismiss. It seems like dismissing fast is too fast for
the stat... |
Sometimes I see this exception when scrolling on Android with two fingers in
a11y mode:
E/flutter (10226): [ERROR:lib/tonic/logging/dart_error.cc(16)] Unhandled exception:
E/flutter (10226): 'package:flutter/src/gestures/converter.dart': Failed assertion: line 131 pos 18: '!state.down': is not true... | 0 |
It may relate to #84 but I am looking for a workaround for the
`SocketTimeOutException` like below
System.err
W java.net.SocketTimeoutException
W at java.net.PlainSocketImpl.read(PlainSocketImpl.java:491)
W at java.net.PlainSocketImpl.access$000(PlainSocketImpl.java:46)
W ... |
It appears they aren't passed back to the request which leads to verbose
logging and means the exception listener isn't called and the error drawable
isn't set.
W/GifResourceDecoder( 1250): Error reading data from stream
W/GifResourceDecoder( 1250): java.net.SocketTimeoutException
W/GifResource... | 1 |
When a `<webview>` tag points to a page which tries to load another
`<webview>` tag, the inner webview fails to load. Example below:
In main.js, we load a page webview_outer:
mainWindow.loadURL('file://' + __dirname + '/webview_outer.html');
In webview_outer.html, we load another page webview_inner:
... |
index.html
<webview src="file:///embedded.html"></webview>
embedded.html
<h1>github</h1>
<webview src="http://github.com"></webview>
Would it be possible to have `index.html` render the header and webview of
`embedded.html`? I don't seem to currently be able to do this.
| 1 |
## 📝 Provide a description of the new feature
I am a big fan of PowerToys, especially Fancy Zones. I love that feature, but
sometimes I have to turn off Fancy Zones and go back to resizing my windows
using the default Window+Arrow Keys because that way Windows adds a splitter
in between the two windows and I can ea... |
I use PowerToys a lot and one thing that could beautify windows much more
would be to increase the transparency of the taskbar or do one better! make it
completely transparent, i don't wanna use some third party app for this, a
trusted app from Microsoft would be really appreciated.
anyways great work.
| 0 |
#### Code Sample, a copy-pastable example if possible
In [62]: df = pd.DataFrame([(float(x) for x in range(0, 10)), (float(x) for x in range(10,20))])
In [63]: df
Out[63]:
0 1 2 3 4 5 6 7 8 9
0 0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.... |
I'm am trying to call the to_dict function on the following DataFrame:
import pandas as pd
data = {"a": [1,2,3,4,5], "b": [90,80,40,60,30]}
df = pd.DataFrame(data)
df
a b
0 1 90
1 2 80
2 3 40
3 4 60
4 5 30
df... | 1 |
This method is used in DagFileProcessor.process_file:
https://github.com/apache/airflow/blob/main/airflow/dag_processing/processor.py#L787
it needs to be changed to static
|
airflow 1.10.12, mysql 5.7 metastore, rbac, no serialized dags, intermittent
error found twice in the logs:
[2020-10-15 12:28:14,502] {scheduler_job.py:167} ERROR - Got an exception!
Propagating...
Traceback (most recent call last):
File "/home/ec2-user/venv/lib/python3.7/site-
packages/airflow/jobs/scheduler_jo... | 0 |
(Using windows 8)
I have a Sony Vaio S, and when I disable my "Num Lk" the home, end, page up
and page down keys are not working. I need to use the Fn key and my arrow keys
to get the functionality of these keys.
| 1 | |
xref: #17206 (comment)
cc @dhimmel
|
Floating point round errors appear just after you read float figures from a
CSV file.
How to reproduce:
Date, Close
2013-01-01, 25.56
It will read 25.26 as 25.559999999999999
Possibly duplicate of #2069
| 0 |

I'm using a Stack to cover the main page and require the user to enter a
password. But the keyboard doesn't open.
Here is a mcv example:
https://gist.github.com/long1eu/0cac0f67eeb3115941cb0366... |
## Steps to Reproduce
I'm building a bottom navigation where every tab has its own navigation. I
need to include a MaterialApp for each tab. I wrap each one inside an Offstage
and all the offstages inside a Stack.
Everything is working except the Textfield, they never show the keyboard. They
receive the tap but the... | 1 |
When I download the babel-core package (npm install --save-dev babel-core), I
can't find the browser.js file inside the node_modules/babel-core/ folder.
|
browser.min.js is empty as well.
| 1 |
### 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)** : Linux Ubuntu 17.10
* **TensorFlow installed from (source or binary)** : Source
* **TensorFlow version (use command b... |
**System information**
* Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
Yes
* OS Platform and Distribution
Windows 10 x64
* Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
N/A
* TensorFlow installed from (... | 0 |
* Electron version: 1.4.6
* Operating system: Windows 10 (Version 1607)
function handleWindowBeforeunload(event) {
const confirmed = (dialog.showMessageBox(remote.getCurrentWindow(), options) === 1);
if (confirmed) {
remote.getCurrentWindow().close();
} else {
... |
* Electron version: 1.6.11
* Operating system: MacOS Sierra 10.12.5
### Expected behavior
To prevent page transition, I wrote the code like this:
window.addEventListener('beforeunload', function(e) {
if (!confirm('Page closing, OK?')) {
e.returnValue = 'false';
ret... | 1 |
While the `hist` method allows to plot empirical cumulative distribution
functions (ECDFs) with the `cumulative` and `density` keywords, this is far
from perfect:
* It uses a binning, which is unnecessary for ECDFs and either leads to inaccuracies (low binning) or a waste of time and spurious plot points for small... |
Sometimes, you want to display some text and only one piece of text, but you
don't want to precompute where it should be. So it would be nice if matplotlib
could figure this out for you, just as it does with `legend(loc='best')`. This
question came up on SO a while ago:
http://stackoverflow.com/questions/7045729/aut... | 0 |
This is on a Macbook (OS X version 10.9.5):
$ python -c "import scipy.stats as m; m.test('full')"
Running unit tests for scipy.stats
NumPy version 1.10.0b1
NumPy relaxed strides checking option: True
NumPy is installed in /Users/warren/local_scipy/lib/python2.7/site-packages/numpy
S... |
The failing test seems to be incorrect and needs fixing, see details at
numpy/numpy#6120
FAIL: test_weighting (test_stats.TestHistogram)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/charris/Workspace/scipy.git/build/... | 1 |
# Bug report
## Describe the bug
When i create default layout component for my nextjs pages and import it with
next/dynamic i see duplicate commons link(in head) and script(in body).
## To Reproduce
I created the repository for reproduction.
https://github.com/narek1993x/duplicate_commonjs_script
1. Go to lo... |
# Bug report
## Describe the bug
The final generated HTML contains multiple references of the same script when
using `dynamic(() => import("XXX"))` feature.
<script async="" data-next-page="/_rendr" src="/_next/static/-QRY2dlf37nt2x4YyPE4t/pages/_rendr.js"></script>
<script async="" data-next-pag... | 1 |
### What problem does this feature solve?
Trying to build an SSR application w/ vue-ssr while using the somewhat newly
introduced module federation plugin in webpack 5
(https://webpack.js.org/concepts/module-federation/) won't work currently. It
does when focusing only on the client build but is not when trying to
p... |
### What problem does this feature solve?
This feature removes boilerplate-ish code to forward events, making the coding
experience feel more vue-ish.
In a parent-child-grandchild scenario where the grandchild needs to pass
information to the parent, it currently has to emit an event which is then
captured by the c... | 0 |
I am the author of https://github.com/s-panferov/awesome-typescript-loader and
I have a problem with my async loader:
Pseudo-code:
let callback = this.async();
/* inside promise handler */
try {
callback(null, result.text, sourceMap);
} catch(e) {
console.error('Caught... |
# Bug report
**What is the current behavior?**
When the definitions by `webpack.definePlugin` are being used in any module,
It's not accessing the definitions from the reference but importing and
duplicating them for each module. Also, increasing garbage collection load
cumulatively according to definition size. (... | 0 |
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-examples/16634/\n\nFailed: Up {e2e.go}\n\n \n \n error running up: exit status 2\n \n\nPrevious issues for this test: #33357 #33377 #33993 #34033 #34796 #35306\n#35315\n\n" | ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce-federation/4526/\n\nFailed: Up {e2e.go}\n\n \n \n error running up: exit status 1\n \n\nPrevious issues for this test: #33357 #33377\n\n" | 1 |
Many old rooms such as /helpBonfires are now deprecated, but campers still
join them. We need a contributor who's earned write access to this repo to go
through and update the topic of these rooms by running:
/topic This room is inactive, and only exists for archival purposes. Join some active rooms - ... |
#### Challenge Name
#### Issue Description
#### Browser Information
* Browser Name, Version:
* Operating System:
* Mobile, Desktop, or Tablet:
#### Your Code
<style>
.red-text {
color: red;
}
</style>
<h2 class="red-text">
CatPhotoApp</h2>
<p>Kitt... | 0 |
by **Ostsol** :
What steps will reproduce the problem?
Given the following files, compile and link with the following steps.
// p.go
package p
type T int
// main.go
package main
import "fmt"
import "./p"
func main () {
i := p.T (... |
by **beoran** :
This bug report is due to the discussion at:
http://groups.google.com/group/golang-nuts/browse_thread/thread/34d6a5b928242d25
What steps will reproduce the problem?
1. Write a .go file for cgo with a syntax error in some line
2. Compile using the standard make... | 0 |
### Apache Airflow Provider(s)
amazon
### Versions of Apache Airflow Providers
6.2.0
### Apache Airflow version
2.5.0
### Operating System
CentOS 7
### Deployment
Other Docker-based deployment
### Deployment details
_No response_
### What happened
Upon upgrading to airflow 2.5.0, EMR Add Steps Operator n... |
Hello,
# Overview
Currently, Helm Chart for Airflow has two types of tests: (Learn the best
practices of Helm Chart testing)
* **Template testing (unit testing)** : these tests render the templates against various input values. These types of tests let us verify that the template rendered the expected resources ... | 0 |
##### ISSUE TYPE
* Bug Report
##### ANSIBLE VERSION
2.0.2.0
##### CONFIGURATION
N/A
##### OS / ENVIRONMENT
N/A
##### SUMMARY
Syntax that worked without a problem in 2.0.1.0 is causing an
templating failure in 2.0.2.0. Specifically, given this:
until: "result.rc in [1, 2]"
Ansible say... |
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
interfaces_file
##### ANSIBLE VERSION
ansible 2.4.0.0
config file = /Users/bwatson/Projects/[removed]/ansible.cfg
configured module search path = [u'/Users/bwatson/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
... | 0 |
Describe what you were doing when the bug occurred:
1.
2.
3.
* * *
## Please do not remove the text below this line
DevTools version: 4.3.0-3e0967783
Call stack: at chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:40:159833
at Map.forEach ()
at commitIndex (chrome-
extension://fmkadmap... |
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE
I got this error when I click 'Ranked'.
* * *
## Please do not remove the text below this line
DevTools version: 4.0.4-3c6a219
Call stack: at chrome-
extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441
at Map.forEach ()
at commitIndex (chrome... | 1 |
The present update API has option to upsert document when it does not exist.
The result is something like:
{"ok":true,"_index":"metadata","_type":"load","_id":"ind1","_version":1}
It does not tell us whether the document existed, or was upserted or fields
were updated. If in the result we can have the following tu... |
Hi,
I'm testing my cluster and cycling in new nodes and cycling out old ones
however after waiting a couple of hours shards and replicas haven't sorted
themselves out. When listing the status of all shards via GET /cat/_shards I
receive...
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",... | 0 |
# System information (version)
* OpenCV => master
* Operating System / Platform => Manjaro Linux (testing)
* Compiler => gcc 11.2.0
# Detailed description
[ 25%] Building CXX object modules/dnn/CMakeFiles/opencv_dnn.dir/src/halide_scheduler.cpp.o
In file included from opencv-git/src/opencv/... |
OpenCV uses some ffmpeg APIs that have been removed in the just released
ffmpeg 5.0 and makes some assumptions about ffmpeg structs that are no longer
true (primarily trying to access the "codec" member in an AVStream).
This causes the build to fail.
| 1 |
> Python 3.9.13
> Flask 2.2.2
> Werkzeug 2.2.2
The docs, in more than one place:
* https://flask.palletsprojects.com/en/2.2.x/quickstart/#debug-mode
* https://flask.palletsprojects.com/en/2.2.x/server/#command-line
say to run `flask run --debug` but that doesn't actually work:
Usage: flask... |
In most other web frameworks static file caching would be disabled when the
app is running in development mode. Since `FLASK_ENV` is something we have
available to then maybe we can set `SEND_FILE_MAX_AGE_DEFAULT = 0` when we're
in development mode. If `FLASK_ENV` isn't the correct variable to hook into
maybe it coul... | 0 |
If you use one single or double quote without closing it, syntax highlighting
breaks (even with ES6 enabled as the target). Heres' an example:

My `jsconfig.json`:
... |
Right now, those keywords like `import` `class` `from` are all plain white.
| 1 |
### Problem description
I was updating my app to React 15.3.0 and got a lot of warnings.
See below for the logs.
### Steps to reproduce
Just update to React 15.3.0
### Versions
* Material-UI: 0.15.2
* React: 15.3.0
* Browser: Brave 0.11.1
ReactDOM.js:75Download the React DevTools for a bett... |
[x] I have searched the issues of this repository and believe that this is not
a duplicate.
## Expected Behavior
The multiline textarea cursor should be aligned with the text.
## Current Behavior
The cursor is not properly aligned when it is displayed in Safari.
Strangely, I am only able to reproduce the proble... | 0 |
### Describe the issue:
I have an array of float numbers. Numpy fails to calculate the standard
deviation while the manual calculation is okay. There is no `nan` or `inf` in
the array.
If default parameters (`ddof=0`) are used, no warning is shown, but the
warning appears if `ddof=1` is used.
The array can be ... |
#8222 raised the numerical precision in float16 of numpy.mean.
As per comment #8222 (comment), this can also be done for numpy.std and
numpy.var
* * *
Summary 2019-04-26 by @stefanv:
* Float16 operations are implemented in software; as such intermediate computations can be done in float32 without loss of speed
... | 1 |
I am using TypeScript in an Electron app and trying to use the `Chip`
component in `material-ui-next` and it does not recognize the `onDelete` prop,
but the API indicates it should.
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
I should not receive... |
* I have searched the issues of this repository and believe that this is not a duplicate.
## Expected Behavior
Sometimes the value for the 'title' could be calculated and may be set to
null. In this instance the tooltip should not be shown.
## Current Behavior
Tooltip is shown regardless of whether there is... | 0 |
To reproduce:
1. Clone the current (`804d12ebe3801f7faf8cea234ffe6ec2452443c8`) Julia repo.
2. Build with `make`
3. Run `./julia`
4. Type `import Pkg` and then `Pkg.update()`.
/julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (... |
From my investigations this is a null-pointer dereference, but not a usercode
one.
I also observed other weird compilations that all included a `ccall`.
signal (11): Segmentation fault
in expression starting at no file:0
set_ssl_cert_locations at /buildworker/worker/package_linuxppc64le/build... | 1 |
Failed: https://k8s-gubernator.appspot.com/build/kubernetes-
jenkins/logs/kubernetes-verify-master/4646/
Run so broken it didn't make JUnit output!
|
Failed: https://k8s-gubernator.appspot.com/build/kubernetes-
jenkins/logs/kubernetes-verify-master/3998/
Run so broken it didn't make JUnit output!
| 1 |
# What / Why

## When
Happens all the time
* n/a
## Where
I am behind a corporate firewall
## How
### Current Behavior
* n/a
### Steps to Reproduce
Try importing packages from np... |
# What / Why
I get error cb() never called! error when trying to install typescript of
angular
> n/a
## When
npm install -g typescript
## Where
Windows cmd
## How
### Current Behavior
npm install -g @angular/cli
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this erro... | 0 |
Hey there!
I just came across WebPack while being in the need to get rid of many requests
just to gather together some resources (various scripts, etc). For now, I have
been doing this using PHP. A Yii extension allows me to add together all my
scripts into a single file. However, minification and things alike don't... |
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
ProfilingPlugin crashes build when using `source-map` devtool
**If the current behavior is a bug, please provide the steps to reproduce.**
const webpack = require('webpack');
module.exports =... | 0 |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for an issue that matches the one I want to file, without success.
### Issue Details
* **Electron Version:**
"elect... |
### Preflight Checklist
* I have read the Contributing Guidelines for this project.
* I agree to follow the Code of Conduct that this project adheres to.
* I have searched the issue tracker for a feature request that matches the one I want to file, without success.
### Electron Version
12.0.9
### What opera... | 0 |
When creating variable inside tasks(using set_fact), even using "|int" filter,
result passed to jinja is still string.
I've created full Proof Of Concept bug in github repo :
https://github.com/rafaltrojniak/ansible-jinja-casting
##### Issue Type:
��Bug Report
##### Ansible Version:
ansible 1.4.5
##### Environ... |
Here's the playbook with the problem:
- name: Setup some config
template: src=some.j2 dest=/vagrant/some
register: some
- name: Setup boolean fact
set_fact: it_is_so={{some.changed}}
- name: Setup other config
template: src=other.j2 dest=/vagrant/other
He... | 1 |
On the commit `4376c2e`, Adding a backref into a `viewonly` relationship was
deprecated to avoid the issue where a backref one2many collection is modified,
but the respective many2one relationship cannot be assigned.
However, if the `backref` is `lazy="dynamic"`, there is no risk of the
collection in the one2many si... |
**Migrated issue, originally created by Anonymous**
The information_schema view and all its columns are assumed to be in lower
case. However, if the database is set up to be case sensitive, then none of
these will be accessible to the user and so nothing works.
| 0 |
React version:
17.0.2, previous versions too
## Steps To Reproduce
1. Set an elements opacity to a value like 50%
2. Deploy to production and it's changed to 1%
## The current behaviour
The opacity of an element gets set to 1% in production if the value in its CSS
rulesets is in percentage, Like 70%
## The... |
React version: 16.13.1
## Steps To Reproduce
1. Set a css property `background-image: url(...)`
2. Deploy the project (BUG ONLY VISIBLE ON PRODUCTION BUILD)
Link to code example:
https://github.com/Jackmt9/portfolio_site/tree/9f6b1f53f33f22386cf473bdc956774027059035
(See about and home page - there should be... | 1 |
# Description of the new feature/enhancement
It would be nice to have the ctrl + tab and ctrl + shift + tab to cycle
through most recently used (MRU) order. This option is available in almost all
tabbed based products (except Chrome :( ). At the very least it is an option
that can be enabled if not already the defau... |
# Environment
windows 10 version: 18362.295
windows terminal version: 0.4.2382.0
# Steps to reproduce
my terminal crashed whenever I copy this code from it:
> (LinkedNode *)mallock(sizeof(LinkedNode))
| 0 |
#### Code Sample, a copy-pastable example if possible
>>> df = pd.DataFrame(data=np.random.randint(0, 5, (5,3)),
columns=['a', 'b', 'c'])
>>> df
a b c
0 4 0 0
1 2 0 1
2 2 2 2
3 1 2 2
4 3 0 0
>>> df.apply(lambda x: list(range... |
#### MWE
import numpy as np
import pandas as pd
df = pd.DataFrame(np.random.rand(10, 2)) # dummy array
df1 = df.apply(np.fft.fft, axis=0) # works
print(df1.shape) # for testing
df2 = df.apply(np.fft.rfft, axis=0) # breaks
print(df2.shape) # for testing
#### Problem de... | 1 |
After successfully install OpenCV 4.5.5 from sources, the Python3 bindings is
broken:
$ pkg-config --modversion opencv4
4.5.5
$ python3 -c "import cv2; print(cv2.__version__)"
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module na... |
##### System information (version)
* OpenCV => 4.5.5
* Operating System / Platform => Raspberry Pi OS Bullseye (32-bit)
* Compiler => gcc 10.2.1
##### Detailed description
On Raspberry Pi OS Bullseye (32-bit), OpenCV 4.5.5 Python 3 packages are
installed to `lib/python3.9/site-packages/cv2/python-3.9` instea... | 1 |
I hope this is an easy one, my problem started when I was trying vee validate
examples for vue on a project, everything worked fine but I was getiting a lot
of warnings caused by two vue references, the one in my vendor file and one
imported by vee validate on a single file vue component.
Searching for a fix the one... |
小程序打包多个pages入口文件,提取公共引入的文件
module.exports = {
entry,
output: {
filename: '[name].js',
publicPath: '/',
path: resolve('dist'),
},
resolve: {
modules: [resolve(__dirname, 'src'), 'node_modules'],
alias: {
'src': resolve(__dirname, './src'),
}
},
mode:"production",
target:"node-webkit",
mo... | 0 |
While cargo was compiling traverse, I encountered the error `thread 'rustc'
panicked at 'index out of bounds: the len is 0 but the index is 0'`.
$ uname -rsm
Linux 3.13.0-24-generic x86_64
$ rustc --version --verbose
rustc 1.0.0-dev
binary: rustc
commit-hash: unknown
commit... |
Attempting to compile https://github.com/reem/rust-traverse with `cargo
0.0.1-pre-nightly (453ae9f 2015-01-29 00:56:56 +0000)` and `rustc
1.0.0-nightly (c5961ad06 2015-01-28 21:49:38 +0000)` yields the following ICE:
thread 'rustc' panicked at 'index out of bounds: the len is 0 but the index is 0', /ho... | 1 |
Challenge http://www.freecodecamp.com/challenges/waypoint-say-hello-to-html-
elements has an issue. Please describe how to reproduce it, and include links
to screen shots if possible.
I noticed that when I scroll the instructions on the left pane, the code
editor scrolls too, making me scroll back to the top when I ... |
It might be more convenient if the instruction and coding area scrolled
independently of each other so you can refer to each section without having to
continuously scroll up and down.
| 1 |
**Describe the bug**
db.session.query(***) \
.outerjoin(***, and_(***.model_type_id == ***.id)).filter(
***.model_type_id == model_type_id).order_by(
***.create_time.desc()).limit(size).offset((page-1)*size).all()
# Same with paginate()
The paramet... |
**Describe the bug**
When using **Microsoft SQL (12.0.2000.8)** `OFFSET ? ROWS FETCH FIRST ? ROWS
ONLY` is wrongly cached.
* If I make query without OFFSET first, and then make query with OFFSET -> i continue to receive results without applying OFFSET.
* If I make query with OFFSET first, and then make query ... | 1 |
Use glide to load a local image with a brief white screen。
|
I have one ImageView and a button which, when pressed, loads new image (from
disk, not from network) into the same ImageView. Unfortunately it causes the
first image to disappear for a second (showing white background) and then it
loads the new image. How can I avoid that?
I tried:
Glide.with(this).l... | 1 |
# Bug report
page performing component.getInitialProps fails to load from link.
## Describe the bug
I have a menu consisting of links link to pages e.g.
<Link href="/link">
<a><h2>page</h2></a>
</Link>
The link to the only page containing component.getInitialProps doesnt load.
deta... |
This is bug report
Link does not work with css-module imported. That happens when page with Link
has no css, and linked page has. No errors in console, so im not sure about
reasons, but there is minimal repo to reproduce:
https://github.com/standy/next-css-error
Bug appears in `next@7.0.0` \+ `next-css@1.0.1`,
... | 1 |
http://kubekins.dls.corp.google.com/view/Critical%20Builds/job/kubernetes-e2e-gce-
autoscaling/1766/
@davidopp please find an owner.
|
Instead of consuming 250 milli-cores, recourse consumer consumes nearly 400
milli-cores. This causes flakiness of autoscaling e2e tests:
http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-autoscaling/1521/
**Horizontal pod autoscaling [Skipped][Autoscaling Suite] should scale from 1
pod to 3 pods and from ... | 1 |
### Which version of ShardingSphere did you use?
we find java version: java8, full_version=1.8.0_342,
full_path=/home/peilq_sharding/bisheng-jdk1.8.0_342//bin/java
ShardingSphere-5.2.2-SNAPSHOT
Commit ID: dirty-753c0cee8ee6fd3db00536da55b64bc5198a3758
Commit Message: Optimize sqlFederationExecutor init logic w... |
### Which version of ShardingSphere did you use?
4.0.0
### Which project did you use? Sharding-JDBC or Sharding-Proxy?
Sharding-JDBC
### Expected behavior
select SQL execute successfully.
### Actual behavior
java.lang.StringIndexOutOfBoundsException: String index out of range: -3
at jav... | 0 |
### System info
* Playwright Version: [v1.32]
* Operating System: [Windows 11, macOS 13.2]
* Browser: [All]
**Config file**
// playwright.config.ts
import { PlaywrightTestConfig, devices } from '@playwright/test';
import { join } from 'path';
import { isCI } from './utils';
cons... |
### System info
* Playwright Version: [v1.31.2]
* Operating System: Windows 10
* Browser: Chromium
* Other info:
### Source code
**Config file**
// playwright.config.ts
import { defineConfig, devices } from '@playwright/test';
export default defineConfig({
projects: [
... | 0 |
I use a program called `scoop` to install software which modifies the PATH.
# Environment
PS C:\Users\trajano> [Environment]::OSVersion
Platform ServicePack Version VersionString
-------- ----------- ------- -------------
Win32NT 10.0.18947.0 Microsoft Windows N... |
# Summary of the new feature/enhancement
When I install an app that updates the path or I update the path manually, it
isn't enough to kill an individual tab in the Terminal and start a new one.
The new tab still inherits the old, unchanged environment variable values.
This means I have to kill/restart the Terminal ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.