-
Updated
May 2, 2022 - TypeScript
enterprise
Here are 504 public repositories matching this topic...
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
May 6, 2022 - Vue
What problem does this feature solve?
Is it possible to turn off the animation, or change the animation on the form control explanation's animation that occurs here?: https://github.com/NG-ZORRO/ng-zorro-antd/blob/f80a5bbd5755477c63c5d73929bcdfd0d07f2dfd/components/form/form-control.component.ts#L60
The animation that causes the form control explanation doesn't fit in sometimes with the app
-
Updated
May 7, 2022 - PHP
-
Updated
May 6, 2022 - Go
-
Updated
Feb 20, 2022
-
Updated
May 6, 2022 - TypeScript
-
Updated
Jun 10, 2021 - Java
-
Updated
May 4, 2022 - Shell
-
Updated
Oct 19, 2021
-
Updated
Apr 29, 2022 - HTML
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
Apr 15, 2022 - JavaScript
Include a script that can generate weekly status reports to dev's leadership. The report should have enough buzzwords to make leadership feel as if progress is being made without providing any specific detail that defines said progress.
在官网上, "通过设置isOpen控制下拉"的例子中,如果打开下拉菜单,再点击空白处,需要点两次按钮才能再次打开下拉菜单.
希望可以给一个点一次就能打开下拉菜单的例子
可以通过
onToggle(event) {
if (this.isOpen != event) {
this.isOpen = event;
}
}
来暂时解决这个问题
-
Updated
Apr 30, 2022 - Java
-
Updated
May 5, 2022 - JavaScript
-
Updated
Apr 11, 2022 - C
-
Updated
May 5, 2022 - Python
-
Updated
May 6, 2022 - PHP
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Apr 28, 2022 - Vue
-
Updated
Jan 20, 2022 - TypeScript
Os componentes po-page-dynamic-detail e po-page-dynamic-edit possuem propriedades para tratamento do Grid System (exemplo: gridSmColumns, gridMdColumns), e uma propriedade para deixar espaços após o atributo (gridLgPull).
Mas, eles não tratam o offset do Grid System, isto é, permitir incluir espaços antes do campo.
Utilizamos esta opção para centralizar os atributos quando a
Dunging out
This is an Easy Hack.
Potential mentors: @mmeeks
Detailed description and rationale
We have a lot of duplication in Makefile.am around the run: rules to take just two for example:
run: setup-wsd
./loolwsd --o:sys_template_path="@SYSTEMPLATE_PATH@"
--o:security.capabilities="$(CAPABILITIES)"
--o:child_root_path=
-
Updated
Feb 25, 2022 - Python
-
Updated
May 5, 2022 - HCL
-
Updated
Oct 31, 2020 - Go
Improve this page
Add a description, image, and links to the enterprise topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the enterprise topic, visit your repo's landing page and select "manage topics."
Describe the bug
Sometimes shared photos are one-boxed when they should be embedded. See this discussion on the forum for why Nextcloud photos are not displayed properly.
This is because of a missing og:type meta tag. Currently it is set to object. If it was set to image onebox would treat it as such.