The Wayback Machine - https://web.archive.org/web/20220329151456/https://github.com/topics/arm
Skip to content
#

arm

Here are 2,764 public repositories matching this topic...

Xreki
Xreki commented Apr 18, 2018

paddle-mobile将开发一个新的版本,为了:

  • 支持Paddle Fluid
  • 更小的体积
  • 更快的速度
  • 更广泛地支持各种arm设备和终端平台

因此,paddle-mobile将会进行一次完全的重构,从框架设计到代码开发。在新版本开发完成后,将会删除原有mobile-deep-learning的代码。新版本开发期间,代码将放置在paddle-mobile repo的一个子目录下。对于子目录的命名,目前有3个候选,希望大家投票:

  • 👍 zygote
  • 👎 paddle
  • ❤️ fluid

有更好的建议,请回复issue。相关issue:#121
另外,待新版本代码开发完成,移除老版本mobile-deep-learning代码后,新版本代码将移出子目录,直接放置在paddle-mobile repo下面。

Agazoth
Agazoth commented Mar 29, 2022

Description

If a Search returns paginated results, FollowingNextLink gets corrupted

We have more then 100 users with "konsulent" in the job title. When quering these, the first barch is returned, but the the query fails on the nextLink run.

$k = Get-AzADUser -Search "JobTitle:Konsulent" -ConsistencyLevel eventual # a group of users larger then 100

Expected result is

AAD bug customer-reported good first issue
faasd
build
gyohng
gyohng commented Jun 7, 2021

debootstrap.sh replaces extraargs or another line in the environment where it finds 'console=' before the line that starts with console=

Suggested the following fix:

--- a/lib/debootstrap.sh
+++ b/lib/debootstrap.sh
@@ -626,7 +626,7 @@ prepare_partitions()
 	# if we have a headless device, set console to DEFAULT_CONSOLE
 	if [[ -n $DEFAULT_CONSOLE && -f $SDCARD/boot/armbianE
4.need PR good first issue

Improve this page

Add a description, image, and links to the arm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the arm topic, visit your repo's landing page and select "manage topics."

Learn more