platform
Here are 1,011 public repositories matching this topic...
Steps to reproduce
- The doc version string currently looks like:
https://doc.owncloud.org/server/10.3 - where
10.3gets calculated
Background: in docs, the latest release is always set to latest which makes any release cycle not dependent of a version number hardcoded in core. When core changes the version number, docs updates internally latest with the release number of core.
docker安装的任务执行有问题
Bug 描述
按教程文档说明的,使用docker-compose up -d 安装启动后,直接执行task报错
不知道哪里有问题呢?
我的docker运行环境是win10
`2020-02-15 15:58:04 [scrapy.utils.log] INFO: Scrapy 1.8.0 started (bot: xueqiu)
22020-02-15 15:58:04 [scrapy.utils.log] INFO: Versions: lxml 4.5.0.0, libxml2 2.9.10, cssselect 1.1.0, parsel 1.5.2, w3lib 1.21.0, Twisted 19.10.0, Python 3.6.9 (default, Nov 7 2019, 10:44:02) - [GCC 8.3.0], pyOpenSSL 19
scrapy爬虫去重bug
The official Widgets Development Guide only contains the most basic widget types as example.
There is no functional example for a Flot chart in there right now. Or is it?
Since this is one of the most useful and probably used (at leat to me) widgets it would be very helpful to extend that docum
As part of clarifying what is part of the open source offering and what is examples or private code, we should signal these differences using package names/namespaces.
Suggested solution:
- Let all public, published packages retain their
@backstagenamespace. - Change all private packages in the open source project (
plugins/home-page,plugins/welcome) to be under an@internalnames
For example device()method can also return false not just string.
Here is the method declaration:
/**
* Get the device name.
*
* @param string $userAgent
* @return string
*/
public function device($userAgent = null)
{
// Get device rules
$rules = $this->mergeRules(
static::$additionalDevices, // NEW
s
So i was working on an ajax contact form for a module i have. And i have been googling to try to solve it but i ended up just working with native Laravel functionality instead. I think we would need documentation regarding this if it doesn't exist:
- Create an addon/module with migration (basic fields for a contact form, name, email)
- How to use a formbuilder to render the form in html incl
Add a link to 'view' each post (live version) from the posts index page: http://127.0.0.1:8001/canvas/posts
https://prnt.sc/nv9hi3
Add a link to the right of 'Published in 7 hours ― Updated a few seconds ago'
Would love to know the QoS/RPS of this gateway. If you guys need help, I can have my team write something in locus. But if anyone has some reports on hardware => performance, would love to hear about it before making a decision on joining this community :).
I am having quite a bit of trouble trying to create a minimum working example for the RTS game, in which I can get a single state, visualize its variables and pass an action back to the environment.
I took a look at the Basic Usage section of the README.md, but it looks like the code is not supposed to be used, just interpreted as pseudocode. For example, I don't know where functions such as
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Jun 24, 2020 - Java
Describe the bug
I have a Link which heads to a Controller independent of the dashboard functionality which return redirect()->back() - the route of the link is visited and changes in the browser, however the URL is not then updated after the redirect back.
// Link
Link::make('Refresh Access Token')
->icon('icon-refresh')
->route('bank-connections.refresh-access-token'Bug / Feature Request
Work Environment
| Question | Answer |
|---|---|
| OS version (server) | Debian |
| OS version (client) | 10 |
| TheHive version / git hash | 4 RC1 |
| Package Type | DEB |
Problem Description
There are no longer any default dashboards
Possible Solutions
Add the default da
-
Updated
Jun 23, 2020
documentation issue
Hej there - I just tried to follow the installation instructions of platform-samples/api/ruby/find-inactive-members/ and the command
gem install octokit
does not work. I tried it with the regular admin, as well as with elevated rights (sudo). The error message is the same:
-bash: gem: command not found
免费招聘
Feature Request
Automate migration
When redeploying the recent changes made by @mraerino, I had to perform a by hand migration:
ALTER TABLE test_invoice_numbers DROP COLUMN id;
ALTER TABLE test_invoice_numbers ADD PRIMARY KEY (instance_id);
We should automate this if we can. Close this issue by doing that, or deciding not to and documenting it somewhere.
-
Updated
Jun 23, 2020 - TypeScript
Hello, I want to add my own micro services on the basis of sitewhere micro services. I saw that the source code is used for external project calls using gradle. The API for grpc calls is provided in sitewhere-grpc-api. But how do I call methods on sitewhere when I develop with maven+springboot? Are there demo examples?
-
Updated
Jun 24, 2020 - PHP
-
Updated
Jun 23, 2020 - Java
Unit testing
It's high time we introduced a test suite alongside the development process to help catch regressions. As we move towards a more class-based ecosystem with less reliance on global variables, this should become achievable with something like PHPUnit.
This will be an ongoing issue, so no milestone required. It can be closed when a framework is in place and the tests start being added. At minimum we
华为荣耀8,弹出自带的安全键盘黑屏
点击密码框时,会弹出华为的安全键盘,这时调试页面就黑屏了
Improve this page
Add a description, image, and links to the platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the platform topic, visit your repo's landing page and select "manage topics."




Description:
When adding too many items to a scoreboard, the fourth item is pushed up against the elements below and fifth and onwards are truncated and hidden all together:

Steps To Reproduce: