-
Subclassing layouts and distributions seems to be more difficult than it should be.
Consider the exercise: What code is required to make an unchanged subclass of the `Block` distribution?
I had …
-
To demonstrate what I mean by example, think of a `Cyclic` distribution. If a domain is domain-mapped over a `Cyclic` distribution, should iteration over such a domain distribute tasks in a cyclic-fas…
-
Background: the `domain` keyword describes the generic domain type; it can also be used to query the domain value of an array expression.
This issue seeks elegant counterparts of these -- for the d…
-
Regarding nilability, should the compiler emit a warning that the nil-check is unnecessary? Maybe there's a reason I'm missing that the nil could e.g., be propagated somewhere despite the non-nilable …
-
### Summary of Problem
With #12105, array arguments in exported functions with unspecified domain will always get converted into taking chpl_external_arrays. However, in a generated library where on…
-
1. 我实在是找不到相关的信息和文档,难道就只能去读源代码吗?
比如简单的 siyuan kernel api 的用法,那个文档只说了使用post方法,完全没有上下文,而且缺乏例子。。(我不知道怎样写来与kernel通信。。我只是想list bookmarks )
2. 简单的操作dom树的思路/方法是什么?
直接用js_dom操作的方法插入 html 元素吗? 还是有相关的api, 或者…
-
And implement `Into` for `Block`.
leod updated
5 months ago
-
### 你在什么场景下需要该功能? In what scenarios do you need this function?
改 protyle 内部元素的需求其实在开发者社区里面由来已久,比如 VV 的增强插件里就有段落锁功能;我也一直想给 callout 插入一个折叠按钮。
但是由于担心会误伤 protyle 结构导致内容丢失,所以大家对这个操作是有疑虑的——比如 VV 的段落锁功…
-
"Craft" was obviously a not-very-original name and I didn't put any thought into it. It's a hold over from when I first started hacking on this side project.
I'd like to see if anyone has good ideas …
-
### Summary of Problem
When declaring a class object (say) with a distributed array field, it seems as though we need a way to access that distributed array field without having to communicate back…