mysqlnd 5.0.11 dev怎么升级

issuehub.io
Contribute to Open Source. Search issue labels to find the right project for you!
help wanted
documentation
enhancement
refactoring
translation
accessibility
good first issue
414 issues
Tested on Ubuntu 18.04 and Mint 18.3 (both installed from Flathub).
Steps to reproduce:
Edit a note.
Double click on the name of the note you just edited.
Instead of toggle markdown preview the app closes.
Updated 14/06/
4 Comments
Above all,some code segments in the configuration file of package.json is as follows:
"scripts": {
"dev": "WEBPACK_ENV=dev webpack-dev-server --port 8086 --inline",
"dev_win": "set WEBPACK_ENV=dev && webpack-dev-server --port 8086 --inline",
"dist": "WEBPACK_ENV=online webpack -p",
"dist_win": "set WEBPACK_ENV=online && webpack -p"
"dependencies": {
"bootstrap": "^3.3.7",
"font-awesome": "^4.6.3",
"rc-pagination": "^1.7.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-fileupload": "^2.4.0",
"react-router": "^3.0.2",
"sb-admin-2": "^3.3.8",
"simditor": "^2.3.6"
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^0.8.5",
"html-loader": "^0.4.3",
"html-webpack-plugin": "github:jantimon/html-webpack-plugin",
"jsx-loader": "^0.13.2",
"node-sass": "^4.5.0",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^4.8.3",
"webpack-cli": "^3.0.4",
"webpack-dev-server": "^3.1.4"
when I run &npm run dev_win&,the following error occurred(my webpack version is 4.x)
ERROR in ./src/index.jsx
Module build failed: TypeError: Cannot read property &babel& of undefined
at Object.module.exports (E:\WorkSpaces\Sublime\admin-fe\node_modules\babel-loader\lib\index.js:103:35)
@ multi (webpack)-dev-server/client?http://localhost:8086 ./src/index.jsx
how can I fix this error? thanks!
Has anyone encountered this problem?
Updated 13/06/
3 Comments
Potential version 23 upgrade bug with pd.to_sql on Windows 7?
Code Sample, a copy-pastable example if possible
pd.to_sql(&TEST_TABLE&, con=con, if_exists = &replace&)
worked fine but then failed immedietly after i upgraded to version 23.
i downgraded to version 22, and now it works fine like a charm, but not with 23???
Im on windows 7 enterprise and running 32 bit anaconda.
Your code here
Problem description
[this should explain why the current behaviour is a problem and why the expected output is a better solution.]
Note: We receive a lot of issues on our GitHub tracker, so it is very possible that your issue has been posted before. Please check first before submitting so that we do not have to handle and close duplicates!
Note: Many problems can be resolved by simply upgrading pandas to the latest version. Before submitting, please check if that solution works for you. If possible, you may want to check if master addresses this issue, but that is not necessary.
For documentation-related issues, you can check the latest versions of the docs on master here:
https://pandas-docs.github.io/pandas-docs-travis/
If the issue has not been resolved there, go ahead and file it in the issue tracker.
Expected Output
Output of pd.show_versions()
[paste the output of pd.show_versions() here below this line]
&/details>
Updated 13/06/
2 Comments
Introduction
as it is known GSON doesn&t support generic types by default so if for example I want to deserialize
something like
public class
FooResponse &T& {
@SerializedName("total")
@SerializedName("results")
ArrayList&T&
and we use a class
public class Food {
@SerializedName("name")
@SerializedName("quantity")
and we call json
FooResponse&Food& response = gson.fromJson(rawData, FooResponse.class);
it will fail. miserably. but furtunatly there are some work arround on gson like for example calling it like this:
`FooResponse&Food& response = gson.fromJson(rawPerson, new TypeToken&FooResponse&Food&&(){}.getType())
issue in retrofit
using GsonConverterFactory.create(new GsonBuilder().
.create()));
there is no way to support generic types using gson. since there is no way to tell gson the type of the response. as gson
injected in retrofit build time.
Expected behaviour
to have an alternative GsonFactory or
an optional parameter to define that we are using t types. or at least a way to deserialize this requests. using gson. with some more boiler plate code.
Updated 11/06/
1 Comments
Initially, it was working perfectly fine when I install. But suddenly I got stuck and getting this error.
Updated 11/06/
2 Comments
when I use opentoonz it sometimes crashes I don&t no why but the crash cause is:
ucrtbase.dll
it sometime crash and sometime not
my laptop specs:
nvidia gtx 630m
windows 7 64bit
&bountysource-plugin>
Want to back this issue?
We accept bounties via .
&/bountysource-plugin>
Updated 14/06/
9 Comments
This issue is a
[x] Bug Report
[ ] Feature Request
provides an option --enable that can enable the systemd service, so I think the default behavior of ghost start shouldn&t execute systemctl enable &ghost-service-name&. However, after running ghost start xxx, the corresponding systemd service is enabled.
Technical details (for a bug report)
This is automatically output by Ghost-CLI if an error occurs, please copy & paste:
Node Version: N/A
Ghost-CLI Version: 1.8.1
Environment: N/A
Command: N/A
Bug submission checklist
[ ] Tried to find help in the forum & docs
[x] Checked for existing issues
[ ] Attached log file
[ ] Provided technical details incl. operating system
Updated 14/06/
2 Comments
We have an overburdened CI server that is exposing during testing the following race:
==================
WARNING: DATA RACE
Write at 0x00c by goroutine 15:
vendor/github.com/globalsign/mgo.DialWithInfo()
vendor/github.com/globalsign/mgo/session.go:602 +0x55e
Previous read at 0x00c by goroutine 158:
vendor/github.com/globalsign/mgo.(*mongoCluster).server()
vendor/github.com/globalsign/mgo/cluster.go:442 +0x83
vendor/github.com/globalsign/mgo.(*mongoCluster).syncServersIteration.func1.1()
vendor/github.com/globalsign/mgo/cluster.go:556 +0x1da
Goroutine 15 (running) created at:
testing.(*T).Run()
/usr/local/go/src/testing/testing.go:824 +0x564
testing.runTests.func1()
/usr/local/go/src/testing/testing.go:
testing.tRunner()
/usr/local/go/src/testing/testing.go:777 +0x16d
testing.runTests()
/usr/local/go/src/testing/testing.go:e1
testing.(*M).Run()
/usr/local/go/src/testing/testing.go:978 +0x2cd
main.main()
_testmain.go:44 +0x22a
Goroutine 158 (running) created at:
vendor/github.com/globalsign/mgo.(*mongoCluster).syncServersIteration.func1()
vendor/github.com/globalsign/mgo/cluster.go:529 +0x174
vendor/github.com/globalsign/mgo.(*mongoCluster).syncServersIteration()
vendor/github.com/globalsign/mgo/cluster.go:584 +0x490
vendor/github.com/globalsign/mgo.(*mongoCluster).syncServersLoop()
vendor/github.com/globalsign/mgo/cluster.go:392 +0x17b
Should be pretty self-explanatory, but let me know if you have any questions.
Updated 14/06/
2 Comments
My password isn&t being recognised on Test2, and reset doesn&t work.
Updated 09/06/
1 Comments
Are you planning to add Misskey? Thanks in advance.
https://github.com/syuilo/misskey
Updated 08/06/
1 Comments
install on CentOS 7 follow Install Instructions in Code page.
but can not work.
messages below .
is anyone knows how to resolve?
is someother apps function same can instead fluxgui?
[root@bogon fluxgui]# fluxgui
Traceback (most recent call last):
File &/usr/bin/fluxgui&, line 17, in &module>
from fluxgui.fluxapp import main
File &/usr/lib/python2.7/site-packages/fluxgui/fluxapp.py&, line 3, in &module>
from fluxgui import fluxcontroller, settings
File &/usr/lib/python2.7/site-packages/fluxgui/fluxcontroller.py&, line 1, in &module>
from fluxgui import xfluxcontroller
File &/usr/lib/python2.7/site-packages/fluxgui/xfluxcontroller.py&, line 1, in &module>
import pexpect
ImportError: No module named pexpect
Updated 09/06/
4 Comments
&Fatal Crash&
Caused by android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5)
at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(SQLiteConnection.java)
at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:791)
at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:788)
at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:86)
at android.database.sqlite.SQLiteDatabase.insertWithOnConflict(SQLiteDatabase.java:1509)
at com.evernote.android.job.JobStorage.store(JobStorage.java:285)
at com.evernote.android.job.JobStorage.put(JobStorage.java:140)
at com.evernote.android.job.JobManager.schedule(JobManager.java:194)
at com.evernote.android.job.JobRequest.schedule(JobRequest.java:436)
version ::
compile &com.evernote:android-job:1.2.5&
Updated 10/06/
1 Comments
Construct&s Armory: v0.0.20B
Tinkers' Construct: v2.10.1.84
Mantle: v1.3.2.24
Forge: 1.12.2-14.23.3.2655
It would be seen when newly login into a world, but it will be unseen eventually.
Some of people in the server might not see others wearing armors.
When armors were unseen, other people will not be able to see any holding items.
The armors wearer sometime will not be able to see headgear (F5)
Updated 14/06/
7 Comments
Steps to reproduce
create a text poll with entries foo bar and bar foo. Save it
create a text poll with entries foo bar and bar bar. Save it
Visit the two polls
Expected behaviour
I expect the poll with entries
foo bar and bar bar to have the two entries
Actual behaviour
Only bar bar shows.
Server configuration
You can use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
Operating system:
Ubuntu 16.04
Web server:
PHP version:
Nextcloud version: (see Nextcloud admin page)
Where did you install Nextcloud from:
I don&t remember
Signing status:
No errors have been found.
Potential source of the issue:
Polls entries are identified by their content instead of id ?
I wonder if the same happens with date polls, and if voting for a given date/time in a poll validates the same date in other ones&
Updated 13/06/
3 Comments
My colleagues and me have noticed some weird behaviour of our services in production. This weird behaviour was caused by timed out PUB operations. After some investigation we figured out that the problem is localized somewhere between our client library (based on pynsq) and a nsqd server.
After more research we&ve identified three factors that cause the bug:
Enabled compression. The bug works both for deflate (level=3) and snappy compression. When compression is disabled the bug disappears completely.
Large messages. Message size should exceed some threshold (hundreds or thousands KBs - there is no exact value). For tests I used payloads filled with random bytes. You can&t reproduce the bug on small or super-compressible data.
Network conditions. &Better& networks allow to send bigger messages. I tested in two &real& environments (when client and server interacts via ethernet) and on the localhost. The bug appears in each environment.
Trying to localize the problem better I&ve tested pynsq DeflateSocket implementation - it works good. Also I&ve learned the server implementation of deflate protocol. My assumption was that the bug is caused by different window size used by compressor and decompressor, but no - both server and client use max window size of 32KB (15 bits). And the bug works for snappy as well which doesn&t have such fine tuning. That&s why I believe the root cause of the issue lies somewhere inside server implementation.
I wrote a minimal working example. It uses nsqd v1.0.0-compat (built w/go1.8), python 2.7, pynsq==0.8.2, tornado==4.5, and optionally python-snappy==0.5.2. Tested on Ubuntu 17.10.
./nsqd -max-msg-size
-data-path /tmp
Here is the example: https://gist.github.com/ayamnikov/26cc73e07d4c9fef5868bbf
Connection params from nsqd logs: [nsqd]
19:40:03.7.0.0.1:52006] IDENTIFY: {ClientID:andrey Hostname:andrey HeartbeatInterval:30000 OutputBufferSize:16384 OutputBufferTimeout:250 FeatureNegotiation:true TLSv1:false Deflate:false DeflateLevel:3 Snappy:true SampleRate:0 UserAgent:pynsq/0.8.2 MsgTimeout:0}
When enabling deflate or snappy (via USE_DEFLATE and USE_SNAPPY flags) then timeout happens. When disabling compression then all works perfect.
Updated 12/06/
4 Comments
I recently noticed a slowdown of Notes – a very small note (content just &# hello world&) takes approximately 4 seconds to save. I used to be able to type and have it saved in & 1 second (never measured but it felt very snappy). Unfortunately I don&t know when exactly this issue started to pop up, so I know this isn&t the best bug report but I&ll try to provide as much information as I can.
System specs:
Digital Ocean Small Droplet, 1GB RAM
Ubuntu 16.04.4 LTS (GNU/Linux 4.4.0-127-generic x86_64)
Nextcloud 13.0.2
Notes 2.3.2
buff/cache
$ php --version
PHP 7.0.30-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: May
2 :14) ( NTS )
Copyright (c)
The PHP Group
Zend Engine v3.0.0, Copyright (c)
Zend Technologies
with Zend OPcache v7.0.30-1+ubuntu16.04.1+deb.sury.org+1, Copyright (c) , by Zend Technologies
$ mysql --version
Ver 15.1 Distrib 10.0.34-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Filesystem
Used Avail Use% Mounted on
0% /dev/shm
0% /run/lock
0% /sys/fs/cgroup
0% /run/shm
64% /mnt/nextcloud
0% /run/user/0
$ ping my.server.address
PING my.server.address (xxx.xxx.xxx.xxx): 56 data bytes
64 bytes from xxx.xxx.xxx.xxx: icmp_seq=0 ttl=53 time=28.556 ms
64 bytes from xxx.xxx.xxx.xxx: icmp_seq=1 ttl=53 time=26.155 ms
64 bytes from xxx.xxx.xxx.xxx: icmp_seq=2 ttl=53 time=26.245 ms
64 bytes from xxx.xxx.xxx.xxx: icmp_seq=3 ttl=53 time=27.480 ms
64 bytes from xxx.xxx.xxx.xxx: icmp_seq=4 ttl=53 time=26.261 ms
64 bytes from xxx.xxx.xxx.xxx: icmp_seq=5 ttl=53 time=26.797 ms
Any idea what might cause this?
&bountysource-plugin>
Want to back this issue?
We accept bounties via .
&/bountysource-plugin>
Updated 06/06/
15 Comments
The files in the content folder of your blog installation have the following permissions:
in production
644 for files
owned by the Ghost user
The problem with these restrictions is that if i am logged in with my custom ubuntu user (which is the default case), i am not allowed to edit these files, because they are owned by the ghost user with 644 permissions. I have to change the permissions to e.g. 646 or i have to use sudo to edit the files.
This feels like we got the permissions wrong. The content folder is for user data. The challenge is to support both:
that the ghost user needs to be able to write files in the content folder
that the ubuntu user is able to edit the files
Possible solution
Use a ghost group and change the permissions to 664.
This needs further research.
Updated 09/06/
2 Comments
Expected behavior
Steps to reproduce
Open a C file.
Open another C file.
You get the following error:
Error detected while processing function 113[30]..&SNR&44_callback:
Vim(autocmd):E216: No such group or event: neomake
15:12:41 [D
] [-.-:1:1] automake: registered events: BufWritePost.
15:48:37 [D
] [-.-:1:1] automake: registered events: BufWritePost.
15:48:50 [D +12.2] [-.-:1:1] automake: handling event BufWritePost.
15:48:50 [D
] [-.-:1:1] Using setting automake.ignore_filetypes=['startify'] from 'global'.
15:48:50 [D
] [-.-:1:1] automake: configured buffer for ft=remind (no enabled makers).
15:48:50 [D
] [-.-:1:1] automake: setting tick for new buffer.
15:48:50 [D
] [-.-:1:1] automake: no enabled makers.
15:48:51 [D +0.98] Calling VimLeave.
15:59:40 [D
] [-.-:1:1] automake: registered events: BufWritePost.
16:00:04 [D
] [-.-:1:1] automake: registered events: BufWritePost.
16:00:22 [D +18.4] Calling VimLeave.
16:00:23 [D +43.3] Calling VimLeave.
16:00:26 [D
] [-.-:1:1] automake: registered events: BufWritePost.
16:00:33 [D
] [-.-:1:1] automake: registered events: BufWritePost.
16:00:37 [D +4.68] [-.-:1:1] automake: handling event BufWritePost.
16:00:37 [D
] [-.-:1:1] Using setting automake.ignore_filetypes=['startify'] from 'global'.
16:00:37 [D +0.02] [-.-:1:1] Exe (vint) of auto-configured maker vint is not executable, skipping.
16:00:37 [D
] [-.-:1:1] automake: configured buffer for ft=vim (no enabled makers).
16:00:37 [D
] [-.-:1:1] automake: setting tick for new buffer.
16:00:37 [D
] [-.-:1:1] automake: no enabled makers.
16:00:54 [D +16.9] [-.-:1:1] automake: handling event BufWritePost.
16:00:54 [D
] [-.-:1:1] Using setting automake.ignore_filetypes=['startify'] from 'global'.
16:00:54 [D
] [-.-:1:1] automake: no enabled makers.
16:01:07 [D +12.9] [-.-:1:1] automake: handling event BufWritePost.
16:01:07 [D
] [-.-:1:1] Using setting automake.ignore_filetypes=['startify'] from 'global'.
16:01:07 [D
] [-.-:1:1] automake: no enabled makers.
16:01:13 [D
] [-.-:1:1] automake: registered events: BufWritePost.
16:02:57 [D
] [-.-:1:1] automake: registered events: BufWritePost.
16:04:16 [D
] [-.-:1:1] automake: registered events: BufWritePost.
I don&t run neomake at all (and I removed all config), so I&m not sure why this happens.
For bugs please provide steps to reproduce the issue.
Please set g:neomake_logfile, e.g.
:let g:neomake_logfile = '/tmp/neomake.log' first.
Look at the logfile for the generated output, which might help revealing the
issue already.
You can use make tail_log from Neomake&s source directory
for following the logfile in a separate terminal.
Please describe how you run Neomake: manually (how?), via automake config,
or via some custom autocommand(s) (which?).
Output from (verbose) NeomakeInfo
Neomake debug information
Async support: 1
Current filetype: c
Windows: 0
Enabled makers
For the current filetype (&c&, used with :Neomake):
- args: [&-fsyntax-only&, &-Wall&, &-Wextra&, &-I./&]
- auto_enabled: 1
- errorformat: &%-G%f:%s:,%f:%l:%c: %trror: %m,%f:%l:%c: %tarning: %m,%I%f:%l:%c: note: %m,%f:%l:%c: %m,%f:%l: %trror: %m,%f:%l: %tarning: %m,%I%f:%l: note: %m,%f:%l: %m&
- exe: &clang&
- clangtidy
- args: [&%:p&]
- auto_enabled: 1
- errorformat: &%E%f:%l:%c: fatal error: %m,%E%f:%l:%c: error: %m,%W%f:%l:%c: warning: %m,%-G%\m%\%%(LLVM ERROR:%|No compilation database found%)%\@!%.%#,%E%m&
- exe: &clang-tidy&
- short_name: &ctdy&
- clangcheck
- args: [&%:p&]
- auto_enabled: 1
- errorformat: &%-G%f:%s:,%f:%l:%c: %trror: %m,%f:%l:%c: %tarning: %m,%I%f:%l:%c: note: %m,%f:%l:%c: %m,%f:%l: %trror: %m,%f:%l: %tarning: %m,%I%f:%l: note: %m,%f:%l: %m&
- exe: &clang-check&
- checkpatch
- args: [&&no-summary&, &&no-tree&, &&terse&, &&file&]
- auto_enabled: 1
- errorformat: &%f:%l: %tARNING: %m,%f:%l: %tRROR: %m&
- exe: &checkpatch.pl&
- WARNINGS:
- maker&s exe (checkpatch.pl) is not executable.
- cppcheck
- args: &&quiet &language=c &enable=warning&
- auto_enabled: 1
- errorformat: &[%f:%l]: (%trror) %m,[%f:%l]: (%tarning) %m&
- exe: &cppcheck&
- WARNINGS:
- maker&s exe (cppcheck) is not executable.
NOTE: you can define g:neomake_c_enabled_makers to configure it (or b:neomake_c_enabled_makers).
Default maker settings:
- output_stream: &both&
- remove_invalid_entries: 0
- buffer_output: 1
For the project (used with :Neomake!):
NOTE: you can define g:neomake_enabled_makers to configure it.
New-style (dict, overrides old-style)
g:neomake: {
'disabled': 1,
'automake': {
'ignore_filetypes': ['startify'],
'events': {
'BufWritePost': {
'delay': 0,
b:neomake: unset
g:neomake_asciidoc_enabled_makers = []
g:neomake_logfile = '/tmp/neomake.log'
g:neomake_open_list = 2
g:neomake_place_signs = 1
makeprg=make
NVIM v0.2.2
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wconversion -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -I/build/neovim/src/build/config -I/build/neovim/src/neovim-0.2.2/src -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/build/neovim/src/build/src/nvim/auto -I/build/neovim/src/build/include
Compiled by builduser
Features: +acl +iconv +jemalloc +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
Run :checkhealth for more info
Error detected while processing function &SNR&26_Open:
E484: Can't open file /home/antoni/.config/nvim/sessions/pacnigd.vim
"test/sims/throttling_sims.c" 208L, 5353C
"src/prog_sched_utils.c" 266L, 7134C
Error detected while processing function 113[30]..&SNR&44_callback:
Vim(autocmd):E216: No such group or event: neomake
Paste the output from :verbose NeomakeInfo here.
You can use :verbose NeomakeInfo! (with a bang at the end) to copy it to
your clipboard.
If relevant (it is always useful with bug reports) paste the contents of the
logfile (via g:neomake_logfile).
Updated 12/06/
3 Comments
Good afternoon,
I&m using C# webforms framework 4.0 with visual studio 2015 with ajax control toolkit and trying to use webcam.js to capture images from my webcam and I&m having problems with Internet Explorer 11.
I modified the parts in the html file that is using jquery so it will only use javascript and html5. (It opens a tag &video>
in the execution time).
My guess is ajax control toolkit is not compatible with .swf file (flash file), but besides this, Im having the following errors:
JavaScript critical error at line 332, column 5 in http://localhost:6396/Js/LOG/webcam.js\n\nSCRIPT1010: Identificador esperado ok
-In the line: var shutter = new Audio();
===>Error: 0x800a1391 -
&Audio& is not defined
0x800a1391 - &Webcam& is not defined (even though it is defined in webcam.js)
The link for webcam.js is
https://github.com/jhuckaby/webcamjs
&> The usage if fine with chrome and firefox.
&> Utilized components and libraries:
Menu.ascx TagName=&Menu& TagPrefix=&swa&
jquery-1.9.1.js
jquery-ui-1.10.0.custom.min.js
jquery.multiselect.js
TagName=&BOOSTAjaxLoad& TagPrefix=&uc3&
BOOSTCtrls
TagPrefix=&BC1&
Namespace=&AjaxControlToolkit& TagPrefix=&cc1& (in the masterpage)
Namespace=&AjaxControlToolkit& TagPrefix=&cc2&
TagName=&EntityFromUser& TagPrefix=&uc2&
&cc1:ToolkitScriptManager
&cc1:ModalPopupExtender
&uc2:EntityFromUser
&cc2:MaskedEditExtender
&cc2:CalendarExtender
&BC1:BOOSTButton
&uc3:BOOSTAjaxLoad
Thank you.
Updated 05/06/
1 Comments
In my ionic project, navbar back button is not working.
Hardware back button works fine. Here I have attached code snippet.
&ion-header&
&ion-navbar color="primary"&
&ion-buttons left&
&button ion-button icon-only (click)="view.dismiss()"&
&/ion-buttons&
&/ion-navbar&
&/ion-header&
I am pushing a page from root page and the pushed page has above ion-header.
Please help me to find the issue.
Updated 05/06/
2 Comments
why this log is not work?
Platform.get().log(Level.INFO.intValue(), &This is a test log &, null)
Updated 05/06/
2 Comments
In a recent update to the bot code that relays messages between IRC and slack, the behavior of the bot changed so that when viewing messages on Slack there is no indication of the IRC side user that sent the message. It appears this may only be an issue when using Slack on mobile.
This is somewhat of an annoyance and it would be nice to remedy it.
Updated 10/06/
5 Comments
Easy fix, check originalGUID. Reported by Wiggin on Discord
Updated 03/06/
1 Comments
This issue is a
[ ] Bug Report
[x] Feature Request
Ghost&s image handling is currently pretty basic. Even in &private mode& there is no node.js level gateway, all images are served as static assets. However, in the default Nginx config we still push all static image data through the node.js/express layer which adds overhead.
A default Ghost install has images files in a known directory so we can configure those files to be served directly via Nginx rather than passing it through the Ghost server.
Template changes
Example nginx config for serving image files directly:
location ^~ /content/images/ {
root /var/www/
add_header Cache-Control "public, no-transform";
add_header Vary "Accept-Encoding";
In this case we would need the /var/www/ghost value to be interpolated. The validity of the no-transform header should also be discussed, details are here:
no-transform
No transformations or conversions should be made to the resource. The Content-Encoding, Content-Range, Content-Type headers must not be modified by a proxy. A non- transparent proxy might, for example, convert between image formats in order to save cache space or to reduce the amount of traffic on a slow link. The no-transform directive disallows this.
It may be that we want to allow CDNs or other proxies in front of a default Ghost install to perform additional compression.
Benchmarks
I performed a local benchmark on a DigitalOcean 1-click instance serving a 2.1MB image, SSL was used to replicate the typical stack:
siege -q -b -c25 -r50 https://ghost-test.lookingsideways.co.uk/content/images/2018/06/Cosmos01.jpg
As can be seen below, throughput doubled, response time is halved and there is much smaller deviation in overall transaction time.
Default config
Transactions:
Availability:
Elapsed time:
43.17 secs
Data transferred:
2486.66 MB
Response time:
Transaction rate:
28.96 trans/sec
Throughput:
57.60 MB/sec
Concurrency:
Successful transactions:
Failed transactions:
Longest transaction:
Shortest transaction:
Nginx serving image
Transactions:
Availability:
Elapsed time:
20.68 secs
Data transferred:
2486.66 MB
Response time:
Transaction rate:
60.44 trans/sec
Throughput:
120.24 MB/sec
Concurrency:
Successful transactions:
Failed transactions:
Longest transaction:
Shortest transaction:
Updated 05/06/
5 Comments
i create an simple app that doesnt use too much data
app is like an newsapp
each news had an heart icon on the left so we can add the news to the bookmark
the problem is that when i click on the
heart button it appears :
ERROR RangeError: Maximum call stack size exceeded
at areIterablesEqual (core.js:7261)
at devModeEqual (core.js:7138)
at areIterablesEqual (core.js:7271)
at devModeEqual (core.js:7138)
at areIterablesEqual (core.js:7271)
at devModeEqual (core.js:7138)
at areIterablesEqual (core.js:7271)
at devModeEqual (core.js:7138)
at areIterablesEqual (core.js:7271)
at devModeEqual (core.js:7138)
its says that i have to check the page.html that contains the heart-icon
here&s the page :
& ion-header&
& ion-navbar&
& button ion-button menuToggle&
& ion-icon name="menu"&&/ion-icon&
& /button&
& ion-title&{{title}}&/ion-title&
& ion-buttons end&
& button ion-button right icon-only (click)="bookmark()"&
& ion-icon name="{{bookmarkicon}}"&&/ion-icon&
& /button&
& /ion-buttons&
& /ion-navbar&
& /ion-header&
& ion-content class="card-background-page"&
& ion-list [virtualScroll] = " news
& ion-item *virtualItem="let new"&
& ion-card text-wrap&
& h6 style="color: #999966"&
realisé par : {{new.author}}&br&
le : {{new.date_pub}}&br&
& img class="card-image" [src]=" new.image01 "&
& ion-card-title&
& div class="test"&
{{new.description}}
& /ion-card-title&
& / ion-card&
& /ion-item&
& /ion-list&
& /ion-content&
and heres the ts
import { Component } from '@angular/core';
import { NavController } from 'ionic-angular';
import { NavParams } from 'ionic-angular';
import { ActualiteProvider } from '../../providers/actualite/actualite'
import { HomePage } from '../home/home'
import { BoomarksProvider } from '../../providers/boomarks/boomarks'
@Component({
selector : 'page-actualitee',
templateUrl : 'actualitee.html',
providers :[ActualiteProvider, BoomarksProvider]
ex port class actualiteePage {
title: String
idactualite: number
bookmarkicon: String = "md-heart-outline"
isBookmarked: boolean = false
constructor(public navCtrl: NavController, public navParams : NavParams, public actualiteProvider : ActualiteProvider,
public boomarksProvider: BoomarksProvider
ngOnInit(){
this.title =this.navParams.get('title')
this.idactualite=this.navParams.get('idactualite')
this.news = this.navParams.get("news")
this.actualiteProvider.getActu(this.idactualite).subscribe(
this.news=data.news
console.log(error)
this.boomarksProvider.isBookmared(this.news).then(isBooked =& {
if(isBooked){
this.bookmarkicon= "md-heart"
this.isBookmarked = true
bookmark(){
if(this.isBookmarked){
this.boomarksProvider.removeBookmared(this.news)
this.bookmarkicon = "md-heart-outline"
this.isBookmarked=false
this.boomarksProvider.addBookMark(this.news)
this.bookmarkicon="md-heart"
this.isBookmarked=true
second questiion can we use two providers in the same page ?
Updated 04/06/
1 Comments
I would like to know from inside the code which pandas git revision I am running at the moment. So I can easily confirm I am on proper branch/revision when testing some new features/bug fixes.
Is it possible in pandas? If it isn&t I would like this issue to be FR for such functionality. Just git commit hash is enough.
In dask you can access this info with dask.__git_revision__.
Updated 06/06/
5 Comments
ESLint adheres to the .
This template is for new rule proposals. If you are proposing a new rule, please continue on. If you are here for another reason, please see below:
1. To report a bug: https://eslint.org/docs/developer-guide/contributing/reporting-bugs
2. To request a rule change: https://eslint.org/docs/developer-guide/contributing/rule-changes
3. To request a change that is not a bug fix, rule change, or new rule: https://eslint.org/docs/developer-guide/contributing/changes
4. If you have any questions, please stop by our chatroom: https://gitter.im/eslint/eslint
Note that leaving sections blank will make it difficult for us to troubleshoot and we may have to close the issue.
Please describe what the rule should do:
Due to the update of , there are some update on the name of lifcycles such as componentWillReceiveProps will be UNSAFE_componentWillReceiveProps. I got this error :
UNSAFE_componentWillReceiveProps is not in camel case.
I fix this by disabling eslint line.
What category of rule is this? (place an &X& next to just one item)
[ ] Enforces code style
[ ] Warns about a potential error
[X] Suggests an alternate way of doing something
[ ] Other (please specify:)
Provide 2-3 code examples that this rule will warn about:
&!& Put your code examples here &>
UNSAFE_componentWillReceiveProps(nextProps) {
.eslintrc.json:
"browser": true
"rules": {
"react/forbid-prop-types": "off",
"jsx-a11y/anchor-is-valid": "off"
"parser": "babel-eslint",
"settings": {
"import/resolver": {
"webpack": {
"config": "webpack.common.js"
eslint: 4.17.0
Updated 04/06/
3 Comments
Who faced such a problem?
Updated 01/06/
2 Comments
Set sslSocketFactory and hostnameVerifier in 3.10.0 to solve SSL exceptions, but network requests are SSL exceptions.
Later, turning the library into 3.9.1 does not require sslSocketFactory and hostnameVerifier network requests to be normal, so there is bug in the 3.10.0 version.
Updated 05/06/
2 Comments
This fixes a problem, where a bool is treated like a string.
Updated 05/06/
5 Comments
Before posting an issue, please check the following:
Do you have a question? Please take a look at the samples and read the FAQ first.
https://github.com/evernote/android-job#usage
https://github.com/evernote/android-job/wiki/FAQ
Does the library crash for you? Please provide the version of the library, a log, stacktrace and even better a sample.
Do your jobs not run as expected or do you see another weird behavior? A full log is necessary. Also keep in mind how Doze works and maintenance windows can delay your job.
https://developer.android.com/training/monitoring-device-state/doze-standby.html
https://speakerdeck.com/vrallev/scheduling-background-job-on-android-at-the-right-time-1?slide=59
Updated 10/06/
2 Comments
This completes the support for circular mode ADC DMA transfers. Allowing for continuous transfer of ADC readings to memory without the need for external triggers. This mode needs to be configured on both the ADC and the DMA side.
Until yet only the DMA side was implemented.
The ADC part is documented in the
on page 349
Updated 09/06/
7 Comments
Problem description
It would be nice if pandas stlying allowed you to set a tooltip for table cells, in the same way that it allows you to set the CSS style using apply, applymap, etc.
Currently it is possible to create a hacky workaround using css-only tooltips and set_table_styles, but it adds substantial complexity to achieve something that is conceptually very simple.
Output of pd.show_versions()
[paste the output of pd.show_versions() here below this line]
pd.show_versions()
INSTALLED VERSIONS
commit: None
python: 2.7.13.final.0
python-bits: 64
OS-release: 4.9.0-6-amd64
machine: x86_64
processor:
byteorder: little
LC_ALL: None
LANG: en_US.UTF-8
LOCALE: None.None
pandas: 0.19.2
nose: None
pip: 9.0.1
setuptools: 36.0.1
Cython: 0.28.3
numpy: 1.14.3
scipy: 0.19.1
statsmodels: 0.8.0
xarray: None
IPython: 5.1.0
sphinx: None
patsy: 0.4.1+dev
dateutil: 2.6.1
pytz: 2017.2
blosc: None
bottleneck: None
tables: 3.4.2
numexpr: 2.6.2
matplotlib: 2.0.0
openpyxl: 2.3.0
xlrd: 1.1.0
xlwt: 0.7.5
xlsxwriter: None
lxml: 4.0.0
bs4: 4.6.0
html5lib: 0.
httplib2: 0.9.2
apiclient: 1.6.5
sqlalchemy: 1.1.3
pymysql: 0.6.1.None
psycopg2: None
jinja2: 2.8
boto: 2.48.0
pandas_datareader: 0.2.0
&/details>
Updated 07/06/
5 Comments
After entering server &https//&&..com:8443& i get the message:
&Nextcloud Talk app not found. Please check&.&
I localized the error in ncapicontroller.m
The ios-nextcloud client and the android talk-app are working with self signed certificates.
Thank you.
Updated 09/06/
6 Comments
Just want to check. In Ionic 4 beta release. I am using the GooglePlus and Platform. Is it ok to use the Ionic-Angular or is there a better way to use platform?
import { GooglePlus } from &@ionic-native/google-plus&;
import { Platform } from &ionic-angular&;
If i install ionic-angular from NPM i have to update my RXJS since RXJS is updated to 6. I have to update my tabs.js and input.js files to include the following:
import { Subject } from &rxjs&;
import { takeUntil } from &rxjs/operators&;
Since RXJS changed the way they do imports.
_Install Google-Plus for Ionic-Native
Then add Google Plus to the constructor.
ERROR Error: Uncaught (in promise): TypeError: Object(&) is not a function
TypeError: Object(&) is not a function
at VM9340 common.js:91
at Object../node_modules/@ionic-native/google-plus/index.js (VM9340 common.js:135)
at webpack_require (VM9194 runtime.js:82)
at Object../src/app/services/auth.service.ts (VM9340 common.js:675)
at webpack_require (VM9194 runtime.js:82)
at Object../src/app/pages/login/login.page.ts (VM9339 pages-login-login-module.js:115)
at webpack_require (VM9194 runtime.js:82)
at Object../src/app/pages/login/login.module.ts (VM9339 pages-login-login-module.js:21)
at webpack_require (VM9194 runtime.js:82)
at VM9198 main.js:104
at VM9340 common.js:91
at Object../node_modules/@ionic-native/google-plus/index.js (VM9340 common.js:135)
at webpack_require (VM9194 runtime.js:82)
at Object../src/app/services/auth.service.ts (VM9340 common.js:675)
at webpack_require (VM9194 runtime.js:82)
at Object../src/app/pages/login/login.page.ts (VM9339 pages-login-login-module.js:115)
at webpack_require (VM9194 runtime.js:82)
at Object../src/app/pages/login/login.module.ts (VM9339 pages-login-login-module.js:21)
at webpack_require (VM9194 runtime.js:82)
at VM9198 main.js:104
at resolvePromise (VM9195 polyfills.js:3136)
at resolvePromise (VM9195 polyfills.js:3093)
at VM9195 polyfills.js:3195
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (VM9195 polyfills.js:2743)
at Object.onInvokeTask (VM9197 vendor.js:56190)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (VM9195 polyfills.js:2742)
at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (VM9195 polyfills.js:2510)
at drainMicroTaskQueue (VM9195 polyfills.js:2917)
@ionic/cli-utils
: 2.0.0-rc.6
ionic (Ionic CLI) : 4.0.0-rc.6
global packages:
cordova (Cordova CLI) : 8.0.0
local packages:
@angular-devkit/core
@angular-devkit/schematics : 0.6.0
@angular/cli
@ionic/schematics-angular
: 1.0.0-rc.6
Cordova Platforms
: android 7.0.0
Ionic Framework
: @ionic/angular 4.0.0-alpha.7
Android SDK Tools : 26.1.1
: Windows 10
Updated 01/06/
2 Comments
We had an accident in relation to a disk becoming full during sync.
The result was that 7 files of 0KB was synced back to the server.
Fortunately I was able to track them down through Activitity and manually restore from earlier revisions.
I&m guessing what happened was the sync client created the files before filling data and then crashing due to disk full and after restarting synced the empty files back due to newer timestamp.
I will post the full client version information when I get get back home.
it&s a linux client.
Updated 11/06/
I use the log4stash appender in Async mode. When the Elasticsearch server is not availaible for too long, I end up getting an OutOfMemoryException.
Is there an existing mechanism to limit the number of log entries that should be kept in memory by the appender ?
If there is no existing mechanism, I would propose to add a new parameter BulkListLimit that would prevent the exception. ElasticSearchAppender would stop adding new entries when that limit is reached.
To make the solution backward compatible, the parameter would be optional and set to no limit by default.
What do you think ?
Updated 30/05/
3 Comments
https://stackoverflow.com/questions//glide-picasso-wont-load-thumbnail-path-of-locally-stored-video
Updated 29/05/
1 Comments
@FormUrlEncoded
@POST(url)
Observable&Object> getOrderDetailData(@FieldMap Map&String,String> map,@Field(&data[]&) List&DetailEntity> list);
and log shows &data& is [&{t.tostring}&,&{t.tostring}&,&{t.tostring}&], I don&t need quotation, what should I
Updated 29/05/
1 Comments
I see no way to do it
Updated 01/06/
4 Comments
Could anyone help me with this? When uploading a file that exceed to 4mb it was uploaded successfully but when i look at the file in the folder where it&s transferred its file size only 4MB but the actual size of the file that was uploaded is 18MB. I already set maxAllowedContentLength=&&
Updated 01/06/
4 Comments
both return this error:
"error": 48,
"product": 0,
"module": 2,
"line": 89,
"text": "file couldn't be loaded"
Other elite spec profession icons might be affected too&
Updated 11/06/
3 Comments
I&m submitting a &
(check one with &x&)
[x] bug report
[ ] feature request
Issue description
Current behavior:
I took the code from the documentation as found
&nb-flip-card&
&nb-card-front&
&nb-card-body&Front Card&/nb-card-body&
&/nb-card&
&/nb-card-front&
&nb-card-back&
&nb-card-body&Back Card&/nb-card-body&
&/nb-card&
&/nb-card-back&
&/nb-flip-card&
This displays a card, with the flip arrow not positioned nicely.
&img width=&195& alt=&image& src=&https://user-images.githubusercontent.com/f4ee--8930-1fbde4cdab6c.png&>
If you click the flip button, the card is flipped, but the contents of the card is just displayed backwards, It is not showing the contents of nb-card-back
&img width=&199& alt=&image& src=&https://user-images.githubusercontent.com/6b3c--9c82-7cbc6d4a12e1.png&>
If you add a nb-card-footer or nb-card-header like in the code below, the arrow is positioned better, but it is no longer clickable.
&nb-flip-card&
&nb-card-front&
&nb-card-body&Front Card&/nb-card-body&
&nb-card-footer&Front Footer&/nb-card-footer&
&/nb-card&
&/nb-card-front&
&nb-card-back&
&nb-card-body&Back Card&/nb-card-body&
&nb-card-footer&Back Footer&/nb-card-footer&
&/nb-card&
&/nb-card-back&
&/nb-flip-card&
Maybe I am doing something wrong, but I cannot make that up from the documentation.
insert short code snippets here
Other information:
npm, node, OS, Browser
$ node &version
$ npm &version
MacBook-Touch.local 17.5.0 Darwin Kernel Version 17.5.0
Angular, Nebular
"@nebular/auth": "^2.0.0-rc.8",
"@nebular/security": "^2.0.0-rc.8",
"@nebular/theme": "^2.0.0-rc.8",
Updated 30/05/
2 Comments
Updated 26/05/
1 Comments
I have this message after i Request data:
same as by Request account deletion
No administrator could have been contacted.
any idea ?
Updated 14/06/
7 Comments
When a new field is added it is added at the end of the list of fields.
(There is no system requirement for any specific order) The on line show of a record forces a &logical& order.
The download of the file could follow that order.
The downside is that the uploaded file may use a preferred order from the perspective of the transcriber. This proposal would override the transcribers order!
Updated 08/06/
7 Comments
The new fields are an increase of 100% over the past. It should be possible to download the field names.
Updated 04/06/
2 Comments
Dart VM version: 2.0.0-dev.55.0 (Mon May 14 09:23:07 ) on &windows_x64&
Chrome Version 66.0. (Official Build) (64-bit)
I&m playing with heros tutorial from https://github.com/angular-examples/toh-6/tree/master
hero_service.dart
@Injectable()
class HeroService {
static final _headers = {'Content-Type': 'application/json'};
static const _heroesUrl = 'api/heroes'; // URL to web API
final Client _
HeroService(this._http);
Future&List&Hero&& getAll() async {
final response = await _http.get(_heroesUrl);
final heroes = (_extractData(response) as List)
.map((json) =& new Hero.fromJson(json))
.toList();
} catch (e) {
throw _handleError(e);
I inject browserclient in main.dart
@GenerateInjector([
routerProvidersHash, // You can use routerProviders in production
//const ClassProvider(Client, useClass: InMemoryDataService),
// Using a real back end?
// Import 'package:http/browser_client.dart' and change the above to:
const ClassProvider(Client, useClass: BrowserClient),
final InjectorFactory injector = self.injector$I
void main() {
runApp(ng.AppComponentNgFactory, createInjector: injector);
When calling http.get(heroesUrl) on the injected BrowserClient instance, I get the below exception being thrown. sdk version 2.0.0-dev.55.0
EXCEPTION: Exception: S cause: Type &NativeJavaScriptObject& is not a subtype of expected type &HttpRequest&.
STACKTRACE:
packages/$sdk/dev_compiler/amd/dart_sdk.js 4823:29 throw
packages/angular_tour_of_heroes/src/hero_service.ddc.js 32:21 getAll
packages/$sdk/dev_compiler/amd/dart_sdk.js 23502:38 onError
packages/stack_trace/stack_trace.ddc.js 142:98 .dart.fn
packages/stack_trace/stack_trace.ddc.js 188:16 [_run]
packages/stack_trace/stack_trace.ddc.js 142:80 arg
packages/angular/src/core/zone/ng_zone.ddc.js 115:18 arg
Updated 24/05/
1 Comments
Currently the size of the checkbox in the web UI is 10 px by 10 px my suggestion is to make it 20 px by 20 px. I can open a PR if this is accepted. I find the current check box style too small.
Updated 28/05/
16 Comments
Hi. Thank you for this great tool and for your hard work developing it. I recently noticed that my laptop fan was making more noise than usual and I checked on the system monitor and I had 1 of 8 CPUs always at 100%.
I checked the processes and there was one process that was always at 12%. This is the process and its information.
When I close the process, everything goes back to normal but if I reopen the GSConnect the same thing happens again. I think it might be an issue within my system, I recently manually updated GSConnet to the latest version because it has not
been publish on the Gnome Extensions directory.
Updated 24/05/
8 Comments
T14:39:44.:00对接第三方接口,对方的时间格式是这样的,java里面不知道以什么方式接收,试了"yyyy-MM-dd&T'HH:mm:ss.SSSSSXXX" 和 &yyyy-MM-dd&T'HH:mm:ss.sssssssXXX&,结果都不准确,求教!!
Updated 29/05/
1 Comments
Updated 31/05/
in the menu of the files app I find quick filters for &shared with me& and &shared by me&.
I&d like to suggest to add &Only my files& too
Updated 01/06/
4 Comments
The steps to share a folder and and a password are automatic and this could lead to big security issue if associated to browser&s autofill feature.
Steps to reproduce
Save your login credentials in your browser
Create a folder
Share it and enter an email (put you email as a test)
You should receive an email saying that your cloud shared a folder with you
On yout cloud page, In the email field, the email has been replaced by your login
Click the 3 dots to &protect with a password&
You receive an email with you login password
Expected behaviour
Shouldn&t send password without confirmation, button or else
Actual behaviour
Sends the login password because of the autofill feature of the browser
Server configuration
Operating system:
Linux debian
Web server:
PHP version:
Nextcloud version: (see Nextcloud admin page)
Updated 20/05/
2 Comments
or change other charactor?
Updated 20/05/
3 Comments
I&m trying to have a nebular auth in my application
When i finished to config a my provider (fake response)
have this exception in console after login.
TypeError: Object(&) is not a function
at NbTokenService.setRaw (token.service.js:76)
at NbAuthService.processResultToken (auth.service.js:346)
at SwitchMapSubscriber.eval [as project] (auth.service.js:119)
at SwitchMapSubscriber._next (switchMap.js:91)
This is my appmodule
NbAuthModule.forRoot({
providers: {
service: NbEmailPassAuthProvider,
baseEndpoint: &http://localhost:4200/assets/data&,
alwaysFail: false,
rememberMe: true,
endpoint: &/login.json&,
method: &get&,
redirect: {
success: &/home&,
failure: null,
defaultErrors: [&Login/Email combination is not correct, please try again.&],
defaultMessages: [&You have been successfully logged in.&],
strategy: 'email',
thanks a lot
Updated 10/06/
5 Comments
Please search to check for an existing issue (including closed issues, for which the fix may not have yet been released) before opening a new issue: https://github.com/k9mail/k-9/issues?q=is%3Aissue
Expected behavior
Open the app and be able to read emails and interact with the app (select a folder, reply to an email, etc.)
Actual behavior
When I open the app by tapping on the K-9 icon, after two seconds the app stops unexpectedly. If I tap on the K-9 icon again, the app starts and closes even faster.
This started happening a few days ago. If I go to Manage apps -> Running I can see the K-9 app restarting repeatedly by itself every 5 seconds or so.
The app doesn&t produce any notifications or anything. It&s completely unusable. What do I do?
I found this bug report that is sort of similar to my experience, but not quite the same: https://github.com/k9mail/k-9/issues/3363
I also tried uninstalling updates to the WebView but that didn&t work.
Steps to reproduce
Click on the K-9 icon on the Android menu.
Environment
K-9 Mail version: 5.403
Android version: 5.1
Account type (IMAP, POP3, WebDAV/Exchange): IMAP.
Updated 29/05/
6 Comments
Windows 10, version 1703 (Build ), company laptop, using system proxy
Sync client 2.3.3 build 1
Nextcloud 13 von CentOS 7.4 VPS
JavaScript Console Output
I think this does not apply in this case
Steps to reproduce
Not clearly reproducible
Hibernate Windows
Wake up from hibernation
Notice gray tray icon and see &No connection to $host: Timeout& in sync client
Clicking the $host in the error message opens a browser window and shows $host&s login page. Pausing and resuming the sync does not help.
The only solution so far is to restart the client which immediately reconnects.
Updated 18/05/
3 Comments
Steps to reproduce
uploaded video of 23 mb
error recieved
It shows &The video could not be loaded, either because the server or network failed or because the format is not supported& video heavy than 5mb doesn&t load..
Server configuration
Operating system: linux (webhosting)
Web server: Apache (2.4.33)
Database: MySQL (5.6.39)
PHP version: 7.1
Nextcloud version: latest
Updated from an older Nextcloud/ownCloud or fresh install: fresh install
Where did you install Nextcloud from: softaculous
Signing status:
&summary>Signing status&/summary>
No errors have been found.
b) The network log
&/details>
Updated 21/05/
1 Comments
Both android client,
Nextcloud login correct with Two Factor TOTP Provider
but the same account,
the notes login says:
Invalid login: server connection is broken.
&bountysource-plugin>
Want to back this issue?
We accept bounties via .
&/bountysource-plugin>
Updated 05/06/
2 Comments
Uncaught Error: Template parse errors:
&el-slider& is not a known element:
1. If &el-slider& is an Angular component, then verify that it is part of this module.
2. If &el-slider& is a Web Component then add &CUSTOM_ELEMENTS_SCHEMA& to the &@NgModule.schemas& of this component to suppress this message. (&er>&/ngx-theme-switcher>
&!&&ngx-layout-direction-switcher>&/ngx-layout-direction-switcher>&>
[ERROR ->]&el-slider (modelChange)="handle($event)&>
but I make it import form rootModule.
plz help me
Updated 01/06/
Issue type
I&m submitting a &
(check one with &x&)
[ ] bug report
[ ] feature request
[x] question about the decisions made in the repository
Issue description
Current behavior:
&!& Describe how the bug manifests. &>
Menu display default name and image in menu drop down. http://prntscr.com/ji5hw3.
Also on logout, getting 401 unauthorized error as token is not send in header. I need to send token in header (with specific name of header) so that backend can recognize the call.
Expected behavior:
&!& Describe what the behavior would be without the bug. &>
I want to display login user information in menu. Where and what I&ve to change so that after login user info store in local storage and that should be used on menu.
It should pass token in header saved in local storage. http://prntscr.com/ji5l4a.
Related code:
Following is the data received from backend API:
"access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC9sb2NhbGhvc3RcL3V0YWhydW5uaW5nXC9wdWJsaWNcL2FwaVwvbG9naW4iLCJpYXQiOjE1MjYzODkyMTgsImV4cCI6MTUyNjM5MjgxOCwibmJmIjoxNTI2Mzg5MjE4LCJqdGkiOiJaZ1hPSHY2RXN2Ynh0UERaIiwic3ViIjoxLCJwcnYiOiI4N2UwYWYxZWY5ZmQxNTgxMmZkZWM5NzE1M2ExNGUwYjA0NzU0NmFhIn0.cJCmdD5V0cslJcWq4K64dbxyTE1KW3WaR7GCOtxhmQ8",
"token_type": "bearer",
"expires_in": 3600,
"name": "Umair Ali Malik",
"username": "umair.malik",
"email": "umair.",
"phone": null,
"address": null,
"userRole": 1,
"direct1": null,
"direct2": null,
"direct3": null,
"direct4": null,
"createdBy": 0,
"created_at": " 00:00:00",
"updated_at": null
I&ve also done following changes to customize auth pages ngx-admin:
Copy all source files from https://github.com/akveo/nebular/tree/master/src/framework/auth to &theme/components/auth&
core.module.ts : import { NbAuthModule, NbDummyAuthProvider } from &../@theme/components/auth&; // &@nebular/auth&;
app-routing.module.ts: import { NbAuthComponent, NbLoginComponent, NbLogoutComponent, NbRegisterComponent, NbRequestPasswordComponent, NbResetPasswordComponent, } from &./@theme/components/auth&; //&@nebular/auth&;
theme.module.ts: import { NbAuthModule } from &./components/auth/auth.module&; import { NbEmailPassAuthProvider } from &./components/auth/providers/email-pass-auth.provider&;
Updated 06/06/
3 Comments
Our server randomly crashes with the following crash report:
https://pastebin.com/uAXC52QE
This seems to be caused by Piezo Crystals, but I can&t find the exact cause. It appears to be related to mobs walking on them however.
Relevant versions:
Chromaticraft V19c
DragonAPI V19c
Updated 23/05/
1 Comments
Thanks for reporting issues back to Nextcloud! This is the issue tracker of Nextcloud, if you have any support question please check out https://nextcloud.com/support
This is the bug tracker for the Server component. Find other components at https://github.com/nextcloud/
For reporting potential security issues please see https://nextcloud.com/security/
To make it possible for us to help you please fill out below information carefully.
You can also use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
If you are a customer, please submit your issue directly in the Nextcloud Portal https://portal.nextcloud.com so it gets resolved more quickly by our dedicated engineers.
Note that Nextcloud is an open source project backed by Nextcloud GmbH. Most of our volunteers are home users and thus primarily care about issues that affect home users. Our paid engineers prioritize issues of our customers. If you are neither a home user nor a customer, consider paying somebody to fix your issue, do it yourself or become a customer.
Steps to reproduce
Admin -> Theming
Change BG Colour and Header Picture x 3
Expected behaviour
1 Header Picture
Actual behaviour
Randomly generated Colors appear (the last selected ones + nc default color) and sometimes the Header Picture ist the Nextcloud
Server configuration
Operating system: 16.04.4
Web server: Apache/2.4.25 (Debian)
Database: mariadb
Ver 15.1 Distrib 10.1.26-MariaDB
PHP version: PHP 7.0.27-0+deb9u1
Nextcloud version: 13.0.2
Updated from an older Nextcloud/ownCloud or fresh install: Updated because Webinstaller was outdated (13.0.1? -> 13.0.2)
Where did you install Nextcloud from: Nextcloud.com Webinstaller
Signing status:
&summary>Signing status&/summary>
&/details>
List of activated apps:
&summary>App list&/summary>
- activity: 2.6.1
- bruteforcesettings: 1.0.3
- comments: 1.3.0
- dav: 1.4.6
- federatedfilesharing: 1.3.1
- federation: 1.3.0
- files: 1.8.0
- files_pdfviewer: 1.2.1
- files_sharing: 1.5.0
- files_texteditor: 2.5.1
- files_trashbin: 1.3.0
- files_versions: 1.6.0
- files_videoplayer: 1.2.0
- firstrunwizard: 2.2.1
- gallery: 18.0.0
- impersonate: 1.0.4
- logreader: 2.0.0
- lookup_server_connector: 1.1.0
- nextcloud_announcements: 1.2.0
- notifications: 2.1.2
- oauth2: 1.1.0
- password_policy: 1.3.0
- provisioning_api: 1.3.0
- serverinfo: 1.3.0
- sharebymail: 1.3.0
- survey_client: 1.1.0
- systemtags: 1.3.0
- theming: 1.4.1
- twofactor_totp: 1.4.1
- unsplash: 1.1.1
- updatenotification: 1.3.0
- workflowengine: 1.3.0
- admin_audit
- encryption
- files_external
- user_external
- user_ldap
- rainloop: 5.0.6
&/details>
Nextcloud configuration:
&summary>Config report&/summary>
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"192.168.1.146",
"nextcloud.fruchtig.cc"
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "https:\/\/nextcloud.fruchtig.cc",
"dbtype": "mysql",
"version": "13.0.2.1",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "LOGIN",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379
"theme": "",
"loglevel": 2,
"maintenance": false,
"mail_smtpsecure": "tls",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***"
&/details>
Client configuration
Browser: Firefox newest, Edge newest
Operating system: Win 10
Web server error log
&summary>Web server error log&/summary>
&/details>
Nextcloud log (data/nextcloud.log)
&summary>Nextcloud log&/summary>
Nothing special
&/details>
&/details>
Updated 16/05/
2 Comments
05-14 19:01:04.292 /com.nio.bigdataservice I/art: Starting a blocking GC Alloc
05-14 19:01:04.292 /com.nio.bigdataservice E/AndroidRuntime: FATAL EXCEPTION: OkHttp Dispatcher
Process: com.nio.bigdataservice, PID: 28832
java.lang.OutOfMemoryError: Failed to allocate a 8204 byte allocation with 5920 free bytes and 5KB until OOM
at okio.Segment.&init>(Segment.java:61)
at okio.SegmentPool.take(SegmentPool.java:46)
at okio.Buffer.writableSegment(Buffer.java:1157)
at okio.Okio$2.read(Okio.java:136)
at okio.Buffer.writeAll(Buffer.java:993)
at okhttp3.RequestBody$3.writeTo(RequestBody.java:120)
at okhttp3.MultipartBody.writeOrCountBytes(MultipartBody.java:173)
at okhttp3.MultipartBody.writeTo(MultipartBody.java:114)
at okhttp3.logging.HttpLoggingInterceptor.intercept(HttpLoggingInterceptor.java:189)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:185)
at okhttp3.RealCall$AsyncCall.execute(RealCall.java:135)
at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
at java.lang.Thread.run(Thread.java:818)
05-14 19:01:04.293 /com.nio.bigdataservice I/art: WaitForGcToComplete blocked for 59.178ms for cause Alloc
05-14 19:01:04.293 /com.nio.bigdataservice I/art: Starting a blocking GC Alloc
Updated 27/05/
2 Comments
Thanks for reporting issues back to ownCloud! This is the issue tracker of ownCloud, if you have any support question please check out https://owncloud.org/support
This is the bug tracker for the Server component. Find other components at https://github.com/owncloud/core/blob/master/.github/CONTRIBUTING.md#guidelines
For reporting potential security issues please see https://owncloud.org/security/
To make it possible for us to help you please fill out below information carefully.
Before reporting any issues please make sure that you&re using the latest available version for your major branch (e.g. 9.0.x), see https://owncloud.org/changelog/
Steps to reproduce
turned on maintenance mode on server 1 and synced all the data and database
to server2
do owncloud upgrade from version 9.1.6 to 10.0.8
Expected behaviour
everything is working fine and all users can still access their data
Actual behaviour
files produce bad signature Errors in owncloud log and the files arent readable or downloadable
Server configuration
Operating system:
Web server:
PHP version:
ownCloud version: (see ownCloud admin page)
Updated from an older ownCloud or fresh install:
updated from 9.1.6
Where did you install ownCloud from:
Signing status (ownCloud 9.0 and above):
https://gist.github.com/ptrktws/3b2de1c93eb1f8b1a66665af9fdf799f
Login as admin user into your ownCloud and access
http://example.com/index.php/settings/integrity/failed
paste the results into https://gist.github.com/ and puth the link here.
The content of config/config.php:
"basic": {
"license key": "***REMOVED SENSITIVE VALUE***",
"date": "Mon, 14 May :36 +0000",
"ownCloud version": "10.0.8.5",
"ownCloud version string": "10.0.8",
"ownCloud edition": "Community",
"server OS": "Linux",
"server OS version": "Linux owncloud 3.16.0-6-amd64 #1 SMP Debian 3.16.56-1+deb8u1 () x86_64",
"server SAPI": "fpm-fcgi",
"webserver version": "Apache\/2.4.10 (Debian) mod_fcgid\/2.3.9 OpenSSL\/1.0.1t",
"hostname": "hostname",
"user count": 805,
"user directories": 805,
"logged-in user": "admin"
"config": {
"instanceid": "oc6ca0913f04",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "\/od\/data",
"dbtype": "mysql",
"version": "10.0.8.5",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"theme": "theme",
"tempdirectory": "\/ot\/tmp\/",
"ldapIgnoreNamingRules": false,
"log_type": "owncloud",
"logfile": "\/ol\/log\/owncloud.log",
"loglevel": 0,
"logtimezone": "Europe\/Berlin",
"logdateformat": "F d, Y H:i:s",
"default_language": "de",
"updatechecker": false,
"knowledgebaseenabled": false,
"mail_smtpmode": "smtp",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "2525",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"forcessl": true,
"maintenance": false,
"singleuser": false,
"allow_user_to_change_display_name": false,
"trusted_domains": [
"hostname"
"trashbin_retention_obligation": "auto"
"integritychecker": {
"passing": false,
"enabled": true,
"result": {
"INVALID_HASH": {
"appinfo\/v1\/publicwebdav.php": {
"expected": "e8b5a768efc7ddeeec84d5efbe992ee602a532ccd974b704fec40a1cb7a165ef7af07ea78e7d",
"current": "799c77ed980d23e7fc26cea93a6c76cc8ac1fcc8b3ba098f9726cfef9fb2caea443f3eede6090aeba1efa28a10b17329a0dea683f10"
"theme": {
"EXCEPTION": {
"class": "OC\\IntegrityCheck\\Exceptions\\MissingSignatureException",
"message": "Signature data not found."
"backgroundjobs_mode": "cron",
"backgroundjobs_step": "regular_tasks",
"backgroundjobs_task": "",
"default_encryption_module": "OC_DEFAULT_MODULE",
"enable_external_storage": "no",
"encryption_enabled": "yes",
"global_cache_gc_lastrun": "",
"installedat": ".9402",
"lastcron": "",
"lastupdateResult": "[]",
"lastupdatedat": "",
"public_caldav": "calendar\/share.php",
"public_calendar": "calendar\/share.php",
"public_documents": "documents\/public.php",
"public_files": "files_sharing\/public.php",
"public_gallery": "gallery\/public.php",
"public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
"remote_ampache": "media\/remote.php",
"remote_caldav": "dav\/appinfo\/v1\/caldav.php",
"remote_calendar": "dav\/appinfo\/v1\/caldav.php",
"remote_carddav": "dav\/appinfo\/v1\/carddav.php",
"remote_contacts": "dav\/appinfo\/v1\/carddav.php",
"remote_contactthumbnail": "contacts\/thumbnail.php",
"remote_core.css": "\/core\/minimizer.php",
"remote_core.js": "\/core\/minimizer.php",
"remote_dav": "dav\/appinfo\/v2\/remote.php",
"remote_files": "dav\/appinfo\/v1\/webdav.php",
"remote_filesync": "files\/appinfo\/filesync.php",
"remote_webdav": "dav\/appinfo\/v1\/webdav.php",
"repairlegacystoragesdone": "yes",
"shareapi_allow_mail_notification": "yes",
"shareapi_allow_public_upload": "no",
"shareapi_default_expire_date": "no",
"shareapi_exclude_groups": "no",
"shareapi_share_policy": "global",
"vendor": "owncloud"
"id": "activity",
"name": "Activity",
"summary": "Keep track of events with Activity stream and email notifications",
"description": "The ownCloud Activity application enables users to not only get a summarized overview of all file and folder events in their ownCloud, but also to receive notifications for such via email. The user can configure their individual Activity preferences in their personal settings and can decide in detail which file or folder actions should be listed in the Activity stream (accessible via the app launcher) and also for which file or folder actions the users wants to receive email notifications. The bulk email notifications can either be sent out hourly, daily or weekly to fit the specific needs of the individual user.\n\nFrom creation of new files or folders, to file or folder changes, updates, restores from trash bin, sharing activities, comments, tags and downloads from public share links - the ownCloud Activity app gathers all file or folder related actions in one place for the user to review. For users with lots of activity it is possible to limit the Activity stream to 'Favorites' in order to avoid noise. Furthermore the application provides filters to give users the means to maintain overview by reducing entries to relevant information.\n\nAnd there you have it - a complete overview of all file and folder activities in your ownCloud with the additional ability to receive activity notifications via email in a time interval of your choice. Never again miss an important event related to content in ownCloud and always be up-to-date on all activities of your files and folders.",
"licence": "AGPL",
"author": "Frank Karlitschek, Joas Schilling",
"version": "2.3.6",
"default_enable": "",
"types": [
"filesystem"
"use-migrations": "true",
"documentation": {
"admin": "https:\/\/doc.owncloud.org\/server\/latest\/admin_manual\/configuration_server\/activity_configuration.html"
"website": "https:\/\/github.com\/owncloud\/activity\/",
"bugs": "https:\/\/github.com\/owncloud\/activity\/issues",
"repository": {
"@attributes": {
"type": "git"
"@value": "https:\/\/github.com\/owncloud\/activity.git"
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/c53ec7b177adca976db0b\/activity\/activity.png",
"category": "tools",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.0.3",
"max-version": "10.0"
"background-jobs": [
"OCA\\Activity\\BackgroundJob\\EmailNotification",
"OCA\\Activity\\BackgroundJob\\ExpireActivities"
"navigation": {
"order": "1",
"route": "activity.Activities.showList"
"settings": {
"personal": "OCA\\Activity\\PersonalPanel"
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
"two-factor-providers": [],
"commands": [],
"groups": null,
"active": true,
"internal": false,
"level": 100,
"removable": true,
"preview": "\/apps\/activity\/img\/activity.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "2.3.6",
"signed": "true",
"types": "filesystem"
"id": "files_sharing",
"name": "Share Files",
"description": "This applicatio

我要回帖

更多关于 安卓系统怎么升级5.0 的文章

 

随机推荐