-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
Yes, what you're describing sounds exactly like common subexpression elimination (CSE). You already have the right idea: instead of recalculating the same expression multiple times, you reference the …
-
## Description
Your [developer manual](https://dev.ingonyama.com/icicle/rust-bindings/hash) says that using Poseidon Hash's API is as follows:
It suggests that you should instantiate a poseidon_h…
-
```js
const _completeDeepClone = (target, map = new WeakMap()) => {
// 基本数据类型,直接返回
if (typeof target !== 'object' || target === null) return target
// 函数 正则 日期 ES6新对象,执行构造题,返回新的对象
const c…
-
https://github.com/materialsproject/emmet/blob/a917fc1cbec99524498943e39f8546008cf9b2db/emmet-core/emmet/core/vasp/calc_types/enums.py#L9-L20
tagging @esoteric-ephemera @tsmathis
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
When exporting Std_Parts containing Part Boolean objects to IFC, the invisible tool object…
-
The hashes from the new `PrecomputeHasher` sub-classes in the `9-tr-sighash` branch can be cached for use across input signature hashes. A new `PrecomputedSignatureHashes` class can hold data for sign…
-
## Bug report
- Operating System:
- Ubuntu 22.04
- Installation type:
binary
- Version or commit hash:
humble, from distro
- DDS implementation:
-
- Client library (if applicable):…
-
### Describe the bug?
When looking at `assets.resonite.com`, it is possible to load any media uploaded from it without authentication.
While this is useful to export videos uploaded on Resonite to t…
-
I'm trying to hash some videos and save them to DB. Then check aganist to a new video.
I hope there can be a `Hash` object as video hash, can he serialize/deserialize to/from string or bytes, inste…