text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
**Ray Krueger** opened **SPR-1743** and commented The current hibernate3.LocalSessionFactoryBean does not allow for multiple listeners of the same type. There is no means to assign multiple PostLoadEventListeners to the "post-load" event type. Currently the setListners method takes a map that is defined as a Map of ...
**Chris Beams** opened **SPR-5529** and commented In alignment with Java 5 style and migration of JavaConfig features into core, support the following signature on the BeanFactory interface: <T> T getBean(Class<T> requiredType) throws BeansException; This will need to be implemented by the follo...
0
When I use `npm` to install `bootstrap` package, I want to be able to use `require.resolve('bootstrap')` to get exact location (since it's not necessarily in `node_modules` of my package) on filesystem. Bootstrap `package.json` misses `main` section and `require.resolve('bootstrap')` doesn't work. I'm not creating p...
Great work on getting bootstrap onto npmjs.org. Maybe I am missing something but there is no main property defined in package.json. Currently I have to do this require('bootstrap/dist/js/bootstrap'); but I would prefer to do this, require('bootstrap'); Also, I currently have to do the following to meet the jque...
1
### Bug report When using React version 16.6.0, my app suddenly crashed with the error "Cannot read property replace of null". The exception happens when React tries to remove the string "topsecret-" from fiber.name. I tried to revert back to 16.5.2 to confirm the version where it happens, and it does indeed not hap...
Ran `create-react-app react-test` then `npm start` on the fresh project with no changes and I get the following error when using react@16.6.0 and react- dom@16.6.0: Uncaught TypeError: Cannot read property 'displayName' of null at getDisplayName (backend.js:9159) at getDataFiber (backen...
1
I'm not sure of this, but did you remove the option of having the tabs on the bottom of the content? Would be very glad to have it back. Thanks!
This issue will eventually turn into the 3.0.1 release notes. Until then it serves as an index of the key changes coming in our first patch release for v3. ## Please, no comments here. ### Docs * #9880: Use medium grid classes on jumbotron example * #9887: Document `.show` and `.hide` classes * #9908: Add `t...
0
### Which version of ShardingSphere did you use? * shardingsphere-jdbc-core-spring-boot-starter:5.0.0-beta * mybatis-plus-boot-starter:3.4.3.1 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? only use ShardingSphere-JDBC ### Expected behavior The SQL exception information can be ob...
## Bug Report ### Which version of ShardingSphere did you use? 5.1.0 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior transaction rollback(proxy-db) when connection ( application-proxy) is closed ### Actual behavior transaction no rollback(...
0
I'd like to have a type for a function which takes in zero or more parameters, and then use the type for the parameters, e.g. // Note: the syntax below of course doesn't do what I'm looking for, something like (params: ...args: T) would be closer let f = (params: T) => (params2: T) => 0; /...
We can kind of already do this for functions by defining several overloads, but there is no corresponding mechanism for overloaded classes or interfaces. A typical use case would be defining a registry for callbacks which accept a number of parameters. Something like the following with loosely proposed variadic type ...
1
What steps will reproduce the problem? run tests What do you see instead? WARNING: DATA RACE Read by goroutine 17: go/token.(*FileSet).file() /build/go.tip/go/src/pkg/go/token/position.go:371 +0x38 go/token.(*FileSet).Position() /build/go.tip...
As per Rob and Andrew's request: https://groups.google.com/forum/#!topic/golang-nuts/Q7lwBDPmQh4
0
_Original tickethttp://projects.scipy.org/numpy/ticket/1528 on 2010-06-29 by @sandrotosi, assigned to unknown._ Hello, I'm here forwarding the bug filed in the Debian BTS at http://bugs.debian.org/564774 . The bug refers to 1.3.0 but I'm able to replicate it with 1.4.1 too. The key part is (for the rest, please ...
_Original tickethttp://projects.scipy.org/numpy/ticket/1527 on 2010-06-29 by @sandrotosi, assigned to unknown._ Hello, I'm here forwarding the bug filed in the Debian BTS at http://bugs.debian.org/564774 . The bug refers to 1.3.0 but I'm able to replicate it with 1.4.1 too. The key part is (for the rest, please ...
1
**feature** **What is the current behavior?** On the new developer tool you are unable to see what property type the value. You used to be able to see if the value was a string or int because of the quotation marks (for example id: "1" (string) or id: 1 (int)). Both string and int are shown without quotes. **Wha...
Follow up to a discussion thread on #294 and a Messenger chat with @gaearon. The current UI for editing props/state/hooks values has a couple of shortcomings: * strings/numeric values are sometimes of an unclear type. (DevTools uses the correct `<input type>` but this is subtle. Showing e.g. quotation marks aroun...
1
# Environment Windows 10 188995 Latest nightly terminal build as-of 10/6 # Steps to reproduce Install PowerShell Core as a .NET Core global tool. `dotnet tool install -g powershell`. Confirm it works when you use `pwsh.exe`. Create a new PowerShell Core profile and set "source": to "Wi...
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.239] Windows Terminal version : 0.2.1831 Any other software? Nope. # Steps to reproduce 1. Make tabs more then current terminal width. (tab name should be over the terminal topbar.) 2. Scroll topbar Usin...
0
# Environment Windows build number: 10.0.18362.0 Windows Terminal version (if applicable): 0.6.2951.0 # Epic Scrollback handling should be just like in VTE because that's the best (ahem ahem) 🤣 # Steps to reproduce 1 * `ssh` to a Linux box, and execute these: seq -f 'normal...
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.295] Windows Terminal version : 0.4.2382.0 Input method: the system defaut microsoft pinyin input method. # Steps to reproduce always. # Expected behavior the input method can switch to chinese mode, and can typ...
0
**Steve Storey** opened **SPR-8889** and commented Having put RC2 to work and testing out the fix for #13418 I now realise there's another problem. When the job I configured fires, I get the following exception2011-11-30 23:30:00,073 ERROR [JobRunShell] Job DEFAULT.job.reload.profiles threw an unhandled Exception: ...
**Tom DeWire** opened **SPR-3472** and commented Repeated from my original forum post: (http://forum.springframework.org/showthread.php?t=38619) We have two pieces of advice that we would like to execute "around" a service method. The service method takes a single parameter. The first piece of advice (AdviceA in ...
0
I have a Bootstrap feature-request: Can you make the navbar in mobile to be displayed in the left and the navbar button also in the left?
Please make lateral the navbar when it collapses on mobile devices such as foundation or purecss. Tks
1
This came up while trying to de-duplicate some DataFrame vs Series arithmetic logic in core.ops.
I often work with pandas using big dataframes and series with multi-index or multi-column and I use the EMACS shell. Often when I write `df.index` the output is so big that almost make my computer crash (and it is a powerful pc). As when you output a dataframe `df` the output is truncated to the first and last `n` ...
0
I am currently unable to use `histplot` as it appears that the `pandas` option `use_inf_as_null` has been removed. Error log below. File ~/miniconda3/envs/tf/lib/python3.9/site-packages/seaborn/distributions.py:1438, in histplot(data, x, y, hue, weights, stat, bins, binwidth, binrange, discrete, cumula...
So, I've been able to find how it was doable before (#313), but it seems it is no longer possible ... What is the way to work around this at the moment (if there is one)? I have not been able to find a solution to this .... Thanks a lot
0
# Bug report ## Describe the bug Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have mismatching versions of React and the renderer (such as React DOM) 2. You might be breaking the Rules of Hooks 3. You ...
We are working on a Very large project with several dependencies, when building the project we get a `FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory`. * [ x] I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When runni...
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: * * Operating System version: * * Java version: * ### Steps to reproduce this issue Run it ...
* 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 * Operating System version: win64 * Java version: 1.8 ### Steps to reproduce this issue ...
0
I was doing some testing using unsigned and signed integers with NumPy 1.20.3, and found out that when you multiply them with each other, it results in a 64-bit float. Same goes for addition/subtraction. As far as I know, this was not the case for earlier NumPy versions (as currently many parts of my code no long...
# Describe the issue: ## Expected Behavior: I expect to create a python `Fraction` from numpy integer types with no loss of precision ## Actual Behavior: Types are coerced to `numpy.float64` and precision is lost # Reproducible code example: import numpy as np from fractions import Fraction ...
1
Observed a couple of runtime/pprof TestCPUProfileMultithreaded test failures with the following error message. --- FAIL: TestCPUProfileMultithreaded (0.26s) pprof_test.go:169: total 25 CPU profile samples collected pprof_test.go:185: runtime/pprof_test.cpuHog1: 25 pprof_test.g...
Weird trybot failure in tsan: https://storage.googleapis.com/go-build-log/78af9465/linux- amd64-race_91e55cda.log --- FAIL: TestStackBarrierProfiling (4.60s) pprof_test.go:342: subprocess failed with signal: segmentation fault: invalid spdelta _ZN6__tsanL14MemoryRangeSetEPNS_11Thre...
1
**System information** * Have I written custom code: No, I'm using MNIST Tensorboard example provided by Google. * OS Platform and Distribution: Ubuntu 16.04 * Binary installation (sudo pip3 install tf-nightly-2.0-preview) * TensorFlow version (use command below): 2.0.0-dev20190405 * Python version: 3.5.2...
Code to reproduce: from __future__ import absolute_import from __future__ import division from __future__ import print_function import shutil import tensorflow as tf if tf.version.VERSION.startswith('1.'): tf.compat.v1.enable_eager_execution() tf...
1
# Bug report I want to replace all the module name like `node:fs` to `fs`, so I set resolve.alias: resolve: { alias: { 'node:': '' }, }, **What is the current behavior?** error message: configuration.resolve.alias['node:'] should be a no...
Hey there! I have a question. I have two npm-packages: `sub` and `common`. I'm writing my app using this packages. **`sub`** includes `common` as dependency. import common from 'common'; // some code here **my app** import sub from 'sub'; import common from 'common'; ...
0
Hi, in my system configuration windows 7,32 bit. I have installed deno on my machine using this command `iwr https://deno.land/x/install/install.ps1 -useb | iex` My pwershell version is 5.1 I got this error. `Program 'deno.exe' failed to run: The specified executable is not a valid application for this OS plat...
# Could you please support windows 32 bit machines for the build. I'm using Windows NT 10 15063 Building the app is quite a sassle for me (as win32 users) because: * My windows version does **not** support symlinks even though I enabled developer options. ![Image attached](https://user- images.githubuserconten...
1
#### Describe the bug When using an imputer, after training on a data frame with at least one of the columns completely missing, the imputer will drop this feature after a transform. I would expect at least a warning or an option to fall back to a constant value fill. #### Steps/Code to Reproduce im...
### Code sample In the sample code below, a column is removed from the dataset during the pipeline >>> from sklearn.impute import SimpleImputer >>> import numpy as np >>> imp = SimpleImputer() >>> imp.fit([[0, np.nan], [1, np.nan]]) >>> imp.transform([[0, np.nan], [1, 1]]) array([[...
1
Hi, I have been trying to run wildcard queries against .kibana indices on ES 1.4.4. I am querying on _id. While prefix query runs, wildcard queries don't. Example > curl localhost:9200/,kibana/_search?pretty -d > '{"query":{"prefix":{"_id":"TC"}}}' Gives results, but > curl localhost:9200/,kibana/_search?pretty ...
I'm using Elasticsearch 1.3.4. Occasionally I see the following DEBUG stack trace (few of them are logged sequentially) in the log file. No search requests are failing around the same time though. There was nothing wrong with the cluster too when this exception was logged. Is this exception harmless? If not, what are...
0
Image picker version: 0.4.10 When image without extension is selected this exception is thrown: E/AndroidRuntime( 8438): FATAL EXCEPTION: main E/AndroidRuntime( 8438): Process: com.mepigu.mepigu, PID: 8438 E/AndroidRuntime( 8438): java.lang.RuntimeException: Failure delivering result ResultInf...
Tested on a real Pixel XL Android 9 (API 28) image_picker version: 0.4.10 java.lang.IllegalArgumentException: Unknown URI: content://downloads/public_downloads/15 D/AndroidRuntime(13697): Shutting down VM E/AndroidRuntime(13697): FATAL EXCEPTION: main E/AndroidRuntime(13697...
1
Requires additional selector added to CSS rule to ensure correct top margin as shown here https://gist.github.com/1721864
There are (too) many differences and enhancements in the upcoming v3, plus there are a lot more things to be done, so I'd like to suggest a maintainance v2.3.2 for a few of the most important bugs/features, so people with the current version of bootstrap get some more support for their pages.
0
Babel transpiled subclasses of Promise had been working as intended for as recent as the last nodejs version (6.4.0), however with 6.5.0, I'm seeing errors like: return _possibleConstructorReturn(this, (subPromise.__proto__ || Object.getPrototypeOf(subPromise)).call(this, executor)); ...
### Input Code class ReadError extends Error {} new ReadError('Boom') instanceof ReadError // => false ### Babel Configuration (.bablerc, package.json, cli command) https://babeljs.io/repl/#?babili=false&evaluate=true&lineWrap=false&presets=es2015&experimental=true&loose=false&spec=false...
1
#### Groupby Pct_change Bug Report from io import StringIO import pandas as pd txt = StringIO("""Group;Date;Value A ;01-02-2016 ;16 A ;01-03-2016 ;15 A ;01-04-2016 ;14 A ;01-05-2016 ;17 A ;01-06-2016 ;19 A ...
#### Code Sample, a copy-pastable example if possible # Your code here df=pd.DataFrame([[1,2],[3,4]], columns=list('aa')) . # NOTICE TWO COLUMNS EACH CALLED 'a' df.drop_duplicates() #### Problem description May be related to 10161 Above code blows up with exception: [...] /opt/virtualenv...
0
Hi, would be great if one could pass arguments to `issymmetric`, which specifies the absolut and/or relative tolerance between the upper and lower triangle, similar to `isapprox(x,y; atol=..., rtol=...)`. Thanks!
I was expecting the following code print two `true`s. using LinearAlgebra siz = 8 base_space = qr(randn(Float64, siz, siz)).Q phases = rand(siz) signs = Diagonal(phases) A = base_space*signs*base_space' println(A ≈ A') println(ishermitian(A)) Instead, I get `true` and ...
1
[Enter steps to reproduce below:] 1. ... right click the project folders list **Atom Version** : 0.196.0 **System** : Microsoft Windows 7 Home Premium **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Functio...
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
Is there any particular reason to have `product` return different values depending on the number of iterators provided? Demo julia> Base.iteratorsize(Base.product(1:2)) Base.HasShape() julia> Base.iteratorsize(Base.product(1:2, 1:2)) Base.HasLength() This currently happens becau...
Right now any `Pkg.add` can lead to a downgrade of some other installed package. That seems like a bad user experience: when I add a new package, I probably don't want my other packages to revert to an old version. I think a better solution would be if `Pkg.add` detects that it needs to do some package downgrades, i...
0
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.6-SNAPSHOT * Operating System version: Mac * Java version: 1.8 ### Steps to reproduce this i...
* 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: mac * Java version: 1.8 org.apache.dubbo.rpc.cluster.support.C...
0
trait MyTY { fn my_y(&self) -> uint; } trait MyTXY: MyTY { fn my_x(&self) -> uint; } fn bar(mt: &MyTXY) { mt.my_x(); mt.my_y(); } fn main() { }
Bound type parameters can call supertrait methods, objects should be able to as well. trait A { fn f() } trait B: A { } fn foo(b: &B) { b.f() }
1
**Do you want to request a _feature_ or report a _bug_?** Not sure if it is a bug or a feature yet. This relates to Hooks. It could also be that this is all expected behaviour and one of the workarounds mentioned is required. **What is the current behavior?** I have a hook that depends on the `useContext` hook. U...
# From maintainers: if you have this problem, please see the explanation in #6895 (comment). I am getting a strange error I've never come across. Googling it doesn't help at all. `Error: performUpdateIfNecessary: Unexcpeted batch number (current 36, pending 31)(...)` It has caused me a lot of headaches. I've rev...
0
ERROR: type should be string, got "\n\nhttps://developer.mozilla.org/en-US/docs/Web/API/Navigator/hardwareConcurrency\n\n"
We currently have an invented syntax for referencing a d.ts file. Here's an example: // @deno-types="./vendor/parser_typescript.d.ts" import "./vendor/parser_typescript.js"; I'm not so happy with this - but not sure what to replace it with. Adding this as an API to figure out before 1.0.
0
_Original tickethttp://projects.scipy.org/numpy/ticket/922 on 2008-10-02 by @josef-pkt, assigned to unknown._ In my fuzz testing of scipy stats, I get sometimes a test failure. I think there is something wrong, random numbers are outside of support of the distribution, with numpy.random.hypergeometric for some case...
Creating an array out of a list that (accidentally) has a circular reference sometimes causes the Python terminal to hang, and can not be terminated even by ctrl-C. Ideally, this should be detected, and an exception should be raised. ### Reproducing code example: import numpy as np a = [] a.a...
0
`error` TypeError: C:\Dev\Personal_Projects\web-toolkit\src\ambient\particles\index.js: Property name expected type of string but got null at validate (C:\Dev\Personal_Projects\web-toolkit\node_modules\@babel\types\lib\definitions\utils.js:160:13) at Object.validate (C:\Dev\Personal_Pro...
Following code produces the error: const hello = async () => { const he = { ll: '2' } const { ll } = he } `babel config` module.exports = { presets: [ [ require('@babel/preset-env'), { targets: 'defaults, not ie <= 11, not ed...
1
**William Ashley** opened **SPR-5959** and commented Here is a condensed example of the problem I'm encountering: Controller: package com.test; import java.io.PrintWriter; import org.springframework.stereotype.Controller; import org.springframework.transaction.annotation.Transa...
**Chris Lee** opened **SPR-2413** and commented Upgrading from 2.0RC2 to 2.0RC3; aside from a couple of moved classes, everything went smooth, until we turned on DEBUG for org.springframework. This resulting in a NPE: java.lang.NullPointerException at org.springframework.transaction.interceptor.TransactionAttri...
0
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): NO **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): ku...
We have performance testing infrastructure ready for use in GCE, all scripts are in `test/kubemark`, and the rest of the code is spread around `cluster` directory. Currently there's a performance problem, which causes kubemark to be a lot slower than ordinary cluster. We need to find a root cause for this if we want ...
0
**Migrated issue, originally created by jan.budinsky (@janbudinsky)** Default column value is not overridden by `NULL` in `Declarative API` as it should be. If a column has a non-null default value that is overridden by another non- null value, everything works as expected - the specified value is always inserted ...
**Migrated issue, originally created by Oleg Pidsadnyi (@olegp)** Mike, I've encountered a behavior that is a bit unexpected: class Model(Base): a = Column(Integer, nullable=True, default=1) m = Model() m.a = None session.add(m) In: print m.a Out: None se...
1
When trying to redirect from a POST request to another page it seems that the request goes wrong. The redirect seems fine in the browser network debug tab and seems to pass normally from the POST method handling but when it tries to go to the new url it gets a status code of **|405 Method Not Allowed|**. The reason f...
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
## ℹ Computer information * PowerToys version: 0.21.1 * PowerToy Utility: Fancy Zones * Running PowerToys as Admin: Yes * Windows build number: 19041.508 ## 📝 Provide detailed reproduction steps (if any) 1. (Checked) )Hold Shift key to activate zones while dragging 2. Holds shift key to activate it ...
## ℹ Computer information * PowerToys version: v0.21.1 * PowerToy Utility: FancyZones * Running PowerToys as Admin: No * Windows build number: Windows 10 Version 2004: 19041.450 ## 📝 Provide detailed reproduction steps (if any) 1. Check the **Allow zones to span across monitors** checkbox 2. Configure...
1
When using custom formatters/locators, duplicate axis labels are produced if the the formatters are set for both major and minor labels. I.e, this code: import matplotlib.pyplot as plt from matplotlib import ticker # Setup the figure fig = plt.figure() ax = fig.add_subplot(111) ...
### Bug report **Bug summary** I generated a very large dotplot (figsize=(100,10)), but it only shows partial x-axis. **Code for reproduction** #!/usr/bin/env python import matplotlib matplotlib.use('Agg') # To solve remote session issues import matplotlib.pyplot as plt import ...
0
## Video Conference: allow setting hotkeys for "on" and "off" (rather than toggle) for mic mute and camera mute My young kids are using Teams at school. They have to stay muted until asked to speak by the teacher. They are easily confused/distracted by having to look for mute/unmute in the Teams UX, esp. when a teac...
# Summary of the new feature/enhancement This feature would prevent the OS from going to sleep with the options to set a timer for when it can go back to sleep. This functionality is provided by the following two sources for free; however, I choose not to use these since they are not open-source (or I couldn't find ...
0
On a clean checkout I get segfaults in test/fft.jl when I run `make testall`. In particular, at least these lines in test/fft.jl seem to cause segfaults while the unmarked ones don't (line numbers included): 10 fft_m4 = fft(m4) 11 fft2_m4 = fft2(m4) # segfault 12 fftd2_m4 = fft(m4,2) 13...
The `__source__` macro meta-argument seems to lose its bearing when used inside of `Cmd` interpolation. Example: $ cat test.jl z = `$(@__FILE__)` @show z $ julia test.jl z = `none` This is particularly an issue for macros like `Pkg.Artifacts.@artifact_str` which use the `__source_...
0
Traceback (most recent call last): File "C:\Users\Scott Ward-Corderoy\Desktop\python_work\Projects\Data Visualisation\generating_data.py", line 1, in import matplotlib.pyplot as plt File "C:\Users\Scott Ward- Corderoy\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local- pac...
### Bug report **Bug summary** On some Windows machines (including Windows 10 and Windows 7), we experienced `ImportError: DLL load failed: The specific module could not be found` after upgrading from Matplotlib 3.3.0 to 3.3.1. **Code for reproduction** `import matplotlib` would trigger the import error while try...
1
### What problem does this feature solve? Many data visualization and graphics library do DOM manipulation and most of them the DOMElement can be extracted. const rect = SVG.adopt(this.$refs.rect.elm) rect.node // this is the SVGElement and in chrome console will output <rect id="r1"></rect> Let'...
### Version 2.5.13 ### Reproduction link https://jsfiddle.net/mmestas/ca7v214w/1/ ### Steps to reproduce Type in 0-2 or any number value with a "-" after it. ### What is expected? That only numbers are allowed ### What is actually happening? the v.model.number with type=number allows for the input of charact...
0
Causes issue if you try to run a cron job as the ES user. Issue on centos 6, package from the repo. [centos@ip-10-233-237-10 ~]$ sudo su - elasticsearch -s /bin/bash su: warning: cannot change directory to /home/elasticsearch: No such file or directory -bash-4.1$ grep elastic /etc/passwd ...
We have a entirely Windows-based environment with no options to setup dedicated Linux VMs for Elastic Stack. Elasticsearch comes with a well functioning service wrapper. Unfortunately, Logstash and Kibana don't... To be able to install Logstash and Kibana as a service on Windows one has to use some other service ...
0
Stack: Fatal Exception: java.lang.IllegalStateException: Already released at com.bumptech.glide.util.pool.StateVerifier$DefaultStateVerifier.throwIfRecycled(StateVerifier.java:44) at com.bumptech.glide.request.SingleRequest.onResourceReady(SingleRequest.java:518) at com...
**Glide Version** : 4.4.0 **Integration libraries** : "com.squareup.okhttp3:okhttp:3.6.0", "com.squareup.okhttp3:logging-interceptor:3.6.0", "com.github.bumptech.glide:glide:4.4.0", 'com.github.bumptech.glide:compiler:4.4.0', "com.github.bumptech.glide:okhttp3-integration:4.4.0", **Device/Android Versi...
1
## What is instance state, and why it exists On Android, an Activity can be killed at any time by the system. This happens usually when Android needs memory when your Activity is not in the foreground, or because of a non-handled configuration change, such as a locale change. To avoid the user having to restart wh...
When running apps on the ios simulator, flutter logs shows: May 27 14:22:36 --- last message repeated 1 time --- tapped: 17 May 27 14:22:36 --- last message repeated 1 time --- tapped: 18 May 27 14:22:37 --- last message repeated 1 time --- tapped: 19 when run from xcode, the ...
0
Let's say we have a component `Foo` which expects to get a single child: class Foo extends React.Component { render () { const {children} = this.props; return React.Children.only (children); } } This works as expected if I render `<Foo><div/></Foo>` since `chil...
`Children.only` is intended to be called on an opaque `Children` object (eg. `this.props.children`). Best as I can tell, `Children.map` is intended to return an opaque `Children` object. But `Children.only` can't be called on the return value of `Children.map`, as per #4410 (comment) It seems very reasonable to want...
1
net.TCPConn embeds net.conn, which has this: // File sets the underlying os.File to blocking mode and returns a copy. // It is the caller's responsibility to close f when finished. // Closing c does not affect f, and closing f does not affect c. // // The returned os.File's file ...
http://play.golang.org/p/icbjgkx71B got: gc produces the initialization order: c b a . want: The variables b and c are independent of each other, and b is declared before c, so the order should be: b c a . gccgo reports the order: b c a . Based on spec clar...
0
I just replace "Cloud" to "目录" in bottom_navigation_demo.dart file, then build and run in my iphone6s, the chinese "目录" can't display. How fix it? ![qq20170112-0 2x](https://cloud.githubusercontent.com/assets/2258120/21883756/8bb192ba-d8eb-11e6-9653-87b347546d16.png) ![img_0176](https://cloud.githubusercontent.com/...
## Steps to Reproduce The chinese text 中文 is garbled: final Widget indexItem = new DrawerItem( icon: new Icon(Icons.home), child: new Row( children: <Widget>[ new Flexible(child: new Text('中文')), ], ), ); ## Logs // ignor...
1
I noticed the sample for **firebase_auth** is based on just **phone** and **goggle** authentication. (I got the **googleSignin** working following your example). **Question** Will there be a **Facebook** and **Twitter** signin example from the firebase_auth team anytime soon -- since the firebase claims **"support...
Add an absolute path to assets in flutter.yaml. Try to build (any flavor works). Error. % flutter build flx Error: unable to locate asset entry in flutter.yaml: "/my/valid/absolute/path.png". Error building build/app.flx: 1
0
_Original tickethttp://projects.scipy.org/numpy/ticket/1477 on 2010-05-05 by trac user egonschiele, assigned to @pv._ This might be just a question of precision. In the following code, A2 is a singular matrix. NumPy calculates it's inverse and prints out a non-zero determinant even though the matrix A2 is clearly si...
_Original tickethttp://projects.scipy.org/numpy/ticket/777 on 2008-05-07 by trac user nick, assigned to unknown._ When resize is called on a 2d array, if the value of the "column resize" is greater than the current column size, a wrapping of the values occurs. I noticed this while trying to resize a diagonal matrix...
0
#### Challenge Name Target the Children of an Element Using jQuery https://www.freecodecamp.com/challenges/target-the-children-of-an-element- using-jquery and next challenge. #### Issue Description Look at duplicating "#target5" on left-well when refresh page or run tests (ctrl+enter). But when typing code in ...
This is a duplicate of a ticket I opened here #2969
0
Challenge http://www.freecodecamp.com/challenges/bonfire-mutations I haven't actually managed to write a correct solution yet, but my last attempt passed even though I know it doesn't work. My solution: function mutation(arr) { var match = true; var string = arr[0].toLowerCase(); var ...
# Coding Bug.docx Hi! After completing a few challenges, I think I encountered a bug. I followed the instructions on changing text color, and the text turned red, so I think I wrote this correctly. But the system won't send me to the next challenge, claiming I didn't do this right. See code input and the system re...
0
I'm doing some customization work on an OpenCart site and I noticed that the syntax highlighting in `admin/model/catalog/product.php` is all messed up. ![image](https://cloud.githubusercontent.com/assets/5471922/3343789/f36ac0a0-f8a3-11e3-8a82-0df981984c8d.png) Somewhere around the `subtract` field, Atom's highligh...
Consider a series of quoted strings in an array in ruby: states = ['AL', 'AK', 'AZ', 'AR', 'CO', 'DE', 'FL', 'GA', 'HI', 'ID', 'IL', 'IN', 'IA', 'KS', 'KY', 'LA', 'ME', 'MD', 'MI', 'MN', 'MS', 'MO', 'MT', 'NE', 'NV', 'NH', 'NJ', 'NM', 'NY', 'NC', 'ND', 'OH', 'OK', 'OR', 'RI', 'SC', 'SD', 'TX', 'UT', 'V...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME The `npm` module ##### ANSIBLE VERSION ansible 2.2.2.0 config file = /home/drybjed/src/projects/devel/ansible.cfg configured module search path = ['/home/drybjed/src/projects/devel/ansible/library', '/home/drybjed/src/projects/devel/d...
Similar to this issue: #1616 When a task is skipped, it should not update the registered variable, e.g - hosts: all user: ubuntu sudo: True vars: var1: True tasks: - name: one command: /bin/echo one when: var1 register: var2 ...
0
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gke/13759/\n\nFailed: [k8s.io] V1Job should fail a job {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:129\n Aug 21 01:49:31.029: Couldn't delete ns \"e2e-tests-v1job-nxzhu\": namespace e2e-tests-v1job-nxzhu was not deleted within limit: timed out waiting for the condition, pods remaining: []\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:270\n \n\nPrevious issues for this test: #27704 #30127 #30602\n\n"
ERROR: type should be string, got "\n\nhttps://k8s-gubernator.appspot.com/build/kubernetes-\njenkins/logs/kubernetes-e2e-gce/21728/\n\nFailed: [k8s.io] V1Job should scale a job up {Kubernetes e2e suite}\n\n \n \n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:127\n Aug 16 08:11:16.645: Couldn't delete ns \"e2e-tests-v1job-gmj3l\": namespace e2e-tests-v1job-gmj3l was not deleted within limit: timed out waiting for the condition, pods remaining: []\n /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:265\n \n\nPrevious issues for this test: #29976 #30464\n\n"
1
ERROR: type should be string, got "\n\nhttps://twisted.readthedocs.io/en/latest/core/howto/defer-intro.html#inline-\ncallbacks-using-yield says \"On Python 3, instead of writing\nreturnValue(json.loads(responseBody)) you can instead write return\njson.loads(responseBody). This can be a significant readability advantage, but\nunfortunately if you need compatibility with Python 2, this isn’t an option.\".\n\n"
Reported by @dangra This issue manifests when mixing old paths and new ones for extensions and middlewares (this can happen for example while using a newer version of Scrapy in a project that hasn't updated to the new paths yet). Since paths aren't normalized, the same component can be loaded twice. Take these sett...
0
#### Summary The theme chooser does not appear to work on my system. I cannot select a theme. #### Setup Ubuntu 15.04 with atom 1.0.0 amd64 freshly installed from .deb package. #### Observed behaviour Themes show up in the list of Core Themes and Installed Themes. However, when I click the drop-down selectors fo...
I see that HiDPI support appears to mostly work in Atom, but with `org.gnome.desktop.interface` set to `2`, atom launches with menu items of a crazy size: ![atom](https://cloud.githubusercontent.com/assets/218205/5790894/a9baed6a-9eaf-11e4-8534-27727a242867.png) Launching atom with `--force-device-scale-factor=1` a...
1
### Describe the workflow you want to enable It is not a new algorithm, I was just frustrated running Grid and Random SearchCV for hours without knowing when it ends. It should be easy to add a print statement to inform the user about the process. It could be a percentage (let's say 80% done), or just to inform whic...
By default writing to a logger would not go to STDOUT without a handler. One solution to this is to attach a handler when verbose is an integer and use the logger if it is passed in. # Do not log func(verbose=0) # will create a stream handler to stdout func(verbose=1) # will w...
1
python -m transformers.onnx --model=facebook/bart-large /home/sysadmin/downlaod/onnx_models/bart-large Pytorch version: 1.9.0 transformers version: 4.9.1 platform: centos 7 python version: 3.7 The original bart model is aroud 2GB, But the transferred bart-large model is more than 3gb. This could because some ...
### System Info * `transformers` version: 4.25.1 * Platform: Linux-5.10.147+-x86_64-with-glibc2.29 * Python version: 3.8.10 * Huggingface_hub version: 0.11.1 * PyTorch version (GPU?): 1.13.1+cu116 (True) * Tensorflow version (GPU?): 2.9.2 (True) * Flax version (CPU?/GPU?/TPU?): not installed (NA) * J...
0
I use electron 1.7.9 with node 7.9.0 on a raspberry pi input list does get the actual value from the datalist. I have a input element with a datalist in my electron application and it works just fine if i run my .html file in Chrome. If I start the electron app with "electron ." the input element is not working. My...
Electron version: 1.7.3 beta Operating system: Windows 7 x86_64 Professional Clicking the pyramid icon on an input control associated with a data list and picking a value from the list, then evaluating `value` property of the input control, the value is expected to match the text chosen from the data list, which t...
1
# Environment Microsoft Windows [Version 10.0.18362.30] # Steps to reproduce Just type any command that will fill your terminal window. eg. C:\Users\Microsoft>dir # Expected behavior I should be able to scroll to top of the page to see previous results using mouse/touch pad. # Actual behavior I am not able t...
# Environment Windows build number: Microsoft Windows [Version 10.0.18898.1000] Windows Terminal version (if applicable): pulled and built today (WindowsTerminalDev_0.0.1.0_x64__8wekyb3d8bbwe) # Steps to reproduce Not entirely sure if this is intended behaviour or an issue to other users but I am not able to scr...
1
Hi, I used react-sortable-tree package im my react project in component named Tree: import React, { Component } from "react"; import axios from "axios"; import axios_config from "./axios_config"; import "react-sortable-tree/style.css"; import SortableTree, { } from "react-sortable-t...
React version: 0.0.0-experimental-0cc724c77-20211125 (and `main`) ## Steps To Reproduce 1. Build the current version of React in `main` 2. `open fixtures/flight-browser/index.html` 3. Take note that the model never resolves, and the HTML in the fixture is never updated: ![Screen Shot 2022-01-14 at 3 10 58 PM...
0
Opening an issue to discuss this: **should we think about moving the functionality to read online data sources to a separate package?** This was mentioned recently here #8842 (comment) and #8631 (comment) Some reasons why we would want to move it: * This often needs much more urgent releases than pandas to fix c...
Currently `Series` has a `name` member, which is useful for retaining the name of the sliced `index`/`column` when the `Series` is produced by slicing a `DataFrame`. It would be useful for `DataFrame` similarly to have a `name` member, so that when a `DataFrame` is produced by slicing a `Panel`, the name of the slic...
0
## Bug Report **Current Behavior** When setting a value to an object using a dynamic + numeric key The key is converted to a string (expected) When I then use destructuring to receive the value it works using the numeric key When I also take the `...rest` of the object Then I expect the rest not to contain...
Choose one: is this a bug report or feature request? bug ### Input Code const a = { 1: 0, 2: 1, 3: 2 } const i = 1 const { [i]: val, ...rest } = a ### Babel Configuration (.babelrc, package.json, cli command) { "presets": ["babel-preset-expo"], "env": { "d...
1
**Migrated issue, originally created by Anonymous** Hello, I am writing a next-generation forum package in Python (somebody needs to beat out vBulletin and those other PHP ones, they dominate the market!) and instead of writing another SQL query builder, I decided to check out SQLAlchemy because of its good reputat...
**Migrated issue, originally created by jmagnusson (@jmagnusson)** As we all know `contains_eager` and `joinedload` queries can be very expensive to run as the amount of columns and rows in the result set start to grow. `subqueryload` helps a lot in these cases, but unfortunately there's no `contains_eager` version...
0
### Expected Behavior Place the following code into `main.py`. from flask import Flask app = Flask(__name__) app.config['DEBUG'] = True @app.route('/') def root(): return ":)" app.run() Set the execute bit on `main.py`: `chmod +x main.py` Running th...
The new 0.15.0 does not run in Docker for Windows. Have not tried Docker on other platforms. Minimal example with Flask. app.py from flask import Flask app = Flask(__name__) @app.route('/') def hello_world(): return 'Hello, world!' if __name__ == '__mai...
1
### 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...
### 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
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.209.0 **System** : Mac OS X 10.10.3 **Thrown From** : Atom Core ### Stack Trace Failed to activate the find-and-replace package At ENOENT: no such file or directory, open '/Users/jeffdorchester/Library/Application Support/...
[Enter steps to reproduce below:] 1. Open editor from command line using git with it as default commit editor. **Atom Version** : 0.196.0 **System** : Mac OS X 10.10.3 **Thrown From** : Atom Core ### Stack Trace Failed to load the exception-reporting package At ENOENT: no such file or directo...
1
Dragging should be efficient in anywhere in the menu bar like all other text editors. The tab window should be dragged out to create a new window.
![image](https://user- images.githubusercontent.com/37213113/59999479-a93a3080-9694-11e9-900f-ee5f3b111cf0.png)
1
**Alison Rosewarne** opened **SPR-5145** and commented After upgrading to junit 4.5 my test class which uses the SpringJUnit4ClassRunner gets a NoClassDefFoundError: org.apache.maven.surefire.booter.SurefireExecutionException: org/junit/Assume$AssumptionViolatedException; nested exception is java.lang.NoClassDefFo...
**Gordon Cosgrave** opened **SPR-2669** and commented org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transactionManager' defined in class path resource [testApplicationContext.xml]: Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory...
0
I'm using IncrementalPCA.partial_fit within a loop over a large array that I read in from a file sequentially to avoid memory limitations. After 5 iterations, I'm getting an explained variance ratio of just the first component of 31.8... Each iteration of partial_fit uses 500 samples with 840 features. IncrementalPCA...
FastICA uses print to tell a user about that the number of components is larger than the number of available features (https://github.com/scikit- learn/scikit-learn/blob/51a765a/sklearn/decomposition/fastica_.py#L296). This makes it unnecessarily hard to catch the output and redirect it to a logger. I propose to use...
0
# Bug report **Summary** When using `splitChunks` with `chunks: 'all'`, and the `maxInitialRequests` limit is hit by certain entrypoints, the automatically generated chunk names are incorrect (they list the wrong pages between the `~`) and therefore can result in `minChunks` not being honoured. **If the current be...
# Bug report **What is the current behavior?** I am trying to use my react webpack setup on my Android system but this watcher warning annoying I don't know why it trying to watch system root directory which should not be accessible to users unless they have root access : Watchpack Error (watcher): Error: EACCES: p...
0
##### Bug Report ##### COMPONENT NAME docker inventory plugin ##### ANSIBLE VERSION ansible 2.4.0 (fix-docker-api 16c324eff6) last updated 2017/08/16 10:35:51 (GMT +200) config file = /home/yannig/.ansible.cfg configured module search path = [u'/home/yannig/.ansible/plugins/modules', u'/...
From @hoall on 2016-09-23T09:35:55Z ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME user ##### ANSIBLE VERSION ansible --version ansible 2.1.2.0 (stable-2.1 4c9ed1f4fb) last updated 2016/09/23 11:24:18 (GMT +200) lib/ansible/modules/core: (detached HEAD af67009d38) last updated 2016...
0
## 🐛 Bug In PyTorch 1.5 (not 1.4) using cdist produces NANs instead of regular gradients. This happens on both CPU and GPU. ## To Reproduce Steps to reproduce the behavior: 1. Download the tensors 2. Run the code import torch emb1, emb2, cdist_grad = torch.load('cdist_grad.pt') ...
## 🐛 Bug torch.cdist produces nan gradients in Pytorch 1.5, but not Pytorch 1.4 ## To Reproduce Steps to reproduce the behavior: 1. Run the similarity example here: https://github.com/pytorch/vision/tree/master/references/similarity 2. On Pytorch 1.4, training proceeds normally with the loss decreasing each...
1
Computer information * Windows build number: Win 10 Pro v 2004 OS Build 19041.388 * PowerToys version: 0.20.0 * PowerToy module: PT Run ## 📝 Provide detailed reproduction steps (if any) 1. random crash with exception message when trying to open PowerToys app, not sure exactly what is causing it. Version:...
Popup tells me to give y'all this. 2020-07-31.txt Version: 1.0.0 OS Version: Microsoft Windows NT 10.0.19041.0 IntPtr Length: 8 x64: True Date: 07/31/2020 17:29:59 Exception: System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Timer'. at System.Timers.Timer.set_Enabled(Boo...
1
**Eberhard Wolff** opened **SPR-5001** and commented Currently a parameter to a Web MVC method can be annotated using `@RequestMapping` so that a part of the HTTP request is bound to this parameter. I would suggest to add `@SessionMapping` that allows the same for the HTTP Session. * * * **Issue Links:** * #18...
**Scott Murphy** opened **SPR-5377** and commented Add an additional Annotation for passing objects in the session to a function. Currently it is a little cumbersome to do this because you have to pass the HttpServletRequest object to your function even if that is all you use it for. For example: @Re...
1
**Symfony version(s) affected** : 4.1. symfony/workflow: 4.2 **Description** Hello. I've faced an issue when I placing two or more values in `from` section at transitions description in config. As far as I know, this is allowed, right? So I'm getting false negative results when trying to apply for state transfer...
Hi all, I'm posting this RFC to submit a new validator constraint idea. I don't know if it's worth it or not and that's why I would like to get some feedbacks. Something that annoys me with validation constraints is repeating the validation groups everytime in all constraints when dealing with multiple validation c...
0
# Checklist * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports. * I have checked the pull requests list for existing proposed fixes. * I have checked the commit log to find out if the bug was alrea...
# Checklist * [ x ] I have checked the issues list for similar or identical enhancement to an existing feature. * [ x ] I have checked the pull requests list for existing proposed enhancements. * [ x ] I have checked the commit log to find out if the if the same enhancement was already implemented in t...
0
The Flask Mailinglist page: http://flask.pocoo.org/mailinglist/ mentions this page: http://flask.pocoo.org/mailinglist/archive/ Which shows the latest email from 2012-10-29, giving the impression that the Flask community is no longer active This page seems to be up to date: http://librelist.com/browser/flas...
Install flask: `pip install flask` If `test.py` contains: import flask A `PendingDeprecationWarning` is emitted: `python -Werror test.py` Traceback (most recent call last): File "test.py", line 1, in <module> import flask File "C:\Users\John Hagen\AppDa...
0
when i push button to swap ime korean but not excute # Description of the new feature/enhancement # Proposed technical implementation details (optional)
# Description of the new feature/enhancement Currently the icon for the ubuntu shell is the linux icon. Would be nice to have to ubuntu logo for the ubuntu shell. ![IMG_2019 08 28_12h24m32s_003_](https://user- images.githubusercontent.com/1368405/63847797-d6ee6f00-c98e-11e9-8dea- cf6480782462.png)
0
With a generic base class, class GenericBase<T> { value: T; } this compiles without errors: class StringBase extends GenericBase<string> { } class Foo extends StringBase { } var foo = new Foo(); foo.value.charCodeAt(0); // OK but this produces an error...
When using `extends` in a class expression, the generic types do not propagate correctly to the super class of the expression. The below example should compile (I think!), but fails with `Type 'C' is not assignable to type 'T'`. class A<T> { genericVar: T } function B<T>() { ...
1
### Bug report Babel is running translations on files which are inside ignored folder(s) ### Expected Behavior Ignore everything inside ignored folder(s) ### Current Behavior Babel translates items inside the folder if it finds things that tell babel to translate is ### Possible Solution Properly ignore folder...
## Feature Request This is related to @babel/preset-env and @babel/runtime useBuiltIns:usage is a great feature that helps avoiding unnecessary polyfills. The drawback though is that other libraries still import core-js explicitly. Because of that, I usually have many core-js modules imported twice: ![image](https...
0
(Using `tf 1.0.0`) I tried to follow the following example (https://www.tensorflow.org/get_started/tflearn) from the TF website and I get the following error: INFO:tensorflow:Using default config. INFO:tensorflow:Using config: {'_cluster_spec': <tensorflow.python.training.server_lib.ClusterSpec o...
Per the comment on this introduction, i.e. > N.B. Manually specifying these cluster specifications can be tedious, > especially for large clusters. We are working on tools for launching tasks > programmatically, e.g. using a cluster manager like Kubernetes. If there are > particular cluster managers for which you'd ...
0
The objectives right now are pretty confusing: * Your green-box class should give the bottom of elements 20px of padding. * Your green-box class should give the left of elements 40px of padding. This suggests, to me at least, that through Clockwise Notation it is possible to assign padding to just the Bottom an...
Conflicting statements to confuse new beginners. In the Top portion it asks for "10-pixel-wide green border"; but below in your checks it states "Your image should have a border with a width of 10 pixels."; yet your code must have this: .thick-green-border { border-width: 10px; border-color: green; border-sty...
1
From here: Hey folks, I think this is a bug. When using ES7 async/await, if I require `"babel/polyfill"`, it's going to be used before polyfill is required (`regeneratorRuntime.mark`). Following code: 'use strict'; import {} from 'babel/polyfill'; import fs from 'fs'; async func...
require("babel/polyfill"); function *hello () {}; After babelification: "use strict"; var hello = regeneratorRuntime.mark(function hello() { return regeneratorRuntime.wrap(function hello$(context$1$0) { while (1) switch (context$1$0.prev = context$1$0.next) { ...
1
**Elasticsearch version** : 2.3.2 **JVM version** : java version "1.8.0_45" Java(TM) SE Runtime Environment (build 1.8.0_45-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode) **OS version** : Centos 7 SELinux enabled **Description of the problem including expected versus actual behavior** : ...
**Elasticsearch version** : 2.3.2 **JVM version** : java version "1.8.0_45" Java(TM) SE Runtime Environment (build 1.8.0_45-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode) **OS version** : Centos 7 SELinux enabled **Description of the problem including expected versus actual behavior** : ...
1
The comma and right parenthesis emitted from JSX-transforming a line like that in the title will result in the following: // source JSX var ExampleCommaIssue = React.createClass({ render: function () { return <div style={({'margin':'42px'})} className="test" />; } })...
I'm keeping the last values passed as props without force a re-render, I'm using the `useRef` to store the elements without re-render the output. The weird part is that the values showed are different from what I'm storing, duplicating the last elements. React version: 17.0.2 ![image](https://user- images.githubu...
0
I find myself in many situations executing Ansible to deploy systems but frequently want to use the same credential set to SSH to those machines. Currently for static hosts I am keeping two lists of the same information `.ssh/config` and a hosts file. So what I am suggesting would be to use Ansible's inventory to en...
There's a lot of useful information in the ansible inventory, including remote usernames, connection methods, etc. I wish I could take advantage of that when I need a shell on a "remote" host by running something like 'ansible-connect hostname'. This would, ideally, launch an interactive shell on the target host tak...
1
ERROR: type should be string, got "\n\nhttps://drive.google.com/file/d/0BxmeIv484tR5R1JhRjlYTTRIVUk/view?usp=sharing\n\nThis is bug? Or how to disable...\n\nMy system: \nUbuntu 14.04 \nResolution 1920x1080 (13 inch display)\n\n"
I've just installed Atom from a git checkout on Ubuntu 12.10, and the attached screenshot is what I see (I've shrunk the editor font size). I'm assuming that fonts aren't really meant to be that large. ![huge- fonts](https://cloud.githubusercontent.com/assets/362/4632693/3be39dee-53c0-11e4-8e64-4458a73ae4ae.png)
1
### Current Behavior: git-dependencies do not get deduped in workspaces. ex: ./a ./a/node_modules ./a/node_modules/b ./a/node_modules/c ./b ./b/node_modules ./b/node_modules/c ./c ./node_modules ./node_modules/esm ./node_modules/c -> ./c ./node_modules/b -> ...
# What / Why npm ci seems to install an optional dependency for the linux os when running on a mac and seems to install the optional dependency for mac when running on linux. ## When $ npm init -y; npm i oax@0.5.25; npm ls; npm ci; npm ls click to view output of above command Wrote to...
0
# Feature request Is it possible to use next.config.ts instead of next.config.js? Currently none of the typescript examples use typescript in the config file. Is it even possible? @resir014
Hi, I'm developing web using Next and Express. Currently i'm facing issue when applying moment locale on the web. It shows that mark up that generated on server and client is different (Screenshot attached). ![Different markup on server and client](https://user- images.githubusercontent.com/5382429/28250611-268901f...
0
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.211.0 **System** : Microsoft Windows 8.1 Pro **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.j...
I right-clicked on a folder in the tree view **Atom Version** : 0.194.0 **System** : Windows 7 Entreprise **Thrown From** : Atom Core ### Stack Trace Uncaught Error: Cannot find module './context-menu' Error: Cannot find module './context-menu' at Function.Module._resolveFilename (module.js:328:15) at Fu...
1
**TypeScript Version:** nightly (1.9.0-dev.20160429) **Code** function isFoo(value: any): value is Foo { return value && typeof value.foo === 'function'; } interface Foo { foo(): string; } interface Bar { bar(): string; } function conver...
**TypeScript Version:** 1.7.5 (TS6029) **Code** // var t = 0; if(t) { document.write('defined'); } else { document.write('undefined'); } **Expected behavior:** the variable is defined **Actual behavior:** the variable is undefined **Prove at Playground:** http://goo.gl/UI4ymi
0
**Apache Airflow version** : 2.0.0 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.15.x **Environment** : * **Cloud provider or hardware configuration** : AWS **What happened** : Apparently `removed` task state causes Airflow to consider `dag_run` as active, due to `removed` ...
**Apache Airflow version** : 2.0.0 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): **Environment** : * **OS** (e.g. from /etc/os-release): Debian GNU/Linux 10 (buster) * **Kernel** (e.g. `uname -a`): Linux 6ae65b86e112 5.4.0-52-generic #57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 202...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Expected at least nested objects be supported and parsed correctly from query ## Current Behavior It takes the whole thing as a key, instead of creating an nested object Doesn't matter the format, no...
* I have searched the issues of this repository and believe that this is not a duplicate. Specific to the with-apollo-auth example: When I try to access a page when NOT authenticated, I get errors "Network error: document is not defined", which is coming from with-data.js, "document.cookie" in the parseCookie...
0