text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
### Vue.js version 1.0.27 ### Reproduction Link https://jsfiddle.net/gckb9mkv/1/ ### Steps to reproduce Open the fiddle and check the console output ### What is Expected? Same code but with 1.0.26 dependencies. https://jsfiddle.net/qjvz0p1x/ // p1:Array[2] // p2:Array[0] // p3:"toto" ### What is actual...
### Vue.js version 1.0.27 ### Description Parameter data type is illegal to chang ### Reproduction Link jsfiddle ### What is Expected? Here is same example with version 1.0.26 where it works
1
Similar to Fancy Zones be able to define locations for Windows to be positioned in response to specific scenarios - in this can switching between single and dual (or more) monitor configurations - either docking/undocking a laptop, or connecting to a remote desktop session with "use all monitors" or a single screen. ...
## ℹ Computer information * PowerToys version: 0.21.1 * PowerToy Utility: Run * Running PowerToys as Admin: Yes * Windows build number: 18363.1082 || 1909 ## 📝 Provide detailed reproduction steps (if any) 1. Run PowerToys 2. Run "PowerToys Run" 3. Try to find any application || .exe ### ✔️ Expected...
0
Please: * The environment is ubuntu 20.04 & Jetpack v5.0.1 - build follows Jetson Zoo website * I have tried to both compile jax without success. pip3 install jax[cuda] works. However if I run pip3 install jaxlib I get an error code Error: No matching distribution found for jaxlib * when I have tried to compil...
Potentially related to #6932 or #7052. I am using a heterogeneous cluster with various different compute options. I got Jax and Flax installed fine on the CPU system. Then I tried using a GPU node (specifically dual socket Cavium ThunderX2 99xx 32-core processors with two NVIDIA Tesla V100 GPUs), but am unable to in...
1
Challenge http://www.freecodecamp.com/challenges/waypoint-comment-your- javascript-code has an issue. Please describe how to reproduce it, and include links to screenshots if possible. When running the test on a multiple line comment such as: /* comment */ the code does not pass. /* comments _/ are usually use...
Challenge http://www.freecodecamp.com/challenges/waypoint-comment-your- javascript-code has an issue. Please describe how to reproduce it, and include links to screenshots if possible. Left side error checking seems wrong ![comment your javascript code](https://cloud.githubusercontent.com/assets/6602253/9322092/8ff...
1
iOS has support for changing what the return/done key on the keybaord should be labeled with...
## Steps to Reproduce After upgrading flutter to the latest version I get a lot of erroneous warnings and errors when running `flutter analyze`. Many of the warnings are reported multiple times (the warnings seem valid though). But most disturbingly I get errors at the very start of some files: `error • Invalid con...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When calling Dialog component with fullWidth=true and no other props I would expect the Dialog to take up the full width of the screen ## Current Behavior What's happening is because the of the default...
I am trying the following: const decorate = withStyles(({ palette }) => ({ root: { } })); class MyComponent extends React.Component<WithStyles<'root'>> { // What should be the type of the props? constructor(props: WithStyles<'root'>) { super(props);...
0
> Warning: setState(...): Can only update a mounted or mounting component. > This usually means you called setState() on an unmounted component. This is > a no-op. It would be great to get a stack trace here so I know what this warning is referring to
Seeing something like: > Warning: Any use of a keyed object should be wrapped in > React.addons.createFragment(object) before being passed as a child. Is really useful but... not so much if you don't know where the offending code is. A trace call would _really_ help narrow down where in an application the problemat...
1
As was noted in the RFC discussion, covariant lifetime positions (which I was mistakenly referring to as "contravariant") should require explicit lifetime annotations. cc #15552
Three related FIXMEs in `back::link` suggest adding back-end optimization levels other than `-O2`, exposing and using lists of specific LLVM optimizations, or at least not duplicating the LLVM optimizer's list of `-O2` optimizations.
0
## Bug Report **Current Behavior** `Duplicate declaration "x"` is thrown for the below code, this does not happen when natively run by e.g. Chrome. See @kzc's comments below for clarification of the ECMA specification where it's also shown that the Bable behavior is incorrect. This does not matter in itself, it d...
## Bug Report **Current Behavior** Throws this exception: TypeError: undefined: Duplicate declaration "i" 1 | 2 | for (let i of 'foo') { > 3 | let i = 'a'; | ^ 4 | console.log(i); 5 | } 6 | **Input Code** for (let i of 'foo')...
1
I am currently using bootstrap as a library (not a boilerplate) for a node.js web server. The problem is that when I do this, then it takes forever to pull the entire repo and all history from github. "dependencies": { "bootstrap": "git+https://github.com/twbs/bootstrap.git#v3.0.0" } ...
With the launch of v3 and the new org, we should formalize the node packages that are out there and ensure they're kept up to date. No idea what this would take, but I'm making a note of it here so we tackle it soon. These two seem like the most popular, Less and Sass versions: **Bootstrap:** https://npmjs.org/packa...
1
The api.txt file does not include the values of constants. It needs to do so. Named constants must not change value over the lifetime of Go 1. If we have made any such mistakes already, we need to identify them. We need to have this fix in place for Go 1.2 to prevent future mistakes.
What does 'go version' print? go version devel +74a1371ffaf1 Tue Apr 22 17:13:38 2014 -0700 + linux/amd64 What steps reproduce the problem? Current lib/time/zoneinfo.zip is based on 2013g version of IANA timezone database. The most recent one is 2014b. Don't we want to update it befo...
0
### Playwright version 1.12.0 ### Operating system MacOS, Linux ### What browsers are you seeing the problem on? Chromium, Firefox, WebKit ### Other information test-runner ### What happened? / Describe the bug When running tests by the command `playwright test --reporter=junit --shard=1/2 `, in the junit re...
**Context:** * Playwright Version: 1.3.0 * Operating System: Windows * Node.js version: 12.18.3 * Browser: Chromium **Code Snippet** const { chromium } = require("playwright"); (async () => { const browser = await chromium.launch(); const page = await browser.newPage(); ...
0
**Migrated issue, originally created by cieplak (@cieplak)** Table reflection works in Postgres for regular views, but when reflecting materialized views, a sqlalchemy.exc.NoSuchTableError exception is raised. from sqlalchemy import Table from sqlalchemy.ext.compiler import compiles from sqlal...
**Migrated issue, originally created by Erich Seifert (@eseifert)** At the moment, with SQLAlchemy 0.8.4, introspecting a materialized view in a PostgreSQL 9.3.2 database fails with: File "/tmp/test/meterializedview.py", line 16, in __init__ self.MaterializedView = Table('mytable', MetaData(...
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.7 ### Steps to reproduce this issue https://github.com/apache/dubbo/tree/master/dubbo-dependenc...
* 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.2 * Operating System version: macOs * Java version: JDK 1.8 ### Steps to reproduce this issu...
0
For instance, when I make a path on a windows system, it usually fails with a way too long error: package main import "os" func main() { err := os.MkdirAll(`C:\Users\AAAA\BBBB\CCCC\DDDD\EEEE\FFFF\GGGG\HHHH\IIII\JJJJ\KKKK\LLLL\MMMM\NNNN\OOOO\PPPP\QQQQ\RRRR\SSSS\TTTT\UUUU\VVVV\W...
This program creates directory, but fails to create file inside (CAREFUL IF CHANGING THIS PROGRAM - YOU MIGHT END UP WITH FILES/DIRECTORIES YOU WILL NOT BE ABLE TO DELETE WITH STANDARD SHELL TOOLS): package main import ( "fmt" "log" "os" "strings"...
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. ### 如题 * 在阿里云仓库或者maven仓库中根本找不到org.apache.dubbo下相关的依赖啊,只能找到com.alibaba下的依赖啊 * 尝试对着这个官方例子练习,一直拉不下jar...
* [] I have searched the issues of this repository and believe that this is not a duplicate. * [ 1] 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: win10 * Java version: 1.8 ### Steps to reproduce this i...
0
I'm getting a weird error when trying to `jit` things: Traceback (most recent call last): File "/home/ubuntu/dev/research/lottery/cifar10_convnet_run.py", line 228, in <module> test_make_batcher() File "/home/ubuntu/dev/research/lottery/cifar10_convnet_run.py", line 87, in test_make...
* Check for duplicate issues. I searched `is:issue is:open pip install jaxlib metadata` * Provide a complete example of how to reproduce the bug: pip install --upgrade jax==0.2.0 jaxlib==0.1.55+cuda110 -f https://storage.googleapis.com/jax-releases/jax_releases.html * If applicable, include fu...
0
Now that #32753 has landed, for Julia 2.0+ , we should deprecate the `@evalpoly` macro.
Consider a Julia neophyte trying to sort `Char`s: julia> maximum('A', 'B') ERROR: MethodError: objects of type Char are not callable Stacktrace: [1] mapreduce_first(::Char, ::Function, ::Char) at ./reduce.jl:293 [2] mapfoldl_impl(::Char, ::Function, ::NamedTuple{(),Tuple{}}, ::Char) a...
0
Hello, I'm running Airflow 1.10.10 and using the `GCSToBigQueryOperator` from `airflow.providers.google.cloud.transfers.gcs_to_bigquery` in order to load data from google cloud storage into a big query table. Although everything is working as expected, I keep seeing (a lot of) deprecation warnings in my logs: ...
Current issue is I have pools configured on same type of task where I can have up to max 100 pool slots of that task type running in parallel BUT I want ability to say don't START running more than 5 at a time. So ideally these tasks should be scheduled in steps. ie at each scheduler iteration 1 (ie 9:03:30 am) 5...
0
If not I would like to request this feature. Given the fact that npm modules have been hacked before and that I/we will use modules from the registry it would be nice if we could reduce the threat of these modules and only give permissions to each module if necessary. If this is possible I would suggest a new param...
So I love the concept of privileged vs. unprivileged. During the talk at JSConf, Ryan recognizes that a linter should not be allowed to, for example, make network requests. I think this is a powerful concept, but I also think it's not quite powerful enough. JS and in particular node/npm gets a bad rep these days for...
1
Hello, `interpolate` doesn't work with `NaT` see http://stackoverflow.com/questions/33921795/fill-timestamp-nat-with-a- linear-interpolation/33922824#33922824 Here is a trivial example to show the situation: s = pd.Series(pd.date_range('2015-01-01' , '2015-01-30'), name='t') s[3], s[4], s[...
I didn't directly found an open issue about it, but is there a reason we do not implement interpolation of datetime _values_ (so not in the index)? Example: In [14]: s = pd.Series(pd.date_range('2012-01-01', periods=5)) In [16]: s[2] = np.nan In [17]: s Out[17]: 0 2012-01-0...
1
Not work shell with grep pipline: - shell: find /TEST/PATH -name requirements.txt -exec cat {} \; | grep -o '^[^#]*' - shell: "find /TEST/PATH -name requirements.txt -exec cat {} \\; | grep -o '^[^#]*'" - shell: find /TEST/PATH -name requirements.txt -exec cat {} \; | grep test - shell: "fi...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME SSH connection ##### ANSIBLE VERSION ansible 2.2.0 (devel eb33ed4219) last updated 2016/09/27 11:16:30 (GMT +200) lib/ansible/modules/core: (detached HEAD c03697c81e) last updated 2016/09/27 11:17:10 (GMT +200) lib/ansible/modules/ext...
0
When I try to run `python example/regressions.py` it throws this error Traceback (most recent call last): File "examples/regressions.py", line 12, in <module> dateRange = DatetimeIndex(start, periods=N) File "/Users/vyomkesh/code/pandas/pandas/util/decorators.py", line 88, in wrappe...
#15838 (comment) we have fairly uniform IO routines of the form `.to_format(path, df, **kwargs)` (takes DataFrame) and `pd.read_format(path, **kwargs)` (returns DataFrame) so should document various aspects of this: * contract on input path strings * file-like objects & `is_file_like` (#15894) * do we d...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior After resizing my window tooltips should be repositioned correctly to avoid unnecessary scrollbars. ## Current Behavior When i resize a window to a certain point which has a tooltip at the edge then the...
`TextField` with a `label` set to something and `type` set to date but with no initial value displays the label and `mm/dd/yyyy` on top of each other in the `TextField`. Once you enter the field, the label moves up as superscript and the mm/dd/yyyy remains and is readable. * I have searched the issues of this ...
0
Hi! I want to make a custom layer which is supposed to fuse the output of a Dense Layer with a Convolution2D Layer. The Idea came from this paper and here's the network: ![The Network](https://cloud.githubusercontent.com/assets/22426131/20623098/5031fff4-b31b-11e6-8594-a54e83fce131.PNG) the fusion layer tries...
Easy to reproduce this bug when training GANs but probably occurs in other use cases as well. When `BatchNormalization` is used in the `generator` of a GAN, `combined.train_on_batch` fails. It's really weird but for some reason `combined.train_on_batch` does not calculate the loss correctly when batch norm is used in...
0
##### System information (version) * OpenCV => 3.2 * Operating System / Platform => osx * Compiler => clang ##### Detailed description copyTo does not use the type information available when copying between two typed matrices. ##### Steps to reproduce cv::Mat1b a{10, 10}; cv::Mat2b b{10, 10}; b.copyTo(...
##### System information (version) * OpenCV => 4.1.1 * Operating System / Platform => Webassembly * Compiler => emscripten ##### Detailed description I got this error message while compiling my C++ program that uses VideoCapture object I compiled OpenCV using this build_js.py def get_cmake_c...
0
Challenge http://www.freecodecamp.com/challenges/waypoint-sift-through-text- with-regular-expressions Instructions for this and the next couple of lessons are some what misleading when explaining what + does in regex syntax. Instructions state + is need to find 'one or more occurrences of this pattern' which is not...
#### Issue Description Anytime I attempt to edit text it starts on the line below where I have selected. This can be adding a space, letter, number. Any editing of any kind including backspaces happen on the next line as well. It only happens once and happens on any new/reloaded page. Occurs in both night mode and...
0
When i started using freecodecamp, i didn't know that each user can create a personal profile and all his solutions will be present there. As a result, my profile page is filled with many redundant solutions because sometimes i comeback and relearn old problems and submit the results many times. It would be nice i...
If there are multiple solutions posted to a bonfire I'd like the ability to remove older versions (though I'd also like to be _able_ to keep older versions too). Perhaps the ability to edit the solution on my profile.
1
There appears to be both `FrameworkBundle\Tests\Debug\TraceableEventDispatcherTest` `FrameworkBundle\Tests\Debug\TraceableEventDispactherTest` One has a stopwatch and one doesn't. I'm guessing this is an error? The issue is the spelling of dispatch `tch` vs `cth`
Start with these two Documents: namespace My\XBundle\Document; use Doctrine\ODM\MongoDB\Mapping\Annotations as MongoDB; /** * @MongoDB\Document * @MongoDB\InheritanceType("COLLECTION_PER_CLASS") */ abstract class AbstractFoo { /** * @MongoDB\Id ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Context For now I am using the Menu component to render custom context menu on the mouse right click event. And menu should appear relatively to the cursor position. So it would be great to pass some additional "x, y" p...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior I want to add some custom colors as primary for theme. ## Current Behavior Updating theme with custom color not possible. New object is updated with new color but theme property not get updated. #...
0
### Version 2.5.17 ### Reproduction link https://codesandbox.io/s/zwm20ozlym ### Steps to reproduce check reproduction url ### What is expected? Duplicate keys detected to be warned ### What is actually happening? Duplicate keys detected not warned * * * when addVnodes is called, vnodes with same key a...
When a class is set in an dom element which is being initied with Vue and the same class is set in the component root dom element, the final result is a double class. You can see the results here, check with the console the dom and you should see "compClass compClass" instead of just one. It's not a big deal but doe...
0
Atom will not responding when viewing a large chunk of minified script, maybe it has to do with the syntax highlighting.
May be a known issue, but files with large embedded images such as github's public/enterprise/maintenance.html will often cause Atom to freeze (MacVim actually struggles as well). Seems some of them (github's public/maintenance.html for instance) work fine when in soft wrap mode, or until you move your cursor to the...
1
### Problem description The `<Grid container>` component receives these props .MuiGrid-spacing-xs-16-1335 { width: calc(100% + 16px); margin: -8px; } causing a horizontal scrollbar. See this question for a more accurate example and the (unelegant) fix. ### Steps to reproduce Cre...
The `<Grid container>` extends beyond its parent, with half of spacing size. I have marked the extra width in red, also setting spacing to zero fixes the problem. ![mobile-padding](https://user- images.githubusercontent.com/3260363/28355346-338983fc-6c81-11e7-9f67-fb33c7758283.png) Here is a working example: http...
1
I recently moved to webpack from require.js and some node_module have .min files built in. When I use a file from node_module I just do `require('my- module')` and it loads it right away without any config. But this will load the development version or a bigger version. For example react is loaded `require('react/ad...
# Bug report Hello I had in my package.json `^4.17.2` It auto upgraded to `4.20.3` and then I get the error: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. - configuration.module.rules[0].exclude should be one of thes...
0
I ran into this when implementing Back button transition in a router. Because the transition is inside a browser `popstate` event, it gets batched with the low pri update, and the pending state doesn't appear. I had to do this to work around it but it's unfortunate. We might want to fix this by treating pending stat...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** `isPending` is never set to true when calling `startTransition` within `useEffect`, but it _does_ work properly when within a `useLayoutEffect`. https://codesandbox.io/s/usetransition-useeffect-issues-p1j9s Here's th...
1
Reduction from #28118 (comment). Note: Needs `julia -g` (or `julia-debug`) for reproduction to enable the verifier: julia> function foo() try finally try catch ex end end end foo (generi...
Repro, build `julia-debug`. Run: julia> try finally try catch end end Block 6 successors (Array{Int64, (2,)}[9, 7]), does not match fall-through terminator Internal error: encountered unexpected error in runtime: MethodError...
1
Hi, The new `text-left`, `text-center` and `text-right` classes doesn't work on the table cells. Maybe it would be nice to add an `!important` hack to force alignment ?
Bootstrap also defined an extension functions named "tabs" which is same as the one provided by jQuery UI. So referencing to both jQuery UI and bootstrap will cause unexpected behaviors on the tabs. I think this issue is kind of related to issue #171, somehow it's more about styles, but this is about javascript names...
0
module M1 type T1 y end foo(x::Int) = 10 foo(x::T1) = foo(x.y) end @show code_typed(M1.foo, (M1.T1,)) gives code_typed(M1.foo,(M1.T1,)) = Any[:($(Expr(:lambda, Any[:x], Any[Any[],Any[Any[:x,M1.T1,0]],Any[]], :(begin # /home/mlubin/test2.jl, line 8: ...
if I define a function d2 before a function d1 which calls d2 then change d2, d1 uses the old definition for d2. I assume this is because it is all precompiled, but maybe there should be a note warning of this? Or would it be possible to replace the old definition with a longjmp to the new one? (Mostly important ...
1
scipy 1.0.1, Anaconda 5, Linux 64 bit When y is a N-dimensional array, I would expect interp1d to work independently on each series. When invoked with `kind='quadratic'` or `kind='cubic'`, however, if _any_ series contains NaNs then the interpolated values of _all_ series will be NaN: import numpy ...
Hi, I have a request for the following case. Let's say I have a N-Dimensional vector of features for each timestamp in a time-series. So a N+1 dimensional data cube. I want to interpolate each feature, side-by-side in the direction of the time-series (1D interpolation). Currently the `scipy.interpolate.interp1d` al...
1
First of all, sorry about the title! I can't really summarize the problem in a good way (if anyone can change it to a better one, then, please, be my guest!). I was trying to optimize a toolbox I was coding and I had a very strange type warnings using `@code_warntype`. I posted the problem on discourse to verify if ...
Hi, I'm getting the error below from a fresh installation of julia-1.7.0beta2 on powerpc. ChainRulesCore loads fine, the error only occurs with `using CUDA` julia> using CUDA [ Info: Precompiling CUDA [052768ef-5323-5732-b1bb-66c8b64840ba] WARNING: Method definition (::ChainRulesCore.Thunk{F}...
0
if you have a parent/child relationship doing a query that contains a `has_child` will result in error: curl localhost:9200/_search -d '{ "highlight": {"fields": {"title": {}}}, "query": { "has_child": { "query": {"match": {"body": "drip"}}, "...
When I was upgraded es from 2.0 to 2.1, highlight feature stop working. I got this error message: { "shard": 0, "index": "4odevelop_4o", "node": "XiZaRocLQGuBwZPg58Naqw", "reason": { "type": "illegal_state_exception", "reason": "can't load global ordinals for re...
1
**Do you want to request a _feature_ or report a _bug_?** I'm not quite sure if feature/bug... I have an error boundary, and I want to test that it works correctly, but it produces a big `console.error` and there doesn't seem a great way to get around it. **What is the current behavior?** When an error is captured...
* * * **(This is a repost ofjestjs/jest#4597 by @erikras.)** * * * **Do you want to request a _feature_ or report a _bug_?** Somewhere in between? **What is the current behavior?** When I'm running tests on my library, there are some behaviors that I want to test _do_ throw an error. These currently result in: ...
1
It appears commit `329a5cf` has broken `_basic_auth_str` and it now throws an exception `TypeError` (see below) when the supplied username and password is `None`. Befor this commit, in requests 2.1.1, it was possible to supply None values for username and password when authentication is optional - in this particular...
Possibly just a previously quirkly behavior that intentionally no longer works. For `requests<2.12.2` having `None` for username and password still resulted in a BasicAuth authstr being created. Starting in `2.12.2` it will raise an exception. ... File "/blah/lib/python2.7/site-packages/reques...
1
* Electron version: ares: "1.10.1-DEV" atom-shell: "1.3.1" chrome: "52.0.2743.82" electron: "1.3.1" http_parser: "2.7.0" modules: "49" node: "6.3.0" openssl: "1.0.2h" uv: "1.9.1" v8: "5.2.361.43" zlib: "1.2.8" * Operating system: Windows 10 Pro My Electron program runs successfully when I ...
* Electron version: `electron-v1.2.6-win32-x64` * Operating system: `Windows 10 Home (version 1511; build 10586.420)` As reported from here \- I came across the issue while trying to launch Visual Studio Code without an internet connection. I also confirmed the behaviour with versions of Electron as far back as...
1
MainActivity has below code for load GIF first time it's working if I restart application it gets a crash for loading gif. ImageView imageViewGIF = navigationView.findViewById(R.id.imageViewGIF); Glide.with(this).asGif().load(R.drawable.gift_3).into(imageViewGIF); but when I restart the ...
**TLDR** ; Glide should just log and cancel the load instead of crashing when the activity is destoryed since there is no point in loading anything. The user of the library shouldn't have to explicitly handle this situation. * * * **Glide Version/Integration library (if any)** : 'com.github.bumptech.glide:glide:3....
1
I'm trying to use Plots.contour. I'm not entirely sure that my objects have the appropriate size/shape for contour. x is Vector{Float64} with 513 elements t is Vector{Float64} with 10001 elements time_steps is 10001x513 Array{Float64,2} using Plots Plots.contour(x, t, time_steps) ...
Hello, so I found a hard crash of Julia from a small piece of code using Random a = reshape(shuffle(0:15), 4, 4) b = reshape(transpose(a), 1, :) circshift(b, -1)) And the resulting crash "report" is: Illegal inttoptr %uglygep88 = ptrtoint i8 addrspace(13)* %uglygep t...
1
In the autograd tutorial, https://pytorch.org/tutorials/beginner/blitz/autograd_tutorial.html > print(x.grad) gives output: > tensor([[4.5000, 4.5000], > [4.5000, 4.5000]]) but it hangs afterwards. pytorch version: 1.5.0 python: 3.7.7 OS: windows 7 cc @ezyang @ssnl @albanD @zou3519 @gqchen @peterjc123 @n...
Whenever backward() is called to compute gradients the python script never terminates. The backward function is not per se blocking and all lines after it are still executed however the script just does not terminate. This may be related with the operation system which is Windows 7 or with the use of conda. At least ...
1
My zookeeper version is 3.5.5,My druid version 0.22.0 ,How can I solve it,thank you .
Submitting GroupBy queries to the JSON query API returns a 500 when given duplicate output name columns. For example: { "context": {"queryId": "010b5fa5-9a45-4614-8c0b-acaa747c2af0"}, "dataSource": "Famous_Duets", "aggregations": [{ "fieldName": "count", ...
0
Hello, While setting up deno in docker I noticed the `install.sh` script uses `unzip` and the build will exit with the error `unzip is not installed`. I believe this is not a default program and `tar` can be used in place of `unzip`. RUN curl -fsSL https://deno.land/x/install/install.sh | sh htt...
If unzip is not installed, the install.sh should install it for you
1
This is on OSX 10.10.1 with Atom 0.15.0 I had an issue today where I ran out of disk space, and Atom seemed to wipe out a previously saved file. As in, this file had already been saved, I opened it in Atom, saved, then I quit Atom. Then when I restarted Atom, the file was empty. I checked with `ls`, the file was e...
I have a hard time replicating this issue since it will require me filling up the disk again, but in a nutshell the problem is that when I edit a file in Atom, if the disk space is not enough to save it, I find that the file content is erased. This happened to me more than once (yeah I need more Gbs of disk space) s...
1
# Feature request ## Is your feature request related to a problem? Please describe. may be related to #8422. At the present time , when using next.js with other backend frameworks (isomorphic applications), users have few controls to the logging facility of next.js. Users can only pass `{quiet: true}` when instan...
# Feature request ## Is your feature request related to a problem? Please describe. Using custom server interferes with other logging in my app. ## Describe the solution you'd like A way to silence `next` and an interface to tap into `ready`, `recompile`, `error` events. const app = next({ dev: tru...
1
### STR #![crate_type = "lib"] use std::mem; use std::ops::Deref; fn ice(sample: &Sample<f32>) { let slice: &[f32] = sample; } fn ok(sample: &Sample<f32>) { let slice: &[f32] = unsafe { mem::transmute(sample) }; } struct Sample<A>([A]); ...
As per fixme.
0
**Glide Version : 4.0.0** : **Integration libraries : okhttp3-integration:4.0.0** : **Device/Android Version : xiaomi 6.0** : **Issue details / Repro steps / Use case background** : options add transform , when refresh recyclerview , the item image will flicker . **Glide load line /`GlideModule` (if any) / lis...
Hi, first of all thank you for a great library. The issue started today when I updated to the newest Glide 4.0.0 from 4.0.0 RC1. Images everywhere started flickering when refreshing data (for example in the RecyclerView's notifyDatasetChanged method). Here is my helper class that I'm using for displaying images. ...
1
API Doc update for https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/audio/encode_wav Correct links? No Clear Description? No Usage Example? Parameters Defined? Yes, not verified against current code Returns defined? Yes, not verified against current code Raises listed and defined? No Visuals, ...
API doc update for https://www.tensorflow.org/versions/r2.0/api_docs/python/tf/audio/decode_wav Correct links? No Clear Description? No Usage Example? Parameters Defined? Yes, not verified against current code Returns defined? Yes, not verified against current code Raises listed and defined? No Visuals, ...
1
`react.tsx`: import React from "https://esm.sh/react" export default function hello(foo: string) { return <p> Hello {foo}</p>; } console.log(hello("world")) `deno run react,tsx`: Check file:///home/luca/testStuff/deno/react.tsx { "$$typeof": Symbol(r...
I'm trying out deno for scripting (it's been a great experience so far, kudos!). I'd like to be able to create script files without a `.ts` extension. If I do this, then the following is interpreted as JS and I get a syntax error on the type annotations: #!/usr/bin/env -S deno run --allow-run --allow-...
1
**Andreas Loew** opened **SPR-5026** and commented Summary: When creating the underlying physical JMS connection, SingleConnectionFactory should call the appropriate createXXXConnection method properly reflecting the type of the target XXXConnectionFactory: * for a target QueueConnectionFactory, call createQueue...
**Josef Vychtrle** opened **SPR-8600** and commented There are two major means of data binding initialization, but there is a drawback in the oldschool xml one. In short, you can do this : @InitBinder("order")public void initBinder(WebDataBinder binder) { binder.setAllowedFields(allowedField...
0
**System information**. TensorFlow version (you are using): 2.5.0 Are you willing to contribute it (Yes/No) : No **Describe the feature and the current behavior/state**. When I subclass `Layer` to implement a custom layer, sometimes I need to storage temporary values (e.g. hidden features) in forward propogation...
Hello, Never contributed to Keras before, but I am interested in creating a PR with a new feature, but before I do so, I want to get feedback and check if it would be accepted :P The function ``fit_generator'' is extremely useful, but it is difficult to use parallelized. It expects a generator, which are not thread...
0
This is the code that I have put in. When I test the link myself, it does everything the challenge mentions. I am just unable to complete this challenge. Am I missing something? Challenge adjust-the-hover-state-of-an-anchor-tag has an issue. User Agent is: `Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (K...
Challenge adjust-the-hover-state-of-an-anchor-tag has an issue. I think this challenge should be changed, I'll list some reasons: * Right now the challenge shows two new concepts, hover and text-decoration: none, when the overall teaching style is one concept per challenge * Here pseudo-classes are introduced f...
1
23:07 < balpert> can we add <Namespaced.Things /> to JSX? 23:07 < jwalke> I like that you chose the dot! 23:07 < jwalke> Keep it javascript-first. 23:07 < balpert> yes 23:08 < balpert> translating colon to dot would be absurd 23:08 < balpert> (in my opinion) 23:08 < jwalke> So you...
I came up with a rather crude (but I think promising) way to autogen component rendering tests. I'm throwing a big list of values at my components' propTypes validators (kind of like using a fuzzer). I use that to construct a set of supposedly-valid values for each prop, and subsequently combine those into supposedly...
0
From the docs: > This is a special field "group", that creates two identical fields whose > values must match (or a validation error is thrown). The most common use is > when you need the user to repeat their password or email to verify accuracy. In other words, the form should not be valid if values are mismatched...
I was using Silex with Symfony 2.5.7. Form validation broke when I updated to version 2.6.0. Here's the `buildForm` method defined for my `PasswordResetType`: function buildForm(FormBuilderInterface $builder, array $options) { $builder ->add('password', 'repeated', array( ...
1
# Bug report ## Describe the bug So there is a `./pages/_document.js` and `<NextScript />`, even if you remove it next.js will include all the bundles. I'm curious why `<NextScript />` seems to not matter. Nothing changes if I remove it or add it back. ## To Reproduce Steps to reproduce the behavior, please provi...
# Feature request ## Is your feature request related to a problem? Please describe. We want some static pages to be as lightweight as possible and we're fine with full page reloads navigating out of them if we can chop off extra 200Kb. ## Describe the solution you'd like Add an option to path map in next.config.j...
1
Tooltips on links, when placed inside the accordion, are being cut off. ![screen shot 2013-05-20 at 14 58 18](https://camo.githubusercontent.com/874a2256791098d71e048948512b8d997fbf8f96471a5d6ffd03ddb253889c42/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f3837323733302f3533353930362f31313130626...
In the case of popovers close to the edge of an accordion, the popover was being truncated. The following change fixed it for our usage .accordion-body.in { overflow:visible; }
1
by **axel.schreiner** : This is using 'hg update release' on MacOS X Lion (hg update default and ./all.bash fail early on). Based on the package documentation I believe that data can be transfered to and from an interface-typed variable. This does not seem to be the case. The ...
The documentation for time.String() shows the format used to convert time into a string: http://golang.org/pkg/time/#Time.String. This string appears to be different to the const formats already defined in the time package, so if I wanted to naively (not using time.Format) convert a time -> string -> time I'd need t...
0
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME core ##### ANSIBLE VERSION [root@172-20-12-5 ~]# ansible --version ansible 1.9.6 configured module search path = None [root@172-20-12-5 ~]# ##### CONFIGURATION [root@172-20-12-5 ~]# cat /etc/ansible/ansible.cfg ...
After I upgrade ansible 2.0.0.1 from 1.9.4, when performing a playlook always encounter intermittent fault "failed to resolve remote temporary directory from". $ ansible-playbook playlooks/playlook-filters.yml PLAY *************************************************************************** ...
1
Using python 3.3 on Mac OS: import requests requests.post("http://localhost:8080/nonexistent", headers = {'Content-Type': 'text/plain;charset=UTF-8'}, data=b'foo') results in the following request (captured with tcpdump): POST /nonexistent HT...
RFC6874 updates RFC3986 URI Syntax to support IPv6 Zone Identifiers. Zone identifiers are required when working with link local IPv6 addresses on a machine with multiple network adapters. RFC6874 updates the URI ABNF to include: > IP-literal = "[" ( IPv6address / IPv6addrz / IPvFuture ) "]" > ZoneID = 1*( unres...
0
How can i collapse/expand ExpansionTile programatically ? i dont see any way to toggle ExpansionTile in its definition can anyone suggest me how can i achieve that ?
## Steps to Reproduce TextFormField not visible when has focus https://gist.github.com/bahrinb55/e0a96e8a29bb9dbbc96111625ec27b3e ![untitled](https://user- images.githubusercontent.com/45315990/48970809-15768800-f011-11e8-933e-22a6110d33f2.gif) ## Logs processDynamicReleaseReso...
0
### Bug report **Bug summary** Using 'auto' to compute the number of bins with 2D data only uses the first column to compute the range. This causes all other columns to be incorrectly displayed. Calculating histograms using bins='auto' with numpy gives the correct behavior. **Code for reproduction** ...
### plt.hist range bug When using plt.hist with multiple input data sets, not supplying a range, and using a string-based binning option ('auto', for example), the range determined will cut off the later datasets and only fully include the first. **Code for reproduction** import numpy as np impor...
1
I made a test code for this issue. I made a custom class because I want server to return jsonified list if view function returns list. It works on flask 1.0.2 but it doesn't work on the new flask version (1.1.1) from flask import Flask, Response, jsonify class CustomResponse(Response): ...
### Expected Behavior from flask import Flask app = Flask(__name__) @app.route('/') def issue(): return {'test': 'test'}, {'Content-Type': 'test'} Using `curl -v http://127.0.0.1:5000/` to query the view I expect only one `Content-Type` header > `Content-Type: test` ### Actua...
0
* Electron version: 1.4.4 * Operating system: Windows 10 Pro (x64) I created a new BrowserWindow and set set **fullscreen** to _true_ and **show** to _false_ , then I used `win.once('ready-to-show', () => { win.show(); });` to show the window and window showed as expected however when I tried to set **full...
* Electron version: 1.2.0, 1.2.1, 1.2.2 * Operating system: Windows If you start an browser window in fullscreen and then attempt to toggle to windowed mode, the window will just black out and become unresponsive. Attempting to toggle back again still results in a black screen. However, if you start the window ...
1
![graphical issue](https://cloud.githubusercontent.com/assets/18854/5889758/9862095e-a3eb-11e4-8ce3-9dae4e61bc69.gif) So as you can see, there are some double printing artifacts here. I didn't see them happen, but noticed them after switching to another application. I'm running a recent OSX (10.10.1) and just insta...
Most noticeable in the tree view, resizing it, scrolling, etc. makes it redraw and go away. ![screen shot 2015-01-07 at 2 47 31 pm](https://cloud.githubusercontent.com/assets/671378/5666877/fe272bc4-9717-11e4-9d81-c6f737e03def.png) /cc @zcbenz Any ideas on this one?
1
Describe what you were doing when the bug occurred: 1. 2. 3. * * * ## Please do not remove the text below this line DevTools version: 4.10.1-f160547f47 Call stack: at store_Store.getElementAtIndex (chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:21226:35) at store_Store.getElementIDAtIn...
I would also like to propose that following potentially improvements for speed and simplicity now that useState is there. I would like to propose the following variants, which introduce a modstamp and a setItem for state that contains list of items. Instead of having to destructor arrays and objects and things to ...
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.5-SNAPSHOT * Dubbo branch: master * Operating System version: macOS Catalina * Java...
* 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: master * Operating System version: mac os 10.14.3 * Java version: 1.8.0_201 ### Steps to reprodu...
0
##### ISSUE TYPE Bug Report ##### COMPONENT NAME core ##### ANSIBLE VERSION ansible 2.0.0.2 (stable-2.0.0.1 3b5d7400de) last updated 2016/04/14 085854 (GMT -500) lib/ansible/modules/core (detached HEAD ce6619bf5d) last updated 2016/04/14 090423 (GMT -500) lib/ansible/modules/extras (detache...
**Issue Type:** Bug Report **Ansible Version:** ansible 1.9.2 (detached HEAD 982bad7886) last updated 2015/06/19 17:29:23 (GMT -200) lib/ansible/modules/core: (detached HEAD 016ad8a1cb) last updated 2015/06/19 17:29:29 (GMT -200) lib/ansible/modules/extras: (detached HEAD 86d9bbae52) last...
0
### 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
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 9....
When viewing a PDF, clicking the "download" button has no effect. It should trigger a download (including the `"will-download"` event and associated machinery).
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. ### Details For now on, Dubbo does not support to resolve all placeholders from property value from any `PropertySource`, thus it will 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.5.10 * Operating System version: win10 * Java version: 1.8 ### Step to reproduce this issue ...
0
Current if entering a new line inside ad JsDoc comment, nothing is inserted in the new line. ![gif](https://cloud.githubusercontent.com/assets/1171301/10116153/9c4bb62a-63dd-11e5-876a-609c87897ab4.gif)
I have many scenarios where I would do this: import myExternalModule = require("./myExternalModule"); // not using myExternalModule here I dont use `myExternalModule` in my code but still I want it to be included using requirejs. I just need it to be there. If there could be a `forceimport` keyw...
0
# Environment Windows build number: Microsoft Windows [Version 10.0.18362.449] Windows Terminal version (if applicable): 0.6.2951.0 Link to Feedback: https://aka.ms/AA6f0m9 # Prerequisites 1. 3 monitors, 1st and 2nd -with Full HD resolution and 100% scaling, 3rd - 2550x1440 and 150% scali...
# Environment Windows build number: Version 10.0.18922.1000 Windows Terminal version (if applicable): 0.2.1715.0 # Steps to reproduce 1. Open `profiles.json` 2. In the "cmd" profile, change the value of `colorScheme` from "Campbell" to "Solarized Dark" (ensure this scheme exists in the b...
0
### 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)** : * **TensorFlow installed from (source or binary)** : python wheel * **TensorFlow version (use command below)** : 1.4 an...
_Please make sure that this is a bug. As per ourGitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template_ **System information** * Have I written custom code (as opposed to using a stock example script provided in TensorFlow): ...
0
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior require relative path ## Current Behavior require real path ## Steps to Reproduce (for bugs) 1. import dynamic from 'next/dynamic'; 2. const DynamicToast = dynamic(import('../Toast/Model')) 3. ...
* I have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior When I change javascript files inside node_modules folder, the related bundles should get recompiled. ## Current Behavior I have to restart next server to get the javascript file inside node_module...
0
**How to get the current entry point's name from within a loader?** It is needed for a customized `file-loader` that uses `loaderUtils.interpolateName` by default which obviously interpolates the `[name]` to the currently required file name. In `extract-text-webpack-plugin` the `[name]` is interpolated to the *...
If I have a entry `hello.js` like this: require('./images/test.png'); and I use `file-loader` to handle this, then I want the built image named as "hello.test.png",how can I make it? The following example can not fill my need: { test: /\.(jpe?g|png|gif|svg)$/i, loaders...
1
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ec2_instance_facts ##### ANSIBLE VERSION ansible 2.4.0.0 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/jjabs/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python modu...
Synchronize module adds unwanted path fragment to rsync destination when multiple items used (with_items) Part of task with synchronize action and with_items directive: - name: 'SOLR | Deploy cores configuration files for instances' synchronize: src=projects/{{project_name}}/core-conf/ dest=/opt...
0
Hi First I would like to point out that the documentation for WebXRManager has missing functions that are there in the source but not mentioned in the documentation. Not sure how you want to tackle this as in the source there is no comments about what these extra functions do. The webxr section could benefit of som...
##### Description of the problem The VR camera always returns a FOV of 50 degrees, which is not necessarily the actual FOV. Using Cardboard, for example, the field of view is a lot higher. It can be tested in this example using the code: renderer.vr.getCamera(camera).fov If this value is not meant t...
1
**I pass variable "activeObject$" through input() option in component **Current behavior** vendor.bundle.js:42872 EXCEPTION: Uncaught (in promise): Error: Error in ./BaseObjectReleasesPageComponent class BaseObjectReleasesPageComponent - inline template:170:43 caused by: Failed to execute 'setAttribute' on 'Elemen...
**I'm submitting a ...** (check one with "x") [ ] bug report => search github for a similar issue or PR before submitting [x ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
0
All responsive classes (both by device size and print) don't like inline elements like to be hidden and shown correctly without breaking it. Example: <a class="btn"><i class="glyphicon glyphicon-envelope"></i> <span class="hidden-sm">Email</span></a> It does hide the span correctly when the screensi...
related to issues #8500 , #7808 , #4929 ; using `.hidden-sm` to hide span within `.nav > li > a` . Because class is `display: block` above -sm then text wraps to new line. Would you consider `.hidden-*` classes to be `display: inline-block` instead ? Here's a jsfiddle of the two cases - but the repercussions could b...
1
rustc --version rustc 0.6 (9143688 2013-02-14 14:44:12 -0800) host: x86_64-unknown-linux-gnu Found ICE when compiling this snippet: fn main() { match 0 { y if y < 0 => () } } Here is the backtrace: rust: task failed at 'Assertion (!pats.is_empty()) failed', .../src/librustc/middle/check_match.rs:135 ...
The following test: enum side { mayo, catsup, vinegar } enum order { hamburger, fries(side), shake } enum meal { to_go(order), for_here(order) } fn foo(m: @meal, cond: bool) { match *m { to_go(_) => { } for_here(_) if cond => {} for_here(hamburger)...
1
version 5.0.0-alpha my config spring.shardingsphere.props.query-with-cipher-column=true spring.shardingsphere.rules.encrypt.tables.user_info.columns.name.cipherColumn=name_enc spring.shardingsphere.rules.encrypt.tables.user_info.columns.name.encryptorName=name_encryptor spring.shardingsphere.rules.encrypt....
I query the field infromation of the table with the "select COLUMN_NAME FROM information_schema.COLUMNS WHERE TABLE_NAME='goods'" statement,but result is null. the "goods" is the source table of subtable. I found through debug that the reason is that the information stored in the mysql database is the subtable i...
0
We have `in` with `∈`, but not an non-ascii alias for ∉. I suggest `!in` or `notin`. The problem is I don't want to use `∉` when I wouldn't use `∈`. In other words, if my code is using `in`, it then kinda forces you to change these to `∈` so they match with `∉`.
I encountered a possible MKL threading bug in Julia 1.7.0 on macOS but don't know if it is the same as the OpenBLAS threading issue (e.g. #43301 ), so please close if this is a duplicate. The following code is a simplified version of code that generates impulse response functions from a state-space model. It works w...
0
There is an error in the docstring for the query function in `pandas/core/frame.py`. The PR here fixes this: #21731 #### Code Sample, a copy-pastable example if possible # Your code here #### Problem description [this should explain **why** the current behaviour is a problem and why the expected o...
Hey everyone, I was working on a project that involves working with data acquired via the world bank pandas api (i.e. `pandas.io.wb`). This library has a function called `pandas.io.wb.search(str)` which is very useful. In data transformation terms, it's basically does this- given a string 's', filter the dataframe b...
0
Here http://getbootstrap.com/css/#grid-offsetting we see col-lg-offset-* but there's no col-lg-offset- _. There's col-offset-_. Need to fix.
So as per the documentation, I tried using two different offsets for desktop and phone. But I could not find the col-lg-offset on the CDN hosted css file. http://netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/css/bootstrap.min.css Am not sure if this is an issue or am I going wrong somewhere?
1
I am trying to concatenating two Panels with duplicate `Items` (but different `major_axes`) together, without actually having to duplicate items... Did some searching but couldn't find much on SO. Unfortunately I cannot upload pics to github at the moment.. **But screens are attachedhere.** To illustrate what I mea...
I get a NameError exception when I try to filter DataFrame by selected index values (inside IPython session). You can see that `valid` is `numpy.array` while `lab` is a `pandas.DataFrame` object. Both of them are initialized and accessible. However I cannot put them together. Here is the error: In [51]...
0
by **roberto.catini** : The comment for the P521 function partially reference another function: At line 373 of the source code: http://golang.org/src/pkg/crypto/elliptic/elliptic.go?s=11710:11727#L364 the comment should read: // P521 returns a Curve which implements P-521 (see...
by **ilarkin@crystalnix.com** : What does 'go version' print? go version go1.2 linux/amd64 What steps reproduce the problem? Code: http://play.golang.org/p/TasQabnlRu 1. Create a new *net.TCPConn (using net.Accept) 2. Call File() 3. Close...
0
**Migrated issue, originally created by Michael Bayer (@zzzeek)** very simple and the slightest bit not backwards compatible....very unfortunate I wasn't able to see this four years ago, unless I'm missing something. Might have to push this to 0.8. diff -r 35cba3c84ab9c36663e57049e56e59cace5aa2f7 li...
**Describe the bug** I've created a custom column type, which converts "Y" and "N" from within the database to `True` and `False` in the python context and vice versa. I choose to implement it as an enum type. This all works well. Now I've started to use naming convention for constraints and my oracle database sud...
0
Hi, **VS** : 2015 CTP 5 **TS** : 1.4 In the snapshot below, we are at the point of assigning an inline function to property `foo`: ![image](https://cloud.githubusercontent.com/assets/1106823/6485181/beccf034-c279-11e4-80df-688211205fe9.png) The intention is to write something like x.foo = bar => ...
VS now commits completion lists on more than tab and enter, including space and a variety of punctuation characters (semicolon, parens, brackets, etc). There are places where we offer completion lists that we shouldn't, or poor completion lists, which were previously visual distractions but now are significant annoya...
1
**Is this a request for help?** (If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.): **What keywords did you search in Kubernetes issues before filing this one?** (If you have found any duplicates, you should instead reply there.): * * ...
Ran into a flaky test --- FAIL: TestSyncPodsDoesNothing (0.00 seconds) kubelet_test.go:57: expected []string{"list"}, got []string{"list", "list", "inspect_container", "inspect_container"} I1028 22:40:10.479932 00811 docker.go:304] Docker Container: foo is not managed by kubelet. E1...
0
**Migrated issue, originally created by Anonymous** Versions of Firebird prior to 2.0 were subject to the following bug http://tracker.firebirdsql.org/browse/CORE-356 The gist of CORE-356 is that values in the RDB$DEFAULT_SOURCE column of the RDB$RELATION_FIELDS table can have leading whitespace. Trying to use met...
**Migrated issue, originally created by Anonymous** During schema reflection SQLAlchemy fails with AssertionError Traceback (most recent call last): File "/tmp/sqla2.py", line 190, in <module> concentrate=False # Don't try to join the relation lines together File "/tmp/sqla2.py", l...
1
I recently ran into an issue whereby curve_fit was failing to fit a function, even though the guesses were reasonable. The warning reported by Scipy was "/usr/local/depot/Python-3.5.1/lib/python3.5/site- packages/scipy/optimize/minpack.py:690: OptimizeWarning: Covariance of the parameters could not be estimated". Af...
Hello, I have some data where inadvertently the x and y data were of different types, eventually after much troubleshooting I discovered that one was `np.float32` and the other was `np.float64`. When trying to use least-squares minimization to fit to the data, either `scipy.optimize.curve_fit` or `scipy.optimize.leas...
1
I've been using twitter-fetcher to circumvent Twitter's latest API without much issues until recently when I started getting the following errors, after posting a duplicate tweet: [Vue warn]: Duplicate value found in v-for="tweet in tweets": "<p class=\"tweet\">tweet parsed from json file!</p>". Use tr...
### What problem does this feature solve? make template html more **DRY** by reducing simple component (self-evident?) definitions. Many times I find that I declare event methods using the same name as the underlying event, such as <a @click=click @mouseover=mouseover :title=title>hello</a> (wh...
0
Steps to reproduce: 1. highlight a word **Atom Version** : 0.183.0 **System** : Mac OS X 10.10.2 **Thrown From** : Atom Core ### Stack Trace Uncaught InvalidCharacterError: Failed to execute 'add' on 'DOMTokenList': The token provided ('highlight-selected light-theme background') contains HTML space charact...
[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version** : 0.183.0 **System** : Mac OS X 10.10.2 **Thrown From** : Atom Core ### Stack Trace Uncaught InvalidCharacterError: Failed to execute 'add' on 'DOMTokenList': The token provided ('highlight-selected background') contains HTML space character...
1
Sorry, it was glitch on my side after ObjLoader update. After my code fixing everything works fine. ... ##### Three.js version * Dev * r74 * r75 * ... ##### Browser * [] All of them * Chrome * Firefox * Internet Explorer ##### OS * All of them * Windows * Linux * Android * IOS
I was wondering if the extrude part of TextGeometry could be somehow separated into it's on `ExtrudeGeometry` class. Right now we have have LatheGeometry which gets a set of points and creates a revoluted mesh with it, and would be great to have something like that for extrusions. @zz85, @alteredq, thoughts?
0