text1
stringlengths
2
269k
text2
stringlengths
2
242k
label
int64
0
1
I downloaded neo4j-master from github, today. Within neo4j-master there is a directory : neo4j-master/community/io/src/main/java/org/neo4j/io I also obtained the community edition 2.16, which should contain all the jars for neo4j projects. However, there is no neo4j.io.jar corresponding to the neo4j-master code ...
I have a total of 200,001 nodes out of which one node joins with 200,000 other nodes. so 200,000 relationships total. All these nodes are coming from Kafka so my Kafka Consumer reads a set of nodes(a batch) from Kafka and applies the following operation. MATCH (a:Dense1) where a.id <> "1" WITH a ...
0
It would be awesome if there is an option for an off-canvas navigation. There is nothing wrong with the current dropdown style navigation in mobile and I'm not against it, I just like the off-canvas style more. Of course this would not be applicable for every website, but same as the dropdown style either. So it wou...
Please make lateral the navbar when it collapses on mobile devices such as foundation or purecss. Tks
1
## Feature request add "hot module introspection" as a feedback channel from browser to editor **situation in my code editor** class Class1 {constructor() {this.key1 = 'val1'}}; class Class2 {constructor() {this.key2 = 'val2'}}; obj1 = new Class1(); obj2 = new Class2(); obj1.k ...
# Bug report **What is the current behavior?** Many modules published to npm are using "auto" exports (https://rollupjs.org/guide/en#output-exports-exports, but there is also a popular babel plugin which adds this behaviour https://github.com/59naga/babel-plugin-add-module-exports#readme) which is supposed to ease ...
0
In a number of places, sklearn controls flow according to the existence of some method on an estimator. For example: `*SearchCV.score` checks for `score` on the estimator; `Scorer` and `multiclass` functions check for `decision_function`; and it is used for validation in `AdaBoostClassifier.fit`, `multiclass._check_e...
### Describe the bug For some samples and requested n_clusters MiniBatchKMeans does not return a proper clustering in terms of the number of clusters and consecutive labels. The example given below shows, that when requesting 11 clusters the result only consists of 9 and requesting 12 results in 11 clusters. Reque...
0
I was hoping to find a routine in base that would give me the first `k` elements of `sortperm(v)`. This would be much like `select(v, 1:k)`, but instead of returning the actual elements, it would return the index where those elements can be found. Does such a function exist?
One of the first things we need to do is make the runtime thread safe. This work is on the `threads` branch, and this tracker predates the new GC. I thought it is worth capturing a tracker that @StefanKarpinski prepared earlier in an issue to ease the thread safety work. This list is organized as `Variable; Approach...
0
Comment by Kenneth Reitz: > We need to support MultiDict. This is long overdue.
Duplicate #6261 Nate: Sorry i posted duplicate. Probably posted in the wrong place. Newbie and my first post on the forum. You closed #6314 as duplicate of #6261. I was not making a feature request but seeking help. I was hoping to get help in solving the issue I am experiencing with Reques...
0
In some case a DataFrame exported to excel present some bad values. It's is not a problem of Excel reading (the data inside the sheet1.xml of the .xlsx file is also incorrect). The same DataFrame exported to ".csv" is correct. The problem could be "solved" by renaming the column header as [col-1, col-2,...]. Mayb...
store_id_map > <class 'pandas.io.pytables.HDFStore'> > File path: C:\output\identifier_map.h5 > /identifier_map frame_table > (typ->appendable_multi,nrows->26779823,ncols->9,indexers->[index],dc->[RefIdentifierID]) store_id_map.select('identifier_map') > * * * > > KeyError...
0
I've seen other similar posts, but I they seem not to apply to me. The role in question worked fine in 2.2. ##### ISSUE TYPE * Bug Report ##### COMPONENT NAME Loop ##### ANSIBLE VERSION ansible 2.3.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o...
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME ansible-vault or jinja ##### ANSIBLE VERSION ansible 2.3.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides python version = 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 201606...
1
Let's add a link on a atom-packages website, which will open editor and install selected package. Something like an AppStore link
![2013-12-02 at 5 28 pm](https://camo.githubusercontent.com/560ce22bdb344f9927a799ffe9bc16d79dd6599a97f56ae34f4a5503e6d72efd/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f313437362f313636303334372f38636665653637342d356262612d313165332d396234342d3164393939353564333236632e706e67) I believe we cas...
1
# Summary of the new feature/enhancement I think there are some applications that are used very frequently. So it's a good idea to show a list of applications that are pined and the most used. Therefore, we don't need to type in a keyword to find them again. # Proposed technical implementation details (optional) T...
Hi everybody ? What about a new feature to FancyZones: dynamic resizing of the zone hosting the currently focused application ? I'm thinking about something like resizing windows in tiling window mangers such as i3 :)
0
**Context:** * Playwright Version: 1.12 * Operating System: Mac * Node.js version: 14.6 * Browser: Firefox * Extra: NA **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: const {firefox} = require...
We are facing issues with Self Signed Certificates on firefox and while doing browser.newPage() we are getting SEC_ERROR_UNKNOWN_ISSUER which gets resolved by setting ignoreHTTPSErrors: true. Can we allow Self Signed Certificates by default or provide an option to pass these as options in launchServer options? Wor...
1
I am trying to compile tensorflow from source. I can build it **successfully** with CPU support only( i.e. not use `--config=cuda`) . But when I try to build it with GPU support, I get error: [chaowei@node07 tensorflow]$ export EXTRA_BAZEL_ARGS='-s --verbose_failures --ignore_unsupported_sandboxing --...
### Environment info Operating System: Red Hat Enterprise Linux Server release 7.2 Installed version of CUDA and cuDNN: CUDA 7, cuDNN 4 (please attach the output of `ls -l /path/to/cuda/lib/libcud*`): -rw-r--r-- 1 root root 179466 Jan 26 22:19 /usr/local/cuda/lib/libcudadevrt.a lrwxrwxrwx 1 root root 16 Jan 26...
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 6....
### 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:** `6.0.10` ...
1
My app doesn't need `werkzeug` directly except for type annotations of views that contain a `redirect` call, even when I explicitly provide `Response=flask.Response`. flask/src/flask/helpers.py Lines 233 to 235 in 5cdfeae | def redirect( ---|--- | location: str, code: int = 302, Response: t.Optional[t.Type...
I have been having issues for 3-4 days now to get a hello world up and running on the remote server. I figured out that it would be nice if there was a documentation from A-Z how to get that done and working. http://flask.pocoo.org/docs/deploying/mod_wsgi/ The current documentation does not provide an example what ...
0
TensorFlow should have a Rust interface. Original e-mail: I'd like to write Rust bindings for TensorFlow, and I had a few questions. First of all, is anyone already working on this, and if so, can I lend a hand? If not, is this something the TensorFlow team would be interested in? I assume that the TensorFlow team...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Ubuntu 14.04 * **TensorFlow installed from (source or binary)** : pip install * **TensorFlow version (use c...
0
Hard to reproduce. I attached an array where this happens: import numpy as np np.seterr(all='raise') a = np.load('weird_array.npy') print(a.shape, a.dtype) for i, val in enumerate(a): try: np.isfinite(np.array(val, ndmin=1)) except: strange_index ...
My code failed with a `FloatingPointError` because `isfinite` encountered an invalid value. The offending value was... `nan`. Apparently, it was _the wrong kind of nan_. I reproduced it as follows: # (earlier: seterr(all='raise')) In [204]: x = uint32(0x7f831681).view("<f4") In [205]: prin...
1
![py1](https://user- images.githubusercontent.com/9477742/36406284-b8e3922c-15c3-11e8-952d-5a67a5c08146.PNG) ![py3](https://user- images.githubusercontent.com/9477742/36406286-bb97ce3e-15c3-11e8-98b0-cddfd0bb889e.PNG) When creating an array from 0.2 to 0.8, the maximum value in the array is 0.8, but when I run max ...
If I do `np.arange(3.18,3.21,0.01)`, it gives `array([ 3.18, 3.19, 3.2 ])`. However, if I do `np.arange(3.18,3.22,0.01)`, it gives `array([ 3.18, 3.19, 3.2 , 3.21, 3.22])`. This seems inconsistent. Why is this so? I am using numpy 1.11.2 on Python 2.7.13.
1
Been using React (Native) for half a year now, really enjoying it! I'm no expert but have run up against what seems like a weakness in the framework that I'd like to bring up. **The problem** _Sending one-off events down the chain (parent-to-child) in a way that works with the component lifecycle._ The issue arise...
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behavior?** When an undefined object is assigned a property, the component in which this is done re-renders. **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the prob...
0
Please add standarized/easy way to implement dependent selects form field..
We long have the problem of creating fields that depend on the value of other fields now. See also: * #3767 * #3768 * #4548 I want to propose a solution that seems feasible from my current point of view. Currently, I can think of two different APIs: ##### API 1 <?php $builder->addIf(...
1
### Preflight Checklist * I have read the Contributing Guidelines for this project. * I agree to follow the Code of Conduct that this project adheres to. * I have searched the issue tracker for an issue that matches the one I want to file, without success. ### Issue Details * **Electron Version:** * 9....
### 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:** 12.0.0...
0
**Dave Syer** opened **SPR-5850** and commented Provide a ContextLoader for WebApplicationApplicationContext: some components (e.g. View implementations) are hard or impossible to test without an instance of WebApplicationContext. * * * **Affects:** 3.0 M3 **Issue Links:** * #9917 Support loading WebApplicatio...
**Fritz Richter** opened **SPR-7784** and commented In my current webapp project, I found out, that if I post something to the server in the form of ?list=1&list=2&list=3 and I have got a Mapping on my controller, which has the following parameter `@RequestParam` List<Long>, it will contain String objects, and not L...
0
Is it possible to build a subset of babel to just use the `transform` function for compiling es6/es7/jsx to js in the browser, does it generally have to be this huge? Are there any tricks for using it with webpack? `JSXTransformer` and `react-tools` are going away and babel seems to remain the only available option ...
Current size `browser-polyfill.min.js` ~80kb. Possible serious reduce it. Browserify, by default, saves modules path, it's not required. Full shim version of `core-js` with `browserify` (w/o `bundle-collapser`) - 65kb, with `webpack` \- 43kb. Possible use `webpack` or add `bundle-collapser`. I think, possible do t...
1
##### Issue Type: Bug Report ##### Ansible Version: Bug on current git devel, introduced with `eeb5973` ##### Environment: Ubuntu 12.04 and 14.04 ##### Summary: When applying some filters on a list, when the resulting list is empty, it is not recognised as a list anymore. ##### Steps To Reproduce: ...
##### Issue Type: Bug Report ##### Ansible Version: ansible 1.6.6 ##### Environment: What OS are you running Ansible from and what OS are you managing? Examples include RHEL 5/6, Centos 5/6, Ubuntu 12.04/13.10, *BSD, Solaris. If this is a generic feature request or it doesn't apply, just say “N/A”. ##### Summar...
1
Today I've upgraded our codebase from r88 -> r91, everything seems to work fine aside from the reflectors (code which has not significantly changed since r88 from what I see). I've noticed that when checking individual upgrades, the problem starts at r90. It seems to go exponentially bad when our entire model + mirr...
Right now, there are two ways to adjust the positioning of a texture on an object: * UV coordinates in geometry * `.offset` and `.repeat` properties on `Texture` It would be useful to also have `.offset` and `.repeat` properties on `Material` as well, so that these values could be varied on different objects wi...
0
# Checklist * I have verified that the issue exists against the `master` branch of Celery. * This has already been asked to the discussion group first. * I have read the relevant section in the contribution guide on reporting bugs. * I have checked the issues list for similar or identical bug reports....
when trying to start a worker. [2013-06-28 12:28:07,258: ERROR/MainProcess] Unrecoverable error: AttributeError("'Connection' object has no attribute 'setblocking'",) Traceback (most recent call last): File "/Users/yannick/.pythonbrew/pythons/Python-3.3.0/lib/python3.3/site- packages/celery-3.1.0rc3-py3.3.egg/celery...
0
Hello, folks. Version 3.0.3 of bootstrap.css has ineffective rules for striped tables which have rows with .danger or other contextual class(es), if _tbody_ is used Given a table with the following structure... <table class="table table-striped table-hover"> <tbody> <tr class="dan...
i have table with class .table-striped. it has 3 rows with tr.danger. only the middle one is red, the other two are default color. when i remove .table-striped, it works correctly
1
**Stephen Todd** opened **SPR-3450** and commented Spring's current code makes it difficult to use java collections as a command in command controllers. Specifically, referencing elements in the collection is prevented. Currently, elements in an collection are references using []. Support needs to be added to allw ...
**Alex Antonov** opened **SPR-2058** and commented When a BeanWrapper wraps an object that is a map or a collection of sorts, it has trouble retrieving a value using a key property i.e. Person p = new Person("John"); Map map = new HashMap(); map.put("key", person); BeanWrapperImpl wrapper = new BeanWrappe...
1
The first build against master where this happened is https://ci.appveyor.com/project/StefanKarpinski/julia/build/1.0.5994/job/l01nwf0rwaedju0o, for `6ec7c21` I can reproduce locally, will try to see whether it's repeatable or intermittent (once I walk over to stata)
I've gotten this to happen on 2 different Win64 computers, one Sandy Bridge, one Haswell. Happens when running `runtests.jl all` in parallel, seemingly more often the more cores I use for the tests. One of the workers gets stuck on its first test - so usually linalg, but I just got it to happen even on the strings te...
1
There's now a number of issues open for thoughts about how to make the printing of types more readable. Here's another notion: it would be nice if printing could replace `Union`s with appropriate typealiases. For example: julia> methods(permutedims) #2 methods for generic function "permutedims": ...
I'd like to request some speculative brain cells spent on how we print method signatures to the REPL. Currently, we expand out all typealiases. While this policy has the advantage of producing unambiguous output, the composition of type aliases through type parameters leads to combinatorially long string representat...
1
When a typeahead `process` call receives an array of objects instead of strings it passes "[Object object]" to `updater`. One would expect that updater would receive the object, as `matcher`, `sorter`, and `highlighter` work as expected. The problem seems to be that the data is being stored by way of calls to jQuery...
your current set up is so: .clearfix() { &:before, &:after { content: " "; // 1 display: table; // 2 } &:after { clear: both; } } .clearfix { .clearfix(); } consider switching to this: .clearfix { &:...
0
Google search (at the top right corner) is broken in both: * http://scikit-learn.org/stable/ * http://scikit-learn.org/dev/ It is still working in: * http://scikit-learn.org/0.17/
#### Description I noticed problems with the search results on the scikit-learn website. I am not sure if this problem just occurred today after 0.18 went live. Below is a screenshot of how it looks like when I do a search on the main page; on subpages the search does not seem to work altogether -- tested it on Chro...
1
Sometime copy paste hightlighted text from Atom to other app likes browser , skype ... or reversed cause ubuntu 14.04 freeze keyboard , mouse move super slow/lag then whole system hang up need to hold power button to turn off
1. Have two panes open 2. Visit the same file in both of 'em 3. Hit `M-b` 4. See two entries for the file I expect to see one.
0
Hello, I was trying to create czech lemmatisation analyzer using stemmer override filter and czech dictionary from aspell. This dictionary contains around `300 000` words in base form and some suffix/prefix rules. After expansion format file looks like this Aakjaer Aakjaerech Aakjaery Aakjaerům Aakja...
**Elasticsearch version** : 5.0.0 **Plugins installed** : None **JVM version** : 1.8.0_101 **OS version** : Ubuntu 16.04 **Description of the problem including expected versus actual behavior** : I have added multiple context mappings to a completion suggester field. In version 2.x and earlier, when filtering ...
0
**I'm submitting a ...** (check one with "x") [x] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question ...
**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
##### ISSUE TYPE * Bug Report ##### COMPONENT NAME include_role module ##### ANSIBLE VERSION ansible 2.4.0.0 config file = /home/esio/work/ansible/ansible.cfg configured module search path = [u'/home/esio/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible ...
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME include_role ##### ANSIBLE VERSION ansible 2.2.1.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION None. ##### OS / ENVIRONMENT OS: CentOS7, but shouldn't mat...
1
**Migrated issue, originally created by Michael Bayer (@zzzeek)** stack trace for reserved bind names only on the second go, meaning the insert() has changed state upon compile(): import sqlalchemy as sa meta = sa.MetaData() table = sa.Table('mytable', meta, sa.Column('foo', sa.St...
**Migrated issue, originally created by Michael Bayer (@zzzeek)** these may all be from test_baked not cleaning up connections #! _ ERROR at teardown of ResultTest_postgresql_psycopg2cffi.test_w_new_entities __ [gw0] linux2 -- Python 2.7.8 /var/jenkins/workspace/sqlalchemy-default-sqlite-...
0
spec: selector: app: foobar-service track: prod track: post-prod-staging I can't seem to find how to define _IN_ semantic for svc's selector, I tried to above and it resulted in only the last one being used: > kubectl describe svc svc-prod-svc Name: ...
**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.): * * ...
0
I have been unable to get past a certain line in some of the challenges. It will literally just stop my cursor and cannot go down further. I had to spam refresh for it to work in 3 different browsers and have deleted my browser cache but still problem persists. Windows 10, chrome latest firefox latest and vivaldi...
Challenge Waypoint: Use a CSS Class to Style an Element has an issue. User Agent is: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36`. Please describe how to reproduce this issue, and include links to screenshots if possible. My code: ...
0
Would be nice to, after selecting a package in the settings view, to be able move to the next/previous installed package using the up/down arrow keys. I'm using Atom 136 on Windows 8.1 64 bit installed via chocolatey.
_(originally reported over atatom/atom#1635)_ support/f96903ba9fc811e38844f9159f8f1555 > Allow navigation of packages in "Settings" (the left pane with the list of > packages) via up/down arrows. > > THE KING OF KEYBOARDS WILL THANK YOU 🙇 👑 🔢
1
I am using a modal with the remote option. I'd like to be able to execute some code once the modal-body is loaded. Currently the only events we have available is `show` and `shown`. I tried using `shown` but loading the modal-body occurs after the shown event is fired. How could I achieve this?
I think it is a good idea to add 'loaded' callback to modals. Something like that: this.options.remote && this.$element.find('.modal-body').load(this.options.remote, $.proxy(function() { this.$element.trigger('loaded') }, this)) Here's complete code https://gist.github.com/348619...
1
I want to customize the frameless window, so I need to style the borders, but at the current time, there is no way to do that.
Is it possible to set the window background to transparent and then allow the transparency level to be controlled with CSS? Similar to TextMate? ![screen shot 2014-06-05 at 9 46 46 am](https://cloud.githubusercontent.com/assets/82437/3188124/db02aca0-ecb7-11e3-97ae- aa5f3cf6eaec.png) /cc @zcbenz
1
## Bug Report **Current Behavior** In loose mode, `@babel/plugin-proposal-class-properties` emits a property assignment for TypeScript definite assignments. **Input Code** REPL (I'm not sure if it's possible to turn turn on loose mode for the plugin) TS Playground // Like Object.assign but will...
### Choose one: is this a bug report or feature request? Bug report. ### Input Code class Text extends TextRecord implements Types.TextNode { public readonly firstChild: Types.NestedNode public readonly nextSibling: Types.NestedNode public readonly type: Types.NodeType.Text pu...
1
**Rossen Stoyanchev** opened **SPR-9622** and commented * * * **Affects:** 3.1.2 This issue is a backport sub-task of #13856 **Issue Links:** * #14302 Issue/Problem on redirect after migration project on RequestMappingHandlerMapping/RequestMappingHandlerAdapter ( _ **"is duplicated by"**_ ) 1 votes, 2 wat...
**Rossen Stoyanchev** opened **SPR-8474** and commented With suffix pattern matching "/users" also matches to "/users.*". This is useful for content type negotiation - e.g. /users.xml, /users.pdf - but can lead to ambiguity when extracting URI template variables. For example given "/users/{user}": 1. "/users/1....
0
HttpCache stores empty content when saving StreamedResponse because StreamedResponse:getContent returns always false
This is my first Symfony bug report! I'm working with v2.3.4, and the relevant code in master branch hasn't changed since that release. Yesterday I was building a Silex controller that generates images, and I hoped to use HttpCache so I could delay generating and storing images the right way in the web root. Using ...
1
Referring to #10611, my issue just got closed without being solved. One admin just 'assuming' something and then the thread gets closed? Great. So back on this, the issue still remains. My content shifts a little when theres less than 4 thumbnails. Everything moves about 2cm when there's less than 4 thumbnails. I w...
On this page, click "Launch demo modal", then run this JS in the console: $("#myModal").modal("hide").modal("show") The dialog should hide and show again, which it does, but the background overlay also turns completely black and opaque, which it shouldn't. JsFiddle link: http://jsfiddle.net/fgVv...
0
`Deno.readTextFile` error is not too descriptive my opinion: error: Uncaught NotFound: No such file or directory (os error 2) ... Maybe it could include a bit more information, like the path it was trying to read? error: Uncaught NotFound: No such file or directory (os error 2): "pa...
Hey, Thinking about the I/O stuff made me realize that since we don't have `defer` in JavaScript and we have exceptions so: func main() { f, err := os.Open("/tmp/test.txt") if err != nil { return } defer f.Close(); n, err := fmt.Fprintln(f, "data") ...
0
One of the our application's users has a problem starting electron executable. It even happens with original executable available to download from releases page without additional modifications on our side. We've tested the following electron versions: 2.0.10, 3.0.5 and all have the same behavior for this specific u...
I use libuv(version 1.9.0) in my Windows client for networking framework. But i have received some crash reports in uv_winsock_init function. call stack is as bellow, i print error is socket error 10106, and i have received some other stack at winsock.c lineno 121, and socket errorno is 10014, is this a bug? ...
1
I use examples/pytorch/translation/run_translation.py fine-tune mbart-large- cc25 on my datasets, it automatically runs on CPU. I have 2 GPU, but only one is Nvidia.It is RTX 2080super. python main.py \--model_name_or_path facebook/mbart-large-cc25 \--do_train \--do_eval \--source_lang en_XX \--target_lang...
-`transformers` version: 4.5.0 * Platform: linux * Python version: 3.8 * PyTorch version (GPU?): 1.7.1 * Tensorflow version (GPU?): * Using GPU in script?: yes * Using distributed or parallel set-up in script?:yes @patrickvonplaten, @patil-suraj Models: mbart-large-50
1
**chris tam** opened **SPR-3250** and commented The problem is reported by Mark Menard in Spring support forum. I have checked the source code and find out the problem come from LangNamespaceHandler "init" method. Currently the "init" method contains the following code: ... public void init() { registerScript...
**Oliver Siegmar** opened **SPR-9067** and commented Consider this configuration: <mvc:resources mapping="/static/**" location="/WEB-INF/resources/immutable/"/> The resource directory /WEB-INF/resources/immutable/ contains several files and subdirectories. One subdirectory is called images. A b...
0
PUT _template/test { "template": "i*", "settings": { "analysis": { "analyzer": { "custom": { "type": "custom", "tokenizer": "keyword" } } } } } PUT /_template/test1 { "temp...
Given the following document `{ ... "input" : ["foobar", "barfoo", "foo"] ... }` and the query `foo`, the document will show up twice in the result set when using completion suggester. I'm currently using a custom method to clean my input data to make sure the same prefix is not being used twice for a given documen...
0
* [√] I have searched the issues of this repository and believe that this is not a duplicate. * [√] I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.6-2.7.8 * Operating System version: Centos 3.10.0-862.el7.x86_64 * Java version: 1.8....
* I have searched the issues of this repository and believe that this is not a duplicate. * I have checked the FAQ of this repository and believe that this is not a duplicate. ### Environment * Dubbo version: 2.7.6-SNAPSHOT(aliyun maven镜像,也用源码的 2.7.6.release分支测试过) * Operating System version: win10 * Java ...
0
Thank you for the amazing work. I am using Tensorboard to visualize my training, and it works just fine. But when I need to change the frequency of loss scalers, I can't find api to do this. I want to more scalers log, maybe log end of every batch. Now I can only get one log during an epoch. Thanks a lot. ...
Please make sure that the boxes below are checked before you submit your issue. If your issue is an implementation question, please ask your question on StackOverflow or join the Keras Slack channel and ask there instead of filing a GitHub issue. Thank you! * Check that you are up-to-date with the master branch o...
0
It parses `&bull;` in html as `ÔÇó`: The following is from the output of a test that should pass: Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ -'phpBB ÔÇó Free and Open Source Forum Software' +'phpBB &bull; Free and Open Source Forum Software'
Currently, adders and removers must be prefixed with "add" and "remove". When applying DDD, this sometimes doesn't make sense, for example: class Contact { public function addGroup(ContactGroup $group) { } public function removeGroup(ContactGroup $group) { } } Here it would mak...
0
I am getting error > Could not find "store" in either the context or props of "Connect(Base)". > Either wrap the root component in a , or explicitly pass "store" as a prop > to "Connect(Base)". while connecting template component with redux. This seems like it worked in previous version. * I have searched the is...
Regrading webpack allow array of config as input, this `next.config.js` crashes `yarn dev` module.exports = { webpack: (config, { dev }) => { return [config]; }, }; Console output: DONE Compiled successfully in 3232ms 12:18:4...
0
### Model description LayoutLMv3 is a pre-trained multimodal Transformer for Document AI with unified text and image masking. The simple unified architecture and training objectives make LayoutLMv3 a general-purpose pre-trained model. For example, LayoutLMv3 can be fine-tuned for both text-centric tasks, includi...
## ❓ Questions & Help The BertForQuestionAnswering sample code creates duplicate [CLS] tokens. Wondering why: tokenizer = BertTokenizer.from_pretrained('bert-base-uncased') model = BertForQuestionAnswering.from_pretrained('bert-large-uncased-whole-word-masking-finetuned-squad') question, text ...
0
Using a session object and setting the proxies dictionary does not affect the proxies used during a request. ex: Still tries to use system proxy. s = requests.Session() s.proxies = {'http': None, 'https': None} s.post(url='http://10.0.1.1', json={'test': 'data'}) Using proxies during eac...
`Session.trust_env = False` turns off the checking of environment variables for options including proxy settings (`*_proxy`). But `urllib` picks up and uses these environment proxy settings anyway. `requests` should pass the `trust_env` setting on to `urllib`. (Although I'm not sure if `urllib` has a similar override...
1
Unzip the arm prebuilt on arm linux system. Ran all Math functions and the results are shown here. The functions in red return incorrect results. We've noticed this issue all the way back to 0.32.x. 0.29.2 does not have these issues. ![image](https://cloud.githubusercontent.com/assets/1995486/12953782/e784561a-cfe9-...
I'm using this electron: https://github.com/atom/electron/releases/download/v0.35.4/electron-v0.35.4-linux- arm.zip Long.js library returns different result on Raspberry Pi 2 for the following js code: Long.fromString("13370000000").toString() I've created proof-of-concept repo here: https://github.c...
1
Piping ReadableStream through TextDecoderStream leaks resource as demonstrated with following test: Deno.test("leaks", async () => { const res = await fetch( "https://deno.land/std@0.186.0/json/testdata/test.jsonl" ) const textStream = new TextDecoderStream() const ...
When configuring a server with a cloudflare origin server certificate, it works perfectly when you visit the site using the url with https: ![image](https://user- images.githubusercontent.com/17011087/82387270-31879980-99fc-11ea-8ab7-f76f8054b7ae.png) But when directly visiting the server IP using https the process...
0
## Environment info * `transformers` version: 4.2.2 * Platform: Linux-4.15.0-45-generic-x86_64-with-glibc2.10 * Python version: 3.8.3 * PyTorch version (GPU?): 1.6.0 (True) * Tensorflow version (GPU?): not installed (NA) * Using GPU in script?: No * Using distributed or parallel set-up in script?: No ...
## Environment info * `transformers` version: 4.12.2 * Platform: Linux-5.4.0-87-generic-x86_64-with-glibc2.10 * Python version: 3.8.8 * PyTorch version (GPU?): 1.9.1+cu111 (True) * Tensorflow version (GPU?): not installed (NA) * Flax version (CPU?/GPU?/TPU?): not installed (NA) * Jax version: not insta...
0
# Summary of the new feature I would like to customize PowerToys Run's shell (used for launching commands starting with `> `). For example I would like to use Power Shell Core instead of cmd. Here's many more options might be available. * cmd * PowerShell * PowerShell Core * WSL * Custom shell (eg.: git,...
PowerToys Run is a convinient tool. But it would be even better, if it would be possible to configure which program executes `> ` commands. Right now `> ping github.com` starts in a cmd window, but I, for example, would prefer to use Terminal. Is it possible?
1
**Symfony version(s) affected** : all **Description** When a form field is disabled but a value is submitted to it regardless, the value is silently ignored. This can be confusing to the user - when he opened the form the field was not disabled but something changed in the system while he was filling it so the fie...
The validation of an image I have: photo: - Image: { maxSize: 2M, maxSizeMessage: "the size is bigger than {{ limit }}, please change the photo file." } - NotBlank: { groups: [registration], message: "Please select an photo." } everything works great except that...
0
Process for bringing up an etcd cluster in a PetSet (minimal requirements). Some discussion of races and inconsistencies. * https://coreos.com/etcd/docs/latest/clustering.html * https://coreos.com/etcd/docs/latest/runtime-configuration.html #### Initialization (option1) 1. Decide on a unique `--initial-clust...
**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 have searched the issues of this repository and believe that this is not a duplicate. ## Expected Behavior ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environment Tech | Version ---|--- Material-UI | 1.0.0-beta12 React | 16 browser | Electron etc...
### For Fixing table Head in material 1.0.0 11 alpha I have a table with scrolling rows but I am not able to fix the header. Is there a property to do so as fixedHeader was in material 0.15 and up but there doesnt seem to be something similar in 1.0.0 version ### Versions * Material-UI: 1.0.0-alpha 11 * ...
0
## Bug Report The following code cannot be compiled when using `@babel/plugin-proposal- private-methods`. Output: `Duplicate declaration "i"`. class A { #a() { const i = 9 } #b() { const i = 8 } }
## Bug Report **Current behavior** Switch statements containing closures are generating broken code causing adjacent cases to run. See this minimal reproduction with the default settings: https://babeljs.io/en/repl#?browsers=defaults&build=&builtIns=false&spec=false&loose=false&code_lz=GYewTgBAFAxiB2BnALhAhhEwIG0...
0
### Is there an existing issue for this? * I have searched the existing issues ### Current Behavior I run `npm version` and no commit or tag is created. I am not using `--no-git- tag-version`. F.e. just `npm version major -m "..."`. Under what conditions does `npm version` avoid creating a commit and tag? ### ...
### Current Behavior: `npm version <version>` is not committing the modified package.json or package-lock.json; nor git-tagging. We were using `npm version {major|minor|patch}` extensively (and successfully). It stopped working once the package was moved out of the root of the repo and into a subdirectory. ### Exp...
1
From version 0.9.0 to version 0.11.0 the "diagonal" on non quadratic pairplots is empty. Sample Code: import seaborn as sns import pandas as pd from matplotlib import pyplot as plt test_df = pd.DataFrame({"a": [1,2,3,4], "b": [3,4,5,6], "c": [5,3,6,1]}) sns.pairplot(test_df, x_va...
Just updated to seaborn 0.11.0 and matplotlib 3.3.1. Run this code: iris = sns.load_dataset("iris") sns.pairplot(data=iris, hue="species", y_vars='sepal_width'); sns.pairplot(data=iris, hue="species", y_vars='sepal_width', x_vars=['sepal_length', 'petal_length']); And saw it: ![screen](http...
1
Hello, I tried to use the clip function on a basic Panel but it seems that the axis management is not working as expected. I believe this is an update to issue #8344 import numpy as np import pandas as pd data = np.random.randn(3, 4, 5) panel = pd.Panel(data) panel.clip(0, 1) ...
Let's take the following example: d = {'Item1' : pandas.DataFrame(numpy.random.randn(4, 3)), 'Item2' : pandas.DataFrame(numpy.random.randn(4, 2))} p = pandas.Panel(d) p.clip(0,1) If I run the script with pandas 0.14.1 on both python 2.7.8 and 3.4.1 I'm getting the following error...
1
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : NO * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10 Build 16299.192 and Windows 7 * **TensorFlow installed from (source or binary)** : binary * **TensorFlow ...
### System information * **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)** : No * **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)** : Windows 10 * **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device** : n/a ...
1
pip install -U git+https://github.com/pydata/pandas.git gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict- prototypes -fPIC -I/local/lib/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c pandas/src/generated.c -o build/temp.linux-i686-2.7/pandas/src/generated.o gcc: error...
`pip install git+https://github.com/pydata/pandas.git` does currently not work because the .pyx files are not being cythonized (not sure why). An easy fix is to include .c files in the git repo which should make it easier for people to deploy. I used a simple try: import cython in setup.py that cythonizes if cython...
1
Continuing from this discussion: https://discuss.atom.io/t/double-icon-when- pinned/17320/24 I've got Atom installed on Windows 10. I open the application, then right click the icon in the taskbar, then click Pin to Taskbar. This creates a duplicate (second) icon on the taskbar. The first icon is the actual instance...
* run latest Windows 10 * pin either electron or atom to the taskbar * click it to open the app => you end up having 2 icons => somehow the app when started does not get associated to the pinned entry in the taskbar => it does not reproduce on Windows 8.x I wonder if your change in `fb6c80d` could have an...
1
**Do you want to request a _feature_ or report a _bug_?** Not sure tbh. **What is the current behavior?** I have global handler for unhandled errors: window.addEventListener('error', (evt) => ...) Now when I use the componentDidCatch function it gets called correctly when render throws an exception but that gl...
I'm trying to make use of componentDidCatch in the React 16 beta. I already had a global window error handler which was working fine, but it unexpectedly catches errors that I would expect componentDidCatch to have handled. That is, component-local errors are being treated as window-global errors in dev builds. The ...
1
_From@AlecBoutin on May 18, 2016 19:55_ * VSCode Version: 1.1 The .tsx/.jsx auto-formatter adds an unnecessary space on the end of certain dynamic attributes. E.g. `<button id={fn()} />` becomes `<button id={fn() } />` after the file is auto-formatted. A space is inserted after the closing parenthesis of the fn...
When I format document a space is added before closing parenthesis. ![image](https://cloud.githubusercontent.com/assets/858180/12673144/383f4664-c67b-11e5-9307-c5343a1f1635.png) It should not be added.
1
See the example below >>> double = np.array([0.0], dtype=np.float64)[0] >>> float = 0.0 >>> a = Variable(torch.FloatTensor(1)) >>> a + float Variable containing: 1.00000e-34 * 1.3192 [torch.FloatTensor of size 1] >>> float + a Variable containing: 1.00000e-34 *...
Pytorch shows the following inconsistent behaviour. import numpy as np import torch from torch.autograd import Variable 1.0 + Variable(torch.ones(1)) # returns as expected # Variable containing: # 2 # [torch.FloatTensor of size 1] np.sum(1.0) + Variable(torch...
1
## Bug Report **Current Behavior** I am using require("@babel/register")({ babelrc: false, // Tell babel-register to ignore the .babelrc file presets: ["babel-preset-env", "babel-preset-react"], plugins: [ "babel-plugin-transform-class-properties", "babel-plugin-tra...
## Bug Report * I would like to work on a fix! **Current behavior** Code declare global { namespace globalThis { var i18n: any; } } export class i18n {} trigger an scope error: TypeError: Duplicate declaration "i18n" 1 | declare global { namespace globalThis ...
0
Describe what you were doing when the bug occurred: 1. Opened profiler 2. Recorded 3. Switched to waterfall * * * ## Please do not remove the text below this line DevTools version: 4.0.6-a39d9c3 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11442 at Map.forEach () ...
PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE I got this error when I click 'Ranked'. * * * ## Please do not remove the text below this line DevTools version: 4.0.4-3c6a219 Call stack: at chrome- extension://fmkadmapgofadopljbjfkapdkoienihi/build/main.js:11:11441 at Map.forEach () at commitIndex (chrome...
1
"name": "doctrine/orm", "version": "v2.4.8", "source": { "type": "git", "url": "https://github.com/doctrine/doctrine2.git", "reference": "464b5fdbfbbeb4a65465ac173c4c5d90960f41ff" } When the doctrine/ORM bundle is downloaded by composer (URL: https://api.github.c...
Q | A ---|--- Bug report? | yes Feature request? | no BC Break report? | no Hello the community, A hunter from our Bug Bounty Program reported that when an input is manually changed from text to an array on the form payload, he receives a 500 instead of a proper violation. For example, if `email=bob@lamo...
0
I am upgrading Pandas from 0.8.1 to 0.10.1.dev-f7f7e13 . My environment is Window XP with below: Python: 2.7.3 Numpy: 1.6.2 MPL: 1.1.1 Pandas: 0.10.1.dev-f7f7e13. Then OK application on 0.8.1 now meets errors. I trace the root cause to filtering the duplicated index of Series. Detail in : http://stackoverflow.com/qu...
#### Code: Python 3.6.0 |Anaconda 4.3.1 (64-bit)| (default, Dec 23 2016, 11:57:41) [MSC v.1900 64 bit (AMD64)] on win32 >>> pd.__version__ '0.20.1' >>> import platform >>> platform.platform() 'Windows-7-6.1.7601-SP1' >>> import pandas as pd >>> df = pd.read_csv(r'c:\tmp\中文.c...
0
For example: var geometry = new THREE.BoxBufferGeometry( 1, 1, 1 ); var material = new THREE.MeshNormalMaterial(); var mesh = new THREE.Mesh( geometry, material ); var m = new THREE.Mesh().copy( mesh ); console.log( m.geometry ); // BufferGeometry with no attrib...
Hi Friends! SpriteMaterial.sizeAttenuation = false seems not working as expected with `rayCaster`. I doubt the sprite size(dimension) estimation may be a little bit off, ray is very hard to hit them after apply `scale()`, especially scale down. I can upload a simplified code that regenerate t...
0
# I encountered an animation error This is the case, I exported a gltf model with animation through the 3dmax export plugin provided by babylon.js. It plays normally in the 3d viewer that comes with windows, and it plays normally in the online gltf viewer provided by babylon.js, but when I use three.js, it plays inc...
##### Description of the problem i want to highlight the corner of my OBJ .and i used this url https://threejs.org/examples/webgl_postprocessing_outline.html for my code but now the problem is: i need the background transparent.... but transparency will be lost when the outline effect is working before outli...
0
# Environment Windows build number: not relevant PowerToys version: not relevant PowerToy module for which you are reporting the bug (if applicable): not relevant # Steps to reproduce Checkout PowerToys repo into the folder where you have nuget.config file (or any parent of this folder c...
Hi, Wanted to be able to save split window formations or even custom positions for windows . So after computer restart all those windows can be opened all together if the configurations for few windows are saved. There should be a possibility to retrieve both a long term version of these windows in user specified f...
0
# Summary of the new feature/enhancement I would like to be able to maximize windows to span across multiple monitors and not just carve up each monitor with its own zones. # Proposed technical implementation details (optional) Ideally it would be great if I get just click the maximize button and have the window m...
# Support zones which span several monitors Could you please add the capability to define zones across several monitors? For instance I would like to define one single zone spanning two monitors (this is my current setup with ultramon for instance). Thanks very much
1
![image](https://cloud.githubusercontent.com/assets/6134295/13566431/8c8fb676-e490-11e5-8546-4d5a68ae34db.png) ![image](https://cloud.githubusercontent.com/assets/6134295/13566470/ba8e910a-e490-11e5-90b2-9cca9c76e372.png) I have only added a space before the `<` on line 5. Is it incorrect highlight ? I have remo...
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 doing some work in filtering and having a bit of a rough time. I went looking for some examples and I found this: http://azitech.wordpress.com/2011/03/15/designing-a-butterworth-low-pass- filter-with-scipy/ It looks to me like a perfectly valid set of examples, and he's even generated some example output. It lo...
The `iirfilter()` function internally generates filter prototypes in zpk format, transforms them to tf format, and then back to zpk format: z, p, k = typefunc(N) b, a = zpk2tf(z, p, k) b, a = lp2lp(b, a, wo=warped) b, a = bilinear(b, a, fs=fs) return tf2zpk(b, a) But conversion to...
1
I'm behind a proxy at work, and I'm having issues getting requests to use the proxy. urllib2 is able to use it just fine, but requests fails. I've tried both setting an environment variable (both HTTPS_PROXY and https_proxy) and passing in a dict, but neither work. I'm on OSX 10.7.5 using Python 2.7.3 and requests 1...
Sending a POST request with an empty body read from an empty file and a `Content-Length: 0` header times out after a long time instead of doing normal processing. ## Expected Result Sending an empty body from a file with `Content-Length: 0` should send the request and return a result in a similar amount of time as ...
0
Clicking the button "close map aside" does not collapse the map on the screen's side, overlapping all other pages.
#### Issue Description When a user uses email and GitHub alternately the activity and successful challenges are not linked for both although the user is same.
0
##### Issue Type: * Bug Report ##### Ansible Version: ansible 1.9.2 configured module search path = None ##### Ansible Configuration: # inventory 127.0.0.1 ##### Environment: CentOS 6.6 ##### Summary: this issue is similar to #11695 I have the case, that ansible want use ssh conn...
##### Issue Type: * Bug Report ##### Ansible Version: ansible 1.9.2 configured module search path = None ##### Ansible Configuration: # /etc/ansible/hosts localhost ansible_connection=local ansible_python_interpreter=/usr/bin/python2 ##### Environment: Archlinux (running ansible loca...
1
Not sure if this is supposed to be like this. original issue here: pandas-dev/pandas#7332 cross post to numexpr here: https://code.google.com/p/numexpr/issues/detail?id=126 essentially in pandas were looking up a `dtype,type` in a cython dictionary turns out that for `int64` (and `int32` but NOT `int64` on 32-bi...
The current documentation of enumerated types makes me think there are 8 values possible for integers ((signed, unsigned) * (8, 16, 32, 64) bits). However, if I dump the values of the enumeration I have results that are not consistent with the documentation: Windows x64 (with `sizeof(long) = 4`) NPY_...
1
Hey, had to describe the issue in one line, here is the possibiltiy to reproduce DELETE campaigns PUT campaigns { "mappings" : { "campaign" : { "properties" : { "location" : { "type": "geo_shape", "tree": "qu...
Currently routing and ID values can be passed in the query string and url respectively, but they can also be extracted from fields within the document. This has a significant performance impact because each doc needs to be parsed on the node which receives the index/get/update/delete request in order to know which n...
1
EDIT: Summary: `B = A; (t->B()).(spzeros(10))` constructs a sparse vector of type `Any`, while `(t->A()).(spzeros(10))` constructs correctly a sparse array of type `A` I hope this is not a duplicate. julia> struct A end julia> function test(x) B = A (t->B()).(x) ...
I could produce the following segfault with fresh Julia 1.7.0 installs on two different HPC clusters (redhat enterprise) and a regular desktop machine (ubuntu). Note that while on one machine it would already segfault for `N=5` on a different machine I had to set `N>20`. So try varying this if you can't reproduce. (...
0
**TypeScript Version:** 1.7.5 / 1.8.0-beta / nightly (1.9.0-dev.20160217) **Code** // A self-contained demonstration of the problem follows... switch (true) { case true: let foo = true; } switch (true) { case true: let foo = false; } console....
**TypeScript Version:** 1.8.7 **Code** // A self-contained demonstration of the problem follows... class A { public propA; any = {}; private propB: number = 1; } class B implements A { public propA: any; private propB: number; // here } applyMixin(A...
0
## Steps to Reproduce 1. Create new Android Studio Flutter project 2. Run it in simulator to check that it's fine. 3. Create a duplicate of `lib/main.dart`. Let's call it `lib/main_alternate.dart`. 4. Create a new Run/Debug configuration in IntelliJ ![screen shot 2018-04-20 at 18 48 50](https://user- image...
Well, I think that's not my last issue here, but I have one more 😅 The problem is that I can not normally use Firebase Auth. When I touch the button in my ui with event to choose Google account, I get error. **Before All, I have two different methods to sign in with Google. One I got from herefirebase_auth at da...
0
One thing that always bugs me when using `var_dump` (and now, with the great VarDumper component `dump()`) is removing all calls after debugging. I always have a hard time to find these and end up doing `grep var_dump`, which isn't very quick on a windows PC and in a project with many vendor files. It would be very ...
Hi, What about adding a stack trace information when dumping? I think it may help to see which were the steps to get there.
1
After install the last update: Version 0.10.1 Commit `df35236` Shell 0.34.1 Render 45.0.2454.85 Node 4.1.1 With only paste a text in a new file the entire screen freezes, only the menu bar response but don't work. Operating system windows 8.1.
Sometimes editor just freeze. Kill task helps only. Have this problem at work and home. I noticed that this started after latest update (0.10.1). Working in PHP files. Windows 10 64.
1
It would be nice if you could select i.e. a different font for comments in comparison to code just for better reading. It's not a pressing matter but nice to have :)
I have a problem matcher that works on the output of the Delphi compller. Sometimes it gives relative and absolute file names at the same time. When I set `"fileLocation": ["absolute"]` the messages having relative paths can't be opened. When I set `"fileLocation": ["relative", "${workspaceRoot}"]` the messages havin...
0
I have an next/js app behind nginx with custom server node/express . I launch it to port 3000. Nginx redirect the request myserver.com/mynextapp/ to port 3000 , but this is not working. I can see the page server rendered, but the js doesn't working . In browser tool network i got 404 response for app.js and page/...
Next uses routes like `/_next` and `/static` by default. If you wanted to run multiple different Next apps on the same domain, they would collide with each other. Can these paths be made configurable?
1
From @alextricity25 on 2016-04-08T15:37:25Z ##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME os_router ##### ANSIBLE VERSION ansible 2.0.1.0 config file = /root/setup-infra/ansible.cfg configured module search path = Default w/o overrides ##### CONFIGURATION No changes mad...
##### ISSUE TYPE * Feature Idea ##### COMPONENT NAME ansible-galaxy ##### ANSIBLE VERSION Future ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A ##### SUMMARY Local roles may depend on galaxy roles defined in `meta/main.yml`. `ansible- galaxy install -r` does not support this file format, although the...
0
Hello Everone How do i install Bootstrap 3.1.1 please tell me i tried this https://github.com/KKBOX/FireApp/wiki/Use-compass-extensions#windows but was not able to make it work please guide me!! thanks!!
Hello Everone How do i install Bootstrap 3.1.1 please tell me i tried this https://github.com/KKBOX/FireApp/wiki/Use-compass-extensions#windows but was not able to make it work please guide me!! thanks!!
1
A minor observation about an otherwise great feature! Using the Insiders build, the following Lua code causes weird folding: function someFunc() local longString = [[this is a long string that spans multiple lines and has some weird folding]] print longString end ...
The current implementation of folding uses an indentation based folding strategy that is unaware of the language it works on. Knowledge on the underlying language allows us to solve the following requests: * [folding] Cannot code fold empty functions #3349 * [folding] Collapse ending brace to the same line #3352...
1
Hello, This is a step by step of what I remember happening leading up to the duplication of the file. Opened a Wordpress theme package in Atom, when I was finished I closed that window (I did not close atom). Selected 'Open...' from the menu and opened a different project. Opened a few pages and made some edits....
Halp ticket: * support/95b88d8ac5d011e388dbf5393005f408 > Please make Atom ask before downloading an update or make the auto-update > configurable. > > I am working on the road a lot and it ruins my mobile data package. So, asking before downloading an update or providing an option to turn off auto-updating migh...
0
http://getbootstrap.com/customize/ I have this error while compilating a custom packet Ruh roh! Could not parse less files. .btn-group-xs > .btn { .btn-xs(); } .btn-group-sm > .btn { .btn-sm(); } I try to create packet with only: > Grid system, Forms, Button groups, Input groups, Labels, Ale...
Could not parse less files. .btn-group-xs > .btn { .btn-xs(); } .btn-group-sm > .btn { .btn-sm(); }
1