text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
![aa](https://cloud.githubusercontent.com/assets/7068058/4915460/5d6eb802-64cf-11e4-8dce-9fd9ad347be3.png) this most appears with a lot chars in a line
Reported in Halp: * support/b47caffcaba511e3903bfcd96bef4da2 > If I have a paragraph in CJK characters and toggle soft wrap, the wrapping > point (should be the right edge of current window) is far away than the > current edge and some characters are displayed out of window which is not > visible. > I think th...
1
In the image below i have a snippet. In the body of the loop the syntax colors seem messed up. The way to fix it is adding a space before the < and then the colors are normal. I have this problem in version 0.10.10 and had it in the previous version. ![syntaxcolors](https://cloud.githubusercontent.com/assets/2932...
Ported from microsoft/TypeScript-Sublime-Plugin#285 Related to microsoft/TypeScript-Sublime-Plugin#265. Issue: ![image](https://cloud.githubusercontent.com/assets/1707813/8627292/da8f8be4-26fe-11e5-97ce-2b2a8b257afa.png) Correct: ![image](https://cloud.githubusercontent.com/assets/1707813/8627340/3e27dbf2-26ff...
1
I'm getting a compiler error about a "path not fully resolved": thread 'rustc' panicked at 'path not fully resolved: PathResolution { base_def: DefTy(DefId { krate: 0, node: 204 }, false), last_private: LastMod(AllPublic), depth: 1 }' I tried this code: fn is_whitespace(c: char) ->...
Appears like: | CFG_LLVM_LINKAGE_FILE=/home/cody/obj/y/tmp/work/x86_64-poky-linux-gnueabi/rust-cross-arm/git+gitAUTOINC+c654a07d29-r0/build/x86_64-linux/rt/llvmdeps.rs LD_LIBRARY_PATH=/home/cody/obj/y/tmp/work/x86_64-poky-linux-gnueabi/rust-cross-arm/git+gitAUTOINC+c654a07d29-r0/build/x86_64-linux/stag...
0
Very minor issue but if Atom is already open and one uses the 'atom' command in the Terminal to open a new file the Dock temporarily experiences two Atom icons before returning to the proper one. In an ideal world, we'd never see this second icon.
Having _Atom_ running, when you open additional files (or try to open a file that you have already open) from the _Terminal_ , _OS X's Dock_ will show a temporary second _Atom_ icon (and then it goes away). This should not be the case. See how _TextMate_ 1.5.x doesn't do this when you use the _mate_ shell command. S...
1
Hi there, Just noticed that when writing ruby code in atom there seems to be a bug regarding syntax highlighting after %{} eg if you write the line object.something(%{(default: $FIlE, or "/asd")}) every thing is highlighted green afterwards? Atom Version 0.103.0 (0.103.0) Mac OSX 10.9.3
Consider the following code fragment, when inserted into the editor the syntax highlighitng shows all the code below the closed string as a string. This is not the case in sublime2 and other text-editors. email.header = "[[\"Received\", \"by luna.mailgun.net with SMTP mgrt 8788212249833; Fri, 26 Apr 20...
1
julia repl v 1.5.2 crashes when you enter a char ('x') crash.log
uname -a Linux odie 4.15.0-88-generic #88-Ubuntu SMP Tue Feb 11 20:11:34 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux cpuinfo.txt errjulia-1.4.txt
1
**Andrew Swan** opened **SPR-8922** and commented from the following URL, it seems as though the reference docs have not yet been updated to reflect the new schema locations of the Spring XML schemas: http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/xsd-config.html ...
**Phil Webb** opened **SPR-10010** and commented The current reference docs include a lot of older xsd links. We should probably replace these with 3.2 versions. * * * **Affects:** 3.1.3 **Issue Links:** * #13562 Update reference documentation regarding 3.1 schema versions ( _ **"is duplicated by"**_ ) **Refe...
1
When I try to create a pod which mounts secret volumes I get a `Unable to mount volumes for pod: exit status 1` error. For instance, when trying to create the example pod from https://github.com/kubernetes/kubernetes/tree/master/docs/user-guide/secrets : $ curl -s https://raw.githubusercontent.com/kube...
Resurrected from #66 and #761. Probe currently supports the following control parameters: // Length of time before health checking is activated. In seconds. InitialDelaySeconds int64 `json:"initialDelaySeconds,omitempty" description:"number of seconds after the container has started befor...
0
Why does catch return an object and not an error object?
It is good practice to reject promises with an error object because they have stack traces. When rejecting because of a bad status code, I suggest rejecting with an error object, e.g. `BadStatusCodeError`. You could then attach the response object to the error object so it can be accessed in a rejection handler.
1
I can't type vietnamese with Unikey software, also with Visual Studio everthing worked perfectly
this not for vietnamese programer ? i can not write vietnamese language: "Tôi yêu Việt Nam" on editor, please fix !
1
During writing container attach node e2e test, I found this. Docker attach has an option called `Logs` (see Docker Remote API). With this on, before each container attach docker will print the container log first (see code) The `Logs` option is supported in go-dockerclient (see code), while it is not supported in...
When running a command via `kubectl run -it` that immediately prints something, we might lose some lines of the log due to a race of the execution of the container and the `kubectl attach` used by `kubectl run` to attach to the terminal (compare comment #16670 (comment)). As a workaround for running an interactive s...
1
I discovered that the following does not work: julia> muladd!(_, ::Nothing, _; kwargs...) = nothing ERROR: syntax: all-underscore identifier used as rvalue around REPL[2]:1 Stacktrace: [1] top-level scope at REPL[2]:1 whereas without kwargs, it's fine: julia> muladd!(_, ::N...
julia> f(_, a) = 10 f (generic function with 1 method) julia> f(_, a=1) = 10 ERROR: syntax: all-underscore identifier used as rvalue around REPL[0]:1 The second form seems legitimate, no? The same issue arises with keyword arguments (`f(_; x=1) = ...`)
1
Hi, I am using Superset 0.19.0 to connect Spark Sql. I need to query my temp tables in spark. The database is created and connection is OK. I also was able to create a table by selecting my database connection and giving the table name and empty schema name ( Spark temp tables don't have a database/schema ). I am a...
Make sure these boxes are checked before submitting your issue - thank you! * I have checked the superset logs for python stacktraces and included it here as text if any * I have reproduced the issue with at least the latest released version of superset * I have checked the issue tracker for the same issue and...
1
Seems fixing the bug from #4521 created a new bug for :checked="" binding when using in combination with vuex states for maintaining checkbox states. <template> <ul> <li v-for="option in visibleOptions" :key="option.value"> <input type="checkbox" :name="filter.key" ...
Example: https://jsfiddle.net/vfmxxzeb/3/ What the example does: 1. Resets `values` to an array of values every one second 2. Each line has two checkboxes, both of which are bound to the same value Steps to reproduce: 1. _Click_ on the enabled checkbox on any line Expected behaviour: 1. After one second...
1
**Context:** * Playwright Version: 1.7.1 * Operating System: MacOS 10.15 Catalina * Node.js version: 12.18.4 * Browser: Chromium * Extra: None **Code Snippet** Help us help you! Put down a short code snippet that illustrates your bug and that we can run and debug locally. For example: co...
playwright version 1.7.1 Failed to run the example REF: https://playwright.dev/docs/api/class-page#pageexposebindingname- playwrightbinding-options > await page.exposeBinding('clicked', async (source, element) => { > console.log(await element.textContent()); > }, { handle: true }); > await page.setConten...
1
On testing #2994 In this snippet range select both 'foo' and 'bar' methods and then perform 'Fold' operation. class xyz { foo() { hello } bar() { world } } Observe: only 'foo' is collapsed. I would expect that all regions overlapping ...
Testing #2994 It seems to only work on the main cursor currently.
1
**David Thexton** opened **SPR-9405** and commented I noted when trying to diagnose BATCH-1852 (which was making use of JdbcTemplate) that there were no options to enable logging JDBC query parameters or query results. I recalled this was possible for Hibernate (see http://www.seamframework.org/Documentation/Enabli...
**Abhishek Gupta** opened **SPR-7782** and commented In production applications it is imperative that SQL statements and bind parameters be logged at a configurable level for support purposes. When using the JdbcTemplate spring does currently log both, but sql statements are logged at debug level and parameters are...
1
### System Info I'm using LayoutLMv3Processor to encoding. when I input (1, 82, 4) as boxes, the processor will extends the boxes to (1, 512, 4), but some boxes of input is dropped by processor as I can't find them in the encoding; seems the last n boxes is dropped. **_tokenizer = LayoutLMv3TokenizerFast.from_p...
The link to the example/summarization folder in the-big-table-of-tasks is broken because the folder's name has been changed to seq2seq
0
The rules for struct identity require that two identical structs have identical tags. This plays into the rules for assignments and conversions of structs in unfortunate ways: There appears to be no way to assign or even convert a struct with tags to another struct with different or no tags, wether that other struc...
Run this: package main type Message struct { Id int `db:"id"` Text string `db:"text"` } type Message2 struct { Id int `json:"id" xml:"id,attr"` Text string `json:"text"` } func main() { msg := Message{1, "Hello"...
1
Mousewheel click for opening a new tab in background doesnt't work for me in Firefox (19.0.2, Win7 64Bit). In Chrome it works fine for me. Seems that is something wrong with bootstrap.js. Example: http://twitter.github.com/bootstrap/ Steps to reproduce: Try to click with the mousewheel on a link.
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
I want to import matplotlib to django project. I add "import matplotlib.pyplot as plt" in the front of the code and I get this error: Traceback: File "/Users/yobichi/wi/lib/python3.5/site- packages/django/core/handlers/base.py" in get_response 1. resolver_match = resolver.resolve(request.path_i...
Hi guys! I am new to python and matplotlib. I installed everything with macports and when I run the matplotlib test python2.7 -c 'import matplotlib; print matplotlib. **version** , matplotlib. **file** ' I get the following Traceback (most recent call last): File "", line 1, in File "/opt/local/Library/Fra...
1
_Original tickethttp://projects.scipy.org/numpy/ticket/1688 on 2010-11-29 by @gerritholl, assigned to @pierregm._ When a MaskedArray's data are a record array,, string representation fails with a ValueError as the mask does not contain the mapping of field names that the data does. It appears the records are not c...
I'm trying to create a mask for a structured array. When I try to access a field from the array or simply represent it, numpy throws a `ValueError: field names A not found`, as illustrated below. >>> R = numpy.empty(10, dtype=[("A", "<f2"), ("B", "<f4")]) >>> Rm = numpy.ma.masked_where(R["A"]<0.1, ...
1
My issue is about ... #### Reproducing code example: Building scipy 1.4.1 with PyPy3.6 7.3.0 on linux-x86_64 with gcc 7.3.0, numpy 1.18.1 pybind11 2.4.3 and cython 0.29.15 fails. #### Error message: creating build/temp.linux-x86_64-3.6/scipy/_lib/_uarray compile options: '-I/home/conda/feeds...
### Issue with current documentation: Broken formula: https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.distance.sqeuclidean.html#scipy.spatial.distance.sqeuclidean Missing firmula: https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.distance.seuclidean.html#scipy.spatial.distance.s...
0
A simple example involving a type alias, a nested type, and `Fn` causes an ICE. I tried this code: struct C<A> { a: A } type T<A, B> = C<Fn(A) -> B>; fn id<A, B>(t: T<&A, B>) -> T<&A, B> { t } I expected to see either no error, or at most an error about lifetime elision. Instead, w...
Compiler panic. Found an ealier issue in the same file that had been closed because the problem had gone away in later compiles. This is the stable 1.1 though. **Version info** rustc 1.1.0 (`35ceea3` 2015-06-19) binary: rustc commit-hash: `35ceea3` commit-date: 2015-06-19 host: x86_64-pc-windows-gnu rele...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Mini variant version of the drawer should not be horizontally scrolled when collapsed ## Current Behavior It is scrollable ## Steps to Reproduce (for bugs) Go to the component demo and try scrolling ...
I'm trying to re-style the `Switch` component, but having trouble finding a way to style the bar in the background the button. * I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior N/A ## Current Behavior N/A ## Steps to Reproduce (for bugs) N/A #...
0
## Question I try to use ShardingProxy to my program ,and i found a problem that is : Insert speed of ShardingProxy is very slow. I write a program to transfer my old data via Jdbc( batch). insert data for a whole day only one million data was inserted Sharding-Proxy 4.0.0 (2020 J...
### Which version of ShardingSphere did you use? 5.2.0 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior insert short and byte data less than 0 successfully **with useServerPrepStmts=true and cachePrepStmts=true** ### Actual behavior Data tru...
0
## 🐛 Bug After register a backward hook `myhook(module, grad_input, grad_output)` of `torch.nn.Linear`, and call `myhook`, it seems that the `grad_input` has an unexpected order/existence of gradient tensors of `(grad_of_linear_output, grad_of_linear_input, grad_of_linear_weight)`, which are respectively gradient t...
Maxim Naumov @mnaumovfb sends in the following feedback: * * * I thought I would share some feedback from my recent work with register_backward_hook function. I will describe some some inconsistencies in it that may be worth addressing in the future. ## Background PyTorch supports different hook functions, includ...
1
_From@ikourfaln on May 18, 2016 11:4_ * VSCode Version: 1.1.1 * OS Version: Windows 10 Steps to Reproduce: if we have two or more functions with the same name, there is no syntax highlighting error !! ![sans titre](https://cloud.githubusercontent.com/assets/9744226/15356433/8dca48ce-1cf0-11e6-83d7-a099d7e983...
Hi, The following valid js code compile with TS2362 error let start = new Date(); let elapsed = new Date() - start; index.ts(9,22): error TS2362: The left-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type. index.ts(9,37): error TS2363: The righ...
0
Take the following examples: async function doRequest() { const res = await fetch("http://localhost:4545/cli/tests/fixture.json"); const someCondition = true; if (someCondition) throw new Error(); const body = await res.json(); return body; } ...
Hi 👋 I believe I have found an issue where the `fetch`-api leaks resources if the body is not resolved, e.g. with `.text()`/`.json()`. Given the following test: import { assertEquals } from "https://deno.land/std/testing/asserts.ts"; Deno.test("fetching TODOs", async () => { ...
1
Challenge Escape Sequences in Strings has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: var myStr; /...
Challenge Escape Sequences in Strings has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: var myStr="FirstLi...
1
The following example explodes in memory usage when calling the jitted functions. The culprit seems to be the dynamic_slice. It happens calling with or without the GPU. Incidentally, it is also rather slow (twice slower than the plain Python version), so I welcome comments if there is a jax-friendlier way to rewrite...
Please: * Check for duplicate issues. * Provide a complete example of how to reproduce the bug, wrapped in triple backticks like this: from jax import tree_util leaves, td = tree_util.tree_flatten( (1, (2, 3), [4], {'a': 42}, 99) ) td.num_leaves, td.num_nodes # (6, 10) td2 = tree_u...
0
Challenge Bonfire: Truncate a string has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: function truncate(s...
Challenge change-the-color-of-text has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.3; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. <h2 style="color: red">CatPhotoApp</h2> <p>Kitty ipsum dolo...
0
Please go to Stack Overflow for help and support: https://stackoverflow.com/questions/tagged/tensorflow If you open a GitHub issue, here is our policy: 1. It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead). 2. The form below must be ...
As of today (2018-06-09), the reproduction steps are: pip install -U tf-nightly import tensorflow as tf The error stack looks like: > ~/venv_cpu_py3/lib/python3.5/site-packages/tensorflow/ **init**.py in () > 20 > 21 # pylint: disable=g-bad-import-order > \---> 22 from tensorfl...
1
Challenge use-a-google-font has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. <style> ...
Challenge http://beta.freecodecamp.com/challenges/waypoint-label-bootstrap- wells has an issue. Please describe how to reproduce it, and include links to screenshots if possible. I have the following code, but the the first challenge "Add an h4 element to each of your elements." is not correctly validated (see scre...
0
**System information** Have I written custom code (as opposed to using a stock example script provided in TensorFlow): Slightly. OS Platform and Distribution : centos6.3 TensorFlow installed from: conda TensorFlow version (use command below): v1.8.0(it already has the code TF_CALL_half(REGISTER_BATCH_MATMUL_GPU);...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : MacOS Sierra 12.12.4 * **TensorFlow installed from (source or binary)** : pip * **TensorFlow version (use command...
0
I just initiating with sklearn it is a great library and the best, the documentation is awesome. But, not for the first time, a cannot access any links in SourceForge: > The sourceforge.net website is temporarily in static offline mode. > Only a very limited set of project pages are available until the main > we...
As you have observed, sourceforge.net is not a very reliable host. Furthermore it would be simpler to update the documentation if we used the github.io / github pages system. There are some limitations though: * it's apparently not possible to setup HTTP 301 / 302 redirects for instance from `/` to `/stable` for ...
1
The code passes all tests, but no message displays confirming that the bonfire is completed/the bonfire is not checked off on the map. Screenshots attached of both the Sum of All Odd Fibonacci Numbers and the Binary Agents bonfire with the same issue. Only present on some bonfires, others are working fine. Happening...
Although I have done all Bonfires, my profile page only shows 34 of them (not counting duplicates). http://www.freecodecamp.com/akiralaine
0
hi, when I run webpack, I get a warning message like: WARNING in node_modules/express/lib/view.js Critical dependencies: 78:29-56 the request of a dependency is an expression @ node_modules/express/lib/view.js 78:29-56 I'm not clear what I should do to resolve this. thanks.
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** Un-referenced code is included in bundle (no tree shaking). **If the current behavior is a bug, please provide the steps to reproduce.** Minimal example: https://github.com/GordonSmith/tmp **What is the expected ...
0
This doesn't work. It's not a huge deal, but a bit inconvenient. begin "A test function" test_function(a) = "testing" end @doc test_function
e.g. the following does not currently attach a docstring begin """ abc """ f(x) = 1 end It's a one-line change in the parser, but I wanted to check whether there was any intention behind this first. cc @JeffBezanson
1
ERROR: type should be string, got "\n\nhttps://github.com/JuliaLang/julia/tree/master/contrib/install.sh has a line\nthat depends on output coming from `cp`. \nIn Ubuntu, if the locale is set to `en_US.UTF-8` then `cp -va` outputs fancy\nUnicode quote symbols that are not accounted for by the rest of the script\ncausing `make install` to fail:\n\n \n \n $ cp -va file1 file2\n ‘file1’ -> ‘file2’\n \n\n"
It looks like it's the chmod command that's returning status 1. This is with commit `ac7ac0b`. I added an echo to see what command it's actually running at the end, and it looks like somehow there's some weird characters showing up at the beginning and end. chmod 755 ��/home/sfr/local/src/julia/julia-...
1
### What problem does this feature solve? One guy finded, that computed getter may use with arrow function and destructed variables/methods. I went ahead, and appended this case to `set()`, but failed, because setter not called component. Later, i tried use `arguments`: `(locale => arguments[1].a.methods.updateLo...
### What problem does this feature solve? Easy two-way binding between `v-model` and vuex state / mutations. ### What does the proposed API look like? For example I want to bind the state of the global menu to a vuex state. Meanwhile I use this manual workaround in my component: computed: { n...
1
Python 3.3, Windows 7 x64: Traceback (most recent call last): File "D:\Projects\Web\stuff\backend\Scripts\celery-script.py", line 9, in <module> load_entry_point('celery==3.1.5', 'console_scripts', 'celery')() File "D:\Projects\Web\stuff\backend\lib\site-packages\celery\__main__.py"...
Traceback (most recent call last): File "C:\Python27\Scripts\celery-script.py", line 9, in <module> load_entry_point('celery==3.1.5', 'console_scripts', 'celery')() File "C:\Python27\lib\site-packages\celery-3.1.5-py2.7.egg\celery\__main__.py", line 29, in main mai...
1
I think it would be great if this sort of thing worked: trait Shizzle { static fn shizzle(); } trait Shozzle : Shizzle { static fn shizzle() { io::println(~"shizzle! " + shozzle::<self>()); } static fn shozzle() -> ~str; } impl int :...
When generating a public fn with `impl` code, the `pub` keyword is ignored, and the resulting function is private (and raises a `dead_code` warning). It is also not possible to move the pub keyword into the macro, as it then causes an error: expected one of `extern`, `fn`, or `unsafe`, found `pub` ...
0
matplotlib's `pyplot.hist` and `pyplot.hist2d` functions fill the supplied data into histogram bins and plot them, but very often users will have already done the first step (sorting data into bins) in their own code and are merely interested in presenting their results in a "style" that is evocative of histograms (m...
The following script and the image it produces illustrates the issue: import numpy as np from matplotlib import pyplot as plt from mpl_toolkits.axes_grid1 import make_axes_locatable fig, ax = plt.subplots() imax = ax.imshow(np.random.random((200, 200)), extent=[0, 100, 0,...
0
* Electron version: 1.2.1 * Operating system: windows 10 I am developing an app with electron on win 10 and the frame header (where you find functions like close the window 'x' ) is white which is not the color I want. Is there any way I can customize the color? Thx!
We're currently working on switching Brackets over to Electron (fork, Google Groups thread). It's making steady progress, Electron is great and fits our needs very well, but one issue we face is that, while our old shell featured a dark UI (see screenshots: Mac, Win), we cannot implement that in Electron without cr...
1
**I'm submitting a ...** [x] bug report [ ] feature request [ ] support request **Current behavior** The parent component generates a component based on the supplied component metadata. The lifecycle hooks of the generated component which in turn the generated child component also gene...
components loaded with the dynamic component loader are not having their lifecycle events called. this was a attempted workaround where these same events were not called using a route. both of these situations involve angular 2 running inside of an electron application. we need the lifecycle hooks, especially ngOnIni...
1
# Bug report ## Describe the bug I am not sure about this bug is due to antd or nextjs. it cannot use `Link` or `Router.push` to a page that contains antd component from a page not contains any antd component if there are three pages: page A: contain antd component page B and C: not contain antd component pa...
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
#### Describe the bug When I try to copy the example from README with an options argument in my typescript project I get an error saying "Expected 0-2 arguments, but got 3". #### To Reproduce Here's a reproduction of the issue on codesandbox: https://codesandbox.io/s/epic-kapitsa-cwxeo?file=/src/App.tsx This part...
#### Describe the bug The type declared for InterceptorManager.use does not include the third parameter (`options`), so typescript projects show an error when supplying it. #### To Reproduce Code snippet to reproduce, ideally that will work by pasting into something like https://npm.runkit.com/axios, a hosted solu...
1
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Should display correct string. ## Current Behavior Displays `[Object object]` ## Steps to Reproduce (for bugs) I am using react-int library for internalisation, it woks really well with material-ui a...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior Grid should be displayed as shown in image https://i.stack.imgur.com/jZBie.png Here is the code: <Grid container direction="column" spacing={0}> <Grid item xs={...
0
my goal is to create a browser window, have it load multiple pages (e.g. clicking links, loading new page etc in same window) but having the ipc available from the window on each page it loads so I can send data back to the server process I have a `preload` script that does `global.ELECTRON_IPC = require('ipc')`...
Browser-Window node-integration breaks after POST. require / global are undefined in browser-window after a POST request. I've seen this behavior since I first used Electron - 0.26.0. Still happens in 0.28.1. Here is simple way to reproduce: package.json { "name": "PostExample", "version": "0....
1
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.6 * Java version: 1.8 ### Steps to reproduce this issue 1. @reference(version = "xxx", grou...
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: xxx * Operating System version: xxx * Java version: xxx ### Steps to reproduce this issue ...
0
This code in the file module causes problems in the check mode: if prev_state != 'absent' and state == 'absent': try: if prev_state == 'directory': if os.path.islink(path): if module.check_mode: modu...
**How to reproduce:** First create a directory on some random host: $ ansible test-host -i ansible.hosts -m file -a 'path=/tmp/randompath state=directory' mymachine.domain.se | success >> { "changed": true, "gid": 1007, "group": "jens", "mode": "0755", ...
1
##### System information (version) * OpenCV => git version till [Wed Nov 21 15:54:42 2018] `b6a4477` * Operating System / Platform => Ubuntu 18.04.1 LTS * Compiler => g++ (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010 ##### Detailed description compiled done, with "make install" command the opencv.pc in ${prefix}...
##### System information (version) * OpenCV => 4.0.0-rc * Operating System / Platform => Ubuntu 18.10 * Compiler => gcc 8.2.0 / gcc 6 ##### Detailed description I did cmake ...Then make and then make install and it does not generate opencv.pc file. If I use same commands for version 3.4.3 then the file is...
1
It's related to #14919. The code abstract FitnessScheme{F} immutable MinimizingScalarScheme <: FitnessScheme{Float64} end is_better(x, y, fs::MinimizingScalarScheme) = x < y Base.call{F}(fs::FitnessScheme{F}, x::F, y::F) = is_better(x, y, fs) works in v0.4, but in v0.5 I get ...
I'm updating ApproxFun and this caught me by surprise: abstract Foo julia> (f::Foo)(x)=x ERROR: cannot add methods to an abstract type in eval(::Module, ::Any) at ./boot.jl:267 Is this intentional? Is there a way to get around this other than define for each subtype: julia>...
1
**Migrated issue, originally created by Anonymous** The code and docs use "relation" and "relationship" interchangeably as though they were the same thing, but in relational databases, a relation has a specific meaning (and is more commonly referred to as a table). This makes learning SQLAlchemy confusing for peopl...
**Describe the use case** Support for times when you want to insert into the database if records do not exist, or to overwrite them if they do. **Databases / Backends / Drivers targeted** I am specifically targeting SqlServer for my production, and SQLite for my tests **Example Use** https://docs.microsoft.c...
0
Challenge give-a-background-color-to-a-div-element has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. <link href="https://fonts.googleapis.com/css?f...
Challenge give-a-background-color-to-a-div-element has an issue. User Agent is: `Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0`. Please describe how to reproduce this issue, and include links to screenshots if possible. <link href="https://fonts.googleapis.com/css?family...
1
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : yes (n/a) * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Linux Ubuntu 16.04 (All affected) * **TensorFlow installed from (source or binary)** : binary * **TensorFlow ...
The issue have beed submitted in #381, thanks all kind of you
0
# Bug report **What is the current behavior?** Installing webpack 4.8.1 in [dev] has an outdated dependency of deep-extend with this vulnerability https://snyk.io/vuln/npm:deep-extend:20180409 with the path: webpack > watchpack > chokidar > fsevents > node-pre-gyp > rc > deep-extend **If the current behavior is...
**Do you want to request a _feature_ or report a _bug_?** bug **What is the current behavior?** While using webpack for server side packing of node.js apps I am unable to have an accurate value for __dirname when __dirname is called within a required module, regardless of what `options.node.__dirname` might be se...
0
If only the enumeration type itself is imported but not its variants, a match expression reports unreachable pattern instead of unrecognised type: pub mod inner { pub enum E { E1, E2 } } pub mod foo { use inner::E; // change this to use inner::{E, E1, E2} ...
This code: mod foo { pub enum Bars { BarFoo, BarBar, BarBaz } } fn main() { decide(foo::BarBar); } fn decide(bar: foo::Bars) -> int { match bar { BarFoo => 0, BarBar => 42, BarBaz => 128 ...
1
## 📝 Provide a description of the new feature _What is the expected behavior of the proposed feature? What is the scenario this would be used?_ * * * If you'd like to see this feature implemented, add a 👍 reaction to this post.
Hello, I'm having a counter-productivity problem with the Fancy Zones productivity tool. I usually size my windows to their ideal dimensions, windows documents as well as folders. When I open these windows, they automatically find the last dimensions that I gave them. However, Fancy Zones obviously resizes windows...
0
I created an e2e cluster with `REGISTER_MASTER_KUBELET=true`, and the master node is extremely unstable with docker/kubelet being restarted frequently. I ended up _fixing_ this by removing `/etc/supervisor/conf.d/docker.conf` to prevent docker from being restarted again. The cluster was stable and functioning after...
Running kube-up on a clean build of `6afbaf6`, I'm seeing the docker on the master crashing, and kube-apiserver crash with it. This is the standard 4-node GCE cluster, I haven't touched any config. kubernetes·(6afbaf6...) $ make clean release-skip-tests && kup && kdown [...] Waiting for cluste...
1
{"type":"Parse","message":"Syntax Error on line 1","index":0,"filename":"bootstrap.css","line":1,"column":0,"extract":[null,"",""]}
A less error occured trying to build your bundle. Please paste the error below in an issue for us at http://github.com/twitter/bootstrap! thanks! {"type":"Parse","message":"Syntax Error on line 1","index":0,"filename":"bootstrap.css","line":1,"column":0,"extract":[null,"",""]}
1
This is using Go 1.6, but I don't think the behavior has changed recently. `go build` (and probably other go commands) normally take Go package names (that is, relative to some GOPATH component) but, as special cases, also take relative and absolute directories. `go help packages` says this: > An import path that ...
f$ pwd /usr/local/google/home/rsc/src/code.google.com/p/rsc f$ go install ./jfmt can't load package: package code.google.com/p/rsc/jfmt: cannot find package "code.google.com/p/rsc/jfmt" in any of: /usr/local/google/home/rsc/go/src/code.google.com/p/rsc/jfmt (from $GOROOT) /usr...
1
For example, when I was originally searching for serialize (in the wrong place, I suppose), I got a bunch of internal results. Link to the search. ![std_- _rust](https://cloud.githubusercontent.com/assets/4/6860404/1c0dd730-d428-11e4-96c7-8236805dfd0e.png)
For example: `error: type mismatch: the type `[closure /home/ncameron/rust3/src/librustc_driver/lib.rs:107:36: 107:44]` implements the trait `for<'r> core::ops::Fn<(&'r rustc::session::Session,)>`, but the trait `for<'r,'r> core::ops::Fn<(&'r rustc::session::Session, &'r getopts::Matches)>` is required (expected a tu...
0
Allow numeric pixel size control of zones. currently, when setting a custom zone the only means is by a visual rectangle which I can resize and move around and the size of the border (16 pixels default). I need to be able to set explicit size for a zone so I can fit fixed size windows either for streaming or for s...
Power Toys is very useful. Thank you for making a good one! I have a suggestion for Keyboard Manager. I think it would be more useful if I can switch settings for each keyboard. There are times when I use my laptop's keyboard and other times when I use an external keyboard, so it would be nice if switching was...
0
What steps will reproduce the problem? If possible, include a link to a program on play.golang.org. 1. http://play.golang.org/p/o20RjaRdtQ 2. 3. What is the expected output? It would be preferable to get <RPCElementTarget><running/></RPCElementTarget> What d...
Please answer these questions before submitting your issue. Thanks! ### What version of Go are you using (`go version`)? go version go1.8.3 darwin/amd64 ### What operating system and processor architecture are you using (`go env`)? GOARCH="amd64" GOBIN="" GOEXE="" GOHOSTARCH="amd64" GOHOSTOS="darwin" GO...
1
#### Describe the issue linked to the documentation https://scikit-learn.org/stable/developers/contributing.html#guidelines-for- writing-documentation specifies how to write parameters with a `shape` attribute in a docstring, e.g. array_parameter : {array-like, sparse matrix, dataframe} of shape (n_sa...
#### Description When calling `sklearn.utils.estimator_checks.check_estimator` on a simple pipeline, an `AttributeError` exception is thrown. Either the `check_estimator` should be altered to support `Pipeline` objects or a separate `check_pipeline` utility should be created. #### Steps/Code to Reproduce ...
0
### System info * Playwright Version :Version 1.32.3 * Operating System: Windows 11 * Browser: Firefox only * Other info: Also seen in our CICD, which is an ubuntu system. ### Source code * I provided exact source code that allows reproducing the issue locally. **Link to the GitHub repository with the...
### System info * Playwright Version: [v1.30.0] * Operating System: [macOS 13.2, focal-1.31.0] * Browser: [All, Chromium, Firefox, WebKit] * Other info: ### Source code * I provided exact source code that allows reproducing the issue locally. **Link to the GitHub repository with the repro** [https://gi...
0
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.169.0 **System** : Mac OS X 10.9.5 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: connect ECONNREFUSED At stream.js:94 Error: connect ECONNREFUSED at exports._errnoException (util.js:746:11) ...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.169.0 **System** : Mac OS X 10.9.5 **Thrown From** : Atom Core ### Stack Trace Uncaught Error: connect ECONNREFUSED At stream.js:94 Error: connect ECONNREFUSED at exports._errnoException (util.js:746:11) ...
1
sql : SELECT id, uid, ticket_code, ticket_type, firstname, lastname, gov_id, govId_type, sku_id, origin_sku_id, product_name, start_time, end_time, is_me, status, order_no, auth_mode, cover, background, member_background, theme, gov_id_hash, phone_no, phone_code, color, create_time, update_time, auth_source, ...
### druid version `group: 'com.alibaba', name: 'druid-spring-boot-starter', version: '1.2.4'` ### shardingsphere version `group: 'org.apache.shardingsphere', name: 'shardingsphere-jdbc-core-spring- boot-starter', version: '5.0.0-alpha'` ### application.yml shardingsphere: datasource...
0
#### Code Sample, a copy-pastable example if possible # I create a test DataFrame d = pd.DataFrame({'data': range(6), 'key': list('ABCABC')}) # I groupby the column 'key' g = d.groupby('key') # I filter with always True (not that useful, just for the example) print(g.filter(lambda x...
* I have checked that this issue has not already been reported. * I have confirmed this bug exists on the latest version of pandas. * (optional) I have confirmed this bug exists on the master branch of pandas. * * * **Note** : Please read this guide detailing how to provide the necessary information for us ...
1
In the example below, the FILTER operation applied to paths does not return a correct result. Or am I getting it wrong? **Neo4j Version:** 3.0.4 **Operating System:** Windows 10 **API:** Browser (Google Chrome) / Cypher ### Steps to reproduce 1. Create the graph "SIL" with the Cypher script below. This repre...
* Neo4j version: 3.5.4 * Operating system: debian-9-x86 * API/Driver: neo4j-admin * **Steps to reproduce** Try to import 30GB(after zipped) csv data to fresh installed neo4j, command i ran: sudo -u neo4j /opt/bitnami/neo4j/bin/neo4j-admin import \ --nodes:Group="header_group.csv,groups....
0
There are many instances where one concretely needs a statically linked executable (e.g. to avoid having to distribute a pile of Rust dynamic libraries, making deployment much simpler). The compiler currently offers no way to request that a compiled artefact is always statically linked against Rust crates (the only ...
Now that #9658 has landed, libstd is buildable with both `-Z debug-info` and `-Z extra-debug-info`. It might be time to graduate these flags out of the experimental `-Z` zone.
0
x = [ 1 2 3 4 5 6; 2 3 4 5 6 7; ] const y = x let local a = x @time for i in 1:10^4 reshape(a, 12) end end 0.002322 seconds (20.00 k allocations: 781.250 KB) let local a = y @time for i in 1:10^4 reshape(a, 12) end end ...
_ _ _(_)_ | (_) | (_) (_) | A fresh approach to technical computing _ _ _| |_ __ _ | | | | | | | |/ _` | | Version 0.0.0-prerelease | | |_| | | | (_| | | Commit 335d1ef401 (2012-03-04 23:47:29) _/ |\__'_|_|_|\__'_| | |__/ ...
1
_Let's say this is not a bug report._ ### **Description** A common problem with the serializer and the use of the deserialization is that it will throw errors if a wrong value is inside the given data. This stops any possibility of validation because the deserialization will not end. For information, it is a known...
**Description** Add a way to make the Serializer try its best to continue denormalization to the end and collect all failures instead of stopping and throwing an exception at first failure. If anything goes wrong, the thrown exception provides all collected failures, similarly to what the Validator does. **Exampl...
1
Here are the steps to reproduce the bug: 1. Open terminal 2. Put "=" Before ![1](https://user- images.githubusercontent.com/19567657/57587074-e26f7480-751c-11e9-92db- bdd997e4174b.PNG) After ![2](https://user- images.githubusercontent.com/19567657/57587075-e602fb80-751c-11e9-85d4-6b4140163437.PNG) After p...
When fonts with programming ligatures is used, a weird behavior is show if write some characters at first, for example with FiraCode. ![image](https://user- images.githubusercontent.com/12452450/57310925-47a40f80-70b0-11e9-93a3-2cc251c618d6.png) ![image](https://user- images.githubusercontent.com/12452450/57310942-...
1
Hi everyone, I need to have some help with an annoying thing. I have an modal popup which has vertical scrollsbar inside. When scrolling inside the modal sometimes the background scrolls instead. I have tried to add body .modal-open { position:relative; overflow: hidden; } which works fine on most of the...
When viewing a modal on iPad, attempts to scroll within the content of the modal instead triggers scrolling of the entire page in the background. Tested on iPad 2 iOS 5.1 Mobile Safari while viewing Bootstrap Documentation and Examples http://twitter.github.com/bootstrap/javascript.html#modals
1
Challenge http://www.freecodecamp.com/challenges/waypoint-use-comments-to- clarify-code has an issue. If I create a new line at the top of the code block and add my comment tag () at the end of the code block, thus commenting out the entire code block. ![comment](https://cloud.githubusercontent.com/assets/13574165/...
#### Challenge Name https://www.freecodecamp.com/challenges/taste-the-bootstrap-button-color- rainbow#?solution=%0A%3Clink%20href%3D%22https%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DLobster%22%20rel%3D%22stylesheet%22%20type%3D%22text%2Fcss%22%3E%0A%3Cstyle%3E%0A%20%20.red- text%20%7B%0A%20%20%20%20color%3A%20r...
0
PR ##26089 moved some PD tests to flaky to resolve issue #26127 (and duplicate #26076). These tests started failing due to PR #21709. @rootfs is working on a patch to de-flake the tests. This issue is to track the fix and should be closed when: 1. The PD tests have been deflaked (verify by running the "pd.go" e2...
**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.): ...
0
I am using following code in my component, but handleChange event is not getting fired as i try to select one of the radio buttons. I have tried to update my react and react-dom version from 16.0.0 to 16.0.2. /* eslint-disable flowtype/require-valid-file-annotation */ import React from 'reac...
Issue : in mobile where there is possible to scroll (in search result) the keyboard not disappear when the user scroll (there isn't blur on the input) and therefore it give bed user experience. ## Expected Behavior On mobile devices if it's possible to scroll on search result, when the user scroll the keyboard ...
0
### Current Behavior: If the working directory's name differs from the name of the npm package it contains, then the generated package-lock.json has a ["packages"][""]["name"] property in violation of the npm v7 spec for the package-lock.json file per the docs at https://docs.npmjs.com/cli/v7/configuring-npm/pac...
### Current Behavior: package-lock.json changes depending on name of local copy of git repo, e.g. if i have two copies of the same repo locally one which matches the name in package.json and one which doesn't i get two different package-lock files, one specifies the name of the package in the inner packages list and...
1
shardingsphere/shardingsphere-infra/shardingsphere-infra- executor/src/main/java/org/apache/shardingsphere/infra/executor/sql/context/ExecutionContextBuilder.java Lines 73 to 78 in 1ea6d35 | private static List<RouteMapper> getRouteTableRouteMappers(final Collection<RouteMapper> tableMappers) { ---|--- | if (...
## Bug Report ### Which version of ShardingSphere did you use? <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>sharding-jdbc-core</artifactId> <version>4.0.1</version> </dependency> ### Which project did you use? Sharding-JDBC or Sharding-Proxy? Sha...
0
I notice that it exists a country form type that display a list of countries using the Intl bundle. This form type is very usefull, but there is no easy way to restrict the countries available. For example if I want the user to select a country into a predefined list, it is currently not possible (except creating a ...
It would be nice to have an option named for instance `allowed_locales`, that when set, would cause the widget to display only locales that appear in it, and would throw an exception if one of them can't be found in `Intl::getLocaleBundle()->getLocaleNames()` keys. If this is something that you think would be useful,...
1
### Environment info Operating System: Ubuntu 16.04 Installed version of CUDA and cuDNN: (please attach the output of `ls -l /path/to/cuda/lib/libcud*`): -rw-r--r-- 1 root root 558720 Sep 15 07:02 /usr/local/cuda/lib64/libcudadevrt.a lrwxrwxrwx 1 root root 16 Sep 15 07:05 /usr/local/cuda/lib64/libcudart.so ->...
After upgrade from 0.10.0 to 0.11.0rc0 my code no longer runs: (802, 277) (802, 1) WARNING:tensorflow:float64 is not supported by many models, consider casting to float32. WARNING:tensorflow:float64 is not supported by many models, consider casting to float32. Traceback (most recent cal...
1
### Vue.js version 1.0.26 ### Reproduction Link https://jsfiddle.net/gregmi/yLqnv2ex/ ### Steps to reproduce 1. run and check the output, it says: "params.myAttr: undefined" 2. comment out the line 13 (props) 3. run again and check the output, it says: "params.myAttr: content" ### What is Expected? It sh...
### Version 2.6.6 ### Reproduction link https://jsfiddle.net/xayduwf0/ ### Steps to reproduce open the link and run ### What is expected? there should no html in the result window ### What is actually happening? the result shows all the rendered html * * * I'm not sure it is by design or a bug…… The scen...
0
**Steps to reproduce** \- see Plnkr demo below ( ** _touchscreen required_** ) I have a Parent Component with an array (of Child Components) that is rendered using * **ngFor**. `<my-child-cmp *ngFor="#child of children" [info]="child" ... ></my-child- cmp>` Within MyChildCmp I have an event listener to detect whic...
**I'm submitting a ...** [x] bug report **Current behavior** If I drag a component, bound within an `*ngFor`, (using a **touchscreen** ) and an external event causes the ngFor array to update, `touchmove` events stop firing. This is a terrible experience on mobile. Angular 2 is nearing offici...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME core ##### ANSIBLE VERSION ubuntu 16.04 package: ansible 2.0.0.2 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION nothing i know off ##### OS / ENVIRONMENT ubun...
##### SUMMARY Handlers should respect skip-tags. Currently they do not. ##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME lib/ansible/playbook/taggable.py ##### ADDITIONAL INFORMATION - hosts: localhost gather_facts: false handlers: - name: debug_handler debug: ...
1
**TypeScript Version:** 1.9.0-dev.20160521-1.0 **Code** Install node d.ts file: npm install --save-dev @types/node@4.0.21-alpha index.ts: console.log('hello'); tsconfig.json: { "compilerOptions": { "noImplicitAny": true, "stri...
**TypeScript Version:** nightly with "node.d.ts" from typings We recently add thisin to es5.d.ts **Expected behavior:** No error **Actual behavior:** Duplicate Identifier with the same property defined in "node.d.ts"
1
Spotted by @teropa and confirmed on my side in the ng2 directives for Bootstrap project (see: ng-bootstrap/ng-bootstrap#115): > I'm getting errors about platform directives like ng-for when using > TestComponentBuilder. Seems like they're not "ambient" in the unit tests > like they are during normal execution. I can...
GET http://localhost:8080/undefined 404 (Not Found) <img [src]="data.avatar_url" width="100" height="100"/> this.data = {}; http.get('https://api.github.com/users/danicomas').toRx().map(res => res.json()).subscribe(response => this.data = response);
0
In some cases, you'd like to set up your testing module the same as a larger module you're exporting, but want to mock out some declarations. Currently there is no way to _remove_ a declaration though, so you'd have to make a whole new module and duplicate your list. e.g., now // in lib @NgModule(...
WARNING in ./~/@angular/core/src/linker/system_js_ng_module_factory_loader.js 87:15-102 Critical dependency: the request of a dependency is an expression at ImportContextDependency.getWarnings (/home/patrikx3/Projects/patrikx3/corifeus/corifeus-web-api/node_modules/webpack/lib/dependencies/Im...
0
### Bug report **Bug summary** Interactive code (Jupyter Notebook using `%matplotlib notebook`) worked up to v3.2.x, stops working for v3.3.x. Tested on Firefox and Chrome. **Code for reproduction** import ipywidgets as widgets import matplotlib.pyplot as plt from IPython.display import disp...
### Bug report **Bug summary** Using `ipywidgets.interact` to update a figure works as expected in `matplotlib<=3.3.1`, but fails in `matplotlib==3.3.2`. I don't think this is an `ipywidgets` issue since downgrading `matplotlib` fixes this issue. **Code for reproduction** In[1]: %matplotlib notebo...
1
# Description of the new feature/enhancement Terminal seems not to play well with Power Toys, that is, the Shift + Move Window doesn't activate Power Toys Fancy Zones # Proposed technical implementation details (optional) Implement move Terminal Window to Fancy Zone [Shift + Left Cursor on Window Bar]
# Description of the new feature/enhancement Over time I written many Powershell scripts and modules to manage many stuff (either for personal and for work) I use some modules for manage my dev environment or my home router, or move, rename, delete personal fotos, ect. So I'm used to have a Powershell session star...
0
With 10,000 item nesting in `DeeplyNestedComponents` case: ![Screen Shot 2019-04-06 at 15 16 02](https://user- images.githubusercontent.com/810438/55670638-f3bec480-587e-11e9-850d-8a247aa42f7c.png) Not super realistic but we could fix this by avoiding recursion in the traversal. * * * Originally reported by @gaea...
## Details Using version 4.0.2 (8/15/2019) I am getting a maximum call stack size exceeded when my app starts up. While my app using this is a little different I have replicated the issue using a fresh create-react-app. I will include the App.js code below. ## Steps to reproduce 1. Create a new app using version...
1
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.175] Windows Terminal version (if applicable): windows terminal (Preview) 0.2.1715.0 Any other software? # Steps to reproduce Create a Ubuntu 18 tab type $ or any sign that can be created with AltGr # Expec...
**Your Windows build number:** 10.0.18362.86 **What you're doing and what's happening:** Trying to enter the `@` sign on a Swedish keyboard in a PowerShell console using `Alt Gr` \+ `2`. See animated gif: ![terminal](https://user- images.githubusercontent.com/357872/57315225-7099c400-70f3-11e9-803f-4d60d11fe...
1
### Apache Airflow version 2.3.2 (latest released) ### What happened I accidentally created two dags with the same name. No errors were given. Code-tab in web-ui showed one of the versions. Running the task actually executed the second version. ### What you think should happen instead One, or both DAGs sho...
airflow/airflow/plugins_manager.py Lines 291 to 292 in ffb1fca | load_plugins_from_plugin_directory() ---|--- | load_entrypoint_plugins() Currently, entrypoint plugins are loaded after plugins directory plugins. If there's not a specific reason for this ordering, I think these should be reversed. For...
0
Hello, I find `IS_AUTHENTICATED_REMEMBERED` / `IS_AUTHENTICATED_FULLY` attributes to poorly convey what they mean and what they do. This issue is here to discuss and propose a few ideas to make authentication checks more explicit and elegant. **Detailled reasoning** At the moment, to check if a User is logged to t...
Q | A ---|--- Bug report? | yes Feature request? | yes BC Break report? | no RFC? | no Symfony version | 2.8.20 Hello everbody, I'm testing the LanguageBundle in Intl extension, and I found inconsistency in the language listing. **Examples:** In the file **Intl/Resources/data/language/pt.json** don...
0
java.util.NoSuchElementException at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:350) at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:376) at java.util.LinkedHashMap$EntryIterator.next(LinkedHashMap.java:374) at com.bumptech.glide.util.LruCache....
Our crash monitoring facility had identified the above exception. It has been reported using Glide 3.5.2 and 3.5.0. It usually occurs in Android 4 devices, though we have reports up to 5.1. We're not able to reproduce it in our testing. While it's not a frequent report, we have seen 300+ reports in the last 30 days. ...
1
fn main() { let mut x = 1us; let y = &x; &mut x; } test2.rs:10:2: 10:2 note: previous borrow ends here test2.rs:1 fn main() { ... test2.rs:10 } ^
For example, in this case there should be two spaces between `8` and `fn` instead of one. test2.rs:8:1: 12:2 warning: code is never used: `foo`, #[warn(dead_code)] on by default test2.rs:8 fn foo() { test2.rs:9 test2.rs:10 test2.rs:11 test2.rs:12 }
1
* I have searched the issues of this repository and believe that this is not a duplicate. I need to bump up the default 100KB bodyParser raw.js limit but I can't seem to figure out the right way in Next.js 5.1.0 I tried adding it to index.js but with no effect: `expressApp.use(bodyParser.raw({ limit: '5mb' }))...
The build process does not recognise shared files when your pages export an imported or wrapped component. A common way of batching multiple `getInitialProps` is to wrap your pages in multiple HOC's - however doing this causes these issues described here. I'll try to explain using `moment` as an example dependency....
0
**Nicholas Daley (at Firecrest)** opened **SPR-6070** and commented CookieGenerator.cookieMaxAge's setter uses the primitive type 'int', but the getter uses 'Integer'. This seems to stop this property from being configured through the spring configuration xml file. If it's important, I'm actually using a subcl...
**Ihor Mysak** opened **SPR-9668** and commented our old methods with signature like: `@RequestMapping`(value = "/write-review", method = RequestMethod.POST) public Object writeReview(..... was successfully works with response: return "redirect:/some-url"; on old DefaultAnnotationHandlerMapping/Annotation...
0