-
Now that the unlockable content has been removed https://github.com/liteflow-labs/starter-kit/pull/493, we could remove the account from some queries, this account was added to ensure the query is ref…
-
Seems like the MarkdownViewer creates some issues of invalid dom
```
Warning: validateDOMNesting(...): cannot appear as a descendant of .
at div
at eval (webpack-internal:///./node_modu…
-
Some media are not displayed correctly.
For example, the NFT of this platform has an error while rendering.
https://animoca.demo.liteflow.com/tokens/137-0x9d305a42a3975ee4c1c57555bed5919889dce63f-…
-
Let's never convert a BigNumber to a number. Everything must be a BigNumber.
_Originally posted by @NicolasMahe in https://github.com/liteflow-labs/starter-kit/pull/359#discussion_r1316920771_
…
-
```
2023-07-25 21:10:01.345 ERROR 1241 -- [ool-3-thread-36] c.y.l.f.element.condition.WhenCondition :365 ||traceid=xgm_pre-20230725211000023508||spanid=0a20d008e1d7834a||cspanid=082230549a18cdb5|| : …
-
When selecting a currency in the UI we only display the symbol and not the name in the selector, this is confusing, especially in a multi-chain environment. We had some issues because clients changed …
-
The component [components/Filter/FilterAsset.tsx](https://github.com/liteflow-labs/starter-kit/blob/main/components/Filter/FilterAsset.tsx) is missing skeleton loaders on `currencies`, `collectionData…
-
With PR https://github.com/liteflow-labs/starter-kit/pull/323, the pagination is executed separately and only client side, a skeleton should be added while it's loading. This concern the explore page…
-
Pages with filter/sorts have the skeleton, but because we need the skeleton, the initial loading with https://github.com/liteflow-labs/starter-kit/pull/300 also displays the skeleton even tho data are…
-
Janino是个轻量的java编译器,超级快,所以很多重量级开源软件比如Apache Spark、Apache Flink、Presto都用它做动态代码。xx跳动把动态处理引擎从groovy迁到Janino的一个主要原因就是Janino超级快。
主要代码大致如下:
```
public class JaninoScriptExecutor extends ScriptExecutor…